/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
*:focus {
  outline: none; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  font-family: sans-serif; }

a {
  text-decoration: none; }

.wrapper {
  width: 100%;
  max-width: 980px;
  margin: 0 auto; }

.main-wrapper {
  width: 100%;
  max-width: 1000px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px; }
  @media (max-width: 599px) {
    .main-wrapper {
      padding: 0; } }

.header {
  position: relative;
  padding: 0 1%;
  -webkit-box-shadow: 0 3px 5px rgba(11, 21, 31, 0.3);
  box-shadow: 0 3px 5px rgba(11, 21, 31, 0.3);
  z-index: 10; }
  @media (max-width: 900px) {
    .header {
      padding: 0;
      z-index: 15; } }

.header__inner-block {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  background-color: #fff; }

.header__left {
  float: left;
  width: 36%;
  padding: 15px 0 10px; }
  @media (max-width: 900px) {
    .header__left {
      width: 54%;
      padding: 15px 0 0; } }
  @media (max-width: 599px) {
    .header__left {
      width: 43%;
      padding: 0; } }
  .header__left a {
    position: relative;
    display: block;
    margin-bottom: 10px;
    height: 60px; }
    @media (max-width: 900px) {
      .header__left a {
        margin-bottom: 5px; } }
    @media (max-width: 599px) {
      .header__left a {
        margin-bottom: 0;
        width: 86%;
        margin-left: 12px;
        height: 85px;
        position: relative; } }
    .header__left a img {
      max-width: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
      @media (max-width: 599px) {
        .header__left a img {
          width: 100%; } }
  .header__left span {
    display: block;
    font-family: "OpenSansSemiBold", sans-serif;
    font-size: 11px;
    line-height: 1.2;
    color: #0f4799; }
    @media (max-width: 599px) {
      .header__left span {
        display: none; } }

.header__right {
  position: relative;
  padding-top: 62px;
  background-color: #fff;
  float: right;
  width: 64%; }
  @media (max-width: 900px) {
    .header__right {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      width: 100%;
      padding-top: 30px;
      background-color: #0055a6;
      -webkit-box-shadow: 0 3px 5px rgba(11, 21, 31, 0.3);
      box-shadow: 0 3px 5px rgba(11, 21, 31, 0.3); } }

.mobile-menu-opener {
  position: relative;
  display: none;
  width: 13%;
  margin-right: 3%;
  height: 105px;
  float: left; }
  @media (max-width: 900px) {
    .mobile-menu-opener {
      display: block; } }
  @media (max-width: 599px) {
    .mobile-menu-opener {
      margin-right: 0;
      width: 17%;
      height: 85px; } }
  .mobile-menu-opener:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    display: block;
    width: 37px;
    height: 30px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url(../img/mobile-menu-opener.png);
    background-position: 0 0;
    background-repeat: no-repeat; }
    @media (max-width: 599px) {
      .mobile-menu-opener:after {
        width: 27px;
        height: 22px;
        background-size: 27px; } }
  .mobile-menu-opener.active {
    background-color: #0055a6; }
    .mobile-menu-opener.active:after {
      background-position: 0 -40px; }
      @media (max-width: 599px) {
        .mobile-menu-opener.active:after {
          background-position: 0 -29px; } }

.header__search {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 0; }
  .header__search--no_social {
    left: auto;
    right: 0; }
  @media (max-width: 900px) {
    .header__search {
      width: 92%;
      padding: 0 4%;
      margin-bottom: 15px;
      position: static; } }
  @media (max-width: 599px) {
    .header__search {
      width: 84%;
      padding: 0 8%; } }
  .header__search input {
    float: left;
    height: 23px;
    width: 115px;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-right: 0; }
    @media (max-width: 900px) {
      .header__search input {
        float: none;
        height: 30px;
        width: 100%;
        padding: 0 10px 0 35px;
        border: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-image: url(../img/header-search-magn.png);
        background-repeat: no-repeat;
        background-position: 10px center; }
        .header__search input::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #fff; }
        .header__search input::-moz-placeholder {
          /* Firefox 19+ */
          color: #fff; }
        .header__search input:-ms-input-placeholder {
          /* IE 10+ */
          color: #fff; }
        .header__search input:-moz-placeholder {
          /* Firefox 18- */
          color: #fff; } }
    @media (max-width: 599px) {
      .header__search input {
        font-size: 1em; } }
  .header__search label,
  .header__search button {
    border: none;
    float: left;
    display: block;
    width: 25px;
    height: 25px;
    background-color: #8dc63f;
    cursor: pointer;
    background-image: url(../img/header-search.png);
    background-repeat: no-repeat;
    background-position: center; }
    @media (max-width: 900px) {
      .header__search label,
      .header__search button {
        display: none; } }
    .header__search label:hover,
    .header__search button:hover {
      background-color: #74a72f; }

.header__country {
  width: 115px;
  position: absolute;
  top: 17px;
  right: 13%; }
  @media (max-width: 900px) {
    .header__country {
      position: relative;
      top: 0;
      right: unset;
      float: right;
      width: 15%; } }
  @media (max-width: 599px) {
    .header__country {
      width: 23%; } }
  @media print {
    .header__country {
      display: none; } }

.header-country__curent-country {
  position: relative;
  padding: 5px 35px 5px 0;
  cursor: pointer; }
  @media (max-width: 900px) {
    .header-country__curent-country {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      height: 105px;
      padding: 0;
      border-left: 1px solid #e9edf1; } }
  @media (max-width: 599px) {
    .header-country__curent-country {
      height: 85px; } }
  .header-country__curent-country span {
    font-family: "OpenSansSemiBold", sans-serif;
    font-size: 12px;
    color: #444; }
    @media (max-width: 900px) {
      .header-country__curent-country span {
        display: block; } }
    @media (max-width: 599px) {
      .header-country__curent-country span {
        color: #0055a6; } }
  .header-country__curent-country:after {
    content: '';
    display: block;
    position: absolute;
    top: 11px;
    right: 10px;
    width: 9px;
    height: 5px;
    background-image: url(../img/submenu-opener.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer; }
    @media (max-width: 900px) {
      .header-country__curent-country:after {
        display: none; } }

.header-country-list__item {
  padding: 5px 10px; }
  .header-country-list__item span {
    font-size: 12px;
    color: #444; }

.header__lang {
  position: absolute;
  top: 10px;
  right: 12%;
  width: 83px; }
  @media (max-width: 900px) {
    .header__lang {
      position: relative;
      top: unset;
      right: unset;
      float: left;
      width: 15%; } }
  @media (max-width: 599px) {
    .header__lang {
      width: 17%; } }

.header-lang__curent-lang {
  position: relative;
  padding: 12px 37px 12px 21px;
  border-left: 1px solid #e9edf1;
  border-right: 1px solid #e9edf1;
  cursor: pointer;
  background-color: #fff; }
  @media (max-width: 900px) {
    .header-lang__curent-lang {
      width: 100%;
      height: 105px;
      padding: 0;
      border-right: none; } }
  @media (max-width: 599px) {
    .header-lang__curent-lang {
      height: 85px; } }
  .header-lang__curent-lang:before {
    content: '';
    display: block;
    height: 16px;
    width: 23px;
    background-position: center;
    background-size: cover; }
    @media (max-width: 900px) {
      .header-lang__curent-lang:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        height: 26px;
        width: 40px;
        background-size: contain; } }
    @media (max-width: 599px) {
      .header-lang__curent-lang:before {
        height: 20px;
        width: 30px; } }
  .header-lang__curent-lang:after {
    content: '';
    display: block;
    position: absolute;
    top: 17px;
    right: 16px;
    width: 9px;
    height: 5px;
    background-image: url(../img/submenu-opener.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer; }
    @media (max-width: 900px) {
      .header-lang__curent-lang:after {
        display: none; } }

.lang-ru:before {
  background-image: url(../img/lang-ru.jpg); }
  @media (max-width: 900px) {
    .lang-ru:before {
      background-image: url(../img/lang-ru--big.jpg); } }

.lang-en:before {
  background-image: url(../img/lang-flag-en.jpg); }

.lang-by:before {
  background-image: url(../img/lang-flag-by.jpg); }

.lang-list__block,
.header-country-list__block {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.15);
  z-index: 7; }

.lang-list__block {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e9edf1; }

.lang-list {
  margin: 0; }

.lang-list__item,
.header-country-list__item {
  cursor: pointer; }
  .lang-list__item:hover,
  .header-country-list__item:hover {
    color: #818181;
    background-color: #ccdded; }
  .lang-list__item span,
  .header-country-list__item span {
    font-family: "OpenSansSemiBold", sans-serif;
    position: relative;
    display: inline-block;
    cursor: pointer; }

.lang-list__item {
  position: relative;
  padding: 10px 0 10px 15px; }
  @media (max-width: 599px) {
    .lang-list__item {
      padding: 10px 0 10px 5px; } }
  .lang-list__item:before {
    float: left;
    content: '';
    display: inline-block;
    margin-right: 8px;
    width: 23px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .lang-list__item span {
    float: left;
    font-size: 14px;
    line-height: 16px;
    height: 16px;
    color: #0054a6; }

#lang-ru:before {
  background-image: url(../img/lang-ru.jpg); }

#lang-en:before {
  background-image: url(../img/lang-flag-en.jpg); }

#lang-by:before {
  background-image: url(../img/lang-flag-by.jpg); }

.header__social {
  position: absolute;
  top: 12px;
  right: 4%; }
  @media (max-width: 900px) {
    .header__social {
      position: static; } }
  .header__social a {
    display: inline-block;
    width: 33px;
    height: 33px;
    overflow: hidden;
    border: 1px solid #dbe7f2;
    border-radius: 50%; }
    @media (max-width: 900px) {
      .header__social a {
        display: block;
        height: 74px;
        width: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
        border-radius: 0;
        float: left;
        border-top: 1px solid #3377b8;
        background-repeat: no-repeat;
        background-position: center; }
        .header__social a:first-child {
          background-image: url(../img/header__social-1.png); }
        .header__social a:last-child {
          background-image: url(../img/header__social-2.png); }
        .header__social a img {
          display: none; } }
    .header__social a:first-child {
      margin-right: 3px; }
      @media (max-width: 900px) {
        .header__social a:first-child {
          margin-right: 0;
          border-right: 1px solid #3377b8; } }
    .header__social a:hover {
      -webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.2);
      box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.2); }

.main-menu {
  background-color: #FFF;
  border-top: 1px solid #dcdcdc; }
  @media (max-width: 900px) {
    .main-menu {
      border-top: none;
      padding-bottom: 15px;
      background-color: #0055a6; } }
  .main-menu > ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 900px) {
      .main-menu > ul {
        display: block; } }
    .main-menu > ul > li {
      position: relative;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 20%;
      position: relative;
      text-align: center; }
      @media (max-width: 900px) {
        .main-menu > ul > li {
          width: 100%;
          padding: 0;
          text-align: left; } }
      .main-menu > ul > li > a,
      .main-menu > ul > li.active > a,
      .main-menu > ul > li > span {
        display: block;
        height: 50px;
        line-height: 50px;
        font-family: "OpenSansBold", sans-serif;
        color: #0055a6;
        font-size: 0.775em; }
        @media (max-width: 900px) {
          .main-menu > ul > li > a,
          .main-menu > ul > li.active > a,
          .main-menu > ul > li > span {
            height: 40px;
            font-size: 1em;
            line-height: 40px;
            color: #fff;
            padding: 0 4%;
            font-family: "OpenSansBold", sans-serif;
            text-transform: uppercase; } }
      @media (min-width: 901px) {
        .main-menu > ul > li.active:after, .main-menu > ul > li.submenu:hover:after {
          content: '';
          display: block;
          height: 3px;
          width: 100%;
          position: absolute;
          top: -2px;
          left: 0;
          right: 0;
          background-color: #0054a6; }
        .main-menu > ul > li:hover:after {
          content: '';
          display: block;
          height: 3px;
          width: 100%;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          background-color: #8ec63f; }
        .main-menu > ul > li:hover > a,
        .main-menu > ul > li > a:hover {
          color: #8ec63f; }
        .main-menu > ul > li.active:hover > a,
        .main-menu > ul > li.active > a:hover {
          color: #0055a6; }
        .main-menu > ul > li.active:hover:after {
          background-color: #0054a6; } }
      .main-menu > ul > li:not(:last-child) ul {
        left: 0; }
      .main-menu > ul > li ul {
        display: none;
        padding: 10px;
        position: absolute;
        top: 100%;
        background-color: #fff;
        text-align: left;
        border: 1px solid #efefef; }
        @media (max-width: 900px) {
          .main-menu > ul > li ul {
            position: static;
            background-color: unset;
            border: none;
            padding: 0; } }
        .main-menu > ul > li ul li a {
          display: block;
          padding: 10px;
          line-height: 1.2;
          color: #0054a6;
          font-family: "OpenSansRegular", sans-serif;
          font-size: 0.8em;
          white-space: nowrap; }
          @media (max-width: 900px) {
            .main-menu > ul > li ul li a {
              height: 40px;
              padding: 0 4%;
              margin-bottom: 15px;
              line-height: 40px;
              color: #fff;
              font-size: 1em;
              font-family: "OpenSansBold", sans-serif;
              text-transform: uppercase;
              background-color: #3377b8; } }
          @media (min-width: 901px) {
            .main-menu > ul > li ul li a:hover {
              color: #fff;
              background-color: #0054a6; } }
      @media (min-width: 901px) {
        .main-menu > ul > li:hover ul {
          display: block; } }

.main-menu.sticky {
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  -webkit-box-shadow: 0 3px 5px rgba(11, 21, 31, 0.3);
  box-shadow: 0 3px 5px rgba(11, 21, 31, 0.3);
  z-index: 10; }
  @media (max-width: 900px) {
    .main-menu.sticky {
      position: static !important;
      -webkit-box-shadow: none;
      box-shadow: none; } }
  .main-menu.sticky > ul {
    position: relative;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .main-menu.sticky > ul li:fist-child {
      margin-left: 43%; }

@media (min-width: 901px) {
  .submenu span:after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 5px;
    margin-bottom: 2px;
    margin-left: 5px;
    background-image: url(../img/submenu-opener.png);
    background-repeat: no-repeat;
    background-position: bottom;
    cursor: pointer; }
  .submenu:hover {
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef; }
    .submenu:hover span:before {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      border-bottom: 2px solid #fff;
      background-color: #FFF;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -1px;
      z-index: 1; } }

@media (max-width: 900px) {
  .submenu.opened span {
    color: #0055a6;
    background-color: #fff; } }

@media (max-width: 900px) {
  .submenu.opened ul {
    display: block; } }

.submenu.opened:after {
  content: ''; }

li.submenu:last-child ul {
  right: 0; }

.footer {
  position: relative;
  background-image: url(../img/footer-bg.jpg);
  color: #fff;
  font-size: 0.8125em;
  padding: 0 30px; }
  @media (max-width: 900px) {
    .footer {
      padding: 0 40px; } }
  @media print {
    .footer {
      display: none; } }

.footer a {
  color: #fff; }

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

.footer__inner-block {
  width: 100%;
  max-width: 950px;
  padding: 30px 0 16px;
  margin: 0 auto; }
  @media (max-width: 900px) {
    .footer__inner-block {
      padding: 0 0 20px; } }
  @media (max-width: 599px) {
    .footer__inner-block {
      padding: 35px 0 20px; } }

.footer__left {
  font-family: "OpenSansRegular", sans-serif;
  float: left;
  width: 32%; }
  @media (max-width: 900px) {
    .footer__left {
      float: none;
      width: 100%;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (max-width: 599px) {
    .footer__left {
      display: block; } }
  @media (max-width: 599px) {
    .footer__left {
      margin-bottom: 25px; } }

.footer__left div {
  position: relative;
  font-family: "OpenSansLight", sans-serif;
  line-height: 1.615;
  color: #d4d4d4;
  padding: 30px 0 30px 80px; }
  @media (max-width: 900px) {
    .footer__left div {
      float: left;
      padding: 30px 0 30px 65px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  @media (max-width: 599px) {
    .footer__left div {
      float: none;
      padding: 25px 0 25px 75px; } }

.footer__left div:first-child {
  font-family: "OpenSansRegular", sans-serif;
  color: #fff;
  padding: 3px 0; }

@media (max-width: 900px) {
  .footer__left div:nth-child(1) {
    width: 34%; } }

@media (max-width: 599px) {
  .footer__left div:nth-child(1) {
    width: 100%; } }

@media (max-width: 900px) {
  .footer__left div:nth-child(2) {
    width: 42%; } }

@media (max-width: 599px) {
  .footer__left div:nth-child(2) {
    width: 100%; } }

@media (max-width: 900px) {
  .footer__left div:nth-child(3) {
    width: 24%; } }

@media (max-width: 599px) {
  .footer__left div:nth-child(3) {
    width: 100%; } }

.footer__left div img {
  height: 60px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }
  @media (max-width: 900px) {
    .footer__left div img {
      height: 50px; } }
  @media (max-width: 599px) {
    .footer__left div img {
      height: 60px; } }

.footer__left span {
  display: block; }

.footer__right {
  position: relative;
  float: right;
  width: 68%; }
  @media (max-width: 900px) {
    .footer__right {
      float: none;
      width: 100%; } }

.footer__right ul {
  float: left; }

.footer__right ul:nth-child(1) {
  width: 25%;
  margin-right: 2%; }
  @media (max-width: 900px) {
    .footer__right ul:nth-child(1) {
      width: 32%;
      margin-right: 2%; } }
  @media (max-width: 599px) {
    .footer__right ul:nth-child(1) {
      width: 50%;
      margin-right: 5%;
      margin-bottom: 20px; } }

.footer__right ul:nth-child(2) {
  width: 35%;
  margin-right: 5%; }
  @media (max-width: 900px) {
    .footer__right ul:nth-child(2) {
      width: 37%;
      margin-right: 5%; } }
  @media (max-width: 599px) {
    .footer__right ul:nth-child(2) {
      width: 50%;
      margin-right: 0;
      padding-right: 0; } }

.footer__right ul:nth-child(3) {
  width: 33%; }
  @media (max-width: 900px) {
    .footer__right ul:nth-child(3) {
      width: 24%; } }
  @media (max-width: 599px) {
    .footer__right ul:nth-child(3) {
      width: 45%;
      float: none;
      position: absolute;
      top: 0;
      right: 0; } }

.footer__right ul li {
  display: block;
  padding: 6px 0;
  margin: 0; }
  @media (max-width: 599px) {
    .footer__right ul li {
      padding: 4px 0; } }

.footer__right a {
  font-family: "OpenSansLight", sans-serif;
  line-height: 1.08;
  color: #f8ffee;
  padding: 0;
  margin: 0; }

.footer-list__big-item {
  padding: 10px 0; }

li.footer-list__big-item,
li.footer-list__big-item a {
  font-family: "OpenSansSemiBold", sans-serif;
  text-transform: uppercase;
  color: #fff; }

.footer__copyright-block {
  position: relative;
  width: 100%;
  max-width: 950px;
  padding: 14px 0 40px;
  margin: 0 auto;
  text-align: center; }
  @media (max-width: 599px) {
    .footer__copyright-block {
      text-align: left; } }

.footer__copyright-block > span {
  font-family: "OpenSansSemiBold", sans-serif;
  text-transform: uppercase; }
  @media (max-width: 599px) {
    .footer__copyright-block > span {
      display: block;
      margin-bottom: 30px;
      font-size: 0.8125em; } }

#piplos_link {
  position: absolute;
  top: 0;
  right: 11.5%;
  display: block;
  width: 130px;
  overflow: hidden;
  -webkit-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms; }
  @media (max-width: 900px) {
    #piplos_link {
      width: 24%;
      right: 0; } }
  @media (max-width: 599px) {
    #piplos_link {
      position: static;
      width: 130px; } }

#piplos_link a {
  display: block;
  margin: 0;
  padding: 2px 0;
  padding-left: 40px;
  background: none;
  border: none;
  outline: none;
  background: url(../img/piplos-logo.png) left center no-repeat;
  font-size: 13px;
  line-height: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-transform: none;
  color: #fff; }
  @media (max-width: 900px) {
    #piplos_link a {
      padding-right: 10px;
      text-align: left; } }

.common-banner {
  position: relative;
  width: 100%;
  background-image: url(../img/common-banner-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .common-banner:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 70, 102, 0.8)), to(rgba(38, 70, 102, 0.2)));
    background: linear-gradient(to bottom, rgba(38, 70, 102, 0.8) 0%, rgba(38, 70, 102, 0.2) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc264666', endColorstr='#33264666', GradientType=0);
    /* IE6-9 */ }

.common-banner__container {
  position: relative;
  height: 220px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2; }
  @media (max-width: 900px) {
    .common-banner__container {
      height: 150px; } }
  @media print {
    .common-banner__container {
      display: none; } }
  .common-banner__container > span,
  .common-banner__container h1 {
    font-family: "OpenSansBold", sans-serif;
    font-size: 2.5em;
    color: #fff; }
    @media (max-width: 900px) {
      .common-banner__container > span,
      .common-banner__container h1 {
        font-size: 1.625em; } }

.common-banner__breadcrumbs {
  font-family: "OpenSansSemiBold", sans-serif; }
  @media (max-width: 900px) {
    .common-banner__breadcrumbs {
      display: none; } }
  .common-banner__breadcrumbs li {
    display: inline;
    color: #fff;
    font-size: 0.875em;
    line-height: 1.5; }
    .common-banner__breadcrumbs li:last-child {
      color: #8dc63f; }
    .common-banner__breadcrumbs li:after {
      content: ' /'; }
    .common-banner__breadcrumbs li:last-child:after {
      display: none; }
    .common-banner__breadcrumbs li a {
      color: #fff; }

.common-text-block {
  position: relative;
  padding: 30px 0 25px; }
  @media (max-width: 900px) {
    .common-text-block {
      padding: 30px 0 20px; } }
  @media (max-width: 599px) {
    .common-text-block {
      margin-bottom: 25px;
      padding: 30px 0 25px; } }
  .common-text-block h2 {
    font-family: "OpenSansSemiBold", sans-serif;
    color: #444;
    font-size: 1.75em;
    margin-bottom: 30px; }
    @media (max-width: 900px) {
      .common-text-block h2 {
        margin-bottom: 20px;
        font-size: 1.375em; } }
    @media (max-width: 599px) {
      .common-text-block h2 {
        margin-bottom: 25px;
        line-height: 1.3; } }
  .common-text-block h3 {
    margin-bottom: 20px;
    font-family: "OpenSansBold", sans-serif;
    font-size: 0.875em;
    color: #303030;
    line-height: 1.4; }
  .common-text-block p,
  .common-text-block ul,
  .common-text-block ol {
    margin-bottom: 20px;
    font-family: "OpenSansRegular", sans-serif;
    color: #888;
    font-size: 0.875em;
    line-height: 1.5; }
    .common-text-block p:last-child,
    .common-text-block ul:last-child,
    .common-text-block ol:last-child {
      margin-bottom: 0; }
  .common-text-block ul,
  .common-text-block ol {
    list-style: unset;
    padding-left: 25px; }
  .common-text-block ol {
    list-style-type: decimal; }
  .common-text-block iframe {
    display: block;
    margin: 30px auto 30px;
    max-width: 100%;
    text-align: center; }
  .common-text-block img {
    margin-bottom: 20px;
    max-width: 100%; }
  .common-text-block u {
    text-decoration: underline; }
  .common-text-block b, .common-text-block strong {
    font-family: "OpenSansBold", sans-serif; }
    .common-text-block b i, .common-text-block b em, .common-text-block strong i, .common-text-block strong em {
      font-family: "OpenSansBoldItalic", sans-serif; }
  .common-text-block i, .common-text-block em {
    font-family: "OpenSansItalic", sans-serif; }
    .common-text-block i b, .common-text-block i strong, .common-text-block em b, .common-text-block em strong {
      font-family: "OpenSansBoldItalic", sans-serif; }

.common-separator {
  height: 0;
  width: 100%;
  border-bottom: 1px solid #d1d1d1; }

.transformer-tabs {
  border-bottom: 1px solid #d1d1d1; }
  .transformer-tabs ul {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    list-style: none;
    padding: 0; }
  .transformer-tabs li {
    display: inline-block;
    padding: 0;
    vertical-align: bottom; }
  .transformer-tabs a {
    display: inline-block;
    text-decoration: none;
    padding: 5px 10px 15px;
    font-family: "OpenSansSemiBold", sans-serif;
    font-size: 0.8125em;
    color: #888; }
    @media (max-width: 900px) {
      .transformer-tabs a {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 50px; } }
    @media (max-width: 599px) {
      .transformer-tabs a {
        display: block;
        padding: 10px 8%; } }
    .transformer-tabs a.active {
      border-bottom: 3px solid #0054a6;
      position: relative;
      bottom: -2px;
      color: #444; }
      @media (max-width: 900px) {
        .transformer-tabs a.active {
          color: #888; } }
  @media (max-width: 900px) {
    .transformer-tabs ul {
      border-bottom: 0;
      overflow: hidden;
      position: relative; }
      .transformer-tabs ul::after {
        content: '';
        display: block;
        position: absolute;
        top: 8px;
        width: 16px;
        height: 16px;
        right: 50px;
        z-index: 2;
        pointer-events: none;
        background-image: url("../img/f0c9.svg");
        background-size: cover; }
      .transformer-tabs ul.open li:first-child a {
        border-top: 1px solid #fff; }
      .transformer-tabs ul.open a {
        position: relative;
        display: block;
        border-top: 1px solid #d1d1d1; }
        .transformer-tabs ul.open a.active {
          color: #888; }
          .transformer-tabs ul.open a.active:hover {
            color: #888; }
    .transformer-tabs li {
      display: block; }
    .transformer-tabs a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .transformer-tabs a.active {
        border: 0;
        z-index: 1;
        background-color: #fff; }
        .transformer-tabs a.active:hover {
          background-color: #fff;
          color: #888; }
      .transformer-tabs a:hover {
        background-color: #ccdded;
        color: #0054a6; } }
  @media (max-width: 600px) {
    .transformer-tabs ul::after {
      right: 8%; } }

.tabs-item {
  display: none; }
  .tabs-item.active {
    display: block; }

.common-form__fields-container {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.common-form {
  padding: 40px 0 70px; }
  @media (max-width: 599px) {
    .common-form {
      padding: 40px 0 50px; } }
  .common-form input:not([type="submit"]):not([type="file"]),
  .common-form textarea,
  .common-form select,
  .common-form .ui-selectmenu-button.ui-button {
    display: block;
    width: 100%;
    padding: 0 10px;
    min-height: 37px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e5eaf3;
    border: none;
    font-family: "OpenSansSemiBold", sans-serif;
    color: #a8b0bc;
    font-size: 1em;
    border-top: 2px solid #bac3d5;
    border-left: 2px solid #bac3d5;
    border-right: 2px solid #e5eaf3;
    border-bottom: 2px solid #e5eaf3; }
    .common-form input:not([type="submit"]):not([type="file"]).error,
    .common-form textarea.error,
    .common-form select.error,
    .common-form .ui-selectmenu-button.ui-button.error {
      background-color: #fff;
      border: 2px solid #da0000;
      border-radius: 4px;
      background-image: url("../img/input-error--icon.png");
      background-repeat: no-repeat;
      background-position: right center; }
    @media (max-width: 900px) {
      .common-form input:not([type="submit"]):not([type="file"]),
      .common-form textarea,
      .common-form select,
      .common-form .ui-selectmenu-button.ui-button {
        font-size: 0.875em;
        min-height: 31px; } }
  .common-form input:not([type="submit"]):not([type="file"]):focus,
  .common-form textarea:focus,
  .common-form .ui-selectmenu-button.ui-button.ui-selectmenu-button-open[aria-activedescendant] {
    color: #3a3a3a;
    background-color: #fff;
    border: 2px solid #0055a6;
    border-radius: 2px; }
    .common-form input:not([type="submit"]):not([type="file"]):focus.error,
    .common-form textarea:focus.error,
    .common-form .ui-selectmenu-button.ui-button.ui-selectmenu-button-open[aria-activedescendant].error {
      background-color: #fff;
      border: 2px solid #da0000;
      border-radius: 4px;
      background-image: none; }
  .common-form input:not([type="submit"]):not([type="file"]).filled,
  .common-form textarea.filled,
  .common-form .ui-selectmenu-button.ui-button[aria-activedescendant] {
    color: #3a3a3a;
    background-color: #fff;
    border-top: 2px solid #bac3d5;
    border-left: 2px solid #bac3d5;
    border-right: 2px solid #e5eaf3;
    border-bottom: 2px solid #e5eaf3; }
    .common-form input:not([type="submit"]):not([type="file"]).filled:focus.error, .common-form input:not([type="submit"]):not([type="file"]).filled.error,
    .common-form textarea.filled:focus.error,
    .common-form textarea.filled.error,
    .common-form .ui-selectmenu-button.ui-button[aria-activedescendant]:focus.error,
    .common-form .ui-selectmenu-button.ui-button[aria-activedescendant].error {
      background-image: none;
      border-top: 2px solid #bac3d5;
      border-left: 2px solid #bac3d5;
      border-right: 2px solid #e5eaf3;
      border-bottom: 2px solid #e5eaf3; }
  .common-form .error input:not([type="submit"]):not([type="file"]) {
    color: #3a3a3a;
    background-color: #fff;
    border-top: 2px solid #bac3d5;
    border-left: 2px solid #bac3d5;
    border: 2px solid #da0000;
    border-radius: 2px; }
  .common-form textarea {
    padding: 10px; }
  .common-form input[type="submit"] {
    display: block;
    position: relative;
    padding: 10px 30px;
    margin: 0 auto;
    border: none;
    border-bottom: 2px solid #5c8c1a;
    background-color: #8DC63F;
    border-radius: 2px;
    color: #FFF;
    font-size: 0.875em;
    font-family: "OpenSansSemiBold", sans-serif;
    cursor: pointer; }
    @media (max-width: 599px) {
      .common-form input[type="submit"] {
        padding: 10px 40px;
        font-size: 1em; } }
    .common-form input[type="submit"]:hover {
      top: 1px;
      margin-top: 1px;
      border-bottom: 1px solid #5c8c1a; }
    .common-form input[type="submit"]:active {
      top: 2px;
      margin-top: 2px;
      border-bottom: 0; }
  .common-form textarea {
    height: auto;
    resize: vertical; }
  .common-form label,
  .common-form .common-field-file__label {
    display: inline-block;
    margin-bottom: 10px;
    font-family: "OpenSansSemiBold", sans-serif;
    color: #444;
    font-size: 1em;
    line-height: 1.25; }
    @media (max-width: 900px) {
      .common-form label,
      .common-form .common-field-file__label {
        font-size: 0.875em; } }
    @media (max-width: 599px) {
      .common-form label,
      .common-form .common-field-file__label {
        font-size: 1em; } }
    .common-form label span,
    .common-form .common-field-file__label span {
      font-family: "OpenSansRegular", sans-serif;
      color: #CED5E2;
      font-size: 0.875em; }
  .common-form label.error {
    position: relative;
    padding: 10px;
    margin-top: 15px;
    border: 1px solid #cfd5df;
    background-color: #fff;
    color: #757575;
    font-size: 13px;
    line-height: 20px; }
    .common-form label.error:before, .common-form label.error:after {
      content: '';
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 10px 10px 10px;
      right: 15px; }
    .common-form label.error:before {
      top: -10px;
      border-color: transparent transparent #cfd5df transparent; }
    .common-form label.error:after {
      top: -9px;
      border-color: transparent transparent #ffffff transparent; }
  .common-form .required-field label:after,
  .common-form .required-field .common-field-file__label:after {
    content: ' *';
    color: #da0000;
    font-size: 0.875em; }
  .common-form .required-field label.error:after {
    content: ''; }
  @media (max-width: 599px) {
    .common-form .common-field__file {
      padding-bottom: 20px; } }
  @media (max-width: 900px) {
    .common-form .common-field-file__label {
      margin-bottom: 15px; } }
  @media (max-width: 599px) {
    .common-form .common-field-file__label {
      margin-bottom: 30px; } }
  .common-form .dragndrop-file {
    display: table;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border: 3px dashed #cfd5df;
    cursor: pointer; }
    .common-form .dragndrop-file:hover, .common-form .dragndrop-file.active {
      border: 3px dashed #0055a6; }
    .common-form .dragndrop-file:after {
      display: none; }
    .common-form .dragndrop-file input[type="file"] {
      width: 0.1px !important;
      height: 0.1px !important;
      opacity: 0;
      overflow: hidden;
      position: absolute; }
    .common-form .dragndrop-file .dragndrop-file__text {
      position: relative;
      width: 100%;
      height: 100%;
      padding: 0 5px 0 28px;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      font-family: "OpenSansBold", sans-serif;
      font-size: 11px;
      color: #cfd5df;
      word-wrap: break-word; }
    .common-form .dragndrop-file .dragndrop-file__text:after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 8px;
      width: 19px;
      height: 17px;
      margin-top: -8px;
      background-image: url("../img/dragndrop-file-icon.png");
      background-repeat: no-repeat;
      background-position: 0 0; }
    .common-form .dragndrop-file:hover .dragndrop-file__text,
    .common-form .dragndrop-file.active .dragndrop-file__text {
      color: #0055a6; }
      .common-form .dragndrop-file:hover .dragndrop-file__text:after,
      .common-form .dragndrop-file.active .dragndrop-file__text:after {
        background-position: 0 -17px; }
  .common-form .ui-selectmenu-button.ui-button {
    position: relative; }
  .common-form .ui-selectmenu-button-open.ui-button {
    border-radius: 0; }
  .common-form .ui-selectmenu-icon.ui-icon {
    position: absolute;
    float: none;
    margin-top: 0;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    margin-top: -3px;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #a8b0bc transparent transparent transparent; }
  .common-form .ui-selectmenu-button-open .ui-selectmenu-icon.ui-icon {
    border-color: #444444 transparent transparent transparent; }
  .common-form .ui-selectmenu-text {
    line-height: 33px; }

.ui-selectmenu-menu .ui-menu {
  background-color: #FFF;
  border: 1px solid #CFD5DF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 5px 13px rgba(0, 0, 1, 0.15);
  box-shadow: 0 5px 13px rgba(0, 0, 1, 0.15);
  max-height: 350px;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden; }

.ui-menu-item {
  border-bottom: 1px solid #cfd5df; }
  .ui-menu-item.ui-state-disabled {
    display: none; }

.ui-menu-item:last-child {
  border-bottom: none; }

.ui-menu-item .ui-menu-item-wrapper {
  font-family: "OpenSansRegular", sans-serif;
  color: #444;
  font-size: 0.875em;
  position: relative;
  padding: 10px;
  background-color: #fff; }

.ui-menu-item .ui-menu-item-wrapper:hover {
  background-color: #e5eaf3; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: 0; }

.common-field--full,
.common-field--mid {
  margin-bottom: 30px; }
  .common-field--full.hidden-field,
  .common-field--mid.hidden-field {
    display: none; }
    .common-field--full.hidden-field.error,
    .common-field--mid.hidden-field.error {
      display: block; }
  @media (max-width: 900px) {
    .common-field--full,
    .common-field--mid {
      margin-bottom: 20px; } }

.common-field--full {
  width: 100%; }

.common-field--mid {
  width: 47%; }
  @media (max-width: 900px) {
    .common-field--mid {
      width: 48%; } }
  @media (max-width: 599px) {
    .common-field--mid {
      width: 100%; } }

.common-form__separator {
  width: 100%;
  height: 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #e4e4e4; }

.common-form__note {
  font-family: "OpenSansBold", sans-serif;
  font-size: 0.75em;
  color: #999;
  margin-bottom: 35px;
  width: 100%; }
  @media (max-width: 900px) {
    .common-form__note {
      margin-bottom: 30px; } }
  @media (max-width: 599px) {
    .common-form__note {
      margin-top: -15px;
      line-height: 1.3; } }
  .common-form__note span {
    color: #ff0000; }
  .common-form__note a {
    color: #0055a6; }
    .common-form__note a:hover {
      text-decoration: underline; }
  .common-form__note + .common-form__note {
    margin-top: -15px; }

.pagination-block {
  position: relative;
  width: 100%;
  max-width: 460px;
  padding: 0 50px;
  margin: 0 auto; }
  @media (max-width: 599px) {
    .pagination-block {
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  .pagination-block > div,
  .pagination-block > a {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -16px;
    background-color: #ececec;
    border: 1px solid transparent;
    cursor: pointer;
    background-image: url(../img/pagination-arrows.png);
    background-position: 0 0;
    background-repeat: no-repeat; }
    .pagination-block > div:first-child,
    .pagination-block > a:first-child {
      left: 15px;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .pagination-block > div:last-child,
    .pagination-block > a:last-child {
      right: 15px; }
    .pagination-block > div:hover,
    .pagination-block > a:hover {
      background-position: 0 -30px;
      background-color: #ccdded;
      border: 1px solid #0055a6; }

.pagination-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pagination-list li {
    text-align: center;
    margin: 5px;
    line-height: 30px; }
    @media (max-width: 599px) {
      .pagination-list li {
        margin: 1px; } }
  .pagination-list li a {
    text-align: center;
    display: block;
    width: 30px;
    height: 30px;
    font-family: "OpenSansRegular", sans-serif;
    font-size: 1em;
    line-height: 30px;
    color: #757575; }
  .pagination-list li.active a,
  .pagination-list li a.active,
  .pagination-list li a:hover {
    background-color: #0055a6;
    color: #fff; }

.to-top {
  display: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #8DC63F;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 60px;
  right: 5%;
  cursor: pointer;
  z-index: 10; }
  @media (max-width: 599px) {
    .to-top {
      width: 40px;
      height: 40px; } }
  .to-top:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 47%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #fff transparent; }
    @media (max-width: 599px) {
      .to-top:after {
        border-width: 0 7px 7px 7px; } }
  .to-top:hover {
    background-color: #97d444;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); }

.common-text-block {
  max-width: 980px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 10px 10px;
  font-family: OpenSansRegular, sans-serif;
  color: #888888;
  font-size: 0.875em;
  line-height: 1.4; }
  .common-text-block table {
    width: 100%;
    margin: 2rem 0; }
    .common-text-block table tr {
      border-bottom: 1px dashed #b2b2b2; }
      .common-text-block table tr td {
        padding: 1rem 0; }

.common-banner__container, .common-text-block, .tabs-item, .departments-page__container, .department-list, .feedback__form, .feedback__container, .product__similar-block {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 900px) {
    .common-banner__container, .common-text-block, .tabs-item, .departments-page__container, .department-list, .feedback__form, .feedback__container, .product__similar-block {
      padding-left: 50px !important;
      padding-right: 50px !important; }
      .common-banner__container .common-text-block, .common-text-block .common-text-block, .tabs-item .common-text-block, .departments-page__container .common-text-block, .department-list .common-text-block, .feedback__form .common-text-block, .feedback__container .common-text-block, .product__similar-block .common-text-block {
        padding-left: 0 !important;
        padding-right: 0 !important; } }
  @media (max-width: 599px) {
    .common-banner__container, .common-text-block, .tabs-item, .departments-page__container, .department-list, .feedback__form, .feedback__container, .product__similar-block {
      padding-left: 8% !important;
      padding-right: 8% !important; } }

.modal, .main__today-block, .news-page, .article-page, .mistake-wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 900px) {
    .modal, .main__today-block, .news-page, .article-page, .mistake-wrapper {
      padding-left: 50px !important;
      padding-right: 50px !important; } }
  @media (max-width: 599px) {
    .modal, .main__today-block, .news-page, .article-page, .mistake-wrapper {
      padding-left: 8% !important;
      padding-right: 8% !important; } }

.catalog__top-panel .common-text-block, .catalog-filters__container, .catalog__links-block, .catalog-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 900px) {
    .catalog__top-panel .common-text-block, .catalog-filters__container, .catalog__links-block, .catalog-container {
      padding-left: 50px !important;
      padding-right: 50px !important; } }
  @media (max-width: 599px) {
    .catalog__top-panel .common-text-block, .catalog-filters__container, .catalog__links-block, .catalog-container {
      padding-left: 8% !important;
      padding-right: 8% !important; } }

.header__inner-block:after, .header__search:after, .lang-list__item:after, .header__social:after, .footer__inner-block:after, .footer__left:after, .footer__right:after, .department-item:after, .department-item__icons:after, .downloads__item:after, .dealers-countries__item:after, .feedback__item:after, .feedback-item__rating-block:after, .catalog-filters__controls:after, .catalog-filters__checkbox-block:after, .catalog-item:after, #compare-widget-block .compare-inner-wrap .compare__prod-list:after, #compare-widget-btn:after, .product-page .transformer-tabs:after, .product__top-block:after, .product-top__buttons-block:after, .product__function-block:after, .product-similar__container:after, .product-sertificats-row:after, .contacts-items-block:after, .article-text__content:after {
  content: "";
  display: table;
  clear: both; }

.modal-overlay,
.mobile-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 80; }

.mobile-overlay {
  z-index: 10; }

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  max-height: 100vh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 90;
  padding: 30px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  text-align: center; }
  @media (max-width: 599px) {
    .modal {
      width: 100%; } }
  .modal.oversized {
    overflow-y: scroll; }
  .modal.modal--alert {
    max-width: 400px; }
    .modal.modal--alert .modal__title {
      margin-bottom: 20px;
      font-size: 1.125em;
      line-height: 1.1;
      color: #0055a6; }
  .modal.modal--thanks .modal--thanks__container {
    padding: 60px 0; }
    .modal.modal--thanks .modal--thanks__container h1 {
      font-size: 1.5rem;
      font-family: "OpenSansSemiBold", sans-serif;
      margin-bottom: 21px; }
    .modal.modal--thanks .modal--thanks__container p {
      font-size: 14px;
      font-family: "OpenSansRegular", sans-serif; }
  .modal .common-form {
    margin: 0;
    padding: 0; }
  .modal .common-field--full,
  .modal .common-field--mid {
    margin-bottom: 15px; }
  .modal .common-form__separator {
    margin-bottom: 15px; }
  .modal .common-form input[type="submit"] {
    margin-top: 20px; }
  .modal .common-text-block {
    padding: 0;
    text-align: left;
    color: #555; }

.modal__title {
  font-family: "OpenSansSemiBold", sans-serif;
  color: #444;
  font-size: 1.75em;
  text-align: left;
  margin-bottom: 30px; }

.modal__closer {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  background-image: url(../img/modal-closer.png);
  background-position: 0 0;
  background-repeat: no-repeat; }

.modal__ok--btn {
  padding: 10px 40px;
  margin-top: 30px;
  color: #fff;
  font-size: 14px;
  border: none;
  border-bottom: 2px solid #5c8c1a;
  background-color: #8DC63F;
  border-radius: 2px;
  cursor: pointer; }
  .modal__ok--btn:hover {
    top: 1px;
    margin-top: 31px;
    border-bottom: 1px solid #5c8c1a; }
  .modal__ok--btn:active {
    top: 2px;
    margin-top: 32px;
    border-bottom: 0; }

/* font-family: "OpenSansRegular", sans-serif; */
@font-face {
  font-family: "OpenSansRegular";
  src: url("../fonts/OpenSansRegular/OpenSansRegular.eot");
  src: url("../fonts/OpenSansRegular/OpenSansRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"), url("../fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: normal; }

/* font-family: "OpenSansLight", sans-serif; */
@font-face {
  font-family: "OpenSansLight";
  src: url("../fonts/OpenSansLight/OpenSansLight.eot");
  src: url("../fonts/OpenSansLight/OpenSansLight.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansLight/OpenSansLight.woff") format("woff"), url("../fonts/OpenSansLight/OpenSansLight.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: normal; }

/* font-family: "OpenSansItalic", sans-serif; */
@font-face {
  font-family: "OpenSansItalic";
  src: url("../fonts/OpenSansItalic/OpenSansItalic.eot");
  src: url("../fonts/OpenSansItalic/OpenSansItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansItalic/OpenSansItalic.woff") format("woff"), url("../fonts/OpenSansItalic/OpenSansItalic.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: normal; }

/* font-family: "OpenSansBold", sans-serif; */
@font-face {
  font-family: "OpenSansBold";
  src: url("../fonts/OpenSansBold/OpenSansBold.eot");
  src: url("../fonts/OpenSansBold/OpenSansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansBold/OpenSansBold.woff") format("woff"), url("../fonts/OpenSansBold/OpenSansBold.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: normal; }

/* font-family: "OpenSansExtraBold", sans-serif; */
@font-face {
  font-family: "OpenSansExtraBold";
  src: url("../fonts/OpenSansExtraBold/OpenSansExtraBold.eot");
  src: url("../fonts/OpenSansExtraBold/OpenSansExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansExtraBold/OpenSansExtraBold.woff") format("woff"), url("../fonts/OpenSansExtraBold/OpenSansExtraBold.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: normal; }

/* font-family: "OpenSansExtraBoldItalic", sans-serif; */
@font-face {
  font-family: "OpenSansExtraBoldItalic";
  src: url("../fonts/OpenSansExtraBoldItalic/OpenSansExtraBoldItalic.eot");
  src: url("../fonts/OpenSansExtraBoldItalic/OpenSansExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansExtraBoldItalic/OpenSansExtraBoldItalic.woff") format("woff"), url("../fonts/OpenSansExtraBoldItalic/OpenSansExtraBoldItalic.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: normal; }

/* font-family: "OpenSansBoldItalic", sans-serif; */
@font-face {
  font-family: "OpenSansBoldItalic";
  src: url("../fonts/OpenSansBoldItalic/OpenSansBoldItalic.eot");
  src: url("../fonts/OpenSansBoldItalic/OpenSansBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansBoldItalic/OpenSansBoldItalic.woff") format("woff"), url("../fonts/OpenSansBoldItalic/OpenSansBoldItalic.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: normal; }

/* font-family: "OpenSansRegularItalic", sans-serif; */
@font-face {
  font-family: "OpenSansRegularItalic";
  src: url("../fonts/OpenSansRegularItalic/OpenSansRegularItalic.eot");
  src: url("../fonts/OpenSansRegularItalic/OpenSansRegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansRegularItalic/OpenSansRegularItalic.woff") format("woff"), url("../fonts/OpenSansRegularItalic/OpenSansRegularItalic.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: normal; }

/* font-family: "OpenSansSemiBold", sans-serif; */
@font-face {
  font-family: "OpenSansSemiBold";
  src: url("../fonts/OpenSansSemiBold/OpenSansSemiBold.eot");
  src: url("../fonts/OpenSansSemiBold/OpenSansSemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansSemiBold/OpenSansSemiBold.woff") format("woff"), url("../fonts/OpenSansSemiBold/OpenSansSemiBold.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: normal; }

/* font-family: "OpenSansSemiBoldItalic", sans-serif; */
@font-face {
  font-family: "OpenSansSemiBoldItalic";
  src: url("../fonts/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic.eot");
  src: url("../fonts/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic.woff") format("woff"), url("../fonts/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: normal; }

.callout {
  font-size: 1.25em;
  border-bottom: 3px solid;
  padding: 0 9px 3px;
  margin-top: 20px;
  display: inline-block; }

.common-btn {
  display: block;
  padding: 10px 0;
  background-color: #fff;
  color: #0055a6;
  border: 1px solid #0055a6;
  text-align: center;
  border-radius: 2px; }
  .common-btn:hover {
    background-color: #0055a6;
    color: #fff; }

.arrow {
  width: 50px;
  margin-top: 150px; }
  @media (max-width: 768px) {
    .arrow {
      display: none; } }

.main-page {
  padding-bottom: 60px; }
  @media (max-width: 599px) {
    .main-page {
      padding-bottom: 50px; } }

.main__banner {
  width: 100%;
  color: #fff;
  overflow: hidden; }
  .main__banner .bx-wrapper {
    margin: 0 auto; }
  .main__banner .bx-wrapper .bx-pager {
    bottom: 30px; }
    @media (max-width: 599px) {
      .main__banner .bx-wrapper .bx-pager {
        bottom: 20px; } }
  .main__banner .bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent;
    text-indent: -9999px;
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    border-radius: 50%;
    border: 1px solid #fff; }
    @media (max-width: 900px) {
      .main__banner .bx-wrapper .bx-pager.bx-default-pager a {
        -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 85, 166, 0.55);
        box-shadow: 0px 1px 2px 0px rgba(0, 85, 166, 0.55); } }
  .main__banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .main__banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff; }
  @media (max-width: 599px) {
    .main__banner .bx-controls-direction {
      display: none; } }
  .main__banner .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -72px;
    outline: 0;
    width: 53px;
    height: 143px;
    background-image: url(../img/main-banner-arrows.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 9; }
    @media (max-width: 900px) {
      .main__banner .bx-wrapper .bx-controls-direction a {
        width: 26px;
        height: 70px;
        margin-top: -35px;
        background-size: 52px; } }
  .main__banner .bx-wrapper .bx-prev {
    left: 25px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
    @media (max-width: 900px) {
      .main__banner .bx-wrapper .bx-prev {
        left: 15px; } }
  .main__banner .bx-wrapper .bx-next {
    right: 25px; }
    @media (max-width: 900px) {
      .main__banner .bx-wrapper .bx-next {
        right: 15px; } }
  .main__banner .bx-wrapper .bx-next:hover,
  .main__banner .bx-wrapper .bx-prev:hover {
    background-position: -57px 0; }
    @media (max-width: 900px) {
      .main__banner .bx-wrapper .bx-next:hover,
      .main__banner .bx-wrapper .bx-prev:hover {
        background-position: -26px 0; } }

.main-banner__slide {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 530px;
  background-image: url(../img/main-b-slider-1.jpg);
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 900px) {
    .main-banner__slide {
      height: 335px; } }
  @media (max-width: 599px) {
    .main-banner__slide {
      height: 255px;
      padding-bottom: 40px; } }
  .main-banner__slide p {
    font-family: "OpenSansRegular", sans-serif;
    font-size: 1.125em;
    line-height: 1.45;
    margin-top: 0.5em; }
    @media (max-width: 599px) {
      .main-banner__slide p {
        font-size: 0.875em; } }
  .main-banner__slide .main-banner-slide__header {
    margin-top: 0;
    display: block;
    font-family: "OpenSansBold", sans-serif;
    font-size: 2.375em;
    line-height: 1.3;
    text-shadow: 0 1px 2px rgba(0, 85, 166, 0.75); }
    @media (max-width: 900px) {
      .main-banner__slide .main-banner-slide__header {
        font-size: 1.875em; } }
    @media (max-width: 599px) {
      .main-banner__slide .main-banner-slide__header {
        font-size: 1.625em; } }
  .main-banner__slide a {
    display: table;
    margin-top: 1rem;
    background-color: #8DC63F;
    border-radius: 6px;
    border-bottom: 3px solid #5c8c1a;
    padding: 10px 25px;
    text-align: center;
    font-family: "OpenSansSemiBold", sans-serif;
    font-size: 0.875em;
    line-height: 1.35;
    color: #fff; }
    .main-banner__slide a:hover {
      border-bottom: 2px solid #5c8c1a;
      margin-bottom: 1px; }
    .main-banner__slide a:active {
      border-bottom: 0;
      margin-bottom: 3px; }

.main-page .bx-wrapper .bx-viewport {
  border: none;
  left: 0; }

.main-banner-slide__wrapper {
  padding-right: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }
  @media (max-width: 900px) {
    .main-banner-slide__wrapper {
      padding: 0 15%; } }
  @media (max-width: 599px) {
    .main-banner-slide__wrapper {
      padding: 0 10%; } }

.main__categories-menu-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #FFF;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#EDEDED), to(#FFF));
  background-image: linear-gradient(to top, #EDEDED 0%, #FFF 100%);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 900px) {
    .main__categories-menu-block {
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .main__categories-menu-block:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 4px;
    background-color: #f0f0f0;
    border-top: 1px solid #dbdbdb; }

.main-categories-menu__item {
  width: 16.6%;
  display: block;
  position: relative;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  /*	&:nth-child(1) .main-categories-menu__img {
		background-image: url(../img/main-categories-1.png);
	}
	&:nth-child(2) .main-categories-menu__img {
		background-image: url(../img/main-categories-2.png);
	}
	&:nth-child(3) .main-categories-menu__img {
		background-image: url(../img/main-categories-3.png);
	}
	&:nth-child(4) .main-categories-menu__img {
		background-image: url(../img/main-categories-4.png);
	}
	&:nth-child(5) .main-categories-menu__img {
		background-image: url(../img/main-categories-5.png);
	}
	&:nth-child(6) .main-categories-menu__img {
		background-image: url(../img/main-categories-6.png);
	}*/ }
  @media (max-width: 900px) {
    .main-categories-menu__item {
      width: 50%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-bottom: 2px solid #dbdbdb; } }
  @media (max-width: 599px) {
    .main-categories-menu__item {
      width: 100%; } }
  .main-categories-menu__item:hover {
    border-left: 1px solid #316691;
    border-right: 1px solid #316691; }
    .main-categories-menu__item:hover .main-categories-menu__img {
      background-position: 0 -70px; }
      @media (max-width: 900px) {
        .main-categories-menu__item:hover .main-categories-menu__img {
          background-position: 0 -57px; } }
  .main-categories-menu__item a {
    display: block;
    height: 150px;
    width: 100%;
    padding: 10px 5px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center; }
    @media (max-width: 900px) {
      .main-categories-menu__item a {
        height: auto;
        padding: 0; } }
    .main-categories-menu__item a:hover {
      background-image: url(../img/footer-bg.jpg); }
      .main-categories-menu__item a:hover .main-categories-menu__text span {
        color: #fff; }
    .main-categories-menu__item a img {
      height: 70px; }

.main-categories--ns .main-categories-menu__img {
  background-image: url(../img/main-categories-1.png); }

.main-categories--atom .main-categories-menu__img {
  background-image: url(../img/main-categories-2.png); }

.main-categories--oil .main-categories-menu__img {
  background-image: url(../img/main-categories-3.png); }

.main-categories--is .main-categories-menu__img {
  background-image: url(../img/main-categories-4.png); }

.main-categories--med .main-categories-menu__img {
  background-image: url(../img/main-categories-5.png); }

.main-categories--eco .main-categories-menu__img {
  background-image: url(../img/main-categories-6.png); }

.main-categories-menu__img {
  width: 105px;
  height: 70px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 0 0; }
  @media (max-width: 900px) {
    .main-categories-menu__img {
      position: absolute;
      top: 50%;
      left: 20px;
      width: 85px;
      height: 57px;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      background-size: 85px; } }
  @media (max-width: 599px) {
    .main-categories-menu__img {
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      left: 14%; } }

.main-categories-menu__text {
  position: relative;
  height: 70px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
  @media (max-width: 900px) {
    .main-categories-menu__text {
      height: 85px;
      padding-left: 130px;
      text-align: left;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-align-items: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media (max-width: 599px) {
    .main-categories-menu__text {
      padding-left: 28%; } }
  .main-categories-menu__text span {
    display: block;
    font-family: "OpenSansBold", sans-serif;
    font-size: 0.8125em;
    line-height: 1.23;
    color: #0054a6; }
    @media (max-width: 900px) {
      .main-categories-menu__text span {
        position: absolute;
        top: 50%;
        left: 130px;
        right: 0;
        width: calc(100% - 135px);
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
        font-size: 0.875em; } }
    @media (max-width: 599px) {
      .main-categories-menu__text span {
        left: 28%;
        width: 70%;
        font-size: 1em; } }

.main__today-block {
  position: relative;
  padding-top: 40px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 900px) {
    .main__today-block {
      padding-top: 35px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (max-width: 599px) {
    .main__today-block {
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      padding-top: 30px; } }
  .main__today-block .common-btn {
    display: inline-block;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 15px 20px;
    font-size: 0.8125em;
    text-transform: uppercase; }

.main-today__left {
  padding-top: 40px;
  width: 36%; }
  @media (max-width: 900px) {
    .main-today__left {
      padding-top: 0;
      position: absolute;
      top: 35px;
      left: 50px;
      width: 40%; } }
  @media (max-width: 599px) {
    .main-today__left {
      position: static;
      width: 100%; } }
  .main-today__left h1 {
    padding: 65px 0;
    text-align: center;
    font-family: "OpenSansBold", sans-serif;
    line-height: 1.2;
    font-size: 2.375em;
    color: #0054a6;
    background-image: url(../img/world-map.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
    @media (max-width: 900px) {
      .main-today__left h1 {
        font-size: 1.875em; } }
    @media (max-width: 599px) {
      .main-today__left h1 {
        font-size: 1.625em;
        padding: 65px 16%; } }

.main-today__about {
  position: relative;
  width: 30%;
  padding: 20px 0 70px; }
  @media (max-width: 900px) {
    .main-today__about {
      padding: 220px 0 70px;
      width: 46%; } }
  @media (max-width: 599px) {
    .main-today__about {
      width: 100%;
      padding: 15px 0 80px;
      margin-bottom: 60px; } }
  .main-today__about--big {
    width: 60%; }
    .main-today__about--big ul {
      -webkit-column-count: 2;
              column-count: 2; }
      @media (max-width: 599px) {
        .main-today__about--big ul {
          -webkit-column-count: auto;
                  column-count: auto; } }
      .main-today__about--big ul > li {
        -webkit-column-break-inside: avoid;
                break-inside: avoid; }
    @media (max-width: 900px) {
      .main-today__about--big {
        width: 100%; } }
  .main-today__about ul li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 40px;
    font-family: "OpenSansSemiBold", sans-serif;
    color: #444;
    font-size: 1em;
    line-height: 1.25; }
    @media (max-width: 900px) {
      .main-today__about ul li {
        font-size: 0.875em; } }
    .main-today__about ul li:after {
      content: '';
      display: block;
      position: absolute;
      top: 7px;
      left: 2px;
      width: 10px;
      height: 10px;
      background-color: #8dc63f;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .main-today__about .common-btn {
    max-width: 180px; }
    @media (max-width: 599px) {
      .main-today__about .common-btn {
        padding: 15px 10px;
        max-width: 160px; } }

.main-today__news-block {
  width: 31%;
  margin-left: 3%;
  padding: 0 0 45px;
  position: relative; }
  @media (max-width: 900px) {
    .main-today__news-block {
      width: 47%;
      margin-left: 0; } }
  @media (max-width: 599px) {
    .main-today__news-block {
      width: 100%; } }
  .main-today__news-block .common-btn {
    max-width: 225px; }

.main-today-news__header {
  position: relative;
  width: 90%;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 1.375em;
  line-height: 1.1;
  color: #000;
  border-bottom: 1px solid #d9d9d9; }
  .main-today-news__header:after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: #0055a6;
    position: absolute;
    left: 0;
    bottom: -2px; }

.main-today-news__item {
  text-align: right;
  margin-bottom: 25px; }
  .main-today-news__item time {
    display: block;
    font-family: "OpenSansItalic", sans-serif;
    font-style: italic;
    font-size: 0.875em;
    line-height: 1.1;
    color: #878787;
    margin-bottom: 15px;
    text-align: left; }
    @media (max-width: 900px) {
      .main-today-news__item time {
        margin-bottom: 10px;
        font-size: 0.75em; } }
    @media (max-width: 599px) {
      .main-today-news__item time {
        margin-bottom: 15px;
        font-size: 0.875em; } }

.main-today-news__title {
  display: block;
  margin-bottom: 15px;
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 1.125em;
  line-height: 1.5;
  color: #444;
  text-align: left;
  text-transform: uppercase; }
  @media (max-width: 900px) {
    .main-today-news__title {
      font-size: 1em;
      line-height: 1.25; } }
  @media (max-width: 599px) {
    .main-today-news__title {
      margin-bottom: 20px;
      font-size: 1.125em; } }

.main-today-news__description {
  margin-bottom: 10px;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 0.875em;
  line-height: 1.5;
  color: #444;
  text-align: left; }

.main-today-news__read {
  margin-right: 40px;
  font-family: "OpenSansItalic", sans-serif;
  font-style: italic;
  font-size: 0.875em;
  color: #0055a6; }

.main-today__shop-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 55px; }
  .main-today__shop-block img {
    width: 100%;
    max-width: 206px;
    margin-bottom: 1rem; }
  .main-today__shop-block p {
    font-size: 14px;
    margin-bottom: 0.5rem; }
    .main-today__shop-block p strong {
      font-weight: 700;
      font-size: 18px;
      text-align: center; }

.main__products-slider {
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }

.main__products-slider .bx-wrapper {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding: 80px 0 90px; }
  @media (max-width: 900px) {
    .main__products-slider .bx-wrapper {
      padding: 70px 0 60px; } }
  @media (max-width: 599px) {
    .main__products-slider .bx-wrapper {
      padding: 60px 0; } }

.main__products-slider .bx-wrapper .bx-viewport {
  overflow: visible !important;
  -webkit-box-shadow: 0px 20px 20px -20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 20px 20px -20px rgba(0, 0, 0, 0.5); }
  @media (max-width: 599px) {
    .main__products-slider .bx-wrapper .bx-viewport {
      -webkit-box-shadow: none;
      box-shadow: none; } }

.main__products-slider .bx-wrapper .bx-pager,
.main__products-slider .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 6px;
  width: 100%; }
  @media (max-width: 599px) {
    .main__products-slider .bx-wrapper .bx-pager,
    .main__products-slider .bx-wrapper .bx-controls-auto {
      bottom: 16px; } }

.main__products-slider .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #d4d4d4;
  border: 2px solid #fff;
  border-radius: 50%; }
  @media (max-width: 900px) {
    .main__products-slider .bx-wrapper .bx-pager.bx-default-pager a {
      width: 8px;
      height: 8px; } }

.main__products-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.main__products-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #8dc63f;
  border: 2px solid #8dc63f; }

.main-products-slider__item {
  height: 300px;
  overflow: visible;
  background-image: url(../img/main-products-slider-001.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (max-width: 900px) {
    .main-products-slider__item {
      height: 275px; } }
  @media (max-width: 599px) {
    .main-products-slider__item {
      height: auto;
      background: none; } }

.main-products-slider__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 240px;
  max-height: 220px;
  padding: 40px 40px 120px;
  background-image: url(../img/footer-bg.jpg);
  background-color: #60A1CE;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
  overflow: visible;
  border-radius: 0 30px 0 30px; }
  @media (max-width: 900px) {
    .main-products-slider__text {
      width: 205px;
      left: 52%;
      padding: 30px 30px 90px; } }
  @media (max-width: 599px) {
    .main-products-slider__text {
      position: static;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      width: 235px;
      margin: 0 auto;
      padding: 40px 40px 90px; } }

.main-products-slider__text-h {
  display: block;
  font-family: "OpenSansBold", sans-serif;
  margin-bottom: 25px;
  font-size: 1.875em; }

.main-products-slider__text {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 0.875em;
  line-height: 1.4; }
  @media (max-width: 900px) {
    .main-products-slider__text {
      font-size: 0.75em; } }
  @media (max-width: 599px) {
    .main-products-slider__text {
      font-size: 0.875em; } }

.main-products-slider__text > a {
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: block;
  width: 180px;
  background-color: #8DC63F;
  border-radius: 6px;
  border-bottom: 3px solid #5c8c1a;
  padding: 13px 0;
  margin: 0 auto;
  text-align: center;
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 1em;
  line-height: 1;
  color: #fff; }
  @media (max-width: 900px) {
    .main-products-slider__text > a {
      width: 140px;
      padding: 10px 0;
      bottom: 28px;
      font-size: 1.1em; } }
  @media (max-width: 599px) {
    .main-products-slider__text > a {
      width: 180px;
      padding: 15px 0;
      bottom: 28px; } }
  .main-products-slider__text > a:hover {
    border-bottom: 2px solid #5c8c1a; }
  .main-products-slider__text > a:active {
    border-bottom: 0; }

.main__connection-block {
  padding-top: 30px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.main-connection__btn {
  display: block;
  width: 49%;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0055a6;
  text-align: center;
  background-color: #D5E5F0;
  -webkit-box-shadow: 0 5px 10px rgba(47, 78, 107, 0.2);
  box-shadow: 0 5px 10px rgba(47, 78, 107, 0.2);
  cursor: pointer; }
  @media (max-width: 900px) {
    .main-connection__btn {
      width: 47.5%;
      padding: 15px 4%; } }
  @media (max-width: 599px) {
    .main-connection__btn {
      width: calc(50% - 1px);
      -webkit-box-shadow: none;
      box-shadow: none;
      padding: 15px 4% 20px; } }

.main-connection__btn:first-child {
  border-radius: 30px 0 30px 0; }

.main-connection__btn:last-child {
  border-radius: 0 30px 0 30px; }

.main-connection__btn:hover {
  -webkit-box-shadow: 0 5px 13px rgba(47, 78, 107, 0.4);
  box-shadow: 0 5px 13px rgba(47, 78, 107, 0.4); }

.main-connection__btn img {
  display: block;
  margin: 0 auto 20px; }
  @media (max-width: 900px) {
    .main-connection__btn img {
      height: 65px;
      margin: 0 auto 15px; } }
  @media (max-width: 599px) {
    .main-connection__btn img {
      margin: 0 auto 10px; } }

.main-connection__btn span {
  display: block;
  font-size: 1.5em;
  font-family: "OpenSansBold", sans-serif;
  margin-bottom: 10px; }
  @media (max-width: 900px) {
    .main-connection__btn span {
      margin-bottom: 15px;
      font-size: 1.125em; } }

.main-connection__btn p {
  font-size: 0.875em;
  line-height: 1.28em;
  font-family: "OpenSansRegular", sans-serif; }
  @media (max-width: 599px) {
    .main-connection__btn p {
      font-size: 0.8125em; } }

.departments-page__container {
  padding: 40px 10px 10px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 900px) {
    .departments-page__container {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .departments-page__container .departments-page__item {
    width: 49%;
    margin-bottom: 40px;
    background-color: #FFF;
    -webkit-box-shadow: 0 5px 13px rgba(0, 0, 1, 0.15);
    box-shadow: 0 5px 13px rgba(0, 0, 1, 0.15); }
    @media (max-width: 900px) {
      .departments-page__container .departments-page__item {
        width: 48%;
        margin-bottom: 30px; } }
    @media (max-width: 599px) {
      .departments-page__container .departments-page__item {
        width: 100%;
        margin-bottom: 40px;
        padding-bottom: 20px; } }
    .departments-page__container .departments-page__item .departments-page-item__img {
      padding-top: 61%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    .departments-page__container .departments-page__item a {
      display: block;
      position: relative;
      padding: 15px 25px;
      font-family: "OpenSansSemiBold", sans-serif;
      color: #444;
      font-size: 1.375em;
      line-height: 1.27; }
      .departments-page__container .departments-page__item a:hover {
        color: #183959; }
      .departments-page__container .departments-page__item a:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -1px;
        width: calc(100% - 50px);
        border-bottom: 1px solid #d1d1d1; }
        @media (max-width: 900px) {
          .departments-page__container .departments-page__item a:after {
            width: calc(100% - 40px); } }
      @media (max-width: 900px) {
        .departments-page__container .departments-page__item a {
          padding: 15px 20px;
          font-size: 1.125em; } }
      @media (max-width: 599px) {
        .departments-page__container .departments-page__item a {
          padding: 13px 20px; } }
    .departments-page__container .departments-page__item p {
      padding: 15px 25px;
      font-family: "OpenSansRegular", sans-serif;
      color: #888;
      font-size: 0.875em;
      line-height: 1.4; }
      @media (max-width: 900px) {
        .departments-page__container .departments-page__item p {
          padding: 15px 20px; } }
      @media (max-width: 599px) {
        .departments-page__container .departments-page__item p {
          padding: 13px 20px; } }

.department-banner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 430px;
  padding: 20px 15%;
  background-image: url("../img/department-banner.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 900px) {
    .department-banner {
      height: 310px;
      padding: 20px 10%; } }
  @media (max-width: 599px) {
    .department-banner {
      height: 270px;
      padding: 10px 3%; } }
  .department-banner:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0; }
  .department-banner h1 {
    position: relative;
    font-family: "OpenSansBold", sans-serif;
    color: #fff;
    font-size: 4.5em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    text-align: center;
    z-index: 1; }
    @media (max-width: 900px) {
      .department-banner h1 {
        font-size: 3.125em; } }
    @media (max-width: 599px) {
      .department-banner h1 {
        font-size: 2.3em; } }
    @media (max-width: 400px) {
      .department-banner h1 {
        font-size: 1.8em; } }

.department-list {
  padding-top: 40px;
  padding-bottom: 40px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 900px) {
    .department-list {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-bottom: 130px; } }
  @media (max-width: 599px) {
    .department-list {
      padding-top: 50px;
      padding-bottom: 270px;
      padding-left: 16% !important;
      padding-right: 16% !important; } }

.department-item {
  position: relative;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF; }
  @media (max-width: 900px) {
    .department-item {
      -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
      width: 47%;
      margin-right: 0%; } }
  @media (max-width: 599px) {
    .department-item {
      width: 100%; } }
  .department-item:hover {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); }
  .department-item:nth-child(3n) {
    margin-right: 0; }
  .department-item a {
    position: relative;
    display: block;
    padding: 40px 15px 25px;
    z-index: 1; }
    @media (max-width: 900px) {
      .department-item a {
        padding: 40px 15px 25px 20px; } }
  .department-item > img {
    display: block; }
  @media (min-width: 600px) {
    .department-item.added .department-item__compare-btn {
      background-color: #8ec840; }
      .department-item.added .department-item__compare-btn .compare-btn__icon {
        background-position: 0 -60px; }
      .department-item.added .department-item__compare-btn span:last-of-type {
        display: inline-block; }
      .department-item.added .department-item__compare-btn span:first-of-type {
        display: none; } }
  .department-item .department-item__text-block h3 {
    margin-bottom: 10px;
    font-family: "OpenSansBold", sans-serif;
    color: #0055a6;
    font-size: 1.375em;
    line-height: 1.3; }

.department-item__compare-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  overflow: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  z-index: 2;
  cursor: pointer; }
  @media (min-width: 600px) {
    .department-item__compare-btn:hover {
      width: 105px;
      background-color: #8ec840; }
      .department-item__compare-btn:hover .compare-btn__icon {
        background-position: 0 -30px; } }
  @media (max-width: 600px) {
    .department-item__compare-btn {
      display: none; } }
  .department-item__compare-btn span {
    display: inline-block;
    width: 75px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 30px;
    font-size: 0.78em;
    line-height: 30px;
    text-align: center;
    font-family: "OpenSansSemiBoldItalic", sans-serif;
    color: #fff; }
  .department-item__compare-btn span:last-of-type {
    display: none; }

.compare-btn__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-image: url(../img/compare-btn.png);
  background-repeat: no-repeat;
  background-position: 0 0; }

.department-item__img {
  position: relative;
  height: 240px;
  overflow: hidden;
  margin-bottom: 20px; }
  @media (max-width: 900px) {
    .department-item__img {
      margin-bottom: 10px; } }
  .department-item__img img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.department-item__description {
  position: relative;
  padding-right: 14px;
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 0.93em;
  line-height: 1.4;
  color: #888; }
  .department-item__description:after {
    content: '';
    display: block;
    width: 6px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -3px;
    background-image: url(../img/department-description__arrow.jpg); }

.department-item__icons {
  margin-bottom: 10px; }
  .department-item__icons i {
    display: block;
    float: left;
    width: 28px;
    height: 28px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media (max-width: 599px) {
      .department-item__icons i {
        width: 26px;
        height: 25px;
        background-size: cover; } }

.options-icon--alfa {
  background-image: url(../img/icon-alfa-izluchenie.svg); }

.options-icon--bell {
  background-image: url(../img/icon-signalizaciya.svg); }

.options-icon--beta {
  background-image: url(../img/icon-beta-izluchenie.svg); }

.options-icon--btooth {
  background-image: url(../img/icon-bluetooth.svg); }

.options-icon--gamma {
  background-image: url(../img/icon-gamma-izluchenie.svg); }

.options-icon--id {
  background-image: url(../img/icon-identifikaciya.svg); }

.options-icon--ir {
  background-image: url(../img/icon-infrakrasnyj-kanal.svg); }

.options-icon--loc {
  background-image: url(../img/icon-lokalizaciya.svg); }

.options-icon--n {
  background-image: url(../img/icon-n-izluchenie.svg); }

/*.options-icon--nav {
	background-image: url(../img/options-nav.svg);
}*/
.options-icon--ruler {
  background-image: url(../img/icon-izmerenie.svg); }

.options-icon--search {
  background-image: url(../img/icon-poisk.svg); }

.options-icon--usb {
  background-image: url(../img/icon-usb.svg); }

.options-icon--wifi {
  background-image: url(../img/icon-wi-fi.svg); }

.options-icon--xray {
  background-image: url(../img/icon-rentgenovskoe-izluchenie.svg); }

.options-icon--gps {
  background-image: url(../img/icon-gps.svg); }

.options-icon--legkiy-ves {
  background-image: url(../img/icon-legkiy-ves.svg); }

.options-icon--melkogabaritnyj {
  background-image: url(../img/icon-melkogabaritnyj.svg); }

.options-icon--setevye-funkcii {
  background-image: url(../img/icon-setevye-funkcii.svg); }

.options-icon--zaschita-korpusa-65 {
  background-image: url(../img/icon-zaschita-korpusa-65.svg); }

.options-icon--zaschita-korpusa-67 {
  background-image: url(../img/icon-zaschita-korpusa-67.svg); }

.options-icon--zaschita-korpusa-68 {
  background-image: url(../img/icon-zaschita-korpusa-68.svg); }

.options-icon--udaroprochnost {
  background-image: url(../img/icon-udaroprochnost.svg); }

.department-item__read-more {
  padding-right: 35px;
  position: relative;
  font-family: "OpenSansSemiBold", sans-serif;
  color: #8dc63f;
  font-size: 0.75em;
  line-height: 22px; }
  .department-item__read-more:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    background-image: url(../img/department-read-more.png);
    background-position: 0 0;
    background-repeat: no-repeat; }

.downloads-page .common-text-block h2 {
  padding-right: 260px; }
  @media (max-width: 900px) {
    .downloads-page .common-text-block h2 {
      padding-right: 0; } }

.downloads__search {
  position: absolute;
  top: 30px;
  right: 0;
  height: 36px;
  width: 250px;
  border-bottom: 1px solid #0054a6; }
  @media (max-width: 900px) {
    .downloads__search {
      position: static;
      height: 42px;
      width: 100%;
      border: 1px solid #dcdcdc; } }
  .downloads__search form {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px; }
    @media (max-width: 900px) {
      .downloads__search form {
        padding-right: 0;
        padding-left: 45px; } }
    .downloads__search form input {
      width: 100%;
      height: 36px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: none;
      font-family: "OpenSansRegular", sans-serif;
      font-size: 15px; }
      @media (max-width: 900px) {
        .downloads__search form input {
          height: 42px;
          padding: 10px 0; } }
    .downloads__search form button {
      position: absolute;
      top: 0;
      right: 0;
      height: 36px;
      width: 30px;
      border: none;
      background: url(../img/header-search-magn.png) no-repeat center;
      cursor: pointer; }
      @media (max-width: 900px) {
        .downloads__search form button {
          height: 42px;
          width: 45px;
          right: unset;
          left: 0; } }

.downloads__links-block {
  padding: 40px 35px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 900px) {
    .downloads__links-block {
      padding: 40px 0; } }

.downloads__item {
  width: 47%;
  margin-bottom: 40px;
  padding: 50px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15); }
  @media (max-width: 900px) {
    .downloads__item {
      width: 47.5%;
      margin-bottom: 30px;
      padding: 35px 10px; } }
  @media (max-width: 599px) {
    .downloads__item {
      width: 100%;
      padding: 35px 2.5%; } }
  .downloads__item > img {
    float: left;
    width: 33%;
    margin-left: 3%;
    height: auto; }
  .downloads__item > div {
    float: right;
    width: 56%; }
    .downloads__item > div h3 {
      margin-bottom: 10px;
      font-family: "OpenSansSemiBold", sans-serif;
      color: #333;
      font-size: 1em;
      line-height: 1.375; }
      @media (max-width: 900px) {
        .downloads__item > div h3 {
          font-size: 0.875em; } }
      @media (max-width: 599px) {
        .downloads__item > div h3 {
          margin-bottom: 15px;
          font-size: 1em; } }

.downloads-item__description,
.downloads-item__size {
  font-family: "OpenSansSemiBold", sans-serif;
  color: #888;
  font-size: 0.8125em;
  line-height: 1.2;
  margin-bottom: 10px; }

.downloads-item__size {
  position: relative;
  padding: 15px 0 15px 45px;
  margin-bottom: 20px; }
  @media (max-width: 900px) {
    .downloads-item__size {
      padding: 5px 0 5px 35px;
      margin-bottom: 10px; } }
  @media (max-width: 599px) {
    .downloads-item__size {
      padding: 15px 0 15px 40px;
      font-size: 0.75em;
      margin-bottom: 10px; } }
  .downloads-item__size:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 35px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
    @media (max-width: 900px) {
      .downloads-item__size:after {
        width: 24px;
        height: 27px; } }
    @media (max-width: 599px) {
      .downloads-item__size:after {
        width: 35px;
        height: 40px; } }

.downloads-item__size.file-rar:after {
  background-image: url(../img/file-rar.png); }

.downloads-item__size.file-doc:after {
  background-image: url(../img/file-doc.png); }

.downloads-item__size.file-mp4:after {
  background-image: url(../img/file-mp4.png); }

.downloads-item__btn {
  display: inline-block;
  position: relative;
  padding: 10px 30px;
  border-bottom: 2px solid #5c8c1a;
  background-color: #8DC63F;
  border-radius: 2px;
  color: #FFF;
  font-size: 0.875em;
  font-family: "OpenSansSemiBold", sans-serif; }
  @media (max-width: 900px) {
    .downloads-item__btn {
      font-size: 0.8125em; } }
  @media (max-width: 599px) {
    .downloads-item__btn {
      font-size: 0.875em; } }
  .downloads-item__btn:hover {
    top: 1px;
    margin-top: 1px;
    border-bottom: 1px solid #5c8c1a; }
  .downloads-item__btn:active {
    top: 2px;
    margin-top: 2px;
    border-bottom: 0; }

.download-manuals__item {
  font-family: "OpenSansSemiBold", sans-serif; }

.manuals-item__title {
  color: #333;
  font-size: 1em;
  line-height: 1.375px; }

.manuals-item__description,
.manuals-item__size {
  color: #888;
  font-size: 0.8125em; }

.dealers__countries-block {
  width: 100%;
  padding: 50px 0 40px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 599px) {
    .dealers__countries-block {
      padding: 40px 0 50px; } }

.dealers-countries__item {
  width: 50%;
  margin-bottom: 50px; }
  @media (max-width: 900px) {
    .dealers-countries__item {
      margin-bottom: 30px; } }
  @media (max-width: 599px) {
    .dealers-countries__item {
      width: 100%; } }
  .dealers-countries__item > img {
    float: left;
    width: 28%;
    height: auto;
    margin-left: 4%;
    margin-top: 10px; }
    @media (max-width: 900px) {
      .dealers-countries__item > img {
        margin-left: 1%; } }
  .dealers-countries__item > div {
    float: right;
    width: 64%; }
    .dealers-countries__item > div h3 {
      position: relative;
      padding: 10px 0;
      margin-bottom: 10px;
      font-family: "OpenSansBold", sans-serif;
      color: #333;
      font-size: 1.125em; }
      @media (max-width: 900px) {
        .dealers-countries__item > div h3 {
          padding: 10px 0 5px;
          font-size: 1em; } }
      .dealers-countries__item > div h3:after {
        content: '';
        display: block;
        position: absolute;
        top: 100%;
        width: 70%;
        border-bottom: 1px dotted #d7d7d7; }
    .dealers-countries__item > div p {
      font-family: "OpenSansRegular", sans-serif;
      color: #333;
      font-size: 0.8125em;
      line-height: 1.7;
      padding-right: 10%; }
      @media (max-width: 900px) {
        .dealers-countries__item > div p {
          line-height: 1.5;
          padding-right: 0;
          margin-bottom: 5px; } }
    .dealers-countries__item > div li {
      font-family: "OpenSansSemiBold", sans-serif;
      color: #888;
      font-size: 0.8125em;
      line-height: 1.5; }
      .dealers-countries__item > div li strong {
        font-family: "OpenSansBold", sans-serif; }
      .dealers-countries__item > div li span, .dealers-countries__item > div li a {
        color: #0054a6; }

.intl-tel-input {
  display: block !important; }

.career-page .tabs-item .common-text-block {
  padding: 0; }

.career-page .tabs-item {
  padding: 40px 0 80px; }
  @media (max-width: 900px) {
    .career-page .tabs-item {
      padding: 35px 0 80px; } }

.career-vacancies-block {
  padding: 0 3%;
  background-color: #FFF;
  border: 1px solid #CFD5DF;
  -webkit-box-shadow: 0 5px 13px rgba(0, 0, 1, 0.15);
  box-shadow: 0 5px 13px rgba(0, 0, 1, 0.15); }

.career-vacancies-item {
  border-bottom: 1px solid #e0e0e0; }

.vacancies-item__header {
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 83px;
  padding-left: 9%;
  font-family: "OpenSansSemiBold", sans-serif; }
  @media (max-width: 900px) {
    .vacancies-item__header {
      padding-left: 8%;
      min-height: 55px; } }
  @media (max-width: 599px) {
    .vacancies-item__header {
      padding: 20px 0 20px 14%;
      display: block; } }
  .vacancies-item__header h3 {
    color: #444;
    font-size: 1.25em;
    line-height: 1.2; }
    @media (max-width: 900px) {
      .vacancies-item__header h3 {
        font-size: 0.875em; } }
    @media (max-width: 599px) {
      .vacancies-item__header h3 {
        margin-bottom: 15px;
        font-size: 1em; } }

.career-vacancies-item__opener {
  position: absolute;
  top: 50%;
  left: 1.5%;
  height: 30px;
  width: 30px;
  border: 2px solid #0054a6;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url(../img/vacancies-item-opener.png);
  background-repeat: no-repeat;
  background-position: 0 -30px;
  background-color: #0054a6;
  cursor: pointer; }
  @media (max-width: 900px) {
    .career-vacancies-item__opener {
      height: 23px;
      width: 23px;
      background-size: 23px;
      background-position: 0 -23px; } }
  @media (max-width: 599px) {
    .career-vacancies-item__opener {
      height: 21px;
      width: 21px;
      background-size: 21px;
      background-position: 0 -21px;
      top: 25px;
      left: 2%;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); } }

.opened .career-vacancies-item__opener,
.career-vacancies-item__opener.opened {
  background-position: 0 0;
  background-color: #fff; }

.vacancies-item__place {
  color: #888;
  font-size: 0.75em;
  text-transform: uppercase;
  line-height: 1.2; }
  @media (max-width: 900px) {
    .vacancies-item__place {
      font-size: 0.625em; } }
  @media (max-width: 599px) {
    .vacancies-item__place {
      text-align: right;
      font-size: 0.75em; } }

.vacancies-item__content {
  display: none;
  padding-bottom: 70px; }
  @media (max-width: 900px) {
    .vacancies-item__content {
      padding-bottom: 40px; } }
  @media (max-width: 599px) {
    .vacancies-item__content {
      padding-top: 15px;
      padding-bottom: 50px; } }

.vacancies-item-content__header {
  background-color: #e9f0ff;
  padding: 15px 70px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 900px) {
    .vacancies-item-content__header {
      padding: 20px 8%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 599px) {
    .vacancies-item-content__header {
      padding: 20px 0 20px 14%; } }
  .vacancies-item-content__header div {
    text-align: center; }
    @media (max-width: 900px) {
      .vacancies-item-content__header div {
        text-align: left;
        margin-bottom: 15px; }
        .vacancies-item-content__header div:last-child {
          margin-bottom: 0; } }
  .vacancies-item-content__header span {
    display: block;
    font-family: "OpenSansRegular", sans-serif; }
    .vacancies-item-content__header span:first-child {
      margin-bottom: 10px;
      font-size: 0.875em;
      color: #888; }
      @media (max-width: 599px) {
        .vacancies-item-content__header span:first-child {
          margin-bottom: 8px; } }
    .vacancies-item-content__header span:last-child {
      font-family: "OpenSansSemiBold", sans-serif;
      font-size: 1em;
      color: #444; }

.vacancies-item__text {
  padding: 25px 100px 10px 70px;
  color: #888;
  font-size: 0.875em;
  font-family: "OpenSansRegular", sans-serif;
  line-height: 1.7; }
  @media (max-width: 900px) {
    .vacancies-item__text {
      padding: 25px 8% 0; } }
  @media (max-width: 599px) {
    .vacancies-item__text {
      padding: 35px 1% 15px; } }
  .vacancies-item__text h4 {
    font-family: "OpenSansBold", sans-serif;
    color: #444;
    margin-bottom: 15px; }
    @media (max-width: 900px) {
      .vacancies-item__text h4 {
        margin-bottom: 10px; } }
  .vacancies-item__text p {
    margin-bottom: 20px; }
    .vacancies-item__text p a {
      color: #0054a6; }
      .vacancies-item__text p a:hover {
        text-decoration: underline; }
  .vacancies-item__text ul {
    margin-bottom: 20px; }
    @media (max-width: 900px) {
      .vacancies-item__text ul {
        margin-bottom: 15px; } }
    @media (max-width: 599px) {
      .vacancies-item__text ul {
        margin-bottom: 20px; } }
    .vacancies-item__text ul li {
      position: relative;
      margin-bottom: 10px;
      padding-left: 30px; }
      .vacancies-item__text ul li:before {
        position: absolute;
        left: 10px;
        top: 9px;
        display: block;
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #8dc73f; }

.vacancies-item__download-btn {
  display: block;
  width: 185px;
  padding: 14px 0;
  margin: 0 auto;
  font-family: "OpenSansSemiBold", sans-serif;
  color: #0054a6;
  font-size: 0.8125em;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #0054a6;
  border-radius: 2px; }
  .vacancies-item__download-btn:hover {
    background-color: #0054a6;
    color: #fff; }

.about-page .common-text-block,
.about-page .transformer-tabs ul {
  max-width: 960px; }

.about-page .common-text-block img {
  margin-bottom: 40px; }
  @media (max-width: 599px) {
    .about-page .common-text-block img {
      margin-bottom: 30px; } }

.about-page .tabs-item .common-text-block {
  padding: 0; }

.about-page .tabs-item {
  padding: 40px 0 80px; }
  @media (max-width: 599px) {
    .about-page .tabs-item {
      padding: 40px 0 60px; } }

.about__photogallery {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.about-photoalbum__item {
  display: block;
  height: 155px;
  width: 23%;
  margin-bottom: 25px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }
  @media (max-width: 900px) {
    .about-photoalbum__item {
      width: 31%;
      padding-top: 22%;
      height: auto;
      margin-bottom: 20px; } }
  @media (max-width: 599px) {
    .about-photoalbum__item {
      width: 47%;
      padding-top: 31%;
      margin-bottom: 20px; } }

.about-photoalbum__item:hover {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5); }

.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none; }

.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1; }

.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 100%;
  margin: 0 auto; }

.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden; }

.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 30px; }

.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 */ }

.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */ }

.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s; }

.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #0054a6;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 0.875em;
  padding-bottom: 15px;
  color: #777;
  font-family: "OpenSansSemiBold", sans-serif;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -6px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s; }
  @media (max-width: 599px) {
    .cd-horizontal-timeline .events a::after {
      height: 8px;
      width: 8px; } }

.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #0054a6;
  border-color: #0054a6; }

.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
  color: #0054a6; }

.cd-horizontal-timeline .events a.selected::after {
  background-color: #0054a6;
  border-color: #0054a6; }

.cd-horizontal-timeline .events a.older-event::after {
  border-color: #0054a6; }

.timeline .cd-timeline-navigation a.inactive {
  cursor: default; }

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s; }

.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../img/cd-arrow.svg) no-repeat 0 0; }

.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg); }

.cd-timeline-navigation a.next {
  right: 0; }

.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f; }

.cd-timeline-navigation a.inactive {
  cursor: not-allowed; }

.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px; }

.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf; }

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  transition: height 0.4s; }

.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  animation-name: cd-enter-right; }

.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  animation-name: cd-enter-left; }

.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  animation-direction: reverse; }

.cd-horizontal-timeline .events-content h3 {
  margin-bottom: 20px;
  font-size: 1.625em;
  font-family: "OpenSansSemiBold", sans-serif;
  color: #444;
  line-height: 1.2; }
  @media (max-width: 599px) {
    .cd-horizontal-timeline .events-content h3 {
      font-size: 1.375em; } }

.cd-horizontal-timeline .events-content em {
  display: block;
  font-family: "OpenSansRegularItalic", sans-serif;
  font-style: italic;
  margin-bottom: 20px;
  font-size: 0.93em;
  color: #444; }
  @media (max-width: 599px) {
    .cd-horizontal-timeline .events-content em {
      font-size: 0.875em; } }

.cd-horizontal-timeline .events-content em::before {
  content: '- '; }

.cd-horizontal-timeline .events-content p {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 0.875em;
  line-height: 1.5;
  color: #303030; }

.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6; }

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%); } }

@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%); } }

@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

.feedback-page {
  padding: 10px 0 50px; }
  @media (max-width: 900px) {
    .feedback-page {
      padding: 0 0 80px; } }
  @media (max-width: 900px) {
    .feedback-page .common-text-block {
      padding-bottom: 10px; } }
  @media (max-width: 599px) {
    .feedback-page .common-text-block {
      border-bottom: 1px solid #d1d1d1; } }

.feedback__form {
  position: relative; }
  @media (max-width: 900px) {
    .feedback__form .common-form {
      padding: 0 0 50px; } }
  @media (max-width: 599px) {
    .feedback__form .common-form {
      padding: 40px 0; } }
  @media (max-width: 599px) {
    .feedback__form .common-form__separator {
      margin-top: 10px; } }

.ui-selectmenu-menu .ui-menu.marks .ui-menu-item .ui-menu-item-wrapper {
  padding: 10px;
  padding-right: 115px; }
  @media (max-width: 599px) {
    .ui-selectmenu-menu .ui-menu.marks .ui-menu-item .ui-menu-item-wrapper {
      padding-right: 95px; } }

.ui-icon--mark {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  width: 95px;
  height: 16px;
  background-image: url("../img/ui-icon--mark.png");
  background-repeat: no-repeat; }
  @media (max-width: 599px) {
    .ui-icon--mark {
      right: 5px;
      width: 83px;
      height: 14px;
      background-size: 83px; } }
  .ui-icon--mark.mark-1 {
    background-position: 0 0; }
  .ui-icon--mark.mark-2 {
    background-position: 0 -26px; }
    @media (max-width: 599px) {
      .ui-icon--mark.mark-2 {
        background-position: 0 -23px; } }
  .ui-icon--mark.mark-3 {
    background-position: 0 -52px; }
    @media (max-width: 599px) {
      .ui-icon--mark.mark-3 {
        background-position: 0 -45px; } }
  .ui-icon--mark.mark-4 {
    background-position: 0 -78px; }
    @media (max-width: 599px) {
      .ui-icon--mark.mark-4 {
        background-position: 0 -68px; } }
  .ui-icon--mark.mark-5 {
    background-position: 0 -104px; }
    @media (max-width: 599px) {
      .ui-icon--mark.mark-5 {
        background-position: 0 -90px; } }

.feedback__container {
  padding-top: 60px; }
  @media (max-width: 900px) {
    .feedback__container {
      padding-top: 40px; } }

.feedback__item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px solid #cfd5df;
  padding: 30px 0 20px 0;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 5px 13px rgba(0, 0, 1, 0.15);
  box-shadow: 0 5px 13px rgba(0, 0, 1, 0.15); }
  @media (max-width: 599px) {
    .feedback__item {
      display: block;
      padding: 30px 7% 20px; } }

.feedback-item__left {
  width: 21%;
  padding: 0 4%;
  text-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 900px) {
    .feedback-item__left {
      width: 26%; } }
  @media (max-width: 599px) {
    .feedback-item__left {
      width: 100%;
      margin-bottom: 10px;
      padding: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .feedback-item__left:after {
        content: '';
        display: block;
        width: 100%;
        height: 0;
        border-bottom: 1px solid #e4e4e4; } }

.feedback-item__right {
  width: 65%;
  padding-right: 6%; }
  @media (max-width: 900px) {
    .feedback-item__right {
      width: 61%;
      padding-right: 5%; } }
  @media (max-width: 599px) {
    .feedback-item__right {
      width: 100%;
      padding-right: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center; } }

.feedback-item__company {
  display: block;
  margin-bottom: 10px;
  font-family: "OpenSansBold", sans-serif;
  font-size: 1.5em;
  line-height: 1.4;
  color: #8dc63f; }
  @media (max-width: 900px) {
    .feedback-item__company {
      font-size: 1.25em; } }
  @media (max-width: 599px) {
    .feedback-item__company {
      margin-bottom: 5px;
      line-height: 1.2; } }

.feedback-item__address {
  display: block;
  margin-bottom: 10px;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 0.8125em;
  line-height: 1.4; }
  @media (max-width: 599px) {
    .feedback-item__address {
      margin-bottom: 5px;
      line-height: 1.2; } }

.feedback-item__name {
  display: block;
  margin-bottom: 10px;
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 1em;
  line-height: 1.4; }
  @media (max-width: 599px) {
    .feedback-item__name {
      margin-bottom: 5px;
      line-height: 1.2; } }

.feedback-item__position {
  display: block;
  margin-bottom: 10px;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 0.8125em;
  line-height: 1.4; }
  @media (max-width: 599px) {
    .feedback-item__position {
      margin-bottom: 15px;
      line-height: 1.2; } }

.feedback-item__theme {
  display: block;
  margin-bottom: 10px;
  font-family: "OpenSansLight", sans-serif;
  font-size: 0.875em;
  line-height: 1.7;
  color: #4e4e4e; }

.feedback-item__title {
  display: block;
  margin-bottom: 10px;
  font-family: "OpenSansSemiBold", sans-serif;
  color: #0055a6;
  font-size: 1.5em;
  line-height: 1.4; }
  @media (max-width: 900px) {
    .feedback-item__title {
      font-size: 1.375em; } }
  @media (max-width: 599px) {
    .feedback-item__title {
      font-size: 1.125em; } }

.feedback-item__date {
  display: block;
  margin-bottom: 10px;
  font-family: "OpenSansLight", sans-serif;
  font-size: 0.75em;
  line-height: 1.7;
  color: #939393; }
  @media (max-width: 599px) {
    .feedback-item__date {
      line-height: 1.5; } }

.feedback-item__rating-block {
  margin-bottom: 15px; }
  @media (max-width: 599px) {
    .feedback-item__rating-block {
      margin-bottom: 10px; } }

.feedback-item__rating {
  width: 160px;
  height: 25px;
  margin-right: 15px;
  float: left;
  background-image: url(../img/review-mark-blank.png);
  background-repeat: repeat-x; }
  @media (max-width: 599px) {
    .feedback-item__rating {
      float: none;
      margin: 0 auto;
      margin-bottom: 10px; } }

.feedback-item__rating-stars {
  height: 25px;
  background-image: url(../img/review-mark.png);
  background-repeat: repeat-x; }

.feedback-item__rating-mark {
  float: left;
  font-family: "OpenSansLight", sans-serif;
  font-style: italic;
  font-size: 0.875em;
  line-height: 25px;
  color: #939393; }
  @media (max-width: 599px) {
    .feedback-item__rating-mark {
      float: none;
      width: 100%;
      text-align: center;
      line-height: 1.4; } }

.feedback-item__text {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 0.875em;
  line-height: 1.7;
  text-align: left; }

.feedback-item__text p {
  margin-bottom: 10px; }

.catalog__top-panel {
  position: relative;
  background-color: #FFF;
  -webkit-box-shadow: 0 5px 13px rgba(0, 0, 1, 0.15);
  box-shadow: 0 5px 13px rgba(0, 0, 1, 0.15); }
  .catalog__top-panel .common-text-block {
    position: relative; }
    .catalog__top-panel .common-text-block h2 {
      margin-bottom: 0;
      padding-right: 125px; }

.catalog__header-block {
  border-bottom: 1px solid #cfcfcf; }

.catalog__filters-opener {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 2px;
  padding: 10px 20px 10px 60px;
  border: 1px solid #0055a6;
  background-color: #0055a6;
  color: #fff;
  cursor: pointer; }
  @media (max-width: 900px) {
    .catalog__filters-opener {
      right: 50px; } }
  @media (max-width: 599px) {
    .catalog__filters-opener {
      right: 8%; } }
  .catalog__filters-opener:after {
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -11px;
    background-image: url(../img/catalog-filters-opener.png);
    background-repeat: no-repeat;
    background-position: 0 -24px; }
  .catalog__filters-opener.active {
    background-color: #0055a6;
    border: 1px solid #0055a6;
    color: #fff; }
    .catalog__filters-opener.active:after {
      background-position: 0 -24px; }
  @media (min-width: 901px) {
    .catalog__filters-opener:hover {
      background-color: #fff;
      color: #0055a6;
      border: 1px solid #0055a6; }
      .catalog__filters-opener:hover:after {
        background-position: 0 0; } }

.catalog__filters-block {
  display: none;
  border-bottom: 1px solid #cfcfcf; }

.catalog-filters__container {
  position: relative;
  padding-bottom: 10px; }
  .catalog-filters__container:before, .catalog-filters__container:after {
    position: absolute;
    right: 50px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 11px 15px; }
  .catalog-filters__container:after {
    top: -10px;
    border-color: transparent transparent #fff transparent; }
  .catalog-filters__container:before {
    top: -11px;
    border-color: transparent transparent #cfcfcf transparent; }

.catalog-filters__controls {
  padding: 18px 0 13px;
  border-bottom: 1px solid #cfcfcf; }
  .catalog-filters__controls button {
    display: block;
    padding: 10px 25px;
    background-color: #fff;
    color: #757575;
    border: 1px solid #acacac;
    cursor: pointer; }
    .catalog-filters__controls button:first-child {
      float: right;
      border-top-right-radius: 2px;
      border-bottom-right-radius: 2px; }
    .catalog-filters__controls button:last-child {
      float: right;
      border-top-left-radius: 2px;
      border-bottom-left-radius: 2px; }
    .catalog-filters__controls button:active {
      background-color: #0055a6;
      color: #fff;
      border: 1px solid #0055a6; }
    @media (min-width: 901px) {
      .catalog-filters__controls button:hover {
        background-color: #0055a6;
        color: #fff;
        border: 1px solid #0055a6; } }

.catalog-filters__checkbox-block {
  padding: 10px 0 30px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 900px) {
    .catalog-filters__checkbox-block {
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .catalog-filters__checkbox-block fieldset {
    display: block;
    width: 25%; }
    @media (max-width: 900px) {
      .catalog-filters__checkbox-block fieldset {
        width: 33%; } }
    @media (max-width: 599px) {
      .catalog-filters__checkbox-block fieldset {
        width: 100%; } }
  .catalog-filters__checkbox-block legend {
    position: relative;
    padding: 10px 0;
    margin-bottom: 25px;
    font-family: "OpenSansRegular", sans-serif;
    color: #757575;
    font-size: 0.75em;
    text-transform: uppercase; }
    @media (max-width: 599px) {
      .catalog-filters__checkbox-block legend {
        margin-bottom: 20px; } }
    .catalog-filters__checkbox-block legend:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 30px;
      border-bottom: 2px solid #0055a6; }
  .catalog-filters__checkbox-block label.ui-button {
    display: block;
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
    font-family: "OpenSansRegular", sans-serif;
    color: #757575;
    font-size: 0.75em; }
    @media (max-width: 599px) {
      .catalog-filters__checkbox-block label.ui-button {
        margin-bottom: 15px; } }
  .catalog-filters__checkbox-block .ui-checkboxradio-label .ui-icon-background {
    width: 20px;
    height: 20px;
    border: 1px solid #d6d6d6;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0; }
    .catalog-filters__checkbox-block .ui-checkboxradio-label .ui-icon-background:hover {
      border: 1px solid #1160ac; }
    .catalog-filters__checkbox-block .ui-checkboxradio-label .ui-icon-background.ui-state-checked {
      background-color: #0055a6;
      background-image: url(../img/filter-checkbox-checked.png);
      background-position: center; }
  .catalog-filters__checkbox-block .ui-checkboxradio-icon-space {
    display: inline-block;
    width: 13px; }

.catalog__links-block {
  margin-top: 40px;
  padding-bottom: 10px;
  height: 230px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 900px) {
    .catalog__links-block {
      height: 300px; } }
  @media (max-width: 599px) {
    .catalog__links-block {
      height: auto; } }

.catalog-links__item {
  width: 30%;
  margin-right: 3%;
  margin-bottom: 10px; }
  @media (max-width: 900px) {
    .catalog-links__item {
      width: 42%;
      margin-right: 8%; } }
  @media (max-width: 599px) {
    .catalog-links__item {
      width: 100%;
      margin-right: 0; } }
  .catalog-links__item a {
    font-family: "OpenSansSemiBold", sans-serif;
    color: #757575;
    font-size: 0.81em;
    line-height: 18px; }
  .catalog-links__item.active a,
  .catalog-links__item a.active,
  .catalog-links__item a:hover {
    color: #0054a6;
    text-decoration: underline;
    line-height: 18px; }

.catalog-container {
  padding-top: 40px;
  padding-bottom: 60px; }
  .catalog-container--categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .catalog-container--categories .catalog-item {
      width: calc(50% - 20px); }
      @media (max-width: 900px) {
        .catalog-container--categories .catalog-item {
          width: 100%; } }

.catalog-item {
  padding: 20px 5% 20px 7%;
  margin-bottom: 40px;
  background-color: #FFF;
  border: 1px solid #E8E9ED;
  -webkit-box-shadow: 0 5px 13px rgba(0, 0, 1, 0.15);
  box-shadow: 0 5px 13px rgba(0, 0, 1, 0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 599px) {
    .catalog-item {
      text-align: center;
      padding: 20px 5% 30px 7%; } }
  .catalog-item > img {
    float: left;
    width: 30%;
    max-width: 255px;
    height: auto; }
    @media (max-width: 599px) {
      .catalog-item > img {
        width: auto;
        max-height: 240px;
        float: none;
        margin-bottom: 15px; } }
  .catalog-item > div {
    float: right;
    width: 62%;
    padding: 20px 0; }
    @media (max-width: 599px) {
      .catalog-item > div {
        width: 100%;
        float: none;
        padding: 0; } }
    .catalog-item > div h3 {
      margin-bottom: 20px;
      font-family: "OpenSansSemiBold", sans-serif;
      color: #444;
      font-size: 1.5em;
      line-height: 1.4;
      text-align: left; }
      @media (max-width: 599px) {
        .catalog-item > div h3 {
          font-size: 1.125em;
          margin-bottom: 10px; } }
  .catalog-item .common-btn {
    display: inline-block;
    padding: 7px 30px;
    font-size: 0.875em; }
    @media (max-width: 599px) {
      .catalog-item .common-btn {
        padding: 10px 30px; } }

.catalog-item__desc {
  margin-bottom: 25px;
  text-align: left; }
  .catalog-item__desc p {
    font-family: "OpenSansRegular", sans-serif;
    color: #888;
    font-size: 0.875em;
    line-height: 1.7; }
    @media (max-width: 599px) {
      .catalog-item__desc p {
        font-size: 0.875em;
        line-height: 1.4; }
        .catalog-item__desc p:nth-child(n + 2) {
          display: none; } }

#compare-widget-block {
  position: fixed;
  bottom: 0;
  right: 1.1em;
  z-index: 10;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s; }
  @media (max-width: 599px) {
    #compare-widget-block {
      display: none; } }
  #compare-widget-block .compare-inner-wrap {
    padding: 0 25px;
    background: #fff;
    border: 1px solid #c8c8c8;
    position: relative; }
    #compare-widget-block .compare-inner-wrap .compare__prod-list {
      padding: 10px 0;
      width: 415px;
      background-image: url(../img/compare-img-bg.jpg);
      background-repeat: repeat-x; }
      #compare-widget-block .compare-inner-wrap .compare__prod-list li {
        position: relative;
        float: left;
        width: 125px;
        height: 110px;
        margin-right: 20px;
        overflow: hidden;
        background-color: #fff; }
        #compare-widget-block .compare-inner-wrap .compare__prod-list li:last-child {
          margin-right: 0; }

.compare-widget-btn__delete {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #8ec840;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background-image: url(../img/compare-btn.png);
  background-repeat: no-repeat;
  background-position: 0 -60px; }

.compare__img-block {
  height: 90px;
  overflow: hidden;
  text-align: center; }
  .compare__img-block img {
    max-height: 100%;
    max-width: 100%; }

.compare-widget__title {
  height: 20px;
  font-family: "OpenSansBold", sans-serif;
  color: #0054a6;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

#compare-widget-btn {
  padding: 15px;
  border-top: 1px solid #c8c8c8; }
  #compare-widget-btn a {
    float: right;
    padding: 10px 25px;
    color: #fff;
    font-family: "OpenSansRegular", sans-serif;
    font-size: 14px;
    font-weight: 400;
    background-color: #0054A6;
    border-radius: 2px; }

.product-page {
  padding-bottom: 60px;
  color: #333; }
  @media (max-width: 900px) {
    .product-page {
      padding-bottom: 80px; } }
  @media (max-width: 599px) {
    .product-page {
      padding-bottom: 60px; } }
  .product-page .transformer-tabs {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    border-bottom: 0;
    position: relative; }
    .product-page .transformer-tabs a {
      padding: 5px 10px 10px; }
      @media (max-width: 900px) {
        .product-page .transformer-tabs a {
          padding: 10px 50px; } }
      @media (max-width: 599px) {
        .product-page .transformer-tabs a {
          padding: 10px 8%; } }
    .product-page .transformer-tabs ul {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 60%;
      float: right; }
      @media (max-width: 900px) {
        .product-page .transformer-tabs ul {
          position: relative;
          width: 100%; } }
  .product-page h2 {
    margin-bottom: 30px;
    margin-top: 15px;
    font-family: "OpenSansRegular", sans-serif;
    font-size: 2.375em;
    color: #333; }
    @media (max-width: 900px) {
      .product-page h2 {
        font-size: 1.875em;
        margin-bottom: 25px; } }
    @media (max-width: 599px) {
      .product-page h2 {
        font-size: 1.5em;
        margin-bottom: 15px; } }
    .product-page h2:first-child {
      margin-top: 0; }
  .product-page h3 {
    margin: 15px 0 10px;
    font-family: "OpenSansLight", sans-serif;
    font-size: 1.375em;
    color: #999; }
    @media (max-width: 900px) {
      .product-page h3 {
        font-size: 1.125em; } }
    @media (max-width: 599px) {
      .product-page h3 {
        font-size: 1em;
        margin: 10px 0 5px; } }
  .product-page h4 {
    margin: 15px 0 10px;
    font-family: "OpenSansLight", sans-serif;
    font-size: 1.125em;
    color: #999; }
    @media (max-width: 900px) {
      .product-page h4 {
        font-size: 1em; } }
    @media (max-width: 599px) {
      .product-page h4 {
        font-size: 1em;
        margin: 10px 0 5px; } }
  .product-page .common-text-block h1 {
    margin-bottom: 30px;
    margin-top: 15px;
    font-family: "OpenSansRegular", sans-serif;
    font-size: 2.375em;
    color: #333; }
    @media (max-width: 900px) {
      .product-page .common-text-block h1 {
        font-size: 1.875em;
        margin-bottom: 25px; } }
    @media (max-width: 599px) {
      .product-page .common-text-block h1 {
        font-size: 1.5em;
        margin-bottom: 15px; } }
    .product-page .common-text-block h1:first-child {
      margin-top: 0; }
  .product-page .common-text-block p,
  .product-page .common-text-block ul {
    color: #333;
    margin-bottom: 5px; }
  .product-page .common-text-block ul {
    list-style: none; }
    .product-page .common-text-block ul li {
      position: relative;
      padding-left: 20px;
      color: #333;
      margin-bottom: 3px; }
      .product-page .common-text-block ul li:after {
        content: '';
        display: block;
        position: absolute;
        top: 8px;
        left: 7px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #888; }
  .product-page .common-text-block img {
    display: block;
    margin: 20px auto;
    max-width: 100%; }

.product__top-block {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding-top: 30px; }

.product-top__left {
  width: 37%;
  float: left; }
  @media (max-width: 900px) {
    .product-top__left {
      width: 370px;
      margin: 0 auto 10px;
      float: none; } }
  @media (max-width: 599px) {
    .product-top__left {
      width: 100%;
      max-width: 370px;
      margin: 0 auto 30px; } }

.product-top__gallery-block .bx-wrapper {
  margin: 0 auto 10px; }
  .product-top__gallery-block .bx-wrapper .bx-viewport {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
    left: 0; }

.product-top__gallery li {
  text-align: center; }
  .product-top__gallery li img {
    margin: 0 auto; }

.product-top__gallery-pager {
  width: 100%;
  margin-bottom: 10px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .product-top__gallery-pager a {
    position: relative;
    width: 23.5%;
    margin-right: 2%; }
    .product-top__gallery-pager a:last-child {
      margin-right: 0; }
    .product-top__gallery-pager a img {
      width: 100%;
      height: auto; }
    @media (max-width: 900px) {
      .product-top__gallery-pager a:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.5); }
      .product-top__gallery-pager a.active:after {
        background-color: unset; } }

.product-top__info {
  width: 60%;
  float: right;
  padding-bottom: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 900px) {
    .product-top__info {
      width: 100%;
      float: none;
      padding: 0 50px 35px; } }
  @media (max-width: 599px) {
    .product-top__info {
      padding: 0 8% 25px; } }
  .product-top__info h1 {
    color: #333;
    font-size: 2.375em;
    line-height: 1.16;
    margin-bottom: 15px; }
    @media (max-width: 900px) {
      .product-top__info h1 {
        font-size: 1.75em;
        line-height: 1.3;
        padding-right: 15%; } }
    @media (max-width: 599px) {
      .product-top__info h1 {
        padding-right: 0;
        font-size: 1.25em; } }
  .product-top__info .product-icons-block {
    padding-left: 0;
    margin: 0 0 20px; }

.product-info__category {
  display: inline-block;
  margin-bottom: 20px;
  border-bottom: 1px dashed #999;
  font-size: 1.375em;
  line-height: 1.6; }
  @media (max-width: 900px) {
    .product-info__category {
      font-size: 1.25em; } }
  @media (max-width: 599px) {
    .product-info__category {
      font-size: 1em; } }

.product-info__category,
.product-info__category a {
  font-family: "OpenSansLight", sans-serif;
  color: #999; }

.product-info__description {
  margin-bottom: 25px;
  font-family: "OpenSansRegular", sans-serif;
  color: #888;
  font-size: 0.875em;
  line-height: 1.7;
  overflow: hidden; }
  @media (max-width: 900px) {
    .product-info__description {
      padding-right: 15%; } }
  @media (max-width: 599px) {
    .product-info__description {
      font-size: 0.8125em; } }
  .product-info__description p:nth-child(n+2) {
    display: none; }

.product-info__description.opened p:nth-child(n+2) {
  display: block; }

.product-info__opener {
  display: inline-block;
  padding-right: 20px;
  position: relative;
  margin-bottom: 30px;
  font-family: "OpenSansBold", sans-serif;
  color: #0054a6;
  font-size: 0.875em; }
  @media (max-width: 900px) {
    .product-info__opener {
      margin-bottom: 20px; } }
  .product-info__opener:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background-image: url(../img/f107.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }

.product-info__description.opened ~ .product-info__opener:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.product-top__setups {
  margin-bottom: 30px; }
  @media (max-width: 599px) {
    .product-top__setups {
      margin-bottom: 20px; } }
  .product-top__setups a {
    display: inline-block;
    margin-right: 10px; }
    @media (max-width: 900px) {
      .product-top__setups a img {
        height: 40px; } }
    @media (max-width: 599px) {
      .product-top__setups a img {
        height: 30px; } }

.product-top__buttons-block a {
  display: inline-block;
  float: left;
  padding: 10px 15px;
  margin-right: 10px;
  background-color: #fff;
  color: #0055a6;
  border: 1px solid #0055a6;
  text-align: center;
  border-radius: 2px;
  font-size: 0.875em; }
  @media (max-width: 599px) {
    .product-top__buttons-block a {
      font-size: 0.8125em;
      padding: 5px 10px;
      margin-bottom: 10px; } }
  .product-top__buttons-block a:hover {
    background-color: #0055a6;
    color: #fff; }

.product-top__buttons-block .product-btns__print {
  font-family: "OpenSansSemiBoldItalic", sans-serif;
  text-decoration: underline;
  margin-right: 0;
  padding: 10px 0 10px 30px;
  background-image: url("../img/product-btns__print.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  border: none;
  border-radius: 0; }
  @media (max-width: 900px) {
    .product-top__buttons-block .product-btns__print {
      display: none; } }
  .product-top__buttons-block .product-btns__print:hover {
    background-color: #fff;
    color: #0055a6;
    text-decoration: none; }

#tab-1 .product__areas-block {
  height: 225px;
  margin-bottom: 60px;
  position: relative; }
  #tab-1 .product__areas-block .bx-wrapper {
    padding: 0; }
  #tab-1 .product__areas-block .bx-wrapper .bx-viewport {
    left: 0;
    border: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  #tab-1 .product__areas-block .bx-wrapper .bx-prev {
    left: -50px; }
  #tab-1 .product__areas-block .bx-wrapper .bx-next {
    right: -50px; }
  #tab-1 .product__areas-block .bx-controls-direction {
    display: none; }

.product__contacts-for-print {
  display: none; }

.product-areas__slider {
  /*	@include for-tablet-landscape {
		&.product-slider--1,
		&.product-slider--2 {
			li.product-area__slide {
				height: 220px;
				width: 50%;
			}
		}
	}
	@include for-phone-only {
		&.product-slider--1 {
			li.product-area__slide {
				width: 100%;
			}
		}
		&.product-slider--2 {
			li.product-area__slide {
				
			}
		}
	}*/ }
  .product-areas__slider li.product-area__slide {
    position: relative;
    display: block;
    height: 225px;
    width: 33.3%;
    float: left;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    overflow: hidden; }
    .product-areas__slider li.product-area__slide div {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      padding: 0 10%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-align-items: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.82)));
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.82) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d1000000', GradientType=0);
      /* IE6-9 */
      -webkit-transition: all 300ms ease-out;
      transition: all 300ms ease-out; }
      @media (max-width: 900px) {
        .product-areas__slider li.product-area__slide div {
          top: 0; } }
      .product-areas__slider li.product-area__slide div span {
        display: block;
        position: absolute;
        top: 50%;
        left: 5%;
        width: 90%;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
        text-align: center;
        font-family: "OpenSansSemiBold", sans-serif;
        color: #fff;
        /*				font-size: 1.875em;*/
        font-size: 1.5em;
        line-height: 1.1;
        text-shadow: 0 2px 3px rgba(0, 0, 0, 0.25); }
    .product-areas__slider li.product-area__slide:hover div {
      top: 0; }

.product__function-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 599px) {
    .product__function-block {
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; } }
  .product__function-block .common-text-block {
    color: #333; }
    .product__function-block .common-text-block ul {
      font-size: 0.875em;
      line-height: 1.7; }
      .product__function-block .common-text-block ul li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 20px;
        color: #333; }
        @media (max-width: 599px) {
          .product__function-block .common-text-block ul li {
            color: #888; } }
        @media (max-width: 900px) {
          .product__function-block .common-text-block ul li:last-child {
            margin-bottom: 0; } }
        .product__function-block .common-text-block ul li:after {
          content: '';
          display: block;
          position: absolute;
          top: 8px;
          left: 7px;
          width: 5px;
          height: 5px;
          border-radius: 50%;
          background-color: #888; }

.product-function__left {
  width: 45%;
  text-align: center; }
  @media (max-width: 900px) {
    .product-function__left {
      width: 40%; } }
  @media (max-width: 599px) {
    .product-function__left {
      width: 100%;
      height: 260px;
      margin-bottom: 20px; } }
  .product-function__left img {
    margin: 0 auto;
    max-width: 100%; }
    @media (max-width: 599px) {
      .product-function__left img {
        max-height: 100%; } }

.product-function__right {
  width: 44%;
  padding-right: 6%; }
  @media (max-width: 900px) {
    .product-function__right {
      width: 60%;
      padding-right: 0; }
      .product-function__right .common-text-block {
        padding-top: 0;
        padding-bottom: 0; } }
  @media (max-width: 599px) {
    .product-function__right {
      width: 100%; } }

.product__standarts-block {
  max-width: 540px; }
  .product__standarts-block .common-text-block {
    color: #888; }
    .product__standarts-block .common-text-block ul {
      font-size: 0.875em;
      line-height: 1.6; }
      .product__standarts-block .common-text-block ul li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 8px;
        color: #888; }
        .product__standarts-block .common-text-block ul li:after {
          content: '';
          display: block;
          position: absolute;
          top: 9px;
          left: 7px;
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background-color: #444; }

.product-icons-block {
  padding-left: 8px;
  margin: 25px 0 20px;
  /*	.dii__icon-1 {
		background-position: 0 0;
	}
	.dii__icon-2 {
		background-position: -47px 0;
	}
	.dii__icon-3 {
		background-position: -94px 0;
	}*/ }
  .product-icons-block i {
    display: inline-block;
    margin-right: 10px;
    width: 37px;
    height: 37px;
    /*		background-image: url(../img/product-icons.png);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }

.product__three-d-block {
  width: 500px;
  height: 500px;
  background-color: #524444;
  margin: 0 auto 50px; }

@media (max-width: 599px) {
  .product__similar-block h2 {
    margin-bottom: 25px; } }

.product-similar__container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.product-similar__item {
  width: 25%;
  float: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 900px) {
    .product-similar__item {
      width: 33%;
      padding: 15px; }
      .product-similar__item:nth-child(n + 4) {
        display: none; } }
  @media (max-width: 599px) {
    .product-similar__item {
      width: 48%; }
      .product-similar__item:nth-child(n + 3) {
        display: none; }
      .product-similar__item:first-child {
        margin-right: 4%; } }
  .product-similar__item span {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1em;
    line-height: 1.375;
    color: #333;
    font-family: "OpenSansBold", sans-serif; }
    @media (max-width: 900px) {
      .product-similar__item span {
        font-size: 0.875em; } }
    @media (max-width: 599px) {
      .product-similar__item span {
        font-size: 0.8125em;
        line-height: 1.3;
        margin-bottom: 15px; } }
  @media (max-width: 599px) {
    .product-similar__item .common-btn {
      font-size: 0.8125em;
      padding: 8px 0; } }
  .product-similar__item:hover {
    -webkit-box-shadow: 0px 8px 18px 0px rgba(41, 52, 73, 0.4);
    box-shadow: 0px 8px 18px 0px rgba(41, 52, 73, 0.4); }

.product-similar__img {
  height: 145px;
  margin-bottom: 20px;
  border: 1px solid #e1e1e1;
  text-align: center; }
  @media (max-width: 900px) {
    .product-similar__img {
      height: 140px;
      margin-bottom: 15px; } }
  @media (max-width: 599px) {
    .product-similar__img {
      height: 130px; } }
  .product-similar__img img {
    max-height: 100%;
    max-width: 100%; }

.product-specification.common-text-block {
  padding-top: 40px; }

.product-specification table {
  width: 100%;
  margin-bottom: 60px; }
  .product-specification table tr {
    position: relative;
    border-bottom: 1px dashed #b2b2b2; }
    .product-specification table tr:last-child {
      border-bottom: 0; }
  .product-specification table td {
    padding: 20px 0;
    color: #333;
    font-size: 1em;
    vertical-align: middle; }
    @media (max-width: 900px) {
      .product-specification table td {
        padding: 10px 0; } }
    @media (max-width: 599px) {
      .product-specification table td {
        font-size: 0.75em;
        line-height: 1.2; } }
    .product-specification table td:first-child {
      width: 55%;
      padding-right: 15px;
      font-family: "OpenSansRegular", sans-serif;
      line-height: 1.25; }
      @media (max-width: 599px) {
        .product-specification table td:first-child {
          line-height: 1.2; } }
    .product-specification table td:last-child {
      width: 45%;
      font-family: "OpenSansBold", sans-serif;
      line-height: 1.5; }
      @media (max-width: 599px) {
        .product-specification table td:last-child {
          font-family: "OpenSansRegular", sans-serif;
          line-height: 1.2; } }
      .product-specification table td:last-child span {
        font-family: "OpenSansRegular", sans-serif;
        padding-left: 25px;
        color: #333;
        font-size: 0.75em; }
    .product-specification table td.blank:after {
      content: '';
      display: inline-block;
      width: 18px;
      height: 18px;
      background: url(../img/denied.svg) no-repeat center;
      background-size: cover; }
    .product-specification table td span {
      display: block;
      line-height: 1.5; }
  .product-specification table .multiple-values > td {
    padding-right: 0; }
  .product-specification table .multiple-values-inner_table {
    margin-top: 0.5em;
    margin-bottom: 0; }
    .product-specification table .multiple-values-inner_table tr {
      border: none; }
      .product-specification table .multiple-values-inner_table tr td {
        padding-top: 0;
        padding-bottom: 0; }
        @media (max-width: 599px) {
          .product-specification table .multiple-values-inner_table tr td {
            font-size: 1em; } }
        .product-specification table .multiple-values-inner_table tr td:first-child {
          padding-left: 40px;
          color: #999; }
          @media (max-width: 599px) {
            .product-specification table .multiple-values-inner_table tr td:first-child {
              padding-left: 1em; } }

.product-specification-table__row div {
  width: 50%;
  padding: 20px 0;
  color: #333;
  font-size: 1em; }
  .product-specification-table__row div:first-child {
    font-family: "OpenSansRegular", sans-serif; }
  .product-specification-table__row div:last-child {
    font-family: "OpenSansBold", sans-serif; }

.product__downloads-block {
  margin-bottom: 20px; }
  @media (max-width: 599px) {
    .product__downloads-block {
      padding-left: 5%;
      max-width: 340px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0 auto 20px; } }
  .product__downloads-block h3 {
    margin-bottom: 30px; }
  .product__downloads-block > div {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.product-downloads__item {
  width: calc(48% - 140px);
  position: relative;
  padding-left: 100px;
  min-height: 70px;
  margin-bottom: 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  color: #777;
  font-size: 1em;
  line-height: 1.5; }
  @media (max-width: 900px) {
    .product-downloads__item {
      width: calc(100% - 125px);
      padding-left: 125px; } }
  @media (max-width: 599px) {
    .product-downloads__item {
      font-size: 0.875em;
      min-height: 70px; } }
  .product-downloads__item > a {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 38px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media (max-width: 599px) {
      .product-downloads__item > a {
        width: 54px;
        height: 64px; } }

.product-downloads__title {
  font-family: "OpenSansBold", sans-serif; }

.product-downloads__langs,
.product-downloads__size {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 0.875em;
  line-height: 1.7; }

.product-downloads__langs {
  line-height: 1.3; }

.product-downloads--pdf {
  background-image: url(../img/pdf-icon.svg); }

.product-downloads--doc,
.product-downloads--docx {
  background-image: url(../img/word-doc-icon.svg); }

.product-downloads--zip {
  background-image: url(../img/zip-icon.svg); }

.product-downloads--blank {
  background-image: url(../img/listovka-icon.svg); }

.product-sertificats-row {
  margin-right: 30px; }

.product-sertificats__item {
  position: relative;
  min-height: 220px;
  padding: 10px 2% 10px 20%;
  width: 26%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); }
  @media (max-width: 900px) {
    .product-sertificats__item {
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 10px 2% 10px 40%; } }
  @media (max-width: 599px) {
    .product-sertificats__item {
      min-height: 150px; } }
  .product-sertificats__item:last-child {
    float: right; }
  .product-sertificats__item:first-child {
    float: left; }
    @media (max-width: 900px) {
      .product-sertificats__item:first-child {
        margin-bottom: 30px; } }
  .product-sertificats__item span {
    display: block;
    text-transform: uppercase;
    font-family: "OpenSansSemiBold", sans-serif;
    color: #999;
    font-size: 1em;
    line-height: 1.5; }
    @media (max-width: 599px) {
      .product-sertificats__item span {
        font-size: 0.625em;
        line-height: 1.2; } }

.product-sertificats-item__img {
  position: absolute;
  top: 50%;
  left: 21%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 116px;
  height: 165px;
  border: 2px solid #d7d7d7;
  background-image: url(../img/product-sertificat.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
  @media (max-width: 599px) {
    .product-sertificats-item__img {
      left: 20%;
      width: 77px;
      height: 110px; } }

.product-sertificats__download {
  display: inline-block;
  position: relative;
  padding: 10px 30px;
  margin-top: 20px;
  border-bottom: 2px solid #5c8c1a;
  background-color: #8DC63F;
  border-radius: 6px;
  color: #FFF;
  font-size: 0.875em;
  font-family: "OpenSansSemiBold", sans-serif; }
  @media (max-width: 599px) {
    .product-sertificats__download {
      font-size: 0.8125em;
      padding: 8px 20px; } }
  .product-sertificats__download:hover {
    top: 1px;
    margin-top: 21px;
    border-bottom: 1px solid #5c8c1a; }
  .product-sertificats__download:active {
    top: 2px;
    margin-top: 22px;
    border-bottom: 0; }

@media (max-width: 900px) {
  .product-downloads-tab .bx-wrapper,
  .product__areas-block .bx-wrapper {
    padding: 0 13% 20px; } }

@media (max-width: 599px) {
  .product-downloads-tab .bx-wrapper,
  .product__areas-block .bx-wrapper {
    padding: 0 10% 20px; } }

.product-downloads-tab .bx-wrapper .bx-pager,
.product__areas-block .bx-wrapper .bx-pager {
  left: 0; }

.product-downloads-tab .bx-wrapper .bx-viewport,
.product__areas-block .bx-wrapper .bx-viewport {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px;
  border: 0;
  left: -5px;
  background: #fff; }

.product-downloads-tab .bx-wrapper .bx-pager.bx-default-pager a,
.product__areas-block .bx-wrapper .bx-pager.bx-default-pager a {
  background: #cfcfcf;
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  margin: 0 5px;
  border-radius: 50%; }

.product-downloads-tab .bx-wrapper .bx-pager.bx-default-pager a:hover,
.product-downloads-tab .bx-wrapper .bx-pager.bx-default-pager a.active,
.product__areas-block .bx-wrapper .bx-pager.bx-default-pager a:hover,
.product__areas-block .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #87c732;
  border: 2px solid #87c732; }

.product-downloads-tab .bx-wrapper .bx-controls-direction a,
.product__areas-block .bx-wrapper .bx-controls-direction a {
  margin-top: -72px;
  width: 35px;
  height: 144px;
  overflow: hidden; }
  @media (max-width: 900px) {
    .product-downloads-tab .bx-wrapper .bx-controls-direction a,
    .product__areas-block .bx-wrapper .bx-controls-direction a {
      margin-top: -35px;
      width: 17px;
      height: 70px;
      background-size: 34px; } }

.product-downloads-tab .bx-wrapper .bx-prev,
.product__areas-block .bx-wrapper .bx-prev {
  left: -80px;
  background: url(../img/product-downloads-arrows.png) no-repeat 0 0; }
  @media (max-width: 900px) {
    .product-downloads-tab .bx-wrapper .bx-prev,
    .product__areas-block .bx-wrapper .bx-prev {
      left: 0; } }

.product-downloads-tab .bx-wrapper .bx-next,
.product__areas-block .bx-wrapper .bx-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: -80px;
  background: url(../img/product-downloads-arrows.png) no-repeat 0 0; }
  @media (max-width: 900px) {
    .product-downloads-tab .bx-wrapper .bx-next,
    .product__areas-block .bx-wrapper .bx-next {
      right: 0; } }

.product-downloads-tab .bx-wrapper .bx-prev:hover,
.product-downloads-tab .bx-wrapper .bx-next:hover,
.product__areas-block .bx-wrapper .bx-prev:hover,
.product__areas-block .bx-wrapper .bx-next:hover {
  background-position: -35px 0; }
  @media (max-width: 900px) {
    .product-downloads-tab .bx-wrapper .bx-prev:hover,
    .product-downloads-tab .bx-wrapper .bx-next:hover,
    .product__areas-block .bx-wrapper .bx-prev:hover,
    .product__areas-block .bx-wrapper .bx-next:hover {
      background-position: -17px 0; } }

@media print {
  .product-page {
    padding-bottom: 0; }
  .mobile-menu-opener,
  .transformer-tabs,
  .product-info__opener,
  .product-top__setups,
  .product-top__buttons-block,
  .product-3d-block,
  .product__similar-block,
  footer.footer,
  .modal {
    display: none; }
  .tabs-container .tabs-item {
    border-bottom: 1px solid #d1d1d1; }
    .tabs-container .tabs-item .product-specification table {
      margin-bottom: 30px; }
  #tab-1 {
    padding-top: 50px; }
    #tab-1 .common-text-block,
    #tab-1 .product__function-block {
      display: none; }
    #tab-1 .product__areas-block {
      height: auto !important;
      margin-bottom: 40px; }
      #tab-1 .product__areas-block .bx-viewport {
        height: auto !important; }
      #tab-1 .product__areas-block .product-areas__slider {
        position: static !important; }
        #tab-1 .product__areas-block .product-areas__slider li.product-area__slide {
          float: none !important;
          height: auto !important;
          width: 600px !important;
          margin-bottom: 10px;
          background-image: none !important;
          overflow: visible; }
          #tab-1 .product__areas-block .product-areas__slider li.product-area__slide div {
            display: block;
            position: static !important;
            padding: 0;
            background: none !important;
            padding-left: 20px; }
            #tab-1 .product__areas-block .product-areas__slider li.product-area__slide div span {
              color: #333;
              font-size: 1em;
              text-align: left; }
      #tab-1 .product__areas-block .product-area__slide {
        float: none !important; }
  #tab-2 {
    display: block; }
  .product-downloads-tab .bx-wrapper {
    display: none; }
  .product__top-block {
    width: 100%; }
    .product__top-block .product-top__left {
      width: 70%;
      max-width: 100% !important; }
      .product__top-block .product-top__left .product-top__gallery-pager {
        width: 100% !important;
        max-width: 100% !important;
        display: block; }
        .product__top-block .product-top__left .product-top__gallery-pager:after {
          content: "";
          display: table;
          clear: both; }
        .product__top-block .product-top__left .product-top__gallery-pager a {
          float: left;
          width: 22%; }
  .product-top__gallery-pager a:after {
    display: none; }
  .product-info__description p:nth-child(n + 2) {
    display: block; }
  .product-top__gallery-block .bx-wrapper {
    display: none; }
  .product__contacts-for-print {
    display: block; }
    .product__contacts-for-print .common-text-block {
      display: block; } }

@media (max-width: 599px) {
  .contacts-page .tabs-item {
    padding-left: 30px !important;
    padding-right: 30px !important; } }

.contacts-content {
  padding: 40px 0 80px; }
  @media (max-width: 599px) {
    .contacts-content .contacts-items-block {
      margin-bottom: 0; } }
  @media (max-width: 900px) {
    .contacts-content {
      padding: 40px 0 100px; } }

.contacts-items-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px; }
  @media (max-width: 900px) {
    .contacts-items-block {
      margin-bottom: 30px; } }
  @media (max-width: 599px) {
    .contacts-items-block {
      display: block; } }

.contacts-item {
  position: relative;
  width: 33.3%;
  min-height: 70px;
  float: left;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .contacts-item:last-child {
    word-break: break-all; }
  @media (max-width: 599px) {
    .contacts-item {
      width: 100%;
      margin-bottom: 30px; } }

.contacts-item_icon {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 50%;
  border: 2px solid #0054a6;
  background-repeat: no-repeat;
  background-position: center; }

.icon--map {
  background-image: url(../img/contacts-icon-1.png); }

.icon--tel {
  background-image: url(../img/contacts-icon-2.png); }

.icon--mail {
  background-image: url(../img/contacts-icon-3.png); }

.contacts-item-text {
  padding: 0 20px 0 100px;
  font-family: "OpenSansSemiBold", sans-serif;
  color: #444;
  font-size: 0.875em;
  line-height: 1.4; }
  @media (max-width: 900px) {
    .contacts-item-text {
      padding: 0 10px 0 80px;
      font-size: 0.8125em; } }
  @media (max-width: 599px) {
    .contacts-item-text {
      padding: 0 10px 0 100px;
      font-size: 0.875em; } }
  .contacts-item-text span {
    display: block;
    margin-bottom: 3px; }

.contacts-map {
  width: 100%;
  height: 340px; }
  @media (max-width: 900px) {
    .contacts-map {
      width: calc(100% + 100px);
      margin: 0 -50px; } }
  @media (max-width: 599px) {
    .contacts-map {
      width: calc(100% + 60px);
      margin: 0 -30px; } }

.news-page {
  padding: 40px 10px; }
  @media (max-width: 900px) {
    .news-page {
      padding-bottom: 90px; } }

.news-page__container,
.product-news__container {
  margin-bottom: 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 900px) {
    .news-page__container,
    .product-news__container {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.news-page__item {
  width: 31%;
  margin-bottom: 30px;
  margin-right: 3.5%; }
  .news-page__item > a {
    display: block;
    margin-bottom: 15px;
    font-family: "OpenSansSemiBold", sans-serif;
    color: #0054a6;
    font-size: 1.125em;
    line-height: 1.3; }
    .news-page__item > a:hover {
      color: #04396c; }
    @media (max-width: 900px) {
      .news-page__item > a {
        margin-bottom: 15px; } }
  .news-page__item:nth-child(3n) {
    margin-right: 0; }
  @media (max-width: 900px) {
    .news-page__item {
      width: 47%;
      margin-right: 0;
      margin-bottom: 40px; } }
  @media (max-width: 599px) {
    .news-page__item {
      width: 100%; } }

.news-page-item__img {
  width: 100%;
  padding-top: 77%;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (max-width: 900px) {
    .news-page-item__img {
      margin-bottom: 25px; } }
  @media (max-width: 599px) {
    .news-page-item__img {
      padding-top: 65%;
      margin-bottom: 20px; } }

.news-page-item__text {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 10px;
  font-size: 0.875em;
  line-height: 1.7;
  color: #777; }
  @media (max-width: 900px) {
    .news-page-item__text {
      padding-bottom: 20px; } }
  .news-page-item__text:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #d6d6d6; }

.news-page-item__date {
  display: block;
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 0.8em;
  color: #0054a6; }

.news-page.product-news-page {
  padding-bottom: 70px; }

@media (max-width: 900px) {
  .product-news__container {
    margin-bottom: 0; } }

.product-news__container .news-page__item {
  width: 30%;
  margin-bottom: 40px;
  margin-right: 2.5%; }
  @media (max-width: 900px) {
    .product-news__container .news-page__item {
      width: 48%;
      margin-right: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 4%; } }
  @media (max-width: 599px) {
    .product-news__container .news-page__item {
      width: 100%;
      padding-right: 4%; } }

.product-news__container .news-page-item__date {
  color: #444;
  font-size: 12px;
  margin-bottom: 8px; }
  @media (max-width: 900px) {
    .product-news__container .news-page-item__date {
      margin-bottom: 10px; } }

.product-news__container .news-page__item > a {
  font-family: "OpenSansBold", sans-serif;
  font-size: 1em;
  line-height: 1.375;
  margin-bottom: 15px; }

.product-news__container .news-page-item__text {
  font-family: "OpenSansRegular", sans-serif;
  color: #999;
  line-height: 1.4;
  padding-bottom: 10px; }
  @media (max-width: 599px) {
    .product-news__container .news-page-item__text {
      padding-bottom: 5px; } }

.product-news__container .news-page-item__text:after {
  display: none; }

.product-news__container .news-page__item > a.news-page__read-more {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 14px;
  margin-bottom: 0; }

.product-news__container .news-page__item > a.news-page__read-more:after {
  content: '>';
  margin-left: 5px;
  position: relative;
  bottom: -1px;
  font-size: 15px; }

.resources {
  padding-top: 0; }
  .resources-container {
    margin-bottom: 40px; }
  .resources-item {
    line-height: 1.4;
    padding: 24px 0;
    padding-right: 100px;
    border-bottom: 1px solid #E9E9E9;
    position: relative; }
    @media (max-width: 900px) {
      .resources-item {
        padding-right: 0; } }
    .resources-item-date {
      font-family: "OpenSansItalic", sans-serif;
      font-size: 14px;
      color: #DADADA;
      display: block;
      margin-bottom: 8px; }
    .resources-item-header {
      font-family: "OpenSansSemiBold", sans-serif;
      font-size: 24px;
      color: #444;
      margin-bottom: 14px; }
      @media (max-width: 900px) {
        .resources-item-header {
          font-size: 18px;
          margin-bottom: 8px; } }
    .resources-item-text {
      font-family: "OpenSansRegular", sans-serif;
      font-size: 16px;
      color: #888;
      line-height: 1.5; }
      @media (max-width: 900px) {
        .resources-item-text {
          font-size: 14px; } }
    .resources-item-arrow {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 40px;
      width: 26px;
      height: 100%;
      fill: #DADADA; }
      @media (max-width: 900px) {
        .resources-item-arrow {
          display: none; } }
    .resources-item a:hover .resources-item-header {
      color: #1455AA; }
    .resources-item a:hover .resources-item-arrow {
      fill: #1455AA; }

.article-page {
  padding-top: 24px; }
  @media (max-width: 900px) {
    .article-page .product-news__container,
    .article-page .news-page__container {
      margin-bottom: 50px; }
      .article-page .product-news__container .news-page__item:nth-child(n + 3),
      .article-page .news-page__container .news-page__item:nth-child(n + 3) {
        display: none; } }
  @media (max-width: 599px) {
    .article-page .product-news__container,
    .article-page .news-page__container {
      display: none; } }

.article-text__title {
  margin-bottom: 14px;
  color: #303030;
  font-size: 24px;
  line-height: 1.35;
  font-family: "OpenSansSemiBold", sans-serif; }
  @media (max-width: 599px) {
    .article-text__title {
      font-size: 18px; } }

.article-text__date {
  display: block;
  margin-bottom: 8px;
  font-family: "OpenSansItalic", sans-serif;
  font-size: 14px;
  color: #DADADA; }

.article-text__content {
  margin-bottom: 30px;
  font-family: "OpenSansRegular", sans-serif;
  color: #888;
  line-height: 1.5; }
  @media (max-width: 900px) {
    .article-text__content {
      margin-bottom: 20px; } }
  @media (max-width: 599px) {
    .article-text__content {
      font-size: 14px; } }
  .article-text__content strong,
  .article-text__content b {
    font-weight: 700; }
  .article-text__content em,
  .article-text__content i {
    font-style: italic; }
  .article-text__content p,
  .article-text__content li {
    margin-bottom: 15px; }
  .article-text__content ol li,
  .article-text__content ul li {
    padding-left: 24px;
    position: relative; }
    .article-text__content ol li:before,
    .article-text__content ul li:before {
      position: absolute;
      left: 0;
      top: 0;
      font-family: "OpenSansSemiBold", sans-serif;
      color: #0055a6; }
  .article-text__content ol {
    counter-reset: ol; }
    .article-text__content ol li {
      counter-increment: ol; }
      .article-text__content ol li:before {
        content: counter(ol) "."; }
  .article-text__content ul li:before {
    content: "\25CF"; }
  .article-text__content img {
    display: block;
    max-width: 100%;
    margin: 24px 0; }
  .article-text__content a {
    color: #0608EF;
    font-family: "OpenSansSemiBold", sans-serif; }
  .article-text__content table {
    width: 100%;
    margin: 2rem 0; }
    .article-text__content table tr {
      border-bottom: 1px dashed #b2b2b2; }
      .article-text__content table tr td {
        padding: 1rem 0; }
  .article-text__content .youtube-embed-wrapper {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    margin: 24px 0; }
    .article-text__content .youtube-embed-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
  .article-text__content .bx-wrapper {
    margin-top: 24px; }
  .article-text__content .article-text-content__slider img {
    margin: 0; }
  .article-text__content .product__downloads-block {
    margin: 32px 0; }

.article-page__all-btn {
  margin: 0 auto 30px;
  width: 170px; }

.article-page__related-news-header {
  margin-top: 46px;
  margin-bottom: 35px;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 24px;
  color: #0054a6; }
  @media (max-width: 900px) {
    .article-page__related-news-header {
      margin-bottom: 30px;
      font-size: 1.375em; } }
  @media (max-width: 599px) {
    .article-page__related-news-header {
      display: none; } }

.article__share-block a {
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
  margin-right: 15px;
  padding: 15px 20px 15px 54px;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 14px;
  color: #fff;
  border-radius: 5px; }
  .article__share-block a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 27px;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    margin-left: -11px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .article__share-block a.article-share--linked-in {
    background-color: #0077b5; }
    .article__share-block a.article-share--linked-in:after {
      background-image: url(../img/article-share--linked-in.png); }
  .article__share-block a.article-share--fb {
    background-color: #3b5998; }
    .article__share-block a.article-share--fb:after {
      background-image: url(../img/article-share--fb.png); }
  .article__share-block a.article-share--gp {
    background-color: #dd4b39; }
    .article__share-block a.article-share--gp:after {
      background-image: url(../img/article-share--gp.png); }
  @media (max-width: 599px) {
    .article__share-block a {
      width: 42px;
      height: 42px;
      padding: 0;
      font-size: 0; }
      .article__share-block a:after {
        left: 21px; } }

.article-page-resources .resources-container {
  border-top: 1px solid #E9E9E9;
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.article-page-resources .resources-item {
  padding: 0;
  border: none;
  margin-top: 24px;
  width: calc(50% - 40px); }
  @media (max-width: 900px) {
    .article-page-resources .resources-item {
      width: 100%; } }
  .article-page-resources .resources-item-date {
    font-size: 12px; }
  .article-page-resources .resources-item-header {
    font-size: 18px;
    color: #1455AA;
    margin-bottom: 6px; }
  .article-page-resources .resources-item-text {
    font-size: 14px; }

.mistake-page {
  width: 100%;
  min-height: 100vh;
  background-color: #0356a4;
  color: #fff; }

.mistake-wrapper {
  padding-top: 40px;
  text-align: center; }
  .mistake-wrapper img {
    width: 100%;
    max-width: 800px; }
  .mistake-wrapper h1 {
    font-size: 2em;
    font-family: "OpenSansSemiBold", sans-serif;
    margin-bottom: 30px; }
  .mistake-wrapper p {
    font-size: 1em;
    font-family: "OpenSansRegular", sans-serif;
    margin-bottom: 80px; }
    @media (max-width: 599px) {
      .mistake-wrapper p {
        margin-bottom: 50px; } }

.mistake-page__logo {
  display: block;
  margin: 0 auto 70px;
  background: url(../img/logo_w.svg) center no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 320px;
  height: 71px; }
  @media (max-width: 599px) {
    .mistake-page__logo {
      margin-bottom: 50px; } }

.mistake-page__to-main {
  display: inline-block;
  padding: 15px 30px;
  background-color: #8DC63F;
  border-radius: 4px;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.875em; }

.compare-page {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 70px; }

.compare-page__table.compare-table--two .compare-table-header__item {
  width: 35%; }
  .compare-page__table.compare-table--two .compare-table-header__item:first-child {
    width: 30%; }

.compare-page__table.compare-table--two table tr td {
  width: 35%; }
  .compare-page__table.compare-table--two table tr td:first-child {
    width: 30%; }

.compare-page__table.compare-table--three .compare-table-header__item {
  width: 26%; }
  .compare-page__table.compare-table--three .compare-table-header__item:first-child {
    width: 22%; }

.compare-page__table.compare-table--three table tr td {
  width: 26%; }
  .compare-page__table.compare-table--three table tr td:first-child {
    width: 22%; }

.compare-page__table table {
  width: 100%;
  color: #000;
  font-size: 14px;
  line-height: 1.5; }
  .compare-page__table table tr td {
    padding: 10px 15px 10px 0; }
    .compare-page__table table tr td:first-child {
      color: #888;
      line-height: 18px; }
    .compare-page__table table tr td span {
      display: block;
      font-family: "OpenSansRegular", sans-serif;
      color: #333;
      font-size: 0.75em;
      line-height: 1.5; }

.compare-table__header {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 25px 0; }

.compare-table-header__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-right: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px; }
  .compare-table-header__item:first-child {
    padding-top: 15px;
    padding-left: 0;
    padding: 15px 10px 0 0; }
  .compare-table-header__item:last-child {
    border-right: 0;
    height: 100px; }

.compare-table-header__back-link {
  position: relative;
  display: block;
  margin-bottom: 70px;
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #0054a6; }
  .compare-table-header__back-link:before {
    content: '<';
    margin-right: 10px;
    font-family: "OpenSansBold", sans-serif;
    font-size: 16px; }

.compare-table-header__filter label {
  margin-bottom: 13px;
  font-family: "OpenSansRegular", sans-serif;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  color: #888; }

.compare-table-header__filter .ui-button {
  padding: 0; }

.compare-table-header__filter .ui-checkboxradio-radio-label .ui-icon {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #b5b6b6;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .compare-table-header__filter .ui-checkboxradio-radio-label .ui-icon:after {
    content: '';
    display: none;
    position: absolute;
    top: 3px;
    left: 3px;
    height: 14px;
    width: 14px;
    background-color: #0055a6;
    border-radius: 100%; }

.compare-table-header__filter .ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.compare-table-header__filter .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #b5b6b6; }
  .compare-table-header__filter .ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon:after,
  .compare-table-header__filter .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon:after {
    display: block; }

.compare-table-header__filter .ui-checkboxradio-icon-space {
  margin-right: 7px; }

.compare-table-header__delete {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  right: 5px;
  background-image: url(../img/modal-closer.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer; }

.compare-table-header__img-block {
  height: 140px;
  text-align: center; }
  .compare-table-header__img-block img {
    max-height: 100%;
    max-width: 100%; }

.compare-table-header__title {
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #0055a6; }

.compare-table-content {
  padding-top: 20px; }

.compare-table__hint {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  border-radius: 100%;
  border: 1px solid #5a5a5a;
  text-align: center;
  cursor: pointer; }
  .compare-table__hint:after {
    content: '?';
    display: block;
    font-size: 10px;
    line-height: 14px;
    height: 14px; }

.compare-table-hint__text {
  display: none;
  position: absolute;
  top: -15px;
  left: 200%;
  padding: 20px;
  width: 340px;
  background-color: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  text-align: left; }
  .compare-table-hint__text:before {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    left: -10px;
    width: 10px;
    height: 16px;
    background-image: url(../img/compare-table-hint.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }

.terms-file {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 1rem;
  margin-bottom: 1rem; }
  .terms-file a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #999; }
    .terms-file a img {
      margin-bottom: 0;
      margin-right: 20px; }
    .terms-file a .file-name {
      font-size: 18px;
      margin-bottom: 0.25em;
      font-family: "OpenSansSemiBold", sans-serif; }
    .terms-file a .file-size {
      font-size: 14px; }

.sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 2rem; }
  .sitemap-col {
    width: 30%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 2rem;
    margin-top: -1.5rem;
    margin-bottom: 1.5rem; }
    .sitemap-col:first-child {
      width: 40%; }
    @media (max-width: 900px) {
      .sitemap-col {
        width: 50%; }
        .sitemap-col:first-child {
          width: 50%; } }
    @media (max-width: 599px) {
      .sitemap-col {
        width: 100%; }
        .sitemap-col:first-child {
          width: 100%; } }
  .sitemap-item {
    font-size: 16px;
    color: #000; }
    .sitemap-item a {
      color: inherit;
      text-decoration: none;
      margin-top: 1rem;
      display: block; }
      .sitemap-item a:hover {
        text-decoration: underline; }
    .sitemap-item li {
      margin-top: 1rem; }
      .sitemap-item li ul {
        padding-left: 1rem;
        color: #999;
        font-size: 14px;
        padding-bottom: 0.5rem; }
    .sitemap-item-header {
      font-family: "OpenSansBold", sans-serif;
      font-weight: 18px;
      margin-top: 1.5rem !important; }

input[type=text].form-value {
  display: none !important;
}
