.footer-top .main-menu ul li a {
  white-space: nowrap;
}

.blog-posts-section {
  padding: 1.25rem 0 6.0625rem !important;
}

@media screen and (max-width: 768px) {
  .blog-posts-section {
    padding: 9.33333vw 0 13.33333vw !important;
  }
}

.category-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5625rem;
  font-size: 1.5rem;
  margin-bottom: 5.25rem;
}

@media screen and (max-width: 768px) {
  .category-switcher {
    gap: 4vw;
    font-size: 4.26667vw;
    margin-bottom: 12.66667vw;
  }
}

.category-switcher .active {
  color: #1A73E8;
  border-bottom: 1px solid #1A73E8;
}

.category-switcher a:hover {
  color: #1A73E8;
}

.category-item {
  overflow: hidden;
}

.category-item:not(:last-child) {
  margin-bottom: 7.125rem;
}

@media screen and (max-width: 768px) {
  .category-item:not(:last-child) {
    margin-bottom: 14.66667vw;
  }
}

.category-item h2 {
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 1.875rem;
}

@media screen and (max-width: 768px) {
  .category-item h2 {
    font-size: 6vw;
  }
}

.category-item h2::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 2px;
  background-color: #1A73E8;
  bottom: 0;
  inset-inline-start: 0;
}

.category-item .posts-slider {
  -webkit-margin-start: 10.625rem;
          margin-inline-start: 10.625rem;
  overflow: hidden;
  margin-top: 1.875rem;
}

/* .category-item .posts-slider-btns {
  display: none;
} */

@media screen and (max-width: 768px) {
  .category-item .posts-slider {
    -webkit-margin-start: 4vw;
            margin-inline-start: 4vw;
    margin-top: 5.86667vw;
  }
  .category-item .posts-slider-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.category-item .swiper-slide {
  width: 24.875rem;
  -webkit-padding-end: 1.5rem;
          padding-inline-end: 1.5rem;
}

@media screen and (max-width: 768px) {
  .category-item .swiper-slide {
    width: 72vw;
    -webkit-padding-end: 3.2vw;
            padding-inline-end: 3.2vw;
  }
}

.posts-slider-btns {
  gap: 0.6875rem;
}

.posts-slider-btns button {
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.831' height='21.541' viewBox='0 0 11.831 21.541'%3E%3Cg id='Group_11891' data-name='Group 11891' transform='translate(-25.844 44.541) rotate(-90)'%3E%3Cg id='Group_9473' data-name='Group 9473' transform='translate(24.061 26.905)'%3E%3Cline id='Line_238' data-name='Line 238' y1='9.71' x2='9.71' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1.5'/%3E%3Cline id='Line_239' data-name='Line 239' x1='9.71' y1='9.71' transform='translate(9.71)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-color: #1A73E8;
  background-repeat: no-repeat;
  background-size: 25%;
  background-position: center;
}

@media screen and (min-width: 769px) {
  .posts-slider-btns button:hover {
    background-color: #135cbc;
  }
}

.posts-slider-btns button.swiper-button-disabled {
  background-color: #CDCDCD;
}

.posts-slider-btns button.swiper-button-lock {
  display: none;
}

.posts-slider-btns button.posts-slider-prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.post-preview-item {
  background-color: #F5F8FF;
  border-radius: 1.25rem;
  overflow: hidden;
  padding: 1rem 1rem 1.875rem;
}

@media screen and (max-width: 768px) {
  .post-preview-item {
    border-radius: 2.66667vw;
    padding: 2.93333vw 2.93333vw 4.93333vw;
  }
}

.post-preview-item .img-wrapper {
  overflow: hidden;
  border-radius: 1.25rem;
  margin-bottom: 1.375rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.post-preview-item .img-wrapper:hover {
  opacity: 0.9;
}

@media screen and (max-width: 768px) {
  .post-preview-item .img-wrapper {
    border-radius: 2.66667vw;
    margin-bottom: 3.06667vw;
  }
}

.post-preview-item time {
  font-size: 1rem;
  color: #5C5C5C;
}

@media screen and (max-width: 768px) {
  .post-preview-item time {
    font-size: 3.46667vw;
  }
}

.post-preview-item h3 {
  font-size: 1.25rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .post-preview-item h3 {
    font-size: 4vw;
  }
}

.post-preview-item h3 a:hover {
  color: #1A73E8;
}

.post-preview-item .to-article {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin-top: 2.875rem;
  font-size: 1.125rem;
  color: #1A73E8;
}

@media screen and (max-width: 768px) {
  .post-preview-item .to-article {
    font-size: 3.73333vw;
    margin-top: 7.73333vw;
  }
}

.post-preview-item .to-article svg {
  -webkit-margin-start: .5em;
          margin-inline-start: .5em;
}

.post-preview-item .to-article:hover span {
  text-decoration: underline;
}

.post-main {
  padding: 13.4375rem 0 5.5rem;
}

@media screen and (min-width: 769px) {
  .post-main .container {
    padding: 0 5rem;
  }
  .post-main .img-wrapper {
    width: 58.875rem;
  }
  .post-main .content {
    width: 47.5625rem;
  }
}

.post-main h1 {
  font-size: 2.5rem;
}

.post-main time {
  font-size: 1.25rem;
  color: #5C5C5C;
}

@media screen and (max-width: 768px) {
  .post-main {
    padding: 25.73333vw 0 14vw;
  }
  .post-main .img-wrapper {
    width: 100%;
    margin-bottom: 4.53333vw;
  }
  .post-main .content {
    width: 100%;
  }
  .post-main h1 {
    font-size: 6vw;
  }
  .post-main time {
    font-size: 3.73333vw;
  }
}

.post-content-block {
  font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
  .post-content-block {
    font-size: 4vw;
  }
}

.post-content-block p:first-child {
  font-size: 1.375rem;
}

@media screen and (max-width: 768px) {
  .post-content-block p:first-child {
    font-size: 4.53333vw;
  }
}

.post-content-block p:not(:last-child) {
  margin-bottom: 1em;
}

.post-content-block ul {
  list-style: disc;
}

.post-content-block ol {
  list-style: decimal;
}

.post-content-block ul, .post-content-block ol {
  -webkit-padding-start: 1.5em;
          padding-inline-start: 1.5em;
}

.post-content-block ul:not(:last-child), .post-content-block ol:not(:last-child) {
  margin-bottom: 1em;
}

.post-content-block ul:not(:first-child), .post-content-block ol:not(:first-child) {
  margin-top: 1em;
}

.post-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.1875rem;
}

.post-share a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #1A73E8;
}

.post-share a:not(:last-child) {
  -webkit-margin-end: 0.9375rem;
          margin-inline-end: 0.9375rem;
}

.post-share a:hover {
  background-color: #135cbc;
}

.post-share span {
  -webkit-margin-end: 1.5625rem;
          margin-inline-end: 1.5625rem;
}

@media screen and (max-width: 768px) {
  .post-share {
    margin-top: 6.66667vw;
  }
  .post-share a {
    width: 10.4vw;
    height: 10.4vw;
  }
  .post-share a:not(:last-child) {
    -webkit-margin-end: 3.46667vw;
            margin-inline-end: 3.46667vw;
  }
  .post-share span {
    -webkit-margin-end: 4.8vw;
            margin-inline-end: 4.8vw;
  }
}
