* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*::-webkit-input-placeholder,
*:-moz-placeholder,
*::-moz-placeholder,
*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

a {
  text-decoration: none;
}

:root {
  --container-width: 1330px;
  --color-main: #004737;
  --color-accent: #56ef9e;
  --color-secondary: #ccc;
  --font-main: "Gilroy", sans-serif;
  --font-secondary: "Philosopher", serif;
}

.container {
  max-width: var(--container-width);
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.clear-list {
  list-style: none;
}

.df {
  display: flex;
}

.aic {
  align-items: center;
}

body {
  font-family: var(--font-main);
  font-weight: 500;
  font-size: 20px;
  line-height: 139.5%;
  overflow-x: hidden;
}

.text-center {
  text-align: center;
}

button,
input {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  box-shadow: none;
  font-family: var(--font-main);
}

header {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 50px 0;
  z-index: 9;
}

header.is-active {
  position: fixed;
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__toggle {
  display: none;
  cursor: pointer;
}

.header-toggle .toggle.is-openned {
  display: none;
}

.header-toggle.is-active .toggle.is-openned {
  display: block;
}

.header-toggle.is-active .toggle.is-closed {
  display: none;
}

#main {
  background: var(--color-main);
  min-height: 650px;
  height: 100vh;
  max-height: 850px;
  height: var(--app-height);
  overflow: hidden;
  position: relative;
}

.main-hero {
  padding-top: 200px;
  max-width: 780px;
  position: relative;
  z-index: 1;
}

.main-hero h1 {
  font-family: var(--font-secondary);
  font-weight: 700;
  font-size: 80px;
  line-height: 90px;
  letter-spacing: 0.02em;
  color: #ffffff;
}
html[lang="en-GB"] .main-hero h1 {
  font-size: 70px;
  max-width: 600px;
}

.main-hero h1 span {
  font-size: 40px;
  line-height: 80px;
  display: block;
  letter-spacing: 0.02em;
}

.main-hero__text {
  margin-top: 63px;
  font-weight: 500;
  font-size: 40px;
  line-height: 57px;

  letter-spacing: 0.02em;
  max-width: 470px;
  color: var(--color-accent);
}

html[lang="en-GB"] .main-hero__text {
  max-width: 456px;
}

.main-hero__text span {
  color: #fff;
}

.main-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  /* left: calc((100vw - var(--container-width)) / 2 + 405px); */
}

