@media (max-width: 1279px) {
  .container-sm {
    width: auto;
  }
}

@media (max-width: 1200px) {
  #menu {
    margin-left: 0;
  }

  .main-img-wrapper {
    top: -1px;
  }

  .menu-link::after {
    margin-left: 7px;
  }

  .submenu-content.activeSubmenu .submenu-container {
    padding-left: 17px;
  }

  .footer-wrapper .container {
    max-width: 964px;
    width: auto;
  }

  .footer-wrapper {
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
  }

  .carousel .splide__pagination {
    bottom: -30px;
  }

  .other-news-wrapper {
    flex-wrap: wrap;
  }

  .section-xl-wrap {
    gap: 86px;
  }

  .section-xl-col.img-col {
    max-width: 480px;
  }

  .section-fullwidth .article-section .article-section-image {
    width: 560px;
  }

  .footer-wrapper .copyright {
    left: 0;
    right: 0;
    width: unset;
  }

  .other-news-wrapper .other-news-item {
    flex: 0 0 auto;
    width: calc(33.3% - 40px);
  }

  .detail-article-page .h2{
    margin-top: 40px;
  }
  
  .video-btn {
    display: none;
  }
    
}

@media (max-width: 1000px) {
  .section-fullwidth .article-section {
    gap: 24px;
  }

  .section-fullwidth .article-section .article-section-image {
    width: 440px;
  }

  .section-xl-col.img-col {
    width: 380px;
  }

  .section-xl {
    height: 600px;
  }
}

