@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-VariableFont_opsz\,wght.ttf") format("truetype");
  font-weight: 1 1000;
  font-stretch: 75% 100%;
  font-display: swap;
}

:root {
  --main-bg-color: #ffffff;
  --second-bg-color: #F5F8F8;
  --third-bg-color: #A6A9A9;
  --main-text-color: #0F1617;
  --second-text-color: #ffffff;
  --third-text-color: #B8898B;
  --accent-color: #701217;
  --main-font-family: "Inter";
  --line-1: 1;
  --line-2: 1.2;
  --line-4: 1.4;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

a {
  background-color: transparent;
  transition: all 0.25s;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

body {
  margin: 0;
  font-family: var(--main-font-family), sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: var(--line-2);
  color: var(--main-text-color);
  background: var(--main-bg-color);
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
}

a {
  text-decoration: none;
  color: var(--main-text-color);
  transition: all 0.25s;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  max-width: 100%;
  display: block;
object-fit:contain;
}

button {
  padding: 0;
  border: none;
  background: inherit;
  cursor: pointer;
  transition: all 0.25s;
}

.section {
  max-width: 132rem;
  width: 100%;
  margin: 0 auto;
  padding-left: 3rem;
  padding-right: 3rem;
}

.container {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.container-top {
  padding-top: 10rem;
  padding-bottom: 0;
}

.box {
  display: flex;
  flex-direction: column;
}

.box-row {
  display: flex;
  flex-direction: row;
}

.header-top {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}

.header-box {
  gap: 0.8rem;
  align-items: center;
}

.header-block {
  gap: 2rem;
  align-items: center;
}

.header-link__eye {
  gap: 0.8rem;
  align-items: center;
  line-height: var(--line-4);
  color: var(--accent-color);
}

.header-text__eye {
  color: var(--main-text-color);
}

.icon-eye {
  width: 3.2rem;
  height: 3.2rem;
}

.header-wrap {
  line-height: var(--line-4);
}

.header-link__tel {
  font-weight: 600;
  font-size: 1.6rem;

}
.order__btn-money,
.base-btn {
  max-width: 20rem;
  width: 100%;
  padding: 1rem;
  font-weight: 600;
  line-height: var(--line-4);
  text-align: center;
  color: var(--second-text-color);
  background: var(--accent-color);
  border-radius: 1.2rem;
  transition: all 0.3s;
}

.prod-link:hover~.base-btn,
.base-btn:hover {
  box-shadow: 0px 2px 6px 0px #70121740;
  box-shadow: 0px 4px 20px 0px #FFFFFF66 inset;
}

.form-control {
  max-width: 20rem;
  width: 100%;
  padding: 0.6rem 2rem;
  border: 1px solid #B8898B;
  border-radius: 1rem;
}

.form-control::placeholder {
  line-height: var(--line-4);
  color: var(--accent-color);
  opacity: 0.5;
}

.header-form__search {
  position: relative;
}

.header-btn__search {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
  color: var(--accent-color);
}

.icon-tel {
  width: 2rem;
  height: 2rem;
}

.icon-arrow__down {
  width: 1.4rem;
  height: 1.4rem;
}

.new__lang-block {
  gap: 0.2rem;
  align-items: center;
}

.header-text__lang {
  line-height: var(--line-4);
  text-transform: uppercase;
}

.new__lang-block {
  position: relative;
  cursor: pointer;
}

.content {
  width: max-content;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s ease;
  z-index: 100;
}

.content.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.icon-arrow__down {
  transition: transform 0.2s ease;
}

.icon-arrow__down.rotated {
  transform: rotate(180deg);
}

.language-switcher-locale-url {
  margin: 0;
  padding: 0.8rem 0;
  background: var(--main-bg-color);
}



.language-link {
  padding: 0.8rem;
  display: block;
  text-decoration: none;
  color: #333;
  transition: background 0.2s;
}

.language-link:hover {
  background: #f5f5f5;
}

.language-link.active {
  background: #e0e0e0;
  font-weight: bold;
}

.header-bottom {
  padding: 1rem 0;
  background: var(--accent-color);
}

.header-bottom__wrapper {
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  max-width: 29.6rem;
}

.header-list__drop {
  width: max-content;
  padding: 1.2rem 2.4rem 2.4rem;
  position: absolute;
  top: 100%;
  left: -2.4rem;
  gap: 0.6rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s ease;
  z-index: 100;
  background: var(--accent-color);
  box-shadow: 0px 2px 8px 0px #00000040;
  border-radius: 0 0 1.2rem 1.2rem;
}

.header-list__drop.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}






.header-item {
  position: relative;
  gap: 0.4rem;
  align-items: center;
  line-height: var(--line-4);
  color: var(--second-text-color);
  cursor: pointer;
}

.header-list a {
  color: var(--second-text-color);
  text-transform: uppercase;
  opacity: 0.5;
}

.header-list .header-link__current,
.header-list a:hover {
  opacity: 1;

}

.arrow-down {
  width: 1rem;
  height: 1.6rem;
  transition: transform 0.2s ease;
}

.arrow-down.rotated {
  transform: rotate(180deg);
}

.header-list {
  position: relative;
  gap: 2.8rem;
}





.header-list>li {
  padding: 0.8rem 0;
  display: flex;
  align-items: center;
}

.main {
  padding: 2rem 0 8rem;
  gap: 8rem;
}

.banner-box {
  margin: 0 -4.8rem;
  align-items: center;
}

.banner__slider-btn {
  min-width: 4.8rem;
  max-width: 4.8rem;
  width: 100%;
  height: 4.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--accent-color);
}

.banner__slider-btn.swiper-button-disabled {
  opacity: 0.5;
}

.arrow-down__banner {
  min-width: 4.8rem;
  max-width: 4.8rem;
  width: 100%;
  height: 4.8rem;
}

.swiper-days-button-prev,
.swiper-months-button-prev,
.swiper-years-button-prev,
.swiper-banner-button-prev {
  rotate: 90deg;
}

.swiper-days-button-next,
.swiper-months-button-next,
.swiper-years-button-next,
.swiper-banner-button-next {
  rotate: -90deg;
}

.swiper-banner .swiper-slide {
  border-radius: 2rem;
  overflow: hidden;
}

.banner {
  gap: 4rem;
}

.new__calendar-box {
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}

.years-slider {
  max-width: 36.6rem;
  width: 100%;
}

.new__years-wrap {
  width: max-content;
  align-items: center;
  gap: 1rem;
  color: var(--second-text-color);
}

.swiper__months-btn,
.swiper__days-btn,
.swiper__years-btn {
  min-width: 1.4rem;
  max-width: 1.4rem;
  width: 100%;
  height: 1.4rem;
  color: var(--second-text-color);
}

.arrow-down__months,
.arrow-down__day,
.arrow-down__years {
  width: 1.4rem;
  height: 1.4rem;
}

.new-calendar {
  padding: 3.2rem;
  gap: 2rem;
  background: var(--accent-color);
  border-radius: 2rem;
}

.new-calendar .swiper-slide a {
  line-height: var(--line-4);
  color: var(--second-text-color);
  opacity: 0.5;
}

.new-calendar .swiper-slide a.current__year {
  opacity: 1;
}

.swiper__years-btn.swiper-button-disabled,
.swiper__days-btn.swiper-button-disabled,
.swiper__months-btn.swiper-button-disabled {
  display: none;
}

.new__calendar-day {
  opacity: 0.5;
  color: var(--second-text-color);
}

.new__days-wrap,
.new__months-wrap {
  gap: 1rem;
  align-items: center;
}

.months-slider .swiper-slide,
.days-slider .swiper-slide {
  width: max-content;
}

.days-slider a {
  font-size: 1.6rem;
}

.months-slider a {
  width: max-content;
  padding: 1rem 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  text-align: center;
  text-transform: uppercase;
  color: var(--second-text-color);
  opacity: 1 !important;
}

.months-slider a.current__months {
  color: var(--accent-color);
  background: var(--main-bg-color);
  border-radius: 1rem;
}



.days-slider .swiper-slide {
  min-width: 2rem;
}

.current__day {
  opacity: 1 !important;
}

.products-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
}

