@font-face {
    font-family: "e-Ukraine";
    font-weight: 500;
    font-display: swap;
    src: url(/wp-content/themes/gosta/font/e-Ukraine-500.woff2) format("woff2");
}

:root {
  --dark-blue: #0B0B2F;
  --blue: #4242FF;
  --orange-light: #FFF9F1;
  --text-gray: #595965;
  --white: #F1F1F1;
  --hover: #0000C7;
  --bg-quote: #E4E4F1;

  --swiper-scrollbar-drag-bg-color: var(--dark-blue);
  --swiper-scrollbar-sides-offset: 0px;
  --swiper-scrollbar-bg-color: transparent;
}

body {
  background: #F6F6F6;
}
.btn {
  font-family: "e-Ukraine";
}
.btn.btn-blue:hover {
  background: var(--hover);
}
.btn.btn-blue:hover span {
  color: #F1F1F1;
}

.logo-wrapper > a svg g > path:last-child {
  fill: var(--blue);
}
.breadcrumbs {
  font-size: 12px;
  width: 100%;
  gap: 2px !important;
}
.breadcrumbs li {
  gap: 2px !important;
}
.breadcrumbs li:not(:first-child) > svg path {
  stroke: #3F3F3F;
}
.breadcrumbs li a {
  color: #3F3F3F;
}
.breadcrumbs li:last-child {
  color: #858594;
  overflow: hidden;
}
.breadcrumbs li:last-child span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article-block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: calc(66% - 12px);
}

.article-block article {
  width: 100%;
}


@media (max-width: 1279px) {
  .article-block {
      width: 100%;
  }
}

.post-top-info {
  display: flex;
  align-items: center;
}
.post-top-info > span:not(:last-child)::after {
  content: '';
  display: block;
  width: 1px;
  height: 8px;
  background: #C5C5C5;
  margin: 0 12px;
}
.post-top-info > span {
  display: flex;
  align-items: center;
  color: #858594;
  font-size: 12px;
}
.post-top-info > span img {
  margin-right: 4px;
}

@media (max-width: 1279px) {
  .post-top-info {
    margin-bottom: 4px;
  }
}

.post-middle .container {
  max-width: 1100px;
}

.post-author {
  display: flex;
  align-items: center;
  gap: 6px;
}
.post-author img {
  border-radius: 50%;
}

blockquote {
  background: var(--bg-quote);
  border-radius: 8px;
  color: var(--white);
  padding: 20px 20px 20px 60px;
}
blockquote p {
  font-family: 'Exo';
  font-weight: 600;
}
blockquote:not(.read-also) * {
  color: var(--dark-blue) !important;
}

blockquote:not(.read-also) a,
blockquote:not(.read-also) a strong {
  color: var(--blue) !important;
}

blockquote .author-quote {
  font-family: 'e-Ukraine';
  font-weight: 300 !important;
  color: #3F3F3F !important;
  font-size: 14px;
  margin-top: 8px;
}
blockquote::before {
  background: url(../../img/news/quote.svg) no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  top: 20px;
  left: 20px;
  right: auto;
  bottom: auto;
}
/* blockquote:not(.read-also):after {
  content: 'g';
  position: absolute;
  bottom: -45px;
  right: 16px;
  color: transparent;
  font-size: 105px;
  line-height: 1;
  -webkit-text-stroke: 1px #4242FF;
  z-index: 1;
} */
blockquote * {
  font-weight: 500 !important;
  line-height: 150% !important;
}


.wp-block-pullquote blockquote {
  background: var(--blue);
  padding: 20px;
}
.wp-block-pullquote blockquote::before {
  display: none;
}
.wp-block-pullquote blockquote::after {
 -webkit-text-stroke: .75px rgba(255,255,255,45%);
}
.wp-block-pullquote blockquote p {
  text-indent: 0;
}
.wp-block-pullquote blockquote * {
  color: var(--white) !important;
}

blockquote.read-also {
  background: #FFFFFF;
  border: 1px solid rgba(200,200,200, 45%);
  border-radius: 8px;
  padding: 16px;
}
blockquote.read-also p {
  text-indent: 0;
  color: #0B0B2F;
}
blockquote.read-also a {
  color: var(--blue);
}
blockquote.read-also a:hover {
  color: var(--hover);
  text-decoration: none;
}
blockquote.read-also:before {
  display: none;
}

@media (max-width: 1279px) {
  blockquote {
    padding: 32px 12px 12px;
  }
  blockquote.read-also {
    padding: 12px;
  }
  blockquote.read-also.hot p {
    font-size: 16px;
  }
  blockquote.read-also.hot a {
    font-size: 14px;
  }
  blockquote::before {
    top: 12px;
    left: 12px;
  }
}

/* Swiper style Start */
.swiper-horizontal>.swiper-scrollbar, 
.swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 6px;
}
@media (max-width: 1279px) {
  .swiper {
    --swiper-scrollbar-sides-offset: 15px;
  }
}
.swiper-scrollbar.swiper-scrollbar-vertical, 
.swiper-vertical>.swiper-scrollbar {
  right: 0 !important;
}
.swiper-vertical .swiper-slide {
  padding-right: 10px;
}
.swiper-horizontal {
  padding-bottom: 17px !important;
}
.swiper-horizontal>.swiper-scrollbar, 
.swiper-scrollbar.swiper-scrollbar-horizontal {
  bottom: 0 !important;
}
/* Swiper style End */