.main-img img {
  display: block;
  display: block;
  max-width: 1158px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.main-decors {
  position: absolute;
  left: calc((100vw - var(--container-width)) / 2 + 405px);
  top: 0;
  width: 1200px;
  z-index: 1;
  mix-blend-mode: screen;
  height: 100%;
}

.main-decors__item {
  position: absolute;
}

.main-decors__item:nth-child(1) {
  left: 59%;
  top: 16%;
  top: -4%;
}

.main-decors__item:nth-child(2) {
  left: 19.6%;
  top: 19%;
}

.main-decors__item:nth-child(3) {
  left: 3%;
  top: 62.7%;
}

.main-decors__item:nth-child(4) {
  left: 15.1%;
  top: 37.7%;
}

.main-decors__item:nth-child(5) {
  left: 79.6%;
  top: 46.1%;
}

.header__menu {
  margin-left: 60px;
}

.header__menu ul {
  display: flex;
  align-items: center;
}

.header__menu li:not(:last-child) {
  margin-right: 50px;
}

.header__menu a {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  position: relative;
  transition: color 0.3s;
}

.header__menu a:after {
  content: "";
  width: 100%;
  position: absolute;
  display: block;
  height: 1px;
  left: 0;
  opacity: 0;
  bottom: 0;
  background: var(--color-accent);
  transition: all 0.3s;
}

.header__menu a:hover {
  color: var(--color-accent);
}

.header__menu a:hover:after {
  bottom: -6px;
  opacity: 0.2;
}

.header__phone {
  margin-right: 45px;
}

.header__phone a,
.mobile-header__phone a {
  color: #fff;

  font-weight: 600;
  font-size: 30px;
  /* line-height: 16px; */
  transition: color 0.3s;
}

.header__phone a:hover,
.mobile-header__phone a:hover {
  color: var(--color-accent);
}

.header__phone a span,
.mobile-header__phone a span {
  color: var(--color-accent);
}

.langs__item {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  width: 65px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;

  background-image: url("data:image/svg+xml,%3Csvg width='65' height='37' viewBox='0 0 65 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.1495 0.5H64.5V36.5H19.1495C14.2367 36.5 9.65808 34.0124 6.98458 29.8908L2.94937 23.6698C0.909544 20.5251 0.909546 16.4749 2.94937 13.3302L6.98458 7.10923C9.65808 2.98759 14.2367 0.5 19.1495 0.5Z' stroke='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  transition: color 0.3s;
}

.langs__item.is-active,
.langs__item:hover {
  color: var(--color-accent);
}

.langs__item:nth-child(2) {
  background-image: url("data:image/svg+xml,%3Csvg width='65' height='37' viewBox='0 0 65 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M45.8505 0.5H0.5V36.5H45.8505C50.7633 36.5 55.3419 34.0124 58.0154 29.8908L62.0506 23.6698C64.0905 20.5251 64.0905 16.4749 62.0506 13.3302L58.0154 7.10923C55.3419 2.98759 50.7633 0.5 45.8505 0.5Z' stroke='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  margin-left: -2px;
}

.langs {
  display: flex;
}

h2 {
  font-family: var(--font-secondary);
  font-weight: 700;
  font-size: 100px;
  line-height: 112px;
}

#offers {
  padding: 80px 0 112px;
}

#offers h2 {
  color: #e61818;
  margin-bottom: 70px;
}

.offers-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.offer {
  width: 100%;
  min-height: 290px;
  overflow: hidden;
  border-radius: 10px;
}

.offer__inner {
  position: relative;
  padding: 50px 60px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.offer__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0;
}

.offer__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
}

.offer__overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 64.38%); */
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0) 94.38%);
  /* background: linear-gradient(90deg, #004737 40%, rgba(0, 0, 0, 0) 94.38%); */

  /* background: #004737; */
  opacity: 0.8;
  border-radius: 10px;
}

.offer__content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.offer__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 116%;
  font-family: var(--font-secondary);

  /* text-align: center; */
}

.offer__title span {
  font-family: var(--font-secondary);
  font-weight: 700;
  font-size: 20px;
  color: var(--color-accent);
  background: #004737;
  border-radius: 10px;
  padding: 1px 9px 2px 9px;
  display: inline-block;
  height: 26px;
  line-height: 1;
  transform: translate(0, -4px);
}

.offer__title span {
  color: var(--color-accent);
}

.offer__text {
  /* text-align: center; */

  margin-top: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 139.5%;
}

.offer__price-wrapper {
  display: flex;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 20px;
}

