

/* Start:/bitrix/templates/kb/css/reset.css?17583718373486*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*! normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

/*! normalize.css v3.0.0 | Base | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

/*! normalize.css v3.0.0 | Links | MIT License | git.io/normalize */
a {
    background: transparent;
}

a:active,
a:hover {
    outline: 0;
}

/*! normalize.css v3.0.0 | Typography | MIT License | git.io/normalize */
abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/*! normalize.css v3.0.0 | Embedded Content | MIT License | git.io/normalize */
img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

/*! normalize.css v3.0.0 | Figures | MIT License | git.io/normalize */
figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/*! normalize.css v3.0.0 | Forms | MIT License | git.io/normalize */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

/*! normalize.css v3.0.0 | Tables | MIT License | git.io/normalize */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

html {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

embed,
img,
object,
video {
    max-width: 100%;
    height: auto;
}
input,textarea,input:focus,input:active,textarea:active,:focus,a:focus{outline:none;}
/* End */


/* Start:/bitrix/templates/kb/css/default.css?17583718371159*/
/*

Original highlight.js style (c) Ivan Sagalaev <maniac@softwaremaniacs.org>

*/

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #F0F0F0;
}


/* Base color: saturation 0; */

.hljs,
.hljs-subst {
  color: #444;
}

.hljs-comment {
  color: #888888;
}

.hljs-keyword,
.hljs-attribute,
.hljs-selector-tag,
.hljs-meta-keyword,
.hljs-doctag,
.hljs-name {
  font-weight: bold;
}


/* User color: hue: 0 */

.hljs-type,
.hljs-string,
.hljs-number,
.hljs-selector-id,
.hljs-selector-class,
.hljs-quote,
.hljs-template-tag,
.hljs-deletion {
  color: #880000;
}

.hljs-title,
.hljs-section {
  color: #880000;
  font-weight: bold;
}

.hljs-regexp,
.hljs-symbol,
.hljs-variable,
.hljs-template-variable,
.hljs-link,
.hljs-selector-attr,
.hljs-selector-pseudo {
  color: #BC6060;
}


/* Language color: hue: 90; */

.hljs-literal {
  color: #78A960;
}

.hljs-built_in,
.hljs-bullet,
.hljs-code,
.hljs-addition {
  color: #397300;
}


/* Meta color: hue: 200 */

.hljs-meta {
  color: #1f7199;
}

.hljs-meta-string {
  color: #4d99bf;
}


/* Misc effects */

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

/* End */


