.hero::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #272727;
  opacity: 0.5;
}

a[aria-current=page] {
  color: #b19777 !important;
}

.mainnav-link[aria-current=page] {
  border-bottom: 1px solid #b19777;
}

.text_gold {
  color: #b19777;
}

body.bricks-is-frontend :focus {
  outline: none;
}

a.link_white {
  color: white;
}
a.link_white:hover {
  color: #b19777 !important;
}

.brxe-text .link_white, .brxe-text-basic .link_white {
  color: white !important;
}
.brxe-text .link_white:hover, .brxe-text-basic .link_white:hover {
  color: #b19777 !important;
}
.brxe-text .link_grey3, .brxe-text-basic .link_grey3 {
  color: #b3b3b3 !important;
}
.brxe-text .link_grey3:hover, .brxe-text-basic .link_grey3:hover {
  color: #b19777 !important;
}

.icon.brxe-icon {
  border: 1px solid;
}

.header__icon.icon.brxe-icon {
  border-color: white;
}
.header__icon.icon.brxe-icon:hover {
  border-color: #b19777;
}

.header__icon.header__icon_rest.icon.brxe-icon {
  border-color: #272727;
  color: #272727;
}
.header__icon.header__icon_rest.icon.brxe-icon:hover {
  border-color: #b19777;
  color: #b19777;
}

.services.brxe-div {
  grid-row-gap: 50px;
  grid-column-gap: 20px;
}
@media screen and (min-width: 992px) {
  .services.brxe-div {
    grid-row-gap: 80px;
  }
}

.kontakt__form .form-group ul.options-wrapper li {
  display: flex;
}
.kontakt__form .form-group.submit-button-wrapper {
  padding-right: 40px;
}
.kontakt__form input:not(input[type=checkbox]):not(input[type=file]), .kontakt__form textarea {
  border-bottom: 1px solid #000000;
  padding: 8px 8px 8px 3px;
  will-change: background-position;
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  color: #777;
  font-size: 16px;
  line-height: 1.75em;
  font-weight: 400;
  border-radius: 0;
  background: transparent;
}
.kontakt__form input:not(input[type=checkbox]):not(input[type=file]):focus, .kontakt__form textarea:focus {
  border: none;
  color: #777;
  border-bottom: 1px solid #b19777;
  border-radius: 0;
  background-position: 0 0;
}
.kontakt__form .choose-files {
  position: relative;
  border-style: none;
  border-width: 0;
  display: flex;
  column-gap: 15px;
  width: fit-content;
  padding: 0;
}
.kontakt__form .choose-files::before {
  position: relative;
  display: block;
  width: 20px;
  height: 30px;
  font-family: "Font Awesome 6 Solid";
  font-style: normal;
  font-weight: 900;
  content: "\f0c7";
  font-size: 20px;
}
.kontakt__form button[type=submit] {
  position: relative;
  line-height: 1.2em;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  background: #b19777;
  color: #fff;
  padding: 13px 30px;
  margin: 0;
  font-size: 16px;
  letter-spacing: 3px;
}
.kontakt__form button[type=submit] .text {
  z-index: 1;
}
.kontakt__form button[type=submit]::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 0;
  background: #323232;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.kontakt__form button[type=submit]:hover::after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.offtoggle.brxe-toggle .brxa-inner::before {
  width: calc(var(--brxe-toggle-bar-width) * 0.5);
}

.off-canv .brx-offcanvas-inner {
  top: 148px !important;
}

#brx-header.scrolling .header__container {
  padding: 10px 0;
}
#brx-header.scrolling .header__container .mainnav-link {
  color: #272727;
}
#brx-header.scrolling .header__container .header__icon.icon.brxe-icon {
  border-color: #272727;
  color: #272727;
}
#brx-header.scrolling .header__container .header__icon.icon.brxe-icon:hover {
  border-color: #b19777;
  color: #b19777;
}