.offer__price {
  background: #e61818;
  -webkit-clip-path: url(#clip-path-price);
  clip-path: url(#clip-path-price);
}

.offer__price span {
  font-weight: 500;
  font-size: 20px;
  line-height: 139.5%;
  padding: 6px 25px;
}

.offer__time {
  margin-left: 11px;
  background: #ffffff;
  -webkit-clip-path: url(#clip-path-price);
  clip-path: url(#clip-path-price);
}

.offer__time span {
  font-weight: 500;
  font-size: 16px;
  line-height: 139.5%;
  color: var(--color-main);
  padding: 4px 20px;
}

.offer__subtext {
  font-weight: 500;
  font-size: 16px;
  line-height: 139.5%;
}

#price {
  padding: 80px 0 120px;
  background: var(--color-main);
  color: #fff;
}

.price-groups__item {
  margin-top: 64px;
}

.price-group__head {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 40px;
}

.price-group--selected .price-group__head {
  background: #fff;
  color: var(--color-main);

  padding: 5px 20px;
}

.price-group__col {
  font-family: var(--font-secondary);
  font-weight: 700;
  font-size: 20px;
  line-height: 139.5%;
}

.price-group.--no-col2.--no-col3 .price-group__col:nth-child(1) {
  flex: 0 0 100%;
}
.price-group.--col2.--col3 .price-group__col:nth-child(1) {
  flex: 0 0 43%;
}
.price-group.--col2.--no-col3 .price-group__col:nth-child(1) {
  flex: 0 0 64%;
}
.price-group.--col2.--col3 .price-group__col:nth-child(2),
.price-group.--col2.--col3 .price-group__col:nth-child(3) {
  flex: 0 0 28%;
  text-align: center;
}
.price-group.--col2.--col3.--col4 .price-group__col:nth-child(2),
.price-group.--col2.--col3.--col4 .price-group__col:nth-child(3),
.price-group.--col2.--col3.--col4 .price-group__col:nth-child(4) {
  flex: 0 0 19%;
  text-align: center;
}
.price-group.--col2.--no-col3 .price-group__col:nth-child(2) {
  flex: 0 0 32%;
  text-align: center;
}

/* .price-group__col:nth-child(2),
.price-group__col:nth-child(3) {
  flex: 0 0 37%;
} */

.price-group.--no-col2.no-col3 .price-group__col:nth-child(3) {
  display: none;
}

.price-group__title {
  font-family: var(--font-secondary);
  font-weight: 700;
  font-size: 40px;
  line-height: 139.5%;
}

.price-table__row {
  display: flex;
  align-items: flex-start;
  padding: 13px 0 17px;
  border: 1px solid #fff;
  transition: background 0.15s;
}

.price-table__row:first-child {
  border-radius: 10px 10px 0 0;
}

.price-table__row:last-child {
  border-radius: 0 0 10px 10px;
}

.price-table__row:not(:last-child) {
  border-bottom: 0;
}

.price-table__row:nth-child(even) {
  background: rgb(86, 239, 158, 0.1);
}

.price-table__row:hover {
  background: rgb(86, 239, 158, 0.35);
}

.price-table__col {
  padding: 0 20px;
}

.price-table__col:nth-child(1) {
  flex: 0 0 63%;
  font-size: 16px;
}
.price-group.--col3 .price-table__col:nth-child(1) {
  flex: 0 0 43%;
}

.price-table__col:nth-child(2) {
  text-align: center;
}

.price-table__col:nth-child(1) span {
  font-size: 20px;
  display: block;
}

.price-table__col:nth-child(2),
.price-table__col:nth-child(3) {
  padding-left: 0;
  font-size: 20px;
}

.price-table__col:nth-child(2) {
  flex: 0 0 37%;
}
.price-group.--col3 .price-table__col:nth-child(2),
.price-group.--col3 .price-table__col:nth-child(3) {
  flex: 0 0 28%;
  text-align: center;
}
.price-group.--col4 .price-table__col:nth-child(2),
.price-group.--col4 .price-table__col:nth-child(3),
.price-group.--col4 .price-table__col:nth-child(4) {
  flex: 0 0 19%;
  text-align: center;
}

.price-group.--no-col3 .price-table__col:nth-child(3) {
  display: none;
}

.price-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 170%;
  margin-top: 30px;
}

#lounge {
  padding: 129px 0;
  background: url("../img/lounge-bg.png");
}

.lounge-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#lounge h2 {
  color: var(--color-main);
  margin-bottom: 53px;
}

.lounge-info__text,
.lounge-info__text2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  color: var(--color-main);
  max-width: 474px;
}

.lounge-info__text2 {
  font-weight: 400;
  margin-top: 27px;
}
html[lang="en-GB"] .lounge-info__text2 {
  max-width: 494px;
}

.courier-info__text {
  margin-top: 53px;
  font-weight: 400;
  font-size: 30px;
  line-height: 41px;
  color: var(--color-accent);
}

html[lang="en-GB"] .courier-info__text {
  margin-top: 25px;
}

#courier,
#atelier {
  background: var(--color-main);
  color: #fff;
  /* padding: 67px 0 97px; */
  overflow: hidden;
}

.courier-wrapper {
  display: flex;
}

.courier-img-wrapper {
  position: relative;
  flex-grow: 1;
}

.courier-info {
  flex: 0 0 600px;
  position: relative;
  z-index: 1;
}

.courier-img {
  position: absolute;
  right: 0;
  z-index: 1;
}

.courier-label {
  position: absolute;
  z-index: 2;
  right: 20%;
  top: 29%;
  user-select: none;
}

