@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap');

:root {
  --white: #fff;
  --main: #50a467;
  --black: #000;
}
/* body */
body {
  font-size: 17px;
  font-family: 'Lora', serif;
  font-style: normal;
  color: #000;
  font-weight: 600;
  line-height: 1.4;
  background: #fff;
}


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

}

h2 {
  font-size: calc(20px + 20 * (100vw / 1920));
  line-height: 1.2;
  font-weight: 600;
  color: #000;
  position: relative;
}
h2 span{
  color: var(--main);
}

p {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
}

a {
  text-decoration: none;
  transition: all .3s;
  color: #000;
}
a:hover{
  color: var(--main);
}

/* container */
.container {
  max-width: 1400px;
  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;
  font-family: 'Lora', serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
  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 {
  background: #6BB59B;
  padding: 15px 45px;
  color: var(--white);
  transition: all .3s;
  border-radius: 30px;
}

.btn-1:hover {
  background: #237658;
  color: #fff;
}

.btn-2{
  background: transparent;
  padding: 15px 25px;
  color: var(--black);
  border: 1px solid var(--main);
  transition: all .3s;
  font-weight: 900;
}
.btn-2:hover{
  color: var(--main);
}

.btn-next-slider {
  background-image: url("http://xn--75-6kc2a3a.xn--p1ai/assets/img/arrow.svg");
  background-size: cover;
  width: 14px;
  height: 8px;
  z-index: 10;
  cursor: pointer;
  border: 0;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.btn-perv-slider {
  background-image: url("http://xn--75-6kc2a3a.xn--p1ai/assets/img/arrow.svg");
  background-size: cover;
  width: 14px;
  height: 8px;
  z-index: 10;
  cursor: pointer;
  border: 0;
  -webkit-transform: rotate(49deg);
  transform: rotate(49deg);
}



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

.social a {
  width: 20px;
  height: 20px;
  float: left;
  background: url(http://xn--75-6kc2a3a.xn--p1ai/assets/img/icon-social.svg) no-repeat;
}

.social a:hover {
  opacity: 0.6;
}

.social .te {
  background-position: -42px 0;
}

.social .va {
  background-position: -126px 0;
}

.header__inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F3F3F3;
  border-radius: 30px;
  padding: 10px;
}
.form__search{
  display: flex;
  align-items: center;
  position: relative;
}
.form__search img{
  position: absolute;
  right: 10px;
  top: 8px;
}
.header{
  margin-top: 20px;
}
.search__field{
  background: #292929;
  border: none;
  padding: 5px;
  width: 150px;
}
.header__item .phone{
  display: flex;
  align-items: center;
  gap: 10px;
}
.phone__item{
  display: flex;
  gap: 30px;
}
.header__item .logo a{
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.nav{
  padding: 0 20px;
}
.nav ul{
  display: flex;
  justify-content: space-between;
}
.nav ul li a{
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}
.intro__content{
  padding: 70px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.intro__content h2{
  font-size: 20px;
  color: #fff;
}
.intro__content h1{
  font-size: calc(25px + 55 * (100vw / 1920));
  color: #fff;
  max-width: 100%;
  line-height: 102.4px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .intro__content h1{
    font-size: calc(25px + 55 * ((100vw - 320px) / (1280 - 320)));
  }
}
.header__item:nth-child(4){
  display: none;
}
.logo-mob{
  display: none;
}
.base-title{
  font-size: 32px;
  font-weight: 600;
}
.main__inner{
  display: grid;
  grid-template-columns: 1044px 1fr;
  gap: 20px;
}
.link__item .top{
  display: flex;
  justify-content: space-between;
}
.link__item .top img{
  width: 40px;
  height: 40px;
}
.link__item{
  background: #F3F3F3;
  padding: 20px;
  border-radius: 30px;
}
.link__inner{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.link__item .bottom{
  background: #fff;
  display: flex;
  border-radius: 30px;
  justify-content: center;
  margin-top: 20px;
}
.link__item .bottom img{
  max-width: 295px;
}
.news__item{
  background: #F3F3F3;
  border-radius: 30px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news__item .news__image img{
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news__item .title{
  margin-top: 20px;
  font-weight: 600;
  font-size: 16px;
}
.news__item .data{
  margin-top: auto;
  font-weight: 400;
  font-size: 16px;
  color: #797979;
}
.news__inner{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 65px;
}
.news__item .desc{
  font-size: 16px;
  font-weight: 400;
}
.news__btn{
  display: flex;
  justify-content: center;
}
.footer{
  margin-top: auto;
}
.footer__inner{
  background: #237658;
  border-radius: 30px;
  color: #fff;
  padding: 20px;
}
.footer__inner a{
  color: #fff;
}
.footer__item:nth-child(1){
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.footer__item:nth-child(2){
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.footer__item ul{
  display: flex;
  justify-content: space-between;
}
.footer__item:nth-child(2) .right{
  display: flex;
  justify-content: space-between;
}
.footer__item .title{
  font-size: 28px;
  font-weight: 700;
}
.footer__item .subtitle{
  font-weight: 400;
  font-size: 16px;
  color: #ffffff69;
}
.footer__inner ul li a{
  font-weight: 400;
  font-size: 16px;
}
.footer__item:nth-child(2) .left{
  font-size: 12px;
  font-weight: 400;
}
.files__list p a{
  font-weight: 400;
  font-size: 16px;
}
.files__list p{
  border-bottom: 1px solid #e3e3e3;
  padding: 20px 0;
}
.menulvl ul li{
  border-bottom: 1px solid #e3e3e3;
  padding: 20px 0;
}
.menulvl ul li a{
  font-weight: 400;
  font-size: 16px;
}
.content__inner p{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.gallery__inner{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.gallery__item img{
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}
.guide__inner{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
.guide__item{
  padding: 20px;
  background: #F3F3F3;
  border-radius: 30px;
}
.guide__item img{
  border-radius: 30px;
}
.guide__item .title{
  margin-top: 20px;
  font-weight: 600;
  font-size: 16px;
}
.guide__item .desc{
  margin-top: 10px;
  font-weight: 400;
}
.headerLine{
    background: #292929;
}
.headerLine__inner{
    display: flex;
    align-items: center;
}
.headerLine__item:nth-child(5){
  display: none;
}
.headerLine__item:nth-child(1){
  display: none;
}
.headerLine__item:nth-child(4){
  margin-left: auto;
}
.headerLine__item .phone{
  display: flex;
  align-items: center;
  gap: 25px;
}
.headerLine__inner{
  padding: 10px 0;
}
.headerLine__item .phone a{
  color: #fff;
  transition: all .3s;
}
.headerLine__item .email a{
  color: #fff;
  transition: all .3s;
}
.headerLine__item .phone a:hover{
  color: #ffc600;
}
.headerLine__item .email a:hover{
  color: #ffc600;
}
.headerLine__item:nth-child(3){
  margin-left: 150px;
}
.search__field:focus{
  border-bottom: 1px solid #fff !important;
}
.headerLine__item .form__search input{
  color: #fff;
}
.navigation{
  background: #237658;
  color: #fff;
}
.navigation a{
  color: #fff;
}
.navigation__inner{
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.navigation__inner .nav{
  margin-left: auto;
}
.logo__title{
  margin-left: 10px;
  font-size: 24px;
  font-weight: 700;
}
.navigation__inner .nav ul{
  display: flex;
  gap: 30px;
}
.nav ul li a:hover{
  color: #ffc600;
}
.orange__title{
  padding: 15px 20px;
  background: #F0D339;
  border-radius: 10px;
  max-width: max-content;
  color: #876900;
  margin-top: 30px;
}











@media (max-width: 1575px) {
  .intro__content .mt-75{
    margin-top: 0 !important;
  }
  .orange__title{
    margin-top: 20px;
  }
}

@media (max-width: 1450px) {
  .main__inner{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1400px) {
  .intro__content{
    background-size: 100%;
  }
}


@media (max-width: 1250px) {
  .headerLine__item:nth-child(1){
    display: block;
  }
  .headerLine__item:nth-child(5){
    display: block;
  }
  .headerLine__inner{
    justify-content: space-between;
  }
  .gallery__inner{
    grid-template-columns: 1fr 1fr;
  }
  .footer__item:nth-child(1){
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .footer__item:nth-child(2){
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .menu__item .phone{
    display: flex;
    gap: 10px;
  }
  .menu__item .phone .phone__item{
    flex-direction: column;
    gap: 10px;
  }
  .phone img{
    width: 24px;
    height: 24px;
  }
  .search__field{
    background: #f3f3f3;
    width: 100%;
  }
  .header__inner{
    padding: 10px 20px;
  }
  .container{
    padding: 0 20px;
  }
  .header__item:nth-child(4){
    display: block;
  }
  .navigation{
    display: none;
  }
  .header__item:nth-child(1){
    display: none;
  }
  .header__item:nth-child(3){
    display: none;
  }
  .intro__content{ 
    padding: 20px;
  }
  .intro__content h1{
    line-height: 1.3;
    max-width: 100%;
    margin-top: 20px;
  }
  .logo-mob{
    display: block;
  }
  .header__item .logo{
    display: none;
  }
  .intro__content h2 {
    font-size: 15px;
    color: #fff;
  }
  .guide__inner{
    grid-template-columns: 1fr 1fr;
  }
  .headerLine__item{
    display: block;
  }
  .headerLine__item:nth-child(2){
    display: none;
  }
  .headerLine__item:nth-child(3){
    display: none;
  }
  .headerLine__item:nth-child(4){
    display: none;
  }
}


@media (max-width: 1024px) {
  .intro__content {
    background-size: auto;
}
}
@media (max-width: 980px) {
  .news__inner{
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .guide__inner{
    grid-template-columns: 1fr;
  }
  .guide__item img{
    width: 100%;
  }
  .footer__item ul{
    flex-direction: column;
    gap: 10px;
  }
  .footer__item:nth-child(2) .right{
    flex-direction: column;
    gap: 10px;
  }
  h1 {
    
  }
  h2 {
    font-size: calc(20px + 20 * ((100vw - 320px) / (1280 - 320)));
  }
  .news__inner{
    grid-template-columns: 1fr;
  }
  .breadcrumb{
    flex-wrap: wrap;
  }
  .orange__title{
    padding: 5px;
    text-align: center;
  }
  .intro__content .mt-75{
    margin-top: 0 !important;
  }
  .intro__content h1{
    text-align: center;
  }
  .intro__content h2{
    text-align: center;
  }
}
@media (max-width: 575px) {
  .gallery__inner{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 375px) {
  .guide__item{
    max-width: 200px;
  }
}
@media (max-width: 320px) {

}
