html {
  scroll-behavior: smooth;
}

*,
ul,
ol {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.wrapper {
  overflow: clip;
}

.parallax-bg {
  position: fixed;
  top: 0;
  left: -7%;
  width: 110%;
  height: 100%;
  background: url("../images/parallax-bg.svg") no-repeat bottom center;
  background-position: center 50px;
  background-size: 100%;
  transform: translateX(0px);
  transition: transform 0.1s ease-out;
  z-index: -1;
}

.work-hours {
  display: none;
}

@media (max-width: 1340px) {
  .work-hours {
    display: block;
  }
}

@media (max-width:1340px) {
  .parallax-bg {
    background-position: bottom center;
    background-size: contain;
  }
}
@media (max-width:743px) {
  .parallax-bg {
    width: 200%;
    left: -50%;
  }
}

.parallax-bg-2 {
  position: fixed;
  top: 0;
  left: -7%;
  width: 110%;
  height: 100%;
  background: url("../images/parallax-bg-2.svg") no-repeat bottom center;
  background-size: contain;
  transform: translateX(0px);
  transition: transform 0.1s ease-out;
  z-index: -1;
}
@media (max-width:1340px) {
  .parallax-bg-2 {
    background-size: contain;
  }
}
@media (max-width:743px) {
  .parallax-bg-2 {
    width: 200%;
    left: -50%;
  }
}

body {
  background: #F9F9F9;
  font-family: "Panton", sans-serif;
  color: #1e1e1e;
}

.container {
  margin: 0 auto;
  max-width: 1320px;
}
@media (max-width:1340px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width:743px) {
  .container {
    max-width: 480px;
    padding: 0 15px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.section__title {
  color: #1E1E1E;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.4px;
}
@media (max-width:743px) {
  .section__title {
    font-size: 26px;
  }
}

.mt-0 {
  margin-top: 0 !important;
}

.more_btn {
  border-radius: 20px;
  border: 1px solid #FFF;
  background: #D72A17;
  color: #FFF;
  font-family: "Panton";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.16px;
  text-decoration: none;
  display: inline-flex;
  padding: 11px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: fit-content;
  transition: 0.3s all ease;
}
.more_btn:hover {
  background-color: #B50B0B;
}

.swiper__buttons {
  display: flex;
  gap: 10px;
}
.swiper__buttons .swiper-button-next,
.swiper__buttons .swiper-button-prev {
  background: #D72A17;
  position: relative;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition: 0.3s all ease;
}
.swiper__buttons .swiper-button-next:hover,
.swiper__buttons .swiper-button-prev:hover {
  background-color: #B50B0B;
}
.swiper__buttons .swiper-button-next svg,
.swiper__buttons .swiper-button-prev svg {
  width: 14px;
}
.swiper__buttons .swiper-button-next svg path,
.swiper__buttons .swiper-button-prev svg path {
  fill: #fff;
}
.swiper__buttons .swiper-button-next:after,
.swiper__buttons .swiper-button-prev:after {
  display: none;
}
.swiper__buttons .swiper-button-next.swiper-button-disabled,
.swiper__buttons .swiper-button-prev.swiper-button-disabled {
  background: #EFEFEF;
  opacity: 1;
}
.swiper__buttons .swiper-button-next.swiper-button-disabled path,
.swiper__buttons .swiper-button-prev.swiper-button-disabled path {
  fill: #BEBFBF;
}

.show_page {
  color: #404557;
  text-align: right;
  font-family: Panton;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.18px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (max-width:743px) {
  .show_page {
    font-size: 16px;
    letter-spacing: 0.16px;
  }
}

.bread_crumbs {
  margin-top: 158px;
  margin-bottom: 20px;
}
@media (max-width:1340px) {
  .bread_crumbs {
    margin-top: 113px;
  }
}
@media (max-width:743px) {
  .bread_crumbs {
    margin-top: 93px;
  }
}
.bread_crumbs ul {
  display: flex;
  align-items: center;
  gap: 5px;
  list-style: none;
}
.bread_crumbs ul a {
  color: #1E1E1E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.16px;
}
.bread_crumbs ul li {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width:743px) {
  .bread_crumbs ul li {
    display: none;
  }
  .bread_crumbs ul li:first-child {
    display: block;
  }
  .bread_crumbs ul li:last-child {
    display: block;
  }
}
.bread_crumbs ul span {
  color: #BEBFBF;
  font-family: Panton;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 0.16px;
}

@media (max-width:1340px) {
  .tb-none {
    display: none !important;
  }
}

.tb-open {
  display: none !important;
}
@media (max-width:1340px) {
  .tb-open {
    display: block !important;
  }
  .tb-open.tb-open-flex {
    display: flex !important;
  }
}
@media (max-width:743px) {
  .tb-open .mb-none {
    display: none !important;
  }
}

.mb-open {
  display: none !important;
}
@media (max-width:743px) {
  .mb-open {
    display: block !important;
  }
}

@media (max-width:743px) {
  .mb-none {
    display: none !important;
  }
}

.mapModal {
  position: fixed;
  background: rgba(255, 255, 255, 0.6980392157);
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all ease;
  padding: 63px 15px 111px 15px;
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
}
.mapModal.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width:1340px) {
  .mapModal {
    padding: 88px 15px 67px 15px;
  }
}
.mapModal-content {
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width:743px) {
  .mapModal-content {
    position: relative;
  }
}
.mapModal-content img {
  max-width: fit-content;
  height: 100%;
  object-position: bottom;
  border-radius: 10px;
}
.mapModal-image {
  max-width: fit-content;
  overflow-x: scroll;
  overflow-y: hidden;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
@media (max-width:743px) {
  .mapModal-image {
    position: unset;
  }
}
.mapModal-close {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #D72A17;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width:743px) {
  .mapModal-close {
    top: 10px;
    right: 10px;
  }
}
.mapModal-close img {
  width: fit-content;
  height: fit-content;
}

.open-map {
  position: fixed;
  top: 269px;
  right: -125px;
  display: flex;
  align-items: center;
  background: #3B6F53;
  border-radius: 43px 0 0 43px;
  padding: 18px 20px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  z-index: 100;
  cursor: pointer;
  gap: 15px;
  transition: 0.3s all ease;
}
.open-map:hover {
  right: 0;
}
@media (max-width:743px) {
  .open-map {
    top: 150px;
    right: 0;
  }
}
.open-map.active {
  z-index: 2001;
}
@media (max-width:743px) {
  .open-map.active {
    z-index: 100;
  }
}
@media (max-width:743px) {
  .open-map {
    gap: 0;
  }
  .open-map span {
    display: none;
  }
}

.hero_btn-reverse {
  position: fixed;
  bottom: 60px;
  right: 60px;
  background-color: rgb(56, 97, 63);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  transform: rotate(180deg);
  animation: pulse 2s infinite;
  z-index: 100;
}
@media (max-width:743px) {
  .hero_btn-reverse {
    right: 15px;
    bottom: 15px;
  }
}
.hero_btn-reverse:hover {
  background-color: rgb(66, 117, 73);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(56, 97, 63, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(56, 97, 63, 0);
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1490196078);
}
.header__top {
  background: #3B6F53;
  color: #FFF;
}
.header__top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__title {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width:743px) {
  .header__title {
    gap: 0;
  }
}
.header__title p {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.14px;
  opacity: 0.7;
  padding-top: 1px;
}
@media (max-width:743px) {
  .header__title p {
    font-size: 10px;
    padding: 0;
  }
}
.header__name {
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 0.18px;
}
@media (max-width:743px) {
  .header__name {
    font-size: 14px;
    letter-spacing: 0.14px;
  }
}
@media (max-width:1340px) {
  .header__address {
    display: none;
  }
}
.header__address h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.16px;
}
.header__address .locations {
  display: flex;
  gap: 15px;
  margin-top: 7px;
}
.header__address .locations .location_item {
  display: flex;
  gap: 3px;
  text-decoration: none;
}
.header__address .locations .location_item span {
  color: #FFF;
  font-family: Panton;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.14px;
  opacity: 0.7;
  transition: 0.3s all ease;
}
.header__address .locations .location_item span:hover {
  opacity: 1;
}
.header__contact {
  display: flex;
  gap: 25px;
  align-items: center;
}
@media (max-width:1340px) {
  .header__contact {
    gap: 30px;
  }
}
.header__contact .tel {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.18px;
  text-decoration: none;
}
@media (max-width:1340px) {
  .header__contact .tel {
    display: none;
  }
}
.header__contact .tel .icon {
  width: 29px;
  height: 29px;
  flex-shrink: 0;
  background: rgb(118, 154, 135);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.header__socials {
  display: flex;
  gap: 7px;
  align-items: center;
}
@media (max-width:1340px) {
  .header__socials {
    display: none;
  }
}
.header__socials a {
  width: 29px;
  height: 29px;
  flex-shrink: 0;
  background: rgb(118, 154, 135);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.header__btn {
  border-radius: 20px;
  background: #FFF;
  display: inline-flex;
  padding: 11px 25px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #1E1E1E;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.16px;
  text-decoration: none;
  transition: 0.3s all ease;
}
.header__btn:hover {
  color: #3B6F53;
}
@media (max-width:743px) {
  .header__btn {
    display: none;
  }
}
.header__bottom {
  background: #FFF;
}
@media (max-width:1340px) {
  .header__bottom {
    display: none;
  }
}
.header__bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}
.header__bottom ul {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-left: 5px;
  list-style: none;
}
.header__bottom ul a {
  color: #1E1E1E;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.16px;
  position: relative;
  text-decoration: none;
}
.header__bottom ul a.active::after {
  width: calc(100% + 10px);
}
.header__bottom ul a::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: -5px;
  width: 0;
  height: 3px;
  background: #D72A17;
  transition: all 0.3s ease;
}
.header__bottom ul a:hover::after {
  width: calc(100% + 10px);
}
.header__bottom ul li {
  position: relative;
}
.header__bottom ul li:hover a::after {
  width: calc(100% + 10px);
}
.header__bottom ul li:hover .menus {
  visibility: visible;
  opacity: 1;
  height: fit-content;
}
.header__bottom ul li:hover .menus .images img.active {
  opacity: 1;
  visibility: visible;
  display: block;
}
.header__bottom ul .menus {
  position: absolute;
  top: 32px;
  left: -20px;
  width: 742px;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
  border-radius: 0 0 5px 5px;
  background: #FFF;
  padding: 20px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.header__bottom ul .menus ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: start;
  padding-top: 10px;
}
.header__bottom ul .menus ul li {
  width: 100%;
}
.header__bottom ul .menus ul a {
  color: #1E1E1E;
  font-family: "Panton";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.16px;
  width: 100%;
  display: block;
}
.header__bottom ul .menus ul a:after {
  display: none;
}
.header__bottom ul .menus ul a:hover, .header__bottom ul .menus ul a.active {
  color: #D72A17;
}
.header__bottom ul .menus .images {
  width: 372px;
  height: 243px;
}
.header__bottom ul .menus .images img {
  opacity: 0;
  visibility: hidden;
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.header__bottom .basket {
  position: relative;
  margin-right: 8px;
}
.header__bottom .basket span {
  position: absolute;
  border-radius: 50%;
  background: #D72A17;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  right: -8px;
  top: 9px;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__burger {
  display: none;
  width: 41px;
}
.header__burger.active img {
  content: url(../images/header-close.svg);
}
@media (max-width:1340px) {
  .header__burger {
    display: block;
  }
}
.header__logo img {
  width: 72px;
  height: 89px;
}
@media (max-width:743px) {
  .header__logo img {
    content: url(../images/header_logo-mob.png);
    flex-shrink: 0;
    width: 59px;
    height: 69px;
  }
}
.header__menu {
  padding: 30px 20px 60px 20px;
  background-color: rgba(59, 111, 83, 0.9);
  backdrop-filter: blur(220.3000030518px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
  position: absolute;
  height: calc(100vh - 93px);
  top: 93px;
  width: 100%;
  transform: translateX(-200%);
  transition: 0.3s all ease;
}
@media (max-width:743px) {
  .header__menu {
    top: 73px;
    height: calc(100vh - 73px);
  }
}
.header__menu.active {
  transform: translateX(0);
}
.header__menu-links {
  max-height: 448px;
  overflow-y: scroll;
}
.header__menu-links::-webkit-scrollbar {
  display: none;
}
.header__menu-links ul {
  display: flex;
  flex-direction: column;
  list-style: none;
}
.header__menu-links ul a {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #FFF;
  text-decoration: none;
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header__menu-links ul a img {
  transform: rotate(180deg);
  transition: 0.3s all ease;
}
.header__menu-links ul a.active img {
  transform: rotate(0deg);
}
.header__menu-links ul .closed-menus {
  max-height: 0;
  overflow: hidden;
  gap: 10px;
  padding: 0 20px;
}
.header__menu-links ul .closed-menus.active {
  max-height: 100000px;
  padding: 10px 20px;
}
.header__menu-links ul .closed-menus a {
  padding: 0;
  border: none;
  color: #FFF;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
}
.header__menu .header__contact .tel {
  display: flex;
  font-size: 20px;
}
.header__menu .header__contact .tel .icon {
  width: 20px;
  height: 20px;
}
.header__menu .header__contact .tel .icon svg {
  width: 8px;
  height: 8px;
}
.header__menu .header__socials {
  display: flex;
}
.header__menu .header__socials a {
  width: 41px;
  height: 41px;
}
.header__menu .header__socials a svg {
  width: 24px;
  height: 23px;
}
.header__menu .header__contact {
  max-width: 250px;
  flex-wrap: wrap;
  gap: 14px 9px;
}
.header__menu .header__contact .header__btn {
  display: block;
}

.hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 120px;
  position: relative;
  margin-top: 128px;
  z-index: 201;
}
.hero .container {
  position: relative;
}
.hero iframe {
  height: calc(100vh - 128px);
}
@media (max-width:743px) {
  .hero iframe {
    height: calc(100vh - 73px);
  }
}
@media (max-width:1340px) {
  .hero {
    margin-bottom: 100px;
    margin-top: 93px;
  }
}
@media (max-width:743px) {
  .hero {
    margin-bottom: 70px;
    margin-top: 73px;
  }
}
.hero .container {
  position: relative;
}
.hero__menu {
  border-radius: 10px;
  background: rgba(59, 111, 83, 0.8);
  backdrop-filter: blur(1.5px);
  width: 315px;
  padding: 40px 40px 50px 40px;
  position: relative;
}
@media (max-width:743px) {
  .hero__menu {
    padding: 20px 20px 30px 20px;
    width: 224px;
  }
}
.hero__menu-top {
  display: flex;
  gap: 15px;
  align-items: center;
}
@media (max-width:743px) {
  .hero__menu-top img {
    width: 60px;
    height: 68px;
    flex-shrink: 0;
    aspect-ratio: 15/17;
  }
}
.hero__menu-top h4 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 0.24px;
}
@media (max-width:743px) {
  .hero__menu-top h4 {
    font-size: 16px;
    letter-spacing: 0.16px;
  }
}
.hero__menu-top p {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.18px;
  opacity: 0.7;
}
@media (max-width:743px) {
  .hero__menu-top p {
    font-size: 12px;
  }
}
.hero__menu ul {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  list-style: none;
}
@media (max-width:743px) {
  .hero__menu ul {
    margin-top: 20px;
  }
}
.hero__menu ul li {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.hero__menu ul li:first-child {
  padding-top: 0;
}
@media (max-width:743px) {
  .hero__menu ul li {
    padding: 10px 0;
  }
}
.hero__menu ul li a {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.18px;
  text-decoration: none;
}
@media (max-width:743px) {
  .hero__menu ul li a {
    font-size: 14px;
  }
}
.hero__menu ul li a.active {
  font-weight: 800;
}
.hero__menu-actions {
  display: flex;
  margin-top: 103px;
  gap: 10px;
}
@media (max-width:743px) {
  .hero__menu-actions {
    margin-top: 92px;
  }
}
.hero__menu-actions a {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width:743px) {
  .hero__menu-actions a {
    width: 25px;
    height: 25px;
  }
  .hero__menu-actions a svg {
    width: 13px;
    height: 13px;
  }
}
.hero__menu .arrow {
  cursor: pointer;
  position: absolute;
  bottom: 50px;
  right: -20px;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background-color: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width:743px) {
  .hero__menu .arrow {
    width: 35px;
    height: 35px;
    bottom: 27px;
    right: -17px;
  }
}
.hero__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  right: 0;
  position: absolute;
  top: 0;
}
@media (max-width:743px) {
  .hero__actions {
    right: 15px;
  }
}
.hero__actions a {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  background: rgb(58, 97, 76);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.hero .hero_btn {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: rgb(56, 97, 63);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 60px;
  right: 60px;
  cursor: pointer;
  transition: transform 0.3s ease, background-color 0.3s ease;
  animation: pulse 2s infinite;
}
@media (max-width:743px) {
  .hero .hero_btn {
    right: 15px;
    bottom: 95px;
  }
}
.hero .hero_btn:hover {
  transform: scale(1.1);
  background-color: rgb(66, 117, 73);
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(56, 97, 63, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(56, 97, 63, 0);
  }
}

.ticket {
  padding-bottom: 120px;
}
@media (max-width:1340px) {
  .ticket {
    padding-bottom: 100px;
  }
}
@media (max-width:743px) {
  .ticket {
    padding-bottom: 70px;
  }
}
.ticket__block {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  padding: 40px 40px 50px 40px;
}
@media (max-width:1340px) {
  .ticket__block {
    padding: 40px 40px 90px 40px;
    position: relative;
  }
}
@media (max-width:743px) {
  .ticket__block {
    padding: 30px 25px 80px 25px;
  }
}
.ticket__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ticket__top h3 {
  color: #1E1E1E;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.3px;
}
@media (max-width:743px) {
  .ticket__top h3 {
    font-size: 26px;
    letter-spacing: 0.26px;
  }
}
.ticket__add {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #404557;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.16px;
  text-decoration: none;
}
@media (max-width:1340px) {
  .ticket__add {
    position: absolute;
    bottom: 40px;
    left: 40px;
  }
}
@media (max-width:743px) {
  .ticket__add {
    left: 25px;
    bottom: 40px;
  }
}
.ticket__item {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 30px;
}
@media (max-width:743px) {
  .ticket__item {
    flex-direction: column;
    align-items: start;
    gap: 25px;
  }
}
.ticket__item-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width:1340px) {
  .ticket__item-right {
    position: absolute;
    right: 40px;
    bottom: 90px;
  }
}
@media (max-width:743px) {
  .ticket__item-right {
    position: relative;
    right: 0;
    bottom: 0;
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}
.ticket__item-right a {
  border-radius: 8px;
  background: #D72A17;
  color: #FFF;
  font-family: "Panton";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
  text-decoration: none;
  padding: 20px 27px;
}
.ticket__item-price {
  color: #1E1E1E;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.16px;
}
.ticket__inputs {
  display: flex;
  gap: 20px;
}
@media (max-width:1340px) {
  .ticket__inputs {
    flex-wrap: wrap;
    width: 100%;
  }
}
@media (max-width:743px) {
  .ticket__inputs {
    gap: 15px;
  }
}
.ticket__inputs .input__item {
  display: flex;
  flex-direction: column;
  width: 293px;
}
@media (max-width:1340px) {
  .ticket__inputs .input__item {
    width: calc(50% - 10px);
  }
}
@media (max-width:743px) {
  .ticket__inputs .input__item {
    width: 100%;
  }
}
.ticket__inputs .input__item .nice-select {
  border-radius: 8px;
  border: 1px solid #CECECE;
  background: #FFF;
  width: 100%;
  height: 60px;
  padding: 20px;
  outline: none;
  color: #1E1E1E;
  font-family: "Panton";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ticket__inputs .input__item .nice-select span {
  margin: 0;
}
.ticket__inputs .input__item .nice-select:after {
  border: none;
  width: 15px;
  height: 9px;
  background-image: url(../images/arrow-select.svg);
  transform: rotate(0);
  position: relative;
  margin: 0;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
}
.ticket__inputs .input__item .nice-select.open:after {
  transform: rotate(180deg);
  margin-right: 3px;
}
.ticket__inputs .input__item .nice-select .list {
  width: 100%;
}
.ticket__inputs .input__item span {
  color: #404557;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.16px;
  margin-bottom: 10px;
}
.ticket__inputs .input__item input {
  border-radius: 8px;
  border: 1px solid #CECECE;
  background: #FFF;
  width: 100%;
  height: 60px;
  padding: 20px;
  outline: none;
  color: #1E1E1E;
  font-family: "Panton";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.16px;
}
.ticket__inputs .input__item input::-webkit-inner-spin-button, .ticket__inputs .input__item input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ticket__inputs .input__item input[type=number] {
  text-align: center;
}
.ticket__inputs .input__item input[type=date]::-webkit-calendar-picker-indicator {
  background-image: url(../images/calendar.svg);
}
.ticket__inputs .input__item.quantity {
  width: 200px;
}
.ticket__inputs .input__item.quantity label {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}
.ticket__inputs .input__item.quantity label input {
  border-radius: 0;
  border-left: none;
  border-right: none;
}
.ticket__inputs .input__item.quantity label button {
  border: none;
  cursor: pointer;
  position: relative;
  flex: 0 0 auto;
  background: #FAFAFA;
  width: 60px;
  height: 60px;
}
.ticket__inputs .input__item.quantity label button:hover:after, .ticket__inputs .input__item.quantity label button:hover:before {
  background-color: #404557;
}
.ticket__inputs .input__item.quantity label button:after {
  content: "";
  position: absolute;
  background: #6B7280;
  width: 16px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
}
.ticket__inputs .input__item.quantity label button:nth-of-type(1) {
  border-top: 1px solid #CECECE;
  border-left: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
  border-radius: 8px 0 0 8px;
}
.ticket__inputs .input__item.quantity label button:nth-of-type(2) {
  border-top: 1px solid #CECECE;
  border-right: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
  border-radius: 0 8px 8px 0;
}
.ticket__inputs .input__item.quantity label button:nth-of-type(2):before {
  content: "";
  position: absolute;
  background: #6B7280;
  width: 16px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  border-radius: 2px;
}

.excursion {
  padding-bottom: 120px;
}
@media (max-width:1340px) {
  .excursion {
    padding-bottom: 100px;
  }
}
@media (max-width:743px) {
  .excursion {
    padding-bottom: 94px;
  }
}
.excursion__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width:743px) {
  .excursion__top {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}
.excursion__top .right {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (max-width:743px) {
  .excursion__top .right .swiper__buttons {
    display: none;
  }
}
.excursion__swiper {
  margin-top: 40px;
  position: relative;
}
@media (max-width:743px) {
  .excursion__swiper {
    margin-top: 20px;
    padding-bottom: 36px;
  }
}
.excursion__swiper .swiper-slide {
  height: auto;
}
.excursion__swiper .excursion-pagination {
  display: none;
}
@media (max-width:743px) {
  .excursion__swiper .excursion-pagination {
    display: flex;
    justify-content: center;
    bottom: 0;
  }
}
.excursion__swiper .swiper-pagination-bullet {
  width: 36px;
  height: 6px;
  border-radius: 5px;
  opacity: 1;
  background: #DADADA;
}
.excursion__swiper .swiper-pagination-bullet-active {
  background-color: #D72A17;
}
.excursion__item {
  border-radius: 10px;
  background: #FFF;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display: block;
  text-decoration: none;
}
.excursion__item-image {
  height: 310px;
  overflow: hidden;
  display: flex;
}
@media (max-width:1340px) {
  .excursion__item-image {
    height: 275px;
  }
}
.excursion__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  transition: 0.3s all ease;
}
.excursion__item-image img:hover {
  transform: scale(1.1);
}
.excursion__item-name {
  color: #1E1E1E;
  font-family: Panton;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.24px;
}
@media (max-width:743px) {
  .excursion__item-name {
    font-size: 20px;
  }
}
.excursion__item ul {
  color: #404557;
  font-family: Panton;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.17px;
  padding-left: 15px;
  margin-top: 10px;
}
.excursion__item ul li::marker {
  color: #3B6F53;
}
@media (max-width:1340px) {
  .excursion__item ul {
    font-size: 16px;
  }
}
.excursion__item p {
  margin-top: 10px;
  color: #404557;
  font-family: Panton;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.17px;
}
@media (max-width:1340px) {
  .excursion__item p {
    font-size: 16px;
  }
}
.excursion__item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.excursion__item-price {
  position: relative;
}
.excursion__item-price span {
  color: #D72A17;
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.24px;
  position: relative;
  z-index: 1;
}
.excursion__item-price::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 14px);
  background-image: url(../images/ellispe-price-tour.svg);
  height: 16px;
  left: -7px;
  top: 20px;
  background-repeat: no-repeat;
  z-index: 0;
  background-size: 100%;
  background-position: bottom;
}
.excursion__infos {
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  gap: 58px;
  justify-content: space-between;
  background-image: url(../images/tour_item-bg.png);
  background-size: cover;
  height: calc(100% - 310px);
}
@media (max-width:1340px) {
  .excursion__infos {
    gap: 40px;
    height: calc(100% - 275px);
  }
}
@media (max-width:743px) {
  .excursion__infos {
    padding: 20px 25px 30px 25px;
    gap: 30px;
  }
}

.progress {
  padding-bottom: 120px;
}
@media (max-width:1340px) {
  .progress {
    padding-bottom: 100px;
  }
}
.progress__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.progress__top .right {
  display: flex;
  gap: 30px;
  align-items: center;
}
.progress__swiper {
  margin-top: -100px;
  padding-top: 135px;
}
@media (max-width:743px) {
  .progress__swiper {
    padding-top: 305px;
  }
}
.progress .swiper-slide {
  overflow: visible;
  position: relative;
}
.progress__item {
  border-radius: 10px;
  background: #fff;
  padding: 60px 152px 0 70px;
  max-width: 762px;
  overflow: visible;
  min-height: 327px;
}
@media (max-width:1340px) {
  .progress__item {
    padding: 60px 30px;
  }
}
@media (max-width:743px) {
  .progress__item {
    padding: 40px 30px;
  }
}
.progress__item .number {
  color: #404557;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.4px;
  opacity: 0.3;
}
.progress__item h4 {
  color: #1E1E1E;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.24px;
  margin-top: 10px;
}
@media (max-width:743px) {
  .progress__item h4 {
    font-size: 20px;
    letter-spacing: 0.2px;
  }
}
.progress__item p {
  color: #404557;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.17px;
  margin-top: 10px;
}
@media (max-width:1340px) {
  .progress__item p {
    font-size: 16px;
  }
}
.progress__item .images img {
  position: absolute;
  border-radius: 10px;
  border: 10px solid #FFF;
}
.progress__item .images .progress_1img {
  width: 462px;
  height: 462px;
  flex-shrink: 0;
  object-fit: cover;
  top: -100px;
  right: 208px;
}
@media (max-width:1340px) {
  .progress__item .images .progress_1img {
    width: 190px;
    height: 190px;
    flex-shrink: 0;
    right: 185px;
    top: -89px;
  }
}
@media (max-width:743px) {
  .progress__item .images .progress_1img {
    right: 30px;
    top: -190px;
    width: 244px;
    height: 244px;
  }
}
.progress__item .images .progress_2img {
  width: 335px;
  height: 335px;
  flex-shrink: 0;
  right: 0;
  top: 0;
  z-index: 2;
  object-fit: cover;
}
@media (max-width:1340px) {
  .progress__item .images .progress_2img {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    right: 124px;
    top: -22px;
  }
}
@media (max-width:743px) {
  .progress__item .images .progress_2img {
    width: 173px;
    height: 173px;
    right: 182px;
    top: -147px;
  }
}
.progress__pagination {
  display: flex;
  justify-content: space-between;
  position: relative;
  bottom: 0;
  left: 0;
  top: 0;
  margin-top: 85px;
  align-items: center;
  padding-bottom: 15px;
}
@media (max-width:1340px) {
  .progress__pagination {
    margin-top: 50px;
  }
}
.progress__pagination:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #D5D5D5;
  top: 8px;
  left: 0;
}
.progress__pagination .swiper-pagination-bullet {
  background-color: #BEBFBF;
  width: 15px;
  height: 15px;
  opacity: 1;
  padding: 0;
  position: relative;
  z-index: 2;
}
.progress__pagination .swiper-pagination-bullet .bullet-inner {
  position: absolute;
  color: #404557;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.16px;
  bottom: -24px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.progress__pagination .swiper-pagination-bullet-active {
  transform: scale(1.4);
  flex-shrink: 0;
  background-color: #D72A17;
}
.progress__pagination .swiper-pagination-bullet-active .bullet-inner {
  font-size: 11px;
  bottom: -15px;
}

.event {
  padding-bottom: 120px;
}
@media (max-width:743px) {
  .event {
    padding-bottom: 90px;
  }
}
.event__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width:743px) {
  .event__top {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}
.event__top .right {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (max-width:743px) {
  .event__top .right .swiper__buttons {
    display: none !important;
  }
}
.event__swiper {
  margin-top: 40px;
}
@media (max-width:743px) {
  .event__swiper {
    margin-top: 20px;
    padding-bottom: 36px;
  }
}
.event__swiper .swiper-slide {
  height: auto;
}
.event__swiper .excursion-pagination {
  display: none;
}
@media (max-width:743px) {
  .event__swiper .excursion-pagination {
    display: flex;
    justify-content: center;
    bottom: 0;
  }
}
.event__swiper .swiper-pagination-bullet {
  width: 36px;
  height: 6px;
  border-radius: 5px;
  opacity: 1;
  background: #DADADA;
}
.event__swiper .swiper-pagination-bullet-active {
  background-color: #D72A17;
}
.event__item {
  border-radius: 10px;
  overflow: hidden;
  height: 360px;
  background-image: url(../images/event-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s all ease;
}
.event__item:hover {
  animation: moveBg 5s linear infinite;
}
@keyframes moveBg {
  0% {
    background-size: 100% 100%;
  }
  50% {
    background-size: 120% 120%;
  }
  100% {
    background-size: 100% 100%;
  }
}
@media (max-width:743px) {
  .event__item {
    padding: 40px 30px;
    height: 484px;
    gap: 10px;
    justify-content: start;
  }
}
.event__item.red {
  background-color: #D72A17;
}
.event__item.green {
  background-color: #3B6F53;
}
.event__item-date {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
}
@media (max-width:743px) {
  .event__item-date {
    font-size: 20px;
  }
}
.event__item-name {
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.36px;
  max-width: 330px;
  margin-top: 3px;
}
@media (max-width:743px) {
  .event__item-name {
    font-size: 24px;
  }
}
.event__item p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
  margin-top: 3px;
  max-width: 330px;
}
@media (max-width:743px) {
  .event__item p {
    font-size: 18px;
    letter-spacing: 0.18px;
    margin-top: 40px;
  }
}
.event__item-bottom {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.16px;
}
@media (max-width:743px) {
  .event__item-bottom {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.16px;
  }
}
.event__item .image-1 {
  position: absolute;
  width: 232.422px;
  height: 232.422px;
  transform: rotate(4.82deg);
  flex-shrink: 0;
  border-radius: 10px;
  border: 10px solid #FFF;
  top: 15px;
  right: -70px;
  z-index: 2;
  object-fit: cover;
  object-position: center;
}
@media (max-width:743px) {
  .event__item .image-1 {
    width: 184px;
    height: 184px;
    bottom: 64px;
    right: 33px;
    top: auto;
  }
}
.event__item .image-2 {
  position: absolute;
  width: 301.784px;
  height: 301.784px;
  transform: rotate(-7.915deg);
  flex-shrink: 0;
  border-radius: 10px;
  border: 10px solid #FFF;
  right: -25px;
  bottom: -65px;
  object-fit: cover;
  object-position: bottom;
}
@media (max-width:743px) {
  .event__item .image-2 {
    right: 56px;
    bottom: -73px;
    width: 240px;
    height: 240px;
  }
}
.event__row {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.event__row .event__item {
  width: calc(50% - 10px);
}

.catering {
  padding-bottom: 120px;
}
@media (max-width:743px) {
  .catering {
    padding-bottom: 90px;
  }
}
.catering__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width:743px) {
  .catering__top {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}
.catering__top .right {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (max-width:743px) {
  .catering__top .right .swiper__buttons {
    display: none;
  }
}
.catering__swiper {
  margin-top: 40px;
  position: relative;
}
@media (max-width:743px) {
  .catering__swiper {
    margin-top: 20px;
    padding-bottom: 36px;
  }
}
.catering__swiper .swiper-slide {
  height: auto;
}
.catering__swiper .excursion-pagination {
  display: none;
}
@media (max-width:743px) {
  .catering__swiper .excursion-pagination {
    display: flex;
    justify-content: center;
    bottom: 0;
  }
}
.catering__swiper .swiper-pagination-bullet {
  width: 36px;
  height: 6px;
  border-radius: 5px;
  opacity: 1;
  background: #DADADA;
}
.catering__swiper .swiper-pagination-bullet-active {
  background-color: #D72A17;
}
.catering__item {
  border-radius: 10px;
  background: #FFF;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display: block;
  text-decoration: none;
}
.catering__item-image {
  height: 270px;
  overflow: hidden;
  display: flex;
}
@media (max-width:1340px) {
  .catering__item-image {
    height: 222px;
  }
}
@media (max-width:743px) {
  .catering__item-image {
    height: 218px;
  }
}
.catering__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all ease;
}
.catering__item-image img:hover {
  transform: scale(1.1);
}
.catering__item-content {
  padding: 25px 30px 32px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 345px;
}
@media (max-width:743px) {
  .catering__item-content {
    padding: 30px;
    min-height: 308px;
  }
}
.catering__item-content img {
  width: 100%;
}
.catering__item-content h4 {
  color: #1E1E1E;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.24px;
}
@media (max-width:743px) {
  .catering__item-content h4 {
    font-size: 20px;
    letter-spacing: 0.2px;
  }
}
.catering__item-content span {
  color: #3B6F53;
  margin-top: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.16px;
  display: block;
}
@media (max-width:743px) {
  .catering__item-content span {
    font-size: 14px;
    letter-spacing: 0.14px;
    margin-top: 7px;
  }
}
.catering__item-content p {
  color: #404557;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-top: 10px;
  letter-spacing: 0.17px;
}
@media (max-width:1340px) {
  .catering__item-content p {
    font-size: 16px;
    letter-spacing: 0.016px;
  }
}
@media (max-width:743px) {
  .catering__item-content p {
    margin-top: 7px;
  }
}
.catering__item-content .more_btn {
  color: #FFF;
}

.location {
  padding-bottom: 120px;
}
@media (max-width:743px) {
  .location {
    padding-bottom: 90px;
  }
}
.location__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width:743px) {
  .location__top {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}
.location__top .right {
  display: flex;
  gap: 30px;
  align-items: center;
}
.location__block {
  margin-top: 40px;
  position: relative;
}
.location__block iframe {
  width: 100%;
  height: 600px;
  border-radius: 10px;
  border: none;
}
.location__contacts {
  width: 370px;
  flex-shrink: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 10px;
  background: #FFF;
  padding: 30px;
  display: none;
}
@media (max-width:743px) {
  .location__contacts {
    width: calc(100% - 20px);
    left: 10px;
    bottom: 10px;
    top: auto;
    height: fit-content;
    z-index: 10;
    padding: 25px 25px 54px 25px;
  }
}
.location__contacts h4 {
  color: var(--, #1E1E1E);
  font-family: "Panton";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.24px;
}
@media (max-width:743px) {
  .location__contacts h4 {
    font-size: 20px;
  }
}
.location__contacts a {
  display: flex;
  gap: 10px;
  text-decoration: none;
}
.location__contacts a .icon {
  width: 21px;
  height: 21px;
  flex-shrink: 0;
  background-color: #3B6F53;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.location__contacts .tel {
  color: #1E1E1E;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.18px;
  margin-top: 15px;
}
@media (max-width:743px) {
  .location__contacts .tel {
    font-size: 16px;
  }
}
.location__contacts .address {
  color: #404557;
  font-family: Panton;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 0.16px;
  margin-top: 7px;
}
.location__contacts .address span {
  opacity: 0.7;
}
.location__contacts .work_hours {
  color: #404557;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-top: 7px;
  letter-spacing: 0.16px;
}

.partner {
  padding-bottom: 120px;
}
@media (max-width:743px) {
  .partner {
    padding-bottom: 42px;
  }
}
.partner__block {
  margin-top: 40px;
  cursor: grab;
}
@media (max-width:743px) {
  .partner__block {
    margin-top: 20px;
  }
}
.partner__companies .swiper-slide {
  width: fit-content;
}
@media (max-width:1340px) {
  .partner__companies .swiper-slide:first-child img {
    content: url(../images/partner_1.png);
  }
  .partner__companies .swiper-slide:nth-child(2) img {
    content: url(../images/partner_2.png);
  }
  .partner__companies .swiper-slide:nth-child(3) img {
    content: url(../images/partner_3.png);
  }
  .partner__companies .swiper-slide:nth-child(4) img {
    content: url(../images/partner_4.png);
  }
  .partner__companies .swiper-slide:nth-child(5) img {
    content: url(../images/partner_5.png);
  }
  .partner__companies .swiper-slide:nth-child(6) img {
    content: url(../images/partner_6.png);
  }
  .partner__companies .swiper-slide:nth-child(7) img {
    content: url(../images/partner_7.png);
  }
}
.partner__companies img {
  max-width: 274px;
}
@media (max-width:1340px) {
  .partner__companies img {
    max-width: 149px;
  }
}
@media (max-width:743px) {
  .partner__companies img {
    max-width: 96px;
  }
}

.footer {
  color: #fff;
}
.footer__form {
  background-image: url(../images/footer_form_bg.png);
  background-color: #3B6F53;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 60px 0;
}
@media (max-width:743px) {
  .footer__form {
    padding: 50px 0;
  }
}
.footer__form .section__title {
  color: #fff;
}
.footer__form p {
  color: #FFF;
  font-family: "Panton";
  margin-top: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.18px;
}
@media (max-width:743px) {
  .footer__form p {
    font-size: 16px;
    letter-spacing: 0.16px;
    max-width: 303px;
    margin: 0 auto;
    margin-top: 10px;
  }
}
.footer__form form {
  max-width: 920px;
  margin: 0 auto;
  margin-top: 40px;
}
@media (max-width:743px) {
  .footer__form form {
    margin-top: 20px;
  }
}
.footer__form-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width:743px) {
  .footer__form-bottom {
    flex-direction: column;
    gap: 25px;
  }
}
.footer__form-bottom label {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: start;
}
.footer__form-bottom label input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.footer__form-bottom label input:checked ~ span {
  background-image: url(../images/checkbox.svg);
  background-size: cover;
  background-color: #D72A17;
}
.footer__form-bottom label span {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.footer__form-bottom label p {
  color: #FFF;
  font-family: "Panton";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  text-align: start;
}
@media (max-width:1340px) {
  .footer__form-bottom label p {
    max-width: 290px;
  }
}
@media (max-width:743px) {
  .footer__form-bottom label p {
    font-size: 14px;
    max-width: fit-content;
  }
}
.footer__form-bottom button {
  border-radius: 8px;
  background: #D72A17;
  color: #FFF;
  font-family: "Panton";
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.48px;
  padding: 21px 64px;
  border: none;
  cursor: pointer;
}
@media (max-width:743px) {
  .footer__form-bottom button {
    align-self: flex-end;
  }
}
.footer__inputs {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
@media (max-width:743px) {
  .footer__inputs {
    flex-direction: column;
  }
}
.footer__inputs .iti__country-list .iti__flag,
.footer__inputs .iti__country-name {
  color: #1E1E1E;
}
.footer__inputs .iti {
  width: 300px;
}
@media (max-width:1340px) {
  .footer__inputs .iti {
    width: 237px;
  }
  .footer__inputs .iti input {
    width: 237px;
  }
}
@media (max-width:1340px) and (max-width:743px) {
  .footer__inputs .iti input {
    width: 100%;
  }
}
@media (max-width:743px) {
  .footer__inputs .iti {
    width: 100%;
  }
}
.footer__inputs .iti__selected-country-primary {
  width: 70px;
  border-right: 1px solid #CECECE;
  justify-content: center;
}
.footer__inputs .iti .iti__selected-dial-code {
  margin-left: 15px;
}
.footer__inputs input {
  width: 300px;
  border-radius: 10px;
  border: 1px solid #CECECE;
  background: #FFF;
  font-family: "Panton";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: none;
  padding: 19px 25px;
  color: var(--, #404557);
}
@media (max-width:1340px) {
  .footer__inputs input {
    width: 232px;
  }
}
@media (max-width:743px) {
  .footer__inputs input {
    width: 100%;
  }
}
.footer__inputs input::placeholder {
  color: var(--, #404557);
}
.footer__inputs .iti__selected-country {
  color: #1E1E1E;
  font-family: Panton;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width:743px) {
  .footer__log img {
    content: url(../images/foote_logo-mob.png);
    width: 74px;
    height: 81px;
  }
}
.footer textarea {
  border-radius: 10px;
  border: 1px solid #CECECE;
  background: #FFF;
  width: 100%;
  margin-top: 10px;
  height: 100px;
  flex-shrink: 0;
  padding: 19px 25px;
  resize: none;
  font-family: Panton;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: none;
}
.footer textarea::placeholder {
  color: var(--, #404557);
}
.footer__content {
  background-color: #0D331F;
  padding: 40px 0 50px 0;
}
@media (max-width:1340px) {
  .footer__content {
    padding-bottom: 40px;
  }
}
.footer__side {
  width: 25%;
}
@media (max-width:1340px) {
  .footer__side {
    width: 33.333%;
  }
}
@media (max-width:743px) {
  .footer__side {
    width: 100%;
  }
}
.footer__side h3 {
  color: #FFF;
  font-family: "Panton";
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 0.18px;
  margin-bottom: 10px;
}
.footer__side ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
  list-style: none;
}
.footer__side ul a {
  color: #FFF;
  font-family: "Panton";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  letter-spacing: 0.16px;
  opacity: 0.7;
}
.footer__side ul a:hover {
  opacity: 1;
}
.footer__menus {
  width: 75%;
  display: flex;
}
@media (max-width:1340px) {
  .footer__menus {
    width: 66.666%;
    flex-wrap: wrap;
  }
}
@media (max-width:743px) {
  .footer__menus {
    width: 100%;
    gap: 30px 0;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
}
.footer__menus .footer__side {
  width: 33.333%;
}
@media (max-width:1340px) {
  .footer__menus .footer__side {
    width: 50%;
  }
  .footer__menus .footer__side:nth-child(3) {
    margin-top: 50px;
  }
}
@media (max-width:743px) {
  .footer__menus .footer__side {
    width: 50%;
  }
  .footer__menus .footer__side:nth-child(1) {
    order: 1;
    width: 50%;
  }
  .footer__menus .footer__side:nth-child(3) {
    order: 2;
    margin-top: 0;
    width: 50%;
  }
  .footer__menus .footer__side:nth-child(2) {
    order: 3;
    width: 100%;
  }
}
.footer__title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__title h4 {
  color: #FFF;
  font-family: "Panton";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 0.2px;
}
.footer__title p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.16px;
  opacity: 0.7;
}
.footer__address {
  color: #FFF;
  font-family: "Panton";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 210px;
  letter-spacing: 0.14px;
  margin: 20px 0;
}
.footer__phone {
  color: #FFF;
  font-family: Panton;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.18px;
  opacity: 0.7;
  margin-bottom: 7px;
  display: block;
  text-decoration: none;
  width: fit-content;
}
.footer__email {
  color: #FFF;
  text-align: right;
  width: fit-content;
  font-family: Panton;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.16px;
  opacity: 0.7;
  text-decoration: none;
  display: block;
  margin-bottom: 7px;
}
.footer__time {
  color: #FFF;
  font-family: Panton;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.16px;
  opacity: 0.7;
}
.footer__socials {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}
.footer__socials a {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background-color: rgb(86, 112, 98);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
}
.footer__security {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
@media (max-width:1340px) {
  .footer__security {
    padding-top: 30px;
  }
}
.footer__security a {
  display: block;
  color: #FFF;
  font-family: Panton;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
  letter-spacing: 0.14px;
  margin-bottom: 5px;
}
.footer__security p {
  color: #FFF;
  font-family: Panton;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.14px;
  opacity: 0.7;
  margin-top: 10px;
}

.banner {
  padding-bottom: 90px;
}
@media (max-width:743px) {
  .banner {
    padding-bottom: 70px;
  }
}
.banner .banner__block {
  background-image: url(../images/pano.jpg);
  padding: 30px;
  height: 300px;
  border-radius: 10px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-position: center;
}
.banner .banner__block.after {
  position: relative;
}
.banner .banner__block.after::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 0;
  border-radius: 10px;
}
.banner .banner__block.after h2 {
  position: relative;
  z-index: 2;
}
@media (max-width:743px) {
  .banner .banner__block {
    padding: 20px;
    height: 146px;
  }
}
.banner h2 {
  color: #FFF;
  font-family: "Panton";
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.42px;
}
@media (max-width:743px) {
  .banner h2 {
    font-size: 28px;
    letter-spacing: 0.28px;
  }
}

.rules {
  padding-bottom: 120px;
}
@media (max-width:743px) {
  .rules {
    padding-bottom: 90px;
  }
}
.rules .row {
  gap: 40px 95px;
}
@media (max-width:1340px) {
  .rules .row {
    gap: 30px;
  }
}
.rules__item {
  width: 575px;
  display: flex;
  gap: 15px;
}
@media (max-width:1340px) {
  .rules__item {
    width: 100%;
  }
}
@media (max-width:743px) {
  .rules__item:nth-child(n+4) {
    display: none;
  }
  .rules__item.all {
    display: flex;
  }
}
.rules__item .icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  background: url(../images/rule_icon-bg.svg);
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
}
.rules__item h5 {
  color: #1E1E1E;
  font-family: "Panton";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.2px;
}
.rules__item p {
  color: #404557;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.17px;
  margin-top: 5px;
}
@media (max-width:743px) {
  .rules__item p {
    font-size: 16px;
    letter-spacing: 0.16px;
  }
}
.rules__more {
  display: none;
}
.rules__more.all img {
  transform: rotate(180deg);
}
@media (max-width:743px) {
  .rules__more {
    display: flex;
    gap: 5px;
    align-items: center;
  }
}
.rules__more span {
  color: var(--, #404557);
  text-align: right;
  font-family: Panton;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 23.8px */
  letter-spacing: 0.17px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.rules .warning {
  border-radius: 10px;
  background: #FFF;
  margin-top: 60px;
  padding: 14px 30px 14px 25px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width:743px) {
  .rules .warning {
    margin-top: 50px;
    flex-direction: column;
    gap: 10px;
    align-items: start;
    padding: 20px 20px 20px 20px;
  }
}
.rules .warning P {
  color: var(--, #404557);
  font-family: Panton;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 23.8px */
  letter-spacing: 0.17px;
}
@media (max-width:743px) {
  .rules .warning P {
    font-size: 16px;
    letter-spacing: 0.16px;
  }
}

.fine {
  padding-bottom: 120px;
}
.fine .row {
  margin-top: 40px;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width:743px) {
  .fine .row {
    flex-wrap: nowrap;
    gap: 0;
    margin-top: 30px;
  }
}
.fine .swiper-slide {
  display: flex;
  gap: 10px;
  height: auto;
  flex-direction: column;
}
.fine__item {
  width: calc(33.3333333333% - 13.333px);
  border-radius: 10px;
  background: #FFF;
  padding: 20px 61px 47px 20px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width:1340px) {
  .fine__item {
    width: calc(50% - 10px);
  }
}
@media (max-width:743px) {
  .fine__item {
    width: 100%;
    height: 50%;
    padding: 20px 20px 44px 20px;
  }
}
.fine__item p {
  color: #404557;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.17px;
  margin-top: 15px;
}
@media (max-width:743px) {
  .fine__item p {
    font-size: 16px;
    letter-spacing: 0.16px;
  }
}
.fine__swiper {
  margin: -30px;
  padding: 30px;
}
.fine__swiper .swiper-pagination {
  display: none;
}
@media (max-width:743px) {
  .fine__swiper .swiper-pagination {
    display: flex;
    justify-content: center;
    bottom: 0;
  }
}
.fine__swiper .swiper-pagination-bullet {
  width: 36px;
  height: 6px;
  border-radius: 5px;
  opacity: 1;
  background: #DADADA;
}
.fine__swiper .swiper-pagination-bullet-active {
  background-color: #D72A17;
}

.documents {
  padding-bottom: 120px;
}
@media (max-width:743px) {
  .documents {
    padding-bottom: 90px;
  }
}
.documents__item {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.documents__item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.documents__item::after {
  content: attr(data-full);
  position: absolute;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  color: #696C74;
  text-align: center;
  font-family: "Panton";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.17px;
  width: calc(100% - 20px);
  padding: 10px;
  bottom: 87%;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.3s all ease;
}
@media (max-width:743px) {
  .documents__item::after {
    font-size: 15px;
    letter-spacing: 0.15px;
  }
}
.documents__item::before {
  content: "";
  position: absolute;
  bottom: 80%;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 40px;
  height: 40px;
  opacity: 0;
  z-index: -1;
  background-color: #FFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  transition: 0.3s all ease;
}
@media (max-width:1340px) {
  .documents__item:hover::after {
    opacity: 1;
    z-index: 1;
  }
  .documents__item:hover::before {
    opacity: 1;
    z-index: 1;
  }
}
.documents__item div {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width:743px) {
  .documents__item div {
    gap: 15px;
  }
}
.documents__item div span {
  color: #1E1E1E;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
@media (max-width:1340px) {
  .documents__item div span {
    max-width: 486px;
  }
}
@media (max-width:743px) {
  .documents__item div span {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: inherit;
    max-width: 188px;
  }
}
.documents__item a {
  color: #D72A17;
  font-family: Panton;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 25.2px */
  letter-spacing: 0.18px;
}
@media (max-width:743px) {
  .documents__item a {
    font-size: 16px;
    letter-spacing: 0.16px;
  }
}

.about {
  padding-bottom: 120px;
}
@media (max-width:743px) {
  .about {
    padding-bottom: 90px;
  }
}
.about__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.about__content p {
  color: #404557;
  font-family: "Panton";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.17px;
}
@media (max-width:743px) {
  .about__content p {
    font-size: 16px;
    letter-spacing: 0.16px;
  }
}

.infrastructure {
  padding-bottom: 120px;
}
.infrastructure .row {
  gap: 20px;
  margin-top: 40px;
}
@media (max-width:1340px) {
  .infrastructure .row {
    margin-top: 20px;
  }
}
@media (max-width:743px) {
  .infrastructure .row {
    flex-wrap: nowrap;
    gap: 0;
  }
}
.infrastructure__item {
  width: calc(33.3333333336% - 13.333px);
  border-radius: 10px;
  background: #FFF;
  padding: 30px 40px 64px 30px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width:1340px) {
  .infrastructure__item {
    width: calc(50% - 10px);
  }
}
@media (max-width:743px) {
  .infrastructure__item {
    width: 100%;
    padding: 30px;
    height: 100%;
  }
}
.infrastructure__item .icon {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: rgb(253, 242, 241);
}
.infrastructure__item:nth-child(2n-1) .icon {
  background-color: rgb(243, 246, 245);
}
.infrastructure__item h5 {
  color: #2F2F36;
  font-family: "Panton";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.24px;
  margin-top: 20px;
}
@media (max-width:743px) {
  .infrastructure__item h5 {
    color: #2F2F36;
    font-family: "Panton";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
  }
}
.infrastructure__item p {
  color: #404557;
  font-family: "Panton";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.17px;
  padding-top: 7px;
}
@media (max-width:743px) {
  .infrastructure__item p {
    font-size: 16px;
    letter-spacing: 0.16px;
  }
}
.infrastructure__swiper {
  margin: -30px;
  padding: 30px;
}
.infrastructure__swiper .swiper-pagination {
  display: none;
}
@media (max-width:743px) {
  .infrastructure__swiper .swiper-pagination {
    display: flex;
    justify-content: center;
    bottom: 0;
  }
}
.infrastructure__swiper .swiper-pagination-bullet {
  width: 36px;
  height: 6px;
  border-radius: 5px;
  opacity: 1;
  background: #DADADA;
}
.infrastructure__swiper .swiper-pagination-bullet-active {
  background-color: #D72A17;
}
.infrastructure__swiper .swiper-slide {
  height: auto;
}

.development {
  padding-bottom: 120px;
}
@media (max-width:743px) {
  .development {
    padding-bottom: 90px;
  }
}
.development__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width:1340px) {
  .development__top h2 {
    max-width: 473px;
  }
}
.development__top .right {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (max-width:743px) {
  .development__top .right {
    display: none;
  }
}
.development__swiper {
  margin-top: 40px;
}
@media (max-width:743px) {
  .development__swiper {
    margin-top: 20px;
  }
  .development__swiper .swiper-slide {
    height: auto;
  }
}
.development__pagination {
  display: flex;
  justify-content: space-between;
  position: relative;
  bottom: 0;
  left: 0;
  top: 0;
  margin-top: 45px;
  align-items: center;
  padding-bottom: 15px;
}
@media (max-width:1340px) {
  .development__pagination {
    margin-top: 50px;
  }
}
@media (max-width:743px) {
  .development__pagination {
    margin-top: 30px;
  }
}
.development__pagination:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #D5D5D5;
  top: 8px;
  left: 0;
}
.development__pagination .swiper-pagination-bullet {
  background-color: #BEBFBF;
  width: 15px;
  height: 15px;
  opacity: 1;
  padding: 0;
  position: relative;
  z-index: 2;
}
.development__pagination .swiper-pagination-bullet .bullet-inner {
  position: absolute;
  color: #404557;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.16px;
  bottom: -24px;
  left: 0;
  margin: 0 auto;
  transform: translateX(-28%);
  display: none;
}
@media (max-width:743px) {
  .development__pagination .swiper-pagination-bullet .bullet-inner {
    font-size: 14px;
  }
}
.development__pagination .swiper-pagination-bullet:first-child .bullet-inner {
  left: 0;
  right: auto;
  transform: translateX(0);
}
.development__pagination .swiper-pagination-bullet.left .bullet-inner {
  left: 0;
  right: auto;
  transform: translateX(0);
}
.development__pagination .swiper-pagination-bullet:last-child .bullet-inner {
  left: auto;
  right: 0;
  transform: translateX(0);
}
.development__pagination .swiper-pagination-bullet.right .bullet-inner {
  left: auto;
  right: 0;
  transform: translateX(0);
}
.development__pagination .swiper-pagination-bullet-active {
  transform: scale(1.4);
  flex-shrink: 0;
  background-color: #D72A17;
}
.development__pagination .swiper-pagination-bullet-active .bullet-inner {
  font-size: 11px;
  bottom: -15px;
  display: block;
}
.development__item {
  display: flex;
  gap: 20px;
}
@media (max-width:743px) {
  .development__item {
    flex-direction: column;
    gap: 10px;
    height: 100%;
  }
}
.development__item-image {
  width: 538px;
  height: 390px;
  flex-shrink: 0;
}
@media (max-width:1340px) {
  .development__item-image {
    width: 288px;
    height: 370px;
  }
}
@media (max-width:743px) {
  .development__item-image {
    width: 100%;
    height: 200px;
  }
}
.development__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.development__item-content {
  border-radius: 10px;
  background: #EFEFEF;
  padding: 50px 60px;
}
@media (max-width:1340px) {
  .development__item-content {
    padding: 40px 12px 10px 25px;
  }
}
@media (max-width:743px) {
  .development__item-content {
    padding: 40px 25px;
    height: 100%;
  }
}
.development__item-content .year {
  color: #404557;
  font-family: Panton;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.4px;
  opacity: 0.3;
}
.development__item-content h3 {
  color: #1E1E1E;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.24px;
  margin-top: 10px;
}
@media (max-width:743px) {
  .development__item-content h3 {
    font-size: 20px;
    letter-spacing: 0.2px;
  }
}
.development__item-content p {
  color: #404557;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.17px;
  margin-top: 10px;
}
@media (max-width:1340px) {
  .development__item-content p {
    font-size: 16px;
    letter-spacing: 0.16px;
  }
}

.history {
  padding-bottom: 120px;
}
.history__content {
  margin-top: 20px;
}
@media (max-width:1340px) {
  .history__content {
    margin-top: 40px;
  }
}
@media (max-width:743px) {
  .history__content {
    margin-top: 30px;
  }
}
.history__texts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.history__texts .year {
  color: #404557;
  font-family: "Panton";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.2px;
}
.history__texts p {
  color: #404557;
  font-family: "Panton";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.17px;
}
@media (max-width:743px) {
  .history__texts p {
    font-size: 16px;
    letter-spacing: 0.16px;
  }
}
.history__texts ul,
.history__texts ol {
  color: #404557;
  font-family: "Panton";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.17px;
  padding-left: 40px;
}
.history__images {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width:1340px) {
  .history__images {
    gap: 10px;
    margin-bottom: 30px;
  }
}
@media (max-width:743px) {
  .history__images {
    gap: 5px;
  }
}
.history__images img {
  width: 100%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}
.history__images .image-big {
  width: calc(75% - 10px);
  height: 445px;
}
@media (max-width:1340px) {
  .history__images .image-big {
    height: 300px;
  }
}
@media (max-width:743px) {
  .history__images .image-big {
    height: 180px;
    width: calc(67% - 5px);
  }
}
.history__images .image-small {
  width: calc(25% - 10px);
  height: 445px;
}
@media (max-width:1340px) {
  .history__images .image-small {
    height: 300px;
  }
}
@media (max-width:743px) {
  .history__images .image-small {
    height: 180px;
    width: calc(33% - 5px);
  }
}
.history__title {
  color: #1E1E1E;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.24px;
  margin-bottom: 20px;
}
.history__mark {
  border-radius: 10px;
  background: #EFEFEF;
  padding: 15px 30px;
  margin-bottom: 20px;
  position: relative;
  color: #404557;
  font-family: Panton;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 23.8px */
  letter-spacing: 0.17px;
}
@media (max-width:743px) {
  .history__mark {
    font-size: 16px;
    letter-spacing: 0.16px;
    padding-right: 20px;
  }
}
.history__mark:after {
  content: "";
  position: absolute;
  width: 5px;
  height: calc(100% - 20px);
  border-radius: 5px;
  background: #3B6F53;
  top: 10px;
  left: 10px;
}

.video {
  padding-bottom: 120px;
}
@media (max-width:743px) {
  .video {
    padding-bottom: 90px;
  }
}
.video__block {
  margin-top: 40px;
  gap: 20px;
}
@media (max-width:743px) {
  .video__block {
    margin-top: 20px;
    gap: 10px;
  }
}
.video__link {
  width: 762px;
  position: relative;
}
@media (max-width:1340px) {
  .video__link {
    width: 100%;
  }
}
.video__link img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.video__link .play {
  border: none;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  cursor: pointer;
}
.video__info {
  width: 538px;
  padding: 20px;
  border-radius: 10px;
  background-color: rgb(239, 239, 239);
  background-image: url(../images/video_info-bg.png);
  padding: 50px;
}
@media (max-width:1340px) {
  .video__info {
    width: 100%;
    padding: 30px;
  }
}
.video__info h5 {
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.24px;
}
@media (max-width:743px) {
  .video__info h5 {
    font-size: 20px;
    letter-spacing: 0.2px;
  }
}
.video__info p {
  color: #404557;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.17px;
  margin-top: 10px;
}
@media (max-width:743px) {
  .video__info p {
    font-size: 16px;
  }
}

.photo {
  padding-bottom: 120px;
}
@media (max-width:743px) {
  .photo {
    padding-bottom: 90px;
  }
}
.photo__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.photo__pagination {
  display: none;
}
@media (max-width:743px) {
  .photo__pagination {
    display: flex;
    justify-content: center;
    bottom: 0;
  }
}
.photo__swiper {
  margin-top: 40px;
}
@media (max-width:743px) {
  .photo__swiper {
    margin-top: 20px;
    padding-bottom: 36px;
  }
}
.photo__swiper .swiper-pagination-bullet {
  width: 36px;
  height: 6px;
  border-radius: 5px;
  opacity: 1;
  background: #DADADA;
}
.photo__swiper .swiper-pagination-bullet-active {
  background-color: #D72A17;
}
.photo__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.photo__item {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
}
.photo__item img {
  width: 100%;
  height: 324px;
  object-fit: cover;
  transition: 0.3s all ease;
}
.photo__item img:hover {
  transform: scale(1.1);
}
@media (max-width:1340px) {
  .photo__item img {
    height: 357px;
  }
}
@media (max-width:743px) {
  .photo__item img {
    height: 171px;
  }
}
.photo__item.long {
  grid-row: span 2;
}
.photo__item.long img {
  height: 658px;
}
@media (max-width:1340px) {
  .photo__item.long img {
    height: 724px;
  }
}
@media (max-width:743px) {
  .photo__item.long img {
    height: 347px;
  }
}
.photo__item.wide {
  grid-column: span 2;
}

.overview {
  padding-bottom: 120px;
}
@media (max-width:743px) {
  .overview {
    padding-bottom: 90px;
  }
}
.overview p {
  font-size: 17px;
  color: #404557;
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 1%;
  margin-top: 40px;
}
@media (max-width:1340px) {
  .overview p {
    margin-top: 20px;
  }
}
@media (max-width:743px) {
  .overview p {
    font-size: 16px;
  }
}
.overview .row {
  margin-top: 30px;
}
@media (max-width:1340px) {
  .overview .row {
    gap: 20px;
  }
}
@media (max-width:743px) {
  .overview .row {
    flex-direction: column;
    gap: 20px;
  }
}
.overview__item {
  width: 33.333%;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width:1340px) {
  .overview__item {
    width: calc(50% - 10px);
  }
}
@media (max-width:743px) {
  .overview__item {
    width: 100%;
  }
}
.overview__item-icon {
  width: 90px;
  height: 90px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: rgba(215, 42, 23, 0.06);
}
.overview__item-icon.green {
  background-color: rgba(59, 111, 83, 0.06);
}
.overview__item span {
  font-weight: 400;
  font-style: Italic;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 1%;
  color: #404557;
  max-width: 260px;
}
@media (max-width:1340px) {
  .overview__item span {
    max-width: none;
  }
}

.monument {
  padding-bottom: 120px;
}
@media (max-width:743px) {
  .monument {
    padding-bottom: 90px;
  }
}
.monument__block {
  margin-top: 60px;
}
.monument.red .monument__item-infos h4::before {
  background-color: #D72A17;
}
.monument.red .monument__item-image:after {
  background-color: #F4E3E1;
}
.monument__item {
  display: flex;
  gap: 100px;
  position: relative;
  padding-top: 50px;
}
@media (max-width:1340px) {
  .monument__item {
    flex-direction: column;
    gap: 30px;
    width: 610px;
    margin-left: 62px;
    gap: 20px;
  }
}
@media (max-width:743px) {
  .monument__item {
    width: 100%;
    margin-left: 0;
  }
}
.monument__item:first-child {
  padding-top: 0;
}
.monument__item:last-child:after {
  height: 50px;
}
.monument__item:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #D5D5D5;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 40px;
}
@media (max-width:1340px) {
  .monument__item:after {
    left: -50px;
    right: auto;
    top: 387px;
  }
}
@media (max-width:743px) {
  .monument__item:after {
    display: none;
  }
}
.monument__item:nth-child(2n) .monument__item-image:after {
  left: auto;
  right: -20px;
}
.monument__item:nth-child(2n) .monument__item-infos h4::before {
  left: auto;
  right: -60px;
}
@media (max-width:1340px) {
  .monument__item:nth-child(2n) .monument__item-infos h4::before {
    right: auto;
    left: -60px;
  }
}
.monument__item-image {
  position: relative;
}
@media (max-width:1340px) {
  .monument__item-image {
    order: 1;
  }
}
.monument__item-image img {
  width: 610px;
  height: 343px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  object-fit: cover;
}
@media (max-width:743px) {
  .monument__item-image img {
    width: 100%;
    height: 190px;
  }
}
.monument__item-image:after {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  background: #E0EFE8;
  border-radius: 10px;
}
@media (max-width:743px) {
  .monument__item-image:after {
    left: -10px;
    top: -10px;
  }
}
.monument__item-infos {
  margin-top: 40px;
}
@media (max-width:1340px) {
  .monument__item-infos {
    order: 2;
    margin-top: 0;
  }
}
.monument__item-infos h4 {
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 1%;
  color: #1E1E1E;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
@media (max-width:743px) {
  .monument__item-infos h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.monument__item-infos h4::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #3B6F53;
  position: absolute;
  left: -60px;
  top: 0;
  z-index: 2;
}
@media (max-width:743px) {
  .monument__item-infos h4::before {
    display: none;
  }
}
.monument__item-infos p {
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0.17px;
  color: #404557;
}
@media (max-width:743px) {
  .monument__item-infos p {
    font-size: 16px;
  }
}
.monument__item-infos ul {
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0.17px;
  color: #404557;
  padding-left: 25px;
  margin-top: 10px;
}

.trace {
  padding-bottom: 120px;
}
@media (max-width:743px) {
  .trace {
    padding-bottom: 90px;
  }
}
.trace.underground .trace__item-info {
  padding-bottom: 20px;
}
.trace__swiper {
  margin-top: 30px;
}
@media (max-width:1340px) {
  .trace__swiper {
    margin: -20px;
    padding: 20px;
    margin-top: 20px;
  }
}
@media (max-width:743px) {
  .trace__swiper {
    padding-bottom: 35px;
  }
}
.trace__item {
  position: relative;
}
.trace__item-image {
  width: 100%;
  height: 651px;
  border-radius: 10px;
  object-fit: cover;
}
@media (max-width:1340px) {
  .trace__item-image {
    height: 341px;
  }
}
@media (max-width:743px) {
  .trace__item-image {
    height: 230px;
  }
}
.trace__item-info {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 30px 40px 30px;
  width: calc(100% - 60px);
  position: absolute;
  bottom: 30px;
  left: 30px;
  background-image: url(../images/trace-info-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width:1340px) {
  .trace__item-info {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 30px;
  }
  .trace__item-info::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -10px;
    right: -10px;
    background-color: #404557;
    z-index: -1;
    border-radius: 10px;
    opacity: 0.15;
  }
}
@media (max-width:743px) {
  .trace__item-info {
    padding: 20px;
  }
}
.trace__item-info p {
  color: #404557;
  font-family: "Panton";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.17px;
  max-width: 1030px;
}
@media (max-width:743px) {
  .trace__item-info p {
    font-size: 16px;
  }
}
.trace__item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.trace__item-top h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.24px;
}
@media (max-width:743px) {
  .trace__item-top h4 {
    font-size: 20px;
  }
}
@media (max-width:1340px) {
  .trace .swiper-slide .swiper__buttons {
    display: none;
  }
}
.trace__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.trace__top .swiper__buttons {
  display: none;
}
@media (max-width:1340px) {
  .trace__top .swiper__buttons {
    display: flex;
  }
}
@media (max-width:743px) {
  .trace__top .swiper__buttons {
    display: none;
  }
}
.trace__pagination .swiper-pagination-bullet {
  width: 36px;
  height: 6px;
  border-radius: 5px;
  opacity: 1;
  background: #DADADA;
}
.trace__pagination .swiper-pagination-bullet-active {
  background-color: #D72A17;
}

.facts {
  padding-bottom: 120px;
}
@media (max-width:743px) {
  .facts {
    padding-bottom: 90px;
  }
}
.facts .row {
  margin-top: 73px;
  gap: 20px;
}
.facts__top {
  display: flex;
  justify-content: space-between;
}
.facts__top .swiper__buttons {
  display: none;
}
@media (max-width:1340px) {
  .facts__top .swiper__buttons {
    display: flex;
  }
}
@media (max-width:743px) {
  .facts__top .swiper__buttons {
    display: none;
  }
}
.facts__swiper {
  margin: -19px;
  padding: 19px;
  padding-top: 73px;
}
@media (max-width:743px) {
  .facts__swiper {
    padding-top: 90px;
    padding-bottom: 35px;
  }
  .facts__swiper .swiper-pagination-bullet {
    width: 36px;
    height: 6px;
    border-radius: 5px;
    opacity: 1;
    background: #DADADA;
  }
  .facts__swiper .swiper-pagination-bullet-active {
    background-color: #D72A17;
  }
}
.facts__swiper .facts__item {
  width: 100%;
  height: 100%;
}
.facts__swiper .swiper-slide {
  height: auto;
}
.facts__swiper .swiper-slide:nth-child(2n) .facts__item-top::after {
  background-color: #404557;
}
.facts__item {
  width: calc(33.3333333333% - 13.333px);
}
.facts__item:nth-child(2n) .facts__item-top::after {
  background-color: #404557;
}
.facts__item-top {
  position: relative;
  display: flex;
  justify-content: center;
  height: 216px;
}
@media (max-width:1340px) {
  .facts__item-top {
    height: 175px;
  }
}
.facts__item-top img {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.facts__item-top::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 216px;
  opacity: 1;
  border-top-left-radius: 370px;
  border-top-right-radius: 370px;
  background-color: #3B6F53;
  bottom: 0;
  z-index: -1;
  background-image: url(../images/fact-bg.svg);
  background-size: cover;
  background-position: center;
}
@media (max-width:1340px) {
  .facts__item-top::after {
    height: 175px;
  }
}
.facts__item-content {
  border-radius: 0 0 10px 10px;
  background: #FFF;
  padding: 30px 30px 50px 30px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  height: calc(100% - 216px);
}
@media (max-width:1340px) {
  .facts__item-content {
    height: calc(100% - 175px);
  }
}
@media (max-width:743px) {
  .facts__item-content {
    padding: 20px 37px 40px 18px;
  }
}
.facts__item-content h4 {
  color: #2F2F36;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.24px;
  margin-bottom: 10px;
}
@media (max-width:743px) {
  .facts__item-content h4 {
    font-size: 20px;
  }
}
.facts__item-content p {
  color: #404557;
  font-family: "Panton";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.17px;
}
@media (max-width:743px) {
  .facts__item-content p {
    font-size: 16px;
  }
}

.holiday {
  padding-bottom: 120px;
}
@media (max-width:1340px) {
  .holiday {
    padding-bottom: 90px;
  }
}
.holiday .row {
  gap: 40px;
}
@media (max-width:1340px) {
  .holiday .row {
    gap: 30px;
  }
}
.holiday__image {
  width: 610px;
  height: 560px;
  position: relative;
}
@media (max-width:1340px) {
  .holiday__image {
    width: 100%;
    height: 400px;
  }
}
@media (max-width:743px) {
  .holiday__image {
    height: 192px;
  }
}
.holiday__image.green::after {
  background-color: #E0EFE8;
}
.holiday__image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -20px;
  left: -20px;
  background-color: #F4E3E1;
  border-radius: 10px;
  z-index: -1;
}
@media (max-width:1340px) {
  .holiday__image::after {
    top: -10px;
    left: -10px;
  }
}
.holiday__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width:1340px) {
  .holiday__image img {
    object-position: top;
  }
}
@media (max-width:743px) {
  .holiday__image img {
    /* object-position: center -69px; */
    object-fit: contain;
  }
  .holiday__image::after {
    height: 113%;
  }
}
.holiday__info {
  max-width: 670px;
  margin-top: 30px;
}
@media (max-width:1340px) {
  .holiday__info {
    max-width: 100%;
    margin-top: 0;
  }
}
.holiday__texts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
@media (max-width:743px) {
  .holiday__texts {
    margin-top: 10px;
  }
}
.holiday__texts p {
  color: #404557;
  font-family: "Panton";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.17px;
}
@media (max-width:1340px) {
  .holiday__texts p {
    font-size: 16px;
  }
}
.holiday__advantages {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width:1340px) {
  .holiday__advantages {
    margin-top: 22px;
  }
}
@media (max-width:743px) {
  .holiday__advantages {
    margin-top: 30px;
  }
}
.holiday__advantages-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.holiday__advantages-item .icon {
  width: 60px;
  height: 60px;
  opacity: 1;
  border-radius: 10px;
  background-color: #3B6F53;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.holiday__advantages-item span {
  color: #404557;
  font-family: "Panton";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.17px;
  max-width: 387px;
}
@media (max-width:1340px) {
  .holiday__advantages-item span {
    font-size: 16px;
  }
}
.holiday__btn {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 3%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D72A17;
  padding: 20px 30px;
  width: fit-content;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  margin-top: 60px;
}
@media (max-width:1340px) {
  .holiday__btn {
    margin-top: 40px;
    font-size: 16px;
  }
}
.holiday__btn:hover {
  background-color: #B50B0B;
}

.entertainment {
  padding-bottom: 120px;
}
@media (max-width:1340px) {
  .entertainment {
    padding-bottom: 90px;
  }
}
.entertainment .row {
  gap: 20px;
  margin-top: 50px;
}
@media (max-width:1340px) {
  .entertainment .row {
    flex-wrap: nowrap;
    gap: 0;
    margin-top: 30px;
  }
}
.entertainment__item {
  width: calc(50% - 10px);
  min-height: 332px;
  border-radius: 10px;
  color: #fff;
  position: relative;
  transition: 0.3s all ease;
}
.entertainment__item-content {
  background-color: #D72A17;
  background-image: url(../images/entertainment-bg.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 50px 40px;
  border-radius: 10px;
  height: 100%;
  min-height: 332px;
}
@media (max-width:1340px) {
  .entertainment__item-content {
    background-size: cover;
  }
}
@media (max-width:743px) {
  .entertainment__item-content {
    padding: 30px;
    overflow: hidden;
    height: 100%;
    background-size: cover;
  }
}
.entertainment__item-content:hover {
  animation: moveBg 5s linear infinite;
}
@media (max-width:1340px) {
  .entertainment__item-content:hover {
    animation: none;
  }
}
@keyframes moveBg {
  0% {
    background-size: 100% 100%;
  }
  50% {
    background-size: 120% 120%;
  }
  100% {
    background-size: 100% 100%;
  }
}
@media (max-width:743px) {
  .entertainment__item {
    height: auto;
  }
}
.entertainment__item:nth-child(2) .entertainment__item-content, .entertainment__item:nth-child(3) .entertainment__item-content {
  background-color: #3B6F53;
}
@media (max-width:743px) {
  .entertainment__item:nth-child(3) .entertainment__item-content {
    background-color: #D72A17;
  }
  .entertainment__item:nth-child(4) .entertainment__item-content {
    background-color: #3B6F53;
  }
}
.entertainment__item h4 {
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 1%;
}
@media (max-width:743px) {
  .entertainment__item h4 {
    font-size: 20px;
  }
}
.entertainment__item p {
  font-weight: 600;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 1%;
  color: #F9F9F9;
  margin-top: 15px;
  max-width: 300px;
}
@media (max-width:743px) {
  .entertainment__item p {
    font-size: 16px;
    max-width: fit-content;
  }
}
.entertainment__item img {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width:743px) {
  .entertainment__item img {
    position: relative;
    width: 100%;
    right: -30px;
    margin-top: 15px;
  }
}
@media (max-width:1340px) {
  .entertainment__swiper {
    padding-bottom: 35px;
  }
}
.entertainment__swiper .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 5px;
  background: #DADADA;
  opacity: 1;
  border-radius: 5px;
}
.entertainment__swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #D72A17;
}

.reminder {
  padding-bottom: 120px;
}
.reminder__block {
  display: flex;
  background-color: #3B6F53;
  border-radius: 10px;
  background-image: url(../images/reminder_bg.png);
  background-size: cover;
}
.reminder__block:hover {
  animation: moveBg 5s linear infinite;
}
@keyframes moveBg {
  0% {
    background-size: 100% 100%;
  }
  50% {
    background-size: 120% 120%;
  }
  100% {
    background-size: 100% 100%;
  }
}
@media (max-width:743px) {
  .reminder__block {
    position: relative;
    margin-top: 197px;
  }
}
@media (max-width:1340px) {
  .reminder__block img {
    width: 247px;
    height: auto;
    object-fit: cover;
    object-position: right;
  }
}
@media (max-width:743px) {
  .reminder__block img {
    position: absolute;
    bottom: 100%;
    z-index: -1;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 197px;
    width: auto;
    object-fit: contain;
  }
}
.reminder__texts {
  color: #fff;
  padding-top: 60px;
  padding-right: 72px;
}
@media (max-width:1340px) {
  .reminder__texts {
    padding-top: 40px;
    padding-right: 30px;
    padding-bottom: 40px;
  }
}
@media (max-width:743px) {
  .reminder__texts {
    padding: 30px;
  }
}
.reminder__texts .section__title {
  color: #fff;
}
.reminder__texts p {
  font-weight: 600;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0.17px;
  margin-top: 10px;
}
@media (max-width:743px) {
  .reminder__texts p {
    font-size: 16px;
  }
}
.reminder__texts p strong {
  font-weight: 800;
}
.reminder__texts span {
  font-weight: 400;
  font-style: Italic;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0.17px;
  margin-top: 20px;
  display: block;
}

.marbles {
  padding-bottom: 120px;
}
@media (max-width:1340px) {
  .marbles {
    padding-bottom: 90px;
  }
}
.marbles__block {
  width: 100%;
  height: 600px;
  background-image: url(../images/marbles_bg.png);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  gap: 15px;
  background-size: cover;
}
@media (max-width:1340px) {
  .marbles__block {
    background-position: right;
  }
}
@media (max-width:743px) {
  .marbles__block {
    padding: 20px 10px;
    gap: 10px;
    height: 550px;
  }
}
.marbles__block h3 {
  padding: 10px 30px;
  background-color: #D72A17;
  font-weight: 800;
  font-size: 42px;
  line-height: 100%;
  letter-spacing: 0.17px;
  color: #fff;
  width: fit-content;
  border-radius: 10px;
}
@media (max-width:743px) {
  .marbles__block h3 {
    font-size: 32px;
    padding: 10px 20px;
  }
}
.marbles__info {
  max-width: 718px;
  padding: 20px;
  border-radius: 10px;
  border: 2px dashed #BEBEBE;
  background-color: #fff;
}
.marbles__info p {
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0.17px;
  color: #404557;
}
@media (max-width:743px) {
  .marbles__info p {
    font-size: 16px;
  }
}
.marbles__info p strong {
  font-weight: 800;
}

.acquaint {
  padding-bottom: 120px;
}
.acquaint__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width:743px) {
  .acquaint__top {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}
.acquaint__top .right {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (max-width:743px) {
  .acquaint__top .right .swiper__buttons {
    display: none;
  }
}
.acquaint__swiper {
  margin-top: 35px;
  padding-top: 40px;
  padding-bottom: 20px;
}
@media (max-width:743px) {
  .acquaint__swiper {
    padding-top: 0;
  }
}
@media (max-width:743px) {
  .acquaint__swiper .swiper-slide {
    height: auto;
  }
}
.acquaint__swiper .swiper-slide:nth-child(2n) .acquaint__item-img {
  left: auto;
  right: 0;
}
.acquaint__swiper .swiper-slide:nth-child(2n) .acquaint__item::after {
  background-color: #D72A17;
}
.acquaint__swiper .swiper-slide:nth-child(2n) .acquaint__item-content h4 {
  background-color: #D72A17;
}
.acquaint__swiper .swiper-pagination {
  display: none;
}
@media (max-width:743px) {
  .acquaint__swiper .swiper-pagination {
    display: flex;
    justify-content: center;
    bottom: 0;
  }
}
.acquaint__swiper .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 5px;
  background: #DADADA;
  opacity: 1;
  border-radius: 5px;
}
.acquaint__swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #D72A17;
}
.acquaint__item {
  position: relative;
  height: 541px;
  display: flex;
  align-items: end;
}
@media (max-width:743px) {
  .acquaint__item {
    flex-direction: column;
    height: 100%;
    gap: 10px;
  }
}
.acquaint__item:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #3B6F53;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 10px;
}
.acquaint__item-img {
  position: absolute;
  left: 0;
  bottom: -12px;
}
@media (max-width:1340px) {
  .acquaint__item-img {
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
  }
}
@media (max-width:743px) {
  .acquaint__item-img {
    width: 100%;
    position: relative;
  }
  .acquaint__item-img img {
    width: 100%;
    object-fit: cover;
  }
}
.acquaint__item-content {
  margin-left: 39px;
  margin-right: 10px;
  margin-bottom: 38px;
  position: relative;
  z-index: 3;
  background-color: #fff;
  border: 2px dashed #bebebe;
  padding: 20px;
  border-radius: 10px;
}
@media (max-width:743px) {
  .acquaint__item-content {
    margin-left: 0;
    margin-right: 0;
  }
}
.acquaint__item-content p {
  color: #404557;
  font-weight: 400;
  font-style: Regular;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0.17px;
}
.acquaint__item-content h4 {
  position: absolute;
  left: 15px;
  top: -40px;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #3B6F53;
  color: #fff;
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.17px;
  transform: rotate(-4.82deg);
}

.find {
  padding-bottom: 120px;
}
.find__block {
  height: 740px;
  margin-top: 40px;
}
.find__block iframe {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}

.enter {
  padding-bottom: 120px;
}
@media (max-width:743px) {
  .enter {
    padding-bottom: 90px;
  }
}
.enter.accommodation .enter__block-image {
  width: 60%;
}
@media (max-width:1340px) {
  .enter.accommodation .enter__block-image {
    width: 100%;
  }
}
@media (max-width:743px) {
  .enter.accommodation .enter__block-image {
    height: 220px;
  }
}
.enter.accommodation .enter__block-content {
  width: 40%;
}
@media (max-width:1340px) {
  .enter.accommodation .enter__block-content {
    width: 100%;
  }
}
@media (max-width:1340px) {
  .enter.accommodation .enter__block-bottom {
    justify-content: start;
  }
}
.enter__block {
  margin-top: 40px;
  display: flex;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media (max-width:1340px) {
  .enter__block {
    flex-direction: column;
  }
}
@media (max-width:743px) {
  .enter__block {
    margin-top: 20px;
  }
}
.enter__block-image {
  width: 66%;
  flex: 0 0 auto;
  height: 500px;
  object-fit: cover;
  overflow: hidden;
}
@media (max-width:1340px) {
  .enter__block-image {
    width: 100%;
    height: 350px;
  }
}
.enter__block-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s all ease;
}
.enter__block-image img:hover {
  transform: scale(1.1);
}
.enter__block-tags {
  position: absolute;
  display: flex;
  top: 25px;
  left: 25px;
  gap: 10px;
}
.enter__block-tags span {
  padding: 5px 20px;
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0.17px;
  color: #404557;
}
.enter__block-tags span.red {
  background-color: #D72A17;
  color: #FFF;
}
.enter__block-content {
  padding: 50px 40px;
  width: 34%;
  flex: 0 0 auto;
  background: #FFF;
  background-image: url(../images/enter-bg.png);
  background-size: cover;
}
@media (max-width:1340px) {
  .enter__block-content {
    width: 100%;
    padding: 30px 30px 40px 30px;
  }
}
@media (max-width:743px) {
  .enter__block-content {
    padding: 20px 20px 30px 20px;
  }
}
.enter__block-content h3 {
  font-weight: 800;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0.17px;
  max-width: 242px;
}
@media (max-width:1340px) {
  .enter__block-content h3 {
    max-width: fit-content;
  }
}
@media (max-width:743px) {
  .enter__block-content h3 {
    font-size: 20px;
    max-width: fit-content;
  }
}
.enter__block-content ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 30px;
}
.enter__block-content ul li {
  display: flex;
  gap: 10px;
  font-size: 16px;
  line-height: 100%;
  color: #404557;
}
.enter__block-content ul li svg {
  flex: 0 0 auto;
}
.enter__block-content ul li span {
  font-weight: 600;
}
.enter__block-content p {
  color: #404557;
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0.17px;
  margin-top: 15px;
}
@media (max-width:743px) {
  .enter__block-content p {
    font-size: 16px;
    margin-top: 10px;
  }
}
.enter__block-content a {
  display: inline-block;
  margin-top: 26px;
  padding: 15px 35px;
  background-color: #D72A17;
  color: #FFF;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1%;
  text-decoration: none;
  border-radius: 8px;
  transition: 0.3s all ease;
}
.enter__block-content a:hover {
  background-color: #b71c0f;
}
@media (max-width:1340px) {
  .enter__block-content a {
    margin-top: 0;
  }
}
@media (max-width:743px) {
  .enter__block-content a {
    padding: 10px 20px;
  }
}
.enter__block-price {
  color: #D72A17;
  font-weight: 800;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0.17px;
  display: block;
  margin-top: 30px;
  width: fit-content;
  position: relative;
}
@media (max-width:1340px) {
  .enter__block-price {
    margin-top: 0;
  }
}
@media (max-width:743px) {
  .enter__block-price {
    font-size: 22px;
  }
}
.enter__block-price span {
  position: relative;
  z-index: 2;
}
.enter__block-price:after {
  position: absolute;
  content: "";
  display: block;
  width: calc(100% + 14px);
  left: -7px;
  top: 20px;
  height: 16px;
  background-image: url(../images/ellipse-enter-price.svg);
  background-repeat: no-repeat;
  z-index: 0;
  background-size: 100%;
}
@media (max-width:743px) {
  .enter__block-price:after {
    height: 12px;
    background-size: 100%;
  }
}
@media (max-width:1340px) {
  .enter__block-bottom {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 40px;
  }
}

.tour {
  padding-bottom: 120px;
}
@media (max-width:743px) {
  .tour {
    padding-bottom: 90px;
  }
}
.tour__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tour__top .right {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width:1340px) {
  .tour__top .right .show_page {
    display: none;
  }
}
.tour__top .right .swiper__buttons {
  display: none;
}
@media (max-width:1340px) {
  .tour__top .right .swiper__buttons {
    display: flex;
  }
}
@media (max-width:743px) {
  .tour__top .right .swiper__buttons {
    display: none;
  }
}
.tour__tags {
  margin-top: 40px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width:743px) {
  .tour__tags {
    margin-top: 30px;
  }
}
.tour__tags span {
  padding: 10px 30px;
  background-color: #EEEEEE;
  color: #404557;
  font-weight: 600;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0.17px;
  border-radius: 5px;
  display: block;
  cursor: pointer;
}
.tour__tags span.active {
  background-color: #3B6F53;
  color: #fff;
}
.tour__swiper {
  margin: -20px;
  padding: 20px;
}
@media (max-width:743px) {
  .tour__swiper {
    padding-bottom: 36px;
  }
}
@media (max-width:1340px) {
  .tour__swiper .tour__row {
    flex-wrap: nowrap;
    gap: 0;
  }
}
@media (max-width:743px) {
  .tour__swiper .tour__row {
    margin-top: 30px;
  }
}
.tour__swiper .excursion-pagination {
  display: none;
}
@media (max-width:743px) {
  .tour__swiper .excursion-pagination {
    display: flex;
    justify-content: center;
    bottom: 0;
  }
}
.tour__swiper .swiper-pagination-bullet {
  width: 36px;
  height: 6px;
  border-radius: 5px;
  opacity: 1;
  background: #DADADA;
}
.tour__swiper .swiper-pagination-bullet-active {
  background-color: #D72A17;
}
.tour__row {
  display: flex;
  gap: 40px 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}
@media (max-width:1340px) {
  .tour__row {
    margin-top: 20px;
    gap: 30px 20px;
  }
}
@media (max-width:743px) {
  .tour__row {
    gap: 20px;
  }
}
.tour__item {
  width: calc(33.3333333333% - 13.333px);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  background-color: #FFF;
  display: block;
  text-decoration: none;
}
@media (max-width:1340px) {
  .tour__item {
    width: calc(50% - 10px);
  }
}
@media (max-width:743px) {
  .tour__item {
    width: 100%;
  }
}
.tour__item-image {
  display: flex;
  overflow: hidden;
  height: 310px;
}
@media (max-width:1340px) {
  .tour__item-image {
    height: 250px;
  }
}
.tour__item-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s all ease;
}
.tour__item-image img:hover {
  transform: scale(1.1);
}
.tour__item-tags {
  position: absolute;
  top: 25px;
  left: 25px;
  gap: 10px;
  display: flex;
}
.tour__item-tags span {
  padding: 5px 20px;
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  font-weight: 600;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0.17px;
  color: #404557;
}
.tour__item-tags span.red {
  background-color: #D72A17;
  color: #FFF;
}
.tour__item-tags span.green {
  background-color: #3B6F53;
  color: #FFF;
}
.tour__item-content {
  background-image: url(../images/tour_item-bg.png);
  background-size: cover;
  padding: 25px 25px 40px 25px;
  height: calc(100% - 310px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width:1340px) {
  .tour__item-content {
    height: calc(100% - 250px);
  }
}
.tour__item-content h4 {
  color: #1E1E1E;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.24px;
}
.tour__item-content ul {
  margin-top: 10px;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.tour__item-content ul li {
  color: #404557;
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0.17px;
}
.tour__item-content ul li::marker {
  color: #3B6F53;
}
.tour__item-content p {
  color: #404557;
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0.17px;
  margin-top: 10px;
}
.tour__item-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 41px;
  align-items: center;
}
.tour__item-bottom a {
  border-radius: 20px;
  border: 1px solid #FFF;
  background: #D72A17;
  color: #FFF;
  font-family: "Panton";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.16px;
  text-decoration: none;
  display: inline-flex;
  padding: 11px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: fit-content;
  transition: 0.3s all ease;
  position: relative;
  z-index: 3;
}
.tour__item-bottom a:hover {
  background-color: #B50B0B;
}
.tour__item-price {
  position: relative;
  text-align: center;
}
.tour__item-price span {
  color: #D72A17;
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.24px;
  position: relative;
  z-index: 1;
}
@media (max-width:743px) {
  .tour__item-price span {
    font-size: 20px;
  }
}
.tour__item-price::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 14px);
  background-image: url(../images/ellispe-price-tour.svg);
  height: 16px;
  left: -7px;
  top: 13px;
  background-repeat: no-repeat;
  z-index: 0;
  background-size: 100%;
  background-position: bottom;
}

.department {
  padding-bottom: 120px;
}
.department__row {
  display: flex;
  gap: 50px;
}
.department__images {
  margin-top: 20px;
  margin-left: 20px;
  position: relative;
  max-width: 610px;
}
.department__images:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #F4E3E1;
  top: -20px;
  left: -20px;
  border-radius: 10px;
}
.department__images .swiper {
  border-radius: 10px;
}
.department__images .swiper .department__pagination {
  display: flex;
  left: 20px;
  bottom: 20px;
}
.department__images .swiper .department__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #6d6b65;
  opacity: 1;
}
.department__images .swiper .department__pagination .swiper-pagination-bullet-active {
  background-color: #D72A17;
}
.department__info {
  margin-top: 40px;
  max-width: 630px;
}
.department__info p {
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0.17px;
  color: #404557;
  margin-top: 15px;
}
.department__info ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 25px;
  padding-left: 45px;
  list-style: none;
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0.17px;
  color: #404557;
  margin-top: 15px;
}
.department__info-price {
  margin-top: 20px;
  color: #D72A17;
  font-weight: 800;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0.17px;
  position: relative;
  width: fit-content;
}
.department__info-price span {
  position: relative;
  z-index: 1;
}
.department__info-price:after {
  content: "";
  position: absolute;
  width: calc(100% + 14px);
  height: 16px;
  background: url(../images/ellipse-enter-price.svg) no-repeat;
  background-size: cover;
  background-position: bottom;
  left: -7px;
  top: 20px;
  z-index: 0;
}
.department__info .btn {
  display: inline-block;
  margin-top: 31px;
  padding: 15px 35px;
  background-color: #D72A17;
  color: #FFF;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.17px;
  text-decoration: none;
  border-radius: 8px;
}

.book {
  padding-bottom: 120px;
}
.book__block {
  padding: 40px 30px;
  background-color: #D9D9D9;
  border-radius: 10px;
}
.book__block form {
  margin-top: 40px;
}
.book__block form h4 {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.24px;
}
.book__info {
  background-color: #EFEFEF;
  padding: 20px 50px;
  border-radius: 10px;
  color: #000;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0.17px;
}
.book__info a {
  color: #000;
  text-decoration: underline;
}
.book__dates {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.book__dates label {
  width: calc(16.6666666667% - 8.3333px);
  position: relative;
  background-color: #EFEFEF;
  border-radius: 10px;
  border: 1px solid #EFEFEF;
  height: 120px;
  display: flex;
  align-items: center;
  padding-bottom: 36px;
  justify-content: end;
  flex-direction: column;
  color: #000;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0.17px;
  gap: 5px;
}
.book__dates label span {
  font-size: 14px;
}
.book__dates label:has(input:checked) {
  border-color: #D72A17;
}
.book__dates label input[type=radio] {
  opacity: 0;
  position: absolute;
}
.book__dates label input[type=date] {
  position: absolute;
  z-index: 3;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  inset: 0px;
  cursor: pointer;
}
.book__dates label input[type=date]::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.book__list {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.book__list-item {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0.17px;
  color: #000;
  align-items: center;
  border-top: 1px solid #000;
  padding: 17px 20px;
}
.book__list-item .details {
  display: flex;
  gap: 95px;
  align-items: center;
}
.book__list-item .details label {
  display: flex;
}
.book__list-item .details label button {
  width: 30px;
  height: 30px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}
.book__list-item .details label input {
  background-color: transparent;
  border: none;
  outline: none;
  width: 48px;
  text-align: center;
}
.book__list-item .details label input::-webkit-inner-spin-button, .book__list-item .details label input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.book__list-total {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0.17px;
  color: #000;
  align-items: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 40px 20px;
}
.book__list-total .price {
  display: flex;
  gap: 45px;
}
.book__inputs {
  display: flex;
  gap: 10px;
  margin-top: 40px;
}
.book__inputs input {
  width: calc(33.3333% - 8.3333px);
  border-radius: 10px;
  border: 1px solid #CECECE;
  padding: 19px 25px;
  color: #404557;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.17px;
  outline: none;
}
.book__inputs .iti {
  width: calc(33.3333% - 8.3333px);
}
.book__inputs .iti input {
  width: 100%;
}
.book__inputs .iti__selected-country-primary {
  width: 70px;
  border-right: 1px solid #CECECE;
  justify-content: center;
}
.book__inputs .iti .iti__selected-dial-code {
  margin-left: 15px;
}
.book__agreement {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}
.book__agreement input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.book__agreement input:checked ~ span {
  background-image: url(../images/checkbox.svg);
  background-size: cover;
  background-color: #D72A17;
}
.book__agreement span {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.book__agreement p {
  color: #FFF;
  font-family: "Panton";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  text-align: start;
}
@media (max-width:1340px) {
  .book__agreement p {
    max-width: 290px;
  }
}
@media (max-width:743px) {
  .book__agreement p {
    font-size: 14px;
    max-width: fit-content;
  }
}
.book__btn {
  width: 100%;
  border: none;
  cursor: pointer;
  background-color: #D72A17;
  padding: 20px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.24px;
  color: #FFF;
  margin-top: 40px;
  text-align: center;
}

.places {
  padding-bottom: 120px;
}
@media (max-width:743px) {
  .places {
    padding-bottom: 90px;
  }
}
.places__tab {
  display: flex;
  gap: 10px 12px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
@media (max-width:1340px) {
  .places__tab {
    margin-bottom: 20px;
  }
}
.places__tab button {
  border: 1px solid #D5D5D5;
  padding: 15px 50px;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.17px;
  color: #404557;
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
}
.places__tab button.active {
  color: #fff;
  background-color: #3B6F53;
}
.places__tab-content {
  display: none;
}
.places__tab-content.active {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.places__item {
  display: flex;
  flex-direction: column;
  border: 1px solid #D5D5D5;
  border-radius: 10px;
  padding: 20px 30px 20px 30px;
}
@media (max-width:1340px) {
  .places__item {
    padding: 30px;
  }
}
@media (max-width:743px) {
  .places__item {
    padding: 30px 20px;
  }
}
.places__item-head {
  position: relative;
  cursor: pointer;
}
.places__item-head h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.17px;
  color: #1E1E1E;
}
.places__item-head:after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  background-image: url(../images/book-plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}
.places__item-head.active:after {
  background-image: url(../images/book-minus.svg);
}
.places__item-body {
  margin: 20px 0;
  display: flex;
  gap: 35px;
}
@media (max-width:1340px) {
  .places__item-body {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width:1340px) {
  .places__item-img {
    width: 100%;
    height: 270px;
  }
  .places__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
}
@media (max-width:743px) {
  .places__item-img {
    height: 220px;
  }
}
.places__item-infos {
  display: flex;
  flex-direction: column;
  padding-left: 22px;
}
.places__item-infos.not-after .places__item-info:after {
  display: none;
}
.places__item-info {
  padding-top: 20px;
  position: relative;
}
@media (max-width:1340px) {
  .places__item-info {
    padding-top: 0;
  }
}
.places__item-info:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: -22px;
  top: 26px;
  background-color: #D5D5D5;
}
.places__item-info:last-child:after {
  display: none;
}
.places__item-info h4 {
  font-weight: 700;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0.17px;
  color: #404557;
  position: relative;
}
@media (max-width:743px) {
  .places__item-info h4 {
    font-size: 16px;
  }
}
.places__item-info h4::after {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #D72A17;
  position: absolute;
  left: -27px;
  top: 6px;
  z-index: 2;
}
.places__item-info ul {
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0.17px;
  color: #404557;
  padding-left: 20px;
}
.places__item-info ul li::marker {
  color: #3B6F53;
}
.places__item-info p {
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0.17px;
  color: #404557;
}
@media (max-width:743px) {
  .places__item-info p {
    font-size: 16px;
  }
}
.places__item-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.17px;
  color: #fff;
  padding: 11px 30px;
  background-color: #D72A17;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  text-decoration: none;
  margin-top: 30px;
  width: fit-content;
}

.expedition {
  padding-bottom: 120px;
}
@media (max-width:743px) {
  .expedition {
    padding-bottom: 80px;
  }
}
.expedition__gallery {
  position: relative;
  display: flex;
  gap: 20px;
}
@media (max-width:1340px) {
  .expedition__gallery {
    gap: 10px;
  }
}
@media (max-width:743px) {
  .expedition__gallery {
    display: none;
  }
}
.expedition__gallery a {
  width: 100%;
  height: 100%;
  display: flex;
}
.expedition__gallery img {
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
  object-position: bottom;
}
.expedition__gallery-row {
  display: flex;
  flex-direction: column;
  max-width: 427px;
  width: 100%;
  gap: 20px;
}
@media (max-width:1340px) {
  .expedition__gallery-row {
    gap: 10px;
    max-width: 230px;
  }
}
.expedition__gallery-row img {
  width: 100%;
  height: 230px;
  border-radius: 10px;
  object-fit: cover;
}
@media (max-width:1340px) {
  .expedition__gallery-row img {
    height: 155px;
  }
}
.expedition__gallery-big {
  height: 480px;
  max-width: 878px;
  width: 100%;
}
@media (max-width:1340px) {
  .expedition__gallery-big {
    height: 320px;
    max-width: 480px;
  }
}
.expedition__gallery-big img {
  height: 100%;
  max-width: 100%;
  width: 100%;
}
.expedition__gallery-swiper {
  display: none;
}
@media (max-width:743px) {
  .expedition__gallery-swiper {
    display: block;
  }
}
.expedition__gallery-swiper img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 10px;
}
.expedition .excursion__gallery-pagination {
  text-align: start;
  left: 20px;
  bottom: 20px;
}
.expedition .excursion__gallery-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 0.3;
}
.expedition .excursion__gallery-pagination .swiper-pagination-bullet-active {
  background-color: #D72A17;
  opacity: 1;
}
.expedition__tags {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
  display: flex;
  gap: 10px;
}
.expedition__tags span {
  padding: 5px 20px;
  background-color: #fff;
  font-weight: 600;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0.17px;
  border-radius: 5px;
}
.expedition__tags span.green {
  background-color: #3B6F53;
  color: #fff;
}
.expedition__tags span.red {
  background-color: #D72A17;
  color: #fff;
}
.expedition__grid {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  position: relative;
}
@media (max-width:1340px) {
  .expedition__grid {
    flex-direction: column-reverse;
  }
}
.expedition__block {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  width: calc(67% - 11px);
  padding: 30px;
  height: fit-content;
}
@media (max-width:1340px) {
  .expedition__block {
    width: 100%;
  }
}
.expedition__block .expedition__link {
  display: none;
}
@media (max-width:1340px) {
  .expedition__block .expedition__link {
    display: flex;
  }
}
.expedition__block .expedition__prices-info {
  display: none;
}
@media (max-width:1340px) {
  .expedition__block .expedition__prices-info {
    display: block;
  }
}
.expedition__block-warning {
  margin-top: 40px;
}
.expedition__block-warning h4 {
  color: #D72A17;
  font-weight: 800;
  font-size: 17px;
  line-height: 140%;
}
.expedition__block-warning p {
  margin-top: 7px;
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  color: #404557;
}
.expedition__block-warning p a {
  color: #0052B4;
  text-decoration: none;
  border-bottom: 1px solid #0052B4;
}
.expedition__block-warning p a strong {
  font-weight: 800;
  color: #404557;
  border-bottom: none;
}
.expedition__block-warning--entrance {
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  padding: 30px 0;
}
.expedition__block-warning--entrance p a {
  color: #404557;
}
.expedition__title {
  font-weight: 800;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0.17px;
}
@media (max-width:743px) {
  .expedition__title {
    font-size: 26px;
  }
}
.expedition__desc {
  margin-top: 20px;
  color: #404557;
  font-size: 17px;
  line-height: 140%;
  font-weight: 400;
}
.expedition__rules {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0;
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  margin-top: 30px;
  gap: 10px;
}
@media (max-width:743px) {
  .expedition__rules {
    flex-direction: column;
    padding: 20px 0;
  }
}
.expedition__rules.column .expedition__rules-item {
  width: 100%;
}
.expedition__rules.odd {
  gap: 25px 60px;
}
.expedition__rules.odd .expedition__rules-item:nth-child(2n-1) {
  width: calc(55% - 30px);
}
@media (max-width:743px) {
  .expedition__rules.odd .expedition__rules-item:nth-child(2n-1) {
    width: 100%;
  }
}
.expedition__rules.odd .expedition__rules-item:nth-child(2n) {
  width: calc(45% - 30px);
}
@media (max-width:743px) {
  .expedition__rules.odd .expedition__rules-item:nth-child(2n) {
    width: 100%;
  }
}
.expedition__rules-item {
  width: calc(45% - 5px);
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width:743px) {
  .expedition__rules-item {
    width: 100%;
    align-items: start;
    font-size: 16px;
  }
}
.expedition__rules-item:nth-child(2n) {
  width: calc(55% - 5px);
}
@media (max-width:743px) {
  .expedition__rules-item:nth-child(2n) {
    width: 100%;
  }
}
.expedition__name {
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  margin-top: 40px;
}
@media (max-width:743px) {
  .expedition__name {
    font-size: 20px;
    margin-top: 30px;
  }
}
.expedition__accordion {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.expedition__accordion-item {
  padding: 20px 30px;
  border: 1px solid #D5D5D5;
  border-radius: 10px;
}
.expedition__accordion-head {
  position: relative;
  font-weight: 700;
  font-style: Bold;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0.17px;
  cursor: pointer;
}
.expedition__accordion-head:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 22px;
  height: 22px;
  background-image: url(../images/book-minus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.expedition__accordion-head.active:after {
  background-image: url(../images/book-plus.svg);
}
.expedition__accordion-body {
  margin-top: 0;
  display: none;
}
.expedition__accordion-body.active {
  margin-top: 10px;
  display: block;
}
.expedition__accordion-body p {
  font-size: 17px;
  line-height: 140%;
  color: #404557;
  font-weight: 400;
}
.expedition__photos {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px;
}
@media (max-width:743px) {
  .expedition__photos {
    gap: 4px;
    margin-top: 20px;
  }
}
.expedition__photos a {
  width: calc(33.33% - 6px);
  height: 257px;
  border-radius: 10px;
  overflow: hidden;
}
.expedition__photos a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: 0.3s all ease;
}
.expedition__photos a img:hover {
  transform: scale(1.1);
}
@media (max-width:1340px) {
  .expedition__photos a {
    height: 215px;
  }
}
@media (max-width:743px) {
  .expedition__photos a {
    height: 99px;
    width: calc(33.33% - 2.66px);
  }
}
.expedition__prices {
  width: calc(33% - 9px);
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  height: fit-content;
}
@media (max-width:1340px) {
  .expedition__prices {
    width: 100%;
    padding-top: 40px;
  }
  .expedition__prices.tb-none {
    display: none;
  }
}
.expedition__prices-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 25px;
}
.expedition__prices-item {
  display: flex;
  gap: 10px;
  align-items: end;
  justify-content: space-between;
  position: relative;
}
.expedition__prices-item p {
  font-weight: 600;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 1%;
  color: #404557;
  max-width: 207px;
  flex: 0 0 auto;
}
@media (max-width:743px) {
  .expedition__prices-item p {
    font-size: 16px;
  }
}
.expedition__prices-item p span {
  display: unset;
  color: #D72A17;
}
.expedition__prices-item span {
  font-weight: 700;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 1%;
  color: #404557;
  flex: 0 0 auto;
  display: block;
}
.expedition__prices-item span span {
  font-weight: 600;
  display: unset;
}
@media (max-width:743px) {
  .expedition__prices-item span {
    font-size: 16px;
  }
}
.expedition__prices-line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #CDCDCD;
  position: absolute;
  bottom: 0;
}
.expedition__prices-img {
  width: 100%;
  height: 120px;
  margin-bottom: 20px;
}
.expedition__prices-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.expedition__prices-name {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #404557;
  font-size: 17px;
  line-height: 140%;
  font-weight: 700;
  margin-top: 15px;
}
.expedition__prices-name strong {
  font-weight: 800;
  font-size: 20px;
  line-height: 140%;
  color: #D72A17;
}
.expedition__prices ul {
  list-style: none;
  padding-left: 10px;
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #404557;
}
.expedition__prices-info {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0%;
  display: block;
  margin-top: 15px;
  color: #696C74;
}
.expedition__prices-info a {
  color: #696C74;
}
.expedition__prices-map {
  margin-top: 25px;
  margin-bottom: 30px;
}
.expedition__prices-map img {
  max-width: fit-content;
  width: 100%;
}
.expedition__prices-map-links {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
}
.expedition__prices-map-links a {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 30px;
  border-radius: 20px;
  background-color: #404557;
  color: #fff;
}
.expedition__prices h4 {
  font-weight: 700;
  font-size: 17px;
  line-height: 140%;
  color: #404557;
  margin-bottom: 10px;
}
.expedition__prices h4.expedition__name {
  margin-top: 0;
  font-size: 24px;
  color: #1E1E1E;
}
.expedition__prices-schedule {
  margin-top: 5px;
}
.expedition__prices-schedule p {
  font-size: 15px;
  line-height: 140%;
  color: #404557;
}
.expedition__prices-schedule table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #D5D5D5;
  border-radius: 10px;
  overflow: hidden;
}
.expedition__prices-schedule table th {
  background-color: #F6F6F6;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  color: #404557;
  padding: 10px;
  border: 1px solid #D5D5D5;
}
.expedition__prices-schedule table td {
  font-size: 15px;
  text-align: center;
  color: #404557;
  padding: 10px;
  border: 1px solid #D5D5D5;
}
.expedition__prices-schedule .table-wrapper {
  border: 1px solid #D5D5D5;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  margin-top: 10px;
}
.expedition__prices-schedule table {
  border-collapse: collapse;
  width: 100%;
}
.expedition__prices-schedule table th,
.expedition__prices-schedule table td {
  border: 1px solid #D5D5D5;
  padding: 10px;
  text-align: center;
  color: #404557;
  font-size: 15px;
}
.expedition__prices-schedule table th {
  background-color: #F6F6F6;
  font-weight: 700;
}
.expedition__prices-desc {
  font-weight: 700;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 1%;
  color: #404557;
  margin-top: 7px;
}
.expedition__prices-note {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 1%;
  color: #404557;
  margin-top: 20px;
}
@media (max-width:743px) {
  .expedition__prices-note {
    font-size: 14px;
  }
}
.expedition__prices-note span {
  color: #D72A17;
  display: unset;
  font-weight: 800;
}
.expedition__warning {
  background-color: #F4E3E1;
  border-radius: 10px;
  padding: 20px;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.17px;
}
.expedition__warning span {
  color: #D72A17;
  font-weight: 800;
}
.expedition__warning a {
  color: #0052B4;
}
.expedition__warning a.red {
  color: #D72A17;
}
.expedition__warning.inside_block {
  margin-top: 20px;
}
.expedition__info {
  background-color: #E0EFE8;
  border-radius: 10px;
  padding: 20px;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.17px;
  margin-top: 25px;
}
.expedition__info span {
  color: #3B6F53;
  font-weight: 800;
}
.expedition__info span.red {
  color: #D72A17;
}
.expedition__info a {
  font-size: 16px;
  color: #404557;
}
.expedition__info.entrance {
  margin-top: 30px;
  font-size: 14px;
}
@media (max-width:743px) {
  .expedition__info {
    font-size: 14px;
    margin-top: 20px;
  }
}
.expedition__link {
  background-color: #D72A17;
  border-radius: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  margin-top: 30px;
}
.expedition__entrance {
  margin-top: 30px;
  border-radius: 10px;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.expedition__entrance p {
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  color: #404557;
  margin-top: 15px;
}
.expedition__entrance-warning {
  margin-top: 20px;
  background: #F4E3E1;
  border-radius: 10px;
  padding: 20px;
}
.expedition__entrance-warning h4 {
  color: #D72A17;
  font-weight: 800;
  font-size: 17px;
  line-height: 140%;
}
.expedition__entrance-warning p {
  margin-top: 5px;
}
@media (max-width:1340px) {
  .expedition__entrance {
    display: none;
  }
}
.expedition__radios {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
@media (max-width:743px) {
  .expedition__radios {
    flex-direction: column;
    gap: 15px;
    margin-top: 10px;
  }
}
.expedition__radios-column {
  max-width: calc(100% - 180px);
  display: flex;
  position: relative;
}
@media (max-width:743px) {
  .expedition__radios-column {
    max-width: calc(100% - 20px);
  }
}
.expedition__radios-column:after {
  content: "";
  width: 40px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 27.62%);
  right: 0;
  top: 0;
  height: 100%;
  position: absolute;
}
@media (max-width:743px) {
  .expedition__radios-column:after {
    width: 20px;
  }
}
.expedition__radios .row {
  gap: 11px;
}
@media (max-width:1340px) {
  .expedition__radios .row {
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-right: 40px;
  }
  .expedition__radios .row::-webkit-scrollbar {
    display: none;
  }
}
.expedition__radios label {
  position: relative;
  background-color: transparent;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 10px;
  flex: 0 0 auto;
}
.expedition__radios label span {
  font-weight: 600;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 1%;
  color: #404557;
}
@media (max-width:743px) {
  .expedition__radios label span {
    font-size: 14px;
  }
  .expedition__radios label span#selected-date {
    font-size: 17px;
  }
}
.expedition__radios label span strong {
  font-weight: 700;
}
.expedition__radios label:has(input:checked) {
  background-color: #3B6F53;
  color: #fff;
}
.expedition__radios label:has(input:checked) img {
  content: url(../images/calendar-white.svg);
}
.expedition__radios label input:checked ~ span {
  color: #fff;
}
.expedition__radios label input[type=radio] {
  opacity: 0;
  position: absolute;
}
.expedition__radios label input[type=date] {
  position: absolute;
  z-index: 3;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  inset: 0px;
  cursor: pointer;
}
.expedition__radios label input[type=date]::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.expedition__tickets {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  border-top: 1px solid #E2E2E2;
}
@media (max-width:743px) {
  .expedition__tickets {
    margin-top: 30px;
  }
}
.expedition__tickets-period {
  display: none;
}
.expedition__tickets-period.active {
  display: block;
}
.expedition__tickets-item {
  display: flex;
  justify-content: space-between;
  padding: 20px 10px;
  border-bottom: 1px solid #E2E2E2;
  align-items: center;
}
@media (max-width:743px) {
  .expedition__tickets-item {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 5px;
    padding: 15px 0;
  }
}
.expedition__tickets-item p {
  position: relative;
  font-weight: 600;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 1%;
  width: 340px;
  display: flex;
  gap: 5px;
  align-items: center;
}
.expedition__tickets-item p span {
  color: #D72A17;
}
.expedition__tickets-item p .info {
  position: relative;
  height: 16px;
  display: flex;
}
.expedition__tickets-item p .info span {
  position: absolute;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  width: 326px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #404557;
  padding: 15px 20px;
  border-radius: 10px;
  top: -15px;
  left: 20px;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
.expedition__tickets-item p .info span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 16px solid #fff;
  transform: rotate(90deg);
  top: 15px;
  left: -11px;
}
.expedition__tickets-item p .info:hover span {
  visibility: visible;
  opacity: 1;
}
.expedition__tickets-item .counter {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width:743px) {
  .expedition__tickets-item .counter {
    justify-content: space-between;
    width: 100%;
  }
}
.expedition__tickets-item .counter span {
  font-weight: 600;
  font-size: 17px;
  line-height: 140%;
  color: #404557;
}
.expedition__tickets-item .counter label {
  display: flex;
  border: 1px solid #D5D5D5;
  border-radius: 10px;
  height: 32px;
  align-items: center;
  padding: 0 10px;
}
.expedition__tickets-item .counter label button {
  width: 12px;
  height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.expedition__tickets-item .counter label button img {
  width: 12px;
}
.expedition__tickets-item .counter label input {
  border: none;
  text-align: center;
  width: 32px;
  font-size: 16px;
  line-height: 140%;
  color: #404557;
  outline: none;
}
.expedition__tickets-item .counter label input::-webkit-inner-spin-button, .expedition__tickets-item .counter label input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.expedition__tickets-item .total {
  min-width: 60px;
  text-align: end;
  font-weight: 700;
  font-size: 17px;
  line-height: 140%;
  color: #BEBFBF;
}
@media (max-width:743px) {
  .expedition__tickets-item .total {
    display: none;
  }
}
.expedition__tickets-item .total.active {
  color: #D72A17;
}
.expedition__tickets-info {
  display: none;
}
@media (max-width:1340px) {
  .expedition__tickets-info {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    align-items: center;
  }
}
.expedition__tickets-count {
  font-weight: 700;
  font-style: Bold;
  font-size: 17px;
  line-height: 140%;
  color: #404557;
}
.expedition__tickets-price {
  font-weight: 800;
  font-size: 20px;
  line-height: 140%;
  color: #D72A17;
}
.expedition__inputs {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  gap: 20px;
}
@media (max-width:743px) {
  .expedition__inputs {
    gap: 15px;
    margin-top: 20px;
  }
}
.expedition__inputs input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #CECECE;
  padding: 19px 25px;
  color: #404557;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.17px;
  outline: none;
}
@media (max-width:743px) {
  .expedition__inputs input {
    font-size: 15px;
  }
}
.expedition__inputs .iti {
  width: 100%;
}
.expedition__inputs .iti input {
  width: 100%;
}
.expedition__inputs .iti__selected-country-primary {
  width: 70px;
  border-right: 1px solid #CECECE;
  justify-content: center;
}
.expedition__inputs .iti .iti__selected-dial-code {
  margin-left: 15px;
}
.expedition__agreement {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}
.expedition__agreement input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.expedition__agreement input:checked ~ span {
  background-image: url(../images/checkbox.svg);
  background-size: cover;
  background-color: #D72A17;
}
.expedition__agreement span {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #D72A17;
}
.expedition__agreement p {
  font-family: "Panton";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  text-align: start;
  color: #404557;
}
@media (max-width:1340px) {
  .expedition__agreement p {
    max-width: 290px;
  }
}
@media (max-width:743px) {
  .expedition__agreement p {
    font-size: 14px;
    max-width: fit-content;
  }
}
.expedition__subtitle {
  font-weight: 700;
  font-size: 17px;
  line-height: 100%;
  margin-top: 30px;
}
.expedition__period {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  flex-wrap: wrap;
}
.expedition__period label {
  position: relative;
}
@media (max-width:743px) {
  .expedition__period label {
    width: 100%;
  }
}
.expedition__period label input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.expedition__period label span {
  border-radius: 5px;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  gap: 10px;
  display: inline-block;
  background: #eeeeee;
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
  color: #404557;
  cursor: pointer;
}
@media (max-width:743px) {
  .expedition__period label span {
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
}
.expedition__period label input:checked ~ span {
  background: #E0EFE8;
  color: #3B6F53;
  font-weight: 600;
}
.expedition__note {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.expedition__note p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #404557;
}
.expedition__note p span {
  color: #D72A17;
  font-weight: 700;
}
.expedition__free {
  margin-top: 30px;
}
.expedition__free p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #404557;
}
.expedition__free p strong {
  font-weight: 700;
}
.expedition__free ul {
  padding-left: 20px;
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #404557;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.expedition__free ul span {
  font-weight: 600;
}
.expedition__free ul li::marker {
  color: #D72A17;
}
.expedition__season {
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
}
.expedition__docs {
  margin-top: 30px;
}
.expedition__docs h4 {
  font-weight: 700;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 1%;
}
.expedition__docs ul {
  padding-left: 20px;
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #404557;
  display: flex;
  flex-direction: column;
  gap: 7px;
  list-style: none;
}
.expedition__docs ul li {
  position: relative;
}
.expedition__docs ul li::before {
  content: "";
  width: 13px;
  height: 1px;
  position: absolute;
  top: 11px;
  left: -20px;
  background-color: #D72A17;
}
.expedition__mode {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid #D5D5D5;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 1%;
  color: #404557;
}
.expedition__mode span {
  font-weight: 700;
}

.awards {
  padding-bottom: 120px;
}
@media (max-width:743px) {
  .awards {
    padding-bottom: 90px;
  }
}
.awards__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width:743px) {
  .awards__top .swiper__buttons {
    display: none;
  }
}
.awards__swiper {
  margin-top: 40px;
}
@media (max-width:743px) {
  .awards__swiper {
    padding-bottom: 40px;
  }
}
.awards__swiper .swiper-pagination-bullet {
  width: 36px;
  height: 6px;
  border-radius: 5px;
  opacity: 1;
  background: #DADADA;
}
.awards__swiper .swiper-pagination-bullet-active {
  background-color: #D72A17;
}
@media (max-width:743px) {
  .awards__swiper .swiper-slide {
    height: auto;
  }
}
.awards__item {
  display: flex;
  gap: 20px;
}
@media (max-width:1340px) {
  .awards__item {
    flex-direction: column;
  }
}
@media (max-width:743px) {
  .awards__item {
    height: 100%;
  }
}
.awards__item-img {
  border-radius: 10px;
  object-fit: cover;
  width: 538px;
  height: 410px;
}
@media (max-width:1340px) {
  .awards__item-img {
    width: 100%;
  }
}
.awards__item-info {
  width: 762px;
  padding: 50px 60px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width:1340px) {
  .awards__item-info {
    width: 100%;
    padding: 30px 20px;
  }
}
@media (max-width:743px) {
  .awards__item-info {
    box-shadow: none;
    height: calc(100% - 430px);
  }
}
.awards__item-info h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
}
.awards__item-info p {
  margin-top: 10px;
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  color: #404557;
}

