.fw-black {
  font-weight: 900 !important;
}

.section-bg {
  margin: 0 !important;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.section-bg.primary-bg {
  background: var(--global-primary-background);
}
.section-bg.remove-padding {
  left: -40px;
  top: -40px;
  bottom: -40px;
  right: -40px;
  z-index: -1;
}
.section-bg div {
  width: 100%;
  height: 100%;
  padding: 0;
}
.section-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.tm-header {
  z-index: 100;
}
.tm-header .header {
  background: rgba(2, 47, 47, 0.95);
}
.tm-header .header .header-content {
  flex: 1;
}
.tm-header .header .header-content .info .contactsBlock {
  display: flex;
}
.tm-header .header .header-content .info .contactsBlock .item {
  margin-bottom: 0;
}
.tm-header .header .header-content .info .contactsBlock .item i {
  color: rgba(209, 199, 193, 0.5);
}
.tm-header .header .header-content .info .contactsBlock .item a {
  color: #d1c7c1;
}
.tm-header .header .header-content .info .contactsBlock .item a:hover {
  text-decoration: underline;
}
.tm-header .header .header-content .info .contactsBlock .item + .item {
  margin-left: 15px;
}
.tm-header .header .main-menu .uk-navbar {
  justify-content: end;
}
.tm-header .header .main-menu .uk-navbar .uk-navbar-nav {
  gap: 70px;
}
.tm-header .header .main-menu .uk-navbar .uk-navbar-nav > li > a {
  color: #d1c7c1;
  white-space: nowrap;
  text-transform: uppercase;
}
.tm-header .header .main-menu .uk-navbar .uk-navbar-nav > li:hover a, .tm-header .header .main-menu .uk-navbar .uk-navbar-nav > li.uk-active a {
  text-decoration: underline;
}
@media (max-width: 1300px) {
  .tm-header .header .main-menu .uk-navbar .uk-navbar-nav {
    gap: 30px;
  }
}
@media (max-width: 1100px) {
  .tm-header .header .main-menu .uk-navbar .uk-navbar-nav {
    gap: 10px;
  }
  .tm-header .header .main-menu .uk-navbar .uk-navbar-nav > li a {
    font-size: 16px;
  }
}

:root {
  --vp-header-height: 118px;
}

.el-slideshow {
  --btn-padding: 10px;
  z-index: 1;
  margin-top: calc(var(--vp-header-height) * -1);
}
.el-slideshow .swiper-slide {
  height: auto;
}
.el-slideshow .swiper-slide .el-item .item-content {
  background: #d1c7c1;
  width: 55vw;
  padding-top: var(--vp-header-height);
}
.el-slideshow .swiper-slide .el-item .item-content .content-image {
  margin-top: 60px;
  margin-left: 15px;
  text-align: right;
}
.el-slideshow .swiper-slide .el-item .item-image {
  flex: 1;
}
.el-slideshow .swiper-slide .el-item .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 960px) {
  .el-slideshow .swiper-slide {
    height: auto;
  }
  .el-slideshow .swiper-slide .el-item {
    min-height: 500px;
    height: 100%;
  }
  .el-slideshow .swiper-slide .el-item .item-content {
    position: relative;
    min-height: auto;
    padding: 50px 0 130px;
  }
}
@media (max-width: 640px) {
  .el-slideshow .swiper-slide .el-item {
    flex-direction: column-reverse;
  }
  .el-slideshow .swiper-slide .el-item .item-content {
    padding: 20px 0;
    width: 100%;
  }
  .el-slideshow .swiper-slide .el-item .item-content .content-image {
    margin: 5px;
  }
  .el-slideshow .swiper-slide .el-item .item-image {
    flex: auto;
    height: clamp(250px, 35vw + 17px, 400px);
  }
}
@media (min-width: 960px) {
  .el-slideshow .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    will-change: transform;
  }
}
@media (min-width: 960px) {
  .el-slideshow {
    --btn-padding: 15px;
  }
}

.swiper-button-next,
.swiper-button-prev {
  --icon-size: 60px;
  width: var(--icon-size);
  height: var(--icon-size);
  background: rgba(23, 16, 0, 0.7);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1;
  transition: 0.2s;
}

