body {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  position: relative;
  color: #01031b;
  margin: 0;
  padding: 0;
}
body.--no-scroll {
  overflow: hidden;
}

.button {
  border-width: 0px;
}

a {
  text-decoration: none;
  transition: 0.3s;
  display: block;
}

svg path {
  transition: 0.3s;
}

li {
  list-style: none;
}

button {
  border-width: 0px;
  transition: opacity 0.3s;
}

label {
  cursor: pointer;
}

.form-check-input {
  background-color: #e4dc9f;
}
.form-check-input[type=radio] {
  border-radius: 0;
  border: 1px solid #e9e8e8;
  min-width: 22px;
  height: 22px;
}
.form-check-input:checked {
  background-color: #e4dc9f;
}
.form-check-input:focus {
  box-shadow: 0 0 0 0;
}

textarea {
  resize: none;
}

.form-group input,
.form-group textarea {
  border-radius: 0 !important;
}
.form-group input:focus,
.form-group textarea:focus {
  box-shadow: 0 0 0 0 !important;
}

.form-control:focus {
  border-color: #06adc8;
}

.form-group input {
  border: 1px solid #06adc8;
  color: #01031b;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.88px;
}
.form-group input::placeholder {
  color: #616161;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.88px;
}

.button-gray {
  padding: 21px;
  background-color: #e9e8e8;
  color: #616161;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.5px;
  transition: 0.3s;
  border: 2px solid #e9e8e8;
}
.button-gray:hover {
  border: 2px solid #e9e8e8;
  background-color: #fcc907;
}

.button-blue {
  padding: 21px 13px;
  background-color: #06adc8;
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: 0.3s;
}
.button-blue:hover {
  opacity: 0.7;
}

.button-yellow {
  color: #01031b;
  background-color: #fcc907;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-top: 21px;
  padding-bottom: 21px;
  width: 100%;
  transition: box-shadow 0.4s;
}
.button-yellow:hover {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}

.button-double {
  position: relative;
  padding: 21px 13px;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ffffff;
  transition: 0.3s;
}
.button-double-blue {
  background-color: #06adc8;
}
.button-double-blue::after {
  border: 2px solid #06adc8;
}
.button-double-blue:hover {
  background-color: #0598af;
}
.button-double-blue:hover::after {
  border-color: #0598af;
}
.button-double-gold {
  background-color: #cc9d2f;
}
.button-double-gold::after {
  border: 2px solid #cc9d2f;
  z-index: -1;
}
.button-double-gold:hover {
  background-color: #b78d2a;
}
.button-double-gold:hover::after {
  border-color: #b78d2a;
}
.button-double::after {
  position: absolute;
  top: 9px;
  right: -7px;
  content: "";
  width: inherit;
  height: inherit;
  pointer-events: none;
  opacity: 1;
  transition: top 0.3s, right 0.3s, opacity 0.3s;
}
.button-double:hover::after, .button-double:active::after {
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
}

.btn-close-popup {
  position: absolute;
}
.btn-close-popup:hover {
  opacity: 0.7;
}

.title {
  font-family: "Calypso", serif;
  font-size: 65px;
  line-height: 70px;
  letter-spacing: 3px;
  text-align: center;
}

.menu-item {
  position: relative;
  width: 324px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}
.menu-item svg path {
  fill: #616161;
  stroke: #616161;
  transition: 0.3s;
  cursor: pointer;
}
.menu-item__wrapper {
  width: inherit;
}
.menu-item__wrapper:hover svg path {
  stroke: #06adc8;
}
.menu-item__container {
  position: absolute;
  top: 55px;
  margin: 0 auto;
}
.menu-item__img {
  position: relative;
  width: 214px;
  height: 214px;
  margin-bottom: 24px;
}
.menu-item__img div {
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, #323232 0%, #0b0b0b 100%);
  border-radius: 42.5126px;
  color: #ffffff;
  padding: 13px 18px;
}
.menu-item__img div span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 129.5%;
}
.menu-item__img div span::before {
  content: url("../../img/svg/Star.svg");
  margin-right: 5px;
}
.menu-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.menu-item__title {
  font-weight: 600;
  font-size: 24.1553px;
  line-height: 129.5%;
  text-align: center;
}
.menu-item__title div {
  font-weight: 300;
  font-size: 10.203px;
  line-height: 129.5%;
  margin-top: 6px;
  margin-bottom: 6px;
}
.menu-item__price {
  font-weight: 700;
  font-size: 11.602px;
  line-height: 129.5%;
  margin-bottom: 30px;
}
.menu-item .button {
  width: 100%;
  height: 56px;
}
.menu-item .button::after {
  z-index: 0;
}
@media (max-width: 1280px) {
  .menu-item {
    width: 252px;
  }
  .menu-item svg {
    height: 440px;
  }
  .menu-item__title {
    font-size: 18.7937px;
    line-height: 129.5%;
  }
  .menu-item__title div {
    font-size: 7.93833px;
    line-height: 129.5%;
  }
  .menu-item__price {
    font-size: 9.02675px;
    line-height: 129.5%;
  }
  .menu-item__img {
    width: 166px;
    height: 166px;
    margin-bottom: 19px;
  }
  .menu-item__img div {
    padding: 10px 14px;
  }
  .menu-item__container {
    width: 166px;
    top: 75px;
  }
  .menu-item__price {
    margin-bottom: 23px;
  }
  .menu-item .button {
    padding: 16px 14px;
    height: 43px;
  }
}
@media (max-width: 880px) {
  .menu-item {
    width: 240px;
    height: 441px;
  }
  .menu-item__price {
    margin-bottom: 22px;
  }
  .menu-item__img {
    width: 158px;
    height: 158px;
    margin-bottom: 18px;
  }
  .menu-item .button {
    padding: 15px 13px;
    height: 41px;
    font-size: 8.87235px;
    line-height: 10px;
    letter-spacing: 1.10904px;
  }
}

.gallery-items.--openPopup .gallery-popup {
  opacity: 1;
  top: 15%;
  pointer-events: all;
  z-index: 4;
}
.gallery-items.--openPopup .gallery-layout {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 1500px) {
  .gallery-items.--openPopup .gallery-popup {
    top: 5%;
  }
}

