

/* Start:/tools/css/catalog.css?17690818897925*/
.b-selector .__item, .b-thumb-tabs .__nav .__btn {
  transition: all 0.3s ease-out;
}

.b-catalog {
  padding: 0 0 48px;
  background-image: url("/images/metro/catalog/intgr.svg");
  background-position: right 240px;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .b-catalog {
    padding: 0 0 32px;
  }
}
.b-catalog .b-btn.--mob {
  margin-bottom: 24px;
  width: 100%;
  display: none;
}
/* @media (max-width: 991px) {
  .b-catalog .b-btn.--mob {
    display: flex;
  }
} */
@media (max-width: 575px) {
  .b-catalog .b-btn.--mob {
    margin-bottom: 12px;
  }
}
@media (max-width: 991px) {
  .b-catalog .__menu {
    display: none;
  }
  .b-catalog .__menu.--active {
    display: block;
  }
}
.b-catalog .__grid {
  display: grid;
  grid-template-columns: 328px 1fr;
  grid-gap: 32px;
}
@media (max-width: 1439px) {
  .b-catalog .__grid {
    grid-template-columns: 280px 1fr;
    grid-gap: 24px;
  }
}
@media (max-width: 991px) {
  .b-catalog .__grid {
    grid-template-columns: 1fr;
  }
}
.b-catalog .__grid .iexmodal-content-placeholder {
  display: none;
}
.b-catalog .__grid .cols-3 {
  height: fit-content;
}
@media (max-width: 1439px) {
  .b-catalog .__grid .cols-3 {
    grid-gap: 24px;
  }
}
@media (max-width: 1199px) {
  .b-catalog .__grid .cols-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .b-catalog .__grid .cols-3 {
    grid-gap: 16px;
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 1300px) {
  .b-catalog .__grid .--cols-1300-2 {
    grid-template-columns: 1fr 1fr;
  }
}
.b-catalog .__grid .b-list a {
  text-decoration: none;
}
.b-catalog .__grid .b-list a.--active {
  color: #2C65CE;
}

.b-top-card {
  padding: 0 0 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
}
@media (max-width: 991px) {
  .b-top-card {
    grid-gap: 24px;
    padding: 0 0 32px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .b-top-card {
    grid-gap: 16px;
  }
}
.b-top-card .__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.b-top-card .__price {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 24px;
  align-items: center;
}
@media (max-width: 575px) {
  .b-top-card .__price {
    grid-template-columns: 1fr;
  }
}
.b-top-card .__price p {
  max-width: 232px;
  color: #1A315B;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .b-top-card > div:last-child {
    order: 1;
  }
}
.b-top-card .__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 991px) {
  .b-top-card .__content {
    order: 2;
  }
}
.b-top-card .b-dot-list li {
  font-size: 16px;
}
.b-top-card .b-dot-list li:after {
  top: 10px;
}
.b-top-card .b-adv-grid {
  margin-top: auto;
}
.b-top-card .b-adv-grid > div {
  padding: 8px;
}
.b-top-card .b-adv-grid > div img {
  margin-bottom: 4px;
}

.b-thumb-tabs {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 32px;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .b-thumb-tabs {
    grid-template-columns: 1fr;
    grid-gap: 8px;
  }
}
.b-thumb-tabs .__images {
  position: relative;
}
.b-thumb-tabs .__images img {
  height: 440px;
  width: 100%;
  object-fit: scale-down;
  object-position: center;
  border: 1px solid #ECEEF2;
}
@media (max-width: 1439px) {
  .b-thumb-tabs .__images img {
    width: 100%;
    aspect-ratio: 1.3/1;
    height: auto;
  }
}
.b-thumb-tabs .__nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: auto;
  flex-wrap: nowrap;
}
@media (max-width: 575px) {
  .b-thumb-tabs .__nav {
    flex-direction: row;
  }
}
.b-thumb-tabs .__nav .__btn {
  border: 1px solid #ECEEF2;
  cursor: pointer;
}
.b-thumb-tabs .__nav .__btn:hover {
  border: 1px solid #CBD1DC;
}
.b-thumb-tabs .__nav .__btn.active {
  border: 1px solid #2C65CE;
}
.b-thumb-tabs .__nav .__btn img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center;
}

