* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

/* end null */

/* all */
:root {
  --black: #101727;
  --red: #ee3226;
  scrollbar-gutter: stable;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--red);
}

body {
  color: var(--black);
  background-color: #f2f2f2;
  line-height: calc(25 / 16);
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
}

body.show {
  overflow: hidden;
}

section {
  margin-bottom: 80px;
}

a {
  transition: all 0.3s;
  color: var(--red);
}

p {
  padding-bottom: 18px;
}

p:last-child {
  padding-bottom: 0;
}

.text ul {
  padding-bottom: 70px;
}

.text ul li {
  margin-bottom: 7px;
  list-style: disc;
  margin-left: 20px;
}

.text ul li::marker {
  color: var(--black);
  font-size: 20px;
}

.text li:last-child {
  margin-bottom: 0;
}

table {
  width: 100% !important;
}

col {
  width: 100% !important;
}

.text tr {
  border-radius: 10px;
  background: #f5f1ed;
  padding: 25px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
}

.text td {
  min-width: 95px;
}

.text td:last-child {
  font-weight: 700;
}

.text tr:nth-child(even) {
  background-color: grey;
}

a:hover {
  color: var(--red);
}

.btn {
  font-size: 16px;
  display: inline-block;
  font-weight: 400;
  color: #fff;
  padding: 18px 38px;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  background-color: var(--red);
  text-transform: uppercase;
  border-radius: 5px;
  text-align: center;
}

.btn:hover {
  box-shadow: 0px 0px 4px 2px var(--red);
}

.absolute {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrap {
  display: flex;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  flex-direction: column;
}

main {
  /* margin-top: 94px; */
  flex: 1 1 100%;
  position: relative;
}

.container {
  max-width: 1230px;
  margin: 0 auto;
  width: 100%;
  padding: 0px 15px;
}

.title {
  color: var(--red);
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: calc(41 / 35);
}

.subtitle,
h3 {
  color: var(--red);
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  line-height: calc(50 / 35);
  margin-bottom: 35px;
}

.ofset20 {
  margin-bottom: 20px;
}

.ofset30 {
  margin-bottom: 30px;
}

.ofset40 {
  margin-bottom: 40px;
}

.ofset50 {
  margin-bottom: 50px;
}

.ofset60 {
  margin-bottom: 60px;
}

.ofset70 {
  margin-bottom: 70px;
}

.ofset80 {
  margin-bottom: 80px;
}

.ofset90 {
  margin-bottom: 90px;
}

.ofset100 {
  margin-bottom: 100px;
}

.ofset110 {
  margin-bottom: 110px;
}

.ofset120 {
  margin-bottom: 120px;
}

.ofset130 {
  margin-bottom: 130px;
}

.ofset140 {
  margin-bottom: 140px;
}

.ofset150 {
  margin-bottom: 150px;
}

.ofset200 {
  margin-bottom: 200px;
}

@media (max-width: 480px) {
  .ofset60 {
    margin-bottom: 50px;
  }

  .ofset70 {
    margin-bottom: 50px;
  }

  .ofset80 {
    margin-bottom: 50px;
  }

  .ofset90 {
    margin-bottom: 60px;
  }

  .ofset100 {
    margin-bottom: 60px;
  }

  .ofset110 {
    margin-bottom: 60px;
  }

  .ofset120 {
    margin-bottom: 60px;
  }

  .ofset130 {
    margin-bottom: 70px;
  }

  .ofset140 {
    margin-bottom: 70px;
  }

  .ofset150 {
    margin-bottom: 80px;
  }

  .ofset200 {
    margin-bottom: 100px;
  }
}

/* all */

/* burger */
.burger {
  width: 50px;
  height: 50px;
  display: none;
}

.burger svg {
  width: 50px;
  height: 50px;
}

.ham1 {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  user-select: none;
}

.ham1 path {
  fill: none;
  transition:
    stroke-dasharray 400ms,
    stroke-dashoffset 400ms;
  stroke: var(--red);
  stroke-width: 5.5;
  stroke-linecap: round;
}

.main-page .ham1 path {
  stroke: #fff;
}

.ham1.active {
  transform: rotate(45deg);
}

.ham1 .top {
  stroke-dasharray: 40 139;
}

.ham1 .bottom {
  stroke-dasharray: 40 180;
}

.ham1.active .top {
  stroke-dashoffset: -98px;
}

.ham1.active .bottom {
  stroke-dashoffset: -138px;
}

/* burger */

/* header */
.header {
  position: fixed;
  width: 100%;
  z-index: 11;
  transition: all 0.3s;
  background-color: #ffffff;
  border-radius: 0 0 20px 20px;
}

.header.fixed {
  background-color: #fff;
  box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 29%);
  -webkit-box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 29%);
  -moz-box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 29%);
}

.top-menu {
  display: grid;
  grid-template-columns: 226px 1fr;
  align-items: center;
  gap: 35px;
  background-color: #fff;
  padding: 10px 0 20px;
  font-weight: 500;

  & a {
    color: var(--black);

    &:hover {
      color: var(--red);
    }
  }
}

.top-menu .active a,
.footer__menu-list .active a {
  color: var(--red);
}

.fixed .top-menu {
  margin-top: 0;
  padding: 10px 0px;
}

.top-menu__logo {
  overflow: hidden;

  & img {
    max-width: 226px;
    transition: all 0.3s;
  }
}

.fixed .top-menu__logo img {
  max-width: 160px;
}

.fixed .top-menu__col {
  gap: 0;
}

.top-menu__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 50px;
  transition: padding 0.3s;
}

.fixed .top-menu__body {
  padding: 5px 0px;
  margin-top: 0px;
}

.top-menu__list_wrap {
  width: 100%;
}

.top-menu__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-menu__item.active {
  color: var(--red);
}

.top-menu__list .first .top-menu__item {
  position: relative;
  padding: 14px 15px 14px 55px;
  border-radius: 10px;
  font-weight: 400;
  color: #ffffff;
  background: var(--red);
}

.top-menu__list .first .top-menu__item:hover {
  box-shadow: 0px 0px 4px 2px var(--red);
}

.top-menu__list .first .top-menu__item:before {
  position: absolute;
  content: "";
  top: 7px;
  left: 15px;
  width: 32px;
  height: 32px;
  background: url(../decor/cat-icon.svg) 50% 50% no-repeat;
}

.top-menu__col {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.top-menu__contacts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition: all 0.3s;
}

.top-menu__contacts_menu ul {
  display: flex;
  gap: 30px;
  font-weight: 400;
}

.top-menu__contacts_menu a {
  color: #4c525e;
  transition: all 0.3s;
}

.top-menu__contacts_info {
  display: flex;
  align-items: center;
  gap: 40px;
}

.top-menu__contacts-item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-wrap: nowrap;

  & a {
    font-size: 18px;
    color: var(--black);
    margin-left: 10px;
  }

  & i {
    position: relative;
    top: 2px;
    font-size: 20px;
    color: var(--red);
  }
}

.fixed .top-menu__contacts {
  max-height: 0;
  overflow: hidden;
}

.menu__social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;

  & a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    width: 32px;
    height: 32px;
    background: #ddaf56;

    &:hover {
      background-color: var(--red);
    }
  }

  & i {
    font-size: 20px;
    color: #fff;
  }
}

.top-menu__shedule {
  color: #6e6e6e;
  font-size: 16px;
  line-height: 1.3;
}

.top-menu__body_search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-menu__body_lk {
  display: flex;
  align-items: center;
  gap: 5px;
}

.top-menu__body_lk img {
  width: 40px;
}

.top-menu__body_search__lk {
  position: relative;
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 26px;
}

.margin-top {
  margin-top: 145px;
}

.search__icon {
  display: inline-block;
  cursor: pointer;
}

/* ÐÐ°Ñ‡Ð°Ð»ÑŒÐ½Ð¾Ðµ ÑÐ¾ÑÑ‚Ð¾ÑÐ½Ð¸Ðµ: ÑÐºÑ€Ñ‹Ñ‚Ð¾, Ñ Ð¼Ð°ÑÑˆÑ‚Ð°Ð±Ð¾Ð¼ Ð¸ Ð¿Ñ€Ð¾Ð·Ñ€Ð°Ñ‡Ð½Ð¾ÑÑ‚ÑŒÑŽ */
.search__form {
  position: absolute;
  opacity: 0;
  transform: scale(0.8);
  filter: blur(4px);
  visibility: hidden;
  top: -2px;
  right: 95px;
  transition:
    opacity 0.4s ease,
    transform 0.4s ease,
    filter 0.4s ease;
}

@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
    filter: blur(4px);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
    filter: blur(2px);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}

.search__form.active {
  animation: popIn 0.5s forwards;
  visibility: visible;
  box-shadow: 0px 2px 7px 1px rgb(0 0 0 / 30%);
  -webkit-box-shadow: 0px 2px 7px 1px rgb(0 0 0 / 29%);
  -moz-box-shadow: 0px 2px 7px 1px rgb(0 0 0 / 29%);
}

.form-group {
  position: relative;
}

.form-group label {
  display: block;
  margin: 0 0 5px 5px;
}

.profile__form .checkbox-wrapper {
  margin-top: 40px;
}

.search__form .form-group {
  margin-bottom: 0;
}

.search__form .form-control {
  display: block;
  height: 42px;
  margin-bottom: 0;
  width: 305px;
  border-radius: 0;
  background: #fff;
  font-size: 14px;
  color: var(--black);
  border: 1px solid #acb4c1;
  padding: 0 40px 0 10px;
}

.search__form .search-btn {
  position: absolute;
  width: auto;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  color: var(--black);
  font-size: 18px;
  padding: 12px 10px;
}
/* header */

