.w240 {
  width: 240px !important;
}

.w100img img {
  width: 100% !important;
  height: auto !important;
}

.mb30 {
  margin-bottom: 30px;
}

.content-grid__item .views-field-title a {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
}

.dropdown-toggle::after {
  display: none;
}

.grid-type-one .useful-block img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/*
.useful-block.bigGridItem {
  border: none !important;
  padding: 0 !important;
}

.order-2 .useful-block.bigGridItem a {
  text-align: right;
}

.col-md-4.order-2 {
  text-align: right;
}

.useful-block img {
  max-width: 100%;
  width: auto !important;
}
 */

.owl-carousel.magazine-slider {
  margin-right: 40px;
}

.owl-carousel.magazine-slider .owl-nav {
  position: absolute;
  bottom: auto;
  left: 0;
  width: 100%;
  z-index: 1;
  top: 50%;
  margin-top: -10px;
}

.magazines-block__title {
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}

.magazines-block__cover {
  width: 100% !important;
  max-width: none !important;
}

.magazines-block__cover img {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
}

.magazine-slider.owl-carousel {
  position: relative;
}

.magazines-block__item_slide {
  margin-bottom: 0 !important;
}

.owl-carousel.magazine-slider .owl-nav button.owl-prev {
  margin-left: -40px;
}

.owl-carousel.magazine-slider .owl-nav button.owl-next {
  margin-right: -40px;
}

.archive-selected-issue__title {
  line-height: 1.2;
}

@media (min-width: 9000px) {
  .magazine-slider .owl-item {
    transition: width .5s;
  }

  .magazine-slider .owl-item {
    height: 600px !important;
  }

  .magazine-slider .owl-item.firstactiveitem {
    width: 360px !important;
    height: 600px !important;
  }

  .magazine-slider .magazines-block__item_slide {
    padding: 0 15px 0 0 !important;
  }
}

.archive-selected-issue {
  margin-top: 0 !important;
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

div.node-body img {
  max-width: 100%;
  height: auto !important;
}

blockquote {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #333333;
  background: rgba(227, 6, 19, 0.2);
  border-radius: 20px;
  margin: 30px 0;
  padding: 45px 69px 45px 69px;
  display: flex;
  box-sizing: border-box;
  border-left: none !important;
}

blockquote:before {
  display: block;
  content: "";
  width: 48px;
  min-width: 48px;
  height: 40px;
  background: url(/sites/default/files/quote.svg) 0 0 no-repeat;
  margin-right: 40px;
}

div.edacolor {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #333333;
  background: rgba(70, 78, 136, 0.2);
  border-radius: 20px;
  margin: 30px 0;
  padding: 45px;
  display: flex;
  box-sizing: border-box;
  border-left: none !important;
}

div.header__logo {
  margin-top: 24px;
  width: 210px;
}

.header__social a svg {
  max-width: 20px;
  max-height: 20px;
  fill: #e30613;
  vertical-align: top;
}

.header__social a {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  vertical-align: bottom;
  height: 20px;
}

.material-mini-title {
  overflow: hidden;
}

.material-feature-title {
  overflow: hidden;
}

.event-tile:hover {
  text-decoration: none;
}

.site-footer ul li a:hover {
  text-decoration: none;
}

.site-header-banner .container img {
  width: 100%;
  height: auto;
}

.site-header-banner .container img {
  width: 100%;
  height: auto;
}

.container {
  padding: 0;
  --bs-gutter-x: 0;
}

.site-header .social-links a:hover {
  background-color: transparent;
}

div.event-tile {
  display: flex;
  flex-direction: column;
}

.events-layout {
  display: block;
}

.events-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1199.98px) {
  .events-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .events-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .events-grid {
    grid-template-columns: 1fr;
  }
}

div.event-feature .event-image {
  aspect-ratio: auto;
  min-height: auto;
}

.col-lg-9 .row.node-side {
  background: no-repeat;
  padding: 0;
  margin: 0 -15px;
}

.n-item {
  margin-bottom: 15px;
}

.top-news .item img {
  max-width: 100%;
  height: 100%;
}

.bmb30 .b-item {
  margin-bottom: 30px;
}

