body {
  margin: 0;
  padding: 0px;
  font-family: 'PT Sans', sans-serif;
  font-style: italic;
}

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

P {
  text-indent: 2rem;
  text-align: justify;
}

*,
::before,
::after {
  box-sizing: border-box;
  border: 0;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  position: fixed;
  background-color: #e6ebe0;
  z-index: 10000;
  border: 1px solid #b6b2b2;
  border-radius: 5px;
}

.social {
  margin-right: 40px;
}

.phone {
  text-align: center;
  align-items: center;
  align-content: middle;
  display: flex;
}

.social-mail {
  text-align: center;
  align-items: center;
  align-content: middle;
  display: flex;
}

.social-mail img {
  margin-left: 5px;
}

.phone img {
  margin-left: 5px;
}

.number {
  font-size: 1.1rem;
  margin-left: 10px;
}

.header-title {
  font-size: 1.5rem;
  margin-left: 30px;
}

.logo-img {
  width: 80px;
  height: 80px;
  margin-left: 30px;
}

@media only screen and (max-width: 600px) {
  .header {
    justify-content: center;
  }

  .logo-img {
    margin-right: 70px;
  }

  .header-title {
    display: none;
  }
}

.icon-razdel-wrapper {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

.icon-razdel {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.wrapper {
  margin: 0 auto;
  width: 100%;
}

.about-ppr {
  text-align: center;
  padding-top: 100px;
  padding-left: 50px;
  padding-right: 50px;
}

.about-text {
  text-align: left;
  background-color: #e6e6e694;
  border-radius: 15px;
  padding: 15px;
  margin-top: 10px;
  font-size: 1.1rem;
  box-shadow: 0px 2px 39px -6px rgba(0, 0, 0, 0.75);
}

@media only screen and (max-width: 600px) {
  .about-ppr {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.documents-block {
  margin-top: 30px;
}

.documents-text-wrapper {
  display: flex;
  margin-top: 10px;
  background-color: #e6e6e694;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0px 2px 39px -6px rgba(0, 0, 0, 0.75);
}

.documents-title {
  font-size: 2rem;
}

.documents-rb {
  display: flex;
  flex-direction: column;
  width: 50%;
  word-break: break-all;
}

.documents-rf {
  display: flex;
  flex-direction: column;
  justify-content: center;
  word-break: break-all;
  width: 50%;
}

.rb,
.rf {
  font-size: 1.3rem;
}

@media only screen and (max-width: 680px) {
  .rb,
  .rf {
    width: 100px;
  }
}

@media only screen and (max-width: 400px) {
  .rb,
  .rf {
    font-size: 1.1rem;
    word-break: break-all;
  }
}

.documents-item {
  margin-top: 10px;
  font-size: 1.1rem;
}

.options-ppr-title {
  font-size: 2rem;
}

.options-ppr {
  margin-top: 30px;
  border-radius: 15px;
}

.options-img {
  margin-top: 30px;
}

.ppr-img {
  border-radius: 15px;
  background: #e6e6e694;
  box-shadow: 0px 2px 39px -6px rgba(0, 0, 0, 0.75);
  width: 750px;
  height: 450px;
}

@media only screen and (max-width: 845px) {
  .ppr-img {
    width: 600px;
    height: 400px;
  }
}

@media only screen and (max-width: 670px) {
  .ppr-img {
    width: 390px;
    height: 250px;
  }
}

@media only screen and (max-width: 400px) {
  .ppr-img {
    width: 320px;
    height: 220px;
  }
}

.options-ppr-text {
  text-align: left;
  padding-top: 20px;
  padding-left: 20px;
  margin-top: 20px;

  background-color: #e6e6e694;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0px 2px 39px -6px rgba(0, 0, 0, 0.75);
}

.options-block-text {
  margin-left: 20px;
  font-size: 1.1rem;
}

.options-block-title {
  margin-left: -40px;
  font-size: 1.1rem;
}

.price-ppr-block {
  padding-top: 30px;
}

.price-about {
  text-align: center;
  font-size: 2rem;
}

.price-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 15px;
}

.price-card {
  width: 45%;
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin: 10px;
  border-radius: 15px;
  padding: 10px;
  background-color: #e6e6e694;
  box-shadow: 0px 2px 39px -6px rgba(0, 0, 0, 0.75);
}

@media only screen and (max-width: 400px) {
  .price-card {
    text-align: center;
    width: 80%;
  }
  .price-count {
    text-align: center;
  }
}

.price-title {
  font-size: 1rem;
}

.price-count {
  font-weight: bold;
  font-size: 1rem;
}

hr {
  margin-top: 30px;
  border: none;
  width: 95%;
  background-color: black;
  color: black;
  height: 2px;
}

.about-we {
  text-align: center;
  font-size: 1.1rem;
  width: 95%;
  padding: 10px;
  margin: 0 auto;
  border-radius: 15px;
  box-shadow: 0px 2px 39px -6px rgba(0, 0, 0, 0.75);
}

.contacts {
  margin-top: 20px;
}

.contacts-wrapper {
  display: flex;
  justify-content: center;
}

.contacts-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 35%;
  padding-bottom: 50px;
  position: relative;
}

.contatcs-title {
  font-size: 1.3rem;
}

.contacts-title {
  text-align: center;
  padding-bottom: 20px;
  font-size: 2rem;
}

.tel {
  position: relative;
}

.mail {
  position: relative;
}

.home {
  position: relative;
}

.contacts-img-home {
  margin-right: 50px;
}

.icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contacts-img-mail {
  margin-right: 50px;
}

.contacts-img-tel {
  margin-right: 50px;
}

.costumers {
  text-align: center;
}

.costumers-title {
  font-size: 2rem;
}

.costumers-img {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 50px;
}

.costumers-img img {
  margin: 20px;
  align-items: center;
  text-align: center;
}

.costumers-img span {
  margin: 20px;
}

.slider {
  margin: 20px auto;
}

/* Slideshow container */
.slideshow-container {
  max-width: 800px;
  height: 540px;
  position: relative;
  margin: 20px auto;
  border-radius: 15px;
  box-shadow: 0px 2px 39px -6px rgba(0, 0, 0, 0.75);
}

/* Hide the images by default */
.mySlides {
  display: none;
}

.mySlides {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

.swiper-img {
  width: 100%;
  height: 430px;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #0a0a0a;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #0a0a0a;
  font-size: 20px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.footer {
  width: 100%;
  /* height: 60px; */
  background-color: #e6e6e694;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #b6b2b2;
}

.footer-title {
  font-size: 1.1rem;
  padding: 10px;
}

@media only screen and (max-width: 600px) {
  .documents-title {
    font-size: 1.5rem;
  }

  .options-ppr-title {
    font-size: 1.5rem;
  }

  .price-title {
    font-size: 1rem;
  }
  .price-about {
    text-align: center;
    font-size: 1.5rem;
  }

  .about-title {
    font-size: 1.5rem;
  }

  .contacts-title {
    font-size: 1.5rem;
  }

  .costumers-title {
    font-size: 1.5rem;
  }

  .contacts-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .contacts-card {
    width: 100%;
  }

  .slideshow-container {
    max-width: 800px;
    width: 95%;
    height: 390px;
  }

  .swiper-img {
    width: 100%;
    height: 285px;
  }

  .price-card {
    flex-direction: column;
  }
}

@media only screen and (max-width: 400px) {
  .swiper-img {
    width: 100%;
    height: 225px;
  }
  
  
  
  .koguvcavis-varazdel {
  padding: 38px 0;
  background: #adadad;
  color: #2f2f2f;
  text-align: center;
}
.sestim-donials{
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  padding: 0 20px;
}

.sectionesag {
  width: 195px;
  height: 3px;
  background: #498a2d;
  margin: 23px auto;
}

.sagestim-lonials{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.vemotau-vokusipol{
  flex: 33.33%;
  max-width: 33.33%;
  box-sizing: border-box;
  padding: 15px;
}
.testimonial {
  background: #f9f4f4;
  padding: 28px;
}
.testimonial img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.gecedanam{
  font-size: 20px;
  text-transform: uppercase;
  margin: 20px 0;
}
.apogered-gselected{
  color: #53b32b;
  margin-bottom: 20px;
}

@media screen and (max-width:960px) {
.vemotau-vokusipol{
  flex: 100%;
  max-width: 80%;
}
}

@media screen and (max-width:600px) {
.vemotau-vokusipol{
  flex: 100%;
  max-width: 100%;
}
}
}

