.gallery {
  position: relative;
  height: 1041px;
  background-color: #fcc907;
  overflow: hidden;
}
.gallery__container {
  width: 2000px;
  height: 447px;
  overflow: scroll;
  scrollbar-width: none;
}
.gallery__container::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.gallery__img-wrapper {
  position: relative;
  margin-right: 32px;
  min-width: 201px;
  height: 447px;
  cursor: pointer;
}
.gallery__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery__img-wrapper:last-child {
  margin-right: 0;
}
.gallery__img-wrapper:hover .gallery__img-layout {
  opacity: 0.5;
}
.gallery__img-layout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #01031bda;
  opacity: 0;
  transition: 0.3s;
  color: #ffffff;
  pointer-events: none;
}
.gallery__img-layout div {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 30px;
  letter-spacing: 0.88px;
}
.gallery__img-layout span {
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0.04em;
}
.gallery .img-bg-event {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  height: 100%;
}
.gallery-wrapper {
  margin-left: 148px;
}
.gallery-button {
  display: none;
}
.gallery-info {
  max-width: 491px;
  margin-right: 64px;
}
.gallery-info span {
  font-family: "Cormorant Upright", serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 130%;
  letter-spacing: 0.04em;
}
.gallery-title {
  font-family: "Calypso";
  font-size: 65px;
  line-height: 70px;
  letter-spacing: 3px;
  margin-bottom: 24px;
  margin-top: 25px;
}
.gallery p {
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0.04em;
  color: #616161;
}
.gallery .button {
  font-weight: 700;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0.04em;
  padding: 8px 32px;
  width: 271px;
  height: 44px;
  z-index: 1;
}
.gallery .button:hover {
  opacity: 1;
  color: #ffffff;
}
.gallery-layout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #0f1d2290;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
  z-index: 4;
}
.gallery-popup {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 10px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}
.gallery-popup .btn-close-popup {
  position: absolute;
  top: 30px;
  right: 25px;
}
.gallery-popup__wrapper {
  position: relative;
  background-color: #01031b;
  padding: 10px 83px;
  max-width: 1194px;
  max-height: 761px;
  overflow: hidden;
}
.gallery-popup__wrapper img {
  max-width: 1042px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1280px) {
  .gallery {
    height: 992px;
  }
  .gallery__container {
    height: 248px;
    width: 1300px;
  }
  .gallery__img-wrapper {
    min-width: auto;
    width: 167px;
    height: 248px;
    margin-right: 17px;
  }
  .gallery__img-layout {
    width: 100%;
    height: 100%;
  }
  .gallery__img-layout div {
    font-size: 20.0171px;
    line-height: 17px;
    letter-spacing: 0.489308px;
  }
  .gallery__img-layout span {
    font-size: 8.89651px;
    line-height: 175%;
    letter-spacing: 0.04em;
  }
  .gallery-info {
    margin-right: 20px;
  }
  .gallery-wrapper {
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  .gallery {
    height: auto;
    padding-top: 61px;
    padding-bottom: 97px;
  }
  .gallery__container {
    margin-bottom: 20px;
  }
  .gallery__img-wrapper {
    margin-right: 13px;
    min-width: 120px;
    width: 100%;
  }
  .gallery__img-layout {
    width: 100%;
    height: 100%;
  }
  .gallery__img-layout div {
    font-size: 14.7924px;
    line-height: 12px;
    letter-spacing: 0.361592px;
  }
  .gallery__img-layout span {
    font-size: 6.5744px;
    line-height: 175%;
    letter-spacing: 0.04em;
  }
  .gallery-wrapper {
    flex-direction: column !important;
    max-width: 100%;
  }
  .gallery-info {
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .gallery-info__button {
    display: none;
  }
  .gallery-title {
    font-size: 52px;
    line-height: 56px;
    letter-spacing: 2.40698px;
    margin-bottom: 20px;
  }
  .gallery p {
    margin-bottom: 0;
  }
  .gallery-button {
    display: block;
    width: 310px;
    height: 44px;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .gallery__container .slick-track {
    height: 248px;
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .gallery-title {
    font-size: 40px;
  }
}

.tour {
  max-width: 100%;
  border-radius: 13px;
  overflow: hidden;
}
.tour img {
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .tour {
    width: 100%;
    border-radius: 0;
  }
}

.page-text {
  padding-top: 131px;
}
.page-text p {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.88px;
}
@media (max-width: 1280px) {
  .page-text {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .page-text p {
    font-size: 18px;
    line-height: 27px;
  }
}

.events__items .date {
  display: none;
}
.events__items img {
  min-width: 319px;
  height: 199px;
  object-fit: cover;
  margin-right: 22px;
}
.events__items span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.88px;
  margin-top: 5px;
}
.events__items p {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.88px;
  color: #616161;
  margin-bottom: 22px;
}
.events__items .button {
  width: 195px;
  height: 56px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 5px;
  color: #ffffff;
}
.events__items .button-mobile {
  display: none;
  width: 100%;
  margin-top: 30px;
}
.events__item {
  padding: 30px 48px 30px 30px;
}
.events__item:last-child {
  margin-bottom: 53px;
}
.events__item-wrapper {
  display: flex;
}
.events__popup {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
  overflow: scroll;
  scrollbar-width: none;
}
.events__popup::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.events__popup .btn-close-popup {
  top: 22px;
  right: 19px;
}
.events__popup-wrapper {
  position: absolute;
  top: 10px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 40px 87px;
  width: 863px;
  max-width: 100%;
  height: 710px;
}
.events__popup .img {
  width: 100%;
  max-width: 100%;
  height: 374px;
  object-fit: cover;
  margin-bottom: 22px;
}
.events__popup span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.88px;
}
.events__popup .date {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.88px;
}
.events__popup p {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.88px;
  color: #616161;
  margin-bottom: 22px;
  max-height: 72px;
  overflow: scroll;
  scrollbar-width: none;
}
.events__popup p::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.events__popup .button {
  width: 100%;
  height: 56px;
  z-index: 1;
}
.events__layout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #0f1d2290;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
  z-index: 4;
}
@media (max-width: 880px) {
  .events__items .button-mobile {
    display: block;
  }
  .events__items .button-full {
    display: none;
  }
  .events__items img {
    min-width: 192px;
    height: 174px;
  }
  .events__items span {
    margin-top: 0;
  }
  .events__items p {
    height: 144px;
    overflow: scroll;
    scrollbar-width: none;
  }
  .events__items p::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  .events__item {
    padding: 5px;
    flex-direction: column !important;
  }
  .events__item:last-child {
    margin-bottom: 33px;
  }
  .events__item-wrapper {
    display: flex;
  }
  .events__item-container {
    justify-content: flex-start !important;
  }
  .events__popup-wrapper {
    padding: 40px;
    height: 100%;
  }
  .events__popup .btn-close-popup {
    top: 5px;
    right: 5px;
  }
}
@media (max-width: 576px) {
  .events__items img {
    min-width: 150px;
    height: auto;
  }
  .events__item:last-child {
    margin-bottom: 44px;
  }
}

.events-items.--openPopup .events__popup {
  opacity: 1;
  pointer-events: all;
  z-index: 4;
}
.events-items.--openPopup .events__popup-wrapper {
  top: 20%;
}
.events-items.--openPopup .events__layout {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 1500px) {
  .events-items.--openPopup .events__popup-wrapper {
    top: 5%;
  }
}

.table > :not(caption) > * > * {
  padding-right: 0;
  padding-left: 0;
}

table thead th[scope=col] {
  border-width: 0px;
  padding-left: 0;
  padding-right: 0;
}
table tbody tr {
  vertical-align: middle;
}
table tbody tr td {
  padding-left: 0;
  padding-right: 0;
}
table tbody th,
table tbody td {
  padding-top: 11px;
  padding-bottom: 16px;
  border-bottom: 1px solid #01031b;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.88px;
  color: #565656;
}
table tbody th p,
table tbody td p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.88px;
  color: #616161;
}
table tbody th {
  width: 110px;
  padding-right: 63px !important;
}
table tbody .name {
  width: 250px;
  padding-right: 53px;
}
table tbody img {
  width: 110px;
  height: 104px;
  object-fit: cover;
}
@media (max-width: 991px) {
  table thead tr th[scope=col] {
    padding-right: 10px;
    padding-left: 10px;
  }
  table th[scope=row] {
    display: none;
  }
  table th[scope=col]:first-child {
    display: none;
  }
  table tbody td {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  table tbody .name {
    width: 176px;
    padding-right: 10px;
  }
}
@media (max-width: 576px) {
  table thead {
    font-size: 12px;
  }
  table thead tr th[scope=col] {
    padding-right: 2px !important;
    padding-left: 2px !important;
  }
  table tbody td {
    font-size: 12px;
  }
  table tbody td div,
table tbody td p {
    font-size: 12px;
  }
  table tbody td {
    padding-right: 2px !important;
    padding-left: 2px !important;
  }
  table tbody .name {
    width: auto;
    padding-right: 2px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  background-color: transparent;
  width: 100vw;
  transition: background-color 0.3s;
  padding-top: 21px;
  padding-bottom: 8px;
}
.header__button {
  width: 205px;
  height: 40px;
}
.header.--blue {
  background-color: #06adc8;
  padding-bottom: 15px;
  box-shadow: 0 0px 30px 0px rgba(0, 0, 0, 0.13);
}
.header a {
  color: #ffffff;
}
.header .navbar {
  padding: 0;
}
.header .navbar__col-left .navbar-brand {
  margin-right: 22px;
}
.header .navbar__col-left .navbar-brand picture img {
  width: 100px;
}
.header .navbar__col-left li {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px;
  white-space: nowrap;
}
.header .navbar__col-left li a::before {
  opacity: 0;
  transition: 0.3s;
  margin-right: 10px;
  content: url("../../img/svg/active-page.svg");
}
.header .navbar__col-left li a:hover {
  color: #fcc907;
}
.header .navbar__col-left li a:active::before {
  opacity: 1;
}
.header .navbar__col-left li.--active {
  padding: 10px 10px 10px 23px;
}
.header .navbar__col-left li.--active a {
  color: #fcc907;
}
.header .navbar__col-left li.--active a::before {
  opacity: 1;
}
.header .navbar__col-right .open-menu {
  position: relative;
}
.header .navbar__col-right .open-menu:hover .open-menu-def {
  opacity: 0;
}
.header .navbar__col-right .open-menu:hover .open-menu-def svg path {
  fill: #ffffff;
}
.header .navbar__col-right .open-menu:hover .open-menu-hover {
  opacity: 1;
}
.header .navbar__col-right .open-menu-def {
  transition: opacity 0.5s;
}
.header .navbar__col-right .open-menu-hover {
  position: absolute;
  top: 0px;
  left: 3px;
  opacity: 0;
  transition: opacity 0.5s;
}
.header .navbar__col-right span {
  margin-right: 25px;
  padding: 0;
  cursor: pointer;
}
.header .navbar__col-right span:hover svg path {
  fill: #fcc907;
}
.header .navbar__col-right span:last-child {
  margin-right: 0;
}
.header .navbar .button {
  padding: 6px 14px;
  margin-right: 57px;
}
.header.--openMenu {
  background-color: #01031b;
}
.header.--openMenu .header__menu-sidebar {
  opacity: 1;
  pointer-events: all;
}
.header.--openMenu .header__menu-sidebar__wrapper {
  padding-top: 60px;
  padding-left: 20px;
  width: 100%;
  opacity: 1;
}
.header.--openMenu .header__layout {
  opacity: 1;
  pointer-events: all;
}
.header__menu-sidebar {
  position: absolute;
  width: 879px;
  max-width: 100%;
  height: 100vh;
  right: 0px;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.header__menu-sidebar__wrapper {
  position: absolute;
  right: 0px;
  width: 0;
  height: 100%;
  background-color: #ffffff;
  background-image: url("../../img/svg/sidebar-bg.svg");
  background-repeat: no-repeat;
  background-position: top right;
  overflow: scroll;
  scrollbar-width: none;
  opacity: 0;
  transition: width 0.5s, opacity 0.3s;
}
.header__menu-sidebar__wrapper::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.header__menu-sidebar__wrapper a {
  color: #01031b;
}
.header__menu-sidebar__wrapper .navbar-brand picture img {
  margin-bottom: 44px;
  width: 131px;
}
.header__menu-sidebar__wrapper ul li {
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 0.88px;
  margin-bottom: 10px;
  text-transform: uppercase;
  white-space: nowrap;
}
.header__menu-sidebar__wrapper ul li a:hover {
  color: #fcc907;
}
.header__menu-sidebar__wrapper .button {
  width: 197px;
  height: 45px;
  padding: 6px 14px;
  z-index: 1;
}
.header.--openEntry .header__popup-entry {
  top: 55px;
  opacity: 1;
  pointer-events: all;
}
.header__popup-entry {
  position: absolute;
  top: 27px;
  right: 50px;
  padding: 15px 14px;
  width: 250px;
  background-color: #ffffff;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);
}
.header__popup-entry .button {
  width: 100%;
  height: 36px;
  z-index: 1;
}
.header__popup-entry__username {
  margin-bottom: 10px;
}
.header__popup-entry__authorizeduser {
  display: none !important;
}
.header__popup-entry__authorizeduser a {
  color: #01031b;
  margin-bottom: 10px;
}
.header__popup-entry__authorizeduser a:hover {
  color: #cc9d2f;
}
.header__layout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #0f1d2290;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.header.--openReservation {
  background-color: #01031b;
}
.header.--openReservation .header__popup-reservation {
  top: 0px;
  opacity: 1;
  pointer-events: all;
}
.header.--openReservation .header__layout {
  opacity: 1;
  pointer-events: all;
}
.header.--openReservation .header__container-wrapper {
  background-color: #01031b;
}
.header.--openReservation .navbar__col-right .button {
  background-color: #fcc907;
}
.header__popup-reservation {
  position: absolute;
  top: -10px;
  width: 100%;
  height: 100vh;
  overflow: scroll;
  scrollbar-width: none;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: top 0.3s, opacity 0.3s;
  pointer-events: none;
}
.header__popup-reservation::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.header__popup-reservation .btn-close-popup {
  top: 23px;
  right: 29px;
  transition: 0.5s;
}
.header__popup-reservation__wrapper {
  position: relative;
  top: 15%;
  width: 981px;
  max-width: 100%;
  padding: 49px 84px 46px 47px;
  background-color: #ffffff;
  margin: 0 auto;
}
.header__popup-reservation-img {
  margin-right: 23px;
}
.header__popup-reservation-title {
  font-family: "Calypso";
  font-size: 35px;
  line-height: 70px;
  letter-spacing: 3px;
  margin-bottom: 12px;
}
.header__popup-reservation p {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.88px;
  color: #616161;
  margin-bottom: 11px;
}
.header__popup-reservation .button {
  width: 195px;
  height: 56px;
  z-index: 1;
}
.header__popup-reservation .form-group {
  margin-bottom: 11px;
}
.header__popup-reservation .form-group input {
  padding: 9px 10px;
}
.header__popup-reservation p {
  width: 460px;
  max-width: 100%;
}
.header__popup-reservation p a {
  color: #ed1833;
  transition: 0.3s;
  display: inline;
}
.header__popup-reservation p a:hover {
  opacity: 0.7;
}
.header.--openAuthorization {
  background-color: #01031b;
}
.header.--openAuthorization .header__popup-authorization {
  top: 0px;
  opacity: 1;
  pointer-events: all;
}
.header.--openAuthorization .header__layout {
  opacity: 1;
  pointer-events: all;
}
.header.--openAuthorization .header__container-wrapper {
  background-color: #01031b;
}
.header.--openAuthorization .open-entry svg path {
  fill: #fcc907;
}
.header__popup-authorization {
  position: absolute;
  top: -10px;
  width: 100%;
  height: 100vh;
  background-color: #0f1d2290;
  overflow: scroll;
  scrollbar-width: none;
  opacity: 0;
  transition: top 0.3s, opacity 0.3s;
  pointer-events: none;
}
.header__popup-authorization::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.header__popup-authorization__wrapper {
  position: absolute;
  top: 30%;
  width: 1110px;
  max-width: 100%;
  padding: 80px 74px 33px;
  background-color: #ffffff;
  transition: top 0.3s;
  border-radius: 16px;
}
.header__popup-authorization .btn-close-popup {
  top: 19px;
  right: 19px;
}
.header__popup-authorization-title {
  font-family: "Calypso";
  font-size: 65px;
  line-height: 70px;
  letter-spacing: 3px;
  margin-bottom: 19px;
}
.header__popup-authorization-inputs {
  margin-bottom: 19px;
}
.header__popup-authorization-inputs .form-group input {
  color: #01031b;
  padding: 10px 15px;
}
.header__popup-authorization-inputs .form-group input::placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 28px;
  color: #616161;
}
.header__popup-authorization label {
  font-size: 14px;
  line-height: 28px;
  color: #616161;
}
.header__popup-authorization .button {
  margin-right: 19px;
  height: 56px;
  z-index: 1;
}
.header__popup-authorization .button:first-child {
  width: 195px;
}
.header__popup-authorization .button:last-child {
  width: 236px;
  margin-right: 0;
}
.header.--openRegistration {
  background-color: #01031b;
}
.header.--openRegistration .header__popup-registration {
  top: 0px;
  pointer-events: all;
  opacity: 1;
}
.header.--openRegistration .header__layout {
  opacity: 1;
  pointer-events: all;
}
.header.--openRegistration .header__container-wrapper {
  background-color: #01031b;
}
.header.--openRegistration .open-entry svg path {
  fill: #fcc907;
}
.header__popup-registration {
  position: absolute;
  top: -10px;
  width: 100%;
  height: 100vh;
  background-color: #0f1d2290;
  overflow: scroll;
  scrollbar-width: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.header__popup-registration::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.header__popup-registration__wrapper {
  position: absolute;
  top: 15%;
  width: 1110px;
  max-width: 100%;
  padding: 80px 74px 33px;
  background-color: #ffffff;
  transition: top 0.3s;
  border-radius: 16px;
}
.header__popup-registration .btn-close-popup {
  top: 17px;
  right: 17px;
}
.header__popup-registration-title {
  font-family: "Calypso";
  font-size: 65px;
  line-height: 70px;
  letter-spacing: 3px;
  margin-bottom: 66px;
}
.header__popup-registration-inputs__wrapper {
  margin-bottom: 19px;
}
.header__popup-registration-inputs__wrapper .form-group {
  margin-right: 19px;
}
.header__popup-registration-inputs__wrapper .form-group:last-child {
  margin-right: 0;
}
.header__popup-registration .form-group label {
  font-size: 14px;
  line-height: 28px;
  color: #616161;
}
.header__popup-registration .form-group label span {
  color: #ed1833;
}
.header__popup-registration-radios {
  margin-bottom: 28px;
}
.header__popup-registration-radios span {
  font-size: 14px;
  line-height: 28px;
  color: #616161;
}
.header__popup-registration-radios .form-check {
  margin-left: 42px;
  font-size: 15px;
  line-height: 26px;
  color: #01031b;
}
.header__popup-registration-agreement {
  margin-bottom: 19px;
}
.header__popup-registration-agreement-desktop {
  margin-top: 28px;
}
.header__popup-registration-agreement-mobile {
  display: none;
  margin: 28px 0;
}
.header__popup-registration-agreement-mobile a {
  color: #2f80ed;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.88px;
  text-decoration-line: underline;
  transition: 0.3s;
}
.header__popup-registration-agreement-mobile a:hover {
  opacity: 0.7;
}
.header__popup-registration-agreement-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.88px;
  color: #565656;
  margin-bottom: 5px;
}
.header__popup-registration-agreement-text {
  border: 1px solid #06adc8;
  padding-bottom: 21px;
  padding-top: 12px;
  margin-bottom: 28px;
}
.header__popup-registration-agreement-text p {
  position: relative;
  font-size: 15px;
  line-height: 26px;
  margin: 0;
  padding: 0px 50px 38px 21px;
  height: 234px;
  overflow-y: scroll;
  scrollbar-width: 0;
}
.header__popup-registration-agreement-text p::-webkit-scrollbar {
  width: 0;
}
.header__popup-registration-agreement-text p .simplebar-track.simplebar-vertical {
  width: 21px;
}
.header__popup-registration-agreement-text p .simplebar-scrollbar::before {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background-color: #06adc8;
  border-radius: 0;
}
.header__popup-registration-agreement-text a {
  color: #01031b;
}
.header__popup-registration-agreement-checkbox {
  margin-bottom: 19px;
}
.header__popup-registration-agreement-checkbox label {
  font-size: 15px;
  line-height: 26px;
}
.header__popup-registration-agreement-checkbox label span span {
  color: #ed1833;
}
.header__popup-registration-agreement .button {
  width: 195px;
  height: 56px;
  z-index: 1;
}
.header__popup-registration .form-check-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.header__popup-registration .form-check-input + label::before {
  content: "";
  display: inline-block;
  min-width: 24px;
  height: 24px;
  margin-right: 5px;
  border: 1px solid #06adc8;
}
.header__popup-registration .form-check-input:checked + label::before {
  border-width: 0px;
  background-image: url("../../img/svg/el_ok.svg");
  background-repeat: no-repeat;
  background-size: 110% 100%;
}
.header__popup-registration .form-check-input:focus {
  box-shadow: 0 0 0 0;
}
.header.--personalAccount .header__popup-entry__unauthorizeduser {
  display: none !important;
}
.header.--personalAccount .header__popup-entry__authorizeduser {
  display: flex !important;
}
@media (max-width: 1500px) {
  .header__popup-authorization__wrapper {
    top: 5%;
  }
  .header__popup-registration__wrapper {
    top: 5%;
  }
  .header__popup-reservation__wrapper {
    top: 5%;
  }
}
@media (max-width: 1280px) {
  .header {
    padding-top: 15px;
    padding-bottom: 14px;
  }
  .header .navbar__col-left ul {
    display: none;
  }
  .header .navbar__col-left .navbar-brand {
    margin-right: 0;
  }
  .header .navbar .button {
    white-space: nowrap;
  }
  .header__menu-sidebar {
    width: 423px;
  }
  .header__menu-sidebar__wrapper {
    padding-left: 30px;
    background-image: url("../../img/svg/sidebar-bg-sm.svg");
  }
}
@media (max-width: 991px) {
  .header__popup-reservation__wrapper {
    padding: 86px 13px 31px 25px;
  }
  .header__popup-reservation-img {
    width: 333px;
    height: 482px;
    margin-right: 30px;
  }
  .header__popup-authorization__wrapper {
    padding: 80px 219px 33px;
  }
  .header__popup-authorization-inputs {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .header__popup-authorization-inputs .form-group {
    margin-bottom: 19px;
  }
  .header__popup-authorization-inputs .form-group:last-child {
    margin-bottom: 0px;
  }
  .header__popup-authorization .button:first-child {
    width: 100%;
  }
  .header__popup-authorization .button:last-child {
    width: 100%;
  }
  .header__popup-authorization .btn-close-popup {
    top: 23px;
    right: 20px;
  }
  .header__popup-registration__wrapper {
    padding: 98px 58px;
  }
  .header__popup-registration .btn-close-popup {
    top: 20px;
    right: 24px;
  }
}
@media (max-width: 880px) {
  .header__popup-reservation__wrapper {
    padding: 86px 71px 26px 90px;
  }
  .header__popup-reservation-img {
    display: none;
  }
  .header__popup-reservation .btn-close-popup {
    top: 26px;
    right: 30px;
  }
  .header__popup-authorization__wrapper {
    padding-right: 99px;
    padding-left: 99px;
  }
  .header__popup-authorization .btn-close-popup {
    top: 17px;
    right: 30px;
  }
  .header__popup-registration .form-group {
    width: 100% !important;
  }
  .header__popup-registration__wrapper {
    padding: 98px 53px 51px;
  }
  .header__popup-registration-inputs__wrapper {
    flex-direction: column !important;
    margin-bottom: 0;
  }
  .header__popup-registration-inputs__wrapper .form-group {
    margin-bottom: 19px;
  }
  .header__popup-registration-agreement-desktop {
    display: none;
  }
  .header__popup-registration-agreement-mobile {
    display: block;
  }
  .header__popup-registration-agreement .button__wrapper {
    display: flex;
    justify-content: center;
  }
  .header__popup-registration .btn-close-popup {
    top: 20px;
    right: 24px;
  }
}
@media (max-width: 576px) {
  .header .navbar__col-left {
    max-width: 73px;
    padding: 0;
  }
  .header .navbar__col-left .navbar-brand picture img {
    width: 65px;
  }
  .header .navbar__col-right {
    justify-content: space-between !important;
    padding: 0;
  }
  .header .navbar__col-right .button {
    font-size: 10px;
    margin-right: 10px;
    white-space: normal;
    margin-left: 20px;
  }
  .header .navbar__col-right button {
    margin-right: 10px;
  }
  .header__popup-reservation__wrapper {
    padding: 70px 50px 25px 37px;
  }
  .header__popup-reservation-title {
    font-size: 30px;
    line-height: 35px;
  }
  .header__popup-reservation p {
    width: 100%;
  }
  .header__popup-reservation .btn-close-popup {
    top: 19px;
    right: 18px;
  }
  .header__popup-authorization__wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
  .header__popup-authorization-title {
    font-size: 40px;
  }
  .header__popup-authorization .btn-close-popup {
    top: 26px;
    right: 30px;
  }
  .header__popup-registration__wrapper {
    padding: 48px 38px;
  }
  .header__popup-registration-title {
    font-size: 40px;
    line-height: 35px;
    margin-bottom: 19px;
  }
  .header__popup-registration .btn-close-popup {
    top: 37px;
    right: 21px;
  }
  .header__menu-sidebar {
    width: 80vw;
  }
}
@media (max-width: 424px) {
  .header__popup-entry {
    width: 170px;
    padding: 10px;
  }
  .header .navbar__col-right .button {
    width: 150px;
    margin-left: 0;
    padding: 1px;
    letter-spacing: 0.5px;
  }
  .header .navbar__col-right span {
    margin-right: 10px;
  }
  .header__popup-registration .btn-close-popup {
    top: 10px;
    right: 10px;
  }
}

.footer {
  background-color: #06adc8;
  color: #ffffff;
  padding-top: 64px;
  padding-bottom: 110px;
}
.footer__info {
  font-size: 15px;
  line-height: 25px;
  color: #e9e8e8;
}
.footer__info-phone {
  color: #e9e8e8;
}
.footer__info-phone:hover {
  opacity: 0.7;
  color: #e9e8e8;
}
.footer .navbar-brand picture {
  width: 131px;
}
.footer .navbar-brand picture img {
  width: 131px;
}
.footer p {
  margin-top: 10px;
  margin-bottom: 11px;
  max-width: 286px;
}
.footer ul {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.footer ul li {
  margin-bottom: 27px;
}
.footer ul li:last-child {
  margin-bottom: 17px;
}
.footer ul a {
  display: inline-block;
  color: #ffffff;
}
.footer ul a:hover {
  opacity: 1;
  color: #fcc907;
}
.footer .button {
  width: 206px;
  height: 56px;
  z-index: 2;
  padding: 14px 18px;
}
.footer__gallery {
  max-width: 314px;
}
.footer__gallery p {
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 100%;
  margin-top: 0;
}
.footer__gallery img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  margin-bottom: 8px;
}
@media (max-width: 1280px) {
  .footer__container {
    flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .footer ul li {
    margin-bottom: 17px;
  }
  .footer p {
    max-width: 100%;
  }
  .footer__wrapper {
    flex-direction: column;
  }
  .footer__gallery {
    max-width: 100%;
    margin-top: 64px;
  }
  .footer__gallery div {
    justify-content: center !important;
  }
  .footer__gallery div,
.footer__gallery p {
    max-width: 314px;
    margin: 0 auto;
  }
  .footer__gallery p {
    margin-bottom: 20px;
  }
  .footer__gallery img {
    width: 57px;
    height: 57px;
    margin-right: 18px;
  }
}
@media (max-width: 503px) {
  .footer__container {
    flex-direction: column !important;
  }
  .footer__info {
    margin-bottom: 20px;
  }
}

.main-page__baner {
  color: #ffffff;
  background-image: url("../../img/baner.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 95vh;
}
.main-page__baner-title {
  font-family: "Calypso", serif;
  font-size: 65px;
  line-height: 70px;
  letter-spacing: 3px;
  margin-bottom: 9px;
  opacity: 0;
  transition: 0.3s;
}
.main-page__baner-subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.88px;
  margin-bottom: 27px;
  opacity: 0;
  transition: 0.3s;
}
.main-page__baner-btns {
  opacity: 0;
  transition: 0.3s;
}
.main-page__baner-wrapper {
  margin-bottom: 50px;
  transition: 0.9s;
}
.main-page__baner .button {
  margin-right: 38px;
  cursor: pointer;
  width: 218px;
  height: 56px;
  z-index: 1;
}
.main-page__baner .button:hover {
  color: #ffffff;
}
.main-page__baner .button:last-child {
  margin-right: 0;
}
.main-page__about {
  position: relative;
  padding-top: 69px;
  overflow: hidden;
}
.main-page__about.--visible .main-page__about-quote {
  padding-bottom: 0;
}
.main-page__about.--visible .main-page__about-quote__title {
  opacity: 1;
}
.main-page__about.--visible .main-page__about-quote p {
  opacity: 1;
}
.main-page__about.--visible .main-page__about-quote__sign {
  opacity: 1;
}
.main-page__about.--visible .main-page__about-quote__photo {
  transform: scale(102%);
}
.main-page__about.--visible .main-page__about-name {
  opacity: 0.3;
  left: -200px;
}
.main-page__about-container {
  position: relative;
  overflow: hidden;
  padding-left: 140px;
  height: 850px;
  display: flex;
  align-items: flex-end;
}
.main-page__about .img-bg-about {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
}
.main-page__about-discounts {
  width: 100%;
}
.main-page__about-discounts__wrapper {
  width: 100%;
}
.main-page__about-discounts-item {
  border-radius: 14px;
  padding: 24px 100px 0px 67px;
  min-width: 1111px;
  height: 264px;
  margin-right: 47px;
  margin-left: 47px;
  overflow: hidden;
}
.main-page__about-discounts-item:last-child {
  margin-right: 0;
}
.main-page__about-discounts-item-info {
  z-index: 1;
}
.main-page__about-discounts-item.--yellow {
  position: relative;
  background: linear-gradient(180deg, #fcb827 0%, #f6f178 100%);
}
.main-page__about-discounts-item.--yellow .main-page__about-discounts-title {
  color: #01031b;
}
.main-page__about-discounts-item.--yellow p {
  color: #01031b;
}
.main-page__about-discounts-item.--red {
  background-color: #ed1833;
  color: #ffffff;
}
.main-page__about-discounts-item.--blue {
  background-color: #06adc8;
}
.main-page__about-discounts-title {
  font-family: "Calypso";
  font-size: 52px;
  line-height: 56px;
  letter-spacing: 2.40698px;
  color: #ffffff;
  margin-bottom: 4px;
}
.main-page__about-discounts p {
  font-size: 17px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 16px;
}
.main-page__about-discounts .button {
  width: 206px;
  height: 56px;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.5px;
  cursor: pointer;
}
.main-page__about-discounts .button a {
  color: #ffffff;
}
.main-page__about-discounts .item-img {
  z-index: 1;
}
.main-page__about-discounts .img-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.main-page__about-quote {
  padding-bottom: 50px;
  transition: 0.9s;
}
.main-page__about-quote__title {
  font-family: "Calypso";
  font-size: 65px;
  line-height: 70px;
  letter-spacing: 3px;
  margin-bottom: 40px;
  opacity: 0;
  transition: 0.3s;
}
.main-page__about-quote p {
  position: relative;
  font-size: 17px;
  line-height: 28px;
  color: #616161;
  padding-left: 60px;
  margin-bottom: 27px;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.6s;
}
.main-page__about-quote p::before {
  content: url("../../img/svg/quotes.svg");
  width: 47px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.main-page__about-quote__sign {
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.9s;
}
.main-page__about-quote__sign span {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #616161;
}
.main-page__about-quote__photo {
  transition: 0.9s;
  transition-delay: 0.6s;
}
.main-page__about-quote__photo img {
  max-width: 100%;
}
.main-page__about-name {
  position: absolute;
  left: -800px;
  bottom: 0px;
  z-index: -1;
  height: 100px;
  white-space: nowrap;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 128px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.88px;
  color: #cc9d2f;
  opacity: 0;
  transition: 1s;
  transition-delay: 0.6s;
}
.main-page__tour {
  position: relative;
  padding: 50px 0 162px;
  background-color: #06aec836;
  overflow: hidden;
  transition: 1.3s;
}
.main-page__tour.--visible {
  padding-top: 100px;
}
.main-page__tour.--visible .main-page__tour-title {
  opacity: 1;
}
.main-page__tour.--visible p {
  opacity: 1;
}
.main-page__tour.--visible .tour {
  opacity: 1;
}
.main-page__tour-title {
  font-family: "Calypso";
  font-size: 65px;
  line-height: 70px;
  letter-spacing: 3px;
  margin-bottom: 6px;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.3s;
}
.main-page__tour p {
  font-size: 17px;
  line-height: 28px;
  text-align: center;
  color: #616161;
  margin-bottom: 47px;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.6s;
}
.main-page__tour .img-bg-tour {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.main-page__tour .tour {
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.9s;
}
.main-page .img-bg-author {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  height: 100%;
}
.main-page__author {
  background-color: #12adc8;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.main-page__author.--visible .img-bg-right-author {
  opacity: 1;
  margin-right: 0;
}
.main-page__author.--visible .main-page__author-info {
  opacity: 1;
}
.main-page__author.--visible .main-page__author-info p {
  opacity: 1;
}
.main-page__author.--visible .main-page__author-info .button {
  opacity: 1;
}
.main-page__author.--visible .main-page__author-title {
  opacity: 1;
}
.main-page__author.--visible .main-page__author-subtitle {
  opacity: 1;
}
.main-page__author.--visible .main-page__author-note {
  opacity: 1;
}
.main-page__author.--visible .main-page__author-img {
  opacity: 1;
}
.main-page__author-wrapper {
  margin-left: 390px;
}
.main-page__author-title {
  font-family: "Calypso";
  font-size: 52.1512px;
  line-height: 56px;
  letter-spacing: 2.40698px;
  color: #ffffff;
  margin-bottom: 34px;
  opacity: 0;
  transition: 0.3s;
}
.main-page__author-img {
  display: none !important;
  width: 351px;
  max-width: 100%;
  object-fit: cover;
  margin: 0 auto;
  margin-bottom: 14px;
  opacity: 0;
  transition: opacity 0.3s;
}
.main-page__author-subtitle {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.88px;
  color: #ffffff;
  margin-bottom: 22px;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.3s;
}
.main-page__author p {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.88px;
  color: #ffffff;
  margin-bottom: 34px;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.6s;
}
.main-page__author .button {
  width: 206px;
  height: 56px;
  cursor: pointer;
  color: #ffffff;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.9s;
}
.main-page__author .button:hover {
  color: #ffffff;
}
.main-page__author-note {
  display: none;
  margin-bottom: 14px;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.6s;
}
.main-page__author-note p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 4.37px;
  text-transform: uppercase;
  margin-bottom: 13px;
  color: #fcc907;
}
.main-page__author-note div {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 29px;
  color: #ffffff;
}
.main-page__author-note .button {
  width: 169px;
  height: 14px;
  padding: 21px 18px;
}
.main-page__author .img-bg-right-author {
  max-width: 100%;
  max-width: 972px;
  height: 817px;
  margin-right: -500px;
  opacity: 0;
  transition: 0.3s;
}
.main-page__author .img-bg-right-author img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-page__author-info {
  z-index: 1;
  padding-top: 118px;
  padding-bottom: 168px;
  max-width: 531px;
  opacity: 0;
  transition: 0.9s;
}
.main-page__dishes {
  padding-top: 40px;
  padding-bottom: 41px;
  transition: 1s;
}
.main-page__dishes.--visible {
  padding-top: 90px;
}
.main-page__dishes.--visible .main-page__dishes-title {
  opacity: 1;
}
.main-page__dishes.--visible .main-page__dishes-items {
  opacity: 1;
}
.main-page__dishes.--visible a {
  opacity: 1;
}
.main-page__dishes-title {
  font-family: "Calypso";
  font-size: 65px;
  line-height: 70px;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 40px;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.3s;
}
.main-page__dishes-items {
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.6s;
  margin-right: -96px;
}
.main-page__dishes-items .menu-item {
  margin-right: 69px;
  margin-bottom: 40px;
}
.main-page__dishes a {
  color: #06adc8;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.88px;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.9s;
}
.main-page__dishes a:hover {
  opacity: 0.7;
}
.main-page__reviews {
  padding-top: 112px;
  padding-bottom: 117px;
  transition: 1.2s;
}
.main-page__reviews.--visible {
  padding-top: 152px;
}
.main-page__reviews.--visible .main-page__reviews-title {
  opacity: 1;
}
.main-page__reviews.--visible .main-page__reviews-wrapper {
  opacity: 1;
}
.main-page__reviews.--visible .main-page__reviews-text {
  opacity: 1;
}
.main-page__reviews-title {
  font-family: "Calypso";
  font-size: 65px;
  line-height: 70px;
  letter-spacing: 3px;
  margin-bottom: 32px;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.3s;
}
.main-page__reviews-text {
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.9s;
}
.main-page__reviews p {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.88px;
  margin-top: 88px;
}
.main-page__reviews p .simplebar-track.simplebar-vertical {
  background-color: #a6a6a6;
  border-radius: 30px;
  width: 12px;
  padding: 0;
  margin: 0;
}
.main-page__reviews p .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 0;
  bottom: 0;
}
.main-page__reviews p .simplebar-scrollbar::before {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  width: 12px;
  background-color: #fcc907;
  border-radius: 30px;
}
.main-page__reviews-wrapper {
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.6s;
}
.main-page__reviews-slider {
  overflow: hidden;
}
.main-page__reviews-slider__item {
  background-color: #efefef;
  border-radius: 4px;
  padding: 17px;
  color: #616161;
  margin: 0 10px;
}
.main-page__reviews-slider .user-info-img {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.main-page__reviews-slider .user-info-name {
  font-size: 15px;
  line-height: 21px;
}
.main-page__reviews-slider .user-info-date {
  font-size: 12px;
  line-height: 17px;
}
.main-page__reviews-slider .user-review {
  margin-top: 15px;
}
.main-page__reviews-slider .user-review a {
  margin-left: 30px;
  background-color: #22b484;
  border-radius: 4px;
  color: #e4dc9f;
  padding: 0 10px;
  font-size: 11px;
  line-height: 22px;
  transition: 0.3s;
}
.main-page__reviews-slider .user-review a:hover {
  opacity: 0.9;
}
.main-page__reviews-slider .user-review p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 0;
  height: 61px;
  overflow: scroll;
  padding-right: 17px;
  scrollbar-width: none;
}
.main-page__reviews-slider .user-review p::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.main-page__reviews .slider-arrow-next {
  transform: rotate(180deg);
}
.main-page__reviews .slider-arrow {
  width: 20px;
  height: 20px;
  transition: 0.3s;
}
.main-page__reviews .slider-arrow:hover {
  opacity: 0.7;
}
.main-page .gallery.--visible .gallery-info {
  padding-top: 0;
}
.main-page .gallery.--visible .gallery-info span {
  opacity: 1;
}
.main-page .gallery.--visible .gallery-info p {
  opacity: 1;
}
.main-page .gallery.--visible .gallery-info .gallery-info__button {
  opacity: 1;
}
.main-page .gallery.--visible .gallery-title {
  opacity: 1;
}
.main-page .gallery.--visible .gallery__container {
  opacity: 1;
  margin-left: 0;
}
.main-page .gallery.--visible .gallery-button {
  opacity: 1;
}
.main-page .gallery-info {
  padding-top: 40px;
  transition: 1.3s;
}
.main-page .gallery-info span {
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.3s;
}
.main-page .gallery-info p {
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.9s;
}
.main-page .gallery-info .gallery-info__button {
  opacity: 0;
  transition: 0.3s;
  transition-delay: 1.2s;
}
.main-page .gallery .gallery-button {
  opacity: 0;
  transition: 0.3s;
  transition-delay: 1.2s;
}
.main-page .gallery-title {
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.6s;
}
.main-page .gallery__container {
  margin-left: 900px;
  opacity: 0;
  transition: 1.4s;
}
@media (max-width: 1635px) {
  .main-page__about-name {
    left: 0;
  }
}
@media (max-width: 1399px) {
  .main-page .img-bg-right-author {
    height: auto;
    max-width: 500px;
  }
  .main-page__dishes-items {
    margin-right: -43px;
  }
  .main-page__dishes-items .menu-item {
    margin-right: 43px;
    margin-bottom: 31px;
  }
}
@media (max-width: 1280px) {
  .main-page__baner-title {
    font-size: 52px;
    line-height: 56px;
    letter-spacing: 2.40698px;
    margin-bottom: 23px;
  }
  .main-page__baner-subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 29px;
  }
  .main-page__baner .button {
    margin-right: 0;
  }
  .main-page__baner .button:last-child {
    display: none;
  }
  .main-page__about {
    padding-top: 48px;
  }
  .main-page__about .img-bg-about {
    display: none;
  }
  .main-page__about-discounts-item {
    min-width: 839px;
    height: 199px;
    padding: 18px 79px 0px 51px;
  }
  .main-page__about-discounts-item-info {
    margin-top: 18px;
  }
  .main-page__about-discounts-title {
    font-size: 39.2338px;
    line-height: 42px;
    letter-spacing: 1.81606px;
    margin-bottom: 0;
  }
  .main-page__about-discounts p {
    font-size: 12.8264px;
    line-height: 21px;
  }
  .main-page__about-discounts .button {
    width: 155px;
    height: 42px;
    padding: 15px 13px;
    font-size: 9.05396px;
    line-height: 11px;
    letter-spacing: 1.13174px;
  }
  .main-page__about-discounts .item-img {
    width: 202px;
    height: 191px;
  }
  .main-page__about-container {
    padding-left: 12px;
  }
  .main-page__author-wrapper {
    margin-left: auto;
  }
  .main-page__author-info {
    padding-left: 30px;
    max-width: 100%;
  }
  .main-page__author .img-bg-author {
    display: none;
  }
  .main-page__dishes-title {
    font-size: 50.5724px;
    line-height: 54px;
    letter-spacing: 2.33411px;
  }
  .main-page__dishes-items .menu-item {
    margin-bottom: 31px;
  }
  .main-page__dishes a {
    font-size: 17.1168px;
    line-height: 23px;
    letter-spacing: 0.684672px;
  }
  .main-page__reviews {
    padding-top: 51px;
    padding-bottom: 155px;
  }
  .main-page__reviews.--visible {
    padding-top: 91px;
  }
}
@media (max-width: 991px) {
  .main-page__baner-title {
    margin-bottom: 33px;
  }
  .main-page__about-discounts__wrapper {
    padding: 0 23px;
  }
  .main-page__about-discounts-item {
    margin-right: 30px;
    margin-left: 30px;
  }
  .main-page__about-discounts-item {
    min-width: 665px;
    height: 165px;
    padding: 14px 63px 0 40px;
  }
  .main-page__about-discounts-item-info {
    margin-top: 14px;
  }
  .main-page__about-discounts-title {
    font-size: 31.1252px;
    line-height: 34px;
    letter-spacing: 1.44072px;
  }
  .main-page__about-discounts p {
    font-size: 10.1755px;
    line-height: 17px;
  }
  .main-page__about-discounts .button {
    width: 123px;
    height: 33px;
    padding: 12px 11px;
    font-size: 7.18274px;
    line-height: 8px;
    letter-spacing: 0.897842px;
  }
  .main-page__about-discounts .item-img {
    width: 160px;
    height: 153px;
  }
  .main-page__about-container {
    height: 100%;
    padding-top: 101px;
    padding-bottom: 62px;
  }
  .main-page__about-quote__photo {
    display: none;
  }
  .main-page__about-quote__sign {
    display: none !important;
  }
  .main-page__about-name {
    display: none;
  }
  .main-page__tour {
    padding: 16px 0 66px;
  }
  .main-page__tour.--visible {
    padding-top: 56px;
  }
  .main-page__author .img-bg-right-author {
    display: none;
  }
  .main-page__author-info {
    padding-top: 25px;
    padding-bottom: 59px;
    text-align: center;
    padding-left: 12px;
    max-width: 100%;
  }
  .main-page__author-title {
    font-size: 65px;
    line-height: 70px;
    letter-spacing: 3px;
    margin-bottom: 37px;
  }
  .main-page__author p {
    margin-bottom: 14px;
  }
  .main-page__author-img {
    display: block !important;
  }
  .main-page__author .img-bg-author {
    display: block;
    opacity: 0.5;
  }
  .main-page__author-note {
    display: block;
  }
  .main-page__author .button {
    margin: 0 auto;
  }
  .main-page__dishes {
    padding-top: 24px;
  }
  .main-page__dishes.--visible {
    padding-top: 64px;
  }
  .main-page__dishes-items {
    margin-right: 0;
  }
  .main-page__dishes-items .menu-item {
    margin-right: 0;
    margin-bottom: 31px;
  }
  .main-page__reviews {
    padding-top: 106px;
    padding-bottom: 96px;
  }
  .main-page__reviews.--visible {
    padding-top: 146px;
  }
}
@media (max-width: 880px) {
  .main-page__about-discounts__wrapper {
    padding: 0 39px;
  }
  .main-page__about-discounts-item {
    margin-right: 10px;
    margin-left: 10px;
    width: 665px;
    height: 220px;
  }
  .main-page__about-container {
    padding-top: 75px;
    padding-bottom: 97px;
  }
  .main-page__about-quote__title {
    font-size: 52px;
    line-height: 56px;
    letter-spacing: 2.40698px;
  }
  .main-page__tour {
    padding-bottom: 41px;
  }
  .main-page__author .img-bg-author {
    left: -200px;
  }
  .main-page__dishes {
    padding-top: 92px;
  }
  .main-page__dishes.--visible {
    padding-top: 132px;
  }
  .main-page__dishes-title {
    margin-bottom: 0;
  }
  .main-page__dishes-items {
    margin-bottom: 0;
  }
  .main-page__dishes__container {
    top: 100px;
  }
  .main-page__reviews {
    padding-top: 89px;
    padding-bottom: 172px;
  }
  .main-page__reviews.--visible {
    padding-top: 129px;
  }
  .main-page__reviews-title {
    margin-bottom: 52px;
  }
  .main-page__reviews p {
    font-size: 14px;
    line-height: 27px;
  }
}
@media (max-width: 575px) {
  .main-page__baner-title {
    margin-bottom: 26px;
  }
  .main-page__baner-subtitle {
    margin-bottom: 36px;
  }
  .main-page__about-discounts__wrapper {
    padding: 0 20px;
  }
  .main-page__about-discounts-item {
    margin-left: 5px;
    margin-right: 5px;
    min-width: auto;
    max-width: 300px;
  }
  .main-page__about-discounts .item-img {
    display: none;
  }
  .main-page__author-title {
    font-size: 45px;
    line-height: 45px;
  }
  .main-page__dishes-items .menu-item {
    margin-bottom: 21px;
  }
}
@media (max-width: 503px) {
  .main-page .main-page__dishes-items {
    justify-content: center !important;
  }
}

.menu-page__container {
  padding-top: 213px;
  padding-bottom: 215px;
}
.menu-page .title {
  margin-bottom: 71px;
}
.menu-page__item {
  position: relative;
  max-width: 100%;
  height: 242px;
  overflow: hidden;
  margin-bottom: 50px;
  color: #ffffff;
  border-radius: 16px;
  text-transform: uppercase;
}
.menu-page__item::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: linear-gradient(180deg, rgba(45, 45, 45, 0), rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.5));
  content: "";
  z-index: 2;
}
.menu-page__item:hover img {
  transform: scale(110%);
}
.menu-page__item img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  object-fit: cover;
}
.menu-page__item span {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  color: #ffffff;
  z-index: 3;
}
@media (max-width: 991px) {
  .menu-page .title {
    font-size: 50.5724px;
    line-height: 54px;
    letter-spacing: 2.33411px;
  }
}
@media (max-width: 576px) {
  .menu-page__item {
    width: 100%;
    height: 252px;
  }
  .menu-page__item-wrapper {
    min-width: 100%;
  }
  .menu-page a {
    font-size: 20px;
  }
}

.menu-type-page__container {
  padding-top: 213px;
  padding-bottom: 166px;
}
.menu-type-page .title {
  margin-bottom: 120px;
}
.menu-type-page .menu-item {
  margin-bottom: 54px;
}
@media (max-width: 1280px) {
  .menu-type-page__container {
    padding-top: 108px;
    padding-bottom: 162px;
  }
  .menu-type-page .title {
    margin-bottom: 31px;
  }
  .menu-type-page .menu-item {
    margin-bottom: 31px;
  }
}
@media (max-width: 991px) {
  .menu-type-page .title {
    font-size: 50.5724px;
    line-height: 54px;
    letter-spacing: 2.33411px;
  }
  .menu-type-page__container {
    padding-top: 121px;
    padding-bottom: 92px;
  }
}
@media (max-width: 503px) {
  .menu-type-page__container {
    padding-bottom: 87px;
  }
  .menu-type-page .menu-type-page-items {
    justify-content: center !important;
  }
}

.delivery-page {
  padding-top: 176px;
  padding-bottom: 108px;
}
.delivery-page .title {
  margin-bottom: 44px;
}
.delivery-page__map {
  max-width: 100%;
  margin-bottom: 122px;
}
.delivery-page__map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.delivery-page__map-info {
  margin-top: 37px;
  width: 729px;
}
.delivery-page__map-info .blue {
  background-color: #6e91ac;
  color: #e4dc9f;
}
.delivery-page__map-info .green {
  background-color: #bfc460;
}
.delivery-page__map-info .yellow {
  background-color: #ffe475;
}
.delivery-page__map-info .red {
  background-color: #f48f8b;
  color: #e4dc9f;
}
.delivery-page__map-info div {
  padding: 15px 20px;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 28px;
  color: #ffffff;
}
.delivery-page__map-info div:last-child {
  margin-right: 0;
}
.delivery-page__subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.88px;
}
.delivery-page p {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.88px;
  color: #616161;
}
.delivery-page .page-text {
  padding-top: 0;
}
.delivery-page__text-title {
  margin-top: 30px;
  margin-bottom: 20px;
}
.delivery-page .button {
  margin-top: 62px;
  width: 100%;
  height: 56px;
  z-index: 1;
}
@media (max-width: 1280px) {
  .delivery-page {
    padding-top: 181px;
    padding-bottom: 81px;
  }
  .delivery-page__map {
    margin-bottom: 64px;
  }
  .delivery-page__map-info {
    margin: 0 auto;
    margin-top: 57px;
  }
  .delivery-page .title {
    margin-bottom: 39px;
  }
  .delivery-page .button {
    margin-top: 52px;
  }
}
@media (max-width: 991px) {
  .delivery-page {
    padding-bottom: 68px;
  }
  .delivery-page .title {
    font-family: "Calypso";
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 3px;
    margin-bottom: 50px;
  }
  .delivery-page__map-info {
    width: 349px;
    margin-top: 34px;
  }
  .delivery-page__map-info div {
    margin-bottom: 9px;
  }
  .delivery-page .button {
    margin-top: 40px;
  }
}
@media (max-width: 880px) {
  .delivery-page {
    padding-top: 156px;
    padding-bottom: 74px;
  }
  .delivery-page .title {
    margin-bottom: 45px;
  }
  .delivery-page__map-info {
    margin-top: 30px;
  }
  .delivery-page__map-info div {
    padding: 15px 12px;
  }
  .delivery-page p {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.88px;
  }
  .delivery-page__subtitle {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.88px;
  }
  .delivery-page .button {
    margin-top: 46px;
  }
}
@media (max-width: 424px) {
  .delivery-page__map-info {
    width: 100%;
  }
}