.office {
  padding-bottom: 120px;
}
@media (max-width:743px) {
  .office {
    padding-bottom: 90px;
  }
}
.office__row {
  display: flex;
  gap: 23px;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width:1340px) {
  .office__row {
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
}
.office__map iframe {
  width: 873px;
  border: none;
  border-radius: 10px;
}
@media (max-width:1340px) {
  .office__map iframe {
    width: 100%;
    height: 372px;
  }
}
@media (max-width:743px) {
  .office__map iframe {
    height: 260px;
  }
}
.office__map img {
  max-width: fit-content;
  width: 100%;
}
.office__info {
  max-width: 427px;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width:1340px) {
  .office__info {
    max-width: 100%;
  }
}
@media (max-width:743px) {
  .office__info {
    padding: 30px 20px;
  }
}
.office__info p {
  color: #404557;
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0.17px;
  margin-bottom: 20px;
}
@media (max-width:743px) {
  .office__info p {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.office__info h5 {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.17px;
  margin-bottom: 10px;
}
@media (max-width:743px) {
  .office__info h5 {
    font-size: 18px;
  }
}
.office__info ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 10px;
  list-style: none;
}
.office__info ul a {
  text-decoration: none;
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  color: #404557;
}
.office__contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width:1340px) {
  .office__contacts {
    margin-top: 20px;
  }
}
@media (max-width:743px) {
  .office__contacts {
    gap: 15px;
  }
}
.office__contacts-item {
  width: calc(33.33% - 16.66px);
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}
@media (max-width:1340px) {
  .office__contacts-item {
    width: calc(50% - 10px);
  }
}
@media (max-width:743px) {
  .office__contacts-item {
    width: 100%;
  }
}
.office__contacts-item h4 {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.24px;
  max-width: 316px;
}
.office__contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.office__contact a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Panton;
  font-weight: 600;
  font-size: 17px;
  line-height: 100%;
  color: #404557;
}

