* {
  margin: 0;
  padding: 0;
  outline: none !important;
  box-sizing: border-box;
  text-decoration: none !important; }

html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  color: #333333;
  font-size: 15px;
  font-family: 'Open Sans'; }

.justify-wrap {
  text-align: justify;
  font-size: 0;
  text-justify: newspaper; }

.justify-wrap:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 0; }

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent !important; }

[placeholder]:focus:-moz-placeholder {
  color: transparent !important; }

[placeholder]:focus::-moz-placeholder {
  color: transparent !important; }

[placeholder]:focus:-ms-input-placeholder {
  color: transparent !important; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

.container {
  margin: 0 auto;
  box-sizing: border-box;
  min-width: 320px;
  padding-right: 10px;
  padding-left: 10px; }

@media screen and (min-width: 1220px) {
  .container {
    max-width: 1200px;
    width: 1200px; } }
.row__custom {
  margin-right: -11px;
  margin-left: -11px; }

.col__custom {
  padding-left: 11px;
  padding-right: 11px; }

.wrapper {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  min-width: 320px;
  min-height: 100%; }

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  font-size: 0; }

.logo {
  width: 230px;
  display: block; }
  .logo img {
    display: block;
    width: 100%; }

.header__main .container {
  padding-top: 20px;
  padding-bottom: 30px; }

.label__custom {
  font-size: 13px;
  color: #808080;
  line-height: 16px; }

