:root {
  --white: #fff;
  --gray: #E5E5E5;
  --orange: #FF7A00;
  --main: #F6D797;
}
 
 html{
  scroll-behavior: smooth;
 }



/* body */
body {
  font-size: 16px;
  font-family: "Play", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  line-height: 1.4;
}


h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
}

h1 {
  font-size: calc(28px + 25 * (100vw / 1920));
  color: #000000;
  font-weight: 700;
}
h1 span{
  color: rgb(186, 12, 47);
}

h2 {
  font-size: calc(22px + 20 * (100vw / 1920));
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  position: relative;
}
h2 span{
  color: rgb(186, 12, 47);
}
p {
  font-family: "Play", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #817e7e;
}

a {
  text-decoration: none;
  transition: all .3s;
  color: #000;
}
a:hover{
  opacity: 0.6 !important;
  color: #000;
}

/* container */
.container {
  max-width: 1150px;
  margin: 0 auto;
}
.container-footer{
  padding: 0 35px;
  margin: 0 auto;
}

/* gage */
.page {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

/* btn */
.btn {
  display: inline-block;
  vertical-align: top;
  border: 0;
  line-height: 1.5;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

.btn-1 {
  padding: 7px 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: #ba0c2f;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.btn-1:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2) !important;
  background-color: #db3758 !important;
  color: #fff;
}

.btn-2 {
  color: #ba0c2f;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 15px 60px;
  font-weight: 700;
  font-size: 16px;
}

.btn-2:hover {
  background-color: transparent;
  color: #fff;
}

.btn-next-slider {
  background-image: url("../img/arrow.svg");
  background-size: cover;
  width: 14px;
  height: 8px;
  z-index: 10;
  cursor: pointer;
  border: 0;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
        transition: all 0.3s;
}

.btn-perv-slider {
  background-image: url("../img/arrow.svg");
  background-size: cover;
  width: 14px;
  height: 8px;
  z-index: 10;
  cursor: pointer;
  border: 0;
  -webkit-transform: rotate(49deg);
  transform: rotate(49deg);
      transition: all 0.3s;
}
.btn-next-slider:hover{
    opacity: 0.7;
}
.btn-perv-slider:hover{
    opacity: 0.7;
}


.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}


.btn-next-slider {
  background-image: url("../img/arrow-right.png");
  background-size: cover;
  width: 30px;
  height: 30px;
  z-index: 10;
  cursor: pointer;
  border: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
      position: absolute;
      right: -50px;
      top: 50%;
}

.btn-perv-slider {
  background-image: url("../img/arrow-right.png");
  background-size: cover;
  width: 30px;
  height: 30px;
  z-index: 10;
  cursor: pointer;
  border: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
        position: absolute;
    left: -50px;
    top: 50%;
}
.certificate{
    position: relative;
}

.btn-next-slider2 {
  background-image: url("../img/arrow-right.png");
  background-size: cover;
  width: 30px;
  height: 30px;
  z-index: 10;
  cursor: pointer;
  border: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
      position: absolute;
      right: 300px;
      top: 80%;
}

.btn-perv-slider2 {
  background-image: url("../img/arrow-right.png");
  background-size: cover;
  width: 30px;
  height: 30px;
  z-index: 10;
  cursor: pointer;
  border: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
        position: absolute;
    left: 300px;
    top: 80%;
}
.header__inner .header__item:nth-child(5){
  display: none;
}
.header__inner{
  display: flex;
  align-items: center;
  gap: 25px;
}
.header__inner .header__item:nth-child(2){
  margin-left: auto;
}
.header{
  padding: 10px 0;
}
.navigation .navigation__inner .navigation__item:nth-child(2) {
  margin-left: auto;
  margin-top: 20px;
}
#cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    z-index: 10000;
}

#cookie_note p{
    margin: 0;
    text-align: left;
    color: black;
}

.cookie_accept{
        width: 100%;
    height: 43px;
}
@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
    
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
    .cookie_accept{
      width: 100%;
    }
}