.uk-heading-line {
  --line-margin-h: -30px;
  --line-margin-v: -10px;
  --padding: 70px;
  padding: var(--padding) 0;
  margin-top: calc(var(--padding) * -1);
  margin-bottom: calc(var(--padding) * -1);
  width: 100%;
}
.uk-heading-line > ::before,
.uk-heading-line > ::after {
  display: block;
  border: 4px solid #171000;
  width: 100vw;
  height: calc(100% + var(--padding) + var(--line-margin-v) * -1);
}
.uk-heading-line > ::before {
  margin-right: var(--line-margin-h);
  margin-bottom: var(--line-margin-v);
  border-left: 0;
  border-top: 0;
  top: auto !important;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;
}
.uk-heading-line > ::after {
  margin-left: var(--line-margin-h);
  margin-top: var(--line-margin-v);
  border-right: 0;
  border-bottom: 0;
  top: 0 !important;
  right: auto !important;
  bottom: auto !important;
  left: 0 !important;
}
.uk-heading-line.uk-text-emphasis {
  color: #d1c7c1 !important;
}
.uk-heading-line.uk-text-emphasis > ::before,
.uk-heading-line.uk-text-emphasis > ::after {
  border-color: #d1c7c1 !important;
}

@media (max-width: 960px) {
  .uk-heading-line {
    --padding: 25px;
  }
}
.bg-wood {
  position: relative;
}
.bg-wood > div {
  position: relative;
  z-index: 10;
}
.bg-wood::before, .bg-wood:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.bg-wood::before {
  background-image: url("/images/bg/wood_bg.webp");
  opacity: 0.2;
  z-index: 1;
  background-size: cover;
}
.bg-wood:after {
  background-color: rgb(11.05, 45.5, 45.5);
  z-index: 0;
}

.bg-dark-green {
  background: rgb(11.9, 49, 49);
  position: relative;
}
.bg-dark-green > div {
  position: relative;
  z-index: 10;
}

.section-shadow-bg {
  position: relative;
}
.section-shadow-bg > div {
  position: relative;
  z-index: 10;
}

.section-shadow-top,
.section-shadow-bottom {
  position: absolute !important;
  width: 100vw;
  height: 150px;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(7.65, 31.5, 31.5, 0) 0%, rgba(5.95, 24.5, 24.5, 0.95) 100%);
  z-index: 1 !important;
}

.section-shadow-bottom {
  top: auto;
  bottom: 0;
  transform: rotate(180deg);
}

.el-catalog .item,
.masonryPortfolio .item {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
.el-catalog .item .item-inner,
.masonryPortfolio .item .item-inner {
  box-sizing: border-box;
  z-index: 1;
  height: 100%;
  width: calc(100% - 20px);
  padding: 15px;
}
.el-catalog .item .item-inner .item-title,
.masonryPortfolio .item .item-inner .item-title {
  color: #d1c7c1;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0;
  transition: all 0.3s;
}
.el-catalog .item .item-image,
.masonryPortfolio .item .item-image {
  z-index: 0;
}
.el-catalog .item .item-image::before,
.masonryPortfolio .item .item-image::before {
  background: rgba(23, 16, 0, 0.3);
  opacity: 0;
  transition: all 0.3s;
}
.el-catalog .item .item-image::after,
.masonryPortfolio .item .item-image::after {
  background: linear-gradient(0deg, #000000 0%, rgba(23, 16, 0, 0.05) 50%);
}
.el-catalog .item:hover .item-inner .item-title,
.masonryPortfolio .item:hover .item-inner .item-title {
  transition: all 0.3s;
  margin-bottom: 15px;
}
.el-catalog .item:hover .item-image::before,
.masonryPortfolio .item:hover .item-image::before {
  opacity: 1;
  transition: all 0.3s;
}

.el-catalog-cards.default .item .item-image {
  overflow: hidden;
}
.el-catalog-cards.default .item .item-image img {
  scale: 1;
  transition: 0.2s;
}
.el-catalog-cards.default .item:hover .item-image img {
  scale: 1.025;
  transition: 0.2s;
}

.about-us-logo img {
  filter: drop-shadow(0px 4px 35px rgba(255, 255, 255, 0.5));
}

.el-features {
  position: relative;
  --line-margin-h: -25px;
  --line-margin-v: -25px;
}
.el-features .item {
  color: #d1c7c1;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
  text-align: center;
  position: relative;
}
.el-features .item .item-image img {
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.5));
  width: 100px;
  height: 100px;
  max-width: 100%;
  object-fit: contain;
}
.el-features .item .item-title {
  color: #d1c7c1;
}
.el-features .item > div {
  position: relative;
  z-index: 10;
}
.el-features .item::before, .el-features .item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.el-features .item::before {
  background-image: url("/images/bg/wood_bg.webp");
  background-size: 100%;
  opacity: 0.1;
  z-index: 1;
}
.el-features .item:after {
  background-color: rgb(18.6531034483, 76.8068965517, 76.8068965517);
  z-index: 0;
}
@media (max-width: 1830px) {
  .el-features {
    --line-margin-h: -15px;
    --line-margin-v: -15px;
  }
}
.el-features::before, .el-features::after {
  content: "";
  position: absolute;
  display: block;
  border: 8px solid rgb(18.6531034483, 76.8068965517, 76.8068965517);
  width: 750px;
  max-width: 80vw;
  height: 130px;
}
.el-features::before {
  margin-right: var(--line-margin-h);
  margin-bottom: var(--line-margin-v);
  border-left: 0;
  border-top: 0;
  top: auto !important;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;
}
.el-features::after {
  margin-left: var(--line-margin-h);
  margin-top: var(--line-margin-v);
  border-right: 0;
  border-bottom: 0;
  top: 0 !important;
  right: auto !important;
  bottom: auto !important;
  left: 0 !important;
}

