

/* Start:/local/components/tireos/primenenie.menu/templates/.default/style.css?17556158701156*/
.pm {
  background-color: var(--primary-color);
}
.pm_wrapper {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
@media (max-width: 1200px) {
  .pm_wrapper {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    justify-content: flex-start;
  }
  .pm_wrapper::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and Opera */
  }
}
.pm_item {
  list-style-type: none;
  padding: 16px 0;
}
@media (max-width: 1200px) {
  .pm_item {
    flex: 0 0 auto; /* Prevent items from shrinking or growing */
  }
}
.pm_item:not(:last-child) .pm_item-link {
  border-right: 2px solid #FFF;
}
.pm_item-link {
  padding: 0 16px;
  color: white;
  font-family: "PFBeauSansPro-SemiBold", sans-serif;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: -2.2%;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.pm_item-link:hover {
  color: #00AEEF;
}
@media screen and (min-width: 1200px) {
  .pm_item-link {
    font-size: 16px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/tireos/primenenie.detail/templates/.default/style.css?17555980824590*/
.wide-container {
  max-width: 1378px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}

.pd-banner {
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .pd-banner {
    height: 505px;
  }
}
.pd-banner_title {
  font-family: "PFBeauSansPro-SemiBold", sans-serif;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  font-size: 20px;
  background: rgba(19, 118, 188, 0.5);
  padding: 24px;
  color: white;
}
@media screen and (min-width: 768px) {
  .pd-banner_title {
    padding: 63px 30px;
    width: 636px;
    height: 185px;
    font-size: 40px;
  }
}

.pd-block-1_image {
  text-align: center;
  margin-bottom: 26px;
}
.pd-block-1_title {
  font-family: "PFBeauSansPro-SemiBold", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  margin-bottom: 27px;
}
@media screen and (min-width: 768px) {
  .pd-block-1_title {
    font-size: 32px;
  }
}
.pd-block-1_description {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  margin-bottom: 28px;
}

.pd-block-2 {
  background-color: rgb(241, 241, 241);
  padding: 30px 0 34px;
}
.pd-block-2_title {
  font-family: "PFBeauSansPro-SemiBold", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  margin-bottom: 45px;
}
.pd-block-2_items {
  display: grid;
  grid-gap: 36px 24px;
}
@media screen and (min-width: 768px) {
  .pd-block-2_items {
    justify-content: space-between;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .pd-block-2_items {
    grid-template-columns: repeat(4, 1fr);
  }
}
.pd-block-2_item {
  display: grid;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .pd-block-2_item {
    width: 270px;
  }
}
.pd-block-2_item-icon {
  text-align: center;
  margin-bottom: 25px;
}
.pd-block-2_item-title {
  font-family: "PFBeauSansPro-SemiBold", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 185%;
  letter-spacing: -1.1%;
  text-align: center;
}
.pd-block-2_item-description {
  font-family: "PFBeauSansPro-SemiBold", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  max-width: 270px;
}

.pd-block-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pd-block-3_picture {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.pd-block-3_picture > img {
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .pd-block-3_picture {
    height: 450px;
  }
}
@media screen and (min-width: 1200px) {
  .pd-block-3_picture {
    height: 721px;
  }
}
.pd-block-3_slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  width: 40px;
  height: 120px;
  background: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.pd-block-3_slider-button:hover {
  background: #00AEEF;
}
.pd-block-3_slider-button > svg {
  width: 20px;
  height: 40px;
}
.pd-block-3_slider-button__next {
  right: 0;
}
.pd-block-3_slider-button__prev {
  left: 0;
  transform: rotate(180deg) translateY(50%);
}

.pd-block-4_title {
  font-family: "PFBeauSansPro-SemiBold", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  margin-bottom: 30px;
}
.pd-block-4 .pd-block-4_items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 44px 57px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .pd-block-4 .pd-block-4_items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .pd-block-4 .pd-block-4_items {
    grid-template-columns: repeat(3, 1fr);
  }
}
.pd-block-4 .pd-block-4_item {
  border: 2px solid var(--primary-color);
  border-radius: 6px;
  padding: 24px;
}
.pd-block-4 .pd-block-4_item-title {
  font-family: "PFBeauSansPro-SemiBold", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
  margin-bottom: 20px;
}
.pd-block-4 .pd-block-4_item-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -1.1%;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/tireos/static/templates/page.title/style.css?1755763207971*/
.page-title {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .page-title {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  .page-title {
    height: 505px;
  }
}
.page-title_content {
  font-family: "PFBeauSansPro-SeBold", sans-serif;
  font-weight: 400;
  line-height: 1.15;
  position: relative;
  text-align: center;
  padding: 16px;
  color: #fff;
  background-color: rgba(19, 118, 188, 0.8);
  width: 300px;
  font-size: 20px;
}
@media (min-width: 425px) {
  .page-title_content {
    padding: 16px;
  }
}
@media (min-width: 768px) {
  .page-title_content {
    font-size: 30px;
    padding: 20px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .page-title_content {
    font-size: 40px;
    padding: 32px;
    width: 600px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/components/tireos/primenenie.menu/templates/.default/style.css?17556158701156 */
/* /local/components/tireos/primenenie.detail/templates/.default/style.css?17555980824590 */
/* /local/components/tireos/static/templates/page.title/style.css?1755763207971 */