.navigation .navigation__inner .navigation__item nav > ul {
  display: flex;
  justify-content: space-between;

}
.navigation .navigation__inner .navigation__item nav > ul li {
  position:relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.navigation .navigation__inner .navigation__item nav > ul li a:hover {
  background:#76be34;
  color: #fff;
}

.navigation .navigation__inner .navigation__item nav > ul li.active > a {
  border-top: solid 3px  #76be34;
  background:#76be34;
  color: #fff;
}
.subnav li a{
  color: #000 !important;
}

.navigation .navigation__inner .navigation__item nav > ul li a {
  padding: 20px;
  color: #4a5568;
  font-size: 17px;
  white-space: nowrap;
  font-weight: 700;
  transition: all .3s;
}
.navigation .navigation__inner .navigation__item nav > ul li a:hover{
  opacity: 1 !important;
   color: #fff;
}
.nav{
  display: inherit;
}
.subnav li:hover a{
  color: #00C65E !important;
}
.intro__inner .swiper-slide img{
  height: 475px;
}
.intro__inner{
  position: relative;
}
.news__title > a{
  display: block;
  padding: 25px;
  width: 100%;
  color: #fff;
  background: #82b745;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}
.right__bottom .title{
  display: block;
  padding: 25px;
  width: 100%;
  color: #fff;
  background: #82b745;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}
.right__bottom a img{
  width: 100%;
}
.news__wraper{
  display: grid;
  grid-template-columns: 800px 1fr;
  gap: 30px;
}
.news__title > img{
  margin-left: 10px;
  margin-top: -4px;
}
.right__top-link img{
  width: 100%;
}
.news__item{
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.21);
  padding: 12px;
}
.news__inner{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.news__img img{
  width: 100%;
  height: 275px;
  object-fit: contain;
}
.news__item .title a{
  color: #000000;
  font-weight: 700;
  font-size: 20px;
}
.news__item .title{
  margin-top: 25px;
}
.news__data{
  margin-top: 25px;
  font-size: 14px;
  color: #8a8a8a;
}
.news__data .data{
    display: flex;
    gap:10px;
}
.news__item .subtitle{
  font-size: 10px;
}
.map__title{
  display: block;
  padding: 25px;
  width: 100%;
  color: #fff;
  background: #82b745;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.footer{
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.21);
}
.footer__wrap{
  padding: 20px;
}
.footer__inner{
  display: flex;
  gap: 50px;
}
.footer__title{
  font-size: 18px;
  font-weight: 700;
}
.footer__address{
  margin-top: 10px;
}
.footer__phone{
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.footer__email{
  margin-top: 10px;
}
.footer__copy{
  font-size: 14px;
  text-align: center;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__copy .item:nth-child(2) .bw{
  gap: 30px;
  display: flex;
  align-items: center;
}
.footer__copy .item:nth-child(2) .bw a{
  font-size: 15px;
}
.partners{
  position: relative;
}
.partners__inner .swiper-slide img {
  object-fit: contain;
  width: 220px;
  padding-left: 73px;
}
.partners__inner .swiper-wrapper{
  align-items: center;
}
.right__bottom{
  margin-top: 34px;
}
.footer{
  margin-top: auto;
}
.gallery__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap:30px;
}
.video__inner{
  display: flex;
  flex-direction: column;
  gap: 30px;
}


:root {
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --transition: 300ms var(--ease-in-out);
}


@media (max-width:767px) {
  .gallery__grid {
      grid-template-columns: 1fr 1fr
  }
}

.gallery__item {
  display: block;
  height: 0;
  padding-bottom: 68.356%;
  overflow: hidden;
  position: relative;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  transition: box-shadow var(--transition), -webkit-transform var(--transition);
  transition: transform var(--transition), box-shadow var(--transition);
  transition: transform var(--transition), box-shadow var(--transition), -webkit-transform var(--transition)
}

@media (max-width:767px) {
  .gallery__item {
      padding-bottom: 75%
  }
}

.gallery__item:hover {
  z-index: 1
}

@media (min-width:992px) {
  .gallery__item:hover {
      -webkit-transform: scale(1.04);
      transform: scale(1.04);
      box-shadow: 0 2px 20px 2px rgba(0, 0, 0, .45)
  }
}

.gallery__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.albums__item a img{
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.albums__inner{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.albums__item a{
  display: block;
  position: relative;
}
.albums__item .title{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
    background: #000000;
  color: #fff;
  padding: 5px;
  text-align: center;
}
.content__inner p{
  margin-top: 10px;
}
.albums__item{
      border: 1px solid #76be34;
}








@media (max-width: 1450px) {

 
}


@media (max-width: 1200px) {

  .container{
    padding: 0 20px;
  }
  .news__wraper{
    grid-template-columns: 1fr;
  }
}


@media (max-width: 1024px) {
  .footer__inner{
    flex-direction: column;
  }
  .footer__copy{
    text-align: left;
  }
  .albums__inner{
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .footer__copy{
    flex-direction: column;
    gap: 40px;
  }
  .content__inner img{
    width: 100%;
    height: 100%;
    margin-top: 10px;
  }
  .header__inner .header__item:nth-child(2){
    display: none;
  }
  .header__inner .header__item:nth-child(3){
    display: none;
  }
  .header__inner .header__item:nth-child(4){
    display: none;
  }
  .header__inner .header__item:nth-child(5){
    display: block;
  }
  .header__inner{
    justify-content: space-between;
  }
  .slider-navigation{
    display: none;
  }
  .logo a img{
    width: 100%;
  }
  .navigation{
    display: none;
  }
  .intro__inner .swiper-slide img{
    height: 100%;
  }
  .news__inner {
    grid-template-columns: 1fr 1fr;
  }
  h1 {
    font-size: calc(28px + 25 * ((100vw - 320px) / (1280 - 320)));
  }
  h2 {
    font-size: calc(22px + 10 * ((100vw - 320px) / (1280 - 320)));
  }
  .albums__inner{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .news__inner {
    grid-template-columns: 1fr;
  }
  .gallery__grid{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 375px) {
  
}
@media (max-width: 320px) {

}