.information {
  padding-bottom: 120px;
}
.information__types {
  display: flex;
  gap: 20px;
}
@media (max-width:743px) {
  .information__types {
    flex-direction: column;
  }
}
.information__types button {
  padding: 15px 50px;
  background-color: #fff;
  border: 1px solid #D5D5D5;
  border-radius: 10px;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.17px;
  color: #404557;
  cursor: pointer;
}
@media (max-width:743px) {
  .information__types button {
    width: fit-content;
  }
}
.information__types button.active {
  background-color: #3B6F53;
  color: #fff;
}
.information__content {
  margin-top: 20px;
  display: none;
}
.information__content.active {
  display: block;
}
.information__content ul {
  padding-left: 50px;
  font-weight: 400;
  font-style: Regular;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0.17px;
  color: #404557;
}
.information__content ul li::marker {
  color: #3B6F53;
}
.information__content-info {
  background-color: #E0EFE8;
  padding: 30px;
  border-radius: 10px;
  margin-top: 20px;
}
.information__content-info p {
  font-weight: 400;
  font-style: Regular;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0.17px;
  color: #404557;
}

.cafes {
  padding-bottom: 120px;
}
@media (max-width:743px) {
  .cafes {
    padding-bottom: 90px;
  }
}
.cafes__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.cafes__top .right {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width:743px) {
  .cafes__top .right .swiper__buttons {
    display: none !important;
  }
}
.cafes .row {
  gap: 40px;
}
@media (max-width:1340px) {
  .cafes .row {
    gap: 30px 20px;
  }
}
@media (max-width:1340px) {
  .cafes__swiper {
    padding: 19px;
    margin: -19px;
  }
}
@media (max-width:743px) {
  .cafes__swiper {
    padding-bottom: 35px;
  }
}
@media (max-width:1340px) {
  .cafes__swiper .row {
    gap: 0;
    flex-wrap: nowrap;
  }
  .cafes__swiper .row .cafes__item {
    height: auto;
  }
}
.cafes__swiper .swiper-pagination-bullet {
  width: 36px;
  height: 6px;
  border-radius: 5px;
  opacity: 1;
  background: #DADADA;
}
.cafes__swiper .swiper-pagination-bullet-active {
  background-color: #D72A17;
}
.cafes__item {
  width: calc(33.333% - 26.66px);
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  display: block;
  text-decoration: none;
}
@media (max-width:1340px) {
  .cafes__item {
    width: calc(50% - 20px);
  }
}
@media (max-width:743px) {
  .cafes__item {
    width: 100%;
  }
}
.cafes__item-image {
  width: 100%;
  height: 270px;
  overflow: hidden;
}
@media (max-width:1340px) {
  .cafes__item-image {
    height: 220px;
  }
}
.cafes__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all ease;
}
.cafes__item-image img:hover {
  transform: scale(1.1);
}
.cafes__item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  padding: 25px 30px 40px 30px;
  height: calc(100% - 270px);
}
@media (max-width:1340px) {
  .cafes__item-content {
    height: calc(100% - 220px);
  }
}
.cafes__item-content h4 {
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.17px;
  color: #1E1E1E;
}
.cafes__item-content ul {
  list-style: none;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.cafes__item-content ul li {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.16px;
  color: #404557;
}
.cafes__item-content p {
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0.16px;
  color: #404557;
  margin-top: 14px;
}
.cafes__item-link {
  display: inline-block;
  padding: 11px 30px;
  background: #D72A17;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.16px;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease;
  width: fit-content;
  text-decoration: none;
}
.cafes__item-link:hover {
  background: #b71c0f;
}

.cafe {
  padding-bottom: 120px;
}
@media (max-width:743px) {
  .cafe {
    padding-bottom: 90px;
  }
}
.cafe__swiper img {
  border-radius: 10px;
  height: 530px;
  width: 100%;
  object-fit: cover;
}
@media (max-width:1340px) {
  .cafe__swiper img {
    height: 320px;
  }
}
.cafe__pagination {
  left: 30px !important;
  display: flex;
  bottom: 30px !important;
  gap: 6.5px;
}
.cafe__pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #fff;
  opacity: 0.3;
  margin: 0 !important;
}
.cafe__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #D72A17;
}
.cafe__row {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
@media (max-width:1340px) {
  .cafe__row {
    flex-direction: column;
    gap: 30px;
    margin-top: 20px;
  }
}
.cafe__infos {
  max-width: 873px;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width:1340px) {
  .cafe__infos {
    padding: 40px 30px;
  }
}
@media (max-width:743px) {
  .cafe__infos {
    padding: 30px 20px 60px 20px;
  }
}
.cafe__infos h3 {
  font-weight: 800;
  font-size: 30px;
  line-height: 100%;
}
.cafe__infos h3 span {
  font-weight: 400;
}
@media (max-width:743px) {
  .cafe__infos h3 {
    font-size: 26px;
  }
}
.cafe__infos h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-top: 30px;
}
.cafe__infos p {
  font-size: 17px;
  line-height: 140%;
  margin-top: 15px;
  font-weight: 400;
  color: #404557;
}
@media (max-width:743px) {
  .cafe__infos p {
    font-size: 16px;
  }
}
.cafe__map {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 427px;
}
@media (max-width:1340px) {
  .cafe__map {
    width: 100%;
    height: 428px;
  }
}
@media (max-width:743px) {
  .cafe__map {
    height: 350px;
  }
}
.cafe__map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:743px) {
  .cafe__map img {
    object-position: bottom right;
  }
}
.cafe__peculiarities {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 80px;
  margin-top: 15px;
}
@media (max-width:1340px) {
  .cafe__peculiarities {
    gap: 10px 40px;
  }
}
.cafe__peculiarities-item {
  width: 254px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  color: #404557;
}
.cafe__peculiarities-item:nth-child(even) {
  width: max-content;
}