@media (max-width: 932px){
  .top-section-home-page .container,
  .content-highlights-section .container {
    padding-top: 31px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-wrapper {
    height: 78px;
  }

  #menu {
    position: fixed;
    top: 78px;
    bottom: 0;
    left: 0;
    margin: 0;
    padding-bottom: 60px;
    width: 100%;
    height: 100%;
    background: #F5F5EB;
    color: #ccc;
    overflow: auto;
    -webkit-transition: height 0.5s ease;
    transition: height 0.5s ease;
    z-index: 10;
  }

  #menu:not(.animate) {
    display: none;
  }

  #menu .list-menu {
    display: none;
  }

  #menu .list-menu-mobile {
    display: block;
    font-size: 1.5em;
  }

  .list-menu-mobile .item-menu-mobile .menu-link-mobile{
    border-bottom: 1px solid #D7DFD4;
  }

  .list-menu-mobile .item-menu-mobile {
    border-bottom: none;
  }

  .activeSubmenu .submenu-content-links {
    border-bottom: 1px solid #D7DFD4;
  }

  .list-menu-mobile .menu-link-mobile {
    position: relative;
    padding: 0 16px;
    height: 61px;
    display: flex;
    align-items: center;
    color: var(--new-dark-color);
  }

  .list-menu-mobile .menu-link-mobile div:first-child {
    flex-grow: 1;
  }

  .list-menu-mobile .menu-link-mobile {
    text-decoration: none;
    font-family: Eifont;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px
  }

  .list-menu-mobile .menu-link-mobile.activeMenuLink::before {
    display: none;
  }

  .list-menu-mobile ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  .list-menu-mobile {
    overflow: hidden;
  }

  .submenu-content-mobile {
    max-height: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #f5f8f9;
  }

  .submenu-content-mobile.activeSubmenu {
    max-height: 100vh;
    opacity: 1;
  }

  .list-menu-mobile .menu-link-mobile .arrow {
    content: "";
    width: 16px;
    height: 12px;
    background: url("icons/arrow_forward_ios.svg") center no-repeat;
    background-size: cover;
    transition: transform 0.5s;
  }

  .list-menu-mobile .menu-link-mobile.activeMenuLink .arrow {
    transform: rotate(180deg);
  }

  .submenu-content-links {
    padding: 20px 16px;
    font-family: "Eifont";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    color: var(--new-dark-color);
    display: none;
    background: #F9F9F3;
  }

  .activeSubmenu .submenu-content-links {
    display: block;
  }

  .submenu-content-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
  }

  .submenu-content-link div:first-child {
    flex-grow: 1;
  }

  .submenu-content-link .arrow-right {
    width: 16px;
    height: 12px;
    background: url("icons/arrow_forward_ios.svg") center no-repeat;
    background-size: cover;
    transform: rotate(-90deg);
  }

  .submenu-content-link + .submenu-content-link {
    margin-top: 32px;
  }

  #btn-burger-menu {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 11;
    right: 16px;
    bottom: 30px;
    width: 24px;
    height: 24px;
    background: transparent;
    cursor: pointer;
  }

  #btn-burger-menu span,
  #btn-burger-menu span:before,
  #btn-burger-menu span:after {
    width: 18px;
    position: absolute;
    height: 2px;
    background: #333;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  #btn-burger-menu span:before {
    content: "";
    top: -5px;
    -webkit-transition: top 300ms 300ms,
      -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms,
      -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: top 300ms 300ms,
      transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms, transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms, transform 300ms cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  #btn-burger-menu span {
    top: 12px;
  }

  #btn-burger-menu span:after {
    content: "";
    bottom: -5px;
    -webkit-transition: bottom 300ms 300ms,
      -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms,
      -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: bottom 300ms 300ms,
      transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms,
      transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms,
      transform 300ms cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  #btn-burger-menu span.active:before {
    content: "";
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top 300ms,
      -webkit-transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: top 300ms,
      -webkit-transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: top 300ms,
      transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: top 300ms,
      transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: top 300ms,
      transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55),
      -webkit-transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  #btn-burger-menu span.active:after {
    content: "";
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom 300ms,
      -webkit-transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: bottom 300ms,
      -webkit-transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: bottom 300ms,
      transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: bottom 300ms,
      transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: bottom 300ms,
      transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55),
      -webkit-transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  #btn-burger-menu span.active {
    background: rgba(255, 255, 255, 0);
  }

  header .switch-lang {
    display: none;
  }

  header .switch-lang-mobile {
    display: block;
    text-align: end;
    background: #AFC0AA;
  }

  #menu:not(.animate) {
    display: none;
  }

  header.home-page .switch-lang,
  header.home-page .switch-lang a,
  header.home-page .switch-lang-mobile,
  header.home-page .switch-lang-mobile a {
    color: #8B8B8B;
  }

  header .switch-lang-mobile a,
  header .switch-lang-mobile span  {
    font-family: EKF;
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    color: #8B8B8B;
  }

  header .switch-lang-mobile a.active {
    color: #4D4D4D;
  }

  .top-section-content .half-page-wrapper {
    max-width: 349px;
  }

  .top-section-content h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 13px;
  }

  .story-section h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
  }

  .top-section-subtitle {
    font-size: 16px;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 7px;
  }

  .top-section-home-page {
    min-height: 488px;
  }
  
  .spacer {
      display: none;
  }

 .top-section-home-page::before {
     content: '';
     display: block;
    top: -1px;
    left: calc(50% + 6px);
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='97' height='488' fill='none'%3E%3Cpath fill='%23EBEBD7' d='M66.174 488c9.698-52.017 2.099-112.168-7.867-163.914C48.34 272.34 35.803 220.517 35.677 163.9 35.503 85.179 63.2 11.156 97 0H0v488h66.174Z'/%3E%3C/svg%3E");
    background-size: contain;
    width: 198px;
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
      
  }

  .footer-wrapper .copyright {
    width: auto;
    left: 0;
    right: 0;
    color: #fff;
  }

  .story-section {
    padding: 37px 0 60px;
  }

  .stories-wrapper {
    margin-top: 35px;
  }

  .story-item .story-image, 
  .story-item .story-video {
    max-width: 386px;
    align-self: stretch;
  }

  .story-item .story-image img {
    height: 100%;
    object-fit: cover;
  }

  .story-item .story-description {
    padding: 36px 32px;
  }

  .story-item h1, .story-item h2, .story-item h3, .story-item h4, .story-item h5, .story-item h6, .story-item h7 {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px; 
    margin-bottom: 8px;
  }

  .story-item {
    position: relative;
  }

  .story-item + .story-item {
    margin-top: 40px;
  }

  .content-highlights-list {
    gap: 16px;
  }

  .content-highlights-section {
    padding-top: 0;
  }

  .content-highlights-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 25px;
  }

  .content-highlights-item h6 {
    padding: 16px 16px 8px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }

  .content-highlights-item p {
    padding: 0 16px 16px;
  }

  .carousel {
    margin-top: 52px;
  }

  .carousel .container {
    padding-top: 0;
  }

  .carousel .splide__pagination {
    bottom: 0;
    left: 259px;
    bottom: -52px;
  }

  .card-container-info {
    flex: 0 0 373px;
  }

  .card-container-image {
    flex: 0 0 373px;
    height: 432px;
  }

  .splide__slide img {
    height: 100%;
    object-fit: cover;
  }

  .carousel .splide__arrow {
    top: 388px;
  }

  .carousel .splide__arrow--prev {
    left: 206px;
    top: calc(100% + 8px) !important;
  }

  .carousel .splide__arrow--next {
    left: 332px;
    top: calc(100% + 8px) !important;
  }

  .main-page-news-wrapper {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .main-page-news-wrapper .teaser-item{
    flex: 0 0 360px;
  }

  .main-page-news-wrapper .teaser-item .link-read-more {
    margin-bottom: 0;
  }

}