.about-page {
  padding-top: 251px;
  padding-bottom: 131px;
}
.about-page__title p {
  width: 615px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 77px;
  font-size: 17px;
  line-height: 28px;
  color: #616161;
}
.about-page .title {
  margin-bottom: 10px;
}
.about-page .tour {
  margin-bottom: 170px;
}
@media (max-width: 1280px) {
  .about-page {
    padding-top: 241px;
    padding-bottom: 80px;
  }
  .about-page .tour {
    margin-bottom: 47px;
  }
}
@media (max-width: 991px) {
  .about-page {
    padding-top: 221px;
  }
  .about-page .title {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 3px;
    margin-bottom: 19px;
  }
  .about-page__title p {
    font-size: 18px;
    line-height: 28px;
  }
  .about-page .tour {
    margin-bottom: 170px;
  }
}
@media (max-width: 575px) {
  .about-page {
    padding-top: 150px;
    padding-bottom: 74px;
  }
  .about-page .tour {
    margin-bottom: 30px;
  }
}

.events-page__container {
  padding-top: 190px;
  padding-bottom: 131px;
}
.events-page a {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #01031b;
}
.events-page a:hover {
  color: #fcc907;
}
@media (max-width: 1280px) {
  .events-page {
    padding-bottom: 98px;
  }
}
@media (max-width: 991px) {
  .events-page {
    padding-bottom: 133px;
  }
  .events-page .title {
    margin-bottom: 61px;
  }
  .events-page__item {
    padding: 30px 0;
  }
}
@media (max-width: 880px) {
  .events-page {
    padding-bottom: 74px;
  }
  .events-page .title {
    font-size: 45px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 3px;
  }
}