.container.stktba {
  padding: 0;
  position: relative;
}

.banner-2 {
  top: 0;
  left: -15px;
  position: absolute;
}

.banner-3 {
  top: 0;
  right: -15px;
  position: absolute;
}

.banner-2 img {
  width: 200px;
}

.banner-3 img {
  width: 200px;
}

.coll h3 {
  margin-top: 15px;
}

.admin-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

ul.admin-ul {
  position: absolute;
  padding: 15px;
  background-color: #ffffff;
  opacity: .8;
  font-weight: 600;
  border-bottom-right-radius: 4px;
}

.admin-ul li a {
  display: block;
}

.placeholder a {
  color: #fff;
}

.subscribe-box {
  padding: 50px 0 32px 0;
  margin: 50px 0;
  background-image: url(/themes/custom/autocomponents/images/1920auto.jpg);
  background-size: 1920px;
  background-repeat: no-repeat;
  background-position: center center;
}

.subscribe-box_text {
  font-family: "Roboto Slab", serif;
  font-size: 20px;
}

.link-btn {
  cursor: pointer;
  display: block;
  position: relative;
  margin: 30px 0;
  border: 2px solid #e30613;
  color: #e30613;
  background-color: transparent;
  transition: .2s;
  border-radius: 4px;
  text-align: center;
  padding: 15px;
}

.banner-2, .banner-3 {
  visibility: hidden;
}

.node-body iframe {
  max-width: 100%;
}

body .partners-page div.container {
  max-width: 100% !important;
}

body .archive-page div.container {
  max-width: 100% !important;
}

body .photos-page div.container {
  max-width: 100% !important;
}

body .cta-fresh-ribbon {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: -53px;
  width: 150px;
  transform: rotate(-45deg);
  background: var(--akt-red);
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  text-transform: lowercase;
  letter-spacing: 1px;
  padding: 0 0 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  pointer-events: none;
}

.subscribe-box span.link-btn {
  margin: 10px 0;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  line-height: 26px;
}

.subscribe-box span.link-btn:hover {
  background-color: #e30613;
  color: #ffffff;
}

.subscribe-box .subscribe-box_text {
  font-weight: 300;
  font-family: "Roboto Slab", serif;
  font-size: 20px;
}

.subscribe-box {
  padding: 30px 0 20px;
  margin: 30px 0 0;
}

div .partners-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.partner-card {
  position: relative;
  background: none !important;
}

.partner-card > a {
  padding-bottom: 15px;
  height: 130px;
}

div .partner-card .partner-title {
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  text-align: left;
  margin-left: 0;
}

div .partner-card img {
  max-width: 260px;
  max-height: 110px;
  object-fit: contain;
  margin-bottom: 14px;
  filter: none;
  transition: filter 0.2s;
}

div .partner-content {
  text-align: left;
}

.social-list-ya {
  float: right;
  max-width: 100%;
  overflow: hidden;
  margin-top: 4px;
}

@media (max-width: 1550px) {
  body .container {
    max-width: calc(100% - 330px) !important;
  }

  .banner-2 img {
    width: 150px;
  }

  .banner-3 img {
    width: 150px;
  }

  article div.container {
    max-width: 100% !important;
  }
}

@media (max-width: 1199px) {
  body .container {
    max-width: 100% !important;
  }

  .banner-2 {
    display: none;
  }

  .banner-3 {
    display: none;
  }
}

@media (max-width: 991px) {
  div .partners-page-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }

  div .partners-row a {
    flex: auto;
  }

  div .partner-card img {
    max-width: 160px;
    max-height: 70px;
    object-fit: contain;
    margin-bottom: 14px;
    filter: grayscale(0.8);
    transition: filter 0.2s;
  }

  .partner-card > a {
    padding-bottom: 15px;
    height: 85px;
  }
}

@media (max-width: 576px) {
  .header-search {
    margin-bottom: 15px;
  }

  div .news-mosaic-bottom .news-mosaic-card, div .news-mosaic-side, div .material-feature-image, div .event-image, div .event-feature .event-image {
    aspect-ratio: auto;
  }

  div .material-feature-title {
    height: auto;
  }

  .partner-card > a {
    height: 85px;
  }
}