.page-title-section {
  position: relative;
  margin-top: calc(var(--vp-header-height) * -1);
  padding: calc(var(--vp-header-height) + 70px) 0 70px;
}
.page-title-section .content {
  position: relative;
  z-index: 1;
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}
.page-title-section .content .uk-button {
  text-shadow: none;
}
.page-title-section .bg {
  position: inherit;
}
.page-title-section .bg:after {
  background: rgba(23, 16, 0, 0.5);
}
.page-title-section .bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.product-main-info .item-price {
  display: inline-block;
  padding: 5px 15px;
  background: #a65000;
  color: #fff;
}
.product-main-info .item-price i {
  font-size: 60%;
}

.el-list.props {
  display: flex;
  flex-wrap: wrap;
}
.el-list.props .item {
  display: flex;
  width: 100%;
  padding: 8px 0px;
}
.el-list.props .item .separator {
  flex-grow: 1;
  border-bottom: 1px dotted;
  min-width: 8px;
  margin: 6px;
}
.el-list.props .item .value {
  letter-spacing: normal;
  word-wrap: break-word;
}
@media (max-width: 768px) {
  .el-list.props .item {
    flex-wrap: wrap;
  }
}

.el-slider-gallery .item {
  max-width: 90vw !important;
}
.el-slider-gallery .item img {
  height: 400px;
  width: auto;
  object-fit: cover;
}

.stages-cards .item {
  color: #d1c7c1;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
  position: relative;
}
.stages-cards .item .item-image img {
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.5));
  max-width: 100px;
}
.stages-cards .item .title {
  font-size: 65px;
  margin-bottom: 20px;
  color: #d1c7c1;
  position: relative;
  padding-left: 15px;
}
.stages-cards .item .title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-left: 5px solid;
  border-top: 5px solid;
  opacity: 0.4;
}
.stages-cards .item > div {
  position: relative;
  z-index: 10;
}
.stages-cards .item::before, .stages-cards .item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.stages-cards .item::before {
  background-image: url("/images/bg/wood_bg.webp");
  background-size: 100%;
  opacity: 0.1;
  z-index: 1;
}
.stages-cards .item:after {
  background-color: rgb(18.6531034483, 76.8068965517, 76.8068965517);
  z-index: 0;
}

.simpleCard-cards .item .title {
  color: #171000;
}
.simpleCard-cards .item .content-wrap {
  position: relative;
  z-index: 1;
  flex: auto;
}
.simpleCard-cards .item .content-wrap .content p:last-child {
  margin-bottom: 0;
}
.simpleCard-cards .item .content-wrap .bg {
  left: 0;
  top: 0;
  z-index: -1;
}
.simpleCard-cards .item .content-wrap .bg::before, .simpleCard-cards .item .content-wrap .bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.simpleCard-cards .item .content-wrap .bg:before {
  background-image: url("/images/bg/wood_bg.webp");
  background-size: cover;
  opacity: 0.2;
  z-index: 1;
}
.simpleCard-cards .item .content-wrap .bg:after {
  background-color: rgb(187.2777777778, 172.5555555556, 163.7222222222);
  z-index: 0;
}