.breadcrumbs-wrapper {
  margin: 145px 0 30px;
}

ol,
ul {
  list-style: none;
}

.breadcrumbs-wrapper li {
  display: inline-block;
  font-size: 12px;
  margin-right: 25px;
  color: #6b6b6b;
}

.breadcrumbs-wrapper li {
  display: inline-block;
  font-size: 12px;
  margin-right: 25px;
  color: #6b6b6b;
}

.breadcrumbs-wrapper a {
  position: relative;
  color: #cbcbcb;
}

.breadcrumbs-wrapper a:after {
  content: "•";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: -18px;
  right: -16px;
  font-size: 32px;
  color: #ffbb1f;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.pagination {
  display: flex;
  gap: 5px;
  margin: 45px 0 0;
  justify-content: center;
  align-items: center;
}

.pagination li {
  display: inline;
}

.pagination li:first-child a,
.pagination li:first-child span {
  margin-left: 0;
}

.pagination .active a,
.pagination .active a:focus,
.pagination .active a:hover,
.pagination .active span,
.pagination .active span:focus,
.pagination .active span:hover {
  z-index: 2;
  color: #4c525e;
  cursor: default;
  background-color: #ffd754;
  border-color: #ffd754;
  border-radius: 4px;
}

.pagination .disabled a,
.pagination .disabled a:focus,
.pagination .disabled a:hover,
.pagination .disabled span,
.pagination .disabled span:focus,
.pagination .disabled span:hover {
  cursor: default;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.pagination li a,
.pagination li span {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: var(--black);
  padding: 9px 14px;
  text-decoration: none;
  background-color: #f2f2f2;
}

.pagination li .page-link i {
  position: relative;
  top: 4px;
  color: var(--red);
  font-size: 26px;
  margin: 0 10px;
}

/* footer */
.footer {
  background-color: #313132;
  color: #fff;
  padding: 35px 0;
  z-index: 1;
  margin: 0 15px 10px;
  border-radius: 20px;
}

.footer__body {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
  flex-direction: column;
  gap: 40px;
}

.footer__menu {
  font-size: 16px;
}

.footer__menu-list {
  display: flex;
  gap: 38px;
  text-transform: uppercase;

  & a {
    font-size: 16px;
    text-transform: none;
    color: #fff;

    &:hover {
      color: var(--red);
    }
  }
}

.footer__icons {
  display: flex;
  gap: 6px;
}

.footer .menu__social {
  margin-top: 10px;

  & a:hover {
    background-color: var(--red);
  }

  & i {
    color: #313132;
  }
}

.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.footer__logo img {
  width: 219px;
}

.footer__contacts {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 16px;
  flex-direction: column;
  gap: 6px;
  margin-top: 20px;

  & a {
    color: #fff;

    &:hover {
      color: var(--red);
    }
  }
}

.footer__phone a {
  font-size: 18px;
  font-weight: 600;
  margin-left: 10px;
}

.footer__phone i {
  position: relative;
  top: 2px;
  font-size: 20px;
  color: var(--red);
}

.footer__contacts .shedule {
  text-align: right;
  color: #948c8c;
}

.footer__bottom-text {
  font-size: 16px;
  color: #989898;
}

/* footer */

.ofer-slider {
  display: grid;
  grid-template-columns: 1fr 546px;
  gap: 22px;
}

.ofer-slider__slides {
  position: relative;
  height: 512px;
  border-radius: 15px;
  overflow: hidden;
}

.ofer-slider__slides video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ofer-slider__slides__info {
  position: absolute;
  display: flex;
  justify-content: center;
  background: rgb(255 255 255 / 60%);
  padding: 13px 20px;
  gap: 25px;
  border-radius: 10px;
  left: calc(50% - 275px);
  bottom: 40px;
}

.ofer-slider__slides__btn__1 {
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  padding: 12px 15px 10px 50px;
  border-radius: 10px;
  font-weight: 400;
  color: #ffffff;
  background: var(--red);
}

.ofer-slider__slides__btn__1:hover {
  color: #ffffff;
  box-shadow: 0px 0px 4px 2px var(--red);
}

.ofer-slider__slides__btn__1:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 15px;
  width: 32px;
  height: 32px;
  background: url(../decor/ofer-ticket.svg) 50% 50% no-repeat;
}

.ofer-slider__slides__btn__2 {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--black);
  padding: 12px 15px 10px;
  border-radius: 10px;
  font-weight: 500;
  background: #ffd754;
}

.ofer-slider__infos {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ofer-slider__infos__element__1 {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 35px 30px 45px;
  border-radius: 15px;
  height: 310px;
}

.ofer-slider__element__red {
  color: #ffffff;
  background: #e02519;
  background:
    url(../decor/element-red.png) 100% 100% no-repeat,
    radial-gradient(circle, rgba(224, 37, 25, 1) 0%, rgba(226, 91, 82, 1) 100%);
}

.ofer-slider__element__blue {
  color: var(--black);
  background: #b8d7e6;
  background:
    url(../decor/element-blue.png) 100% 50% no-repeat,
    radial-gradient(circle, rgba(184, 215, 230, 1) 0%, rgba(102, 172, 207, 1) 100%);
}

.ofer-slider__infos__element__1__title {
  width: 310px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
}

.ofer-slider__infos__element__1__text {
  margin-top: 12px;
  font-size: 18px;
  width: 280px;
}

.ofer-slider__infos__element__1__btn {
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--black);
  padding: 12px 15px 10px 44px;
  border-radius: 10px;
  font-weight: 500;
  background: #ffffff;
}

.ofer-slider__infos__element__1__btn:before {
  position: absolute;
  content: "";
  top: 12px;
  left: 15px;
  width: 19px;
  height: 19px;
  background: url(../decor/ofer-cart.svg) 50% 50% no-repeat;
}

.ofer-slider__infos__element__2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 35px 30px 30px;
  border-radius: 15px;
  background: #fae9b0;
  background:
    url(../decor/element-2.png) right center no-repeat,
    linear-gradient(90deg, rgba(249, 211, 86, 1) 0%, rgba(250, 233, 176, 1) 35%, rgba(250, 233, 176, 1) 90%, rgba(237, 206, 105, 1) 100%);
}

.ofer-slider__infos__element__2__title {
  font-size: 20px;
  font-weight: 600;
}

.ofer-slider__infos__element__2 .ofer-slider__infos__element__1__text {
  color: var(--black);
  width: 310px;
}

.slick-dots {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 30px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 0 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:before {
  position: absolute;
  content: "•";
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  top: 0;
  left: 0;
  width: 20px;
  height: 30px;
  text-align: center;
  opacity: 0.5;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ffffff;
}

.about__wrapper,
.about__why__me__top,
.about__why__me__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.about__left {
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
}

.title__text strong {
  position: relative;
  font-weight: 500;
  padding: 4px 0;
  color: #ffffff;
  background: #ddaf56;
}

.title__text strong:before {
  position: absolute;
  content: "";
  top: -15px;
  left: 25px;
  width: 69px;
  height: 15px;
  background: #ddaf56;
}

.title__text strong:after {
  position: absolute;
  content: "";
  top: -15px;
  left: 105px;
  width: 69px;
  height: 15px;
  background: #ddaf56;
}

.about__right {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.about__right__top {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  color: #4c525e;
}

.about__right__botom {
  display: grid;
  grid-template-columns: 235px 1fr;
  gap: 22px;
}

.about__right__botom__info {
  font-size: 20px;
  font-weight: 700;
  color: #4c525e;
  line-height: 150%;
}

.about__why__me__top {
  background:
    url(../decor/about-img-1.png) center center no-repeat,
    #85d2f9;
  min-height: 518px;
  border-radius: 20px;
  margin-bottom: 40px;
}

.about__why__me__title {
  display: flex;
  align-items: center;
  font-size: 46px;
  font-weight: 600;
  line-height: 120%;
  padding: 0 90px;
}

.about__why__me__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  gap: 25px;
  font-size: 23px;
  font-weight: 600;
  line-height: 140%;
  color: var(--black);
  padding: 0 100px;
  margin-top: 50px;
}

.about__why__me__bottom__element__info {
  padding: 40px 0px 40px 40px;
}

.about__why__me__bottom__element-1,
.about__why__me__bottom__element-2 {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 254px;
  gap: 22px;
  min-height: 350px;
  border-radius: 20px;
  overflow: hidden;
}

.about__why__me__bottom__element-1 {
  background: #f5d56c;
  color: var(--black);
}

.about__why__me__bottom__element-2 {
  background: #f05e54;
  color: #ffffff;
}

.about__why__me__bottom__element-1:after,
.about__why__me__bottom__element-2:after {
  position: absolute;
  z-index: -1;
  content: "";
  right: -25px;
  top: calc(50% - 140px);
  width: 280px;
  height: 280px;
  border-radius: 50%;
}

.about__why__me__bottom__element-1:after {
  background: #eacb63;
}

.about__why__me__bottom__element-2:after {
  background: #e25249;
}

.about__why__me__bottom__element-1:hover,
.about__why__me__bottom__element-2:hover {
  box-shadow: 0px 0px 12px 4px #c7c7c7;
}

.about__why__me__bottom__element__img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about__why__me__info .ofer-slider__slides__btn__1 {
  padding: 10px 15px 8px 50px;
}

.about__why__me__info .ofer-slider__slides__btn__1:before {
  top: 7px;
}

.marker {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 60px;
  color: #ffffff;
  background: #21a3ff;
}

.about__why__element__title {
  font-size: 26px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 25px;
}

.about__why__me__bottom__element-1 .about__why__element__text,
.about__why__me__bottom__element-1 .about__why__element__title {
  color: var(--black);
}

.about__why__me__bottom__element-2 .about__why__element__text,
.about__why__me__bottom__element-2 .about__why__element__title {
  color: #ffffff;
}

.about__why__element__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}

