.logo-page-art {
  position: absolute;
  top: -424px;
  width: 790px;
  height: 930px;
  background-image: url("/images/logo_page_art.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.logo-page-art.left {
  left: -400px;
}
.logo-page-art.right {
  right: -400px;
}

@media (max-width: 1200px) {
  .logo-page-art {
    display: none;
  }
}
.divider {
  width: 150px;
  height: 20px;
  background-image: url("/images/divider.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 500px) {
  .divider {
    width: 117px;
    height: 16px;
  }
}
.header-nav-cc {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.header-nav-cc .logo-ascii-art {
  width: 200px;
  height: 250px;
  background-image: url("/images/logo_ascii_art.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 500px) {
  .header-nav-cc .logo-ascii-art {
    width: 150px;
    height: 195px;
  }
}
.header-nav-cc nav {
  display: flex;
  gap: 20px;
}
.header-nav-cc nav a {
  font-family: SourceCodePro, monospace;
  font-size: 16px;
  color: #bbb;
  text-decoration: none;
}
.header-nav-cc nav a:hover {
  color: #fff;
  font-weight: bold;
}
.header-nav-cc nav a:visited {
  color: #bbb;
}
.header-nav-cc nav a.active {
  position: relative;
  color: #fff;
  font-weight: bold;
}
.header-nav-cc nav a.active::after {
  content: "^";
  position: absolute;
  top: calc(100% - 4px);
  left: 50%;
  transform: translateX(-50%);
}
.header-nav-cc .mobile-nav {
  flex-direction: column;
  gap: 10px;
  width: 152px;
}
.header-nav-cc .mobile-nav .row {
  display: flex;
  justify-content: space-between;
}
.header-nav-cc .mobile-nav a.active::after {
  display: none;
}
.header-nav-cc .mobile-nav {
  display: none;
}
@media (max-width: 500px) {
  .header-nav-cc .desktop-nav {
    display: none;
  }
  .header-nav-cc .mobile-nav {
    display: flex;
  }
}

.footer-cc {
  font-family: AnonymousPro, monospace;
  font-size: 14px;
}

.services-cc .header {
  margin-bottom: 60px;
}
.services-cc .title {
  margin-top: 60px;
  font-family: AnonymousPro, monospace;
  text-align: center;
}
.services-cc .title h1 {
  font-weight: bold;
  font-size: 44px;
}
.services-cc .title p {
  font-size: 28px;
}
.services-cc .title.mobile {
  display: none;
}
.services-cc .title.mobile h1.left {
  text-align: left;
}
.services-cc .title.mobile h1.right {
  text-align: right;
}
.services-cc .title.mobile .art-container {
  position: relative;
}
.services-cc .title.mobile .art {
  position: absolute;
  transform: scale(-1, 1);
  font-weight: bold;
  font-size: 44px;
  opacity: 0.15;
}
.services-cc .title.mobile .art.right {
  top: 0;
  right: 0;
}
.services-cc .title.mobile .art.left {
  bottom: 0;
  left: 0;
}
.services-cc .local-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
  writing-mode: vertical-rl;
}
.services-cc .local-nav a {
  font-family: AnonymousPro, monospace;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
}
.services-cc .local-nav a:visited {
  color: #fff;
}
.services-cc .local-nav a:hover {
  color: #bbb;
}
.services-cc .img-container {
  position: relative;
}
.services-cc .img-container .fade {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: linear-gradient(225deg, #0C0C0C 1.56%, rgba(12, 12, 12, 0.8549019608) 12.05%, rgba(12, 12, 12, 0) 52.5%);
}
.services-cc .img-container .btn-zoom {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  background-image: url("/images/fullscreen.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  transition: scale 0.2s ease;
}
.services-cc .img-container .btn-zoom:hover {
  cursor: pointer;
  scale: 1.2;
}
.services-cc .img-container .zoom-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}
.services-cc .img-container .zoom-container.active {
  display: block;
}
.services-cc .img-container .zoom-container .backdrop {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7019607843);
}
.services-cc .img-container .zoom-container .zoom-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: none;
  width: 1440px;
  height: auto;
}
.services-cc .img-container .zoom-container .btn-zoom-out {
  position: absolute;
  top: 40px;
  right: 5%;
  background-image: url("/images/zoom_out.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.services-cc .section-bakery {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 60px 0;
  font-family: Sen, sans-serif;
}
.services-cc .section-bakery .designs-container {
  display: flex;
  gap: 50px;
  margin-bottom: 60px;
}
.services-cc .section-bakery .designs-container .img-container {
  margin: 0;
}
.services-cc .section-bakery .img-container {
  margin: 10px 0;
}
.services-cc .section-bakery .img-container img {
  width: 400px;
  height: 260px;
  filter: grayscale(100%);
  box-shadow: 0px 4px 4px 10px rgba(64, 0, 0, 0);
}
.services-cc .section-bakery h2 {
  margin-bottom: 20px;
  font-size: 32px;
}
.services-cc .section-bakery p {
  width: 350px;
  margin: 10px;
  font-size: 18px;
  color: #ebebeb;
}
.services-cc .section-bakery ul {
  margin-top: -10px;
  margin-bottom: 10px;
  width: 350px;
  box-sizing: border-box;
}
.services-cc .section-bakery ul li {
  font-size: 18px;
  color: #ebebeb;
}
.services-cc .section-bakery h3 {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 24px;
}
.services-cc .section-offer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 60px 0;
}
.services-cc .section-offer h1 {
  width: 450px;
  margin-bottom: 50px;
  font-family: Sen, sans-serif;
  font-weight: bold;
  font-size: 34px;
  text-align: center;
}
.services-cc .section-offer .cards-container {
  display: flex;
  gap: 70px;
  margin-bottom: 50px;
}
.services-cc .section-offer .cards-container .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 250px;
}
.services-cc .section-offer .cards-container .card img {
  width: 50px;
  height: 50px;
}
.services-cc .section-offer .cards-container .card p {
  font-family: Sen, sans-serif;
  font-size: 18px;
  color: #ebebeb;
}
.services-cc .section-offer a {
  padding: 12px 20px;
  font-family: AnonymousPro, monospace;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background-color: #D62839;
  transition: scale 0.2s ease;
}
.services-cc .section-offer a:visited {
  color: #fff;
}
.services-cc .section-offer a:hover {
  scale: 1.2;
}
.services-cc .section-links {
  margin: 60px 0;
}
.services-cc .section-links a,
.services-cc .section-links .art {
  line-height: 82px;
}
.services-cc .section-links a {
  display: block;
  text-decoration: none;
}
.services-cc .section-links .art {
  opacity: 0.1;
}
.services-cc .section-links .recent-work-container:hover a,
.services-cc .section-links .recent-work-container:hover .art,
.services-cc .section-links .about-me-container:hover a,
.services-cc .section-links .about-me-container:hover .art,
.services-cc .section-links .btm:hover a,
.services-cc .section-links .btm:hover .art {
  color: #D62839 !important;
}
.services-cc .section-links .top {
  display: flex;
  gap: 50px;
  margin-bottom: 20px;
}
.services-cc .section-links .top .recent-work-container {
  position: relative;
}
.services-cc .section-links .top .recent-work-container a,
.services-cc .section-links .top .recent-work-container .art {
  font-family: AnonymousPro, monospace;
  font-size: 100px;
  font-weight: bold;
  text-align: right;
  color: #00CC99;
}
.services-cc .section-links .top .recent-work-container .art {
  position: absolute;
  top: 0;
  left: calc(-100% - 20px);
  transform: scale(-1, 1);
}
.services-cc .section-links .top .about-me-container {
  position: relative;
}
.services-cc .section-links .top .about-me-container a,
.services-cc .section-links .top .about-me-container .art {
  font-family: AnonymousPro, monospace;
  font-size: 100px;
  font-weight: bold;
  color: #e1e1e1;
}
.services-cc .section-links .top .about-me-container .art {
  position: absolute;
  top: 0;
  right: -100%;
  transform: scale(-1, 1);
}
.services-cc .section-links .btm {
  display: flex;
  justify-content: center;
}
.services-cc .section-links .btm a {
  font-family: SourceCodePro, monospace;
  font-size: 100px;
  color: #FFCA3A;
}
.services-cc .section-service-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 60px 0;
  scroll-margin-top: 100px;
}
.services-cc .section-service-list .yellow {
  color: #FFCA3A;
}
.services-cc .section-service-list .red {
  color: #D62839;
}
.services-cc .section-service-list .green {
  color: #00CC99;
}
.services-cc .section-service-list .blue {
  color: #648DE5;
}
.services-cc .section-service-list .white {
  color: #E5EAFA;
}
.services-cc .section-service-list h1 {
  margin-bottom: 50px;
  font-family: Sen, sans-serif;
  font-weight: bold;
  font-size: 34px;
}
.services-cc .section-service-list .service-container {
  position: relative;
  width: 300px;
}
.services-cc .section-service-list .service-container:not(:last-child) {
  margin-bottom: 40px;
}
.services-cc .section-service-list .service-container .art {
  position: absolute;
  top: 0;
  font-family: AnonymousPro, monospace;
  font-size: 100px;
  font-weight: bold;
}
.services-cc .section-service-list .service-container .art.mid {
  position: unset;
  margin-bottom: -10px;
  font-size: 60px;
  text-align: center;
  display: none;
}
.services-cc .section-service-list .service-container .art.left {
  right: 100%;
  writing-mode: vertical-lr;
  transform: scale(-1, 1);
}
.services-cc .section-service-list .service-container .art.right {
  left: 100%;
  writing-mode: vertical-lr;
}
.services-cc .section-service-list .service-container h2 {
  margin-bottom: 20px;
  font-family: SourceCodePro, monospace;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  line-height: 24px;
}
.services-cc .section-service-list .service-container p {
  font-family: Sen, sans-serif;
  font-size: 18px;
  color: #ebebeb;
}
.services-cc .section-service-list .service-container p:not(:last-child) {
  margin-bottom: 14px;
}
.services-cc .section-service-list .info-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 10px;
  width: 320px;
  font-family: Sen, sans-serif;
  font-size: 24px;
}
.services-cc .section-service-list .info-container .hgh {
  color: #FFCA3A;
}
.services-cc .section-service-list .info-container .bold {
  font-weight: bold;
}
.services-cc .section-service-list .info-container .al-left {
  text-align: left;
}
.services-cc .section-service-list .info-container .al-right {
  text-align: right;
}
.services-cc .section-service-list .info-container .al-center {
  text-align: center;
}
.services-cc .section-process {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 60px 0;
  scroll-margin-top: 100px;
}
.services-cc .section-process h1 {
  width: 660px;
  margin-bottom: 40px;
  font-family: Sen, sans-serif;
  font-weight: bold;
  font-size: 34px;
  text-align: center;
}
.services-cc .section-process h1 br {
  display: none;
}
.services-cc .section-process .cards-container {
  display: flex;
  gap: 70px;
}
.services-cc .section-process .cards-container .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 250px;
}
.services-cc .section-process .cards-container .card img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}
.services-cc .section-process .cards-container .card h2,
.services-cc .section-process .cards-container .card p {
  font-family: Sen, sans-serif;
}
.services-cc .section-process .cards-container .card h2 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 24px;
}
.services-cc .section-process .cards-container .card p {
  font-size: 18px;
}
.services-cc .section-contact {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 60px 0;
  padding: 60px 0;
  box-sizing: border-box;
  width: 100%;
  background-color: #FFCA3A;
}
.services-cc .section-contact .text-art {
  position: absolute;
  z-index: 2;
  width: 70px;
  height: 1115px;
  background-image: url("/images/text_art.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.2;
}
.services-cc .section-contact .text-art.left {
  top: -170px;
  left: calc(50% - 400px);
}
.services-cc .section-contact .text-art.right {
  top: -440px;
  right: calc(50% - 400px);
}
.services-cc .section-contact h1, .services-cc .section-contact p {
  font-family: Sen, sans-serif;
  color: #000;
}
.services-cc .section-contact h1 {
  font-weight: bold;
  font-size: 34px;
}
.services-cc .section-contact p {
  margin-bottom: 40px;
  font-size: 18px;
}
.services-cc .section-contact .info {
  width: 460px;
  text-align: center;
  font-family: AnonymousPro, sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.services-cc .section-contact .btn-email {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 25px 10px 20px;
  font-family: Sen, sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  background-color: #D62839;
  color: #fff;
  border: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  transition: scale 0.2s ease;
}
.services-cc .section-contact .btn-email:hover {
  cursor: pointer;
  scale: 1.1;
}
.services-cc .section-contact .btn-email:visited {
  color: #fff;
}
.services-cc .section-contact .btn-email .icon {
  background-image: url("/images/mail_white.svg");
  width: 24px;
  height: 24px;
}
.services-cc .section-footer-links {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 60px 0;
  width: 100%;
}
.services-cc .section-footer-links .art-triangle {
  position: absolute;
  top: 0;
  width: 37px;
  height: 138px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.services-cc .section-footer-links .art-triangle.left {
  left: calc(50% - 150px);
  background-image: url("/images/art_triangle_left.svg");
}
.services-cc .section-footer-links .art-triangle.right {
  right: calc(50% - 150px);
  background-image: url("/images/art_triangle_right.svg");
}
.services-cc .section-footer-links a {
  text-decoration: none;
  color: #fff;
}
.services-cc .section-footer-links a:visited {
  color: #fff;
}
.services-cc .section-footer-links .local-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  font-family: AnonymousPro, monospace;
  font-weight: bold;
  font-size: 18px;
  writing-mode: vertical-lr;
}
.services-cc .section-footer-links .local-links a:hover {
  color: #bbb;
}
.services-cc .section-footer-links .global-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Sen, sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.services-cc .section-footer-links .global-links a:hover {
  color: #bbb;
}
.services-cc .section-footer-links .global-links .row {
  display: flex;
  gap: 10px;
}
.services-cc .footer {
  margin-bottom: 30px;
}

@media (max-width: 1500px) {
  .services-cc .img-container .zoom-container .zoom-img {
    width: 90vw;
  }
}
@media (max-width: 1000px) {
  .services-cc .section-bakery .designs-container {
    flex-direction: column;
    gap: 20px;
  }
  .services-cc .section-offer .cards-container {
    flex-direction: column;
    gap: 40px;
  }
  .services-cc .section-links .top {
    flex-direction: column;
    gap: 20px;
  }
  .services-cc .section-links .top .recent-work-container .art {
    left: 0;
    z-index: -1;
  }
  .services-cc .section-links .top .about-me-container .art {
    right: 0;
    z-index: -1;
  }
  .services-cc .section-process h1 {
    width: 400px;
  }
  .services-cc .section-process h1 br {
    display: unset;
  }
  .services-cc .section-process .cards-container {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .services-cc .section-contact {
    padding: 60px 30px;
  }
  .services-cc .section-contact .text-art {
    display: none;
  }
}
@media (max-width: 500px) {
  .services-cc .header {
    margin: 40px;
  }
  .services-cc .title.desktop {
    display: none;
  }
  .services-cc .title.mobile {
    display: block;
  }
  .services-cc .title {
    margin: 40px 30px 0 30px;
  }
  .services-cc .title p {
    font-size: 20px;
    white-space: nowrap;
  }
  .services-cc .section-bakery {
    margin: 40px 30px;
  }
  .services-cc .section-bakery .designs-container {
    gap: 20px;
    margin-bottom: 40px;
  }
  .services-cc .section-bakery .img-container {
    margin: 7px;
  }
  .services-cc .section-bakery .img-container img {
    width: 100%;
    height: auto;
  }
  .services-cc .section-bakery h2 {
    width: 100%;
    margin-bottom: 15px;
  }
  .services-cc .section-bakery p {
    width: 100%;
    margin: 7px;
  }
  .services-cc .section-bakery ul {
    width: 100%;
    margin-top: -7px;
    margin-bottom: 7px;
  }
  .services-cc .section-bakery h3 {
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .services-cc .section-offer {
    margin: 40px 30px;
  }
  .services-cc .section-offer h1 {
    width: 100%;
    margin-bottom: 30px;
  }
  .services-cc .section-offer .cards-container {
    gap: 40px;
  }
  .services-cc .section-links {
    margin: 40px 30px;
  }
  .services-cc .section-links .top .recent-work-container a, .services-cc .section-links .top .recent-work-container .art,
  .services-cc .section-links .top .about-me-container a,
  .services-cc .section-links .top .about-me-container .art {
    font-size: 80px;
    line-height: 70px;
  }
  .services-cc .section-links .btm a {
    font-size: 80px;
  }
  .services-cc .section-service-list {
    margin: 40px 30px;
  }
  .services-cc .section-service-list h1 {
    margin-bottom: 30px;
  }
  .services-cc .section-service-list .service-container .art {
    font-size: 60px;
  }
  .services-cc .section-service-list .service-container .art.mid {
    display: block;
  }
  .services-cc .section-service-list .service-container .art.left {
    left: 0;
    right: unset;
    writing-mode: horizontal-tb;
    transform: scale(-1, -1);
    opacity: 0.15;
  }
  .services-cc .section-service-list .service-container .art.right {
    right: 6px;
    left: unset;
    writing-mode: horizontal-tb;
    transform: scale(1, -1);
    opacity: 0.15;
  }
  .services-cc .section-service-list .service-container .art.left.extra {
    left: 46px;
  }
  .services-cc .section-service-list .service-container .art.right.extra {
    right: 52px;
  }
  .services-cc .section-service-list .info-container {
    width: 300px;
    font-size: 20px;
  }
  .services-cc .section-process {
    margin: 40px 30px;
  }
  .services-cc .section-process h1 {
    width: 100%;
    margin-bottom: 30px;
    font-size: 28px;
  }
  .services-cc .section-process .cards-container {
    gap: 30px;
  }
  .services-cc .section-process .cards-container .card img {
    width: 44px;
    height: 44px;
    margin-bottom: 6px;
  }
  .services-cc .section-contact {
    margin: 40px 0;
    padding: 40px 30px;
  }
  .services-cc .section-contact p {
    margin-bottom: 30px;
  }
  .services-cc .section-contact .info {
    width: 100%;
  }
}
@media (max-width: 350px) {
  .services-cc .section-service-list .service-container {
    width: 100%;
  }
  .services-cc .section-footer-links {
    margin-bottom: 40px;
  }
  .services-cc .section-footer-links .art-triangle {
    display: none;
  }
}
.loader, .loader:before, .loader:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  animation-fill-mode: both;
  animation: bblFadInOut 1.8s infinite ease-in-out;
}

.loader {
  color: #000;
  font-size: 7px;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@keyframes bblFadInOut {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

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