/* Start:/bitrix/templates/kb/css/magnific-popup.css?17583718376951*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/bitrix/templates/kb/css/components.css?175837183794687*/
/* DARK BLOCK STYLE */
.knocked {
  padding: 30px 0;
  background: #f2f2f2;
  border-top: 1px solid #bcbdbd;
}
.knocked.fancy {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhZGFkYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #dadada), color-stop(100%, #f2f2f2));
  background-image: -moz-linear-gradient(bottom, #dadada, #f2f2f2 60px);
  background-image: -webkit-linear-gradient(bottom, #dadada, #f2f2f2 60px);
  background-image: linear-gradient(to top, #dadada, #f2f2f2 60px);
}
.knocked.angled {
  margin-top: -23px;
  margin-bottom: -35px;
  border-top: none;
}
@media (min-width: 768px) {
  .knocked.angled {
    margin-top: -38px;
    margin-bottom: -19px;
  }
}
@media (min-width: 1130px) {
  .knocked.angled {
    margin-top: -42px;
    margin-bottom: -23px;
  }
}

/* DARK BLOCK STYLE, NO STYLE ON MOBILE */
.knocked--tab {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .knocked--tab {
    background: #f2f2f2;
    border-top: 1px solid #bcbdbd;
  }
}

/* FADED BLOCK STYLE */
.faded {
  background: #f2f2f2;
}

/* FADED BLOCK STYLE, NO STYLE ON MOBILE */
@media (min-width: 768px) {
  .faded--tab {
    padding: 20px 0;
    background: #f2f2f2;
  }
}

/* HIDDEN ON MOBILE BLOCK */
.visible--tab {
  display: none;
}
@media (min-width: 768px) {
  .visible--tab {
    display: block;
  }
}

/* DARK BLOCK WITH BACKGROUND */
@media (min-width: 768px) {
  .promo {
    padding: 30px 0;
    background: url('/bitrix/templates/kb/css/../images/markets_promo.jpg?1467454688') no-repeat center top/cover;
  }
  .promo .oversized {
    color: #fff;
  }
  .promo .oversized a {
    color: #fff;
  }
}

/* CONTACTS PAGE */
.contacts .tn_text {
  text-align: center;
}
.contacts .tn_text h3 {
  font-weight: 600;
}

/* DOWNLOAD OFFER BLOCK */
.download_offer {
  margin-bottom: 30px;
}
.download_offer__text {
  font-size: 20px;
  line-height: 25px;
  color: #4d4d4d;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .download_offer__text {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
.download_offer__link {
  text-align: center;
}
.download_offer__link a {
  width: auto;
  padding: 0 30px;
}

/* FEATURED MEDIA BLOCK */
@media (min-width: 768px) {
  .featured_media {
    *zoom: 1;
  }
  .featured_media:after {
    content: "";
    display: table;
    clear: both;
  }
  .featured_media__news {
    float: left;
    width: 50%;
    border-right: 1px solid #d6d6d6;
  }
  .featured_media__news .news_card {
    padding-right: 5%;
  }
  .featured_media__videos {
    float: left;
    width: 50%;
    padding-left: 5%;
  }
}

/* AWARD */
.award__wrapper {
  background: url('/bitrix/templates/kb/css/../images/award_bg.jpg?1466434942') no-repeat center top/cover;
  padding: 30px 0;
}
.award__columns {
  position: relative;
}
.award__left {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .award__right {
    position: relative;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .award__right > * {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute !important;
    z-index: 1;
    top: 50% !important;
  }
}
.award__slider__item {
  float: left;
}
.award__cups {
  *zoom: 1;
  margin: 0;
  padding: 0;
  text-align: center;
}
.award__cups:after {
  content: "";
  display: table;
  clear: both;
}
.award__cups > li {
  list-style: none;
}
.award__cups > li {
  position: relative;
  float: left;
  width: 33.33333%;
  height: 307px;
  padding: 0 3% 36px;
}
.award__image {
  height: 220px;
  line-height: 220px;
}
.award__image img {
  vertical-align: bottom;
}
.award__name {
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  text-transform: uppercase;
}
.award__year {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
}
.award__testimonial {
  margin: 0;
  padding: 0 5% 20px;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.award__testimonial p {
  margin: 0 0 17px;
}
@media (min-width: 1130px) {
  .award__testimonial {
    font-size: 18px;
    line-height: 22px;
  }
  .award__testimonial p {
    margin-bottom: 22px;
  }
}
.award__person {
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}
@media (min-width: 1130px) {
  .award__person {
    font-size: 21px;
    line-height: 22px;
  }
}
.award .h1 {
  margin-bottom: 20px;
}

/* DEALER CARD */
.dealer_card {
  -moz-box-shadow: 0 2px 2px rgba(20, 21, 21, 0.1);
  -webkit-box-shadow: 0 2px 2px rgba(20, 21, 21, 0.1);
  box-shadow: 0 2px 2px rgba(20, 21, 21, 0.1);
  display: block;
  position: relative;
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 10px;
}
.dealer_card:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #0b8fe6;
  padding: 9px;
}
@media (min-width: 768px) {
  .dealer_card {
    width: 236px;
  }
}
@media (min-width: 1130px) {
  .dealer_card {
    max-width: 264px;
  }
}
.dealer_card__region {
  float: left;
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
  color: #808080;
}
@media (min-width: 768px) {
  .dealer_card__region {
    float: none;
    font-size: 13px;
    line-height: 15px;
  }
}
.dealer_card__country {
  float: right;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  color: #666666;
  max-width: 50%;
}
.dealer_card__country span {
  position: relative;
  display: block;
  padding-left: 20px;
  /*white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;*/
}
.dealer_card__country span:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 15px;
  height: 18px;
  background: url('/bitrix/templates/kb/css/../images/sprite.png?1467972018') no-repeat 0 -671px;
}
@media (min-width: 768px) {
  .dealer_card__country {
    float: none;
    font-size: 14px;
    max-width: 100%;
  }
}
.dealer_card__image {
  clear: both;
  text-align: center;
  padding: 10px 0;
  height: 80px;
  line-height: 60px;
}
.dealer_card__image img {
  vertical-align: middle;
  max-height: 60px;
}
@media (min-width: 768px) {
  .dealer_card__image {
    height: 120px;
    line-height: 100px;
  }
  .dealer_card__image img {
    max-height: 100px;
  }
}
.dealer_card__title {
  font-size: 14px;
  line-height: 15px;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .dealer_card__title {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
  }
}
.dealer_card__link {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .dealer_card__link {
    font-size: 15px;
    line-height: 20px;
  }
}
.dealer_card--global {
  border: 2px solid #d09238;
  padding: 9px;
}
.dealer_card--global .dealer_card__region {
  display: none;
}
.dealer_card--global .dealer_card__country {
  float: none;
  font-size: 12px;
  color: #d09238;
  text-transform: uppercase;
  text-align: center;
}
.dealer_card--global .dealer_card__country span {
  display: inline-block;
  padding-left: 24px;
}
.dealer_card--global .dealer_card__country span:after {
  width: 18px;
  background-position: -47px -671px;
}

/* DOCUMENT CARD */
.document_card {
  display: block;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #d9dcdf;
  text-align: left;
}
@media (min-width: 600px) {
  .document_card {
    background: #fff;
    border: 1px solid #d9dcdf;
    padding: 15px;
  }
  .document_card:hover {
    border-color: #2c95dd;
  }
  .aligned_list .document_card {
    -moz-box-shadow: 0 2px 2px rgba(20, 21, 21, 0.1);
    -webkit-box-shadow: 0 2px 2px rgba(20, 21, 21, 0.1);
    box-shadow: 0 2px 2px rgba(20, 21, 21, 0.1);
    padding: 10px 40px;
  }
}
@media (min-width: 768px) {
  .aligned_list .document_card {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px;
  }
}
.document_card__type {
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  color: #333;
  padding-bottom: 4px;
}
@media (min-width: 600px) {
  .document_card__type {
    font-size: 14px;
    padding: 4px 0 3px;
    margin-bottom: 10px;
  }
  .aligned_list .document_card__type {
    display: none;
  }
}
@media (min-width: 768px) {
  .aligned_list .document_card__type {
    display: block;
  }
}
.document_card__language {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  color: #999;
}
@media (min-width: 600px) {
  .document_card__language {
    font-size: 14px;
    top: 15px;
    right: 15px;
  }
  .aligned_list .document_card__language {
    left: 15px;
    right: auto;
  }
}
@media (min-width: 768px) {
  .aligned_list .document_card__language {
    left: auto;
    right: 15px;
  }
}
.document_card__title {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  padding-left: 25px;
}
.document_card:hover .document_card__title {
  color: #333;
}
@media (min-width: 600px) {
  .document_card__title {
    position: relative;
    height: 60px;
    font-size: 16px;
    line-height: 20px;
    padding-left: 0;
    margin-bottom: 10px;
  }
  .document_card__title > * {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
    top: 50%;
  }
}
.document_card__image {
  display: none;
}
@media (min-width: 600px) {
  .document_card__image {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
}
.document_card__category {
  display: none;
}
@media (min-width: 600px) {
  .document_card__category {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 15px;
    color: #808080;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
  }
}

/* DOWNLOAD LINK */
.download_link {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 15px;
  color: #1a1a1a;
}
.download_link span {
  color: #666;
}
.download_link:hover {
  color: #097ecf;
}
.download_link:hover span {
  color: #097ecf;
}
.download_link i.desc {
  display: block;
  font-style: italic;
  font-size: 13px;
  line-height: 15px;
  color: #666666;
}
@media (min-width: 768px) {
  .download_link {
    font-size: 14px;
    line-height: 20px;
  }
}
.download_link--new SPAN:after {
  content: '';
  display: inline-block;
  /*vertical-align: middle;*/
  width: 36px;
  height: 14px;
  background: url('/bitrix/templates/kb/css/../images/sprite.png?1467972018') no-repeat -550px -180px;
  margin-left: 5px;
  vertical-align: 0;
}
@media (min-width: 768px) {
  .download_link--new SPAN:after {
    width: 52px;
    height: 20px;
    background-position: -600px -180px;
  }
}

/* MARKET CARD */
.market_card {
  display: block;
  padding: 20px;
  text-align: center;
}
.market_card:hover {
  padding: 19px;
  border: 1px solid #097ecf;
}
@media (min-width: 768px) {
  .market_card:hover {
    border: none;
    padding: 20px;
  }
}
.market_card__image {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  max-width: 40%;
  margin-bottom: 10px;
}
.market_card__image img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media (min-width: 600px) {
  .market_card__image {
    max-width: 60%;
  }
}
@media (min-width: 768px) {
  .market_card__image {
    max-width: 80%;
  }
}
.market_card__title {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin: 0;
}
.market_card:hover .market_card__title {
  color: #2c95dd;
}
@media (min-width: 768px) {
  .market_card__title {
    font-size: 21px;
    line-height: 25px;
  }
}
@media (min-width: 1130px) {
  .market_card__title {
    font-size: 24px;
    line-height: 30px;
  }
}

/* MARKET PROMO */
.market_promo {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .market_promo {
    padding: 10px;
  }
}
.market_promo__image {
  display: none;
}
@media (min-width: 768px) {
  .market_promo__image {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    max-width: 80%;
    vertical-align: top;
    margin-bottom: 10px;
  }
  .market_promo__image img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  .market_promo:hover .market_promo__image {
    position: relative;
  }
  .market_promo:hover .market_promo__image:before {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
  }
}
.market_promo__title {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  color: #2c95dd;
  margin: 0;
}
.market_promo:hover .market_promo__title {
  color: #1a1a1a;
}
@media (min-width: 768px) {
  .market_promo__title {
    color: #fff;
  }
  .market_promo:hover .market_promo__title {
    color: #fff;
  }
}
@media (min-width: 1130px) {
  .market_promo__title {
    font-size: 27px;
    line-height: 30px;
    font-weight: 300;
  }
}

/* NEWS CARD FRONT */
.news_featured {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .news_featured {
    *zoom: 1;
    text-align: left;
  }
  .news_featured:after {
    content: "";
    display: table;
    clear: both;
  }
}
.news_featured__image {
  display: none;
  float: left;
  width: 78px;
  margin-right: 22px;
}
@media (min-width: 1130px) {
  .news_featured__image {
    display: block;
  }
}
@media (min-width: 1130px) {
  .news_featured__content {
    margin-left: 100px;
  }
}
.news_featured__title {
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #2c95dd;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .news_featured__title {
    font-size: 14px;
    line-height: 17px;
    color: #097ecf;
    margin-bottom: 3px;
  }
}
@media (min-width: 1130px) {
  .news_featured__title {
    font-size: 16px;
    line-height: 19px;
  }
}
.news_featured__date {
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  color: #4d4d4d;
  margin-bottom: 10px;
}
.news_featured__copy {
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  color: #272425;
}
@media (min-width: 768px) {
  .news_featured__copy {
    font-size: 14px;
    line-height: 17px;
  }
}
.news_featured:hover .news_card__title {
  color: #1a1a1a;
}

/* NEWS CARD */
.news_card {
  *zoom: 1;
}
.news_card:after {
  content: "";
  display: table;
  clear: both;
}
.news_card__image {
  display: block;
  float: left;
  width: 23%;
  padding-right: 3%;
}
.news_card:hover .news_card__image {
  position: relative;
}
.news_card:hover .news_card__image:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
}
@media (min-width: 768px) {
  .news_card__image {
    float: none;
    width: auto;
    padding-right: 0;
    padding-bottom: 15px;
  }
}
@media (min-width: 1130px) {
  .news_card__image {
    padding-bottom: 20px;
  }
}
.news_card__content {
  display: block;
  margin-left: 23%;
}
@media (min-width: 768px) {
  .news_card__content {
    margin-left: 0;
    margin-bottom: 0;
    height: 158px;
    overflow: hidden;
    margin-bottom: 15px;
  }
}
@media (min-width: 1130px) {
  .news_card__content {
    height: 180px;
  }
}
.news_card__title {
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #097ecf;
  margin-bottom: 5px;
}
.news_card:hover .news_card__title {
  color: #333;
}
@media (min-width: 768px) {
  .news_card__title {
    font-size: 16px;
    line-height: 20px;
    color: #2c95dd;
  }
}
@media (min-width: 1130px) {
  .news_card__title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
.news_card__date {
  font-size: 11px;
  line-height: 20px;
  font-weight: 300;
  color: #808080;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .news_card__date {
    font-size: 13px;
    color: #4d4d4d;
  }
}
@media (min-width: 1130px) {
  .news_card__date {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.news_card__copy {
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
  color: #272425;
}
@media (min-width: 768px) {
  .news_card__copy {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (min-width: 1130px) {
  .news_card__copy {
    font-size: 16px;
    line-height: 20px;
  }
}
.news_card__links {
  display: none;
}
@media (min-width: 768px) {
  .news_card__links {
    display: block;
  }
}

.overview {
  text-align: center;
}
@media (min-width: 768px) {
  .overview {
    *zoom: 1;
    text-align: left;
  }
  .overview:after {
    content: "";
    display: table;
    clear: both;
  }
}
.overview__title {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .overview__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1130px) {
  .overview__title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 18px;
  }
}
.overview__copy {
  font-size: 13px;
  line-height: 16px;
}
.overview__copy p {
  margin: 0 0 8px;
}
@media (min-width: 768px) {
  .overview__copy {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (min-width: 1130px) {
  .overview__copy {
    font-size: 16px;
    line-height: 20px;
  }
  .overview__copy p {
    margin-bottom: 10px;
  }
}
.overview__links {
  display: none;
}
@media (min-width: 768px) {
  .overview__links {
    display: block;
    font-size: 13px;
    line-height: 15px;
    margin-top: 20px;
  }
  .overview__links a {
    display: block;
    margin-bottom: 13px;
    color: #333;
  }
  .overview__links a:hover {
    color: #097ecf;
  }
}
@media (min-width: 1130px) {
  .overview__links {
    font-size: 14px;
    line-height: 17px;
  }
}
.overview__subtitle {
  font-size: 14px;
  line-height: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .overview__subtitle {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .overview--image {
    overflow: hidden;
  }
}
.overview--image .overview__image {
  margin-bottom: 20px;
  padding: 0 30%;
}
@media (min-width: 768px) {
  .overview--image .overview__image {
    float: left;
    width: 20%;
    margin-right: 2%;
    padding: 0 3%;
  }
}
.overview--image .overview__content {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .overview--image .overview__content {
    float: left;
    width: 54%;
    padding-bottom: 9999px;
    margin-bottom: -9999px;
    padding-right: 2%;
    margin-right: 2%;
    display: inline-block;
    border-right: 1px solid #ccc;
  }
}
.overview--image .overview__meta {
    margin-bottom: 20px;
}
@media (min-width: 768px) {
  .overview--image .overview__meta {
    float: left;
    width: 20%;
    display: inline-block;
  }
}
@media (min-width: 1130px) {
  .overview--image .overview__meta a {
    width: 100%;
  }
}
.overview--image .overview__download {
  display: none;
}
@media (min-width: 768px) {
  .overview--image .overview__download {
    display: block;
    margin-top: 10px;
  }
}
.overview--image .overview__footnote {
  display: none;
}
@media (min-width: 1130px) {
  .overview--image .overview__footnote {
    display: block;
    font-size: 13px;
    line-height: 15px;
    color: #4d4d4d;
    text-align: center;
    margin-top: 10px;
  }
}
.overview--switcher .image_switcher {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .overview--switcher .image_switcher {
    float: left;
    width: 350px;
    margin-right: 35px;
  }
}
@media (min-width: 1130px) {
  .overview--switcher .image_switcher {
    width: 515px;
    margin-right: 55px;
  }
}
@media (min-width: 768px) {
  .overview--switcher .overview__content {
    margin-left: 385px;
  }
}
@media (min-width: 1130px) {
  .overview--switcher .overview__content {
    margin-left: 570px;
  }
}
.overview--switcher .overview__copy {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .overview--switcher .overview__meta {
    *zoom: 1;
  }
  .overview--switcher .overview__meta:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 768px) {
  .overview--switcher .overview__buy {
    float: left;
    width: 40%;
    margin-right: 5%;
  }
  .overview--switcher .overview__buy a {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .overview--switcher .overview__links {
    float: left;
    width: 55%;
  }
}

/* PRODUCT CARD */
.product_card {
  padding: 10px;
}
.product_card__image {
  display: block;
}
.aligned_list .product_card__image img {
  vertical-align: bottom;
}
.product_card__content {
  display: block;
}
@media (min-width: 600px) {
  .product_card__content {
    overflow: hidden;
  }
}
@media (min-width: 1130px) {
  .product_card__content {
    margin-bottom: 10px;
  }
}
.product_card__title {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 8px;
}
@media (min-width: 1130px) {
  .product_card__title {
    font-size: 18px;
    line-height: 22px;
  }
}
.product_card__copy {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  color: #272425;
}
@media (min-width: 1130px) {
  .product_card__copy {
    font-size: 14px;
    line-height: 17px;
  }
}
.product_card--hardware {
  text-align: center;
}
@media (min-width: 600px) {
  .aligned_list .product_card--hardware .product_card__image {
    height: 130px;
    line-height: 110px;
  }
  .aligned_list .product_card--hardware .product_card__image img {
    max-height: 110px;
  }
  .product_card--hardware .product_card__content {
    height: 104px;
  }
}
@media (min-width: 1130px) {
  .product_card--hardware .product_card__image {
    height: 130px;
    line-height: 110px;
  }
  .aligned_list .product_card--hardware .product_card__image {
    height: 190px;
    line-height: 170px;
  }
  .product_card--hardware .product_card__content {
    height: 122px;
  }
}
.product_card--software {
  *zoom: 1;
}
.product_card--software:after {
  content: "";
  display: table;
  clear: both;
}
.product_card--software .product_card__image {
  float: left;
  width: 30%;
  margin-right: 5%;
}
.product_card--software .product_card__content,
.product_card--software .product_card__links {
  margin-left: 35%;
}
@media (min-width: 600px) {
  .aligned_list .product_card--software .product_card__image {
    float: none;
    width: auto;
    margin-right: 0;
    height: 130px;
    line-height: 110px;
  }
  .aligned_list .product_card--software .product_card__image img {
    max-height: 110px;
  }
  .aligned_list .product_card--software .product_card__content, .aligned_list
  .product_card--software .product_card__links {
    margin-left: inherit;
  }
  .product_card--software .product_card__content {
    height: 136px;
  }
  .aligned_list .product_card--software .product_card__content {
    height: 104px;
  }
}
@media (min-width: 1130px) {
  .product_card--software {
    text-align: center;
  }
  .product_card--software .product_card__image {
    float: none;
    width: auto;
    margin-right: 0;
    height: 190px;
    line-height: 170px;
  }
  .aligned_list .product_card--software .product_card__image {
    height: 190px;
    line-height: 170px;
  }
  .aligned_list .product_card--software .product_card__image img {
    max-height: 170px;
  }
  .product_card--software .product_card__content,
  .product_card--software .product_card__links {
    margin-left: inherit;
  }
  .product_card--software .product_card__content {
    height: 122px;
  }
}

/* SEARCH RESULT */
.search_result {
  *zoom: 1;
  display: block;
  margin-bottom: 15px;
}
.search_result:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .search_result {
    margin-bottom: 30px;
  }
}
.search_result__pos {
  float: left;
  width: 30px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  color: #1a1a1a;
}
@media (min-width: 768px) {
  .search_result__pos {
    width: 45px;
    font-size: 24px;
    line-height: 25px;
    font-weight: normal;
  }
}
.search_result__content {
  position: relative;
  margin-left: 30px;
  padding-bottom: 20px;
}
.search_result__content:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 5px;
  width: 27px;
  height: 5px;
  background: url('/bitrix/templates/kb/css/../images/sprite.png?1467972018') no-repeat -300px -85px;
}
.search_result:hover .search_result__content:before {
  background-position: -340px -85px;
}
@media (min-width: 768px) {
  .search_result__content {
    margin-left: 50px;
  }
}
.search_result__title {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #1a1a1a;
  font-weight: bold;
}
@media (min-width: 768px) {
  .search_result__title {
    font-size: 24px;
    line-height: 25px;
    font-weight: normal;
    margin-bottom: 5px;
  }
  .search_result:hover .search_result__title {
    color: #097ecf;
  }
}
.search_result__excerpt {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 15px;
  font-weight: 300;
  color: #1a1a1a;
}
@media (min-width: 768px) {
  .search_result__excerpt {
    font-size: 16px;
    line-height: 20px;
    color: #4d4d4d;
  }
}
.search_result__match {
  font-weight: bold;
  color: #097ecf;
}
.search_list__query .search_result__match {
  font-weight: normal;
}
@media (min-width: 768px) {
  .search_result:hover .search_result__match {
    color: #1a1a1a;
  }
}

/* SOLUTION CARD */
@media (min-width: 768px) {
  .solution_card {
    padding: 20px 10px 0;
  }
}
@media (min-width: 1130px) {
  .solution_card {
    padding: 25px 20px 0;
  }
}
.solution_card__content {
  position: relative;
  display: block;
  padding-top: 60px;
}
.solution_card__content .icon {
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  margin-left: -28px;
  width: 56px;
  height: 55px;
/*  padding: 10px;*/
  text-align: center;
  background: url('/bitrix/templates/kb/css/../images/sprite.png?1467972018') no-repeat -530px -97px;
  /*background: url('/bitrix/templates/kb/css/../images/sprite.png?1467972018') no-repeat -697px -97px;*/
}
.solution_card__content .icon.image {
background: none;
}
.solution_card__content .icon IMG {
  max-width: 100%;
}
/*.solution_card__content:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  margin-left: -28px;
  width: 56px;
  height: 55px;
  background: url('/bitrix/templates/kb/css/../images/sprite.png?1467972018') no-repeat -530px -97px;
}*/
@media (min-width: 768px) {
  .solution_card__content {
    background: #4e5052;
    padding: 20px 5% 30px 40%;
    color: #fff;
  }
  .solution_card__content .icon {
    top: -20px;
    left: -10px;
    width: 99px;
    height: 97px;
    /*padding: 18px;*/
    margin-left: 0;
    background-position: -400px 0;
    /*background-position: -697px 0;*/
  }
/*  .solution_card__content:before {
    top: -20px;
    left: -10px;
    width: 99px;
    height: 97px;
    margin-left: 0;
    background-position: -400px 0;
  }*/
}
@media (min-width: 1130px) {
  .solution_card__content {
    padding-bottom: 0;
  }
  .solution_card__content .icon {
    top: -25px;
    left: -20px;
    width: 129px;
    height: 127px;
    /*padding: 24px;*/
    background-position: -400px -97px;
    /*background-position: -400px -479px;*/
  }
/*  .solution_card__content:before {
    top: -25px;
    left: -20px;
    width: 129px;
    height: 127px;
    background-position: -400px -97px;
  }*/
}
.solution_card__title {
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  color: #097ecf;
  text-align: center;
}
@media (min-width: 768px) {
  .solution_card__title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 11px;
    color: #fff;
    text-align: left;
    height: 44px;
    overflow: hidden;
  }
}
@media (min-width: 1130px) {
  .solution_card__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 17px;
    height: 68px;
  }
}
.solution_card__copy {
  margin: 0;
  padding: 0;
  position: relative;
  height: 114px;
  overflow: hidden;
  font-size: 12px;
  line-height: 12px;
  display: none;
}
.solution_card__copy p {
  margin: 0;
}
.solution_card__copy li {
  list-style: none;
}
.solution_card__copy:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRlNTA1MiIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiM0ZTUwNTIiIHN0b3Atb3BhY2l0eT0iMC45NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(78, 80, 82, 0.25)), color-stop(75%, rgba(78, 80, 82, 0.95)));
  background-image: -moz-linear-gradient(rgba(78, 80, 82, 0.25), rgba(78, 80, 82, 0.95) 75%);
  background-image: -webkit-linear-gradient(rgba(78, 80, 82, 0.25), rgba(78, 80, 82, 0.95) 75%);
  background-image: linear-gradient(rgba(78, 80, 82, 0.25), rgba(78, 80, 82, 0.95) 75%);
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
}
.solution_card__copy li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 20px;
}
.solution_card__copy li:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 3px;
  left: 0;
  width: 8px;
  height: 8px;
  background: url('/bitrix/templates/kb/css/../images/sprite.png?1467972018') no-repeat -156px -35px;
}
@media (min-width: 768px) {
  .solution_card__copy {
    display: block;
    font-size: 13px;
    line-height: 14px;
  }
  .solution_card__copy li {
    margin-bottom: 7px;
  }
}
@media (min-width: 1130px) {
  .solution_card__copy {
    height: 160px;
    font-size: 16px;
    line-height: 16px;
  }
  .solution_card__copy:before {
    height: 40px;
  }
  .solution_card__copy li {
    margin-bottom: 8px;
    padding-left: 25px;
  }
  .solution_card__copy li:before {
    top: 4px;
    width: 10px;
    height: 10px;
    background: url('/bitrix/templates/kb/css/../images/sprite.png?1467972018') no-repeat -156px -17px;
  }
}
.solution_card__links {
  display: none;
  background: #4e5052;
}
@media (min-width: 768px) {
  .solution_card__links {
    display: block;
    text-align: center;
    padding: 8px 0 30px;
  }
  .solution_card__links a {
    max-width: 45%;
  }
}
.solution_card--green .solution_card__content .icon {
  background-position: -585px -97px;
  /*background-position: -752px -97px;*/
}
/*.solution_card--green .solution_card__content:before {
  background-position: -585px -97px;
}*/
@media (min-width: 768px) {
  .solution_card--green .solution_card__content .icon {
    background-position: -499px 0;
    /*background-position: -796px 0;*/
  }
/*  .solution_card--green .solution_card__content:before {
    background-position: -499px 0;
  }*/
}
@media (min-width: 1130px) {
  .solution_card--green .solution_card__content .icon {
    background-position: -400px -225px;
    /*background-position: -400px -607px;*/
  }
/*  .solution_card--green .solution_card__content:before {
    background-position: -400px -225px;
  }*/
}
.solution_card--yellow .solution_card__content .icon {
  background-position: -640px -97px;
  /*background-position: -807px -97px;*/
}
/*.solution_card--yellow .solution_card__content:before {
  background-position: -640px -97px;
}*/
@media (min-width: 768px) {
  .solution_card--yellow .solution_card__content .icon {
    background-position: -598px 0;
    /*background-position: -895px 0;*/
  }
/*  .solution_card--yellow .solution_card__content:before {
    background-position: -598px 0;
  }*/
}
@media (min-width: 1130px) {
  .solution_card--yellow .solution_card__content .icon {
    background-position: -400px -352px;
    /*background-position: -400px -607px;*/
  }
/*  .solution_card--yellow .solution_card__content:before {
    background-position: -400px -352px;
  }*/
}
@media (max-width: 767px) {
  .solution_list--full .solution_card {
    padding: 20px 10px 0;
  }
  .solution_list--full .solution_card .solution_card__content {
    background: #4e5052;
    padding: 20px 5% 30px 40%;
    color: #fff;
  }
  .solution_list--full .solution_card .solution_card__content .icon {
    top: -20px;
    left: -10px;
    width: 99px;
    height: 97px;
    /*padding: 18px;*/
    margin-left: 0;
    background-position: -400px 0;
    /*background-position: -697px 0;*/
  }
 /*.solution_list--full .solution_card .solution_card__content:before {
    top: -20px;
    left: -10px;
    width: 99px;
    height: 97px;
    margin-left: 0;
    background-position: -400px 0;
  }*/
  .solution_list--full .solution_card .solution_card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 13px;
    color: #fff;
    text-align: left;
  }
  .solution_list--full .solution_card .solution_card__copy {
    display: block;
  }
  .solution_list--full .solution_card:hover .solution_card__content {
    background: #626567;
  }
  .solution_list--full .solution_card:hover .solution_card__copy:before {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYyNjU2NyIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiM2MjY1NjciIHN0b3Atb3BhY2l0eT0iMC45NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(98, 101, 103, 0.25)), color-stop(75%, rgba(98, 101, 103, 0.95)));
    background-image: -moz-linear-gradient(rgba(98, 101, 103, 0.25), rgba(98, 101, 103, 0.95) 75%);
    background-image: -webkit-linear-gradient(rgba(98, 101, 103, 0.25), rgba(98, 101, 103, 0.95) 75%);
    background-image: linear-gradient(rgba(98, 101, 103, 0.25), rgba(98, 101, 103, 0.95) 75%);
  }
  .solution_list--full .solution_card:hover .solution_card__links {
    background: #626567;
  }
  .solution_list--full .solution_card.solution_card--green .solution_card__content .icon {
    background-position: -499px 0;
    /*background-position: -796px 0;*/
  }
/*  .solution_list--full .solution_card.solution_card--green .solution_card__content:before {
    background-position: -499px 0;
  }*/
/*  .solution_list--full .solution_card.solution_card--yellow .solution_card__content:before {
    background-position: -598px 0;
  }*/
  .solution_list--full .solution_card.solution_card--yellow .solution_card__content .icon {
    background-position: -598px 0;
    /*background-position: -895px 0;*/
  }
}

/* VIDEO CARD */
.video_card {
  max-width: 225px;
  outline: none;
}
.video_card__image {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  border: 4px solid #2c95dd;
  margin-bottom: 10px;
}
.video_card__image:after {
  content: '';
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 50%;
  margin-left: -28.5px;
  margin-top: -28.5px;
  width: 57px;
  height: 57px;
  background: url('/bitrix/templates/kb/css/../images/sprite.png?1467972018') no-repeat -320px -101px;
}
.video_card__title {
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1a1a1a;
}
@media (min-width: 768px) {
  .video_card__title {
    font-size: 14px;
    line-height: 17px;
    height: 51px;
    overflow: hidden;
  }
}
@media (min-width: 1130px) {
  .video_card__title {
    font-size: 15px;
    line-height: 20px;
    height: 60px;
  }
}
.video_card:hover .video_card__title {
  color: #097ecf;
}
@media (min-width: 1130px) {
  .video_card .video_card__image:after {
    display: none;
  }
  .video_card:hover .video_card__image:after {
    display: block;
  }
}

