#top-menu {
  background: #1a1e25;
}
section .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 1290px) {
  section .container {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  section .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
h2 {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  h2 {
    margin-bottom: 30px;
  }
}
#first {
  background: linear-gradient(0deg, #f8f8f8 0%, #f8f8f8 100%);
}
#first .container {
  display: flex;
}
#first .left {
  max-width: 525px;
  width: 100%;
}
#first .left h1 {
  color: #1a1e25;
  font-size: 55px;
  font-weight: 700;
  line-height: 65px;
  margin-bottom: 20px;
}
#first .left .after-title {
  color: #1a1e25;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px;
}
#first .left .media-req p {
  color: #1a1e25;
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 40px;
  margin-bottom: 15px;
}
#first .left .media-req .media-req-action {
  display: flex;
}
#first .left .media-req .media-req-action .photo {
  width: 76px;
  height: 76px;
}
#first .left .media-req .media-req-action .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 15px;
  color: #1a1e25;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
#first .left .media-req .media-req-action .info a {
  color: #007adc;
}
#first .right {
  background: url("../images/header_picture.webp");
  background-size: contain;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  #first {
    background: url("../images/header_picture_m.webp");
    background-size: cover;
  }
  #first .container {
    padding-top: 20px;
  }
  #first .container .left {
    text-align: center;
  }
  #first .container .left h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 15px;
  }
  #first .container .left .after-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #first .container .left .media-req p {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }
  #first .container .left .media-req .media-req-action {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #first .container .right {
    display: none;
  }
}
#numbers-block .numbers {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#numbers-block .numbers .number {
  border-left: 2px solid #1a1e25;
  padding-left: 15px;
}
#numbers-block .numbers .number .title {
  color: #1a1e25;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
#numbers-block .numbers .number .text {
  color: #4b5159;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 768px) {
  #numbers-block .numbers {
    flex-direction: column;
  }
  #numbers-block .numbers .number {
    display: flex;
    justify-content: left;
    border-left: none;
    gap: 30px;
    margin-bottom: 40px;
  }
  #numbers-block .numbers .number .title {
    border-bottom: 2px solid #1a1e25;
    width: 100px;
  }
  #numbers-block .numbers .number .text {
    font-size: 16px;
    line-height: 24px;
  }
}
#for-journal {
  background: #223e72;
}
#for-journal .container {
  padding-bottom: 3px;
}
#for-journal .container h2 {
  color: #fff;
  margin-bottom: 0;
}
.journal {
  background: #223e72;
  color: #fff;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.journal-item {
  width: 50%;
  padding: 0px 0 100px;
  font-size: 23px;
  line-height: 32px;
  text-align: center;
}
.journal-item h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 60px;
  text-align: center;
  margin: 0 0 20px;
  color: #fff;
}
.journal-item picture {
  display: block;
  margin: 40px auto 0;
}
.journal-item picture img {
  width: 100%;
}
.journal-item-inner {
  max-width: 500px;
  margin: 0 100px 0 auto;
}
.journal-item:nth-child(even) picture {
  margin-top: 40px;
}
.journal-item:nth-child(even) picture img {
  width: auto;
}
.journal-item:nth-child(even) .journal-item-inner {
  margin: 0 auto 0 100px;
}
@media (max-width: 991px) {
  .journal {
    flex-flow: column;
  }
  .journal-item {
    width: 100%;
    padding: 0 0 40px 0;
    font-size: 19px;
    line-height: 26px;
  }
  .journal-item h2 {
    font-size: 26px;
    line-height: 38px;
    margin: 0 0 20px;
  }
  .journal-item picture {
    display: block;
    margin: 40px auto 0;
  }
  .journal-item-inner {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  .journal-item:nth-child(even) {
    background: #262f3e;
    padding-top: 20px;
  }
  .journal-item:nth-child(even) picture {
    margin-top: 40px;
  }
  .journal-item:nth-child(even) .journal-item-inner {
    margin: 0 auto;
  }
}
#press {
  background: #ebf2ff;
}
#press h2 {
  margin-bottom: 60px;
}
#press .regalia {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
#press .regalia .item {
  max-width: 277px;
  color: #1a1e25;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}