.products-item {
  padding: 1.2rem;
  position: relative;
  gap: 0.8rem;
  border: 1px solid var(--accent-color);
  border-radius: 2rem;
}

.products-image {
  overflow: hidden;
  border-radius: 1.2rem;
}

.products-name {
  font-size: 1.6rem;
  text-transform: uppercase;
}

.products-box {
  padding: 0.8rem 0 0;
  color: var(--accent-color);
  border-top: 1px solid #B8898B
}

.arrow-calendar {
  width: 2rem;
  height: 2rem;
}

.products-box {
  gap: 0.8rem;
  align-items: center;
}

.products-date,
.products-time {
  line-height: var(--line-4);
  color: var(--main-text-color);
}

.product-link {
  max-width: 100%;
  margin-top: auto;
}

.prod-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.footer-link__social:hover,
.prod-link:hover {
  box-shadow: 0 4px 12px rgba(112, 18, 23, 0.65);
}

.products-btn {
  max-width: 42rem;
  margin: 0 auto;
  padding: 1.6rem 1rem;
}

.products {
  margin-top: -4rem;
  gap: 2rem;
}

.footer-top {
  padding: 8rem 0;
  background: #F8F3F3;
}

.footer-box {
  gap: 3rem;
  align-items: center;
}

.footer-text {
  font-size: 2.4rem;
  text-transform: uppercase;
}

.footer-list__social {
  gap: 2rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.footer-item__social {
  padding: 1rem;
  position: relative;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--accent-color);
  border-radius: 1.2rem;
}

.footer-link__social {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1.2rem;
  overflow: hidden;
}

.footer-name {
  font-size: 2rem;
}

.footer-item__social .icon {
  width: 4rem;
  height: 4rem;
}

.footer-bottom {
  padding: 8rem 0 4rem;
  gap: 2rem;
  color: var(--second-text-color);
  background: var(--accent-color);
}

.footer-wrap {
  gap: 4rem;
}

.footer-container__top {
  gap: 1rem;
  justify-content: space-between;
}

.footer-box__bot {
  max-width: 29.5rem;
  width: 100%;
  gap: 4.8rem;
}

.footer-wrap__bot {
  gap: 1.2rem;
}

.footer-name__bot {
  font-size: 1.6rem;
  text-transform: uppercase;
}

.footer-link__bot {
  gap: 1rem;
  align-items: center;
  color: var(--third-text-color);
}

.footer-link__bot .icon {
  width: 1.6rem;
  height: 1.6rem;
}

.footer-link__bot--tel {
  font-weight: 600;
  font-size: 1.6rem;
}

.footer-link__bot span {
  color: var(--second-text-color);
}

.second-btn {
  width: 100%;
  padding: 0.4rem;
  justify-content: center;
  align-items: center;
  color: var(--accent-color);
  background: var(--second-text-color);
  border-radius: 1.2rem;
}

.footer-btn {
  max-width: 29.5rem;
  gap: 2rem;
  font-weight: 600;
  line-height: var(--line-4);

}

.icon-ticket {
  width: 3.2rem;
  height: 3.2rem;
}

.footer-list__nav {
  gap: 2.4rem;
}

.footer-list__nav a {
  font-weight: 600;
  font-size: 1.6rem;
  color: var(--second-text-color);
}

.footer-list__drop {
  max-width: 15rem;
  width: 100%;
}

.footer-list__drop a {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: var(--line-4);
}

.footer-item__nav {
  gap: 0.4rem;
}

.icon {
  pointer-events: none;
}

.footer-container__bottom {
  padding-bottom: 2rem;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #B8898B
}

.footer-container__bottom a {
  text-align: center;
  font-size: 1.2rem;
  line-height: var(--line-4);
  color: var(--second-text-color);
  opacity: 0.5;
}

.footer-wrapper {
  gap: 2%;
  justify-content: space-between;
  align-items: center;

}

.footer-list__res {
  gap: 2rem;
  align-items: center;
}

.footer-text__bot {
  width: 12rem;
  display: flex;
  font-size: 2rem;
}

.breadcrumbs {
  margin-bottom: -4rem;
}

.breadcrumbs-list {
  gap: 0.4rem;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumbs-link {
  line-height: 1.4rem;
  opacity: 0.5;
}

a.breadcrumbs-link:hover {
  opacity: 1;
}

.title {
  margin-bottom: 4rem;
  font-weight: 600;
  font-size: 4rem;

}

.contacts-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 4rem;
  grid-template-areas: 'a b ' "c b";
}