.festival {
  padding-bottom: 120px;
}
@media (max-width:743px) {
  .festival {
    padding-bottom: 90px;
  }
}
.festival__top {
  display: flex;
  justify-content: space-between;
}
@media (max-width:743px) {
  .festival__top .swiper__buttons {
    display: none !important;
  }
}
.festival .show_page {
  margin-top: 10px;
  text-align: start;
}
.festival__block {
  display: flex;
  margin-top: 40px;
}
.festival__images {
  display: flex;
  flex-direction: column;
  width: calc(50% - 10px);
}
@media (max-width:1340px) {
  .festival__images {
    width: 100%;
    flex-direction: row;
    gap: 10px;
  }
  .festival__images a {
    border-radius: 10px;
    object-fit: cover;
    height: 220px;
    overflow: hidden;
  }
  .festival__images a:first-child {
    width: 70%;
  }
}
@media (max-width:1340px) and (max-width:743px) {
  .festival__images a:first-child {
    width: 100%;
  }
}
@media (max-width:1340px) {
  .festival__images a:last-child {
    width: 30%;
  }
}
@media (max-width:1340px) and (max-width:743px) {
  .festival__images a:last-child {
    display: none;
  }
}
@media (max-width:1340px) {
  .festival__images img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
.festival__images-item {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
.festival__images-item.active {
  display: flex;
  gap: 10px;
  opacity: 1;
  visibility: visible;
  flex-wrap: wrap;
}
.festival__images-item a {
  display: block;
  width: calc(50% - 5px);
  height: 302px;
  border-radius: 10px;
  object-fit: cover;
  overflow: hidden;
}
.festival__images-item a:first-child {
  width: 100%;
}
.festival__images-item img {
  border-radius: 10px;
  width: calc(50% - 5px);
  object-fit: cover;
  height: 302px;
  width: 100%;
  transition: 0.3s all ease;
}
.festival__images-item img:hover {
  transform: scale(1.1);
}
.festival__swiper {
  margin-top: 40px;
}
@media (max-width:743px) {
  .festival__swiper {
    padding-bottom: 35px;
  }
}
.festival__swiper .swiper-slide {
  height: auto;
}
.festival__swiper .swiper-pagination-bullet {
  width: 36px;
  height: 6px;
  border-radius: 5px;
  opacity: 1;
  background: #DADADA;
}
@media (max-width:743px) {
  .festival__swiper .swiper-pagination-bullet {
    width: 20px;
    height: 5px;
  }
}
.festival__swiper .swiper-pagination-bullet-active {
  background-color: #D72A17;
}
.festival__cards {
  width: calc(50% - 10px);
  max-height: 614px;
  overflow-y: scroll;
  padding-right: 24px;
  padding-left: 20px;
}
.festival__cards::-webkit-scrollbar {
  width: 9px;
  background: rgb(237, 237, 237);
  border-radius: 20px;
}
.festival__cards::-webkit-scrollbar-thumb {
  background: #CECECE;
  border-radius: 20px;
}
.festival__cards-column {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.festival__card {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 198px;
  cursor: pointer;
  box-shadow: 0px 0px 10px 0px rgba(92, 92, 92, 0.1);
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
}
@media (max-width:1340px) {
  .festival__card {
    margin-top: 10px;
    height: calc(100% - 230px);
    background-color: #3B6F53;
    background-image: url(../images/event-bg.png);
    background-size: 100% 100%;
  }
}
.festival__card.active {
  background-color: #3B6F53;
  background-image: url(../images/event-bg.png);
  background-size: 100% 100%;
}
.festival__card.active:hover {
  animation: moveBg 5s linear infinite;
}
@keyframes moveBg {
  0% {
    background-size: 100% 100%;
  }
  50% {
    background-size: 120% 120%;
  }
  100% {
    background-size: 100% 100%;
  }
}
.festival__card.active h4,
.festival__card.active p,
.festival__card.active span,
.festival__card.active a {
  color: #fff;
}
.festival__card-main h4 {
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  color: #1E1E1E;
}
@media (max-width:1340px) {
  .festival__card-main h4 {
    color: #fff;
  }
}
.festival__card-main p {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #404557;
  margin-top: 10px;
  display: none;
}
@media (max-width:1340px) {
  .festival__card-main p {
    display: block;
    color: #fff;
  }
}
.festival__card-main span {
  font-weight: 500;
  font-size: 17px;
  line-height: 100%;
  color: #404557;
  margin-top: 20px;
  display: none;
}
.festival__card-main span.festival__card-date {
  margin-bottom: 10px;
  display: block;
  margin-top: 0;
}
@media (max-width:1340px) {
  .festival__card-main span {
    display: block;
    color: #fff;
  }
}
.festival__card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width:1340px) {
  .festival__card-bottom {
    margin-top: 10px;
  }
}
.festival__card-bottom span {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #404557;
}
@media (max-width:1340px) {
  .festival__card-bottom span {
    color: #fff;
  }
}
.festival__card-bottom a {
  font-weight: 700;
  font-size: 17px;
  line-height: 100%;
  color: #404557;
}
@media (max-width:1340px) {
  .festival__card-bottom a {
    color: #fff;
  }
}

.poster {
  padding-bottom: 120px;
}
@media (max-width:743px) {
  .poster {
    padding-bottom: 90px;
  }
}
.poster__buttons {
  max-width: 100%;
  overflow: scroll;
}
.poster__buttons::-webkit-scrollbar {
  display: none;
}
.poster__buttons-row {
  width: max-content;
  display: flex;
  gap: 12px;
}
.poster__btn {
  font-weight: 600;
  font-size: 17px;
  line-height: 100%;
  padding: 10px 30px;
  color: #404557;
  background: #EEEEEE;
  border-radius: 5px;
  text-decoration: none;
}
.poster__btn.active {
  background: #3B6F53;
  color: #FFFFFF;
}
.poster__wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 50px;
}
@media (max-width:1340px) {
  .poster__wrapper {
    gap: 60px;
  }
}
@media (max-width:743px) {
  .poster__wrapper {
    margin-top: 30px;
  }
}
.poster__item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 302px 260px;
  gap: 10px;
}
@media (max-width:1340px) {
  .poster__item {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(3, auto);
  }
}
@media (max-width:743px) {
  .poster__item {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
  }
}
.poster__item img {
  border-radius: 10px;
  object-fit: cover;
  display: block;
}
.poster__item img:nth-child(1) {
  grid-row: 1/7;
  grid-column: 1/2;
  height: 100%;
  width: 100%;
}
@media (max-width:1340px) {
  .poster__item img:nth-child(1) {
    display: none;
  }
}
.poster__item img:nth-child(2) {
  grid-row: 1/2;
  grid-column: 2/3;
  width: 100%;
  height: 100%;
}
@media (max-width:1340px) {
  .poster__item img:nth-child(2) {
    display: none;
  }
}
@media (max-width:743px) {
  .poster__item img:nth-child(2) {
    display: block;
    grid-column: 2/3;
    height: 150px;
    grid-row: auto;
  }
}
.poster__item img:nth-child(3) {
  grid-row: 1/2;
  grid-column: 3/5;
  width: 100%;
  height: 100%;
}
@media (max-width:1340px) {
  .poster__item img:nth-child(3) {
    grid-column: 1/3;
    height: 217px;
    grid-row: 1/1;
  }
}
@media (max-width:743px) {
  .poster__item img:nth-child(3) {
    grid-column: 1/3;
    height: 159px;
    grid-row: 1/1;
  }
}
.poster__item-card {
  grid-row: 2/7;
  grid-column: 2/4;
  background: #3B6F53;
  color: #fff;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: url(../images/poster-bg.svg);
  background-size: 100% 100%;
}
.poster__item-card:hover {
  animation: moveBg 5s linear infinite;
}
@keyframes moveBg {
  0% {
    background-size: 100% 100%;
  }
  50% {
    background-size: 120% 120%;
  }
  100% {
    background-size: 100% 100%;
  }
}
@media (max-width:1340px) {
  .poster__item-card {
    grid-column: 1/4;
    grid-row: 2/3;
    gap: 18px;
  }
}
@media (max-width:743px) {
  .poster__item-card {
    grid-column: 1/3;
    grid-row: auto;
    padding: 20px 20px 30px 20px;
    position: relative;
    padding-top: 49px;
    gap: 25px;
  }
}
.poster__item-card h4 {
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
}
@media (max-width:743px) {
  .poster__item-card h4 {
    font-size: 22px;
  }
}
.poster__item-card p {
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
  margin-top: 15px;
  color: #EAEAEA;
}
@media (max-width:743px) {
  .poster__item-card p {
    font-size: 15px;
  }
}
.poster__item-card-bottom {
  display: flex;
  gap: 50px;
  align-items: center;
}
.poster__item-date {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #F9F9F9;
}
@media (max-width:743px) {
  .poster__item-date {
    font-size: 16px;
    position: absolute;
    top: 20px;
    left: 20px;
  }
}
.poster__item-btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1%;
  color: #404557;
  text-decoration: none;
  padding: 11px 30px;
  border-radius: 20px;
  background: #FFFFFF;
  text-decoration: none;
  display: flex;
  width: fit-content;
}
@media (max-width:743px) {
  .poster__item-btn {
    width: 100%;
    justify-content: center;
  }
}
.poster__item-icon {
  grid-row: 2/7;
  grid-column: 4/5;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3B6F53;
  border-radius: 10px;
  background-image: url(../images/poster-icon-bg.svg);
  background-size: 100% 100%;
}
.poster__item-icon:hover {
  animation: moveBg 5s linear infinite;
}
@media (max-width:1340px) {
  .poster__item-icon {
    grid-row: 1/1;
    grid-column: 3/3;
  }
}
@media (max-width:743px) {
  .poster__item-icon {
    grid-column: 1/2;
    height: 150px;
    grid-row: 2/3;
    overflow: hidden;
  }
}
.poster__item-icon img {
  width: 100% !important;
  object-fit: contain !important;
}
@media (max-width:1340px) {
  .poster__item-icon img {
    display: block !important;
    height: 217px !important;
  }
}
@media (max-width:743px) {
  .poster__item-icon img {
    height: fit-content !important;
    width: 110% !important;
  }
}
.poster__item:nth-child(even) .poster__item-card {
  background-color: #D72A17;
}
.poster__item:nth-child(even) .poster__item-icon {
  background-color: #D72A17;
}
@media (max-width:1340px) {
  .poster__item:nth-child(even) img:nth-child(3) {
    grid-column: 2/4;
    height: 217px;
    grid-row: 1/1;
  }
  .poster__item:nth-child(even) .poster__item-icon {
    grid-row: 1/1;
    grid-column: 1/1;
  }
}
@media (max-width:743px) {
  .poster__item:nth-child(even) img:nth-child(3) {
    grid-column: 1/3;
    height: 159px;
    grid-row: 1/1;
  }
  .poster__item:nth-child(even) .poster__item-icon {
    grid-column: 1/2;
    height: 150px;
    grid-row: 2/3;
  }
}

