.block-title{
    color: var(--main-color-black, #fff);
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;  
    padding-bottom: 3rem;  
    padding-top: 2rem;
    text-transform: uppercase;
  }
.content-block > .container{
    max-width: 1400px;
    width: 100%;
  }
  .banner{
    margin: 0 auto;
    position: relative;
    height: 45.0625rem;
  }
  .banner::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;
}
  /*.banner > .figure{  
    position: absolute;
    top: 9rem;
    left: 5.13rem;
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 0.5rem;
    background: linear-gradient(101deg, rgba(123, 175, 33, 0.80) 0%, rgba(255, 255, 255, 0.00) 93.49%);
    background-blend-mode: overlay;
  }
*/
  .banner > .text{
    color: var(--main-color-white, #FFF);
    width: 100%;
    max-width: 1400px;
    max-height: 25rem;
    font-style: normal;
    line-height: normal;
    position: absolute;
    bottom: 0;
    text-align: justify;
    z-index: 1000;
  }
  .banner > .text .title-about{
    font-size: 40px;
    font-style: normal;
    /*font-weight: 700;*/
    line-height: normal;
  }
  .image-product {
    width: 100%;
    height: 1000px;
    overflow: hidden;
    clip-path: ellipse(100% 50% at 50% 20%);
}
.line-green-adb {
  position: absolute;
  bottom: 280px;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: -1;
}

  p.text-about {
    font-size: 18px;
    max-width: 600px;
  }
  .developments .cards{
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
  .production-item {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.production-image {
  max-width: 180px;
  border-radius: 50%;
  border: 5px solid #7BAF21;
  overflow: hidden;
  display: flex;
}
  .developments .cards > .card {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    width: 100%;
}
  .developments .cards > .card > .image {
    flex-shrink: 0;
    width: 50%;
  }
  .developments .cards > .card > .image > img {
    width: 100%;
    height: auto;
}
.icon-text-item .text {
  color: #ffffff7c;
  font-weight: 300;
  font-size: 18px;
  line-height: 46px;
  padding: 0 0 0 20px;
}
p.title-our-p {
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  bottom: 50px;
  position: absolute;
}
.icon-text-item {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  flex-direction: row;
}
.icon-text-item .icon img {
  width: 30px;
  object-fit: contain;
  height: 30px;
}
.icon-text-items {
  width: 50%;
  position: relative;
}
.block-title.position-block {
  top: 0;
  left: -146px;
  position: relative;
}
.our-production {
  position: relative;
  margin: 0 0 50px 0;
}
.our-production img {
  width: 100%;
  height: auto;
}
.image-product::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #00000000, rgb(0 0 0 / 22%), rgb(0 0 0));
  pointer-events: none;
}
.timeline-title.position-block {
  color: var(--main-color-black, #fff);
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  position: absolute;
  top: 50px;
}
.ourpr-title {
  color: var(--main-color-black, #fff);
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  position: absolute;
  top: 100px;
  left: 13%;
  z-index: 1;
}
.timeline-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #000;
  height: 600px;
  justify-content: space-around;
}
.production-block {
  color: #fff;
  display: flex;
      flex-direction: column;
      align-content: center;
      align-items: center;
  }
.logo-text-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  gap: 100px;
}
.logo-text-item {
  width: 250px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
  flex: 1 5 calc(33.33% - 100px);
}
.our-production .texts {
  position: absolute;
  bottom: 155px;
  width: 90%;
  display: flex;
  margin: 0;
  padding: 0;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1400px;
}
.our-production .texts p {
  /* background: #458d8d75; */
  width: 168px;
  /* height: 250px; */
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 18px;
}
.texts-block {
  padding: 4rem 8rem 0;
}
.texts-block p {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    text-indent: 40px;
}
.logo-text-item .logo img {
  max-width: 200px;
  height: auto;
}
.logo-text-item .text {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 22px;
  text-align: center;
}
.awards-certificates.content-block {
  margin-top: 150px;    
  display: flex;
  justify-content: center;
}
.ourclients.content-block {
  display: flex;
  justify-content: center;
}
.developments.content-block {
  margin: 150px 0 0 0;
  display: flex;
  justify-content: center;
}
.awards-items {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 6rem;
  margin-bottom: 150px;
}
.award-item img {
  width: 200px;
  height: auto;
}
.timeline {
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
  flex-direction: row;
  max-width: 1400px;
  top: -165px;
}

/* Линия таймлайна */
/* .timeline::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #7BAF21;
  z-index: 1;
} */

/* Круги с годами */
.timeline-circle {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: black;
  border: 8px solid #7BAF21;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Бесконечность */
.timeline-circle.infinity {
  font-size: 76px;
  background: black;
  border: 0px solid #7BAF21;
  color: #7BAF21;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Контейнер года */
.timeline-item {
  position: absolute;
  text-align: center;
  /* width: 0; */
}

/* Вертикальные линии */
.timeline-item::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 95px;
  background: #7BAF21;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.timeline-item::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #7BAF21;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.timeline-item:nth-child(1)::before { width: 255px; left: 102px; }
.timeline-item:nth-child(2)::before { width: 295px; left: 30px; }
.timeline-item:nth-child(3)::before { width: 200px; left: 90px;}
.timeline-item:nth-child(4)::before { width: 0px; left: 0px; }

.timeline-item:nth-child(1) { left: 0%; }
.timeline-item:nth-child(2) { left: 25%; }
.timeline-item:nth-child(3) { right: 45%; } 
.timeline-item:nth-child(4) { right: 22%; }

/* Направление линий */
.timeline-item:nth-child(1)::after { bottom: -95px; }
.timeline-item:nth-child(2)::after { height: 175px; }
.timeline-item:nth-child(3)::after { height: 145px; }
.timeline-item:nth-child(4)::after { height: 0px; }

.timeline-content {
  position: absolute;
  left: 55%;
  width: 200px;
  text-align: left;
  color: white;
  font-size: 18px;
}
/* Для 2, 3, 5 — текст сверху */
.timeline-item:nth-child(2) .timeline-circle {
  width: 20px;
  height: 20px;
  background: black;
  border: 5px solid #7BAF21;
}

.timeline-item:nth-child(1) .timeline-content {
  width: 210px;
  height: auto;
  padding: 0 10px;
}
.timeline-item:nth-child(2) .timeline-content {
  width: 230px;
  height: auto;
  padding: 0 10px;
  top: 65px;
}
.timeline-item:nth-child(3) .timeline-content {
  width: 225px;
  height: auto;
  padding: 0 10px;
}
.timeline-item:nth-child(4) .timeline-content {
  width: 350px;
  height: auto;
  padding: 0 10px;
  top: 80px;
  left: 0;
}
  .developments .cards > .card > .text{
    width: 100%;
    color: #fff;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 2.25rem;
  }

  .qna .cards{
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    padding-bottom: 1.5rem;
  }

  .qna .cards > .card{
    border-radius: 0.5rem;
    background: var(--secondary-color-light-grey, #F6F6F6);
    width: 25.8125rem;
    height: 31.3125rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    flex-shrink: 0;
  }
  .qna .cards > .card > .content {
    padding: 2.25rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .qna .cards > .card > .content > .title{
    color: #464646;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .qna .cards > .card > .content > .text{
    color: #464646;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .qna > .container{
    padding-bottom: 4.75rem;
  }

  .history-map{
    width: 100%;
    /* height: 42.9375rem; */
    display: flex;
    flex-direction: row;
  }
  .history-map  .title {
    color: var(--secondary-color-dark-grey, #6C6C6C);
    /* Headlines/H3-24px */
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .history-map .text {
    color: #fff;

    /* Subtitle/Sub 3-14px */
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .first-frame{
    /* width: 19.0625rem;
    height: 24.8125rem; */
    display: flex;
    flex-wrap: wrap;
  }
  .first-frame > .first{
    /*position: relative;*/
    width: 86px;
    height: 86px;
    border: 8px solid #7EB02E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .history-map .green-circle{
    position: absolute;
    top: 0.94rem;
    left: 0.94rem;
  }
  .history-map .white-circle{
    position: absolute;
    top: 2.5rem;
    left: 2.5rem;
  }
  .history-map .half-circle{ 
    position: absolute;
    right: 0;
    bottom:0;
  }
  

  .first-frame .first > .text {
    z-index: 4;
    color: var(--main-color-light-green, #fff);
    font-size: 2rem;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
  }

  .first-frame > .second{
    display: flex;
    align-items: center;
    height: 100px;
  }

  .second-frame {
    display: flex;
    flex-wrap: wrap;
  }
  .second-frame > .row{
    display: flex;
  }
  .second-frame > .row > .first{
    width: 34px;
    height: 34px;
    border: 10px solid #7EB02E;
    border-radius: 50%;
  }
  .second-frame > .row > .second{
    margin-left: 0.5rem;
    height: 2.1rem;
  }
  .second-frame > .third{
    height: 2.1rem;
    margin: 0.87rem 0 0;
  }
  .second-frame > .fourth{
    width: 13.5625rem;
  }

  .third-frame{
    /* width: 15.25rem;
    height: 18.9375rem; */
    display: flex;
    flex-wrap: wrap;
    /* margin-left: 1.25rem;
    margin-top: 5.5rem; */
  }

  .third-frame > .row-1{
    display: flex;
    width: 34px;
    height: 34px;
    /* width: 15.25rem;
    height: 2.1rem;
    gap: 1.13rem; */
    border: 10px solid #7EB02E;
    border-radius: 50%;

  }

  .third-frame > .row-2{
    display: flex;
    margin-left: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .fourth-frame{
    /* width: 17.5625rem;
    height: 16.0625rem; */
    display: flex;
    flex-wrap: wrap;
    /* margin-left: 1.25rem;
    margin-top: 5.5rem; */
  }
  .fourth-frame > .row-1{
    /* width: 17.5625rem;
    height: 2.1rem; */
    display: flex;
    justify-content: space-between;
    width: 34px;
    height: 34px;
    border: 10px solid #7EB02E;
    border-radius: 50%;
  }
  .fourth-frame > .row-2 {
    display: flex;
    margin-left: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .fourth-frame > .fifth{
    padding-left: 1rem;
  }
  .fifth-frame{
    height: 15rem;
    display: flex;
    flex-direction: column;
    margin-left: 1.25rem;
    margin-top: 5.5rem;
    align-items: center;
  }
  .sixth-frame > .first{
    width: 86px;
    height: 86px;
    border: 8px solid #7BAF21;
    border-radius: 50%;
    color: #FFF;
  }
  .sixth-frame > .second{
    display: flex;
    justify-content: end;
    margin-right: 0.2rem;
  }
  .sixth-frame > .third{
    text-align: end;
  }
  .seventh-frame > .row-1{
    display: flex;
  }
  .seventh-frame > .row-1 > .first{
    width: 44.5rem;
    display: flex;
    align-items: center;
  }
  .seventh-frame > .row-1 > .second{
    width: 3.875rem;
    height: 3.875rem;
    position: relative;
  }
  .seventh-frame > .row-1 > .second > .back{
    position: absolute;
  }
  .seventh-frame > .row-1 > .second > .front{
    position: absolute;
    top: 0.81rem;
    left: 1rem;
  }

  .seventh-frame > .row-2{
    margin-top: 0.63rem;
  }
  .seventh-frame > .row-2 > .third{
    /* width: 40.375rem;
    height: 5.7625rem;
    background: var(--main-color-light-green, #7BAF21);
    margin-left: 7.75rem;
    padding:2.25rem; */
    color: var(--main-color-white, #FFF);
    /* Subtitle/Sub 3-14px */
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .cards-mobile{
    display: none !important;
  }

  .cards-mobile > .swiper-wrapper > .card{
    width: 100%;
    height: fit-content;  
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .cards-mobile > .swiper-wrapper > .card{
    width: 100%;
    height: fit-content;  
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .cards-mobile .swiper-wrapper{
    display: flex;
    position: relative;
    width: 100%;
  }

  .cards-mobile .card > .image{
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .cards-mobile .card > .image > img{
    width: 100%;
    height: auto;
  }

  .cards-mobile .card > .text{
    color: var(--main-color-black, #3E3E3E);
    text-align: justify;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
  }


  .cards-mobile .features{
    height: fit-content;
  }
  .cards-mobile > .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    top:0 !important;
    bottom: auto !important;
  }

  .cards-mobile > .card-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;
    gap: 0.31rem;
    border-radius: 0.5rem 0 0 0.5rem;
  }

  .cards-mobile > .card-swiper-pagination > .swiper-pagination-bullet{
    height: 0.3125rem;
    margin: 0 !important; 
    background: #F6F6F6;
  
  }

  .cards-mobile > .card-swiper-pagination > .swiper-pagination-bullet-active{
    background: #7BAF21;
  }
  
  .history-map-mobile{
    display: none !important;
  }

  .history-map-mobile{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .history-map-mobile .slide{
    width: 100%;
    min-height: 30rem;
    height: fit-content;
    display: flex;
    flex-direction: column;
    border-radius: 0.5rem;
    background: #F6F6F6;
  }

  .history-map-mobile  .figure{
    width: 100% - 2rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-height: 15rem;
    gap: 0.8rem;
    margin: 0 1rem 0; 
  }

  .history-map-mobile .slide_1 > .text{
    text-align: start !important;
  }

  .history-map-mobile .slide_5 > .text{
    text-align: end !important;
  }

  .history-map-mobile .slide > .text{
    color: #464646;
    font-size: 0.875rem;
    font-style: normal;
    width: 100% - 2rem;
    padding: 0 1rem 0;
    padding-bottom: 1.5rem;
    font-weight: 400;
    line-height: 1.5rem; /* 171.429% */
    text-align: center;
  }
  .history-map-mobile .navigation{
    display: flex;
    flex-direction: row;
    height: 2.75rem;
    gap: 1rem;
    justify-content: space-between;
  }

  .history-map-mobile .navigation > button{
    border: none;
  }

  .history-map-mobile .navigation > .custom-button-prev{
    border-radius: 50%;
    background-color: #F6F6F6;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 2.75rem;
    cursor: pointer ;

  }

  .history-map-mobile .navigation > .custom-button-next{
    display: flex;
    flex:3;
    max-width: 20rem;
    height: 100%-1.25rem;
    padding: 0.625rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    border-radius: 0.5rem;
    background: #7BAF21;
    color: #FFF;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer ;
  }
  .history-map-mobile .navigation > .custom-button-next:hover{
    background: #6C991E;
    box-shadow: 0px 0px 8px 4px rgba(204, 204, 204, 0.10);
  }
  
  .history-map-mobile .navigation > .custom-button-next.swiper-button-disabled{
    border-radius: 0.5rem;
    background: #DEDEDE;
  }
  .history-map-mobile .navigation > .custom-button-prev.swiper-button-disabled > svg > path{
    fill: white;
  }
  .history-map-mobile .navigation > .custom-button-prev.swiper-button-disabled{
    background-color: #DEDEDE;
  }

  @media only screen and (max-width: 1440px) {
    .banner > .text{
      max-width: 97%;
    }
    .content-block > .container {
      padding: 0 !important;
      width: calc(100% - 2rem);
    }
    nav .container {
      width: 97%;
  }
    .block-title{
      font-size: 1.5rem;
      padding-top: 1rem;
      padding-bottom: 2rem;
      width: calc(100%);
    }
    .logo-text-item .text {
      font-size: 18px;
    }
    .ourpr-title {
      font-size: 1.5rem;
    }
    .history-map{
      display: none;
    }
    .history-map-mobile{
      display: flex !important;
    }
  .texts-block {
    padding: 8rem 8rem 0;
}
.production-image {
  max-width: 175px;
}
.our-production {
  margin: 0 0 120px 0;
}
  .our-production .texts {
    width: 99%;
    bottom: 30px;
  }
  p.title-our-p {
    bottom: -30px;
  }
  .image-product {
    height: 650px;
}
}
  @media only screen and (max-width: 1335px) {
    p.title-our-p {
      width: 90%;
    }
    .timeline-container {
      display: flex;
      height: 985px;
      align-items: center;        
      margin: 50px 0;
      justify-content: flex-start;
  }
  .timeline {
    display: flex;
    position: relative;
    width: 0%;
    height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 100px;
}
    .timeline-item:nth-child(1) {
      left: -165px;
      top: 0px;
  }
  .timeline-item:nth-child(1)::before {
    width: 205px;
    left: 101px;
}
  .timeline-item:nth-child(1) .timeline-content {
    width: 210px;
    height: auto;
    top: 60px;
    padding: 0;
    left: 100px;
}
  .timeline-item:nth-child(2) {
    left: -129px;
    top: 195px;
}
.timeline-item:nth-child(2)::before {
  width: 270px;
  left: 0;
}
.timeline-item:nth-child(2)::after {
  top: 30px;
  height: 150px;
}
  .timeline-item:nth-child(2) .timeline-content {
    width: 250px;
    height: auto;
    top: 15px;
    left: 30px;
}
  .timeline-item:nth-child(3) {
    left: -228px;
    top: 365px;
}
.timeline-item:nth-child(3)::after {
  top: 80px;
  height: 130px;
}
.timeline-item:nth-child(3)::before {
  width: 240px;
  left: 145px;
}
.timeline-item:nth-child(3) .timeline-content {
  padding: 0;
  top: 65px;
  left: 160px;
}
.timeline-item:nth-child(4) {
  top: 575px;
  right: 85px;
}
.timeline-item:nth-child(4) .timeline-content {
  top: 50px;
  left: -15px;
  padding: 0;
}
    }
    @media only screen and (max-width: 1225px) {
      .our-production .texts p {
        width: 6rem;
    }
    }

  
  @media only screen and (max-width: 1110px) {
    .banner {
        height: 35rem;
    }
  }
  @media only screen and (max-width: 1024px) {
    .content-block > .container{
      padding: 0 !important;
      margin: 0 1.25rem 0;
      width: calc(100% - 2rem);
    }
    .banner{
      display: flex;
      flex-direction: column;
      max-height: 32.5625rem !important;
      height: 32.5625rem !important;
      justify-content: end;
      transition: background-position 0.3s ease-in-out;
      background-position: 90% center;
    }
    .banner > .figure{
      display: none;
    }
    .banner > .text{
      padding: 1.25rem;
      max-width: 100%;
      width: auto;
      height: fit-content;
      font-size: 1rem;
      line-height: 1.5rem;
      margin-bottom: 1rem;
    }
    .banner::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 160%;
      background: linear-gradient(to top, #000000, rgb(0 0 0 / 22%), rgba(0, 0, 0, 0));
      pointer-events: none;
  }
  }

  @media only screen and (max-width:875px) {
    .qna .cards > .card{
      height: fit-content;
      width: 100%;
    }
    .cards-mobile > .swiper-wrapper > .card {
      justify-content: center;
  }
    .qna .cards > .card > .content > .title{
      font-size: 1rem !important;
    }
    .qna .cards > .card > .content > .text{
      font-size: 0.875rem !important;
    }

    .developments .cards{
      display: none;
    }
    .developments .cards-mobile{
      display: flex !important;
    }
    .banner{
      background-position: none;
    }
    .ourproduction {
      display: none;
  }
  .icon-text-items {
    width: 100%;
    position: relative;
    margin: 0 0 100px 0;
}
  }
  @media only screen and (max-width:835px) {
    .timeline-item:nth-child(1) .timeline-content {
      width: 270px;
  }
}
  @media only screen and (max-width:700px) {
    
}