.heading_underlined::after {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background-color: #f4f4f4;
  content: "";
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.heading_underlined:hover::after {
  width: 100%;
  background-color: rgba(177, 151, 119, 0.5019607843);
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}

.services__item {
  cursor: pointer;
}
.services__item:hover .heading_underlined::after {
  width: 100%;
  background-color: rgba(177, 151, 119, 0.5019607843);
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}
.services__item:hover .services__item__numb {
  color: transparent;
  -webkit-text-stroke: 1px rgba(177, 151, 119, 0.5019607843);
}
.services__item__numb {
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1019607843);
}

.about::after {
  content: "";
  position: absolute;
  display: block;
  top: 30px;
  bottom: 0;
  border: 1px solid #f4f4f4;
  z-index: 0;
}
.about_right::after {
  left: 0;
  right: 45px;
}
.about_left::after {
  left: 45px;
  right: 0;
}
.about img {
  position: relative;
  z-index: 2;
}

.slider__item__content {
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.0117647059) 2%, rgba(0, 0, 0, 0.7490196078) 90%);
}
.slider__arrow::after {
  width: 60px;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.slider__item:hover .slider__arrow::after {
  width: 100%;
}
.slider__item:hover .slider__item__content {
  bottom: 0 !important;
}
.slider__item:hover .img_shrink {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-filter: brightness(70%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.o-hidden:hover .img_shrink {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-filter: brightness(70%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.btn {
  cursor: pointer;
}
.btn span {
  z-index: 2;
}
.btn::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover::after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.btn_light::after {
  background-color: white;
}
.btn_gold::after {
  background-color: #b19777;
}

.banner.brxe-section {
  height: 162px;
}
@media screen and (min-height: 1000px) {
  .banner.brxe-section {
    height: 30vh;
  }
}
.banner.brxe-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  opacity: 0.8;
}
.banner.brxe-section::after {
  position: absolute;
  height: 100%;
  right: 0;
  left: 0;
  content: "";
  background: -webkit-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.2) 100%, rgba(255, 255, 255, 0.1) 100%);
  background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0.2) 100%, rgba(255, 255, 255, 0.5019607843) 100%);
  object-fit: cover;
}

.portfolio__grid {
  grid-row-gap: 40px;
  grid-column-gap: 30px;
}

@media screen and (min-width: 992px) {
  #brx-header .logo-cont {
    visibility: hidden;
    pointer-events: none;
  }
}
@media screen and (min-width: 992px) {
  #brx-header .logo {
    visibility: visible;
    pointer-events: all;
  }
}
#brx-header.scrolling .header__container {
  padding-top: 24.5px;
  padding-bottom: 24.5px;
}
@media screen and (min-width: 992px) {
  #brx-header.scrolling .header__container {
    padding: 26px 0 !important;
  }
}
#brx-header.scrolling .logo {
  visibility: hidden;
  pointer-events: none;
}
@media screen and (min-width: 992px) {
  #brx-header.scrolling .logo-cont {
    visibility: visible;
    pointer-events: all;
  }
}

.brxe-post-navigation.single__nav .prev-post:hover .label, .brxe-post-navigation.single__nav .prev-post:hover i::before, .brxe-post-navigation.single__nav .next-post:hover .label, .brxe-post-navigation.single__nav .next-post:hover i::before {
  color: #b19777;
}
.brxe-post-navigation.single__nav .prev-post:not(.prev-post + .next-post) {
  margin-top: 30px;
}
@media screen and (max-width: 478px) {
  .brxe-post-navigation.single__nav .prev-post, .brxe-post-navigation.single__nav .next-post {
    justify-content: center !important;
  }
}

.single__slider .splide__arrow {
  width: 40px;
  height: 40px;
  bottom: 25px !important;
  top: auto !important;
  color: white;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  transform: scale(1);
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  font-size: 11px;
}
.single__slider .splide__arrow:hover {
  color: #b19777;
  border-color: #b19777 !important;
  transform: scale(0.9);
  background: transparent;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .single__slider .splide__arrow {
    bottom: 85px !important;
  }
}
.single__slider .splide__arrow--prev {
  left: 15px !important;
}
.single__slider .splide__arrow--next {
  left: 65px !important;
}

.img-slider::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #272727;
  opacity: 0.3;
}

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