.nutrition {
  padding-bottom: 120px;
}
@media (max-width:743px) {
  .nutrition {
    padding-bottom: 90px;
  }
}
.nutrition__row {
  display: flex;
  margin-top: 40px;
  gap: 20px;
}
@media (max-width:1340px) {
  .nutrition__row {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width:743px) {
  .nutrition__row {
    margin-top: 30px;
  }
}
.nutrition__item {
  width: calc(50% - 10px);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width:1340px) {
  .nutrition__item {
    width: 100%;
  }
}
.nutrition__item:nth-child(2) .nutrition__item-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #3B6F53;
  height: 70px;
  width: 70px;
}
.nutrition__item:nth-child(2) .nutrition__item-logo img {
  width: 38px;
}
.nutrition__item-top {
  position: relative;
  width: 100%;
  display: flex;
  height: 300px;
  overflow: hidden;
}
.nutrition__item-top h3 {
  font-weight: 800;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 1%;
  position: absolute;
  bottom: 20px;
  left: 30px;
  color: #fff;
}
.nutrition__item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all ease;
}
.nutrition__item-img:hover {
  transform: scale(1.1);
}
.nutrition__item-logo {
  width: fit-content;
  position: absolute;
  top: 30px;
  left: 30px;
}
.nutrition__item-content {
  padding: 25px 30px 30px 30px;
  background-color: #fff;
  background-image: url(../images/nutrition-bg.svg);
  background-size: cover;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: calc(100% - 300px);
}
.nutrition__item-content p {
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  color: #404557;
}
.nutrition__item-content ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: none;
  margin-top: 20px;
}
.nutrition__item-content ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #404557;
}
.nutrition__item-link {
  margin-top: 87px;
  background: #D72A17;
  padding: 11px 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  width: fit-content;
  transition: 0.3s all ease;
}
.nutrition__item-link:hover {
  background-color: #B50B0B;
}
@media (max-width:743px) {
  .nutrition__item-link {
    margin-top: 30px;
  }
}