@media (max-width: 768px) {
  
  .content-highlights-list {
    width: 75%;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-highlights-item img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin-bottom: 24px;
  }

  .news-teaser-section .teaser-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: -20px;
    display: flex;
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr 50px 1fr 50px 1fr 50px 1fr
      50px 1fr 50px 1fr 50px 1fr;
    grid-template-columns: repeat(10, 1fr);
  }

  .news-teaser-section .teaser-item {
    display: block;
    margin-bottom: 6px;
    -ms-grid-column-span: 5;
    grid-column: span 5;
    margin-top: 50px;
  }

  .news-teaser-section .teaser-item:first-child {
    -ms-grid-column-span: 5;
    grid-column: span 5;
    grid-row: unset;
    margin-top: 50px;
  }

  .news-teaser-section .teaser-item:nth-child(2) {
    -ms-grid-column-span: 5;
    grid-column: span 5;
    margin-top: 50px;
  }

  .news-teaser-section .teaser-item:nth-child(3) {
    -ms-grid-column-span: 5;
    grid-column: span 5;
    margin-top: 50px;
  }

  .news-teaser-section .teaser-item:first-child .teaser-image {
    height: 392px;
    max-height: none;
  }

  .news-teaser-section .teaser-item:nth-child(2) .teaser-image {
    max-height: none;
  }

  .news-teaser-section .teaser-item:nth-child(3) .teaser-image {
    max-height: none;
  }

  .news-teaser-section .teaser-item:nth-child(2) h4 {
    font-family: "Eifont Display";
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #2f2f2f;
    margin: 0;
    font-size: 32px;
    line-height: 44px;
  }

  .news-teaser-section .teaser-item:nth-child(3) h4 {
    font-family: "Eifont Display";
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #2f2f2f;
    margin: 0;
    font-size: 32px;
    line-height: 44px;
  }

  /*footer*/
  
  .footer-content .footer-col:first-child {
      margin-right: 0;
  }
  
  .footer-content .logo img {
    min-width: 260px;
  }

  .footer-navs-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-navs-wrapper .contacts,
  .footer-navs-wrapper .footer-links {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 18px;
  }

  .footer-navs-wrapper .socials {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 32px;
  }

  .footer-navs-wrapper .socials .socials-wrapper {
    min-width: 50%;
    padding: 0 18px;
  }

  /*home-page*/
  .main-img-wrapper {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 375px;
    max-width: 100%;
    margin: 0;
  }

  .half-page-wrapper {
    max-width: 100%;
  }

  .top-section-home-page {
    padding: 24px 0;
    margin-bottom: 0;
    min-height: unset;
  }

  .top-section-container {
    padding-top: 0;
  }

  .top-section-content .half-page-wrapper {
    max-width: 100%;
    position: relative;
  }

  .top-section-content .half-page-wrapper::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='375' height='78' fill='none'%3E%3Cpath fill='%23EBEBD7' d='M0 44.112c39.972 10.526 86.195 2.278 125.958-8.54 39.764-10.817 79.587-24.426 123.094-24.562C309.545 10.82 366.427 40.883 375 77.571V0H0v44.112Z'/%3E%3C/svg%3E");
    width: 100vw;
    height: 100%;
    left: -17px;
    display: block;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: -100%;
  }

 

  .top-section-content h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 13px;
  }

  .top-section-content h1 br {
    display: none;
  }

  .top-section-subtitle-news-text {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    max-width: 100%;
  }

  .spacer {
    display: none;
  }

  .story-section {
    padding: 80px 0;
  }

  .story-section .subtitle {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 4px;
  }

  .story-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 670px;
    margin: 0 auto;
  }

  .story-item .story-video,
  .story-item .story-video.cover-video {
    width: 100%;
    height: auto;
  }

  .story-item .story-description {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 24px;
    padding-top: 0;
    margin-top: 24px;
  }

  .story-item .story-description h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 12px;
  }

  .story-item .story-description p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }

  .story-item.image-right .story-image,
  .story-item.image-right .story-video {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .story-item.image-right .story-description {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 0;
  }

  .logos-wrapper {
    grid-gap: 16px;
  }

  .teaser-section {
    padding: 80px 0;
  }

  .teaser-item {
    width: 100%;
    flex: 0 0 auto;
  }

  /*news page*/
  .news-teaser-section {
    padding: 48px 0 60px;
  }

  .news-page .teaser-wrapper {
    margin-bottom: -60px;
  }

  .detail-news-page h2,
  .detail-news-page .h2 {
    margin-bottom: 40px;
  }

  /*about page*/
  .about-section {
    padding: 48px 0;
  }

  .about-section .about-wrapper {
    margin-top: 40px;
  }

  .detail-about-page section {
    padding-top: 48px;
  }

  /*contact-page*/
  .contact-section {
    padding: 48px 0 124px;
  }

  .contact-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-wrapper .contact-part {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 16px;
  }

  .contact-wrapper .contact-left {
    max-width: 100%;
  }

  .contact-wrapper .contact-right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-top: 40px;
  }

  .content-highlights-section {
    padding: 21px 0 16px;
  }

  .content-highlights-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 15px;
  }

  .content-highlights-item .link-img {
    margin-bottom: 24px;
  }

  .content-highlights-item h6 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    padding: 0 16px !important;
    margin-bottom: 16px;
  }

  .content-highlights-item h6 a {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-decoration: none;
    padding-left: 0;
  }

  .content-highlights-item p {
    padding: 0 16px !important;
    margin-bottom: 16px;
  }

  .content-highlights-item .link-read-more {
    padding: 0 16px;
  }

  .carousel {
    margin-top: 24px;
    margin-bottom: 35px;
  }

  .carousel .splide {
    display: flex;
    flex-direction: column;
  }

  .carousel .splide__arrows {
    order: 3;
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
  }

  .carousel .splide__arrow {
    position: static;
  }

  .carousel .splide__arrow--prev {
    margin-right: 76px;
  }

  .carousel .splide__pagination {
    bottom: 2px;
    left: unset;
    right: 54px;
    top: unset !important;
  }

  .carousel .carousel-title{
    display: none;
  }

  .card-container {
    flex-direction: column-reverse;
    gap: 8px;
  }

  .card-container-image {
    width: 100%;
    height: auto;
  }

  .card-container-info {
    flex: 0 0 100%;
    width: 100%;
  }

  .news-header {
    font-size: 26px;
    font-weight: 700;
    line-height: 33px
  }

  .news-section .news-wrapper{
    display: flex;
    flex-direction: column;

  }

  .footer-wrapper {
    padding: 31px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-wrapper .copyright {
    position: static;
    margin-top: 26px;
    max-width: 240px;
  }

  .footer-wrapper .container {
    width: 100%;
    padding: 30px 34px;
  }

  .footer-content {
    margin-top: 23px;
    flex-direction: column;
    gap: 24px;
  }

  .footer-content .footer-col:last-child {
    margin-left: unset;
  }

  .header-with-big-video {
    padding: 0;
  }

  .header-with-big-image,
  .header-with-big-video {
    min-height: 375px;
    max-height: unset;
    margin-bottom: 0;
  }

  .header-with-big-video .container,
  .header-with-big-image .container {
    padding: 185px 0 82px 0;
  }

  .header-with-big-image .article-date,
  .header-with-big-video .article-date {
    display: none;
  }

  .header-with-big-video .article-title,
  .header-with-big-image .article-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 8px;
    padding: 0 24px;
  }

  .header-with-big-video .article-description,
  .header-with-big-image .article-description {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 0 24px;
  }

  .header-with-big-video button {
    padding: 0 24px;
  }

  .header-with-big-image::before,
  .header-with-big-video::before {
    content: "";
    display: block;
    height: 82px;
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
  }

  .container-gap {
    margin-bottom: 32px;
  }

  .container-gap .article-content {
    margin-bottom: 0;
  }

  .section-xl {
    flex-direction: column;
    height: auto;
  }

  .section-xl-wrap,
  .section-xl-wrap.row-reverse {
    flex-direction: column;
  }

  .section-xl-wrap {
    gap: 40px;
    padding: 40px 32px;
  }

  .section-xl-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 8px;
  }

  .section-xl-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }

  .section-xl-col.text-col {
    width: 100%;
  }

  section > .section-fullwidth {
    margin-top: 32px;
  }

  .section-fullwidth {
    margin-top: 0;
    margin-bottom: 32px;
  }

  .article-section.row-reverse,
  .section-fullwidth .article-section,
  .section-fullwidth .article-section.row-reverse {
    flex-direction: column;
    gap: 16px;
  }

  .section-fullwidth .article-section .article-section-image {
    width: 100%;
  }

  .section-fullwidth .article-section-info {
    width: 100%;
    padding: 24px 16px;
  }

  .section-fullwidth .article-section-info h5 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 16px;
  }

  .section-fullwidth .article-section-info p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px
  }

  .article-section {  
    flex-direction: column;
  }

  .article-section .article-section-image,
  .article-section.row-reverse .article-section-image,
  .story-item.image-right .story-image img, 
  .story-item.image-right .story-video video {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .article-two-columns {
    flex-direction: column;
  }

  .article-video,
  .article-video video {
    height: auto;
  }

  .main-page-news-section {
    margin-top: 0;
  }

  .main-page-news-section h4 {
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px
  }

  .main-page-news-section .main-page-news-wrapper {
    flex-direction: column;
    margin-bottom: 36px;
  }

  .other-news-wrapper .link-read-more,
  .main-page-news-wrapper .link-read-more{
    margin-bottom: 0;
  }
  
  .top-offset-odd-card-item .teaser-item:last-child {
      margin-bottom: 40px;
  }
  
  .top-offset-odd-card-item .teaser-item .teaser-image {
    margin-bottom: 8px;
  }
  
  .teaser-item .teaser-date,
  .other-news-item .other-news-date {
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
  }

  .article-group {
    margin-top: 40px;
  }

  .video-btn {
    display: none;
  }

  .article-title {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
  }
  
 


  body,
  h1,
  h2,
  h3,
  h4,
  p,
  ul[class],
  ol[class],
  li,
  figure,
  figcaption,
  blockquote,
  dl,
  dd {
    word-break: break-word;
  }

  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }

  h1,
  .h1 {
    font-size: 38px;
    line-height: 44px;
  }

  h2,
  .h2 {
    font-size: 36px;
    line-height: 40px;
  }

  h3,
  .h3 {
    font-size: 32px;
    line-height: 44px;
  }

  h4,
  .h4 {
    font-size: 26px;
    line-height: 33px;
  }

  h5,
  .h5 {
    font-size: 24px;
    line-height: 28px;
  }

  h6,
  .h6 {
    font-size: 20px;
    line-height: 26px;
  }

  figure blockquote {
    margin-top: 32px;
    padding-top: 28px;
  }

  figure blockquote + figcaption {
    margin-bottom: 32px;
  }

  figure .quote-text::before,
  figure q::before,
  figure blockquote::before {
    width: 24px;
    height: 20px;
  }

  .footer-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-content .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 40px;
  }

  .footer-navs-wrapper .contacts {
    margin-bottom: 32px;
  }

  .footer-navs-wrapper .contacts,
  .footer-navs-wrapper .footer-links,
  .footer-navs-wrapper .socials .socials-wrapper {
    padding: 0;
  }

  /*home-page*/
  .top-section-home-page {
    padding: 32px 0 0;
  }
  .stories-wrapper {
    margin-top: 15px;
  }

  .story-item .story-image img {
    border-radius: 8px 8px 0 0;
  }

  .story-section {
    padding: 32px 0;
  }

 

  .story-item + .story-item {
    margin-top: 32px;
  }

  .logos-section {
    padding: 40px 0;
  }

  .logos-wrapper,
  .logos-wrapper .logos-macros-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 0;
  }

  .logos-wrapper .logos-macros-wrapper {
    padding: 0;
  }

  .logos-wrapper .logo-item + .logo-item {
    margin-top: 32px;
  }

  .teaser-section {
    padding: 40px 0 100px;
  }

  .teaser-wrapper {
    margin-top: 0;
  }

  .top-offset-odd-card-item .teaser-item:nth-child(odd) {
    margin-top: 40px;
  }

  .teaser-item {
    width: 100%;
  }

  .teaser-item .teaser-image,
  .other-news-item .other-news-img {
    margin-bottom: 8px;
  }

  .teaser-item + .teaser-item {
    margin-top: 40px;
  }

  .main-page-news-section .teaser-item + .main-page-news-section .teaser-item {
    margin-top: 0;
  }

  /*news page*/
  .news-teaser-section {
    padding: 32px 0 48px;
  }

  .news-page .teaser-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    gap: 16px;
  }

  .news-teaser-section .teaser-item:first-child,
  .news-teaser-section .teaser-item:nth-child(2),
  .news-teaser-section .teaser-item:nth-child(3) {
    margin-top: 0;
  }

  .news-teaser-section .teaser-item h4 {
    font-size: 22px !important;
    font-weight: 700;
    line-height: 30px !important;
  }

  .separate-line {
    margin: 16px 0;
  }

  .grouped-news {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    gap: 16px;
  }

  .news-page .teaser-item {
    margin-bottom: 0;
  }

  /*details news page*/
  .detail-news-page section {
    padding-top: 32px;
  }

  .quote-text,
  q,
  blockquote {
    font-size: 24px;
    line-height: 32px;
  }

  .other-news-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .other-news-wrapper .other-news-item + .other-news-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .other-news-item .other-news-img {
    height: 320px;
  }

  .detail-news-page h2,
  .detail-news-page .h2 {
    margin-bottom: 40px;
  }

  .detail-news-page .article-content .image-wrapper {
    margin: 32px 0;
  }

  .article-content .logos-macros-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: -20px;
    margin-right: -20px;
  }

  .article-content .logos-macros-wrapper .logo-item + .logo-item {
    margin-top: 32px;
  }

  .article-content p + p,
  .detail-news-page .article-content p + p {
    margin-top: 24px;
  }
  /*story-item wrapping-img*/
  .story-item.wrapping-img {
    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
  }

  .story-item.wrapping-img .story-description {
    padding: 0 16px;
  }

  .story-item.wrapping-img .story-image,
  .story-item.wrapping-img .story-video {
    max-width: 100%;
    float: initial;
    margin: 0;
  }

  .story-item.wrapping-img.image-right .story-image,
  .story-item.wrapping-img.image-right .story-video {
    float: initial;
    margin: 0;
  }

  /*about page*/
  .about-section {
    padding: 32px 0 48px;
  }

  .about-section .about-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 32px;
  }

  .about-section .about-wrapper .about-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .about-section .about-wrapper .about-item img {
    width: 100%;
  }

  .detail-about-page section {
    padding: 32px 0;
  }

  .bestyrelsen-section .bestyrelsen-list-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 40px 0 0;
  }

  .bestyrelsen-list-wrapper .bestyrelsen-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0;
    margin-bottom: 40px;
  }

  .bestyrelsen-list-wrapper .bestyrelsen-item:nth-child(3n + 1) {
    padding-left: 0;
  }

  .bestyrelsen-list-wrapper .bestyrelsen-item:nth-child(3n) {
    padding-right: 0;
  }

  .bestyrelsen-item .bestyrelsen-img-wrapper {
    height: auto;
    min-height: 250px;
  }

  /*.faktabox-wrapper*/
  .faktabox-wrapper,
  .faktabox-wrapper-v-2 .faktabox-wrapper {
    padding: 24px;
  }

  /*.contact-section*/
  .contact-section {
    padding: 32px 0;
  }

  .story-description h4,
  .story-description p,
  .story-description div {
    padding-left: 0;
  }

  .story-item.image-right .story-description {
    padding: 0 16px 24px;
  }

  .content-highlights-list {
    width: 100%;
  }

  .content-highlights-item h6,
  .content-highlights-item p,
  .content-highlights-item a,
  .content-highlights-item div {
    padding-left: 10px;
  }

  .submenu-content-link + .submenu-content-link {
    margin-top: 20px;
  }

  #btn-burger-menu {
    right: 13px;
  }

  .footer-navs-wrapper .contacts,
  .footer-navs-wrapper .footer-links {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 32px;
  }

  .footer-content .socials {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0;
  }

  .article-business-angels-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .article-business-angels-text {
    margin-bottom: 32px;
  }

  .article-business-angels-list-item {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .article-business-angels-list-item h6 {
    margin-bottom: 10px;
  }

  .article-business-angels-list-item hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .bestyrelsen-section .bestyrelsen-list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    row-gap: 26px;
    margin-top: 40px;
  }

  .bestyrelsen-item .bestyrelsen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bestyrelsen-item .bestyrelsen-img-wrapper {
    height: 250px;
    overflow: hidden;
    background: #d9d9d9;
  }

  .bestyrelsen-item h6,
  .bestyrelsen-item .h6 {
    margin-bottom: 0;
    padding-top: 24px;
  }

  .bestyrelsen-profession {
    padding-top: 5px;
  }

  .top-section-content .half-page-wrapper::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='375' height='78' fill='none'%3E%3Cpath fill='%23EBEBD7' d='M0 44.112c39.972 10.526 86.195 2.278 125.958-8.54 39.764-10.817 79.587-24.426 123.094-24.562C309.545 10.82 366.427 40.883 375 77.571V0H0v44.112Z'/%3E%3C/svg%3E");
    width: 100vw;
    height: 78px;
    left: -24px;
    display: block;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: -75px;
  }
  
  .submenu-content-link + .submenu-content-link {
    margin-top: 20px;
  }
  
  .other-news-wrapper .other-news-item {
      width: 100%;
  }
  
  .story-item .story-image, .story-item .story-video {
      max-width: unset;
  }
  
  .top-section-home-page::before {
      display: none;
  }
}
