/**
	Service PAGE block styles
*/
.page-article-back-block {
  padding: 120px 0 40px;
  color: #101828;
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-article-back-block .container {
  border-radius: 12px 12px 0 0;
  background: #FFF;
  padding: 32px 28px 0 28px;
}
.page-article-back-block header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.page-article-back-block header .block-title {
  font-size: 28px;
}
.page-article-back-block .page-article-wrapper {
  overflow: hidden;
  margin-bottom: 2rem;
}
.page-article-back-block .page-article-wrapper .post-image {
  float: right;
  width: 50%;
  max-height: 340px;
  object-fit: cover;
  margin-left: 20px;
  margin-bottom: 20px;
  border-radius: 12px;
}
.page-article-back-block .page-article-wrapper .post-content {
  color: #101828;
  font-size: 14px;
  line-height: 20px;
}
.page-article-back-block .page-article-wrapper .post-content img {
  border-radius: 12px;
  margin: 5px;
  max-width: 100%;
}
.page-article-back-block .page-article-wrapper .post-content a {
  text-decoration: none;
  color: #76B00A;
}
.page-article-back-block .page-article-wrapper .post-content p {
  margin-bottom: 1em;
}
.page-article-back-block .page-article-wrapper .post-content h1,
.page-article-back-block .page-article-wrapper .post-content h2,
.page-article-back-block .page-article-wrapper .post-content h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}
.page-article-back-block .feature-text-block .feature-text-title {
  color: #101828;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}
.page-article-back-block .feature-text-block .feature-text-desc {
  color: #101828;
  font-size: 14px;
  line-height: 20px;
}
.page-article-back-block .feature-block {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 20px;
  /* 125% */
  margin-top: 40px;
  flex-wrap: wrap;
}
.page-article-back-block .feature-block .single-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.page-article-back-block .feature-block .single-feature .feature-img {
  height: 48px;
  width: 48px;
  object-fit: contain;
  margin-bottom: 8px;
}
.page-article-back-block .feature-block .single-feature .feature-count {
  color: #76B00A;
  text-align: center;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */
}
.page-article-back-block .feature-block .single-feature .feature-title {
  text-align: center;
  max-width: 100%;
}

@media screen and (max-width: 540px) {
  .page-article-back-block {
    background-size: auto 160px;
  }
  .page-article-back-block .container {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 0;
  }
  .page-article-back-block .page-article-wrapper {
    margin-bottom: 0;
  }
  .page-article-back-block .page-article-wrapper .post-image {
    max-height: 240px;
    width: 100%;
  }
  .page-article-back-block .page-article-wrapper .post-content img {
    margin: 5px 0;
    max-width: 100%;
  }
  .page-article-back-block .feature-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .page-article-back-block .feature-block .single-feature {
    gap: 0;
  }
  .page-article-back-block .feature-block .single-feature .feature-img {
    height: 32px;
    width: 32px;
    margin-bottom: 20px;
  }
  .page-article-back-block .feature-block .single-feature .feature-count {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .page-article-back-block .feature-block .single-feature .feature-title {
    font-size: 14px;
    line-height: 20px;
  }
}
.b2b2c-block {
  padding: 40px 0 50px;
}
.b2b2c-block .b2b2c-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.b2b2c-block .b2b2c-wrapper .single-b2b2c {
  position: relative;
  display: block;
}
.b2b2c-block .b2b2c-wrapper .single-b2b2c .single-b2b2c-img {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 12px;
}
.b2b2c-block .b2b2c-wrapper .single-b2b2c .single-b2b2c-link {
  position: absolute;
  bottom: 20px;
  left: 20px;
  text-decoration: none;
  border-radius: 12px;
  min-width: 200px;
}

@media screen and (max-width: 540px) {
  .b2b2c-block {
    padding: 40px 0 40px;
  }
  .b2b2c-block .b2b2c-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .b2b2c-block .b2b2c-wrapper .single-b2b2c .single-b2b2c-img {
    height: 240px;
  }
  .b2b2c-block .b2b2c-wrapper .single-b2b2c .single-b2b2c-link {
    bottom: 10px;
    left: 10px;
  }
}
.paralax-block {
  padding: 100px 0 0;
  background-color: #F2F4F7;
  overflow: hidden;
}
.paralax-block .block-header {
  margin-bottom: 45px;
}
.paralax-block ~ section {
  position: relative;
}
.paralax-block .paralaxes {
  position: relative;
  height: 500px;
  width: 100%;
}
.paralax-block .paralaxes [data-parallax] {
  position: absolute;
  will-change: top, bottom, left, right;
}
.paralax-block .paralaxes .single-block .single-block-link {
  display: inline-flex;
  padding: 16px 20px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-family: "Century Gothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 12px;
  border: 1px solid #EAECF0;
  background: #FFF;
  box-shadow: 0 149px 42px 0 rgba(209, 209, 209, 0), 0 95px 38px 0 rgba(209, 209, 209, 0.01), 0 54px 32px 0 rgba(209, 209, 209, 0.05), 0 24px 24px 0 rgba(209, 209, 209, 0.09), 0 6px 13px 0 rgba(209, 209, 209, 0.1);
  text-decoration: none;
  color: #344054;
  position: absolute;
  z-index: 9999;
}
.paralax-block .paralaxes .single-block .single-block-link:hover ~ .single-block-img-link img {
  transform: scale(1.2);
  z-index: 9998;
}
.paralax-block .paralaxes .single-block .single-block-img-link:hover img {
  transform: scale(1.2);
  z-index: 9998;
}
.paralax-block .paralaxes .single-block .single-block-img {
  position: absolute;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.paralax-block .paralaxes .single-block.single-block-1 {
  bottom: -90px;
  left: -140px;
  width: 480px;
  height: 470px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.paralax-block .paralaxes .single-block.single-block-1 .single-block-link {
  top: 60px;
  right: 0;
}
.paralax-block .paralaxes .single-block.single-block-1 .single-block-img {
  width: 480px;
  height: 470px;
}
.paralax-block .paralaxes .single-block.single-block-2 {
  top: 0;
  left: 145px;
  width: 400px;
  height: 220px;
  width: 350px;
  height: 180px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.paralax-block .paralaxes .single-block.single-block-2 .single-block-link {
  top: 0;
  left: 0;
}
.paralax-block .paralaxes .single-block.single-block-2 .single-block-img {
  width: 272px;
  height: 181px;
  bottom: 0;
  right: 0;
}
.paralax-block .paralaxes .single-block.single-block-3 {
  bottom: -180px;
  left: 320px;
  bottom: -180px;
  left: 240px;
  width: 330px;
  height: 495px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.paralax-block .paralaxes .single-block.single-block-3 .single-block-link {
  top: 0;
  right: 0;
}
.paralax-block .paralaxes .single-block.single-block-3 .single-block-img {
  width: 330px;
  height: 495px;
  bottom: 0;
  right: 0;
}
.paralax-block .paralaxes .single-block.single-block-4 {
  top: -45px;
  left: 500px;
  width: 340px;
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.paralax-block .paralaxes .single-block.single-block-4 .single-block-link {
  top: 0;
  right: 35px;
}
.paralax-block .paralaxes .single-block.single-block-4 .single-block-img {
  width: 340px;
  height: 200px;
  top: 25px;
  right: 0;
}
.paralax-block .paralaxes .single-block.single-block-5 {
  bottom: -100px;
  right: -150px;
  bottom: -70px;
  right: -190px;
  width: 573px;
  height: 430px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.paralax-block .paralaxes .single-block.single-block-5 .single-block-link {
  top: 0;
  left: 195px;
}
.paralax-block .paralaxes .single-block.single-block-5 .single-block-img {
  width: 530px;
  height: 380px;
  bottom: 0;
  right: 0;
}
.paralax-block .paralaxes .single-block.single-block-6 {
  bottom: -150px;
  right: 240px;
  bottom: -150px;
  right: 180px;
  width: 511px;
  height: 511px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.paralax-block .paralaxes .single-block.single-block-6 .single-block-link {
  display: none;
}
.paralax-block .paralaxes .single-block.single-block-6 .single-block-img {
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
}
.paralax-block .paralaxes .single-block.single-block-7 {
  bottom: -60px;
  left: 50%;
  transform: translate(-50%);
  width: 270px;
  height: 330px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.paralax-block .paralaxes .single-block.single-block-7 .single-block-link {
  display: none;
}
.paralax-block .paralaxes .single-block.single-block-7 .single-block-img {
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
}
.paralax-block .paralaxes .single-block.single-block-8 {
  top: -20px;
  right: 175px;
  width: 300px;
  height: 225px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.paralax-block .paralaxes .single-block.single-block-8 .single-block-link {
  display: none;
}
.paralax-block .paralaxes .single-block.single-block-8 .single-block-img {
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 1400px) {
  .paralax-block .paralaxes [data-parallax] {
    position: absolute;
    will-change: top, bottom, left, right;
  }
  .paralax-block .paralaxes .single-block.single-block-6 {
    right: 130px;
    width: 451px;
    height: 451px;
  }
  .paralax-block .paralaxes .single-block.single-block-7 {
    bottom: -60px;
    left: 52%;
    transform: translate(-50%);
    width: 270px;
    height: 330px;
  }
  .paralax-block .paralaxes .single-block.single-block-8 {
    top: -60px;
    right: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .paralax-block .paralaxes [data-parallax] {
    position: absolute;
    will-change: top, bottom, left, right;
  }
  .paralax-block .paralaxes .single-block.single-block-1 {
    bottom: -90px;
    left: -180px;
    width: 440px;
    height: 470px;
  }
  .paralax-block .paralaxes .single-block.single-block-1 .single-block-img {
    width: 420px;
    height: 430px;
  }
  .paralax-block .paralaxes .single-block.single-block-2 {
    top: 0;
    left: 75px;
    width: 400px;
    height: 220px;
    width: 300px;
    height: 180px;
  }
  .paralax-block .paralaxes .single-block.single-block-3 {
    bottom: -180px;
    left: 320px;
    bottom: -180px;
    left: 180px;
    width: 280px;
    height: 495px;
  }
  .paralax-block .paralaxes .single-block.single-block-3 .single-block-img {
    width: 280px;
    height: 495px;
    bottom: 0;
    right: 0;
  }
  .paralax-block .paralaxes .single-block.single-block-4 {
    top: -45px;
    left: 400px;
    width: 290px;
    height: 170px;
  }
  .paralax-block .paralaxes .single-block.single-block-4 .single-block-img {
    width: 300px;
    height: 200px;
    top: 25px;
    right: 0;
  }
  .paralax-block .paralaxes .single-block.single-block-5 {
    bottom: -100px;
    right: -150px;
    bottom: -70px;
    right: -220px;
    width: 493px;
    height: 430px;
  }
  .paralax-block .paralaxes .single-block.single-block-5 .single-block-img {
    width: 430px;
    height: 390px;
    bottom: 0;
    right: 0;
  }
  .paralax-block .paralaxes .single-block.single-block-6 {
    right: 40px;
    width: 421px;
    height: 421px;
    bottom: -120px;
  }
  .paralax-block .paralaxes .single-block.single-block-7 {
    bottom: -60px;
    left: 56%;
    transform: translate(-50%);
    width: 270px;
    height: 330px;
  }
  .paralax-block .paralaxes .single-block.single-block-8 {
    top: -60px;
    right: -35px;
  }
}
@media screen and (max-width: 992px) {
  .paralax-block {
    padding: 20px 0 0;
  }
  .paralax-block .block-header {
    margin-bottom: 20px;
  }
  .paralax-block .paralaxes {
    position: relative;
    height: 780px;
    width: 100%;
  }
  .paralax-block .paralaxes.hide {
    display: block !important;
  }
  .paralax-block .paralaxes [data-parallax] {
    position: absolute;
    will-change: top, bottom, left, right;
  }
  .paralax-block .paralaxes .single-block .single-block-link {
    display: inline-flex;
    padding: 12px 15px;
    justify-content: center;
    align-items: center;
    gap: 9px;
    font-family: "Century Gothic";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 12px;
    border: 1px solid #EAECF0;
    background: #FFF;
    box-shadow: 0 149px 42px 0 rgba(209, 209, 209, 0), 0 95px 38px 0 rgba(209, 209, 209, 0.01), 0 54px 32px 0 rgba(209, 209, 209, 0.05), 0 24px 24px 0 rgba(209, 209, 209, 0.09), 0 6px 13px 0 rgba(209, 209, 209, 0.1);
    text-decoration: none;
    color: #344054;
    position: absolute;
    z-index: 9999;
  }
  .paralax-block .paralaxes .single-block .single-block-link:hover ~ img {
    transform: scale(1.2);
    z-index: 9998;
  }
  .paralax-block .paralaxes .single-block .single-block-img {
    position: absolute;
    object-fit: contain;
    transition: transform 0.3s ease;
  }
  .paralax-block .paralaxes .single-block.single-block-1 {
    bottom: -45px;
    left: -65px;
    width: 264px;
    height: 232px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .paralax-block .paralaxes .single-block.single-block-1 .single-block-link {
    top: 20px;
    right: 0;
  }
  .paralax-block .paralaxes .single-block.single-block-1 .single-block-img {
    bottom: 0;
    left: 0;
    width: 220px;
    height: 220px;
  }
  .paralax-block .paralaxes .single-block.single-block-2 {
    top: 170px;
    right: 0;
    left: auto;
    width: 276px;
    height: 157px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .paralax-block .paralaxes .single-block.single-block-2 .single-block-link {
    top: 0;
    left: 0;
  }
  .paralax-block .paralaxes .single-block.single-block-2 .single-block-img {
    width: 222px;
    height: 148px;
    bottom: 0;
    right: 0;
  }
  .paralax-block .paralaxes .single-block.single-block-3 {
    bottom: -44px;
    left: auto;
    right: -10px;
    width: 190px;
    height: 215px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .paralax-block .paralaxes .single-block.single-block-3 .single-block-link {
    top: 0;
    right: 0;
    display: none;
  }
  .paralax-block .paralaxes .single-block.single-block-3 .single-block-img {
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
  }
  .paralax-block .paralaxes .single-block.single-block-4 {
    top: 287px;
    left: 50%;
    transform: translate(-50%);
    width: 364px;
    height: 210px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .paralax-block .paralaxes .single-block.single-block-4 .single-block-link {
    top: 25px;
    right: 85px;
  }
  .paralax-block .paralaxes .single-block.single-block-4 .single-block-img {
    width: 364px;
    height: 210px;
    top: auto;
    bottom: 0;
    right: auto;
  }
  .paralax-block .paralaxes .single-block.single-block-5 {
    top: 10px;
    left: -104px;
    width: 374px;
    height: 267px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .paralax-block .paralaxes .single-block.single-block-5 .single-block-link {
    top: 0;
    left: 215px;
    display: none;
  }
  .paralax-block .paralaxes .single-block.single-block-5 .single-block-img {
    width: 374px;
    height: 267px;
    bottom: 0;
    right: 0;
  }
  .paralax-block .paralaxes .single-block.single-block-6 {
    bottom: 15px;
    right: 0;
    width: 261px;
    height: 261px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .paralax-block .paralaxes .single-block.single-block-6 .single-block-link {
    display: none;
  }
  .paralax-block .paralaxes .single-block.single-block-6 .single-block-img {
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
  }
  .paralax-block .paralaxes .single-block.single-block-7 {
    bottom: auto;
    top: 390px;
    left: -8px;
    transform: none;
    width: 138px;
    height: 214px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .paralax-block .paralaxes .single-block.single-block-7 .single-block-link {
    display: none;
  }
  .paralax-block .paralaxes .single-block.single-block-7 .single-block-img {
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
  }
  .paralax-block .paralaxes .single-block.single-block-8 {
    top: 0;
    right: -85px;
    width: 262px;
    height: 197px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .paralax-block .paralaxes .single-block.single-block-8 .single-block-link {
    display: none;
  }
  .paralax-block .paralaxes .single-block.single-block-8 .single-block-img {
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
  }
}
.home-catalog-block {
  padding-top: 65px;
  padding-bottom: 60px;
}
.home-catalog-block .block-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  gap: 20px;
}
.home-catalog-block .block-header .block-title {
  flex: 1 0 0;
}
.home-catalog-block .block-header .arrow-container {
  display: flex;
  align-items: center;
  gap: 12px;
}
.home-catalog-block .swiper-slider-product-catalog-wrapper {
  max-height: 310px;
}
.home-catalog-block .swiper-slider-product-catalog-wrapper .single-product-category {
  display: flex;
  flex-direction: column;
}
.home-catalog-block .swiper-slider-product-catalog-wrapper .single-product-category .product-category-img-link {
  width: 100%;
  border-radius: 12px;
  background-color: #fff;
}
.home-catalog-block .swiper-slider-product-catalog-wrapper .single-product-category .product-category-img-link img {
  height: 240px;
  width: 100%;
  border-radius: 12px;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.home-catalog-block .swiper-slider-product-catalog-wrapper .single-product-category .product-category-img-link:hover img {
  transform: scale(0.8);
}
.home-catalog-block .swiper-slider-product-catalog-wrapper .single-product-category .product-category-link {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding: 12px;
  text-decoration: none;
  color: #101828;
  font-family: "Century Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 12px;
  border: 1px solid #EAECF0;
  background-color: #F9FAFB;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  max-height: 51px;
}

.process-block {
  padding: 60px 0;
}
.process-block .block-header {
  margin-bottom: 45px;
}
.process-block .process-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  text-align: center;
  gap: 30px;
  font-family: "Century Gothic";
}
.process-block .process-steps .step {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.process-block .process-steps .step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
  color: #fff;
  background-color: #76B00A;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
  border-radius: 50%;
}
.process-block .process-steps .step-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #344054;
}
.process-block .process-steps .step-text {
  font-size: 14px;
  color: #475467;
}

@media screen and (max-width: 540px) {
  .process-block {
    padding: 20px 0 40px;
  }
  .process-block .block-header {
    margin-bottom: 20px;
  }
  .process-block .process-steps {
    flex-wrap: wrap;
  }
  .process-block .process-steps .step {
    width: 100%;
    flex-direction: row;
    gap: 12px;
  }
  .process-block .process-steps .step .step-icon {
    flex: 0 0 auto;
  }
  .process-block .process-steps .step .step-group {
    flex: 1 1 0;
    text-align: left;
  }
}
.gallery-block {
  padding: 40px 15px 60px;
}
.gallery-block header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.gallery-block .gallery-wrapper .single-portfolio img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.gallery-block .gallery-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.gallery-block .gallery-wrapper .gallery-template {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 200px;
  gap: 20px;
}
.gallery-block .gallery-wrapper .gallery-template .single-portfolio-1 {
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
}
.gallery-block .gallery-wrapper .gallery-template .single-portfolio-2 {
  grid-column-start: 3;
}
.gallery-block .gallery-wrapper .gallery-template .single-portfolio-3 {
  grid-column-start: 4;
}
.gallery-block .gallery-wrapper .gallery-template .single-portfolio-4 {
  grid-column-start: 3;
  grid-row-start: 2;
}
.gallery-block .gallery-wrapper .gallery-template .single-portfolio-5 {
  grid-column-start: 4;
  grid-row-start: 2;
}
.gallery-block .gallery-wrapper .gallery-template .single-portfolio-6 {
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
  grid-column-start: 5;
  grid-row-start: 1;
}
.gallery-block .gallery-wrapper .gallery-template .single-portfolio-7 {
  grid-row-start: 3;
}
.gallery-block .gallery-wrapper .gallery-template .single-portfolio-8 {
  grid-row-start: 3;
}
.gallery-block .gallery-wrapper .gallery-template .single-portfolio-9 {
  grid-column-start: 1;
  grid-row-start: 4;
}
.gallery-block .gallery-wrapper .gallery-template .single-portfolio-10 {
  grid-column-start: 2;
  grid-row-start: 4;
}
.gallery-block .gallery-wrapper .gallery-template .single-portfolio-11 {
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
  grid-column-start: 3;
  grid-row-start: 3;
}
.gallery-block .gallery-wrapper .gallery-template .single-portfolio-12 {
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
  grid-column-start: 5;
  grid-row-start: 3;
}
.gallery-block .gallery-wrapper .gallery-template .single-portfolio-13 {
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
  grid-row-start: 5;
}
.gallery-block .gallery-wrapper .gallery-template .single-portfolio-14 {
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
  grid-column-start: 3;
  grid-row-start: 5;
}
.gallery-block .gallery-wrapper .gallery-template .single-portfolio-15 {
  grid-column-start: 5;
  grid-row-start: 5;
}
.gallery-block .gallery-wrapper .gallery-template .single-portfolio-16 {
  grid-column-start: 6;
  grid-row-start: 5;
}
.gallery-block .gallery-wrapper .gallery-template .single-portfolio-17 {
  grid-column-start: 5;
  grid-row-start: 6;
}
.gallery-block .gallery-wrapper .gallery-template .single-portfolio-18 {
  grid-column-start: 6;
  grid-row-start: 6;
}

@media screen and (max-width: 540px) {
  .gallery-block {
    padding: 20px 15px 40px;
  }
  .gallery-block .block-header {
    margin-bottom: 20px;
  }
  .gallery-block .block-header .block-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
  }
  .gallery-block .single-portfolio {
    display: none;
  }
  .gallery-block .gallery-wrapper .gallery-template {
    grid-auto-rows: 70px;
  }
  .gallery-block .gallery-wrapper .gallery-template .single-portfolio-1, .gallery-block .gallery-wrapper .gallery-template .single-portfolio-2, .gallery-block .gallery-wrapper .gallery-template .single-portfolio-3, .gallery-block .gallery-wrapper .gallery-template .single-portfolio-4 {
    display: block;
  }
  .gallery-block .gallery-wrapper .gallery-template .single-portfolio-1 {
    grid-column: span 6/span 6;
    grid-row: span 2/span 2;
  }
  .gallery-block .gallery-wrapper .gallery-template .single-portfolio-2 {
    grid-column: span 6/span 6;
    grid-row: span 2/span 2;
    grid-row-start: 3;
  }
  .gallery-block .gallery-wrapper .gallery-template .single-portfolio-3 {
    grid-column: span 3/span 3;
    grid-row: span 2/span 2;
    grid-row-start: 5;
  }
  .gallery-block .gallery-wrapper .gallery-template .single-portfolio-4 {
    grid-column: span 3/span 3;
    grid-row: span 2/span 2;
    grid-column-start: 4;
    grid-row-start: 5;
  }
  .gallery-block .gallery-footer {
    display: flex !important;
    justify-content: center;
  }
}
.cf7-calc-modal {
  display: flex;
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  color: #101828;
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
}
.cf7-calc-modal .cf7-calc-modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 650px;
  position: relative;
  animation: fadeIn 0.3s ease;
}
.cf7-calc-modal .cf7-calc-modal-content .modal-header {
  margin-bottom: 24px;
}
.cf7-calc-modal .cf7-calc-modal-content .modal-header .header-title {
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
}
.cf7-calc-modal .cf7-calc-modal-content .modal-header .cf7-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 28px;
  cursor: pointer;
}
.cf7-calc-modal .cf7-calc-modal-content label {
  margin-bottom: 18px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  line-height: 1.6;
}
.cf7-calc-modal .cf7-calc-modal-content label input,
.cf7-calc-modal .cf7-calc-modal-content label textarea {
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  /* Shadow/xs */
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.cf7-calc-modal .cf7-calc-modal-content label textarea {
  max-height: 130px;
}
.cf7-calc-modal .cf7-calc-modal-content .input-group br {
  display: none;
}
.cf7-calc-modal .cf7-calc-modal-content .input-group-icon {
  display: flex;
  flex-direction: row;
}
.cf7-calc-modal .cf7-calc-modal-content .input-group-icon .wpcf7-form-control-icon-wrap {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #D0D5DD;
  background-color: #FFF;
  flex: 1 0 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  padding-right: 8px;
}
.cf7-calc-modal .cf7-calc-modal-content .input-group-icon .wpcf7-form-control-icon-wrap i {
  width: 24px;
  height: 21px;
  display: block;
}
.cf7-calc-modal .cf7-calc-modal-content .input-group-icon .wpcf7-form-control-wrap {
  width: 100%;
}
.cf7-calc-modal .cf7-calc-modal-content .input-group-icon .wpcf7-form-control-wrap input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  padding-left: 8px;
}
.cf7-calc-modal .cf7-calc-modal-content .input-group-icon .wpcf7-form-control-wrap input:focus-visible, .cf7-calc-modal .cf7-calc-modal-content .input-group-icon .wpcf7-form-control-wrap input:focus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.cf7-calc-modal .cf7-calc-modal-content .submit-button-wrapper p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.cf7-calc-modal .cf7-calc-modal-content .submit-button-wrapper p input[type=submit] {
  width: 240px;
  text-align: center;
  padding: 10px 16px;
  border-radius: 8px;
  background: #76B00A;
  /* Shadows/shadow-xs */
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  border-color: transparent;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.cf7-calc-modal .cf7-calc-modal-content .submit-button-wrapper p input[type=submit]:hover {
  cursor: pointer;
  background-color: rgba(118, 176, 10, 0.8);
}
.cf7-calc-modal .cf7-calc-modal-content .wpcf7-response-output {
  margin: 5px 0;
}

.home-calculate-order-block {
  padding: 100px 0;
}
.home-calculate-order-block .block-header .block-title {
  color: #101828;
  font-family: "Century Gothic";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.home-calculate-order-block .block-header .block-subtitle {
  text-overflow: ellipsis;
  overflow: hidden;
  color: #344054;
  font-family: "Century Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  margin-bottom: 24px;
}

@media screen and (max-width: 540px) {
  .home-calculate-order-block {
    padding: 40px 0;
    text-align: center;
  }
  .home-calculate-order-block .block-header .block-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .home-calculate-order-block .block-header .block-subtitle {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.home-seo-text-block {
  padding-top: 70px;
  padding-bottom: 70px;
}
.home-seo-text-block .block-header {
  padding-bottom: 8px;
}
.home-seo-text-block .block-header .block-subtitle {
  color: #76B00A;
  font-family: "Century Gothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.home-seo-text-block .block-header .block-title {
  color: #101828;
  font-family: "Century Gothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 140% */
}
.home-seo-text-block .seo-text-wrapper {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.home-seo-text-block .seo-text-wrapper .single-seo-text {
  flex: 1;
  color: #475467;
  font-family: "Century Gothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.home-seo-text-block .seo-text-wrapper .single-seo-text ul {
  margin-left: 15px;
}

@media screen and (max-width: 540px) {
  .home-seo-text-block .seo-text-wrapper {
    flex-direction: column;
  }
}
.seo-faq-accordion-block {
  padding-top: 70px;
  padding-bottom: 70px;
}
.seo-faq-accordion-block .block-header {
  padding-bottom: 8px;
}
.seo-faq-accordion-block .block-header .block-subtitle {
  color: #76B00A;
  font-family: "Century Gothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.seo-faq-accordion-block .block-header .block-title {
  color: #101828;
  font-family: "Century Gothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 140% */
}
.seo-faq-accordion-block .seo-text-wrapper {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.seo-faq-accordion-block .seo-text-wrapper .single-seo-text {
  flex: 1;
  color: #475467;
  font-family: "Century Gothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.seo-faq-accordion-block .seo-text-wrapper .single-seo-text ul {
  margin-left: 15px;
}
.seo-faq-accordion-block .seo-text-wrapper .faq-accordion {
  flex: 1;
  color: #475467;
  font-family: "Century Gothic";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.seo-faq-accordion-block .seo-text-wrapper .faq-accordion__title {
  font-size: 20px;
  margin-bottom: 1rem;
  color: #101828;
}
.seo-faq-accordion-block .seo-text-wrapper .faq-accordion__item {
  border-bottom: 1px solid #ddd;
  padding: 0.5rem 0;
}
.seo-faq-accordion-block .seo-text-wrapper .faq-accordion__item.is-active .faq-accordion__answer {
  display: block;
}
.seo-faq-accordion-block .seo-text-wrapper .faq-accordion__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px 0;
  background: none;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  border: none;
  cursor: pointer;
  color: #475467;
}
.seo-faq-accordion-block .seo-text-wrapper .faq-accordion__question::after {
  font-size: 25px;
  content: "+";
  transition: transform 0.3s ease;
}
.seo-faq-accordion-block .seo-text-wrapper .faq-accordion__question[aria-expanded=true]::after {
  transform: rotate(45deg);
}
.seo-faq-accordion-block .seo-text-wrapper .faq-accordion__answer {
  display: none;
  color: #101828;
}

@media screen and (max-width: 540px) {
  .seo-faq-accordion-block .seo-text-wrapper {
    flex-direction: column;
  }
}
.home-catalog-block {
  background-color: #fff;
  background-image: none !important;
}
/*# sourceMappingURL=service-page.css.map */