.travel {
  padding-bottom: 120px;
}
.travel__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width:1340px) {
  .travel__top .swiper__buttons {
    display: flex !important;
  }
}
@media (max-width:743px) {
  .travel__top .swiper__buttons {
    display: none !important;
  }
}
.travel__swiper {
  margin: -20px;
  padding: 20px;
  margin-top: 40px;
}
@media (max-width:743px) {
  .travel__swiper {
    padding-bottom: 35px;
    margin-top: 30px;
  }
}
.travel__swiper .swiper-pagination-bullet {
  width: 36px;
  height: 6px;
  border-radius: 5px;
  opacity: 1;
  background: #DADADA;
}
.travel__swiper .swiper-pagination-bullet-active {
  background-color: #D72A17;
}
.travel__item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.travel__item-logo {
  height: 60px;
  display: flex;
  padding-bottom: 14px;
  border-bottom: 1px solid #E1E1E1;
}
.travel__item h4 {
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  margin-top: 20px;
}
.travel__item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #696C74;
}
.travel__item ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: none;
  margin-top: 20px;
}
.travel__item ul li {
  display: flex;
  gap: 10px;
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  color: #404557;
}
.travel__item ul li img {
  height: fit-content;
  margin-top: 3px;
}
.travel__item a {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  padding: 11px 30px;
  background: #D72A17;
  border-radius: 20px;
  display: inline-block;
  margin-top: 46px;
  text-decoration: none;
  transition: 0.3s all ease;
}
.travel__item a:hover {
  background-color: #B50B0B;
}

