*,
:focus {
  outline: none !important;
}

input::-ms-clear {
  display: none;
}

:-moz-placeholder {
  opacity: 0.5;
}

::-webkit-input-placeholder {
  opacity: 0.5;
  color: inherit;
}

::-moz-placeholder {
  opacity: 0.5;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
html {
  /* height: 100%; */
  width: 100%;
}

body {
  margin: 0;
  border: 0 none;
  font: inherit;
  padding: 0;
  vertical-align: baseline;
  background-color: #dbf4fd;
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #272627;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}
/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.relative {
  position: relative;
}

.app {
  margin: 0 auto 55px;
  max-width: 960px;
  border: 1px solid #deddde;
  border-top: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 45px rgba(64, 64, 65, 0.2);
          box-shadow: 0 2px 45px rgba(64, 64, 65, 0.2);
}

.footer {
  margin: 0 auto 30px;
  color: #272627;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.footer a {
  text-decoration: none;
  color: #272627;
}

.footer a:hover {
  text-decoration: underline;
}

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

.header--top {
  height: 104px;
  width: 100%;
  background-color: #404041;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: inherit;
}

.header--top a,
.header--top a:link,
.header--top a:focus,
.header--top a:visited,
.header--top a:active {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.header--top__text, h1 {
  color: #fff;
  font-size: 27px;
  line-height: 32px;
  font-weight: 400;
  font-family: inherit;
  text-decoration: none;
}

.header--brand {
  padding-top: 16px;
  padding-left: 3%;
  padding-right: 3%;
  padding-bottom: 16px;
}

.header--bottom {
  background-color: #404041;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header--bottom__text {
  font: inherit;
  font-size: 18px;
  line-height: 32px;
  /* padding-left: 20px; */
  padding-left: 3%;
  color: #fff;
}

.headline {
  color: #272627;
  font-family: inherit;
  font-size: 27px;
  font-weight: 400;
  line-height: 32px;
}

.subheader {
  color: #272627;
  font-family: inherit;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  display: block;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 6px;
}

.subheader--small {
  color: #272627;
  font-family: inherit;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.d-block {
  display: block;
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pr-30 {
  padding-right: 30px;
}

.spacer {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.link {
  color: #299cd9;
  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: underline;
  margin: 10px auto 3px;
  display: block;
  text-align: center;
}

.link--list {
  color: #808080;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.advantages--downl-link {
  color: #4c4c4c;
  font-family: inherit;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 400;
  line-height: 45.83px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rating__control {
  position: absolute;
  left: -9999px;
  opacity: .01;
}

.if {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.rating__item {
  -webkit-tap-highlight-color: transparent;
  border: 2px solid #f5b43b;
  background-color: #fff;
  padding-left: 10px;
  margin-right: 2px;
  pointer-events: none;
  cursor: auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 10px;
}

.rating__control:nth-of-type(1):checked ~ .rating__item:nth-of-type(1),
.rating__control:nth-of-type(2):checked ~ .rating__item:nth-of-type(-n+2),
.rating__control:nth-of-type(3):checked ~ .rating__item:nth-of-type(-n+3),
.rating__control:nth-of-type(4):checked ~ .rating__item:nth-of-type(-n+4),
.rating__control:nth-of-type(5):checked ~ .rating__item:nth-of-type(-n+5) {
  background-color: #f5b43b;
}

/* frond-page */
.advantages {
  text-align: center;
  margin: 25px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 35px;
  overflow: hidden;
}

.advantages--half {
  width: 50%;
}

.advantages--table {
  margin: -5px auto 20px;
  text-align: left;
}

.advantages--half:nth-child(1) {
  padding-right: 45px;
}

.advantages--half:nth-child(2) {
  padding-left: 15px;
}

.product--table {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: left;
  vertical-align: top;
}

.product--table * tr {
  height: 22px;
  vertical-align: top;
}

.product--table-td {
  width: 30%;
}

.advantages--table__bordered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid#cec4c454;
  padding: 6px 10px;
}

.advantages--table__key {
  width: 76%;
  display: block;
}

.advantages--table__value {
  color: #808080;
  width: 100%;
}

.popular {
  padding: 10px 3%;
  background-color: #fff;
  border-bottom: 1px solid #f1f1f4;
}

.advantages--header,
.work--header,
.popular--header {
  margin: 0 auto 20px;
  color: #272627;
  text-align: center;
}

.popular--header {
  margin: 0 auto 15px;
  font-size: 18px;
}

.advantages--sheets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.sheet {
  text-align: center;
  max-width: 235px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popular--items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.popular--item {
  text-align: center;
  -webkit-box-flex:1;
  -webkit-flex:1;
      -ms-flex:1;
          flex:1;
}

.popular--item img {
  display: block;
  height: 64px;
  max-width: 64px;
  margin: 0 auto;
}

.popular--item__text {
  color: #272627;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}

.work {
  padding-top: 35px;
  padding-bottom: 40px;
  text-align: center;
}

/* Catalog */
.tabs {
  width: 100%;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tab {
  -webkit-box-shadow: 0 1px 0 #deddde;
          box-shadow: 0 1px 0 #deddde;
  background-color: #f6f5f5;
  width: 100%;
  text-align: center;
  height: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tab-active {
  -webkit-box-shadow: 0 1px 0 #deddde;
          box-shadow: 0 1px 0 #deddde;
  background-color: #ffffff;
}

.tab-active a {
  color: #4d4d4d !important;
}

.tab:not(:last-child) {
  border-right: 1px solid #deddde;
}

.tab a {
  color: #636363;
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}

.table {
  display: table;
  width: 100%;
}

.table-row {
  height: 84px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 3%;
}

.table-row:nth-child(even) {
  background-color: #fafafb;
}

.table-row--info {
  margin-left: 20px;
  margin-right: auto;
  padding-right: 10px;
}

.mt_-10px {
  margin-top: -10px !important;
}

.table-row--shortDexcription {
  color: #272627;
  font-family: "Segoe UI";
  font-size: 15px;
  font-weight: 400;
  margin: 5px 0;
  padding-right: 5px;
}

.table-row--text {
  color: #272627;
  font-family: inherit;
  font-size: 21px;
  font-weight: 400;
  margin-top: -5px;
  margin-bottom: 5px;
  display: block;
  text-decoration: none;
}

.table-row__size {
  color: #808080;
  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
  margin-right: 48px;
  white-space: nowrap;
}

.table--btn__donwload {
  width: 180px;
  height: 42px;
  background-color: #299cd9;
  color: #ffffff;
  font-family: inherit;
  font-size: 21px;
  font-weight: 400;
  text-transform: uppercase;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.table--btn__donwload:hover {
  background-color: #296bd9;
}

/* Products */
.product-details {
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.product-info {
  width: 50%;
}

.details--header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.details--screen {
  width: 50%;
}

.product-details--logo {
  width: 64px;
  height: 64px;
  max-width: 64px;
}

.product-details--info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.product-details--half {
  margin-top: 10px;
  padding-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
}

.screenshot {
  max-width: 280px;
}

.product-details-rating {
  margin-top: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.product-details--big-download {
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background-color: #296bd9;
  color: #ffffff;
  font-family: inherit;
  font-size: 44px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 15px;
  display: inline-block;
  text-decoration: none;
  padding: 14px 60px;
  text-align: center;
}

.btn-big-donwload {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #00ab2c;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.42);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.42);
  color: #ffffff;
  font-family: inherit;
  font-size: 44px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  margin: 15px 8px;
  padding: 14px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  text-align: center;
}

.btn-big-donwload__img {
  max-width: 64px;
  width: 100%;
  height: auto;
  max-height: 70px;
  margin-right: 20px;
}

.btn-big-donwload:hover {
  opacity: .92;
}

.btn-big-donwload--text {
  color: #ffffff;
  font-size: 54px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.73px;
}

.btn-big-donwload--free {
  color: #63de56;
  font-size: 16px;
  font-weight: 400;
  text-transform: lowercase;
}

.advantages--bottom * img {
  width: 27px;
  height: auto;
  margin: 0;
}

.advantages--bottom {
  background-color: #f2f2f5;
  padding: 20px 37px;
  margin-top: 20px;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.advantages--bottom__table {
  width: 50%;
}

.advantages--bottom__table2 {
  width: 50%;
  padding-left: 60px;
}

.advantages--list__text {
  padding-left: 10px;
}

.advantages--right-list {
  list-style: none;
  color: #272627;
  font-size: 14px;
  text-align: left;
  padding-left: 0;
  margin-top: 35px;
}

.advantages--right-list li {
  padding: 5px 0;
  vertical-align: middle;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.advantages--bottom__td {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 95%;
}

@media screen and (max-width: 717px) {
  .advantages {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .advantages--half {
    width: 90%;
  }

  .btn-big-donwload {
    margin: 15px 0;
  }

  .advantages--half:nth-child(1) {
    padding-right: 0;
  }

  .advantages--bottom {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .advantages--bottom__table {
    width: 100%;
  }
  
  .advantages--bottom__table2 {
    width: 100%;
    padding-left: 0px;
    margin-top: 15px;
  }
}

.product-details--description-name {
  margin-top: 70px;
}

.product-details--description {
  max-width: 765px;
  color: #333333;
  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.product-details--header {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-details--table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.product-details--thead {
  color: #272627;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  height: 30px;
  background-color: rgba(64,64,65, .2) !important;
  padding-left: 20px;
}

.product-details--table tr:nth-child(odd) {
  background-color: #fafafb;
}

.product-details--table tr td {
  padding-left: 20px;
  height: 58px;
}

.product-details--table tr td:last-child {
  padding-left: 0;
}

.product-details--thead th {
  text-align: left;
  padding-left: 20px;
}

.product-details--td-version {
  color: #272627;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
}

.product-details--td-language,
.product-details--td-platform {
  color: #272627;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
}

.product-details--td-size {
  color: #808080;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
}

.product-details--td-downl {
  color: #1e3bd1 !important;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-details--td-downl:before {
  content: url('images/downl-icon.png');
  width: 24px;
  height: 24px;
  cursor: pointer;
  padding-right: 10px;
}

.slider-wrapper {
  padding: 10px 30px;
  max-width: 840px;
  margin:0 auto;
  text-align:center;
  position: relative;
}

.slick-slide img {
  margin: 0 auto !important;
  max-width: 100%;
}

.slick-arrow {
  display: none !important;
}

.slider-arrow {
  position: absolute;
  background-color: transparent;
  top: 50%;
  right: 8px;
  display: block;
  width: 40px;
  height: 40px;
  border-left: 5px solid #424243;
  border-bottom: 5px solid #424243;
  border-top: none;
  border-right: none;
  margin: 0 auto;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  cursor: pointer;
  margin: 0;
  opacity: .7;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.slider-arrow:hover {
  opacity: 1;
}

.back {
  left: 7px !important;
  right: 0;
  -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.details--screen__mobile {
  display: none;
}

@media screen and (max-width: 980px) {
  .app {
    border: 0;
    border-bottom: 1px solid #fff
  }
}

@media screen and (max-width:1024px) {
  .product-details--td-version,
  .product-details--td-platform,
  .product-details--td-language,
  .product-details--td-size {
    font-size: 14px;
  }

  .product-details--td-downl {
    width: auto;
  }
}

@media screen and (max-width: 700px) {
  .advantages--sheets {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .sheet {
    margin-bottom: 20px;
    max-width: 100%;
  }

  .popular--items {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .popular--item {
    margin: 10px 8px;
  }

  /* Catalog */
  .table--btn__donwload {
    width: auto;
    height: auto;
    padding: 10px 15px;
  }

  .table-row__size {
    font-size: 17px;
    margin-right: 25px;
  }

  .details--screen {
    display: none;
  }

  .product-info {
    width: 100%;
  }
  .product-details--table tr td {
    padding-left: 5px;
  }

  .product-details--big-download {
    display: block;
    padding: 10px;
  }

  .product-details--thead th {
    padding-left: 0;
  }

  .product-details--description-name {
    margin-top: 45px;
  }

  .details--screen__mobile {
    display: block !important;
    margin: 0 auto;
    width: 100%;
  }

  .tab {
    padding: 0 2px;
  }
}

@media screen and (max-width: 550px) {
  .hidden-xs {
    display: none;
  }

  .footer-copy,
  .footer-mail,
  .footer-licence {
    display: block;
    margin-top: 6px;
  }

  .header--top__text {
    font-size: 16px;
    line-height: 1.5;
    padding-right: 3%;
  }

  .header--brand {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .header--bottom__text {
    font-size: 14px;
    line-height: 26px;
  }

  .footer {
    line-height: 1.4;
  }

  .slider-arrow {
    top: 40%;
    opacity: 1;
  }

  .tabs {
    overflow: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .table-row {
    height: auto;
  }

  .table-row--info {
    margin-left: 10px;
  }

  .table-row--text {
    font-size: 14px;
    margin: 0;
  }

  .table-row--shortDexcription {
    font-size: 12px;
  }

  .rating__item {
    margin: 0;
    padding-left: 5px;
    height: 7px;
  }

  .table-row__size {
    font-size: 10px;
    margin-right: 5px;
  }

  .table--btn__donwload {
    padding: 8px 10px;
    font-size: 12px;
  }
}

.rating__item--product {
  height: 10px !important;
  margin-right: 5px !important;
  padding-left: 10px !important;
}

.img64px {
  min-width: 64px;
  min-height: 64px;
  max-width: 64px;
  max-height: 64px;
  width: 64px !important;
  height: 64px !important;
  position: relative;
  overflow: hidden;
}

.js-lazy {
  position: relative;
  min-width: 64px;
  min-height: 64px;
  max-width: 64px;
  max-height: 64px;
  width: 64px;
  height: 64px;
  overflow: hidden;
}

.js-lazy:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 64px !important;
  height: 64px !important;
  background-color: inherit;
  z-index: 2;
}

.js-lazy:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 64px !important;
  height: 64px !important;
  background-color: white;
  z-index: 2;
}

.p1,
.p2,
.p3,
.p4 {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 18px;
}

@media screen and (max-width: 505px) {
  .product-details--table {
    width: 1px !important;
    height: 1px !important;
    opacity: .01;
    overflow: hidden;
    display: block;
  }
}

.download {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.download--btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #4CAF50;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  border-radius: 4px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.download--btn:hover {
  background-color: #45a049;
  transform: translateY(-2px);
}

.download--btn:active {
  transform: translateY(1px);
}

