header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 0 40px;
}
header .header {
  width: 100%;
  max-width: 1840px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 40px;
}
header .header-logo {
  width: 100%;
  max-width: 258px;
}
header .header-logo a {
  display: block;
}
@media (max-width: 1024px) {
  header .header-logo a {
    height: 100%;
  }
  header .header-logo a img {
    -o-object-position: left;
       object-position: left;
  }
}
header .header-logo__wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
header .header-logo__open {
  display: none;
}
@media (max-width: 768px) {
  header .header-logo__open {
    display: block;
  }
}
@media (max-width: 1024px) {
  header .header-logo {
    width: 44px;
    max-width: 44px;
    height: 66px;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  header .header-logo {
    width: 22px;
    min-width: 22px;
    height: 33px;
  }
}
header .header-menu {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  header .header-menu {
    display: none;
  }
}
header .header-menu a {
  text-transform: uppercase;
}
header .header-account {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-self: end;
  padding: 10px 30px;
  border-radius: 30px;
  border: 1px solid var(--snk-dark);
}
header .header-account__link {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
}
@media (max-width: 768px) {
  header .header-account__link {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
  }
  header .header-account__link:first-child {
    display: none;
  }
}
header .header-account .header-cart {
  position: relative;
}
header .header-account .header-cart .cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 50%;
  background-color: var(--snk-main);
  color: var(--snk-white);
  font-size: 10px;
  line-height: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  header .header-account {
    justify-self: unset;
    padding: 0;
    border: none;
    border-radius: 0;
  }
}
@media (max-width: 1024px) {
  header .header {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  header .header {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 1024px) {
  header {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  header {
    margin-top: 10px;
    padding: 0 10px;
  }
}

footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  margin-top: 50px;
  margin-bottom: 30px;
}
footer .footer {
  width: 100%;
  max-width: 1840px;
  display: flex;
  flex-direction: column;
  gap: 183px;
  border-radius: 60px;
  background-image: url(../../images/footer/footer-background.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
footer .footer-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 80px;
  position: relative;
}
footer .footer-top-text {
  max-width: 1274px;
  font-size: 69px;
  line-height: 84px;
  padding-left: 50px;
  padding-top: 46px;
}
footer .footer-top-text__circles {
  display: inline-flex;
  vertical-align: middle;
  gap: 6px;
  align-items: center;
}
footer .footer-top-text__circles .circle {
  display: inline-flex;
  width: 65px;
  height: 65px;
  min-width: 65px;
  min-height: 65px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1024px) {
  footer .footer-top-text__circles .circle {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
  }
}
@media (max-width: 1024px) {
  footer .footer-top-text__circles {
    gap: 4px;
  }
}
footer .footer-top-text .accent {
  display: inline-block;
  padding: 10px 26px;
  padding-top: 0;
  background-color: var(--snk-main);
  border-radius: 78px;
}
@media (max-width: 1024px) {
  footer .footer-top-text .accent {
    padding: 10px;
    padding-top: 0;
  }
}
@media (max-width: 1024px) {
  footer .footer-top-text {
    max-width: 782px;
    font-size: 37px;
    line-height: 48px;
  }
}
footer .footer-top-btn {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-left: 15px;
  padding-bottom: 15px;
  border-radius: 0 0 0 60px;
  background-color: var(--snk-light-2);
  position: relative;
}
footer .footer-top-btn button {
  display: flex;
  align-items: center;
  gap: 100px;
  padding: 9px 11px;
  border-radius: 60px;
  border: 2px solid var(--snk-dark);
  cursor: pointer;
}
footer .footer-top-btn button span {
  margin-left: 31px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  footer .footer-top-btn button span {
    margin-left: 16px;
    font-size: 15px;
  }
}
footer .footer-top-btn button .svg {
  width: 92px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--snk-dark);
}
@media (max-width: 1024px) {
  footer .footer-top-btn button .svg {
    width: 52px;
    height: 52px;
  }
}
@media (max-width: 1320px) {
  footer .footer-top-btn button {
    gap: 50px;
  }
}
@media (max-width: 1024px) {
  footer .footer-top-btn button {
    gap: 40px;
    padding: 5px 6px;
  }
}
footer .footer-top-btn::before, footer .footer-top-btn::after {
  content: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M59.9346 59.9385H0C33.101 59.9384 59.9345 33.1032 59.9346 0V59.9385Z' fill='%23E1E3E9'/%3E%3C/svg%3E");
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  display: block;
  position: absolute;
}
@media (max-width: 1024px) {
  footer .footer-top-btn::before, footer .footer-top-btn::after {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
  }
}
footer .footer-top-btn::before {
  top: 0;
  left: -60px;
  rotate: 270deg;
}
@media (max-width: 1024px) {
  footer .footer-top-btn::before {
    top: 10px;
    left: -53px;
  }
}
footer .footer-top-btn::after {
  bottom: -60px;
  right: 0;
  rotate: 270deg;
}
@media (max-width: 1024px) {
  footer .footer-top-btn::after {
    right: 10px;
  }
}
@media (max-width: 1024px) {
  footer .footer-top-btn {
    padding-left: 10px;
    padding-bottom: 10px;
    border-radius: 0 0 0 50px;
  }
}
@media (max-width: 1024px) {
  footer .footer-top {
    gap: 38px;
  }
}
@media (max-width: 768px) {
  footer .footer-top {
    display: none;
  }
}
footer .footer-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  footer .footer-bottom {
    padding: 0 20px;
    padding-bottom: 25px;
  }
}
@media (max-width: 768px) {
  footer .footer-bottom {
    padding: 34px 22px;
  }
}
footer .footer-menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  padding: 40px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.3019607843);
  backdrop-filter: blur(10px);
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.2509803922);
}
footer .footer-menu__logo {
  width: 58px;
  max-width: 58px;
  min-width: 58px;
  height: 86px;
  overflow: hidden;
}
footer .footer-menu__logo a {
  display: block;
  height: 100%;
}
footer .footer-menu__logo a img {
  -o-object-position: left;
     object-position: left;
}
@media (max-width: 768px) {
  footer .footer-menu__logo {
    order: 4;
  }
}
footer .footer-menu__item.links {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
}
footer .footer-menu__item.links:nth-child(2) a:first-child {
  text-transform: uppercase;
}
@media (max-width: 850px) {
  footer .footer-menu__item.links a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  footer .footer-menu__item.links a {
    font-size: 18px;
  }
}
footer .footer-menu__item.links a {
  text-transform: uppercase;
}
footer .footer-menu__item.socials {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 8px;
}
footer .footer-menu__item.socials .icons {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 12px;
}
footer .footer-menu__item.socials .icons a {
  width: 48px;
  height: auto;
}
footer .footer-menu__item.socials .icons a svg {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  footer .footer-menu__item.socials .icons {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 850px) {
  footer .footer-menu__item.socials a,
  footer .footer-menu__item.socials p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  footer .footer-menu__item.socials {
    width: 100%;
  }
  footer .footer-menu__item.socials a {
    font-size: 18px;
  }
  footer .footer-menu__item.socials p {
    display: none;
  }
}
@media (max-width: 1024px) {
  footer .footer-menu__item:nth-child(2) {
    max-width: 173px;
  }
  footer .footer-menu__item:nth-child(3) {
    max-width: 205px;
  }
}
@media (max-width: 768px) {
  footer .footer-menu__item:nth-child(2) {
    order: 2;
    max-width: unset;
  }
  footer .footer-menu__item:nth-child(3) {
    order: 3;
    max-width: unset;
  }
  footer .footer-menu__item:nth-child(4) {
    order: 1;
  }
}
@media (max-width: 1024px) {
  footer .footer-menu {
    gap: 25px;
  }
}
@media (max-width: 768px) {
  footer .footer-menu {
    flex-direction: column;
    justify-content: unset;
    align-items: start;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  footer .footer {
    gap: 0;
  }
}
@media (max-width: 1024px) {
  footer {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  footer {
    padding: 0 10px;
    margin-bottom: 10px;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  display: flex;
  flex-direction: column;
  padding: 10px 10px 40px;
  background-color: var(--snk-dark);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.mobile-menu.is-open {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.mobile-menu__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 53px;
  flex-shrink: 0;
}
.mobile-menu__logo {
  width: 22px;
  min-width: 22px;
  height: 33px;
  overflow: hidden;
}
.mobile-menu__logo a {
  display: block;
  height: 100%;
}
.mobile-menu__logo a img {
  -o-object-position: left;
     object-position: left;
  filter: brightness(0) invert(1);
}
.mobile-menu__close {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.mobile-menu__nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 28px;
}
.mobile-menu__link {
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--snk-white);
  transition: color 0.2s;
}
.mobile-menu__link:hover {
  color: var(--snk-main);
}
.mobile-menu__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-shrink: 0;
  padding: 20px 30px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-menu__icon {
  width: 31px;
  height: 31px;
}
.mobile-menu__icon.header-cart {
  position: relative;
}
.mobile-menu__icon.header-cart .cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 50%;
  background-color: var(--snk-main);
  color: var(--snk-white);
  font-size: 10px;
  line-height: 16px;
  text-align: center;
}

.breadcrumbs {
  width: 100%;
  max-width: 1840px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.breadcrumbs svg {
  width: 16px;
  height: 16px;
}
.breadcrumbs span,
.breadcrumbs a,
.breadcrumbs p {
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--snk-grey-1);
  white-space: nowrap;
}
.breadcrumbs span:has(p) {
  min-width: 0;
}
.breadcrumbs p {
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 0;
}
.breadcrumbs-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  margin-top: 58px;
}
@media (max-width: 1024px) {
  .breadcrumbs-wrapper {
    padding: 0 80px;
  }
}
@media (max-width: 768px) {
  .breadcrumbs-wrapper {
    display: none;
  }
}

.post {
  width: 100%;
  max-width: 1420px;
  display: flex;
  flex-direction: column;
}
.post h1 {
  width: 100%;
  max-width: 1400px;
  font-size: 55px;
  line-height: 68px;
  margin-bottom: 40px;
}
.post h1 span {
  display: inline-block;
  padding: 0 20px;
  border: 3px solid var(--snk-main);
  border-radius: 78px;
}
@media (max-width: 768px) {
  .post h1 span {
    padding: 0 7px;
  }
}
@media (max-width: 768px) {
  .post h1 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
  }
}
.post h2 {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .post h2 {
    margin-bottom: 30px;
  }
}
.post p {
  margin-bottom: 40px;
  line-height: 24px;
}
.post p:has(mark) {
  font-size: 35px;
  line-height: 44px;
}
@media (max-width: 768px) {
  .post p {
    margin-bottom: 30px;
  }
}
.post .wp-block-group.is-vertical {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
.post .wp-block-group.is-vertical p {
  text-align: center;
}
@media (max-width: 768px) {
  .post .wp-block-group.is-vertical {
    margin-bottom: 20px;
  }
}
.post .wp-block-group.is-layout-grid {
  width: 100%;
  gap: 32px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .post .wp-block-group.is-layout-grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .post .wp-block-group.is-layout-grid {
    gap: 30px;
    margin-bottom: 30px;
  }
}
.post .wp-block-gslider-blocks-image-slider {
  width: 100%;
  height: 674px;
  margin: 0 !important;
  border-radius: 30px;
  overflow: hidden;
}
.post .wp-block-gslider-blocks-image-slider .swiper {
  height: 100%;
}
.post .wp-block-gslider-blocks-image-slider .swiper .gslider-image-slider-content-wrapper {
  width: 100%;
  height: 100%;
}
.post .wp-block-gslider-blocks-image-slider .swiper .gslider-image-slider-content-wrapper .gslider-image-item {
  width: 100%;
  height: 100%;
}
.post .wp-block-gslider-blocks-image-slider .swiper .gslider-image-slider-content-wrapper .gslider-image-item img {
  width: 100%;
  height: 100%;
}
.post .wp-block-gslider-blocks-image-slider .swiper-pagination {
  bottom: 22px;
}
.post .wp-block-gslider-blocks-image-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 3.5px;
  background-color: var(--snk-dark);
  opacity: 0.4;
}
.post .wp-block-gslider-blocks-image-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .post .wp-block-gslider-blocks-image-slider {
    height: 264px;
  }
}
.post-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .post-wrapper {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .post-wrapper {
    margin-top: 30px;
    padding: 0 20px;
  }
}