.b-card-title {
  color: #1A315B;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .b-card-title {
    font-size: 14px;
  }
}

.b-selector .b-card-title {
  margin-bottom: 8px;
}
.b-selector .__items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.b-selector .__item {
  cursor: pointer;
  border: 1px solid #ECEEF2;
  color: #191A1D;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 8px 16px;
}
.b-selector .__item:hover {
  color: #1A315B;
  border: 1px solid #CBD1DC;
}
.b-selector .__item.active {
  cursor: default;
  border: 1px solid #2C65CE;
  color: #2C65CE;
}

.b-docs-card-swiper {
  margin-bottom: 96px;
}
@media (max-width: 991px) {
  .b-docs-card-swiper {
    margin-bottom: 64px;
  }
}
.b-docs-card-swiper .swiper-slide {
  height: auto;
}
.b-docs-card-swiper .swiper-slide img {
  width: 100%;
  height: 302px;
  object-fit: cover;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .b-docs-card-swiper .swiper-slide img {
    height: auto;
    width: 100%;
    aspect-ratio: 4/3;
    margin-bottom: 16px;
  }
}
.b-docs-card-swiper .swiper-wrapper {
  margin-bottom: 32px;
}
.b-docs-card-swiper .b-arrow {
  justify-content: flex-start;
}

.b-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media (max-width: 991px) {
  .b-table {
    table-layout: revert;
  }
}
.b-table tr {
  border-bottom: solid 1px #ECEEF2;
}
.b-table tr:last-child {
  border-bottom: none;
}
.b-table th, .b-table td {
  padding: 16px;
  width: 160px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.b-table th:first-child, .b-table td:first-child {
  width: 100%;
}
@media (max-width: 991px) {
  .b-table th:first-child, .b-table td:first-child {
    width: auto;
  }
}
@media (max-width: 991px) {
  .b-table th, .b-table td {
    width: auto;
  }
}
@media (max-width: 767px) {
  .b-table th, .b-table td {
    padding: 8px;
    font-size: 14px;
  }
}
.b-table th {
  color: #191A1D;
  background: #ECEEF2;
}
.b-table td {
  color: #1A315B;
  background: #FFFFFF;
}
.b-table a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #2C65CE;
}
.b-table a:hover {
  color: #2C65CE;
}

.b-pagination-wrap {
  margin-top: 32px;
}

.b-section-descr {
  margin-bottom: 32px;
  color: #191A1D;
  font-size: 14px;
  line-height: 1.5;
}

.b-section-item {
  border: 1px solid #ECEEF2;
  padding: 24px 8px;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 24px;
  align-items: center;
  position: relative;
}
.b-section-item.--active {
  border-color: #1A315B;
}
.b-section-item img {
  position: static;
  max-width: 50px;
}
.b-section-item a {
  color: #1A315B;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.b-old-price {
  text-decoration: line-through;
  font-size: 28px;
  color: #d7d7d7;
}

.b-cat-bner {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  padding-right: 24px;
  grid-gap: 24px;
  background: #1A315B;
  position: relative;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .b-cat-bner {
    display: none;
  }
}
.b-cat-bner .__logo {
  display: block;
}
@media (max-width: 1199px) {
  .b-cat-bner .__logo {
    width: 180px;
    object-fit: cover;
    object-position: center;
  }
}
.b-cat-bner .__text {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .b-cat-bner .__text {
    font-size: 14px;
  }
}
.b-cat-bner .__title {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (max-width: 1199px) {
  .b-cat-bner .__title {
    font-size: 18px;
  }
}
.b-cat-bner .__decor {
  position: absolute;
  bottom: 0;
  right: 0;
}

/*# sourceMappingURL=catalog.css.map */
/* End */
/* /tools/css/catalog.css?17690818897925 */