/* WEBINAR CARD */
.webinar_card {
  -moz-box-shadow: 0 2px 2px rgba(20, 21, 21, 0.1);
  -webkit-box-shadow: 0 2px 2px rgba(20, 21, 21, 0.1);
  box-shadow: 0 2px 2px rgba(20, 21, 21, 0.1);
  display: block;
  position: relative;
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 10px 40px;
  text-align: left;
}
.webinar_card:hover {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 2px solid #2c95dd;
  padding: 9px 39px;
}
.aligned_list .webinar_card {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 0 15px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #d9dcdf;
}
@media (min-width: 600px) {
  .aligned_list .webinar_card {
    -moz-box-shadow: 0 2px 2px rgba(20, 21, 21, 0.1);
    -webkit-box-shadow: 0 2px 2px rgba(20, 21, 21, 0.1);
    box-shadow: 0 2px 2px rgba(20, 21, 21, 0.1);
    padding: 10px 40px;
    border: 1px solid #e0e0e0;
  }
}
@media (min-width: 768px) {
  .webinar_card {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #d9dcdf;
    padding: 15px;
  }
  .webinar_card:hover {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 15px;
    border: 1px solid #2c95dd;
  }
  .aligned_list .webinar_card {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #d9dcdf;
    padding: 15px;
  }
}
.webinar_card__type {
  display: none;
}
.aligned_list .webinar_card__type {
  display: block;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  color: #333;
  padding-bottom: 4px;
}
@media (min-width: 600px) {
  .aligned_list .webinar_card__type {
    display: none;
  }
}
@media (min-width: 768px) {
  .webinar_card__type {
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
    color: #333;
    padding: 4px 0 3px;
    margin-bottom: 10px;
  }
  .aligned_list .webinar_card__type {
    display: block;
  }
}
.webinar_card__language {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 15px;
  font-weight: bold;
  color: #999;
}
.webinar_card:hover .webinar_card__language {
  top: 14px;
  left: 14px;
}
.aligned_list .webinar_card__language {
  font-size: 12px;
  top: 0;
  right: 0;
  left: auto;
}
@media (min-width: 600px) {
  .aligned_list .webinar_card__language {
    font-size: 14px;
    top: 15px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .webinar_card__language {
    font-size: 14px;
    left: auto;
    right: 15px;
  }
  .webinar_card:hover .webinar_card__language {
    left: auto;
    top: 15px;
    right: 15px;
  }
  .aligned_list .webinar_card__language {
    left: auto;
    right: 15px;
  }
}
.webinar_card__title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 19px;
  height: 60px;
  overflow: hidden;
}
.webinar_card:hover .webinar_card__title {
  color: #333;
}
.aligned_list .webinar_card__title {
  font-size: 14px;
  line-height: 17px;
  padding-left: 25px;
  height: auto;
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .aligned_list .webinar_card__title {
    font-size: 16px;
    line-height: 20px;
    padding-left: 0;
    height: 60px;
    margin-bottom: 19px;
  }
}
@media (min-width: 768px) {
  .webinar_card__title {
    position: relative;
  }
  .webinar_card__title > * {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
    top: 50%;
  }
}
@media (min-width: 1130px) {
  .webinar_card__title {
    font-size: 18px;
    line-height: 20px;
  }
}
.webinar_card__image {
  text-align: center;
  margin-bottom: 19px;
}
.webinar_card__image img {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 4px solid #2c95dd;
}
.aligned_list .webinar_card__image {
  display: none;
}
@media (min-width: 600px) {
  .aligned_list .webinar_card__image {
    display: block;
  }
}
.webinar_card__category {
  font-size: 14px;
  line-height: 15px;
  color: #808080;
  font-weight: 300;
  text-transform: uppercase;
}
.aligned_list .webinar_card__category {
  display: none;
}
@media (min-width: 600px) {
  .aligned_list .webinar_card__category {
    display: block;
  }
}
@media (min-width: 768px) {
  .webinar_card__category {
    text-align: center;
  }
}

.aligned_list .webinar_card:hover .webinar_card__language {
  top: 0;
  right: 0;
  left: auto;
}
@media (min-width: 600px) {
  .aligned_list .webinar_card:hover .webinar_card__language {
    top: 15px;
    left: 15px;
    right: auto;
  }
}
@media (min-width: 768px) {
  .aligned_list .webinar_card:hover .webinar_card__language {
    top: 15px;
    left: auto;
    right: 15px;
  }
}

/* WHITE CARD */
.white_card {
  padding: 0 10px;
  width: 50%;
}
.white_card__image {
  margin-bottom: 14px;
}
.white_card__title {
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 4px;
}
@media (min-width: 768px) {
  .white_card__title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 7px;
  }
}
.white_card__copy {
  font-size: 12px;
  line-height: 14px;
}
.white_card__copy ul {
  margin: 0;
  padding: 0;
}
.white_card__copy ul > li {
  list-style: none;
}
.white_card__copy p {
  margin: 0;
}
@media (min-width: 768px) {
  .white_card__copy {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (min-width: 768px) {
  .white_card {
    position: relative;
    background: #fff;
    border: 1px solid #cbcbcb;
    padding: 20px 30px;
  }
  .white_card:before, .white_card:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: -1px;
    top: 30px;
    width: 0;
    height: 0;
    border: solid transparent;
  }
  .white_card:before {
    top: 29px;
    border-width: 14px;
    border-left-color: #cbcbcb;
  }
  .white_card:after {
    border-width: 13px;
    border-left-color: #f2f2f2;
  }
}

.accordion__item {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .accordion__item.is-open .accordion__control:before {
    background-position: -266px -283px;
  }
  .accordion__item.is-open .accordion__control:hover {
    color: #097ecf;
    cursor: default;
  }
}
.accordion__control {
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  color: #097ecf;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .accordion__control {
    position: relative;
    cursor: pointer;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    padding: 4px 0 5px 50px;
    margin-bottom: 12px;
  }
  .accordion__control:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 33px;
    height: 33px;
    background: url('/bitrix/templates/kb/css/../images/sprite.png?1467972018') no-repeat -299px -283px;
  }
  .accordion__control:hover {
    color: #333;
  }
  .accordion__control:hover:before {
    background-position: -299px -316px;
  }
}
.accordion__content {
  font-size: 12px;
  line-height: 15px;
  color: #1a1a1a;
}
.accordion__content p {
  margin: 0 0 5px;
}
@media (min-width: 768px) {
  .accordion__content {
    font-size: 14px;
    line-height: 17px;
    padding-left: 50px;
  }
}
.accordion.is-active .accordion__content {
  display: none;
}

/* BUTTON */
.tn_button, .tn_button--teaser, .tn_button--carousel, .tn_button--slider, .tn_button--slider--empty, .tn_button--buy, .tn_button--leaflet, .tn_button--brochure {
  display: inline-block;
  vertical-align: top;
  border: none;
  padding: 0;
  width: 150px;
  max-width: 100%;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #2c95dd;
  text-align: center;
  cursor: pointer;
}
.tn_button:hover, .tn_button--teaser:hover, .tn_button--carousel:hover, .tn_button--slider:hover, .tn_button--slider--empty:hover, .tn_button--buy:hover, .tn_button--leaflet:hover, .tn_button--brochure:hover {
  background: #399cdf;
}
@media (min-width: 768px) {
  .tn_button, .tn_button--teaser, .tn_button--carousel, .tn_button--slider, .tn_button--slider--empty, .tn_button--buy, .tn_button--leaflet, .tn_button--brochure {
    font-size: 14px;
  }
}
@media (min-width: 1130px) {
  .tn_button, .tn_button--teaser, .tn_button--carousel, .tn_button--slider, .tn_button--slider--empty, .tn_button--buy, .tn_button--leaflet, .tn_button--brochure {
    font-size: 16px;
    height: 44px;
    line-height: 44px;
  }
}
@media (min-width: 768px) {
  .tn_button--thik, .tn_button--slider, .tn_button--slider--empty, .tn_button--buy, .tn_button--brochure {
    height: 50px;
    line-height: 50px;
  }
}
.tn_button--thin, .tn_button--teaser, .tn_button--carousel {
  font-size: 14px;
  height: 33px;
  line-height: 33px;
}
.tn_button--short, .tn_button--leaflet {
  width: 90px;
}
@media (min-width: 768px) {
  .tn_button--short, .tn_button--leaflet {
    width: 130px;
  }
}
.tn_button--xshort, .tn_button--teaser, .tn_button--carousel {
  width: 120px;
}
.tn_button--long, .tn_button--slider, .tn_button--slider--empty, .tn_button--brochure {
  width: 100%;
}
@media (min-width: 600px) {
  .tn_button--long, .tn_button--slider, .tn_button--slider--empty, .tn_button--brochure {
    width: 180px;
  }
}
.tn_button--dark, .tn_button--teaser, .tn_button--carousel, .tn_button--buy {
  background: #2c95dd;
}
.tn_button--dark:hover, .tn_button--teaser:hover, .tn_button--carousel:hover, .tn_button--buy:hover {
  background: #097ecf;
}
.tn_button--xdark, .tn_button--slider {
  background: #0e71b4;
}
.tn_button--xdark:hover {
  background: #2c95dd;
}
.tn_button--slider:hover {
	background: #0b88dd;
}
.tn_button--greyscale {
  background: #b2b2b2;
}
.tn_button--greyscale:hover {
  background: #999999;
}
.tn_button--purple {
  background: #6851bb;
}
.tn_button--purple:hover {
  background: #785fd3;
}
.tn_button--green {
  background: #63b044;
}
.tn_button--green:hover {
  background: #52be27;
}
.tn_button--green.tn_button--dark:hover, .tn_button--green.tn_button--teaser:hover, .tn_button--green.tn_button--carousel:hover, .tn_button--green.tn_button--buy:hover {
  background: #4da727;
}
@media (max-width: 1129px) {
  .tn_button--link, .tn_button--teaser {
    position: relative;
    width: auto;
    font-size: 12px;
    font-weight: normal;
    color: #2c95dd;
    background: none;
    text-align: left;
    padding: 0 15px 0 0;
  }
  .tn_button--link:before, .tn_button--teaser:before {
    content: '';
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background: url('/bitrix/templates/kb/css/../images/sprite.png?1467972018') no-repeat -156px -72px;
  }
  .tn_button--link:hover, .tn_button--teaser:hover {
    background: none;
  }
}
.tn_button--empty, .tn_button--slider--empty, .tn_button--leaflet, .tn_button--brochure {
  background: none;
  border: 2px solid #2c95dd;
  color: #2c95dd;
  line-height: 26px;
}
.tn_button--empty:hover, .tn_button--slider--empty:hover, .tn_button--leaflet:hover, .tn_button--brochure:hover {
  background: none;
  border-color: #399cdf;
  color: #399cdf;
}
@media (min-width: 1130px) {
  .tn_button--empty, .tn_button--slider--empty, .tn_button--leaflet, .tn_button--brochure {
    line-height: 40px;
  }
}
.tn_button--empty.tn_button--thik, .tn_button--empty.tn_button--slider, .tn_button--slider.tn_button--leaflet, .tn_button--slider--empty, .tn_button--empty.tn_button--buy, .tn_button--buy.tn_button--leaflet, .tn_button--thik.tn_button--leaflet, .tn_button--brochure {
  line-height: 40px;
}
@media (min-width: 768px) {
  .tn_button--empty.tn_button--thik, .tn_button--empty.tn_button--slider, .tn_button--slider.tn_button--leaflet, .tn_button--slider--empty, .tn_button--empty.tn_button--buy, .tn_button--buy.tn_button--leaflet, .tn_button--thik.tn_button--leaflet, .tn_button--brochure {
	line-height: 46px;
  }
}
.tn_button--empty.tn_button--bw, .tn_button--bw.tn_button--slider--empty, .tn_button--leaflet, .tn_button--bw.tn_button--brochure {
  border-color: #fff;
  color: #fff;
}
.tn_button--empty.tn_button--bw:hover, .tn_button--bw.tn_button--slider--empty:hover, .tn_button--leaflet:hover, .tn_button--bw.tn_button--brochure:hover {
  border-color: #fff;
  color: #fff;
}
.tn_button--empty.tn_button--regent, .tn_button--regent.tn_button--leaflet, .tn_button--regent.tn_button--brochure {
  border-color: #909ba1;
  color: #909ba1;
}
.tn_button--slider--empty {
	border-color: #fff;
	color: #fff;
}
.tn_button--empty.tn_button--regent:hover, .tn_button--slider--empty:hover, .tn_button--regent.tn_button--leaflet:hover, .tn_button--regent.tn_button--brochure:hover {
  border-color: #fff;
  color: #fff;
}

.tn_button--leaflet {
  position: relative;
  margin-right: 6px;
}
.tn_button--leaflet:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 4px;
  top: 7px;
  width: 12px;
  height: 13px;
  background: url('/bitrix/templates/kb/css/../images/sprite.png?1467972018') no-repeat -24px -597px;
}
.tn_button--leaflet:hover {
  opacity: 0.75;
}
@media (min-width: 1130px) {
  .tn_button--leaflet:before {
    left: 11px;
    top: 11px;
    width: 16px;
    height: 19px;
    background-position: 0 -590px;
  }
}

.tn_button--brochure {
  position: relative;
}
.tn_button--brochure:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 9px;
  top: 50%;
  margin-top: -10px;
  width: 17px;
  height: 19px;
  background: url('/bitrix/templates/kb/css/../images/sprite.png?1467972018') no-repeat 0 -613px;
}
.tn_button--brochure:hover {
  opacity: 0.95;
}

/* ROUND ARROW */
.round_arrow {
  position: absolute;
  z-index: 100;
  width: 14px;
  height: 25px;
  background-image: url('/bitrix/templates/kb/css/../images/sprite.png?1467972018');
  background-repeat: no-repeat;
  text-indent: -9999px;
  cursor: pointer;
}
.round_arrow.disabled {
  visibility: hidden;
}
.round_arrow--prev {
  background-position: -128px -101px;
}
.round_arrow--next {
  background-position: -142px -101px;
}
@media (min-width: 768px) {
  .round_arrow {
    width: 41px;
    height: 42px;
  }
  .round_arrow--prev {
    background-position: -209px -101px;
  }
  .round_arrow--prev:hover {
    background-position: -209px -143px;
  }
  .round_arrow--next {
    background-position: -250px -101px;
  }
  .round_arrow--next:hover {
    background-position: -250px -143px;
  }
}
@media (min-width: 1130px) {
  .round_arrow {
    width: 57px;
    height: 58px;
  }
  .round_arrow--prev {
    background-position: 0 -101px;
  }
  .round_arrow--prev:hover {
    background-position: 0 -159px;
  }
  .round_arrow--next {
    background-position: -57px -101px;
  }
  .round_arrow--next:hover {
    background-position: -57px -159px;
  }
}

/* SMALL ARROW */
.small_arrow {
  position: absolute;
  z-index: 100;
  width: 14px;
  height: 25px;
  background-image: url('/bitrix/templates/kb/css/../images/sprite.png?1467972018');
  background-repeat: no-repeat;
  text-indent: -9999px;
  cursor: pointer;
}
.small_arrow.disabled {
  visibility: hidden;
}
.small_arrow--prev {
  background-position: -128px -126px;
}
@media (min-width: 1130px) {
  .small_arrow--prev:hover {
    background-position: -128px -150px;
  }
}
.small_arrow--next {
  background-position: -142px -126px;
}
@media (min-width: 1130px) {
  .small_arrow--next:hover {
    background-position: -142px -151px;
  }
}

/* LARGE ARROW */
.large_arrow {
  position: absolute;
  z-index: 100;
  width: 19px;
  height: 51px;
  background-image: url('/bitrix/templates/kb/css/../images/sprite.png?1467972018');
  background-repeat: no-repeat;
  text-indent: -9999px;
  cursor: pointer;
}
.large_arrow.disabled {
  visibility: hidden;
}
.large_arrow--prev {
  background-position: -170px -100px;
}
@media (min-width: 1130px) {
  .large_arrow--prev:hover {
    background-position: -170px -150px;
  }
}
.large_arrow--next {
  background-position: -191px -100px;
}
@media (min-width: 1130px) {
  .large_arrow--next:hover {
    background-position: -191px -150px;
  }
}

/* DOTS */
.dots {
  text-align: center;
}
.dots a {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  text-indent: -9999px;
  outline: none;
  width: 16px;
  height: 16px;
  background: #c9c9c9;
}
.dots a:hover {
  background: #b3b3b3;
}
.dots a.selected {
  background: #2c95dd;
}
.dots--slider {
  height: 46px;
  padding: 16px 0;
  background: #efefef;
}
.dots--slider a {
  width: 14px;
  height: 14px;
  background: #b9babb;
}
.dots--slider a:hover, .dots--slider a.selected {
  background: #2c95dd;
}
@media (min-width: 768px) {
  .dots--slider {
    background: none;
  }
  .dots--slider a {
    background: #585858;
  }
}

/* SHOW MORE */
.show_more {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  outline: none;
}
.show_more:after {
  content: '';
  position: absolute;
  z-index: 1;
  right: 0;
  top: 6px;
  width: 9px;
  height: 11px;
  background-image: url('/bitrix/templates/kb/css/../images/sprite.png?1467972018');
  background-repeat: no-repeat;
  background-position: -300px 0;
}
.show_more:hover {
  color: #333;
}
.show_more:hover:after {
  background-position: -300px -50px;
}
.is-open .show_more:after {
  background-position: -320px 0;
}
.is-open .show_more:hover:after {
  background-position: -320px -50px;
}
.show_more__wrapper {
  display: none;
  text-align: center;
}
.show_more__wrapper.is-visible {
  display: block;
}

/* GREYSCALE ARROW */
.greyscale_arrow {
  position: absolute;
  z-index: 100;
  width: 22px;
  height: 60px;
  background-image: url('/bitrix/templates/kb/css/../images/sprite.png?1467972018');
  background-repeat: no-repeat;
  text-indent: -9999px;
  cursor: pointer;
}
.award__slider .greyscale_arrow {
  margin-top: -41px;
}
.greyscale_arrow.disabled {
  visibility: hidden;
}
@media (min-width: 1130px) {
  .greyscale_arrow {
    width: 29px;
    height: 82px;
  }
}
.greyscale_arrow--prev {
  background-position: -221px -362px;
}
@media (min-width: 1130px) {
  .greyscale_arrow--prev {
    background-position: -271px -351px;
  }
  .greyscale_arrow--prev:hover {
    background-position: -336px -351px;
  }
}
.greyscale_arrow--next {
  background-position: -242px -362px;
}
@media (min-width: 1130px) {
  .greyscale_arrow--next {
    background-position: -300px -351px;
  }
  .greyscale_arrow--next:hover {
    background-position: -365px -351px;
  }
}