.blog-blog {
  width: 100%;
  max-width: 1840px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.blog-blog h1 {
  font-size: 55px;
  line-height: 68px;
}
.blog-blog h1 span {
  display: inline-block;
  padding: 0 20px;
  border-radius: 78px;
  border: 3px solid var(--snk-main);
}
@media (max-width: 768px) {
  .blog-blog h1 span {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .blog-blog h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.blog-blog .blog-content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 1024px) {
  .blog-blog .blog-content {
    grid-template-columns: 1fr;
  }
}
.blog-blog .blog-main {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.blog-blog .blog-main__image {
  width: 100%;
  height: 387px;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .blog-blog .blog-main__image {
    height: 257px;
  }
}
.blog-blog .blog-main__inf {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.blog-blog .blog-main__tags {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.blog-blog .blog-main__tags .tag {
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 8px;
  border-radius: 20px;
  border: 1px solid var(--snk-grey-2);
  background-color: var(--snk-white);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
}
.blog-blog .blog-main__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.blog-blog .blog-main__text h2 {
  font-size: 35px;
  line-height: 44px;
}
@media (max-width: 768px) {
  .blog-blog .blog-main__text h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.blog-blog .blog-main__text p {
  color: var(--snk-grey-1);
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  line-clamp: 6;
  overflow: hidden;
}
.blog-blog .blog-main__author {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.blog-blog .blog-main__author .author {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}
.blog-blog .blog-main__author .author p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.blog-blog .blog-main__author .author-photo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.blog-blog .blog-main__author .author::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--snk-grey-1);
}
.blog-blog .blog-main__author .time {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 768px) {
  .blog-blog .blog-main__author {
    display: none;
  }
}
.blog-blog .blog-posts {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.blog-blog .blog-post {
  display: flex;
  align-items: center;
  gap: 32px;
}
.blog-blog .blog-post__image {
  width: 177px;
  height: 177px;
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .blog-blog .blog-post__image {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 1024px) {
  .blog-blog .blog-post__image {
    width: 177px;
    height: 177px;
  }
}
.blog-blog .blog-post__inf {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.blog-blog .blog-post__inf h2 {
  font-size: 35px;
  line-height: 44px;
}
@media (max-width: 1400px) {
  .blog-blog .blog-post__inf h2 {
    font-size: 30px;
    line-height: 39px;
  }
}
@media (max-width: 1280px) {
  .blog-blog .blog-post__inf h2 {
    font-size: 25px;
    line-height: 34px;
  }
}
@media (max-width: 1280px) {
  .blog-blog .blog-post__inf h2 {
    font-size: 35px;
    line-height: 44px;
  }
}
@media (max-width: 768px) {
  .blog-blog .blog-post__inf h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.blog-blog .blog-post__author {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.blog-blog .blog-post__author .author {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}
.blog-blog .blog-post__author .author p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.blog-blog .blog-post__author .author-photo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}
.blog-blog .blog-post__author .author::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--snk-grey-1);
}
.blog-blog .blog-post__author .time {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 768px) {
  .blog-blog .blog-post__author {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 768px) {
  .blog-blog .blog-post {
    position: relative;
    padding-bottom: 64px;
  }
}
.blog-blog .blog-more {
  width: -moz-fit-content;
  width: fit-content;
  align-self: center;
  padding: 18.5px 40px;
  border-radius: 60px;
  border: 1px solid var(--snk-dark);
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}

.blog-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .blog-wrapper {
    padding: 0 10px;
    margin-top: 30px;
  }
}

.privacy-policy.wp-singular main, .page-id-90 main {
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 40px;
  padding-top: 50px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .privacy-policy.wp-singular main, .page-id-90 main {
    padding: 0 20px;
    padding-top: 30px;
  }
}

.error {
  width: 100%;
  max-width: 1920px;
  padding: 50px 40px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.error a {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  padding: 15px 40px;
  background-color: var(--snk-main);
  border-radius: 60px;
}/*# sourceMappingURL=template.css.map */