@charset "UTF-8";

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/** {
  outline: 2px solid red;
}*/

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
p {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

html:has(body.main-pages) {
  background: var(--violet);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*height: 100vh;*/
  min-width: 360px;
  font-family: var(--font-family);
}

body.main-pages {
  background-color: var(--violet);
  background: var(--violet);
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.overlay {
  position: fixed;
  z-index: 3;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background-color: rgba(51, 51, 51, 0.8);
  -webkit-transition: visibility 0.4s ease-in-out, bottom 0.4s ease-in-out, opacity 0.4s ease-in-out, z-index 0.4s ease-in-out;
  transition: visibility 0.4s ease-in-out, bottom 0.4s ease-in-out, opacity 0.4s ease-in-out, z-index 0.4s ease-in-out;
}

.overlay--active {
  visibility: visible;
  bottom: 0px;
}

.stop-scroll {
  overflow: hidden;
}

.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.btn-reset {
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  border: none;
}

.x2_j_container {
  max-width: 1568px;
  padding: 0 24px;
  margin: 0 auto;
}

.hidden {
  display: none !important;
}

:root {
  --font-family: "Inter", sans-serif;
  --second-family: "DXRigraf", sans-serif;
}

:root {
  --violet: #381067;
  --grape: #19084b;
  --pink: #d9315a;
  --black: #141414;
  --white: #fff;
}

.section {
  margin-bottom: 116px;
}

.section-title {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-bottom: 37px;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 44px;
  -webkit-transform: scaleX(1.2);
      -ms-transform: scaleX(1.2);
          transform: scaleX(1.2);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  color: var(--white);
}

.section-title-2 {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-bottom: 38px;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 44px;
  -webkit-transform: scaleX(1.2);
      -ms-transform: scaleX(1.2);
          transform: scaleX(1.2);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  color: var(--white);
}

@font-face {
  font-family: "DXRigraf";
  src: local("DXRigraf-Light"), url("../fonts/DXRigraf-Light.woff2") format("woff2"), url("../fonts/DXRigraf-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DXRigraf";
  src: local("DXRigraf-Medium"), url("../fonts/DXRigraf-Medium.woff2") format("woff2"), url("../fonts/DXRigraf-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DXRigraf";
  src: local("DXRigraf-SemBdExpIta"), url("../fonts/DXRigraf-SemBdExpIta.woff2") format("woff2"), url("../fonts/DXRigraf-SemBdExpIta.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DXRigraf";
  src: local("DXRigraf-SemiBold"), url("../fonts/DXRigraf-SemiBold.woff2") format("woff2"), url("../fonts/DXRigraf-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/*@font-face {
  font-family: "DXRigraf";
  src: local("DXRigraf-SemiBoldItalic"),
    url("../fonts/DXRigraf-SemiBoldItalic.woff2") format("woff2"),
    url("../fonts/DXRigraf-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}*/

@font-face {
  font-family: "Inter";
  src: local("Inter-Bold"), url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: local("Inter-Medium"), url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: local("Inter-Regular"), url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--violet);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#preloader .loader {
  width: 60px;
  height: 60px;
  border: 6px solid var(--grape);
  border-top-color: var(--pink);
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.x2_j_header {
  position: relative;
  z-index: 5;
}

.x2_j_header__line-top {
  padding: 29px 0 23px;
  background-color: var(--grape);
}

.x2_j_header__line-top .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.x2_j_header__line-top .content__desc {
  white-space: nowrap;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: var(--white);
}

.x2_j_header__line-top .content__desc span {
  width: 36px;
  min-width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.x2_j_header__line-bottom {
  padding: 26px 0;
  background-color: var(--violet);
}

.x2_j_header__line-bottom .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.x2_j_header__line-bottom .content .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.x2_j_header__line-bottom .content .logo a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 228px;
}

.x2_j_header__line-bottom .content .logo a::before {
  content: "";
  position: absolute;
  inset: -4px;
  border: 1px solid var(--pink);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.x2_j_header__line-bottom .content .logo a:focus,
.x2_j_header__line-bottom .content .logo a:focus-visible {
  outline: none;
}

.x2_j_header__line-bottom .content .logo a:focus-visible::before {
  opacity: 1;
}

.x2_j_header__line-bottom .content .nav {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.x2_j_header__line-bottom .content .nav__hidden {
  display: none;
}

.x2_j_header__line-bottom .content .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 44px;
}

.x2_j_header__line-bottom .content .nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 91%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.x2_j_header__line-bottom .content .nav__link:focus,
.x2_j_header__line-bottom .content .nav__link:focus-visible {
  outline: none;
}

.x2_j_header__line-bottom .content .nav__link:focus-visible,
.x2_j_header__line-bottom .content .nav__link:hover,
.x2_j_header__line-bottom .content .nav__link:active {
  color: var(--pink);
}

.x2_j_header__line-bottom .content .brn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.x2_j_header__line-bottom .content .brn-group__link {
  font-family: "Font Awesome 5 Free";
  width: 36px;
  min-width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--white);
  position: relative;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.x2_j_header__line-bottom .content .brn-group__link:focus,
.x2_j_header__line-bottom .content .brn-group__link:focus-visible {
  outline: none;
}

.x2_j_header__line-bottom .content .brn-group__link:focus-visible,
.x2_j_header__line-bottom .content .brn-group__link:hover,
.x2_j_header__line-bottom .content .brn-group__link:active {
  color: var(--pink);
}

.x2_j_header__line-bottom .content .brn-group__link .counter {
  position: absolute;
  top: 5px;
  right: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: var(--pink);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
}

.x2_j_header__line-bottom .content .box-burger {
  display: none;
}

.x2_j_header__line-bottom .content .burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 28px;
  color: var(--white);
}

.x2_j_header__line-bottom .content .burger.active {
  color: var(--pink);
}

.x2_j_header__line-bottom .content .burger:focus,
.x2_j_header__line-bottom .content .burger:focus-visible {
  outline: none;
}

.tel-link {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 111%;
  text-align: center;
  color: var(--white);
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.tel-link:focus,
.tel-link:focus-visible {
  outline: none;
}

.tel-link:focus-visible,
.tel-link:hover,
.tel-link:active {
  color: var(--pink);
}

.dropDown1 {
  position: relative;
}

.dropDown1__main-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 91%;
  text-align: center;
  color: var(--white);
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.dropDown1__main-link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dropDown1__main-link svg {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.dropDown1__main-link {
  /*&:has(+ .dropDown1__box-list:hover) {
    svg {
      transform: rotate(180deg);
    }
  }*/
}

.dropDown1__main-link:focus,
.dropDown1__main-link:focus-visible {
  outline: none;
}

.dropDown1__main-link {
  /*&:focus-visible,
  &:hover,
  &:active {
    color: var(--pink);

    svg {
      transform: rotate(180deg);
    }

    &+.dropDown1__box-list {
      opacity: 1;
      visibility: visible;
      z-index: 2;
    }
  }*/
}

.dropDown1__box-list {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  min-width: 306px;
  position: absolute;
  top: calc(100% + 14px);
  background-color: var(--grape);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.dropDown1__box-list::before {
  position: absolute;
  bottom: 100%;
  content: "";
  width: 100%;
  height: 14px;
  background-image: url(../img/dropDown1/1.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center bottom;
}

.dropDown1__box-list:hover {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.dropDown1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.dropDown1__link {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  width: 100%;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 80%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--white) !important;
  -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}

.dropDown1__link:focus,
.dropDown1__link:focus-visible {
  outline: none;
}

.dropDown1__link:focus-visible,
.dropDown1__link:hover,
.dropDown1__link:active {
  background-color: var(--pink);
}

.dropDownFooter1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.dropDownFooter1__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--white);
}

.dropDownFooter1__btn:focus,
.dropDownFooter1__btn:focus-visible {
  outline: none;
}

.dropDownFooter1__btn .svg {
  width: 20px;
  min-height: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dropDownFooter1__btn svg {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.dropDownFooter1__btn.active + .dropDownFooter1__box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dropDownFooter1__btn.active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.dropDownFooter1__box-list {
  display: none;
}

.dropDownFooter1__box-list.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dropDownFooter1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.dropDownFooter1__link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--white);
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.dropDownFooter1__link:focus,
.dropDownFooter1__link:focus-visible {
  outline: none;
}

.dropDownFooter1__link:focus-visible,
.dropDownFooter1__link:hover,
.dropDownFooter1__link:active {
  color: var(--pink);
}

.section-shop__content .top__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.section-shop__content .bottom {
  position: relative;
  padding: 254px 0 234px;
}

.no-webp .section-shop__content .bottom::before{
  background-image: url(../img/card-advanteres/coffee_beans.png); }

.section-shop__content .bottom::before {
  content: "";
  position: absolute;
  inset: -252px 0;
  z-index: -2;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: translateY(44px);
      -ms-transform: translateY(44px);
          transform: translateY(44px);
}

.section-shop__content .bottom__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.section-shop__content .bottom__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-shop {
  position: relative;
  z-index: 3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.card-shop::before {
  content: "";
  display: block;
  padding-top: 93.5%;
}

.card-shop:has(.card-shop__link:hover) {
  -webkit-transform: translate(-16px, -16px);
      -ms-transform: translate(-16px, -16px);
          transform: translate(-16px, -16px);
}

.card-shop__link {
  padding: 52px 52px 38px;
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-repeat: no-repeat;
  background-position: bottom right, center center;
  background-size: 278px 215px, cover;
}

.card-shop__link:focus,
.card-shop__link:focus-visible {
  outline: none;
}

.card-shop__link:focus-visible .corner,
.card-shop__link:hover .corner,
.card-shop__link:active .corner {
  opacity: 1;
}

.card-shop__link .corner {
  position: absolute;
  inset: 0 -16px -16px 0;
  z-index: -1;
  background-color: transparent;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.card-shop__link .corner svg {
  width: 100%;
  height: 100%;
}

.card-shop__title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 36px;
  color: var(--white);
}

.card-advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.card-advantages__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.card-advantages__top span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-advantages__top p {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 88px;
  line-height: 50%;
  -webkit-transform: scaleX(1.3);
      -ms-transform: scaleX(1.3);
          transform: scaleX(1.3);
  /* Растягивает по горизонтали */
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  color: var(--pink);
  text-transform: lowercase;
}

.card-advantages__bottom p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: var(--white);
}

.section-why {
  margin-bottom: 108px;
}

.section-why__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.section-why__list li:nth-child(even) .card-why {
  background-color: var(--black);
}

.card-why {
  height: 100%;
  min-height: 416px;
  padding: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--pink);
}

.card-why__box-top .svg {
  width: 84px;
  min-width: 84px;
  height: 84px;
  background-color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
}

.card-why__box-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.card-why__title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 28px;
  color: #f4f4f4;
}

.card-why__desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  color: #f4f4f4;
}

.swiper-why .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.swiper-why-pagination {
  display: none;
}

.section-map__content {
  position: relative;
  min-height: 835px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding-bottom: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-map__content::after {
  position: absolute;
  top: 0;
  left: -44px;
  content: "";
  width: 262px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#381067), to(rgba(56, 16, 103, 0)));
  background: linear-gradient(90deg, #381067 0%, rgba(56, 16, 103, 0) 100%);
}

.section-map__content::before {
  position: absolute;
  top: 0;
  right: -44px;
  content: "";
  width: 284px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#381067), to(rgba(56, 16, 103, 0)));
  background: linear-gradient(270deg, #381067 0%, rgba(56, 16, 103, 0) 100%);
}

.section-map__line-title {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-map__title {
  max-width: 1030px;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 56px;
  text-align: center;
  color: var(--white);
  -webkit-transform: scaleX(1.2);
      -ms-transform: scaleX(1.2);
          transform: scaleX(1.2);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.section-map__line-img {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.section-map__img {
  position: absolute;
  z-index: 2;
}

.section-map__img.sdek {
  top: 5px;
  left: 20.5%;
}

.section-map__img.post {
  right: 20.5%;
  top: -18px;
}

.section-map__box-btn {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-map__btn-choose {
  padding: 38px;
  background-color: var(--grape);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--white) !important;
  min-width: 348px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.4s ease-in;
  transition: background-color 0.4s ease-in;
}

.section-map__btn-choose:focus,
.section-map__btn-choose:focus-visible {
  outline: none;
}

.section-map__btn-choose:focus-visible,
.section-map__btn-choose:hover,
.section-map__btn-choose:active {
  background-color: var(--pink);
}

.section-hero__bottom {
  padding: 36px 0 30px;
  background-color: var(--grape);
  background-image: url(../img/hero/bottom-line/1.svg), url(../img/hero/bottom-line/2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center, right center;
}

.section-hero__container {
  position: relative;
}

.section-hero__separator {
  position: absolute;
  width: calc(100% - 48px);
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.section-hero__separator .line {
  width: 1.4px;
  height: 43px;
  background-color: var(--pink);
}

.section-hero__list {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(auto, 253px) 1fr 1fr minmax(auto, 253px);
  grid-template-columns: minmax(auto, 253px) 1fr 1fr minmax(auto, 253px);
  gap: 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-hero__list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-hero__list li:first-child {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.section-hero__list li:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.section-hero__link-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--white);
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.section-hero__link-bottom:focus,
.section-hero__link-bottom:focus-visible {
  outline: none;
}

.section-hero__link-bottom:focus-visible,
.section-hero__link-bottom:hover,
.section-hero__link-bottom:active {
  color: var(--pink);
}

.swiper-hero .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
}

.swiper-hero-pagination {
  position: absolute;
  z-index: 2;
  bottom: 58px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}

.swiper-hero-pagination .swiper-pagination-bullet {
  position: relative;
  overflow: hidden;
  margin: 0 !important;
  opacity: 1;
  width: 14.6px;
  min-width: 14.6px;
  height: 14.6px;
  background-color: transparent;
  border: 1.4px solid var(--pink);
  -webkit-transition: width 0.4s ease-in-out, border 0.4s ease-in-out, border-radius 0.4s ease-in-out, background-color 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, border 0.4s ease-in-out, border-radius 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

.swiper-hero-pagination .swiper-pagination-bullet::after {
  content: "";
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  opacity: 0;
  background-color: var(--pink);
  -webkit-transition: width 8s linear, opacity 0.3s ease;
  transition: width 8s linear, opacity 0.3s ease;
}

.swiper-hero-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  overflow: hidden;
  width: 56px;
  border: none;
  border-radius: 100px;
  background-color: #4b232d;
  /*&::after {
    content: '';
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--pink);
  }*/
}

.swiper-hero-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  width: 100%;
  opacity: 1;
  -webkit-animation: expandWidth 8s linear forwards;
          animation: expandWidth 8s linear forwards;
  -webkit-transition: width 8s linear, opacity 0.3s ease;
  transition: width 8s linear, opacity 0.3s ease;
}

@-webkit-keyframes expandWidth {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes expandWidth {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.card-hero {
  position: relative;
  height: 100%;
}

.card-hero__img {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-hero__info {
  min-height: 744px;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-hero__info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.card-hero__info-top img {
  width: 538px;
}

.card-hero__info-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-hero__desc {
  max-width: 370px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: var(--white);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.2em;
  line-height: 1.4em;
}

.card-hero__btn {
  min-width: 240px;
  padding: 20px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: var(--white) !important;
  background-color: var(--violet);
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.card-hero__btn:focus,
.card-hero__btn:focus-visible {
  outline: none;
}

.card-hero__btn:focus-visible,
.card-hero__btn:hover,
.card-hero__btn:active {
  background-color: var(--pink);
}

.section-services__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.card-services {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.card-services:hover .card-services__img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.card-services:hover .card-services__bottom {
  background-color: var(--pink);
}

.card-services:hover .card-services__link {
  color: var(--white);
}

.card-services:hover .card-services__link::before {
  border-color: var(--white);
}

.card-services__top {
  position: relative;
}

.card-services__top::before {
  content: "";
  display: block;
  padding-top: 64%;
}

.card-services__img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.card-services__img-svg {
  position: absolute;
  top: 52px;
  left: 52px;
  z-index: 2;
  max-width: calc(100% - 104px);
}

.card-services__bottom {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding: 52px;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
  background-color: var(--black);
}

.card-services__link-title {
  position: absolute;
  inset: 0;
}

.card-services__link-title .title {
  display: none;
}

.card-services__box-info {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.card-services__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.card-services__desc p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: var(--white);
}

.card-services__desc p.main-desc {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 28px;
  color: var(--white);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.4em;
  line-height: 1.2em;
}

.card-services__desc p.desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: var(--white);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.6em;
  line-height: 1.2em;
}

.card-services__link {
  position: relative;
  z-index: 2;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: var(--pink);
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.card-services__link::before {
  content: "";
  position: absolute;
  inset: 0 0 -2px;
  border-bottom: 1px solid var(--pink);
  -webkit-transition: border-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out;
}

.card-services__link:focus,
.card-services__link:focus-visible {
  outline: none;
}

.card-services__link:focus-visible,
.card-services__link:hover,
.card-services__link:active {
  color: var(--white);
}

.card-services__link:focus-visible::before,
.card-services__link:hover::before,
.card-services__link:active::before {
  border-color: var(--white);
}

.card-about {
  height: 100%;
  min-height: 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.card-about__bottom {
  padding: 168px 52px 52px;
  width: 60%;
  background-color: var(--black);
  background-image: url(../img/card-about/marks.svg);
  background-repeat: no-repeat;
  background-position: top 52px left 52px;
}

.card-about__top {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.card-about__top picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-about__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-about__box-info {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card-about__desc {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 26px;
  line-height: 119%;
  color: var(--white);
}

.card-about__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-about__title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 117%;
  color: var(--white);
}

.card-about__insert {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: var(--pink);
}

.swiper-about .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
}

.swiper-about-btns {
  padding: 0 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 60%;
  position: absolute;
  bottom: 52px;
  z-index: 3;
  gap: 8px;
}

.swiper-about-btn {
  width: 51px;
  height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--pink);
  -webkit-transition: background-color 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.swiper-about-btn:focus,
.swiper-about-btn:focus-visible {
  outline: none;
}

.swiper-about-btn:focus-visible,
.swiper-about-btn:hover,
.swiper-about-btn:active {
  background-color: var(--pink);
}

.swiper-about-btn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.section-news__btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-news__btn-group .swiper-news-btn .svgbott {
  display: none;
}

.section-news__link {
  padding: 17px;
  max-width: 244px;
  width: 100%;
  border: 1px solid var(--violet);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--white) !important;
  background-color: var(--black);
  -webkit-transition: border-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out;
}

.section-news__link:focus,
.section-news__link:focus-visible {
  outline: none;
}

.section-news__link:focus-visible,
.section-news__link:hover,
.section-news__link:active {
  border-color: var(--black);
}

.swiper-news {
  margin-bottom: 19px;
}

.swiper-news-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.swiper-news-btn {
  width: 56px;
  min-width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--pink);
  -webkit-transition: background-color 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.swiper-news-btn:focus,
.swiper-news-btn:focus-visible {
  outline: none;
}

.swiper-news-btn:focus-visible,
.swiper-news-btn:hover,
.swiper-news-btn:active {
  background-color: var(--pink);
}

.swiper-news-btn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.swiper-news-btn.swiper-button-lock {
  opacity: 0;
  pointer-events: none;
}

.card-news {
  position: relative;
}

.card-news__time {
  position: absolute;
  pointer-events: none;
  top: 32px;
  left: 32px;
  z-index: 2;
  padding: 12px 12px 11px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  min-width: 114px;
  line-height: 100%;
  text-align: center;
  color: var(--white);
  background-color: var(--pink);
}

.card-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}

.card-news__link:focus,
.card-news__link:focus-visible {
  outline: none;
}

.card-news__link:focus-visible .card-news__img,
.card-news__link:hover .card-news__img,
.card-news__link:active .card-news__img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.card-news__box-img {
  overflow: hidden;
  position: relative;
}

.card-news__box-img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.card-news__img {
  position: absolute;
  inset: 0;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.card-news__title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 28px;
  color: #f4f4f4;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.4em;
  line-height: 1.2em;
}

.section-place__line-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-place__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.section-place__places {
  position: relative;
  width: 33.1578947368%;
}

.section-place__places::before {
  pointer-events: none;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 96.8253968254%;
  max-width: 488px;
  height: 152px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(56, 16, 103, 0)), to(#381067));
  background: linear-gradient(180deg, rgba(56, 16, 103, 0) 0%, #381067 100%);
}

.section-place__map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.section-place__scroll-wrapp {
  height: 100%;
  max-height: 600px;
  overflow-y: auto;
}

.section-place__scroll-wrapp::-webkit-scrollbar {
  width: 4px;
}

.section-place__scroll-wrapp::-webkit-scrollbar-track {
  background-color: var(--grape);
}

.section-place__scroll-wrapp::-webkit-scrollbar-thumb {
  background-color: var(--pink);
}

.section-place__list {
  width: 97.6%;
  max-width: 488px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.section-place__hidden {
  display: none;
}

@-moz-document url-prefix()  {
  .section-place__scroll-wrapp {
    scrollbar-width: thin;
    scrollbar-color: var(--pink) var(--grape);
  }
}

.card-place {
  padding: 32px;
  width: 100%;
  height: 100%;
  min-height: 196px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--grape);
}

.card-place__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.card-place__title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 24px;
  color: #f4f4f4;
}

.card-place__desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: var(--white);
  opacity: 0.5;
}

.card-place__link {
  position: relative;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: var(--pink);
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.card-place__link::before {
  content: "";
  position: absolute;
  inset: 0 0 -2px;
  border-bottom: 1px solid var(--pink);
  -webkit-transition: border-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out;
}

.card-place__link:focus,
.card-place__link:focus-visible {
  outline: none;
}

.card-place__link:focus-visible,
.card-place__link:hover,
.card-place__link:active {
  color: var(--white);
}

.card-place__link:focus-visible::before,
.card-place__link:hover::before,
.card-place__link:active::before {
  border-color: var(--white);
}

.mobile-hiddem-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}

.mobile-hiddem-menu__line-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mobile-hiddem-menu__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile-hiddem-menu__close svg {
  position: relative;
}

.mobile-hiddem-menu__close svg path:first-child {
  position: absolute;
  -webkit-transform: rotate(45deg) translateY(-7px);
      -ms-transform: rotate(45deg) translateY(-7px);
          transform: rotate(45deg) translateY(-7px);
}

.mobile-hiddem-menu__close svg path:last-child {
  position: absolute;
  -webkit-transform: rotate(-45deg) translate(-50%);
      -ms-transform: rotate(-45deg) translate(-50%);
          transform: rotate(-45deg) translate(-50%);
}

.mobile-hiddem-menu__line-btns .search {
  margin-bottom: 20px;
}

.mobile-hiddem-menu__line-btns .logIn,
.mobile-hiddem-menu__line-btns .like,
.mobile-hiddem-menu__line-btns .basket {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  width: 44px;
  height: 44px;
  margin-right: 8px;
  background-color: var(--white);
  border-radius: 3px;
  color: var(--violet) !important;
}

.mobile-hiddem-menu__line-btns a:last-child {
  margin-right: 0;
}

.mobile-hiddem-menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-top: 20px;
}

.mobile-hiddem-menu-bottom .tel-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 28px;
}

.mobile-hiddem-menu-bottom__group-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.mobile-hiddem-menu-bottom__group-links:focus,
.mobile-hiddem-menu-bottom__group-links:focus-visible {
  outline: none;
}

.mobile-hiddem-menu .dropSearch {
  margin-bottom: 20px;
}

.mobile-hiddem-menu .dropSearch__btn-open {
  display: none;
}

.mobile-hiddem-menu .dropSearch__box {
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
  visibility: visible;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.box-cookies {
  display: none;
  pointer-events: none;
  position: fixed;
  z-index: 10;
  left: 0;
  bottom: 66px;
  width: 100%;
}

.box-cookies__container {
  max-width: 1816px;
  padding: 0 28px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.box-cookies__wrapper {
  max-width: 567px;
  background-color: var(--grape);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  padding: 23px 28px 22px;
}

.box-cookies__message {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.box-cookies__message-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box-cookies__message-right p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--white);
}

.box-cookies__box-btn {
  width: 172px;
}

.box-cookies__btn {
  pointer-events: auto;
  padding: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #FFF;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
  letter-spacing: 0.28px;
  background-color: #100336;
}

.box-cookies__btn:focus,
.box-cookies__btn:focus-visible {
  outline: none;
}

.dropSearch {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dropSearch__btn-open {
  width: 36px;
  min-width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--white);
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.dropSearch__btn-open:focus,
.dropSearch__btn-open:focus-visible {
  outline: none;
}

.dropSearch__btn-open:focus-visible,
.dropSearch__btn-open:hover,
.dropSearch__btn-open:active {
  color: var(--pink);
}

.dropSearch__btn-open.active {
  color: var(--pink);
}

.dropSearch__box {
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  position: absolute;
  z-index: 3;
  top: 50%;
  padding: 10px;
  background-color: var(--violet);
  -webkit-transform: translate(calc(-100% + 36px), -50%);
      -ms-transform: translate(calc(-100% + 36px), -50%);
          transform: translate(calc(-100% + 36px), -50%);
  -webkit-box-shadow: 0 0 16px 0 rgba(9, 8, 28, 0.1);
          box-shadow: 0 0 16px 0 rgba(9, 8, 28, 0.1);
  -webkit-transition: opacity 0.4s ease-in, visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in, visibility 0.4s ease-in-out;
}

.dropSearch__box.active {
  opacity: 1;
  visibility: visible;
}

.dropSearch__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dropSearch__btn-submit {
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--pink);
}

.dropSearch__input {
  border: none;
  background-color: var(--grape);
  padding: 5px;
  border-radius: 3px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: var(--white);
}

.dropSearch__input:focus,
.dropSearch__input:focus-visible {
  outline: none;
}

.footer {
  background-color: var(--grape);
}

.footer__content .top {
  padding: 72px 0 32px;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__content .top .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.footer__content .top .left .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__content .top .left .logo a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 202px;
}

.footer__content .top .left .logo a::before {
  content: "";
  position: absolute;
  inset: -4px;
  border: 1px solid var(--pink);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.footer__content .top .left .logo a:focus,
.footer__content .top .left .logo a:focus-visible {
  outline: none;
}

.footer__content .top .left .logo a:focus-visible::before {
  opacity: 1;
}

.footer__content .top .middle {
  width: 100%;
  max-width: 820px;
}

.footer__content .top .middle .box-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__content .top .middle .box-menu__list-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}

.footer__content .top .middle .box-menu__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  row-gap: 28px;
}

.footer__content .top .middle .box-menu__list li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.footer__content .top .middle .box-menu__dropDown {
  display: none;
}

.footer__content .top .middle .box-menu__link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--white);
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.footer__content .top .middle .box-menu__link:focus,
.footer__content .top .middle .box-menu__link:focus-visible {
  outline: none;
}

.footer__content .top .middle .box-menu__link:focus-visible,
.footer__content .top .middle .box-menu__link:hover,
.footer__content .top .middle .box-menu__link:active {
  color: var(--pink);
}

.footer__content .top .middle .box-menu__link.my-active {
  pointer-events: none;
  color: var(--pink);
}

.footer__content .top .right__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.footer__content .top .right .network__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__content .top .right .network__link .svg {
  width: 48px;
  min-width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--violet);
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.footer__content .top .right .network__link:focus,
.footer__content .top .right .network__link:focus-visible {
  outline: none;
}

.footer__content .bottom {
  padding: 32px 0;
}

.footer__content .bottom__desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #988db4;
}

.footer__hidden-mobile {
  display: none;
}

@media (min-width: 1000px) {
  .dropDown1__main-link:focus-visible,
  .dropDown1__main-link:hover,
  .dropDown1__main-link:active {
    color: var(--pink);
  }

  .dropDown1__main-link:focus-visible svg,
  .dropDown1__main-link:hover svg,
  .dropDown1__main-link:active svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .dropDown1__main-link:focus-visible + .dropDown1__box-list,
  .dropDown1__main-link:hover + .dropDown1__box-list,
  .dropDown1__main-link:active + .dropDown1__box-list {
    opacity: 1;
    visibility: visible;
    z-index: 2;
  }

  .dropDown1__main-link:has(+ .dropDown1__box-list:hover) svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media (max-width: 1640px) {
  .section-map__content::after {
    left: -24px;
  }

  .section-map__content::before {
    right: -24px;
  }
}

@media (max-width: 1400px) {
  .section-shop__content .bottom__list li:first-child {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }

  .section-shop__content .bottom__list li:last-child {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }

  .card-shop__link {
    padding: 28px 28px 20px;
  }

  .card-advantages__top span {
    width: 27px;
    min-width: 27px;
    height: 30px;
  }

  .card-advantages__top span svg {
    width: 27px;
    min-width: 27px;
    height: 30px;
  }

  .card-advantages__top p {
    font-size: 56px;
  }

  .card-advantages__bottom p {
    font-size: 20px;
  }

  .section-why__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .section-why__list li:nth-child(3) .card-why {
    background-color: var(--black);
  }

  .section-why__list li:nth-child(4) .card-why {
    background-color: var(--pink);
  }

  .section-map__title {
    max-width: 690px;
    font-size: 44px;
  }

  .section-map__img.sdek {
    width: 185px;
  }

  .section-map__img.post {
    width: 255px;
    top: -42px;
  }

  .footer__content .top {
    padding: 54px 0 32px;
  }

  .footer__content .top .middle .box-menu__list {
    -webkit-column-gap: calc(30px + 70 * (100vw - 1024px) / 376);
       -moz-column-gap: calc(30px + 70 * (100vw - 1024px) / 376);
            column-gap: calc(30px + 70 * (100vw - 1024px) / 376);
  }
}

@media (max-width: 1100px) {
  .section {
    margin-bottom: 100px;
  }

  .section-title {
    font-size: 36px;
    margin-bottom: 31px;
  }

  .section-title-2 {
    font-size: 36px;
    margin-bottom: 38px;
  }

  .x2_j_header__line-top {
    padding: 14px 0;
  }

  .x2_j_header__line-top .content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .x2_j_header__line-top .content__desc {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    gap: 8px;
    font-size: 16px;
  }

  .x2_j_header__line-top .content__desc span {
    width: 28px;
    min-width: 28px;
    height: 28px;
  }

  .x2_j_header__line-bottom {
    padding: 20px 0;
  }

  .x2_j_header__line-bottom .content .logo a {
    width: 185px;
    min-width: 171px;
  }

  .x2_j_header__line-bottom .content .nav {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding-right: calc(0px + 24 * (100vw - 710px) / 314);
  }

  .x2_j_header__line-bottom .content .nav__list {
    gap: calc(15px + 17 * (100vw - 710px) / 314);
  }

  .x2_j_header__line-bottom .content .nav__link {
    font-size: 17px;
  }

  .x2_j_header__line-bottom .content .nav__link:focus-visible,
  .x2_j_header__line-bottom .content .nav__link:hover,
  .x2_j_header__line-bottom .content .nav__link:active {
    color: var(--white);
  }

  .x2_j_header__line-bottom .content .brn-group {
    gap: 16px;
  }

  .x2_j_header__line-bottom .content .brn-group__link {
    width: 28px;
    min-width: 28px;
    height: 28px;
  }

  .tel-link {
    font-size: 16px;
  }

  .dropDown1__main-link {
    font-size: 17px;
  }

  .dropDown1__link {
    padding: 17px;
    font-size: 17px;
  }

  .section-shop__content .top__list {
    gap: 24px;
  }

  .section-shop__content .bottom {
    padding: 166px 0 154px;
  }

  .no-webp .section-shop__content .bottom::before{
    background-image: url(../img/card-advanteres/coffee_beans-1100.png); }

  .section-shop__content .bottom::before {
    inset: -164px 0;
  }

  .card-shop::before {
    padding-top: 95.5%;
  }

  .card-shop:has(.card-shop__link:hover) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .card-shop__link {
    background-size: 170px 140px, cover;
  }

  .card-shop__link .corner {
    display: none;
  }

  .card-shop__title {
    font-size: 28px;
  }

  .section-why__list {
    gap: 24px;
  }

  .section-map__content {
    min-height: 531px;
    padding-bottom: 116px;
  }

  .section-map__btn-choose {
    padding: 26px;
    font-size: 20px;
    min-width: 288px;
    text-transform: none;
  }

  .section-map__img.sdek {
    left: 26%;
    top: 13px;
  }

  .section-map__img.post {
    right: 22%;
    top: 0;
  }

  .section-hero__bottom {
    padding: 32px 0 29px;
    background-image: url(../img/hero/bottom-line/1-1100.svg), url(../img/hero/bottom-line/2-1100.svg);
  }

  .section-hero__list {
    -ms-grid-columns: minmax(auto, 160px) 1fr 1fr minmax(auto, 160px);
    grid-template-columns: minmax(auto, 160px) 1fr 1fr minmax(auto, 160px);
  }

  .section-hero__link-bottom {
    font-size: 20px;
  }

  .swiper-hero-pagination {
    bottom: 36px !important;
  }

  .swiper-hero-pagination .swiper-pagination-bullet {
    width: 13.6px;
    min-width: 13.6px;
    height: 13.6px;
  }

  .swiper-hero-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 56px;
  }

  .card-hero__info {
    min-height: 656px;
    gap: 32px;
  }

  .card-hero__info-top {
    gap: 24px;
  }

  .card-hero__info-top img {
    width: 421px;
  }

  .card-hero__desc {
    font-size: 17px;
  }

  .section-services__list {
    gap: 24px;
  }

  .card-services__top::before {
    padding-top: 70%;
  }

  .card-services__img-svg {
    top: 28px;
    left: 28px;
    max-width: calc(100% - 56px);
  }

  .card-services__bottom {
    padding: 28px;
  }

  .card-services__box-info {
    gap: 24px;
  }

  .card-services__desc {
    gap: 5px;
  }

  .card-services__desc p {
    font-size: 16px;
  }

  .card-services__desc p.main-desc {
    font-size: 20px;
  }

  .card-services__desc p.desc {
    font-size: 16px;
  }

  .card-services__link {
    font-size: 18px;
  }

  .card-about {
    min-height: 400px;
  }

  .card-about__bottom {
    padding: 134px 24px 37px;
    width: 52.4590163934%;
    background-position: top 36px left 24px;
    background-image: url(../img/card-about/marks-1100.svg);
  }

  .card-about__desc {
    font-size: 18px;
    line-height: 128%;
  }

  .card-about__title {
    font-size: 20px;
  }

  .card-about__insert {
    font-size: 16px;
  }

  .swiper-about-btns {
    padding: 0 24px;
    bottom: 36px;
    gap: 6px;
    width: 52.4590163934%;
  }

  .swiper-about-btn {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }

  .swiper-about-btn svg {
    width: 20px;
    height: 10px;
  }

  .section-news__box-swiper {
    margin: 0 -24px;
  }

  .section-news__btn-group {
    padding: 0 24px;
  }

  .swiper-news {
    margin-bottom: 50px;
    padding: 0 24px;
  }

  .swiper-news-btns {
    gap: 6px;
  }

  .swiper-news-btn svg {
    width: 20px;
    height: 10px;
  }

  .card-news__time {
    top: 24px;
    left: 24px;
  }

  .card-news__link {
    gap: 24px;
  }

  .card-news__title {
    font-size: 24px;
  }

  .section-place__content {
    gap: 10px;
  }

  .section-place__places {
    width: 41.1885245902%;
  }

  .section-place::before {
    width: 96.5174129353%;
  }

  .section-place__scroll-wrapp {
    max-height: 528px;
  }

  .section-place__list {
    width: 97.4874371859%;
    gap: 12px;
  }

  .card-place {
    padding: 24px;
    min-height: 168px;
  }

  .card-place__title {
    font-size: 20px;
  }

  .card-place__desc {
    font-size: 16px;
  }

  .card-place__link {
    font-size: 16px;
  }

  .box-cookies__container {
    padding: 0 36px;
  }

  .footer__content .top .middle {
    display: contents;
  }

  .footer__content .top .middle .box-menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(170px, 176px) minmax(120px, 130px);
    grid-template-columns: minmax(170px, 176px) minmax(120px, 130px);
    max-width: 401px;
  }

  .footer__content .top .middle .box-menu__column:nth-child(3) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }

  .footer__content .top .middle .box-menu__list {
    -ms-grid-columns: 1.2fr 0.8fr;
    grid-template-columns: 1.2fr 0.8fr;
  }

  .footer__content .bottom {
    padding: 39px 0 32px;
  }
}

@media (max-width: 1000px) {
  .x2_j_container {
    padding: 0 16px;
  }

  .x2_j_header__line-top {
    padding: 11px 0 8px;
  }

  .x2_j_header__line-top .content__desc {
    white-space: wrap;
    text-align: start;
  }

  .x2_j_header__line-bottom .content .nav {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    -webkit-transform: translate(-120%);
        -ms-transform: translate(-120%);
            transform: translate(-120%);
    position: fixed;
    inset: 0;
    padding: 40px 16px 200px;
    background-color: var(--violet);
    -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  }

  .x2_j_header__line-bottom .content .nav.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .x2_j_header__line-bottom .content .nav__hidden {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .x2_j_header__line-bottom .content .nav__list {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    height: 100%;
    max-height: calc(100vh - 300px - 200px);
    overflow: auto;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .x2_j_header__line-bottom .content .nav__list::-webkit-scrollbar {
    width: 4px;
  }

  .x2_j_header__line-bottom .content .nav__list::-webkit-scrollbar-track {
    background-color: var(--violet);
  }

  .x2_j_header__line-bottom .content .nav__list::-webkit-scrollbar-thumb {
    background-color: var(--pink);
  }

  .x2_j_header__line-bottom .content .brn-group {
    display: none;
  }

  .x2_j_header__line-bottom .content .box-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

@-moz-document url-prefix()  {
    .nav__list {
      scrollbar-width: thin;
      scrollbar-color: var(--pink) var(--violet);
    }
}

  .tel-link {
    display: none;
  }

  .dropDown1__main-link {
    color: var(--white) !important;
  }

  .dropDown1__main-link.active svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .dropDown1__main-link {
    /*&:has(+ .dropDown1__box-list:hover) {
      svg {
        transform: none;
      }
    }*/
  }

  .dropDown1__link {
    padding: 12px;
  }

  .dropDown1__link:focus-visible,
  .dropDown1__link:hover,
  .dropDown1__link:active {
    background-color: transparent;
  }

  .dropDown1__box-list {
    display: none;
    padding-top: 10px;
    position: static;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background-color: transparent;
  }

  .dropDown1__box-list.active {
    display: block;
  }

  .dropDown1__box-list::before {
    display: none;
  }

  .section-shop__content .top__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .section-shop__content .bottom {
    padding: 84px 0 74px;
  }

  .section-shop__content .bottom__list {
    gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-shop__content .bottom__list li {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
  }

  .card-shop {
    max-height: 237px;
  }

  .card-shop__link .corner {
    display: none;
  }

  .section-why__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    /*li:nth-child(3) {
      .card-why {
        background-color: var(--pink);
      }
    }

    li:nth-child(4) {
      .card-why {
        background-color: var(--black);
      }
    }*/
  }

  .section-why__list li .card-why.card-why-1 {
    background-color: var(--pink) !important;
  }

  .section-why__list li .card-why.card-why-2 {
    background-color: var(--black) !important;
  }

  .section-why__list li .card-why.card-why-3 {
    background-color: var(--pink) !important;
  }

  .section-why__list li .card-why.card-why-4 {
    background-color: var(--black) !important;
  }

  .section-why__list li .card-why.card-why-5 {
    background-color: var(--pink) !important;
  }

  .section-why__list li .card-why.card-why-6 {
    background-color: var(--black) !important;
  }

  .section-why__content {
    margin: 0 -16px;
  }

  .section-why .swiper-wrapper {
    padding: 0 16px;
  }

  .swiper-why-pagination {
    padding-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
  }

  .swiper-why-pagination .swiper-pagination-bullet {
    position: relative;
    margin: 0 !important;
    opacity: 1;
    width: 10.6px;
    min-width: 10.6px;
    height: 10.6px;
    background-color: transparent;
    border: 1.4px solid var(--pink);
    -webkit-transition: width 0.4s ease-in-out, border 0.4s ease-in-out, border-radius 0.4s ease-in-out, background-color 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, border 0.4s ease-in-out, border-radius 0.4s ease-in-out, background-color 0.4s ease-in-out;
  }

  .swiper-why-pagination .swiper-pagination-bullet::after {
    content: "";
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    opacity: 0;
    background-color: var(--pink);
    -webkit-transition: width 8s ease, opacity 0.3s ease;
    transition: width 8s ease, opacity 0.3s ease;
  }

  .swiper-why-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    position: relative;
    overflow: hidden;
    width: 48px;
    border: none;
    border-radius: 100px;
    background-color: var(--grape);
    /*&::after {
      content: '';
      border-radius: 100px;
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-color: var(--pink);
    }*/
  }

  .swiper-why-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    width: 100%;
    opacity: 1;
    -webkit-animation: expandWidth 8s linear forwards;
            animation: expandWidth 8s linear forwards;
    -webkit-transition: width 8s linear, opacity 0.3s ease;
    transition: width 8s linear, opacity 0.3s ease;
  }

  .section-map__title {
    max-width: 438px;
    font-size: 34px;
  }

  .section-map__content::after {
    left: -16px;
  }

  .section-map__content::before {
    right: -16px;
  }

  .section-map__img.sdek {
    left: 15%;
  }

  .section-map__img.post {
    right: 15%;
  }

  .section-hero__separator {
    width: calc(100% - 32px);
  }

  .section-news__box-swiper {
    margin: 0 -16px;
  }

  .section-news__btn-group {
    padding: 0 16px;
  }

  .swiper-news {
    padding: 0 16px;
  }

  .footer__content .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }

  .footer__content .top .left {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer__content .top .middle {
    width: 100%;
  }

  .footer__content .top .middle .box-menu {
    max-width: 100%;
  }

  .footer__content .top .right {
    width: 100%;
  }

  .footer__content .top .right__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 710px) {
  .section {
    margin-bottom: 76px;
  }

  .section-title {
    margin-bottom: 25px;
    font-size: 24px;
  }

  .section-title-2 {
    font-size: 24px;
    margin-bottom: 23px;
    max-width: 250px;
    text-align: center;
  }

  .x2_j_header__line-top .content__desc {
    font-size: 13px;
    line-height: 115%;
  }

  .x2_j_header__line-top .content__desc span {
    width: 24px;
    min-width: 24px;
    height: 24px;
  }

  .x2_j_header__line-bottom {
    padding: 10px 0;
  }

  .x2_j_header__line-bottom .content .logo a {
    width: 171px;
    height: 48px;
  }

  .section-shop__content .top__list {
    gap: 11px;
  }

  .section-shop__content .bottom__list {
    gap: 46px;
  }

  .card-shop__title {
    font-size: 22px;
  }

  .card-shop__link {
    background-size: 152px 94px, cover;
  }

  .card-advantages {
    gap: 10px;
  }

  .card-advantages__top p {
    font-size: 48px;
  }

  .card-advantages__bottom p {
    font-size: 18px;
  }

  .card-why {
    padding: 24px;
    min-height: 316px;
    gap: 45px;
  }

  .card-why__box-top .svg {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }

  .card-why__box-top .svg img {
    width: 27px;
    height: 36px;
  }

  .card-why__title {
    font-size: 20px;
  }

  .card-why__desc {
    font-size: 16px;
  }

  .section-map__content {
    min-height: 270px;
    padding-bottom: 0;
  }

  .section-map__content::before {
    width: 13.89%;
  }

  .section-map__content::after {
    width: 13.89%;
  }

  .section-map__title {
    max-width: 246px;
    font-size: 24px;
  }

  .section-map__img.sdek {
    width: 101px;
    top: -21px;
    left: 10%;
  }

  .section-map__img.post {
    width: 139px;
    top: -29px;
    right: 12%;
  }

  .section-map__btn-choose {
    padding: 21px;
    min-width: 244px;
    font-size: 17px;
    border: none;
  }

  .section-hero__bottom {
    padding: 0;
    background-image: url(../img/hero/bottom-line/1-710.svg), url(../img/hero/bottom-line/2-710.svg);
    background-position: left top, right bottom;
  }

  .section-hero__separator {
    display: none;
  }

  .section-hero__list {
    margin: 0 -16px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }

  .section-hero__list li {
    position: relative;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    min-width: 160px;
    min-height: 80px;
  }

  .section-hero__list li:first-child::before,
  .section-hero__list li:nth-child(2)::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    width: 36px;
    height: 1.4px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: var(--pink);
  }

  .section-hero__link-bottom {
    font-size: 17px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .swiper-hero-pagination {
    bottom: 24px !important;
  }

  .swiper-hero-pagination .swiper-pagination-bullet {
    width: 10.6px;
    min-width: 10.6px;
    height: 10.6px;
  }

  .swiper-hero-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 48px;
  }

  .card-hero__info {
    min-height: 480px;
    padding: 40px 0;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .card-hero__info-top {
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .card-hero__info-top img {
    width: 312px;
  }

  .card-hero__desc {
    text-align: center;
    font-size: 16px;
  }

  .card-hero__info-bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }

  .card-hero__btn {
    width: 100%;
    max-width: 278px;
    padding: 19px;
    font-size: 14px;
  }

  .section-services__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .card-services__top::before {
    padding-top: 75%;
  }

  .card-services__bottom {
    padding: 24px;
    min-height: 207px;
  }

  .card-services__box-info {
    gap: 19px;
  }

  .card-services__desc {
    font-size: 18px;
    gap: 11px;
  }

  .card-services__desc p {
    font-size: 14px;
  }

  .card-services__desc p.main-desc {
    font-size: 18px;
  }

  .card-services__desc p.desc {
    font-size: 14px;
    -webkit-line-clamp: 4;
    max-height: 4.8em;
  }

  .card-services__link {
    font-size: 16px;
  }

  .card-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .card-about__img {
    max-height: 328px;
  }

  .card-about__bottom {
    width: 100%;
    min-height: 367px;
    padding: 84px 24px 24px;
    background-image: url(../img/card-about/marks-710.svg);
    background-position: top 24px left 24px;
  }

  .card-about__desc {
    font-size: 16px;
    line-height: 119%;
  }

  .card-about__title {
    font-size: 18px;
  }

  .card-about__insert {
    font-size: 14px;
  }

  .swiper-about-btns {
    width: 100%;
    bottom: 24px;
  }

  .swiper-about-btn {
    width: 36px;
    min-width: 36px;
    height: 36px;
    gap: 4px;
  }

  .section-news__btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 8px;
  }

  .section-news__btn-group .swiper-news-btns {
    width: 100%;
  }

  .section-news__btn-group .swiper-news-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    min-width: auto;
    height: 52px;
    background-color: var(--pink);
  }

  .section-news__btn-group .swiper-news-btn .svgtop {
    display: none;
  }

  .section-news__btn-group .swiper-news-btn .svgbott {
    display: block;
  }

  .section-news__link {
    min-height: 52px;
    padding: 12px;
    font-size: 14px;
    width: 100%;
    max-width: 100%;
    background-color: var(--black);
  }

  .swiper-news {
    margin-bottom: 20px;
  }

  .swiper-news-btn {
    width: 48px;
    min-width: 48px;
    height: 48px;
    gap: 6px;
  }

  .swiper-news-btn svg {
    width: auto;
    height: auto;
  }

  .card-news__time {
    top: 19px;
    left: 16px;
    font-size: 14px;
    min-width: 98px;
  }

  .card-news__link {
    gap: 15px;
  }

  .card-news__title {
    font-size: 18px;
  }

  .section-place__map {
    display: none;
  }

  .section-place__places {
    width: 100%;
  }

  .section-place__places::before {
    display: none;
  }

  .section-place__scroll-wrapp {
    width: 100%;
    max-width: 100%;
    max-height: 424px;
    height: auto;
    margin-bottom: 0;
  }

  .section-place__list {
    width: 100%;
    max-width: 100%;
    gap: 8px;
    /*li { // возможно нужно убрать
      display: none;
      &:nth-child(-n+3) {
        display: block;
      }
    }*/
  }

  .section-place__hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .section-place__still-btn {
    padding: 12px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    letter-spacing: 0.02em;
    text-align: center;
    color: var(--white);
    background-color: var(--pink);
    gap: 4px;
  }

  .section-place__still-btn .svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .card-place {
    padding: 16px;
    min-height: 136px;
  }

  .card-place__top {
    gap: 4px;
  }

  .card-place__title {
    font-size: 17px;
  }

  .card-place__desc {
    font-size: 14px;
  }

  .card-place__link {
    font-size: 14px;
  }

  .box-cookies__container {
    padding: 0 16px;
  }

  .box-cookies__wrapper {
    margin: 0 auto;
    padding: 22px 20px 20px;
    max-width: 328px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 26px;
  }

  .box-cookies__message {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .box-cookies__box-btn {
    width: 100%;
  }

  .footer__content .top {
    padding: 40px 0 8px;
    gap: 35px;
  }

  .footer__content .top .left {
    gap: 24px;
  }

  .footer__content .top .left .logo a {
    width: 187px;
    min-width: 187px;
    height: 74px;
  }

  .footer__content .top .left .box-estimation {
    max-width: 172px;
  }

  .footer__content .top .middle .box-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }

  .footer__content .top .middle .box-menu__column {
    display: none;
  }

  .footer__content .top .middle .box-menu__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer__content .top .middle .box-menu__list li:nth-child(n+4) {
    display: none;
  }

  .footer__content .top .middle .box-menu__dropDown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }

  .footer__content .bottom {
    padding: 8px 0 32px;
  }

  .footer__hidden-mobile {
    display: block;
  }

  .footer__hidden-mobile-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }

  .footer__hidden-mobile-link {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--white);
  }

  .footer__hidden-mobile-link:focus,
  .footer__hidden-mobile-link:focus-visible {
    outline: none;
  }
}

.webp .section-shop__content .bottom::before{ background-image: url(../img/card-advanteres/coffee_beans.webp); }

@media (max-width: 1100px){

  .webp .section-shop__content .bottom::before{ background-image: url(../img/card-advanteres/coffee_beans-1100.webp); }
}