.courier-info__buttons {
  margin-top: 53px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  max-width: 564px;
}

html[lang="en-GB"] .courier-info__buttons {
  margin-top: 30px;
}

.button {
  background: center / contain
    url("data:image/svg+xml,%3Csvg width='266' height='70' viewBox='0 0 266 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2416 10.0772C14.8024 3.84572 21.4293 0 28.6065 0H237.915C244.811 0 251.22 3.55239 254.875 9.40002L262.909 22.2547C266.681 28.2889 266.962 35.8726 263.648 42.1696L254.624 59.3149C251.165 65.886 244.351 70 236.925 70H28.6064C21.4293 70 14.8024 66.1543 11.2416 59.9228L2.67016 44.9228C-0.843356 38.7741 -0.843356 31.2259 2.67016 25.0772L11.2416 10.0772Z' fill='%2356EF9E'/%3E%3Cpath d='M11.2416 10.0772C14.8024 3.84572 21.4293 0 28.6065 0H237.915C244.811 0 251.22 3.55239 254.875 9.40002L262.909 22.2547C266.681 28.2889 266.962 35.8726 263.648 42.1696L254.624 59.3149C251.165 65.886 244.351 70 236.925 70H28.6064C21.4293 70 14.8024 66.1543 11.2416 59.9228L2.67016 44.9228C-0.843356 38.7741 -0.843356 31.2259 2.67016 25.0772L11.2416 10.0772Z' fill='url(%23paint0_linear_1203_1030)'/%3E%3Cpath d='M11.2416 10.0772C14.8024 3.84572 21.4293 0 28.6065 0H237.915C244.811 0 251.22 3.55239 254.875 9.40002L262.909 22.2547C266.681 28.2889 266.962 35.8726 263.648 42.1696L254.624 59.3149C251.165 65.886 244.351 70 236.925 70H28.6064C21.4293 70 14.8024 66.1543 11.2416 59.9228L2.67016 44.9228C-0.843356 38.7741 -0.843356 31.2259 2.67016 25.0772L11.2416 10.0772Z' fill='url(%23paint1_radial_1203_1030)'/%3E%3Cpath d='M28.6065 1H237.915C244.466 1 250.555 4.37477 254.027 9.93002L262.061 22.7847C265.644 28.5172 265.911 35.7217 262.763 41.7038L253.739 58.8492C250.453 65.0917 243.98 69 236.925 69H28.6064C21.7882 69 15.4926 65.3466 12.1098 59.4266L3.5384 44.4266C0.200562 38.5854 0.200562 31.4146 3.5384 25.5734L12.1098 10.5734C15.4926 4.65344 21.7882 1 28.6065 1Z' stroke='url(%23paint2_radial_1203_1030)' stroke-opacity='0.8' stroke-width='2'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1203_1030' x1='133.5' y1='103.5' x2='133.5' y2='17.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004737' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%2356EF9E'/%3E%3C/linearGradient%3E%3CradialGradient id='paint1_radial_1203_1030' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(133) rotate(90) scale(24.5 208.63)'%3E%3Cstop stop-color='%237BFFB9'/%3E%3Cstop offset='1' stop-color='%2356EF9E' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='paint2_radial_1203_1030' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(133.5 67.5) rotate(-90) scale(67.5 121.091)'%3E%3Cstop stop-color='%2361FFAB'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  font-weight: 500;
  font-size: 20px;
  line-height: 139.5%;
  padding: 22px;
  color: var(--color-main);
  /* transition: filter 0.3s;
  -webkit-transition: -webkit-filter 0.3s; */
}

.button:hover {
  /* filter: brightness(1.3); */
}

.button--full {
  width: 100%;
  text-align: center;
}

.button--shadow {
  filter: drop-shadow(0px 24px 100px rgba(67, 255, 155, 0.3));
}

.button--outline {
  background: none;
  /* border: 1px solid var(--color-secondary) */
  background: center / contain
    url("data:image/svg+xml,%3Csvg width='266' height='70' viewBox='0 0 266 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_1203_1031)'%3E%3Cpath d='M28.6065 0.5H237.915C244.638 0.5 250.888 3.96358 254.451 9.66502L262.485 22.5197C266.162 28.4031 266.436 35.7972 263.205 41.9367L254.181 59.082C250.809 65.4888 244.165 69.5 236.925 69.5H28.6064C21.6087 69.5 15.1475 65.7504 11.6757 59.6747L3.10428 44.6747C-0.321397 38.6798 -0.321397 31.3202 3.10428 25.3253L11.6757 10.3253C15.1475 4.24958 21.6087 0.5 28.6065 0.5Z' stroke='%2356EF9E'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_1203_1031' x='0.0350342' y='0' width='265.914' height='70' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='6.5'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.337255 0 0 0 0 0.937255 0 0 0 0 0.619608 0 0 0 0.5 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_1203_1031'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  color: var(--color-accent);
}

.button--icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.button--icon svg {
  margin-right: 10px;
}

.courier-info__footer {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* grid-gap: 72px; */
}

.courier-info__footer-left {
  padding-right: 10px;
}

.courier-info__footer-left span {
  font-weight: 500;
  font-size: 20px;
  line-height: 16px;
  color: var(--color-accent);
}

.courier-info__footer-left a {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  transition: color 0.3s;
}

.courier-info__footer-left a:hover {
  color: var(--color-accent);
}

.courier-info__delivery {
  font-weight: 500;
  font-size: 20px;
  line-height: 139.5%;
}

.courier-info__radius {
  font-weight: 500;
  font-size: 16px;
  line-height: 139.5%;
  margin-top: 10px;
  color: #fff;
  /* color: var(--color-accent); */
}

.courier-info__radius a {
  color: #fff;
  text-decoration: underline;
}

.courier-info__radius a:hover {
  color: var(--color-accent);
}

.courier-info__socials {
  margin-top: 21px;
  display: grid;
  grid-template-columns: repeat(3, 31px);
  grid-gap: 15px;
}

.courier-info__socials a {
  transition: transform 0.3s;
}

.courier-info__socials a:hover {
  transform: translateY(-3px);
}

footer {
  background: #061411;
  padding: 57px 0 80px;
}

footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-links {
  display: flex;
  align-items: center;
}

.footer-links a {
  font-size: 16px;
  display: block;
  color: var(--color-accent);
}

.footer-links a:first-child {
  margin-right: 58px;
}

.footer-links a:hover {
  text-decoration: underline;
}

.courier-shadow {
  position: absolute;
  z-index: 0;
  right: -80px;
  top: -150px;
}

.mobile-header {
  display: none;
}

.mobile-header__menu ul {
  display: flex;
  align-items: center;
}

.mobile-header__menu a {
  color: #fff;
}

.mobile-header__menu li:not(:last-child) {
  margin-right: 20px;
}

#map {
  padding: 0;
  border-radius: 30px;
  width: 700px;
  height: 500px;
}

.fancybox-close-small {
  background: #fff;
  border-radius: 50%;
  right: 7px !important;
  top: 7px !important;
  opacity: 1;
}

.gm-control-active.gm-fullscreen-control {
  display: none !important;
}

.page-template-default {
  background: var(--color-main);
  color: #fff;
}

#text-page {
  padding-top: 150px;
}