.basket-page__container {
  padding-top: 217px;
  padding-bottom: 144px;
}
.basket-page .title {
  padding-bottom: 57px;
}
.basket-page table {
  margin-bottom: 115px;
}
.basket-page table .name {
  width: 632px;
}
.basket-page__delete {
  cursor: pointer;
  transition: 0.3s;
}
.basket-page__delete picture img {
  width: 24px;
  height: 24px;
}
.basket-page__delete:hover {
  opacity: 0.7;
}
.basket-page__reservation button {
  margin-right: 16px;
  width: 173px;
  height: 56px;
}
.basket-page__reservation p {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.88px;
  color: #565656;
}
@media (max-width: 1280px) {
  .basket-page__container {
    padding-top: 190px;
    padding-bottom: 154px;
  }
  .basket-page table {
    margin-bottom: 69px;
  }
  .basket-page table .name {
    width: 245px;
  }
  .basket-page .title {
    padding-bottom: 84px;
  }
}
@media (max-width: 991px) {
  .basket-page__container {
    padding-bottom: 99px;
  }
  .basket-page table {
    margin-bottom: 57px;
  }
  .basket-page table .name {
    width: auto;
    padding-right: 0;
  }
  .basket-page table th[scope=row] {
    padding-right: 14px !important;
  }
  .basket-page table th {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (max-width: 880px) {
  .basket-page__container {
    padding-bottom: 126px;
  }
  .basket-page .title {
    padding-bottom: 104px;
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 3px;
  }
  .basket-page__reservation {
    flex-direction: column-reverse;
  }
  .basket-page__reservation button {
    margin-right: 0;
    margin-top: 14px;
    width: 100%;
  }
}

.payment-page__container {
  padding-top: 233px;
  padding-bottom: 82px;
}
.payment-page .title {
  margin-bottom: 19px;
}
.payment-page .form-group {
  margin-right: 19px;
  margin-bottom: 19px;
}
.payment-page .form-group:last-child {
  margin-right: 0;
}
.payment-page .form-group label {
  font-size: 14px;
  line-height: 28px;
  color: #616161;
}
.payment-page .form-group label span {
  color: #ed1833;
}
.payment-page .form-group .form-control {
  border: 1px solid #e9e8e8;
}
.payment-page__wrapper {
  width: 1110px;
  max-width: 100%;
  border: 1px solid #e9e8e8;
  border-radius: 16px;
  padding: 33px 75px;
  margin: 0 auto;
}
.payment-page__title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.88px;
  color: #565656;
  margin-bottom: 17px;
}
.payment-page .form-check label {
  margin-left: 7px;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 28px;
  min-width: 250px;
}
.payment-page .form-check p {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 28px;
  color: #616161;
}
.payment-page__checkbox {
  margin-bottom: 10px;
}
.payment-page__checkbox .form-check-input {
  opacity: 0;
}
.payment-page__checkbox .form-check-input + label::before {
  content: "";
  display: inline-block;
  min-width: 24px;
  height: 24px;
  margin-right: 5px;
  border: 1px solid #e9e8e8;
}
.payment-page__checkbox .form-check-input:checked + label::before {
  border-width: 0px;
  background-image: url("../../img/svg/el_ok.svg");
  background-repeat: no-repeat;
  background-size: 110% 100%;
}
.payment-page__checkbox .form-check-input:focus {
  box-shadow: 0 0 0 0;
}
.payment-page__checkbox .form-check-input label span {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  line-height: 26px;
}
.payment-page__topay {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.88px;
  margin-bottom: 10px;
}
.payment-page__button {
  width: 195px;
  height: 56px;
}
@media (max-width: 1280px) {
  .payment-page__container {
    padding-bottom: 175px;
  }
  .payment-page__wrapper {
    padding-right: 39px;
    padding-left: 39px;
  }
}
@media (max-width: 991px) {
  .payment-page__container {
    padding-top: 165px;
    padding-bottom: 82px;
  }
  .payment-page__wrapper {
    width: 100%;
  }
}
@media (max-width: 880px) {
  .payment-page__container {
    padding-bottom: 128px;
  }
  .payment-page .title {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 3px;
  }
  .payment-page__inputs {
    flex-direction: column !important;
  }
  .payment-page .form-check p {
    margin-left: 7px;
  }
  .payment-page .form-check__wrapper {
    flex-direction: column !important;
  }
  .payment-page__topay {
    text-align: center;
  }
  .payment-page__button-wrapper {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .payment-page__wrapper {
    padding: 10px;
  }
}

.account-page.--openMore .account-page__popup {
  opacity: 1;
  pointer-events: all;
  z-index: 4;
}
.account-page.--openMore .account-page__popup-wrapper {
  top: 15%;
}
.account-page.--openMore .account-page__layout {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 1500px) {
  .account-page.--openMore .account-page__popup-wrapper {
    top: 5%;
  }
}
.account-page.--openSettings .account-page__popup-settings {
  opacity: 1;
  top: 0;
  pointer-events: all;
  z-index: 4;
}
.account-page.--openSettings .account-page__layout {
  opacity: 1;
  pointer-events: all;
}
.account-page__container {
  padding-top: 270px;
  padding-bottom: 140px;
}
.account-page__wrapper {
  width: 1110px;
  max-width: 100%;
  border: 1px solid #e9e8e8;
  border-radius: 16px;
  padding: 33px 75px;
  margin: 0 auto;
}
.account-page__subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 28px;
  color: #616161;
  margin-bottom: 40px;
}
.account-page__subtitle div {
  margin-right: 19px;
}
.account-page__subtitle div:last-child {
  margin-right: 0;
}
.account-page__history-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.88px;
  color: #616161;
  margin-bottom: 19px;
}
.account-page__history-item {
  margin-left: 5px;
  margin-bottom: 19px;
}
.account-page__history-item__wrapper {
  border-bottom: 1px solid #01031b;
}
.account-page__history-item__wrapper div {
  margin-right: 46px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.88px;
  color: #565656;
}
.account-page__history-item__wrapper div:last-child {
  margin-right: 0;
}
.account-page__history-item .button {
  width: 195px;
  height: 56px;
}
.account-page__btns {
  margin-top: 40px;
}
.account-page__btns .button {
  margin-right: 19px;
  width: 195px;
  height: 56px;
}
.account-page__btns .button:last-child {
  margin-right: 0;
}
.account-page__popup {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
  overflow: scroll;
  scrollbar-width: none;
}
.account-page__popup::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.account-page__popup .btn-close-popup {
  top: 22px;
  right: 19px;
}
.account-page__popup-wrapper {
  position: absolute;
  top: 0px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 33px 16px;
  width: 1110px;
  max-width: 100%;
  height: 622px;
  overflow: scroll;
  scrollbar-width: none;
}
.account-page__popup-wrapper::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.account-page__popup-title {
  font-family: "Calypso";
  font-size: 65px;
  line-height: 70px;
  letter-spacing: 3px;
  margin-bottom: 19px;
  text-align: center;
}
.account-page__popup .date {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.88px;
  color: #616161;
  margin-bottom: 40px;
}
.account-page__popup .button {
  width: 206px;
  height: 56px;
  margin-top: 40px;
  z-index: 1;
}
.account-page__layout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #0f1d2290;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
  z-index: 4;
}
.account-page__popup-settings {
  position: fixed;
  top: 10px;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
  overflow: scroll;
  scrollbar-width: none;
}
.account-page__popup-settings::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.account-page__popup-settings .button {
  width: 195px;
  height: 65px;
  z-index: 1;
  margin-right: 20px;
}
.account-page__popup-settings .button:last-child {
  margin-right: 0;
}
.account-page__popup-settings .btn-close-popup {
  top: 22px;
  right: 19px;
}
.account-page__popup-settings-wrapper {
  position: relative;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 33px 16px;
  width: 1110px;
  max-width: 100%;
  padding: 80px 98px 33px 50px;
  overflow: scroll;
  scrollbar-width: none;
}
.account-page__popup-settings-wrapper::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.account-page__popup-settings-title {
  font-family: "Calypso";
  font-size: 65px;
  line-height: 70px;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 19px;
}
.account-page__popup-settings-inputs__wrapper {
  margin-bottom: 19px;
}
.account-page__popup-settings-inputs__wrapper .form-group {
  margin-right: 19px;
}
.account-page__popup-settings-inputs__wrapper .form-group:last-child {
  margin-right: 0;
}
.account-page__popup-settings .form-group label {
  font-size: 14px;
  line-height: 28px;
  color: #616161;
}
.account-page__popup-settings .form-group label span {
  color: #ed1833;
}
.account-page__popup-settings-radios {
  margin-bottom: 28px;
  margin-top: 19px;
}
.account-page__popup-settings-radios span {
  font-size: 14px;
  line-height: 28px;
  color: #616161;
}
.account-page__popup-settings-radios .form-check {
  margin-left: 42px;
  font-size: 15px;
  line-height: 26px;
}
.account-page__popup-settings-agreement {
  margin-bottom: 19px;
}
.account-page__popup-settings-agreement-mobile {
  display: none;
  margin: 28px 0;
}
.account-page__popup-settings-agreement-mobile a {
  color: #2f80ed;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.88px;
  text-decoration-line: underline;
  transition: 0.3s;
}
.account-page__popup-settings-agreement-mobile a:hover {
  opacity: 0.7;
}
.account-page__popup-settings-agreement-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.88px;
  color: #565656;
  margin-bottom: 5px;
}
.account-page__popup-settings-agreement-text {
  border: 1px solid #06adc8;
  padding-bottom: 21px;
  padding-top: 12px;
  margin-bottom: 28px;
}
.account-page__popup-settings-agreement-text p {
  position: relative;
  font-size: 15px;
  line-height: 26px;
  margin: 0;
  padding: 0px 50px 38px 21px;
  height: 234px;
  overflow-y: scroll;
  scrollbar-width: 0;
}
.account-page__popup-settings-agreement-text p::-webkit-scrollbar {
  width: 0;
}
.account-page__popup-settings-agreement-text p .simplebar-track.simplebar-vertical {
  width: 21px;
}
.account-page__popup-settings-agreement-text p .simplebar-scrollbar::before {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background-color: #06adc8;
  border-radius: 0;
}
.account-page__popup-settings-agreement-text a {
  color: #01031b;
}
.account-page__popup-settings-agreement-checkbox {
  margin-bottom: 19px;
}
.account-page__popup-settings-agreement-checkbox label {
  font-size: 15px;
  line-height: 26px;
}
.account-page__popup-settings-agreement-checkbox label span span {
  color: #ed1833;
}
.account-page__popup-settings .form-check-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.account-page__popup-settings .form-check-input + label::before {
  content: "";
  display: inline-block;
  min-width: 24px;
  height: 24px;
  margin-right: 5px;
  border: 1px solid #06adc8;
}
.account-page__popup-settings .form-check-input:checked + label::before {
  border-width: 0px;
  background-image: url("../../img/svg/el_ok.svg");
  background-repeat: no-repeat;
  background-size: 110% 100%;
}
.account-page__popup-settings .form-check-input:focus {
  box-shadow: 0 0 0 0;
}
@media (max-width: 1280px) {
  .account-page__container {
    padding-bottom: 115px;
  }
  .account-page__wrapper {
    padding-right: 39px;
    padding-left: 39px;
  }
  .account-page__history-item .button {
    margin-left: 46px;
    width: 136px;
  }
  .account-page__popup-wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .account-page__wrapper {
    width: 100%;
  }
  .account-page__history-title {
    margin-bottom: 40px;
  }
  .account-page__history-item {
    flex-direction: column !important;
    margin-bottom: 13px;
  }
  .account-page__history-item__wrapper {
    border-width: 0px;
    justify-content: space-between;
  }
  .account-page__history-item__wrapper div {
    margin-right: 28px;
  }
  .account-page__history-item .button {
    margin-left: 0;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
    margin-top: 13px;
  }
  .account-page__popup-subtitle {
    margin-left: 0;
    width: 100%;
  }
  .account-page__popup-item img {
    display: none;
  }
  .account-page__popup-settings-wrapper {
    padding: 98px 58px;
  }
  .account-page__popup-settings .btn-close-popup {
    top: 20px;
    right: 24px;
  }
}
@media (max-width: 880px) {
  .account-page__container {
    padding-top: 202px;
    padding-bottom: 110px;
  }
  .account-page .title {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 3px;
    margin-bottom: 21px;
  }
  .account-page__popup-title {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 3px;
  }
  .account-page__popup-settings .form-group {
    width: 100% !important;
  }
  .account-page__popup-settings-wrapper {
    padding: 98px 53px 51px;
  }
  .account-page__popup-settings-inputs__wrapper {
    flex-direction: column !important;
    margin-bottom: 0;
  }
  .account-page__popup-settings-inputs__wrapper .form-group {
    margin-bottom: 19px;
  }
  .account-page__popup-settings-agreement-desktop {
    display: none;
  }
  .account-page__popup-settings-agreement-mobile {
    display: block;
  }
  .account-page__popup-settings-agreement .button__wrapper {
    display: flex;
    justify-content: center;
  }
  .account-page__popup-settings .btn-close-popup {
    top: 20px;
    right: 24px;
  }
}
@media (max-width: 576px) {
  .account-page__wrapper {
    padding: 10px;
  }
  .account-page__subtitle {
    font-size: 12px;
  }
  .account-page__history-item__wrapper div {
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0.08px;
    margin-right: 18px;
  }
  .account-page__history-item .button {
    font-size: 12px;
    height: 40px;
  }
  .account-page__btns {
    flex-direction: column;
    width: 100%;
  }
  .account-page__btns .button {
    width: 100%;
    height: 40px;
    padding: 15px;
    font-size: 12px;
    margin-bottom: 20px;
  }
  .account-page__popup p {
    font-size: 12px;
  }
  .account-page__popup-settings-wrapper {
    padding: 48px 38px;
  }
  .account-page__popup-settings-title {
    font-size: 40px;
    line-height: 35px;
    margin-bottom: 19px;
  }
  .account-page__popup-settings-agreement .button__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .account-page__popup-settings-agreement .button__wrapper .button {
    width: 100%;
    margin-right: 0;
  }
  .account-page__popup-settings-agreement .button__wrapper .button:last-child {
    margin-top: 20px;
  }
  .account-page__popup-settings .btn-close-popup {
    top: 37px;
    right: 21px;
  }
}