/* SHOW MORE BUTTON */
.show_more_btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 147px;
  padding-right: 10px;
  height: 33px;
  line-height: 33px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background: #097ecf;
  text-align: center;
  cursor: pointer;
}
.show_more_btn:after {
  content: '';
  position: absolute;
  z-index: 1;
  right: 30px;
  top: 14px;
  width: 7px;
  height: 9px;
  background: url('/bitrix/templates/kb/css/../images/sprite.png?1467972018') no-repeat -140px -13px;
}
.show_more_btn:hover {
  background: #2c95dd;
}
.is-open .show_more_btn:after {
  background-position: -140px -29px;
}
@media (min-width: 768px) {
  .show_more_btn {
    width: 181px;
    height: 41px;
    line-height: 37px;
    border: 2px solid #49a2e1;
    background: #fff;
    color: #097ecf;
    font-size: 16px;
  }
  .show_more_btn:after {
    width: 9px;
    height: 11px;
    background-position: -300px 0;
  }
  .show_more_btn:hover {
    background: #fff;
    color: #333;
    border-color: #333;
  }
  .show_more_btn:hover:after {
    background-position: -300px -50px;
  }
  .is-open .show_more_btn:after {
    background-position: -320px 0;
  }
  .is-open .show_more_btn:hover:after {
    background-position: -320px -50px;
  }
}
.show_more_btn__wrapper {
  display: none;
  text-align: center;
}
.show_more_btn__wrapper.is-visible {
  display: block;
}

/* PAGINATION */
.tn_pagination {
  text-align: center;
}
.tn_pagination a {
  display: inline-block;
  margin: 0 2px;
  color: #656565;
}
.tn_pagination a:hover {
  color: #2c95dd;
}
.tn_pagination a.nav {
  width: 70px;
  font-size: 14px;
  line-height: 30px;
  color: #4d4d4d;
  border: 1px solid #ccc;
}
.tn_pagination a.nav:hover {
  color: #2c95dd;
  border-color: #2c95dd;
}
@media (min-width: 600px) {
  .tn_pagination a.nav {
    width: 90px;
    margin: 0 20px;
  }
}
.tn_pagination .selected {
  display: inline-block;
  margin: 0 2px;
  font-weight: bold;
  color: #1a1a1a;
}

/* TABS */
.tn_tabs .resp-tabs-list {
  margin: 0;
  padding: 0;
  display: none;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #1a1a1a;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #e8e8e8;
}
.tn_tabs .resp-tabs-list > li {
  list-style: none;
}
.tn_tabs .resp-tabs-list > li {
  vertical-align: top;
  display: inline-block;
}
.tn_tabs .resp-tabs-list li {
  cursor: pointer;
  /*border-bottom: 5px solid #c9c9c9 !important;*/
  border: 1px #c9c9c9 solid;
  border-bottom-style: none;
  background: transparent !important #e9e9e9;
  padding: 0 20px;
  /*margin-right: -4px;*/
  margin: 0 1px;
}
.tn_tabs .resp-tabs-list li.resp-tab-active {
  border-color: #1f7cc5 !important;
  background-color: #2c95dd !important;
  color: #FFF;
}
.tn_tabs .resp-tabs-list li:hover {
  border-color: #c9c9c9 !important;
  background-color: #FFF !important;
}
.tn_tabs .resp-tabs-list li:hover.resp-tab-active {
  border-color: #2c95dd !important;
  background-color: #2c95dd !important;
  color: #FFF;
}
@media (min-width: 768px) {
  .tn_tabs .resp-tabs-list {
    display: block;
    /*margin-bottom: 30px;*/
  }
}
@media (min-width: 1130px) {
  .tn_tabs .resp-tabs-list {
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 40px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #c9c9c9;
    /*margin-bottom: 50px;*/
  }
}
.tn_tabs .resp-tab-content {
  display: none;
  padding: 20px 0 40px;
}
@media (min-width: 768px) {
  .tn_tabs .resp-tab-content {
    /*padding: 0;*/
  }
}
.tn_tabs .resp-tab-content-active {
  display: block;
}
.tn_tabs .resp-accordion {
  position: relative;
  font-size: 14px;
  line-height: 40px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background: #4e5052 !important;
  padding: 0 13px;
  margin: 0 0 10px;
  cursor: pointer;
}
.tn_tabs .resp-accordion:hover {
  background: #2c95dd !important;
}
.tn_tabs .resp-accordion .resp-arrow {
  content: '';
  position: absolute;
  z-index: 1;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  background: url('/bitrix/templates/kb/css/../images/sprite.png?1467972018') no-repeat -350px -48px;
}
.tn_tabs .resp-accordion.resp-tab-active .resp-arrow {
  background-position: -350px 0;
}
@media (min-width: 768px) {
  .tn_tabs .resp-accordion {
    display: none;
  }
}
.tn_tabs .resp-accordion-active {
  display: block;
}

/* COPYRIGHT */
.copyright {
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  color: #fff;
}
.copyright p {
  margin: 0;
}
@media (min-width: 768px) {
  .copyright {
    text-align: inherit;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
  }
}

.tn_date {
  font-size: 13px;
  line-height: 15px;
  font-weight: 300;
  color: #4d4d4d;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .tn_date {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 30px;
  }
}

/* FORM */
.tn_form {
  max-width: 730px;
  margin: 0 auto;
}
.tn_form__item {
  margin-bottom: 10px;
}
.tn_form__description {
  font-size: 13px;
  line-height: 22px;
  color: #333;
}
.tn_form__title {
  margin: 0 0 15px;
}
.tn_form__title h2 {
  display: inline-block;
  margin: 0;
  font-size: 31px;
  line-height: 40px;
  font-weight: normal;
  color: #333;
}
.tn_form__message, .tn_form__error {
  font-size: 14px;
  line-height: 16px;
  color: #333;
  margin-bottom: 8px;
}
.tn_form__message p, .tn_form__error p {
  margin: 0 0 8px;
}
.tn_form__message--l {
  font-size: 16px;
  line-height: 20px;
  color: #4d4d4d;
}
.tn_form__message--xl {
  font-size: 18px;
  line-height: 22px;
}
.tn_form__message--xxl {
  font-size: 21px;
  line-height: 25px;
}
.tn_form__error {
  color: #ea4d20;
  margin-bottom: 8px;
}
.tn_form__error p {
  margin: 0 0 8px;
}
.tn_form__error ul {
  margin: 0;
  padding: 0;
}
.tn_form__error ul > li {
  list-style: none;
}
.tn_form__error li {
  margin-bottom: 8px;
}
.tn_form label {
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #666666;
}
.tn_form__required {
  color: #ef4036;
}
.tn_form input[type="text"],
.tn_form input[type="email"],
.tn_form input[type="password"] {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  background: #f1f2f2;
  border: 1px solid #e0e0e0;
  height: 32px;
  font-size: 14px;
  line-height: 22px;
  padding: 5px 10px;
  color: #333;
}
.tn_form input[type="text"].error,
.tn_form input[type="email"].error,
.tn_form input[type="password"].error {
  background: #fff;
  border-color: #ea4d20;
}
.tn_form textarea {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  background: #f1f2f2;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  line-height: 22px;
  padding: 5px 10px;
  color: #333;
  resize: none;
}
.tn_form textarea.error {
  border-color: #ea4d20;
}
.tn_form__textarea--2 textarea {
  height: 97px;
}
.tn_form__textarea--3 textarea {
  height: 160px;
}
.tn_form input[type="checkbox"] {
  vertical-align: middle;
}
.tn_form__checkbox label {
  display: inline;
  vertical-align: middle;
}
.tn_form input[type="radio"] {
  vertical-align: middle;
}
.tn_form__radio label {
  display: inline;
  vertical-align: middle;
}
.tn_form select {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  background: #f1f2f2;
  border: 1px solid #e0e0e0;
  height: 32px;
  font-size: 14px;
  line-height: 22px;
  padding: 5px 10px;
  color: #333;
}
.tn_form .chosen-container-single .chosen-single {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f1f2f2;
  border: 1px solid #e0e0e0;
  height: 32px;
  font-size: 14px;
  line-height: 30px;
  color: #333;
}
.tn_form .chosen-container-single .chosen-single div b {
  background-image: url('/bitrix/templates/kb/css/../images/sprite.png?1467972018');
  background-position: -377px 12px;
}
.tn_form .chosen-container-single .chosen-single abbr {
  top: 10px;
}
.tn_form .chosen-container-single .chosen-single.error {
  border-color: #ea4d20;
}
.tn_form .chosen-container-single .chosen-drop {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #e0e0e0;
}
.tn_form .chosen-container .chosen-results {
  margin: 0;
  padding: 0;
}
.tn_form .chosen-container .chosen-results li.highlighted {
  color: #333;
  background: #f1f2f2;
}
.tn_form .chosen-container-active.chosen-with-drop .chosen-single {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
  border: 1px solid #e0e0e0;
}
.tn_form .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -377px -38px;
}
.tn_form input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.tn_form__file label {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  font-weight: normal;
  padding-left: 30px;
  color: #097ecf;
  cursor: pointer;
}
.tn_form__file label:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 10px;
  width: 17px;
  height: 16px;
  background: url('/bitrix/templates/kb/css/../images/sprite.png?1467972018') no-repeat -209px -221px;
}
.tn_form__file label:hover {
  color: #1a1a1a;
}
.tn_form__file label:hover:before {
  background-position: -229px -201px;
}
.tn_form__submit {
  margin-top: 22px;
}
.tn_form--filters label {
  font-size: 12px;
}
.tn_form--filters .chosen-container-single .chosen-single {
  font-size: 13px;
}
@media (min-width: 768px) {
  .tn_form--filters label {
    font-size: 16px;
    line-height: 30px;
  }
  .tn_form--filters .chosen-container-single .chosen-single {
    font-size: 18px;
    height: 42px;
    line-height: 40px;
    padding-left: 16px;
  }
  .tn_form--filters .chosen-container-single .chosen-single div {
    width: 23px;
  }
  .tn_form--filters .chosen-container-single .chosen-single div b {
    background-position: -377px 17px;
  }
  .tn_form--filters .chosen-container-single .chosen-drop {
    font-size: 16px;
  }
  .tn_form--filters .chosen-container .chosen-results li {
    line-height: 20px;
  }
  .tn_form--filters .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -377px -33px;
  }
}
@media (min-width: 1130px) {
  .tn_form--filters label {
    font-size: 18px;
    line-height: 30px;
  }
  .tn_form--filters .chosen-container-single .chosen-single {
    font-size: 21px;
    height: 54px;
    line-height: 52px;
  }
  .tn_form--filters .chosen-container-single .chosen-single div {
    width: 23px;
  }
  .tn_form--filters .chosen-container-single .chosen-single div b {
    background-position: -377px 23px;
  }
  .tn_form--filters .chosen-container-single .chosen-drop {
    font-size: 18px;
  }
  .tn_form--filters .chosen-container .chosen-results li {
    line-height: 25px;
  }
  .tn_form--filters .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -377px -27px;
  }
}

.tn_form--search {
  display: none;
}
@media (min-width: 768px) {
  .tn_form--search {
    display: block;
    max-width: none;
    margin: 0;
  }
}
.tn_form--search input[type="text"] {
  width: 50%;
  margin-right: 20px;
}
.tn_form--search input[type="text"] + label {
  display: none;
}
@media (min-width: 768px) {
  .tn_form--search input[type="text"] {
    height: 50px;
    padding-right: 50px;
    font-size: 21px;
  }
  .tn_form--search input[type="text"] + label {
    display: none;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .tn_form--search input[type="text"] + label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 50px;
  }
  .tn_form--search input[type="text"] + label:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 50%;
    left: -65px;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    background: url('/bitrix/templates/kb/css/../images/sprite.png?1467972018') no-repeat -300px -180px;
    cursor: pointer;
  }
  .tn_form--search input[type="text"] + label:hover:before {
    background-position: -340px -180px;
  }
}

.tn_form--profile label {
  display: inline-block;
  width: 35%;
  margin-right: -5px;
}
.tn_form--profile input[type="text"],
.tn_form--profile input[type="password"],
.tn_form--profile select {
  width: 65%;
}
.tn_form--profile .chosen-container {
  width: 65% !important;
}

/* GET SUPPORT */
.get_support {
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  margin-top: 5px;
  position: relative;
  display: block;
  width: 215px;
  height: 74px;
  background: url('/bitrix/templates/kb/css/../images/sprite.png?1467972018') no-repeat 0 -326px;
  font-size: 21px;
  line-height: 64px;
  font-weight: bold;
  color: #fff;
  padding: 4px 0 10px 65px;
}
.get_support:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 18px;
  width: 37px;
  height: 37px;
  margin-top: -20px;
  background-image: url('/bitrix/templates/kb/css/../images/sprite.png?1467972018');
  background-repeat: no-repeat;
  background-position: 0 -220px;
}
@media (min-width: 768px) {
  .get_support {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    margin-top: 0;
  }
}
.is-fixed .get_support {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 10px;
}
.is-fixed .get_support:hover {
  top: 0;
}
.get_support__wrapper {
  width: 215px;
  height: 64px;
  overflow: hidden;
  margin: 0 auto;
}
.get_support__wrapper.is-fixed {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  z-index: 100;
  right: -70px;
  top: 600px;
  height: 74px;
}
.get_support__wrapper.is-float {
  position: fixed;
  top: 200px;
}

/* BLOCK TITLE */
.oversized {
  font-size: 28px;
  line-height: 30px;
  font-weight: 300;
  color: #4e5052;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .oversized {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1130px) {
  .oversized {
    font-size: 46px;
    line-height: 50px;
  }
}
.oversized--dark {
  color: #000;
}
.oversized--light {
  color: #fff;
}

/* LINK BLOCK TITLE */
.oversized a {
  color: #4e5052;
}
@media (min-width: 768px) {
  .oversized--list {
    text-align: left;
  }
}
.oversized--list a {
  position: relative;
}
.oversized--list a:after {
  content: '';
  position: absolute;
  z-index: 1;
  background-image: url('/bitrix/templates/kb/css/../images/sprite.png?1467972018');
  background-repeat: no-repeat;
}
@media (min-width: 1130px) {
  .oversized--list a {
    position: relative;
    padding-right: 50px;
  }
  .oversized--list a:after {
    top: 14px;
    right: 0;
    width: 37px;
    height: 37px;
    background-position: -250px 0;
  }
  .oversized--list a:hover:after {
    background-position: -250px -49px;
  }
}

/* ANGLE TITLE */
.angle_box {
  position: relative;
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5px;
}
.angle_box:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #bcbdbd;
}
.angle_box a {
  position: relative;
  display: inline-block;
  background: #fff;
  border-top: 1px solid #bcbdbd;
  border-bottom: 1px solid #bcbdbd;
}
.angle_box a:before, .angle_box a:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  right: 100%;
  top: 0;
  width: 0;
  height: 0;
  border: solid transparent;
}
.angle_box a:before {
  top: -1px;
  border-width: 19px;
  border-right-color: #bcbdbd;
}
.angle_box a:after {
  border-width: 18px;
  border-right-color: #fff;
}
.angle_box a span {
  display: block;
  padding: 0 20px;
}
.angle_box a span:before, .angle_box a span:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border: solid transparent;
}
.angle_box a span:before {
  top: -1px;
  border-width: 19px;
  border-left-color: #bcbdbd;
}
.angle_box a span:after {
  border-width: 18px;
  border-left-color: #fff;
}
@media (min-width: 768px) {
  .angle_box {
    margin: -10px 0 20px;
  }
}
@media (min-width: 1130px) {
  .angle_box {
    font-size: 24px;
    line-height: 44px;
  }
  .angle_box a:before {
    border-width: 23px;
  }
  .angle_box a:after {
    border-width: 22px;
  }
  .angle_box a span:before {
    border-width: 23px;
  }
  .angle_box a span:after {
    border-width: 22px;
  }
}