#text-page p,
.text-popup p {
  font-size: 16px;
  line-height: 130%;
  margin: 15px 0;
}

#text-page ul,
#text-page ol,
.text-popup ul,
.text-popup ol {
  padding-left: 20px;
  font-size: 16px;
}

#text-page a,
.text-popup a {
  /* color: var(--color-accent); */
  text-decoration: underline;
  color: var(--color-main);
}

#text-page a:hover,
.text-popup a:hover {
  text-decoration: none;
}

.text-popup {
  max-width: 800px;
  border-radius: 30px;
}

.price-groups {
  display: grid;
  /* grid-template-columns: repeat(2, 1fr); */
  grid-template-columns: 1fr;
  grid-gap: 30px;
}

.price-groups--mobile {
  display: none;
}

.header-toggle {
  display: none;
}

.toggle svg {
  width: 30px;
}

.mobile-menu {
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100%;

  height: var(--app-height);
  z-index: 8;
  opacity: 0;
  background: var(--color-main);
  padding: 75px 15px 0;
  transition: opacity 0.3s, top 0.3s 0.3s;
}

.mobile-menu.is-active {
  top: 0;
  opacity: 1;
  transition: opacity 0.3s, top 0.3s;
}

.mobile-menu__inner {
  min-height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mobile-menu__menu a {
  color: #fff;
}
.mobile-menu__menu li {
  margin: 15px 0;
}
.mobile-menu__bottom {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-phone {
  color: #fff;
}
.price-group.--no-col3 .price-group__col.col3 {
  display: none;
}

#parking {
  padding: 0;
  border-radius: 30px;
  max-width: 700px;
  /* height: 500px; */
}
#parking img {
  width: 100%;
}