.marker {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 60px;
  color: #ffffff;
  background: #21a3ff;
  margin-bottom: 35px;
}

.block__title {
  display: flex;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  justify-content: flex-start;
  gap: 30px;
  align-items: center;
  margin-bottom: 25px;
}

.block__title a {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.block__title a:hover {
  text-decoration: underline;
}

.pop__cats__top p {
  font-size: 20px;
  line-height: 140%;
  color: #4c525e;
  width: 60%;
}

.pop__cats__content {
  margin-top: 35px;
}

.pop__cats__slider,
.product__slider,
.ticket__slider,
.news__slider {
  margin: 0 -10px;
}

.pop__cat__element {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  height: 306px;
  padding: 20px 10px;
  border-radius: 10px;
  gap: 20px;
  margin: 10px;
}

.pop__cat__element:hover {
  box-shadow: 0px 0px 10px 3px #c7c7c7;
}

.pop__cat__element:nth-child(12n + 1) {
  background: #7cd59f;
}

.pop__cat__element:nth-child(12n + 2) {
  background: #ffaf50;
}

.pop__cat__element:nth-child(12n + 3) {
  background: #8dd9ea;
}

.pop__cat__element:nth-child(12n + 4) {
  background: #ffd476;
}

.pop__cat__element:nth-child(12n + 5) {
  background: #b0d2f9;
}

.pop__cat__element:nth-child(12n + 6) {
  background: #cacdd7;
}

.pop__cat__element:nth-child(12n + 7) {
  background: #90cdd8;
}

.pop__cat__element:nth-child(12n + 8) {
  background: #aee6c4;
}

.pop__cat__element:nth-child(12n + 9) {
  background: #81c868;
}

.pop__cat__element:nth-child(12n + 10) {
  background: #f9964f;
}

.pop__cat__element:nth-child(12n + 11) {
  background: #cacdd7;
}

.pop__cat__element:nth-child(12n + 12) {
  background: #f3d359;
}

.pop__cats__title {
  font-size: 18px;
  font-weight: 500;
  color: var(--black);
}

.action__wrapper {
  display: flex;
  background:
    url(../decor/action-bg.png) center center no-repeat,
    #f8db7c;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  height: 518px;
  padding: 0 205px;
}

.action__info__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-bottom: 80px;
}

.action__element__num {
  font-size: 32px;
  font-weight: 700;
  color: var(--red);
  margin-bottom: 15px;
}

.action__element__text {
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

.action__info__element .title__text strong {
  position: relative;
  font-weight: 500;
  padding: 4px 0;
  color: #ffffff;
}

.action__info__element .title__text strong:before {
  position: absolute;
  content: "";
  top: -10px;
  left: 22px;
  width: 50px;
  height: 10px;
}

.action__info__element .title__text strong:after {
  position: absolute;
  content: "";
  top: -10px;
  left: 84px;
  width: 50px;
  height: 10px;
}

.action__info__element:first-child .title__text strong,
.action__info__element:first-child .title__text strong:before,
.action__info__element:first-child .title__text strong:after {
  background: #78b8d8;
}

.action__info__element:last-child .title__text strong,
.action__info__element:last-child .title__text strong:before,
.action__info__element:last-child .title__text strong:after {
  background: #70c776;
}

.action__wrapper .ofer-slider__slides__btn__1:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 15px;
  width: 32px;
  height: 32px;
  background: url(../decor/cart-w.svg) 50% 50% no-repeat;
}

.block__text__control {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.block__text__control p {
  padding: 0;
}

.ticket__carousel__control,
.product__carousel__control,
.tab-content,
.news__carousel__control,
.rev__carousel__control {
  position: relative;
}

.ticket__carousel__control .slick-arrow,
.product__carousel__control .slick-arrow,
.video__control .slick-arrow,
.news__carousel__control .slick-arrow,
.rev__carousel__control .slick-arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--red);
  background: #ffffff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  top: calc(50% - 30px);
  cursor: pointer;
  transition: all 0.3s;
}

.tab-content .slick-arrow {
  top: -115px;
}

.ticket__carousel__control .slick-arrow:hover,
.product__carousel__control .slick-arrow:hover,
.video__control .slick-arrow:hover,
.news__carousel__control .slick-arrow:hover,
.rev__carousel__control .slick-arrow:hover {
  color: #ffffff;
  background: var(--red);
}

.team__arrow-l {
  right: 70px;
}

.team__arrow-r {
  right: 0px;
}

.products__content,
.news__content {
  margin-top: 35px;
}

.product__element {
  position: relative;
  display: flex !important;
  background: #ffffff;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 10px;
  padding: 20px 20px 20px;
  margin: 10px;
  transition: all 0.3s;
}

.product__element:hover,
.video__element:hover,
.news__element:hover {
  box-shadow: 0px 0px 10px 3px #c7c7c7;
}

.product__element__img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 260px;
  margin-bottom: 10px;
}

.product__element img {
  width: 100%;
  max-height: 266px;
}

.product__tag:before {
  position: absolute;
  z-index: 1;
  content: "";
  top: 10px;
  left: 10px;
  width: 28px;
  height: 28px;
}

.product__tag:after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 48px;
  height: 48px;
  border-radius: 10px;
}

.popular:before {
  background: url(../decor/popular.svg) 50% 50% no-repeat;
}

.popular:after {
  background: #ffdfb2;
}

.favorite:before {
  background: url(../decor/favorite.svg) 50% 50% no-repeat;
}

.favorite:after {
  background: #d8f1fb;
}

.new:before {
  background: url(../decor/new.svg) 50% 50% no-repeat;
}

.new:after {
  background: #b9eec5;
}

.product__title {
  margin-bottom: 10px;
}

.product__title {
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  color: var(--black);
}

.product__element:hover .product__title {
  color: var(--red);
}

.product__prices {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.product__price {
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
  color: var(--black);
}

.product__price__old__price {
  font-size: 20px;
  font-weight: 500;
  color: #7c8089;
  line-height: 110%;
  text-decoration: line-through;
}

.product__info {
  font-size: 14px;
  font-weight: 500;
  color: #bd5a1c;
  background: #ffe1ce;
  padding: 5px 12px 3px;
  border-radius: 100px;
  margin-bottom: 18px;
}

.product__btns {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 15px;
}

.product__btn__1 {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  padding: 14px 11px 12px 40px;
  border-radius: 10px;
  font-weight: 400;
  color: #ffffff;
  background: var(--red);
}

.product__btn__1:hover {
  color: #ffffff;
  box-shadow: 0px 0px 4px 2px var(--red);
}

.product__btn__1:before {
  position: absolute;
  content: "";
  top: 8px;
  left: 8px;
  width: 34px;
  height: 34px;
  background: url(../decor/basket.svg) 50% 50% no-repeat;
}

.product__btn__2 {
  display: flex;
  background: #ffd754;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
}

.product__btn__2:hover {
  color: #ffffff;
  box-shadow: 0px 0px 4px 2px #ffd754;
}

.bonus__wrapper {
  display: grid;
  grid-template-columns: 1fr 527px;
  align-items: center;
  gap: 50px;
  background: #e9e9e9;
  border-radius: 20px;
  padding: 25px 30px;
}

.bonus__info__wrapper {
  font-size: 20px;
  font-weight: 400;
  color: #4c525e;
}

.bonus__block__title {
  position: relative;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
  color: var(--black);
  margin-bottom: 25px;
  width: 85%;
}

.bonus__block__title:after {
  position: absolute;
  content: "";
  right: -90px;
  top: -60px;
  width: 153px;
  height: 153px;
  background: url(../decor/bonus-perc.png) 50% 50% no-repeat;
}

.bonus__block__btn {
  position: relative;
  width: 70%;
  margin-top: 25px;
}

.bonus__block__btn a {
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  color: #0088cc;
  transition: all 0.3s;
}

.bonus__block__btn a:hover {
  color: var(--red);
}

.bonus__block__btn a:after {
  position: absolute;
  content: "";
  right: -70px;
  top: 5px;
  width: 52px;
  height: 52px;
  background: url(../decor/telegram.svg) 50% 50% no-repeat;
}

.bonus__img__wrapper {
  border-radius: 20px;
  overflow: hidden;
}

.bonus__img__wrapper img {
  width: 100%;
}

.tickets__content {
  margin-top: 35px;
}

.ticket__element,
.video__element {
  margin: 10px;
}

.ticket__element__img {
  position: relative;
  height: 190px;
}

.ticket__element__img:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ticket__element .ticket__img__price:after {
  position: absolute;
  content: "";
  top: -70px;
  left: 53px;
  width: 80px;
  height: 189px;
  transform: rotate(90deg);
}

.ticket__element:nth-child(4n + 1) .ticket__element__img:before {
  background: url(../decor/ticket-bg-gr.svg) 50% 50% no-repeat;
}

.ticket__element:nth-child(4n + 1) .ticket__img__price:after {
  background: url(../decor/ticket-bg-l-gr.svg) 50% 50% no-repeat;
}

.ticket__element:nth-child(4n + 1) .ticket__img__price {
  color: #54811a;
}

.ticket__element:nth-child(4n + 2) .ticket__element__img:before {
  background: url(../decor/ticket-bg-bl.svg) 50% 50% no-repeat;
}

.ticket__element:nth-child(4n + 2) .ticket__img__price:after {
  background: url(../decor/ticket-bg-l-bl.svg) 50% 50% no-repeat;
}

.ticket__element:nth-child(4n + 2) .ticket__img__price {
  color: #446fad;
}

.ticket__element:nth-child(4n + 3) .ticket__element__img:before {
  background: url(../decor/ticket-bg-or.svg) 50% 50% no-repeat;
}

.ticket__element:nth-child(4n + 3) .ticket__img__price:after {
  background: url(../decor/ticket-bg-l-or.svg) 50% 50% no-repeat;
}

.ticket__element:nth-child(4n + 3) .ticket__img__price {
  color: #d37824;
}

.ticket__element:nth-child(4n + 4) .ticket__element__img:before {
  background: url(../decor/ticket-bg-red.svg) 50% 50% no-repeat;
}

.ticket__element:nth-child(4n + 4) .ticket__img__price:after {
  background: url(../decor/ticket-bg-l-red.svg) 50% 50% no-repeat;
}

.ticket__element:nth-child(4n + 4) .ticket__img__price {
  color: #d06a5c;
}

.ticket__element__img:after {
  position: absolute;
  content: "";
  top: 12px;
  right: 0;
  width: 138px;
  height: 178px;
  background: url(../decor/ticket-user.png) 50% 50% no-repeat;
}

.ticket__element__img:after {
  position: absolute;
  content: "";
  top: 12px;
  right: 0;
  width: 138px;
  height: 178px;
  background: url(../decor/ticket-user.png) 50% 50% no-repeat;
}

.ticket__element__img__wrap {
  position: absolute;
  right: 0px;
  top: 30px;
}

.ticket__img__price {
  display: flex;
  position: relative;
  top: 68px;
  left: -55px;
  width: 190px;
  height: 50px;
  transform: rotate(270deg);
  align-items: center;
  justify-content: center;
  font-size: 41px;
  font-weight: 700;
}

.ticket__title {
  display: flex;
  text-align: center;
  align-items: flex-start;
  color: var(--black);
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  min-height: 95px;
  margin-top: 25px;
  padding: 0 10px;
  margin-bottom: 25px;
}

.ticket__price {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 15px;
}

.ticket__element .ofer-slider__slides__btn__1 {
  font-size: 16px;
  padding: 13px 28px 10px 75px;
}

.ticket__element .ofer-slider__slides__btn__1:before {
  position: absolute;
  content: "";
  top: 8px;
  left: 25px;
  width: 32px;
  height: 32px;
}

.about__us {
  background:
    url(../images/about/about-us-bg.png) 20% 0% no-repeat,
    #ffffff;
  margin: 10px 15px 80px;
  border-radius: 20px;
  padding: 80px 0;
}

.about__us__wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  margin-bottom: 90px;
}

