body.show-popup-privacy-policy .popup-privacy-policy {
  display: block;
}
body.show-popup-privacy-policy #scroll-top {
  bottom: 130px;
}
@media screen and (max-width: 575px) {
  body.show-popup-privacy-policy #scroll-top {
    bottom: 200px;
  }
}

.popup-privacy-policy {
  display: none;
  background-color: white;
  position: fixed;
  width: 100%;
  max-width: 370px;
  bottom: 20px;
  left: 15px;
  border-radius: 15px;
  border: 1px solid #d9d9d9;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
  z-index: 99999;
}
.popup-privacy-policy .inner {
  position: relative;
  max-width: calc(90% + 30px);
  margin: 0;
  padding: 10px 12px 20px 20px;
}
@media screen and (max-width: 767px) {
  .popup-privacy-policy .inner {
    max-width: 100%;
    padding: 10px 25px 10px 10px;
  }
}
.popup-privacy-policy button.close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background: transparent;
  opacity: 0.5;
  border: none;
  transition: all 0.2s linear;
}
@media screen and (max-width: 767px) {
  .popup-privacy-policy button.close {
    width: 40px;
    right: 0;
  }
}
.popup-privacy-policy button.close:hover {
  opacity: 1;
}
.popup-privacy-policy button.close:before, .popup-privacy-policy button.close:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #000000;
  position: absolute;
  top: 30px;
  left: 16px;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .popup-privacy-policy button.close:before, .popup-privacy-policy button.close:after {
    top: 32px;
  }
}
.popup-privacy-policy button.close:after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.popup-privacy-policy .content {
  width: calc(100% - 16px);
}
@media screen and (max-width: 767px) {
  .popup-privacy-policy .content {
    width: calc(100% - 16px);
    padding-left: 0;
  }
}
.popup-privacy-policy h3 {
  font-family: "Inter", Arial, sans-serif;
  font-size: 18px !important;
  margin: 8px 0 6px;
  font-weight: 600;
  line-height: 1.2;
  color: #161616;
}
.popup-privacy-policy .text {
  font-size: 15px;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #5e5e5e;
}
.popup-privacy-policy a {
  color: #e54d1e;
  text-decoration: underline;
  transition: all 0.2s linear;
}
.popup-privacy-policy a:hover {
  color: #212121;
}

body.single-portfolio .wp-block-post-featured-image {
  display: none;
}
body.single-portfolio .wp-block-spacer {
  display: none;
}
body.single-portfolio .gallery-prortfolio-wrap .container {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 575px) {
  body.single-portfolio .gallery-prortfolio-wrap .container {
    grid-template-columns: 1fr;
  }
}
body.single-portfolio .gallery-prortfolio-wrap .container .inner {
  display: inline-flex;
  width: 100%;
  aspect-ratio: 1.2;
  position: relative;
  overflow: hidden;
  background-color: #CCCCCC;
  padding: 0;
}
body.single-portfolio .gallery-prortfolio-wrap .container .inner:hover img {
  scale: 1.05;
}
body.single-portfolio .gallery-prortfolio-wrap .container .inner img {
  object-position: center center;
  object-fit: cover;
  scale: 1;
  transition: all 0.2s linear;
}

.wp-block-kubio-shortcode {
  max-width: 100%;
}

.shortcode-portfolio-wrap {
  width: 100%;
}
.shortcode-portfolio-wrap .container {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 575px) {
  .shortcode-portfolio-wrap .container {
    grid-template-columns: 1fr;
  }
}
.shortcode-portfolio-wrap .container .inner {
  display: inline-flex;
  width: 100%;
  aspect-ratio: 1.2;
  position: relative;
  overflow: hidden;
  background-color: #CCCCCC;
  padding: 0;
}
.shortcode-portfolio-wrap .container .inner:hover .label:before {
  height: 0;
}
.shortcode-portfolio-wrap .container .inner:hover .label:after {
  width: 100%;
}
.shortcode-portfolio-wrap .container .inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.shortcode-portfolio-wrap .container .inner img {
  object-position: center center;
  object-fit: cover;
  scale: 1;
  transition: all 0.2s linear;
}
.shortcode-portfolio-wrap .container .inner .label {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: auto;
  padding: 0 0 20px 20px;
}
.shortcode-portfolio-wrap .container .inner .label:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 50%;
  background-color: #ffffff;
  transition: all 0.2s linear;
}
.shortcode-portfolio-wrap .container .inner .label:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.2s linear;
}
.shortcode-portfolio-wrap .container .inner .label .subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
.shortcode-portfolio-wrap .container .inner .label .title {
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
}

body.home .shortcode-polylang_langswitcher a {
  color: #ffffff !important;
}
@media screen and (max-width: 767px) {
  body.home .button_phone a {
    background-image: url(../images/phone-white.svg);
  }
}
body.privacy-policy h1 {
  font-size: 40px;
  line-height: 1em;
  font-weight: 500;
}
body.privacy-policy h2 {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .button_phone a {
    font-size: 0;
    color: transparent;
    background-image: url(../images/phone-black.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 42px;
    min-width: 42px;
    height: 42px;
  }
}

@media screen and (max-width: 767px) {
  header.site-header .wp-block-column {
    flex: 0 0 1 !important;
  }
}

.elementor-field-type-acceptance .elementor-field-option {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.elementor-field-type-acceptance [type=checkbox] {
  position: relative;
  width: 32px;
  height: 32px;
  margin: 0;
}
.elementor-field-type-acceptance [type=checkbox]:checked::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.shortcode-polylang_langswitcher {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  list-style: none;
  padding: 0;
}
.shortcode-polylang_langswitcher .current-lang a {
  opacity: 1;
}
.shortcode-polylang_langswitcher a {
  color: #000000 !important;
  text-transform: uppercase;
  opacity: 0.7;
  white-space: nowrap;
}
.shortcode-polylang_langswitcher a:hover {
  text-decoration: none;
  opacity: 1;
}

/*# sourceMappingURL=styles.css.map */
