/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/styles/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
.fc-card {
  position: relative;
  z-index: 1;
  min-height: 374px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #ffffff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.fc-card__holder {
  margin-bottom: 27px;
  flex: 1;
}
.fc-card:hover::before {
  transform: scale(1);
}
.fc-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #6589b6;
  z-index: -1;
  transform: scale(0.3, 0.08);
  transform-origin: top left;
  transition: transform 0.3s ease;
}
.fc-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 116px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 16%, rgba(0, 0, 0, 0.58) 65%, rgba(0, 0, 0, 0.75) 100%);
  z-index: -2;
}
.fc-card__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fc-card__img-holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -3;
}
.fc-card__date {
  font-size: 17px;
  font-weight: 700;
  display: block;
}
.fc-card__date-holder {
  width: -moz-fit-content;
  width: fit-content;
  background: #6589b6;
  padding: 10px 7px 10px 8px;
  line-height: 1;
}
.fc-card__arrow {
  width: 50px;
  height: 50px;
}
.fc-card__arrow .ico-arrow-large {
  width: 50px;
  height: 50px;
}
.fc-card__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px;
}
.fc-card__title {
  font-size: 22px;
  line-height: 1.2;
  margin-right: 12px;
}

.fc-news {
  padding-top: 32px;
  padding-bottom: 32px;
}
.fc-news__title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 24px !important;
}
.fc-news .shell {
  max-width: calc(1170px + 3rem);
}
.fc-news .fc-rows {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.fc-news .fc-col-4 {
  display: flex;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  padding: 0 12px;
}
.fc-news__btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}
.fc-news__btns .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  flex: 0 0 100%;
}
.fc-news__btns .btn:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 3px;
}
.fc-news__btns .btn--size-small {
  padding: 1.2rem 1.5rem;
}
.fc-news__btns .btn--size-small span {
  font-size: 16px;
}

.fc-news-detail {
  padding-bottom: 48px;
}
.fc-news-detail .shell {
  max-width: calc(1040px + 3rem);
}
.fc-news-detail__img {
  max-height: 260px;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.fc-news-detail__img-holder {
  margin-bottom: 32px;
  position: relative;
}
.fc-news-detail__arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 16px;
  left: 16px;
  width: 40px;
  height: 40px;
  min-width: 44px;
  min-height: 44px;
  transform: scale(-1);
  z-index: 1;
}
.fc-news-detail__arrow:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  border-radius: 50%;
}
.fc-news-detail__arrow .ico-arrow-large {
  transition: transform 0.3s ease;
  width: 40px;
  height: 40px;
}
.fc-news-detail__arrow:hover .ico-arrow-large {
  transform: scale(1.1);
}
.fc-news-detail__title {
  text-align: center;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 28px !important;
}
.fc-news-detail__content {
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 auto 40px;
  max-width: 930px;
}
.fc-news-detail__gallery {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px !important;
}
.fc-news-detail__gallery-item {
  width: 100%;
}
.fc-news-detail__gallery-item img {
  max-height: 220px;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.fc-news-detail__footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  row-gap: 24px;
}
.fc-news-detail__footer .btn {
  width: 100%;
  min-width: 0;
  padding: 1.2rem 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.fc-news-detail__footer .btn:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 3px;
}
@media screen and (min-width: 520px) {
  .fc-news .fc-col-4 {
    width: 50%;
  }
  .fc-news__btns {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 40px;
  }
  .fc-news__btns .btn {
    flex: 1 1 calc(50% - 8px);
    max-width: calc(50% - 8px);
    width: auto;
    min-width: 0;
  }
  .fc-news-detail__gallery {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 64px !important;
  }
  .fc-news-detail__gallery-item {
    flex: 1 1 calc(50% - 8px);
    max-width: calc(50% - 8px);
    min-width: 0;
    width: auto;
  }
  .fc-news-detail__gallery-item img {
    height: 318px;
    max-height: 318px;
  }
}
@media screen and (min-width: 768px) {
  .fc-news {
    padding-top: 48px;
    padding-bottom: 40px;
  }
  .fc-news__title {
    font-size: 40px;
    margin-bottom: 32px !important;
  }
  .fc-news .fc-col-4 {
    width: 33.3%;
  }
  .fc-news-detail {
    padding-bottom: 80px;
  }
  .fc-news-detail__img {
    max-height: 450px;
  }
  .fc-news-detail__img-holder {
    margin-bottom: 48px;
  }
  .fc-news-detail__arrow {
    top: 38px;
    left: 46px;
    width: 50px;
    height: 50px;
  }
  .fc-news-detail__arrow .ico-arrow-large {
    width: 50px;
    height: 50px;
  }
  .fc-news-detail__title {
    font-size: 40px;
    margin-bottom: 40px !important;
  }
  .fc-news-detail__content {
    font-size: 18px;
    text-align: center;
    margin-bottom: 56px;
  }
  .fc-news-detail__footer {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .fc-news-detail__footer .btn {
    width: auto;
    min-width: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .fc-news {
    padding-top: 72px;
    padding-bottom: 54px;
  }
  .fc-news__title {
    font-size: 76px;
    margin-bottom: 62px !important;
  }
  .fc-news__btns {
    flex-wrap: nowrap;
    gap: 24px;
    margin-bottom: 92px;
  }
  .fc-news__btns .btn {
    flex: 1 1 0;
  }
  .fc-news__btns .btn--size-small {
    padding: 1.7rem 2rem;
  }
  .fc-news__btns .btn--size-small span {
    font-size: 19px;
  }
  .fc-news-detail {
    padding-bottom: 148px;
  }
  .fc-news-detail__img-holder {
    margin-bottom: 83px;
  }
  .fc-news-detail__title {
    font-size: 76px;
    margin-bottom: 97px !important;
  }
  .fc-news-detail__content {
    font-size: 25px;
    margin-bottom: 156px;
  }
  .fc-news-detail__gallery {
    gap: 24px;
    margin-bottom: 124px !important;
  }
  .fc-news-detail__gallery-item {
    flex: 1 1 calc(33.3% - 16px);
    max-width: 282px;
  }
  .fc-news-detail__footer {
    -moz-column-gap: 82px;
         column-gap: 82px;
  }
  .fc-news-detail__footer .btn {
    min-width: 216px;
    padding: 1.7rem 2rem;
  }
}

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