.about__us__subtitle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  text-transform: lowercase;
  color: #765f13;
  background: #ffd754;
  width: 140px;
  height: 45px;
  margin-bottom: 50px;
}

.about__us__subtitle:before {
  position: absolute;
  content: "";
  top: -10px;
  left: 15px;
  width: 50px;
  height: 10px;
  background: #ffd754;
}

.about__us__subtitle:after {
  position: absolute;
  content: "";
  top: -10px;
  right: 15px;
  width: 50px;
  height: 10px;
  background: #ffd754;
}

.about__us__title {
  font-size: 30px;
  font-weight: 500;
  line-height: 140%;
  color: var(--red);
  margin-bottom: 35px;
}

.about__us__introtext {
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  color: #878787;
}

.about__us__img__1 {
  position: relative;
}

.about__us__img__1 img {
  position: absolute;
  left: -120px;
  top: 0;
}

.about__us__img__2 img {
  max-width: 604px;
}

.about__us__content {
  font-size: 18px;
  font-weight: 400;
  padding-right: 100px;
  color: #7c8089;
  margin-bottom: 30px;
}

.about__us__btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  width: 282px;
  height: 50px;
  border-radius: 10px;
  background: var(--red);
}

.about__us__btn a:hover {
  box-shadow: 0px 0px 4px 2px var(--red);
}

.about__us__wrapper:before {
  position: absolute;
  content: "";
  top: -110px;
  right: -150px;
  width: 235px;
  height: 50px;
  border-radius: 20px;
  background: #ffffff;
}

.about__us__wrapper:after {
  position: absolute;
  content: "";
  top: -110px;
  right: 110px;
  width: 235px;
  height: 50px;
  border-radius: 20px;
  background: #ffffff;
}

.digits__numbers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  gap: 22px;
  margin-top: 50px;
}

.digits__number {
  font-size: 60px;
  font-weight: 700;
  color: #ddaf56;
  line-height: 110%;
  margin-bottom: 20px;
}

.counter-wrap {
  text-align: center;
  padding: 0 25px;
}

.counter-wrap p {
  font-size: 20px;
  line-height: 140%;
}

.video__block .pop__cats__top p {
  width: 100%;
}

.tabs {
  display: flex;
  cursor: pointer;
  margin: 30px 0 50px;
}

.tab {
  padding: 6px 29px;
  font-size: 16px;
  color: #7c8089;
  background: #e1e6ea;
  border: 1px solid #abaeb5;
  margin-right: 15px;
  border-radius: 100px;
  transition: background 0.3s;
}

.tab.active {
  font-weight: 500;
  color: #4c2213;
  background: #ffd754;
  border: 1px solid #ffd754;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.video__element {
  position: relative;
  height: 455px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s;
}

.video__element video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news__element {
  position: relative;
  display: flex !important;
  background: #ffffff;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 10px;
  padding: 15px 15px 25px;
  margin: 10px;
  gap: 20px;
  transition: all 0.3s;
}

.news__element:hover .news__title {
  color: var(--red);
}

.news__element__img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.news__element__img img {
  width: 100%;
}

.news__date {
  position: absolute;
  left: 15px;
  bottom: 15px;
  background: #ffd754;
  padding: 5px 15px;
  border-radius: 10px;
}

.news__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  color: var(--black);
}

.news__description {
  color: #7c8089;
  font-size: 18px;
}

.news__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px 22px;
}

.news__wrapper .news__element {
  margin: 0;
}

.news-content-info {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 30px;
}

.news-content-info .block__title {
  width: 70%;
  margin: 30px 30px 30px;
}

.news-content-info-wrap {
  display: grid;
  grid-template-columns: 1fr 365px;
  gap: 90px;
}

.news-content-main-img img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.news-content-info-text {
  padding: 0 0 40px 30px;
}

.tovar__side__title {
  font-size: 22px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 25px;
}

.tovar__side__element {
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
  overflow: hidden;
  background: #f2f2f2;
  padding: 15px 20px;
}

.news-content-info-side {
  padding-right: 30px;
}

.tovar__side__element__img img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.tovar__side__element__title {
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
  transition: all 0.3s;
}

.tovar__side__elements {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.tovar__side__element:hover {
  box-shadow: 0px 0px 10px 3px #c7c7c7;
}

.tovar__side__element:hover .tovar__side__element__title {
  color: var(--red);
}

.news-content-info .news__date {
  position: relative;
  display: inline-block;
  left: 0;
  bottom: 0;
  margin: 0 0 30px 30px;
}

.gallery__block {
  padding: 0 30px;
  margin-bottom: 60px;
}

.gallery__slider {
  margin: 0 -10px;
}

.gallery__element {
  margin: 10px;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s;
}

.gallery__element:hover {
  box-shadow: 0px 0px 10px 3px #c7c7c7;
}

.gallery__element img {
  width: 100%;
}

.gallery__slider .slick-arrow {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--red);
  background: #ffffff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  top: calc(50% - 30px);
  cursor: pointer;
  transition: all 0.3s;
}

.gallery__slider .slick-arrow:hover {
  color: #ffffff;
  background: var(--red);
}

.gallery__slider .team__arrow-l {
  left: -20px;
}

.gallery__slider .team__arrow-r {
  right: -20px;
}

.gallery__slider .slick-dots {
  position: absolute;
  z-index: 1;
  bottom: -40px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.gallery__slider .slick-dots li button:before {
  position: absolute;
  content: "○";
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  top: 0;
  left: 0;
  width: 20px;
  height: 30px;
  text-align: center;
  color: var(--red);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gallery__slider .slick-dots li.slick-active button:before {
  content: "•";
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  color: var(--red);
}

.contacts {
  margin-bottom: 110px;
}

.contacts__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.contacts__info,
.contacts__social {
  display: flex;
  background: #f5d56c;
  padding: 40px;
  border-radius: 20px;
  flex-direction: column;
}

.contacts__info {
  display: flex;
  background: #f5d56c;
  padding: 40px;
  border-radius: 20px;
  flex-direction: column;
  gap: 15px;
}

.contacts__info__title,
.contacts__social__title {
  font-size: 26px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 225px;
}

.contacts__social__title {
  margin-bottom: 30px;
}

.contact__form__title {
  display: flex;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  justify-content: flex-start;
  gap: 30px;
  align-items: center;
  margin-bottom: 25px;
}

.contacts__info__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.contacts__info__right {
  font-weight: 600;
  color: var(--black);
}

.contacts__info__right a {
  color: var(--black);
  transition: all 0.3s;
}

.contacts__info__right a:hover {
  color: var(--red);
}

.contacts__social__bottom {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contacts__social {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: url(../decor/con-soc-bg.svg) 50% 50% no-repeat;
}

.contacts__social__btn {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 15px 14px;
  width: 290px;
  border-radius: 10px;
  font-weight: 400;
  color: #ffffff;
  justify-content: center;
  align-items: center;
}

.vk__btn {
  background: #2787f5;
}

.tg__btn {
  background: #0088cc;
}

.contacts__social__btn:hover {
  color: #ffffff;
  box-shadow: 0px 0px 4px 2px #2787f5;
}

.contacts__social__img {
  position: absolute;
  bottom: -200px;
  right: -210px;
}

.contacts__social__img img {
  width: 100%;
}

.contacts__social__description {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  color: #4c525e;
  width: 80%;
}

.contact__form__description {
  font-size: 24px;
  font-weight: 400;
  color: #4c525e;
}

.contact__form__container {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 930px) 1fr;
  gap: 15px;
}

.contact__form__wrapper {
  display: grid;
  gap: 100px;
  grid-template-columns: 1fr 1fr;
  grid-column: 2 / 3;
}

.contact__form .contact__form__right {
  padding: 0;
  background: transparent;
  border-radius: initial;
}

.contact-form__input {
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  font-size: 16px;
  color: #7c8089;
  background: #ffffff;
  border: 1px solid #d5d6da;
  border-radius: 10px;
  padding: 10px 15px;
  margin-bottom: 15px;
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  color: #adaeb3;
  user-select: none;
  margin-bottom: 20px;
}

.checkbox-wrapper input[type="checkbox"] {
  display: none;
}

.custom-checkbox {
  width: 26px;
  height: 22px;
  border: 2px solid #d5d6da;
  border-radius: 6px;
  position: relative;
  transition: all 0.25s ease;
  cursor: pointer;
  background-color: #ffffff;
}

.custom-checkbox::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 15px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  top: 0px;
  left: 5px;
  transform: rotate(45deg) scale(0);
  opacity: 0;
  transition: all 0.2s ease;
}

input[type="checkbox"]:checked + .custom-checkbox {
  background-color: #ddaf56;
  border-color: #ddaf56;
}

input[type="checkbox"]:checked + .custom-checkbox::after {
  transform: rotate(45deg) scale(1);
  opacity: 1;
}

button {
  width: 100%;
  padding: 15px 38px;
  transition: all 0.2s ease;
}

button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  transform: none;
}