.contacts-box {
  width: calc(50% - 20px);
  gap: 2rem;
}

.contacts-list {
  display: grid;
  grid-template-columns: 53% 45%;
  gap: 2rem;
  font-size: 1.6rem;
  grid-area: a;
}



.contacts-item {
  gap: 0.8rem;
}

.contacts-type {
  font-size: 1.6rem;
  font-weight: 400;
  opacity: 0.5;
}

.contacts-name {
  font-size: 1.6rem;
  font-weight: 600;
}

.contacts-name__adress,
.contacts-link {
  gap: 1rem;
  align-items: center;
  color: var(--accent-color);
}

.contacts-name__adress {
  align-items: flex-start;
}

.contacts-name__adress .icon,
.contacts-link .icon {
  min-width: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
}

.contacts-name__adress span,
.contacts-link span {
  color: var(--main-text-color);
}

.contacts-descr {
  margin-top: -0.4rem;
  padding-left: 2.4rem;
}

.contacts-box__text {
  gap: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  grid-area: c;

}

.contacts-box__text .contacts-name {
  margin-bottom: 1rem;
}

.contacts-block__map {
  height: auto;
  border-radius: 2rem;
  overflow: hidden;
  grid-area: b;
}

.contacts-block__map iframe {
  width: 100%;
  border: none;
}

.team-list {
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}

.team-item {
  width: calc(20% - 16px);
  padding: 1.2rem 1.2rem 0.8rem;
  gap: 0.8rem;
  border-radius: 2rem;
  border: 1px solid var(--accent-color);

}

.team-text {
  line-height: var(--line-4);
}

.team-img {
  max-height: 24.8rem;
  border-radius: 1.2rem;
  overflow: hidden;
}

.team-box {
  gap: 0.6rem;
}

.team-block {
  padding-bottom: 0.6rem;
  gap: 0.4rem;
  border-bottom: 1px solid var(--third-text-color);
}

.team-postiom {
  font-size: 1.6rem;

}

.team-name {
  font-weight: 600;
  font-size: 1.6rem;
}

.team-link {
  gap: 0.8rem;
  align-items: center;
  color: var(--accent-color);
}

.team-link .icon {
  width: 1.6rem;
  height: 1.6rem;
}

.team-link span {
  font-weight: 600;
  font-size: 1.6rem;
  color: var(--main-text-color);
}

.team-wrap__tel {
  gap: 0.2rem;
}

.team-wrap {
  gap: 0.4rem;
}


.check {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2rem;
  cursor: pointer;
}

.check input {
  display: none;
}

.form-submit {
  max-width: 100% !important;
  width: 100% !important;
}

.check__box {
  min-width: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  position: relative;
  border-radius: 0.6rem;
  transition: 0.2s;
  background: var(--accent-color);
}

.check__box.error {
  border: 1px solid red;
}

.form-field input.error {
  border: 1px solid red;
}

.check__box::after {
  content: "";
  width: 70%;
  height: 70%;
  position: absolute;
  left: 4px;
  top: 3px;
  opacity: 0;
  background-image: url(../assets/svg/done.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.2s;
}

.check input:checked+.check__box::after {
  opacity: 1;
}

.contacts-form {
  padding: 8rem 6rem;
  background: #F8F3F3;
  border-radius: 2rem;
}

.form {
  gap: 2rem;
}

.form-title {
  font-weight: 600;
  font-size: 4rem;

}

.form-descr {
  font-size: 2rem;

}

.form-box {
  gap: 2rem;
  flex-wrap: wrap;
}

.form-label {
  width: calc(100%/3 - 14px);
}

.form-textarea,
.form-input {
  width: 100%;
  padding: 1.4rem 2rem;
  border-radius: 1.2rem;
  border: 1px solid var(--second-text-color);
}

.form-textarea::placeholder,
.form-input::placeholder {
  line-height: var(--line-4);
  color: var(--main-text-color);

}

.form-label__textarea {
  width: 100%;
}

.form-textarea {
  min-height: 9.6rem;
  resize: none;
}

.form-block {
  gap: 2rem;
  align-items: center;
}

.form-btn {
  max-width: 36.8rem;
  padding: 1.6rem 1rem;
}

.form-agree {
  line-height: var(--line-4);
}

.form-link__agree {
  text-decoration: underline;
}

.about-btn {
  max-width: 32rem;
  position: absolute;
  bottom: 3.2rem;
  left: 13%;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}

.about-btn .icon {
  width: 3.2rem;
  height: 3.2rem;
}

.about {
  gap: 4rem;
}

.about-wrapper {
  max-width: 33%;
  width: 100%;
  gap: 1rem;
}

.about-wrapper img {
  border-radius: 1.2rem;
  overflow: hidden;
}

.about-wrap {
  max-width: 66%;
  width: 100%;
  gap: 2.4rem;
}

.title.about-title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 4rem;

}

.about-box__text {
  gap: 1rem;
}

.concert-text,
.about-text {
  font-size: 1.6rem;

}

.about-text--bold {
  font-weight: 600;
}

.about-list li {
  font-weight: 600;
  font-size: 1.6rem;
}

.about-list li::before {
  content: "– ";
}

.about-btn__text {
  gap: 0.8rem;
  align-items: center;
  font-size: 1.6rem;
  text-decoration: underline;

}

.about-btn__text .icon {
  width: 1.6rem;
  height: 1.6rem;

}

