

/* Start:/local/templates/lrt_2021/styles.css?177917787522949*/
.benefits-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  background-color: #f9f9f9;
  padding: 30px 20px;
  border-radius: 12px;
  max-width: 1200px;
  margin: 40px auto;
  font-family: Arial, sans-serif;
}

.benefit-box {
  flex: 1 1 250px;
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 20px;
  min-width: 250px;
  max-width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.benefit-box h3 {
  color: #166880;
  font-size: 16px;
  margin-bottom: 10px;
}

.benefit-box p {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

.box-contents {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 30px;
  max-width: 1200px;
  margin: 40px auto;
  font-family: Arial, sans-serif;
}

.box-illustration {
  flex: 1 1 40%;
  text-align: center;
}

.box-illustration img {
  max-width: 100%;
  height: auto;
}

.box-list {
  flex: 1 1 50%;
}

.box-list h3 {
  font-size: 20px;
  color: #166880;
  margin-bottom: 15px;
}

.box-list ul {
  list-style-type: disc;
  padding-left: 20px;
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}

.product-announcement {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.6;
}

.product-announcement h2 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
}

.dtf-support {
  color: #0a7f2e;
  font-weight: bold;
}

/* DTF-аккордеон */
  .accordion-mobile {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  }

  .accordion-title {
    background: #f6f6f6;
    padding: 14px 16px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
  }

  .accordion-title:hover {
    background: #ececec;
  }

  .accordion-icon {
    font-size: 20px;
    transition: transform 0.3s;
  }

  .accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 16px;
    background: #fff;
  }

  .accordion-body.open {
    padding: 12px 16px;
  }

  .accordion-mobile.active .accordion-icon {
    transform: rotate(90deg);
  }

  @media (max-width: 768px) {
    .accordion-title {
      font-size: 15px;
    }

    .accordion-body {
      font-size: 14px;
    }
  }

/* === START: Стили для статей LRT в /o-kompanii/article/ === */
div.block_product_description img {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
}

div.block_product_description h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #1D6A81; /* фирменный цвет */
  font-size: 1.4em;
}

div.block_product_description ul {
  background: #f9f9f9;
  padding: 15px 20px;
  border-left: 4px solid #1D6A81; /* фирменный цвет */
  border-radius: 6px;
  margin: 20px 0;
  list-style: disc inside;
}

div.block_product_description strong {
  color: #333;
  font-weight: 600;
}

div.block_product_description a {
  color: #1D6A81; /* фирменный цвет */
  text-decoration: underline;
}

div.block_product_description a:hover {
  text-decoration: none;
}

div.block_product_description .call-to-action {
  background: #1D6A81; /* фон блока */
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  margin: 30px 0;
}

div.block_product_description .call-to-action a {
  color: #fff;
  background: #0f4e5f;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}

div.block_product_description .call-to-action a:hover {
  background: #0c3e4c;
}
/* === END: Стили для статей LRT === */


/* === START: Стили для списков на сайте (фирменный цвет маркеров) === */
li::marker {
  color: #00A4D6; /* Фирменный голубой цвет ЛРТ для всех маркеров */
}
/* === END: Стили для списков на сайте === */

/* === Стили для анонса продукции Roland (product-announcement) === */
.product-announcement {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 30px;
}
/* === Конец стилей блока анонса продукции Roland === */

/* === Стили для детального описания продукции Roland (product-description) === */
.product-description {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 30px;
}
.product-description p {
  margin-bottom: 15px;
}
/* === Конец стилей блока детального описания продукции Roland === */

/* === Стили для блока особенностей Roland (roland-features) === */
.roland-features {
  background: #000;
  color: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
}

.roland-feature {
  flex: 1 1 calc(33% - 40px);
  max-width: calc(33% - 40px);
  text-align: center;
  position: relative;
}

.roland-feature img {
  width: 64px; /* иконки на десктопе */
  height: 64px;
  margin-bottom: 10px;
}

.roland-feature h3 {
  color: #00a5b5; /* Roland Cyan */
  font-size: 1.2em;
  margin-bottom: 8px;
}

.roland-feature p {
  font-size: 0.95em;
  line-height: 1.5;
}

/* Мобильная адаптация с !important */
@media (max-width: 768px) {
  .roland-feature {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .roland-feature img {
    width: 40px !important; /* фикс размеров иконок на мобилках */
    height: 40px !important;
    margin-bottom: 8px !important;
  }
}



/* === Стили для блока сравнения принтеров (compare-table) START === */
.compare-table {
  margin: 30px 0;
  text-align: center;
}
.compare-table h2 {
  color: #007c99;
  margin-bottom: 10px;
}
.compare-table p {
  margin-bottom: 20px;
}
.compare-table table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}
.compare-table th, .compare-table td {
  border: 1px solid #ddd;
  padding: 10px;
}
.compare-table th {
  background-color: #e6f4fa;
  font-weight: bold;
}
.compare-table tbody td {
  background-color: #f9f9f9;
}
.compare-table .note {
  font-size: 0.85em;
  color: #666;
  margin-top: 10px;
}
.compare-mobile {
  display: none;
}
@media (max-width: 768px) {
  .compare-desktop {
    display: none;
  }
  .compare-mobile {
    display: block;
  }
  .printer-block {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 10px;
    background-color: #f8f9fa;
  }
  .printer-block h3 {
    background: #e6f4fa;
    padding: 8px;
    border-radius: 5px;
    color: #007c99;
    margin-bottom: 8px;
  }
  .printer-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .printer-block ul li {
    text-align: left;
    margin-bottom: 5px;
  }
  .printer-block ul li strong {
    display: block;
    color: #333;
  }
}
/* === Стили для блока сравнения принтеров (compare-table) END === */


/* === START: Feature Blocks (BF-16) === */
.feature-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.feature-block.reverse {
  flex-direction: row-reverse;
}

.feature-image {
  flex: 1 1 45%;
  text-align: center;
}

.feature-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.feature-text {
  flex: 1 1 45%;
  padding: 20px;
}

.feature-text h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.feature-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .feature-block {
    flex-direction: column;
  }
  .feature-block.reverse {
    flex-direction: column;
  }
  .feature-text, .feature-image {
    flex: 1 1 100%;
    text-align: center;
  }
  .feature-text {
    padding: 10px;
  }
}
/* === END: Feature Blocks (BF-16) === */

/* === Ink Info Columns (IC-01) === */
.info-columns {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
}

.info-column {
  flex: 1;
  min-width: 280px;
  font-size: 15px;
  line-height: 1.6;
}

/* === Mobile responsiveness (IC-01) === */
@media (max-width: 768px) {
  .info-columns {
    flex-direction: column;
    gap: 24px;
  }

  .info-column {
    width: 100%;
  }
}
/* === END: Ink Info Columns (IC-01) === */


/* === Printer Visual Background (PB-01) === */
.printer-visual-bg {
  background-image: url('/upload/medialibrary/e0b/8vp87y6iuvr0sx30hli7e34mz6d29hr1.jpg'); /* сюда вставьте кадр принтера, обрезанный */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px; /* можно подстроить под нужный визуальный эффект */
}

/* Mobile адаптация */
@media (max-width: 768px) {
  .printer-visual-bg {
    height: 250px; /* уменьшенная высота для мобильных */
  }
}
/* === END: Printer Visual Background (PB-01) === */


.seo-block {
  margin-top: 20px;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #ddd;
  font-size: 15px;
  line-height: 1.6;
}



/* ========== TOOL CARD (общий контейнер) ========== */
.tool-card {
  display: grid;
  grid-template-columns: 80px minmax(200px, 1fr) auto;
  gap: 20px;
  align-items: flex-start;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 30px;
}

/* Левая иконка */
.tool-icon {
  grid-column: 1;
  grid-row: 1;
}
.tool-icon img {
  max-width: 70px;
  height: auto;
  display: block;
}

/* Текстовый блок */
.tool-info {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}
.tool-info h4 {
  font-size: 18px;
  margin: 0 0 10px;
  color: #166880;
}
.tool-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tool-info li {
  margin-bottom: 6px;
  font-size: 14px;
  display: flex;
  align-items: center;
}

/* Галерея из 4-х */
.tool-gallery {
  grid-column: 3;
  grid-row: 1;
  display: grid;
  grid-template-columns: repeat(2, 60px);
  gap: 10px;
  align-content: start;
}
.tool-gallery img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border: 1px solid #ff6600;
  border-radius: 6px;
}

/* Ролики биговки (5 штук в строку) */
.roller-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0 15px;
}
.roller-row img {
  width: auto;
  max-height: 50px;
  object-fit: contain;
  border: 1px solid #ccc;
  border-radius: 6px;
}

/* Контейнер биговки */
.tool-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Оранжевая точка */
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff6600;
  display: inline-block;
  margin-right: 8px;
}

/* ========== ADAPTIVE (мобильная версия) ========== */
@media (max-width: 768px) {
  .tool-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    padding: 15px;
  }

  .tool-icon {
    grid-column: auto;
    grid-row: auto;
    display: block;
    margin-bottom: 10px;
  }

  .tool-icon img {
    max-width: 60px;
    height: auto;
  }

  .tool-gallery {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: repeat(2, 60px);
    justify-content: flex-start;
    max-width: 100%;
  }

  .tool-gallery img {
    width: 60px;
    height: 60px;
  }

  .roller-row {
    justify-content: flex-start;
  }

  .roller-row img {
    height: 50px;
    width: auto;
    object-fit: contain;
  }
}


/* === Стили для блока сравнения моделей Roland VersaSTUDIO BN2 === */

.bn2-models {
  margin: 40px 0;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.bn2-models__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* Карточка */
.bn2-card {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 24px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

/* Картинка */
.bn2-card__image {
  margin-bottom: 20px;
}

.bn2-card__image img {
  max-width: 90%;
  height: auto;
  margin: 0 auto;
  display: block;
}

/* Заголовок */
.bn2-card__head h3 {
  margin: 0 0 6px;
  font-size: 28px;
  color: #1f2d3d;
}

.bn2-card__head p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

/* Линия */
.bn2-card__line {
  width: 70%;
  height: 3px;
  background: #f2b300;
  border-radius: 999px;
  margin: 20px auto;
}

/* Характеристики */
.bn2-card__specs {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 20px;
}

.bn2-card__label {
  font-size: 12px;
  text-transform: uppercase;
  color: #777;
}

.bn2-card__value {
  font-size: 16px;
  font-weight: 700;
  color: #1f2d3d;
}

/* Кнопка — В СТИЛЕ LRT */
.bn2-card__btn {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 8px;
  background: #0099cc;
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 14px;
  border: none;
  transition: background 0.2s ease;
}

.bn2-card__btn:hover {
  background: #007fa8;
  color: #ffffff !important;
}

.bn2-card__btn:visited {
  color: #ffffff !important;
}

/* Нижняя часть */
.bn2-card__bottom {
  margin-top: auto;
}

/* Адаптив */
@media (max-width: 991px) {
  .bn2-models {
    max-width: 100%;
    padding: 0 10px;
  }

  .bn2-models__grid {
    grid-template-columns: 1fr;
  }

  .bn2-card {
    padding: 20px 16px;
  }

  .bn2-card__head h3 {
    font-size: 24px;
  }
}



/* === Стили для блока областей применения === */

.bn2-apps {
  margin: 40px 0;
}

.bn2-apps-intro {
  max-width: 980px;
  margin: 0 auto 25px;
  text-align: center;
}

.bn2-apps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.bn2-app {
  position: relative;
  overflow: hidden;
  background: #f3f3f3;
}

.bn2-app__image {
  position: relative;
  line-height: 0;
}

.bn2-app__image img {
  display: block;
  width: 100%;
  height: auto;
}

.bn2-app__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(20, 20, 20, 0.85);
  color: #ffffff;
  text-align: center;
  padding: 12px 14px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  z-index: 2;
}

.bn2-app__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px 24px 70px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 3;
}

.bn2-app:hover .bn2-app__overlay {
  opacity: 1;
  visibility: visible;
}

.bn2-app__overlay-inner {
  max-width: 90%;
}

.bn2-app__overlay-title {
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
}

.bn2-app__overlay-text {
  font-size: 16px;
  line-height: 1.55;
  color: #ffffff;
}

@media (max-width: 991px) {
  .bn2-apps__grid {
    grid-template-columns: 1fr;
  }

  .bn2-app__caption {
    font-size: 15px;
    padding: 10px 12px;
  }

  .bn2-app__overlay {
    padding: 24px 18px 60px;
  }

  .bn2-app__overlay-title {
    font-size: 18px;
  }

  .bn2-app__overlay-text {
    font-size: 15px;
  }
}


/* === Адаптивный вариант блока областей применения на 5 карточек === */

.bn2-apps--five .bn2-apps__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.bn2-apps--five .bn2-app {
  min-width: 0;
}

.bn2-apps--five .bn2-app__image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.bn2-apps--five .bn2-app__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bn2-apps--five .bn2-app__caption {
  font-size: 14px;
  line-height: 1.3;
  padding: 10px 10px;
}

.bn2-apps--five .bn2-app__overlay {
  padding: 20px 14px 56px;
}

.bn2-apps--five .bn2-app__overlay-inner {
  max-width: 100%;
}

.bn2-apps--five .bn2-app__overlay-title {
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.bn2-apps--five .bn2-app__overlay-text {
  font-size: 14px;
  line-height: 1.45;
}

/* ноутбуки и небольшие десктопы */
@media (max-width: 1365px) {
  .bn2-apps--five .bn2-apps__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* планшеты */
@media (max-width: 991px) {
  .bn2-apps--five .bn2-apps__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .bn2-apps--five .bn2-app__caption {
    font-size: 14px;
    padding: 10px 10px;
  }

  .bn2-apps--five .bn2-app__overlay {
    padding: 18px 14px 54px;
  }

  .bn2-apps--five .bn2-app__overlay-title {
    font-size: 16px;
  }

  .bn2-apps--five .bn2-app__overlay-text {
    font-size: 14px;
    line-height: 1.4;
  }
}

/* телефоны */
@media (max-width: 767px) {
  .bn2-apps--five .bn2-apps__grid {
    grid-template-columns: 1fr;
  }

  .bn2-apps--five .bn2-app__image {
    aspect-ratio: auto;
  }

  .bn2-apps--five .bn2-app__image img {
    height: auto;
    object-fit: contain;
  }
}


/* === Вариант блока областей применения на 4 карточки в ряд === */

.bn2-apps--4col .bn2-apps__grid {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1200px) {
  .bn2-apps--4col .bn2-apps__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .bn2-apps--4col .bn2-apps__grid {
    grid-template-columns: 1fr;
  }
}



<style>
.info-columns {
  margin: 60px 0;
}

.info-columns__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.info-column {
  background: #f8f9fb;
  border-radius: 18px;
  padding: 30px 24px;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
  transition: 0.3s ease;
}

.info-column:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.info-column__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  background: #e9edf3;
  border-radius: 16px;
}

.info-column h4 {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 16px;
}

.info-column p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

@media (max-width: 1200px) {
  .info-columns__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .info-columns__grid {
    grid-template-columns: 1fr;
  }

  .info-column {
    padding: 24px 20px;
  }

  .info-column h4 {
    font-size: 20px;
  }
}
</style>






<style>
.production-cards {
  margin: 50px 0;
}

.production-cards__title {
  text-align: center;
  margin-bottom: 30px;
}

.production-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.production-card {
  background: #f8f9fb;
  border-radius: 18px;
  padding: 28px 24px;
  text-align: center;
  box-sizing: border-box;
  height: 100%;
}

.production-card h4 {
  margin: 0 0 18px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
}

.production-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

@media (max-width: 1100px) {
  .production-cards__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .production-cards__grid {
    grid-template-columns: 1fr;
  }

  .production-card {
    padding: 24px 20px;
  }

  .production-card h4 {
    font-size: 20px;
  }
}
</style>


/* === Чернила === */
<style>
/* === Стили для блока чернил Roland === */
.roland-ink-block {
  max-width: 1200px;
  margin: 40px auto;
}

.roland-ink-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px 70px;
  text-align: center;
}

.roland-ink-item {
  max-width: 340px;
  margin: 0 auto;
}

.roland-ink-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  margin-bottom: 12px;
}

.roland-ink-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
}

