html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  background: #fff;
}

.section-content {
  padding: 0 1rem;
  max-width: 86rem;
}

p {
  font-family: "Golos Text", sans-serif;
}

.main {
  width: 100%;
  overflow: hidden;
}

.header {
  background: none;
  position: fixed;
  top: 0;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.header--move {
  background: #e4e9ee;
}
.header__logo {
  width: 11.125rem;
}
.header-links {
  display: flex;
  gap: 3.5rem;
}
.header-links__element {
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: -0.02em;
  text-align: center;
  color: #000;
  font-family: "CeraPro";
}
.header-right__link {
  display: flex;
}
.header .burger {
  border: 0.0625rem solid #e5e6e8;
  border-radius: 0.25rem;
  background: #fff;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.header .burger-icon--2 {
  display: none;
}
.header .burger--open .burger-icon--1 {
  display: none;
}
.header .burger--open .burger-icon--2 {
  display: block;
}
.header-content::before {
  display: none;
}
@media (max-width: 786px) {
  .header--move {
    background: #e4e9ee;
  }
  .header__logo {
    width: 242px;
  }
  .header-links {
    display: none;
  }
  .header-content {
    justify-content: center;
    padding: 24px;
  }
  .header .burger {
    display: none;
  }
  .header-right {
    display: none;
  }
}

.main {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 786px) {
  .main {
    gap: 48px;
  }
}

.link {
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #fff;
  background: #c31d2b;
  border-radius: 2rem;
}
.link--black {
  background: #495466;
}

.social {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}
.social__text {
  font-size: 1.12rem;
  color: #495466;
}
.social__link {
  display: flex;
}

.hero {
  padding-top: 7rem;
  background: linear-gradient(180deg, #f6f6f6 0%, #cad2d9 100%);
  border-radius: 0 0 2rem 2rem;
  padding-bottom: 2rem;
}
.hero__title {
  font-family: "Druk", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #495466;
}
.hero-bottom {
  margin-top: 0.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.hero__text {
  font-weight: 400;
  font-size: 1.12rem;
  line-height: 111%;
  letter-spacing: -0.02em;
  color: #495466;
}

.navigation .section-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.navigation-block {
  border-radius: 1rem;
  width: 100%;
  background: #e4e9ee;
  padding: 1.5rem;
}
.navigation-block__caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navigation__title {
  font-family: "Druk", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  color: #495466;
}
.navigation__link {
  display: flex;
  margin-top: 0.875rem;
  font-family: "CeraPro", sans-serif;
  font-weight: 500;
  font-size: 1.12rem;
  line-height: 111%;
  letter-spacing: -0.02em;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #c31d2b;
}

.slider-element {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 10.25rem;
  padding: 1.5rem;
  border-radius: 1rem;
  background: #e4e9ee;
}
.slider-list {
  width: 100%;
  display: flex;
}
.slider .slide {
  width: 100%;
  position: relative;
  border-radius: 1rem;
  min-height: 474px;
  max-width: 100%;
}
.slider .slide__photo {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider .slide-fill {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 1rem 0 0 1rem;
  max-width: 27rem;
  width: 100%;
  padding: 2rem;
  gap: 1.5rem;
}
.slider .slide__title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #fff;
}
.slider .slide__text {
  margin-top: auto;
  font-weight: 400;
  font-size: 1rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #fff;
}
.slider .slide-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slider .slide__date {
  font-weight: 400;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}
.slider .slide-flex {
  display: flex;
  gap: 0.5rem;
}
.slider .slide__link {
  display: flex;
}
.slider-nav {
  margin-top: 1rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 0.25rem 0.5rem;
  background: #e4e9ee;
  border-radius: 0.5rem;
}
.slider-nav__arrow {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: #c31d2b;
}
.slider-nav__arrow--right {
  transform: rotate(180deg);
}
.slider-nav-dots {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.slider-nav-dots-element {
  display: flex;
}
.slider-nav-dots-2 {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.slider-nav-dots-2-element {
  display: flex;
}
@media (max-width: 786px) {
  .slider-nav {
    margin-top: 24px;
  }
  .slider-nav__arrow {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    background: #c31d2b;
  }
  .slider-nav__arrow--right {
    transform: rotate(180deg);
  }
  .slider-nav-dots {
    display: flex;
    gap: 0.5rem;
    align-items: center;
  }
  .slider-nav-dots-element {
    display: flex;
  }
}

.last-news .title {
  font-family: "Druk", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #495466;
}
.last-news-list {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.last-news__photo {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.last-news__title {
  margin-top: 16px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 137%;
  letter-spacing: -0.02em;
  color: #495466;
}
.last-news__date {
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 0.75rem;
  color: #495466;
  opacity: 0.5;
}
.last-news__text {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 137%;
  letter-spacing: -0.02em;
  color: #495466;
}
.last-news-bottom {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.last-news__link {
  font-size: 1rem;
  line-height: 137%;
  letter-spacing: -0.02em;
  color: #c31d2b;
}
.last-news-flex {
  display: flex;
  gap: 0.5rem;
}
.last-news__link {
  display: flex;
}

.announcements-fill {
  position: relative;
  width: 100%;
  border-radius: 1rem;
  background-color: #495466;
  background-image: url("/assets/images/new-landing/announcements-bg.png");
  background-size: cover;
  padding: 2.5rem;
}
.announcements__title {
  font-family: "Druk", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 115%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #fff;
}
.announcements__text {
  margin-top: 1.5rem;
  font-size: 1.12rem;
  line-height: 111%;
  letter-spacing: -0.02em;
  color: #fff;
}
.announcements-photo {
  margin-top: 1.5rem;
  width: 100%;
  position: relative;
  padding: 2.5rem 3rem;
}
.announcements-photo__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  border-radius: 1rem;
}
.announcements-photo__title {
  margin-top: 4.25rem;
  font-family: "Druk", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  z-index: 1;
}
.announcements-photo__text {
  margin-top: 3.5rem;
  font-size: 1rem;
  line-height: 137%;
  letter-spacing: -0.02em;
  color: #fff;
  position: relative;
  z-index: 1;
}
.announcements-head {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 1rem;
  border-radius: 1rem;
}
.announcements-flex {
  margin-top: 1.5rem;
  display: flex;
  width: 100%;
  gap: 3.75rem;
}
.announcements-flex .link {
  width: 100%;
}
.announcements .social__text {
  color: #fff;
}

.footer {
  width: 100%;
  position: relative;
  padding-top: 3.625rem;
  width: 100%;
  overflow: hidden;
}
.footer-left {
  position: relative;
  z-index: 2;
}
.footer-bg {
  border-radius: 0 0 2rem 2rem;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  z-index: -1;
  background: linear-gradient(180deg, #f6f6f6 0%, #cad2d9 100%);
}
.footer-content {
  padding: 2rem 1rem 3.6875rem 1rem;
  max-width: 86rem;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer-logo {
  width: 19.8125rem;
}
.footer-list {
  margin-top: 2.5625rem;
  max-width: 37.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.8125rem;
}
.footer__link {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #28272b;
  margin-right: 1rem;
  display: inline-flex;
  font-family: "Golos Text", sans-serif;
}
.footer-grid {
  margin-top: 3.875rem;
  display: flex;
  gap: 3rem;
}
.footer-consent {
  font-weight: 400;
  font-size: 1rem;
  line-height: 162%;
  letter-spacing: -0.02em;
  color: rgba(40, 39, 43, 0.59);
}
.footer-copyrights {
  margin-top: 1.3125rem;
}
.footer-img {
  position: absolute;
  right: -3.125rem;
  top: -4.375rem;
}
.footer-social {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}
.footer-social__text {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #28272b;
}
.footer-social__link {
  display: flex;
}
@media (max-width: 786px) {
  .footer {
    padding: 0 16px;
  }
  .footer-left {
    position: relative;
    z-index: 2;
  }
  .footer-bg {
    display: none;
  }
  .footer-content {
    padding: 32px 24px;
    flex-direction: column;
    border-radius: 32px 32px 0 0;
    background: linear-gradient(180deg, #f6f6f6 0%, #cad2d9 100%);
  }
  .footer-logo {
    width: 241px;
  }
  .footer-list {
    margin-top: 2.5625rem;
    max-width: 100%;
    gap: 29px;
    justify-content: space-between;
  }
  .footer__link {
    margin-right: 0;
    font-size: 20px;
  }
  .footer-grid {
    margin-top: 24px;
    flex-direction: column;
    gap: 4px;
  }
  .footer-consent {
    font-weight: 400;
    font-size: 1rem;
    line-height: 162%;
    letter-spacing: -0.02em;
    color: rgba(40, 39, 43, 0.59);
  }
  .footer-copyrights {
    margin-top: 12px;
  }
  .footer-img {
    display: none;
  }
  .footer-social {
    margin-top: 36px;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
  }
  .footer-social__text {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #28272b;
  }
  .footer-social__link {
    display: flex;
  }
}

@media (max-width: 786px) {
  .desk {
    display: none;
  }
}

.mob {
  display: none;
}
@media (max-width: 786px) {
  .mob {
    display: flex;
  }
}/*# sourceMappingURL=news.css.map */