.about-box__text {
  height: 250px;
  overflow: hidden;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.about-box__text.expanded {
  height: auto;
}

.about-btn__text .icon-arrow {
  rotate: 180deg;
  transition: transform 0.3s ease;
}

.about-btn__text .icon-arrow.rotated {
  transform: rotate(180deg);
}

.concert-box {
  gap: 0.4rem;
}

.concert-btn {
  max-width: 29.5rem;
  margin-top: auto;
  padding: 0.4rem;
  position: static;
}



.years-slider .swiper-slide {
  width: max-content !important;
}

.footer-box__link {
  gap: 0.2rem;
}

.wrap,
.header-form__search--tabl {
  display: none;
}

.new-order .box {
  display: flex;
  flex-direction: column;
}

.new-order .box-row {
  display: flex;
  flex-direction: row;
}

.price-btn__delete,
.new-order .icon.current-trash {
  width: 2rem;
  height: 2rem;
}

.new-order.order::backdrop {
  background: rgba(0, 0, 0, 0.7);
}

.new-order .icon.current-trash {
  color: var(--third-text-color);
}

.new-order.order {
  max-height: 95dvh;
  max-width: 138rem;
  width: calc(100% - 60px);
  padding: 0;
  border: none;
  outline: none;
  overflow-y: hidden;
  color: var(--main-text-color);
  background: var(--second-bg-color);
  border-radius: 2rem;
}

.new-order .order__conainer {
  width: 100%;
}

.new-order .order-top {
  min-height: 18rem;
  padding: 2.4rem 12rem;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  overflow: hidden;
}

.new-order .order__btn-close {
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  position: absolute;
  top: 2rem;
  right: 2rem;
  color: var(--second-text-color);
  background: none;
}

.new-order .order__btn-close .icon {
  color: var(--second-text-color);
}

.new-order .order__box {
  max-width: 278px;
  width: 100%;
  margin-left: auto;
  gap: 20px;
  text-align: end;
  color: var(--second-text-color);
}

.new-order .order__day,
.new-order .order__time {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: var(--line-3);
}

.new-order .order__descr {
  font-size: 1.6rem;
  line-height: var(--line-3);
}

.new-order .order__container-ticket {
  max-height: 60dvh;
  margin-right: 1rem;
  overflow-y: auto;
  background: var(--second-bg-color);
  scrollbar-width: thin;
  scrollbar-color: var(--accent-color) var(--main-bg-color);
  -webkit-overflow-scrolling: touch;
}


.new-order .order__wrapper {
  padding: 40px 12px 40px 30px;
  gap: 64px;
}

.new-order .order__container-ticket::-webkit-scrollbar {
  width: 10px;
}

.new-order .order__container-ticket::-webkit-scrollbar-track {
  background: var(--main-bg-color);
}

.new-order .order__container-ticket::-webkit-scrollbar-thumb {
  background: var(--accent-color);
  border-radius: 8px;
}



.new-order .order__container-ticket::-webkit-scrollbar-button {
  height: 0;
  width: 0;
  background: transparent;
}

.new-order .seat__btn {
  position: relative;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.new-order .seat__btn:hover .tooltip {
  display: flex;
}

.new-order .tooltip {
  min-width: 15rem;
  display: none;
  position: absolute;
  top: -290%;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 1rem;
  gap: 4px;
  background-image: url(/wp-content/uploads/2026/06/choise.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 98%;
  z-index: 2;
  color: var(--second-text-color);
}


.new-order .tooltip__box,
.new-order .tooltip__block {
  gap: 8px;
  justify-content: space-between;
  align-items: center;
}

.new-order .tooltip__name,
.new-order .tooltip__name-price {
  gap: 2px;
  font-size: 13px;
  line-height: var(--line-3);
  align-items: center;
}

.new-order .tooltip__number,
.new-order .tooltip__number-price {
  font-weight: 600;
  font-size: 20px;

}

.new-order .icon {
  width: 24px;
  height: 24px;
}

.new-order .order__box-seat {
  gap: 48px;
}

.new-order .order__scen {
  margin: 0 30px;
}

.new-order .order__name {
  margin: 0 auto -10px;
  display: flex;
  font-size: 1.6rem;
  font-size: 16px;
  line-height: var(--line-2);
  text-align: center;
  text-transform: uppercase;
}

.new-order .order__seats-1 {
  gap: 50px;
  justify-content: space-between;
}

.new-order .order__block-seat {
  gap: 30px;
  align-items: center;
}

.new-order .order__number {
  width: 20px;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: var(--line-2);
  text-align: center;
}

.new-order .order__block-seats {
  gap: 2px;
}

.new-order .reverse {
  flex-direction: row-reverse;
}

.new-order .order__seat1 {
  gap: 2.4rem;
}

.new-order .order__wrap-seats {
  gap: 3.6rem;
}

.new-order .order__seats-2 {
  gap: 4.6rem;
  justify-content: space-between;
}

.new-order .order__seat2 {
  gap: 2rem;
}

.new-order .order__seats4 {
  width: 56%;
  gap: 1rem;
  justify-content: space-between;
}

.new-order .icon {
  color: var(--accent-color);
}

.new-order .ordered,
.new-order .ordered .icon {
  color: var(--third-bg-color);
  pointer-events: none;
}

.new-order .current,
.new-order .current .icon {
  color: var(--main-text-color);
}

.new-order .order__seat-type {
  gap: 40px;
  justify-content: center;
}

.new-order .order__box-type {
  gap: 20px;
  align-items: center;
}

.new-order .order__name-type {
  font-size: 16px;
  line-height: var(--line-3);

}

.new-order .order__price {
  width: 342px;
  gap: 60px;
}

.new-order .order__midd-time {
  gap: 10px;
  align-items: center;
  color: var(--accent-color);
}

.new-order .order__info-time {
  font-weight: 600;
  font-size: 20px;
  line-height: var(--line-3);

}

.new-order .order__info-descr {
  font-size: 20px;
  line-height: var(--line-3);
}

.new-order .order__ticket-block {
  gap: 12px;
}

.new-order .order__ticket-title {
  font-weight: 600;
  font-size: 20px;
  line-height: var(--line-3);
}

.new-order .ticket__box {
  gap: 1rem;
}

.new-order .order__ticket {
  width: 100%;
  gap: 1rem;
  justify-content: space-between;
}

.new-order .ticket__box-info {
  gap: 1rem;
  align-items: center;
}

.new-order .ticket-info {
  gap: 2px;
  align-items: center;
}

.new-order .number {
  font-weight: 600;
  font-size: 2rem;
  line-height: var(--line-3);
}

.new-order .text {
  font-size: 1.4rem;
  line-height: var(--line-3);
}

.new-order .ticket__block-price {
  gap: 20px;
  align-items: center;
}

.new-order .ticket-info--padd {
  margin-left: 5px;
}

.new-order .order__money {
  margin-top: 14rem;
  gap: 1rem;
}

.new-order .order__finish-price {
  font-weight: 600;
  font-size: 20px;
  line-height: var(--line-3);
}

.new-order .money__number {
  font-size: 2.4rem;
  color: var(--accent-color);

}

.new-order .money__name {
  font-size: 1.6rem;
  color: var(--accent-color);

}

.new-order .order__btn-money {
  max-width: 24rem;
  width: 100%;
  padding: 1rem;
  position: static;
  font-size: 1.4rem;
  color: var(--second-text-color);
}

.new-order .payment__btn {
  max-width: 20rem;
  padding: 1.4rem;
  text-transform: uppercase;
}

.new-order .icon.about__banner {
  color: var(--second-text-color);
}

.new-order .payment {
  max-width: 60rem;
  width: 100%;
  padding: 5.4rem 4rem;
  z-index: 20;
  border: none;
  outline: none;
  background: var(--main-bg-color);
  border-radius: 2rem;
}

.new-order .payment::backdrop {
  background: rgba(0, 0, 0, 0.7);
}

.new-order .payment__btn-close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 2rem;
  right: 2rem;
  color: var(--main-text-color);
}

.new-order .payment__btn-close .icon {
  color: var(--main-text-color);
}

.new-order .payment__box {
  gap: 2rem;
}

.new-order .payment__title {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 2rem;
  line-height: var(--line-3);
  text-align: center;
}

.new-order .payment__wrapp {
  gap: 10px;
}

.new-order .payment__email {
  width: 100%;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: var(--line-3);
  text-align: center;
  border: 1px solid var(--accent-color);
  border-radius: 1.2rem;
}

.new-order .payment__block {
  gap: 20px;
}

.new-order .payment__warning {
  font-weight: 600;
  font-size: 14px;
  line-height: var(--line-3);
  color: #FF0005;
}

.new-order .payment__text {
  font-weight: 600;
  font-size: 14px;
  line-height: var(--line-3);
}

.new-order .payment__box-btn {
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.new-order .payment__btn-back {
  gap: 8px;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: var(--line-3);
}

.new-order .payment__btn-back .icon {
  width: 6px;
}

.new-order .payment__descr {
  font-weight: 400;
  font-size: 14px;
  line-height: var(--line-3);
}

.new-order .type__name {
  opacity: 0.5;
}


.order-box {
  gap: 6rem;
}

.form-input.error {
  border: 1px solid var(--accent-color);
}

.form-agree.error {
  color: var(--accent-color);
}

.form-agree.error a {
  color: var(--accent-color);
}

@media (max-width:1280px) {

  .menu-box,
  .header-btn--mob,
  .header-nav--desc,
  .header-form__search--desc,
  .header-text__eye {
    display: none;
  }

  .section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .header-top {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }


  .header-box a img {
    max-height: 4.2rem;
  }

  .header-block {
    gap: 1.2rem;
  }

  .header-bottom {
    padding: 0.8rem 0;
    position: relative;
  }

  .header-logo {
    max-width: 27.4rem;
  }

  .main {
    padding: 1.6rem 0 4.8rem;
    gap: 4.8rem;
  }

  .banner {
    gap: 2.4rem;
  }

  .banner-box {
    position: relative;
    margin: 0;
  }

  .arrow-down__banner {
    width: 100%;
    min-width: 100%;
    height: 100%;
  }

  .team-text {
    line-height: var(--line-2);
  }

  .banner__slider-btn {
    min-width: 3.2rem;
    max-width: 3.2rem;
    height: 3.2rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%, 50%);
    z-index: 2;
  }

  .swiper-banner-button-prev {
    left: -1rem;
  }

  .swiper-banner-button-next {
    right: -1rem;
    transform: translate(50%, 50%);
  }

  .new-calendar {
    padding: 2rem;
    gap: 1.6rem;
  }

  .new__years-wrap {
    width: 35.5rem;
  }

  .days-slider {
    width: 100%;
  }

  .days-slider .swiper-wrapper {
    justify-content: space-between;
  }

  .months-slider a {
    padding: 0.6rem 1rem;
  }

  .days-slider .swiper-slide {
    min-width: 1.6rem;
  }

  .products {
    margin-top: -2.4rem;
  }

  .products-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.6rem;
  }

  .products-name {
    font-size: 1.4rem;
  }

  .products-btn {
    max-width: 28rem;
  }

  .footer-top {
    padding: 4.8rem 0;
    background: #F8F3F3;
  }

  .footer-box {
    gap: 2rem;
    flex-wrap: wrap;
  }

  .footer-text {
    font-size: 2rem;
  }

  .footer-list__social {
    width: 100%;
    gap: 1.2rem;
  }

  .footer-item__social {
    padding: 0.8rem 1rem;
    gap: 0.8rem;
  }

  .footer-name {
    font-size: 1.6rem;
  }

  .footer-bottom {
    padding: 4.8rem 0 2.4rem;
  }

  .footer-wrap {
    gap: 1.6rem;
  }

  .footer-container__top {
    gap: 4rem;
  }

  .footer-box__bot {
    max-width: 23.2rem;
    gap: 2.4rem;
  }

  .footer-list__nav {
    gap: 2rem;
    flex-wrap: wrap;
  }

  .footer-list__nav a {
    font-size: 1.4rem;
  }

  .footer-container__bottom {
    font-size: 1.2rem;
  }

  .footer-wrapper {
    gap: 1.2rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-text__bot {
    width: max-content;
    font-size: 1.6rem;
  }

  .footer-list__res {
    width: 100%;
    gap: 1rem;
    justify-content: space-between;
  }

  .header-form__search--tabl {
    display: flex;
  }

  .form-control::placeholder {
    color: var(--second-bg-color);
  }


  .form-control {
    background: inherit;
    color: var(--second-text-color);
  }

  .header-btn__search {
    color: var(--main-bg-color);
  }

  .wrap {
    display: flex;
  }

  .burger {
    width: 3.2rem;
    height: 3.2rem;
    padding: 0.6rem 0;
    position: relative;
    gap: 0.5rem;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
  }

  .burger span {
    width: 100%;
    height: 0.3rem;
    display: block;
    background: var(--main-bg-color);
    transition: all 0.3s ease;
    border-radius: 1.1rem;
  }

  .burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 6px);
  }

  .burger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -8px);
  }

  .burger.active span:nth-child(2) {
    opacity: 0;
  }

  .nav-menu.open {
    max-width: 29.2rem;
    width: 100%;
    padding: 1.2rem 2rem 2.4rem;
    display: flex;
    flex-direction: column;
    right: 0;
    top: 100%;
    z-index: 99999;
    background: var(--accent-color);
    box-shadow: 0px 2px 8px 0px #00000040;
    border-radius: 0 0 1.2rem 1.2rem;
  }

  .nav-menu {
    position: absolute;
    display: none;
    transition: right 0.3s ease;
  }

  .header-list {
    gap: 0;
  }

  .header-list>li {
    padding: 0.4rem 0;
    flex-direction: column;
    align-items: baseline;
  }

  .header-list__drop {
    width: 100%;
    padding: 0 1.2rem;
    position: static;
    background: none;
    display: none;
    gap: 0.4rem;
    box-shadow: none;
    opacity: 1;
  }

  .header-list__drop.active {
    display: flex;
  }

  .header-list a {
    display: flex;
    flex-direction: row;
    gap: 0.4rem;
    align-items: center;
  }

  .breadcrumbs {
    margin: -0.6rem 0 -3.8rem;
  }

  .about {
    gap: 2.4rem;
  }

  .about-wrap {
    width: 61%;
    gap: 1.6rem;
  }

  .about-wrapper {
    max-width: 35%;
    gap: 0.8rem;
  }

  .title {
    margin-bottom: 2.4rem;
    font-size: 3.2rem;
  }

  .title.about-title {
    font-size: 3.2rem;
  }

  .about-box__text {
    height: 308px;
    gap: 0.4rem;
  }

  .concert-text,
  .about-text {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .about-btn {
    max-width: 22rem;
    padding: 0.6rem;
    bottom: 1.6rem;
    left: 9%;
    line-height: 1;
  }

  .banner-btn__about {
    left: 13%;
  }

  .about-btn .icon {
    width: 2.8rem;
    height: 2.8rem;
  }

  .concert-btn {
    max-width: 28rem;
  }

  .contacts-name,
  .contacts-type {
    font-size: 1.4rem;
    line-height: var(--line-4);
  }

  .contacts-container {
    gap: 2.4rem;
    justify-content: space-between;
    grid-template-areas: 'a b ' 'c c';
    grid-template-columns: 45% 53%;
  }

  .contacts-list {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    font-size: 1.4rem;
  }

  .contacts-item {
    gap: 0.4rem;
  }

  .contacts-box__text {
    gap: .4rem;
    font-size: 1.4rem;
  }

  .contacts-box__text .contacts-name {
    margin-bottom: 0.8rem;
  }

  .team-list {
    gap: 1.6rem;
  }

  .team-item {
    width: 23.2rem;
    padding: 1.2rem 1.2rem 3rem;
  }

  .team-box {
    gap: 0.4rem;
  }

  .team-block {
    padding-bottom: 0.4rem;
    gap: 0.2;
  }

  .team-link span,
  .team-postiom,
  .team-name {
    font-size: 1.4rem;
  }

  .contacts-form {
    padding: 4.8rem 4rem;
  }

  .form {
    gap: 1.6rem;
  }

  .form-title {
    font-size: 3.2rem;
  }

  .form-descr {
    font-size: 1.6rem;
  }

  .form-box {
    gap: 1.6rem 1.8rem;
  }

  .form-label {
    width: calc(100% / 3 - 12px);
  }

  .form-label__textarea {
    width: 100%;
  }

  .form-block {
    gap: 1.6rem;
  }

  .form-btn {
    max-width: 20.4rem;
    padding: 1rem;
  }

  .form-textarea,
  .form-input {
    padding: 1rem 2rem;
  }

  .footer-item__social .icon {
    width: 3.2rem;
    height: 3.2rem;
  }

  .check {
    gap: 0.8rem;
  }

  .form-agree {
    font-size: 1.2rem;
  }

  .new-order.order {
    width: calc(100% - 40px);
  }

  .new-order .order-top {
    min-height: 10rem;
    padding: 1rem 5.6rem;

  }

  .new-order .order__btn-close {
    top: 1.2rem;
    right: 1.2rem;
  }

  .new-order .order__box {
    max-width: 22rem;
    gap: 0.4rem;

  }

  .new-order .order__day,
  .new-order .order__time {
    font-size: 1.4rem;
  }

  .new-order .order__descr {
    font-size: 1.2rem;
  }

  .new-order .order__wrapper {
    padding: 2.4rem 2rem;
    gap: 4rem;
    flex-direction: column;
  }

  .new-order .order__wrap-seats,
  .new-order .order__box-seat {
    gap: 2rem;
  }

  .new-order .order__scen {
    margin: 0 2.5rem;
  }

  .new-order .order__name {
    margin: 0 auto -10px;
    font-size: 1.4rem;
  }

  .new-order .order__seat1 {
    gap: 1.6rem;
  }

  .new-order .seat__btn,
  .new-order .seat__btn svg {
    width: 2rem;
    height: 2rem;
  }

  .new-order .order__seats-1 {
    gap: 4.2rem;
  }

  .new-order .order__seat2 {
    gap: 1.4rem;
  }

  .new-order .order__block-seat {
    gap: 2.2rem;
  }

  .new-order .order__number {
    min-width: 1.6rem;
    width: max-content;
    font-size: 1.4rem;
  }

  .new-order .order__seats-2 {
    gap: 3.8rem;
  }

  .new-order .order__block-seats {
    gap: 0.12rem;
  }

  .order__seat2 .order__block-seat {
    gap: 0.8rem;
  }

  .new-order .order__price {
    width: 100%;
    gap: 6.4rem;
    flex-direction: row;
    justify-content: space-between;
  }

  .order-box {
    gap: 2rem;
  }

  .new-order .order__midd-time {
    gap: 0.8rem;
  }

  .new-order .order__finish-price,
  .new-order .order__ticket-title,
  .new-order .order__info-descr,
  .new-order .order__info-time {
    font-size: 1.6rem;
  }

  .new-order .order__ticket-block {
    max-width: 33.4rem;
    width: 100%;
    gap: 1rem;
  }

  .new-order .ticket__box {
    gap: 0.6rem;
  }

  .new-order .ticket__box-info {
    gap: 1.2rem;
  }

  .new-order .money__number {
    font-size: 2rem;
  }

  .new-order .money__name {
    font-size: 1.4rem;
  }

  .new-order .order__btn-money {
    width: 24rem;
    padding: 0.6rem;

  }

  .new-order .order__money {
    margin-top: auto;
    gap: 0.6rem;
  }

  .new-order .payment__btn {
    max-width: 20rem;
    padding: 1rem;
  }

  .new-order .tooltip {
    min-width: 14rem;
  }

  .new-order .tooltip__number,
  .new-order .tooltip__number-price {
    font-size: 1.6rem;
  }


}