#contact {
  padding: 129px 0;
  background: url("../img/lounge-bg.png");
  position: relative;
  overflow: hidden;
}
#contact h2 {
  color: var(--color-main);
}
.contact-coffee__wrapper {
  position: absolute;
  left: -200px;
  top: calc(50% - 220px);
  z-index: 0;
}
.contact-coffee img {
  max-width: 400px;
}
#contact .container {
  position: relative;
  z-index: 1;
}
.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 50px;

  margin-top: 50px;
}
.address__link {
  /* min-height: 90px; */

  display: inline-block;
  margin-bottom: 10px;
  line-height: 150%;
  /* font-weight: 600; */
  color: #000;
}
.address__link:hover {
  text-decoration: underline;
  color: var(--color-main);
}
.address__parking {
  font-size: 0.8em;
  /* margin-bottom: 10px; */
  margin-top: 10px;
}
.address__parking a {
  color: var(--color-main);
  text-decoration: underline;
}
.address__desc {
  margin-bottom: 10px;
  color: var(--color-main);
  font-size: 1.5em;
  font-weight: 600;
  line-height: 140%;
}
#contact .container {
  max-width: 954px;
}
.address__work {
  font-size: 0.9em;
}
.contcat-socials img {
  filter: brightness(0) saturate(100%) invert(21%) sepia(19%) saturate(2346%) hue-rotate(122deg) brightness(95%) contrast(102%);
}
.contcat-socials__phone a {
  color: var(--color-main);
  font-size: 1.7em;
  display: inline-block;

  margin-top: 40px;
  margin-bottom: 10px;
}
.courier-img.--contact {
  width: 490px;
  bottom: 0;
}
.courier-label.--contact {
  right: 220px;
  top: auto;
  bottom: 100px;
  width: 240px;
}
.address__coffee {
  color: var(--color-main);
  margin-top: 20px;
  max-width: 530px;
}
.accent-spec {
  color: #ff0000 !important;
}

#specials-popup img {
  width: 100%;
}
#specials-popup {
  padding: 0;
}
#specials-popup img {
  display: block;
}
#specials-popup .swiper-button-next,
#specials-popup .swiper-button-prev {
  background-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-position: center center;
  background-size: 30%;
}
#specials-popup .swiper-pagination-bullet {
  background-color: var(--color-secondary);
}
#specials-popup .swiper-pagination-bullet-active {
  background-color: var(--color-accent);
}
#specials-popup .fancybox-close-small {
  width: 30px;
  height: 30px;
  padding: 3px;
}
.pum-theme-content-only img {
  max-width: 100%;
  height: auto;
}
.pum-close {
  background: #fff !important;
  /* height: 20px; */
  padding: 1px 0 !important;
  height: 20px !important;
  width: 20px !important;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body > :not([aria-modal="true"]) {
  padding-right: 0 !important;
}

.spcial-text {
  color: #ffffff;
  border-radius: 12px;
  max-width: 680px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 12px;
  line-height: 120%;
  padding-left: 20px;
}
.atelier-banner {
  margin-bottom: 30px;
}
.atelier-banner img {
  width: 100%;
}
.page-template-default {
  background: url(../img/lounge-bg.png);
  color: var(--color-main);
}
.page-template-default header {
  background: var(--color-main);
  padding: 17px 0;
}
#text-page {
  padding: 120px 0 50px 0;
}
#text-page .container {
  max-width: 900px;
}
