

/* Start:/about/awards/style.css?17725472483459*/
h2 {
    font-family: 'FF Good Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 105%;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

.t140 {
    margin-top: 140px;
}

.b80 {
    margin-bottom: 80px;
}

.info-wrapper {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    margin-top: 25px;
    margin-bottom: 60px;
}
.info-wrapper p{
    color: #000000;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    
}

.info-title {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 10px;
}

.info-desc a {
    display: inline-block;
    padding-top: 10px;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    text-decoration: none;
}

.materials__filter {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px 30px;
    justify-content: flex-start;
    margin-bottom: 130px;
}

.materials__filter:after {
    content: "";
    flex: auto;
}

.materials__filter a {
    display: grid;
    place-content: center;
    height: 43px;
    padding-left: 30px;
    padding-right: 30px;
    background: #D9D9D9;
    border: 1px solid transparent;
    text-decoration: none !important;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #000000;
}

.materials__filter a:hover {
    color: #ffffff;
    background-color: #000;
}

.materials__filter a.active:hover,
.materials__filter .active {
    color: #ffffff;
    background-color: #f39600;
}

.materials__list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 40px;
    display: grid;
}

.materials__item {
    /* margin-bottom: 10px; */
}

.materials__item-image {}

.materials__item-file a {
    display: inline-block;
    margin-top: 10px;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    text-decoration: none !important;
}

.materials__item-file:hover {}

.materials_footer_buttons {
    display: flex;
    flex-direction: row;
    gap: 60px;
    margin-top: 80px;
}

.materials_footer_button {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #000000;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    padding: 10px;
    text-align: center;
    color: #000000;
    text-decoration: none !important;
    transition: all ease .3s;
}

.materials_footer_button:hover {
    border: 1px solid #f39600;
    color: #f39600;
}


@media (max-width: 767px) {
    .materials__list {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .materials_footer_buttons {
        flex-direction: column;
    }

    .info-desc {
        margin-bottom: 60px;
    }

    .page-heading {
        font-size: 34px;
        line-height: 45px;
        padding-left: 0;
        margin: 10px 0 34px;
    }
    .materials__filter{
        display: none;
    }
    .materials__item-file a{
        font-size: 16px;
    }
    .breadcrumb-wrapper{
        margin-top: 25px;
    }
    
}
/* End */


/* Start:/local/templates/.default/components/kodix/elements.list/index-awards2/style.css?17726139725538*/
@charset "UTF-8";

#section-awards {
  margin-top: 150px;
}

#section-awards .materials__filter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 25px 30px;
  justify-content: flex-start;
  margin-bottom: 130px;
}

#section-awards .materials__filter:after {
  content: "";
  flex: auto;
}

#section-awards .materials__filter a {
  display: grid;
  place-content: center;
  height: 43px;
  padding-left: 30px;
  padding-right: 30px;
  background: #D9D9D9;
  border: 1px solid transparent;
  text-decoration: none !important;
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #000000;
}

#section-awards .materials__filter a:hover {
  color: #ffffff;
  background-color: #000;
}

#section-awards .materials__filter a.active:hover,
#section-awards .materials__filter a.active {
  color: #ffffff;
  background-color: #f39600;
}

#section-awards #awards-carousel {
  width: calc(100% + 40px);
  position: relative;
}

#section-awards .awards-carousel-arrows {
  display: flex;
  gap: 25px;
  flex-direction: row;
}

#section-awards .awards-carousel-next,
#section-awards .awards-carousel-prev {
  cursor: pointer;
}

#section-awards .awards-carousel-next.disabled,
#section-awards .awards-carousel-prev.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

#section-awards .awards-carousel-arrows svg {
  transition: all ease 0.3s;
  color: #000;
}

#section-awards .awards-carousel-arrows svg path {
  fill: #000;
  transition: all ease 0.3s;
}

#section-awards .awards-carousel-arrows svg:hover {
  color: #f39600;
}

#section-awards .awards-carousel-arrows svg:hover path {
  fill: #f39600;
}

#section-awards .logo-label {
  position: absolute;
  top: 20px;
  right: 100px;
  left: 15px;
  display: grid;
  gap: 20px;
  z-index: 4;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  grid-template-columns: 1fr 1fr;
  width: calc(100% - 120px);
  height: 10px;
}

#section-awards .logo-label svg {
  height: 100%;
}

#section-awards .materials__list {
  margin-top: 40px;
}

#section-awards .materials__item {
  /* margin-bottom: 10px; */
  margin-right: 40px;

  font-family: "FF Good Pro", "PT Sans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 350;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  text-decoration: none !important;
}

#section-awards .materials__item-image {
  position: relative;
}

#section-awards .materials__item-image img {
  /* width: 300px; */
  /* height: 300px; */
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 1/1;
  width: 100%;
  object-position: center;
}

#section-awards .materials__item-image.materials__item-image-awards img {
  aspect-ratio: unset;
}

#section-awards .materials__item-file a {
  display: inline-block;
  margin-top: 10px;
  font-family: "FF Good Pro", "PT Sans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 350;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  text-decoration: none !important;
}

#section-awards .materials__item-file a:hover {
  color: #000000;
}

#section-awards .materials__item-file strong,
#section-awards .materials__item-file span {
  font-family: "FF Good Pro", "PT Sans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 350;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  text-decoration: none !important;
}

#section-awards .materials__item-file strong {
  font-weight: bold;
}

#section-awards .materials_footer_buttons {
  display: flex;
  flex-direction: row;
  gap: 60px;
  margin-top: 80px;
}

#section-awards .materials_footer_button {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #000000;
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  padding: 10px;
  text-align: center;
  color: #000000;
  text-decoration: none !important;
  transition: all ease 0.3s;
}

#section-awards .materials_footer_button:hover {
  border: 1px solid #f39600;
  color: #f39600;
}

#section-awards .awards-carousel-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#section-awards .awards-carousel-wrapper h2 {
  display: flex;
  flex: 1;
  margin: 0;
}

#section-awards .materials__title a {
  text-decoration: none !important;
}

#section-awards .materials__title strong {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
  margin-top: 20px;
  display: block;
}

#section-awards .materials__title span {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 190%;
  color: #000000;
  display: block;
  margin-top: 8px;
}

@media (max-width: 767px) {
  #section-awards .materials_footer_buttons {
    flex-direction: column;
  }

  #section-awards .info-desc {
    margin-bottom: 60px;
  }

  #section-awards .page-heading {
    font-size: 34px;
    line-height: 45px;
    padding-left: 0;
    margin: 10px 0 34px;
  }

  #section-awards .materials__filter {
    display: none;
  }

  #section-awards .materials__item-file a {
    font-size: 16px;
  }

  #section-awards .breadcrumb-wrapper {
    margin-top: 25px;
  }
}

@media (max-width: 440px) {
  #section-awards .materials__item {
    margin-right: 0 !important;
  }

  #section-awards #awards-carousel {
    width: 100% !important;
  }
}

/*# sourceMappingURL=style.css.map */
/* End */
/* /about/awards/style.css?17725472483459 */
/* /local/templates/.default/components/kodix/elements.list/index-awards2/style.css?17726139725538 */
