@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Tokyo+Zoo&display=swap');


body{
    box-sizing: border-box;
    font-family: 'Comfortaa', sans-serif !important;
    margin: 0;
    padding: 0px;
    direction: ltr;
    overflow-x: hidden;
  }
  
 
*{
  box-sizing: border-box;
}

a{
  text-decoration: none;
}

p {
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 1.3;
}
li {
  list-style: none;
}

ul {
  padding-left: 0;
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

img{
  display: block;
  box-sizing: border-box;
}



.wrapper {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
.pad-wrap {
  padding: 34px 0;
}

.wrap__nav-block{
padding: 13px;
background-color: #000000c7;
}
.nav__box{
  gap: 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
line-height: 1.3;
}
.nav__box a{
  color: white;
  margin: 0  12px;
}
.nav__box a:hover{
  color: rgb(164, 164, 164);
}
.wrap__logo-title{
  height: 567px;
    display: flex;
    justify-content: center;
    background-color: #64cf87;
    background-image: url(photos/illustrations_header_68246daa8bc504.33738754.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-position: center;
  background-attachment: fixed;
  align-items: center;
}
.logo__header{
  display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 34px;
    height: 241px;
    width: auto;
    background-color: white;
}
.logo__img img{
  width: 100px;
  height: auto;
  margin: 20px;
}
.logo__text{
  color: #000000c7;
  font-size: 43px;
}

.blog__wrap {
  position: relative;
  top: -120px;
  width: 900px;
  margin: 0 auto; 
  box-sizing: border-box;
  padding: 20px; 
}

.blog__box {
  display: flex; 
  flex-direction: column;
  background-color: #fff;
  border: 20px solid white; 
  overflow: hidden; 
}
.blog__item{
  padding: 30px;
  border: 1px dotted rgb(150 150 150 / 53%);
}
.blog__img a img {
  width: 100%;
  height: 434px;
  object-fit: cover;
  display: block;
}

.author__info {
  display: flex;
  align-items: center;
  padding: 12px;
}

.author__img img {
  margin-right: 12px;
  width: 55px; 
  height: 55px; 
  border-radius: 0%;
}

.author__name-post p {
  margin: 0;
  color: #1d1d1d;
}

.blog__title h3 {
  margin:  12px 0;
  color: #1d1d1d;
}
.blog__title h3:hover {
  color: #48633f;
}
.content-block {
  padding:  12px;
}
.page-content{
  color: #1d1d1d;
}
.read-more {
  color: #48633f;
  text-decoration: none;
  font-weight: 800;
}

.read-more:hover {
  text-decoration: underline;
}
.view-post-svg{
  border-bottom: 1px dotted rgb(150 150 150 / 53%);
  padding-bottom: 19px;
}
.eyes__comment{
  display: flex;
    align-items: center;
    flex-direction: row;
}
.blog__eyes{
  margin-right: 26px;
}
.blog__eyes svg,
.blog__comment svg{
  margin: 12px;
}
.blog__eyes,
.blog__comment{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.page__img{
  text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page__img img{
  border: 12px solid white;
  top: -120px;
  position: relative;
  width: 45%;
  justify-content: center;
 
}
.page__title{
  text-align: center;
  padding: 0 12px;
}
.page__author-date{
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #48633f;
}

.author__name,
.date__post{
  margin: 0 12px;
}
.content__price-wrap{
  padding: 0 20px;
}
.page__price{
  padding-bottom: 12px;
    border-bottom: 1px dotted rgb(150 150 150 / 53%);
    font-size:  25px;
    color: #48633f;
    text-align: center;
}
.form__wrap{
  overflow: hidden;
  display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px;
}
.form {
  width: 70%;
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 36px;
  box-shadow: 0 0 12px rgba(0, 0, 0, .2);
  border-radius: 2px;
  font-family: inherit;
}

.priv-ter {
  word-break: break-all;
  overflow: hidden;
}
.priv-ter h2 {
  padding-top: 20px;
}
.priv-ter li {
  padding: 5px 0;
  margin:7px;
  list-style: circle;
}
.page__content li {
  padding: 5px 0;
  margin:7px;
  list-style: circle;
}
.underline__hover {
  font-size: 24px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.underline__hover::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px; 
  width: 100%;
  height: 2px; 
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}

.underline__hover:hover::after {
  transform: scaleX(1);
}
.underline__hover-2 {
  cursor: auto;
}
.contact__adres-item a {
  word-break: break-all;
}
.input-form_layoutcontrol {
  font-size: 18px;
  padding: 12px 19px;
  border-radius: 2px;
  border: none;
  margin-top: 12px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .2), 0 .5px .5px rgba(0, 0, 0, .2);
  outline: none;
}

.input-form_layoutcontrol:focus {
  outline: 1.2px solid #48633f;
}
.textarea-form_layoutcontrol {
  font-size: 18px;
  padding: 12px 19px;
  border-radius: 2px;
  border: none;
  margin-top: 12px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .2), 0 .5px .5px rgba(0, 0, 0, .2);
  outline: none;
}
.form__item input,
.form__item textarea {
  font-size: 18px;
  width: 100%;
  padding:12px 19px;
  border-radius: 2px;
  border: none;
  margin-top: 12px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .2), 0 .5px .5px rgba(0, 0, 0, .2);
  outline: none;
}
.privacy__form{
  color: #48633f;
}
.checkbox__privacy{
  margin: 19px 0;
}

.phone__wrap{
  margin:  36px 0;
  text-align: center;
}
.map__contact{
  display: flex;
  flex-direction: column;
}
.contact__adres{
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.3;
  padding: 18px;
  border: 1px dotted grey;
  width: 80%;
}
.contact__adres-item{
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 12px;
justify-content: center;
}
.contact__adres-item p{
  margin: 7px;
}
.contact__adres a{
color: #48633f; 
font-size: 20px;
display: inline;
text-align: center;
margin: 7px;
}
.map__wrap{
  margin: 20px 0;
}

.about-us__section {
  padding: 68px 20px;
  background-color: #f9f9f9; 
}

.about-us__wrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px; 
  margin: 0 auto; 
  gap: 20px; 
}

.about-us__text {
  flex: 1;
  background-color: rgba(204, 204, 204, 0.531); 
  padding: 20px;
  border: 12px solid white;
  box-sizing: border-box;
}

.about-us__img {
  flex: 1;
}

.about-us__img img {
  width: 100%;
  height: auto;
  display: block;
}

.gallery__section {
  padding: 20px;
  background-color: #f9f9f9;
}
.gallery__wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 12px;
}
.gallery__wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gallery__img-1 {
grid-column: 1 / 2;
grid-row: 2 / 4;
}
.gallery__img-2 {
  grid-column: 2 / 4;
grid-row: 2 / 3;
}
.gallery__img-3 {
  grid-column: 4 / 5;
  grid-row: 2 / 3;
}
.gallery__img-4 {
  grid-column: 5 / 6;
  grid-row: 2 / 3;
}
.gallery__img-5 {
  grid-column: 2 / 3;
  grid-row: 3 / 4;
}
.gallery__img-6 {
  grid-column: 3 / 5;
  grid-row: 3 / 4;
}
.gallery__img-7 {
  grid-column: 5 / 6;
  grid-row: 3 / 4;
}
.gallery__wrap img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(86, 126, 95, 0.815);
}