/* ENLARGED TITLE */
.enlarged {
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
  text-align: center;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .enlarged {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}

/* USER NAME */
.user_name {
  font-size: 21px;
  line-height: 25px;
  color: #4e5052;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #d7d7d7;
}
.user_name span {
  color: #097ecf;
}
@media (min-width: 768px) {
  .user_name {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 10px;
  }
}

/* HEADLINE */
.headline {
  font-size: 14px;
  line-height: 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 40px 0 15px;
}
@media (min-width: 768px) {
  .headline {
    font-size: 16px;
    line-height: 20px;
    padding: 9px 0;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 30px;
  }
}

.ico {
  position: relative;
}
.ico:after {
  content: '';
  position: absolute;
  z-index: 1;
  background-image: url('/bitrix/templates/kb/css/../img/sprite.png?1467972018');
  background-repeat: no-repeat;
}
.ico--support:after {
  top: 10px;
  left: 50%;
  width: 37px;
  height: 37px;
  margin-left: -18.5px;
  background-position: 0 -220px;
}
@media (min-width: 1130px) {
  .ico--support:after {
    top: 50%;
    left: 15px;
    width: 46px;
    height: 45px;
    margin-left: 0;
    margin-top: -22.5px;
    background-position: 0 -260px;
  }
}
.ico--message:after {
  top: 12px;
  left: 50%;
  width: 29px;
  height: 20px;
  margin-left: -14.5px;
  background-position: -114px -221px;
}
@media (min-width: 1130px) {
  .ico--message:after {
    top: 50%;
    left: 22px;
    width: 37px;
    height: 23px;
    margin-left: 0;
    margin-top: -11.5px;
    background-position: -112px -260px;
  }
}
.ico--skype:after {
  top: 12px;
  left: 50%;
  width: 26px;
  height: 24px;
  margin-left: -13px;
  background-position: -156px -221px;
}
@media (min-width: 1130px) {
  .ico--skype:after {
    top: 50%;
    left: 22px;
    width: 31px;
    height: 29px;
    margin-left: 0;
    margin-top: -14.5px;
    background-position: -156px -260px;
  }
}
.ico--assistance:after {
  top: 12px;
  left: 50%;
  width: 33px;
  height: 27px;
  margin-left: -16.5px;
  background-position: -57px -221px;
}
@media (min-width: 1130px) {
  .ico--assistance:after {
    top: 50%;
    left: 22px;
    width: 39px;
    height: 31px;
    margin-left: 0;
    margin-top: -15.5px;
    background-position: -57px -260px;
  }
}
.ico--facebook, .ico--instagram, .ico--youtube, .ico--twitter {
  width: 34px;
  height: 34px;
}
.ico--facebook:after, .ico--instagram:after, .ico--youtube:after, .ico--twitter:after {
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
}
@media (min-width: 768px) {
  .ico--facebook, .ico--instagram, .ico--youtube, .ico--twitter {
    width: 56px;
    height: 56px;
  }
  .ico--facebook:after, .ico--instagram:after, .ico--youtube:after, .ico--twitter:after {
    width: 56px;
    height: 56px;
  }
}
.ico--facebook:after {
  background-position: 0 -410px;
}
@media (min-width: 768px) {
  .ico--facebook:after {
    background-position: 0 -450px;
  }
  .ico--facebook:hover:after {
    background-position: 0 -520px;
  }
}
.ico--instagram:after {
  background-position: -57px -410px;
}
@media (min-width: 768px) {
  .ico--instagram:after {
    background-position: -97px -450px;
  }
  .ico--instagram:hover:after {
    background-position: -97px -520px;
  }
}
.ico--youtube:after {
  background-position: -114px -410px;
}
@media (min-width: 768px) {
  .ico--youtube:after {
    background-position: -193px -450px;
  }
  .ico--youtube:hover:after {
    background-position: -193px -520px;
  }
}
.ico--twitter:after {
  background-position: -172px -410px;
}
@media (min-width: 768px) {
  .ico--twitter:after {
    background-position: -290px -450px;
  }
  .ico--twitter:hover:after {
    background-position: -290px -520px;
  }
}
.ico--default {
  padding-left: 25px;
}
.ico--default:after {
  top: 0;
  left: 0;
  width: 17px;
  height: 19px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAATCAIAAAD5x3GmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAMpJREFUeNpifPv27dt37xjwAmEhISEhITiX5cSp09t37MSvh5OTMy8nS0ZaGqoHQuXlZOHSsG79xidPn06aMg2uDapHVUUFjz0y0tLI2pgYCAFGJkaI0u/fv0+aMu3du3eE9bx8+WrytOkQ275///723TsWgnp6uzogjNt37kyaMo2BgYGwPZhgWOt5//79p0+fsTJw6pm/cPHS5cuxMpABSvxEhIeyMDNjZeDUIyUpiYtBaRhA7dlGKAsxMDC8g2VNqJ7tROiBA8AA8FldfsSwr+EAAAAASUVORK5CYII=');
}
.ico--acrobat {
  padding-left: 25px;
}
.ico--acrobat:after {
  top: 0;
  left: 0;
  width: 17px;
  height: 19px;
  background-position: 0 -613px;
}
.ico--video {
  padding-left: 30px;
}
.ico--video:after {
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-position: 0 -637px;
}
.ico--local {
  line-height: 29px;
}
.ico--local span {
  display: inline-block;
  padding-left: 35px;
}
.ico--local span:after {
  left: 0;
  top: 0;
  width: 24px;
  height: 29px;
  background-position: 0 -695px;
}
@media (min-width: 768px) {
  .ico--local {
    line-height: 49px;
  }
  .ico--local span {
    padding-left: 55px;
  }
  .ico--local span:after {
    width: 40px;
    height: 49px;
    background-position: 0 -730px;
  }
}
.ico--global {
  line-height: 24px;
}
.ico--global span {
  display: inline-block;
  padding-left: 35px;
}
.ico--global span:after {
  left: 0;
  top: 0;
  width: 23px;
  height: 24px;
  background-position: -47px -695px;
}
@media (min-width: 768px) {
  .ico--global {
    line-height: 37px;
  }
  .ico--global span {
    padding-left: 55px;
  }
  .ico--global span:after {
    width: 37px;
    height: 37px;
    background-position: -47px -730px;
  }
}
@media (min-width: 768px) {
  .ico--support_title {
    padding-left: 55px;
  }
  .ico--support_title:after {
    left: 0;
    top: 0;
    width: 41px;
    height: 41px;
    background-position: -250px -220px;
  }
}
@media (min-width: 768px) {
  .ico--download_title {
    padding-left: 55px;
  }
  .ico--download_title:after {
    left: 0;
    top: 0;
    width: 41px;
    height: 41px;
    background-position: -300px -221px;
  }
}

/* INFORMATION */
.information {
  padding: 16px;
  border: 1px solid #097ecf;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
}
.information__title {
  font-size: 18px;
  line-height: 22px;
  color: #097ecf;
  margin: 0 0 11px;
  font-weight: normal;
}
.information p {
  margin: 0 0 8px;
}
@media (min-width: 768px) {
  .information {
    padding: 22px;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }
  .information__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}

/* JOIN */
.join {
  text-align: center;
}
.join__wrapper {
  background: #575757;
  padding: 35px 0 55px;
}
@media (min-width: 768px) {
  .join__wrapper {
    padding: 35px 0 55px;
    background: #f2f2f2;
    border-top: 1px solid #bcbdbd;
    border-bottom: 1px solid #bcbdbd;
  }
}
.join__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  color: #fff;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .join__title {
    font-size: 36px;
    line-height: 40px;
    font-weight: normal;
    color: #333;
    margin-bottom: 40px;
  }
}
.join__links {
  margin: 0;
  padding: 0;
}
.join__links > li {
  list-style: none;
}
.join__links > li {
  vertical-align: top;
  display: inline-block;
}
.join__links li {
  margin: 0 13px;
}
@media (min-width: 768px) {
  .join__links li {
    margin: 0 20px;
  }
}
.join__links a {
  display: block;
  text-indent: -9999px;
}

/* JOIN */
@media (min-width: 1130px) {
  .learn_more {
    *zoom: 1;
    padding-right: 20px;
    border-right: 1px solid #ccc;
  }
  .learn_more:after {
    content: "";
    display: table;
    clear: both;
  }
}
.learn_more__image {
  display: block;
  padding-bottom: 20px;
}
@media (min-width: 1130px) {
  .learn_more__image {
    float: left;
    width: 40%;
    padding-right: 20px;
  }
}
.learn_more__content {
  display: block;
  color: #333;
  padding-bottom: 20px;
}
@media (min-width: 1130px) {
  .learn_more__content {
    float: left;
    width: 60%;
  }
}
.learn_more__title {
  font-size: 24px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 15px;
}
.learn_more__copy {
  font-size: 16px;
  line-height: 20px;
  color: #1a1a1a;
}
.learn_more__copy ul {
  margin: 0;
  padding: 0;
}
.learn_more__copy ul > li {
  list-style: none;
}
.learn_more__copy li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}
.learn_more__copy li:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  background: url('/bitrix/templates/kb/css/../images/sprite.png?1467972018') no-repeat -220px -17px;
}
.learn_more__links {
  *zoom: 1;
  display: none;
}
.learn_more__links:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .learn_more__links {
    display: block;
  }
}
.learn_more__links a {
  float: left;
  clear: both;
  margin-bottom: 15px;
}
@media (min-width: 1130px) {
  .learn_more__links {
    margin-left: 40%;
  }
}

.aligned_list {
  text-align: center;
}
@media (min-width: 600px) {
  .aligned_list {
    margin-left: -2%;
  }
}
.aligned_list__item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .aligned_list__item {
    width: 48%;
    margin-left: 2%;
    margin-right: -4px;
  }
}
@media (min-width: 768px) {
  .aligned_list__item {
    width: 31.33333%;
    margin-bottom: 30px;
  }
}
@media (min-width: 1130px) {
  .aligned_list__item {
    width: 23%;
  }
}

