.article-header {
  justify-content: space-between;
  color: var(--gray);
  font-family: inherit;
  margin-bottom: 1.6em;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .article-header {
      flex-direction: column; } }
  @media screen and (max-width: 767px) {
    .article-header .share {
      margin-top: 10px; } }
  .article-header .share span {
    font-size: 20px;
    margin-right: 1.2em;
    opacity: 0.5; }
    @media screen and (max-width: 768px) {
      .article-header .share span {
        font-size: 18px; } }
  .article-header .share i:hover {
    color: var(--black); }

.article-footer {
  margin-top: 40px; }
  .article-footer h5 {
    font-family: inherit;
    font-size: 18px;
    color: var(--black);
    margin-bottom: 20px; }
  .article-footer .images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .article-footer .images {
        margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .article-footer .images {
        grid-template-columns: repeat(2, 1fr); } }
    .article-footer .images img {
      border-radius: 1em;
      width: 100%; }
  .article-footer .tags {
    margin-bottom: 46px; }
    .article-footer .tags .tag {
      background-color: var(--primary);
      color: var(--white);
      font-size: 12px;
      font-weight: 500;
      padding: 5px 12px;
      margin-right: 6px;
      border-radius: 4px; }
      .article-footer .tags .tag:last-child {
        margin-right: 0; }

.arrows {
  justify-content: space-between;
  color: var(--gray);
  font-size: 20px;
  font-family: inherit;
  margin-bottom: 60px; }
  .arrows a:hover {
    color: var(--primary); }

main article .article-body .iframe-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; }
  main article .article-body .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px; }

main article .article-body > * {
  font-family: inherit;
  font-size: 18px;
  color: var(--black); }

main article .article-body h1,
main article .article-body h2,
main article .article-body h3,
main article .article-body h4,
main article .article-body h5,
main article .article-body h6 {
  font-weight: 700; }

main article .article-body p {
  font-size: 18px;
  font-weight: 400; }

@media screen and (max-width: 768px) {
  main article.w75 {
    width: 100%; } }

main.news > .container {
  display: flex;
  align-items: flex-start; }
  main.news > .container .menu {
    margin-right: 42px;
    border-radius: 10px;
    color: var(--white);
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      main.news > .container .menu {
        display: none; } }
    main.news > .container .menu li.menu-item {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      background-color: var(--primary); }
      main.news > .container .menu li.menu-item:hover {
        background-color: var(--primary);
        opacity: 0.8; }
      main.news > .container .menu li.menu-item a {
        display: block;
        font-size: 20px;
        font-weight: 500;
        padding: 20px 0;
        text-align: center; }
      main.news > .container .menu li.menu-item:last-child {
        border-bottom: 0; }
main article .article-body .iframe-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.baskan-container {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .baskan-container {
    flex-direction: column-reverse;
  }
.baskan-item img{
  width: 100%;
    height: 100%;
    object-fit: contain;
}
}
