* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

textarea {
  resize: vertical;
}

.index-news__body {
  padding: 100rem 0;
  background-color: #F7F9FF;
}
@media (max-width: 767.98px) {
  .index-news__body {
    padding: 60rem 0;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .index-news__row {
    display: flex;
    gap: 30rem;
  }
  .index-news__row > * {
    flex: 0 0 50%;
  }
}
@media (max-width: 767.98px) {
  .index-news__left {
    display: none;
  }
}
@media (min-width: 768px) {
  .index-news__items {
    display: flex;
    flex-direction: column;
    gap: 10rem;
  }
}
.index-news__btn {
  margin-top: 30rem;
}
@media (max-width: 767.98px) {
  .index-news__btn {
    margin: 30rem auto 0;
  }
}

.in-big-item__body {
  border: 1rem solid #e9ecf3;
  border-radius: 30rem;
  padding: 10rem;
  height: 100%;
  background-color: white;
}
.in-big-item__img {
  overflow: hidden;
  border-radius: 20rem;
  margin-bottom: 20rem;
  width: 100%;
  height: 410rem;
}
.in-big-item__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.in-big-item__date {
  margin-bottom: 10rem;
  font-weight: 500;
  font-size: 18rem;
  padding: 0 20rem;
  color: #666a74;
}
.in-big-item__name {
  font-size: 28rem;
  font-weight: 600;
  padding: 0 20rem;
}

@media (max-width: 767.98px) {
  .index-news-slider .swiper-slide {
    width: 90% !important;
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .in-item.desk-hidden {
    display: none;
  }
}
.in-item__body {
  border: 1rem solid #e9ecf3;
  border-radius: 30rem;
  padding: 10rem;
  background-color: white;
  display: flex;
  gap: 20rem;
  height: 100%;
}
@media (max-width: 767.98px) {
  .in-item__body {
    flex-direction: column;
    padding: 0;
    border-radius: 20rem;
  }
}
.in-item__img {
  overflow: hidden;
  border-radius: 20rem;
  flex: 0 0 170rem;
  width: 100%;
  height: 128rem;
}
.in-item__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .in-item__content {
    padding: 0 10rem 10rem;
  }
}
.in-item__date {
  margin-bottom: 10rem;
  font-weight: 500;
  font-size: 18rem;
  color: #666a74;
}
@media (max-width: 767.98px) {
  .in-item__date {
    font-size: 18rem;
  }
}
.in-item__name {
  font-size: 20rem;
  font-weight: 600;
  line-height: 130%;
}
@media (max-width: 767.98px) {
  .in-item__name {
    font-size: 18rem;
  }
}/*# sourceMappingURL=style.css.map */