#press .regalia .item .logo {
  margin-bottom: 15px;
}
#press .news .news-item {
  display: flex;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 2px solid #bbc6dc;
  color: #1a1e25;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}
#press .news .news-item .news-info {
  width: 50%;
}
#press .news .news-item .news-info .date {
  font-size: 16px;
  margin-bottom: 10px;
}
#press .news .news-item .news-info .image {
  max-width: 270px;
}
#press .news .news-item .news-info .image img {
  border-radius: 40px;
}
#press .news .news-item .news-text {
  width: 50%;
}
@media (max-width: 1300px) {
  #press .owl-carousel .owl-stage-outer {
    margin-bottom: 40px;
  }
  #press .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #press .container .owl-carousel button.owl-dot {
    width: 20px;
    background: #dbe2f0;
  }
  #press .container .owl-carousel button.owl-dot.active {
    width: 50px;
    background: #bbc6dc;
  }
}
@media (max-width: 900px) {
  #press .item {
    text-align: center;
  }
  #press .logo img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #press h2 {
    margin-bottom: 30px;
  }
  #press .news .news-item {
    flex-direction: column;
    text-align: center;
    border: none;
    background: #fff;
    max-width: 320px;
    padding-top: 0;
    border-radius: 40px;
    margin: 0 auto;
    padding-bottom: 20px;
    margin-top: 40px;
  }
  #press .news .news-item .news-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  #press .news .news-item .news-info .date {
    order: 1;
    border-bottom: 2px solid #e2ebf6;
    margin-bottom: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #press .news .news-item .news-info .image {
    order: 0;
    max-width: 320px;
  }
  #press .news .news-item .news-info .image img {
    border-radius: 40px 40px 0px 0px;
  }
  #press .news .news-item .news-text {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #press .news .news-item:nth-child(2),
  #press .news .news-item:nth-child(3),
  #press .news .news-item:nth-child(4) {
    display: none;
  }
  #press .news .news-item:nth-child(2).flexbox,
  #press .news .news-item:nth-child(3).flexbox,
  #press .news .news-item:nth-child(4).flexbox {
    display: flex;
  }
}
.show-mobile {
  display: none;
}
@media (max-width: 768px) {
  .show-mobile {
    display: block;
  }
}
.show-more {
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  text-decoration-line: underline;
  margin-bottom: 30px;
  margin-top: 15px;
}
.show-more span {
  content: url("../images/arrow-black-r.svg");
  transform: rotate(90deg);
  top: 5px;
  position: relative;
  margin-left: -5px;
  left: 15px;
}
.show-more span.open {
  transform: rotate(-90deg);
}
@media (max-width: 768px) {
  #press .regalia,
  #press .news {
    display: flex;
    justify-content: flex-start;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    padding: 0 0 8px;
  }
  #press .regalia::-webkit-scrollbar,
  #press .news::-webkit-scrollbar {
    display: none;
  }
  #press .regalia .item {
    flex: 0 0 78vw;
    max-width: 320px;
    min-width: 78vw;
    scroll-snap-align: start;
    background: #fff;
    border-radius: 24px;
    padding: 16px;
    box-shadow: 0 10px 30px rgba(26, 30, 37, 0.08);
    text-align: left;
  }
  #press .regalia .item .logo {
    margin-bottom: 12px;
  }
  #press .news .news-item {
    display: flex !important;
    flex: 0 0 82vw;
    max-width: 320px;
    min-width: 82vw;
    margin: 0;
    border: none;
    scroll-snap-align: start;
  }
  #press .news .news-item:nth-child(2),
  #press .news .news-item:nth-child(3),
  #press .news .news-item:nth-child(4) {
    display: flex !important;
  }
  #press .show-mobile {
    display: none;
  }
}