.roland-ink-dot--cyan { background: #21a8df; }
.roland-ink-dot--magenta { background: #ec1b8e; }
.roland-ink-dot--yellow { background: #f3e600; }
.roland-ink-dot--black { background: #1d1d1f; }
.roland-ink-dot--red { background: #ff0b00; }
.roland-ink-dot--orange { background: #f28c00; }
.roland-ink-dot--primer { background: #78b8c0; }

.roland-ink-dot--white {
  background: #fff;
  border: 1px solid #111;
}

.roland-ink-dot--gloss {
  background: linear-gradient(135deg, #000 0%, #111 35%, #fff 50%, #111 65%, #000 100%);
  border: 1px solid #222;
}

.roland-ink-item h4 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.roland-ink-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.roland-ink-item--wide {
  grid-column: span 1;
}

.roland-ink-grid--bottom {
  grid-template-columns: repeat(2, minmax(260px, 360px));
  justify-content: center;
  margin-top: 55px;
}

@media (max-width: 900px) {
  .roland-ink-grid,
  .roland-ink-grid--bottom {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 30px;
  }
}

@media (max-width: 600px) {
  .roland-ink-grid,
  .roland-ink-grid--bottom {
    grid-template-columns: 1fr;
  }
}
</style>




/* === Ключевые преимущества Roland VersaOBJECT LO/CO-i=== */
<style>
/* === Блок преимуществ Roland === */
.roland-benefits {
  max-width: 1200px;
  margin: 40px auto;
}

.roland-benefits__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px 70px;
}

.roland-benefit {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: flex-start;
}

.roland-benefit__icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 34px;
  line-height: 1;
  color: #333;
}

.roland-benefit h4 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.roland-benefit p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .roland-benefits__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .roland-benefit {
    grid-template-columns: 46px 1fr;
    gap: 14px;
  }

  .roland-benefit__icon {
    width: 46px;
    height: 46px;
    font-size: 28px;
  }
}
</style>
/* End */


/* Start:/local/templates/lrt_2021/template_styles.css?177917787593*/
.captcha .text-form-field, .form__item_captcha .text-form-field {
display: block!important;
}
/* End */


/* Start:/local/templates/lrt_2021/assets/css/styles.css?174837931917327*/
@font-face {
    font-family: Tahoma;
    src: url(/local/templates/lrt_2021/assets/css/../fonts/Tahoma/Tahoma.eot);
    src: local("Tahoma"), url(/local/templates/lrt_2021/assets/css/../fonts/Tahoma/Tahoma.eot?#iefix) format("embedded-opentype"), url(/local/templates/lrt_2021/assets/css/../fonts/Tahoma/Tahoma.woff) format("woff"), url(/local/templates/lrt_2021/assets/css/../fonts/Tahoma/Tahoma.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Tahoma;
    src: url(/local/templates/lrt_2021/assets/css/../fonts/Tahoma/Tahoma-Bold.eot);
    src: local("Tahoma Bold"), local("Tahoma-Bold"), url(/local/templates/lrt_2021/assets/css/../fonts/Tahoma/Tahoma-Bold.eot?#iefix) format("embedded-opentype"), url(/local/templates/lrt_2021/assets/css/../fonts/Tahoma/Tahoma-Bold.woff) format("woff"), url(/local/templates/lrt_2021/assets/css/../fonts/Tahoma/Tahoma-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

* {
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: transparent
}

body, html {
    width: 100%;
    height: 100%;
    cursor: default;
    box-sizing: border-box;
}

body {
    font: normal 16px/20.8px Tahoma, sans-serif;
    color: #000;
    background: #fff
}

html._mobile body {
    -webkit-text-size-adjust: 100%
}

fieldset, img {
    border: 0
}

fieldset legend {
    display: none
}

img {
    vertical-align: top
}

a {
    font-weight: 400;
    color: #0099CC;
    text-decoration: none;
}

a:hover {
    text-decoration: underline 
}

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

table td {
    padding: 0;
    vertical-align: top
}

input, select, textarea {
    box-sizing: border-box
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    display: none
}

input[type=search] {
    -webkit-appearance: textfield
}

button {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0
}
p{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0
}

.invisible-container {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1
}

.no-select {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.no-pe {
    pointer-events: none
}

.static-text img {
    max-width: 100%
}

@keyframes rotating {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.force3D {
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

svg._search-icon {
    width: 100%;
    height: 100%;
    fill: transparent
}

.bold {
    font-weight: 700
}

h1,.h1{
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 36px;
    line-height: 46.8px
}
h2,.h2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 46.8px
}
.h3
{
    font-weight: bold;
    font-size: 18px;
}
._modal-opened {
    overflow: hidden;
    pointer-events: none
}

._modal-opened .burger, ._modal-opened .header, ._modal-opened .modals, ._modal-opened .modals-container {
    pointer-events: all
}

.wrapper {
    position: relative;
    overflow: hidden;
    margin:0 auto;
/*    max-width: 1920px;*/
}

.i-text {
    display: block;
    width: 100%;
    padding: 5px;
    -webkit-appearance: none;
    border-radius: 0
}

.i-select {
    display: block;
    width: 100%;
    padding: 5px
}

.i-textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 5px;
    overflow: auto
}

.i-radio {
    position: relative
}

.i-checkbox {
    position: relative
}

.modal-close {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: 0 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    outline: 0;
    cursor: pointer
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: 0
}

.flickity-viewport {
    position: relative;
    overflow: hidden;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: grabbing
}

.flickity-button {
    position: absolute;
    background: rgba(255, 255, 255, .75);
    border: none;
    color: #333
}

.flickity-button:hover {
    background: #fff;
    cursor: pointer
}

.flickity-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #19f
}

.flickity-button:active {
    opacity: .6
}

.flickity-button:disabled {
    opacity: .3;
    cursor: auto;
    pointer-events: none
}

.flickity-button-icon {
    fill: currentColor
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    top: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: none
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    position: relative;
    -ms-flex: 0 1 40px;
    flex: 0 1 40px;
    height: 10px;
    transition: background .25s ease-out, transform .25s ease-out;
    will-change: transform;
    cursor: pointer
}

.flickity-page-dots .dot::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 100%;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    background: #F2F3F5;
    border-radius: 5px;
}

._desktop .flickity-page-dots .dot:hover, .flickity-page-dots .dot.is-selected {
    transition-duration: .25s
}

._desktop .flickity-page-dots .dot:hover::before {
    background: #F59E31;
}
.flickity-page-dots .dot.is-selected::before {
    background: #0099CC;
}

.flickity-page-dots .dot.is-selected {
    pointer-events: none
}

.flickity-page-dots .dot + .dot {
    margin-left: 8px
}

.flickity-enabled.is-fade .flickity-slider > * {
    pointer-events: none;
    z-index: 0
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
    pointer-events: auto;
    z-index: 1
}


.button {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    width: 225px;
    height: 50px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    text-align: center;
    background-color: #09c;
    color: #fff;
    opacity: 1;
    text-align: center;
    outline: 0
}

@media only screen and (min-width: 1280px) {
    .button {
        font-size: 18px;
        font-weight: 400;
        line-height: 23.4px;
    }
}

@media only screen and (min-width: 1280px) {
    .button {
        font-size: 18px;
        font-weight: 400;
        line-height: 23.4px;
    }
}

.button._white {
    background-color: #fff;
    color: #09c
}

.button._as-link {
    font-weight: 700;
    color: #000;
    text-decoration: underline;
    background-color: transparent
}

.button:hover {
    background: #F59E31;
    text-decoration: none;
}

.button:active {
    background: #F59E31;
    text-decoration: none;
}

.catalog__tabs-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width: 768px) {
    .catalog__tabs-buttons {
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.catalog__tabs-button {
    position: relative;
    padding: 0 5px 20px;
    font-size: 20px;
    line-height: 24px;
    color: #999;
    transition: all .25s ease-out;
    cursor: pointer
}

@media only screen and (min-width: 768px) {
    .catalog__tabs-button {
        font-size: 24px;
        line-height: 29px
    }
}

@media only screen and (min-width: 1280px) {
    .catalog__tabs-button {
        font-size: 28px;
        line-height: 32px
    }
}

.catalog__tabs-button:after, .catalog__tabs-button:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #ddd;
    content: ""
}

.catalog__tabs-button:after {
    height: 0;
    background-color: #09c;
    opacity: 0;
    transition: height .25s ease-out
}

.catalog__tabs-button._active {
    color: #000
}

.catalog__tabs-button._active:after {
    height: 5px;
    opacity: 1
}

.catalog__tabs-contents {
    margin-top: 20px
}

.catalog__tabs-content {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -3px
}

@media only screen and (min-width: 768px) {
    .catalog__tabs-content {
        margin: 0 -4px
    }
}

@media only screen and (min-width: 1280px) {
    .catalog__tabs-content {
        margin: 0 -7.5px
    }
}

.catalog__tabs-content._active {
    display: -ms-flexbox !important;
    display: flex !important
}

.catalog__tabs-content-hide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

@media only screen and (min-width: 1280px) {
    .catalog__tabs-content-hide {
        display: none
    }
}
.best {
    margin-top: 40px
}

@media only screen and (min-width: 768px) {
    .best {
        margin-top: 50px
    }
}

.best__tabs-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width: 768px) {
    .best__tabs-buttons {
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.best__tabs-button {
    position: relative;
    padding: 0 5px 20px;
    font-size: 20px;
    line-height: 24px;
    color: #999;
    transition: all .25s ease-out;
    cursor: pointer
}

@media only screen and (min-width: 768px) {
    .best__tabs-button {
        font-size: 24px;
        line-height: 29px
    }
}

@media only screen and (min-width: 1280px) {
    .best__tabs-button {
        font-size: 28px;
        line-height: 32px
    }
}

.best__tabs-button:after, .best__tabs-button:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #ddd;
    content: ""
}

.best__tabs-button:after {
    height: 0;
    background-color: #09c;
    opacity: 0;
    transition: height .25s ease-out
}

.best__tabs-button._active {
    color: #000
}

.best__tabs-button._active:after {
    height: 5px;
    opacity: 1
}

.best__tabs-contents {
    margin-top: 27px
}


.about {
    margin-top: 40px
}

@media only screen and (min-width: 768px) {
    .about {
        margin-top: 60px
    }
}

.about__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media only screen and (min-width: 768px) {
    .about__wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.about__left {
    -ms-flex-order: 2;
    order: 2
}

@media only screen and (min-width: 768px) {
    .about__left {
        -ms-flex-order: 0;
        order: 0;
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 20px
    }
}

@media only screen and (min-width: 1280px) {
    .about__left {
        margin-right: 60px
    }
}

.about__right {
    width: calc(100% + 40px);
    margin-bottom: 25px;
    margin-left: -20px;
    margin-right: -20px
}

@media only screen and (min-width: 768px) {
    .about__right {
        width: calc(50% - 20px + 30px);
        margin-bottom: 0;
        margin-left: 0;
        margin-right: -30px
    }
}

@media only screen and (min-width: 1280px) {
    .about__right {
        width: calc(50% - 60px + 110px);
        margin-right: -110px
    }
}

.about__right img {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .about__right img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.about__title {
    margin-bottom: 15px;
    text-align: center
}

@media only screen and (min-width: 768px) {
    .about__title {
        text-align: left
    }
}

.about__text {
    font-size: 14px;
    line-height: 17px;
    color: #666
}

@media only screen and (min-width: 1280px) {
    .about__text {
        font-size: 14px;
        line-height: 26px
    }
}

.about__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 27px
}

@media only screen and (min-width: 768px) {
    .about__link {
        margin-top: 34px;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.table {
    width: 100%
}

.table td {
    vertical-align: inherit;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
    word-break: break-word
}

@media only screen and (min-width: 768px) {
    .table td {
        padding-left: 36px;
        padding-right: 36px
    }
}

.table td button {
    width: 100%;
    word-break: normal
}

.table td._tal {
    text-align: left
}

.table td._wide {
    width: 50%
}

.table td._image {
    width: 100px
}

.table td._image img {
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media (min-width: 320px) {
    .table td._image img {
        width: 62px
    }
}

@media (min-width: 320px)and (max-width: 1279px) {
    .table td._image img {
        width: calc(25px + 37 * ((100vw - 320px) / (960)))
    }
}

.table thead tr {
    height: 40px;
    background-color: #f2f2f2;
    vertical-align: middle
}

.table thead tr td {
    font-weight: 400;
    font-size: 10px;
    line-height: 24px;
    vertical-align: inherit;
    white-space: nowrap;
    word-break: normal
}

@media only screen and (min-width: 768px) {
    .table thead tr td {
        font-size: 13px
    }
}

@media only screen and (min-width: 1280px) {
    .table thead tr td {
        font-size: 18px
    }
}

.table tbody tr {
    border-bottom: 1px solid #666
}

.table tbody tr:last-child {
    border-bottom: none
}

.table tbody tr td {
    padding-top: 20px;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px
}

@media only screen and (min-width: 768px) {
    .table tbody tr td {
        font-size: 14px;
        line-height: 20px
    }
}

@media only screen and (min-width: 1280px) {
    .table tbody tr td {
        font-size: 18px;
        line-height: 24px
    }
}

.table tbody tr td a {
    font-weight: 700;
    font-size: 10px;
    line-height: 12px
}

@media only screen and (min-width: 768px) {
    .table tbody tr td a {
        font-size: 14px;
        line-height: 20px
    }
}

@media only screen and (min-width: 1280px) {
    .table tbody tr td a {
        font-size: 18px;
        line-height: 24px
    }
}

.table-lines__line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px
}

@media only screen and (min-width: 768px) {
    .table-lines__line {
        padding-left: 30px;
        padding-right: 30px
    }
}

.table-lines__line:nth-child(2n+1) {
    background-color: #f2f2f2
}

.table-lines__item:first-child {
    padding-right: 12px
}

.table-lines__item:last-child {
    text-align: right
}

.content-img-wrap{
    padding: 30px 0;
    text-align: center;
}
.content-img-wrap img{
    max-width: 100%;
}

.back_to_top {
    position: fixed;
    bottom: 50px;
    right: 40px;
    z-index: 9999;
    width: 64px;
    height: 64px;
    text-align: center;
    cursor: pointer;
    border-radius: 64px;
    display: none;
    background: url(/images/srt_back.svg) no-repeat center;
    background-color: #F59E31;
}

.back_to_top:hover {
    background-color: #0099CC;
    text-decoration: none;
}

.main-page-description{
    margin: 30px 0;
}

.main-page-description p{
    margin-bottom: 10px;
}

.flex-content {
    display: flex;
    gap: 2%;
}

.left_fc {
    flex: none;
    width: 49%;
}

.right_fc {
    flex: none;
    width: 49%;
}
@media screen and (max-width:1279px)
{
 .flex-content {
    display: block;
    gap: 0%;
    }   
    .right_fc,.left_fc {
        width: 100%;
    }
}
a.article-preview__img img {
    width: auto;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}
/* End */


/* Start:/local/templates/lrt_2021/assets/css/custom.css?1783906604177626*/
.header-wrapper{
    box-shadow: 0px -1px 11.2px 0px #EAE9E9;
}
.header{
    max-width: 1720px;
    padding: 20px 10px 5px;    
    margin: 0 auto ;    
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-sizing: border-box;
}
.header-top{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap:53px;
}
.header-logo-slog{    
    display: flex;
    align-items: center;
    gap: 30px;
}
.header-logo img
{
    max-width: 80%;
}
.header-logo{
    display: block;
    width: 143px;
    height: 103px;
    /*background: url(/local/templates/lrt_2021/assets/images/lrt-logo.png)  no-repeat center ;
    background-size: contain;*/
}
.header-slogan{
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    text-align: left;
    width: 316px;
}
.header-slogan span{
    font-weight: 700;
}
.header-info{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}
.header-info-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-middle{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.header-info-top-1{
    display: flex;
    align-items: center;
    gap: 30px;
}
.header-info-top-2{
    display: flex;
    align-items: center;
    gap: 30px;
}
.header-city-item{
    position: relative;
}
.header-city-title{
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
    text-align: left;
    color: #0099CC;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.header-city-title:after{
    content: '';
    width: 14px;
    height: 9px;
    background: url('/images/city_str.svg') no-repeat left top;
    margin: 0 0 0 10px;
}
.header-city-dropdown{
    display: none;    
    top: 46px;
    left: 0;
    position: absolute;
    z-index: 999;
    width: 290px;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0px -1px 11.2px -1px rgba(234, 233, 233, 1);
    background: #FFFFFF;
}
.header-city-link a{
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    text-align: left;
    color: #333333;
    text-decoration: none;
}
.header-city-dropdown .header-city-link{
    margin: 0 0 20px;
}
.header-city-dropdown .header-city-link:last-child{
    margin: 0;
}
.header-city-link a:hover{
    text-decoration: none;
    color: #0099CC;
}
.header-phone-1{
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
    text-align: left;
    color: #0099CC;
}
.header-time{
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    text-align: left;
    color: #999999;
}
.header-phone-2{
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
    text-align: left;
    color: #333333;
    display: flex;
}
.header-phone-2:before{
    content: '';
    width: 22px;
    height: 23px;
    background: url('/images/phone_header.svg') no-repeat left top;
    margin: 0 30px 0 0;
}
.header-phone-2:hover{
    color: #0099CC;
    text-decoration: none;
}
.header-info-top-2 .header-text{
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    text-align: right;
    color: #999999;
}
.header-search{
    width: 100%;
}
.header-search form{
    display: flex;    
    align-items: center;
    gap: 0px;
    border: 1px solid #0099CC;
    border-radius: 5px;
    height: 50px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.header-search input._search{
    height: 100%;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    text-align: left;
    padding: 0 20px;
    border: none;
    outline: none;
}
.search-button{
    width: 60px;
    height: 100%;
    border-radius: 5px 0 0 5px;
    background: #0099CC;
    border: 0;
    outline: none;
    cursor: pointer;
}
.search-button:hover{
    background: #F59E31;
}
.header-button .button-top{
    width: 316px;
    height: 50px;
    gap: 10px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    text-align: center;
    color: #FFFFFF;
    background: #F59E31;
    cursor: pointer;
    border: none;
}
.header-button .button-top:hover{
    background: #0099CC;
}
.header-menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.header-menu .catalog-button{
    width: 316px;
    height: 50px;
    padding: 13px 20px;
    gap: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    background: #0099CC;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #FFFFFF;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}
.header-menu .catalog-button:hover{
    background: #176681;
}
.header-menu .catalog-button.active{
    background: #176681;
}
.header-menu .catalog-button path{
    transition: transform 0.25s;
}
.header-menu .catalog-button.active path:nth-of-type(1){
    transform: rotate(45deg);
    transform-origin: 13px 13px;
}
.header-menu .catalog-button.active path:nth-of-type(2){
    display: none;
}
.header-menu .catalog-button.active path:nth-of-type(3){
    transform: rotate(-45deg);
    transform-origin: 5px 14px;
}
.header__menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 336px);
}
.header__menu_mobile{
    display: none;
}
.header__menu .header__menu-link a, .header__menu .header__menu-title a{
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    color: #333333;
    display: block;
    padding: 12px 20px;
    display: flex;
    align-items: center;
}
.header__menu .header__menu-link a:hover, .header__menu .header__menu-title a:hover{
    color: #0099CC;
    text-decoration: none;
}

.header__menu .header__menu-title a:after{
    content: '';
    width: 14px;
    height: 9px;
    background: url('/images/menu_str.svg') no-repeat left top;
    margin: 0 0 0 10px;
}
.header__menu-dropdown{
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    width: 290px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0px -1px 11.2px -1px rgba(234, 233, 233, 1);
    background: #FFFFFF;
    gap: 10px;
    flex-direction: column;
    z-index: 2;
}
.header__menu-item._dropdown{
    position: relative;
}
.header__menu-title:hover + .header__menu-dropdown,.header__menu-dropdown:hover{
    display: flex;
}
.header__menu-dropdown .header__menu-link a{
    padding: 0;
}
.catalog-menu-big{
    transform: translateX(-100%);
    transition: transform 0.25s linear;
    position: absolute;
    left: 0;
    top: 198px;
    background: #fff;
    width: 100%;
    max-width: 1693px;
    z-index: 61;
    display: block;
    padding: 0 0 48px 102px;
    overflow: hidden;
}
.catalog-menu-big-mobile{
    display: none;
}
.catalog-menu-big.active{
    border-radius: 0 0 5px 0;
    transform: translateX(0);
}
.catalog-menu-big-overflow{
    display: none;
    transition: transform 0.25s;
}
.catalog-menu-big-overflow.active{
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000033;
    display: block;
    top: 0;
    left: 0;
    cursor: pointer;
}
.catalog-menu-big-tabs{
    display: flex;
    justify-content: space-between;
}
.catalog-menu-big-tab{
    width: 25%;
    justify-content: space-between;
    padding: 0 35px 0 30px;
    height: 79px;
    display: flex;
    align-items: center;
    background: #0099CC;
    cursor: pointer;
}
.catalog-menu-big-tab.active svg{
    transform: rotate(90deg);
    transition: transform 0.25s;
}
.catalog-menu-big-tab.active svg path{
    stroke: #0099CC;
}
.catalog-menu-big-tab span{
    font-size: 16px;
    font-weight: 700;
    line-height: 20.8px;
    text-align: left;
    color: #fff;
}
.catalog-menu-big-tab.active span{
    color: #0099CC;
}
.catalog-menu-big-tab.active{
    background: #fff;
    cursor: default;
    transition: transform 0.25s;
}
.catalog-menu-big-content{
    display: none;
    flex-wrap: wrap;
}
.catalog-menu-big-content.active{
    display: flex;
}
.catalog-menu-cat-0{
    padding: 20px 30px;
    width: 25%;
    box-sizing: border-box;
}
.catalog-menu-cat-0 .name-img{
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0 0 20px;
}
.catalog-menu-cat-0 .name-img .name{
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: left;
    color: #333333;
}
.catalog-menu-cat-0 .name-img:hover{
    text-decoration: none;
}
.catalog-menu-cat-0 .name-img:hover .name{
    color: #0099CC;
}
.catalog-menu-cat-1{
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    text-align: left;
    color: #999999;
    display: block;
    padding: 2px 0;
    border-bottom: 1px solid #F2F3F5;
}
.catalog-menu-cat-1:hover{
   color: #333333;
   text-decoration: none; 
}
main{
    display: flex;
    gap: 30px;
    max-width: 1720px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    align-items: flex-start;
    flex-direction: row;
    box-sizing: border-box;
}
.menu-left{
    width: 316px;
    gap: 0px;
    border-radius: 5px;
    background: #FAFAFA;
}
.catalog-menu-left-cat-0{
    padding: 0 10px;
    margin: 0 10px;
    position: relative;
}
.menu-left .catalog-menu-left-cat-0 > .name{
    padding: 10px 0;
    border-bottom: 1px solid #F5F5F5;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
    color: #000000;
}
.menu-left .catalog-menu-left-cat-0 > .name.def:hover{
    color: #0099CC;
    text-decoration: none;
}
.catalog-menu-left-cat-0:hover .name.def path{
    stroke: #0099CC;
}
.menu-left .catalog-menu-left-cat-0 > .name.hit,.menu-left .catalog-menu-left-cat-0 > .name.new{
    justify-content: flex-start;
    color: #0099CC;
}
.menu-left .catalog-menu-left-cat-0 > .name.hit:hover,.menu-left .catalog-menu-left-cat-0 > .name.new:hover{
    color: #000000;
    text-decoration: none;
}
.menu-left .catalog-menu-left-cat-0 > .name.hit:hover path{
    stroke: #000000;
}
.menu-left .catalog-menu-left-cat-0 > .name.new:hover path{
    fill: #000000;
}
.catalog-menu-left-cat-1{
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 384px;
    padding: 30px 30px 40px 30px;
    gap: 20px;
    border-radius: 0px 5px 5px 0px;
    border-bottom: 1px solid #0099CC;
    flex-direction: column;
    background: #fff;
    box-shadow: 0px -1px 11.2px -1px #EAE9E9;
    z-index: 3;
}
.catalog-menu-left-cat-1-1{
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    text-align: left;
    display: block;
} 
.catalog-menu-left-cat-1-1:hover{
    color: #0099CC;
    text-decoration: none;
} 
.catalog-menu-left-cat-0:hover .catalog-menu-left-cat-1{
    display: flex;
}
.container{
    max-width: 1720px;
/*    padding: 0 10px;*/
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
 ul {
    list-style: inside;
}
.container.with-menu-left{
    width: calc(100% - 346px)
}
.first-screen {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: flex-start;
    margin: 0 0 70px;
}


.first-screen__slider {
    -ms-flex-preferred-size: calc(100% - 346px);
    flex-basis: calc(100% - 346px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.first-screen__slider .slider-cell {
    width: 100%;
    height: 500px;
    margin: 0 10px 0 0;
    padding: 0;
    box-sizing: border-box
}

.first-screen__slider .slider-cell img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    overflow: hidden
}

.first-screen__slider .flickity-page-dots {
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 50px
}

.first-screen__slider-button {
    margin-top: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}
.first-screen__list {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
    gap: 30px;
    margin-top: 30px;
    display: -ms-flexbox;
    display: flex;
}
.first-screen__slider-button {
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 30px
}

.first-screen__item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 20px 30px 20px;
    background-color: #FAFAFA;
    border-radius: 5px;
}

.first-screen__item-icon {
    position: absolute;
    top: 82px;
    left: 227px;
}
.first-screen__list .first-screen__item:nth-of-type(1) .first-screen__item-icon{
    width: 99px;
    top: 90px;
    left: 220px;
}
.first-screen__item-icon img{
    max-width: 100%;
}
.first-screen__item-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    margin: 0 0 10px;
    color: #333;
}

.first-screen__item-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: left;
    color: #000;
    margin: 0 0 30px;
}

.first-screen__item-link a {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
}
.mainpage-new-hit{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
}
.mainpage-new,.mainpage-hit{
    width: 50%;
} 
.mainpage-new .h3,.mainpage-hit .h3{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}
.mainpage-new .h3 span, .mainpage-hit .h3 span{
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px;
    text-align: left;
}
.mainpage-new .h3 a, .mainpage-hit .h3 a{
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}
.mainpage-new .mainpage-prod-carousel,.mainpage-hit .mainpage-prod-carousel{
    margin-left: -12px;
    margin-right: -12px;
}
.best__slider-item-image{
    position: relative;
    border-radius: 0 5px 5px 0;
    padding: 20px 20px 0;
}
.best__slider .slider-cell {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 50%;
}

.best__slider-item {
    display: block;
    padding: 12px 15px;
    text-decoration: none;
    color: #000;
}
.best__slider-item:hover{
    text-decoration: none;
}
.best__slider-item-wrap {
    background-color: #fff;
    box-shadow: 0px -1px 11.2px -1px #EAE9E9;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
}
.best__slider-item:hover .best__slider-item-wrap{
    border-color: #0099CC;
}
.best__slider-item-image img {
    width: 100%
}

.best__slider-item-name {
    height: 125.4px;
    padding: 20px 20px 36px 20px;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
    text-align: left;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    box-sizing: border-box
}

.best__slider-item-image .plashki{
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.best__slider-item-image .plashki .newplashka{
    width: 88px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.48px;
    box-sizing: border-box;
    background: #0099CC;
}
.best__slider-item-image .plashki .hitplashka{
    width: 68px;
    height: 35px;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.48px;
    display: flex;
    box-sizing: border-box;
    background: #F59E31;
    align-items: center;
    justify-content: center;
}
.best__slider-item-image .plashki .hitplashka:after{
    content: '';
}
.best__slider-item:hover .best__slider-item-name{
    color: #0099CC;
}
.slider {
    position: relative
}
.slider__arrows{
    display: none;
}
.is-draggable+.slider__arrows,.is-draggable + .slider__arrows_but .slider__arrows{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    padding: 18px 12px;
}
.slider__arrow {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: auto;
    margin-bottom: auto;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.slider__arrow:hover{
    background: #0099CC;
}
.slider__arrow:hover path{
    fill: #fff;
}
.mainpage-tabs{
    margin-top: 70px;
}
.mainpage-tabs .tabs-select{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
}
.mainpage-tabs .tabs-select .tab-select{
    padding: 20px 30px;
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px;
    text-align: left;
    color: #999999;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    position: relative;
}
.mainpage-tabs .tabs-select .tab-select.active{
    border-radius: 5px 5px 0 0 ;
    background: #FAFAFA;
    color: #0099CC;
    border-bottom-color: #0099CC;
    cursor: default;
}
.mainpage-tabs .tabs-select .tab-select.active:before{
    content: '';
    position: absolute;
    left: calc(50% - 12px);
    bottom: -1px;
    border: 12px solid transparent;
    border-bottom: 4px solid #0099CC;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
}
.mainpage-tabs .tabs-select .tab-select.active:after{
    content: '';
    position: absolute;
    left: calc(50% - 10px);
    bottom: -1px;
    border: 10px solid transparent;
    border-bottom: 3px solid #FAFAFA;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
}
.mainpage-tabs .tabs-content{
    position: relative;
}
.mainpage-tabs .tabs-content .tab-content{
    background: #FAFAFA;
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
    width: 100%;
    padding: 30px;
}
.mainpage-tabs .tabs-content .tab-content.active{
    display: block;
    position: relative;
    z-index: 2;
}
.mainpage-tabs .tabs-content .tab-content:not(.active){
    position: absolute;
    z-index: 1;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
}
.news__item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.news__item .news__item-date{
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
}
.news__item .news__item-title{
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
    height: 84px;
    display: block;
    /*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;*/
}
.news__item .news__item-text{
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
    color: #333;
    padding: 10px 0 0 0;
    box-sizing: border-box;
}
.news__item .news__item-text p{
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
}
.news__slider .slider-cell {
    height: 219px;
    width: 100%;
    margin: 0 20px 0 0;
    padding: 0;
    box-sizing: border-box;
}
@media only screen and (min-width: 1280px) and (max-width: 1699px){
    body{
        zoom: 75%;
    }
}
@media only screen and (min-width: 768px) {
    .news__slider .slider-cell {
        height: 219px;
        width: calc((100% - 40px) / 3);
    }
}

@media only screen and (min-width: 1280px) {
    .news__slider .slider-cell {
        height: 219px;
        width: calc((100% - 60px) / 4);
    }
}
.slider__arrows_but{
    margin: 20px 0 0;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}
.slider__arrows_but .slider__arrows{
    padding: 0;
}
.slider__arrows_but .news__link{
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}
.content_text p{
    margin: 0 0 20px;
}
.content_text ul{
    margin: 0 0 20px;
}
.mainpage-content{
    margin: 70px 0 0;
}
.mainpage-h2{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 0 30px;
}
.mainpage-h2 h2{
    margin: 0;
}
.mainpage-h2 a{
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}
.mainpage-text{
    display: flex;
    gap: 30px;
    align-items: flex-start;
}
.mainpage-text-left{
    width: calc(100% - 692px);
}
.mainpage-text-right{
    width: 662px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
    /*background: url(/images/mainpage-text-right-logo.png) no-repeat right bottom;*/
}
.mainpage-text-right .mtr-block{
    width: calc(50% - 15px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.mainpage-text-right .mtr-block .name{
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
}
.mainpage-text-right .mtr-block .name span{
    font-size: 32px;
    font-weight: 700;
    line-height: 23px;
}
.mainpage-text-right .mtr-block .text{
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
}

.form {
    margin-top: 70px;
    background: url('/images/formfon.png') no-repeat left top;
    padding: 70px 0;
    background-size: cover;
    box-sizing: border-box;
    min-height: 591px;
}
.form__title{
    color: #333;
    font-size: 36px;
    font-weight: 700;
    line-height: 46.8px;
    text-align: left;
    max-width: 1008px;
    margin: 0 0 30px;
}
.form__text {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;    
    max-width: 1008px;
    margin: 0 0 30px;
}

.form__wrap {    
    max-width: 1008px;
}

.form__wrap form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    gap: 30px;
}

.form__item {
    width: calc((100% - 60px) / 3);
}
.form__item_captcha{    
    width: calc(((100% - 60px) / 3) * 2 + 30px);
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.form__item_captcha img{
    width: calc(50% - 15px);
}
.form__item_captcha .form-field-container{
    width: calc(50% - 15px);
}

.form-field-container {
    position: relative
}

.form-field {
    display: block;
    box-sizing: border-box;
    width: 100%;
    border-radius: 5px;
    line-height: normal;
    box-shadow: none;
    outline: 0;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    height: 50px;
    padding: 0 20px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
    color: #333333;
}

.form-field-container .text-form-field {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0 20px;
    pointer-events: none;
    border: none;
    transform-origin: 0 0;
    transition: opacity .15s ease-in-out, transform .15s ease-in-out;
    display: flex;
    align-items: center;
    color: #333;
}
.form-field-container.form-field-container-textarea .text-form-field{
    height: 50px;
}
.form-field-container .form-field::-moz-placeholder {
  color: transparent;
}
.form-field-container .form-field::placeholder {
  color: transparent;
}
.form-field-container .form-field:focus~.text-form-field,
.form-field-container .form-field:not(:placeholder-shown)~.text-form-field {
    color: grey;
    transform: scale(.70) translateY(-16px) translateX(8px);
}

.form-field:focus {
    outline: 0
}

textarea.form-field {
    resize: none
}

select.form-field::-ms-expand {
    display: none
}

textarea.form-field {
    height: 130px;
    padding: 15px 20px;
}

select.form-field {
    padding-right: 52px;
    height: 26px;
    color: #000;
    border-radius: 4px;
    background-image: url('data:image/svg+xml,<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L7 7L13 1" stroke="#333333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px 8px
}

.form__wrap .form-checkbox, .subscribe__form .form-checkbox, .modal__line .form-checkbox {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: top;
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.form__wrap .form-checkbox__input,  .subscribe__form .form-checkbox__input,  .modal__line .form-checkbox__input  {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0
}

.form__wrap .form-checkbox__input:checked ~ .form-checkbox__box .form-checkbox__icon ,
.subscribe__form .form-checkbox__input:checked ~ .form-checkbox__box .form-checkbox__icon,
.modal__line .form-checkbox__input:checked ~ .form-checkbox__box .form-checkbox__icon {
    opacity: 1
}
.form__wrap .form-checkbox__input:checked ~ .form-checkbox__box:hover .form-checkbox__icon path,
.subscribe__form .form-checkbox__input:checked ~ .form-checkbox__box:hover .form-checkbox__icon path,
.modal__line .form-checkbox__input:checked ~ .form-checkbox__box:hover .form-checkbox__icon path{
    stroke: #0099CC;
}
.form__wrap .form-checkbox__box ,
.subscribe__form .form-checkbox__box ,
.modal__line .form-checkbox__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    box-sizing: border-box
}

.form__wrap .form-checkbox__icon ,
.subscribe__form .form-checkbox__icon ,
.modal__line .form-checkbox__icon {
    opacity: 0
}

.form__wrap .form-checkbox__label ,
.subscribe__form .form-checkbox__label ,
.modal__line .form-checkbox__label {
    display: inline-block;
    vertical-align: top
}

.form__wrap .form-checkbox__box ,
.subscribe__form .form-checkbox__box ,
.modal__line .form-checkbox__box {
    width: 52px;
    height: 52px;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    transition: background .25s ease-out
}

.form__wrap .form-checkbox__icon ,
.subscribe__form .form-checkbox__icon ,
.modal__line .form-checkbox__icon {
    transition: opacity .25s ease-out
}

.form__wrap .form-checkbox__icon._dot ,
.subscribe__form .form-checkbox__icon._dot ,
.modal__line .form-checkbox__icon._dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #09c
}

.form__wrap .form-checkbox__label ,
.subscribe__form .form-checkbox__label ,
.modal__line .form-checkbox__label {
    padding-left: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
}

.form-select__field, .form-select__list li {
    font-size: inherit;
    color: #333
}

.form-select {
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.form-select__select {
    position: absolute;
    top: 0;
    left: -100%;
    height: 0;
    width: 0;
    opacity: 0
}

.form-select__list {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    display: none;
    box-sizing: border-box;
    width: 100%;
    min-width: 46px;
    overflow: auto
}

.form-select__list li {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    line-height: normal;
    cursor: pointer;
    list-style: none;
    transition: background-color ease-out .25s
}

.form-select__list li:first-child {
    display: none
}

html._desktop .form-select__list li:not(._selected):hover {
    color: #999
}

.form-select__field {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    line-height: normal;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    border: none;
    transition: border ease-out .25s;
    background-color: #fff;
    padding-left: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: inherit;
    border-radius: 5px;
    border:1px solid transparent ;
}

.form-select__field._opened .form-select__arrow {
    transform: rotate(180deg)
}

.form-select__label-wrapper {
    display: -ms-flexbox;
    display: flex;
    color: #333;
    width: 100%;
}

.form-select__float-label {
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    transition: all .25s;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: inherit;
    line-height: 1;
    letter-spacing: .02em;
    color: #999
}

.form-select__arrow {
    right: 25px;
    top: 23px;
    width: 14px;
    height: 8px;
    background: url('/images/formselect.svg') no-repeat left top;
    background-size: 14px 8px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform ease-out .25s;
    will-change: transform
}

.form-select:not(._once-selected) .form-select__float-label {
    top: 21px
}
.form-select__label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.form-select__list {
    max-height: 260px;
    background: #fff;
    border-top: 1px solid #999
}

.form-select__list li {
    font-size: inherit;
    padding: 11px 15px 10px 30px;
    transition: color ease-out .25s;
    will-change: transform
}

.form-select__list li._selected {
    background-color: #f2f2f2;
    color: #999
}

.form-select._lg .form-select__list li {
    padding-top: 12px;
    padding-bottom: 9px
}
.form__submit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    gap: 30px;
    padding-top: 20px;
}
.form__submit-button button{
    width: 316px;
    height: 52px;
}
.form-select-error{
    display: none;
    position: absolute;
    color: #F93B3B;
    top: 54px;
    left: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: left;
}
.form-select__field-error{
    border: 1px solid #F93B3B;
    box-sizing: border-box;
}

.subscribe {
    color: #fff;
    background-color: #09c;
    padding: 70px 0;
}

.subscribe__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.subscribe__description {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 661px;
}
.subscribe__title{
    font-size: 36px;
    font-weight: 700;
    line-height: 46.8px;
}
.subscribe__text{
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}
.subscribe__form {
    width: 100%;
}
.subscribe__form-item{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}
.button_podpis{
    width: 316px;
    height: 50px;
    text-align: center;
    border-radius: 5px;
    background: #F59E31;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    transition: 0.25s;
    border: none;
    cursor: pointer;
}
.button_podpis:hover{
    background: #176681;
}
.subscribe__form-item .form-field-container{
    width: calc(100% - 346px);
}
.subscribe__form-submit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: flex-start;
    width: 100%;
}
.subscribe__form-item .form-select-error{
    color: #fff;
}
.more-info__title{
    color: #333;
    font-size: 32px;
    font-weight: 700;
    line-height: 41.6px;
    text-align: left;
    padding: 80px 0 40px;
    box-sizing: border-box;
    max-width: 1057px;
}
.more-info__list .slider-cell {
    height: 99px;
    width: 331px;
    margin: 0;
    margin-right: 120.33px;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    gap: 20px;
}
.more-info__item-data{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.more-info__item-title{
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}
.more-info__item-text{
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
}
.footer {
    overflow: hidden;
    margin: 70px 0 0;
    padding: 30px 0 40px;
    background: #F6F6F6;
}

.footer__wrap {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}


.footer__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 346px);
    gap: 30px;
}

.footer__bottom {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: static;
    width: 316px;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0
}


.footer__group {
    width: calc((100% - 90px) / 4);
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.footer__group-title {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
}

.footer__group-links {
    display: flex;
    gap: 20px;
    flex-direction: column;
}


.footer__group-link a {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
}

.footer__cta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__copyright {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: center;
    margin-top: 30px;
    display: block;
    color: #333
}

.footer-social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    gap: 20px;
    align-items: flex-end;
}
.footer-social .button span{
    margin: 0 5px ;
}
.footer-social .button{
    width: 100%;
}
.footer-social__item {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
}
.footer-social__item span{
    color: #999;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    text-align: right;
    margin-top: -10px;
}
.footer-social__item a {
    font-weight: 700;
    color: #333;
}
.okompanii-01{
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-bottom: 30px;
}
.okompanii-01 .left{
    width: calc(100% - 865px);
}
.okompanii-01 .left p{
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
    margin: 0 0 20px;
}
.okompanii-01 .right{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.okompanii-01 .right .okompanii-01-item{
    width: 265px;
    padding: 30px 20px 40px 30px;
    background: #FAFAFA;
    align-items: stretch;
    box-sizing: border-box;
}
.okompanii-01 .right .okompanii-01-item .title{
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    margin-bottom: 10px;
    color: #0099CC;
}
.okompanii-01 .right .okompanii-01-item .title span{
    font-size: 36px;
    display: inline-block;
    line-height: 26px;
}
.okompanii-01 .right .okompanii-01-item .text{
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
}
.okompanii-02{
    width: 100%;
    height: 1019px;
    border-radius: 6px;
    margin: 0 0 70px;
    box-sizing: border-box;
    padding: 60px 60px 45px;
    background: url(/images/map2.svg) no-repeat left top;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.okompanii-02 .title{
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    text-decoration: none;
    display: block;
}
.okompanii-02 .text{
    max-width: 607px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.okompanii-02 .text p{
    color: #333;
    font-size: 17.43px;
    font-weight: 400;
    line-height: 22.66px;
    text-align: left;
}
.okompanii-03{
    background: url(/images/okompanii-01-fon.png) no-repeat left top;
    padding: 60px 60px 80px;
    box-sizing: border-box;
    margin: 0 0 70px;
    border-radius: 5px;
}
.okompanii-03 .title{
    color: #333;
    font-size: 36px;
    font-weight: 700;
    line-height: 46.8px;
    text-align: left;
    margin: 0 0 35px;
}
.okompanii-03 .text{
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    padding: 45px 55px 35px 63px;
    position: relative;
    max-width: 805px;
    box-sizing: border-box;
}
.okompanii-03 .text:before{
    width: 50px;
    height: 40px;
    content: '';
    left: 0px;
    top: 0px;
    background: url(/images/okompanii-03-left.svg) no-repeat left top;
    position: absolute;
}
.okompanii-03 .text:after{
    width: 50px;
    height: 40px;
    content: '';
    left: auto;
    top: auto;
    right: 0px;
    bottom: 0px;
    background: url(/images/okompanii-03-right.svg) no-repeat left top;
    position: absolute;
}
.okompanii-04{
    margin: 0 0 70px;
}
.okompanii-04 .title{
    font-size: 36px;
    font-weight: 700;
    line-height: 46.8px;
    text-align: left;
    color: #0099CC;
    margin: 0 0 30px;
}
.okompanii-04 .content{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
}
.okompanii-04 .content .okompanii-04_item{
    padding: 30px 30px 107px;
    width: 25%;
    position: relative;
}
.okompanii-04 .content .okompanii-04_item:nth-of-type(2n+1){
    color: #fff;
    background: #0099CC;
}
.okompanii-04 .content .okompanii-04_item:nth-of-type(2n+2){
    color: #0099CC;
    background: #FAFAFA;
}
.okompanii-04 .content .okompanii-04_item .name{
    font-size: 32px;
    font-weight: 700;
    line-height: 41.6px;
    text-align: left;
    margin: 0 0 20px;
}
.okompanii-04 .content .okompanii-04_item .text{
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
}
.okompanii-04 .content .okompanii-04_item:nth-of-type(1){
    border-radius: 5px 0 0 5px;
}
.okompanii-04 .content .okompanii-04_item:nth-of-type(4){
    border-radius: 0 5px 5px 0;
}
.okompanii-04 .content .okompanii-04_item:nth-of-type(2):before{
    position: absolute;
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    left: auto;
    right: 30px;
    top: auto;
    bottom: 30px;
    background: url(/images/okompanii-04-1.svg) no-repeat left top;
}
.okompanii-04 .content .okompanii-04_item:nth-of-type(4):before{
    position: absolute;
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    left: auto;
    right: 30px;
    top: auto;
    bottom: 30px;
    background: url(/images/okompanii-04-2.svg) no-repeat left top;
}
.okompanii-05 .title{
    color: #333;
    font-size: 36px;
    font-weight: 700;
    line-height: 46.8px;
    text-align: left;
    margin: 0  0 30px;
}
.okompanii-05 .urls{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.okompanii-05 .urls .okompanii-05-urls-item{
    width: calc((100% - 60px) / 3);
    background: #0099CC;
    padding: 20px 20px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    color: #fff;
    margin: 0 0 30px;
}
.okompanii-05 .content{
    box-sizing: border-box;
    padding: 50px;
    background: url(/images/okompanii-05.png) no-repeat left top;
    border-radius: 5px;
    background-size: cover;
    background-position: 0px -170px;
}
.okompanii-05 .content .block{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
    width: 600px;
    margin: 0 0 40px;
}
.okompanii-05 .content .block .okompanii-05-block-item{
    width: calc(50% - 10px);
    border-radius: 5px;
    padding: 30px 30px 40px;
    box-sizing: border-box;
    background: #FAFAFA;
}
.okompanii-05 .content .block .okompanii-05-block-item .name{
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    margin: 0 0 10px;
    color: #0099CC;
}
.okompanii-05 .content .block .okompanii-05-block-item .name span{
    font-size: 36px;
}
.okompanii-05 .content .block .okompanii-05-block-item .text{
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
    color: #333;
}
.okompanii-05 .content .descr{
    color: #0099CC;
    max-width: 420px;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: left;
}
.catalog-01-tabs{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    margin: 0 0 30px;
}
.catalog-01-tabs .catalog-01-tab{
    box-sizing: border-box;
    padding: 15px 20px;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px;
    text-align: center;
    background: #FAFAFA;
    color: #333333;
    cursor: pointer;
}
.catalog-01-tabs .catalog-01-tab.active{
    background: #0099CC;
    color: #fff;
    cursor: default;
}
.catalog-01-tab-content{
    display: none;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 30px;
    margin: 0 0 80px;
}
.catalog-01-tab-content.active{
    display: flex;
}
.catalog__item{
    background: #FFFFFF;
    box-shadow: 0px -1px 11px 0px #EAE9E9;
    width: 312px; 
    display: flex;
    gap: 20px;
    padding: 0 0 20px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    color: #333333;
}
.catalog__item:hover{
    text-decoration: none;
}
.catalog__item-image{
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.catalog__item img{
    max-width: 100%;
}
.catalog__item .catalog__item-name{
    font-size: 14px;
    font-weight: 700;
    line-height: 18.2px;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
}
.catalog-02{
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: flex-start;
    margin: 0 0 70px;
}
.catalog-02 .read_all{
    display: none;
}
.catalog-02 .left{
    max-width: 669px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.catalog-02 .left p{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
    margin: 0;
}
.catalog-02 .right{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.catalog-02 .right ul{
    padding: 0 0 0 30px;
    list-style: disc;
}
.catalog-02 .right ul li{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
}
.catalog-03{
    height: 824px;
    border-radius: 5px;
    background: url(/images/map.svg) no-repeat left top;
    padding: 143px 0 0 660px;
    box-sizing: border-box;
}
.catalog-03 .content{
    width: 828px;
    height: 431px;
    border-radius: 5px;
    border-bottom: 3px solid #0099CC;
    padding: 30px;
    box-sizing: border-box;
    background: #FFFFFF;
}
.catalog-03 .content a.phone{
    color: #0099CC;
    font-size: 48px;
    font-weight: 400;
    line-height: 62.4px;
    text-align: right;
    display: block;
    margin: 0 0 10px;
}
.catalog-03 .content .phone_text{
    color: #0099CC;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: right;
    margin: 0 0 60px;
}
.catalog-03 .content .text{
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: left;
    margin: 0 0 0 106px;
}
.tabs-buttons{
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
    overflow-y: hidden;
}
.tabs-buttons > div{
    padding: 20px;
    position: relative;
    top: 0px;
    cursor: pointer;
    box-sizing: border-box;
    flex: 1 0 115px;
    border-bottom: 1px solid #0099CC;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    color: #999999;
}
.tabs-buttons > div._active{
    color: #fff;
    background: #0099CC;
    border-radius: 5px 5px 0 0;
}
.mobile_show_tab, .mobile_cont_tab{
    display: none;
}
.contacty-block-top {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
}
.contacty-block-top .left{
    width: 661px;
    padding: 50px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-content: flex-start;
}
.contacty-block-top .left > div{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.contacty-block-top .left .left-01, .contacty-block-top .left .left-03, .contacty-block-top .left .left-05{
    width: 179px;
}
.contacty-block-top .left .left-02{
    width: 191px;
}
.contacty-block-top .left .left-04{
    width: 254px;
}
.contacty-block-top .left .left-05{
    margin-top: -117px;
}
.contacty-block-top .left .left-06{
    width: 342px;
    padding-top: 41px;
}
.contacty-block-top .left .name{
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
    color: #999;
}
.contacty-block-top .left .text, .contacty-block-top .left .text a{
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}
.contacty-block-top .left .text a{
    display: block;
}
.contacty-block-top .right{
    width: calc(100% - 661px);
    display: flex;
}
.contacty-block-top .right iframe{
    width: 100%;
    height: 591px;
    border: none;
}
.contacty-block-bottom{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
}
.contacty-block-bottom .left{
    width: 661px;
}
.contacty-block-bottom .right{
    width: calc(100% - 661px);
    display: flex;
}
.contacty-block-bottom .right iframe{
    width: 100%;
    height: 614px;
    border: none;
}
.contacty-block-bottom-tabs{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
}
.contacty-block-bottom-tabs .contacty-block-bottom-tab{
    box-sizing: border-box;
    padding: 20px 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #999999;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    position: relative;
    cursor: pointer;
}
.contacty-block-bottom-tabs .contacty-block-bottom-tab.active{
    color: #0099CC;
    border-top: 1px solid #0099CC;
    border-left: 1px solid #0099CC;
    border-right: 1px solid #0099CC;
    border-radius: 5px 5px 0 0;
    cursor: default;
}
.contacty-block-bottom-tabs .contacty-block-bottom-tab.active:before{
    content: '';
    width: 100%;
    height: 3px;
    background: #fff;
    left: 0;
    bottom: -1px;
    position: absolute;
}
.contacty-block-bottom-tabs-content{
    display: none;
    border: 1px solid #0099CC;
    height: 100%;
    box-sizing: border-box;
}
.contacty-block-bottom-tabs-content.active{
    display: flex;
    flex-direction: column;
}
.contacty-block-bottom .left .content{
    height: calc(100% - 61px);
}
.contacty-block-bottom-sel{
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-bottom: 1px solid #F2F3F5;
}
.contacty-block-bottom-sel .name{
    padding: 0 34px 0 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    color: #333;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
}
.contacty-block-bottom-sel .name:before{
    content: '';
    position: absolute;
    width: 24px;
    height: 100%;
    right: 5px;
    top: 0px;
    background: url(/images/selgrey.svg) no-repeat center;
    transition: transform 0.25s;
}
.contacty-block-bottom-sel .name.active:before{
    transform: rotate(180deg);
}
.contacty-block-bottom-sel .text{
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    color: #333;
    display: none;
}
.contacty-block-bottom-sel .text.active{
    display: block;
}
.contacty-block-bottom-sel .text a{    
    color: #333;
}
.tabs__kontakty{
    margin: 0 0 70px;
}
table.cellpading{
    border-color: #EAEAEA;
    margin-bottom: 40px;
}
table.cellpading th{
    padding: 13px 20px;
    background: #0099CC;
    font-weight: bold;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    border-color: #EAEAEA;
}
table.cellpading td{
    padding: 13px 20px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    border-color: #EAEAEA;
}
table.cellpading tr:nth-of-type(2n+2) td{
    background: #FAFAFA;
    border-color: #EAEAEA;
}
.breadcrumbs__wrap{
    margin: 30px 0 40px;
}
.breadcrumbs__list{
    list-style: none;
}
.breadcrumbs__item{
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: left;
    color: #BDBDBD;
    display: inline;
}
.breadcrumbs__item a{
    display: inline;
}
.breadcrumbs__item a:after{
    content: '/';
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: left;
    color: #BDBDBD;
    margin: 0 5px;
}
.lider__slider{
    margin: 0 0 50px;
    clear: both;
}
.lider__slider .slider-cell{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 20%;
    padding: 12px 15px;
}
.lider__slider-item{
    box-shadow: 0px -1px 11.2px 3px #EAE9E9;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
}
.lider__slider-url{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
.lider__slider-item-image{
    border-radius: 5px;
}
.lider__slider-item-name{
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: left;
    word-break: break-all;
}
.lider__slider-info{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.lider__slider-info .price{
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    text-align: left;
    color: #333333;
}
.lider__slider-info .more-url{
    display: block;
    width: 113px;
    height: 43px;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    text-align: left;
    cursor: pointer;
    background: #0099CC;
    box-sizing: border-box;
}
.lider__slider-info .more-url:hover{
    background: #F59E31;
    text-decoration: none;
}
.lider__slider-title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 15px;
}
.lider__slider-title .title{
    color: #0099CC;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: left;
}
.lider__slider-title .url{
    color: #0099CC;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}
.lider__slider .slider{
    margin-left: -15px;
    margin-right: -15px;
}
.lider__slider .slider__arrows{
    padding: 18px 15px 0;
}
.catalog-tags .name{
    color: #0099CC;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 13px 20px;
    background: #D6EEF6;
    border-radius: 5px;
}
.catalog-tags{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
    gap: 20px;
    margin: 0 0 50px;
}
.catalog-tags .name:hover{
    color: #fff;
    background: #0099CC;
    text-decoration: none;
}
.catalog-tags .name.hit:hover path{
    stroke: #fff;
}
.catalog-tags .name.new:hover path{
    fill: #fff;
}
.catalog-page__wrap{
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
}
.catalog-page__filter{
    width: 316px;
}
.catalog-page__list{
    width: calc(100% - 346px);
}
.catalog-page__filter-item._filter{
    border: 1px solid #0099CC;
    border-radius: 5px;
}
.catalog-page__filter-item-title{
    background: #0099CC;
    padding: 20px;
    border-radius: 3px 3px 0px 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
}
.catalog-page__filter-item-content{
    padding: 30px 20px 40px;
    box-sizing: border-box;
    position: relative;
}

.filter__title{
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.8px;
    text-align: left;
    margin: 0 ;
}
.filter__item .form-checkbox__input{
    display: none;
}
.filter__item .form-checkbox{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.filter__item .form-checkbox__label{
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    cursor: pointer;
}
.filter__item .form-checkbox__box{
    width: 25px;
    height: 25px;
    border-radius: 5px;
    border: 1px solid #EAEAEA;
    cursor: pointer;
    text-align: center;
}
.filter__item .form-checkbox .form-checkbox__input:checked ~ .form-checkbox__box .form-checkbox__icon{
    opacity: 1
}
.filter__item .form-checkbox .form-checkbox__input:checked ~ .form-checkbox__box:hover .form-checkbox__icon path{
    stroke: #0099CC;
}

.filter__item .form-checkbox__box .form-checkbox__icon {
    opacity: 0;
    width: 20px;
}

.filter__item .form-checkbox__box .form-checkbox__icon{
    transition: opacity .25s ease-out
}

.filter__item .form-checkbox__box .form-checkbox__icon._dot{
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #09c
}
.filter__list-more{
    width: 100%;
}
.filter__list-more ._as-link{
    width: 100%;
    height: 50px;
    padding: 0 13px;
    border-radius: 5px;
    color: #0099CC;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    text-align: center;
    background: #F5F5F5;
    cursor: pointer;
    margin: 10px 0 0;
    border: none;
}
.filter__list-more ._as-link:hover{
    background: #0099CC;
    color: #fff;
}
.filter__submit{
    display: none;
}/*
.filter__clear{
    display: none;
}*/
.filter__clear button {
    border: unset;
    text-decoration: underline;
    color: #0099CC !important;
    transition: all 0.3s ease;
    text-align: center;
    font-size: 15px;
    width: 100%;
}
.filter__clear button:hover
{
    color: #0077AA!important;
    background: transparent!important;
}
.filter__category {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}
.filter__category .bx-filter-container-modef{
    order: 2;
    position: absolute;
    left: 50%;
    bottom: 6px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
}
.filter__category .bx-filter-popup-result{
    display: flex !important;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}
.filter__category .bx-filter-container-modef a{
    display: inline-flex;
    height: 40px;
    padding: 0 20px;
    align-items: center;
    background: #0099CC;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    border-radius: 5px;
}
.filter__category .bx-filter-container-modef a:hover{
    text-decoration: none;
    background: #F59E31;
}
.catalog-page__relink {
    padding: 20px 30px;
    background-color: #f2f2f2;
    border-radius: 5px;
    margin-bottom: 30px
}

@media only screen and (min-width: 768px) {
    .catalog-page__relink {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (min-width: 1280px) {
    .catalog-page__relink {
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.catalog-page__category-link {
    padding: 13px 16px;
}

@media only screen and (min-width: 768px) {
    .catalog-page__category-link {
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        box-sizing: border-box
    }
}

@media only screen and (min-width: 1280px) {
    .catalog-page__category-link {
        max-width: calc(100% / 3);
        width: auto
    }
}

.catalog-page__category-link._active {
    color: #fff;
    text-decoration: none;
    background-color: #09c
}
.catalog-page__counter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 30px;
    color: #333;
    background: #F5F5F5;
    border-radius: 5px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    text-align: center;
}

.catalog-page__counter form {
    margin-left: 20px
}

.catalog-page__pagination {
    width: 100%; 
    margin-bottom: 30px;
}
.catalog-page__counter select.form-field{
    padding-right: 52px;
    height: 46px;
    padding: 10px 34px 10px 10px;
    color: #000;
    border-radius: 5px;
    background-image: url(/images/selblue.svg);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px 6px;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #0099CC;
    cursor: pointer;
}
.catalog-style{
    margin-left: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}
.catalog-style a,.catalog-style span{
    width: 44px;
    height: 44px;
    border-radius: 5px;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
}
.catalog-style .listblock:hover svg path,
.catalog-style .active.listblock svg path{
    fill: #0099CC;
}
.catalog-style .listtable:hover svg path,
.catalog-style .active.listtable svg path{
    stroke: #0099CC;
}


.catalog-page__products {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 30px;
}
.catalog-page__products .catalog-page__products-item {
    box-shadow: 0px -1px 11.2px 0px #EAE9E9;
    border-radius: 5px;
    padding: 20px 20px 30px;
    box-sizing: border-box;
    width: calc( (100% - 90px) / 4);
}
.catalog-page__products-item-wrap{
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    position: relative;
}
.catalog-page__products-item-image{
    position: relative;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.catalog-page__products-item-image img{
    max-width: 100%;
    max-height: 250px;
}
.catalog-page__products-item-name{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    text-align: left;
    margin-bottom: 10px;
    height: 63px;
}
.catalog-page__products-item-bottom{
    border-top: 1px solid #F5F5F5;
    padding: 10px 0 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.catalog-page__products-item-bottom .catalog-page__products-item-price{
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
}
.catalog-page__products-item-bottom .moreurl{
    width: 113px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #0099CC;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    text-align: center;
    text-decoration: none;
}
.catalog-page__products-item-bottom .moreurl:hover{
    text-decoration: none;
    background: #F59E31;
}
.sticker_wrap{
    position: absolute;
    left: 0;
    box-sizing: border-box;
    justify-content: flex-start;
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    top: 0;
}
.sticker{
    z-index: 1;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.48px;
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    background: #0099CC;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    margin: 0;
} 
.sticker.sticker_hit{
    background: #F59E31;
}
.sticker.sticker_sale{
    background: #277C09;
}
.pagination__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: space-between;
    align-items: center;
}
.pagination__wrap_mob{
    display: none;
}
.pagination__wrap > div{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}
.pagination__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background: #F5F5F5;
    border: 1px solid #BDBDBD;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: right;
    color: #999999;
    box-sizing: border-box;
}
.pagination__item._next{
    border: none;
}
.pagination__item:not(._active):hover {
    border: 1px solid #0099CC;
    background: #fff;
    color: #0099CC;
    text-decoration: none;
}

.pagination__item._active {
    border: 1px solid #0099CC;
    background: #fff;
    color: #0099CC;
}
.catalog-type-list{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    margin: 0 0 30px;
}
.catalog-type-list-item{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0px -1px 11.2px 0px #EAE9E9;
    padding: 20px 20px 30px;
    gap: 30px;
}
.catalog-type-list-item .sticker_wrap{
    position: relative;
    width: 52px;
    gap: 5px;
}
.catalog-type-list-item .sticker_wrap .sticker{
    padding: 0 10px;
    font-size: 6px;
    font-weight: 700;
    line-height: 7.24px;
    text-align: left;
    height: 18px;
    gap: 2.5px;
}
.catalog-type-list-item .sticker_wrap .sticker svg{
    height: 7.5px;
    width: 7px;
}
.catalog-type-list-item-img{
    display: flex;
    text-align: center;
    width: 67px;
    height: 61px;
    align-items: center;
    justify-content: center;
}
.catalog-type-list-item-img img{
    max-width: 100%;
    max-height: 100%;
}
.catalog-type-list-item-price{
    width: 185px;
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}
.catalog-type-list-item-btn{
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.catalog-type-list-item-btn-btn{
    width: 100% !important;
    color: #fff;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 23.4px;
    text-align: center;
    height: 50px !important;
    border-radius: 5px;
    background: #0099CC;
    border: none;
}
.catalog-type-list-item-btn .product-item__description-buy{
    width: 100% !important;
}
.catalog-type-list-item-name{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% - 724px);    
    flex-direction: column;
}
.catalog-type-list-item-name a{
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.8px;
    text-align: left;

}
.catalog-type-list-item-name .art{
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: left;
    margin-top: 10px;
}
@media only screen and (max-width:1279px){
    .catalog-type-list-item-price{
        width: 170px;
    }
    .catalog-type-list-item-btn{
        width: 135px;
    }
    .catalog-type-list-item-name{
        width: calc(100% - 509px);
    }
    .catalog-type-list-item{
        gap: 20px;
    }
}
.regl_block{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    background: #F5F5F5;
    gap: 30px;
    margin: 30px 0 50px;
    border-radius: 5px;
}
.regl_block .text{
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    width: 250px;
}
.regl_block .form-select, .regl_block button{
    width: calc((100% - 370px) / 4);
}
.regl_block button{
    height: 50px;
    border-radius: 5px;
    background: #0099CC;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    text-align: center;
    border: none;
    background: #0099CC;
    cursor: pointer;
}
.regl_block button:hover{
    background: #F59E31;
}
.regl_block .form-select__list{
    box-shadow: 0px -1px 11.2px 0px #EAE9E9;
    border-top: 1px solid #0099CC;
    box-sizing: border-box;
    list-style: none;
}
.regl_cellpading{
    width: 100%;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
}
.regl_table p{
    margin: 0 0 30px;
}
.regl_cellpading tr:first-child th{
    color: #FFFFFF;
    text-align: center;
    background: #0099CC;
}
.regl_cellpading tr:first-child th:first-child{
    border-radius: 5px 0 0 0;
}
.regl_cellpading tr:first-child th:last-child{
    border-radius: 0 5px 0 0;
}
.regl_cellpading th,.regl_cellpading td{
    padding: 13px 20px;
    vertical-align: middle;
}
.regl_cellpading th{
    border-right: 1px solid #fff;
}
.regl_cellpading td{
    border-right: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
}
.regl_cellpading tr td:first-child{
    border-left: 1px solid #EAEAEA;
}
.regl_cellpading tr:last-child td:first-child{
    border-radius: 0 0 0 5px;
}
.regl_cellpading tr:last-child td:last-child{
    border-radius: 0 0 5px 0;
}
.regl_cellpading tr:nth-of-type(2n+2){
    background: #FAFAFA;
}

.product-item__wrap{
    display: flex;
    position: relative;
    gap: 30px;
    align-items: flex-start;
}

.product-item__description{
    width: calc((100% - 722px) / 2);
}

.product-item__advantages{
    width: calc((100% - 722px) / 2);
}

.product-item__gallery {
    width: 662px;
    border-radius: 5px;
    position: relative;
}

.product-item__gallery-image {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 180px;
    padding: 0 24px;
    border: 1px solid #F5F5F5;
    border-radius: 5px;
}
.product-item__wrap .sticker_wrap{
    padding-right: 20px;
    padding-top: 20px;
    justify-content: flex-end;
    box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
    .product-item__gallery-image {
        height: 282px
    }
}

@media only screen and (min-width: 1280px) {
    .product-item__gallery-image {
        height: 403px
    }
}

@media only screen and (min-width: 1280px) {
    .product-item__gallery-image {
        height: 503px
    }
}

.product-item__gallery-image:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    bottom: 20px;
    right: 20px;
    background: url(/images/zoom.svg) center center no-repeat;
    cursor: pointer;
}
.product-item__gallery .slider__arrows{
    display: block;
    position: relative;
    padding: 0;
}
.product-item__gallery .slider__arrow {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: auto;
    margin-bottom: auto;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.product-item__gallery .slider__arrow:hover{
    background: #0099CC;
}
.product-item__gallery .slider__arrow:hover path{
    fill: #fff;
}
.product-item__gallery .slider__arrows .slider__arrow._prev{
    position: absolute;
    left: 5px;
    top: 60px;
}
.product-item__gallery .slider__arrows .slider__arrow._next{
    position: absolute;
    left: auto;
    right: 5px;
    top: 60px;
}
.product-item__gallery-image a {
    display: block
}

.product-item__gallery-image a img {
    width: 100%
}

.product-item__gallery-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    padding: 0 8px;
    border: 1px solid rgba(153, 153, 153, .5)
}

@media only screen and (min-width: 768px) {
    .product-item__gallery-nav {
        height: 60px
    }
}

@media only screen and (min-width: 1280px) {
    .product-item__gallery-nav {
        height: 96px
    }
}

@media only screen and (min-width: 1280px) {
    .product-item__gallery-nav {
        height: 118px
    }
}

.product-item__gallery-nav img {
    width: 100%
}

.product-item__gallery [data-slider-nav-slides] {
    width: calc(100% - 116px);
    margin: 30px auto;
}

.product-item__gallery .slider-cell {
    width: 100%
}

.product-item__gallery .slider-nav-cell {
    width: calc((100% - 10px) / 3);
    margin: 0 5px 0 0
}
.product-item__description-price{
    font-size: 28px;
    font-weight: bold;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #333333;
}
.product-item__description-price.withold{
    color: #0099CC;
}
@media only screen and (max-width: 1279px) {
    .product-item__gallery [data-slider-nav-slides] {
        width: calc(100% - 76px);
        margin: 30px auto;
    }
    .product-item__gallery .slider__arrow{
        border-radius: 5px;
        height: 62px;
        width: 28px;
    }
    .product-item__gallery .slider__arrows .slider__arrow._prev{
        top: 30px;
    }
    .product-item__gallery .slider__arrows .slider__arrow._next{
        top: 30px;
    }
}
@media only screen and (min-width: 1280px) {
    .product-item__gallery .slider-nav-cell {
        width: calc((100% - 20px) / 4);
        margin: 0 5px 0 0
    }
}

@media only screen and (min-width: 1280px) {
    .product-item__gallery .slider-nav-cell {
        width: calc((100% - 20px) / 5);
        margin: 0 5px 0 0
    }
}
.product-item__gallery-text{
    display: none;
}
.product-item__description-wrap{
    background: #F5F5F5;
    box-sizing: border-box;
    padding: 30px;
}
.product-item__description-wrap .product-item__description-block._second{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.product-item__description-select {
    margin-top: 10px
}

.product-item__description-select .form-select__list {
    border: 1px solid #999;
    border-top: none
}

.product-item__description-select .form-select__list li {
    color: #000;
    padding: 11px 15px 10px 15px
}

.product-item__description-select .form-select__list li._selected {
    color: #000
}

html._desktop .product-item__description-select .form-select__list li:not(._selected):hover {
    color: #000
}

.product-item__description-select .form-select__field {
    border: 1px solid #999
}

.product-item__description-select .form-select__label-wrapper {
    color: #000
}

.product-item__description-select .form-select__arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='4' viewBox='0 0 7 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L3.5 3L6 1' stroke='%23000000'/%3E%3C/svg%3E%0A")
}

.product-item__description-price._old {
    font-size: 24px;
    font-weight: 700;
    text-decoration: line-through;
    margin-right: 5px;
}
.product-item__description-price._old i{
    display: none;
}
.product-item__description-item .product-item__description-buy{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.product-item__description-item .product-item__description-buy .button{
    padding: 0 20px;
    width: auto;
}
.product-item__description-item .product-item__description-buy .button.button_lizing{
    background: #F59E31;
}
.product-item__description-item .product-item__description-buy .button.button_lizing span{
    font-weight: bold;
    margin: 0 5px;
    display: inline-block;
}
.product-item__description-item .product-item__description-buy .button.button_lizing:hover{
    background: #0099CC;
}
.product-item__description-block._first .product-item__description-line{
    margin-top: 20px;
}
.product-item__advantages{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.product-item__advantages-item._top{
    position: relative;
    background: #F5F5F5;
    border-radius: 5px;
    padding: 66px 20px 45px;
    width: 203px;
    box-sizing: border-box;
}
.product-item__advantages-item._top:after{
    content: '';
    position: absolute;
    width: 117.24px;
    height: 116.76px;
    top: -60px;
    left: -10px;
    background: url(/images/action_present_01.png) no-repeat left top;
}
.product-item__advantages-item._top:before{
    content: '';
    position: absolute;
    width: 98.89px;
    height: 97.57px;
    bottom: -11px;
    right: -20px;
    background: url(/images/action_present_02.png) no-repeat left top;
}
.product-item__advantages-item._top .product-item__description-sale{
    color: #F59E31;
    font-size: 14px;
    font-weight: 700;
    line-height: 18.2px;
    text-align: left;
}
.product-item__advantages-item._top a{
    color: #0099CC;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
    display: inline-block;
    margin: 20px 0 0;
}
.product-item__advantages-item._right{
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 255px;
}
.product-item__advantages-item._right .product-item__advantages-text{
    display: flex;
    flex-direction: row;
    gap: 14px;
    align-items: center;
    justify-content: flex-start;
    color: #0099CC;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: left;
}
.product-item__advantages-item._right .product-item__advantages-text svg{
    width: 18px;
}
.product-item__advantages-item._right .product-item__advantages-text span{
    width: calc(100% - 32px);
}
.product-item__advantages-item._left{
    background: #F5F5F5;
    width: 100%;
    gap: 20px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
}
.product-item__advantages-item._left .product-item__advantages-link{
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
    border-radius: 5px;
    color: #0099CC;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}
.product-item__advantages-item._left .product-item__advantages-link:hover{
    text-decoration: underline;
}
.product-item__about {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin-top: 20px;
}

.product-item__about-title {
    font-weight: 700
}

.product-item__about-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden
}

@media only screen and (min-width: 768px) {
    .product-item__about-text {
        -webkit-line-clamp: unset
    }
}

@media only screen and (min-width: 1280px) {
    .product-item__about-text {
        -webkit-line-clamp: 4
    }
}

@media only screen and (min-width: 1280px) {
    .product-item__about-text {
        -webkit-line-clamp: unset
    }
}

.product-item__about-button {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-decoration: underline;
    color: #0099CC;
    cursor: pointer;
}
.product-item__about-button:hover{
    text-decoration: none;
}
.product-item__about._active .product-item__about-button {
    display: none
}
.product-item__about._active .product-item__about-text {
    -webkit-line-clamp: unset
}
.product-item__description-line.har{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}
.product-item__description-line.har .product-item__description-item{
    display: flex;
    gap: 5px;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
.product-item__description-line.har .product-item__description-item .product-item__description-name{
    color: #666666;
}
.product-item__description-line.har .product-item__description-item .product-item__description-value{
    color: #0099CC;
}

.product-item__tabs {
    margin-top: 32px;
    display: none
}

@media only screen and (min-width: 768px) {
    .product-item__tabs {
        display: block
    }
}

@media only screen and (min-width: 1280px) {
    .product-item__tabs {
        margin-top: 62px
    }
}

.product-item__tabs-buttons {
    display: -ms-flexbox;
    display: flex
}

.product-item__tabs-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 61px;
    padding: 20px 30px;
    font-weight: 700;
    text-align: center;
    background-color: #fff;
    border: 1px solid transparent;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.8px;
    text-align: left;
    border-radius: 5px 5px 0 0;
    box-sizing: border-box;
    color: #999999;
    border-bottom: 1px solid #0099CC;
    cursor: pointer;
}
.product-item__tabs-button._hide-tablet {
    display: none
}

@media only screen and (min-width: 1280px) {
    .product-item__tabs-button._hide-tablet {
        display: -ms-flexbox;
        display: flex
    }
}

.product-item__tabs-button._active {
    color: #0099CC;
    border-bottom: none;
    border-color: #0099CC;
}

.product-item__tabs-content {
    margin-top: -1px;
    padding: 30px;
    color: #333;
    border: 1px solid #0099CC;
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
}
.product-item__tabs-content .action_photo{
    float: right;
    margin: 0 0 30px 30px;
}
.element_descr_slider .slider-cell{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 20%;
    padding: 0 30px 0 0;
}
.element_descr_slider .slider-cell .element_descr_slider_item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.element_descr_slider .slider-cell .element_descr_slider_item .name{
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: left;
    height: 77px;
    color: #000000;
}
.element_descr_slider .slider-cell .element_descr_slider_item .img{
    width: 100%;
    height: 192px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
} 
.element_descr_slider .slider-cell .element_descr_slider_item .img img{
    width: 100%;
}
.element_descr_slider .slider-cell .element_descr_slider_item .text{
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;    
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
}
.element_descr_slider .slider-cell .element_descr_slider_item .text.active{
    -webkit-line-clamp: 100;
}
.element_descr_slider .slider-cell .element_descr_slider_item .element_texdt_more{
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: #0099CC;
    cursor: pointer;
}
.element_descr_slider .slider-cell .element_descr_slider_item .element_texdt_more:hover{
    text-decoration: underline;
}
.element_descr_slider .slider__arrow._prev{
    background: url(/images/slideprev.svg) no-repeat center #F5F5F5;
}
.element_descr_slider .slider__arrow._next{
    background: url(/images/slidenext.svg) no-repeat center #F5F5F5;
}
.element_descr_slider .slider__arrow._prev:hover{
    background: url(/images/slideprev_hover.svg) no-repeat center #0099CC;
}
.element_descr_slider .slider__arrow._next:hover{
    background: url(/images/slidenext_hover.svg) no-repeat center #0099CC;
}
.element_descr{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
}
.element_descr .element_descr_item{
    width: calc(50% - 15px);
    display: flex;
    gap: 20px;
    flex-direction: row;
    align-items: flex-start;
}
.element_descr .element_descr_item .img{
    overflow: hidden;
    width: 287px;
}
.element_descr .element_descr_item .img img{
    width: 100%;
}
.element_descr .element_descr_item .descr{
    width: calc(100% - 307px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.element_descr .element_descr_item .descr .name{
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: left;
    color: #000000;
}
.element_descr .element_descr_item .descr .text{
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: #000000;
}
.withthistovar__slider{
    margin: 80px 0 0;
}
.withthistovar__slider-title{
    color: #333;
    font-size: 32px;
    font-weight: 700;
    line-height: 41.6px;
    text-align: left;
    color: #333333;
    margin: 0 0 30px;
}
.withthistovar__slider .slider-cell{
    width: 20%;
    padding: 12px 15px;
    box-sizing: border-box;
}
.withthistovar__slider .slider-cell .catalog-page__products-item{
    box-shadow: 0px -1px 11.2px 0px #EAE9E9;
    padding: 20px 20px 30px;
    box-sizing: border-box;
}
.product-item-scu-item-item span{
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    margin: 0px;
    text-align: center;
    padding: 13px 20px;
}
.product-item-scu-item-item{
    display: inline-block;
    color: #333;
    background-color: #fff;
    margin: 0px 10px 10px 0px;
    border: 1px solid transparent;
    padding: 0;
    cursor: pointer;
    border-radius: 5px;
}
.product-item-scu-item-item:hover{
    color: #09c;
    border-color: #09c;
}
.product-item-scu-item-item.selected{
    color: #09c;
    border-color: #09c;
}
.element_action_list{
    margin: 50px 0 0;
}
.element_action_list_title{
    color: #333;
    font-size: 32px;
    font-weight: 700;
    line-height: 41.6px;
    text-align: left;
    margin: 0 0 40px;
}
.element_action_list .slider-cell{
    width: calc((100% + 30px) / 3);
    box-sizing: border-box;
    padding: 0 30px 0 0;
    height: 281px;
}
.element_action_list .slider-cell img{
    height: auto;
    width: 100%;
}
.product-item__tabs-content-item .meneger-catalog-tabs{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
}
.product-item__tabs-content-item .meneger-catalog-tabs .tabs-buttons{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow: auto;
    justify-content: flex-start;
    gap: 20px;
    width: 286px;
}
.product-item__tabs-content-item .meneger-catalog-tabs .tabs-buttons > div{
    color: #0099CC;
    background: #F5F5F5;
    border-radius: 5px;
    flex: auto;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.8px;
    border: none !important;
    width: 100%;
}
.product-item__tabs-content-item .meneger-catalog-tabs .tabs-buttons > div._active{
    color: #fff;
    background: #0099CC;
}
.product-item__tabs-content-item .meneger-catalog-tabs .product-item__tabs-content{
    border: none;
    width: calc(100% - 316px);
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border-radius: 0;
}
.product-item__accordeon-managers-content-item{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 30px;
    flex-wrap: wrap;
}
.product-item__accordeon-managers-content-item._active{
    display: flex !important;
}
.product-item__accordeon-manager{
    width: calc((100% - 30px) / 2);
    margin: 0;
    box-sizing: border-box;
    padding: 30px 30px 30px 231px;
    min-height: 304px;
    border-radius: 5px;
    position: relative;
    background-color: #f2f2f2;
}
.product-item__accordeon-manager-description{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.product-item__accordeon-manager-image {
    width: 113px;
    height: 113px;
    top: 30px;
    left: 30px;
    width: 171px;
    height: 209px;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
}

@media only screen and (min-width: 768px) {
    .product-item__accordeon-managers-tabs {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media only screen and (min-width: 1280px) {
    .product-item__accordeon-managers-tabs {
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.product-item__accordeon-managers-tab {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    transition: all .25s ease-out;
    padding: 10px;
}


.product-item__accordeon-managers-tab span {
    pointer-events: none;
    line-height: 24px;
    position: relative
}

.product-item__accordeon-managers-tab span:after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 0;
    bottom: -5px;
    background-color: #09c;
    transition: all .25s ease-out
}

.product-item__accordeon-managers-tab._active {
    color: #09c
}

.product-item__accordeon-managers-tab._active span:after {
    width: 100%
}

.product-item__accordeon-manager-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
}

.product-item__accordeon-manager-name {
    padding-left: 75px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.8px;
    text-align: left;
    color: #000;
}

.product-item__accordeon-manager-position {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
    color: #333333;
}

.product-item__accordeon-manager-mail, .product-item__accordeon-manager-phone {
    position: relative;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.product-item__accordeon-manager-mail a, .product-item__accordeon-manager-phone a {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}
.product-item__tabs-content-item .products .catalog-page__products{
    gap: 30px;
}
.table-lines{
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #EAEAEA;
}

.table-lines__line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
}

@media only screen and (min-width: 768px) {
    .table-lines__line {
        padding-left: 20px;
        padding-right: 20px
    }
}

.table-lines__line:nth-child(2n+1) {
    background-color: #f2f2f2
}
.table-lines__line:nth-child(2n+2) {
    border-bottom: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
}

.table-lines__item:first-child {
    padding-right: 12px
}

.table-lines__item:last-child {
    text-align: right
}


.product-item-scu-item-list {
    /*overflow: hidden;*/
    margin: 10px 0 0 0px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
    display: inline-block;
    box-sizing: border-box;
    max-width: 100%;
    vertical-align: middle;
}

.product-item-scu-item-text-container { min-width: 48px; }

.product-item-scu-item-color-container {
    max-width: 30px;
    width: 25%;
}


.product-item-scu-item-color-block {
    position: relative;
    padding-top: 100%;
    outline: 1px solid #999;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
}
.product-item-scu-item-color-container._selected .product-item-scu-item-color-block,
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block{
    outline: 1px solid #09c;
}

.product-item-scu-item-color {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7)
}

.modal {
    position: relative;
    display: none;
    width: 762px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    padding: 50px 50px 70px;
    box-sizing: border-box;
    max-width: 100%;
    background: #F5F5F5;
}


.modals-container {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 48px;
    padding-bottom: 32px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden
}

.modal._full-width {
    width: calc(100% - 64px)
}

.modal__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 41.6px;
    text-align: center;
    margin: 0 0 50px;
}

.modal__line_wrapp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
    justify-content: flex-start;
    gap: 20px;
}
.modal__line_wrapp .modal__line{
    width: calc(50% - 15px);
}
.modal__line.full{
    width: 100%;
}
.modal__line.full.captcha{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.modal__line.full.captcha img{
    width: calc(50% - 15px);
}
.modal__line.full.captcha .form-field-container{
    width: calc(50% - 15px);
}
.modal__button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(50% - 15px);
}
.modal__button .button{
    width: 100%;
}
.modal-menu {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(300px, 1fr))
}

.modal-menu__item {
    padding-right: 24px;
    padding-bottom: 24px
}

.modal-menu__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400
}

.modal-menu__title:hover {
    color: #09c
}

.modal-menu__title img {
    width: 48px;
    margin-right: 12px
}

.modal-menu__list {
    padding-left: 60px;
    margin-top: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.modal-menu__list-item {
    font-size: 12px;
    font-weight: 400;
    color: #999
}

.modal-menu__list-item:hover {
    color: #09c
}

.modal-close {
    display: block;
    width: 24px;
    height: 24px;
    background: url(/images/close.svg) no-repeat center;
    position: absolute;
    top: 30px;
    right: 26px;
    cursor: pointer
}
.modal__line textarea{
    border: none;
    padding: 15px;
    font: normal 16px / 20.8px Tahoma, sans-serif;
}
.modal__line .form-select__field{
    overflow: hidden;
}
.news_main{
    list-style: none;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 0 50px;
}
.news_main li{
    width: calc(50% - 15px);    
    box-sizing: border-box;
    padding: 30px;
    border-radius: 5px;
    position: relative;
    background-color: #f2f2f2;
}
.news_main li .news_main_item{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.news_main li .news_main_item .news_main_info{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

ul.news_all_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
li.news_all_block {
    width: calc(100% / 3);
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 25px;
}
li.news_all_block table.titles {
    width: 100%;
    margin: 0 0 15px;
}
li.news_all_block td.h_block {
    padding-top: 2px;
    text-align: center;
}
li.news_all_block td.h_block a{
    font-size: 18px;
    font-weight: bold;
}
ul.news_all{
    padding: 0 30px 0 0;
}
ul.news_all li {
    position: relative;
    overflow: hidden;
    padding-bottom: 18px;
    width: 100%;
    list-style: none;
}
.news_all_photo {
    width: 42px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-top: 3px;
}
.news_all_info {
    margin: 0 0 0 55px;
    line-height: 1.3;
}
.news_all_info a {
    color: #3382DC;
    display: block;
    font-weight: 400;
    text-decoration: underline;
}
.news_all_info a:hover {
    text-decoration: none;
}
ul.news_all .allnews {
    padding: 10px 0 0 10px;
    margin-left: 45px;
    background: url(data:image/gif;base64,R0lGODlhBwAKAIAAAP///7+/vyH5BAAAAAAALAAAAAAHAAoAAAIRjAOJq4AOn1vHpGvPnPSqehQAOw==) 0 85% no-repeat;
}
.press_block {
    position: relative;
    overflow: hidden;
}
ul.press {
    width: 100%;
    padding-left: 0;
}
ul.press li {
    position: relative;
    zoom: 1;
    overflow: hidden;
    padding: 30px;
    display: block;
    background-color: #f2f2f2;
    border-radius: 5px;
    margin: 0 0 30px;
}
.press_photo {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 150px;
    float: left;
}
.press_photo img {
    border: 1px solid #85B4EA;
}
.press_info {
    margin-left: 160px;
}
.press_info.no_img {
    margin-left: 0;
}
.press_info h4 {
    padding-bottom: 10px;
}
.press_info{
    color: #000;
}
.press_info p {
    padding-bottom: 10px;
    line-height: 1.3;
    color: #000;
}
.press_info p a {
    color: #3382DC;
    display: block;
    float: left;
}
.press_info p a:hover {
    text-decoration: none;
}
.press_block .btn2 {
    width: 152px;
    margin-left: 160px;
}
.block_zakobr{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.block_zakobr .item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    box-sizing: border-box;
    padding: 15px;
}
.block_zakobr .item .img img {
    max-width: 100%;
    max-height: 350px;
}
.block_zakobr .item .img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.block_zakobr .item .name {
    text-align: center;
    height: 72px;
    margin-top: 5px;
    line-height: 16px;
}
.block_zakobr .item .name a {
    color: #000;
    font-size: 16px;
    line-height: 18px;
}

.block_zakobr_list {
    margin-top: 40px;
}
.block_zakobr_list .item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 5px;
}
.block_zakobr_list .item:nth-child(2n) {
    background-color: #f9f9f9;
}
.block_zakobr_list .item .r .name {
    color: black;
    font-size: 20px;
    margin-bottom: 10px;
}
.block_zakobr_list .item .img {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin-right: 3%;
}
.block_zakobr_list .item .img img {
    max-width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px #e0e0e0;
    box-shadow: 0 0 10px #e0e0e0;
    padding: 3px;
}
.block_zakobr_list .item .r {
    display: inline-block;
    vertical-align: top;
    width: 75%;
}
.block_zakobr_list .item .r .button {
    margin-top: 20px;
    text-align: left;
}
.block_zakobr_list .item .r .button a {
    background-color: #003d6f;
    color: white;
    font-weight: normal;
    padding: 10px 20px;
    -webkit-box-shadow: 0 0 10px #003d6f6b;
    box-shadow: 0 0 10px #003d6f6b;
    text-transform: uppercase;
    font-size: 14px;
}
.block_servic_form{
    box-sizing: border-box;
    padding: 30px;
    background-color: #f9f9f9;
    margin: 50px 0 0;
}
.block_servic_form .modal__line_wrapp .modal__line{
    width: calc((100% - 60px) / 3);
}
.block_servic_form .modal__line_wrapp .modal__button{
    width: calc((100% - 60px) / 3);
}
.form-events{
    box-sizing: border-box;
    padding: 30px;
    background-color: #f9f9f9;
    margin: 50px 0 0;
}
.form-events .modal__line_wrapp .modal__line{
    width: calc((100% - 60px) / 3);
}
.form-events .modal__line_wrapp .modal__line.full.captcha img, .form-events .modal__line_wrapp .modal__line.full.captcha .form-field-container{
    width: calc((100% - 60px) / 3);
}
.form-events .modal__line_wrapp .modal__line.full{
    width: 100%;
}
.form-events .modal__line_wrapp .modal__button{
    width: calc((100% - 60px) / 3);
}
.block_list_events{
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 30px;
    margin: 50px 0 0;
}
.block_list_events .item{
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 90px) / 4);
    margin: 0;
    border: 1px solid #a6b6c35c;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.block_list_events .item:hover {
    box-shadow: none;
    border: 1px solid #a6b6c3fc;
    opacity: 0.8;
}

.block_list_events .item:nth-child(2n){
    margin-right: 0%;
}

.block_list_events .item .img{
    position: relative;
    text-align: center;
}

.block_list_events .item .img img{
    max-width: 100%;
}

.block_list_events .item .data{
    background-color: #A6B6C3;
    color: white;
    font-size: 16px;
    width: 60%;
    padding: 5px 5px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.block_list_events .item .name{
    text-align: center;
    padding: 10px 5px;
}

.block_list_events .item .name a{
    color: #A6B6C3;
    text-transform: uppercase;
    font-size: 18px;
}

.block_list_events .item .name a:hover{
    opacity: 0.8;
    text-decoration: none;
}

.block_list_events .item .props .prop{
    border-bottom: 1px solid #A6B6C3;
    padding: 5px 0px;
}

.block_list_events .item .props .prop .title{
    font-weight: bold;
}

.block_list_events .item .props .prop .value{
    float: right;
    font-style: italic;
}
.menu-btn{display: none;}

.search-page form{
    display: flex;
}
.search-page form .search-suggest{
    gap: 0px;
    border: 1px solid #0099CC;
    border-radius: 5px;
    height: 50px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    max-width: 400px;
    padding: 0 20px;
    margin: 0 20px 0 0 ;
}
.search-page form input[type=submit]{
    width: 150px;
    height: 50px;
    padding: 0 20px;
    border-radius: 5px;
    box-sizing: border-box;
    background: #0099CC;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
    text-align: center;
}
.search-page form input[type=submit]:hover{
    background: #176681;
}
.search-page hr{
    margin: 10px 0;
}
@media only screen and (max-width: 1279px) {
    .catalog-menu-big {
        padding-left: 0;
    }
}
@media only screen and (max-width: 1279px) {
    .header {
        margin: 0;
        padding: 20px 20px 5px; 
        box-sizing: border-box;
    }
    main{
        padding: 0 20px;
        box-sizing: border-box;
    }
    .form{
        padding: 70px 20px;
        box-sizing: border-box;
    }
    .subscribe{
        padding: 70px 20px;
        box-sizing: border-box;
    }
    .more-info{
        padding: 0 20px;
        box-sizing: border-box;
    }
    .footer{
        padding: 30px 20px 40px;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 1279px) {
    .header-info-top-1{
        gap: 10px;
    }
    .header-info-top-2{
        gap: 10px;
    }
    .header-phone-2:before{
        margin: 0 5px 0 0;
    }
    .header-middle{
        gap: 10px;
    }
}
@media only screen and (max-width: 1279px) {
    .header-info-top{
        flex-direction: column;
        gap: 10px;
    }
    .header-info-top-1{
        justify-content: flex-end;
        width: 100%;
    }
    .header-info-top-2{
        justify-content: flex-end;
        width: 100%;
    }
    .header-phone-2:before{
        margin: 0 5px 0 0;
    }
    .header-middle{
        gap: 10px;
    }
    .header__menu .header__menu-link a, .header__menu .header__menu-title a{
        padding: 12px 5px;
    }
    .first-screen__slider .slider-cell{
        height: auto;
    }
}
@media only screen and (max-width: 1279px) {
    .first-screen{
        flex-direction: column;
    }
    .first-screen__slider {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
    }
    .first-screen__list {
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 20px;
        margin: 0;
        align-items: stretch;
    }
    .first-screen__item{
        width: calc( (100% - 40px) / 3 );
    }
}
@media only screen and (max-width: 1279px) {
    .news__slider .slider-cell {
        height: auto;
        width: calc((100% - 60px) / 3);
    }
    .best__slider-item-name{
        -webkit-line-clamp: 4;
    }
    .first-screen__item-icon {
        position: absolute;
        top: auto;
        left: auto;
        right: 10px;
        bottom: 10px;
    }
    .header__menu .header__menu-link a, .header__menu .header__menu-title a {
        padding: 10px 5px;
        font-size: 16px;
        line-height: 20px;
    }
    .header-button .button-top{
        width: 250px;
    }
    .header-top{
        gap: 20px;
    }
    .header-logo-slog{
        gap: 20px;
    }
    .footer__group {
        width: calc((100% - 30px) / 2);
    }
}
@media only screen and (max-width: 1279px) and (min-width: 769px) {
    .header__menu .header__menu-link a, .header__menu .header__menu-title a {
        padding: 10px 3px;
        font-size: 14px;
    }
    .header-slogan {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
        width: 216px;
    }
}
@media only screen and (max-width: 1067px){
    .menu-left{
        display: none;
    }
    main{
        gap: 0;
    }
    .container.with-menu-left {
        width: 100%;
    }
    .more-info__list .slider-cell {
        height: auto;
        width: 50%;
        margin: 0;
        padding: 0 20px 0 0;
    }
    .subscribe__description {
        max-width: 401px;
    }
    .button_podpis{
        width: 250px;
    }
    .subscribe__form-item .form-field-container{
        width: calc(100% - 280px);
    }
    .mainpage-text {
        flex-wrap: wrap;
        gap: 20px;
    }
    .mainpage-text-left {
        width: 100%;
    }
    .mainpage-text-right{
        width: 100%;
        background: none;
    }
    .mainpage-text-right .mtr-block {
        width: calc((100% - 60px) / 3);
    }
    .header-menu .catalog-button{
        width: 150px;
    }
    .header__menu {
        width: calc(100% - 170px);
    }
}
@media only screen and (max-width: 950px){
    .header-top{
        display: block;
    }
    .header-logo-slog{
        float: left;
        gap: 10px;
    }
    .header-logo{
        width: 119px;
        height: 86px;
    }
    .header-slogan{
        font-size: 12px;
        line-height: 15.6px;
        width: 165px;
    }
    .header-info {
        display: block;
        width: auto;
    }
    .header-info-top {
        flex-direction: row;
        margin-bottom: 20px;        
        align-items: flex-start;
    }
    .header-info-top-1 {
        justify-content: flex-start;
        width: 100%;
        display: flex;
        flex-direction: column;        
        align-items: flex-start;
        width: 191px;
    }
    .header-info-top-2 {
        justify-content: flex-start;
        width: 100%;
        display: flex;
        flex-direction: column;        
        align-items: flex-start;
        width: 223px;
    }
    .header-info-top-2 .header-text{
        padding-left: 27px;
    }
    .header-button .button-top{
        width: 193px;
    }
    .header-button .button-top span{
        display: none;
    }
    .menu-btn {
        display: flex;
        width: calc(50% - 15px);
        justify-content: center;
        align-items: center;
        font-size: 20px;
        font-weight: 400;
        line-height: 26px;
        height: 50px;
        box-sizing: border-box;
        border-radius: 5px;
        border: 1px solid #0099CC;
        color: #0099CC;
        cursor: pointer;
    }
    .header__menu{
        display: none;
    }
    .header-menu .catalog-button {
        width: calc(50% - 15px);
        justify-content: center;
    }
    .header{
        padding: 20px;
    }
    .first-screen__item-text{
        padding: 0 45px 0 0;
    }
    .first-screen__item-icon {
        right: 5px;
        bottom: 55px;
    }
    .mainpage-new-hit{
        flex-direction: column;
    }
    .mainpage-new, .mainpage-hit {
        width: 100%;
    }
    .form__item {
        width: calc((100% - 30px) / 2);
    }
    .form__item_captcha{
        width: 100%;
    }
    .form__submit .form__submit-button,.form__submit .form__submit-checkbox{
        width: calc((100% - 30px) / 2);
    }
    .form__submit-button button{
        width: 100%;
    }
    .subscribe {
        padding: 30px 20px;
    }
    .subscribe__wrap {
        flex-direction: column;
    }
    .subscribe__description {
        max-width: 100%;
        gap: 20px;
    }
    .button_podpis {
        width: 220px;
    }
    .subscribe__form-item .form-field-container {
        width: calc(100% - 250px);
    }
    .more-info__title {
        padding: 60px 0 20px;
    }
    .footer {
        padding: 30px 20px 30px;
        box-sizing: border-box;
        margin: 60px 0 0;
    }
    .footer__bottom{
        width: 223px;
    }
    .footer-social .button span{
        display: none;
    }
    .footer-social__item {
        align-items: flex-start;
        justify-content: flex-end;
    }
    .footer-social__item a{
        width: calc(100% - 34px);
    }
    .footer-social__item {
        align-items: flex-start;
        justify-content: space-between;
        display: flex;
        width: 100%;
    }
    .footer__top {
        width: calc(100% - 253px);
    }
    .footer__top .footer__group:nth-of-type(1){
        order: 1;
    }
    .footer__top .footer__group:nth-of-type(2){
        order: 3;
    }
    .footer__top .footer__group:nth-of-type(3){
        order: 2;
    }
    .footer__top .footer__group:nth-of-type(4){
        order: 4;
    }
    .footer__copyright{
        margin-top: 50px;
    }
    .header-wrapper {
        position: relative;
        z-index: 16;
    }
    .catalog-menu-big-mobile{
        left: -100%;
        display: block;
    }
    .catalog-menu-big-mobile.active{
        left: 0;
        transition: 0.5s;
    }
    .catalog-menu-big-mobile.active.hide{
        left: -100%;
        transition: 0.5s;
    }
    .catalog-menu-big-mobile{
        position: absolute;
        z-index: 61;
        background: #fff;
        top: 270px;
        box-sizing: border-box;
        width: 100%;
        padding: 20px 10px;
        box-shadow: 0px 6px 11.2px -6px #EAE9E9;
    }
    .catalog-menu-mobile-cat-0 > .name{
        border: 1px solid #FAFAFA;
        height: 79px;
        padding: 0 20px;
        color: #333333;
        font-size: 16px;
        font-weight: 400;
        line-height: 20.8px;
        text-align: left;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .catalog-menu-mobile-cat-0 > .name a{        
        color: #333333;
    }
    .catalog-menu-mobile-cat-1{
        display: none;
    }
    .catalog-menu-mobile-cat-1.active{
        display: block;
        left: 100%;
        transition: 0.5s;
    }
    .catalog-menu-mobile-cat-1{
        position: absolute;
        z-index: 15;
        background: #fff;
        top: 0;
        box-sizing: border-box;
        width: 100%;
        padding: 20px 0 0;
        left: 0;
        box-shadow: 0px 6px 11.2px -6px #EAE9E9;
    }
    .catalog-menu-mobile-cat-1 .back-name{
        border-bottom: 1px solid #FAFAFA;
        height: 79px;
        padding: 0 20px;
        font-size: 16px;
        font-weight: 400;
        line-height: 20.8px;
        text-align: left;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 20px;
        background: #FAFAFA;
        color: #0099CC;
    }
    .catalog-menu-mobile-cat-1 > a{
        border-bottom: 1px solid #FAFAFA;
        height: 79px;
        padding: 0 20px;
        color: #333333;
        font-size: 16px;
        font-weight: 400;
        line-height: 20.8px;
        text-align: left;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .header__menu_mobile{
        left: -100%;
        display: block;
    }
    .header__menu_mobile.active{
        left: 0;
        transition: 0.5s;
    }
    .header__menu_mobile.active.hide{
        left: -100%;
        transition: 0.5s;
    }
    .header__menu_mobile{
        position: absolute;
        z-index: 15;
        background: #fff;
        top: 270px;
        box-sizing: border-box;
        width: 100%;
        padding: 20px 0 0;
    }
    .menu_mobile{
        box-shadow: 0px -1px 11.2px 0px #EAE9E9;
    }
    .header__menu-item-mobile > .name{
        border-bottom: 1px solid #FAFAFA;
        padding: 13px 20px;
        color: #333333;
        font-size: 16px;
        font-weight: 400;
        line-height: 20.8px;
        text-align: left;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .header__menu-item-mobile > .name a{        
        color: #333333;
    }
    .header__menu-item-mobile-1{
        display: none;
    }
    .header__menu-item-mobile-1.active{
        display: block;
        left: 100%;
        transition: 0.5s;
    }
    .header__menu-item-mobile-1{
        position: absolute;
        z-index: 15;
        background: #fff;
        top: 0;
        box-sizing: border-box;
        width: 100%;
        padding: 20px 0 0;
        left: 0;
        box-shadow: 0px 6px 11.2px -6px #EAE9E9;
    }
    .header__menu-item-mobile-1 .back-name{
        border-bottom: 1px solid #FAFAFA;
        padding: 13px 20px;
        font-size: 16px;
        font-weight: 400;
        line-height: 20.8px;
        text-align: left;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 20px;
        background: #FAFAFA;
        color: #0099CC;
    }
    .header__menu-item-mobile-1 > a{
        border-bottom: 1px solid #FAFAFA;
        padding: 13px 20px;
        color: #333333;
        font-size: 16px;
        font-weight: 400;
        line-height: 20.8px;
        text-align: left;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .header__menu_mobile .header-city{
        padding: 0 20px;
        margin: 0 0 10px;
    }
    .header__menu_mobile .header-phone-1{
        padding: 0 20px;
        margin: 0 0 10px;
        display: block;
    }
    .header__menu_mobile .header-time{
        padding: 0 20px;
        margin: 0 0 20px;
    }
}
@media only screen and (max-width: 750px){
    .header-info-top-1{
        display: none;
    }
    .header-middle .header-button{
        display: none;
    }
    .header-info-top {
        align-items: flex-end;
        justify-content: flex-end;
    }
    .flickity-page-dots .dot{
        -ms-flex: 0 1 10px;
        flex: 0 1 10px;
    }
    .mainpage-text-right{
        flex-direction: column;
    }
    .mainpage-text-right .mtr-block{
        width: 100%;
    }
    .catalog-menu-big-mobile, .header__menu_mobile{
        top: 236px;
    }
    .catalog-page__products-item-image{
        height: 200px;
    }
    .catalog-page__products-item-image img{
        max-height: 200px;
    }
}
@media only screen and (max-width: 600px){
    .first-screen__list {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .first-screen__item {
        width: 100%;
        box-sizing: border-box;
    }
    .first-screen__item-icon {
        right: 10px;
        bottom: 5px;
    }
    .slider__arrows{
        justify-content: space-between;
    }
    .slider__arrows_but {
        margin: 20px 0 0;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }
    .slider__arrows_but .slider__arrows {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 0 0 20px;
    }
    .news__slider .slider-cell {
        height: auto;
        width: 100%;
    }
    .mainpage-tabs .tabs-content .tab-content{
        padding: 20px 30px 30px;
    }
    .mainpage-tabs .tabs-select .tab-select {
        padding: 20px 24px;
        font-size: 16px;
        font-weight: 700;
        line-height: 23px;
        text-align: left;
        color: #999999;
        cursor: pointer;
        border-bottom: 1px solid transparent;
        position: relative;
    }
    .more-info__list .slider-cell {
        height: auto;
        width: 100%;
        margin: 0;
        padding: 0 20px 0 0;
    }
    .footer__wrap {
        gap: 20px;
        flex-direction: column;
    }
    .footer__top {
        width: 100%;
    }
    .footer__bottom {
        width: 100%;
    }
    .footer-social__item {
        align-items: flex-start;
        justify-content: flex-start;
    }
    .footer-social__item a {
        width: auto;
    }
    .footer-social__item span{
        text-align: left;
    }

}
@media only screen and (max-width: 550px){
    .catalog-menu-big-mobile, .header__menu_mobile{
        top: 260px;
    }
}
@media only screen and (max-width: 530px){
    .catalog-menu-big-mobile, .header__menu_mobile{
        top: 283px;
    }
}
@media only screen and (max-width: 510px){    
    .catalog-page__products-item-image{
        height: 150px;
    }
    .catalog-page__products-item-image img{
        max-height: 150px;
    }
}
@media only screen and (max-width: 450px){
    .header-top{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .header-logo {
        width: 109px;
        height: 76px;
    }
    .header-slogan{
        font-size: 12px;
        line-height: 15.6px;
        width: 175px;
    }
    .header-info-top{
        justify-content: center;
        margin-bottom: 10px;
    }
    .header-info-top-2{
        gap: 0;
        width: auto;
    }
    .header-phone-2 {
        font-size: 16px;
        line-height: 20.8px;
    }
    .header-phone-2:before{
        display: none;
    }
    .header-info-top-2 .header-text {
        padding-left: 0;
    }
    .header-info {
        width: 100%;
    }
    .header-menu .catalog-button {
        width: 142px;
    }
    .menu-btn{
        width: 107px;
    }
    .catalog-menu-big-mobile, .header__menu_mobile{
        top: 290px;
    }
    .header {
        gap: 10px;
    }
    .first-screen__slider .flickity-page-dots {
        margin-top: 20px;
        justify-content: center;
    }
    .first-screen__slider-button {
        margin-top: 40px;
    }
    .first-screen__slider-button .button{
        width: 100%;
    }
    .mainpage-new .h3, .mainpage-hit .h3, .mainpage-h2{
        gap: 10px;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }
    .best__slider .slider-cell{
        width: 100%;
    }
    .form {
        padding: 30px 20px;
    }
    .form__title{
        font-size: 24px;
        line-height: 31.2px;
        margin: 0 0 20px;
    }
    .form__text {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 20px;
    }
    .form__item {
        width: 100%;
    }
    .form__item_captcha{
        flex-direction: column;
    }
    .form__item_captcha img {
        width: 100%;
    }
    .form__item_captcha .form-field-container {
        width: 100%;
    }
    .form__submit {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: flex-start;
        width: 100%;
        gap: 30px;
        padding-top: 0;
    }
    .form__submit .form__submit-button, .form__submit .form__submit-checkbox {
        width: 100%;
    }
    .subscribe__title {
        font-size: 24px;
        line-height: 31.2px;
    }
    .subscribe__text {
        font-size: 16px;
        line-height: 20.8px;
    }
    .subscribe__wrap {
        gap: 20px;
    }
    .subscribe__form-item {
        gap: 20px;
    }
    .subscribe__form-item .form-field-container {
        width: 100%;
    }
    .button_podpis {
        width: 100%;
    }
    .more-info__title {
        padding: 50px 0 20px;
        font-size: 20px;
        line-height: 26px;
    }
    .more-info__list .slider__arrows_but .slider__arrows{
        margin: 0;
    }
    .footer {
        margin: 50px 0 0;
    }
    .footer__top {
        gap: 20px;
    }
    .footer__group {
        width: 100%;
        gap: 20px;
    }
    .footer-social__item{
        font-size: 17px;
    }
    .more-info__item-title{
        font-size: 16px;
        line-height: 20.8px;
    }
    .more-info__item-text{
        font-size: 14px;
        line-height: 18.2px;
    }
    /*.catalog-page__products-item-image{
        height: 110px;
    }
    .catalog-page__products-item-image img{
        max-height: 110px;
    }*/
    .catalog-page__products-item-name {
        display: block;
        height: auto;
    }
    .back_to_top {
        bottom: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        background-size: 50%;
    }
    .catalog-page__products .catalog-page__products-item{
        width: 100%;
    }
}
@media only screen and (max-width: 1340px){
    .okompanii-05 .content {
        background-position: left top;
    }
}
@media only screen and (max-width: 1240px){
    .okompanii-04 .content{
        flex-wrap: wrap;
    }
    .okompanii-04 .content .okompanii-04_item{
        box-sizing: border-box;
        width: 50%;
    }
    .okompanii-04 .content .okompanii-04_item:nth-of-type(1){
        order: 1;
    }
    .okompanii-04 .content .okompanii-04_item:nth-of-type(2){
        order: 2;
        padding-bottom: 220px;
    }
    .okompanii-04 .content .okompanii-04_item:nth-of-type(3){
        order: 4;
    }
    .okompanii-04 .content .okompanii-04_item:nth-of-type(4){
        order: 3;
        padding-bottom: 230px;
    }
    .okompanii-05 .urls{
        align-items: stretch;
    }
    .okompanii-05 .urls .okompanii-05-urls-item{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .okompanii-01 .right .okompanii-01-item{
        width: 200px;
    }
    .okompanii-01 .left {
        width: calc(100% - 670px);
    }
}
@media only screen and (max-width: 1000px){
    .okompanii-01 .left {
        width: 100%;
    }
    .okompanii-01 {
        flex-wrap: wrap;
        gap: 10px;
    }
    .okompanii-01 .right .okompanii-01-item {
        width: calc((100% - 40px) / 3);
    }
}
@media only screen and (max-width: 768px){
    .okompanii-02{
        background-size: contain;
        height: auto;
        padding: 0 0 30px;
        margin: 0 0 20px;
    }
    .okompanii-02 .title{
        font-size: 13.69px;
        line-height: 13.69px;
        margin: 0;
        padding: 30px 25px 414px;
        cursor: pointer;
        position: relative;
    }
    .okompanii-02 .title:after{
        content: '';
        width: 24px;
        height: 24px;
        top: 392px;
        left: 20px;
        background: url(/images/zoomm.svg) no-repeat left top;
        display: block;
        position: absolute;
    }
    .okompanii-02 .text{
        max-width: 100%;
    }
    .okompanii-03 {
        background: url(/images/okompanii-011-fon.png) no-repeat left top;
        padding: 60px 60px 60px;
        margin: 0 0 60px;
    }
    .okompanii-03 .text{
        max-width: 421px;
        padding: 60px 0 53px 0;
        font-size: 20px;
        line-height: 26px;
    }
    .okompanii-03 .text:before{
        left: -15px;
    }
    .okompanii-03 .text:after{
        right: -25px;
    }
    .okompanii-03 .title{
        font-size: 36px;
        line-height: 46.8px;
        margin: 0 0 12px;
    }
    .okompanii-04 .content {
        gap: 30px;
    }
    .okompanii-04 .content .okompanii-04_item {
        box-sizing: border-box;
        width: calc(50% - 15px);
        border-radius: 0 !important;
    }
    .okompanii-04 .content .okompanii-04_item:nth-of-type(2) {
        padding-bottom: 250px;
    }
    .okompanii-04 .content .okompanii-04_item:nth-of-type(3) {
        padding-bottom: 30px;
    }
    .okompanii-05 .urls {
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 30px;
    }
    .okompanii-05 .urls .okompanii-05-urls-item{
        margin: 0;
        font-size: 20px;
        line-height: 26px;
        width: 100%;
    }
    .okompanii-05 .content {
        padding: 30px 30px 60px;
        background-position: center top;
    }
}
@media only screen and (max-width: 700px){
    h1{
        font-size: 32px;
        line-height: 41.6px;
        margin-bottom: 40px;
    }
    .page__h1 {
        margin-bottom: 40px;
    }
    .okompanii-01 .left p{
        font-size: 14px;
        line-height: 18.2px;
    }
    .okompanii-01 .right{
        flex-wrap: wrap;
    }
    .okompanii-01 .right .okompanii-01-item {
        width: 100%;
    }
    .okompanii-02 {
        background-size: auto 436px;
    }
    .okompanii-02 .text {
        gap: 18.2px;
    }
    .okompanii-02 .text p{
        font-size: 14px;
        line-height: 18.2px;
    }
    .okompanii-03{
        padding: 38px 30px 45px;
    }
    .okompanii-03 .title {
        margin: 0 0 24px;
        font-size: 24px;
        line-height: 24px;
        max-width: 153px;
    }
    .okompanii-03 .text {
        max-width: 100%;
        padding: 35px 0;
        font-size: 14px;
        line-height: 18.2px;
    }
    .okompanii-03 .text:before {
        width: 27px;
        height: 22px;
        left: 0px;
        top: 0px;
        background-size: contain;
    }
    .okompanii-03 .text:after {
        width: 27px;
        height: 22px;
        right: 0px;
        bottom: 0px;
        background-size: contain;
    }
    .okompanii-04 .title{
        font-size: 24px;
        line-height: 31.2px;
    }
    .okompanii-04 .content .okompanii-04_item{
        width: 100%;
        border-radius: 5px !important;
        padding: 30px 30px 40px !important;
    }
    .okompanii-04 .content .okompanii-04_item .name{
        font-size: 24px;
        line-height: 31.2px;
        margin: 0;
    }
    .okompanii-04 .content .okompanii-04_item .text{
        font-size: 14px;
        line-height: 18.2px;
        margin: 0;
    }
    .okompanii-04 .content .okompanii-04_item{
        display: flex;
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }
    .okompanii-04 .content .okompanii-04_item:before{
        display: block;
        position: relative !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        top: auto !important;
        order: 2;
    }
    .okompanii-05 .title{
        max-width: 184px;
        font-size: 24px;
        line-height: 24px;
        margin: 0 0 30px;
    }
    .okompanii-05 .urls .okompanii-05-urls-item {
        margin: 0;
        width: 100%;
        padding: 0 20px;
        height: 66px;
        font-size: 16px;
        line-height: 20.8px;
        justify-content: flex-start;
        text-align: left;
    }
    .okompanii-05 .content {
        padding: 30px 20px 20px;
        background-position: left top;
        margin-left: -20px;
        margin-right: -20px;
    }
    .okompanii-05 .content .block {
        width: 100%;
        margin: 0 0 20px;
    }
    .okompanii-05 .content .block .okompanii-05-block-item {
        width: 100%;
        padding: 30px;
    }
    .okompanii-05 .content .block .okompanii-05-block-item .text{
        font-size: 14px;
        line-height: 18.2px;
    }
    .okompanii-05 .content .descr{
        font-size: 16px;
        line-height: 20.8px;
        max-width: 100%;
    }
}
@media only screen and (max-width: 1279px){
    .catalog-01-tab-content{
        justify-content: center;
    }
    .catalog-03{
        padding: 143px 0 0 calc(100% - 828px);
    }
}
@media only screen and (max-width: 1024px){
    .catalog-03 {
        height: 824px;
        padding: 55px 70px 0 70px;
        width: auto;
        margin-left: -20px;
        margin-right: -20px;
    }
    .catalog-03 .content {
        width: 100%;
        height: auto;
        padding: 30px 30px 46px;
    }
    .catalog-03 .content a.phone{
        font-size: 40px;
        line-height: 52px;
        margin: 0 0 20px;
    }
    .catalog-03 .content .phone_text{
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 20px;
    }
    .catalog-03 .content .text {
        margin: 0;
        font-size: 20px;
        line-height: 26px;
    }
    .catalog-02 .left,.catalog-02 .right{
        width: calc(50% - 15px);
    }
}
@media only screen and (max-width: 768px){
    .catalog-01-tabs .catalog-01-tab{
        font-size: 20px;
        line-height: 26px;
        padding: 0 20px;
        display: flex;
        height: 62px;
        align-items: center;
        gap: 7px;
    }
    .catalog__item{
        width: calc(50% - 15px);
    }
    .catalog-02 .left, .catalog-02 .right {
        width: 100%;
        max-width: 100%;
    }
    .catalog-02 {
        flex-wrap: wrap;
    }
    .catalog-01-tab-content{
        margin: 0 0 60px;
    }
}
@media only screen and (max-width: 767px){
    .catalog-01-tabs .catalog-01-tab span{
        display: none;
    }
}
@media only screen and (max-width: 550px){
    .catalog-01-tabs .catalog-01-tab {
        font-size: 13px;
        line-height: 16.9px;
        padding: 0;
        width: 125px;
        justify-content: center;
    }
    .catalog-01-tab-content{
        align-items: stretch;
    }
    .catalog__item .catalog__item-name{
        font-size: 10px;
        line-height: 13px;
        height: 39px;
        width: 100%;
        padding: 0 10px;
        word-break: break-all;
    }
    .catalog__item {
        justify-content: space-between;
    }
    .catalog__item-image {
        min-height: 1px;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .catalog-03 {
        height: 800px;
        padding: 20px 20px 0 20px;
    }
    .catalog-03 .content {
        padding: 30px 17px 35px;
    }
    .catalog-03 .content a.phone {
        font-size: 24px;
        line-height: 31.2px;
    }
    .catalog-03 .content .phone_text {
        font-size: 14px;
        line-height: 18.2px;
    }
    .catalog-03 .content .text {
        font-size: 14px;
        line-height: 18.2px;
        text-align: right;
    }
    .catalog-02 .read_all {
        display: flex;
        background: #F5F5F5;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 50px;
        border-radius: 5px;
        color: #0099CC;
        font-size: 18px;
        line-height: 23.4px;
    }
    .catalog-02 .right {
        width: 100%;
        max-width: 100%;
        height: 206px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 10;
        overflow: hidden;
    }
    .catalog-02 .right.active{
        display: block;
        height: auto;
        -webkit-line-clamp: none;
    }
}
@media only screen and (max-width: 1100px){
    .regl_block{
        gap: 20px;
        padding: 20px;
        flex-wrap: wrap;
    }
    .regl_block .text{
        width: 100%;
    }
    .regl_block .form-select, .regl_block button {
        width: calc((100% - 40px) / 2);
    }
}
@media only screen and (max-width: 768px){
    .regl_table{
        max-width: 100%;
        overflow: auto;
    }
    .regl_cellpading{
        width: auto;
    }
}
@media only screen and (max-width: 550px){
    .regl_block .form-select, .regl_block button {
        width: 100%;
    }
}
@media only screen and (max-width: 1279px){
    .lider__slider .slider-cell {
        width: 25%;
    }
    .catalog-page__products-item-image a{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .catalog-page__products .catalog-page__products-item {
        width: calc((100% - 60px) / 3);
    }
}
@media only screen and (max-width: 1279px){
    .lider__slider .slider-cell {
        width: calc(100% / 3);
    }
    .catalog-page__products .catalog-page__products-item {
        width: calc((100% - 30px) / 2);
    }
}
@media only screen and (max-width: 950px){
    .catalog-page__wrap {
        flex-wrap: wrap;
    }
    .catalog-page__filter {
        width: 100%;
    }
    .catalog-page__filter-item-content .filter{
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .filter__list-more ._as-link{
        margin: 0;
    }
    .catalog-page__filter-item-content .filter .filter__category:nth-of-type(2n+1){
        width: calc(40% - 15px);
    }
    .catalog-page__filter-item-content .filter .filter__category:nth-of-type(2n+2){
        width: calc(60% - 15px);
    }
    .catalog-page__list {
        width: 100%;
    }
    .lider__slider .slider-cell {
        width: 50%;
    }
    .catalog-type-list-item{
        flex-wrap: wrap;
    }
    .catalog-type-list-item-price {
        width: calc(50% - 10px);
    }
    .catalog-type-list-item-btn {
        width: calc(50% - 10px);
    }
    .catalog-type-list-item-name {
        width: calc(100% - 159px);
    }
    .catalog-type-list-item{
        padding: 10px;
    }
}
@media only screen and (max-width: 700px){
    .pagination__wrap > div {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 15px;
    }
}
@media only screen and (max-width: 600px){
    .lider__slider .slider-cell {
        width: 100%;
    }
    .lider__slider-title .url{
        display: none;
    }
    .catalog-tags .name{
        width: 100%;
    }
    .lider__slider {
        margin: 0 0 30px;
    }
    .catalog-tags {
        margin: 0 0 30px;
    }
    .catalog-page__filter-item-content .filter .filter__category:nth-of-type(2n+1){
        width: 100%;
    }
    .catalog-page__filter-item-content .filter .filter__category:nth-of-type(2n+2){
        width: 100%;
    }
    .catalog-page__relink {
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .catalog-page__category-link {
        padding: 0;
    }
    .catalog-page__counter > span{
        display: none;
    }
    .catalog-page__counter form {
        margin-left: 0;
    }
    .catalog-page__products-item-bottom{
        flex-direction: column;
        gap: 10px;
    }
    .catalog-page__products-item-name{
        font-size: 11px;
        line-height: 14.3px;
    }
    .catalog-page__products-item-bottom .catalog-page__products-item-price{
        font-size: 14px;
        line-height: 18.2px;
    }
    .catalog-page__products-item-bottom .moreurl {
        width: 100%;
        font-size: 14px;
        line-height: 18.2px;
        height: 40px;
    }
    .catalog-page__counter{
        padding: 10px 20px;
    }
    .sticker{
        font-size: 6px;
        line-height: 7.24px;
        padding: 5px 10px;
    }
    .sticker.sticker_hit svg{
        height: 7px;
        width: 7px;
    }
    .sticker.sticker_sale svg{
        height: 7px;
        width: 7px;
    }
    .catalog-page__products .catalog-page__products-item {
        padding: 10px;
        width: calc((100% - 20px) / 2);
    }
    /*.pagination__wrap .center {
        gap: 10px;
        flex-wrap: wrap;
    }
    .pagination__wrap {
        justify-content: flex-start;
        gap: 10px;
        flex-wrap: wrap;
    }*/
    .pagination__item {
        width: 27px;
        height: 27px;
        border-radius: 27px;
        font-size: 15px;
        line-height: 25px;
    }
    .pagination__wrap{
        display: none;
    }
    .pagination__wrap_mob{
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: space-between;
        align-items: center;
        gap: 4px;
    }
    .pagination__item svg{
        width: 10px;
    } 
    .catalog-page__products{
        gap: 20px;
    }
    .catalog-page__category-link-with-img a span {
        height: auto;
    }
    .catalog-page__category-link-with-img a {
        align-items: flex-start;
        font-size: 14px;
    }
    .catalog-type-list-item-name {
        width: 100%;
    }
    .catalog-type-list-item-price {
        width: 100%;
    }
    .catalog-type-list-item-btn {
        width: 100%;
    }
    .catalog-type-list-item{
        gap: 10px;
    }
    .catalog-type-list-item-name a{
        font-size: 11px;
        line-height: 14.3px;
    }
    .catalog-type-list-item-name .art{
        font-size: 11px;
        line-height: 14.3px;        
    }
    .catalog-type-list-item-price{
        font-size: 14px;
        line-height: 18.2px;
    }
    .catalog-type-list-item-btn-btn{        
        font-size: 14px !important;
        line-height: 18.2px !important;
        height: 40px !important;
    }
}
@media only screen and (max-width: 450px){
    .catalog-page__products .catalog-page__products-item{
        width: 100%;
    }
}
@media only screen and (max-width: 1279px){
    .tabs__kontakty .mobile_show_tab:nth-of-type(1){
        border-radius: 5px 5px 0px 0px;
    }
    .tabs__kontakty .tabs-buttons{
        display: none;
    }
    .mobile_show_tab{
        width: 100%;
        height: 66px;
        display: none;
        background: #0099CC;
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        line-height: 26px;
        padding: 0 30px;
        box-sizing: border-box;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #fff;
    }
    .contacty-block-top{
        flex-wrap: wrap;
    }
    .contacty-block-top .left{
        width: 100%;
    }
    .contacty-block-top .right{
        width: 100%;
    }
    .contacty-block-bottom{
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .contacty-block-bottom .left{
        width: 100%;
    }
    .contacty-block-bottom .right{
        width: 100%;
    }
    .mobile_show_tab.active svg{
        transform: rotate(180deg);
    }
    .contacty-block-top .left .left-05 {
        margin-top: 0;
    }
    .contacty-block-top .left .left-06 {
        width: 100%;
        padding-top: 0;
        text-align: center;
    }
    .contacty-block-top .right iframe {
        height: 460px;
    }
    .contacty-block-bottom .right iframe {
        height: 460px;
    }
}
@media only screen and (max-width: 550px){
    .mobile_show_tab{
        padding: 0 10px;
    }
    .contacty-block-top .left{
        padding: 20px;
        display: flex;
        flex-direction: column;
    }
    .contacty-block-top .right iframe {
        height: 266px;
    }
    .contacty-block-bottom .right iframe {
        height: 166px;
    }
    .tabs__kontakty{
        margin: 0 0 50px;
    }
    h2 {
        font-size: 24px;
        line-height: 31.2px;
    }
    .cellpading-new{
        display: block;
    }
    .cellpading-new td{
        display: block;
        border: none;
    }
    .cellpading-new tr{
        border: 1px solid #EAEAEA;
    }
    .cellpading-new td:nth-of-type(2n+1){
        padding: 7px 20px 0 !important;
    }
    .cellpading-new td:nth-of-type(2n+2){
        padding: 7px 20px !important;
    }
    .contacty-block-bottom-sel{
        padding: 10px;
    }
    .contacty-block-bottom-sel .name{
        font-size: 18px;
        line-height: 23.4px;
    }
    .contacty-block-bottom-tabs{
        display: none;
    }
    .contacty-block-bottom-tabs-content{
        height: auto;
    }
    .mobile_cont_tab {
        width: 100%;
        height: 66px;
        display: none;
        background: #0099CC;
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        line-height: 26px;
        padding: 0 10px;
        box-sizing: border-box;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        margin-bottom: -1px;
        border: 1px solid #0099CC;
    }
    .mobile_cont_tab span{
        display: block;
        width: calc(100% - 34px);
    }
    .mobile_cont_tab.active{
        border-bottom: 1px solid #fff;
        margin-bottom: -1px;
        z-index: 2;
        position: relative;
        background: #fff;
        color: #0099CC;
    }
    .contacty-block-bottom .left .content .mobile_cont_tab:nth-of-type(1){
        border-radius: 5px 5px 0px 0px;
    }
    .mobile_cont_tab.active svg path{
        stroke: #0099CC;
    }
}
@media only screen and (max-width: 1279px){
    .product-item__advantages-item._right {
        max-width: calc(100% - 233px);
    }
}
@media only screen and (max-width: 1279px){
    .product-item__advantages {
        width: calc((100% - 560px) / 2);
    }
    .product-item__description {
        width: calc((100% - 560px) / 2);
    }
    .product-item__gallery {
        width: 500px;
    }
    .product-item__accordeon-manager-name {
        padding-left: 0;
    }
}
@media only screen and (max-width: 1279px){
    .product-item__advantages {
        width: calc((100% - 460px) / 2);
    }
    .product-item__description {
        width: calc((100% - 460px) / 2);
    }
    .product-item__gallery {
        width: 400px;
    }
    .element_descr_slider .slider-cell {
        width: 25%;
    }
    .withthistovar__slider .slider-cell {
        width: 25%;
    }
    .element_action_list .slider-cell {
        height: auto;
    }
    .product-item__accordeon-manager{
        width: 100%;
    }
}
@media only screen and (max-width: 1250px){
    .product-item__advantages .product-item__advantages-item._top{
        display: none;
    }
    .product-item__advantages .product-item__advantages-item._right{
        display: none;
    }
    .product-item__advantages-item._top{
        width: 100%;
        gap: 20px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding: 75px 20px 54px;
    }
    .product-item__advantages-item._right{
        width: 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    .product-item__gallery-text {
        display: block;
        margin-top: 30px;
    }
    .product-item__gallery {
        width: 349px;
        float: left;
    }
    .product-item__description {
        width: calc(100% - 379px);
        margin: 0 0 30px 30px;
        float: left;
    }
    .product-item__advantages {
        width: calc(100% - 379px);
        margin: 0 0 30px 30px;
        float: left;
    }
    .product-item__wrap{
        display: block;
    }
    .software-group{
        clear: both;
    }
    .product-item__advantages-item._top .product-item__description-sale {
        max-width: 200px;
    }
    .product-item__advantages-item._top a {
        margin: 0;
        max-width: 200px;
        width: 100%;
    }
    .product-item__advantages-item._top:before {
        bottom: 15px;
        right: 15px;
    }
    .product-item__advantages-item._top:after {
        width: 109.24px;
        height: 111.76px;
        top: -24px;
        left: -20px;
        background-position: center;
    }
    .product-item__advantages-item._top:before {
        bottom: 15px;
        right: 15px;
    }
    .element_descr .element_descr_item {
        width: 100%;
    }
    .withthistovar__slider .slider-cell {
        width: calc(100% / 3);
    }
    .element_action_list .slider-cell {
        width: calc((100% + 30px) / 2);
    }    
    .element_descr_slider .slider-cell {
        width: calc(100% / 3);
    }
    .product-item__tabs-content .action_photo {
        float: none;
        margin: 0 0 30px 0;
    }
    .block_product_description img {
        width: auto;
        max-width: 100%;
    }
    .product-item__tabs-button{
        padding: 20px 10px;
    }
}
@media only screen and (max-width: 768px){
    h2{
        font-size: 24px;
        line-height: 31.2px;
    }
    .element_descr_slider .slider-cell {
        width: 50%;
    }
    .element_descr .element_descr_item .img {
        overflow: hidden;
        width: 214px;
    }
    .element_descr .element_descr_item .descr {
        width: calc(100% - 234px);
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .withthistovar__slider .slider-cell {
        width: calc(100% / 2);
    }
    .element_action_list .slider-cell {
        width: 100%;
        padding: 0;
    }
    .product-item__tabs-content-item .meneger-catalog-tabs .tabs-buttons {
        width: 200px;
    }
    .product-item__tabs-content-item .meneger-catalog-tabs .product-item__tabs-content {
        width: calc(100% - 220px);
    }
    .table-lines__line{
        align-items: flex-start;
        flex-direction: column;
    }
    .table-lines__item:first-child{
        color: #666;
    }
    .table-lines__item:last-child {
        text-align: left;
    }
    .product-item__tabs-content{
        padding: 0;
    }
    .product-item__tabs{
        display: none;
    }
    .tabs-buttons > div{
        padding: 5px;
        font-size: 13px;
        line-height: 14px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }    
    .product-item__accordeon-content .action_photo {
        margin: 0 0 30px 0;
    }
}
@media only screen and (max-width: 767px){
    .product-item__gallery {
        width: 100%;
        float: none;
    }
    .product-item__gallery-image{
        height: auto;
        padding: 0;
    }
    .product-item__advantages-item._top {
        padding: 65px 20px 38px;
    }
    .product-item__advantages-item._top .product-item__description-sale {
        max-width: 100%;
    }
    .product-item__advantages-item._top a {
        max-width: 100%;
    }
    .product-item__gallery-text{
        display: none;
    }
    .product-item__advantages .product-item__advantages-item._top {
        display: flex;
    }
    .product-item__advantages .product-item__advantages-item._right {
        display: flex;
        margin: 0;
    }
    .product-item__description {
        width: 100%;
        margin: 30px 0 30px;
        float: none;
    }
    .product-item__advantages {
        width: 100%;
        margin: 0;
        float: none;
    }
    .product-item__advantages-item._top:after{
        top: -40px;
        left: -20px;
    }
    .product-item__advantages-item._top:before {
        bottom: 5px;
        right: 5px;
    }
    .product-item__advantages-item._left{
        margin: 0 0 30px;
    }

}
@media only screen and (max-width: 600px){
    .product-item__accordeon-content.paddingnone{
        padding: 0;
    }
    .product-item__accordeon-content.padding12{
        padding: 12px;
    }
    .product-item__tabs-content {
        border: 1px solid #fff;
    }
    .tabs-buttons > div{        
        font-size: 11px;
        line-height: 12px;
        height: 30px;
    }
    .tabs-buttons > div._active {
        border-radius: 0;
    }
    .tabs-buttons{
        flex-wrap: wrap;
    }
    .tabs-buttons > div{
        width: 100%;
        flex: 1 0 auto;
    }
    .product-item__accordeon-manager {
        width: 100%;
        padding: 20px 20px 20px 131px;
        border-radius: 0;
        min-height: auto;
    }
    .product-item__accordeon-manager-image {
        width: 100px;
        height: 100px;
        top: 20px;
        left: 20px;
    }
    .product-item__accordeon-manager-description {
        gap: 10px;
    }
    .product-item__accordeon-manager-position {
        font-size: 13px;
        line-height: 16px;
    }
    .product-item__accordeon-manager-mail, .product-item__accordeon-manager-phone {
        gap: 10px;
    }
    .product-item__accordeon-manager-mail a, .product-item__accordeon-manager-phone a {
        font-size: 14px;
        line-height: 16px;
    }
    .product-item__accordeon-manager-mail svg, .product-item__accordeon-manager-phone svg {
        width: 14px;
    }
    .product-item__accordeon-managers-content-item{
        gap: 10px;
    }
    .product-item__accordeon-content-title {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 500px){
    .product-item__description-line.har .product-item__description-item{
        display: flex;
        flex-direction: column;
        width: 100% !important;
        margin: 0 !important;
    }
    .product-item__description-item .product-item__description-buy .button {
        width: 100%;
    }
    .element_descr_slider .slider-cell {
        width: 100%;
    }
    h2{
        margin: 0 0 20px;
    }
    .product-item__accordeon-content {
        padding: 20px;
    }
    .element_descr .element_descr_item {
        flex-direction: column;
    }
    .element_descr .element_descr_item .descr {
        width: 100%;
    }
    .element_descr .element_descr_item .img {
        width: 100%;
    }
    .withthistovar__slider-title{
        font-size: 24px;
        line-height: 26.4px;
    }
    .element_action_list_title{
        font-size: 24px;
        line-height: 26.4px;
    }
    h1 {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 31.2px;
    }
    .product-item__description-item .product-item__description-buy .button, .product-item__description-item .product-item__description-buy .button.button_lizing {
        font-size: 14px;
        line-height: 18.2px;
    }
}
.product-item__accordeon {
    margin-top: 20px;
    clear: both;
}

@media only screen and (min-width: 769px) {
    .product-item__accordeon {
        display: none
    }

}

.product-item__accordeon-item {
    margin-bottom: 1px;
    border: 1px solid #09c
}

.product-item__accordeon-item._closed .product-item__accordeon-title {
    color: #fff;
    background-color: #09c
}

.product-item__accordeon-item._closed .product-item__accordeon-title:after {
    bottom: -3px;
    border-color: #fff;
    transform: rotate(-135deg)
}

.product-item__accordeon-title {
    position: relative;
    padding: 0 30px;
    font-weight: 700;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.8px;
    color: #09c;
    background-color: #fff;
    transition: all .25s ease-out;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    height: 64px;
}

.product-item__accordeon-title:after {
    content: "";
    width: 9px;
    height: 9px;
    margin: auto 0;
    border: solid #09c;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    transition: all .25s ease-out;
}

.product-item__accordeon-content {
    padding: 30px;
}

.product-item__accordeon-content-title {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px;
    text-align: left;
    color: #0099CC;
}

@media only screen and (min-width: 769px) {
    .product-item__accordeon-content-title {
        font-size: 18px;
        line-height: 24px
    }
}

.product-item__accordeon-content .table-lines {
    font-size: 12px;
    line-height: 14px
}

.product-item__accordeon-order {
    position: relative;
    width: 35px !important;
    height: 35px;
    padding: 0;
    font-size: 0
}

@media only screen and (min-width: 769px) {
    .product-item__accordeon-order {
        font-size: 14px;
        width: auto !important;
        padding: 0 30px
    }
}

@media only screen and (min-width: 1280px) {
    .product-item__accordeon-order {
        height: 40px;
        font-size: 20px
    }
}

.product-item__accordeon-order:after {
    position: absolute;
    content: "";
    width: 18px;
    height: 17px;
    top: 8px;
    left: 7px;
    background: url(/assets/images/product-page/shopping-cart.png) center center no-repeat
}

@media only screen and (min-width: 769px) {
    .product-item__accordeon-order:after {
        display: none
    }
}

.product-item__accordeon-video {
    margin-bottom: 15px
}

@media only screen and (min-width: 769px) {
    .product-item__accordeon-video {
        width: calc((100% - 35px) / 2)
    }
}

@media only screen and (min-width: 769px) {
    .product-item__accordeon-video-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.product-item__accordeon-video-player {
    margin-bottom: 12px
}

@media only screen and (min-width: 1280px) {
    .product-item__accordeon-video-player iframe {
        height: 296px
    }
}

.product-item__accordeon-video-name {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px
}

@media only screen and (min-width: 768px) {
    .product-item__accordeon-video-name {
        font-size: 13px;
        line-height: 18px
    }
}

@media only screen and (min-width: 1280px) {
    .product-item__accordeon-video-name {
        font-size: 16px;
        line-height: 24px
    }
}

.product-item__accordeon-sphere-slider {
    padding-right: 7px
}

@media only screen and (min-width: 768px) {
    .product-item__accordeon-sphere-slider {
        padding-right: 0
    }
}

.product-item__accordeon-sphere-slider .slider-cell {
    width: calc((100% - 18px) / 2);
    margin-right: 18px
}

@media only screen and (min-width: 768px) {
    .product-item__accordeon-sphere-slider .slider-cell {
        width: calc((100% - 52px) / 5);
        margin-right: 13px
    }
}

.product-item__accordeon-sphere-slider .slider__arrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.product-item__accordeon-sphere-slider .slider__arrow svg {
    height: 15px;
    width: 15px
}

.product-item__accordeon-sphere-slider .slider__arrow svg path {
    stroke: #000
}

.product-item__accordeon-sphere-image {
    width: 100%
}

.product-item__accordeon-sphere-image img {
    width: 100%
}

.product-item__accordeon-sphere-name {
    margin-top: 6px;
    font-size: 12px;
    line-height: 14px
}

@media only screen and (min-width: 1280px) {
    .product-item__accordeon-sphere-name {
        font-size: 14px;
        line-height: 21px
    }
}
@media only screen and (max-width: 1279px) {
    .block_servic_form .modal__line_wrapp .modal__line, .block_servic_form .modal__line_wrapp .modal__button{
        width: calc(50% - 15px);
    }
    .block_servic_form .modal__line_wrapp .modal__line.full{
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .modal {
        width: calc(100% - 20px);
        height: auto;
        padding: 30px;
    }
    .block_zakobr .item{
        width: 50%;
    }
}
@media only screen and (max-width: 550px) {
    .modal__line_wrapp .modal__line,
    .block_servic_form .modal__line_wrapp .modal__line {
        width: 100%;
    }
    .modal__line.full.captcha img , 
    .block_servic_form .modal__line.full.captcha img {
        width: 100%;
    }
    .modal__line.full.captcha .form-field-container ,
    .block_servic_form .modal__line.full.captcha .form-field-container {
        width: 100%;
    }
    .modal__button , 
    .block_servic_form .modal__line_wrapp .modal__button {
        width: 100%;
    }
    .modal__line.full.captcha ,
    .block_servic_form .modal__line.full.captcha {
        flex-direction: column;
    }
    .modal__title ,
    .block_servic_form .modal__title {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 30px;
    }
    .modal-close {
        top: 10px;
        right: 10px;
    }
    .message.success-message ,
    .block_servic_form .message.success-message {
        font-size: 20px;
        line-height: 24px;
        margin: 20px 0 30px;
    }
}
/*old css*/
.button.button_p1{
    padding-left: 12px;
    padding-right: 12px;
}
.block_product_description a,
.content-block a{
    color: #09c;
}
.block_product_description a.button,
.content-block a.button{
    color: #fff;
}
.block_product_description h2 ,
.content-block h2 {
    color: #0099CC;
    font-weight: bold;
}
.block_product_description h3 ,
.content-block h3 {
    color: #0099CC;
}
.block_product_description h3{
    padding-top: 30px;
    margin-bottom: 30px;
    display:block;
    clear:both;
}
.block_product_description ol,
.block_product_description ul,
.content-block ul:not(.breadcrumbs__list){
    padding-left: 20px;
    margin-bottom: 15px;
}
.block_product_description ol li,
.block_product_description ul li,
.content-block ul:not(.breadcrumbs__list) li{
    line-height: 20px;
}

@media screen and (max-width:768px) {
    .block_product_description img{
        width: 100%;
    }
}

.page__h1{
    margin-top: 40px;
    margin-bottom: 50px;
/*    max-width: 1010px;*/
}
.strong, .bolder{
    font-weight: bold;
}



.block_spec .item {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 3%;
    margin-bottom: 5%;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.block_spec .item .img {
    line-height: 0;
}
.block_spec .item .img a {
    line-height: 0;
    font-size: 0;
}
.block_spec .item .img a img {
    max-width: 100%;
    border-bottom: 6px solid #0a3d68;
    width: 100%;
}
.block_spec .item .name {
    padding: 5px 10px;
    height: 80px;
}
.block_spec .item .name a {
    color: black;
    font-size: 18px;
    text-decoration: none;
}
@media screen and (max-width:779px) {
    .block_spec .item .name a {
        font-size: 14px;
    }
}
@media screen and (max-width:779px) {
    .block_spec .item .name {
        height: auto;
    }
}
.block_spec .item .prop {
    background-color: #ffcc00;
    color: white;
    text-align: center;
    padding: 5px 0;
}
.block_spec .item .prop .v {
    font-weight: 600;
}
@media screen and (max-width:779px) {
    .block_spec .item .prop {
        font-size: 12px;
    }
}
.block_spec .item:nth-child(2n) {
    margin-right: 0;
}
.block_spec .item:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width:779px) {
    .block_spec .item {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
}
.block_politra {
    margin: 20px 0;
}
.block_politra .title {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 30px;
}
.block_politra .items {
    font-size: inherit;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
}
.block_politra .items .item {
    display: inline-block;
    vertical-align: top;
    width: 183px;
    text-align: center;
}
.block_politra .items .item .img img {
    width: 100%;
}
.block_politra .items .item .article {
    color: #3cb868;
}
.block_politra .items .item .name {
    font-size: 18px;
    color: black;
}
@media screen and (min-width:780px) and (max-width:999px) {
    .block_politra .items .item {
        width: 45%;
    }
}
@media screen and (min-width:490px) and (max-width:659px) {
    .block_politra .items .item {
        width: 45%;
    }
}
@media screen and (max-width:359px) {
    .block_politra .items .item {
        width: 100%;
    }
}



.block_events_detail{

}

.block_events_detail h2{
    margin-bottom: 15px;
}

.block_events_detail p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

.block_events_detail i{

}

.block_events_detail ul{
    list-style-type: circle;
    padding-left: 30px;
    margin: 10px 0px;
}

.block_events_detail ul li{
    font-size: 16px;
    line-height: 24px;
}

.block_events_detail a{

}

.block_events_detail a:hover{
    text-decoration: none;
}

.block_events_detail .img_center{
    text-align: center;
    margin: 20px 0px;
}

.block_events_detail .img_center img{
    max-width: 100%;
    display: block;
    margin: 0px auto;
}

.block_komanda .items_elements .item .element {
    margin-bottom: 1px;
}
.block_komanda .items_elements .item .element.name .value {
    font-weight: bold;
}
.block_komanda .items_elements .item .element.doljnost .value {
    font-style: italic;
    color: #666;
}
.block_komanda .items_elements .item .element.phone .value a,
.block_komanda .items_elements .item .element.email .value a {
    color: #09C;
}



.event_block {
    position: relative;
    overflow: hidden;
    margin-top: -18px;
}
.event_block h2 {
    padding: 11px 0 21px;
    font-size: 24px;
    color: #002D52;
}
.event_block h4 {
    color: #002D52;
    padding-bottom: 21px;
}
.event_sel .calendar_head {
    margin: 0 0 8px;
}


.article-list__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.article-list__element {
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
    margin: 0 .5% 1%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .75rem 1rem
}

@media screen and (min-width: 780px) and (max-width:999px) {
    .article-list__element {
        -ms-flex-preferred-size:33.33%;
        flex-basis: 33.33%
    }
}

@media screen and (min-width: 660px) and (max-width:779px) {
    .article-list__element {
        -ms-flex-preferred-size:50%;
        flex-basis: 50%
    }
}

@media screen and (min-width: 490px) and (max-width:659px) {
    .article-list__element {
        -ms-flex-preferred-size:100%;
        flex-basis: 100%
    }
}

@media screen and (max-width: 489px) {
    .article-list__element {
        -ms-flex-preferred-size:100%;
        flex-basis: 100%
    }
}

@media screen and (max-width: 359px) {
    .article-list__element {
        -ms-flex-preferred-size:100%;
        flex-basis: 100%
    }
}

.article-preview {
    width: 100%;
    border: .05rem solid #cccccc57;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: .2rem;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.article-preview__img {
    display: block;
    width: 100%;
    height: 12.4rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: .75rem
}

.article-preview__name {
    text-align: center;
    height: 2.5rem;
    margin-bottom: .75rem
}

.article-preview__link {
    font-size: 1rem;
    line-height: 1.1rem;
    color: #09c;
    text-decoration: none!important;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.article-preview__link:hover {
    color: #000;
    text-decoration: none!important
}

.article-preview__annotation {
    font-size: .7rem;
    line-height: .9rem;
    text-align: center;
    margin-bottom: .75rem;
    height: 4.375rem
}

.article-preview__more {
    text-align: right;
}

.article-preview__more .article-preview__more-link {
    font-size: 1rem;
    color: #000;
    text-decoration: none!important;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    position: relative
}

.article-preview__more-link:after {
    content: '';
    width: 100%;
    height: .125rem;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: -.25rem;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.article-preview__more-link:hover {
    color: #09c;
    text-decoration: none!important
}

.article-preview__more-link:hover:after {
    background-color: #09c
}

.article-preview:hover {
    -webkit-box-shadow: 0 0 .625rem .125rem #cccccc57;
    box-shadow: 0 0 .625rem .125rem #cccccc57;
    border-color: #fff
}

.block_img_center {
    text-align: center;
    margin: 15px 0px;
}
.block_list {
    margin: 20px 0px;
}
.block_list .item {
    margin-bottom: 15px;
}
.max_width_160 {
    max-width: 160px;
}
.block_list .item .img {
    display: inline-block;
    vertical-align: top;
}
.block_list .item .img img {
    text-align: center;
}
.block_list .item .text {
    width: calc(97% - 160px);
    display: inline-block;
    vertical-align: top;
    margin-left: 1%;
}
.block_list .item .text .title {
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.buttonC {
    display: inline-block;
    border-radius: 4px;
    background-color: #115f9d;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 28px;
    padding: 20px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    box-sizing: border-box;
}
.buttonC span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
.buttonC span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.buttonC:hover span {
    padding-right: 25px;
}

.buttonC:hover span:after {
    opacity: 1;
    right: 0;
}

.buttonC1 {width: 250px;}
.buttonC2 {width: 50%;}
.buttonC3 {width: 100%;}

@media only screen and (min-width: 320px) {
    .about > ymaps {
        width: 100% !important;
    }
}


.events-block{
    margin-top: 18px;
}
.block_events_index .item{
    text-align: center;
}
.block_events_index .item img{
    width: 100%;
}
.best__tabs-button._active{
    font-weight: bold;
}
@media only screen and (min-width: 1279px){
    .footer-social__item a{
        font-size: 14px;
    }
}

.button.product-item__accordeon-order{
    padding: 0;
}
@media only screen and (min-width: 767px){
    .button.product-item__accordeon-order{
        padding-left: 39px;
        padding-right: 39px;
    }
}

.form__item .form-select__field{
    overflow-x: hidden;
}

.filter__clear .button:before{
    background:url(/local/templates/lrt_2021/assets/images/catalog-page/filter-clear.png) center center no-repeat;content:''
}
.catalog-page__top-description,
.catalog-page__description{
    margin-bottom: 50px;
}
.catalog-page__description ul{
    padding-left: 20px;
}
.best__slider-item-price{
    text-align: center;
    padding: 19px 18px 10px 13px;
    font-size: 18px;
    line-height: 21px;
    color: #000;
    font-weight: bold;
}
.message.success-message{
    color: #333;
    font-size: 32px;
    font-weight: 400;
    line-height: 41.6px;
    text-align: center;
    margin: 20px 0 70px;
}
.message.error-message{
    font-size: 16px;
    color: red;
}

.catalog-page__filter-item-category{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.catalog-page__filter-item-category:hover{
    color: #09c;
}
.catalog-page__category-link-with-img a{
    display: flex;
    align-items: center;
}
.catalog-page__category-link-with-img a img{
    width: 50px;
    max-height: 50px;
    margin-right: 10px;
}
.catalog-page__category-link-with-img a span{
    height: 50px;
    display: flex;
    align-items: center;
}
@media only screen and (min-width:1279px){
    .catalog-page__category-link{
        width: 100%;
    }
}
@media only screen and (min-width: 1279px){
    .catalog-page__relink {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.catalog-page__category-link a:hover{
    color: #09c;
}

@media only screen and (min-width: 768px){
    .catalog-page__relink {
        align-items: flex-start;
    }
}
.block_product_description table{
    margin: 15px 0px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px;
}

.block_product_description table td,
.block_product_description table th{
    border: 1px solid #ccc3;
    padding: 8px 5px;
    font-size: 14px;
    vertical-align: middle;
}

.block_product_description table td img{
    max-width: 100%;
}

.block_product_description table tbody tr:nth-child(2n) td{
    background-color: #ccc3;
}

.block_product_description table th{
    text-align: center;
    padding: 10px 5px;
    background-color: #D3EBFF;
    text-transform: uppercase;
    font-weight: normal;
}

.reqBlock{
    color: red;
}

a.link{
    color: #09c;
}
a.link:hover{
    text-decoration: underline;
}

.colorBlack{
    color: #000;
}
.product-item__advantages-text{
    font-size: 14px;
}


.img-collum {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
/* Колонки для статей */
.newspaper3 {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
    -webkit-column-rule: 1px solid lightblue; /* Chrome, Safari, Opera */
    -moz-column-rule: 1px solid lightblue; /* Firefox */
    column-rule: 1px solid lightblue;
}
/* Контент в фоне */
.article-vrezka {
    display: block;
    padding: 10px;
    text-align: justify;
    margin: 5px 0;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
/* Вертикальный текст в таблицах */
.vertical span {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.suppliers_wrap{
    display: grid;
    grid-template-columns: repeat(auto-fit, 140px);
    gap: 10px;
    justify-content: space-between;
}
.suppliers_wrap a{
    display: block;
    padding: 10px;
    border: 1px solid #000;
}
.product-item__gallery-image a{
    height: 100%;
}
.product-item__gallery-image a img{
    object-fit: cover;
    height: 100%;
}
.product-item__gallery-nav img{
    object-fit: cover;
    height: 100%;
}

.product-item__description-block .to-detail{
    display: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    display: block;
    margin: 20px 0 0;
}
.to-detail.mobile{
    display: none;
}
.product-item__description-block .to-detail.desktop{
    display: none;
}
.products__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.products__element {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .5rem;
    margin-bottom: .75rem
}

@media screen and (min-width: 780px) and (max-width:999px) {
    .products__element {
        -ms-flex-preferred-size:33.33%;
        flex-basis: 33.33%
    }
}

@media screen and (min-width: 660px) and (max-width:779px) {
    .products__element {
        -ms-flex-preferred-size:50%;
        flex-basis: 50%
    }
}

@media screen and (min-width: 490px) and (max-width:659px) {
    .products__element {
        -ms-flex-preferred-size:100%;
        flex-basis: 100%
    }
}

@media screen and (max-width: 489px) {
    .products__element {
        -ms-flex-preferred-size:100%;
        flex-basis: 100%
    }
}

@media screen and (max-width: 359px) {
    .products__element {
        -ms-flex-preferred-size:100%;
        flex-basis: 100%
    }
}

.product-preview__wrapper {
    border: .07rem solid #eff1f3;
    -webkit-box-shadow: 0 0 .625rem rgba(0,0,0,.16);
    box-shadow: 0 0 .625rem rgba(0,0,0,.16);
    border-radius: .2rem;
    padding: .75rem .75rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.product-preview__wrapper:hover {
    -webkit-box-shadow: 0 0 .625rem rgba(0,0,0,.33);
    box-shadow: 0 0 .625rem rgba(0,0,0,.33)
}

.product-preview__name {
    margin-bottom: .75rem;
    text-align: center;
    height: 4.2rem;
    overflow: hidden
}

.product-preview__link {
    font-size: .875rem;
    line-height: 1.2rem;
    color: #09c;
    text-decoration: none!important;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.product-preview__link:hover {
    color: #000;
    text-decoration: none!important
}

.product-preview__img {
    display: block;
    width: 100%;
    height: 11.25rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: .75rem
}

.product-preview__annotation {
    font-size: .75rem;
    line-height: 1rem;
    color: #333;
    margin-bottom: .75rem;
    text-align: center;
    height: 7rem;
    overflow: hidden
}

.product-preview__more {
    border-top: .07rem solid rgba(0,0,0,.26);
    padding-top: 1rem;
    padding-bottom: .5rem;
    text-align: center
}

.product-preview__more-link {
    font-size: .9rem;
    color: #000;
    text-decoration: none!important;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.product-preview__more-link:after {
    content: '';
    width: 100%;
    height: .07rem;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: -3px
}

.product-preview__more-link:hover {
    color: #09c;
    text-decoration: none!important
}

.product-item__title{
    margin-bottom: 15px;
}
.item_economy_price{
    margin-top: 10px;
}
.item_economy_price span{
    color: red;
}
form .message{
    text-align: center;
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
    .product-item__about{
        font-size: 16px;
        line-height: 20px;
    }
}

.product-item__about-text{
    -webkit-line-clamp: unset!important;
}
@media only screen and (max-width: 767px) {
    .product-item__advantages-item._right {
        margin-left: 0px;
    }
}
.news_alllink{
    margin-top: 20px;
}
.form-select__label{
    min-width: calc(100% - 45px);
    max-width: calc(100% - 45px);
}
.colorfff{
    color: #fff!important;
}
.catalog__item-name {
    word-break: inherit;
}


.form-select__list.product-item-scu-item-list li:hover{
    background-color: #f2f2f2;
}

._modal-opened {
    pointer-events: auto;
}

.best__slider-item.best__slider-item_pr{
    position: relative;
}
.best__slider-item-image.best__slider-item-image_pr{
    position: relative;
}
.best__slider-item_archive,.catalog-page__products-item_archive{
    opacity: .5;
}
.best__slider-item_archive:hover,.catalog-page__products-item_archive:hover{
    opacity: 1;
}


.software-group{
    clear: both;
    margin: 40px 0 20px;
}
.software-group.software-group-for-mobile{
    display: none;
}
.software-item{
    margin: 0 0 10px;
    color: #fff;
    border-color: #09c;
    background-color: #09c;
}        
.software-name{
    /*background-color: #F4F4F4;*/
    display: block;
    position: relative;
    padding: 15px 30px 15px 20px;
    /*color: #333;*/
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    border: 1px solid #ddd;
    cursor: pointer;
}
.software-name:after {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 22px;
    right: 25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    /*border-color: transparent transparent transparent #666;*/
    border-color: transparent transparent transparent #fff;
}
.software-item.active .software-name{
    color: #fff;
    border-color: #09c;
    background-color: #09c;
}        
.software-item.active .software-name:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.detail_software_a{
    margin: 15px 0; 
    padding: 10px 20px;
    color: #fff;
    background: #09c;
    display: inline-block;
}
.detail_software_a:hover{
    opacity: 0.8;
}
.software-item .detail_software{
    background: #fff;
    
}
.soft-table{
    width: 100%;
}
.soft-table thead tr td{
    position: relative;
    text-align: center;
    color: #333;
    font-size: 17px;
    background-color: #f9f9f9;
    padding: 20px;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
}
.soft-table thead tr td:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    width: 1px;
    height: 20px;
    background-color: #ddd;
}
.soft-table thead tr td:last-child:before{
    display: none;
}

.soft-table tbody tr td{
    position: relative;
    text-align: center;
    color: #333;
    font-size: 17px;
    padding: 20px;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
}
.soft-table tr td:first-child{
    text-align: left;
}
.soft-table tbody tr td a.name{
    color: #003d6f;
    font-size: 17px;
}
.soft-table tbody tr td a.name:hover{
    color: #09c;
}
.soft-table tbody tr td a.url{
    padding: 5px 10px;
    color: #fff;
    background: #09c;
    display: inline-block;
}
.soft-table tbody tr td a.url:hover{
    background: #003d6f;
}
.soft-table tbody tr td span.size{
    white-space: nowrap;
}
@media only screen and (max-width: 767px) {
    .software-item {
        margin: 0 0 3px;
        border: 1px solid #09c;
    }
    .software-name{
        padding: 10px 34px 10px 24px;
        font-weight: 700;
        font-size: 14px;
        line-height: 14px;
        color: #fff;
        background-color: #09c;
        border: none;
    }
    .software-item.active .software-name{
        color: #09c;
        background-color: #fff;
    }
    .software-name:after {
        position: absolute;
        content: "";
        width: 6px;
        height: 6px;
        top: 0;             
        right: 14px;
        margin: auto 0;
        border: solid #fff;
        border-width: 0 1px 1px 0;              
        transition: all .25s ease-out;
        bottom: -3px;
        transform: rotate(-135deg);
    }
    .software-item.active .software-name:after {
        transform: rotate(45deg);
        bottom: 3px;
        border-color: #666;
    }
    .software-group{
        margin: 0;
    }
    .soft-table thead tr td{
        font-size: 14px;
        padding: 5px 20px;
    }
    .soft-table tbody tr td a.name {
        font-size: 14px;
    }
    .soft-table tbody tr td{
        font-size: 14px;
        padding: 5px 20px;
    }
    .software-group.software-group-for-pc{
        display: none;
    }
    .software-group.software-group-for-mobile{
        display: block;
    }
}
@media only screen and (max-width: 480px) {

    .soft-table thead tr td{
        font-size: 14px;
        padding: 5px 10px;
    }
    .soft-table tbody tr td{
        font-size: 14px;
        padding: 5px 10px;
    }
}

.catalog-page__description a{
    color: #09c;
    text-decoration: underline;
}

.catalog-page__description a:hover{
    text-decoration: none;
}

.block_product_description a, .content-block a{
    text-decoration: underline;
}
.block_product_description a:hover, .content-block a:hover{
    text-decoration: none;
}
.catalog-page__head{
    font-size: 26px;
    margin-top: 20px;
}
@media only screen and (max-width: 991px) {
    .catalog-page__head {
        font-size: 16px;
    }
}

.catalog-page__description p {
    margin-bottom: 15px;
}
.catalog-page__description ul, .catalog-page__description ol {
    margin-bottom: 15px;
}
.lider__slider-item-name{
word-break: break-word;
}
.ag-countrymask.iti{
	width:100%;
}
.phone-field{
  display: block;
  box-sizing: border-box;
  width: 100%;
  border-radius: 5px;
  line-height: normal;
  box-shadow: none;
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  height: 50px;
  padding: 0 20px;
    padding-right: 20px;
    padding-left: 20px;
  border: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: left;
  color: #333333;
}
.product-item__description-item .product-item__description-buy .button.button_lizing{
color:black;
background: yellow;
font-weight: 600;
}
/* Убрать Введите проверочный код */
.captcha .text-form-field, .form__item_captcha .text-form-field {
	display: none;
}

ul > li > ul {
list-style: circle!important;
}
/*.catalog-menu-loader {*/
/*    width: 100%;*/
/*    padding: 40px 30px;*/
/*    box-sizing: border-box;*/
/*    color: #999;*/
/*    font-size: 16px;*/
/*    line-height: 1.4;*/
/*    text-align: center;*/
/*}*/

/*.catalog-menu-loader--error {*/
/*    color: #c33;*/
/*}*/

/*.catalog-menu-big-contents.is-loading {*/
/*    min-height: 200px;*/
/*}*/

/*@media (max-width: 950px) {*/
/*    .catalog-menu-big-mobile.is-loading {*/
/*        min-height: 200px;*/
/*    }*/
/*}*/
/* End */
/* /local/templates/lrt_2021/styles.css?177917787522949 */
/* /local/templates/lrt_2021/template_styles.css?177917787593 */
/* /local/templates/lrt_2021/assets/css/styles.css?174837931917327 */
/* /local/templates/lrt_2021/assets/css/custom.css?1783906604177626 */