.phone {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 7px; }
  .phone a {
    color: #333333 !important; }
    .phone a:hover {
      color: #65b325 !important; }

.icon__custom {
  margin-right: 8px; }

.link__icon {
  font-size: 13px;
  color: #808080; }

a.link__icon {
  color: #65b325 !important; }

.icon__custom-phone {
  background: url("../img/phone-icon.png") no-repeat;
  background-size: contain;
  width: 17px;
  height: 19px; }

.icon__custom-time {
  background: url("../img/time-icon.png") no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px; }

.icon__custom-location {
  background: url("../img/location-icon.png") no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px; }

.header__contacts-item:not(:last-child) {
  margin-right: 40px; }

.header__main-right {
  margin-left: -22px; }

.company__title {
  font-weight: bold;
  font-size: 13px;
  line-height: 14px;
  color: #65b325;
  margin-bottom: 3px; }

.company__info {
  margin-right: 11px; }

.company__descr {
  font-size: 13px;
  line-height: 16px;
  color: #808080; }

.seo__item > * {
  font: inherit !important;
  margin: 0 !important; }

.logo__title {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 3px;
  font-size: 13px;
  line-height: 14px;
  color: #333333 !important; }

.logo {
  position: relative; }

.nav__box {
  background: #65b325; }

.nav__main {
  height: 40px; }
  .nav__main ul {
    list-style: none;
    padding: 0;
    font-size: 0;
    margin: 0 0 0 -14px; }
    .nav__main ul li {
      display: inline-block;
      vertical-align: top;
      position: relative; }
      .nav__main ul li:not(:last-child):after {
        content: '';
        position: absolute;
        top: 4px;
        bottom: 4px;
        background: #fff;
        width: 1px;
        right: 0; }
      .nav__main ul li a {
        height: 40px;
        display: block;
        padding: 0 14px;
        color: #fff !important;
        font-size: 15px;
        font-weight: bold;
        line-height: 37px; }
        .nav__main ul li a:hover {
          background: #79d031; }

.icon__custom-polls {
  background: url("../img/polls-icon.png") no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px; }

.icon__custom-order {
  background: url("../img/order-icon.png") no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px; }

.header__bottom .icon__custom {
  margin-right: 5px; }
.header__bottom a:not(:last-child) {
  margin-right: 30px; }

a.link__icon-gray {
  color: #333333 !important; }

a.link__icon-red {
  color: #ff6600 !important;
  font-weight: bold; }

.header__bottom-links {
  height: 36px; }

.header__main-right {
  position: relative; }

.lang__nav {
  position: absolute;
  right: 10px;
  bottom: 3px; }
  .lang__nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    white-space: nowrap; }
    .lang__nav ul li {
      display: inline-block;
      vertical-align: middle;
      font-size: 13px;
      line-height: 13px; }
      .lang__nav ul li:not(:last-child) {
        margin-right: 10px; }
      .lang__nav ul li a {
        text-transform: uppercase;
        color: #808080 !important; }
        .lang__nav ul li a:hover {
          color: #65b325 !important; }
      .lang__nav ul li.active a, .lang__nav ul li.is-active a {
        color: #65b325 !important; }

.header__main .container {
  position: relative; }

.content {
  padding-top: 200px; }

.promo__item {
  height: 400px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative; }
  .promo__item img {
    position: absolute;
    display: block;
    top: 50%;
    bottom: 0;
    left: 50%;
    right: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-height: 100%;
    min-width: 100%; }

.promo__item-content {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 5;
  padding-bottom: 55px; }
  .promo__item-content:before {
    content: '';
    background: url("../img/promo-content-bg.png") no-repeat;
    width: 818px;
    height: 289px;
    background-size: contain;
    right: 0;
    bottom: 0;
    position: absolute; }
  .promo__item-content .row {
    position: relative;
    z-index: 2; }

.promo__slider {
  border: 1px solid #e6e6e6;
  border-radius: 2px; }

.promo__item-title {
  font-size: 30px;
  color: #fff;
  line-height: 38px;
  margin-bottom: 10px; }

.promo__item-text {
  font-size: 15px;
  color: #fff;
  line-height: 18px; }

.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
  font-size: 0; }
  .slick-dots li {
    display: inline-block;
    vertical-align: top; }
    .slick-dots li button {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #fff;
      cursor: pointer;
      border: none !important; }
      .slick-dots li button:hover {
        background: #65b325; }
    .slick-dots li:not(:last-child) {
      margin-right: 12px; }
    .slick-dots li.slick-active button {
      background: #65b325; }

.promo__slider {
  margin-bottom: 40px; }

.seo__title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px; }

.text__custom {
  font-size: 15px;
  line-height: 20px; }

.sc__box {
  margin-bottom: 60px; }

.box__promo {
  margin-bottom: 45px; }

.box__title {
  font-size: 25px;
  font-weight: bold; }

.box__title {
  margin-bottom: 10px; }

.box__advants .text__custom {
  margin-bottom: 35px; }

.advants__item-block {
  background: #65b325;
  padding-top: 20px;
  color: #fff; }

.advants__item-icon {
  height: 90px; }
  .advants__item-icon img {
    display: block; }

.advants__item-content {
  height: 70px;
  padding: 0 15px; }

.advants__item-title {
  line-height: 18px;
  font-size: 15px;
  font-weight: bold;
  text-align: center; }

.categories__item {
  margin-bottom: 20px; }

.categories__item-block {
  color: #333333 !important;
  background: #fcfcfc;
  display: block;
  border: 1px solid #e6e6e6;
  padding: 20px 20px 30px; }
  .categories__item-block:hover {
    background: #e6e6e6;
    border-color: #808080; }

.categories__item-title {
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 6px; }

.categories__item-img {
  text-align: center;
  font-size: 0;
  margin-bottom: 14px; }
  .categories__item-img img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%; }

.categories__item-descr {
  font-size: 15px;
  line-height: 19px; }

.box__categories .box__title {
  margin-bottom: 20px; }

.actions__wrap.d-flex .btn__custom:not(:last-child) {
  margin-right: 30px; }

.btn__custom {
  height: 40px;
  text-align: center;
  padding: 0 10px;
  color: #fff !important;
  font-weight: bold;
  font-size: 15px;
  line-height: 17px; }

.btn__custom-green {
  background: #65b325; }
  .btn__custom-green:hover {
    background: #6dc327; }

.btn__custom-orange {
  background: #ff6600; }
  .btn__custom-orange:hover {
    background: #ff781e; }

.icon__custom-doc {
  background: url("../img/doc-icon.png") no-repeat;
  width: 16px;
  height: 21px;
  background-size: contain;
  margin-right: 10px; }

.categories__list {
  margin-bottom: 10px; }

.usage__item-block {
  padding: 15px 15px 11px; }

.usage__item-block {
  background: #808080; }

.usage__item {
  margin-bottom: 20px;
  color: #fff; }

.usage__item-icon {
  margin-bottom: 20px;
  height: 96px; }
  .usage__item-icon img {
    display: block; }

.usage__item-title {
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  font-weight: bold;
  min-height: 38px; }

.box__usage .box__title {
  margin-bottom: 40px; }

.usage__list {
  margin-bottom: 10px; }

.box__banner a {
  display: block; }
  .box__banner a img {
    display: block;
    width: 100%; }

.box__about .text__custom {
  margin-bottom: 14px; }

.link__custom {
  color: #ff6600 !important;
  border-bottom: 1px solid #ff6600; }
  .link__custom:hover {
    border-bottom: 1px solid transparent; }

.box__block:not(:last-child) {
  margin-bottom: 35px; }

.list__custom {
  margin-bottom: 40px; }
  .list__custom ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .list__custom ul li {
      position: relative;
      padding-left: 26px;
      font-weight: bold;
      font-size: 18px; }
      .list__custom ul li:not(:last-child) {
        margin-bottom: 14px; }
      .list__custom ul li:before {
        content: '';
        background: url("../img/list-marker.png") no-repeat;
        width: 10px;
        height: 12px;
        background-size: contain;
        position: absolute;
        left: 0;
        top: 8px; }

.icon__custom-pdf {
  background: url("../img/icon-pdf.png") no-repeat;
  width: 34px;
  height: 47px;
  background-size: contain;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 34px;
  flex: 0 0 34px;
  max-width: 34px;
  margin-right: 14px; }

.link__icon-big {
  color: #000000 !important; }
  .link__icon-big span {
    border-bottom: 1px solid #000; }
  .link__icon-big:hover span {
    border-bottom: 1px solid transparent; }

.static__img {
  border: 1px solid #e6e6e6; }
  .static__img img {
    display: block;
    width: 100%; }

.box__about .col-xl-5 .box__block:not(:last-child) {
  margin-bottom: 45px; }

.sc__dark {
  background: #fcfcfc;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6; }

.sc__help .container {
  padding-top: 55px;
  padding-bottom: 60px; }
.sc__help .box__title {
  margin-bottom: 20px; }
.sc__help .text__custom {
  margin-bottom: 45px; }

.help__item-icon {
  margin-bottom: 20px;
  height: 75px; }

.help__item {
  text-align: center; }
  .help__item .text__custom {
    margin-bottom: 25px; }

.help__item-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px; }

.news__item-img {
  border: 1px solid #e6e6e6; }
  .news__item-img a {
    display: block;
    position: relative; }
    .news__item-img a img {
      display: block;
      width: 100%; }

.sc__news .container {
  padding-top: 60px;
  padding-bottom: 45px; }
.sc__news .box__title {
  margin-bottom: 25px; }

.news__item-common .news__item-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px; }
  .news__item-common .news__item-title a {
    color: #333333 !important; }
    .news__item-common .news__item-title a:hover {
      color: #65b325 !important; }
.news__item-common:not(:last-child) {
  margin-bottom: 15px; }
.news__item-common .news__item-content .news__item-title {
  display: none; }

.news__item-main .news__item-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  display: none; }
  .news__item-main .news__item-title a {
    color: #333333 !important; }
    .news__item-main .news__item-title a:hover {
      color: #65b325 !important; }
.news__item-main .row {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }
.news__item-main .col__custom {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important; }
.news__item-main .news__item-content .news__item-title {
  display: block; }
.news__item-main .news__item-img {
  margin-bottom: 10px; }

.text__custom a {
  color: #65b325 !important;
  border-bottom: 1px solid transparent; }
  .text__custom a:hover {
    border-bottom: 1px solid #65b325; }

.sc__media .container {
  padding-top: 50px;
  padding-bottom: 50px; }
.sc__media .box__title {
  margin-bottom: 25px; }

.photo__item a {
  display: block;
  position: relative;
  border: 1px solid #e6e6e6; }
  .photo__item a img {
    display: block;
    width: 100%; }

.photo__slider {
  margin-bottom: 20px; }

.preview__item {
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.preview__item-block {
  display: block;
  border: 1px solid #e6e6e6; }
  .preview__item-block:hover {
    opacity: 0.6; }
  .preview__item-block img {
    display: block;
    width: 100%; }

.preview__item.active .preview__item-block {
  display: block;
  border: 1px solid #ff6600; }

.sc__media .actions__wrap .col__custom {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%; }

.video__item-box {
  position: relative;
  border: 1px solid #e6e6e6; }

.video__item-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  background: #000;
  z-index: 5; }
  .video__item-wrap.active {
    opacity: 1;
    visibility: visible; }

.video__wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%; }
  .video__wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video__item-link {
  display: block;
  position: relative;
  overflow: hidden; }
  .video__item-link:hover img {
    -webkit-transform: scale(1.05) translateZ(0);
    -moz-transform: scale(1.05) translateZ(0);
    -ms-transform: scale(1.05) translateZ(0);
    -o-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0); }
  .video__item-link img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

.video__item-title {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold; }

.video__item .text__custom {
  margin-bottom: 15px; }

.video__item-box {
  margin-bottom: 15px; }

.sc__seo .container {
  padding-top: 60px;
  padding-bottom: 60px; }
.sc__seo .box__title {
  margin-bottom: 20px; }

.content {
  padding-bottom: 490px; }
  .content .section:last-child .container {
    padding-bottom: 90px; }

.text__custom p {
  margin: 0 0 12px 0; }
.text__custom > *:last-child {
  margin-bottom: 0 !important; }

.footer {
  border-top: 3px solid #65b325;
  height: 490px;
  margin: -490px auto 0;
  position: relative;
  background: #e6e6e6;
  overflow: hidden; }

.footer__main .container {
  padding-top: 85px; }

.footer__logo {
  margin-bottom: 8px; }
  .footer__logo a {
    width: 230px;
    display: block; }
    .footer__logo a img {
      display: block;
      width: 100%; }

.footer__logo-title {
  line-height: 20px; }

.footer__logo-box {
  margin-bottom: 50px; }

.footer__contacts {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 30px; }

.footer__link {
  font-size: 15px; }
  .footer__link a {
    color: #333333 !important;
    border-bottom: 1px solid #333333; }
    .footer__link a:hover {
      border-bottom: 1px solid transparent; }

.footer__nav > ul {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 22px;
  -moz-column-gap: 22px;
  column-gap: 22px;
  orphans: 1;
  widows: 1;
  margin-bottom: -40px; }
  .footer__nav > ul > li {
    position: relative;
    display: inline-block;
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    margin-bottom: 40px; }
    .footer__nav > ul > li > a {
      font-size: 15px;
      font-weight: bold;
      color: #333333;
      display: block;
      border-bottom: 1px solid #333333;
      padding-bottom: 10px; }
  .footer__nav > ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 22px; }
    .footer__nav > ul ul li {
      font-size: 15px;
      line-height: 18px; }
      .footer__nav > ul ul li a {
        color: #333 !important; }
        .footer__nav > ul ul li a:hover {
          color: #65b325 !important; }

.footer__main {
  position: relative; }
  .footer__main:before {
    margin-left: -892px;
    top: 30px;
    left: 50%;
    position: absolute;
    background: url("../img/footer-decor.png") no-repeat;
    width: 922px;
    height: 454px;
    content: '';
    background-size: contain; }

.footer__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  background: #65b325;
  width: 100%; }
  .footer__bottom .container {
    padding-top: 25px;
    padding-bottom: 25px; }

.rights {
  color: #fff;
  font-size: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6); }

.rights__box {
  padding-right: 11px;
  padding-left: 11px; }

.footer__search-field {
  position: relative; }
  .footer__search-field input {
    display: block;
    width: 100%;
    border: 1px solid #fff;
    background: #fff;
    padding-left: 10px;
    padding-right: 40px;
    height: 32px; }
  .footer__search-field button {
    position: absolute;
    border: none;
    background: url("../img/search-icon.png") no-repeat;
    width: 21px;
    height: 21px;
    background-size: contain;
    opacity: 0.5;
    top: 50%;
    right: 6px;
    cursor: pointer;
    margin-top: -10px; }
    .footer__search-field button:hover {
      opacity: 1; }

.sides__wrap {
  margin-right: -10px;
  margin-left: -10px; }

.side__left {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.side__content {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.side__left-title {
  font-weight: bold;
  font-size: 20px;
  color: #65b325;
  padding-left: 30px;
  margin-bottom: 16px; }

.sc__sides .container {
  padding-top: 15px; }

.side__toggle-bars {
  height: 40px;
  background: #4d4d4d;
  margin-bottom: 5px;
  position: relative; }
  .side__toggle-bars img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .side__toggle-bars:after {
    content: '';
    position: absolute;
    top: 50%;
    background: url("../img/arrow-left.svg") no-repeat center;
    background-size: contain;
    width: 18px;
    height: 16px;
    left: 50%;
    margin-left: -9px;
    margin-top: -8px;
    opacity: 0; }

.page__title {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 30px;
  margin-top: -3px;
  font-weight: bold; }

.side__toggle-link {
  cursor: pointer; }
  .side__toggle-link:hover .side__toggle-bars {
    background: #666666; }

.side__toggle-title {
  text-align: center;
  font-size: 15px;
  color: #65b325;
  font-weight: bold; }

.side__content .text__custom p {
  margin: 0 0 35px 0; }

.img__box {
  margin-bottom: 35px; }
  .img__box a {
    display: block; }
    .img__box a img {
      display: block;
      width: 100%; }
  .img__box .col__custom {
    margin-bottom: 20px; }
  .img__box .row__custom {
    margin-bottom: -20px; }

.side__docs-item:not(:last-child) {
  margin-bottom: 18px; }
.side__docs-item .icon__custom-pdf {
  width: 22px;
  height: 31px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22px;
  flex: 0 0 22px;
  max-width: 22px;
  margin-right: 12px; }

.side__nav {
  border: 1px solid #e6e6e6;
  margin-bottom: 24px; }
  .side__nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .side__nav ul li {
      display: block; }
  .side__nav > ul > li {
    position: relative; }
    .side__nav > ul > li > a {
      display: block;
      padding: 10px 20px 12px 29px;
      position: relative;
      color: #333333 !important;
      font-size: 15px; }
      .side__nav > ul > li > a:hover {
        color: #65b325 !important; }
      .side__nav > ul > li > a:before {
        content: '';
        background: url("../img/list-marker.png") no-repeat;
        width: 10px;
        height: 12px;
        background-size: contain;
        position: absolute;
        top: 16px;
        left: 7px; }
      .side__nav > ul > li > a:after {
        right: 20px;
        left: 29px;
        bottom: 0;
        height: 1px;
        background: #e6e6e6;
        content: '';
        position: absolute; }
    .side__nav > ul > li.active > a {
      background: #65b325;
      color: #fff !important; }
      .side__nav > ul > li.active > a:after {
        opacity: 0; }
      .side__nav > ul > li.active > a:before {
        background-image: url("../img/list-marker-white.png"); }
    .side__nav > ul > li:last-child > a:after {
      display: none !important; }

.side__filter-box {
  margin-bottom: 40px;
  padding-bottom: 14px;
  padding-top: 15px;
  padding-left: 20px;
  border-bottom: 1px solid #e6e6e6; }
  .side__filter-box ul {
    list-style: none;
    font-size: 0;
    margin: 0;
    padding: 0; }
    .side__filter-box ul li {
      display: inline-block;
      vertical-align: top;
      font-size: 15px;
      font-weight: bold; }
      .side__filter-box ul li.active a {
        color: #65b325 !important;
        border-bottom: 1px solid #65b325; }
      .side__filter-box ul li a {
        color: #333333 !important;
        border-bottom: 1px solid transparent; }
        .side__filter-box ul li a:hover {
          color: #65b325 !important; }
      .side__filter-box ul li:not(:last-child) {
        margin-right: 65px; }

.news__list-item-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  max-width: 180px;
  margin-right: 20px; }
  .news__list-item-img a {
    display: block;
    overflow: hidden; }
    .news__list-item-img a img {
      display: block;
      width: 100%; }

.news__item-title {
  line-height: 20px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px; }
  .news__item-title a {
    color: #333333 !important; }
    .news__item-title a:hover {
      color: #65b325 !important; }

.news__item-date {
  color: #808080;
  font-size: 13px; }

.news__list-item .text__custom {
  margin-bottom: 14px;
  max-height: 120px;
  min-height: 120px;
  overflow: hidden; }
.news__list-item:not(:last-child) {
  margin-bottom: 25px; }

.post__img {
  margin-bottom: 35px; }
  .post__img img {
    display: block;
    width: 100%; }

.reviews__item-img {
  margin-bottom: 12px; }
  .reviews__item-img a {
    border: 1px solid #e6e6e6;
    display: block; }
    .reviews__item-img a img {
      display: block;
      width: 100%; }
    .reviews__item-img a:hover {
      border-color: #65b325; }

.reviews__list {
  margin-top: 50px; }
  .reviews__list .row {
    margin-bottom: -20px; }

.reviews__item {
  margin-bottom: 20px; }

.reviews__item-title {
  text-align: center;
  line-height: 18px; }

.reference__item {
  background: #e6e6e6; }
  .reference__item:not(:last-child) {
    margin-bottom: 20px; }

.reference__item-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.reference__item-content {
  margin-left: -10px;
  padding: 40px 30px 20px; }

.reference__item-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  height: 100%;
  display: block;
  position: relative; }

.reference__item-title {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
  color: #333333; }
  .reference__item-title a {
    color: #333333 !important; }
    .reference__item-title a:hover {
      color: #65b325 !important; }

.reference__item-info {
  margin-bottom: 60px;
  border-top: 1px solid #cccccc; }
  .reference__item-info .row {
    padding: 10px 0;
    position: relative; }
    .reference__item-info .row:before {
      content: '';
      left: 11px;
      right: 11px;
      height: 1px;
      position: absolute;
      bottom: -1px;
      background: #cccccc; }

.media__content {
  margin-top: 35px; }

.reference__item-details {
  color: #65b325;
  text-align: right;
  font-size: 15px;
  padding-right: 10px; }

.media__img a {
  display: block;
  position: relative;
  overflow: hidden; }
  .media__img a img {
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .media__img a:hover img {
    -webkit-transform: scale(1.05) translateZ(0);
    -moz-transform: scale(1.05) translateZ(0);
    -ms-transform: scale(1.05) translateZ(0);
    -o-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0); }
.media__img.video__img a:after {
  content: '';
  left: 50%;
  top: 50%;
  position: absolute;
  background: url("../img/play-icon.png") no-repeat;
  background-size: contain;
  width: 55px;
  height: 55px;
  z-index: 4;
  margin-left: -27px;
  margin-top: -27px; }
.media__img.video__img a:hover:after {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85); }

.video__item-link {
  position: relative; }
  .video__item-link:after {
    content: '';
    left: 50%;
    top: 50%;
    position: absolute;
    background: url("../img/play-icon.png") no-repeat;
    background-size: contain;
    width: 55px;
    height: 55px;
    z-index: 2;
    margin-left: -27px;
    margin-top: -27px; }
  .video__item-link:hover:after {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85); }

.media__item {
  margin-bottom: 20px; }

.media__item-block {
  display: block;
  padding: 6px 6px 10px 6px;
  border: 2px solid #f1f1f1;
  color: #333333 !important;
  height: 100%;
  background: #fcfcfc; }
  .media__item-block:hover {
    border: 2px solid #65b325; }

.media__item-img {
  margin-bottom: 10px; }
  .media__item-img img {
    display: block;
    width: 100%; }

.media__item-title {
  font-size: 15px;
  min-height: 40px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 20px; }

.media__item-info {
  font-size: 15px;
  line-height: 20px; }

.media__list {
  margin-top: 35px; }
  .media__list .row {
    margin-bottom: -20px; }

.side__nav ul li.open ul {
  display: block !important; }
.side__nav ul ul {
  padding: 16px 0 18px;
  position: relative;
  display: none; }
  .side__nav ul ul:after {
    right: 20px;
    left: 29px;
    bottom: 0;
    height: 1px;
    background: #e6e6e6;
    content: '';
    position: absolute; }
  .side__nav ul ul li {
    padding-left: 55px;
    line-height: 23px;
    padding-right: 15px; }
    .side__nav ul ul li.active a {
      color: #65b325 !important;
      border-bottom: 1px solid #65b325; }
    .side__nav ul ul li a {
      color: #333333 !important;
      border-bottom: 1px solid transparent; }
      .side__nav ul ul li a:hover {
        color: #65b325 !important;
        border-bottom: 1px solid #65b325; }

.media__photo {
  position: relative;
  display: block;
  overflow: hidden; }
  .media__photo img {
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .media__photo:hover img {
    -webkit-transform: scale(1.05) translateZ(0);
    -moz-transform: scale(1.05) translateZ(0);
    -ms-transform: scale(1.05) translateZ(0);
    -o-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0); }

.media__item-video {
  margin-bottom: 35px; }
  .media__item-video .text__custom {
    margin-bottom: 0 !important; }

.media__list-video .row {
  margin-bottom: -35px; }

.docs__box {
  margin-top: 35px; }

.table__custom table {
  width: 100%;
  border-collapse: collapse; }
  .table__custom table tr {
    border-bottom: 1px solid #808080; }
  .table__custom table th {
    padding: 5px 10px 8px; }
    .table__custom table th:first-child {
      padding-left: 0; }
    .table__custom table th:last-child {
      padding-right: 0; }
  .table__custom table td {
    padding: 7px 10px 10px; }
    .table__custom table td:first-child {
      padding-left: 0; }
    .table__custom table td:last-child {
      padding-right: 0; }
    .table__custom table td a {
      color: #65b325 !important;
      border-bottom: 1px solid #65b325; }
      .table__custom table td a:hover {
        border-bottom: 1px solid transparent; }

.table__custom-docs td:not(:first-child), .table__custom-docs th:not(:first-child) {
  width: 1%;
  white-space: nowrap; }
.table__custom-docs td:nth-child(2), .table__custom-docs th:nth-child(2) {
  text-align: center; }
.table__custom-docs .icon__custom-pdf {
  background: url("../img/pdf-icon-green.png") no-repeat;
  width: 21px;
  height: 29px;
  margin-right: 0;
  background-size: contain;
  display: inline-block;
  margin-bottom: -7px;
  margin-top: 0px; }

.prices__box-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px; }

.prices__item-title {
  font-size: 20px;
  font-weight: bold;
  color: #65b325;
  margin-bottom: 10px; }

.prices__section {
  margin-top: 30px; }

.prices__item .text__custom {
  margin-bottom: 20px; }
  .prices__item .text__custom p {
    margin: 0 0 16px 0; }
.prices__item .table__custom {
  margin-bottom: 30px; }
.prices__item > *:last-child {
  margin-bottom: 0 !important; }
.prices__item:not(:last-child) {
  margin-bottom: 40px; }

.text__custom ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .text__custom ul li {
    display: block;
    position: relative;
    padding-left: 9px; }
    .text__custom ul li:before {
      content: '-';
      left: 0;
      top: 0;
      font-size: 15px;
      position: absolute; }

.table__custom-prices td {
  vertical-align: top; }
.table__custom-prices td:not(:first-child), .table__custom-prices th:not(:first-child) {
  text-align: center; }
.table__custom-prices td:nth-child(2), .table__custom-prices td:nth-child(4), .table__custom-prices td:nth-child(5), .table__custom-prices th:nth-child(2), .table__custom-prices th:nth-child(4), .table__custom-prices th:nth-child(5) {
  white-space: nowrap;
  width: 1%; }
.table__custom-prices td:last-child {
  white-space: normal !important; }

.prices__box:not(:last-child) {
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid #e6e6e6; }

.sc__catalog .container {
  padding-top: 10px;
  padding-bottom: 55px; }

.catalog__links-box {
  margin: 45px 0; }
  .catalog__links-box ul {
    list-style: none;
    margin: 0 -11px -24px;
    padding: 0;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .catalog__links-box ul li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-right: 11px;
      padding-left: 11px;
      margin-bottom: 24px; }
      .catalog__links-box ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        padding-left: 85px;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        color: #333333 !important; }
        .catalog__links-box ul li a:hover span {
          border-bottom: 1px solid transparent; }
        .catalog__links-box ul li a span {
          font-size: 15px;
          border-bottom: 1px solid #333333; }

.catalog__icon {
  position: absolute;
  top: -8px;
  margin-top: 0;
  height: 44px;
  line-height: 44px;
  width: 54px;
  text-align: center;
  font-size: 0;
  left: 0; }
  .catalog__icon img {
    max-width: 100%;
    display: block;
    max-height: 40px;
    margin-left: auto;
    margin-right: auto; }

.icon__c1 {
  background: url("../img/c1.png") no-repeat;
  Width: 54px;
  height: 30px;
  background-size: contain; }

.catalog__item:nth-child(2n+1) {
  background: #e6e6e6; }

.catalog__item .container {
  padding-top: 50px;
  padding-bottom: 50px !important; }

.catalog__item-img a {
  display: block; }
  .catalog__item-img a img {
    display: block;
    max-width: 100%; }

.catalog__item-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 24px; }
  .catalog__item-title a {
    color: #333333 !important;
    border-bottom: 1px solid #333333; }
    .catalog__item-title a:hover {
      border-bottom: 1px solid transparent; }

.catalog__item .text__custom {
  margin-bottom: 35px; }
.catalog__item .catalog__links-box {
  margin-top: 0;
  margin-bottom: 0; }
  .catalog__item .catalog__links-box ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .catalog__item .catalog__links-box ul li a span {
      font-weight: bold; }

.sides__wrap-catalog .side__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }
.sides__wrap-catalog .side__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }
.sides__wrap-catalog .side__docs {
  margin-top: 25px; }

.catalog__links-box-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 35px;
  color: #65b325; }

.catalog__links-box .col-xl-6 ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }
.catalog__links-box .col-xl-6 .catalog__icon {
  width: 74px; }

.catalog__help-item-descr {
  font-size: 13px;
  color: #808080; }

.catalog__help-item {
  position: relative;
  padding-left: 12px; }
  .catalog__help-item:before {
    content: '';
    border-radius: 100%;
    background: #65b325;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    position: absolute; }

.catalog__help-item-title {
  color: #65b325;
  font-size: 15px;
  margin-bottom: 5px; }
  .catalog__help-item-title a {
    color: #65b325 !important;
    border-bottom: 1px solid #65b325; }
    .catalog__help-item-title a:hover {
      border-bottom: 1px solid transparent; }

.catalog__help-box {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  margin-bottom: 25px; }

.card__page .page__title {
  line-height: 36px; }

.card__img {
  margin-top: 35px;
  margin-bottom: 55px; }
  .card__img img {
    display: block;
    max-width: 100%; }

.card__page-box {
  position: relative; }
  .card__page-box:not(:last-child) {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e6e6e6; }

.page__box-title {
  font-weight: bold;
  font-size: 25px; }

.page__box-header {
  margin-bottom: 20px; }

.card__page .link__icon-big {
  font-size: 15px;
  line-height: 19px;
  white-space: nowrap; }
.card__page .icon__custom-pdf {
  background: url(../img/icon-pdf.png) no-repeat;
  width: 23px;
  height: 29px;
  background-size: contain;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  max-width: 32px;
  margin-right: 8px; }
.card__page .tab-pane .link__icon-big {
  margin-bottom: 20px; }

.tabs__custom .nav {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
.tabs__custom .nav-tabs {
  border-bottom: 1px solid #65b325; }
  .tabs__custom .nav-tabs .nav-item:nth-last-child(1) .nav-link, .tabs__custom .nav-tabs .nav-item:nth-last-child(2) .nav-link {
    padding: 0 18px 0 17px !important; }
  .tabs__custom .nav-tabs .nav-item:last-child .nav-link {
    color: #ff6600 !important; }
  .tabs__custom .nav-tabs .nav-link {
    height: 42px;
    color: #333333 !important;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    padding: 0 16px !important;
    border-radius: 0;
    position: relative; }
    .tabs__custom .nav-tabs .nav-link:after {
      content: '';
      position: absolute;
      background: #fff;
      left: 0;
      right: 0;
      z-index: 3;
      height: 2px;
      bottom: -1px;
      opacity: 0; }
    .tabs__custom .nav-tabs .nav-link:hover {
      border-color: transparent;
      color: #65b325 !important; }
    .tabs__custom .nav-tabs .nav-link.active {
      color: #65b325 !important;
      border-color: #65b325; }
      .tabs__custom .nav-tabs .nav-link.active:after {
        opacity: 1; }

.text__custom h4 {
  margin: 0 0 20px 0;
  font-size: 15px;
  font-weight: bold; }
.text__custom img {
  display: block;
  margin: 0 auto 40px;
  max-width: 100%; }

.tab-content-box {
  margin-bottom: 40px; }
  .tab-content-box .table__custom {
    margin-top: 25px; }

.tab-content {
  padding-top: 25px; }
  .tab-content > *:last-child {
    margin-bottom: 0 !important; }

.tab-content-title {
  color: #65b325;
  margin: 0 0 20px 0;
  font-size: 15px;
  font-weight: bold; }

.manager__box {
  padding: 20px 15px;
  border-radius: 2px;
  background: #e6e6e6; }
  .manager__box .form__label {
    color: #808080;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 5px; }
  .manager__box .form__custom textarea, .manager__box .manager__box textarea {
    height: 58px;
    background: #fff;
    padding: 8px 12px;
    border: 1px solid #fff;
    font-size: 13px;
    width: 100%;
    resize: none;
    color: #000; }

.manager__box-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 116px;
  flex: 0 0 116px;
  max-width: 116px;
  margin-right: 24px; }
  .manager__box-img img {
    display: block; }

.manager__box-content {
  width: 100%; }

.manager__box-name {
  font-weight: bold;
  font-size: 15px;
  color: #333333;
  margin-bottom: 3px; }

.manager__box-position {
  color: #808080;
  font-size: 15px;
  margin-bottom: 7px; }

.manager__box-phone {
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 3px; }
  .manager__box-phone a {
    color: #333333 !important; }
    .manager__box-phone a:hover {
      color: #ff6600 !important; }

.manager__box-email {
  font-size: 15px;
  line-height: 20px; }
  .manager__box-email a {
    color: #333333 !important; }
    .manager__box-email a:hover {
      color: #ff6600 !important; }

.manager__box-header {
  margin-bottom: 15px; }

.btn-link {
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 0;
  font-size: 15px;
  color: #65b325 !important;
  border-bottom: 1px solid #65b325;
  cursor: pointer; }
  .btn-link:hover {
    border-bottom: 1px solid transparent; }

.contacts__phone a {
  font-size: 30px;
  font-weight: bold;
  color: #65b325;
  margin-right: 35px;
  line-height: 30px;
  color: #65b325 !important; }
  .contacts__phone a:hover {
    color: #000 !important; }

.phone__info {
  color: #333333;
  font-size: 15px; }

.sc__contacts .page__title {
  margin-bottom: 25px; }

@media screen and (min-width: 1200px) {
  .sc__contacts .side__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%; }
  .sc__contacts .side__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6667%;
    flex: 0 0 66.6667%;
    max-width: 66.6667%; }
  .sc__contacts .page__title {
    margin-bottom: 25px; } }
.side__box:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 35px;
  margin-bottom: 35px; }

.contacts__city {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 12px; }

.contacts__data-item {
  font-size: 15px;
  line-height: 20px; }
  .contacts__data-item a {
    color: #333333; }
    .contacts__data-item a:hover {
      color: #65b325 !important; }

.contacts__item {
  margin-bottom: 20px; }

.contacts__info .row:last-child {
  margin-bottom: -20px; }

.side__box-title {
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 20px; }

.form__field input, .form__field textarea {
  height: 40px;
  border: 1px solid #e7e7e7;
  width: 100%;
  display: block;
  background: #fcfcfc;
  padding: 0 10px;
  font-size: 15px; }
  .form__field input::-webkit-input-placeholder, .form__field textarea::-webkit-input-placeholder {
    color: #808080; }
  .form__field input:-moz-placeholder, .form__field textarea:-moz-placeholder {
    color: #808080; }
  .form__field input::-moz-placeholder, .form__field textarea::-moz-placeholder {
    color: #808080; }
  .form__field input:-ms-input-placeholder, .form__field textarea:-ms-input-placeholder {
    color: #808080; }
.form__field textarea {
  height: 124px;
  padding: 8px 10px;
  resize: none; }

.manager__box .form__bottom-actions button[type="submit"] {
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 0;
  font-size: 15px;
  color: #65b325 !important;
  border-bottom: 1px solid #65b325 !important;
  cursor: pointer;
  display: inline-block;
  width: auto;
  height: auto; }
  .manager__box .form__bottom-actions button[type="submit"]:hover {
    border-bottom: 1px solid transparent !important; }

.manager__box textarea {
  height: 80px !important; }

.form__custom .col-12 .form__item {
  padding: 0 !important; }

.form__custom textarea, .manager__box textarea {
  height: 40px;
  margin-bottom: 20px;
  border: 1px solid #cccccc;
  width: 100%;
  display: block;
  background: #fcfcfc;
  padding: 0 10px;
  font-size: 15px; }
  .form__custom textarea::-webkit-input-placeholder, .manager__box textarea::-webkit-input-placeholder {
    color: #808080; }
  .form__custom textarea:-moz-placeholder, .manager__box textarea:-moz-placeholder {
    color: #808080; }
  .form__custom textarea::-moz-placeholder, .manager__box textarea::-moz-placeholder {
    color: #808080; }
  .form__custom textarea:-ms-input-placeholder, .manager__box textarea:-ms-input-placeholder {
    color: #808080; }
.form__custom textarea, .manager__box textarea {
  height: 124px;
  padding: 8px 10px;
  resize: none; }

.form__custom .row {
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: -20px; }
.form__custom .form__item {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px; }
.form__custom .col-12 {
  padding-right: 10px;
  padding-left: 10px; }
.form__custom .btn__custom {
  width: 100%;
  border: none !important;
  cursor: pointer; }

.webform-submission-form {
  width: 420px; }

.contacts__item:first-child .contacts__block {
  padding-left: 24px; }

.phone__decor-item {
  position: relative; }
  .phone__decor-item:before {
    left: -24px;
    background: url("../img/phone-icon-2.png") no-repeat;
    width: 14px;
    height: 18px;
    background-size: contain;
    top: 2px;
    position: absolute;
    content: ''; }

.contacts__data:not(:last-child) {
  margin-bottom: 20px; }

.email__decor-item {
  position: relative; }
  .email__decor-item:before {
    left: -24px;
    background: url("../img/email__icon.png") no-repeat;
    width: 14px;
    height: 11px;
    background-size: contain;
    top: 5px;
    position: absolute;
    content: ''; }

.worktimes__decor-item {
  position: relative; }
  .worktimes__decor-item:before {
    left: -24px;
    background: url("../img/worktimes-icon.png") no-repeat;
    width: 14px;
    height: 13px;
    background-size: contain;
    top: 3px;
    position: absolute;
    content: ''; }

.modal__box {
  width: 680px;
  padding: 45px 25px 25px;
  border: 1px solid #cdcdcd;
  background: #fcfcfc; }
  .modal__box hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border: 0;
    border-top: 1px solid #cccccc; }

.form__content-box-title {
  font-size: 25px;
  margin-bottom: 16px; }

.form__custom-title {
  font-size: 30px;
  color: #65b325;
  line-height: 36px;
  margin-bottom: 20px; }

.form__item input, .form__item textarea {
  height: 40px;
  padding: 0 15px;
  background: #fff;
  font-size: 15px;
  border: 1px solid #cccccc;
  width: 100%;
  display: block; }
  .form__item input::-webkit-input-placeholder, .form__item textarea::-webkit-input-placeholder {
    color: #808080; }
  .form__item input:-moz-placeholder, .form__item textarea:-moz-placeholder {
    color: #808080; }
  .form__item input::-moz-placeholder, .form__item textarea::-moz-placeholder {
    color: #808080; }
  .form__item input:-ms-input-placeholder, .form__item textarea:-ms-input-placeholder {
    color: #808080; }
.form__item textarea {
  height: 100px;
  resize: none;
  padding: 12px 15px; }

.form__bottom {
  margin-top: 15px; }
  .form__bottom .modal__text {
    margin-bottom: 25px; }

.form__fields .row__custom {
  margin-left: -14px;
  margin-right: -14px;
  margin-bottom: -18px; }
.form__fields .col__custom {
  padding-right: 14px;
  padding-left: 14px;
  margin-bottom: 18px; }

.form__content-box + .form__content-box {
  margin-top: 20px; }

.form__item-required {
  position: relative; }
  .form__item-required:before {
    content: '*';
    color: #ff6600;
    font-size: 15px;
    line-height: 15px;
    right: 100%;
    top: 0;
    margin-right: 4px;
    position: absolute; }

.form__bottom-actions button[type="submit"] {
  height: 40px;
  width: 180px;
  margin-right: 30px;
  border: none !important;
  font-weight: 300;
  cursor: pointer; }
.form__bottom-actions button[type="reset"] {
  height: 40px;
  width: 180px;
  color: #333333 !important;
  font-size: 15px;
  line-height: 38px;
  border: 1px solid #65b325;
  background: #fff;
  cursor: pointer; }
  .form__bottom-actions button[type="reset"]:hover {
    border: 1px solid #333333; }

.file__load-wrap {
  width: 180px;
  margin-top: 18px; }
  .file__load-wrap .file__label {
    font-size: 13px;
    color: #808080;
    margin-bottom: 3px; }
  .file__load-wrap label {
    cursor: pointer; }
    .file__load-wrap label input {
      position: absolute;
      opacity: 0;
      visibility: hidden; }

.file__btn {
  height: 40px;
  width: 180px;
  color: #333333 !important;
  font-size: 15px;
  line-height: 38px;
  border: 1px solid #65b325;
  background: #fff;
  cursor: pointer;
  display: block;
  text-align: center; }
  .file__btn:hover {
    border: 1px solid #65b325;
    background: #65b325;
    color: #fff !important; }

.file__info {
  font-size: 13px;
  color: #808080; }

.modal__text-main {
  color: #333333;
  font-size: 25px;
  margin-bottom: 20px; }

.form__bottom .btn__custom {
  width: 180px;
  font-weight: 300; }
.form__bottom a.btn__custom {
  line-height: 38px; }
.form__bottom .side__docs-item span {
  font-size: 13px;
  line-height: 17px;
  color: #808080;
  border-bottom: 1px solid #808080; }
.form__bottom .side__docs-item a:hover span {
  border-bottom: 1px solid transparent; }
.form__bottom .side__docs-item .icon__custom-pdf {
  width: 34px;
  height: 47px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 34px;
  flex: 0 0 34px;
  max-width: 34px; }

.checkbox__custom label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal;
  padding-left: 50px; }
  .checkbox__custom label input {
    position: absolute;
    opacity: 0;
    visibility: hidden; }
    .checkbox__custom label input:checked ~ .checkbox__title {
      color: #65b325; }
    .checkbox__custom label input:checked ~ .checkbox__decor {
      border-color: #65b325; }
      .checkbox__custom label input:checked ~ .checkbox__decor:before {
        opacity: 1;
        visibility: visible; }
.checkbox__custom .catalog__icon {
  position: relative;
  top: 0;
  margin-right: 24px; }
.checkbox__custom .checkbox__title {
  font-size: 13px;
  line-height: 17px; }
.checkbox__custom .checkbox__decor {
  left: 0;
  width: 30px;
  top: 7px;
  height: 30px;
  border: 2px solid #cccccc;
  border-radius: 50%;
  position: absolute; }
  .checkbox__custom .checkbox__decor:before {
    content: '';
    position: absolute;
    background: url("../img/checked.png") no-repeat;
    width: 25px;
    height: 25px;
    background-size: contain;
    right: -4px;
    top: -3px;
    opacity: 0;
    visibility: hidden; }

.form__fields .row + .row {
  margin-top: 16px; }

.ui-dialog .ui-dialog-content {
  overflow-y: auto;
  overflow-x: hidden; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); }

.header__contacts .ajax-progress {
  display: none !important; }

.ui-dialog .ui-dialog-titlebar-close {
  background: url("close.svg") no-repeat center !important;
  background-size: contain !important;
  width: 22px !important;
  height: 22px !important;
  opacity: 0.7; }
  .ui-dialog .ui-dialog-titlebar-close:hover {
    opacity: 1; }

.manager__box .form__item {
  margin-bottom: 15px; }

a, input, button, textarea, .link__icon-big span,
.video__item-link img, .video__item-wrap,
.side__toggle-bars, .side__toggle-bars:after,
.video__img a:after, .video__item-link:after, .checkbox__title,
.media__img img, .media__photo img, .catalog__links-box a span,
.nav-link:after, .file__btn, .checkbox__decor:before, .checkbox__decor {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

@media screen and (min-width: 1200px) {
  .hidden-xl {
    display: none !important; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg {
    display: none !important; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none !important; } }
@media screen and (min-width: 566px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important; } }
@media screen and (max-width: 565px) {
  .hidden-xs {
    display: none !important; } }
@media screen and (max-width: 1219px) {
  .footer__nav > ul ul li {
    font-size: 14px; }

  .tabs__custom .nav-tabs .nav-link {
    padding: 0 13px !important; }

  .tabs__custom .nav-tabs .nav-item:nth-last-child(1) .nav-link, .tabs__custom .nav-tabs .nav-item:nth-last-child(2) .nav-link {
    padding: 0 15px 0 15px !important; }

  .manager__box-position {
    font-size: 13px;
    margin-bottom: 9px; } }
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .container {
    max-width: 1000px;
    width: 1000px; }

  .header__contacts {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    width: 100%; }

  .footer__search {
    max-width: 378px;
    margin-left: auto;
    margin-right: 0; }

  .advants__list {
    max-width: 780px; }
    .advants__list .row {
      margin-bottom: -20px; }

  .categories__list {
    max-width: 780px; }

  .advants__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 20px; }

  .categories__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .usage__list {
    max-width: 780px; }

  .usage__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .box__about .box__block {
    max-width: 50%; }
  .box__about .text__custom {
    margin-right: -100px; }

  .box__about .col-lg-12:not(:last-child) {
    margin-bottom: 45px; }

  .help__list {
    max-width: 880px; }
    .help__list .row {
      margin-bottom: -45px; }

  .help__item {
    margin-bottom: 45px; }

  .sc__news .btn__custom {
    max-width: 180px; }

  .news__item-common .news__item-content .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .news__item-common .news__item-content .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px; }
  .news__item-common .news__item-content .col-xl-8 {
    -ms-flex: auto;
    flex: auto;
    max-width: 100%; }

  .footer__nav {
    max-width: 580px;
    margin-right: 0;
    margin-left: auto; }
    .footer__nav > ul {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3; }
      .footer__nav > ul > li:last-child {
        display: none !important; }

  .footer__main:before {
    margin-left: -797px; }

  .promo__item-content:before {
    right: auto;
    left: 50%;
    margin-left: -290px; }

  .promo__item-title, .promo__item-text {
    padding-right: 20px;
    padding-left: 20px; } }
@media screen and (max-width: 1199px) {
  .promo__item {
    overflow: hidden; }

  .promo__item-title, .promo__item-text {
    padding-right: 20px;
    padding-left: 50px; }

  .side__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%; }

  .sides__wrap-catalog .side__content {
    -webkit-box-flex: 0;
    -ms-flex: auto;
    flex: auto;
    max-width: 100%; }

  .side__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.7%;
    flex: 0 0 66.7%;
    max-width: 66.7%; }

  .catalog__help-item-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
    margin-bottom: 20px; }

  .catalog__help-box .d-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -20px; }

  .sides__wrap-catalog .side__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 380px;
    flex: 0 0 380px;
    max-width: 380px; }

  .tabs__custom .nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .page__box-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .page__box-header .link__icon-big br {
      display: none; }
    .page__box-header .icon__custom-pdf {
      margin-right: 0; }

  .tabs__custom .nav-tabs {
    border-bottom: none; }

  .page__box-title {
    margin-bottom: 14px; }

  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-bottom: 1px solid #65b325; }
    .nav-tabs .nav-link:hover {
      border: 1px solid transparent;
      border-bottom: 1px solid #65b325 !important; }

  .card__page-box:not(:last-child) {
    margin-bottom: 27px; }

  .nav-tabs .nav-item {
    margin-bottom: 5px;
    margin-right: -1px; }

  .page__box-header {
    margin-bottom: 30px; }

  .tabs__custom .nav-tabs .nav-link {
    padding: 0 17px !important; } }
@media screen and (max-width: 1023px) {
  .container {
    max-width: 920px; }

  .footer__main:before {
    margin-left: -762px; }

  .promo__item-text br {
    display: none; }

  .promo__item-title {
    font-size: 26px;
    line-height: 32px; }

  .card__page .page__title br {
    display: none; } }
@media screen and (max-width: 991px) {
  .container {
    width: 100%;
    max-width: 700px; }

  .media__img.video__img a:after {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px; }

  .catalog__links-box-title {
    font-size: 18px;
    margin-bottom: 20px; }

  .sides__wrap-catalog .side__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px; }

  .reference__item-content {
    padding: 20px 20px 15px; }

  .reference__item-info {
    margin-bottom: 10px; }

  .advants__list {
    max-width: 580px; }
    .advants__list .row {
      margin-bottom: -20px; }

  .reference__item-details {
    padding-right: 0; }

  .reference__item-title {
    margin-bottom: 15px; }

  .header__contacts {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    width: 100%; }

  .nav__box {
    position: relative;
    height: 40px; }

  .nav__main {
    position: absolute;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    left: 0;
    width: 100%;
    background: #65b325;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .nav__main.active {
      opacity: 1;
      visibility: visible; }
    .nav__main ul li {
      text-align: center;
      display: block; }
      .nav__main ul li a {
        display: block;
        vertical-align: middle; }

  .open__mode .side__toggle-bars img {
    opacity: 0; }
  .open__mode .side__toggle-bars:after {
    opacity: 1;
    visibility: visible; }

  .catalog__links-box ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 24px; }

  .catalog__item-img {
    margin-bottom: 45px; }

  .catalog__item-img, .catalog__item-content {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto; }

  .catalog__item .col__custom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .nav__main ul li:not(:last-child):after {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 1px;
    right: 0; }

  .nav__main ul {
    margin: 0; }

  .header__contacts-item:not(:last-child) {
    margin-right: 24px; }

  .logo {
    width: 180px; }

  .seo__title {
    font-size: 30px;
    margin-bottom: 25px;
    line-height: 36px; }

  .promo__item-title {
    font-size: 30px;
    line-height: 36px;
    padding-left: 0;
    padding-right: 0; }

  .promo__item-text {
    padding-left: 0;
    padding-right: 0; }

  .promo__item-content-block {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto; }

  .advants__item {
    margin-bottom: 20px; }

  .usage__list {
    max-width: 580px; }

  .help__list {
    max-width: 580px; }
    .help__list .row {
      margin-bottom: -45px; }

  .help__item {
    margin-bottom: 45px; }

  .box__about .box__block {
    max-width: 480px; }
  .box__about .col-lg-12:not(:last-child) {
    margin-bottom: 45px; }

  .news__item-main {
    max-width: 480px;
    margin-bottom: 45px; }

  .news__list {
    max-width: 580px; }

  .news__item-common .news__item-content .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .news__item-common .news__item-content .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px; }
  .news__item-common .news__item-content .col-xl-8 {
    -ms-flex: auto;
    flex: auto;
    max-width: 100%; }

  .media__box {
    max-width: 480px; }

  .sc__media .actions__wrap .col__custom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28.5%;
    flex: 0 0 28.5%;
    max-width: 28.5%; }

  .footer__main > .container > .row {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .footer__logo-box {
    margin-bottom: 47px; }

  .footer__nav > ul > li {
    margin-bottom: 15px; }

  .footer__nav > ul ul {
    display: none !important; }

  .footer__main:before {
    margin-left: -651px; }

  .footer__nav {
    max-width: 180px;
    margin-left: auto;
    margin-right: 0; }

  .video__item .text__custom {
    margin-bottom: 30px; }

  .footer__nav > ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin-bottom: 0; }

  .sc__media .col-xl-5:not(:last-child) {
    margin-bottom: 40px; }

  .nav-bars {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    color: #fff !important; }
    .nav-bars span {
      font-family: 'Acrom';
      font-size: 15px;
      font-weight: bold; }

  .icon__custom-nav {
    background: url("../img/nav-icon.png") no-repeat;
    width: 18px;
    height: 14px;
    background-size: contain;
    margin-right: 10px; }

  .side__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    position: relative; }

  .side__content {
    -webkit-box-flex: 0;
    -ms-flex: auto;
    flex: auto;
    max-width: 100%; }

  .side__left-box {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 110px;
    width: 300px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

  .side__toggle-box {
    height: 100%;
    background: #e6e6e6; }

  .side__content {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .side__content:after {
      background: rgba(255, 255, 255, 0.85);
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      right: 0;
      content: '';
      z-index: 5;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

  .open__mode .side__left-box {
    opacity: 1;
    visibility: visible; }
  .open__mode .side__content {
    -webkit-transform: translateX(320px);
    -moz-transform: translateX(320px);
    -ms-transform: translateX(320px);
    -o-transform: translateX(320px);
    transform: translateX(320px); }
    .open__mode .side__content:after {
      opacity: 1;
      visibility: visible; }

  .catalog__item .container {
    padding-top: 60px;
    padding-bottom: 60px !important; }

  .tabs__custom .nav-tabs .nav-link {
    padding: 0 15px !important; }

  .manager__box {
    display: none !important; } }
@media screen and (max-width: 767px) {
  .ui-dialog {
    padding: 35px 15px 20px !important;
    width: calc(100vw - 45px) !important;
    left: 15px !important; }
    .ui-dialog .ui-dialog-titlebar {
      font-size: 25px !important;
      line-height: 30px !important;
      margin-bottom: 15px !important; }
    .ui-dialog .ui-dialog-titlebar-close {
      width: 18px !important;
      height: 18px !important;
      top: 10px !important;
      right: 10px !important; }
    .ui-dialog .form__bottom-actions button {
      width: 50% !important;
      margin-bottom: 5px;
      margin-right: 0 !important; }

  .form__content-box-title {
    font-size: 18px;
    margin-bottom: 10px; }

  .form__bottom .modal__text {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 16px; }

  .form__item-required:before {
    right: 5px;
    top: 15px; }

  .nav__main {
    z-index: 50; } }
@media screen and (max-width: 699px) {
  .header__contacts {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    width: 100%;
    text-align: center; }

  .catalog__links-box .col-xl-6:not(:last-child) {
    margin-bottom: 34px; }
  .catalog__links-box .col-xl-6 ul li a {
    padding-left: 85px !important; }

  .side__box-title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px; }

  .sides__wrap-catalog .side__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px; }

  .catalog__links-box ul li a {
    padding-left: 72px; }

  .catalog__help-item-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .prices__box:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px; }

  .catalog__item .container {
    padding-top: 40px;
    padding-bottom: 40px !important; }

  .catalog__item-title {
    font-size: 18px;
    margin-bottom: 20px; }

  .catalog__item-img {
    margin-bottom: 30px; }

  .prices__box-title {
    font-size: 20px; }

  .prices__item-title {
    font-size: 16px; }

  .table__custom thead, .table__custom tbody, .table__custom table, .table__custom tr, .table__custom th, .table__custom td {
    display: block !important; }
  .table__custom thead {
    display: none !important; }
  .table__custom tbody tr {
    padding-bottom: 10px; }
    .table__custom tbody tr:not(:last-child) {
      margin-bottom: 10px; }
  .table__custom td {
    position: relative;
    padding-left: 80px !important;
    width: 100% !important;
    font-size: 13px;
    padding-right: 0 !important;
    text-align: left !important; }
    .table__custom td:before {
      content: attr(data-title);
      padding-top: 7px;
      font-weight: bold;
      padding-bottom: 10px;
      font-size: 13px;
      position: absolute;
      left: 0;
      white-space: nowrap;
      top: 0; }

  .table__custom-docs td:last-child {
    padding-left: 0 !important; }

  .table__custom-docs .icon__custom-pdf {
    width: 16px;
    background-size: contain;
    height: 23px;
    margin-bottom: 0;
    margin-top: 0; }

  .media__content .col__custom:not(:last-child) {
    margin-bottom: 20px; }

  .reference__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .reference__item-img {
    height: 0;
    padding-top: 60%;
    margin-right: 0; }

  .reference__item-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .reference__item-info, .reference__item-details {
    font-size: 13px; }

  .reference__item-content {
    margin-left: 0; }

  .reference__item-title {
    font-size: 18px; }

  .post__img {
    margin-bottom: 25px; }

  .side__filter-box {
    margin-bottom: 30px; }

  .news__list-item .text__custom {
    max-height: 82px;
    min-height: 82px; }

  .news__list-item-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    max-width: 140px;
    margin-right: 20px; }

  .news__item-title {
    line-height: 18px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px; }

  .side__filter-box {
    padding-left: 0; }
    .side__filter-box ul li:not(:last-child) {
      margin-right: 30px; }

  .categories__item-title {
    font-size: 21px;
    line-height: 23px; }

  .header__main .container {
    padding-top: 15px;
    padding-bottom: 25px; }

  .actions__wrap .col__custom:not(:last-child) {
    margin-bottom: 15px; }

  .seo__title {
    font-size: 26px;
    margin-bottom: 22px;
    line-height: 32px; }

  .box__title {
    font-size: 21px;
    line-height: 25px; }

  .header__bottom-links {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .lang__nav {
    position: absolute;
    right: 0;
    bottom: 6px;
    left: 0;
    text-align: center; }

  .header__main-right {
    margin-left: 0; }

  .phone {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 0px; }

  .label__custom {
    font-size: 11px;
    line-height: 13px; }

  .header__contacts-item:not(:last-child) {
    margin-right: 0; }

  .logo__title {
    font-size: 10px;
    line-height: 9px;
    text-align: center;
    width: 100%;
    letter-spacing: 0.014em; }

  .sc__media .actions__wrap .col__custom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .logo__box {
    margin-bottom: 20px; }

  .logo {
    width: 134px;
    margin: 0 auto; }

  .news__item-common .news__item-content .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 173px;
    flex: 0 0 173px;
    max-width: 173px; }

  .footer__logo a {
    width: 140px;
    margin: 0 auto; }

  .footer__main .container {
    padding-top: 45px;
    padding-bottom: 45px; }

  .footer__contacts {
    text-align: center; }

  .footer__logo-title {
    text-align: center; }

  .footer__logo-box {
    margin-bottom: 25px; }

  .footer__link {
    text-align: center; }

  .content {
    padding-bottom: 0; }

  .footer__bottom {
    position: relative; }

  .footer {
    height: auto;
    margin: 0 auto; }

  .footer__nav {
    max-width: 100%;
    margin-left: auto;
    margin-right: 0;
    text-align: center; }

  .footer__nav > ul > li:last-child {
    margin-bottom: 0 !important; }

  .footer__nav > ul > li > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

  .promo__item-content-block {
    text-align: center; }

  .promo__item-title {
    font-size: 23px;
    line-height: 27px; }

  .footer__search {
    margin-bottom: 20px; }

  .promo__item-content:before {
    right: auto;
    left: 50%;
    margin-left: -457px; }

  .rights__box {
    text-align: center; }

  .rights {
    display: inline-block; }

  .promo__item-content-block {
    padding-right: 15px;
    padding-left: 15px; }

  .footer__bottom .row__custom {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .side__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px; }

  .side__toggle-title {
    font-size: 9px;
    text-transform: uppercase; }

  .page__title {
    font-size: 23px;
    line-height: 23px; }

  .side__left-box {
    left: 68px;
    width: calc(100vw - 140px); }

  .side__content .text__custom p {
    margin: 0 0 20px 0; }

  .open__mode .side__content {
    -webkit-transform: translateX(calc(100vw - 120px));
    -moz-transform: translateX(calc(100vw - 120px));
    -ms-transform: translateX(calc(100vw - 120px));
    -o-transform: translateX(calc(100vw - 120px));
    transform: translateX(calc(100vw - 120px)); }

  .img__box {
    margin-bottom: 20px; }

  .footer__nav {
    margin-top: 30px; }

  .content .section:last-child .container {
    padding-bottom: 45px; }

  .sc__catalog .container {
    padding-bottom: 40px; }

  .side__nav ul ul li {
    padding-left: 29px;
    line-height: 20px;
    font-size: 13px;
    padding-right: 15px; }
    .side__nav ul ul li:not(:last-child) {
      margin-bottom: 5px; }

  .card__page .page__title {
    line-height: 23px; }

  .card__page-box .actions__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .card__page-box .actions__wrap .btn__custom:not(:last-child) {
      margin-right: 0;
      margin-bottom: 20px; }

  .tabs__custom .nav-tabs .nav-link {
    padding: 0 13px !important; }

  .tab-content .tab-pane > .d-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .tab-content .tab-pane .link__icon-big span br {
    display: none; }

  .page__box-title {
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 22px; }

  .card__page-box .actions__wrap .btn__custom {
    width: 100%; }

  .tabs__custom .nav-tabs .nav-link {
    font-size: 14px; }

  .modal__box {
    width: calc(100vw - 30px);
    padding: 40px 20px 25px; } }
@media screen and (max-width: 575px) {
  .contacts__phone {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .side__box:not(:last-child) {
    padding-bottom: 25px;
    margin-bottom: 25px; }

  .contacts__phone a {
    font-size: 25px;
    margin-right: 0;
    line-height: 24px; }

  .phone__info {
    width: 100%;
    margin-top: 10px; } }
@media screen and (max-width: 414px) {
  .news__list-item-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px; }
    .news__list-item-img a {
      max-width: 180px; }

  .news__list-item {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }

  .news__list-item .text__custom {
    max-height: 2000px;
    min-height: 0; } }
@media screen and (max-width: 413px) {
  .label__custom {
    font-size: 10px; }

  .catalog__help-item-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 12px; }
    .catalog__help-item-block .d-flex {
      margin-bottom: -12px; }

  .media__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .reviews__item-title {
    line-height: 15px;
    font-size: 13px; }

  .side__left-title {
    font-size: 18px;
    padding-left: 0; }

  .side__docs-item {
    font-size: 13px; }

  .preview__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .news__item-common .news__item-content .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    max-width: 130px; }

  .link__icon-big span {
    border: none !important; }

  .promo__item-title {
    font-size: 21px;
    line-height: 26px; }

  .phone {
    font-size: 14px;
    line-height: 22px; } }
@media screen and (max-width: 374px) {
  .header__contacts-item:last-child {
    display: none !important; }

  .catalog__links-box-title {
    font-size: 16px; }

  .catalog__links-box ul li a span {
    font-size: 13px; }

  .catalog__icon {
    top: -12px; }

  .reviews__list {
    margin-top: 30px; }

  .side__filter-box ul li {
    font-size: 13px; }

  .side__content {
    padding-left: 0; }

  .img__box .col__custom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .reference__item-info .col__custom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .reference__item-info .col__custom:first-child {
      margin-bottom: 5px;
      font-weight: bold; }

  .usage__item, .advants__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .promo__item-text {
    font-size: 13px;
    line-height: 15px; }

  .list__custom ul li {
    font-size: 15px; }

  .news__item-common .news__item-content .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .news__item-common .news__item-content .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px; }

  .text__custom {
    font-size: 13px;
    line-height: 18px; }

  .tabs__custom .nav-tabs .nav-link {
    font-size: 12px;
    padding: 0 10px !important; }

  .card__page-box .actions__wrap .btn__custom {
    width: 100%; }

  .open__mode .side__content {
    -webkit-transform: translateX(calc(100vw - 75px));
    -moz-transform: translateX(calc(100vw - 75px));
    -ms-transform: translateX(calc(100vw - 75px));
    -o-transform: translateX(calc(100vw - 75px));
    transform: translateX(calc(100vw - 75px)); }

  .side__left-box {
    width: calc(100vw - 100px); }

  .card__page .icon__custom-pdf {
    margin-right: 0; }

  .card__page .link__icon-big {
    font-size: 13px;
    line-height: 17px; }

  .tabs__custom .nav-tabs .nav-item:nth-last-child(1) .nav-link, .tabs__custom .nav-tabs .nav-item:nth-last-child(2) .nav-link {
    padding: 0 10px !important; } }

/*# sourceMappingURL=style.css.map */