.reviews-cards.slider .swiper-slide {
  height: auto !important;
}
.reviews-cards.slider .swiper-slide > div,
.reviews-cards.slider .swiper-slide .item {
  height: 100% !important;
}

footer {
  position: relative;
  color: #d1c7c1;
  background: rgb(12.0172413793, 49.4827586207, 49.4827586207);
}
footer a {
  color: #d1c7c1;
}
footer a:hover {
  color: #fff !important;
}
footer > div {
  position: relative;
  z-index: 1;
}
footer .uk-section-default {
  background: transparent;
}
footer .footer-content {
  padding-bottom: 0;
}
footer .footer-content > .uk-container {
  padding-bottom: 70px;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.15);
}
footer .uk-heading-medium {
  color: #fff;
  font-weight: bold;
}
footer i {
  color: #d1c7c1;
}
footer .contactsBlock .item:not(:last-child) {
  margin-bottom: 20px !important;
}
footer .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  object-fit: cover;
  z-index: 0;
}
footer .policy-info {
  color: rgba(255, 255, 255, 0.45);
  font-size: 14px;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #d1c7c1;
}
.copyright a {
  color: #d1c7c1;
}
.copyright a:hover {
  color: #fff;
}

.tm-header-mobile .uk-navbar-container {
  background: var(--global-primary-background) !important;
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.45);
}
.tm-header-mobile .uk-navbar-container .uk-container {
  padding: 0 10px !important;
}
.tm-header-mobile .uk-navbar-container .uk-container .uk-navbar .uk-logo {
  justify-content: start;
  margin-right: 15px;
}
.tm-header-mobile .uk-navbar-container .uk-container .uk-navbar .uk-logo img {
  width: 260px;
  max-width: 95%;
  height: 55px;
  object-fit: contain;
  object-position: left;
}

.uk-offcanvas-bar .uk-nav li a {
  padding: 12px 0;
  color: #fff;
  justify-content: space-between;
}
.uk-offcanvas-bar .uk-nav li a .menu-toggler {
  padding: 12px 0px;
  width: 60px;
  text-align: center;
}
.uk-offcanvas-bar .uk-nav li > .uk-nav-sub {
  padding: 0;
  margin: 0 -30px;
}
.uk-offcanvas-bar .uk-nav li > .uk-nav-sub li a {
  color: rgba(255, 255, 255, 0.7);
  background: rgb(10.024137931, 41.275862069, 41.275862069);
  padding: 10px 30px;
}
.uk-offcanvas-bar .uk-nav li > .uk-nav-sub li a:hover {
  color: #fff;
}

