/* ====================================================
   Base styles
   ==================================================== */
   @import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
   *, input[type=search] {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
   }
   
   html {
     background-color: #fffff;
     overflow-x: hidden;
   }
   
   body {
     /*color: #333333;*/
     color: #666666;
     font-family: 'Ubuntu', sans-serif!important;
     /*font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;*/
     font-size: 14px;
     font-weight: 400;
     line-height: 1.5;
     margin: 0;
     /*padding-bottom: 50px;*/
     overflow: hidden;
   }
   
   /*
    * Links
    */
   a {
     color: #FF8933;
     text-decoration: none;
     font-family: inherit;
     outline: none;
     transition: .3s;
   }
   
   a:hover {
     color: #ff7300;
     cursor: pointer;
     text-decoration: underline;
   }
   
   /*
    * Images
    */
   img {
     max-width: 100%;
     vertical-align: middle;
   }
   
   img[width], img[height] {
     max-width: none;
   }
   
   figure > img {
     display: block;
   }
   
   /*
    * Lists
    */
   ul, ol {
     list-style: none;
     margin: 0;
     padding: 0;
   }
   
   /*
    * Headings
    */
   h1, h2, h3, h4, h5, h6 {
     color: inherit;
     font-family: inherit;
     font-weight: normal;
   }
   
   /*
    * Forms
    */
   label {
     display: inline-block;
     font-size: 12px;
     vertical-align: middle;
   }
   
   input[type=checkbox] + label {
     display: inline-block;
     margin-left: 5px;
   }
   
   input, textarea, .nesty-input {
     border: 1px solid #798ABA;
     padding: 12px 10px;
   }
   
   textarea {
     height: 100px;
     padding: 7px 10px;
     resize: vertical;
   }
   
   textarea, input[type=text] {
     width: 100%;
   }
   
   input, textarea, select {
     color: #555555;
   }
   
   input::-ms-clear {
     display: none;
   }
   
   input::-webkit-outer-spin-button,
   input::-webkit-inner-spin-button {
     margin: 0;
     -webkit-appearance: none;
   }
   
   ::-webkit-input-placeholder {
     color: #CCC;
   }
   
   :-ms-input-placeholder {
     color: #CCC;
   }
   
   ::-moz-placeholder {
     color: #CCC;
   }
   
   /*
    * Buttons
    */
   button, [type=button], [type=submit] {
    background: #FF9500;
     background: -moz-linear-gradient(90deg, rgb(255, 149, 0) 30%, rgb(255, 116, 0) 70%);
     background: -webkit-linear-gradient(90deg, #FF9500 30%, #FF7400 70%);
     background: -o-linear-gradient(90deg, rgb(255, 149, 0) 30%, rgb(255, 116, 0) 70%);
     background: -ms-linear-gradient(90deg, rgb(255, 149, 0) 30%, rgb(255, 116, 0) 70%);
     background: linear-gradient(180deg, #FF9500 30%, #FF7400 70%);
     border-radius: 6px;
     color: #fff;
     cursor: pointer;
     display: inline-block;
     font-size: 14px;
     font-weight: 400;
     height: 42px;
     line-height: 41px;
     padding: 0 22px;
     position: relative;
     vertical-align: middle;
     white-space: nowrap;
     outline: none;
     letter-spacing: .3px;
   }
   
   .post-subscribe {
     color: #d9d9d9;
     border: 2px solid #d9d9d9;
     border-radius: 5px;
     font-size: 14px;
     font-weight: 400;
     height: 42px;
     line-height: 38px;
     padding: 0 32px;
     background: transparent;
     display: inline-block;
     transition: all .3s;
   }
   
   .post-subscribe:hover {
     background: none;
     color: #8a8a8a;
     border-color: #8a8a8a;
     text-decoration: none;
   }
   
   /*a[role=button]:hover {
     text-decoration: none;
     color: #fff;
      background: rgb(255, 175, 0);
       background: -moz-linear-gradient(90deg, rgb(255, 175, 0) 30%, rgb(255, 144, 0) 70%);
       background: -webkit-linear-gradient(90deg, rgb(255, 175, 0) 30%, rgb(255, 144, 0) 70%);
       background: -o-linear-gradient(90deg, rgb(255, 175, 0) 30%, rgb(255, 144, 0) 70%);
       background: -ms-linear-gradient(90deg, rgb(255, 175, 0) 30%, rgb(255, 144, 0) 70%);
       background: linear-gradient(180deg, rgb(255, 175, 0) 30%, rgb(255, 144, 0) 70%);
   }*/
   
   
   input[type=submit] {
     background: #FF8933;
			border-radius: 6px;
     border: 0;
     bottom: 0;
     box-shadow: none;
     color: #FFF !important;
     margin: 0;
     font-size: 20px;
     line-height: 24px;
     font-weight: 500;
     padding: 12px 20px;
     width: 180px;
     height: auto;
     transition: .3s;
   }
   
   input[type=submit]:hover {
     background: #fb700b;
   }
   
   /*input[type=submit] {
     background: #FFAF00;
     background: -moz-linear-gradient(90deg, rgb(255, 175, 0) 30%, rgb(255, 144, 0) 70%);
     background: -webkit-linear-gradient(90deg, #FFAF00 30%, #FF9000 70%);
     background: -o-linear-gradient(90deg, rgb(255, 175, 0) 30%, rgb(255, 144, 0) 70%);
     background: -ms-linear-gradient(90deg, rgb(255, 175, 0) 30%, rgb(255, 144, 0) 70%);
     background: linear-gradient(180deg, #FFAF00 30%, #FF9000 70%);
   }*/
   
   input[type=submit][disabled] {
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
     /* IE 8 */
     opacity: 0.4;
   }
   
   /*
    * Tables
    */
   table {
     border-collapse: collapse;
     text-align: left;
     width: 100%;
   }
   
   td, th {
     border-color: #E1E9F8;
     border-style: solid;
     padding: 12px 22px;
     font-weight: 400;
     color: #8a8a8a;
   }
   
   th {
     border-width: 0;
     color: #666;
     font-size: 18px;
     line-height: 22px;
     font-weight: normal;
     white-space: nowrap;
     background: #E1E9F8;
   }
   
   td {
     border-width: 0 0 1px 0;
     padding: 16px 22px;
   }
   
   h1 {
     color: #212121;
     font-size: 36px;
     font-weight: 400;
     line-height: 41px;
     margin: 0 0 0.7em;
   }
   
   /* .community-enabled h1:not(.question-title) {
       margin-bottom: 0;
   } */
   
   .main-column h4.request-title {
     padding-bottom: 18px;
     margin-top: 13px;
     padding-top: 18px;
     border-top: 1px solid #d9d9d9;
     border-bottom: 1px solid #d9d9d9;
     color: #2a2a2a;
     margin-bottom: 30px;
   }
   
   /* ====================================================
      Helper classes
      ==================================================== */
   /*
    * Clearfix: contain floats
    */
   .clearfix:before, .clearfix:after {
     content: " ";
     display: table;
   }
   
   .clearfix:after {
     clear: both;
   }
.header .clearfix:before,
.header .clearfix:after {
  display: none;
}
   
   /*
    * Column size
    */
   .main-column {
     float: left;
     width: 600px;
   }
   
   .side-column {
     float: right;
     width: 300px;
   }
   
   /*
    * Visibility
    */
   .visibility-internal-icon:before {
     cursor: default;
     content: "\1F512";
     font-family: "entypo";
     margin-right: 5px;
   }
   
   .visibility-internal {
     position: relative;
   }
   
   .visibility-internal:before,
   .visibility-internal:after {
     display: none;
     position: absolute;
   }
   
   .visibility-internal:hover:before,
   .visibility-internal:hover:after {
     display: block;
   }
   
   .visibility-internal:before {
     background: #222;
     background: rgba(0, 0, 0, 0.85);
     border-radius: 4px;
     color: #FFF;
     content: attr(data-title);
     text-transform: none;
     font-family: sans-serif;
     left: -10px;
     margin-top: 5px;
     padding: 3px 10px;
     top: 100%;
     white-space: nowrap;
     z-index: 1;
   }
   
   .visibility-internal:after {
     border-bottom: 5px solid #222;
     border-bottom: 5px solid rgba(0, 0, 0, 0.85);
     border-left: 5px solid transparent;
     border-right: 5px solid transparent;
     bottom: -5px;
     content: "";
     height: 0;
     left: 50%;
     margin-left: -5px;
     width: 0;
   }
   
   /* ====================================================
      Content frame
      ==================================================== */
   main, .header-inner {
     margin: 0 auto;
     padding: 0 0 60px;
     width: 1160px;
   }
   
   /* ====================================================
      Header
      ==================================================== */
   .header {
     /*background-color: #fffff;*/
     
     padding: 26px 0 48px;
     background-position: bottom;
     background-repeat: no-repeat;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
     background-image: url(/hc/theming_assets/01HZGZ5R95ZH7RYYV3QEXRMMHT);
     height: 863px;
   }
   
   .logo {
     float: left;
   }
   
   .logo img {
     vertical-align: middle;
     max-height: 120px;
   }
   .user-nav a {
     font-weight: 500;
     font-size: 16px;
     line-height: 24px;
     color: #FFFFFF;
     margin: 0 10px;
     font-family: 'Ubuntu', sans-serif;
   }
   
   .language-selector .dropdown-toggle {
     color: #fff;
   }
   
   .dropdown-toggle:after {
     font-size: 1.2em;
     color: inherit;
   }
   
   
   /*my*/
   .user-info .dropdown-toggle:after {
     color: #fff;
   }
   .user-info .dropdown-toggle:hover:after,
   .user-info.active .dropdown-toggle:after {
     color: #fff;
   }
   
   .user-info.active .dropdown-toggle:after {
     transform: rotateX(180deg);
   }
   
   /*.user-info [role="button"]:active {*/
   
   .language-selector .dropdown-menu {
     background: #FFF;
     border: none;
     border-radius: 0;
     -webkit-box-shadow: 0 8px 23px 0 rgba(77,87,101,.19);
     -moz-box-shadow: 0 8px 23px 0 rgba(77,87,101,.19);
     box-shadow: 0 8px 23px 0 rgba(77,87,101,.19);
     font-size: 15px;
     min-width: 62px;
   }
   
   .language-selector .dropdown-menu [role=menuitem] {
     color: #70717a;
     padding: 7px 10px;
   }
   
   .language-selector .dropdown-menu [role=menuitem]:hover {
       background: #f9f9f9;
   }
   
   .language-selector .dropdown-menu .local-flag,
   .language-selector .dropdown-toggle .local-flag {
     width: 16px;
     height: 11px;
     display: none;
     float: left;
     margin: 7px 10px 0 0 ;
   }
   
   .language-selector .dropdown-toggle .local-flag {
     margin: 15px 7px 0 0;
   }
   
   .language-selector .dropdown-menu .local-flag.russian-flag,
   .language-selector .dropdown-toggle .local-flag.russian-flag {
     background: url("/hc/theming_assets/01HZGZ5BD3NWSTB7N247JM4DAH");
   }
   
   .language-selector .dropdown-menu .local-flag.deutsch-flag,
   .language-selector .dropdown-toggle .local-flag.deutsch-flag {
     background: url("/hc/theming_assets/01HZGZ5DK1ES4H2EVC92QPS4RT");
   }
   
   .language-selector .dropdown-menu .local-flag.english-flag,
   .language-selector .dropdown-toggle .local-flag.english-flag {
     background: url("/hc/theming_assets/01HZGZ5E2HF5SY84HMMTCSA5Q0");
   }
   
   
   /*my*/
   .user-info .dropdown-menu {
     min-width: 150px!important;
     margin-top: 18px;
     border: 1px solid #d8d8d8;
     border-radius: 3px;
     box-shadow: none;
     padding: 0;
   }
   
   .dropdown-menu-end.dropdown-menu-caret:after,
   .dropdown-menu-end.dropdown-menu-caret:before {
     display: none;
   }
   
   
   
   .user-info .dropdown-menu [role=separator] {
     margin: 0;
     padding: 0;
     border-bottom: 1px solid #e9e9e9;
   }
   
   .user-info .dropdown-menu [role=menuitem] {
     color: #2a2a2a;
     font-size: 12px;
     padding: 7px 16px;
     white-space: normal;
   }
   
   .user-info .dropdown-menu [role=menuitem]:hover {
     color: #ff7300;
     background: #f9f9f9;
     transition: all .3s;
   }
   
   /* ====================================================
      User nav links
      ==================================================== */
   .user-nav > * {
     display: inline-block;
     font-size: inherit;
     vertical-align: middle;
   }
.user-info .dropdown-menu [role=menuitem],
.language-selector .dropdown-menu [role=menuitem]{
  margin-left: 0;
}
a.login {
  margin-top: -5px;
}
   .user-info [role="button"],
		a.login {
     bottom: 0;
     box-shadow: none;
     margin-left: 30px;
     font-size: 14px;
     font-weight:600;
     text-align: center;
     vertical-align: top;
     cursor: pointer;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     -webkit-transition: all .2s ease-out;
     -moz-transition: all .2s ease-out;
     -o-transition: all .2s ease-out;
     transition: all .2s ease-out;
     text-decoration: none;
     display: inline-block;
     font-size: 14px;
     text-transform: capitalize;
     margin-left: 30px;
     display: inline-block;
     padding: 11px 19px;
     min-width: 90px;
     position: relative;
     background: 0 0;
     border: 1px solid #fff;
     color: #fff;
     line-height:1;
   }
   
   .user-info [role="button"]:hover,
   .user-info.active [role="button"],
		a.login:hover {
     background: #FF8933;
   }
   
   /*.user-info [role="button"]:active {
     background: linear-gradient(to bottom, whitesmoke 0%, #d5d5d5 100%);
   }*/
   
   .user-avatar {
     margin-right: 4px;
     max-height: 20px;
   }
   
   .user-avatar, .user-avatar + span {
     /*display: inline-block;*/
     display: none;
     vertical-align: middle;
   }
   
   .submit-a-request {
     border-left: 1px solid #ECECEC;
     border-left: 1px solid rgba(0, 0, 0, 0.07);
     margin-left: 15px;
     padding-left: 15px;
     color: #a4a4a4; 
     font-size: 14px;
   }
   
   .login, .user-info {
     /*margin-left: 20px;*/
     margin-left: 12px;
   }
   
/*    a.login {
     text-align: center;
     vertical-align: top;
     cursor: pointer;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     -webkit-transition: all .2s ease-out;
     -moz-transition: all .2s ease-out;
     -o-transition: all .2s ease-out;
     transition: all .2s ease-out;
     text-decoration: none;
     display: inline-block;
     font-size: 14px;
     font-weight: 700;
     text-transform: uppercase;
     
     margin-left: 30px;
     display: inline-block;
     height: 42px;
     line-height: 42px;
     width: 109px;
     position: relative;
     background: 0 0;
     border: 1px solid #c8cfd5;
     border-bottom: 3px solid #c8cfd5;
     color: #637083;
   }
   
   a.login:hover {
       background: #c8cfd5;
   } */
   
   .header_block {
       display: flex;
       max-width: 1160px;
       margin: 175px auto 0;
       justify-content: space-between;
   }
   .header_block_item {
       width: 264px;
       background: #FFFFFF;
       border: 1px solid #E1E9F8;
       box-sizing: border-box;
       box-shadow: 0px 6px 15px rgba(5, 22, 48, 0.16);
       border-radius: 6px;
       height: 264px;
       display: flex;
       flex-direction: column;
       align-items: center;
       justify-content: start;
       padding-top: 45px;
       transition: .3s;
   }
   .header_block_item .title {
       font-family: 'Ubuntu', sans-serif;
       margin: 0;
       font-style: normal;
       font-weight: normal;
       font-size: 30px;
       line-height: 41px;
       text-align: center;
       color: #212121;
   }
   .header_block_item .title span {
       font-size: 26px;
       line-height: 30px;
       display: block;
   }
   .header_block_item:hover {
     text-decoration: none;
     transform: scale(1.12);
   }
   
   /* ====================================================
      Top Menu
      ==================================================== */
   .top-menu {
     background: #e1e7ed;
   }
   
   .top-menu .top-menu-inner {
     width: 1146px;
     margin: 0 auto;
     overflow: hidden;
     text-align:center;
   }
   
   .top-menu .top-menu-inner .menu-item {
     display:inline-block;
     position: relative;
   }
   
   .top-menu .top-menu-inner .menu-item a { 
     color: #000000;
     font-size: 15px;
     padding: 9px 17px 13px;
     display: inline-block;
     cursor: pointer;
     font-weight: 700;
     transition: all .3s;
     font-family: 'Open Sans', sans-serif!important;
   }
   
   .top-menu .top-menu-inner .menu-item a.active {
     text-decoration: underline;
   }
   
   .top-menu .top-menu-inner .menu-item a:hover {
     text-decoration: underline;
   }
   
   /* ====================================================
      Search
      ==================================================== */
   
   .search-box {
     position: relative;
     /*background: #5B6378;*/
     /*background: url("/hc/theming_assets/01HZGZ5843TVTGSNM5482JNFNZ");*/
     /*margin-bottom: 25px;
     padding: 25px 0;*/
     /*margin-bottom: 47px;*/
     padding: 50px 0 125px 0;
   }
   
   .search-box:before {
     content: "";
     position: absolute;
     z-index: -1;
     left: 0px;
     top: 0;  
     width: 1920px;
     left:50%;
     height:400px;
     display: block;
     
     background-position: center center;
       background-repeat: no-repeat;
       -webkit-background-size: cover;
       -moz-background-size: cover;
       -o-background-size: cover;
       background-size: cover;
       background-image: url(/hc/theming_assets/01HZGZ5Q539E2JM67ABSB1594B);
     
     -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
     -o-transform: translate(-50%, 0);
     -ms-transform: translate(-50%, 0);
     transform: (-50%, 0);
   }
   
   .search-box:after {
     content: " ";
     position: absolute;
     z-index: -1;
     right: 940px;
     top: 0;
     bottom: 0;
     /*box-shadow: -894px 0 #5B6378, 894px 0 #5B6378;*/
     background: url("/hc/theming_assets/01HZGZ58E0QM5RYV3Z51KNSYT4");
     background-repeat: repeat-x;
     width: 100%;
     display: none;
   }
   
   .search-box .home-title {
     font-size: 38px;
     font-weight: 300;
     color: #ffffff;
     text-align: center;
     margin: 26px 0 34px 0;
   }
   
   .article-home-title {
     background-color: #F2F2F2;
     -webkit-box-shadow: inset 0 0px 20px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 0px 20px rgba(0, 0, 0, 0.1);
     box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
     border-radius: 8px;
     font-size: 21px;
     border-radius: 8px;
     margin: 4px 0 45px 0;
     text-align: center;
     text-shadow: 2px 2px 1px #DDD;
   }
   
   .search-box .search {
     /*box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
     border-radius: 8px;
     height: 50px;*/
     position: relative;
     height: 70px;
     margin-top: 50px;
     display:none;
   
   }
   
   .search-box .search input {
     border: 0;
     display: inline-block;
     /*height: 50px;*/
     margin-right: 10px;
     height: 70px;
     width: 755px;
     outline: 0;
     vertical-align: middle;
   }
   
   .search-box .search:before {
     content: "\f002";
     position: absolute;
     font-family: FontAwesome;
     font-size: 2em;
     line-height: 50px;
     color: #9B9EA1;
     margin-top: 10px;
     padding-right: 20px;
     left: 20px;
     height: 50px;
     border-right: 1px solid #9B9EA1;
   }
   
   .search-box .search input[type=search],
   .search-box .search input[type=text] {
     /*border-radius: 8px 0 0 8px;*/
     border-radius: 5px;
     background: #fff;
     font-size: 30px;
     font-weight: 300;
     padding-left: 85px;
     /*font-size: 26px;*/
     /*padding: 15px 100px 15px 10px;*/
     /*width: 700px;*/
   }
   
   .search-box .search input[type=submit] {
     /*background-color: #404040;
     background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
     background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
     background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
     background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
     border-radius: 0 8px 8px 0;*/
     background: rgb(255, 149, 0);
     background: -moz-linear-gradient(90deg, rgb(255, 149, 0) 30%, rgb(255, 116, 0) 70%);
     background: -webkit-linear-gradient(90deg, rgb(255, 149, 0) 30%, rgb(255, 116, 0) 70%);
     background: -o-linear-gradient(90deg, rgb(255, 149, 0) 30%, rgb(255, 116, 0) 70%);
     background: -ms-linear-gradient(90deg, rgb(255, 149, 0) 30%, rgb(255, 116, 0) 70%);
     background: linear-gradient(180deg, rgb(255, 149, 0) 30%, rgb(255, 116, 0) 70%);
     border-radius: 4px;
     border: 0;
     bottom: 0;
     box-shadow: none;
     color: #fff;
     margin: 0;
     outline: none;
     /*font-size: 26px;
     font-weight: bold;
     letter-spacing: 2px;*/
     width: 165px;
     font-size: 30px;
     font-weight: 300;
     text-shadow: 0 2px rgba(0, 0, 0, 0.2);
     /*min-width: 200px;
     padding: 0 20px;
     position: absolute;
     right: 0;
     top: 0;*/
   }
   
   .search-box .search input[type=submit]:hover {
     background: rgb(255, 175, 0);
     background: -moz-linear-gradient(90deg, rgb(255, 175, 0) 30%, rgb(255, 144, 0) 70%);
     background: -webkit-linear-gradient(90deg, rgb(255, 175, 0) 30%, rgb(255, 144, 0) 70%);
     background: -o-linear-gradient(90deg, rgb(255, 175, 0) 30%, rgb(255, 144, 0) 70%);
     background: -ms-linear-gradient(90deg, rgb(255, 175, 0) 30%, rgb(255, 144, 0) 70%);
     background: linear-gradient(180deg, rgb(255, 175, 0) 30%, rgb(255, 144, 0) 70%);
   }
   
   .sub-nav .search {
     float: right;
     position: relative;
     margin-top: 10px;
   }
   
   .sub-nav .search:before {
     /*content: "\1F50D";
     font-family: "entypo";
     font-size: 16px;
     line-height: 0;
     position: absolute;
     text-align: center;
     top: 50%;
     width: 35px;
     z-index: 1;*/
     content: "\1F50D";
     font-family: "entypo";
     font-size: 22px;
     line-height: 0;
     position: absolute;
     text-align: center;
     color: #7D94C2;
     width: 35px;
     padding-right: 2px;
     margin-left: 5px;
     z-index: 1;
     top: 7px;
     line-height: 26px;
     height: 26px;
   }
   
   .sub-nav .search input[type=search],
   .sub-nav .search input[type=text] {
     padding: 6px 10px 6px 53px;
     height: 40px;
     width: 300px;
     border: 1px solid #CAD5EC;
     border-radius: 6px;
     font-size: 16px;
     line-height: 40px;
   }
   .sub-nav .search input[type=search]:focus,
   .sub-nav .search input[type=text]:focus {
     border-color: #CAD5EC;
     outline: none;
   }
   
   .sub-nav .search input[type=submit] {
     display: none;
   }
   
   /* ====================================================
      Navigation pages
      ==================================================== */
   
   .help-center-name {
     color: #FFF;
     font-size: 60px;
     font-weight: bold;
     margin: 65px 0 50px 0;
     text-align: center;
     text-transform: uppercase;
   }
   
   .help-center-name + .search {
     margin-bottom: 35px;
   }
   
   .category-tree {
     border-color: rgba(0, 0, 0, 0.15);
     border-style: solid;
     border-width: 1px 0;
     /*padding: 20px 30px;*/
     padding: 0;
     border: none;
     margin-top: 45px;
   }
   
   .category-tree h2 ~ *, .category-tree h3 ~ * {
     display: none;
   }
   
   .category-tree .category {
     display: inline-block;
     vertical-align: top;
     width: 100%;
     border: 1px solid #d9d9d9;
     border-radius: 2px;
     margin-bottom: 23px;
   }
   
   .category-tree .category:hover {
       cursor: pointer;
   }
   
   .category-tree .category:hover h2 a,
   .category-tree .category:hover h2,
   .category-tree .category h2.active a {
       color: #FF7300;
       text-decoration: none;
   }
   
   .category-tree .category:nth-child(1):hover .category-icon .moto-3-icon,
   .category-tree .category:nth-child(1) .active .category-icon .moto-3-icon {
     background: url("/hc/theming_assets/01HZGZ5HF6FCRSMTW84HW6B0W9");
   }
   
   .category-tree .category:nth-child(2):hover .category-icon .html-icon,
   .category-tree .category:nth-child(2) .active .category-icon .html-icon {
     background: url("/hc/theming_assets/01HZGZ5J09EQ0144CEQP5AW193");
   }
   
   .category-tree .category:nth-child(3):hover .category-icon .flash-icon,
   .category-tree .category:nth-child(3) .active .category-icon .flash-icon {
     background: url("/hc/theming_assets/01HZGZ5FA84N8J86B061GTEPPN");
   }
   
   .category-tree .category:nth-child(4):hover .category-icon .support-icon,
   .category-tree .category:nth-child(4) .active .category-icon .support-icon {
     background: url("/hc/theming_assets/01HZGZ5FKK9YY0REKB3R26E1SV");
   }
   
   .category-tree .category:nth-child(5):hover .category-icon .agents-icon,
   .category-tree .category:nth-child(5) .active .category-icon .agents-icon {
     background: url("/hc/theming_assets/01HZGZ5GHSWCCWBKE97JKZ72JW");
   }
   
   .category-tree .category:last-child:hover .category-icon .community-icon,
   .category-tree .category:last-child .active .category-icon .community-icon {
     background: url("/hc/theming_assets/01HZGZ5FYD11HE4W2QA3WJZ1M0");
   }
   
   .category-tree .category a {
     color: #2a2a2a;
     text-decoration: none;
   }
   
   .category-tree .category h2 {
     position: relative;
     padding: 15px 0 15px 30px;
     font-weight: 300;
     font-size: 26px;
     border-bottom: 1px solid #d9d9d9;
     margin: 0 0 -1px 0;
     background-color: #f9f9f9;
   }
   .category-tree .category h2:after {
     position: absolute;
     top: 0;
     right: 0;
     width: 77px;
     height: 69px;
     background-image: url("/hc/theming_assets/01HZGZ5GTF2YRSN8W9R08AZ7WD");
     background-repeat: no-repeat;
     background-size: 21px 10px;
     background-position: center;
     border-left: 1px solid #d9d9d9;
     content: "";
   }
   .category-tree .category h2.active,
   .category-tree .category h2:hover {
     background-color: #fff;
   }
   .category-tree .category h2.active:after {
     background-image: url("/hc/theming_assets/01HZGZ5H5ACQ62NKMBB0NHJ1XS");
   }
   
   .category-tree .category h2 .category-icon {
     display: inline-block;
     float: left;
     margin-right: 20px;
     width: 40px;
     height: 40px;
   } 
   
   .category-tree .category h2 .category-icon div[class$="-icon"] {
     width: 100%;
     height: 100%;
   }
   .category-tree .category h2 .category-icon .moto-3-icon{
     background: url("/hc/theming_assets/01HZGZ5ER7PDW1XQA298ZDH840");
   }
   .category-tree .category h2:hover .category-icon .moto-3-icon{
     background: url("/hc/theming_assets/01HZGZ5HF6FCRSMTW84HW6B0W9");
   }
   
   .category-tree .category h2 .category-icon .html-icon{
     background: url("/hc/theming_assets/01HZGZ5HQVMQENSGM9PAPD28D9");
   }
   .category-tree .category h2:hover .category-icon .html-icon{
     background: url("/hc/theming_assets/01HZGZ5J09EQ0144CEQP5AW193");
   }
   
   .category-tree .category h2 .category-icon .flash-icon{
     background: url("/hc/theming_assets/01HZGZ5J93W76FCTZHPCMPW8AQ");
   }
   .category-tree .category h2:hover .category-icon .flash-icon{
     background: url("/hc/theming_assets/01HZGZ5FA84N8J86B061GTEPPN");
   }
   
   .category-tree .category h2 .category-icon .support-icon{
     background: url("/hc/theming_assets/01HZGZ5JH3HA9M19H4Q51WTYSD");
   }
   .category-tree .category h2:hover .category-icon .support-icon{
     background: url("/hc/theming_assets/01HZGZ5FKK9YY0REKB3R26E1SV");
   }
   
   .category-tree .category h2 .category-icon .agents-icon{
     background: url("/hc/theming_assets/01HZGZ5G7XM48D4QDW2MQESTZN");
   }
   .category-tree .category h2:hover .category-icon .agents-icon{
     background: url("/hc/theming_assets/01HZGZ5GHSWCCWBKE97JKZ72JW");
   }
   
   .category-tree .category h2 .category-icon .community-icon{
     background: url("/hc/theming_assets/01HZGZ5JSXEAS0S55EKG07T68K");
   }
   .category-tree .category h2:hover .category-icon .community-icon{
     background: url("/hc/theming_assets/01HZGZ5FYD11HE4W2QA3WJZ1M0");
   }
   
   .category-tree .category h2 .category-icon .ecommerce-icon{
     background: url("/hc/theming_assets/01HZGZ5N3R3M47CJVYJHYEMX1K");
   }
   .category-tree .category h2:hover .category-icon .ecommerce-icon{
     background: url("/hc/theming_assets/01HZGZ5MJ34HTPHCHJ5M58V635");
   }
   .category-tree .category h2 .category-icon .affiliate-icon{
     background: url("/hc/theming_assets/01HZGZ5MA5ZH69RH53WMK7P773");
   }
   .category-tree .category h2:hover .category-icon .affiliate-icon{
     background: url("/hc/theming_assets/01HZGZ5MTF2CK4TG0DBJ1K0TVS");
   }
   
   .category-tree .category h2 a {
     color: #2a2a2a;
     font-weight: 300;
     font-size: 26px;
     text-decoration: none;
   }
   
   .category-tree .section h3 {
     position: relative;
     margin: 0;
     padding-left: 123px;
     padding-top: 5px;
     padding-bottom: 5px;
   }
   
   .category-tree .category .section:nth-child(2) {
     margin-top: 15px;
   }
   .category-tree .category .section:last-child {
     margin-bottom: 15px;
   }
   
   .category-tree .section h3:before {
     position: absolute;
     top: 50%;
     left: 93px;
     width: 12px;
     height: 12px;
     background-image: url("/hc/theming_assets/01HZGZ5F0VGTYQRC50BWD2S1WV");
     background-position: 0 19px;
     content: "";
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
   }
   .category-tree .section h3.active:before {
      background-position: 0 -12px;
     height: 7px;
   }
   
   .category-tree .section h3 a {
     font-weight: 400;
     font-size: 20px;
     transition: all .3s;
   }
   
   .category-tree .section h3 a:hover {
     color: #ff7300;
     text-decoration: none;
   }
   
   .category-tree .section {
    /* margin: 25px 90px;*/
   }
   
   .category-tree .article-list, .category-tree .section-empty a {
     margin: 10px 0 0 143px;
   }
   
   .category-tree .section-empty a {
     display: block;
   }
   
   .category-tree .article-list li {
     margin-bottom: 11px;
   }
   
   .category-tree .article-list li  a {
     font-size: 14px;
     color: #8a8a8a;
     font-weight: 400;
   }
   
   .category-description, .section-description {
     color: #A5A5A5;
     margin-bottom: 20px;
     margin-top: 0px;
     font-size: 16px;
   }
   .section-tree {
     position: relative;
         display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
     margin: 0 auto;
   }
   .section-tree:before {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 1px;
     background-color: #7D94C2;
     content: "";
   }
   
   .section-tree .section {
     display: inline-block;
    vertical-align: top;
    width: 558px;
    background: #FFFFFF;
    border: 1px solid #E1E9F8;
    box-sizing: border-box;
    box-shadow: 0px 6px 15px rgb(5 22 48 / 16%);
    border-radius: 6px;
    margin-top: 40px;
    padding: 31px 25px 41px;
     position: relative;
   }
   
   .section-tree .section h3 {
     margin-bottom: 30px;
     line-height: 34px;
     font-size: 30px;
     margin-top: 0;
   }
   
   .section-tree .section h3 a {
     color: #2a2a2a;
   }
   .section-tree .section h3 a:hover {
     color: #ff7300;
     text-decoration: none;
   }
   
   .section-tree .article-list li {
     margin-bottom: 16px;
     font-weight: 400;
   }
.section-tree .article-list li:last-child {
  margin-bottom: 0;
}
   .section-subscribe, .section-unsubscribe,
   .article-subscribe, .article-unsubscribe {
     float: right;
   }
   
   .article-subscribe, .article-unsubscribe,
   .question-subscribe, .question-unsubscribe,
   .topic-subscribe {
     border-radius: 4px !important;
     color: #d9d9d9;
     height: auto !important;
     padding: 4px 18px 4px 17px;
     border: 2px solid #d9d9d9;
     background: none !important;
     font-size: 16px;
     white-space: nowrap;
     line-height: 1;
     transition: all .3s;
   }
   
   .topic-subscribe .dropdown-toggle {
     color: #d9d9d9;
     font-size: 14px;
     transition: all .3s;
   }
   .topic-subscribe:hover,
   .topic-subscribe:hover .dropdown-toggle {
     border-color: #8a8a8a;
     color: #8a8a8a;
     text-decoration: none;
   }
   
    .question-subscribe:hover, 
   .question-unsubscribe:hover {
     background: #FFAF00 !important;
     background: -moz-linear-gradient(90deg, rgb(255, 175, 0) 30%, rgb(255, 144, 0) 70%) !important;
     background: -webkit-linear-gradient(90deg, #FFAF00 30%, #FF9000 70%) !important;
     background: -o-linear-gradient(90deg, rgb(255, 175, 0) 30%, rgb(255, 144, 0) 70%) !important;
     background: -ms-linear-gradient(90deg, rgb(255, 175, 0) 30%, rgb(255, 144, 0) 70%) !important;
     background: linear-gradient(180deg, #FFAF00 30%, #FF9000 70%) !important;
     color: #ffffff;
     border:2px solid transparent !important;
   }
   
   .section-subscribe [role=button], .section-unsubscribe,
   .article-subscribe, .article-unsubscribe {
     border: 0;
     border-radius: 5px;
     box-shadow: none;
     height: 42px;
     line-height: 41px;
     margin-top: 5px;
     border: 2px solid #d9d9d9;
     padding: 0 30px;
     color: #d9d9d9;
     transition: all .3s;
   }
   
   .section-subscribe [role=button]:hover, 
   .section-unsubscribe:hover,
   .article-subscribe:hover, 
   .article-unsubscribe:hover {
     color: #8a8a8a;
     border-color: #8a8a8a;
     text-decoration: none;
   }
   
   .see-all-articles {
     background: #FF8933;
     border-radius: 0px 0px 6px 6px;
     border: 0;
     bottom: 0;
     box-shadow: none;
     color: #FFF !important; 
     margin: 0;
     font-size: 20px;
     font-weight: 500;
     padding: 10px 19px;
     position: absolute;
     height: 48px;
     width: 100%;
     left: 0;
     transition: .3s;
     display: flex;
    align-items: center;
    justify-content: center;
   } 
.see-all-articles i {
  font-size: 36px;
    margin-left: 18px;
}

   .see-all-articles:hover {
     background: #7D94C2;
     color: #FFF;
     text-decoration: none;
   }
   
   .article-list {
     margin-bottom: 37px;
   }
   
   .category-tree .see-all-articles {
     position: relative;
     float: left;
     margin-left: 143px;
     margin-top: 10px;
   }
   ul.article-list li {
     margin-bottom: 12px;
   }
   
   ul.article-list li a {
     color: #666;
     line-height: 21px;
     font-size: 16px;
   }
   
   ul.article-list li a:hover {
     color: #FF8933;
   }
   
   /* ====================================================
      Community box
      ==================================================== */
   .community {
     background: rgba(0, 0, 0, 0.025);
     border-radius: 5px;
     margin-top: 20px;
     padding: 25px 300px;
     display: none;
   }
   
   .community h4 {
     color: #111111;
     float: center;
     font-size: 26px;
     margin: 0;
   }
   
   .community h4 a {
     font-weight: normal;
     font-size: 20px;
   }
   
   .trending-questions {
     margin-bottom: 40px;
   }
   
   .trending-questions h2 {
     border-bottom: 1px solid #e6e6e6;
     border-bottom: 1px solid rgba(0, 0, 0, 0.08);
     color: #111111;
     font-weight: normal;
     font-size: inherit;
     margin: 0 0 15px 0;
     padding-bottom: 20px;
     text-transform: uppercase;
   }
   
   .trending-questions:last-child {
     margin-bottom: 0;
   }
   
   .trending-question-list {
     margin-bottom: 15px;
   }
   
   .trending-question-list li {
     display: inline-block;
     font-size: 13px;
     padding: 10px 25px 0 0;
     width: 49.5%;
   }
   
   /* ====================================================
      Promoted tooltip
      ==================================================== */
   .article-promoted span {
     cursor: default;
     font-family: "entypo";
     margin-right: 5px;
     position: relative;
     color: #ffc600;
     font-size: 17px;
     
   }

.article-redesign .article-promoted span {
  position: absolute;
  left: 5px;
     top: 50%;
     transform: translateY(-50%);
}
   
   .article-promoted span:before,
   .article-promoted span:after {
     display: none;
     position: absolute;
   }
   
   .article-promoted span:hover:before,
   .article-promoted span:hover:after {
     display: block;
   }
   
   .article-promoted span:before {
     background: #222;
     background: rgba(0, 0, 0, 0.85);
     border-radius: 4px;
     color: #FFF;
     content: attr(data-title);
     font-family: sans-serif;
     left: -10px;
     margin-top: 5px;
     padding: 3px 10px;
     top: 100%;
     white-space: nowrap;
     z-index: 1;
   }
   
   .article-promoted span:after {
     border-bottom: 5px solid #222;
     border-bottom: 5px solid rgba(0, 0, 0, 0.85);
     border-left: 5px solid transparent;
     border-right: 5px solid transparent;
     bottom: -5px;
     content: "";
     height: 0;
     left: 50%;
     margin-left: -5px;
     width: 0;
   }
   
   /* ====================================================
      Sub nav
      ==================================================== */
   .sub-nav {
     font-size: 13px;
     padding: 14px 0;
   }
   
   .sub-nav .breadcrumbs {
     float: left;
     margin-top: 7px;
   }
   
   /* ====================================================
      Breadcrumbs
      ==================================================== */
   .breadcrumbs li {
     display: inline-block;
     white-space: nowrap;
   }
   
   .breadcrumbs li + li:before {
     color: #666;
     content: ">";
     margin: 0 5px 0 3px;
   }
   
   /* ====================================================
      Article
      ==================================================== */
   .article-column {
     width: auto;
   }
   
   /*
    * Body
    */
   .article-body {
     line-height: 22px;
     font-size: 16px;
     word-wrap: break-word;
     position: relative;
   }
  
   .article-body img {
     border: 1px solid #ECECEC;
     border: 1px solid rgba(0, 0, 0, 0.07);
     height: auto;
     max-width: 100%;
     padding: 3px;
   }
   
   .article-body pre {
     background: #f6f6f6;
     background: rgba(0, 0, 0, 0.02);
     border: 1px solid #ECECEC;
     border: 1px solid rgba(0, 0, 0, 0.07);
     border-radius: 3px;
     padding: 10px 15px;
     overflow: auto;
     white-space: pre;
   }
   
   .article-body blockquote {
     border-left: 1px solid #ECECEC;
     border-left: 1px solid rgba(0, 0, 0, 0.07);
     color: #bbb;
     font-style: italic;
     margin: 20px 0;
     padding-left: 20px;
   }
   
   .article-body table {
     table-layout: fixed;
   }
   
   .article-body ul,
   .article-body ol {
     margin: 20px 0 20px 20px;
     list-style-position: outside;
   }
   
   .article-body li > ul,
   .article-body li > ol {
     margin: 0 0 0 20px;
   }
   
   .article-body ul {
     list-style-type: disc;
   }
   
   .article-body ol {
     list-style-type: decimal;
   }
   
   .article-body li {
     /*color: #000000;*/
     font-weight: 400;
     margin-left: 20px;
   }
   
   .article-meta {
     margin-top: 40px;
     margin-bottom: 0;
   }
   
   /*
    * Footer
    */
   .article-footer {
     border-color: #ECECEC;
     border-color: rgba(0, 0, 0, 0.07);
     border-style: solid;
     border-width: 0 0 1px 0;
     margin: 30px 0;
     padding: 20px 0;
     display: none;
   }
   
   .article-footer .article-vote {
     float: left;
     width: 50%;
   }
   
   .article-footer .share {
     float: right;
     margin-top: 2px;
   }
   
   /*
    * Inline votes
    */
   .article-vote {
     position: relative;
   }
   
   .article-vote-controls {
     display: inline-block;
     margin-left: 20px;
   }
   
   .article-vote-count {
     color: #a6a6a6;
     left: 100%;
     margin-top: 7px;
     /*margin-left: 26px;*/
     top: 0;
     white-space: nowrap;
     /*position: absolute;*/
   }
   
   /*
    * Vote icons
    */
   .article-vote-up, .article-vote-down {
     color: inherit;
     font-family: "entypo";
   }
   
   .article-vote-up:before {
     content: "\1f44d";
   }
   
   .article-vote-down:before {
     content: "\1f44e";
   }
   
   .article-footer a.article-vote-up,
   .article-footer a.article-vote-down {
     display: inline-block;
     width: 32px;
     height: 32px;
     line-height: 32px;
     border-radius: 2px;
     border: 1px solid #d9d9d9;
     text-align: center;
     font-size: 20px;
     color: #d9d9d9;
     transition: all .3s;
   } 
   .article-footer a.article-vote-up:hover,
   .article-footer a.article-vote-down:hover {
     text-decoration: none;
     color: #8a8a8a;
     border-color: #8a8a8a;
   }
   
   .article-footer a:before {
     /*background: #cccccc;
     box-shadow: none;
     border: 0;
     border-radius: 50%;
     color: #FFF;
     height: 30px;
     line-height: 30px;*/
   }
   
   .article-more-questions {
     margin-top: 35px;
     margin-bottom: 60px;
     display: none;
   }
.article-comments {
  display: none;
}
   .article-comments h2 {
     font-size: inherit;
     font-weight: lighter;
   }
   
   /* ====================================================
      Social share links
      ==================================================== */
   .share li {
     display: inline-block;
   }
   
   .share a {
     display: inline-block;
     height: 32px;
     line-height: 32px;
     overflow: hidden;
     vertical-align: middle;
     width: 32px;
     transition: all .3s;
   }
   
   .share a:before {
     display: inline-block;
     color: #FFF;
     font-family: "entypo";
     text-align: center;
     width: 100%;
   }
   
   .share a:hover {
     text-decoration: none;
     opacity: .8;
   }
   
   .share-twitter:before {
     background: #00ACED;
     content: "\F309";
   }
   
   .share-facebook:before {
     background: #3B5998;
     content: "\F30C";
   }
   
   .share-linkedin:before {
     background: #4875B4;
     content: "\F318";
   }
   
   .share-googleplus:before {
     background: #CD3C2A;
     content: "\F30F";
   }
   
   .share-label {
     cursor: pointer;
   }
   
   .share-label + .share {
     background: #FFF;
     border: 1px solid #DDDDDD;
     border: 1px solid rgba(0, 0, 0, 0.17);
     box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
     left: 50%;
     line-height: 70px;
     margin: 10px 0 0 -75px;
     position: absolute;
     text-align: center;
     top: 100%;
     white-space: nowrap;
     width: 175px;
     z-index: 1;
   }
   
   .share-label + .share:before, .share-label + .share:after {
     content: "";
     display: inline-block;
     left: 50%;
     position: absolute;
   }
   
   .share-label + .share:before {
     top: -7px;
     border-right: 7px solid transparent;
     border-bottom: 7px solid #CCC;
     border-left: 7px solid transparent;
     margin-left: -6px;
   }
   
   .share-label + .share:after {
     top: -6px;
     border-right: 6px solid transparent;
     border-bottom: 6px solid #FFF;
     border-left: 6px solid transparent;
     margin-left: -5px;
   }
   
   .share-label[aria-selected="true"] {
     color: #111;
   }
   
   .share-label[aria-selected="true"] + .share {
     display: block;
   }
   
   .share-label[aria-selected="false"] + .share {
     display: none;
   }
   
   /* ====================================================
      Attachments/Screencasts
      ==================================================== */
   .attachment-list, .screencast-list {
     font-size: 14px;
   }
   
   .attachment-list span, .screencast-list span {
     color: #bbb;
   }
   
   .comment .attachment-list, .comment .screencast-list {
     margin-top: 25px;
   }
   .comment .attachment-list li, .comment .screencast-list li {
     margin-bottom: 10px;
   }
   .comment .attachment-list li:before, .comment .screencast-list li:before {
     background: #f6f6f6;
     border-radius: 3px;
     color: #bbb;
     font-family: "entypo";
     margin-right: 5px;
     padding: 5px;
   }
   .comment .attachment-list li:before {
     content: "\1F4CE";
   }
   .comment .screencast-list li:before {
     content: "\1F4BB";
   }
   
   /* ====================================================
      Comments - Used in the Article page and Request page
      ==================================================== */
   .comment, .comment-form {
     border-bottom: 1px solid #d9d9d9;
     font-size: inherit;
     line-height: 1.3;
     min-height: 100px;
     padding: 45px 0 20px;
     position: relative;
   }
   
   .comment-container {
     margin-left: 90px;
   }
   
   .comment-avatar {
     position: absolute;
     display: inline-block;
   }
   
   .comment-avatar img {
     border: 0;
     border-radius: 3px;
     max-width: 70px;
     max-height: 70px;
   }
   
   .comment-avatar-agent:after {
     background-color: transparent;
     background-image: url("/hc/theming_assets/01HZGZ5NBWMCMVE6DYVH1MSRNX");
     background-image: url("/hc/theming_assets/01HZGZ5NM7M9CWRHTREAVSN4HP");
     background-repeat: no-repeat;
     background-size: 14px;
     position: absolute;
     width: 15px;
     height: 15px;
     bottom: -5px;
     right: -3px;
     content: " ";
   }
   
   .comment-author {
     display: inline-block;
     font-size: inherit;
     margin: 0 0 10px 0;
     font-weight: 400;
     color: #2a2a2a;
   }
   
   .comment-published, .comment-edit, .comment-delete, .comment-mark-as-spam {
     float: right;
     font-size: 11px;
     margin-right: 12px;
     margin-left: 12px;
   }
   
   .comment-published {
     color: #8a8a8a;
     font-weight: 400;
     font-size: 12px;
   }
   
   .comment-edit:before, .comment-delete:before, .comment-mark-as-spam:before {
     color: #CCC;
     content: "\2022";
     font-size: 10px;
     margin-left: -14px;
     pointer-events: none;
     position: absolute;
   }
   
   .comment-body {
     line-height: 1.8;
     word-wrap: break-word;
   }
   
   .zd-comment em,
   .zd-comment strong {
     font-style: normal;
     font-weight: 400;
     font-size: 14px;
   }
   
   .comment-body p:first-child {
     margin-top: 0px;
   }
   
   .comment-form textarea {
     border-radius: 2px 2px 0 0;
     border-width: 1px;
   }
   
   .comment-attachments {
     border-color: #DDDDDD;
     border-color: rgba(0, 0, 0, 0.13);
     border-style: solid;
     border-radius: 0 0 2px 2px;
     border-width: 0 1px 1px;
     padding: 10px;
   }
   
   .comment-form {
     padding-top: 30px;
   }
   
   .comment-form-controls {
     display: block;
     margin-top: 10px;
     text-align: center;
   }
   
   .comment-form-controls input[type=submit] {
     margin-left: 15px;
   }
   
   .comment-screencasts {
     float: left;
     margin-top: 5px;
     margin-right: 25px;
   }
   
   .comment-list + .pagination {
     border-top: 1px solid #ECECEC;
     border-top: 1px solid rgba(0, 0, 0, 0.07);
   }
   
   .pending-comments-list {
     list-style: none;
   }
   
   .pending-moderation-comment-badge {
     border-style: solid;
     border-width: 1px;
     border-color: #c7aa2b;
     color: #c7aa2b;
     padding: 3px 5px;
     margin-top: 10px;
     font-size: 12px;
   }
   
   /* ==========================================================================
      Pagination
      ========================================================================== */
   .pagination {
     line-height: 0;
     padding: 20px 0;
     text-align: center;
   }
   
   .pagination ul {
     display: inline-block;
     list-style: none;
     border: 1px solid #CAD5EC;
     padding: 1px;
     border-radius: 6px;
   }
   
   .pagination li {
     float: left;
   }
  .pagination li.pagination-first,
  .pagination li.pagination-prev{
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #CAD5EC;
  }
  .pagination li.pagination-last,
  .pagination li.pagination-next{
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #CAD5EC;
  }
   .pagination li + li {
     border-left: none;
   }
   
   .pagination a, .pagination span {
     display: inline-block;
     line-height: 20px;
     font-size: 16px!important;
     padding: 9px 12px;
     font-weight: 500;
     color: #666;
   }
   
   .pagination-current {
     background: #FF8933;
			border-radius: 10px;
   }
  .pagination-current a,
  .pagination-current span {
			color: #fff;
  }
   
   .pagination-first {
     border-radius: 3px 0 0 3px;
   }
   
   .pagination-last {
     border-radius: 0 3px 3px 0;
   }
   
   /* ====================================================
      My activities
      ==================================================== */
   
   .breadcrumbs li {
     font-size: 16px;
     font-weight: 400;
   }
   
   .my-activities-header {
     font-size: 20px;
     padding: 25px 0;
   }
   
   .my-activities-nav {
     border-top: 1px solid #7D94C2;
     border-bottom: 1px solid #7D94C2;
     margin-bottom: 12px;
     padding: 8px 0;
   }
   
   .my-activities-nav li {
     padding-right: 30px;
     position: relative;
   }
   
   .my-activities-nav li + li {
     padding-left: 30px;
   }
   
   .my-activities-sub-nav li {
     padding-right: 15px;
     position: relative;
   }
   .my-activities-sub-nav li:not(:first-child):before,
   .my-activities-nav li:not(:first-child):before {
     position: absolute;
     top: 50%;
     left: 0;
     width: 1px;
     height: 14px;
     background-color: #7D94C2;
     content: "";
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
   }
   
   .my-activities-nav li {
     display: inline-block;
     font-size: 24px;
     line-height: 27px;
   }
   
   .my-activities-sub-nav li {
     font-size: 20px;
     line-height: 30px;
     display: inline-block;
   }
   
   
   .my-activities-sub-nav li + li {
     padding-left: 15px;
   }
   
   
   .my-activities-sub-nav {
     padding: 15px 0 27px;
     position: relative;
   }
   
   .request-table-toolbar {
     padding: 28px 20px;
     text-align: right;
     line-height: 1;
   }
   .request-table-toolbar span {
     position: relative;
     display: inline-block;
   }
   .request-table-toolbar span:before {
     position: absolute;
     top: 9px;
     left: 15px;
     width: 22px;
     height: 22px;
     background-image: url("/hc/theming_assets/01HZGZ5WXV5D57Z1SZX8CKVG34");
     background-repeat: no-repeat;
     background-position: center;
     z-index: 2;
     content: "";
   }
   .request-table-toolbar .requests-search {
     float: right;
     height: 40px;
     outline: none;
     padding: 0 15px 0 54px;
     width: 300px;
     font-size: 16px;
     border: 1px solid #CAD5EC;
      border-radius: 6px;
   }
   
   .request-filter-label,
   .request-filter {
     padding: 5px 8px;
     float: left;
     font-size: 14px;
     font-weight: 400;
     color: #8a8a8a;
     outline: none;
   }
   
   .my-activities-table a {
     clear: both;
   }
   
   .my-activities-table a {
     overflow: hidden;
     text-overflow: ellipsis;
     font-size: 18px;
     line-height: 22px;
   }
   
   .my-requests th:first-child + th + th, .my-requests td:first-child + td + td {
     display: none;
   }
   
   .request-table a {
     max-width: 550px;
   }
   
   .following-table a {
     max-width: 390px;
   }
   
   .contribution-table a {
     max-width: 250px;
   }
   
   .request-table td:nth-child(1) {
     width: 5%;
     font-size: 18px;
     line-height: 22px;
     color: #666;
   }
   
   .request-table td:nth-child(2) {
     width: 65%;
   }
   
   .request-table td:nth-child(3) {
     width: 15%;
     font-size: 18px;
     line-height: 22px;
     color: #666;
   }
   
   .request-table td:nth-child(4) {
     width: 15%;
     font-size: 18px;
     line-height: 22px;
     color: #666;
   }
   
   .following-table td:nth-child(1) {
     width: 45%;
   }
   
   .following-table td:nth-child(2) {
     width: 15%;
   }
   
   .following-table td:nth-child(3) {
     width: 30%;
   }
   
   .following-table td:nth-child(4) {
     width: 10%;
   }
   
   /* ====================================================
      Requests
      ==================================================== */
   .new-request {
     display: inline-block;
     background: rgb(255, 149, 0);
     background: -moz-linear-gradient(90deg, rgb(255, 149, 0) 30%, rgb(255, 116, 0) 70%);
     background: -webkit-linear-gradient(90deg, rgb(255, 149, 0) 30%, rgb(255, 116, 0) 70%);
     background: -o-linear-gradient(90deg, rgb(255, 149, 0) 30%, rgb(255, 116, 0) 70%);
     background: -ms-linear-gradient(90deg, rgb(255, 149, 0) 30%, rgb(255, 116, 0) 70%);
     background: linear-gradient(180deg, rgb(255, 149, 0) 30%, rgb(255, 116, 0) 70%);
     border-radius: 4px;
     border: 0;
     bottom: 0;
     box-shadow: none;
     color: #fff;
     margin: 0;
     outline: none;
     padding: 10px 22px;
   }
   .new-request:hover {
     background: rgb(255, 175, 0);
     background: -moz-linear-gradient(90deg, rgb(255, 175, 0) 30%, rgb(255, 144, 0) 70%);
     background: -webkit-linear-gradient(90deg, rgb(255, 175, 0) 30%, rgb(255, 144, 0) 70%);
     background: -o-linear-gradient(90deg, rgb(255, 175, 0) 30%, rgb(255, 144, 0) 70%);
     background: -ms-linear-gradient(90deg, rgb(255, 175, 0) 30%, rgb(255, 144, 0) 70%);
     background: linear-gradient(180deg, rgb(255, 175, 0) 30%, rgb(255, 144, 0) 70%);
     text-decoration: none;
     color: #fff;
   }
   .request-follow-up {
     text-align: left;
     color: #2a2a2a;
   }
   
   .follow-up-hint {
     display: inline-block;
     float: right;
     font-size: 13px;
     margin-top: 13px;
   }
   
   .request-details {
     text-align: left;
     border: 1px solid #d9d9d9;
     border-radius: 5px;
     margin: 25px 0 30px;
     padding: 15px 25px;
   }
   
   .request-details li + li {
     margin-top: 10px;
   }
   
   .request-header {
     font-weight: lighter;
     font-size: 1.7em;
     margin: 1em 0;
   }
   
   .request-id {
     color: #8a8a8a;
     display: block;
     font-size: 14px;
     margin-bottom: 15px;
   }
   
   .request-details {
     font-size: 12px;
   }
   
   .request-details dt ~ dt {
     margin-top: 20px;
     color: #2a2a2a;
     font-size: 14px;
   }
   
   .request-details dd {
     margin: 2px 0 0;
     word-wrap: break-word;
   }
   
   .request-details dd li {
     /*list-style-type: disc;
     list-style-position: inside;*/
     /*margin: 0;*/
   }
   
   .attachment-list li {
     margin-bottom: 17px;
   }
   
   .request-details .nested-field-tag:before {
     content: " > ";
   }
   .request-details .nested-field-tag:first-child:before {
     content: "";
   }
   
   .request-status {
     color: #FFF;
     border-radius: 8px;
     display: inline-block;
     font-size: 11px;
     line-height: 16px;
     font-weight: 500;
     padding: 3px 16px;
     white-space: nowrap;
   }
   
   .request-open {
     background: #E41313;
   }
   
   .request-answered {
     background: #FF8933;
   }
   
   .request-solved {
     background: #34C58C;
   }
   
   /* ====================================================
      Search results
      ==================================================== */
   body.community-enabled .search-results-column {
     float: left;
     width: 430px;
   }
   
   body.community-enabled .search-results-column ~ .search-results-column {
     margin-left: 0;
   }
   
   .search-results-subheading {
     border-bottom: 1px solid #ECECEC;
     border-bottom: 1px solid rgba(0, 0, 0, 0.07);
     padding-bottom: 10px;
     margin-bottom: 0;
   }
   
   .search-results-subheading-link {
     font-size: 13px;
     font-weight: normal;
     margin-left: 5px;
   }
   
   .search-result {
     margin: 0;
     padding: 20px 0;
   }
   
   .search-result + .search-result {
     border-top: 1px solid #ECECEC;
     border-top: 1px solid rgba(0, 0, 0, 0.07);
   }
   
   .search-results-list {
     margin: 0;
   }
   
   .search-result-link {
     font-size: 16px;
   }
   
   .search-result-description,
   .search-result-meta {
     padding-top: 16px;
   }
   
   .search-result-meta-name,
   .search-result-meta-time,
   .search-result-meta-count {
     font-size: 12px;
     color: #bbb;
   }
   
   .search-result-meta-time:before,
   .search-result-meta-count:before {
     display: inline-block;
     padding-right: 5px;
     content: '\2022';
     speak: none;
     line-height: 1;
     -webkit-font-smoothing: antialiased;
   }
   
   .search-result-votes {
     background: #A8D119;
     border-radius: 2px;
     color: #FFF;
     display: inline-block;
     line-height: 1;
     margin-left: 5px;
     padding: 4px 5px;
     position: relative;
     top: -2px;
   }
   
   .search-result-votes:before {
     content: "\1F44D";
     font-family: "entypo";
     margin-right: 3px;
   }
   
   .search-results + .pagination {
     border-top: 1px solid #ECECEC;
     border-top: 1px solid rgba(0, 0, 0, 0.07);
   }
   
   /* ====================================================
      Forms
      ==================================================== */
   .form {
     border: 1px solid #d9d9d9;
     border-radius: 5px;
     overflow: hidden;
     padding: 40px 50px;
   }
   
   .community-enabled .form {
     margin-top: 25px;
   }
   
   .form-field + .form-field {
     margin-top: 25px;
   }
   
   .form-field label {
     /*display: block;*/
     font-size: 18px;
     margin-bottom: 10px;
     font-weight: 400;
     color: #666;
     position: relative;
   }
   
   .form-field input[type=checkbox] + label {
     margin: 0 0 0 10px;
   }
   
   .form-field.required > label:after {
     content: "*";
     color: #FF8933;
     margin-left: 4px;
   }
   
   .upload-dropzone {
     background: rgba(225, 233, 248, 0.4);
    border: 1px solid #798ABA;
    border-radius: 6px;
   }
   
   .upload-dropzone span {
     color: #666;
     font-size: 16px;
     display: flex;
      justify-content: center;
      align-items: center;
   }
.upload-dropzone a {
  font-size: 16px;
  margin-left: 10px;
  margin-right: 3px;
}
   .upload-dropzone span:before {
     display: inline-block;
     width: 44px;
     height: 30px;
     background: url("/hc/theming_assets/01HZGZ5WJR1VE9B0FVTRZ9K1KB");	
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
     content: "";
   }
   
   .nesty-input:after {
     top: 6px;
     right: 3px;
     font-size: 26px;
   }
   .nesty-input {
     height: 42px;
     padding: 5px 15px 0 10px;
     border-radius: 6px;
   }
   
   .form-field textarea, .form-field input {
     outline: none;
     border-radius: 6px;
   }
   
   .form-field.required {
     margin-bottom: 20px;
   }
   
   .form-field p {
     font-size: 16px;
     line-height: 22px;
     color: #6E8698;
   }

  .form-field.boolean {
    display: flex;
    flex-direction: row-reverse;
  }
.form-field.boolean label {
  margin-bottom: 0;
}
  .form-field.boolean input {
      margin-top: 7px;
      margin-right: 30px;
      width: 24px;
      height: 18px;
  }
   
   .form-field input[type=number], .form-field input.datepicker {
     width: 150px;
   }
   
   .form form + form,
   .searchbox {
     margin-top: 25px;
   }
   
   .searchbox-suggestions {
     border-radius: 4px;
     background-color: #fff;
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
     border: solid 1px #ccc;
     padding: 10px 20px;
   }
   
   .searchbox-suggestions li {
     padding: 5px 0;
   }
   
   [data-loading="true"] input,
   [data-loading="true"] textarea {
     background: transparent url("/hc/theming_assets/01HZGZ5NZY7M77DR7T3TZZG007") 99% 50% no-repeat;
     background-size: 16px 16px;
   }
   
   .form footer {
     margin-top: 20px;
     padding-top: 25px;
     text-align: center;
   }
   
   .form footer a {
     color: #CCC;
     cursor: pointer;
     margin-right: 15px;
   }
   
   /* ====================================================
      Error pages
      ==================================================== */
   .error-page {
     margin: 0 auto;
     max-width: 500px;
     padding-top: 5%;
   }
   
   .error-page h1 {
     font-size: 52px;
     margin-bottom: 0;
   }
   
   .error-page h2 {
     font-size: 16px;
     margin-bottom: 5px;
   }
   
   .error-page > a {
     display: block;
     margin-top: 25px;
   }
   
   /* ====================================================
      Community
      ==================================================== */
   /*
    * Heading
    */
   .community-heading {
     font-size: 36px;
     font-weight: 400;
     margin-top: 0;
     display: inline-block;
     color: #212121;
     margin-bottom: 27px;
   }
   
   /*
    * Nav
    */
   .community-nav {
     border-top: 1px solid #7D94C2;
     border-bottom: 1px solid #7D94C2;
     margin-bottom: 44px;
     margin-top: 0;
     padding: 8px 0;
   }
   
   .community-nav li {
     display: inline-block;
     font-weight: 400;
     padding-right: 30px;
     font-size: 24px;
     color: #666666;
   }
   
   .community-nav li a {
     color: #FF8933;
     text-decoration: none;
   }
   
   .community-nav li + li {
     position: relative;
     padding-left: 30px;
   }
   .community-nav li + li:before {
     position: absolute;
     left: 0;
     top: 10px;
     height: 14px;
     width: 1px;
     background-color: #7D94C2;
     content: "";
   }
   
   .new-post {
     border: 0;
     float: right;
     margin: 0;
     position: relative;
     background: #FF8933;
     border-radius: 6px;
     box-shadow: none;
     color: #fff;
     font-size: 16px;
     font-weight: 500;
     padding: 10px 10px 10px 25px;
     min-width: 120px;
     height: auto;
     line-height: 24px;
     text-align: center;
     text-transform: capitalize;
   }
   .new-post:hover {
     background: #FF9000;
     text-decoration: none;
     color: #fff;
   }
   
   .new-post:before {
     font-family: "entypo";
     font-size: 14px;
     margin-right: 3px;
     vertical-align: middle; 
     top: 11px;
     left: 13px;
     content: "+";
     position: absolute;
   }
   
   /*.community-nav li:last-child {
     border: 0;
     float: right;
     margin: 0;
     padding: 0;
     position: relative;
     top: -5px;
   }*/
   
   /*.community-nav li:last-child a { 
     position: relative;
     top: 3px;
     background: #FF9500;
     background: -moz-linear-gradient(90deg, rgb(255, 149, 0) 30%, rgb(255, 116, 0) 70%);
     background: -webkit-linear-gradient(90deg, #FF9500 30%, #FF7400 70%);
     background: -o-linear-gradient(90deg, rgb(255, 149, 0) 30%, rgb(255, 116, 0) 70%);
     background: -ms-linear-gradient(90deg, rgb(255, 149, 0) 30%, rgb(255, 116, 0) 70%);
     background: linear-gradient(180deg, #FF9500 30%, #FF7400 70%);
     border-radius: 6px;
     border: 0;
     bottom: 0;
     box-shadow: none;
     color: #FFF !important;
     margin: 0;
     font-size: 14px;
     font-weight: 400;
     text-shadow: 0 2px rgba(0, 0, 0, 0.2);
     padding: 12px 19px;
     height: auto;
   }*/
   /*.community-nav li:last-child a:before { 
     top: 6px;
     left: 8px;
     content: "+";
   }
   
   .community-nav li:last-child a:hover {
   background: #FFAF00;
   background: -moz-linear-gradient(90deg, rgb(255, 175, 0) 30%, rgb(255, 144, 0) 70%);
   background: -webkit-linear-gradient(90deg, #FFAF00 30%, #FF9000 70%);
   background: -o-linear-gradient(90deg, rgb(255, 175, 0) 30%, rgb(255, 144, 0) 70%);
   background: -ms-linear-gradient(90deg, rgb(255, 175, 0) 30%, rgb(255, 144, 0) 70%);
   background: linear-gradient(180deg, #FFAF00 30%, #FF9000 70%);
   }
   
   .community-nav li:last-child a:before {
     /*content: "\270E";*/
     /*font-family: "entypo";
     font-size: 14px;
     margin-right: 3px;
     vertical-align: middle;
   }*/
   
   /*
    * Sub nav
    */
   .community-sub-nav {
     padding: 15px 0 27px;
     position: relative;
     width: 800px;
   }
   
   .community-sub-nav li {
     position: relative;
     display: inline-block;
     font-weight: 300;
     padding-right: 15px;
     font-size: 18px;
     color: #2a2a2a;
   }
   
   .community-sub-nav li a {
     font-weight: normal;
   }
   
   .community-sub-nav li + li {
     padding-left: 15px;
     
   }
   
   .community-sub-nav li:not(:last-child):after {
     position: absolute;
     top: 0;
     right: -12px;
     content: "|";
     font-size: 16px;
     margin: 0 10px;
     color: #7D94C2;
   }
   
   .community-sub-nav .topic-add {
     position: absolute;
     right: 0;
     top: 10px;
   }
   
   /*
    * Topics/questions/answers
    */
   .topic {
     display: inline-block;
     width: 49.5%;
     padding: 20px 30px 20px 0;
     vertical-align: top;
   }
   
   .topic-header, .question-header {
     border-bottom: 1px solid #ECECEC;
     border-bottom: 1px solid rgba(0, 0, 0, 0.07);
     display: table;
     padding-bottom: 10px;
   }

.question-header span a {
  font-size: 18px;
}
   
   
   
   .topic-header > *, .question-header > * {
     display: table-cell;
     vertical-align: middle;
   }
   
   .topic-header .topic-meta, .question-header .question-meta {
     padding: 0 25px;
     white-space: nowrap;
   }
   
   .topic-heading, .question-heading, .answer-list-heading {
     font-size: 18px;
     width: 100%;
   }
   
   .topic-heading {
     font-size: 18px;
   }
   
   .topic-questions {
     margin-top: 45px;
   }
   .topic-questions .dropdown-toggle {
     color: #8a8a8a;
     font-weight: 400;
   }
   
   /*dropdown menu at community page*/
   .dropdown-menu {
     padding: 0;
     min-width: 132px;
   }
   .dropdown-menu [role=menuitem] {
     padding: 9px 15px 9px 45px;
     color: #8a8a8a;
   }
   .dropdown-menu [role=menuitem]:after {
     position: absolute;
     left: 16px;
     margin-left: 0!important;
     color: #ff7300;
   }
   .dropdown-menu [role=menuitem][aria-selected=true] {
     color: #ff7300;
   }
   .topic-description {
     word-break: break-word;
   }
   
   .question-list {
     background: #FFFFFF;
      border: 1px solid #E1E9F8;
      box-shadow: 0px 6px 15px rgba(5, 22, 48, 0.16);
      border-radius: 6px;
   }
   
   .type-1 .question {
     padding-left: 22px;
   }
   .question, .answer {
     border-bottom: 1px solid #E1E9F8;
     padding: 20px 0;
     position: relative;
   }
   
   .question:last-child, 
   .answer:last-child {
     border-bottom: none;
   }
   
   .question-form .nesty-input {
     max-width: none;
   }
   
   .question-avatar, .answer-avatar {
     display: table-cell;
     margin-right: 10px;
     min-width: 80px;
     position: relative;
     vertical-align: top;
   }
   
   .question-avatar-agent:after, .answer-avatar-agent:after {
     background-color: transparent;
     background-image: url("/hc/theming_assets/01HZGZ5W9M5BAB9GJJTJHHM1HF");
     background-repeat: no-repeat;
     background-size: 14px;
     position: absolute;
     width: 15px;
     height: 15px;
     left: 30px;
     top: 30px;
     content: " ";
   }
   
   .question-avatar img, .answer-avatar img {
     border-radius: 3px;
     max-height: 38px;
     max-width: 38px;
   }
   
   .question-body, .answer-body, .answer-official-body {
     display: table-cell;
     vertical-align: top;
     width: 100%;
   }
   
   .question-body .answer-official-body {
     vertical-align: top;
     width: 100%;
   }
   
   .question-body p, .answer-body p, .answer-official-body p {
     margin: 0 0 5px;
   }
   
   .question-body .question-meta, .answer-body .answer-meta, .answer-official-body .answer-meta {
     float: left;
   }
   .question-body .question-author,
   .answer-body .answer-author {
     display: inline-block;
     margin-bottom: 22px;
   }
   
   .question-body .question-author a,
   .answer-body .answer-author a {
     color: #2a2a2a;
     font-weight: 600;
     transition: all .3s;
   }
   .question-body .question-author:hover a,
   .answer-body .answer-author:hover a {
     text-decoration: none;
     color: #ff7300;
   }
   
   .question .answer {
     border: none;
     padding-bottom: 0;
   }
   
   .question-topic-list {
     margin: 0 0 30px;
   }
   
   .question-topic-list li {
     display: inline-block;
     margin: 0;
   }
   
   .question-topic-list a {
     border-radius: 6px;
     color: #7D94C2;
     display: inline-block;
     font-size: 20px;
     line-height: 24px;
     padding: 11px 23px;
     font-weight: 400;
     border: 1px solid #7D94C2;
     transition: all .3s;
   }
   .question-topic-list a:hover {
     border-color: #FF8933;
     background-color: #FF8933;
     color: #fff;
     text-decoration: none;
   }
  .post-subscribe {
    border: 1px solid #7D94C2;
    transition: all .3s;
    color: #7D94C2;
    border-radius: 6px;
  }
  .post-subscribe:hover {
			border-color: #FF8933;
     background-color: #FF8933;
     color: #fff;
     text-decoration: none;
  }
   .question-title, .topic-title {
     font-size: 15px;
   }
   .question-title {
     margin: 0 0 11px;
     color: #2a2a2a;
     font-size: 14px;
     font-weight: 400;
     color: #ff7300;
   }
   
   .topic-title a {
     font-weight: 500;
     font-size: 20px;
   }
    .question-title a {
       font-weight: 400;
       font-size: 18px;
     }
   
   .question-meta, .answer-meta, .topic-meta {
     color: #666;
     font-size: 16px;
     font-weight: 300;
   }
   
   
   .question-meta .question-author a {
     color: #666;
     font-weight: 400;
   }
   
   .topic-meta span + span:before, .question-meta span + span:before, .answer-meta span + span:before {
     content: "|";
     font-size: 14px;
     margin: 0 10px;
     color: #999;
   }
   
   .question-meta .post-answered {
     color: #ff7300;
   }
   
   .question-meta .post-planned {
     color: #ffc600;
   }
   
   .question-meta .post-not-planned {
     color: #e12d1a;
   }
   
   .question-meta .post-completed {
     color: #3fa501;
   }
   
   .answer-form {
     margin: 30px 0 0 95px;
   }
   
   .answer-form-controls {
     display: none;
     margin-top: 10px;
     text-align: right;
   }
   
   .answer-form-controls input[type=submit] {
     margin-left: 15px;
   }
   
   .answer-form-controls .pull-left {
     float: left;
   }
   
   .answer-official-heading {
     font-size: 13px;
     font-weight: bold;
     line-height: 1;
     margin: 0 0 20px;
     border-bottom: 0px;
   }
   
   .answer-list-heading {
     border-bottom: 1px solid #ECECEC;
     border-bottom: 1px solid rgba(0, 0, 0, 0.07);
     margin-top: 30px;
     padding-bottom: 20px;
   }
   
   .comment-sorter a {
     font-size: 16px;
     position: relative;
     padding-right: 30px;
     font-weight: 300;
   }
   
   .comment-sorter a:not(:last-child):after {
     position: absolute;  
     top: 2px;
     right: 0;
     content: "|";
     font-size: 12px;
     margin: 0 10px;
     color: #d9d9d9;
   }
   
   .pending-moderation-answer-badge {
     clear: both;
     border-style: solid;
     border-width: 1px;
     border-color: #c7aa2b;
     color: #c7aa2b;
     padding: 3px 5px;
     float: left;
     margin-top: 10px;
     font-size: 12px;
   }
   
   .question-share, .answer-share {
     position: relative;
   }
   
   .related-questions-header {
     border-bottom: 1px solid #ECECEC;
     border-bottom: 1px solid rgba(0, 0, 0, 0.07);
   }
   
   .related-questions-heading {
     margin-top: 3px;
   }
   
   .related-questions li {
     margin-top: 10px;
     margin-bottom: 10px;
   }
   
   /*
    * Vote
    */
   .vote {
     position: relative;
     display: table-cell;
     margin-left: 15px;
     margin-right: 10px;
     min-width: 60px;
     vertical-align: top;
   }
   
   .vote-sum, .vote-controls {
     display: inline-block;
     vertical-align: middle;
   }
   
   .vote-sum {
     padding-top: 29px;
     font-size: 16px;
     font-weight: 400;
     width: 100%;
     text-align: left;
     margin-left: 12px;
   }
   
   .vote-controls {
     position: absolute;
     top: 0;
     left: 3px;
   }
   
   .vote-controls a {
     box-shadow: none;
     color: #8e8e8e;
     display: block;
     font-family: "entypo";
     font-size: 20px;
     height: 26px;
     width: 26px;
     line-height: 25px;
     border-radius: 50%;
     padding: 0;
     text-align: center;
     border: 1px solid #dadada;
     background: transparent;
   }
   .vote-controls a:first-child {
     margin-bottom: 31px;
   }
   
   .vote-up {
     border-radius: 5px 5px 0 0;
   }
   
   
   .vote-up:before {
     content: "\E763";
   }
   
   .vote-down:before {
     content: "\E760";
   }
   
   .vote-controls a:hover {
     color: #fff;
     text-decoration: none;
     outline: none;
     border-color: transparent;
     background: #FF9500;
     background: -moz-linear-gradient(90deg, rgb(255, 149, 0) 30%, rgb(255, 116, 0) 70%);
     background: -webkit-linear-gradient(90deg, #FF9500 30%, #FF7400 70%);
     background: -o-linear-gradient(90deg, rgb(255, 149, 0) 30%, rgb(255, 116, 0) 70%);
     background: -ms-linear-gradient(90deg, rgb(255, 149, 0) 30%, rgb(255, 116, 0) 70%);
     background: linear-gradient(180deg, #FF9500 30%, #FF7400 70%);
   }
   
   /*
    * Accept
    */
   .answer-accept {
     color: #BBB;
     font-size: 15px;
     max-width: 15px;
     overflow: hidden;
     padding-top: 7px;
     position: absolute;
     white-space: nowrap;
   }
   
   .answer-accept:hover {
     text-decoration: none;
   }
   
   .answer-accept:before {
     content: "\2713";
     font-family: "entypo";
     margin-right: 5px;
   }
   
   .answer-accepted .answer-accept, .answer-accepted .vote-sum {
     color: green;
   }
   
   /*
    * Admin controls
    */
   .topic-controls, .question-controls, .answer-controls {
     float: right;
     font-size: 11px;
   }
   
   .topic-edit, .question-delete, .question-mark-as-spam, .answer-delete, .answer-mark-as-spam {
     margin-left: 25px;
   }
   
   .topic-edit:before, .question-delete:before, .question-mark-as-spam:before, .answer-delete:before, .answer-mark-as-spam:before {
     color: #CCC;
     content: "\2022";
     font-size: 10px;
     margin-left: -16px;
     pointer-events: none;
     padding-right: 10px;
     display: inline-block;
   }
   
   /* ====================================================
      Chat
      ==================================================== */
   /*.chat {
     background: #f6f6f6;
     border: 1px solid #E0E0E0;
     border-bottom: 0;
     border-radius: 5px 5px 0 0;
     bottom: 0;
     box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
     font-size: 13px;
     line-height: 35px;
     padding: 0 15px;
     position: fixed;
     right: 85px;
     -webkit-transition: bottom .5s ease-in, color .5s ease-in;
     transition: bottom .5s ease-in, color .5s ease-in;
   }
   
   .chat:before {
     content: "\E720";
     font-family: "entypo";
     font-size: 16px;
     margin-right: 10px;
     vertical-align: middle;
   }
   
   .chat:hover {
     text-decoration: none;
   }
   
   .chat-available {
     bottom: 0;
   }
   
   .chat-unavailable {
     color: gray;
     cursor: default !important;
     bottom: -50px;
   }*/
   
   /* ====================================================
      Parsed markdown
      ==================================================== */
   .markdown {
     word-wrap: break-word;
   }
   
   .markdown h1,
   .markdown h2,
   .markdown h3,
   .markdown h4,
   .markdown h5,
   .markdown h6 {
     padding: 0;
     margin: 0 0 10px 0;
     font-weight: bold;
     line-height: 13px;
     font-size: 13px;
   }
   
   .markdown img {
     border: 1px solid #ECECEC;
     border: 1px solid rgba(0, 0, 0, 0.07);
     height: auto;
     max-width: 100%;
     padding: 3px;
     margin-bottom: 10px;
   }
   
   .markdown p {
     margin-bottom: 0;
     font-weight: 400;
     color: #666;
     font-size: 16px;
     line-height: 22px;
   }
   
   .markdown ul,
   .markdown ol {
     list-style-position: inside;
     margin: 0 0 10px 10px;
   }
   
   .markdown ul {
     list-style-type: disc;
   }
   
   .markdown ol {
     list-style-type: decimal;
   }
   
   .markdown li > ul,
   .markdown li > ol {
     margin: 0 0 0 10px;
   }
   
   .markdown pre {
     background: #f6f6f6;
     background: rgba(0, 0, 0, 0.02);
     border: 1px solid #ECECEC;
     border: 1px solid rgba(0, 0, 0, 0.07);
     border-radius: 3px;
     padding: 10px 15px;
     overflow: auto;
     white-space: pre-wrap;
     margin-bottom: 10px;
   }
   
   .markdown blockquote {
     border-left: 1px solid #ECECEC;
     border-left: 1px solid rgba(0, 0, 0, 0.07);
     color: #bbb;
     font-style: italic;
     padding-left: 10px;
     margin: 0 0 10px 0;
   }
   
   .markdown hr {
     margin-bottom: 10px;
     height: 2px;
     background-color: #ECECEC;
   }
   
   /* CSS for the public satisfaction display */
   .search-box .zd_satisfaction, .search-box .zd_plug, 
   .article-body .zd_satisfaction, .article-body .zd_plug {
     display: none !important;  
   }
   
   .zd_satisfaction, .zd_plug {
     font-size: 10px;
     font-family: Arial, Helvetica, sans-serif;
   }
   
   .zd_satisfaction div {
     background-color: #F2F2F2;
     -webkit-box-shadow: inset 0 0px 20px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 0px 20px rgba(0, 0, 0, 0.1);
     box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
     border-radius: 8px;
     position: relative;
     border-radius: 8px;
     display: inline-block;
     margin: 0 10px;
     text-align: center;
     width: 130px;
     
   }
   
   .zd_satisfaction div:first-of-type {
     margin-left: 200px;
   }
   
   .zd_satisfaction div:last-of-type {
     background-color: #fff;
     -webkit-box-shadow: inset 0 0 0;
     -moz-box-shadow: inset 0 0 0;
     box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
   }
   
   .zd_rating_number {
     font-size: 52px;
     font-weight: bold;
     margin: 0!important;
     padding: 0;
     text-shadow: 2px 2px 1px #DDD;
     height: 90px;
   }
   
   .zd_rating_number:last-of-type {
     text-shadow: 0;
   }
   
   .zd_rating_string {
     background-color: #EBEBEB;
     border-bottom-left-radius: 8px;
     border-bottom-right-radius: 8px;
     font-size: 10px;
     margin: 0!important;
     padding: 5px 0;
   }
   
   .zd_satisfaction_score .zd_rating_number {
     background-color: #F2F2F2;
     -webkit-box-shadow: inset 0 0px 20px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 0px 20px rgba(0, 0, 0, 0.1);
     box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
     border-radius: 8px;
     text-shadow: 8px;
   }
   
   .zd_satisfaction_score .zd_rating_string {
     background-color: #EBEBEB;
   }
   
   .zd_plug {
     background-color: #F2F2F2;
     -webkit-box-shadow: inset 0 0px 20px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 0px 20px rgba(0, 0, 0, 0.1);
     box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
     border-radius: 8px;
     position: relative;
     font-size: 21px;
     border-radius: 8px;
     display: inline-block;
     margin: 12px 0 45px 0;
     text-align: center;
     width: 436px;
     margin-left: 200px;
     text-shadow: 2px 2px 1px #DDD;
   }
   
   /* ====================================================
   
      Up Arrow
   
      ==================================================== */
   
   .uparrow{
       width: 49px;
       height: 49px;
       position: fixed;
       bottom: 20px;
       right: 193px;
       display: none;
       text-indent: -9999px;
       background: url("/hc/theming_assets/01HZGZ5V54D42NAE19YBN133CR") no-repeat;
     z-index: 1;
     transition: .3s;
   }
    
   .uparrow:hover{
       background: url("/hc/theming_assets/01HZGZ5VJD4QPCDWRRXN75E260") no-repeat;
   
   }
   
   
  
   
   .chart span{
       display: block;
       font-size: 39px;
       font-weight: normal;
   }
   
   .chart canvas {
     display: none;
   }
   
   .article-vote-question {
     font-weight: bold;
   }
   
   .article-meta a {
     color: #FF7300;
   }
   
   /* ====================================================
   
      Community Page
   
      ==================================================== */
      
   .community-enabled .main-column {
     width: 620px;
   }
   .community-enabled .main-column.full-width {
     width: 1009px;
     float: none;
     margin: 0 auto;
   }
   .community-enabled .side-column {
     text-align: right;
   }
   
   .community-enabled .main-column h1.topic-heading {
     font-size: 26px;
     font-weight: 300;
   }
   
   .community-enabled ul.question-list.table-tab {
     border: 1px solid #D9D9D9;
     border-radius: 4px;
   }
   
   .community-enabled ul.question-list.table-tab .table-header {
     height: 60px;
     color: #111;
     border-bottom: 1px solid #D9D9D9;
     font-size: 16px;
     font-weight: normal;
     padding: 0 21px;
   }
   
   .community-enabled ul.question-list.table-tab .table-header span.data {
     width: 130px;
     display: inline-block;
     text-align: left;
   }
   
   .community-enabled ul.question-list.table-tab .table-header span.title {
     width: 405px;
     display: inline-block;
     text-align: left;
   }
   
   .community-enabled ul.question-list.table-tab .table-header span.comment {
     width: 140px;
     display: inline-block;
     text-align: center;
   }
   
   .community-enabled ul.question-list.table-tab .table-header span.last-update {
     width: 218px;
     display: inline-block;
     text-align: center;
   }
   
   .community-enabled ul.question-list.table-tab li.question {
     min-height: 50px;
     position: relative;
     padding: 0 21px;
     border-bottom: 1px solid #D9D9D9;
   }
   
   .community-enabled ul.question-list.table-tab li.question:hover {
     /*background: #FFAB26;*/
   }
   
   .community-enabled ul.question-list.table-tab li.question h3.question-title {
     display: inline-block;
     margin-left: 130px;
     width: 405px;
     text-align: left;
     white-space: nowrap;
     position: absolute;
     line-height: 50px;
     overflow: hidden;
     text-overflow: ellipsis;
     cursor: pointer;
     margin-top: 0;
     padding: 0;
     border: none;
   } 
   
   .community-enabled ul.question-list.table-tab li.question .question-meta {
     display: inline-block;
     height: 100%;
     line-height: 50px;
   }
   
   .community-enabled ul.question-list.table-tab li.question .question-meta span.question-published {
     position: absolute;
     left: 21;
     width: 130px;
     text-align: left;
     color: #8a8a8a;
     font-size: 14px;
   }
   
   .community-enabled ul.question-list.table-tab li.question .question-meta span.question-answers {
     width: 140px;
     display: inline-block;
     text-align: center;
     background: #F3F3F3;
     margin-left: 535px;
     color: #8a8a8a;
     font-size: 14px;
   }
   
   .community-enabled ul.question-list.table-tab li.question .question-meta span.question-answers:before,
   .community-enabled ul.question-list.table-tab li.question .question-meta span.question-published:before {
     content:'';
     margin: 0;
   }
   
   .community-enabled ul.question-list.table-tab li.question .question-meta span.question-author,
   .community-enabled ul.question-list.table-tab li.question .question-meta span.question-votes {
     display: none;
   }
   
   /* ====================================================
   
      Community Main Page
   
      ==================================================== */
   
/*    .community-enabled ul.topic-list {
     border: 1px solid #D9D9D9;
     border-radius: 4px;
   } */
   
   .community-enabled ul.topic-list li.topic {
     border-bottom: 1px solid #E1E9F8;
     width: 100%;
     padding: 10px 24px;
     box-shadow: 0px 6px 15px rgba(5, 22, 48, 0.16);
     border-radius: 6px;
   }
    .community-enabled ul.topic-list li.topic:not(:last-child) {
      margin-bottom: 24px;
    }
   
   .community-enabled ul.topic-list li.topic h3.topic-title {
     display: inline-block;
     width: 580px;
     text-align: left;
     cursor: pointer;
     vertical-align: middle;
     margin: 20px 0;
   }
   
   .community-enabled ul.topic-list li.topic .topic-meta {
     float: right;
     margin: 5px 0;
   }
   
   .community-enabled ul.topic-list li.topic .topic-meta span {
     display: inline-block;
     text-align: center;
     font-size: 18px;
     text-transform: uppercase;
     padding: 7px 0;
     color: #212121;
     line-height: 22px;
     margin-right: 29px;
     font-weight: 300;
   }
   .community-enabled ul.topic-list li.topic .topic-meta span:not(:last-child) {
       margin-right: 14px;
   }
   
   .community-enabled ul.topic-list li.topic .topic-meta span:before {
     content: '';
     margin: 0;
   }
   
   .community-enabled ul.topic-list .table-header {
     height: 60px;
     color: #111;
     border-bottom: 1px solid #D9D9D9;
     font-size: 16px;
     font-weight: normal;
     padding: 0 21px;
   }
   
   .topic-meta span i {
     font-style: normal;
     color: #212121;
     font-size: 18px;
     font-weight: 400;
     
   }
   
   .community-enabled ul.topic-list .table-header span.comment,
   .community-enabled ul.topic-list li.topic .topic-meta span:first-child {
     text-align: center !important;
   }
   
   .community-enabled ul.topic-list .table-header span.title {
     /*width: 500px;
     text-align: center;*/
     display: inline-block;
     width: 470px;
     text-align: left;
   }
   
   .community-enabled ul.topic-list .table-header span.comment,
   .community-enabled ul.topic-list .table-header span.followers {
     width: 209px;
     display: inline-block;
     text-align: right;
   }
   
   .related-questions {
     display: none;
   }
   
   
   .wysiwyg-font-size-medium,
   .wysiwyg-font-size-large {
     color: #2a2a2a;
   }
   
   .powered-by-zendesk {
     display: none;
   }
   
   .nesty-panel {
     height: auto;
     min-height: 110px;
   }
   
   .field-info,
   .field-info-id {
     display: none;
     position: absolute;
     top: 0;
     width: 100%;
     margin-left: 30px;
   }
   
   
   /* chat */
   .chat-wrapper .chat {
     position: fixed;
     z-index: 5;
     right: -320px;
     top: 100px;
     width: 320px;
     background: #FFF;
     -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
     -o-transition: all 0.2s ease-out;
     transition: all 0.2s ease-out; }
   .chat-wrapper .chat.act {
     right: 0px;
     -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
     box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); }
   .chat-wrapper .chat__nav .toggle {
     position: absolute;
     left: -58px;
     top: 0px;
     width: 58px;
     height: 45px;
     line-height: 45px;
     -webkit-border-top-right-radius: 0;
     -webkit-border-bottom-right-radius: 0;
     -webkit-border-bottom-left-radius: 45px;
     -webkit-border-top-left-radius: 45px;
     -moz-border-radius-topright: 0;
     -moz-border-radius-bottomright: 0;
     -moz-border-radius-bottomleft: 45px;
     -moz-border-radius-topleft: 45px;
     border-top-right-radius: 0;
     border-bottom-right-radius: 0;
     border-bottom-left-radius: 45px;
     border-top-left-radius: 45px;
     -moz-background-clip: padding-box;
     -webkit-background-clip: padding-box;
     background-clip: padding-box;
     background: #FFF;
     cursor: pointer;
     -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
     box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); }
   .chat-wrapper .chat__nav .toggle figure {
     width: 58px;
     height: 45px;
     line-height: 43px; }
   .chat-wrapper .chat__nav .toggle figure svg {
     line-height: 45px;
     vertical-align: middle;
     -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
     -o-transition: all 0.2s ease-out;
     transition: all 0.2s ease-out; }
   .chat-wrapper .chat__nav .toggle .active {
     display: none;
     padding-left: 26px; 
     margin: 0;
   }
   .chat-wrapper .chat__nav .toggle .active svg {
     fill: #bdbdbd; }
   .chat-wrapper .chat__nav .toggle .active:hover svg {
     fill: #000; }
   .chat-wrapper .chat__nav .toggle .passive {
     display: block;
     padding-left: 19px; 
     margin: 0;
   }
   .chat-wrapper .chat__nav .toggle .passive svg {
     fill: #ffab25; }
   .chat-wrapper .chat__nav .toggle .passive:hover svg {
     fill: #ff7200; }
   
   .chat-wrapper .chat__nav .toggle .passive svg.shake {
     animation: shake 0.5s cubic-bezier(.36,.07,.19,.97) both;
     transform: translate3d(0, 0, 0);
     backface-visibility: hidden;
     perspective: 1000px;
   }
   
   .chat-wrapper .chat__nav ul {
     border-bottom: 1px solid #bdbdbd; }
   .chat-wrapper .chat__nav ul li {
     float: left;
     cursor: pointer;
     width: 25%;
     height: 45px;
     line-height: 45px;
     text-align: center;
     border-right: 1px solid #ecedee;
     position: relative; 
     min-height: auto;
     padding: 0;
     border-bottom: 0;
   }
   .chat-wrapper .chat__nav ul li svg {
     fill: #b5b5b5;
     -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
     -o-transition: all 0.2s ease-out;
     transition: all 0.2s ease-out; }
   .chat-wrapper .chat__nav ul li.act svg {
     fill: #ffab25; }
   
   /*.chat-wrapper .chat__nav ul li:last-child {
     border-right: 0px; }
   */
   .chat-wrapper .chat__nav ul li.act:before {
     content: '';
     display: block;
     width: 100%;
     height: 1px;
     background: #FFF;
     position: absolute;
     left: 0px;
     bottom: -1px; }
   .chat-wrapper .chat__nav ul li svg {
     vertical-align: middle; }
   .chat-wrapper .chat__nav ul li:hover svg {
     fill: #ff7200; }
   .chat-wrapper .chat.act .chat__nav .toggle .active {
     display: block; }
   .chat-wrapper .chat.act .chat__nav .toggle .passive {
     display: none; }
   .chat-wrapper .chat .pannel-content_article {
     display: none;
     padding: 24px 30px 30px 30px; }
   .chat-wrapper .chat .pannel-content_article .error input {
     -webkit-box-shadow: inset 0px 0px 0px 1px #dd9797;
     -moz-box-shadow: inset 0px 0px 0px 1px #dd9797;
     box-shadow: inset 0px 0px 0px 1px #dd9797; }
   .chat-wrapper .chat .pannel-content_article.act {
     display: block; }
   .chat-wrapper .chat .pannel-content_article .title {
     text-align: center;
     color: #1e1f20;
     font-size: 18px;
     font-weight: 700;
     line-height: 24px;
     margin-bottom: 20px; }
   .chat-wrapper .chat .pannel-content_article .chat__input {
     width: 100%;
     padding: 0px 10px;
     height: 44px;
     line-height: 1;
     -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
     box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
     margin-bottom: 30px;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     border: none;
     font-size: 14px;
     font-family: 'Open Sans', sans-serif; }
   .chat-wrapper .chat .pannel-content_article textarea.chat__input {
     padding-top: 10px; }
   .chat-wrapper .chat .pannel-content_article .intl-tel-input {
     margin-bottom: 30px; }
   .chat-wrapper .chat .pannel-content_article .intl-tel-input .country-list {
     width: 261px;
     font-size: 12px;
     overflow-x: hidden; }
   .chat-wrapper .chat .pannel-content_article #input_phone_number {
     padding-left: 48px; }
   .chat-wrapper .chat .pannel-content_article .chat__submit {
     display: block;
     width: 143px;
     height: 45px;
     line-height: 45px;
     text-align: center;
     -webkit-box-shadow: inset 0px 0px 0px 1px #d8d8d8;
     -moz-box-shadow: inset 0px 0px 0px 1px #d8d8d8;
     box-shadow: inset 0px 0px 0px 1px #d8d8d8;
     border: none;
     outline: none;
     background: #FFF;
     -webkit-border-radius: 45px;
     -moz-border-radius: 45px;
     border-radius: 45px;
     cursor: pointer;
     -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
     -o-transition: all 0.2s ease-out;
     transition: all 0.2s ease-out;
     margin: 0 auto;
     color: #1e1f20;
     font-size: 12px;
     font-weight: 700;
     text-transform: uppercase;
     letter-spacing: 0.75px; }
   .chat-wrapper .chat .pannel-content_article .chat__submit:hover {
     color: #FFF;
     background: #ff7200;
     -webkit-box-shadow: inset 0px 0px 0px 1px #ff7200;
     -moz-box-shadow: inset 0px 0px 0px 1px #ff7200;
     box-shadow: inset 0px 0px 0px 1px #ff7200; }
   .chat-wrapper .chat .pannel-content_article .chat__clock {
     text-align: center; }
   .chat-wrapper .chat .pannel-content_article .chat__clock figure {
     margin-bottom: 20px; }
   .chat-wrapper .chat .pannel-content_article .chat__clock span {
     color: #757575;
     font-size: 12px; }
   .chat-wrapper .chat .pannel-content_article .chat__skype {
     text-align: center; }
   .chat-wrapper .chat .pannel-content_article .chat__skype figure {
     margin-bottom: 20px; }
   .chat-wrapper .chat .pannel-content_article .chat__skype span {
     color: #ffab25;
     font-size: 12px;
     text-transform: uppercase;
     font-weight: 700;
     letter-spacing: 0.75px; }
   .chat-wrapper .chat .pannel-content_article .chat__timer {
     text-align: center; }
   .chat-wrapper .chat .pannel-content_article .chat__timer .timer {
     color: #1e1f20;
     font-size: 48px;
     margin-bottom: 20px;
     display: block;
     font-weight: 600; }
   .chat-wrapper .chat .pannel-content_article .chat__timer .complain_wrapper span {
     color: #757575;
     font-size: 12px;
     display: inline-block;
     vertical-align: middle;
     padding-right: 5px; }
   .chat-wrapper .chat .pannel-content_article .chat__timer .complain_wrapper a {
     display: inline-block;
     vertical-align: middle;
     padding-left: 5px;
     padding: 0px 10px;
     color: #ffab25;
     font-size: 12px;
     -webkit-box-shadow: inset 0px 0px 0px 1px #d8d8d8;
     -moz-box-shadow: inset 0px 0px 0px 1px #d8d8d8;
     box-shadow: inset 0px 0px 0px 1px #d8d8d8;
     height: 27px;
     line-height: 27px;
     -webkit-border-radius: 27px;
     -moz-border-radius: 27px;
     border-radius: 27px;
     cursor: pointer;
     -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
     -o-transition: all 0.2s ease-out;
     transition: all 0.2s ease-out; }
   .chat-wrapper .chat .pannel-content_article .chat__timer .complain_wrapper a:hover {
     background: #ff7200;
     color: #FFF;
     -webkit-box-shadow: inset 0px 0px 0px 1px #ff7200;
     -moz-box-shadow: inset 0px 0px 0px 1px #ff7200;
     box-shadow: inset 0px 0px 0px 1px #ff7200; }
   .chat-wrapper .chat .pannel-content_article form div {
     position: relative; }
   .chat-wrapper .chat .pannel-content_article form div .error_text {
     display: none;
     position: absolute;
     left: 0;
     bottom: 10px;
     font-size: 12px;
     color: #dd9797; }
   .chat-wrapper .chat .pannel-content_article form div.error .error_text {
     display: block; }
   .chat-wrapper .chat .pannel-content_article .chat_title {
     font-weight: 700; 
     margin-top: 0;
   }
   
   
   /* Shake animation */
   @keyframes shake {
     10%, 90% {
       transform: translate3d(-1px, 0, 0);
     }
   
     20%, 80% {
       transform: translate3d(2px, 0, 0);
     }
   
     30%, 50%, 70% {
       transform: translate3d(-3px, 0, 0);
     }
   
     40%, 60% {
       transform: translate3d(3px, 0, 0);
     }
   }
   
   .request_custom_fields_114096294931 label {vertical-align:inherit}
   
   
   /* Banner styles */
   
     .motoBanner-wrap {
       background: #83C0FC;
     }
       .motoBanner {
         overflow: hidden;
         position: relative;
       }
       .motoBanner-inner {
         width: 940px;
         height: 100%;
         display: block;
         margin: 0 auto;
       }
       .motoBanner-bg {
         background-size: cover;
         background-position: top center;
         height: 60px;
         position: relative;
       }
       .motoBanner-bg.en {
         background-image: url("/hc/theming_assets/01HZGZ5R0S4ZMA69GASJ8SH86W"); 
         background-color: #83C0FC;
       }
       .motoBanner-bg.ru {
         background-image: url("/hc/theming_assets/01HZGZ5PEC8EP88VNK0BECZZJM");
         background-color: #83C0FC;
       }
       .motoBanner-bg.de {
         background-image: url("/hc/theming_assets/01HZGZ5QGMGM5SZTHCE9RCQRST");
         background-color: #83C0FC;
       }
       .motoBanner-bg:before, .motoBanner-bg:after {
       content: "";
       position: absolute;
       top: 0;
       bottom: 0;
       width: 9600px;
       right: 100%;
       background: #139df5;
     }
     .motoBanner-bg:after { 
       width: 9600px;
       left: 100%;
       background: #0a429f;
     }
     .motoBanner .btn-buy {
       display: inline-block;
       position: absolute;
       width: 134px;
       height: 45px;
       border-radius: 8px;
       right: 15px;
       top: 7px;
       cursor: pointer;
       opacity: 0;
/*     background-color: #FFF;
    border: 0.69px solid #212225;
    border-radius: 8px;
    padding: 12px 17px;
    font-weight: 700;
    font-size: 13.14px;
    line-height: 16px;
    text-align: center;
    color: #212225;
    transition: background-color .2s ease;
    outline:none;
    position: absolute;
    right: 12px;
    top: 9px; */
     }
.motoBanner .btn-buy:hover {
    background-color: #d4d4d4;
  	cursor: pointer;
  text-decoration: none;
     }
     ._show {
       display: block!important;
     }
   
   .header-inner {
     width:1160px;
     margin-top: 34px;
     display: flex;
     justify-content: space-between;
    	align-items: center;
   }
   .header_search {
     padding-top:30px;
     text-align: center;
   }
.header_search .search {
  position: relative;
}
   .header_search_title {
     margin: 0;
     font-style: normal;
     font-weight: normal;
     font-size: 50px;
     line-height: 1;
     color: #FFFFFF;
     margin-bottom: 30px;
     font-family: 'Ubuntu', sans-serif;
   }
   .header_search input[type="search"] {
     display: inline-block;
     vertical-align: top;
     width: 570px;
     border: none;
     overflow: hidden;
     position: relative;
     margin-right: 15px;
     -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
     border-radius: 6px;
     height:48px;
     line-height:48px;
     font-family: 'Ubuntu', sans-serif;
     padding-left: 45px;
     color: #7D94C2;
     font-size: 16px;
   }
.header_search input[type="search"]::placeholder {
  color: #7D94C2;
}
.header_search input[type="search"]::-webkit-input-placeholder {
   color: #7D94C2;
 }

 .header_search input[type="search"]:-ms-input-placeholder {
   color: #7D94C2;
 }

 .header_search input[type="search"]::-moz-placeholder {
   color: #7D94C2;
 }

.sub-nav .search input[type=search]::placeholder, .sub-nav .search input[type=text]::placeholder {
  color: transparent;
}
.sub-nav .search input[type=search]::-webkit-input-placeholder, .sub-nav .search input[type=text]::-webkit-input-placeholder {
   color: transparent;
 }

 .sub-nav .search input[type=search]:-ms-input-placeholder, .sub-nav .search input[type=text]:-ms-input-placeholder {
   color: transparent;
 }

 .sub-nav .search input[type=search]::-moz-placeholder, .sub-nav .search input[type=text]::-moz-placeholder {
   color: transparent;
 }
.header_search .search:before {
  content: "\1F50D";
    font-family: "entypo";
    font-size: 24px;
    line-height: 0;
    position: absolute;
    text-align: center;
    color: #7D94C2;
    width: 35px;
    padding-right: 2px;
    margin-left: 5px;
    z-index: 1;
    top: 11px;
    line-height: 26px;
    height: 26px;
}
   .header_search input[type="submit"] {
       outline:none;
       bottom: 0;
       box-shadow: none;
       margin: 0;
       text-align: center;
       vertical-align: top;
       cursor: pointer;
       -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
       border-radius: 6px;
       -webkit-transition: all .2s ease-out;
       -moz-transition: all .2s ease-out;
       -o-transition: all .2s ease-out;
       transition: all .2s ease-out;
       text-decoration: none;
       display: inline-block;
       font-size: 16px;
       font-weight: 500;
       text-transform: capitalize;
     display: inline-block;
     vertical-align: top; 
         background: #FF8933;
     border: none!important;
     width: 120px;
       color: #fff;
     text-shadow: none;
     font-family: 'Ubuntu', sans-serif;
   }
   
   .search-box .home-title {
     font-size:40px;
     color:#000000;
   }
.chart-wrapper {
  position: absolute;
  bottom: 45px;
  right: 415px;
}
   .chart {
     font-size:12px;
     color:#142533;
   }
   .chart span {
     font-size:70px;
     color:#FF8933;
     font-weight:700;
     font-family: 'Ubuntu', sans-serif;
   }
   .footer {
       padding: 175px 0 24px;
       background-position: top;
       background-repeat: no-repeat;
       -webkit-background-size: cover;
       -moz-background-size: cover;
       -o-background-size: cover;
       background-size: cover;
       background-image: url(/hc/theming_assets/01HZGZ5S0P8G1GPQRD2YJTHYN5);
      }
      .footer_top {
        text-align: center;
        margin-bottom: 67px;
      }
      .footer_top .title {
       font-family: 'Ubuntu', sans-serif;
       font-style: normal;
       font-weight: normal;
       font-size: 36px;
       line-height: 41px;
       color: #FFFFFF;
        margin: 0;
       margin-bottom: 16px;
      }
      .footer_top span {
       font-family: 'Ubuntu', sans-serif;
       font-style: normal;
       font-weight: normal;
       font-size: 20px;
       line-height: 41px;
       color: #FFFFFF;
       margin-bottom: 16px;
        display: block;
      }
      .footer_top_btn {
       width: 180px;
       height: 48px;
       background: #FFFFFF;
       border-radius: 6px;
       font-family: 'Ubuntu', sans-serif;
       font-style: normal;
       font-weight: 500;
       font-size: 16px;
       line-height: 24px;
       padding: 12px 10px;
       color: #FF8933;
       transition: .3s;
        display: inline-block;
        margin: 0 10px;
      }
      .footer_mid {
        display: flex;
        justify-content: space-between;
        margin-bottom: 17px;
      }
      .footer_mid a {
        color: #fff;
        transition: .3s;
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
       font-weight: normal;
       font-size: 14px;
       line-height: 24px;
      }
      .footer_mid a:hover {
       color: #fff;
       text-decoration: underline;
     }
     .footer_bottom span {
       display: block;
       color: #fff;
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
       font-weight: normal;
       font-size: 14px;
       line-height: 16px;
       display: block;
     }
   .footer_content {
     max-width: 1130px;
     margin: 0 auto;
   }
   .footer_mid_left .divider {
     margin-left: 24px;
     padding-left: 24px;
     border-left: 1px solid #fff;
   }
   .customer {
     position: relative;
     margin-top: 140px;
     text-align: center;
   }
   .customer .title {
     margin: 0;
     margin-bottom: 76px;
     font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 41px;
    color: #212121;
   }
 .knowledge {
    margin-top: 92px;
    text-align: center;
  }
  .knowledge .title {
    margin: 0;
    margin-bottom: 20px;
    font-family: 'Ubuntu', sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 36px;
   line-height: 41px;
   color: #212121;
  }
  .knowledge__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 950px;
    margin: 0 auto;
  }
  .knowledge__item {
    background: #FFFFFF;
    border: 1px solid #E1E9F8;
    box-shadow: 0px 6px 15px rgba(5, 22, 48, 0.16);
    border-radius: 6px;
    width: 264px;
    height: 160px;
    text-align: center;
    padding: 20px 0px;
    display: flex;
    flex-direction: column-reverse;
    transition: .3s;
    margin-top: 50px;
  }
  .knowledge__item:hover {
    text-decoration: none;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
  }
  .knowledge__item .title {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #212121;
    margin-bottom: 0;
    margin-top: 15px;
  }
  .knowledge__item:nth-child(3n) {
    margin: 50px 79px 0;
  }
.knowledge__item:nth-child(1),
.knowledge__item:nth-child(2),
.knowledge__item:nth-child(3),
.knowledge__item:nth-child(4) {
  display: none;
}
.knowledge__item-icon {
  width: 100%;
    height: 70px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.knowledge__item-icon.community {
  background-image: url("/hc/theming_assets/01HZGZ5T9Q8NYV5N6GB5PH05HS");
  display: block;
    padding: 0;
    background-color: transparent;
}
.knowledge__item-icon.motocms-affiliate,
.knowledge__item-icon.партнерская-программа{
  background-image: url("/hc/theming_assets/01HZGZ5S68GGNTN3N0H9FV4X0C");
}
.knowledge__item-icon.motocms-html {
  background-image: url("/hc/theming_assets/01HZGZ5TTG8DPW47PYJE17CPXQ");
}
.knowledge__item-icon.support-information,
.knowledge__item-icon.портал-техподдержки {
  background-image: url("/hc/theming_assets/01HZGZ5SATBD0DSB42XT7ZW6MD");
}
.knowledge__item-icon.agents-portal {
  background-image: url("/hc/theming_assets/01HZGZ5SQ55TQ6TD2JJEFTC8HG");
}
.knowledge__item-icon.general-faq {
  background-image: url("/hc/theming_assets/01HZGZ5T2HJ8MV6TCE8AHAXCZV");
}
.chat-wrapper {
  display: none;
}
.article-redesign .article-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.article-redesign .article-list li {
  position: relative;
  
}
.article-redesign .article-list li a {
  width: 362px;
  background: #FFFFFF;
  border: 1px solid #E1E9F8;
  box-shadow: 0px 6px 15px rgba(5, 22, 48, 0.16);
  border-radius: 6px;
  min-height: 100%;
  padding: 15px 25px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  transition: .3s;
  display: flex;
  align-items: center;
}
.article-redesign .article-list li a:hover {
  background: #FF8933;
  border: 1px solid #FF8933;
}
.article-redesign .article-list li a:hover {
  color: #fff;
  text-decoration: none;
}
.article-redesign .article-list li:hover a {
  color: #fff;
}
.section-subscribe [role=button], .section-unsubscribe, .article-subscribe, .article-unsubscribe {
  display: none;
}

.community_topic_page_redesign .main-column.full-width {
  width: auto;
}
.community_topic_page_redesign .topic-questions {
  margin-top: 0;
}
.community-nav.topic-page {
  margin-bottom: 17px;
}
.topic-questions .dropdown-toggle {
  font-size: 18px;
  color: #666;
}
.community-sub-nav li {
  font-size: 20px;
  font-weight: 400;
  color: #666;
  line-height: 30px;
}
.community-nav.community-post  {
  margin-bottom: 17px;
}
.community-post-redesign .question-header {
  border-bottom: none;
}
.community-post-redesign-block,
.answer-body.community-post-redesign-block {
  background: #FFFFFF;
  border: 1px solid #E1E9F8;
  box-shadow: 0px 6px 15px rgba(5, 22, 48, 0.16);
  border-radius: 6px;
  padding: 14px 22px 20px;
}
.community-post-redesign .question {
  border-bottom: none;
}
.community-post-redesign .vote {
  display: none;
}
.community-post-redesign .question-author a,
.community-post-redesign .answer-author a {
  font-size: 16px;
  font-weight: 500;
  color: #666;
}
.community-post-redesign .question-title {
  font-size: 16px;
  line-height: 22px;
}
.community-post-redesign .question-share, 
.community-post-redesign .answer-share {
  display: none;
}
.community-post-redesign .question-controls {
  display: none;
}
.community-post-redesign .answer-form {
  margin: 0;
}
.community-post-redesign .answer-avatar {
  width: 80px;
}
.community-post-redesign .answer-body {
  display: block;
}
.community-post-redesign .answer-body textarea {
  border: 1px solid #7D94C2;
  border-radius: 6px;
}
.community-post-redesign .comment-sorter {
  display: none;
}
.community-post-redesign .answer-list-heading {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.community-post-redesign-block .answer-meta {
  float: none;
  margin-top: 22px;
}
.answer-body.community-post-redesign-block {
  display: table;
}
.community-post-redesign-block .answer-controls {
  display: none;
}
.community-post-redesign-block .answer-votes {
  display: none;
}
.signin {
  font-weight: 500;
  font-size: 16px;
}
.submit-redesign h1 {
  margin-bottom: 0;
  padding-bottom: 27px;
  border-bottom: 1px solid #7D94C2;
}
.submit-redesign .form {
  padding: 0;
  border: none;
  max-width: 754px;
  margin: 67px auto 0;
}
.activities-block {
  border: 1px solid #E1E9F8;
  box-shadow: 0px 6px 15px rgba(5, 22, 48, 0.16);
  border-radius: 6px;
}
label.request-filter {
  font-size: 18px;
  line-height: 22px;
  color: #666;
  padding: 4px 10px 4px 0;
  margin-top: 4px;
}
select.request-filter {
  font-size: 16px;
  line-height: 20px;
  color: #7D94C2;
  padding: 4px 10px;
  border: 1px solid #798ABA;
  border-radius: 6px;
  margin-top: 5px;
}

.article-flex {
  display: flex;
  position: relative;
  padding-top: 24px;
}
.article-flex:before {
		position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #7D94C2;
    content: "";
  }
.article-flex .article-body {
  width: 66%;
}
.article-flex .badges {
  margin-top: 16px;
  background: #FFFFFF;
  border: 1px solid #E1E9F8;
  padding: 26px 0;
  box-shadow: 0px 6px 15px rgba(5, 22, 48, 0.16);
  border-radius: 6px;
  margin-left: 30px;
  width: 33%;
  height: max-content;
}
.article-flex .badges li a {
  padding: 4px 25px;
  line-height: 22px;
  transition: .3s;
  font-size: 16px;
  color: #666;
  display: block;
}
.article-flex .badges li a:hover {
  background: #7D94C2;
  color: #fff;
  text-decoration: none;
}
.article-flex .badges li a {
  color: #666;
  transition: .3s;
}

@media (max-width: 1920px) {
  .header {
    height: 800px;
  }
}
@media (max-width: 1280px) {
  .header-inner, main {
    width: 1020px;
    padding: 0 0 30px;
  }
  .header_block {
    margin: 75px auto 0;
    max-width: 990px;
  }
  .header_block_item {
    width: 230px;
    height: 230px;
    padding-top: 25px;
  }
  .uparrow {
    right: 40px;
    bottom: 85px;
  }
  .header {
    height: 740px;
  }
  .knowledge {
    margin-top: 30px;
  }
  .knowledge__content {
    width: 853px;
  }
  .knowledge__item {
    margin-top: 30px;
  }
  .knowledge__item:nth-child(3n) {
    margin: 30px 30px 0;
  }
  .customer {
    margin-top: 50px;
  }
  .customer .title {
    margin-bottom: 30px;
  }
  .footer {
    padding: 140px 0 20px;
  }
  .footer_content {
    max-width: 990px;
  }
  .footer_top {
    margin-bottom: 30px;
  }
  .section-tree .section {
    width: 480px;
  }
  .article-redesign .article-list li a {
    width: 320px;
  }
  .community-enabled .main-column.full-width {
    width: 990px;
  }
  .chart-wrapper {
    right: 333px;
  }
}
@media (max-width: 1024px) {
  .header-inner, main {
    width: 770px;
    padding: 0;
    flex-direction: column;
    margin: 20px auto;
  }
  .header-inner .user-nav {
    display: flex;
    align-items: center;
  }
  .motoBanner .btn-buy {
    top: 3.5px;
  }
  .user-nav a {
    margin: 0 6px;
    line-height: 20px;
  }
  .logo {
    margin-bottom: 15px;
  }
  .user-info [role="button"], a.login {
    margin-left: 0;
    margin-right: 0;
  }
  .header_search_title {
    font-size: 34px;
  }
  .header_block {
    margin: 50px auto 0;
    max-width: 728px;
  }
  .header_block_item {
    width: 165px;
    height: 185px;
    padding-top: 15px;
  }
  .header_block_item .title {
    font-size: 22px;
    line-height: 28px;
  }
  .header_block_item .title span {
    font-size: 18px;
    line-height: 18px;
  }
  .header {
    height: 650px;
  }
  .motoBanner-wrap {
    height: 50px;
  }
  .motoBanner-inner {
    width: 760px;
  }
  .motoBanner-bg {
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
  }
  .chart-wrapper {
    right: 203px;
  }
  .knowledge__content {
    width: 728px;
  }
  .knowledge__item {
    width: 222px;
  }
  .knowledge .title {
    margin-bottom: 0;
  }
  .knowledge__item .title {
    font-size: 17px;
    line-height: 20px;
  }
  .footer_content {
    max-width: 728px;
  }
  .uparrow {
    bottom: 95px;
  }
  .section-tree .section {
    width: 349px;
    margin-top: 30px;
    padding: 15px 15px 30px;
  }
  .section-tree .section h3 {
    margin-bottom: 15px;
    line-height: 30px;
    font-size: 24px;
  }
  .article-redesign .article-list li a {
    width: 235px;
    padding: 10px 10px 10px 20px;
  }
  .community-enabled .main-column.full-width {
    width: 728px;
  }
}
@media (max-width: 767px) {
  .upload-dropzone span {
    flex-direction: column;
  }
  .submit-redesign .field-info-privacy {
    display: initial!important;
  }
  
  .field-info, .field-info-id {
    position: relative;
    margin-left: 0;
/*     margin-top: 10px; */
  }
  ._63983a716933a264792c2d8aeb1396b7-css {
    right: -25px!important;
  }
  .header-inner .user-nav {
    flex-direction: column;
  }
  .footer {
    padding: 200px 0 20px;
  }
  .see-all-articles i {
    font-size: 28px;
    margin-left: 12px;
  }
  .header-inner, main {
    width: 290px;
  }
  .user-nav {
    text-align: center;
  }
  .user-nav a {
    margin: 10px 0;
  }
  .login, .user-info {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
  .header_search_title {
    font-size: 24px;
  }
  .header_search input[type="submit"] {
      display: block;
      margin: 10px auto 0;
  }
  .header_search input[type="search"] {
    width: 280px;
    margin-right: 0;
  }
  .header_block {
    margin: 30px auto 0;
    max-width: 290px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header {
    height: auto;
    padding: 20px 0 0;
  }
  .header_block_item {
    width: 140px;
    height: 140px;
    padding-top: 25px;
    margin-bottom: 10px;
  }
  .header_block_item .title {
    font-size: 18px;
    line-height: 21px;
    margin-top: 12px;
  }
  .header_block_item .title span {
    font-size: 16px;
    line-height: 16px;
  }
  .header_block_item svg {
    width: 58px;
    height: 58px;
  }
  .knowledge__content {
    width: 290px;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .knowledge h2.title {
    font-size: 28px;
    line-height: 30px;
  }
  .knowledge {
    margin-top: 20px;
  }
  .knowledge__item:nth-child(3n) {
    margin: 0;
    margin-top: 30px;
  }
  .customer .title {
    font-size: 28px;
    line-height: 30px;
  }
  .chart span {
    font-size: 36px;
  }
  .chart-wrapper {
    right: 60px;
    bottom: 22px;
  }
  .footer_content {
    max-width: 290px;
  }
  .footer_top .title {
    font-size: 28px;
    line-height: 30px;
  }
  .footer_mid a {
    display: block;
    margin: 5px 0;
  }
  .footer_mid {
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
    text-align: center;
  }
  .footer_mid_left .divider {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  .footer_bottom span {
    text-align: center;
  }
  .uparrow {
    bottom: 50px;
    right: 20px;
  }
  .footer_top {
    margin-bottom: 15px;
  }
  .section-tree .section {
    width: 290px;
  }
  .article-redesign .article-list {
      flex-wrap: nowrap;
    	flex-direction: column;
  }
  .article-redesign .article-list li a {
    width: 100%;
    padding: 10px 10px 10px 30px;
  }
  .article-flex .badges {
    display: none;
  }
  .article-flex .article-body {
    width: 100%;
  }
  h1 {
    font-size: 28px;
    line-height: 30px;
  }
  .community-heading {
    font-size: 24px;
    display: block;
    margin-bottom: 15px;
  }
  .sub-nav .search input[type=search], .sub-nav .search input[type=text] {
    width: 290px;
  }
  .community-nav li {
    font-size: 18px;
    padding-right: 15px;
  }
  .community-nav li + li {
    padding-left: 15px;
  }
  .new-post {
    float: none;
    display: inline-block;
    margin-bottom: 10px;
  }
  .community-enabled .main-column.full-width {
    width: 290px;
  }
  .community-post-redesign .question-header {
    display: flex;
    flex-direction: column;
  }
  .community-post-redesign .question-meta {
    padding: 0;
  }
  .community-post-redesign .question-heading {
    margin: 0;
  }
  .community-enabled ul.topic-list li.topic h3.topic-title {
    display: block;
    width: auto;
    margin: 10px 0;
    text-align: center;
  }
  .community-enabled ul.topic-list li.topic .topic-meta {
    float: none;
  }
  .community-enabled ul.topic-list li.topic .topic-meta span {
    display: block;
    margin-right: 0;
  }
  .community-sub-nav li:not(:last-child):after {
    right: -5px;
  }
  .community-sub-nav li + li {
    padding-left: 0;
  }
  .community-sub-nav li {
    padding-right: 20px;
  }
  .community-sub-nav li {
    font-size: 16px;
  }
  .community-sub-nav {
    width: 290px;
  }
  .type-1 .question {
    padding-right: 15px;
    padding-left: 15px;
  }
  .question-avatar, .answer-avatar {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  body.community-enabled .search-results-column {
    width: 290px;
  }
  body.community-enabled .search-results-column ~ .search-results-column {
    margin-left: 0;
  }
  .my-activities-nav li + li {
    padding-left: 10px;
  }
  .my-activities-nav li {
    padding-right: 10px;
    font-size: 16px;
  }
  .request-status {
    padding: 3px 5px;
  }
  .request-table td, .request-table th {
    font-size: 14px;
    padding: 12px 5px;
  }
  .request-table td:nth-child(4) {
    font-size: 14px;
  }
  .request-table td:nth-child(3) {
    font-size: 14px;
  }
  .request-table td:nth-child(2) {
    font-size: 14px;
  }
  .request-table td:nth-child(1) {
    font-size: 14px;
  }
  .my-activities-table a {
    font-size: 14px;
  }
  .request-table-toolbar .requests-search {
    width: 250px;
  }
  .my-activities-sub-nav li {
    font-size: 16px;
  }
  .community-enabled .main-column {
    width: 290px;
  }
  .comment-container {
    margin-left: 0;
    margin-top: 15px;
  }
  .comment-avatar {
    display: block;
    position: relative;
  }
  .request-table td:nth-child(4) {
    display: none;
  }
  .request-table th:nth-child(4) {
    display: none;
  }
  .user-nav > * {
    display: block;
  }
  .motoBanner-wrap {
    background-color: transparent;
  }
  .motoBanner-bg.en {
       background-image: url("/hc/theming_assets/01HZGZ5X2RKDK6JCE46EKJR4MZ"); 
    		background-color: #83C0FC;
     }
     .motoBanner-bg.ru {
       background-image: url("/hc/theming_assets/01HZGZ5XD7QNGHD72YBGV36E4X");
       background-color: #83C0FC;
     }
  .motoBanner-inner {
    width: 320px;
  }
  .motoBanner .btn-buy {
    width: 74px;
    height: 24px;
    right: 19px;
    top: 18px;
  }
}