.cooperation {
  padding-bottom: 120px;
}
.cooperation__block {
  display: flex;
  background-image: url(../images/footer_form_bg.png);
  background-color: #3B6F53;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px;
  position: relative;
  margin-top: 70px;
  border-radius: 10px;
}
@media (max-width:1340px) {
  .cooperation__block {
    padding: 60px 38px;
    margin-top: 412px;
  }
}
@media (max-width:743px) {
  .cooperation__block {
    margin-top: 275px;
    padding: 20px 20px 30px 20px;
  }
}
.cooperation__block-image {
  left: 0;
  bottom: 0;
  position: absolute;
}
@media (max-width:1340px) {
  .cooperation__block-image {
    z-index: -1;
    bottom: auto;
    top: -412px;
    right: 0;
    margin: auto;
    text-align: center;
  }
}
@media (max-width:743px) {
  .cooperation__block-image {
    top: -275px;
  }
  .cooperation__block-image img {
    width: 100%;
  }
}
.cooperation__block-form {
  max-width: 650px;
  margin: 0 0 0 auto;
}
.cooperation__block-bottom {
  align-items: center;
  margin-top: 30px;
}
@media (max-width:743px) {
  .cooperation__block-bottom {
    flex-direction: column;
    gap: 25px;
  }
}
.cooperation__block-bottom label {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: start;
}
.cooperation__block-bottom label input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.cooperation__block-bottom label input:checked ~ span {
  background-image: url(../images/checkbox.svg);
  background-size: cover;
  background-color: #D72A17;
}
.cooperation__block-bottom label span {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.cooperation__block-bottom label p {
  color: #FFF;
  font-family: "Panton";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  text-align: start;
}
@media (max-width:743px) {
  .cooperation__block-bottom label p {
    font-size: 14px;
    max-width: fit-content;
  }
}
.cooperation__block-bottom button {
  border-radius: 8px;
  background: #D72A17;
  color: #FFF;
  font-family: "Panton";
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.48px;
  padding: 21px 64px;
  border: none;
  cursor: pointer;
  margin-top: 30px;
}
@media (max-width:743px) {
  .cooperation__block-bottom button {
    width: 100%;
  }
}
.cooperation__inputs {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (max-width:743px) {
  .cooperation__inputs {
    flex-direction: column;
  }
}
.cooperation__inputs .iti__country-list .iti__flag,
.cooperation__inputs .iti__country-name {
  color: #1E1E1E;
}
.cooperation__inputs .iti {
  width: 315px;
}
@media (max-width:1340px) {
  .cooperation__inputs .iti {
    width: calc(50% - 10px);
  }
  .cooperation__inputs .iti input {
    width: 100%;
  }
}
@media (max-width:1340px) and (max-width:743px) {
  .cooperation__inputs .iti input {
    width: 100%;
  }
}
@media (max-width:743px) {
  .cooperation__inputs .iti {
    width: 100%;
  }
}
.cooperation__inputs .iti__selected-country-primary {
  width: 70px;
  border-right: 1px solid #CECECE;
  justify-content: center;
}
.cooperation__inputs .iti .iti__selected-dial-code {
  margin-left: 15px;
}
.cooperation__inputs input {
  width: 315px;
  border-radius: 10px;
  border: 1px solid #CECECE;
  background: #FFF;
  font-family: "Panton";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: none;
  padding: 19px 25px;
  color: var(--, #404557);
}
@media (max-width:1340px) {
  .cooperation__inputs input {
    width: calc(50% - 10px);
  }
}
@media (max-width:743px) {
  .cooperation__inputs input {
    width: 100%;
  }
}
.cooperation__inputs input::placeholder {
  color: var(--, #404557);
}
.cooperation__inputs .iti__selected-country {
  color: #1E1E1E;
  font-family: Panton;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.cooperation textarea {
  border-radius: 10px;
  border: 1px solid #CECECE;
  background: #FFF;
  width: 100%;
  margin-top: 20px;
  height: 100px;
  flex-shrink: 0;
  padding: 19px 25px;
  resize: none;
  font-family: Panton;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: none;
}
.cooperation textarea::placeholder {
  color: var(--, #404557);
}
.cooperation__title {
  color: #fff;
  font-weight: 800;
  font-size: 30px;
  line-height: 100%;
  max-width: 590px;
}
@media (max-width:743px) {
  .cooperation__title {
    font-size: 20px;
  }
}

.awaits {
  padding-bottom: 120px;
}
@media (max-width:743px) {
  .awaits {
    padding-bottom: 90px;
  }
}
.awaits__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width:743px) {
  .awaits__top {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}
.awaits__top .swiper__buttons {
  display: none;
}
@media (max-width:1340px) {
  .awaits__top .swiper__buttons {
    display: flex;
  }
}
@media (max-width:743px) {
  .awaits__top .swiper__buttons {
    display: none;
  }
}
.awaits__swiper {
  margin-top: 40px;
}
@media (max-width:743px) {
  .awaits__swiper {
    margin-top: 30px;
    padding-bottom: 36px;
  }
}
.awaits__swiper .swiper-slide {
  height: auto;
}
.awaits__swiper .swiper-pagination-bullet {
  width: 36px;
  height: 6px;
  border-radius: 5px;
  opacity: 1;
  background: #DADADA;
}
.awaits__swiper .swiper-pagination-bullet-active {
  background-color: #D72A17;
}
.awaits__item {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1019607843);
  background-color: #fff;
  padding: 25px 25px 30px 25px;
  height: 100%;
  border-radius: 10px;
}
.awaits__item.red {
  background-color: #D72A17;
  color: #fff;
  background-image: url(../images/awaits_object.svg);
  background-size: 100% 100%;
}
.awaits__item.red:hover {
  animation: moveBg 5s linear infinite;
}
@keyframes moveBg {
  0% {
    background-size: 100% 100%;
  }
  50% {
    background-size: 120% 120%;
  }
  100% {
    background-size: 100% 100%;
  }
}
.awaits__item.red p {
  color: #fff;
}
.awaits__item.green {
  background-color: #3B6F53;
  color: #fff;
  background-image: url(../images/awaits_object.svg);
  background-size: 100% 100%;
}
.awaits__item.green:hover {
  animation: moveBg 5s linear infinite;
}
@keyframes moveBg {
  0% {
    background-size: 100% 100%;
  }
  50% {
    background-size: 120% 120%;
  }
  100% {
    background-size: 100% 100%;
  }
}
.awaits__item.green p {
  color: #fff;
}
.awaits__item h4 {
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  margin-top: 15px;
}
.awaits__item p {
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  color: #404557;
  margin-top: 10px;
}

.pics {
  padding-bottom: 120px;
}
@media (max-width:743px) {
  .pics {
    padding-bottom: 90px;
  }
}
.pics__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width:1340px) {
  .pics__wrapper {
    gap: 30px;
  }
}
.pics__item {
  width: calc(50% - 10px);
  height: 320px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width:1340px) {
  .pics__item {
    width: 100%;
    height: 355px;
  }
}
@media (max-width:743px) {
  .pics__item {
    height: 200px;
  }
}
.pics__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pics__item-info {
  padding: 10px 20px;
  background-color: #fff;
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: calc(100% - 50px);
  z-index: 2;
  border-radius: 10px;
  background-image: url(../images/objects-pick.svg);
  background-size: cover;
}
@media (max-width:743px) {
  .pics__item-info {
    width: calc(100% - 20px);
    left: 10px;
    bottom: 10px;
  }
}
.pics__item-info h4 {
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 22px;
  line-height: 100%;
}
.pics__item-info p {
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  color: #404557;
  margin-top: 5px;
}

.work {
  padding-bottom: 120px;
}
.work__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.work__top .swiper__buttons {
  display: none;
}
@media (max-width:1340px) {
  .work__top .swiper__buttons {
    display: flex;
  }
}
@media (max-width:743px) {
  .work__top .swiper__buttons {
    display: none;
  }
}
.work__swiper {
  margin-top: 40px;
  padding-bottom: 87px;
}
@media (max-width:743px) {
  .work__swiper {
    padding-bottom: 35px;
  }
}
.work__swiper .swiper-slide:nth-child(2n) {
  transform: translateY(87px);
}
@media (max-width:743px) {
  .work__swiper .swiper-slide:nth-child(2n) {
    transform: translateY(0);
  }
}
.work__swiper .swiper-slide:nth-child(2n) .work__item-image {
  background-color: #3B6F53;
}
.work__swiper .swiper-pagination {
  bottom: 0;
}
.work__swiper .swiper-pagination-bullet {
  width: 36px;
  height: 6px;
  border-radius: 5px;
  opacity: 1;
  background: #DADADA;
}
.work__swiper .swiper-pagination-bullet-active {
  background-color: #D72A17;
}
.work__item {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.work__item-image {
  height: 447px;
  background-color: #D72A17;
  background-image: url(../images/work-object.svg);
  background-size: cover;
  background-position: top;
}
.work__item-image img {
  width: 100%;
  object-fit: cover;
}
.work__item-info {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  margin-top: -147px;
  z-index: 2;
  position: relative;
  min-height: 181px;
}
@media (max-width:743px) {
  .work__item-info {
    min-height: fit-content;
  }
}
.work__item-info h4 {
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
}
@media (max-width:743px) {
  .work__item-info h4 {
    font-size: 20px;
  }
}
.work__item-info p {
  font-weight: 400;
  font-style: Regular;
  font-size: 17px;
  line-height: 140%;
  color: #404557;
  margin-top: 10px;
}
@media (max-width:743px) {
  .work__item-info p {
    font-size: 16px;
  }
}

.access {
  padding-bottom: 120px;
}
@media (max-width:1340px) {
  .access {
    padding-bottom: 90px;
  }
}
.access__block {
  background-size: cover;
  border-radius: 10px;
  margin-top: 40px;
  padding: 70px;
  overflow: hidden;
  position: relative;
}
.access__block iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
}
@media (max-width:743px) {
  .access__block iframe {
    position: relative;
    height: 660px;
    border-radius: 10px;
  }
}
@media (max-width:743px) {
  .access__block {
    padding: 50px 20px 40px 20px;
    margin-top: 30px;
  }
}
.access__form {
  margin: auto 0 auto auto;
  max-width: 466px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
@media (max-width:1340px) {
  .access__form {
    margin: auto;
  }
}
@media (max-width:743px) {
  .access__form {
    margin-top: 40px;
  }
}
.access__form:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -10px;
  right: -10px;
  background-color: rgba(59, 111, 83, 0.6);
  z-index: 0;
  border-radius: 10px;
}
@media (max-width:743px) {
  .access__form:after {
    width: calc(100% - 20px);
    right: 10px;
  }
}
.access__form-image {
  width: 100%;
  border-radius: 10px 10px 0 0;
  position: relative;
  z-index: 2;
  display: flex;
}
.access__form-image img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.access__form-content {
  padding: 30px;
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
@media (max-width:743px) {
  .access__form-content {
    padding: 25px 20px;
  }
}
.access__form-content h3 {
  font-weight: 800;
  font-size: 32px;
  line-height: 100%;
}
@media (max-width:743px) {
  .access__form-content h3 {
    font-size: 24px;
  }
}
.access__form-content p {
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
  margin-top: 15px;
  color: #404557;
}
@media (max-width:743px) {
  .access__form-content p {
    font-size: 16px;
    margin-top: 10px;
  }
}
.access__form button {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 3%;
  color: #fff;
  padding: 20px;
  display: block;
  border: none;
  outline: none;
  background-color: #D72A17;
  transition: 0.3s all ease;
  width: 100%;
  margin-top: 25px;
  border-radius: 8px;
  cursor: pointer;
}
@media (max-width:743px) {
  .access__form button {
    margin-top: 20px;
  }
}
.access__form button:hover {
  background-color: #B50B0B;
}
.access__inputs {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 25px;
}
.access__inputs input {
  border: 1px solid #CECECE;
  padding: 15px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #404557;
  border-radius: 5px;
  outline: none;
}
.access span {
  color: #696C74;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
}
.access__price {
  margin-top: 55px;
  font-weight: 700;
  font-size: 17px;
  line-height: 100%;
  display: flex;
  align-items: end;
  gap: 15px;
}
.access__price span {
  font-weight: 800;
  font-size: 20px;
}

.try {
  padding-bottom: 120px;
}
@media (max-width:743px) {
  .try {
    padding-bottom: 90px;
  }
}
.try__block {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}
@media (max-width:1340px) {
  .try__block {
    flex-direction: column;
  }
}
.try__image {
  width: calc(50% - 10px);
}
@media (max-width:1340px) {
  .try__image {
    width: 100%;
    height: 400px;
  }
}
@media (max-width:743px) {
  .try__image {
    height: 320px;
  }
}
.try__image img {
  width: 100%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}
.try__row {
  width: calc(50% - 10px);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width:1340px) {
  .try__row {
    width: 100%;
  }
}
.try__item {
  width: calc(50% - 10px);
  padding: 40px 30px;
  background: #FFFFFF;
  border-radius: 10px;
}
@media (max-width:743px) {
  .try__item {
    width: 100%;
    height: 100%;
  }
}
.try__item h4 {
  font-weight: 800;
  font-size: 22px;
  line-height: 100%;
}
.try__item p {
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  color: #404557;
  margin-top: 15px;
}
.try__swiper {
  width: 100%;
  padding-bottom: 35px;
}
.try__swiper .swiper-slide {
  height: auto;
}
.try__swiper .swiper-pagination-bullet {
  width: 36px;
  height: 6px;
  border-radius: 5px;
  opacity: 1;
  background: #DADADA;
}
.try__swiper .swiper-pagination-bullet-active {
  background-color: #D72A17;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  visibility: hidden;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  overflow-y: scroll;
  opacity: 0;
}
.modal.show {
  visibility: visible;
  opacity: 1;
}
.modal h3 {
  font-weight: 800;
  line-height: 100%;
  font-size: 30px;
}
@media (max-width:743px) {
  .modal h3 {
    font-size: 26px;
  }
}
.modal-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.modal .modal-content {
  margin: auto;
  max-width: 873px;
  border-radius: 10px;
  background-color: #fff;
  padding: 30px 40px 40px 40px;
  width: 100%;
}
@media (max-width:743px) {
  .modal .modal-content {
    padding: 20px;
  }
  .modal .modal-content .expedition__tickets-item p {
    width: fit-content;
    max-width: fit-content;
    font-size: 16px;
  }
  .modal .modal-content .expedition__tickets-item {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 0px;
    padding: 10px 0;
  }
}
.modal__calculator-image {
  height: 150px;
  width: 100%;
  position: relative;
}
.modal__calculator-image img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  object-position: bottom;
}
.modal__calculator-image h3 {
  color: #fff;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
}
@media (max-width:743px) {
  .modal__calculator-image h3 {
    font-size: 18px;
    left: 10px;
    bottom: 10px;
  }
}
.modal__calculator-tickets {
  max-height: 432px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-top: 30px;
}
.modal__calculator-tickets::-webkit-scrollbar {
  background-color: #F4F4F4;
  width: 5px;
  border-radius: 10px;
}
.modal__calculator-tickets::-webkit-scrollbar-thumb {
  background-color: #F4E3E1;
}
.modal__calculator-tickets .expedition__tickets {
  margin-top: 0;
  margin-right: 7px;
}
.modal__calculator-bottom {
  display: flex;
  justify-content: end;
  margin-top: 26px;
  gap: 10px;
  align-items: center;
}
.modal__calculator-count {
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  color: #404557;
}
.modal__calculator-price {
  font-weight: 800;
  font-size: 24px;
  line-height: 140%;
  color: #D72A17;
}/*# sourceMappingURL=main.css.map */

.disabled {
  background: rgba(105, 108, 116, 0.1) !important;
  color: #696C74 !important;
  border: 1px solid #696C74 !important;
}   
.disabled:hover {
  background: rgba(105, 108, 116, 0.1);
  color: #696C74;
  border: 1px solid #696C74;
  cursor: not-allowed;
}