/* CARD LIST */
.card_list {
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .card_list {
    *zoom: 1;
    margin-left: -1%;
    margin-right: -1%;
  }
  .card_list:after {
    content: "";
    display: table;
    clear: both;
  }
}
.card_list__item {
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .card_list__item {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media (min-width: 768px) {
  .card_list__item {
    width: 31.33333%;
    margin-bottom: 15px;
  }
}
@media (min-width: 1130px) {
  .card_list__item {
    width: 23%;
    margin-bottom: 20px;
  }
}
.card_list--border {
  overflow: hidden;
}
@media (min-width: 600px) {
  .card_list--border .card_list__item {
    border-left: 1px solid #d6d6d6;
    margin-left: -1px;
  }
}

/* DOWNLOAD LIST */
.download_list {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.download_list > li {
  list-style: none;
}
@media (min-width: 768px) {
  .download_list {
    /*-moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;*/
    margin-bottom: 30px;
  }
}
@media (min-width: 1130px) {
  .download_list {
    /*-moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;*/
  }
}
.download_list li {
  /*width: 100%;*/
  margin-bottom: 10px;
  padding-right: 40px;

width: 49%;
display: inline-block;
box-sizing: border-box;

}
@media (min-width: 768px) {
  .download_list li {
    margin-bottom: 15px;
    padding-right: 55px;

width: 33%;
display: inline-block;
box-sizing: border-box;

  }
}

/* MARKET LIST */
@media (min-width: 600px) {
  .market_list .market_card {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .market_list .market_card {
    width: 33.33333%;
  }
}

/* MARKET PROMO */
.market_promo_list {
  text-align: center;
}
.market_promo_list .market_promo {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .market_promo_list .market_promo {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    width: 20%;
    margin-bottom: 20px;
  }
}

/* FEATURED NEWS LIST */
.featured_news_list .news_featured {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
}
@media (min-width: 768px) {
  .featured_news_list .news_featured {
    padding-bottom: 20px;
    padding-right: 10px;
    margin-bottom: 30px;
  }
  .featured_news_list .news_featured__last {
    border-bottom: none;
    margin-bottom: 0;
  }
}
@media (min-width: 1130px) {
  .featured_news_list .news_featured {
    padding-right: 20px;
  }
}

/* NEWS LIST */
@media (min-width: 600px) {
  .news_list {
    *zoom: 1;
    margin: 0 -5%;
  }
  .news_list:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 768px) {
  .news_list {
    margin: 0 -2%;
  }
}
@media (min-width: 768px) {
  .news_list {
    margin: 0 -1%;
  }
}
.news_list .news_card {
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .news_list .news_card {
    float: left;
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .news_list .news_card {
    width: 29.33333%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 50px;
  }
}
@media (min-width: 1130px) {
  .news_list .news_card {
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
  }
}

.search_list__query {
  text-align: left;
}
.search_list .form--search {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .search_list .form--search {
    margin-bottom: 30px;
  }
}

/* SOLUTION LIST */
.solution_list {
  *zoom: 1;
}
.solution_list:after {
  content: "";
  display: table;
  clear: both;
}
.solution_list .solution_card {
  margin-bottom: 20px;
  float: left;
  width: 50%;
}
@media (min-width: 600px) {
  .solution_list .solution_card {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .solution_list .solution_card {
    width: 33.33333%;
  }
}
@media (max-width: 599px) {
  .solution_list--full .solution_card {
    float: none;
    width: auto;
  }
}

/* FEATURED VIDEO LIST */
.featured_video_list {
  *zoom: 1;
  text-align: center;
  margin-bottom: -20px;
}
.featured_video_list:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .featured_video_list {
    margin-bottom: -30px;
  }
}
.featured_video_list .video_card {
  display: inline-block;
  vertical-align: top;
  width: 44%;
  margin-right: 10%;
  margin-bottom: 20px;
  text-align: left;
}
.featured_video_list .video_card:nth-child(even) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .featured_video_list .video_card {
    margin-bottom: 30px;
  }
}

/* VIDEO LIST */
.video_list {
  text-align: center;
}
.video_list .video_card {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .video_list {
    *zoom: 1;
    text-align: left;
    margin: 0 -10px;
  }
  .video_list:after {
    content: "";
    display: table;
    clear: both;
  }
  .video_list .video_card {
    display: block;
    float: left;
    padding: 0;
    margin: 0 10px 30px;
  }
}
@media (min-width: 1130px) {
  .video_list {
    margin: 0 -28px;
  }
  .video_list .video_card {
    margin-left: 28px;
    margin-right: 28px;
  }
}

/* WHITE CARDS LIST */
.white_cards_list {
  *zoom: 1;
  margin: 0 -1%;
}
.white_cards_list:after {
  content: "";
  display: table;
  clear: both;
}
.white_cards_list .white_card {
  float: left;
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .white_cards_list .white_card {
    width: 31.33333%;
    margin-bottom: 15px;
  }
}

/* SEARCH */
.tn_search {
  *zoom: 1;
}
.tn_search:after {
  content: "";
  display: table;
  clear: both;
}
.tn_search__icon {
  position: relative;
  display: block;
  float: right;
  width: 50px;
  height: 50px;
  background: url('/bitrix/templates/kb/css/../images/sprite.png?1467972018') no-repeat -166px 16px;
  cursor: pointer;
}
.tn_search__phrase {
  display: none;
  position: absolute;
  z-index: 10;
  top: 100%;
  right: 0;
  width: 100%;
  padding: 10px;
  background: #0c97ea;
}
.tn_search__phrase form {
  *zoom: 1;
}
.tn_search__phrase form:after {
  content: "";
  display: table;
  clear: both;
}
.tn_search__input {
  float: left;
  width: 100%;
  margin-right: -50px;
  padding-right: 60px;
}
.tn_search__input input[type="text"] {
  -moz-border-radius: none;
  -webkit-border-radius: none;
  border-radius: none;
  width: 100%;
  padding: 0 15px;
  border: none;
  background: #fff;
  font-size: 13px;
  line-height: 30px;
  height: 30px;
  color: #7b7d7f;
}
.tn_search__submit {
  float: right;
  width: 50px;
}
.tn_search__submit input[type="submit"] {
  width: 100%;
  padding: 0;
  background: none;
  border: none;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  color: #fff;
  font-weight: bold;
}
.tn_search.is-open .tn_search__icon {
  background-color: #0c97ea;
}
.tn_search.is-open .tn_search__phrase {
  display: block;
}
@media (min-width: 768px) {
  .tn_search {
    position: relative;
  }
  .tn_search__icon {
    float: left;
    width: 38px;
    height: 38px;
    background: #383838 url('/bitrix/templates/kb/css/../images/sprite.png?1467972018') no-repeat -170px 10px;
  }
  .tn_search__phrase {
    top: 0;
    left: 100%;
    width: 194px;
    padding: 4px 6px 4px 0;
    background: #0c97ea;
  }
  .tn_search__input input[type="text"] {
    padding: 0;
    background: none;
    color: #fff;
  }
}
@media (min-width: 1130px) {
  .tn_search__icon {
    display: none;
  }
  .tn_search__phrase {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    position: static;
    z-index: inherit;
    display: block;
    padding: 0 8px 0 16px;
    background: #7b7d7f;
    width: 204px;
  }
  .tn_search__input {
    margin-right: -30px;
    padding-right: 36px;
  }
  .tn_search__submit {
    width: 30px;
  }
  .tn_search__submit input[type="submit"] {
    width: 100%;
    background: url('/bitrix/templates/kb/css/../images/sprite.png?1467972018') no-repeat -176px -46px;
    text-indent: -9999px;
  }
}

.overview__links.mrgt {
	min-height: 140px;
}
.slider {
	height: 400px;
	overflow-y: hidden;
}
.tn_button--slider {
	border: 2px solid #fff;
	line-height: 26px;
}
.tn_button--slider--empty {
	background-color: rgba(255,255,255,.19);
	color: #fff;
	border-color: #fff;
}
.dots--slider a {
	background: rgba(255,255,255,.5);
}
.dots--slider a:hover, .dots--slider a.selected {
	background: #fff;
}
@media (min-width: 768px) {
	.slider {
		height: 400px;
		overflow-y: hidden;
	}
	.tn_button--slider {
		line-height: 46px;
	}
}
@media (min-width: 1130px) {
	.slider {
		height: 480px;
		overflow-y: hidden;
	}
	.tn_button--slider {
		line-height: 46px;
	}

}

.card_list-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

/* End */


/* Start:/bitrix/templates/kb/css/layouts.css?17583718378575*/
/* LAYOUTS */
/**
 * Horizontal spacing, no spacings and max-width on desktop
 */
.l-constrained {
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 1130px) {
  .l-constrained {
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
  }
}

/**
 * No horizontal spacings, max-width on tab and desktop
 */
@media (min-width: 768px) {
  .l-constrained--tab {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1130px) {
  .l-constrained--tab {
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
  }
}

/**
 * No horizontal spacings, max-width on desktop
 */
@media (min-width: 1130px) {
  .l-constrained--large {
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
  }
}

/**
 * Vertical spacings between blocks on a page
 */
.l-flow {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .l-flow {
    margin-bottom: 50px;
  }
}

/**
 * Align content center
 */
.l-center {
  text-align: center;
}

/**
 * Align content left
 */
.l-left {
  text-align: left;
}

/**
 * Align content right
 */
.l-right {
  text-align: right;
}

/**
 * Two columns grid 50/50 width
 */
@media (min-width: 768px) {
  .l-columns {
    *zoom: 1;
  }
  .l-columns:after {
    content: "";
    display: table;
    clear: both;
  }
  .l-columns .l-columns__left {
    width: 50%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 0px;
    clear: left;
  }
  .l-columns .l-columns__right {
    width: 50%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
    clear: right;
  }
}

/**
 * Two columns grid with gutter between columns
 */
@media (min-width: 768px) {
  .l-text_cols_2 {
    *zoom: 1;
  }
  .l-text_cols_2:after {
    content: "";
    display: table;
    clear: both;
  }
  .l-text_cols_2 .l-text_cols_2__1 {
    width: 48.37209%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 0px;
  }
  .l-text_cols_2 .l-text_cols_2__2 {
    width: 48.37209%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}

/**
 * Form layout grid: two columns, gutter, clear to push columns up
 */
@media (min-width: 768px) {
  .l-form {
    *zoom: 1;
  }
  .l-form:after {
    content: "";
    display: table;
    clear: both;
  }
  .l-form .l-form__left {
    width: 47.54098%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 0px;
    clear: left;
  }
  .l-form .l-form__right {
    width: 47.54098%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
    clear: right;
  }
  .l-form .l-form__bottom {
    clear: both;
  }
}

/**
 * Two columns grid for buttons
 */
.l-buttons {
  *zoom: 1;
}
.l-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.l-buttons .l-buttons__left {
  width: 50%;
  float: left;
  margin-right: -100%;
  clear: none;
  padding-right: 0px;
}
.l-buttons .l-buttons__right {
  width: 50%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding-right: 0;
}

/**
 * Three columns grid for buttons with gutters
 */
@media (min-width: 600px) {
  .l-buttons {
    *zoom: 1;
  }
  .l-buttons:after {
    content: "";
    display: table;
    clear: both;
  }
  .l-buttons .l-form__first {
    width: 28%;
    float: left;
    margin-right: -100%;
    margin-left: 3%;
    clear: none;
    padding-right: 0px;
  }
  .l-buttons .l-form__second {
    width: 28%;
    float: left;
    margin-right: -100%;
    margin-left: 36%;
    clear: none;
    padding-right: 0px;
  }
  .l-buttons .l-form__third {
    width: 28%;
    float: left;
    margin-right: -100%;
    margin-left: 69%;
    clear: none;
    padding-right: 0px;
  }
}

/**
 * Features block grid
 */
@media (min-width: 1130px) {
  .l-features {
    *zoom: 1;
  }
  .l-features:after {
    content: "";
    display: table;
    clear: both;
  }
  .l-features .l-features__left {
    width: 29.72973%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 0px;
  }
  .l-features .l-features__right {
    width: 69.18919%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}

/**
 * Solutions block grid
 */
@media (min-width: 768px) {
  .l-solutions {
    *zoom: 1;
  }
  .l-solutions:after {
    content: "";
    display: table;
    clear: both;
  }
  .l-solutions .l-solutions__left {
    width: 24.06417%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 0px;
  }
  .l-solutions .l-solutions__right {
    width: 68.58289%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}
@media (min-width: 1130px) {
  .l-solutions {
    *zoom: 1;
  }
  .l-solutions:after {
    content: "";
    display: table;
    clear: both;
  }
  .l-solutions .l-solutions__left {
    width: 31.98198%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 0px;
  }
  .l-solutions .l-solutions__right {
    width: 64.86486%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}

/**
 * Banners block grid
 */
.l-banners .l-banners__left {
  margin-bottom: 10px;
}
@media (min-width: 539px) {
  .l-banners {
    *zoom: 1;
  }
  .l-banners:after {
    content: "";
    display: table;
    clear: both;
  }
  .l-banners .l-banners__left {
    width: 48.55856%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 0px;
    margin-bottom: 0;
  }
  .l-banners .l-banners__right {
    width: 48.55856%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
  .l-banners .l-banners__center {
    width: 48.55856%;
    margin-left: auto;
    margin-right: auto;
    clear: none;
    padding-right: 0;
  }
}

/**
 * Filters block two columns grid
 */
.l-filters2 {
  *zoom: 1;
}
.l-filters2:after {
  content: "";
  display: table;
  clear: both;
}
.l-filters2 .l-filters2__1 {
  width: 47.55245%;
  float: left;
  margin-right: -100%;
  clear: none;
  padding-right: 0px;
}
.l-filters2 .l-filters2__2 {
  width: 47.55245%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding-right: 0;
}
@media (min-width: 768px) {
  .l-filters2 .l-filters2__1 {
    width: 36.9509%;
    float: left;
    margin-right: -100%;
    margin-left: 9.17313%;
    clear: none;
    padding-right: 0px;
  }
  .l-filters2 .l-filters2__2 {
    width: 36.9509%;
    float: left;
    margin-right: -100%;
    margin-left: 53.87597%;
    clear: none;
    padding-right: 0px;
  }
}
@media (min-width: 1130px) {
  .l-filters2 .l-filters2__1 {
    width: 25.71942%;
    float: left;
    margin-right: -100%;
    margin-left: 21.58273%;
    clear: none;
    padding-right: 0px;
  }
  .l-filters2 .l-filters2__2 {
    width: 25.71942%;
    float: left;
    margin-right: -100%;
    margin-left: 52.69784%;
    clear: none;
    padding-right: 0px;
  }
}

/**
 * Filters block three columns grid
 */
.l-filters3 {
  *zoom: 1;
}
.l-filters3:after {
  content: "";
  display: table;
  clear: both;
}
.l-filters3 .l-filters3__1 {
  width: 47.55245%;
  float: left;
  margin-right: -100%;
  clear: none;
  padding-right: 0px;
}
.l-filters3 .l-filters3__2 {
  width: 47.55245%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding-right: 0;
}
.l-filters3 .l-filters3__3 {
  width: 47.55245%;
  float: left;
  margin-right: -100%;
  clear: none;
  padding-right: 0px;
  clear: both;
}
@media (min-width: 768px) {
  .l-filters3 .l-filters3__1 {
    width: 30.49645%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 0px;
  }
  .l-filters3 .l-filters3__2 {
    width: 30.49645%;
    float: left;
    margin-right: -100%;
    margin-left: 34.75177%;
    clear: none;
    padding-right: 0px;
  }
  .l-filters3 .l-filters3__3 {
    width: 30.49645%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}
@media (min-width: 1130px) {
  .l-filters3 .l-filters3__1 {
    width: 29.29293%;
    float: left;
    margin-right: -100%;
    clear: none;
    padding-right: 0px;
  }
  .l-filters3 .l-filters3__2 {
    width: 29.29293%;
    float: left;
    margin-right: -100%;
    margin-left: 35.35354%;
    clear: none;
    padding-right: 0px;
  }
  .l-filters3 .l-filters3__3 {
    width: 29.29293%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding-right: 0;
  }
}

/* End */


/* Start:/bitrix/templates/kb/css/plugins.css?175837183721584*/
/* FRONTPAGE CAROUSEL */
.front_carousel {
    *zoom: 1;
    position: relative;


}
.front_carousel:after {
    content: "";
    display: table;
    clear: both;
}
.front_carousel__wrapper {
    height: 153px;
    background: #000 url('/bitrix/templates/kb/css/../images/front_carousel_border.png?1466544969') no-repeat center top;
    padding-top: 1px;
    overflow: hidden;
}
@media (min-width: 1130px) {
    .front_carousel__wrapper {
        height: 221px;
    }
}
.front_carousel__item {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJkMmUzMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBjMGMwYyIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-radial-gradient(#2d2e30, #0c0c0c);
    background-image: -webkit-radial-gradient(#2d2e30, #0c0c0c);
    background-image: radial-gradient(#2d2e30, #0c0c0c);
    display: block;
    float: left;
    width: 153px;
    height: 152px;
    padding: 10px;
    text-align: center;
    outline: 1px solid #062d48;
}
.front_carousel__item:hover {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4NDA2NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBjMGMwYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #084067), color-stop(100%, #0c0c0c));
    background-image: -moz-linear-gradient(#084067, #0c0c0c);
    background-image: -webkit-linear-gradient(#084067, #0c0c0c);
    background-image: linear-gradient(#084067, #0c0c0c);
    outline: 1px solid #062d48;
}
@media (min-width: 1130px) {
    .front_carousel__item {
        width: 222px;
        height: 220px;
        padding: 15px;
    }
}
.front_carousel__image {
    height: 102px;
    line-height: 102px;
    padding: 5px 0;
}
.front_carousel__image img {
    max-height: 100%;
    width: auto;
    vertical-align: middle;
}
@media (min-width: 1130px) {
    .front_carousel__image {
        height: 142px;
        line-height: 132px;
    }
}
.front_carousel__content {
    height: 30px;
    overflow: hidden;
}
@media (min-width: 1130px) {
    .front_carousel__content {
        height: auto;
        overflow: inherit;
    }
}
.front_carousel__lead {
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    color: #fff;
}
@media (min-width: 1130px) {
    .front_carousel__lead {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }
}
.front_carousel__copy {
    display: none;
    font-size: 14px;
    line-height: 16px;
    color: #bdbdbd;
}
@media (min-width: 1130px) {
    .front_carousel__copy {
        display: block;
    }
}
.front_carousel .small_arrow {
    top: 50%;
    margin-top: -12.5px;
}
.front_carousel .small_arrow--prev {
    left: 10px;
}
.front_carousel .small_arrow--next {
    right: 10px;
}
@media (min-width: 1024px) {
    .front_carousel .small_arrow--prev {
        left: -30px;
    }
    .front_carousel .small_arrow--next {
        right: -30px;
    }
}

/* HARDWARE CAROUSEL */
.hardware_carousel {
    position: relative;
    padding: 0 30px;
}
@media (min-width: 768px) {
    .hardware_carousel {
        padding: 0;
    }
}
.hardware_carousel__wrapper {
    height: 332px;
}
@media (min-width: 768px) {
    .hardware_carousel__wrapper {
        height: auto;
    }
}
.hardware_carousel__items {
    *zoom: 1;
    overflow: hidden;
}
.hardware_carousel__items:after {
    content: "";
    display: table;
    clear: both;
}
@media (min-width: 768px) {
    .hardware_carousel__items {
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -moz-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
    }
}
.hardware_carousel__item {
    float: left;
    margin-bottom: 20px;
    position: relative;
    width: 255px;
    padding: 10px;
    text-align: center;
}
@media (min-width: 768px) {
    .hardware_carousel__item {
        border-left: 1px solid #d6d6d6;
        margin-left: -1px;
        width: 33.33333%;
    }
}
@media (min-width: 1130px) {
    .hardware_carousel__item {
        width: 276px;
    }
}
.hardware_carousel__image {
    display: block;
    height: 130px;
    line-height: 110px;
}
.hardware_carousel__image img {
    vertical-align: middle;
}
.hardware_carousel__content {
    display: block;
    height: 162px;
    padding: 0 10px 55px;
}
@media (min-width: 1130px) {
    .hardware_carousel__content {
        height: 178px;
    }
}
.hardware_carousel__title {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 11px;
}
@media (min-width: 1130px) {
    .hardware_carousel__title {
        font-size: 18px;
        line-height: 22px;
    }
}
.hardware_carousel__copy {
    font-size: 13px;
    line-height: 15px;
    font-weight: 300;
    color: #272425;
}
@media (min-width: 1130px) {
    .hardware_carousel__copy {
        font-size: 14px;
        line-height: 17px;
    }
}
.hardware_carousel__links {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 10px;
}
.hardware_carousel .small_arrow {
    top: 50%;
    margin-top: -12.5px;
}
.hardware_carousel .small_arrow--prev {
    left: 7px;
}
.hardware_carousel .small_arrow--next {
    right: 7px;
}

/* IMAGE SLIDER */
.image_slider {
    *zoom: 1;
    position: relative;
    max-height: 600px;
    overflow: hidden;
    margin-bottom: 30px;
}
.image_slider:after {
    content: "";
    display: table;
    clear: both;
}
.image_slider__item {
    float: left;
    width: 100%;
}
.image_slider__image {
    padding: 0 20px;
    text-align: center;
    margin-bottom: 20px;
}
.image_slider__image img {
    vertical-align: middle;
}
@media (min-width: 1130px) {
    .image_slider__image {
        padding: 0 55px;
    }
}
.image_slider .large_arrow {
    left: -9999px;
}
@media (min-width: 1130px) {
    .image_slider .large_arrow {
        top: 190px;
    }
    .image_slider .large_arrow--prev {
        left: 0;
    }
    .image_slider .large_arrow--next {
        left: auto;
        right: 0;
    }
}
.image_slider .dots {
    margin-top: 15px;
}

/* IMAGE SWITCHER */
.image_switcher {
    width: 310px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .image_switcher {
        width: 350px;
        margin: 0;
    }
}
@media (min-width: 1130px) {
    .image_switcher {
        *zoom: 1;
        width: 515px;
    }
    .image_switcher:after {
        content: "";
        display: table;
        clear: both;
    }
}
.image_switcher__hero {
    height: 180px;
    line-height: 178px;
    text-align: center;
    margin-bottom: 10px;
}
.image_switcher__hero img {
    vertical-align: middle;
}
@media (min-width: 768px) {
    .image_switcher__hero {
        height: 304px;
        line-height: 302px;
        border: 1px solid #cdcdcd;
    }
}
@media (min-width: 1130px) {
    .image_switcher__hero {
        float: left;
        margin-left: 105px;
        margin-right: -100%;
        width: 410px;
        height: 352px;
        line-height: 350px;
        margin-bottom: 0;
    }
}
.image_switcher__list {
    *zoom: 1;
    margin: 0 -5px;
}
.image_switcher__list:after {
    content: "";
    display: table;
    clear: both;
}
@media (min-width: 1130px) {
    .image_switcher__list {
        float: left;
        width: 90px;
        height: 352px;
        overflow: hidden;
        margin: 0;
    }
}
.image_switcher__thumb {
    float: left;
    width: 70px;
    height: 60px;
    margin: 0 5px;
    border: 1px solid #cdcdcd;
    line-height: 58px;
    cursor: pointer;
    text-align: center;
}
.image_switcher__thumb:hover, .image_switcher__thumb.is-active {
    border-color: #2c95dd;
}
.image_switcher__thumb img {
    vertical-align: middle;
}
@media (min-width: 768px) {
    .image_switcher__thumb {
        width: 80px;
        height: 70px;
        line-height: 68px;
    }
}
@media (min-width: 1130px) {
    .image_switcher__thumb {
        margin: 0 0 13px;
        width: 90px;
        height: 78px;
        line-height: 77px;
    }
}

/* SCREENSHOT SLIDER */
.screenshot_slider {
    *zoom: 1;
    position: relative;
    max-height: 600px;
    overflow: hidden;
}
.screenshot_slider:after {
    content: "";
    display: table;
    clear: both;
}
.screenshot_slider__item {
    float: left;
    width: 100%;
}
.screenshot_slider__image {
    padding: 0 20px;
    text-align: center;
    margin-bottom: 20px;
}
.screenshot_slider__image img {
    vertical-align: middle;
}
@media (min-width: 1130px) {
    .screenshot_slider__image {
        padding: 0 55px;
    }
}
.screenshot_slider__title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
}
@media (min-width: 768px) {
    .screenshot_slider__title {
        font-size: 18px;
        line-height: 20px;
    }
}
@media (min-width: 1130px) {
    .screenshot_slider__title {
        font-size: 21px;
        line-height: 25px;
    }
}
.screenshot_slider__copy {
    text-align: center;
}
.screenshot_slider .large_arrow {
    left: -9999px;
}
@media (min-width: 1130px) {
    .screenshot_slider .large_arrow {
        top: 90px;
    }
    .screenshot_slider .large_arrow--prev {
        left: 0;
    }
    .screenshot_slider .large_arrow--next {
        left: auto;
        right: 0;
    }
}
.screenshot_slider .dots {
    margin-top: 15px;
}

/* SLIDER */
.slider, .front_carousel__wrapper {
    position: relative;
}
main .slider:first-child, main .front_carousel__wrapper {
    top: -25px;
}
.slider__item {
    position: relative;
    float: left;
    width: 100%;
}
.slider__bg {
    height: 354px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

@media (min-width: 768px) {
    main .slider:first-child, main .front_carousel__wrapper {
        top: -50px;
    }
    .slider__bg {
        height: 400px;
    }
}
@media (min-width: 1130px) {
    .slider__bg {
        height: 480px;
    }
}
.slider__image {
    display: block;
}
.slider--1 .slider__image {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 15%;
    text-align: center;
}
.slider--2 .slider__image {
    display: none;
}
.slider--3 .slider__image {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    text-align: right;
}
@media (min-width: 1130px) {
    .slider--3 .slider__ialign {
        max-width: 1110px;
        margin: 0 auto;
    }
}
.slider--1 .slider__valign {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 5%;
}
.slider--2 .slider__valign {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 100%;
}
.slider--3 .slider__valign {
    position: absolute;
    z-index: 1;
    bottom: 5%;
    left: 0;
    right: 0;
}
@media (min-width: 768px) {
    .slider--3 .slider__valign {
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        bottom: auto;
    }
}
.slider__halign {
    margin: 0 10px;
}
@media (min-width: 1130px) {
    .slider__halign {
        max-width: 1110px;
        margin: 0 auto;
    }
}
.slider--1 .slider__halign {
    position: relative;
}
.slider__content {
    display: block;
}
.slider--1 .slider__content {
    text-align: center;
}
@media (min-width: 768px) {
    .slider--1 .slider__content {
        text-align: left;
        width: 60%;
    }
}
.slider--2 .slider__content {
    text-align: center;
}
.slider--3 .slider__content {
    text-align: center;
}
@media (min-width: 768px) {
    .slider--3 .slider__content {
        text-align: left;
        width: 50%;
    }
}
.slider__title {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 26px;
    line-height: 28px;
    padding-bottom: 10px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}
@media (min-width: 768px) {
    .slider__title {
        font-size: 36px;
        line-height: 37px;
        padding-bottom: 20px;
    }
    .slider--3 .slider__title {
        color: #2c95dd;
    }
}
@media (min-width: 1130px) {
    .slider__title {
        font-size: 47px;
        line-height: 52px;
    }
}
.slider__lead {
    display: none;
}
@media (min-width: 768px) {
    .slider__lead {
        display: block;
        font-size: 18px;
        line-height: 22px;
        font-weight: bold;
        color: #bdbdbd;
        padding-bottom: 10px;
    }
}
.slider__copy {
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}
@media (min-width: 768px) {
    .slider--1 .slider__copy {
        font-size: 20px;
        line-height: 25px;
    }
    .slider--2 .slider__copy {
        font-size: 20px;
        line-height: 25px;
    }
}
.slider__links {
    display: none;
}
@media (min-width: 768px) {
    .slider__links {
        display: block;
    }
}
.slider--1 .slider__links {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 40%;
    text-align: right;
}
.slider--1 .slider__links a {
    margin-left: 12px;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .slider--1 .slider__links a {
        margin-left: 18px;
    }
}
.slider--2 .slider__links a {
    margin: 0 6px;
}
@media (min-width: 768px) {
    .slider--2 .slider__links {
        text-align: center;
    }
    .slider--2 .slider__links a {
        margin: 0 9px;
    }
}
.slider--3 .slider__links a {
    margin-right: 12px;
}
@media (min-width: 768px) {
    .slider--3 .slider__links a {
        margin-right: 18px;
    }
}
@media (min-width: 1280px) {
    .slider__arrows {
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        top: 50%;
        margin-top: -29px;
    }
}
@media (min-width: 1280px) {
    .slider__aalign {
        position: relative;
        max-width: 1280px;
        margin: 0 auto;
    }
}
.slider .round_arrow {
    bottom: 11px;
}
.slider .round_arrow--prev {
    left: 16px;
}
.slider .round_arrow--next {
    right: 16px;
}
@media (min-width: 768px) {
    .slider .round_arrow {
        left: -9999px;
    }
}
@media (min-width: 1280px) {
    .slider .round_arrow {
        bottom: auto;
    }
    .slider .round_arrow--prev {
        left: 10px;
    }
    .slider .round_arrow--next {
        left: auto;
        right: 10px;
    }
}
@media (min-width: 768px) {
    .slider .dots--slider {
        position: absolute;
        z-index: 1; /*100*/
        left: 0;
        right: 0;
        bottom: 0;
    }
}

/* SOFTWARE CAROUSEL */
.software_carousel {
    *zoom: 1;
    position: relative;
    padding: 0 40px;
}
.software_carousel:after {
    content: "";
    display: table;
    clear: both;
}
.software_carousel__wrapper {
    height: 539px;
}
@media (min-width: 1130px) {
    .software_carousel__wrapper {
        height: 637px;
    }
}
.software_carousel__item {
    display: block;
    float: left;
    width: 229px;
    padding: 0 5px;
    text-align: center;
}
@media (min-width: 768px) {
    .software_carousel__item.is-center img {
        width: 100%;
    }
}
@media (min-width: 1130px) {
    .software_carousel__item {
        width: 343px;
        padding: 0 15px;
    }
}
.software_carousel__image {
    display: block;
    height: 215px;
    line-height: 215px;
}
@media (min-width: 1130px) {
    .software_carousel__image {
        height: 300px;
        line-height: 300px;
    }
}
.software_carousel__image img {
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    width: 83%;
    vertical-align: bottom;
}
.software_carousel__content {
    display: block;
    height: 158px;
    overflow: hidden;
    margin-bottom: 15px;
}
@media (min-width: 1130px) {
    .software_carousel__content {
        height: 187px;
        margin-bottom: 17px;
    }
}
.software_carousel__title {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 15px;
}
@media (min-width: 1130px) {
    .software_carousel__title {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 17px;
    }
}
.software_carousel__copy {
    font-size: 13px;
    line-height: 15px;
    font-weight: 300;
    color: #272425;
}
@media (min-width: 1130px) {
    .software_carousel__copy {
        font-size: 14px;
        line-height: 17px;
    }
}
.software_carousel .large_arrow {
    top: 50%;
    margin-top: -25.5px;
}
.software_carousel .large_arrow--prev {
    left: 10px;
}
.software_carousel .large_arrow--next {
    right: 10px;
}
.software_carousel .tn_button {
    margin: 0 3px 5px;
}

/* TESTIMONIAL SLIDER */
@media (min-width: 768px) {
    .testimonial_slider {
        *zoom: 1;
        position: relative;
        color: #fff;
        font-size: 14px;
        line-height: 17px;
    }
    .testimonial_slider:after {
        content: "";
        display: table;
        clear: both;
    }
}
@media (min-width: 1130px) {
    .testimonial_slider {
        font-size: 18px;
        line-height: 22px;
    }
}
.testimonial_slider__item {
    float: left;
}
@media (min-width: 768px) {
    .testimonial_slider__item {
        padding: 0 70px;
    }
}
.testimonial_slider__text {
    font-style: italic;
    text-align: center;
}
.testimonial_slider__text p {
    margin: 0 0 8px;
}
@media (min-width: 768px) {
    .testimonial_slider__text {
        font-style: normal;
        margin-bottom: 17px;
    }
}
@media (min-width: 1130px) {
    .testimonial_slider__text {
        margin-bottom: 22px;
    }
    .testimonial_slider__text p {
        margin-bottom: 11px;
    }
}
.testimonial_slider__author {
    text-align: center;
}
@media (min-width: 768px) {
    .testimonial_slider .greyscale_arrow {
        top: 0;
    }
    .testimonial_slider .greyscale_arrow--prev,
    .award__slider .greyscale_arrow--prev {
        left: 0;
    }
    .testimonial_slider .greyscale_arrow--next,
    .award__slider .greyscale_arrow--next {
        right: 0;
    }
}

/* POPUP WINDOW */
.tn_popup {
    position: relative;
    max-width: 715px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding: 30px 50px;
}
.tn_popup--s {
    max-width: 400px;
}

.js-popup {
    outline: none;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.slider--3 .slider__copy {
    line-height: normal;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 50%;
    cursor: auto;
}

/* End */


/* Start:/bitrix/templates/kb/css/template_styles.css?176373522324381*/
@font-face {
    font-family: OpenSans-L;
    src: url('/bitrix/templates/kb/css/../font/opensanslight.woff');
}

@font-face {
    font-family: OpenSans-B;
    src: url('/bitrix/templates/kb/css/../font/opensansbold.woff');
}

@font-face {
    font-family: OpenSans-SB;
    src: url('/bitrix/templates/kb/css/../font/opensanssemibold.woff');
}

@font-face {
    font-family: OpenSans-R;
    src: url('/bitrix/templates/kb/css/../font/opensans.woff');
}

html, body {
    height: 100%;
}

body {
    /*background: #f3f3f3;*/
    position: relative;
    -webkit-overflow-scrolling: touch;
}

.kb-scope ol, .kb-scope ul {
    margin-left: 0!important;
}

.main {
    /*max-width: 1600px;*/
    /*margin: auto;*/
    background: #fff;
    /*box-shadow: 0 10px 50px rgba(0, 0, 0, .05);*/
    padding-bottom: 50px;
    min-height: 100%;
}

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

header {
    width: inherit;
    height: 70px;
    background-color: rgb(34, 123, 191);
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 200;
    justify-content: space-between;
}

footer {
    margin-top: -50px;
}

.support_button {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 15px 30px;
    margin-right: 32px;
    margin-bottom: 24px;
    text-decoration: none;
    background-image: linear-gradient(180deg, #fff, #f5f5fa);
    border-radius: 4px;
    color: rgb(39, 140, 217);
    font-weight: 600;
    font-size: 14px;
    box-sizing: border-box;
    box-shadow: 0 4px 11px 0 rgba(37, 44, 97, .15), 0 1px 3px 0 rgba(93, 100, 148, .2);
    cursor: pointer;
    line-height: 1.15;
    transition: all .2s ease-out;
}

.support_button:hover {
    box-shadow: 0 8px 22px 0 rgba(37, 44, 97, .15), 0 4px 6px 0 rgba(93, 100, 148, .2);
}

.mobile_menu {
    display: none;
    width: 100%;
    position: fixed;
    z-index: 300;
    overflow-y: auto;
}

.wrapper_mobile {
    display: flex;
    justify-content: flex-end;
}

.wrapper_mobile_menu {
    display: none;
}

.mobile_menu, .mobile_menu .aside__wrapper {
    min-height: 100%;
}

.mobile_search {
    display: none;
}

.mobile_menu_detail {
    display: none;
    position: fixed;
    right: 20px;
    z-index: 50;
    background-color: #fff;
    box-shadow: 0 0px 3px rgba(0, 0, 0, .3);
    max-width: 220px;
    box-sizing: border-box;
}

.mobile_menu_detail .close_menu_btn {
    position: absolute;
    right: 5px;
    top: 2px;
    cursor: pointer;
}

.mobile_menu_detail ul {
    margin-top: 15px;
    margin-bottom: 25px;
    list-style: none;
    padding: 0;
}

.mobile_menu_detail ul li {
    margin-bottom: 15px;
    padding: 5px 20px;
}

.mobile_menu_detail ul li a {
    font-size: 13px;
    font-family: 'OpenSans-R', sans-serif;
    text-decoration: none;
    position: relative;
    color: #000;
}

.mobile_menu_detail ul li.active,
.mobile_menu_detail ul li:hover {
    background-color: rgb(244, 244, 244);

}

.mobile_menu .aside__wrapper {
    max-width: 100%;
    width: 100%;
    background-color: #fff;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.mobile_menu .aside__wrapper ul.left_aside {
    border-right: 0;
}

.mobile_menu_button {
    display: none;
    align-items: center;
    outline: none;
    padding: 0 15px;
}

.mobile_menu_button:focus,
.mobile_menu_button:hover {
    background-color: rgb(39, 140, 217);
}

.mobile_menu_detail_button {
    text-align: right;
    outline: none;
    display: none;
    align-items: center;
    justify-content: flex-end;
    /* position: absolute;
     right: 20px;
     top: 90px;*/
    background-color: #fff;
    z-index: 50;
}

.mobile_menu_detail_button span {
    color: rgb(39, 140, 217);
    font-size: 12px;
    font-weight: bold;
}

.logo {
    display: flex;
    align-items: center;
    margin-left: 20px;
    outline: none;
    text-decoration: none;
}

.logo svg {
    margin-right: 20px;
}

.logo a {
    text-decoration: none;
}

.kb_title {
    text-align: left;
    height: 40px;
    border-left: 1px solid #fff;
    display: flex;
    align-self: center;
    padding-left: 20px;
	padding-right: 5px;
}

.kb_title p {
    margin: 0;
    align-self: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-family: 'OpenSans-L', sans-serif;
}

aside {
    min-width: 268px;
    margin-top: 30px;
    margin-left: 30px;
}

aside.aside_right {
    margin-left: 0;
}

.aside__wrapper {
    position: sticky;
    top: 100px;
    max-width: 266px;
}

.aside__wrapper_left {
    /*height: calc(100% - 150px);*/
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 2px;
}

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

.aside__wrapper ul.left_aside {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 10px 0 10px 0;
}

.aside__wrapper ul.right_aside {
    border-left: 1px solid #eee;
    padding: 10px 15px 10px 30px;
    box-sizing: border-box;
}

.aside__wrapper ul.left_aside li a, .aside__wrapper ul.left_aside li .left_aside__sec-title {
    cursor: pointer;
    display: block;
    color: rgb(107, 107, 107);
    font-size: 14px;
    font-family: 'OpenSans-SB', sans-serif;
    text-decoration: none;
}

.aside__wrapper ul.left_aside li {
    margin-bottom: 15px;
    padding-left: 30px;
    padding-right: 15px;
    box-sizing: border-box;
}

.aside__wrapper ul.left_aside li:last-child {
    margin-bottom: 0;
}

.aside__wrapper ul.left_aside li span.left_aside__sec-title:hover {
    color: #1e1e1f;
}

.aside__wrapper ul.left_aside li.active {
    border-left: 5px solid #fff;
    box-shadow: -1px 0 0 #278cd9;
}

.aside__wrapper ul.left_aside li.active .left_aside__sec-title {
    color: #278cd9;
}

.aside__wrapper ul.left_aside li ul.left_aside_inner {
    display: none;
}

.aside__wrapper ul.left_aside li ul.left_aside_inner li {
    padding-left: 10px;
}

.aside__wrapper ul.left_aside li ul.left_aside_inner li a {
    display: block;
    font-family: 'OpenSans-R', sans-serif;
}

.aside__wrapper ul.left_aside li ul.left_aside_inner li:first-child {
    margin-top: 15px;
}

.aside__wrapper ul.left_aside li ul.left_aside_inner li:last-child {
    margin-bottom: 15px;
}

.aside__wrapper ul.left_aside li ul.left_aside_inner li a.active_inner {
    color: #1e1e1f;
    font-family: 'OpenSans-B', sans-serif;
    position: relative;
}

.aside__wrapper ul.left_aside li ul.left_aside_inner li a.active_inner:before {
    content: "\2022";
    font-size: 18px;
    line-height: 1px;
    color: #278cd9;
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -49px;
    top: 50%;
}

.aside__wrapper ul.left_aside li ul.left_aside_inner li a:hover {
    color: #000;
}

.tech_doc {
    margin-top: 30px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.tech_doc svg {
    max-height: 20px;
}

.tech_doc a {
    text-decoration: none;
    color: rgb(39, 140, 217);
    font-size: 14px;
    font-family: 'OpenSans-SB', sans-serif;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.tech_doc a:hover {
    color: #000;
}

.tech_doc a:hover svg path {
    fill: rgb(0, 0, 0) !important;
}

.tech_doc a p {
    display: inline-block;
    opacity: 1;
    line-height: 1;
    margin-left: 10px;
	font-size: 16px;
}

.mobile_menu .tech_doc {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

section.index_faq {
    padding-top: 60px;
    max-width: 885px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

section.index_faq_width {
    max-width: 100%;
    width: 100%;
    padding-left: 70px;
    padding-right: 70px;
}

section.index_faq h1 {
    color: rgb(78, 80, 82);
    font-size: 36px;
    font-family: 'OpenSans-L', sans-serif;
    text-align: center;
}

label.search_label,
label.search_label_mini {
    position: relative;
}

label.search_label button,
label.search_label_mini button {
    position: absolute;
    cursor: pointer;
    border: 0;
    background-color: transparent;
}

label.search_label button {
    right: 5px;
    top: -8px;
}

label.search_label_mini button {
    right: 0;
    top: -2px;
}

label.search_label svg {
    fill: rgb(107, 107, 107);
    width: 32px;
    height: 32px;
}

label.search_label_mini svg {
    fill: rgb(107, 107, 107);
    width: 21px;
    height: 21px;
}

label.search_label svg:hover,
label.search_label_mini svg:hover {
    fill: rgb(39, 140, 217) !important;
}

.search, .search_mini {
    background-color: rgb(250, 250, 250);
    border: 1px solid rgb(224, 224, 224);
    color: rgb(78, 80, 82);
    text-align: left;
    border-radius: 5px;
    outline: none;
}

.search {
    padding: 0 10px;
    font-size: 14px;
    /*max-width: 600px;*/
    width: 100%;
    height: 60px;
    margin-top: 10px;
}

.search_mini {
    width: 100%;
    height: 37px;
    padding: 0px 10px;
    font-size: 13px;
}

section.index_faq .desc_faq {
    padding-top: 50px;
    /*max-width: 600px;*/
    text-align: center;
}

section.index_faq .desc_faq p {
    font-family: 'OpenSans-R', sans-serif;
    color: rgb(78, 80, 82);
}

.feedbackForm_faq_wrapper {
    /*margin-top: 80px;*/
}

.feedbackForm_faq {
    /*background: #FCFCFC;*/
    /*mix-blend-mode: normal;*/
    /*opacity: 0.8;*/
    /*border: 0.25px solid #ADB1B7;*/
    /*box-sizing: border-box;*/
    /*box-shadow: 0px 1px 8px rgba(27, 31, 35, 0.15);*/
    /*border-radius: 5px;*/
    /*max-width: 779px;*/
    /*margin: auto;*/
    /*padding: 0 20px;*/
}

.feedbackForm_faq p.couldnt_find_answer {
    text-align: center;
    color: rgb(30, 30, 31);
    font-size: 24px;
    font-family: 'OpenSans-R', sans-serif;
    margin-top: 20px;
    margin-bottom: 10px;
}

.feedbackForm_faq p.contact_us {
    color: rgb(78, 80, 82);
    font-size: 16px;
    text-align: center;
    font-family: 'OpenSans-R', sans-serif;
    margin-top: 0;
    margin-bottom: 30px;
}

.feedbackForm_faq .l-form .l-form__right_center {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
}

.feedbackForm_faq_detail_wrapper {
    border-top: 1px solid #d9d9d9;
    padding-top: 20px;
    margin-top: 0;
}

.tn_form input[type="text"], .tn_form input[type="email"], .tn_form input[type="password"], .tn_form select, .tn_form textarea {
    background: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.8;
    border: 0.5px solid #ADB1B7;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

.tn_form__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tn_form__item {
    width: 48%;
}

.tn_form__textarea--3 {
    width: 100%;
}

.tn_form__item:nth-child(1),
.tn_form__item:nth-child(2),
.tn_form__item:nth-child(3){
    order: 0;
}

.tn_form__item:nth-child(4) {
    order: 4;
}

.tn_form__item:nth-child(5) {
    order: 1;
}

.tn_form__item:nth-child(6) {
    order: 2;
}

.tn_form__item:nth-child(7) {
    order: 3;
}

.tn_form__left, .tn_form__right {
    width: 50%;
}

.tn_form__left {
    margin-right: 20px;
}

.tn_form__right {
    margin-left: 20px;
}

.tn_form_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tn_form__mobile {
    display: none;
}

.right_aside--border-top {
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
}

.aside__wrapper ul.right_aside li .title {
    text-transform: uppercase;
    color: rgb(30, 30, 31);
    font-size: 13px;
    font-family: 'OpenSans-B', sans-serif;
}

.aside__wrapper ul.right_aside li ul {
    margin-top: 15px;
    margin-bottom: 25px;
}

.aside__wrapper ul.right_aside li ul li {
    margin-bottom: 20px;
}

.aside__wrapper ul.right_aside li ul li a {
    color: rgb(78, 80, 82);
    font-size: 13px;
    font-family: 'OpenSans-R', sans-serif;
    text-decoration: none;
    position: relative;
}

.aside__wrapper ul.right_aside li ul li.active a {
    font-family: 'OpenSans-B', sans-serif;
    color: #000;
}

.aside__wrapper ul.right_aside li ul li.active a:before {
    content: "\2022";
    font-size: 18px;
    line-height: 1px;
    color: #278cd9;
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -34px;
    top: 50%;
}

.aside__wrapper ul.right_aside li ul li a:hover {
    color: #278cd9;
}

/*DETAIL*/

div.news-detail, .faq-rew {
    word-wrap: break-word;
    color: rgb(78, 80, 82);
    font-size: 14px;
    font-family: 'OpenSans-R', sans-serif;
}

div.news-detail img.detail_picture {
    float: left;
    margin: 0 8px 6px 1px;
}

.news-date-time {
    color: #486DAA;
}

div.news-detail iframe {
    width: 100%;
}

.news-detail h1 {
    text-align: left !important;
    font-family: OpenSans-L !important;
    margin-top: 0 !important;
}

.faq-date-time {
    line-height: 20px;
    font-weight: 300;
    color: #808080;
    margin-bottom: 5px;
    font-style: italic;
}

.faq-issue {
    font-size: 14px;
    line-height: 26px;
    list-style: none;
    font-weight: bold;
    padding: 0;
}

.faq-issue li {
    margin-bottom: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.faq-button-center {
    display: block;
    /*text-align: center;*/
    margin-top: 15px;
    padding: 20px 0 30px;
}

.faq_content h2 {
    font-size: 18px;
    line-height: 20px;
}

.faq_subtitle {
    font-size: 16px;
    /*line-height: 26px;*/
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1a1a1a;
}

.faq_rew_block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq_rew_title {
    font-size: 12px;
    font-weight: bold;
    color: #1a1a1a;
}

.faq_rew_block input[type="radio"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}

.faq_rew_block input[type="radio"] + label {
    position: relative;
    padding: 5px;
    display: inline-block;
    width: 110px;
    cursor: pointer;
    margin-left: 13px;
    color: rgb(34, 123, 191);
    border: 1px solid rgb(34, 123, 191);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
}

.faq_rew_block input[type="radio"] + label:hover {
    color: #fff;
    background-color: rgb(34, 123, 191);
}

.faq_rew_block input[type="radio"]:checked + label {
    background-color: rgb(34, 123, 191);
    color: #fff;
}

.faq_rew_field {
    display: none;
}

.faq_rew_field.open {
    display: flex;
    justify-content: center;
}

.faq_rew_field__good-text {
    text-align: center;
}

.faq_rew_field__bad-text {
    margin-bottom: 24px;
    font-size: 14px;
}

.faq_rew_field__group {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.faq_rew_field__group input {
    margin-right: 8px;
}

.faq-rew .improved-text {
    display: table;
    width: 80%;
    margin-top: 20px;
}

.faq-button-center p {
    font-size: 16px;
}

.faq_rew_field__group label {
    color: #8b8a88;
    font-size: 14px;
}

.faq-rew .faq-button-center {
    padding-top: 0;
}

/*.faq-rew .tn_button {
    background: transparent;
    color: rgb(34, 123, 191);
    border: 1px solid rgb(34, 123, 191);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}*/

.related-articles {
    border-top: 1px solid #d9d9d9;
    padding-top: 20px;
    margin-top: 40px;
}

.privacy_policy {
    text-align: center;
    font-size: 12px;
    color: #848ab8;
    margin-top: 10px;
}

.text-nebula-blue {
    color: #5468ff;
}

@media (min-width: 768px) {
    .faq_subtitle {
        font-size: 14px;
        /*line-height: 17px;*/
        overflow: hidden;
    }
}

@media (min-width: 1130px) {
    .faq_subtitle {
        font-size: 16px;
        /*line-height: 46px;*/
    }
}

ul.faq_related_list {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 26px;
}

ul.faq_related_list li a {
    font-family: 'OpenSans-SB', sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    text-decoration: none;
    color: rgb(78, 80, 82);
}

ul.faq_related_list li a:hover {
    color: rgb(39, 140, 217)
}

ul.faq-print {
    border-top: 1px solid rgb(224, 224, 224);
    padding: 10px 0;
    text-align: left;
    margin-bottom: 5px;
}

ul.faq-print li {
    list-style: none;
    display: inline-block;
    margin-right: 30px;
    font-size: 12px;
    color: rgb(39, 140, 217);
}

ul.faq-print li svg {
    fill: rgb(39, 140, 217);
    margin-right: 5px;
}

ul.faq-print li:hover {
    text-decoration: underline;
}

ul.faq-print li a {
    color: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
}

ul.faq-print li a img {
    margin-right: 10px;
}

.faq-popup-email-wrap {
    display: none;
}

.faq-popup-email {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 10px 5px 35px;
}

.faq-popup-email .send_input {
    float: left;
    width: 195px;
    margin-right: 10px;
}

.faq-popup-email .send_input label {
    font-size: 14px;
    line-height: 23px;
    font-weight: bold;
    color: #fff;
    padding: 0 2px;
}

.faq-popup-email .send_input input[type="email"] {
    -moz-border-radius: none;
    -webkit-border-radius: none;
    border-radius: none;
    width: 100%;
    padding: 8px 12px;
    background: rgb(250, 250, 250);
    border: 1px solid rgb(224, 224, 224);
    font-size: 14px;
    line-height: 18px;
    color: #4d4d4d;
}

@media (min-width: 1130px) {
    .faq-popup-email .send_input {
        width: 252px;
    }
}

.faq-popup-email .send_submit {
    float: left;
    width: 96px;
}

.faq-popup-email .send_submit input[type="submit"] {
    width: 100%;
    padding: 0;
    background: #2c95dd;
    border: none;
    text-align: center;
    font-size: 13px;
    line-height: 36px;
    color: #fff;
    font-weight: bold;
}

@media (min-width: 1130px) {
    .faq-popup-email .send_submit {
        width: 131px;
    }

    .faq-popup-email .send_submit input[type="submit"] {
        font-size: 14px;
    }
}

.faq-rew {
    margin-top: 20px;
    border-top: 1px solid #d9d9d9;
    padding-top: 20px;
    padding-bottom: 20px;
}

.faq-rew .improved-text label {
    display: block;
}

.faq-rew .improved-text textarea {
    display: block;
    /*margin-top: 20px;*/
    margin-bottom: 15px;
    width: 80%;
    height: 112px;
    padding: 5px 10px;
    background: transparent;
    border: 1px solid rgb(224, 224, 224);
    border-radius: 5px;
    resize: none;
}

.faq_rew_field__textarea {
    display: none;
}

.faq_rew_field__textarea label {
    margin-bottom: 15px;
}

.faq-rew .improved-text input::placeholder {
    color: inherit;
}

.faq-rew .improved-text input:-ms-input-placeholder {
    color: inherit;
}

.faq-rew .improved-text input::-ms-input-placeholder {
    color: inherit;
}

.faq-rew .rew_submit {
    text-align: center;
}

.faq_detail_text {
    margin-top: 14px;
}

.faq_detail_text ul {
    margin: 0 0 15px;
}

.faq_detail_text ul li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 30px;
}

.full_text {
    position: relative;
    margin-bottom: 30px;
}

.full_text div {
    cursor: pointer;
    display: table;
    margin: 20px 0 20px 35px;
    font-family: OpenSans-B;
    font-size: 20px;
}

.full_text p {
    display: none;
    margin-left: 35px;
}

.full_text div:before, .full_text.open div:before {
    display: inline-block;
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid;
    /*color: #2c95dd;*/
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
}

.full_text div:before {
    content: "+";
}

.full_text.open div:before {
    content: "-";
}

.faq-email--error {
    display: none;
    color: red;
    margin-top: 5px;
    margin-bottom: 0;
}

.faq-email--success {
    display: none;
    color: green;
    margin: 0;
}

.full_text--open {
    display: block !important;
}

/*END DETAIL*/

.hide_scroll_bar {
    overflow-y: hidden;
}

.mfp-wrap {
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
}

html.mfp-helper {
    height: 100%;
}

body.mfp-zoom-out-cur {
    overflow: hidden;
    height: 100%;
    -webkit-transform: translateZ(0);
}

/*Responsive*/
@media screen and (max-width: 1200px) {
    aside {
        margin-left: 15px;
        margin-right: 15px;
    }

    aside.aside_right {
        margin-left: 15px;
    }

    aside .tech_doc a {
        font-size: 13px;
    }

    .tn_form_btn {
        display: block;
        text-align: center;
    }

    .tn_form__wrapper {
        display: block;
    }

    .tn_form__left, .tn_form__right {
        width: 100%;
        margin: 0;
    }

    .tn_form__mobile {
        display: block;
    }

    .tn_form__captcha {
        margin-bottom: 0;
    }

    /*.tn_form__main {
        display: none;
    }*/

    .tn_form__item {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    /*.aside_right_responsive {
        display: none;
    }*/
    aside {
        display: none;
    }

    .wrapper_mobile_menu {
        display: block;
    }

    .mobile_menu_detail_button {
        display: flex;
    }

    .mobile_menu_detail {
        top: 120px;
    }

    table {
        font-size: 10px;
    }

    .support_button {
        display: none;
    }

    .tn_popup {
        padding: 10px;
    }

    /*aside {
        display: none;
    }*/
    section.index_faq h1 {
        font-size: 24px;
    }

    .kb_title {
        width: auto;
    }

    .kb_title p {
        font-size: 14px;
        font-weight: bold;
    }

    .logo {
        margin-left: 5px;
    }

    .logo svg {
        width: 108px !important;
        height: 22px !important;
    }

    .mobile_menu_button {
        display: flex;
    }

    section.index_faq {
        padding-top: 30px;
    }

    section.index_faq_marginTop {
        padding-top: 15px;
    }

    section.index_faq .desc_faq {
        padding-top: 10px;
    }

    .mobile_search {
        display: block;
    }

    .mobile_search form {
        margin-bottom: 0;
    }

    .wrapper_mobile {
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }

    .mobile_menu_detail_button {
        display: flex;
    }

    .mobile_menu_detail {
        max-width: 100%;
        margin-left: 20px;
        top: 135px;
    }

    .faq-button-center {
        text-align: center;
    }

    .faq-rew .improved-text textarea {
        width: 100%;
    }

    ul.faq_related_list li a,
    div.news-detail,
    .faq-rew,
    .faq-issue {
        font-size: 12px;
    }

    .faq_subtitle {
        font-size: 14px;
    }

    .full_text div {
        font-size: 16px;
    }

    section.index_faq .desc_faq p {
        font-size: 13px;
    }

    .feedbackForm_faq p.couldnt_find_answer {
        margin-top: 50px;
    }

    .feedbackForm_faq .l-form .l-form__right_center,
    .tn_form__submit {
        margin-top: 0;
    }

    .answer_text {
        text-align: left;
    }

    .faq-rew .answer .answer_radio {
        margin: 0;
    }

    ul.faq-print li {
        margin-right: 15px;
    }
	.tech_doc svg {
		width:25px !important;
	}
}

/*for techdoc*/
@media screen and (max-width: 990px) {
    aside .tech_doc a p {
        font-size: 12px;
    }

    aside {
        min-width: auto;
    }

    section.index_faq_width {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*END Responsive*/

/*IE*/
@media all and (-ms-high-contrast: none) {
    header {
        width: 100%;
        position: fixed;
    }

    *::-ms-backdrop, header {
        width: 100%;
        position: fixed;
    }

    article {
        padding-top: 70px;
    }

    *::-ms-backdrop, article {
        padding-top: 70px;
    }
}

/*Edge*/
@supports (-ms-ime-align:auto) {
    header {
        width: 100%;
        position: fixed;
    }

    article {
        padding-top: 70px;
    }
}
/* End */


/* Start:/bitrix/templates/kb/components/bitrix/news.list/left_main_section/style.css?1758371837150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/kb/styles.css?17583718374047*/
.list-style-img {
    list-style: none;
    padding: 0;
}

.list-style-img li:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 5px;
    width: 6px;
    height: 9px;
    background: url(/images/sprite.png) no-repeat -141px -72px;
}

.list-style-num {
    counter-reset:li; /* Инициализируем счетчик */
    list-style:none; /* Отменяем нумерацию установленную по умолчанию */
    padding: 18px;
    border: 1px dashed #999;
}

.list-style-num li {
    position:relative; /* Создаем контекст для позиционирования элементов */
    margin:0 0 6px 2em; /* Даем каждому элементу списка отступ слева, что бы освободить пространство для нумерации */
}
.list-style-num li:before {
    content:counter(li); /* В качестве данных используем счетчик */
    counter-increment:li; /* Увеличиваем значение счетчика на 1 */
    /* Позиционируем и оформляем цифры */
    position:absolute;
    left:-2em;
    width:2em;
    color: #999;
}

.note-block {
    padding: 20px 15px;
    font-weight: 600;
    border-radius: 3px;
    background-color: #e3f2fc;
    border: 1px solid #c2e2f9;
}

.note-heading {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 1.07em;
}

.note-block p {
    margin: 0;
}

.heading-blue {
    color: #2c95dd;
    font-size: 1em;
}

.code-block {
    background-color: #fafafa;
    border: 1px solid #f4f4f4;
    padding: 25px;
    line-height: 2;
}

table.table_bootstrap {
    color: #212529;
    border: 1px solid #dee2e6;
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

table.table_bootstrap thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    font-weight: bold;
}

table.table_bootstrap th, table.table_bootstrap td {
    border: 1px solid #dee2e6;
    padding: .3rem;
    vertical-align: center;
}

table.table_bootstrap tr:hover {
    background-color: rgba(0,0,0,.075);
}

.path, .hotkeys {
    font-weight: bold;
    background-color: #f2f2f2;
    padding: 3px;
    display: table;
    font-size: 14px;
}

.path {
    color: #000;
}

.hotkeys {
    color: #07C;
}

.image-lightbox {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.image-lightbox img {
    border: 1px solid #000;
}

.img_border {
    border: 1px solid #000;
    display: table;
    margin: 10px 0;
}

.img_border img {
    margin-bottom: -3px;
}

/*.downloads {
    background-color: #f2f2f2;
    padding: 3px;
    display: table;
    font-size: 12px;
    cursor: pointer;
}*/

.ext_link_svg,
.clip_svg,
.download_link_svg {
    display: table;
    padding-right: 15px;
}

.ext_link_svg {
    background: url(/bitrix/templates/kb/img/external-link-symbol.svg) 100% 50% no-repeat;
    background-size: 10px;
}

.clip_svg {
    background: url(/bitrix/templates/kb/img/paper-clip.svg) 100% 50% no-repeat;
    background-size: 10px;
}

.download_link_svg a {
    color: rgb(78, 80, 82);
}

.download_link_svg {
    background: url(/bitrix/templates/kb/img/download.svg) 100% 50% no-repeat;
    background-size: 10px;
    cursor: pointer;
}


.spoiler {
    position: relative;

}

.spoiler__title {
    position: relative;
    cursor: pointer;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    padding: 4px 0 5px 50px;
    margin-bottom: 12px;
    color: #097ecf;
}

.spoiler__title:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 33px;
    height: 33px;
    background: url(/bitrix/templates/trbonet/images/sprite.png?1467972018) no-repeat -299px -283px;
}

.spoiler.active .spoiler__title:before {
    background-position: -266px -283px;
}

.spoiler__body {
    display: none;
    font-size: 14px;
    line-height: 17px;
    padding-left: 50px;
}

.spoiler.active .spoiler__body {
    display: block;
}
/* End */
/* /bitrix/templates/kb/css/reset.css?17583718373486 */
/* /bitrix/templates/kb/css/default.css?17583718371159 */
/* /bitrix/templates/kb/css/magnific-popup.css?17583718376951 */
/* /bitrix/templates/kb/css/components.css?175837183794687 */
/* /bitrix/templates/kb/css/layouts.css?17583718378575 */
/* /bitrix/templates/kb/css/plugins.css?175837183721584 */
/* /bitrix/templates/kb/css/template_styles.css?176373522324381 */
/* /bitrix/templates/kb/components/bitrix/news.list/left_main_section/style.css?1758371837150 */
/* /bitrix/templates/kb/styles.css?17583718374047 */
