

/* Start:/local/templates/MarketPlast/shared/useful.css?17337455106038*/
::-webkit-scrollbar {
  height: 4px;
  border-radius: 8px;
  width: 4px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #000;
}

.main {
  max-width: 1440px;
  margin: 0 auto;
}

.main__title {
  max-width: 1440px;
  margin: 40px auto 0;
  font-family: 'Inter';
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  color: #000;
}

.main__wrapper {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.main__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.main__list-item {
  box-sizing: border-box;
  padding: 24px 16px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background-color: #f8f9fa;
  border-radius: 16px;
}

.main__list-item span {
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #545252;
  word-wrap: break-word;
  text-align: center;
}

.main__list-item img {
  width: 100%;
}

.catalog__breadcrumb {
  max-width: 1440px;
  margin: 24px auto 0;
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  color: #949494;
}

.catalog__breadcrumb .catalog__breadcrumb-link {
  color: #949494;
  text-decoration: none;
}

.info__buttons {
  display: flex;
  align-items: center;
  width: 100%;
}

.info__button {
  padding: 24px 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 8px;
  border: none;
  border-radius: 8px;
  font-family: 'Inter';
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  background-color: #fff;
  cursor: pointer;
}

.info__button img {
  filter: invert(0%) sepia(5%) saturate(26%) hue-rotate(41deg) brightness(90%)
    contrast(100%);
}

.info__button.info__button--active {
  color: #ec613a;
  background-color: #f7f9fb;
}

.info__button.info__button--active img {
  filter: invert(49%) sepia(72%) saturate(2302%) hue-rotate(337deg)
    brightness(96%) contrast(93%);
}

.nav__list {
  margin-top: 24px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.nav__item button {
  cursor: pointer;
}

.nav__item button {
  border-radius: 8px;
  padding: 10px 16px;
  border: 2px solid #b1b1b1;
  background-color: #fff;
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;

  color: #b1b1b1;
}

.nav__item.nav__item--active button {
  border: 2px solid #179bd7;
  color: #179bd7;
}

.about__right {
  max-width: 600px;
}

.about__news {
  margin-top: 40px;
  column-count: 2;
  gap: 40px;
  word-break: break-all;
}

.about__news-item {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

.about__news-item img {
  border-radius: 8px;
}

.news__wrapper {
  display: flex;
  gap: 16px;
}

.about__news-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #808080;
}

.about__news-text-wrapper {
  display: flex;
  flex-direction: column;
}

.about__news-title {
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  color: #000;
}

.about__news-text-wrapper p {
  margin-top: 8px;
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #808080;
}

.about__link {
  margin-top: 8px;
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}

.about__link:hover {
  color: #0387c3;
}

.about__link:active {
  color: #0073af;
}

.about__timer {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.useful__catalog-pagination {
  margin-top: 60px;
}

@media (max-width: 1220px) {
  .main {
    flex-direction: column-reverse;
    padding: 0;
    margin: 0 !important;
  }
  .main__title {
    font-size: 24px;
  }
  .prices__main {
    margin: 0 16px;
  }
  .catalog__filters-type {
    display: none;
  }
  .main__wrapper {
    display: block;
  }
  .main__list {
    display: flex;
    flex-direction: column;
  }
  .main__list-item {
    width: 100%;
  }
  .catalog__breadcrumb-link {
    font-size: 16px;
  }
  .main__list-item span {
    font-size: 18px;
  }
  .main__list-item img {
    width: 50%;
  }
  .prices__table-title {
    font-size: 16px;
  }
  .prices__table th {
    font-size: 14px;
  }
  .main__list-item:nth-child(5) img {
    align-self: flex-end;
  }
  .main__wrapper {
    margin-top: 24px;
  }
  .filter__mobile {
    display: block;
  }
  .main__list {
    margin-top: 24px;
  }
  .info__buttons {
    flex-direction: column;
    padding-left: 0 !important;
  }

  .info__button {
    padding: 8px 0;
    justify-content: center;
    font-size: 18px;
  }
  .main__title {
    margin-top: 24px;
  }
  .nav__item button {
    font-size: 16px;
  }
  .news__wrapper {
    flex-direction: column;
    padding-left: 0 !important;
  }
  .about__news-text-wrapper {
    width: 100%;
  }
  .about__news-item {
    flex-direction: column;
  }
  .about__news-item img {
    width: 100%;
    max-height: 160px;
    object-fit: cover;
  }
  .about__news-title {
    font-size: 18px;
  }
  .about__news-text-wrapper p {
    font-size: 16px;
  }
  .about__link {
    font-size: 16px;
  }
  .footer {
    margin-top: 60px;
  }
  .nav__list {
    padding-left: 0 !important;
  }
}

@media (max-width: 1480px) {
  .info__buttons,
  .nav__list,
  .news__wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 1280px) {
  .header,
  .catalog__breadcrumb,
  .about,
  .contacts__map {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* End */


/* Start:/local/templates/MarketPlast/shared/spacers.css?17337455107250*/
::-webkit-scrollbar {
  height: 4px;
  border-radius: 8px;
  width: 4px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #000;
}

.main {
  max-width: 1440px;
  margin: 0 auto;
}

.main__title {
  font-family: 'Inter';
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  color: #000;
}

.main__wrapper {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.main__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.main__list-item {
  box-sizing: border-box;
  padding: 24px 16px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background-color: #f8f9fa;
  border-radius: 16px;
}

.spacers___image--second-mobile {
  display: none;
}

.main__list-item span {
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #545252;
  word-wrap: break-word;
  text-align: center;
}

.main__list-item img {
  width: 100%;
}

.catalog__breadcrumb {
  max-width: 1440px;
  margin: 24px auto 0;
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  color: #949494;
}

.catalog__breadcrumb .catalog__breadcrumb-link {
  color: #949494;
  text-decoration: none;
}

.nav__item button {
  border-radius: 8px;
  padding: 10px 16px;
  border: 2px solid #b1b1b1;
  background-color: #fff;
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;

  color: #b1b1b1;
}

.about__timer {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #808080;
}

.about__timer img {
  margin-left: 50px;
}

.main__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  margin: 40px auto 0;
}

.spacers__description-block {
  margin: 0 auto;
  max-width: 1440px;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

.spacers__description-block img {
  width: 100%;
}

.spacers__description-block {
  margin-top: 40px;
  padding-bottom: 60px;
}

.spacers__text-title {
  font-family: 'Inter';
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #000;
}

.spacers__text-paragraph {
  margin-top: 16px;
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
}

.border {
  border-bottom: 2px solid #d9d9d9;
}

.similar__title {
  max-width: 1440px;
  margin: 60px auto 0;
  font-family: 'Inter';
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: #000;
}

.about__news {
  margin-top: 40px;
  display: flex;
  gap: 40px;
  overflow-x: scroll;
  padding-bottom: 60px;
}

.about__news-item {
  max-width: 468px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.about__news-item img {
  border-radius: 8px;
}

.about__news-date {
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #808080;
}

.about__news-text-wrapper {
  display: flex;
  flex-direction: column;
}

.about__news-title {
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  color: #000;
}

.about__news-text-wrapper p {
  margin-top: 8px;
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #808080;
}

.about__link {
  margin-top: 8px;
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}

.about__news-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #808080;
}

@media (max-width: 1220px) {
  .main {
    flex-direction: column-reverse;
    padding: 0;
  }
  .main__title {
    font-size: 24px;
  }
  .prices__main {
    margin: 0 16px;
  }
  .catalog__filters-type {
    display: none;
  }
  .main__wrapper {
    display: block;
  }
  .main__list {
    display: flex;
    flex-direction: column;
  }
  .main__list-item {
    width: 100%;
  }
  .catalog__breadcrumb-link {
    font-size: 16px;
  }
  .main__list-item span {
    font-size: 18px;
  }
  .main__list-item img {
    width: 50%;
  }
  .prices__table-title {
    font-size: 16px;
  }
  .prices__table th {
    font-size: 14px;
  }
  .main__list-item:nth-child(5) img {
    align-self: flex-end;
  }
  .main__wrapper {
    margin-top: 24px;
  }
  .filter__mobile {
    display: block;
  }
  .main__list {
    margin-top: 24px;
  }
  .info__buttons {
    flex-direction: column;
  }
  .info__button {
    padding: 8px 0;
    justify-content: center;
    font-size: 18px;
  }
  .main__title {
    margin-top: 24px;
  }
  .main__title-wrapper {
    margin-top: 24px;
  }
  .main__title {
    margin: 0;
  }
  .spacers__description-block {
    margin-top: 24px;
  }
  .nav__item button {
    font-size: 16px;
  }
  .news__wrapper {
    flex-direction: column;
  }
  .about__news-text-wrapper {
    width: 100%;
  }
  .about__news-item {
    flex-direction: column;
    max-width: 100%;
  }
  .about__news-item img {
    width: 100%;
    max-height: 160px;
  }
  .about__news-title {
    font-size: 18px;
  }
  .about__news-text-wrapper p {
    font-size: 16px;
  }
  .about__link {
    font-size: 16px;
  }
  .footer {
    margin-top: 60px;
  }
  .spacers__description-block {
    padding-bottom: 24px;
  }
  .similar__title {
    margin-top: 40px;
    font-size: 24px;
  }
  .about__news {
    margin-top: 24px;
  }
  .about__timer {
    font-size: 14px;
  }
  .footer {
    margin-top: 0;
  }
}

@media (max-width: 1280px) {
  .header {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 1480px) {
  .catalog__breadcrumb {
    margin-left: 16px;
    margin-right: 16px;
  }
  .main {
    margin: 0;
  }
  .catalog__breadcrumb {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 900px) {
  .spacers__description-block {
    grid-template-columns: 1fr;
  }
  .spacers___image--second {
    display: none;
  }
  .spacers___image--second-mobile {
    display: block;
  }
  .spacers__text-title {
    font-size: 18px;
  }
  .spacers__text-paragraph {
    font-size: 16px;
  }
  .main__title-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .about__timer {
    justify-content: space-between;
  }
}

@media (max-width: 1480px) {
  .catalog__breadcrumb,
  .main__title-wrapper,
  .spacers__description-block,
  .similar__title,
  .contacts__map,
  .about__news {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.swiper {
  margin-top: 40px;
  padding: 0 16px;
  max-width: 1440px;
}

.swiper-wrapper {
  box-sizing: border-box !important;
  padding: 20px 0;
}
/* End */
/* /local/templates/MarketPlast/shared/useful.css?17337455106038 */
/* /local/templates/MarketPlast/shared/spacers.css?17337455107250 */