.hero__inner {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 214px 1fr 545px;
  gap: 24px;
  min-height: 518px;
  border-radius: 20px;
  background:
    url(../images/other/hero-bg.svg) 15% 50% no-repeat,
    url(../images/other/hero-bg-1.svg) 100% 50% no-repeat,
    #edc391;
  overflow: hidden;
}

.hero__figure {
  align-self: end;
  justify-self: start;
  width: 100%;
  max-width: 340px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__figure img {
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.25));
}

.hero__content {
  text-align: center;
}

.hero__content__title {
  margin: 0px 0px 15px;
  font-size: 46px;
  font-weight: 600;
}
.hero__content_description {
  margin: 0 0 35px;
  font-size: 20px;
  color: #1f1f1f;
}

.hero__products {
  position: relative;
  min-height: 360px;
}
.hero__products img {
  position: absolute;
  max-width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
}

.product--ship {
  top: -11px;
  left: 0px;
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.25));
}

.product--green {
  top: 120px;
  right: 94px;
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.25));
}
.product--yellow {
  top: 165px;
  right: 0px;
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.25));
}
.product--bricks {
  bottom: 0px;
  left: -15px;
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.25));
}

.why__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 585px 1fr;
  gap: 22px;
  align-items: start;
}

.why__gallery-pin {
  position: relative;
}

.why__gallery {
  position: relative;
  min-height: 385px;
}

.why__gallery::before {
  content: "";
  position: absolute;
  width: 585px;
  height: 520px;
  background: url(../images/other/why-bg.svg) 50% 50% no-repeat;
  background-size: cover;
  z-index: 0;
  pointer-events: none;
}

.why__card {
  position: absolute;
}

.why__card--top {
  top: -80px;
  left: 80px;
}
.why__card--left {
  bottom: -115px;
  left: -70px;
}
.why__card--right {
  top: 50px;
  right: -55px;
}

.why__content .block__title {
  font-size: 28px;
}

.why__lead {
  font-size: 20px;
  line-height: 140%;
  color: #4c525e;
  width: 85%;
}

.why__list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.why__item-body {
  display: flex;
  gap: 10px;
  align-items: start;
  flex-direction: column;
}

.why__item {
  display: flex;
  gap: 15px;
  align-items: start;
  flex-direction: column;
}

.why__star {
  color: #e99500;
  font-size: 40px;
  line-height: 1;
}

.why__item-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  color: #2d2c34;
}

.why__item-body p {
  font-size: 18px;
  line-height: 140%;
  color: #656566;
}

.subscribe__inner {
  display: grid;
  grid-template-columns: 450px 350px 1fr;
  gap: 60px;
  border-radius: 20px;
  padding: 70px 100px;
  background:
    url(../decor/subscribe-bg.png) 100% 100% no-repeat,
    #e9e9e9;
  overflow: hidden;
  align-items: center;
}

.subscribe__content__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 20px;
}

.subscribe__content_description {
  font-size: 22px;
  color: #6e6e6e;
  line-height: 140%;
}

.subscribe-form__input {
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  font-size: 16px;
  color: #7c8089;
  background: #ffffff;
  border: 1px solid #d5d6da;
  border-radius: 10px;
  padding: 10px 15px;
  margin-bottom: 30px;
}

.subscribe-form__btn.btn {
  width: 100%;
  border-radius: 10px;
}

.actions__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 22px;
}

.action__element {
  position: relative;
  border-radius: 20px;
  transition: all 0.3s;
}

.action__element:hover {
  box-shadow: 0px 0px 10px 3px #c7c7c7;
}

.action__in__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.action__info {
  color: #4c525e;
}

.action__info b {
  color: var(--black);
}

.lego-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.lego-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: transform 0.3s ease;
}

.lego-card:hover {
  transform: translateY(-4px);
}

.image-placeholder {
  width: 100%;
  height: 325px;
  background-color: #e0e0e0;
  background-image: linear-gradient(45deg, #ccc 25%, transparent 25%), linear-gradient(-45deg, #ccc 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #ccc 75%), linear-gradient(-45deg, transparent 75%, #ccc 75%);
  background-size: 20px 20px;
  background-position:
    0 0,
    0 10px,
    10px -10px,
    -10px 0px;
  border-radius: 20px;
  overflow: hidden;
}

.lego-caption {
  display: flex;
  font-weight: 600;
  background: #e0dee9;
  color: var(--black);
  font-size: 20px;
  line-height: 140%;
  padding: 0 40px;
  height: 90px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.banner-section {
  display: grid;
  grid-template-columns: 1fr 385px;
  gap: 22px;
  margin-top: 22px;
}

.banner-left {
  background:
    url(../images/vystavki/baner-1-bg.svg) 0% 0% no-repeat,
    #ffd95c;
  padding: 25px 30px;
  justify-content: center;
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap: 50px;
  color: var(--black);
  border-radius: 10px;
  align-items: center;
}

.banner-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

.banner-subtitle {
  font-size: 18px;
  font-weight: 500;
  opacity: 0.95;
}

.banner-right {
  background:
    url(../images/vystavki/baner-2-bg.png) 0% 0% no-repeat,
    #f0443a;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  border-radius: 10px;
}

.why {
  background: url(../images/vystavki/why-bg.png) 0% 50% no-repeat;
}

.why-section {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 30px;
  align-items: start;
}

.why-subtitle {
  font-size: 20px;
  color: #4c525e;
  max-width: 65%;
}

.why-list {
  display: grid;
  gap: 22px;
}

.why-item {
  display: grid;
  background: #ffffff;
  min-height: 230px;
  padding: 25px 50px;
  border-radius: 20px;
  grid-template-columns: auto 1fr;
  gap: 30px;
  align-items: center;
}

.why-icon {
  width: 115px;
  height: 115px;
  background: #fde9a8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-text {
  font-size: 20px;
}

.why-item.special {
  grid-template-columns: 210px 1fr;
  background: #e9e9e9;
  align-items: center;
  padding: 40px 50px;
  gap: 0px;
}

.why-text .bonus__block__btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}

.why-text .bonus__block__btn a {
  width: 80%;
}

.why-text .bonus__block__btn a:after {
  right: 0;
  top: 0;
}

.why-image-placeholder {
  position: relative;
}

.why-image-placeholder img {
  position: absolute;
  left: -155px;
  top: -200px;
}

/* Grid для карточек */
.exhibitions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 22px;
}

/* Карточка */
.exhibition-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 20px;
  height: 100%;
}

.card-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.card-content {
  display: flex;
  padding: 30px 15px 15px;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  gap: 20px;
}

.card-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.card-city {
  font-size: 20px;
  font-weight: 700;
  color: var(--black);
}

.card-location {
  display: flex;
  gap: 15px;
  font-size: 18px;
  color: #4c525e;
}

.card-location i {
  color: var(--red);
  margin-top: 5px;
}

.card-phone {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 18px;
  color: #4c525e;
}

.card-phone a {
  color: #4c525e;
  transition: all 0.3s;
}

.card-phone a:hover {
  color: var(--red);
}

.card-phone i {
  color: var(--red);
}

.card-map-link {
  color: #7c8089;
  font-weight: 400;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s;
}

.card-map-link:hover {
  color: #e63946;
}

.vystavki_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: center;
}

.vystavki_text {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
  height: 100%;
  padding: 40px;
  background: #e9e9e9;
  border-radius: 20px;
  justify-content: center;
}

.vystavki_text:before {
  position: absolute;
  content: "";
  top: -20px;
  left: 50px;
  width: 199px;
  height: 20px;
  border-radius: 15px 15px 0 0;
  background: #e9e9e9;
}

.vystavki_text:after {
  position: absolute;
  content: "";
  top: -20px;
  left: 270px;
  width: 199px;
  height: 20px;
  border-radius: 15px 15px 0 0;
  background: #e9e9e9;
}

.vystavki_title {
  font-size: 26px;
  font-weight: 700;
  line-height: 140%;
}

.vystavki_btn-secondary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--red);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  height: 47px;
  border: 1px solid var(--red);
  border-radius: 10px;
  background: #e9e9e9;
  transition: all 0.3s;
}