@media(max-width:950px) {
  .products-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media(max-width:767px) {
  .section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-btn {
    max-width: 15.4rem;
    padding: 0;
    gap: 1.2rem;
    font-size: 1.2rem;
    bottom: 0.4rem;
    left: 10%;
    border-radius: 0.6rem;
  }

  .about-btn .icon {
    width: 2.4rem;
    height: 2.4rem;
  }

  .header-form__search--tabl,
  .header-btn--desc,
  .header-block--desc {
    display: none;
  }

  .header-top {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .header-box {
    gap: 0.4rem;
  }

  .header-box a img {
    max-height: 2.8rem;
  }

  .header-wrap {
    font-size: 1.2rem;
  }

  .header-link__tel {
    font-size: 1.4rem;
  }

  .header-bottom {
    padding: 0.6rem 0;
  }

  .header-logo {
    max-width: 16.8rem;
  }

  .nav-menu.open {
    max-width: 32rem;
  }

  .main {
    padding: 1.2rem 0 4rem;
    gap: 4rem;
  }

  .banner__slider-btn {
    min-width: 1.6rem;
    max-width: 1.6rem;
    height: 1.6rem;
  }

  .swiper-banner-button-prev {
    left: -0.5rem;
  }

  .swiper-banner-button-next {
    right: -0.5rem;
  }

  .banner {
    gap: 1.6rem;
  }

  .new-calendar {
    padding: 1.2rem 1rem;
    gap: 1.2rem;
  }

  .new__calendar-box {
    flex-direction: column-reverse;
    gap: 0.8rem;
    justify-content: center;
  }

  .new__years-wrap {
    width: 100%;
    gap: 0.4rem;
  }

  .days-slider .swiper-slide a,
  .years-slider .swiper-slide a {
    font-size: 1.2rem;
  }

  .months-slider a {
    padding: 0.4rem 0.8rem;
    font-size: 1.2rem;
  }

  .new__days-wrap,
  .new__months-wrap {
    gap: 0.8rem;
  }

  .days-slider .swiper-slide {
    min-width: 1.4rem;
  }

  .arrow-down__months use,
  .swiper__months-btn,
  .arrow-down__months {
    min-width: 2rem;
    max-width: 2rem;
    width: 2rem;
    height: 2rem;
  }

  .products-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }

  .products-item {
    width: 100%;
    padding: 1.2rem;
  }

  .arrow-calendar {
    width: 1.6rem;
    height: 1.6rem;
  }

  .products-date,
  .products-time {
    font-size: 1.2rem;
  }

  .products {
    gap: 1.6rem;
  }

  .footer-top {
    padding: 4rem 0;
  }

  .footer-box {
    gap: 1.2rem;
  }

  .footer-text {
    font-size: 1.6rem;
  }

  .footer-list__social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }

  .icon-ticket {
    width: 2.4rem;
    height: 2.4rem;
  }

  .footer-item__social {
    min-width: 14.5rem;
  }

  .footer-item__social .icon {
    width: 2.4rem;
    height: 2.4rem;
  }

  .footer-name__bot,
  .footer-name {
    font-size: 1.4rem;
  }

  .footer-bottom {
    padding: 4rem 0 1.6rem;
  }

  .footer-wrap {
    gap: 2rem;
  }

  .footer-container__top {
    gap: 2rem;
    flex-wrap: wrap;
  }

  .footer-box__bot {
    max-width: 30rem;
    gap: 1.6rem;
  }

  .footer-link__bot {
    gap: 0.8rem;

  }

  .footer-logo {
    max-width: 25.4rem;
  }

  .footer-btn {
    max-width: 30rem;
    padding: 0.8rem;
    gap: 1.2rem;
  }

  .footer-item__nav {
    width: calc(100%/3 - 14px);
    gap: 0.2rem;
  }

  .footer-list__nav {
    gap: 1rem 2rem;
    justify-content: space-between;
  }

  .footer-list__nav a {
    font-size: 1.2rem;
  }

  .footer-container__bottom {
    padding-bottom: 1.6rem;
  }

  .footer-wrapper {
    gap: 0.8rem;
  }

  .footer-text__bot {
    font-size: 1.4rem;
  }

  .footer-list__res {
    flex-wrap: wrap;
    gap: 0.3rem;
  }

  .footer-list__res li img {
    max-height: 2.4rem;
  }

  .footer-list__res li:nth-child(1) img,
  .footer-list__res li:nth-child(5) img,
  .footer-list__res li:nth-child(9) img,
  .footer-list__res li:nth-child(6) img {
    max-height: 4.4rem;
  }

  .products-btn {
    max-width: 30rem;
    padding: 1rem;
  }

  .nav-menu {
    gap: 1.6rem;
  }

  .header-btn--mob {
    max-width: 100%;
    display: flex;
    justify-content: center;
    color: var(--accent-color);
    background: var(--second-text-color);
  }

  .header-link__eye--mob {
    display: flex;
    color: var(--second-text-color);
  }

  .menu-box {
    display: flex;
    gap: 3.8rem;
    align-items: center;
  }

  .new__lang-block,
  .header-text__lang {
    color: var(--second-text-color);
  }

  .header-list__drop {
    max-height: 14rem;
    overflow-y: auto;
  }

  .header-list__drop::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }

  .header-list__drop::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
  }

  .header-list__drop::-webkit-scrollbar-thumb {
    background: white;
    border-radius: 10px;
  }

  .header-list__drop::-webkit-scrollbar-thumb:hover {
    background: var(--main-bg-color);
  }

  .header-list__drop::-webkit-scrollbar-corner {
    background: transparent;
  }

  .contacts-container {
    gap: 1rem;
    grid-template-areas: 'a  ' 'c' 'b';
    grid-template-columns: 1fr;
  }

  .contacts-list {
    gap: 1rem;
    font-size: 1.4rem;
  }

  .breadcrumbs {
    margin: -0.6rem 0 -2.8rem;
  }

  .title {
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
  }

  .contacts-item {
    gap: 0.2rem;
  }

  .contacts-name__adress,
  .contacts-link {
    gap: 0.8rem;

  }

  .team-item {
    width: 100%;
    padding: 1.2rem;
  }

  .team-img {
    max-height: 100%;
  }

  .contacts-block__map {
    min-height: 16.8rem;
  }

  .team-list {
    gap: 1.2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .team-text {
    font-size: 1.2rem;
    line-height: var(--line-4);
  }

  .contacts-form {
    padding: 2.4rem 2rem;
  }

  .form-title {
    font-size: 2.4rem;
  }

  .form-descr {
    font-size: 1.4rem;
    line-height: var(--line-4);
  }

  .form-box {
    gap: 1rem;
  }

  .form-label {
    width: 100%;
  }

  .form-block {
    flex-direction: column;
    gap: 0.8rem;
  }

  .about-wrap,
  .about-wrapper,
  .form-btn {
    max-width: 100%;
    width: 100%;
  }

  .about {
    flex-direction: column;
    gap: 2em;
  }

  .title.about-title {
    font-size: 2.4rem;
  }

  .about-list li,
  .about-btn__text {
    font-size: 1.4rem;
  }

  .about-btn.concert-btn {
    max-width: 30rem;
    padding: 0.8rem;
    border-radius: 1.2rem;
  }

  .new-order .order-top {
    min-height: 4.4rem;
    padding: 0.2rem 4rem;
    border-radius: 1.2rem;
  }

  .new-order .order__btn-close {
    width: 2rem;
    height: 2rem;
    top: 1rem;
    right: 1rem;
  }

  .new-order .order__box {
    max-width: 14.5rem;
    gap: 0;
  }

  .new-order .order__descr,
  .new-order .order__day,
  .new-order .order__time {
    font-size: 0.8rem;
  }

  .new-order.order {
    min-width: 32rem;
    width: calc(100% - 20px);
    border-radius: 1.2rem;
  }

  .new-order .order__container-ticket {
    margin-right: 0.4rem;
  }

  .new-order .order__wrapper {
    padding: 1.2rem 1rem 2rem;
    gap: 2.4rem;
  }

  .new-order .order__wrap-seats,
  .new-order .order__box-seat {
    gap: 0.8rem;
  }

  .new-order .order__scen {
    margin: 0 1rem;
  }

  .new-order .order__name {
    margin: 0 auto -8px;
    font-size: 1.2rem;
  }

  .new-order .order__seat1 {
    gap: 0.6rem;
  }

  .new-order .order__seats-1 {
    gap: 1.8rem;
  }

  .new-order .seat__btn,
  .new-order .seat__btn svg {
    width: 0.87rem;
    height: 0.87rem;
  }

  .new-order .order__number {
    min-width: 0.7rem;
    font-size: 0.6rem;
  }

  .new-order .order__block-seat {
    gap: 1rem;
  }

  .new-order .order__block-seats {
    gap: 0.07rem;
  }

  .new-order .order__seats-2,
  .new-order .order__seat2 {
    gap: 0.6rem;
  }

  .new-order .tooltip__name,
  .new-order .tooltip__name-price {
    font-size: 1.2rem;

  }

  .new-order .tooltip {
    min-width: 12.4rem;
  }

  .new-order .tooltip__number,
  .new-order .tooltip__type,
  .new-order .tooltip__number-price {
    font-size: 1.4rem;
  }

  .new-order .order__seat-type {
    gap: 1.2rem;
  }

  .new-order .order__box-type {
    gap: 0.4rem;
  }

  .new-order .order__box-type .icon {
    width: 2rem;
    height: 2rem;
  }

  .new-order .text,
  .new-order .order__name-type {
    font-size: 1.2rem;
  }

  .new-order .order__price {
    gap: 2rem;
    flex-direction: column;
  }

  .order-box {
    gap: 1.2rem;
  }

  .new-order .order__info-descr,
  .new-order .order__info-time {
    font-size: 1.4rem;
  }

  .new-order .number {
    font-size: 1.6rem;
  }

  .new-order .order__btn-money {
    max-width: 30rem;
    width: 100%;
  }

  .new-order .payment {
    max-width: calc(100% - 20px);
    padding: 5rem 2rem;
    border-radius: 1.2rem;
  }

  .new-order .payment__btn-close,
  .new-order .order__btn-close .icon,
  .new-order .payment__btn-close .icon {
    width: 2rem;
    height: 2rem;
  }

  .new-order .payment__box {
    gap: 1.6rem;
  }

  .new-order .payment__email {
    padding: 1rem;
  }

  .new-order .payment__block {
    gap: 0.4rem;
    flex-wrap: wrap;
  }

  .new-order .payment__box-btn {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

@media(max-width:500px) {

  .team-list,
  .products-list {
    grid-template-columns: 1fr;
  }

  .footer-item__nav {
    width: calc(50% - 10px);
  }

  .footer-item__nav:nth-child(3) {
    margin-top: -16rem;
  }

  .footer-item__nav:nth-child(5) {
    margin-top: -10rem;
  }
}

@media(max-width:340px) {

  .footer-item__nav:nth-child(3) {
    margin-top: -18rem;
  }

  .footer-item__nav:nth-child(5) {
    margin-top: -12rem;
  }

  .footer-item__nav:nth-child(7) {
    margin-top: -1rem;
  }
}
.header-list__drop.active>li {
  position: relative;
}

.header-list__drop--level-3.active {
  left: calc(100% + 20px);
}

.header-list__drop>li {
  position: relative;
}

.header-list__drop>li:has(.header-list__drop--level-3)::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background-color: currentColor;
  mask-image: url("../assets/svg/arrow-down.svg");
  -webkit-mask-image: url("../assets/svg/arrow-down.svg");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  transition: transform 0.3s ease;
  vertical-align: middle;
}

.header-list__drop>li:has(.header-list__drop--level-3.active)::after {
  transform: rotate(180deg);
}
@media (max-width:1280px){
  .header-list__drop>li:has(.header-list__drop--level-3)::after {
      display: none;

    }
}