.comments__section {
  background-color: #f1f1f1; 
  padding: 34px 20px; 
  border-radius: 7px; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}

.comments__top {
  font-size: 28px; 
  color: #333; 
  text-align: center; 
  margin-bottom: 20px; 
}

.comment-img-box {
  display: flex; 
  justify-content: space-around; 
  flex-wrap: wrap; 
}

.comment-img {
  background-color: #fff; 
  border: 1px solid #ddd; 
  border-radius: 7px; 
  padding: 20px; 
  margin: 7px; 
  display: flex;
  flex-direction: column;
  align-items: center; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
  width: calc(33% - 40px); 
  transition: transform 0.6s ease;
}
.comment-img:hover{
  transform: scale(1.05);
}
.comment-img svg {
  margin-right: 7px; 
  color: #555; 
}

.comment_text {
  display: flex;
  flex-direction: column; 
}

.comment_text p {
  margin: 0; 
  padding: 5px 0;  
}
.name{
  color: #48633f;
  font-style: italic;
}
.privacy__section{
  padding: 34px 0;
}
.priv-ter{
  margin: 0 auto;
  width: 100%;
  max-width: 1266px;
  padding: 0  19px;
}


.footer__wrapper{
  display: flex;
  justify-content: center;
}
.footer__logo{
  background-color: gainsboro;
  background-image: url(photos/illustrations_header_68246daa8bc641.13402540.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-position: center;
  background-attachment: fixed;
  flex: 1;
  align-content: center;
}
.footer__logo-link{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.footer__logo-img img{
  width: auto;
  height:56px;
  margin:  12px;
}
.footer__logo-title{
  color: white;
  font-size: 26px;
}
.blog-menu__wrap{
  border: 1px dotted grey;
    flex: 1;
}
.blog-menu__link{
  font-size: 20px;
    line-height: 1.3;
    color: #48633f;
}
.blog-menu__link:hover{
  color: rgb(164, 164, 164);
}
.blog-menu__items{
  padding: 0 12px;
}
.priv__wrap{
  display: flex;
  gap: 12px;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
.privacy__link{
  color: #48633f;
  font-size: 16px;
}
.priv-text{
   word-break: break-word;
   p{ 
  text-indent: 3ch;
  }
   a,table{
    color: inherit;
    
  }
  ul, ol {
  margin-bottom: 13px;
  padding-left:  30px;
  list-style: inside;
  }
}
.blog__aboutus-rew,
.gallery__comments-rew{
  display: flex;
  flex-direction: column;
}

.gallery__comments-rew {
  overflow: hidden;
}


@media screen and (min-width: 480px) {
  .container-wrap {
    max-width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .container-wrap {
    max-width: 768px;
  }
}
@media screen and (min-width: 1200px) {
  .container-wrap {
    max-width: 1200px;
  }
}




@media (max-width: 996px){
  .nav-wrap {
    position: static;
  }
  .blog__wrap {
    width: 100%;
    padding: 12px;
}
}
@media (max-width: 900px){
.footer__wrapper{
  flex-direction: column;
}
.footer__logo{
  padding: 50px 0;

}
.blog-menu__item{
  text-align:center;
}
}

@media (max-width: 768px) {
  .about-us__wrap {
      flex-direction: column; 
  }

  .about-us__text, 
  .about-us__img {
      width: 100%;
  }
  .page__img img{
    top: 0;
  }

  .comment-img {
    width: calc(50% - 40px);
}
  .priv__wrap {
    flex-direction: column;
    line-height: 1.3;
  }
}


@media (max-width: 650px){
  .logo__text{
    font-size: 24px;
  }
  .logo__header{
    height: 200px;
  }
  .form {
    width: 100%;
    padding: 19px;
  }

  .contact__adres a{
    font-size: 16px;
  }

}
@media (max-width: 600px) {
  .page__img img {
    width: 80%;
  }
  
  .contact__adres-item p,
  .contact__adres-item a {
   font-size: 18px;
  }
  .contact__adres-item {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .logo__header{
    flex-direction: column;
  }
  .gallery__wrap{
    display: flex; 
    flex-direction: column; 
    align-items: center; 
}

  .gallery__wrap img {
    width: 100%;
      height: auto; 
      object-fit: cover;
      margin-bottom: 12px;
  }
  .gallery__wrap img {
      width: 100%;
      height: auto;
  }
  .comment-img {
    width: calc(100% - 40px);
}
  .blog-menu__link{
    font-size: 16px;
  }
}

@media (max-width: 320px) {
  .blog__wrap {
      width: 100%; 
      padding: 7px; 
  }
  .blog__item{
    padding-right: 13px;
    padding-left: 13px;
  }

  .author__info {
      flex-direction: column; 
      align-items: flex-start;
  }

  .author__img img {
      margin-right: 0;
      margin-bottom: 10px; 
  }

  .author__name-post p {
      margin: 0 0 7px 0; 
  }

  .blog__title h3 {
      font-size: 18px;
  }

  .content-block {
      padding: 7px; 
  }

  .read-more {
      font-size: 14px; 
  }
}







.button-text{
  text-align: center;
}

.button-1 {
  padding: 13px 22px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  border: 1px solid grey;
  border-radius: 36px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
}

.button-1:hover {
  background-color: black;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #fff;
  transform: translateY(-7px);
}

.button-1:active {
  transform: translateY(-1px);
}

.button-2 {
  padding: 12px;
  width: 241px;
  height: auto;
  font-size: 16px;
  cursor: pointer;
  background-color: #171717;
  color: #fff;
  border: none;
  border-radius: 2px;
  transition: all .4s;
 }
 
 .button-2:hover {
  border-radius: 2px;
  transform: translateY(-10px);
  box-shadow: 0 7px 0 -2px #f85959,
   0 15px 0 -4px #39a2db,
   0 16px 10px -3px #39a2db;
 }
 
 .button-2:active {
  transition: all 0.2s;
  transform: translateY(-5px);
  box-shadow: 0 2px 0 -2px #18542a,
   0 8px 0 -4px #7ad780,
   0 12px 10px -3px #cfe7c6;
 }


.button-3 {
  align-items: center;
  background-color: rgb(116, 115, 115);
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
  outline: 0;
  border:  1px solid rgb(62, 61, 61);
  padding:  13px;
  justify-content: center;
}

.button-3:before {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  margin-right: 10px;
  transition: all .42s cubic-bezier(.25,.8,.25,1);
  width: 0;
}

.button-3:hover:before {
  background-color: #fff;
  width: 3rem;
}

.button-4 {
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 18px 25px;
  display: inline-block;
  border-radius: 6em;
  transition: all .2s;
  border: 1px solid rgb(57, 78, 60);
  font-family: inherit;
  font-weight: 500;
  color: black;
  background-color: white;
 }
 
 .button-4:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
 }
 
 .button-4:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
 }
 
 .button-4::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .4s;
 }
 
 .button-4::after {
  background-color: #fff;
 }
 
 .button-4:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
 }


 .button-5 {
  padding: 18px 30px;
  font-size:  13px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #373737;
  background-color: #fff;
  border: 1px solid grey;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
}

.button-5:hover {
  background-color: black;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #fff;
  transform: translateY(-7px);
}

.button-5:active {
  transform: translateY(-1px);
}