.vystavki_btn-secondary:hover {
  color: #ffffff;
  background: var(--red);
  box-shadow: 0px 0px 4px 2px var(--red);
}

.vystavki_text p {
  font-size: 20px;
  color: #4c525e;
}

.vystavki_buttons {
  display: flex;
  flex-direction: column;
  width: 65%;
  gap: 15px;
}

.vystavki_image {
  border-radius: 20px;
  overflow: hidden;
}

.vystavki_image img {
  width: 100%;
}

.pop__cats__wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 22px;
}

.pop__cats__wrapper .pop__cat__element {
  margin: 0;
}

.pop__cat__element img {
  width: 100%;
}

.products__wrapper {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 22px;
}

.products__element__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.products__element__wrapper .product__element {
  margin: 0;
}

.sort-tabs {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 35px;
}

.sort-tabs__title {
  font-size: 16px;
  font-weight: 600;
}

.sort-tabs__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  list-style: none;
}

.sort-tabs__item {
  padding: 10px 5px;
  background: transparent;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  font-size: 16px;
  color: var(--black);
  overflow: hidden;
}

.sort-tabs__item:hover {
  background: #e8e8e8;
}

.sort-tabs__item.active {
  background: #fff;
  font-weight: 500;
}

.filters {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.filters__block {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  padding: 15px 0 10px;
}

.filters__header {
  padding: 0 20px 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background: #fff;
  transition: background 0.3s;
}

.filters__header .filters__title {
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
}

.filters__header i {
  font-size: 16px;
  font-weight: 400;
  color: var(--black);
  transition: transform 0.3s ease;
}

.filters__header--active i {
  transform: rotate(180deg);
}

.filters__content {
  padding: 8px 20px 0;
  font-size: 16px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.filters__content--closed {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* Кастомные чекбоксы */
.filters__checkbox {
  display: flex;
  align-items: center;
  margin: 15px 0;
  cursor: pointer;
  user-select: none;
}

.filters__checkbox input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.filters__checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 6px;
  margin-right: 12px;
  position: relative;
  transition: all 0.2s;
}

.filters__checkbox input:checked ~ .filters__checkmark {
  background: var(--red);
  border-color: var(--red);
}

.filters__checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.filters__checkbox input:checked ~ .filters__checkmark:after {
  display: block;
}

/* Слайдер цены */
.filters__price-slider {
  margin: 26px 0 20px;
}

.filters__price-values {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 30px;
  font-size: 16px;
  color: var(--black);
}

.filters__price-values .price-wrap {
  border: 1px solid #7c8089;
  background: #ffffff;
  padding: 6px 12px;
  border-radius: 10px;
  width: 100%;
}

.noUi-target {
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  box-shadow: none;
}

.noUi-horizontal {
  height: 6px;
}

.noUi-horizontal .noUi-handle {
  width: 24px;
  height: 24px;
  top: -11px;
}

.noUi-handle-lower,
.noUi-handle-upper {
  right: -24px !important;
}

.noUi-handle:after,
.noUi-handle:before {
  height: 13px;
  left: 10px;
  top: 6px;
}

.noUi-handle:after {
  left: 13px;
}

.noUi-connect,
.noUi-origin {
  right: 24px;
  width: calc(100% - 24px);
}

.noUi-connect {
  background: var(--red);
}

.noUi-handle {
  background: var(--red);
  border: none;
  box-shadow: none;
}

.lego-menu {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  margin-bottom: 35px;
}

.lego-menu::-webkit-scrollbar {
  display: none;
}

.lego-menu__list {
  display: inline-flex;
  gap: 15px;
  list-style: none;
}

.lego-menu__item {
  flex-shrink: 0;
}

.lego-menu__link {
  display: block;
  padding: 8px 20px;
  color: #5b677d;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 50px;
  border: 1px solid #d5d6da;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.lego-menu__link:hover {
  background: #f7f7f7;
  border-color: var(--red);
}

.lego-menu__link.active {
  background: #f7f7f7;
  color: var(--red);
  border-color: var(--red);
}

.product-card {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 22px;
}

.product-left-side {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 22px;
  background: #fff;
  border-radius: 20px;
  padding: 25px;
}

.product-gallery {
  width: 100%;
  margin-bottom: 5px;
}

.product-gallery .product__tag {
  position: relative;
  top: 15px;
  left: 15px;
}

.main__img__wrapper {
  position: relative;
}

.main-image {
  width: 100%;
  height: 386px;
  object-fit: cover;
  border-radius: 16px;
  cursor: zoom-in;
  margin-bottom: 10px;
  display: block;
}

.detal__img {
  position: relative;
}

.detal__img span {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  right: 0;
  font-size: 14px;
  font-weight: 600;
  width: 130px;
  padding: 5px 10px;
  border-radius: 14px;
  background: #fee38b;
}

.detal__img:before {
  content: "";
  position: absolute;
  top: -55px;
  right: 0;
  border-top-left-radius: 16px;
  background: #ffffff;
  width: 140px;
  height: 45px;
}

.thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 0 0 10px;
}

.thumbs::-webkit-scrollbar {
  height: 6px;
}

.thumbs::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.thumbs::-webkit-scrollbar-thumb {
  background: #c7d2fe;
  border-radius: 3px;
}

.thumb {
  height: 100%;
  border: 2px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: border 0.3s;
}

.thumb img {
  width: 100%;
  height: 76px;
  object-fit: cover;
}

.thumb.active,
.thumb:hover {
  border-color: var(--red);
}

/* Вкладки */
.product-tabs {
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  margin-top: 22px;
}

.tabs-nav {
  display: flex;
  gap: 22px;
  border-bottom: 1px solid #eee;
  margin: 0 0 25px;
}

.tabs-nav button {
  padding: 14px 0;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #7c8089;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: 0.3s;
}

.tabs-nav button.active {
  color: var(--red);
}

.tab-content {
  display: none;
  line-height: 1.7;
  color: #444;
}

.tab-content.active {
  display: block;
}

/* Правая часть */
.product-info {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.product-rating {
  display: flex;
  gap: 12px;
  font-size: 16px;
  color: #7c8089;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}

.stars i {
  color: #f4c239;
}

.product-price {
  font-size: 32px;
  font-weight: 700;
  color: #111;
}

.product-price s {
  color: #999;
  font-size: 24px;
  margin-left: 8px;
}

.product-right-side .product__info {
  display: inline-block;
  margin: 20px 0 40px;
}

.product-right-side .content {
  margin-top: 25px;
  color: #8b8b8b;
  font-size: 16px;
}

.product-right-side .content strong {
  font-weight: 600;
}

.bonus {
  color: var(--red);
  font-size: 15px;
}

.quantity {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 15px;
}

.quantity-btn {
  width: 55px;
  height: 48px;
  background: #f5f5f5;
  border: none;
  border-radius: 8px;
  font-size: 22px;
  cursor: pointer;
  padding: 0;
}

.quantity-btn:hover {
  background: #e5e5e5;
}

.quantity-input {
  width: 216px;
  height: 48px;
  text-align: center;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
}

.buy-btn {
  background: var(--red);
  color: #fff;
  border: none;
  padding: 16px;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.quantity__product__btns,
.delivery,
.return-info {
  background: #ffffff;
  padding: 25px;
  border-radius: 16px;
}

.quantity__product__btns .product__btns {
  justify-content: space-between;
}

.quantity__product__btns .product__btn__1 {
  width: 100%;
  text-align: center;
}

.quantity__product__btns .product__btn__1:before {
  left: 66px;
}

.delivery__title {
  color: var(--black);
  font-weight: 700;
  font-size: 20px;
}

.return-info .content {
  width: 75%;
  margin: 15px 0;
  color: #7c8089;
}

.delivery-item {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 16px 0 0;
}

.delivery-item__info {
  display: flex;
  flex-direction: column;
  color: #4c525e;
}

.delivery-item__info span {
  font-size: 16px;
  color: #adaeb3;
}

.about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.about__left {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about__image-small img,
.about__image-big img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.about__image-small {
  margin-bottom: 30px;
}

.about__right {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about__text p {
  margin-bottom: 24px;
}

.about__text p:last-child {
  margin-bottom: 0;
}

.shop-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "ticket offline"
    "bottom bottom";
  gap: 30px;
}

.shop-ticket {
  grid-area: ticket;
  background: var(--red);
  padding: 0 20px 0 0;
  border-radius: 20px;
  display: flex;
  align-items: center;
}

.shop-ticket__inner {
  display: grid;
  grid-template-columns: 265px 1fr;
  align-items: center;
  gap: 19px;
}

.shop-ticket__img {
  width: 100%;
}

.shop-ticket__title {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  line-height: 140%;
  margin-bottom: 25px;
}

.shop-offline {
  position: relative;
  grid-area: offline;
  background: #ffd95c;
  background: linear-gradient(90deg, rgba(255, 217, 92, 1) 80%, rgba(219, 181, 55, 1) 100%);
  padding: 0 0 0 30px;
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  transition: all 0.3s;
}

.shop-offline:hover {
  box-shadow: 0px 0px 10px 3px #c7c7c7;
}

.shop-offline__inner {
  display: grid;
  grid-template-columns: 1fr 343px;
  align-items: center;
}

.shop-offline__title {
  font-size: 28px;
  font-weight: 600;
  line-height: 140%;
}

.shop-offline__img {
  align-self: flex-end;
}

.shop-btn--white {
  color: var(--black);
  background: #ffffff;
  font-size: 14px;
}

.shop-btn--white:hover {
  color: var(--red);
}

.shop-btn--white:before {
  background: url(../decor/ofer-cart.svg) 50% 50% no-repeat;
}

.shop-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  background:
    url(../images/about/about_os-4.png) 50% 50% no-repeat,
    #85d2f9;
  border-radius: 20px;
  padding-top: 25px;
  align-items: center;
}

.shop-bottom__left {
  position: relative;
}

.shop-bottom__right {
  width: 80%;
}

.shop-bottom__title {
  font-size: 28px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 15px;
}

.shop-bottom__text {
  margin-bottom: 30px;
}

.mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.mission-images {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 22px;
}

.mission-images__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.mission-image {
  overflow: hidden;
  border-radius: 20px;
}

.mission-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.mission-image:hover img {
  transform: scale(1.12);
}

.mission-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 27px;
  text-transform: uppercase;
}

.about__banner__wrapper {
  display: flex;
  background:
    url(../images/about/about-banner.png) center center no-repeat,
    #ffffff;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  border-radius: 20px;
  height: 478px;
  padding: 0 225px;
}

.about__banner__title {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.about__banner__text {
  text-align: center;
  padding: 0 100px 20px;
}

.about__vdoh {
  margin-bottom: 150px;
}

.vdoh-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
  align-items: center;
}

.vdoh-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.vdoh-text {
  font-size: 22px;
  margin-bottom: 50px;
  padding-right: 50px;
}

.vdoh-btns {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vdoh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 22px;
  border-radius: 10px;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.vdoh-btn--red {
  background: var(--red);
  text-transform: uppercase;
  color: white;
}

.vdoh-btn--red:hover {
  color: #ffffff;
  background: var(--red);
  box-shadow: 0px 0px 4px 2px var(--red);
}

.vdoh-btn--tg {
  font-size: 32px;
  color: #fff;
  background: #0088cc;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.vdoh-btn--tg:hover {
  color: #ffffff;
  box-shadow: 0px 0px 4px 2px #0088cc;
}

.vdoh-photo {
  position: relative;
}

.vdoh-photo__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.vdoh-stat {
  position: absolute;
  width: 205px;
  height: 205px;
  background: white;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  padding: 0 30px;
  line-height: 1.4;
  color: var(--red);
  box-shadow:
    0 20px 40px rgb(0 0 0 / 15%),
    0 0 0 12px rgb(255 255 255 / 55%);
}

.vdoh-stat__icon {
  font-size: 48px;
  margin-bottom: 12px;
}

.vdoh-stat__icon i {
  color: #ffd754;
}

.vdoh-stat--1 {
  z-index: 1;
  bottom: -70px;
  right: 120px;
}

.vdoh-stat--2 {
  bottom: -5px;
  left: 30px;
}

.shop-grid .about__us__btn {
  margin-top: 25px;
}

.shop-grid .ofer-slider__infos__element__2__title,
.shop-grid .ofer-slider__infos__element__1__text {
  width: 360px;
}

.shop-grid .shop-ticket__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
}

.shop-grid .vystavki_btn-secondary {
  font-size: 14px;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
  height: 39px;
  padding: 0 24px;
  margin-top: 20px;
}

.shop-offline-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 22px;
}

.shop-card {
  background: #e0dee9;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.shop-card__image {
  padding: 15px;
}

.shop-card__image img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-card__title {
  padding: 15px 40px;
  font-size: 24px;
  font-weight: 600;
}

.shop-card__info {
  display: flex;
  padding: 0 40px 32px;
  flex-grow: 1;
  flex-wrap: wrap;
  gap: 20px;
}

.shop-card__line {
  padding-bottom: 0;
}

.shop-card__line:last-child {
  margin-bottom: 0;
}

.shop-card__map {
  padding: 30px 20px;
  background: #ffd754;
  color: var(--black);
  font-size: 18px;
  text-align: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  text-decoration: none;
  transition: background 0.3s;
}

.shop-card__info__element {
  display: flex;
  align-items: center;
  gap: 20px;
}

.shop-card__info__element i {
  color: var(--red);
}

.vystavka-grid {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 60px;
}

.vystavka-header {
  display: grid;
  grid-template-columns: 1fr 400px;
  align-items: start;
  gap: 22px;
}

.vystavka-title {
  font-size: 64px;
  font-weight: 900;
  line-height: 1.15;
  color: #111;
  margin: 0;
}

.vystavka-contacts {
  display: flex;
  font-size: 18px;
  flex-direction: column;
  gap: 10px;
}

.vystavka-contacts__icon {
  color: #e30613;
  font-size: 24px;
  margin-right: 8px;
}

.vystavka-main {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 22px;
  align-items: end;
}

.vystavka-left {
  position: relative;
}

.vystavka-left .ofer-slider__slides__btn__1 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.vystavka-photo {
  height: 451px;
  border-radius: 20px;
  overflow: hidden;
}

.vystavka-photo:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 315px;
  height: 67px;
  border-top-left-radius: 20px;
  background: #f2f2f2;
}

.vystavka-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vystavka-right {
  align-self: stretch;
  height: 451px;
}

.vystavka-promo {
  height: 100%;
  background: #f8db7c;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.vystavka-promo__text {
  font-size: 24px;
  margin-bottom: 20px;
}

.vystavka-promo__text p {
  padding-bottom: 8px;
}

.vystavka-promo__text b {
  font-weight: 700;
}

.vystavka-promo__btn {
  display: inline-block;
  padding: 13px 20px;
  background: white;
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 10px;
  text-decoration: none;
  width: fit-content;
}

.vystavka-promo__sets {
  position: relative;
}

.vystavka-promo__sets img:first-child {
  position: absolute;
  z-index: 1;
  top: -15px;
  right: -30px;
  object-fit: cover;
}
.vystavka-promo__sets img:last-child {
  position: absolute;
  top: -75px;
  right: -30px;
  object-fit: cover;
}

.ekspo-grid {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 35px;
  padding: 70px 60px 50px;
  border-radius: 20px;
  background: #ffffff;
}

.ekspo-header .about__left {
  font-size: 32px;
  width: 80%;
}

.ekspo-main {
  display: grid;
  grid-template-columns: 603px 1fr;
  gap: 50px;
  align-items: start;
}

.ekspo-photo {
  border-radius: 20px;
  overflow: hidden;
}

.ekspo-photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.ekspo-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ekspo-text {
  font-size: 26px;
  font-weight: 500;
  line-height: 140%;
  padding-bottom: 0;
}

.ekspo-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.ekspo-list__item {
  font-size: 20px;
  position: relative;
  padding-left: 35px;
}

.ekspo-list__marker {
  position: absolute;
  left: 0;
  top: -2px;
  color: var(--red);
  border-radius: 5px;
}

.vystavka__gallery__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.vystavka__item-image {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  cursor: pointer;
  display: block;
}

.vystavka__item-title {
  padding: 15px 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--black);
}

