/* ads style */

.document-block-ads {
	/*padding: 20px 10px;*/
    width: 75%;
    margin: 0px auto;
    margin-left: 50px;
    color: #fff;
    height: fit-content;
}

/* end ads style */

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700&subset=latin,cyrillic");
.uppercase {
  text-transform: uppercase; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html,
body,
.wrapper {
  height: 100%;
  width: 100%; }

.wrapper {
  background: url("/images/assets/header-bg.png") no-repeat;
  background-position: 0 0; }

.section {
  padding: 30px 0; }

.container {
  display: block;
  margin: 0 auto;
  max-width: 1200px; }
  @media (max-width: 1230px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }
  .container_relative {
    position: relative; }
  .container_manual {
    display: block; }
  .container__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 550px) {
      .container__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }
  .container__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 40px;
    position: relative; }
    @media (max-width: 650px) {
      .container__header {
        padding-top: 5px;
        padding-bottom: 5px; } }

main {
  margin-top: 90px; }
  @media (max-width: 768px) {
    main {
      margin-top: 50px; } }

html {
  font-family: 'Open Sans', sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300; }

.text__info {
  font-size: 24px;
  font-weight: 400;
  color: #3f3f3f; }
  @media (max-width: 768px) {
    .text__info {
      font-size: 18px; } }
  @media (max-width: 550px) {
    .text__info {
      font-size: 16px; } }

.text_bold {
  font-weight: 700; }

.text_semi-bold {
  font-weight: 600; }

.text_few-bold {
  font-weight: 500; }

.text_black {
  color: #191919; }

.text_gray {
  color: #838383; }

.text_red {
  color: #e93f2e; }

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

button {
  border: none;
  outline: none; }
  button:focus, button:active {
    border: none;
    outline: none; }

.btn {
  border-radius: 20px;
  padding: 10px 20px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .btn:focus:not(.btn_outline):not(.btn__icon) {
    border: none;
    outline: none; }
  .btn_sm {
    padding: 8px; }
  @media (max-width: 1024px) {
    .btn:not(.btn_sm):not(.btn_outline) {
      padding: 10px 16px; } }
  @media (max-width: 850px) {
    .btn:not(.btn_sm):not(.btn_outline) {
      padding: 10px 12px; } }
  @media (max-width: 768px) {
    .btn:not(.btn_sm):not(.btn_outline) {
      padding: 10px; } }
  .btn_outline {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border: 1px solid #4477dd;
    color: #4477dd;
    padding: 0 30px;
    font-size: 15px;
    line-height: 1; }
    .btn_outline:hover {
      -webkit-filter: brightness(60%);
      filter: brightness(60%); }
    .btn_outline:active {
      -webkit-filter: brightness(10%);
      filter: brightness(10%); }
  .btn__link {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-decoration: none;
    color: #fff;
    padding: 10px 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .btn__link:hover {
      color: #e93f2e; }
  .btn__default {
    background-color: transparent;
    color: #838383; }
    .btn__default:hover, .btn__default.btn__default-active {
      background-color: #e93f2e;
      color: #fff; }
    .btn__default:active {
      background-color: #ce2616;
      color: #e6e6e6; }
  .btn__icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }
    .btn__icon:hover {
      -webkit-filter: brightness(90%);
      filter: brightness(90%); }
    .btn__icon:active {
      -webkit-filter: brightness(85%);
      filter: brightness(85%); }
  .btn_gray {
    background-color: #e3e3e3;
    color: #c6c6c6;
    font-weight: 600;
    font-size: 14px; }
    .btn_gray:hover {
      background-color: #cacaca;
      color: #adadad; }
    .btn_gray:active {
      background-color: #bdbdbd;
      color: #a0a0a0; }
  .btn_vertical-center {
    margin-top: auto;
    margin-bottom: auto; }

.icon__language {
  margin-right: 5px; }

.icon__feature {
  margin: auto; }
  .icon__feature_sm {
    margin-bottom: 10px; }

.icon__search {
  padding: 30px;
  width: 100%;
  height: auto; }
  @media (max-width: 450px) {
    .icon__search {
      padding: 20px; } }
  .icon__search_flat {
    padding: 0;
    width: initial; }
    @media (max-width: 850px) {
      .icon__search_flat {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9); } }
    @media (max-width: 450px) {
      .icon__search_flat {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6); } }

.icon__social {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .icon__social-image {
    padding: 15px;
    width: 100%;
    height: auto; }
    .icon__social-image-lg {
      padding: 18px; }
    @media (max-width: 850px) {
      .icon__social-image {
        padding: 10px; }
        .icon__social-image-lg {
          padding: 14px; } }
  .icon__social-fb {
    background-color: #306199; }
  .icon__social-twitter {
    background-color: #26c4f1; }
  .icon__social-mail {
    background-color: #00c19a; }
  .icon__social-gmail {
    background-color: #e93f2e; }
  @media (max-width: 850px) {
    .icon__social {
      width: 40px;
      height: 40px; } }

.headline_center {
  text-align: center; }

.headline__main {
  font-weight: 600;
  font-size: 48px; }
  @media (max-width: 768px) {
    .headline__main {
      font-size: 40px; } }
  @media (max-width: 550px) {
    .headline__main {
      font-size: 32px; } }

.headline__section {
  font-size: 48px;
  font-weight: 700;
  color: #191919; }
  @media (max-width: 768px) {
    h2.headline__section {
      font-size: 35px; } }
  .headline__section_red {
    /*color: #e93f2e;*/ }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: 20px; 
  margin-top: -4px;}
  @media (max-width: 850px) {
    .nav {
      margin-right: 10px; } }
  .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  @media (max-width: 1024px) {
    .nav__link {
      padding: 10px; } }
  .nav__text {
    font-size: 18px;
    font-weight: 700; }
    @media (max-width: 1024px) {
      .nav__text {
        font-size: 16px;
        font-weight: 700; } }
    @media (max-width: 850px) {
      .nav__text {
        font-size: 15px;
        font-weight: 600; } }
    @media (max-width: 768px) {
      .nav__text {
        font-size: 14px;
        font-weight: 600; } }
  .nav__list-item {
    margin-left: auto; }
    @media (max-width: 1024px) {
      .nav__list-item {
        margin-left: 8px; } }
    @media (max-width: 850px) {
      .nav__list-item {
        margin-left: 5px; } }

@media (max-width: 650px) {
  .nav {
    position: absolute;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    top: 100%;
    z-index: 10;
    width: 100%;
    border-top: 2px solid #191919;
    background-color: #c6c6c6;
    -webkit-transform: translate(100%, -50%) scale(0);
    -ms-transform: translate(100%, -50%) scale(0);
    transform: translate(100%, -50%) scale(0); }
    .nav_open {
      -webkit-transform: translate(0) scale(1);
      -ms-transform: translate(0) scale(1);
      transform: translate(0) scale(1); }
    .nav__language {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .nav__list {
      width: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .nav__list-item {
      width: 100%;
      margin-left: 0; }
    .nav__link {
      width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 0; }
    .nav__nav {
      width: 100%; } }

@media (max-width: 650px) {
  .header__logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

.header__logo-text {
  font-weight: 700;
  font-size: 48px; }
  @media (max-width: 1024px) {
    .header__logo-text {
      font-size: 40px; } }
  @media (max-width: 850px) {
    .header__logo-text {
      font-size: 32px; } }
  @media (max-width: 650px) {
    .header__logo-text {
      font-size: 25px; } }

@media (max-width: 650px) {
  .header__toggler {
    margin-left: 20px; } }

.header__language-toggler {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header__language-toggler-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (min-width: 651px) {
  .header__toggler {
    display: none; }
  .search-toggle {
    display: none;
    } }

.header__language-toggler-btn:hover {
  background-color: #e6e6e6; }

.header__language-toggler-btn:active {
  background-color: #d9d9d9; }

.header__toggler-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 16px;
  color: #e3e3e3;
  background-color: #191919; }
  .header__toggler-btn:hover {
    background-color: #333333; }
  .header__toggler-btn:active, .header__toggler-btn.toggler_active {
    background-color: #4c4c4c; }

.social {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 850px) {
    .social {
      width: 420px; } }
  @media (max-width: 450px) {
    .social {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 300px;
      margin-top: 30px; } }
  .social__btn {
    padding: 10px 15px; }
    @media (max-width: 450px) {
      .social__btn {
        margin: 10px auto; } }
  .social__btn-column {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 20px !important; }
    .social__btn-column-text {
      font-size: 11px;
      line-height: 10px; }
    .social__btn-column-counter {
      font-size: 14px;
      color: #191919; }
  .social__btn-text-margin {
    margin-right: 8px; }
  .social__btn-text-icon {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  .social__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 30px; }

.next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 70px; }
  @media (max-width: 1024px) {
    .next {
      margin-top: 40px; } }
  @media (max-width: 450px) {
    .next {
      margin-top: 30px; } }
  .next__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    right: 0;
    bottom: -20px;
    border-radius: 50%;
    background-color: #191919; }
    .next__btn:hover {
      background-color: #3f3f3f; }
    .next__btn:active {
      background-color: #333333; }
.next big {
  display: none;
}
.next .pluso-more {
  display: none !important; 
}
.pluso-010010101001-04 .pluso-counter b {
  left: 10px !important; 
}
.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px; }
  .search_flat {
    margin-top: 0; }
  .search__form-container {
    width: 50%;
    margin: auto;
    position: relative; }
  .search__form-btn {
    content: "";
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100px;
    height: 100px;
    right: 0;
    bottom: -20px;
    border-radius: 50%;
    background-color: #e93f2e; }
    @media (max-width: 850px) {
      .search__form-btn {
        width: 90px;
        height: 90px; } }
    @media (max-width: 450px) {
      .search__form-btn {
        width: 60px;
        height: 60px;
        bottom: -10px; } }
    .search__form-btn_flat {
      height: 61px;
      top: 0;
      border-radius: 60px; }
      @media (max-width: 850px) {
        .search__form-btn_flat {
          height: 47px; } }
      @media (max-width: 450px) {
        .search__form-btn_flat {
          height: 37px; } }
  .search__form {
    font-size: 18px;
    width: 500px;
    padding: 20px;
    border-radius: 30px;
    outline: none;
    border: none;
    color: #3f3f3f;
    font-weight: 300;
    margin-top: 50px; }
    .search__form::-webkit-input-placeholder {
      color: #c6c6c6; }
    .search__form:-ms-input-placeholder {
      color: #c6c6c6; }
    .search__form::-ms-input-placeholder {
      color: #c6c6c6; }
    .search__form::placeholder {
      color: #c6c6c6; }
    .search__form_flat {
      margin: auto; }
    @media (max-width: 850px) {
      .search__form {
        width: 350px;
        padding: 15px;
        font-size: 14px; } }
    @media (max-width: 450px) {
      .search__form {
        width: 250px;
        padding: 10px 15px; } }

@media (max-width: 768px) {
  .footer {
    text-align: center; } }

.footer__nav {
  background-color: #191919;
  padding: 20px 0; }

@media (min-width: 769px) {
  .footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } 
  }

@media (max-width: 768px) {
  .footer__nav-list {
    -webkit-column-count: 2;
    column-count: 2; } }

@media (max-width: 768px) {
  .footer__creator-text {
    margin-bottom: 20px; } }

.footer__owner {
  background-color: #000;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #3f3f3f; }

.card-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 30px; }
  .card-row:nth-child(odd) {
    border: 2px solid #e0dfdf; }
  .card-row:nth-child(even) {
    border-left: 2px solid #e0dfdf;
    border-right: 2px solid #e0dfdf; }
  .card-row:last-child {
    border-bottom: 2px solid #e0dfdf; }
  .card-row_margin-bottom {
    margin-bottom: 20px; }
  @media (max-width: 768px) {
    .card-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center; } }
  .card-row__anchor {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 15px;
    height: 15px;
    background-color: #c6c6c6; }
  .card-row__container {
    margin-top: 40px; }
  .card-row__headline-text {
    color: #3f3f3f;
    font-size: 36px; }
    @media (max-width: 768px) {
      .card-row__headline-text {
        font-size: 30px; } }
    @media (max-width: 550px) {
      .card-row__headline-text {
        font-size: 25px; } }
  .card-row__headline {
    margin-bottom: 20px; }
  .card-row__headline-num {
    display: inline-block;
    line-height: 1;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 2px solid #4477dd; }
  .card-row__text {
    color: #838383;
    font-weight: 100;
    line-height: 1.5;
    font-size: 18px; }
    @media (min-width: 769px) {
      .card-row__text {
        margin-left: 35px;
        font-size: 16px; } }
    @media (max-width: 550px) {
      .card-row__text {
        font-size: 15px; } }
  .card-row__text-link {
    color: #c6c6c6;
    text-decoration: none; }
    .card-row__text-link:hover {
      text-decoration: underline; }
  .card-row__btn-next {
    margin: auto 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #4477dd; }
    .card-row__btn-next:focus, .card-row__btn-next:active, .card-row__btn-next:hover {
      border: 2px solid #4477dd;
      -webkit-filter: none;
      filter: none; }
    .card-row__btn-next:hover {
      border-color: #1d489e; }
    .card-row__btn-next:active {
      border-color: #0d2148; }
    @media (max-width: 768px) {
      .card-row__btn-next {
        margin: 20px auto 0 auto; } }

.alphabet {
  margin-top: 20px;
  margin-bottom: 30px; }
  .alphabet__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1200px) {
      .alphabet__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  /*.manuals__device__searcher .alphabet__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: left;
  }*/
  .alphabet__item {
    margin: 0 4px; }
  .alphabet__list a,
  .alphabet__list span {
    border-radius: 50%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 40px;
    height: 48px;
    /*padding: 0 8px;*/
    color: #191919;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-transform: uppercase; }
    .alphabet__list a:hover:not(.alphabet__link_star) {
      background-color: #000;
      color: #fff; }
    .alphabet__link_star {
      background-color: #e93f2e; }

.pagination {
      margin-top: 20px;
      margin-bottom: 30px;
    }
    .pagination__list {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      justify-content: center;
      align-items: center;
    }
    .pagination {
      padding: 5px 30px;
    }
    .pagination__item {
      margin: 0 1px;
      display: inline-flex;
      justify-content: center;
      justify-items: center;
    }
    .pagination__item span, .pagination__item a {
      text-transform: uppercase;
      border-radius: 17px;
      transition: .2s;
      font-size: 15px;
      font-weight: 700;
      text-decoration: none;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      height: 35px;
      min-width: 35px;
      color: #191919;
      flex-shrink: 0;
      padding: 0 8px;
      margin: 0 5px;
    }
    .pagination__item a:hover {
      background-color: #000;
      color: #fff;
    }
    .pagination__item.star a {
      background-color: #e93f2e;
    }
    .pagination__item.star img {
      width: 20px;
      height: 20px;
    }
    .pagination__item.current a {
      background-color: #e93f2e;
      color: #fff;
    }
    .pagination__item span {
      background-color: #e3e3e3;
      color: #000;
    }
    .pagination__item.prev a, .pagination__item.next a {
      background-color: #000;
      color: #fff;
      font-size: 14px;
    }

.breadcrumbs {
  padding-top: 30px;
  margin-bottom: 30px; }
  .breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .breadcrumbs__link {
    cursor: pointer;
    color: inherit;
    text-decoration: none; }
    .breadcrumbs__link:hover {
      -webkit-filter: brightness(70%);
      filter: brightness(70%); }
  .breadcrumbs__item:not(:last-child) {
    color: #e93f2e;
    margin-right: 10px; }
    .breadcrumbs__item:not(:last-child):after {
      content: '/';
      margin-left: 10px;
      color: #838383; }

.feature {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 20px 10px;
  text-decoration: none;
  background-color: #f9f9f9;
  cursor: pointer; }
  .feature:hover {
    background-color: #191919; }
    .feature:hover .feature__num {
      color: #fff; }
  .feature_sm {
    background-color: #e0dfdf; }
    .feature_sm:hover {
      background-color: #e93f2e; }
      .feature_sm:hover .feature__text {
        color: #fff; }
  @media (min-width: 1025px) {
    .feature__container {
      width: 50%; } }
  .feature__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .feature__list_lg {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-bottom: 50px; }
  .feature__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
    margin: 10px 0 10px auto;
    max-width: 300px; }
    @media (max-width: 1024px) {
      .feature__item {
        margin: 10px 20px; } }
    @media (max-width: 650px) {
      .feature__item {
        width: 300px; } }
    .feature__item_sm {
      width: 180px;
      max-width: 180px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin: 10px auto; }
      @media (max-width: 1024px) {
        .feature__item_sm {
          width: 250px;
          max-width: 250px;
          margin: 10px auto; } }
  .feature__text-container {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .feature__num {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    font-size: 32px;
    color: #191919; }
  .feature__text {
    font-size: 18px;
    color: #c6c6c6; }
    .feature__text_sm {
      color: #191919; }

.about__text {
  color: #3f3f3f;
  font-weight: 500;
  margin: 20px 0;
  line-height: 1.8;
  font-size: 18px; }
  @media (max-width: 768px) {
    .about__text {
      font-size: 16px; } }

.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1024px) {
    .about__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

@media (min-width: 1025px) {
  .about__text-container {
    width: 50%; } }

.about__feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.about__feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  margin: 10px 0 10px auto;
  max-width: 300px; }
  @media (max-width: 1024px) {
    .about__feature-item {
      margin: 10px 20px; } }
  @media (max-width: 650px) {
    .about__feature-item {
      width: 300px; } }

.brand {
  background-color: #f9f9f9; }
  .brand__nav {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media (max-width: 550px) {
      .brand__nav {
        margin-top: 20px; } }
  @media (max-width: 1024px) {
    .brand__nav-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (max-width: 1024px) {
    .brand__nav-list-item {
      margin: 2px 0; } }
  .brand__nav-link {
    font-size: 18px;
    color: #191919; }
    .brand__nav-link:hover:not(.btn__default-active) {
      background-color: transparent;
      color: #e93f2e; }
  .brand__headline-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1024px) {
      .brand__headline-container {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    @media (max-width: 550px) {
      .brand__headline-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .brand__headline-text {
    max-width: 500px; }
    .brand__headline-text_sm {
      margin-top: 20px; }
      @media (min-width: 1025px) {
        .brand__headline-text_sm {
          display: none; } }
    .brand__headline-text_xl {
      margin-top: 10px; }
      @media (max-width: 1024px) {
        .brand__headline-text_xl {
          display: none; } }
  .brand__list {
    -webkit-column-count: 4;
    column-count: 4; }
    @media (max-width: 768px) {
      .brand__list {
        -webkit-column-count: 2;
        column-count: 2;
        margin-left: 10%; } }
    @media (max-width: 400px) {
      .brand__list {
        -webkit-column-count: 1;
        column-count: 1; } }
  .brand__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    padding-left: 20px;
    color: #191919;
    text-decoration: none;
    position: relative; }
    .brand__link:hover {
      color: #e93f2e; }
      .brand__link:hover:before {
        content: url("/images/assets/icons/double-arrow-right-red.png"); }
    .brand__link:before {
      content: url("/images/assets/icons/double-arrow-right.png");
      display: inline-block;
      width: 14px;
      height: 11px;
      position: absolute;
      top: 8px;
      left: 0; }
    .brand__link img {
      display: inline-block;
      vertical-align: middle;
      margin-top: -1px;
      height: 24px;
    }
  .brand__manual-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px; }
    @media (max-width: 1024px) {
      .brand__manual-list {
        -webkit-column-count: 3;
        column-count: 3;
        display: block; } }
    @media (max-width: 768px) {
      .brand__manual-list {
        -webkit-column-count: 2;
        column-count: 2; } }
    @media (max-width: 450px) {
      .brand__manual-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .brand__manual-item {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media (max-width: 1024px) {
      .brand__manual-item {
        margin: 2px 0; } }
    @media (max-width: 768px) {
      .brand__manual-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 5px 0; } }
  @media (max-width: 1200px) {
    .brand__manual-link {
      padding: 0 20px; } }
  .brand__manual-anchor {
    background-color: #c6c6c6;
    cursor: pointer;
    font-size: 14px;
    color: #191919;
    padding: 0 10px 0 30px;
    text-decoration: none; }
.manual-wrap {
  background: #fff;
  padding-top: 1px;
}
.manual {
  background-color: #f2f2f2;
  margin-top: 40px; }
  @media (max-width: 768px) {
    .manual {
      margin-top: 10px; } }
  .manual__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    margin-bottom: 20px; }
    @media (max-width: 650px) {
      .manual__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  @media (max-width: 650px) {
    .manual__headline-container {
      margin-bottom: 20px; } }
  .manual__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .manual__nav-item:not(:last-child) {
    margin-right: 30px; }
  .manual__nav-link {
    color: #191919; }

.accessories {
  margin: 40px 0; }
  .accessories__table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    min-width: 600px; }
  /*.accessories__table-container {
    overflow-x: auto; }*/
  .accessories__table-caption {
    font-size: 24px;
    color: #c6c6c6; }
    .accessories__table-caption:first-child {
      padding: 10px; }
    @media (max-width: 768px) {
      .accessories__table-caption {
        font-size: 18px; } }
  .accessories__table-row {
    border-spacing: 10px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    .accessories__table-row:not(:first-child):not(.accessories__table-footer):hover {
      background-color: #e3e3e3; }
    .accessories__table-row:not(:last-child) {
      border-bottom: 1px solid #e3e3e3; }
    .accessories__table-row:not(:first-child):nth-child(odd) {
      background-color: #f0f0f0; }
      .accessories__table-row:not(:first-child):nth-child(odd) .accessories__table-text {
        color: #e93f2e; }
  .accessories__table-text {
    color: #191919; }
  .accessories__table-link {
    color: #e93f2e;
    padding: 5px;
    display: block;
    float: left;
    width: 180px;
    margin-right: 20px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    .accessories__table-link:hover {
      color: #191919; }
    .accessories__table-link-helper {
      color: #c6c6c6;
      text-decoration: none; }
      .accessories__table-link-helper img {
        vertical-align: middle;
        margin-top: -3px;
        padding: 5px 0;
      }
    .accessories__table-link-helper:first-of-type {
      float: left;
    }
  .accessories td {
    font-size: 18px; }
    .accessories td:first-child {
      padding: 10px;
      width: 350px;
      height: 70px; }
    @media (max-width: 768px) {
      .accessories td {
        font-size: 15px; }
        .accessories td:first-child {
          padding: 10px;
          width: 300px;
          height: 60px; } }
  .accessories__table-footer {
    background-color: #e93f2e; }
  .accessories__footer-text {
    color: #fff;
    vertical-align: middle;
    margin-right: 10px; }
  .accessories__footer-img {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    vertical-align: middle; }


.brandlist {
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}
.brandlist__table td {
  padding: 10px 10px 10px 10px;
}
.brandlist__table .accessories__table-text {
  color: #e93f2e;
}
/* NEW WORK */

.manual__nav-link-active {
  color: #e93f2e;
}
.catalog .accessories__table-row:not(:first-child):nth-child(odd) .accessories__table-text {
  color: #191919;
}
.catalog .accessories__table-link {
  margin-right: 0px;
}
.catalog {
  max-width: 1200px;
  margin: 0px auto;
}
.catalog .container {
  max-width: 780px;
  margin-left: 0px;
}
.catalog__color {
  background-color: #f2f2f2;
  padding: 30px 0px 0px 0px;
  margin-top: -20px;
}
.catalog .accessories__table-container {
  padding-bottom: 40px;
}
.alphabet a,
.alphabet span {
  font-size: 24px;
  height: 32px;
  min-width: 32px;
}
.alphabet span {
  background: #e93f2e;
  color: #fff;
  cursor: default;
  
}
.manuals__device__header_txt {
  color: #7d7d7d;
}
.manuals__device__searcher {
  background-color: #f8f8f8
}
.manual {
  padding-bottom: 30px;
}
.manuals__device__searcher {
  padding: 24px 0px 4px 0px;
}
.device-wrapper .accessories {
  margin-top: 0px; 
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}
.card-row_margin-top {
  margin-top: 40px;
}
.articles {
  background-color: #fff;
}
.article {
  width: 49%;
  display: inline-block;
  margin-top: 40px;
}
.article:nth-child(2n+1) {
  padding-right: 15px;
}
.article:nth-child(2n) {
  padding-left: 15px;
}
.article .article__header-date, .article .article__header-name {
  display: inline-block;
  padding: 30px 17px;
  font-size: 18px;  
}
.article .article__header-date {
  background-color: #e93f2e;
  color: #fff;
  font-weight: 700;
}
.article .article__header-name {
  background-color: #f2f2f2;
  font-weight: 700;
  margin-left: -5px;
  width: 85%;
}
.article .article__header-name:hover {
  background-color: #191919;
  color: #fff;
  cursor: pointer;
}
.article .article__body {
  margin-top: 25px;
}
.articles-wrapper .accessories {
  padding: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0px;
}
.articles-wrapper .card-row_margin-bottom {
  margin-bottom: 0px;
}
.articles__pages__link {
 
} 
.articles__pages .container {
  max-width: 945px;
}
.articles__pages .manuals__device__searcher {
  background-color: transparent;
}
.articles__pages .alphabet__list a,
.articles__pages .alphabet__list span {
  color: #e93f2e;
  border-radius: 0px;
  width: auto;
  height: auto;
  border-bottom: 2px solid #f5bbb7;
  transition: 0s;
}
.articles__pages .alphabet__list a:hover,
.articles__pages .alphabet__list span:hover {
  font-weight: 900;
  background-color: transparent;
  color: #e93f2e;
  border-bottom: none;
  padding-bottom: 2px;
}
.articles__pages .alphabet__link-active,
.articles__pages .alphabet__list span {
  color: #191919;
  border-bottom: none;
}
.articles__pages .alphabet__link-active:hover,
.articles__pages .alphabet__list span:hover {
  color: #191919;
  padding-bottom: 0px;
  cursor: default;
}
.articles__pages .alphabet a,
.articles__pages .alphabet span {
  font-size: 18px;
}
.articles__pages {
  margin-top: 40px;
}
.articles__pages__link-block {
  width: 165px;
  font-weight: 700;
  font-size: 24px;
  background-color: #191919;
  border-radius: 40px;
  padding: 18px 0px;
  text-align: center;
  width: 165px;
  font-size: 14px; 
}
.articles__pages__link-block .articles__pages__link {
  color: #fff;
  text-decoration: none;
  width: 100%;
}
.faq {
  background-color: #fff;
}
.faq__article-body {
  display: none;
  margin-top: 20px;
}
.faq__article {
  margin-top: 20px;
}
.faq__article:first-child {
  margin-top: 0px;
}
.faq__article-name {
  background-color: #f2f2f2;
  padding: 40px 0px 40px 30px;
}
.faq__article-name h3 {
  font-weight: 700;
}
.faq__article-name:hover {
  background-color: #e8e8e8;
  cursor: pointer;
}
.headline__section_grey {
  color: #a9a9a9;
}
.download__info-txt {
  display: block; 
  font-size: 14px;
}
.donwload__margin-top {
  margin-top: 25px;
}
.download__captcha_block {
  width: 33%;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background-color: #f0f0f0;
  padding: 30px 0px;
  margin-left: 15px;
  margin-right: 15px;
}
.download__captcha_block span {
  display: block;
}
.btn-sbmt,
.download__captcha_block-input,
.view__captcha_block-input {
  background-color: #e93f2e;
  color: #fff;
  padding: 10px 15px;
  border-radius: 30px;
  outline: none;
  border: none;
  font-weight: 700;
  display: block;
  margin: 0px auto;
  margin-top: 12px;
  font-size: 16px;
  cursor: pointer; 
  width: 290px;
  text-decoration: none;
}
.download__captcha_btn {
  display: none;
}
.download__captcha_btn.active {
  display: block;
}
span.seconds {
  font-size: 48px;
  line-height: 1;
  margin-top: 15px;
  color: #e93f2e;
}
.g-recaptcha {
  border-radius: 30px;
  margin: 0px auto;
  width: 304px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.download-flex {
  display: flex;
}
.download__captcha-line_block {
  width: 33%;
  background-color: #ededed;
}
.download__related-manuals {
  margin-top: 40px;
}
.download__related-manuals_heading {
  font-size: 24px;
  text-transform: uppercase;  
}
.download__related-manuals {
  width: 48%;
  font-weight: 700;
  display: inline-block;
}
.download__related-manuals_article {
  font-size: 14px;
  margin-top: 30px;
}
.download__related-manuals_article a {
  color: #e93f2e;
  display: block;
}
.download__related-manuals_article a:hover {
  color: #191919;
  text-decoration: none;
}
.download__related-manuals_article span {
  color: #a9a9a9;
}
.download__related-products_column {
  width: 48%;
  display: inline-block;
}
.download__related-products_column a {
  margin-top: 28px;
}
.download__related-products_column {
  margin-top: 0px;
}
.download {
  background-color: #fff;
}
.article-page__heading {
  background-color: #f2f2f2;
  font-weight: 700;
  display: flex;
  padding-right: 25px;
}
.article-page__heading_date {
  background-color: #e93f2e;
  color: #fff;
  flex: 0 0 8%; 
  padding: 30px 17px;
  text-align: center;
}
.article-page__heading_name {
  margin-left: 17px;
  flex: 0 0 55%; 
  align-self: center;
}
.article-page__heading_share {
  align-self: center;
  width: 100%;
  text-align: right;
  background-color: #e3e3e3;
  border-radius: 30px;
}
.article-page__heading_share_bg {
  background-color: #e3e3e3;
  border-radius: 30px;
  display: block;
}
.article-page__heading_share span {
  display: block;
}
.article-page__heading_share_grey {
  color: #acacac;
  font-size: 12px;
}
.article-page .social {
  align-self: center;
  margin: 0px;
  flex: 0 0 37%; 
}
.article-page .social li {
  margin-left: 15px;
}
.article-page .social .social__btn-column-counter {
  font-weight: 700;
}
.article-page {
  background-color: #fff;
}
.article-page__sideblock {
  width: 72%;
  margin-bottom: 15px;
}
.article-page__sideblock-heading {
  font-size: 24px;
}
.article-page__rightblock {
  width: 27%;
  background-color: #ededed;
  margin-bottom: 15px;
}
.article-page__comment-heading {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
}
.article-page__comment {
  margin-top: 35px;
}
.article-page__comment_article-heading {
  display: block;
  color: #a9a9a9;
}
.article-page__comment_article-name {
  color: #e93f2e;
  font-weight: 700;
}
.article-page__comment_article {
  border-left: 5px solid #f0f0f0;
  padding: 10px 35px;
  margin-top: 25px;
}
.article-page__comment_article:hover {
  background-color: #f8f8f8;
  cursor: pointer;
}
.comment_form-textarea {
  flex: 0 0 66%;
}
.comment_form-textarea textarea {
  width: 100%;
  resize: none;
  padding: 20px;
  border: 2px solid #f0f0f0;
}
.comment_form-textarea textarea:focus, .comment_form-send input:focus {
  outline: none;
}
.comment_form-textarea textarea::placeholder {
  color: #bbbbbb;
  font-family: 'Open Sans', sans-serif;
}
.comment_form-send {
  margin-left: 15px;
  flex: 0 0 32%;
}
.comment_form-send input[type = "text"] {
  width: 100%;
  padding: 30px 20px;
  border: 2px solid #f0f0f0;
}
.comment_form-send input[type = "submit"] {
  background-color: #191919;
  padding: 30px 0px;
  color: #fff;
  width: 100%;
  border: none;
  margin-top: 8px;
  font-weight: 700;
}
.manual_read-page {
  background-color: #fff;
}
.manual_reader {
  width: 85%;
  margin: 0px auto;
  height: 1250px;
}
.manual_read__right-arrow, .manual_read__left-arrow {
  align-self: center;
  transition: .3s;
  opacity: .5;
}
.manual_read__right-arrow:hover, 
.manual_read__left-arrow:hover {
  opacity: 1;
}
.manual_read__right-arrow img, 
.manual_read__left-arrow img {
  height: 50px;
  width: 50px;
}
.manual_reader-preview .manual_read__right-arrow img, 
.manual_reader-preview .manual_read__left-arrow img {
  width: 30px;
  height: 30px;
}
.manual_read__right-arrow img:hover, .manual_read__left-arrow img:hover {
  cursor: pointer;
}
.manual_read__right-arrow img {
  transform: rotate(180deg);
}
.manual_read-block {
  margin-top: 30px;
  border: 3px solid #c6c6c6;
  padding: 30px;
}
.manual_read-block div#block_1 {
  position: relative;
}
.manual_read-block div#block_1:after {
  content: "ManyManuals";
  position: absolute;
  right: 70px;
  bottom: 220px;
  font-size: 55px;
  opacity: .2;
  font-weight: bold;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.manual_name {
  font-size: 36px;
  font-weight: 600;
}
.manual_reader-preview-article {
  height: 110px;
  /*background-color: #000;*/
  width: 80px;
  border-color: #e73e2e !important;
}
.manual_reader-preview {
  margin-top: 30px;
}
.manual_reader-pages {
  margin-top: 50px;
  margin-bottom: 60px;
}
.manual_reader-pages span {
  padding: 8px 14px;
  font-size: 18px;
  background-color: #000;
  color: #fff;
  margin-left: 15px;
  border-radius: 60px;
  font-weight: 700;
}
.manual_reader-pages span:hover {
  cursor: pointer;
}
span.manual_reader-pages_unactive {
  background-color: transparent;
  color: #000;
  position: relative;
  top: 7px;
}
span.manual_reader-pages_unactive:hover {
  cursor: default;
}
span.manual_reader-pages_active {
  background-color: #e93f2e;
}
.manual_reader-download-link {
  font-weight: 700;
  text-decoration: none;
  background-color: #e93f2e;
  color: #fff;
  padding: 20px 40px;
  align-self: center;
  border-radius: 30px;
  font-size: 14px;
}
.reader_pages_flex-row-1 {
  flex: 0 0 66%;
  padding: 20px 0 0 0;
}
.reader_pages_flex-row-2 {
  width: 100%;
  text-align: right;
  align-self: center;
}
.carousel {
  display: flex;
  transition: 500ms;
}
.carousel li {
  display: inline-block;
  margin-left: 15px;
}
.carousel li:first-child {
  margin-left: 0px;
}
.slider_block {
  display: block;
  overflow: hidden;
  margin: 0px 7.5px;
  width: 100%;
}
/*.slider_block.sm {
  margin: 0 auto;
}*/
.manual_reader-preview-article span {
  color: #000;
  padding: 3px 5px;
  background-color: #f2f2f2;
  position: relative;
  left: 5px;
}
.read-mods {
  margin-top: 30px;
}
.read_mode {
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
}
.read_mode:last-child {
  margin-left: 15px;
}
.read_mode_active {
  background-color: #e93f2e;
}
.read_mode:hover {
  cursor: pointer;
}
.gcse-search {
  width: 100%;
}
.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
  width: 100px !important;
  height: 100px !important;
  border-radius: 100px !important;
  background-color: #e93f2e !important;
  border: none !important;
  cursor: pointer;
}
.gsc-search-button-v2 svg {
  width: 30px !important;
  height: 30px !important;
}
.gsc-control-cse {
  background-color: transparent !important;
  border: none !important;
}
.header .gsc-search-button-v2, 
.header .gsc-search-button-v2:hover, 
.header .gsc-search-button-v2:focus,
.main-search .gsc-search-button-v2, 
.main-search .gsc-search-button-v2:hover, 
.main-search .gsc-search-button-v2:focus {
  height: 44px !important;
  width: auto !important;
  padding: 0 20px !important;
  border-radius: 20px !important;
}
.header .gsc-search-button-v2 svg, 
.main-search .gsc-search-button-v2 svg {
  width: 20px !important;
  height: 20px !important;
}
.header .gsst_a .gscb_a, 
.main-search .gsst_a .gscb_a {
  line-height: 26px;
}
.header .gsib_a, 
.main-search .gsib_a {
  padding: 9px 15px 8px;
}
.header input.gsc-input, 
.main-search input.gsc-input {
  height: 25px !important;
}
.header .gsc-input-box, 
.main-search .gsc-input-box {
  border-radius: 20px;
}
.header .search__form-container {
  width: 85%;
}
.main-search .search__form-container {
  width: 60%;
  margin-top: 60px;
}
.manual .gsc-search-button-v2 svg {
  width: 20px !important;
  height: 20px !important;
}
.manual .gsc-search-button-v2, .manual .gsc-search-button-v2:hover, .manual .gsc-search-button-v2:focus {
  width: 100px !important;
  height: 50px !important;
  border-radius: 50px !important;
  background-color: #e93f2e !important;
  border: none !important;
}
.manual .search__form-container {
  width: 90%;
}
.manual .search {
  flex: auto;
  margin-left: 60px;
}








.scroll-links {
  padding: 20px 0px;
  background-color: #e4e4e4;
}
.scroll-links h3 {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  color: #fff;
}
.scroll-links_overflow {
  overflow: auto;
  margin: 30px auto;
  width: 70%;
  height: 300px;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
}
.scroll-links__article {
  padding: 10px 0px;
}
.scroll-links__article a {
  color: #191919;
  transition: all 0.1s;
}
.scroll-links__article a:hover {
  color: #e93f2e;
  transition: all 0.1s;
}
.scroll-links__article:nth-child(2n) {
  background-color: #f4f4f4;
}
.scroll-links__article:hover {
  background-color: #e7f1f9;
}







.document {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 50px;
}
.document-img {
  width: 200px;
  height: auto;
  /* background-color: #000; */
  /*background-image: url();*/
}
.document-block {
  padding: 20px 10px;
  background-color: #708090;
  width: 75%;
  margin: 0px auto;
  margin-left: 50px;
  color: #fff;
  height: fit-content;
}
.document-block__information a {
  color: #fff;
}
.document-block__information h3 {
  font-size: 24px;
  font-weight: 800;
}
.document-block__content__pages {
  height: 500px;
  overflow: auto;
  padding: 15px;
  border: 1px solid #fff;
  width: 90%;
  margin: 30px auto 0;
}
.document-block__content__pages__article {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.document-block__content__pages__article a {
  color: #fff;
}
.pf {
  box-shadow: none !important;
}
ul.carousel {
  padding: 5px 0;
}
ul.carousel a {
  box-shadow: 2px 2px 2px 0px #ccc;
  margin: 0 7px;
}
@media (max-width: 800px) {
  .scroll-links_overflow {
    width: 90%;
  }
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
  width: 600px;
}
.popular-manuals {
  
}
.popular-manuals h2 {
  text-align: center;
  margin-bottom: 45px;
}
.popular-manuals .popular-manuals-wrap {
  text-align: center;
  padding: 50px 0 30px;
}
.popular-manuals .popular-manuals-item {
  display: inline-block;
  text-align: left;
  width: 150px;
  margin: 0 15px;
  vertical-align: top;
  margin-bottom: 20px;
}
.popular-manuals .popular-manuals-item a.img-link {
  display: block;
  width: 120px;
  margin-bottom: 5px;
}
.popular-manuals .popular-manuals-item a.img-link img {
  width: 100%;
  height: 153px;
  border: 2px solid #f9f9f9;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.popular-manuals .popular-manuals-item a.img-link:hover img {
  border-color: #e93f2e;
}
.popular-manuals .item-info a {
  display: inline;
  padding: 0;
}
.popular-manuals .item-info a:before {
  display: none;
}
.popular-manuals .item-info span.num-page {
  display: inline-block;
  color: #808080;
  font-size: 12px;
}
.gsc-results-wrapper-visible {
  opacity: 1 !important;
  visibility: visible !important;
  position: absolute;
  left: 13px;
  right: 13px;
  padding: 0 10px 10px;
  background: #f9f9f9;
  box-shadow: 5px 5px 0 #e3e3e3;
  z-index: 9;
}
.manual_reader-rating > div {
  flex: 0 0 50%;
}
.rating_block {
  width: 125px;
  height: 25px;
  float: right;
  margin: 5px 20px 0 0;
}
.rating_block input[type="radio"] {
  display: none;
}
.label_rating {
  float: right;
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/star-g.svg) no-repeat;
  cursor: pointer;
}
.rating_block .label_rating:hover, 
.rating_block .label_rating:hover ~ .label_rating, 
.rating_block input[type="radio"]:checked ~ .label_rating {
  background: url(../img/star-y.svg) no-repeat;
}
.accessories__table-wrap {
  overflow: hidden;
}
.tabs__item {
  display: none; 
}
.tabs__item.active {
  display: block; 
}
.manual-control-holder {
  min-height: 42px;
}
.manual-control-wrap {
  background: #f8f8f8;
  padding: 8px 0;
}
.manual-control-wrap.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 -10px 15px #000;
}
.manual-control-wrap ul {
  text-align: center;
}
.manual-control-wrap li {
  display: inline-block;
  margin: 0 2px;
}
.manual-control-wrap li a {
  border-radius: 3px;
  color: #999;
  padding: 4px 10px;
  text-decoration: none;
  background: #191919;
  color: #fff;
  transition: .3s;
  display: block;
  font-size: 14px;
  letter-spacing: 0.7px;
}
.manual-control-wrap li > a:hover {
  background: #E93F2E;
}
.manual-control-wrap li a svg {
  margin-right: 4px;
}
.manual_tabs-nav {
  border-bottom: 1px solid #191919;
  padding: 45px 5px 0;
}
.manual_tabs-nav li {
  border: 1px solid transparent;
  border-bottom: 1px solid #191919;
  border-radius: 15px 15px 0 0;
  display: inline-block;
  padding: 10px 25px 8px;
  margin-bottom: -1px;
  background: #e73e2e;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.3px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  transition: .3s;
}
.manual_tabs-nav li:hover {
  border: 1px solid #191919;
  background: #fff;
  color: #191919;
}
.manual_tabs-nav li.active {
  border: 1px solid #191919;
  border-bottom: 1px solid #fff;
  background: #fff;
  color: #191919;
  cursor: default;
}
.manual_tabs-nav li span {
  text-transform: none;
}
.manual_tabs-nav li #jumping-form {
  display: inline-block;
}
.manual_tabs-nav li input[type="text"] {
  width: 40px;
  text-align: center;
  vertical-align: bottom;
  display: inline-block;
  border: 1px solid #dfe1e5;
  background: #fff;
  border-radius: 15px;
  height: 22px;
  margin-right: 4px;
  outline: none;
  padding: 0 5px;
}
.manual_search {
  float: right;
}
.manual_search input[type="text"] {
  border: 1px solid #dfe1e5;
  background: #fff;
  border-radius: 15px;
  height: 35px;
  margin-right: 5px;
  outline: none;
  padding: 0 15px;
}
.manual_search button {
  background: #E93F2E;
  color: #fff;
  height: 35px;
  width: 35px;
  border-radius: 15px;
  text-align: center;
  outline: none;
  cursor: pointer;
}
.table-contents li {
  overflow: hidden;
  position: relative;
  margin-bottom: 3px;
}
.table-contents li:before {
  content: '';
  border-bottom: 1px dotted #191919;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 3px;
  position: absolute;
  display: block;
}
.table-contents li a {
  float: left;
  background: #fff;
  display: block;
  z-index: 9;
  position: relative;
  padding-right: 5px;
  text-decoration: none;
  color: #e93f2e;
  font-size: 16px;
}
.table-contents li a:hover {
  text-decoration: underline;
}
.table-contents li span {
  float: right;
  background: #fff;
  display: block;
  position: relative;
  z-index: 9;
  padding-left: 5px;
  font-size: 16px;
  color: #191919;
}
.table-contents-tab {
  text-align: center;
  padding: 45px 122px 45px;
}
.table-contents-tab h2 {
  margin-bottom: 25px;
}
.bookmarks-tab {
  padding-top: 45px;
  min-height: 500px;
}
.bookmarks-tab h2 {
  text-align: center;
  font-weight: bold;
}
.bookmarks-tab h2 a {
  text-decoration: none;
  color: #E93F2E;
}
.bookmarks-tab h2 a:hover {
  text-decoration: underline;
}
.summary-wrap {
  padding-top: 45px;
  padding-bottom: 60px;
  background: #f8f8f8;
}
.summary-wrap h2 {
  text-align: center;
  margin-bottom: 45px;
}
.summary-wrap .summary-scroll-wrap {
  overflow-y: auto;
  max-height: 500px;
  border-radius: 15px;
  background: #fff;
  border: 5px solid #fff;
}
.summary-wrap .summary-item {
  background: #fff; 
  padding: 10px 25px;
}
.summary-wrap .summary-item:nth-of-type(2n) {
  background: #f8f8f8;
}
.summary-wrap .summary-item:hover {
  background: #f2f2f2;
}
/*.summary-wrap .summary-item:hover a,
.summary-wrap .summary-item:hover p {
  color: #fff;
}*/
.summary-wrap .summary-item a {
  text-decoration: none;
  color: #e93f2e;
  font-size: 16px;
}
.summary-wrap .summary-item a:hover {
  text-decoration: underline;
}
.summary-wrap .summary-item p {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  margin-top: 5px;
}
.comments-wrap {
  padding-top: 45px;
  background: #f2f2f2;
}
.comments-wrap h2 {
  text-align: center;
  margin-bottom: 45px;
}
.comments-wrap .comments-form,
.comments-wrap .comment-item {
  padding: 0 0;
}
.comments-wrap .comments-form {
  margin-bottom: 45px;
}
.comments-wrap .comments-form input[type="text"],
.comments-wrap .comments-form textarea {
  width: 350px;
  display: block;
  border: 1px solid #dfe1e5;
  background: #fff;
  border-radius: 15px;
  height: 35px;
  margin-right: 5px;
  outline: none;
  padding: 0 15px;
  margin: 0 auto;
  margin-bottom: 20px;
  display: block;
  font-family: 'Open Sans', sans-serif;
}
.comments-wrap .comments-form textarea {
  height: 150px;
  resize: none;
  padding-top: 8px;
}
.comments-wrap .comments-form button {
  background: #E93F2E;
  color: #fff;
  height: 35px;
  width: 304px;
  border-radius: 15px;
  text-align: center;
  outline: none;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
}
.comments-wrap .comment-item {
  overflow: hidden;
  margin-bottom: 25px;
}
.comments-wrap .comments-row {
  overflow: hidden;
  padding: 0 122px;
}
.comments-wrap .comments-left-col {
  float: left;
  width: 50%;
}
.comments-wrap .comments-right-col {
  float: right;
  width: 350px;
}
.comment-item span.name,
.comment-item span.time {
  display: inline-block;
  color: #191919;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.comment-item span.name {
  font-weight: bold;
  margin-right: 10px;
}
.comment-item p {
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  margin-top: 5px;
}
.manual_read {
  position: relative; 
}
.manual_read .manual_read__right-arrow, 
.manual_read .manual_read__left-arrow {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 0;
  z-index: 9;
}
.manual_read .manual_read__right-arrow {
  left: auto;
  right: 0;
}
.manual_reader-pages.manual_reader-pagination {
  text-align: center;
}
.rate-mob-wrap {
  display: none;
}
.dn {
  display: none !important;
}
span.download__info-txt.donwload__margin-top a {
  color: #e93f2e;
  text-decoration: none;
}
.related {
  background: #f8f8f8;
}
.related h2 {
  text-align: center;
}
.related-manuals-item {
  overflow: hidden;
  padding-top: 25px;
}
.related-manuals-item .item-info {
  float: left;
  width: 50%;
  padding: 5px 35px;
}
.related-manuals-item .item-info a {
  display: block;
  padding: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #e93f2e;
  text-decoration: none;
}
.related-manuals-item .item-info a:hover {
  color: #191919;
}
.related-manuals-item .item-info span.num-page {
  display: block;
}
.related-manuals-item .item-info span.num-page img {
  vertical-align: top;
}
.related-manuals-item .item__info {
  padding: 5px 35px;
}
.related-manuals-item .item__info a {
  display: block;
  padding: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #e93f2e;
  text-decoration: none;
}
.related-manuals-item .item__info a:hover {
  color: #191919;
}
.manuals-item__container {
  display: flex;
}
.item__info {
  display: flex;
  justify-content: center;
}
.brand__container {
  display: flex;
  flex-direction: column;
  width: 50%;
  justify-content: center;
}
.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center;
}
.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}
.blocker.behind {
    background-color: transparent;
}
.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 20px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
}
.modal a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}
.modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px;
}
.modal-spinner > div {
    border-radius: 100px;
    background-color: #fff;
    height: 20px;
    width: 2px;
    margin: 0 1px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.modal-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.modal-spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.modal-spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
@-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.5);
    }
    20% {
        -webkit-transform: scaleY(1);
    }
}
@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5);
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

#modal-print {
  text-align: center;
}
#modal-print a.print-btn {
  background: #E93F2E;
  color: #fff;
  padding: 8px 25px 10px;
  text-decoration: none;
  border-radius: 15px;
  text-align: center;
  outline: none;
  cursor: pointer;
  margin: 0 10px;
  font-size: 16px;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
}
#modal-print a.print-btn.aprint {
  background: #191919;
}
.share-modal-wrap {
  position: relative;
}
.share-modal-wrap .share-modal {
  display: none;
  background: #f9f9f9;
  box-shadow: 5px 5px 0 #e3e3e3;
  position: absolute;
  left: -100px;
  top: 30px;
  width: 300px;
  padding: 15px 10px 8px;
}
.share-modal-wrap .share-modal-a.active {
  background: #E93F2E;
}
.share-modal-wrap .share-modal .next {
  margin: 0;
}
.share-modal-wrap .share-modal input.link-manual {
  border: 1px solid #dfe1e5;
  background: #fff;
  border-radius: 15px;
  height: 35px;
  margin-bottom: 10px;
  outline: none;
  padding: 0 15px;
  display: block;
  width: 100%;
}
.row-tbl {
  overflow: hidden;
}
#up {
  width: 50px;
  height: 50px;
  right: 30px;
  bottom: 30px;
  position: fixed;
  display: none;
  color: #fff;
  background: #e73e2e;
  text-align: center;
  border-radius: 25px;
  line-height: 50px;
  font-size: 25px;
  z-index: 9;
  opacity: .5;
  transition: .3s;
}
#up:hover {
  opacity: 1;
}
.gsc-results-wrapper-overlay {
  left: 0 !important;
}

@media (max-width: 1279px) {
  /*.manual_read-block {
    transform: scale(0.9);
      transform-origin: 0 0;
      border: 0;
  }
  .manual_reader-pagination {
    margin-top: -160px;
    display: block;
    text-align: center;
  }*/
  .manual_reader-pages span {
    margin-left: 6px;
    display: inline-block;
  }
  .manual_reader-download-link {
    display: inline-block;
  }
  .reader_pages_flex-row-2 {
    margin-top: 30px;
    text-align: center;
  }
  .pf {
    transform-origin: 0 0;
  }
  .manual_reader-pages {
    display: block;
    text-align: center;
  }
  .manual_reader-rating > div {
    margin: 30px auto 0;
  }
  .accessories__table-link {
    display: inline;
    float: none;
    width: auto;
  }
  .popular-manuals {
    text-align: center;
  }
  .manual_tabs-nav li {
    padding: 10px 15px 8px;
  }
}
@media (max-width: 1023px) {
  .gsc-search-button-v2 {
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;  
    margin-left: 10px !important;
  }
  .gsc-search-button-v2 svg {
    width: 20px !important;
    height: 20px !important;
  }
  /*.manual_read-block {
    transform: scale(0.68);
  }
  .manual_reader-pagination {
    margin-top: -480px;
  }*/
  .popular-manuals .popular-manuals-item {
    margin: 0 25px;
    margin-bottom: 30px;
  }
  .popular-manuals .popular-manuals-wrap {
    padding-bottom: 0;
  }
  .manual_reader-rating span {
    padding: 0 0 0 4px;
    background-color: transparent;
    color: #000;
  }
  .comments-wrap .comments-row {
    padding: 0;
  }
  .table-contents-tab {
    padding: 45px 0;
  }
  .manual_tabs-nav li {
    padding: 10px 25px 8px;
  }
  .dn-m {
    display: none !important;
  }
  .rate-mob-wrap {
    display: block;
    overflow: hidden;
    padding: 15px 5px;
  }
  .rating_block {
    float: left;
  }
  .main-search .search__form-container {
    width: 100%;
  }
  .main-search .gsc-search-button-v2, 
  .main-search .gsc-search-button-v2:hover, 
  .main-search .gsc-search-button-v2:focus {
    height: 55px !important;
  }
}
@media (max-width: 767px) {
  .search__form-container {
    width: 70% !important;
  }
  .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding: 0;
  }
  .breadcrumbs {
    display: none;
  }
  .manual__header {
    padding-top: 20px;
  }
  .accessories__table {
    min-width: 1px;
  }
  .accessories__table-link-helper img {
    margin-top: 0;
  }
  .search-toggle svg {
    width: 22px;
    height: 22px;
    vertical-align: middle;
  }
  /*.manual_read-block {
    transform: scale(0.58);
  }
  .manual_reader-pagination {
    margin-top: -600px;
  }*/
  .manual_reader-pages span {
    font-size: 14px;
  }
  .comments-wrap .comments-left-col {
    float: none;
    width: 100%;
  }
  .comments-wrap .comments-right-col {
    float: none;
    width: 100%;
    padding-top: 25px;
  }
  .manual_tabs-nav li {
    font-size: 14px;
  }
  .manuals__device__header_txt {
    display: none !important;
  }
  .accessories__table-container {
    overflow-x: auto;
  }
  #up {
    display: none !important;
  } 
}
@media (max-width: 650px) {
  .header .search {
    display: none;
    position: absolute;
    left: 0;
    right: 100px;
    background: #f9f9f9;
    padding: 3px 15px 0;
  }
  .header .search.active {
    display: block;
  }
  .gsc-control-cse {
    padding: 0 !important;
  }
  .header .gsib_a {
    padding: 5px 15px 4px;
  }
  .header .gsc-search-button-v2, 
  .header .gsc-search-button-v2:hover, 
  .header .gsc-search-button-v2:focus {
    height: 36px !important;
    padding: 0 8px !important;
    margin: 0 0 0 10px !important;
  }
  .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 10px;
  }
  .header {
    padding-top: 9px;
  }
  .nav {
    top: 62px !important;
  }
  .header .search__form-container {
    width: 100% !important;
  }
  .header .gsc-input-box {
    padding: 0;
  }
  .search-toggle span.close {
    display: none;
  }
  .search-toggle.active span.close {
    display: block;
  }
  .search-toggle.active span.close span {
    width: 25px;
    height: 3px;
    background: #000;
    display: block;
    transform: rotate(45deg);
  }
  .search-toggle.active span.close span:last-of-type {
    transform: rotate(-45deg);
    margin-top: -3px;
  }
  .search-toggle.active svg {
    display: none;
  }
  /*.manual_read-block {
    transform: scale(0.57);
  }
  .manual_reader-pagination {
    margin-top: -620px;
  }*/
  .manual__headline-container {
    margin-bottom: 0;
  }
  .manual {
    padding-bottom: 1px;
  }
  .manual_read-page {
    padding-top: 10px;
  }
  .btn__default {
    background: #fff;
    color: #000;
  }
  .printSelection .pf {
    transform: scale(1) !important;
  }
}
@media (max-width: 639px) {
  /*.manual_read-block {
  transform: scale(0.43);
  }
  .manual_reader-pagination {
    margin-top: -820px;
  }*/
  .headline__section {
    line-height: 1.2;
    font-size: 34px;
  }
  .manuals__device__header_txt {
    display: block;
    margin-top: 10px;
  }
  .manual-control-wrap li a {
    font-size: 0;
    letter-spacing: 0;
  }
  .manual-control-wrap li a svg {
    font-size: 16px;
    margin: 0;
  }
  .comments-wrap .comments-left-col {
    float: none;
    width: 100%;
  }
  /*.pf {
    margin-left: -10px !important;
  }*/
  .manual_read__right-arrow img, 
  .manual_read__left-arrow img {
    opacity: .5;
  }
  .manual_reader-preview .manual_read__right-arrow img, 
  .manual_reader-preview .manual_read__left-arrow img {
    width: 20px;
    height: 20px;
  }
  .manual_reader-pages {
    margin-top: 10px;
  }
  .manual_tabs-nav li {
    font-size: 16px;
    text-align: center;
  }
  .manual_tabs-nav {
    border: 1px solid #191919;
    border-bottom: none;
    margin-top: 25px;
    padding: 0;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
  }
  .manual_tabs-nav li {
    border-bottom: 1px solid #191919 !important;
    border-radius: 0;
    margin: 0;
    display: block;
    transition: none;
  }
  .manual_tabs-nav li.active {
    border: none;
  }
  .rate-mob-wrap {
    padding: 15px 0;
  }
  .manual_reader-preview {
    padding: 0;
  }
  .manual_reader-preview,
  .manual_read {
    margin: 0 -10px;
  }
  .summary-wrap .summary-item p {
  	font-size: 13px;	
  }
  .related-manuals-item .item-info {
    float: none;
    width: 100%;
    padding: 5px 25px;
  }
  .about__text {
    display: none;
  }
  #modal-print a.print-btn {
    width: 100%;
    display: block;
    margin: 15px auto;
  }
  .share-modal-wrap .share-modal {
    left: -130px;
  }
}
@media (max-width: 479px) {
  .search__form-container {
    width: 100% !important;
  }
  .brand__nav {
    width: 100%;
  }
  .brand__nav-link {
    width: 100%;
    display: block;
    text-align: center;
  }
  .brand__nav-link br {
    content: "";
  }
  .brand__nav-link br:after {
    content: "\00a0";
  }
  .manual .search {
    margin-left: 0;
  }
  .manual .gsc-search-button-v2, .manual .gsc-search-button-v2:hover, .manual .gsc-search-button-v2:focus {
    width: 50px !important;
  }
  .alphabet a {
    width: auto;
  }
  .manuals__device__searcher .alphabet__list {
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  /*.manual_read-block {
    transform: scale(0.35);
  }
  .manual_reader-pagination {
    margin-top: -980px;
  }*/
  .manual_reader-pages {
    display: block;
  }
  .breadcrumbs__list {
    display: block;
  }
  .breadcrumbs__item {
    display: inline-block;
  }
  .manual_name {
    font-size: 24px;
  }
  .read-mods a {
    width: 100%;
    display: block;
  }
  .read_mode {
    display: block;
    text-align: center;
    margin: 0 0 10px !important; 
    width: 100%;
  }
  .manual_reader-preview-article {
    width: 55px;
    height: 75px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .manual_read__right-arrow img, .manual_read__left-arrow img {
    width: 30px;
    height: 30px;
  }
  .manual_reader-pages {
    text-align: center;
  }
  .manual_reader-pages span {
    display: inline-block;
    margin: 0;
  }
  .manual_reader-pages a {
    display: inline-block;
  }
  a.manual_reader-download-link {
    display: block;
    text-align: center;
    margin-top: 15px;
  }
  h2.headline__section {
    font-size: 26px;
  }
  .faq__article-name {
    padding: 40px 30px;
  }
  /*.accessories__table-text {
    writing-mode: vertical-lr;
  }*/
  .accessories__table {
    min-width: 1px; 
  }
  .brandlist__table td {
    padding: 10px 0px 10px 10px;
  }
  .accessories__table-row td:first-of-type {
    font-size: 0;
  }
  .download .download-flex {
    display: block;
  }
  .download__related-manuals {
    display: block;
    width: 100%;
  }
  .download__related-products_column {
    display: block;
    width: 100%;
  }
  .download__captcha_block {
    width: 100%;
    margin: 20px 0 0;
  }
  .g-recaptcha {
    width: 304px;
  }
  .document-img {
    width: 100%;
    background-size: cover;
    margin-bottom: 20px;
  }
  .document-block {
    width: 100%;
    margin: 0 auto;
  }
  .document {
    padding: 20px 0;
  }
  .accessories td:first-child {
    width: 40%;
  }
  .accessories__table-link-helper {
    display: inline-block;
  }
  .accessories__table-link + .accessories__table-link-helper {
    display: inline-block;
  }
  .accessories td {
    padding: 0 0 5px;
  }
  .accessories__table-row td:first-of-type a {
    font-size: 12px;
  }
  .accessories__table-link {
    white-space: normal !important;
  }
  .gsc-results-wrapper-visible {
    width: 100%;
    left: 0;
    right: auto;
  }
  .manual_search input[type="text"] {
    width: 150px;
  }
  .main-search .search__form-container {
    width: 90% !important;
    margin-top: 35px;
  }
  .brandlist__table td right {
    display: block;
  }
  .accessories__table-link {
    font-size: 12px;
    display: block;
  }
  .accessories-img-link {
    margin: 0 auto;
  }
  .gsc-results-wrapper-overlay {
    width: 300px !important;
    left: 50% !important;
    margin-left: -150px !important;
  }
}

@media (max-width: 374px) {
  /*.manual_read-block {
    transform: scale(0.3);
  }
  .manual_reader-pagination {
    margin-top: -1045px;
  }*/
  .manual_search input[type="text"] {
    width: 105px;
  }
}

@media print {
  .printSelected > * {display: none; }
  .printSelected >.printSelection { display: block; padding:25px;}
}
.printSelection{display:none;}


 @media (max-width: 450px){
    .headline__section_red {
         word-break: break-all; 
    }
 }
 
.col__nav-item {
  display: flex;
  flex-direction: column;
}

.d-flex {
  display: flex;
}

.footer__random-items {
  justify-content: center;
}

.footer__random-items-mob{
  justify-content: center;
}

@media (max-width: 769px) {
  .col__nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .random-item{
    display:none
  }
  .mobile-section{
    display: none;
  }
  .mobile-alternarive {
    display: flex;
  }
  .mobile-ul{
    column-count: 2;
  }
}

@media (min-width: 769px) {
  .random-item{
    display: none;
  }
  .mobile-alternarive {
    display: none;
  }
}

.background__white {
  background-color: white;
}

.border__down-footer{
  border-radius: 0% !important;
  -webkit-border-radius: 0% !important;
  -moz-border-radius: 0% !important;
  -ms-border-radius: 0% !important;
  -o-border-radius: 0% !important;
}

.col__nav-item-mobile {
  display: flex;
}