.categories-swiper {
  width: 100%;
  padding: 20px 0;
}
.swiper.categories-swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  max-width: 1400px;
}
.category {
  padding: 15px;
  width: 89%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
}
.h3-p-a-category {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: center;
  justify-content: center;
}
h3.category-name {
  color: #fff;
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
}
.category-image {
  width: 50%;
  height: 100%;
}
img.category-image-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.category-name {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}
.category-description {
  font-size: 18px;
  color: #b9b9b9;
  font-weight: 300;
  line-height: 22px;
}
.category-details {
  display: inline-block;
  margin-top: 10px;
  padding: 20px 30px;
  background: #7eb02e;
  border-radius: 5px;
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}
a.category-details {
  color: #fff;
}
.swiper-button-prev,
.swiper-button-next {
  color: #333;
}

.swiper-pagination {
  bottom: 10px;
}

.news-swiper {
  width: 100%;
  padding: 20px 0;
}
.news-item {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 380px;
  height: 420px;
  align-items: center;
}
.news-image {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
  position: absolute;
  height: 100%;
}
section.news-section {
  margin: 150px 0;
}
.news-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(to top, #000000, rgb(0 0 0 / 22%), rgba(0, 0, 0, 0));
  pointer-events: none;
}
.news-item h3 {
  position: absolute;
  color: #fff;
  top: 280px;
  text-align: left;
  z-index: 10;
  width: 80%;
}
.swiper-button-prev,
.swiper-button-next {
  color: #333;
}
.img-ol-container {
  width: 100%;
  height: 100%;
}
.swiper-pagination {
  bottom: 10px;
}
.swiper.news-swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  max-width: 1400px;
}
.banner {
  width: 100%;
  max-height: 50rem;
}
.banner-content {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(to top, #000000, rgb(0 0 0 / 22%), rgba(0, 0, 0, 0));
  pointer-events: none;
}
.content-b {
  width: 35%;
  z-index: 10;
  position: absolute;
  top: 262px;
  left: 13%;
}
.img-ol {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0px;
  height: 50rem;
  object-fit: cover;
}
.img-ol img {
  width: 100%;
  /* position: absolute; */
  /* left: -603px; */
  /* top: -529px; */
}
.info.content-block {
  margin: 150px 0;
}
  /* Banner */
  .banner > .content {
    width: 39rem;
    padding: 12rem 7rem;
    bottom: 0;
    /* right: 0; */
    position: absolute;
    z-index: 1;
}

  .slogan {
    color: var(--main-color-white, #ffffff7a);
    font-size: 3.7rem;
    font-style: normal;
    font-weight: 300;
    line-height: 76px;
}

.banner .text {
  color: var(--main-color-white, #FFF);
  font-size: 3.7rem;
  font-style: normal;
  font-weight: 800;
  line-height: 76px;
}

  .buttons {
    display: flex;
    width: 28rem;
    justify-content: space-between;
    max-height: 3rem;
    padding-top: 30px;
  }
  .production{
    border-radius: 0.375rem;
    padding: 0.8rem 2.20rem;
    background: var(--main-color-light-green, #7BAF21); 
    color: var(--main-color-black, #ffffff);
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border:none;
    text-decoration: none;
  }

  .production:hover{
    background: #6C991E;
    box-shadow: 0px 0px 8px 4px rgba(204, 204, 204, 0.10);
  }
  .production:active {
    background: var(--main-color-dark-green, #285F38);
  }
  .link-watch{
    color: var(--main-color-white, #FFF);
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0.8rem 2.20rem;
    text-decoration: none;
    display: block;
  }
  /* Info */
  .info{
    background-color: #fff;
  }
  .content-block{
    width: 100%;
    margin: 0 auto;
  }
  .content-block > .container {
    width: 100%;
    background-color: #000000;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
  .block-title {
    color: var(--main-color-black, #ffffff);
    font-size: 2.5rem;
    font-style: normal;
    width: 100%;
    height: fit-content;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 3rem;
    padding-top: 2rem;
    max-width: 1400px;
}

  .blocks{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: stretch;
    gap: 1.25rem;
    margin-top: 100px;
    max-width: 1400px;
  }
  .blocks-video {
    display: flex;
    width: 100%;
    max-width: 1400px;
}
  .first{
    border-top-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .second{
    height: auto;
    width: 110%;
  }
  .second .info-content {
    color: var(--main-color-black, #ffffff);
    padding: 3rem 3rem 0rem;
    font-size: 1.13rem;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

  .block-slide {
    grid-column: span 3;
    display: flex;
    background: var(--main-color-light-green, #FFFFFF33);
    border-radius: 30px;
    margin-top: 30px;
  }

  .green-block{
    padding: 3.5rem 3.5rem;
    border-radius: 0.5rem;
    color: var(--main-color-white, #FFF);
    flex:1;
    position: relative;
  }

  .green-block > .info-content{
    display: flex;
    gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .teg-text {
    position: absolute;
    background: #7EB02E;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    bottom: -10px;
    left: 47%;
  }
  .green-block .info-content .info-title {
    color: var(--main-color-white, #7EB02E);
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
    width: 300px;
}

.green-block .info-content .info-text {
  font-size: 1.13rem;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}



  /* Categories on main page */
  /*.category-main{
    background-color: #fff;
    padding-bottom: 3rem;
  }*/
  .category-main .categories{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }

  .categories > .category {
    position: relative;
    max-width: 80rem;
    max-height: 23.375rem;;
    /* background: var(--secondary-color-light-grey, #F6F6F6); */
    padding: 3.25rem 2rem 2rem 5.94rem;
    border-radius: 0.5rem;
  }

  .categories .category > .content{
    display: flex;
    align-items: center;
    gap: 3rem;
    flex-direction: row-reverse;
  }

  .categories > .category .image{
    display: block;
    flex: 1;
  }
  .categories > .category .image > img {
    width: 100%;
    height: auto;
  }


  .categories > .category .text{
    flex: 2;
  }

  .categories .category  .category-name{
    color: var(--main-color-black, #fff);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .categories .category  .category-products{
    color: var(--main-color-light-green, #7BAF21);
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .categories .category .description{
    color: var(--main-color-black, #ffffff7a);
    width: 32.875rem;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 1.5rem 0;
  }

  .features{
    height: fit-content;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    flex-wrap: wrap;
  }
  
  .features > .feature{
    margin: 0;
    border-radius: 0.5rem;
    border: 1px solid var(--secondary-color-second-grey, #9A9A9A);
    display: inline-flex;
    padding: 0.75rem 1.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    color: #6C6C6C;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .categories .details{
    position: absolute;
    bottom: 1.25rem;
    right: 1.62rem;
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    background: var(--main-color-light-green, #7BAF21);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .news-block .center {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }

  .center > .news {
    display: flex;
    overflow: hidden;
    width: 100%;
    position: relative;
  }

  .news {
    display: flex;
    width: 100%;
    transition: all 1s ease-in-out;
  }

  .news > .news-item{
    border-radius: 0.5rem;
    /*background: var(--secondary-color-light-grey, #F6F6F6);*/
    /*min-height: 40rem;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    transition: opacity 0.5s ease-in-out;
    max-width: 330px;
    max-height: 420px;
  }

  .news >  .news-item > .title {
    color: var(--main-color-black, #3E3E3E);
    /* Headlines/H4-20px */
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0 2.25rem 0;
  }

  .news > .news-item > .text {
    color: var(--main-color-black, #3E3E3E);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 2.25rem 0;
  }
  .con-news-wid {
    width: 100%;
    max-width: 1400px;
}
  .news-name {
    position: absolute;
    z-index: 1000000;
    color: #ffffff;
    bottom: 0;
    font-size: 28px;
    padding: 10px;
  }

  .news > .news-item  a{
    padding: 0 2.25rem 1rem;
    color: var(--main-color-light-green, #7BAF21);
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .news-item > .image {
    width: 100%;
    height: 100%;
    position: relative;
}

  .news-item > .image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
    pointer-events: none;
  }
  .news-item > .image > img{
    max-width: 100%;
    height: 20rem;
    object-fit: cover;
    border-radius: 0.5rem 0.5rem 0 0;
  }
  .news > .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    top:var(--swiper-pagination-top,auto) !important;
    bottom: var(--swiper-pagination-bottom,8px) !important;
  }


  .map {
    margin-top: 1em;
  }
  
  .map > button {
    background: #EAEAEA;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
    margin: 0 0.125em;
    position: relative;
    user-select: none;
    border-radius: 50%;
    border: 0px;

  }

  .map > button:hover{
    background: #6C991E;
  }
  .map > button.active{
    background: #7BAF21;
  }
  .arrow-left{
    background-color: gold;
    position: absolute;
    left: 0;
    z-index: 4;
  }
  .arrow-right{
    background-color: gold;
    position: absolute;
    right: 0;
  }


  .partners-logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    max-width: 1400px;
    width: 100%;
    margin: 100px 0;
  }

  .partners-logo > .logo {
    margin: auto 0;
    /* width: 50%; */
    max-width: 320px;
    width: 100%;
}

  .partners-logo > .logo > a > img{
    width: 100%;
    height: auto;
  }

  .container  .row-green-mobile{
    display: none;
    
  }
  .row-green-mobile  .green-block-mobile{
    max-width: 33.33333333%;
    border-radius: 0.5rem;
    background: var(--main-color-light-green, #FFFFFF33);
    flex: 0 0 100%;
  }

  .info-title > .ico{
    cursor: pointer;
  }


  .row-green-mobile .wrapper{
    width: 100%;
    position:static;
    top: 0 ;
    left: 0;
    overflow: hidden;
  }

  .swiper-inner{
    width: 300%;
    display: flex;
    flex-direction: row;
    transition: transform 0.5s ease;

  }

  .green-block-mobile .info-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 10px;
}

  .green-block-mobile .info-content .info-title{
    color: var(--main-color-white, #7BAF21);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;

  }
  .green-block-mobile .info-content .info-text{
    color: var(--main-color-white, #FFF);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .categories-mobile > .swiper-wrapper > .category{
    border-radius: 0.5rem;
    width: 100%;
    height: fit-content;
  }

  .categories-mobile .swiper-wrapper{
    display: flex;
    position: relative;
    width: 100%;
    max-width: 1400px;
  }

  .categories-mobile > .swiper-wrapper > .category > .content {
    display: flex;
    gap: 2rem;
    flex-direction: row-reverse;
    height: 400px;
    align-items: center;
}
.categories-mobile > .swiper-wrapper > .category > .content > .image {
  flex: 1;
  /* max-height: 40%; */
  /* min-height: 15rem; */
  height: 100%;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.categories-mobile .image > img {
  /* max-height: 50%; */
  /* max-width: 40rem; */
  height: 100%;
  width: auto;
}
  .categories-mobile > .swiper-wrapper > .category > .content > .text{
    /* flex: 1; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
    padding: 0 0 0 5rem;
  }
  .categories-mobile > .swiper-wrapper > .category > .content > .text > .title > .category-name {
    color: var(--main-color-black, #fff);
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
}
.categories-mobile > .swiper-wrapper > .category > .content > .text > .title > .category-products {
  color: var(--main-color-light-green, #7BAF21);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 56px;
  margin-top: 20px;
}
.categories-mobile > .swiper-wrapper > .category > .content > .text > .description {
  color: var(--main-color-black, #ffffff87);
  font-size: 1.15rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.25rem;
  max-width: 370px;
}

.categories-mobile .details {
  position: absolute;
  bottom: 0px;
  left: 6rem;
  /* width: 3rem; */
  /* height: 3rem; */
  border-radius: 0.5rem;
  background: var(--main-color-light-green, #7BAF21);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 15px 30px;
  font-size: 1.15rem;
  line-height: 22px;
  font-weight: 400;
}
  .categories-mobile .features{
    height: fit-content;
  }
  .categories-mobile > .swiper-horizontal>.swiper-pagination-bullets, .categories-mobile .swiper-pagination-bullets.swiper-pagination-horizontal,.categories-mobile  .swiper-pagination-custom, .categories-mobile .swiper-pagination-fraction{
    top:0 !important;
    bottom: auto !important;
  }
  .news-block .swiper-pagination-bullet-active{
    background: #3C4F1D !important;
  }
  .categories-mobile > .category-swiper-pagination{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: row;
    
    z-index: 8;
    margin: 0;
    padding: 0;
    flex-basis: auto;
    width: 100%;
    justify-content: space-between;
    background-color: white;
    gap: 0.31rem;
    border-radius: 0.5rem 0 0 0.5rem;
  }

  .categories-mobile > .category-swiper-pagination > .swiper-pagination-bullet{
    background: #EAEAEA;
    height: 0.3125rem;
    margin: 0 !important; 
  }

  .categories-mobile > .category-swiper-pagination > .swiper-pagination-bullet-active{
    background: #7BAF21;
  }
  @media only screen and (min-width: 1920px) {
}

  @media only screen and (max-width: 1650px) {
  }


  @media only screen and (max-width: 1440px) {
    .content-block > .container{
      padding: 0;
      margin: 0 1rem 0;
      width: calc(100% - 2rem);
    }
    .second .info-content{
      padding: 5%;
    }
    .content-block{
      background-color: #000000;
    }
    
    .block-title{
      font-size: 1.5rem;
      padding-top: 2rem;
      width: calc(100%);
    }
    .categories-mobile{
      display: none;
    }
    .banner-content {
      width: 100%;
    }
    .categories-mobile .swiper-wrapper{
      max-width: 1250px;
    }
    .categories-mobile > .swiper-wrapper > .category > .content > .text > .title > .category-name {
      font-size: 2.5rem;
      line-height: 40px;
    }
    .categories-mobile > .swiper-wrapper > .category > .content > .text > .title > .category-products {
      font-size: 2rem;
      line-height: 40px;
    }
    .content-b {
      left: 2%;
    }
    .img-ol {
      height: 45rem;
  }
  .swiper.news-swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    max-width: 1400px;
    width: 93%;
}
  }
  @media only screen and (max-width: 1300px ) { 
    .img-ol img {
      top: -350px;
    }
    .second {
      width: 100%;
    }
    .green-block { 
      padding: 3.5rem 2rem;
    }
    .categories-mobile .swiper-wrapper{
      max-width: 1100px;
    }
    .categories-mobile > .swiper-wrapper > .category > .content {
      height: 520px;
    }
    .categories-mobile > .swiper-wrapper > .category > .content > .image {
      max-height: 60%;
    }
  }
  @media only screen and (max-width: 1150px ) { 
    .slogan {
      font-size: 3rem;
    }
    .banner .text {
      font-size: 3rem;
    }
    .img-ol img {
      top: -270px;
      left: -200px;
    }
    .green-block { 
      padding: 3rem 1rem;
    }
    .categories-mobile .swiper-wrapper {
      max-width: 850px;
    }
    .swiper.news-swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
      width: 100%;
    }    
  }
  @media only screen and (max-width: 1024px ) {
    .block-slide {
      display: flex;
      flex-wrap: wrap;
    }
    .blocks-video {
      display: flex;
      flex-direction: column;
      align-items: center;
  }
    .first{
      grid-column: span 3;
    }
    .second{
      grid-column: span 3;
      background: none;
    }
    .second .info-content{
      padding: 0;
    }
    .green-block{
      padding: 1rem;
    }
    .green-block > .info-content{
      gap: 1rem;
      width: 100%;
    }
    .green-block > .info-content > .info-title{
      font-size: 1rem;
    }
    .green-block > .info-content > .info-text{
      font-size: 0.95rem;
    }
    .categories .category > .content{
      display: flex;
      flex-direction: column;
    }
    .categories > .category .image{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 80%;
      min-height: 15rem;
    }
    .categories > .category .image > img {
      max-width: 80%;
      min-height: 6rem;
      height: auto;
      width: auto;
    }
    .categories > .category {
      position: relative;
      max-width: 100%;
      max-height: fit-content;
      background: var(--secondary-color-light-grey, #F6F6F6);
      padding: 0;
      border-radius: 0.5rem;
    }
    
  }

  @media only screen and (max-width: 920px ) {
    .img-ol {
      height: 35rem;
  }
  .content-b {
    width: 50%;
    top: 125px;
}
    .slogan {
      font-size: 2.5rem;
      line-height: normal;
    }
    .banner .text {
      font-size: 2.5rem;
      line-height: normal;
    }
    .production { 
      position: relative;
      z-index: 10000;
    }
    .categories-mobile > .swiper-wrapper > .category > .content {
      display: flex;
      flex-direction: column-reverse;
    }
    .categories-mobile > .swiper-wrapper > .category > .content > .image {
      max-height: 40%;
    }
    .categories-mobile > .swiper-wrapper > .category > .content > .text > .title > .category-name {
      font-size: 34px;
      line-height: 35px;
    }
    .categories-mobile > .swiper-wrapper > .category > .content > .text > .title > .category-products {
      font-size: 24px;
      line-height: 25px;
    }
    .categories-mobile .image > img {
      position: relative;
      top: -100px;
      right: -150px;
  }
  .categories-mobile .details {
    bottom: 150px;
  }
  .categories-mobile > .swiper-wrapper > .category > .content > .text {
    width: 77%;
    padding: 0;
  }
  }
  @media only screen and (max-width:860px) { 
    .categories-mobile .swiper-wrapper {
      max-width: 700px;
    }
  }
  @media only screen and (max-width:769px) {
    .banner{
      width: 100%;
    }
    .block-slide {
      display: none;
      width: 95%;
      flex-wrap: wrap;
      flex-direction: column;
  }
.banner::after {
  height: 20%;
}
.blocks {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
    .blocks > .green-block{
      width: 100%;
      flex-direction: column;
      flex:1;
      justify-content: space-between;
      gap: 1.25rem;
      display: none;
    }

    .green-block{
      padding: 1.5rem;
    }
    .green-block > .info-content{
      gap: 1.5rem;
      width: 100%;
    }
    .green-block > .info-content > .info-title{
      font-size: 1.25rem;
    }
    .green-block > .info-content > .info-text{
      font-size: 1rem;
    }

    .banner > .content{
      width: calc(100%-10rem);
      padding: 4.75rem 5rem;
    }
    .partners-logo{
      flex-direction: column;
      gap: 2.25rem;
    }
    .container  .row-green-mobile{
      display: flex;
      flex-direction: row;
      gap: 1.5rem;
      position: relative;
      box-sizing: border-box;
      margin-top: 50px;
      width: 100%;
    }
    .category-main .categories{
      display: none;
    }
    .categories-mobile{
      display: flex !important;
    }

    .features {
      gap: 0.5rem;
    }

    .features > .feature{
      padding: 0.75rem 1rem;
      font-size: 0.875rem;
    }
    .categories-mobile .swiper-wrapper {
      max-width: 600px;
    }
    
  }
  @media only screen and (max-width:650px) {
    .banner{
      width: 100%;
      padding: 0;
    }
    .slogan{
      font-size: 2rem;
    }

    .block-title{
      padding-top: 2rem;
      font-size: 1.5rem;

    }

    .banner > .content{
      width: calc(100%-5%);
      padding: 4.75rem 5%;
    }
    .categories-mobile .swiper-wrapper {
      max-width: 500px;
    }
    .categories-mobile .details {
      bottom: 0px;
      padding: 10px 25px;
      left: 180px;
  }
  .categories-mobile .image > img {
    position: relative;
    top: -50px;
    right: 0px;
}
.category {
  display: flex;
  flex-direction: column;
  height: auto;
}
.h3-p-a-category {
  width: 100%;
}
.category-image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
img.category-image-img {
  width: 60%;
}
  }
  @media only screen and (max-width:540px) {
    .block-title{
      padding-top: 2rem;
      font-size: 1.25rem;

    }
    .first {
      width: 100%;
      height: 250px;
  }
    h3.category-name {
      font-size: 30px;
  }
    .img-ol img {
      top: 0px;
  }
    .buttons {
      width: 90%;
      display: flex;
      flex-direction: column;
      justify-content: baseline;
      gap: 0.5rem;
      margin: 0 auto;
    }
    .buttons > *{
      width: 100%;
    }

    .buttons > div > a{
      display: block;
      width: 100%;
    }
    .buttons > div > a > button{
      display: block;
      width: 100%;
    }

    .banner > .content{
      width: calc(100% - 2.5rem);
      padding: 4.75rem 1.25rem;
      justify-content: center;
      align-items: center;
      max-height: fit-content;
    }

    .banner{
      max-height: fit-content;
    }

    .news > .news-item{
      min-height: 40rem;
    }
    .green-block-mobile .info-content .info-title{
      font-size: 1rem;
    }
    .category {
      padding: 15px 40px;
    }
  }
  @media only screen and (max-width:470px) { 
    .news-item {
      width: 280px;
    }
    .languages.navbar-body {
      display: none;
    }
  }
  @media only screen and (max-width:350px) { 
    .news-item {
      width: 200px;
      height: 280px;
    }
    .news-item h3 {
      position: absolute;
      color: #fff;
      top: 25px;
      text-align: left;
      z-index: 10;
      width: 99%;
  }
  }