.vystavka__slider__wrapper,
.slider-for {
  position: relative;
}

.vystavka__slider__wrapper:before {
  position: absolute;
  content: "";
  top: -110px;
  right: -150px;
  width: 235px;
  height: 50px;
  border-radius: 20px;
  background: #ffffff;
}

.vystavka__slider__wrapper:after {
  position: absolute;
  content: "";
  top: -110px;
  right: 110px;
  width: 235px;
  height: 50px;
  border-radius: 20px;
  background: #ffffff;
}

.vystavka__slider__wrapper {
  display: flex;
  align-items: center;
  gap: 22px;
  justify-content: space-between;
}

.vystavka__slider__element {
  display: inline-block;
  width: calc(100% - 237px);
  height: 600px;
  overflow: hidden;
}

.slider-for .slick-slide {
  height: 600px;
}

.slider-for .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.slider-nav {
  position: relative;
  display: inline-block;
  width: 210px;
  z-index: 10;
}

.slider-nav .slick-slide {
  margin: 10px 0;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  border-radius: 10px;
  overflow: hidden;
}

.slider-nav .slick-slide:hover,
.slider-nav .slick-current {
  opacity: 1;
}

.slider-nav .slick-slide img {
  width: 100%;
  height: 118px;
  object-fit: cover;
  border-radius: 10px;
}

.vertical__arrow-u,
.vertical__arrow-d {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
  color: var(--red);
  height: 30px;
  border-radius: 20px;
}

.vertical__arrow-u {
  margin-bottom: 10px;
}

.vertical__arrow-d {
  margin-top: 10px;
}

.vyst__mag_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  align-items: center;
  background: url(../images/vystavki/vyst-mag-bg.png) -50% 100% no-repeat;
}

.vyst__mag-text {
  font-size: 22px;
  margin-bottom: 50px;
  padding-right: 90px;
}

.vyst-mag-photo {
  display: flex;
  margin-top: 60px;
  justify-content: center;
}

.vyst-mag-photo img {
  width: auto;
}

.vyst__main__ekspon_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: center;
}

.vyst__main__ekspon-left {
  display: flex;
  height: 100%;
  background: #e9e9e9;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
  padding: 40px 40px;
}

.vyst__main__ekspon-right {
  border-radius: 20px;
  overflow: hidden;
}

.ekskurs__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 310px;
  align-items: center;
  height: 415px;
  padding: 100px 115px;
  border-radius: 20px;
  background:
    url(../images/vystavki/ekskurs-bg.png) 50% 50% no-repeat,
    #85d2f9;
}

.ekskurs__info__btn {
  font-weight: 600;
}

.ekskurs__info__btn a {
  display: inline-block;
  margin-top: 20px;
}

.ekskurs__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
}

.podarok__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 200px;
  align-items: center;
  padding: 100px 115px;
  height: 515px;
  border-radius: 20px;
  overflow: hidden;
  background:
    url(../images/vystavki/podarok-bg.svg) 50% 50% no-repeat,
    #f8db7c;
}

.podarok__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 20px;
}