.stock-page__container {
  padding-top: 176px;
  padding-bottom: 120px;
}
.stock-page .title {
  margin-bottom: 26px;
}
.stock-page a {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #01031b;
  margin-top: 27px;
}
.stock-page a:hover {
  color: #fcc907;
}
.stock-page .button {
  margin-top: 26px;
  height: 56px;
}
@media (max-width: 1280px) {
  .stock-page__container {
    padding-bottom: 62px;
  }
}
@media (max-width: 991px) {
  .stock-page__container {
    padding-bottom: 66px;
  }
  .stock-page .title {
    margin-bottom: 41px;
  }
}
@media (max-width: 880px) {
  .stock-page__container {
    padding-top: 152px;
    padding-bottom: 50px;
  }
  .stock-page .title {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 3px;
  }
}

.vacancy-page__container {
  padding-top: 190px;
  padding-bottom: 126px;
}
.vacancy-page .title {
  margin-bottom: 16px;
}
.vacancy-page__subtitle {
  margin-bottom: 106px;
}
.vacancy-page__subtitle p {
  width: 751px;
  max-width: 100%;
  margin: 0 auto;
}
.vacancy-page__wrapper-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.88px;
  margin-bottom: 47px;
}
.vacancy-page__wrapper-items {
  margin-bottom: 149px;
}
.vacancy-page__item {
  margin-right: 30px;
}
.vacancy-page__item:last-child {
  margin-right: 0;
}
.vacancy-page__item img {
  width: 255px;
  height: 284px;
  object-fit: cover;
  margin-bottom: 21px;
}
.vacancy-page__item p {
  font-size: 13px;
  line-height: 25px;
}
.vacancy-page__form {
  position: absolute;
  top: 150px;
  left: 50px;
  width: 478px;
  border: 1px solid #e9e8e8;
  background-color: #ffffff;
  padding: 33px 25px;
  border-radius: 16px;
}
.vacancy-page__form .form-group {
  margin-bottom: 19px;
}
.vacancy-page__form .form-group input {
  border-color: #e9e8e8;
}
.vacancy-page__form .form-group label {
  font-size: 14px;
  line-height: 28px;
  color: #616161;
}
.vacancy-page__form .button {
  width: 215px;
  height: 56px;
  margin-right: 19px;
  z-index: 1;
}
.vacancy-page__form .button:last-child {
  margin-right: 0;
}
.vacancy-page__form-img {
  width: 918px;
  height: 688px;
  max-width: 100%;
  padding-right: 30px;
}
.vacancy-page__form-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vacancy-page__form-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.88px;
  margin-bottom: 19px;
}
@media (max-width: 1280px) {
  .vacancy-page__container {
    padding-bottom: 77px;
  }
  .vacancy-page .title {
    margin-bottom: 38px;
  }
  .vacancy-page__subtitle {
    margin-bottom: 84px;
  }
  .vacancy-page__form {
    top: 30px;
  }
  .vacancy-page__form-img {
    width: 741px;
    height: 556px;
  }
}
@media (max-width: 991px) {
  .vacancy-page__container {
    padding-bottom: 80px;
  }
  .vacancy-page__subtitle {
    margin-bottom: 99px;
  }
  .vacancy-page__wrapper-title {
    margin-bottom: 39px;
  }
  .vacancy-page__item img {
    width: 212px;
    height: 236px;
    margin-bottom: 17px;
  }
  .vacancy-page__form-img {
    width: 500px;
    height: 550px;
  }
}
@media (max-width: 880px) {
  .vacancy-page__container {
    padding-bottom: 125px;
  }
  .vacancy-page .title {
    margin-bottom: 58px;
  }
  .vacancy-page__subtitle {
    margin-bottom: 72px;
  }
  .vacancy-page__item img {
    width: 157px;
    height: 175px;
    margin-bottom: 10px;
  }
  .vacancy-page__wrapper-items {
    margin-bottom: 80px;
  }
  .vacancy-page__form {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  .vacancy-page__form-img {
    display: none;
  }
  .vacancy-page__form .button {
    width: 130px;
    font-size: 10px;
    padding: 10px;
  }
}
@media (max-width: 576px) {
  .vacancy-page .title {
    font-size: 55px;
  }
  .vacancy-page__wrapper-items {
    flex-direction: column !important;
  }
  .vacancy-page__item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .vacancy-page__item img {
    width: 100%;
  }
}

.orderstatus-page__container {
  padding-top: 213px;
  padding-bottom: 166px;
}
.orderstatus-page .title {
  margin-bottom: 50px;
}
.orderstatus-page .button {
  width: 220px;
  height: 60px;
  text-align: center;
}
.orderstatus-page .button:hover {
  color: #ffffff;
}
.orderstatus-page .button:first-child {
  margin-right: 20px;
}
.orderstatus-page p {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 100px;
}
@media (max-width: 1280px) {
  .orderstatus-page__container {
    padding-top: 128px;
    padding-bottom: 162px;
  }
  .orderstatus-page .title {
    margin-bottom: 31px;
  }
}
@media (max-width: 991px) {
  .orderstatus-page__container {
    padding-top: 121px;
    padding-bottom: 92px;
  }
  .orderstatus-page .title {
    font-size: 50.5724px;
    line-height: 54px;
    letter-spacing: 2.33411px;
  }
  .orderstatus-page p {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .orderstatus-page .button:first-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 483px) {
  .orderstatus-page__btns-wrapper {
    width: 100%;
  }
  .orderstatus-page .button {
    width: 100%;
  }
  .orderstatus-page .button:first-child {
    margin-right: 0;
  }
  .orderstatus-page .button:last-child {
    margin-bottom: 20px;
  }
}

body {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  position: relative;
  color: #01031b;
  margin: 0;
  padding: 0;
}
body.--no-scroll {
  overflow: hidden;
}

.button {
  border-width: 0px;
}

a {
  text-decoration: none;
  transition: 0.3s;
  display: block;
}

svg path {
  transition: 0.3s;
}

li {
  list-style: none;
}

button {
  border-width: 0px;
  transition: opacity 0.3s;
}

label {
  cursor: pointer;
}

.form-check-input {
  background-color: #e4dc9f;
}
.form-check-input[type=radio] {
  border-radius: 0;
  border: 1px solid #e9e8e8;
  min-width: 22px;
  height: 22px;
}
.form-check-input:checked {
  background-color: #e4dc9f;
}
.form-check-input:focus {
  box-shadow: 0 0 0 0;
}

textarea {
  resize: none;
}

.form-group input,
.form-group textarea {
  border-radius: 0 !important;
}
.form-group input:focus,
.form-group textarea:focus {
  box-shadow: 0 0 0 0 !important;
}

.form-control:focus {
  border-color: #06adc8;
}

.form-group input {
  border: 1px solid #06adc8;
  color: #01031b;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.88px;
}
.form-group input::placeholder {
  color: #616161;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.88px;
}

.button-gray {
  padding: 21px;
  background-color: #e9e8e8;
  color: #616161;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.5px;
  transition: 0.3s;
  border: 2px solid #e9e8e8;
}
.button-gray:hover {
  border: 2px solid #e9e8e8;
  background-color: #fcc907;
}

.button-blue {
  padding: 21px 13px;
  background-color: #06adc8;
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: 0.3s;
}
.button-blue:hover {
  opacity: 0.7;
}

.button-yellow {
  color: #01031b;
  background-color: #fcc907;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-top: 21px;
  padding-bottom: 21px;
  width: 100%;
  transition: box-shadow 0.4s;
}
.button-yellow:hover {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}

.button-double {
  position: relative;
  padding: 21px 13px;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ffffff;
  transition: 0.3s;
}
.button-double-blue {
  background-color: #06adc8;
}
.button-double-blue::after {
  border: 2px solid #06adc8;
}
.button-double-blue:hover {
  background-color: #0598af;
}
.button-double-blue:hover::after {
  border-color: #0598af;
}
.button-double-gold {
  background-color: #cc9d2f;
}
.button-double-gold::after {
  border: 2px solid #cc9d2f;
  z-index: -1;
}
.button-double-gold:hover {
  background-color: #b78d2a;
}
.button-double-gold:hover::after {
  border-color: #b78d2a;
}
.button-double::after {
  position: absolute;
  top: 9px;
  right: -7px;
  content: "";
  width: inherit;
  height: inherit;
  pointer-events: none;
  opacity: 1;
  transition: top 0.3s, right 0.3s, opacity 0.3s;
}
.button-double:hover::after, .button-double:active::after {
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
}

.btn-close-popup {
  position: absolute;
}
.btn-close-popup:hover {
  opacity: 0.7;
}

.title {
  font-family: "Calypso", serif;
  font-size: 65px;
  line-height: 70px;
  letter-spacing: 3px;
  text-align: center;
}

.menu-item {
  position: relative;
  width: 324px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}
.menu-item svg path {
  fill: #616161;
  stroke: #616161;
  transition: 0.3s;
  cursor: pointer;
}
.menu-item__wrapper {
  width: inherit;
}
.menu-item__wrapper:hover svg path {
  stroke: #06adc8;
}
.menu-item__container {
  position: absolute;
  top: 55px;
  margin: 0 auto;
}
.menu-item__img {
  position: relative;
  width: 214px;
  height: 214px;
  margin-bottom: 24px;
}
.menu-item__img div {
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, #323232 0%, #0b0b0b 100%);
  border-radius: 42.5126px;
  color: #ffffff;
  padding: 13px 18px;
}
.menu-item__img div span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 129.5%;
}
.menu-item__img div span::before {
  content: url("../../img/svg/Star.svg");
  margin-right: 5px;
}
.menu-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.menu-item__title {
  font-weight: 600;
  font-size: 24.1553px;
  line-height: 129.5%;
  text-align: center;
}
.menu-item__title div {
  font-weight: 300;
  font-size: 10.203px;
  line-height: 129.5%;
  margin-top: 6px;
  margin-bottom: 6px;
}
.menu-item__price {
  font-weight: 700;
  font-size: 11.602px;
  line-height: 129.5%;
  margin-bottom: 30px;
}
.menu-item .button {
  width: 100%;
  height: 56px;
}
.menu-item .button::after {
  z-index: 0;
}
@media (max-width: 1280px) {
  .menu-item {
    width: 252px;
  }
  .menu-item svg {
    height: 440px;
  }
  .menu-item__title {
    font-size: 18.7937px;
    line-height: 129.5%;
  }
  .menu-item__title div {
    font-size: 7.93833px;
    line-height: 129.5%;
  }
  .menu-item__price {
    font-size: 9.02675px;
    line-height: 129.5%;
  }
  .menu-item__img {
    width: 166px;
    height: 166px;
    margin-bottom: 19px;
  }
  .menu-item__img div {
    padding: 10px 14px;
  }
  .menu-item__container {
    width: 166px;
    top: 75px;
  }
  .menu-item__price {
    margin-bottom: 23px;
  }
  .menu-item .button {
    padding: 16px 14px;
    height: 43px;
  }
}
@media (max-width: 880px) {
  .menu-item {
    width: 240px;
    height: 441px;
  }
  .menu-item__price {
    margin-bottom: 22px;
  }
  .menu-item__img {
    width: 158px;
    height: 158px;
    margin-bottom: 18px;
  }
  .menu-item .button {
    padding: 15px 13px;
    height: 41px;
    font-size: 8.87235px;
    line-height: 10px;
    letter-spacing: 1.10904px;
  }
}

.gallery-items.--openPopup .gallery-popup {
  opacity: 1;
  top: 15%;
  pointer-events: all;
  z-index: 4;
}
.gallery-items.--openPopup .gallery-layout {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 1500px) {
  .gallery-items.--openPopup .gallery-popup {
    top: 5%;
  }
}

.gallery {
  position: relative;
  height: 1041px;
  background-color: #fcc907;
  overflow: hidden;
}
.gallery__container {
  width: 2000px;
  height: 447px;
  overflow: scroll;
  scrollbar-width: none;
}
.gallery__container::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.gallery__img-wrapper {
  position: relative;
  margin-right: 32px;
  min-width: 201px;
  height: 447px;
  cursor: pointer;
}
.gallery__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery__img-wrapper:last-child {
  margin-right: 0;
}
.gallery__img-wrapper:hover .gallery__img-layout {
  opacity: 0.5;
}
.gallery__img-layout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #01031bda;
  opacity: 0;
  transition: 0.3s;
  color: #ffffff;
  pointer-events: none;
}
.gallery__img-layout div {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 30px;
  letter-spacing: 0.88px;
}
.gallery__img-layout span {
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0.04em;
}
.gallery .img-bg-event {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  height: 100%;
}
.gallery-wrapper {
  margin-left: 148px;
}
.gallery-button {
  display: none;
}
.gallery-info {
  max-width: 491px;
  margin-right: 64px;
}
.gallery-info span {
  font-family: "Cormorant Upright", serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 130%;
  letter-spacing: 0.04em;
}
.gallery-title {
  font-family: "Calypso";
  font-size: 65px;
  line-height: 70px;
  letter-spacing: 3px;
  margin-bottom: 24px;
  margin-top: 25px;
}
.gallery p {
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0.04em;
  color: #616161;
}
.gallery .button {
  font-weight: 700;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0.04em;
  padding: 8px 32px;
  width: 271px;
  height: 44px;
  z-index: 1;
}
.gallery .button:hover {
  opacity: 1;
  color: #ffffff;
}
.gallery-layout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #0f1d2290;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
  z-index: 4;
}
.gallery-popup {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 10px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}
.gallery-popup .btn-close-popup {
  position: absolute;
  top: 30px;
  right: 25px;
}
.gallery-popup__wrapper {
  position: relative;
  background-color: #01031b;
  padding: 10px 83px;
  max-width: 1194px;
  max-height: 761px;
  overflow: hidden;
}
.gallery-popup__wrapper img {
  max-width: 1042px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1280px) {
  .gallery {
    height: 992px;
  }
  .gallery__container {
    height: 248px;
    width: 1300px;
  }
  .gallery__img-wrapper {
    min-width: auto;
    width: 167px;
    height: 248px;
    margin-right: 17px;
  }
  .gallery__img-layout {
    width: 100%;
    height: 100%;
  }
  .gallery__img-layout div {
    font-size: 20.0171px;
    line-height: 17px;
    letter-spacing: 0.489308px;
  }
  .gallery__img-layout span {
    font-size: 8.89651px;
    line-height: 175%;
    letter-spacing: 0.04em;
  }
  .gallery-info {
    margin-right: 20px;
  }
  .gallery-wrapper {
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  .gallery {
    height: auto;
    padding-top: 61px;
    padding-bottom: 97px;
  }
  .gallery__container {
    margin-bottom: 20px;
  }
  .gallery__img-wrapper {
    margin-right: 13px;
    min-width: 120px;
    width: 100%;
  }
  .gallery__img-layout {
    width: 100%;
    height: 100%;
  }
  .gallery__img-layout div {
    font-size: 14.7924px;
    line-height: 12px;
    letter-spacing: 0.361592px;
  }
  .gallery__img-layout span {
    font-size: 6.5744px;
    line-height: 175%;
    letter-spacing: 0.04em;
  }
  .gallery-wrapper {
    flex-direction: column !important;
    max-width: 100%;
  }
  .gallery-info {
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .gallery-info__button {
    display: none;
  }
  .gallery-title {
    font-size: 52px;
    line-height: 56px;
    letter-spacing: 2.40698px;
    margin-bottom: 20px;
  }
  .gallery p {
    margin-bottom: 0;
  }
  .gallery-button {
    display: block;
    width: 310px;
    height: 44px;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .gallery__container .slick-track {
    height: 248px;
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .gallery-title {
    font-size: 40px;
  }
}

.tour {
  max-width: 100%;
  border-radius: 13px;
  overflow: hidden;
}
.tour img {
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .tour {
    width: 100%;
    border-radius: 0;
  }
}

.page-text {
  padding-top: 131px;
}
.page-text p {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.88px;
}
@media (max-width: 1280px) {
  .page-text {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .page-text p {
    font-size: 18px;
    line-height: 27px;
  }
}

.events__items .date {
  display: none;
}
.events__items img {
  min-width: 319px;
  height: 199px;
  object-fit: cover;
  margin-right: 22px;
}
.events__items span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.88px;
  margin-top: 5px;
}
.events__items p {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.88px;
  color: #616161;
  margin-bottom: 22px;
}
.events__items .button {
  width: 195px;
  height: 56px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 5px;
  color: #ffffff;
}
.events__items .button-mobile {
  display: none;
  width: 100%;
  margin-top: 30px;
}
.events__item {
  padding: 30px 48px 30px 30px;
}
.events__item:last-child {
  margin-bottom: 53px;
}
.events__item-wrapper {
  display: flex;
}
.events__popup {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
  overflow: scroll;
  scrollbar-width: none;
}
.events__popup::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.events__popup .btn-close-popup {
  top: 22px;
  right: 19px;
}
.events__popup-wrapper {
  position: absolute;
  top: 10px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 40px 87px;
  width: 863px;
  max-width: 100%;
  height: 710px;
}
.events__popup .img {
  width: 100%;
  max-width: 100%;
  height: 374px;
  object-fit: cover;
  margin-bottom: 22px;
}
.events__popup span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.88px;
}
.events__popup .date {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.88px;
}
.events__popup p {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.88px;
  color: #616161;
  margin-bottom: 22px;
  max-height: 72px;
  overflow: scroll;
  scrollbar-width: none;
}
.events__popup p::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.events__popup .button {
  width: 100%;
  height: 56px;
  z-index: 1;
}
.events__layout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #0f1d2290;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
  z-index: 4;
}
@media (max-width: 880px) {
  .events__items .button-mobile {
    display: block;
  }
  .events__items .button-full {
    display: none;
  }
  .events__items img {
    min-width: 192px;
    height: 174px;
  }
  .events__items span {
    margin-top: 0;
  }
  .events__items p {
    height: 144px;
    overflow: scroll;
    scrollbar-width: none;
  }
  .events__items p::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  .events__item {
    padding: 5px;
    flex-direction: column !important;
  }
  .events__item:last-child {
    margin-bottom: 33px;
  }
  .events__item-wrapper {
    display: flex;
  }
  .events__item-container {
    justify-content: flex-start !important;
  }
  .events__popup-wrapper {
    padding: 40px;
    height: 100%;
  }
  .events__popup .btn-close-popup {
    top: 5px;
    right: 5px;
  }
}
@media (max-width: 576px) {
  .events__items img {
    min-width: 150px;
    height: auto;
  }
  .events__item:last-child {
    margin-bottom: 44px;
  }
}

.events-items.--openPopup .events__popup {
  opacity: 1;
  pointer-events: all;
  z-index: 4;
}
.events-items.--openPopup .events__popup-wrapper {
  top: 20%;
}
.events-items.--openPopup .events__layout {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 1500px) {
  .events-items.--openPopup .events__popup-wrapper {
    top: 5%;
  }
}

.table > :not(caption) > * > * {
  padding-right: 0;
  padding-left: 0;
}

table thead th[scope=col] {
  border-width: 0px;
  padding-left: 0;
  padding-right: 0;
}
table tbody tr {
  vertical-align: middle;
}
table tbody tr td {
  padding-left: 0;
  padding-right: 0;
}
table tbody th,
table tbody td {
  padding-top: 11px;
  padding-bottom: 16px;
  border-bottom: 1px solid #01031b;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.88px;
  color: #565656;
}
table tbody th p,
table tbody td p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.88px;
  color: #616161;
}
table tbody th {
  width: 110px;
  padding-right: 63px !important;
}
table tbody .name {
  width: 250px;
  padding-right: 53px;
}
table tbody img {
  width: 110px;
  height: 104px;
  object-fit: cover;
}
@media (max-width: 991px) {
  table thead tr th[scope=col] {
    padding-right: 10px;
    padding-left: 10px;
  }
  table th[scope=row] {
    display: none;
  }
  table th[scope=col]:first-child {
    display: none;
  }
  table tbody td {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  table tbody .name {
    width: 176px;
    padding-right: 10px;
  }
}
@media (max-width: 576px) {
  table thead {
    font-size: 12px;
  }
  table thead tr th[scope=col] {
    padding-right: 2px !important;
    padding-left: 2px !important;
  }
  table tbody td {
    font-size: 12px;
  }
  table tbody td div,
table tbody td p {
    font-size: 12px;
  }
  table tbody td {
    padding-right: 2px !important;
    padding-left: 2px !important;
  }
  table tbody .name {
    width: auto;
    padding-right: 2px;
  }
}

/*# sourceMappingURL=style.css.map */
