/**
	For Youself Company PAGE block styles
*/
.for-block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 40px;
  padding-bottom: 60px;
  max-height: 450px;
  background-color: #fff;
  z-index: 9;
  position: relative;
}
.for-block.colored-background {
  background-color: #fff;
  background-image: none !important;
}
.for-block.reverse-blok .main-text-block-wrapper {
  flex-direction: row-reverse;
  grid-template-columns: 555fr 780fr;
  grid-template-areas: "image text";
}
.for-block .main-text-block-wrapper {
  display: grid;
  grid-template-columns: 780fr 555fr;
  grid-template-areas: "text image";
  gap: 10px;
}
.for-block .main-text-block-wrapper .text-column {
  min-height: 350px;
  grid-area: text;
  color: var(--colors-text-text-tertiary-600, #475467);
  font-family: "Century Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.for-block .main-text-block-wrapper .text-column .block-header .block-title {
  margin-bottom: 20px;
  color: var(--colors-text-text-primary-900, #101828);
  font-family: "Century Gothic";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.for-block .main-text-block-wrapper .text-column p {
  margin-bottom: 16px;
}
.for-block .main-text-block-wrapper .text-column ul {
  margin-left: 20px;
}
.for-block .main-text-block-wrapper .text-column blockquote {
  padding: 20px 0 20px 20px;
  border-left: 2px solid #76B00A;
  margin: 24px 0;
}
.for-block .main-text-block-wrapper .text-column blockquote > :last-child {
  margin-bottom: 0;
}
.for-block .main-text-block-wrapper .text-column a {
  text-decoration: none;
  color: #76B00A;
}
.for-block .main-text-block-wrapper .image-column {
  grid-area: image;
}
.for-block .main-text-block-wrapper .image-column .image-wrapper {
  width: 100%;
}
.for-block .main-text-block-wrapper .image-column .image-wrapper img {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .for-block {
    max-height: 100%;
  }
  .for-block .main-text-block-wrapper {
    display: flex;
    flex-direction: column;
  }
  .for-block.reverse-blok .main-text-block-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.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;
  }
}
.bannner-block {
  padding-top: 60px;
  padding-bottom: 60px;
}
.bannner-block .main-text-block-wrapper {
  border-radius: 12px;
  background: #F2F4F7;
  display: grid;
  grid-template-columns: 780fr 555fr;
  grid-template-areas: "text image";
  gap: 20px;
  padding: 16px;
  padding-bottom: 0;
  overflow: hidden;
}
.bannner-block .main-text-block-wrapper .text-column {
  grid-area: text;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  color: #475467;
  font-family: "Century Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-left: 24px;
  padding-bottom: 16px;
}
.bannner-block .main-text-block-wrapper .text-column .block-header .block-title {
  margin-bottom: 20px;
  color: #101828;
  font-family: "Century Gothic";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}
.bannner-block .main-text-block-wrapper .text-column .text-block {
  color: #475467;
  font-family: "Century Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
}
.bannner-block .main-text-block-wrapper .text-column .text-block p {
  margin-bottom: 16px;
}
.bannner-block .main-text-block-wrapper .text-column .text-block ul {
  margin-left: 20px;
}
.bannner-block .main-text-block-wrapper .text-column .text-block blockquote {
  padding: 20px 0 20px 20px;
  border-left: 2px solid #76B00A;
  margin: 24px 0;
}
.bannner-block .main-text-block-wrapper .text-column .text-block blockquote > :last-child {
  margin-bottom: 0;
}
.bannner-block .main-text-block-wrapper .text-column .text-block a {
  text-decoration: none;
  color: #76B00A;
}
.bannner-block .main-text-block-wrapper .image-column {
  grid-area: image;
  height: 360px;
}
.bannner-block .main-text-block-wrapper .image-column .image-wrapper {
  width: 100%;
}
.bannner-block .main-text-block-wrapper .image-column .image-wrapper img {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .bannner-block {
    max-height: 100%;
  }
  .bannner-block .main-text-block-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.cf7-calc-modal {
  display: flex;
  display: none;
  position: fixed;
  z-index: 99999;
  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;
  overflow-y: auto;
}
.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;
}
.cf7-calc-modal .cf7-calc-modal-content br {
  display: none;
}
.cf7-calc-modal .cf7-calc-modal-content .calc-modal__loading {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: hsla(0, 0%, 100%, 0.4);
  backdrop-filter: blur(2px);
  opacity: 1;
  transition: all 0.3s;
  visibility: hidden;
}
.cf7-calc-modal .cf7-calc-modal-content .calc-modal__loading svg {
  animation: png_loader_rotating 2s infinite;
  margin-bottom: 8px;
}

.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;
  }
}
.site-header .breadcrumbs-header .breadcrumb {
  margin-bottom: 0;
}

.for-youself-company-page .gallery-block {
  z-index: 9;
  position: relative;
}
.for-youself-company-page .home-calculate-order-block {
  z-index: 9;
  position: relative;
  background-color: #fff;
}
/*# sourceMappingURL=for-youself-company-page.css.map */