.podarok__left {
  font-weight: 600;
}

.podarok__left .ofer-slider__slides__btn__1 {
  display: inline-block;
  margin-top: 30px;
}

.rev__wrapper {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 22px;
  margin-top: 40px;
  overflow: hidden;
}

.rev__info {
  padding: 30px 120px 30px 40px;
  border-radius: 20px;
  height: 350px;
  background:
    url(../images/vystavki/rev-bg.svg) 50% 50% no-repeat,
    #e0dee9;
}

.rev__info__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
}

.rev__info__mark {
  font-size: 120px;
  font-weight: 700;
  color: var(--red);
}

.rev__info__link a {
  color: #7c8089;
  font-size: 18px;
}

.rev__slider {
  min-width: 0;
}

.rev__slider .slick-track {
  display: flex;
  gap: 22px;
}

.rev__element {
  position: relative;
  width: 378px;
  display: flex !important;
  padding: 30px;
  flex-direction: column;
  gap: 19px;
  background: #ffffff;
  border-radius: 20px;
}

.rev__element__top {
  display: flex;
  justify-content: space-between;
  color: #adaeb3;
}

.vyst__contact {
  margin-top: 110px;
}

.vyst__contact__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.vyst__contact__map {
  border-radius: 20px;
  overflow: hidden;
}

.vyst__contact__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 140%;
}

.vyst__contact__left.vystavki_text .ofer-slider__slides__btn__1,
.vyst__contact__left.vystavki_text .vystavki_btn-secondary {
  width: 325px;
}

.vyst__contact__top {
  display: grid;
  grid-template-columns: 1fr 175px;
  gap: 22px;
}

.vyst__contact__video a {
  display: flex;
  gap: 15px;
  font-size: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.dostavka__oplata {
  display: grid;
  grid-template-columns: 255px 1fr;
  gap: 50px;
}

.dostavka__tabs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dostavka__tabs__wrapper {
  display: flex;
  background: #ffffff;
  gap: 20px;
  padding: 15px 10px;
  border-radius: 20px;
  flex-direction: column;
}

.dostavka__tab {
  display: flex;
  padding: 0 10px 0 5px;
  cursor: pointer;
  font-weight: 500;
  height: 68px;
  background-color: #ffffff;
  border-radius: 10px;
  gap: 10px;
  align-items: center;
}

.dostavka__tab.active {
  background-color: #e0dee9;
  color: var(--red);
}

.dostavka__pane {
  display: none;
}

.dostavka__pane.active {
  display: block;
}

.tab__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 20px;
}

.dostavka__tab .tab__img {
  position: relative;
  display: flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
}

.dostavka__tab .tab__img:before {
  position: absolute;
  content: "";
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  background: #f2f2f2;
  border-radius: 100%;
}

.tab__img img {
  position: relative;
}

.profile__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.profile__top .block__title {
  margin: 0;
}

.contact__form__right {
  padding: 30px;
  background: #ffffff;
  border-radius: 20px;
}

.profile__form .custom-checkbox {
  width: 22px;
}

.logout a {
  color: var(--black);
  transition: all 0.3s;
}

.logout a:hover {
  color: var(--red);
}

.logout i {
  margin-right: 10px;
  color: var(--red);
}

.history {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 15px;
}

.history__item {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}

.history__item:last-child {
  border-bottom: none;
}

.history__header {
  display: grid;
  grid-template-columns: 120px 1fr 120px 120px 40px;
  align-items: center;
  padding: 16px 20px;
  cursor: pointer;
  user-select: none;
  position: relative;
}

.history__date {
  font-size: 14px;
  color: #7c8089;
}

.history__number {
  font-weight: 600;
}

.history__status {
  text-align: center;
}

.history__status span {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
}

.history__status--processing {
  background: #ffebee;
  color: #c62828;
}
.history__status--shipped {
  background: #fff3e0;
  color: #ef6c00;
}
.history__status--delivered {
  background: #e8f5e8;
  color: #2e7d32;
}

.history__price {
  text-align: right;
  font-weight: 600;
}

.history__toggle {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

.history__toggle::before,
.history__toggle::after {
  content: "";
  position: absolute;
  background: #999;
  transition: transform 0.3s ease;
}

.history__toggle::before {
  width: 12px;
  height: 2px;
  left: 6px;
  top: 11px;
}

.history__toggle::after {
  width: 2px;
  height: 12px;
  left: 11px;
  top: 6px;
}

.history__item.active .history__toggle {
  transform: translateY(-50%) rotate(45deg);
}

.history__body {
  display: none;
  padding: 20px;
  background: #ffffff;
}

.history__products {
  display: grid;
  gap: 16px;
  margin-bottom: 20px;
}

.history__product {
  display: grid;
  grid-template-columns: 90px 1fr auto auto 40px;
  gap: 30px;
  align-items: center;
}

.history__product-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}

.history__product-info {
  font-size: 14px;
}

.history__product-article {
  color: #7c8089;
}

.history__product-name a {
  display: inline-block;
  font-weight: 500;
  color: var(--black);
  transition: all 0.3s;
}

.history__product-name a:hover {
  color: var(--red);
}

.history__product-delivery {
  color: #7c8089;
}

.history__product-qty {
  color: #7c8089;
  font-weight: 500;
  font-size: 14px;
}

.history__product-price {
  text-align: right;
  font-weight: 600;
}

.history__summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  font-size: 14px;
  padding: 15px 40px 0;
  border-top: 1px dashed #ddd;
  justify-items: start;
}

.history__summary div:nth-child(odd) {
  font-weight: 600;
}

.history__summary-total {
  width: 100%;
  grid-column: 1 / -1;
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
  padding-top: 15px;
  margin-top: 5px;
  border-top: 1px dashed #ddd;
}

.cart {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 22px;
}

.cart__main {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.cart__products {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}

.cart__product {
  display: grid;
  grid-template-columns: 90px 1fr auto auto 40px;
  gap: 25px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.cart__product img {
  width: 100%;
}

.cart__product:last-child {
  border-bottom: none;
}

.cart__product-checkbox {
  justify-self: center;
}
.cart__product-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}

.cart__product-info {
  font-size: 14px;
}

.cart__product-article {
  color: #7c8089;
  font-size: 14px;
}

.cart__product-title {
  padding: 5px 0;
}

.cart__product-title a {
  display: inline-block;
  font-weight: 500;
  color: var(--black);
  transition: all 0.3s;
}

.cart__product-title a:hover {
  color: var(--red);
}

.cart__product-counter {
  display: flex;
  align-items: center;
  background: #f2f2f2;
  width: fit-content;
  border-radius: 10px;
}

.cart__product-counter button {
  width: 36px;
  height: 36px;
  background: transparent;
  font-size: 24px;
  padding: 0;
  cursor: pointer;
}

.cart__product-counter input {
  width: 40px;
  height: 36px;
  text-align: center;
  border: none;
  background: #ffffff;
  font-weight: 600;
}

.cart__product-price {
  display: flex;
  font-weight: 600;
  flex-direction: column;
}

.cart__product-oldprice {
  color: #999;
  text-decoration: line-through;
  font-size: 13px;
}

.cart__product-delete {
  text-align: center;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s;
}

.cart__product-delete:hover {
  opacity: 1;
}

.cart__sidebar {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.cart__summary {
  background: #fff;
  border-radius: 20px;
  padding: 20px 30px 25px;
}

.cart__summary-title {
  display: flex;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  justify-content: space-between;
  align-items: center;
}

.cart__summary-title span {
  font-size: 14px;
  font-weight: 500;
  color: #7c8089;
}

.cart__summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 16px;
}

.cart__summary-total {
  text-align: right;
  font-size: 22px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

.cart__summary .cart__alert {
  margin: 25px 0 0;
}

.cart__promocode {
  display: flex;
  margin-bottom: 20px;
}

.cart__promocode input {
  flex: 1;
  padding: 14px 15px;
  border: 1px solid #d5d6da;
  border-radius: 10px 0 0 10px;
  font-size: 16px;
}

.cart__promocode button {
  display: flex;
  padding: 0px 25px;
  width: auto;
  font-size: 18px;
  color: #fff;
  background: var(--red);
  border: 1px solid var(--red);
  border-radius: 0 10px 10px 0;
  cursor: pointer;
  align-items: center;
}

.cart__checkout {
  background: var(--red);
  color: #ffffff;
  text-align: center;
  padding: 16px;
  border-radius: 10px;
  font-size: 18px;
  cursor: pointer;
  opacity: 0.6;
  text-transform: uppercase;
  transition: all 0.3s;
}

.cart__checkout:hover {
  opacity: 1;
}

.cart__alert {
  background: #fff8e1;
  border-left: 5px solid #ffd754;
  padding: 20px;
  border-radius: 10px;
  font-size: 16px;
  margin: 25px 0;
}

.cart__banner {
  background:
    url(../decor/cart-baner-bg.png) 100% 100% no-repeat,
    #f8db7c;
  border-radius: 20px;
  padding: 25px 110px 25px 30px;
}

.cart__banner p {
  font-size: 17px;
  line-height: 1.4;
}

.cart__section {
  background: #fff;
  border-radius: 20px;
  padding: 25px 30px;
}

.cart__section-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: var(--black);
}

.cart__form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.cart__form__info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cart__input,
.cart__textarea {
  font-family: "Roboto", sans-serif;
  width: 100%;
  padding: 14px 15px;
  border: 1px solid #d5d6da;
  border-radius: 10px;
  font-size: 16px;
}

.cart__form__address {
  display: flex;
  gap: 15px;
}

.cart__radio-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin: 25px 0;
}

.cart__radio {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}

.cart__radio input[type="radio"] {
  accent-color: var(--red);
}