.breadcrumbs {
  margin: 15px 0 !important;
  position: relative;
  z-index: 50;
}
.breadcrumbs .start-icon {
  margin-right: 10px;
}
.breadcrumbs .start-icon i {
  color: var(--global-color-base);
}
.breadcrumbs nav .uk-breadcrumb {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs nav .uk-breadcrumb > :nth-child(2)::before {
  display: none;
}
.breadcrumbs nav .uk-breadcrumb > :nth-child(n+3):not(.uk-first-column)::before {
  margin: 0 10px;
  width: 20px;
  height: 1px;
  background: var(--global-color-base);
}
.breadcrumbs nav .uk-breadcrumb li {
  display: flex !important;
  align-items: center;
}
.breadcrumbs nav .uk-breadcrumb li a,
.breadcrumbs nav .uk-breadcrumb li span {
  white-space: nowrap;
}
.breadcrumbs nav .uk-breadcrumb li a {
  color: var(--global-color-base);
}
.breadcrumbs nav .uk-breadcrumb li a:hover {
  color: var(--global-secondary-background);
}
@media (max-width: 960px) {
  .breadcrumbs nav .uk-breadcrumb {
    flex-wrap: nowrap;
    justify-content: left;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
  }
}

.list-icon i {
  width: 30px;
  text-align: center;
}
.list-icon li a {
  display: block;
  padding: 10px 0 10px 20px;
  color: #d1c7c1;
}
.list-icon li a::before {
  margin-top: -5px;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 0;
  top: 50%;
  z-index: 1;
  background: #d1c7c1;
}
.list-icon li a:hover {
  text-decoration: underline;
  color: #fff;
}
.list-icon > :nth-child(n+2) {
  margin-top: 0;
}
.list-icon.color-icon i {
  color: var(--global-secondary-background);
}

.contactsBlock .item i {
  width: 25px;
  text-align: center;
}
.contactsBlock .item:not(:last-child) {
  margin-bottom: 15px;
}
.contactsBlock.horizontal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.contactsBlock.horizontal .item {
  margin: 0;
}
.contactsBlock.horizontal .item .uk-button {
  font-weight: normal;
}

a {
  transition: all 0.2s;
}

@media (max-width: 960px) {
  .uk-text-large {
    font-size: 19px;
  }
}

.text-shadow {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.block-after {
  position: relative;
}
.block-after:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.block-before {
  position: relative;
}
.block-before:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.gallery .item .uk-overlay,
.el-masonry-gallery .item .uk-overlay,
.el-slider-gallery .item .uk-overlay,
.el-imageGallery .item .uk-overlay {
  background: rgba(23, 16, 0, 0.15);
  transition: 0.1s all;
}
.gallery .item .uk-overlay .uk-icon,
.el-masonry-gallery .item .uk-overlay .uk-icon,
.el-slider-gallery .item .uk-overlay .uk-icon,
.el-imageGallery .item .uk-overlay .uk-icon {
  opacity: 0;
  color: #fff;
  transition: 0.1s all;
}
.gallery .item:hover .uk-overlay,
.el-masonry-gallery .item:hover .uk-overlay,
.el-slider-gallery .item:hover .uk-overlay,
.el-imageGallery .item:hover .uk-overlay {
  background: rgba(23, 16, 0, 0.5);
  transition: 0.2s all;
}
.gallery .item:hover .uk-overlay .uk-icon,
.el-masonry-gallery .item:hover .uk-overlay .uk-icon,
.el-slider-gallery .item:hover .uk-overlay .uk-icon,
.el-imageGallery .item:hover .uk-overlay .uk-icon {
  opacity: 1;
  transition: 0.2s all;
}

.el-masonry-gallery .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.el-imageText .content-wrap .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.el-imageText .content-wrap .content {
  position: relative;
}
.el-imageText .content-wrap .content .content-inner .text {
  z-index: 1;
  width: calc(100% + 200px);
  margin-left: -200px;
}
.el-imageText .content-wrap .content .content-inner .text .bg {
  left: 0;
  top: 0;
  z-index: -1;
}
.el-imageText .content-wrap .content .content-inner .text .bg::before, .el-imageText .content-wrap .content .content-inner .text .bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.el-imageText .content-wrap .content .content-inner .text .bg:before {
  background-image: url("/images/bg/wood_bg.webp");
  background-size: cover;
  opacity: 0.2;
  z-index: 1;
}
.el-imageText .content-wrap .content .content-inner .text .bg:after {
  background-color: #d1c7c1;
  z-index: 0;
}
@media (max-width: 768px) {
  .el-imageText .content-wrap .image {
    max-height: 400px;
  }
  .el-imageText .content-wrap .image img {
    position: relative;
  }
  .el-imageText .content-wrap .content .content-inner .text {
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
  }
}

.uk-list.uk-list-primary .uk-link,
.uk-list.uk-list-primary a {
  color: #114646;
}
.uk-list.uk-list-primary .uk-link:hover,
.uk-list.uk-list-primary a:hover {
  color: #a65000;
}

.uk-input.uk-form-danger,
.uk-form-danger:focus {
  border-color: rgba(255, 0, 0, 0.76) !important;
}

:root {
  --swiper-theme-color: var(--global-primary-background);
  --swiper-pagination-bullet-size: 12px;
}

.uk-breadcrumb1 > :nth-child(n+2):not(.uk-first-column)::before {
  display: block !important;
  width: 20px;
  height: 1px;
  background: #444;
}

.uk-text-bolder {
  font-weight: 900;
}

:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  white-space: inherit !important;
}

.to-top {
  --to-top-size: 36px;
  position: fixed;
  bottom: 60px;
  left: 30px;
  z-index: 1000;
  border-radius: 200px;
  width: var(--to-top-size);
  height: var(--to-top-size);
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(100, 100, 100, 0.4);
  color: #fff !important;
  transition: all 0.3s ease;
  opacity: 1;
}
.to-top.hidden {
  opacity: 0;
  transition: all 0.3s ease;
}
.to-top:hover {
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease;
}

a.docs {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
}
a.docs::before {
  content: "\f15b";
  font: 25px "Font Awesome 6 Free";
  display: block;
}
a.docs.pdf::before {
  content: "\f1c1";
}
/*# sourceMappingURL=maps/custom.css.map */
