@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

body:not(.wp-admin),
.wp-admin .section {
  font-family: "Manrope", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: normal;
  color: #000;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: normal;
  font-weight: 700;
  padding: 20px 30px;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  width: max-content;
  gap: 16px;
  transition: 0.3s;
}
.btn-sm {
  font-weight: 500;
  padding: 10px 20px;
}
.btn-block {
  width: 100%;
}
.btn:hover svg * {
  transition: 0.3s;
}
.btn-default {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
}
.btn-default2 {
  background: #fff;
}
.btn-primary {
  border-radius: 10px;
  background: #000;
  color: #fff;
}
.btn-secondary {
  border-radius: 10px;
  background: #fff;
}
.btn-default:hover,
.btn-secondary:hover {
  background: #83AF74;
  color: #fff;
}
.item .btn-default:hover {
  background: #151515;
}
.btn-primary:hover {
  background: #83AF74;
  color: #fff;
}
.btn-default:hover svg [fill],
.btn-secondary:hover svg * {
  fill: #fff;
}
.btn-default:hover svg [stroke] {
  stroke: #fff;
}
.flex {
  display: flex;
}
.flex.middle {
  align-items: center;
}
.flex.between {
  justify-content: space-between;
}
.flex.center {
  justify-content: center;
}
.h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 10px;
}
.description p {
  margin-bottom: 30px;
}
.section-title {
  margin-bottom: 60px;
}
.section-title-sm {
  margin-bottom: 30px;
}
.swiper-button-disabled {
  opacity: 0.5;
}
.swiper-button-lock {
  opacity: 0;
}
.slider-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slider-navi {
  display: flex;
  gap: 30px;
}
.slider-navi > div {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  min-width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.soc-title {
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
}
.item {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
  padding: 30px 24px;
  min-height: 487px;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}
.item:hover {
  border-color: #B4BDB1;
  background: #B4BDB1;
}
.item-img {
  height: 180px;
  margin-bottom: 30px;
  display: block;
}
.item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.h2 {
  color: #181d13;
  font-size: 28px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 30px;
}
.icons {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  flex-grow: 1;
  margin-bottom: 30px;
}
.icons img {
  height: 32px;
}
.item .h2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*section contacts*/
.contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.map iframe {
  width: 100%;
  height: 100%;
}
.contact {
  padding: 60px 50px 50px 80px;
}
.contact .h1 {
  margin-bottom: 30px;
}
.contact-dect {
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 60px;
}
.contact-item {
  display: flex;

  margin-bottom: 30px;
  gap: 20px;
  font-size: 24px;
  line-height: 140%;
}
.contact-item a {
  text-decoration: none;
}
.contact-item svg {
  min-width: 32px;
  flex: 0 0 32px;
}
.soc-title {
  margin-top: 60px;
}
.contact .socials {
  margin-top: 20px;
}


/*section intro*/
.section-intro .box {
  height: 500px;
}

.section-intro video {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-intro img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.section-intro .box {
  position: relative;
}
.intro-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  text-align: center;
}
.intro-caption .h1 {
  color: #fff;
  max-width: 560px;
}
.intro-caption .body1 {
  color: #fff;
  max-width: 732px;
}
.body1 {
  font-size: 24px;
  line-height: 140%;
}

/*section products*/
.products-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 60px;
}

/*section textimage*/
.map img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/*section items*/
.items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
    background: #B4BDB1;
}
.col {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 30px 60px;
  gap: 30px;
  flex-direction: column;
  background: #fff;
}
.col:nth-child(-n+3) {
  padding-top: 0;
}
.col:nth-last-child(-n+3) {
  padding-bottom: 0;
}
.col .h2 {
  margin: 0;
}
/*section review*/
.review-item {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #F9F9F9;
  padding: 30px;
}
.review-top {
  display: flex;
  align-items: center;
  gap: 30px;
}
.review-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}
.review-img  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-title {
  margin-bottom: 10px;
}
.review-subtitle {
  font-size: 20px;
  font-weight: 400;
}
.review-text {
  margin: 30px 0 60px 0;
}
.review-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.review-bottom-text {
  font-size: 20px;
  font-weight: 400;
}
.review-date {
  font-size: 16px;
  font-weight: 300;
}

/*section serf*/
.serf-img {
  height: 484px;
  margin-bottom: 30px;
}
.serf-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.serf-title {
  text-align: center;
  min-height: 75px;
}

/*section slider*/
.slider-item {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #F9F9F9;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}
.slider-img {
  height: 400px;
}
.slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide-title {
  padding: 60px 60px 60px 30px;
}

/*section map*/
.section-map .map {
  height: 400px;
}
/*section contact full*/
.section-contactsfull .contact {
  padding: 0;
}

.section-contactsfull .contacts {
  gap: 80px;
}
.offices {
  display: grid;
  gap: 60px;
  align-items: start;
}
.office-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 30px;
}
.office-content {
  font-size: 24px;
  display: grid;
  gap: 10px;
}
.office-content a {
  text-decoration: none;
}