@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:slnt,wght@-10..0,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap");
body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: normal;
}

* {
  margin: 0;
  padding: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

ul,
li {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
  user-select: none;
}

button {
  color: inherit;
  background: transparent;
  border: none;
  cursor: pointer;
  user-select: none;
}

img {
  user-select: none;
  max-width: 100%;
  width: 100%;
}

span {
  display: inline-flex;
}

iframe {
  width: 100%;
}

.ru-container {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 50px);
}
@media (max-width: 576px) {
  .ru-container {
    width: calc(100% - 20px);
  }
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator,
input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.pt-72 {
  padding-top: 72px;
}

@media (max-width: 1400px) {
  br {
    display: none;
  }
}

.ru-shadow-box_text {
  color: #f2f2f2;
  font-family: Inter;
  font-size: 130px;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  margin-top: -40px;
  letter-spacing: 0.7;
}
@media (max-width: 1400px) {
  .ru-shadow-box_text {
    font-size: 80px;
    margin-top: -26px;
  }
}
@media (max-width: 991px) {
  .ru-shadow-box_text {
    font-size: 50px;
    margin-top: -12px;
  }
}
@media (max-width: 768px) {
  .ru-shadow-box_text {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .ru-shadow-box_text {
    font-size: 30px;
  }
}
@media (max-width: 320px) {
  .ru-shadow-box_text {
    font-size: 28px;
  }
}

.ru-reservation-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 35px;
  margin-top: 52px;
  max-width: 847px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 850px) {
  .ru-reservation-form {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin-top: 30px;
  }
}
.ru-reservation-form .span-2 {
  grid-column: span 2;
}
@media (max-width: 850px) {
  .ru-reservation-form .span-2 {
    grid-column: span 1;
  }
}

.ru-chefs {
  margin-top: 70px;
}
@media (max-width: 1400px) {
  .ru-chefs {
    margin-top: 50px;
  }
}
@media (max-width: 576px) {
  .ru-chefs {
    margin-top: 30px;
  }
}
.ru-chefs .submit_div {
  margin-top: 52px;
}

.ru-articles {
  margin-top: 70px;
  margin-bottom: 70px;
  position: relative;
}
@media (max-width: 1400px) {
  .ru-articles {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .ru-articles {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.ru-articles .ru-bg-icon-1 {
  position: absolute;
  bottom: -70px;
  right: 0;
  user-select: none;
}

.swiper {
  width: 100%;
}

.swiper-pagination-bullet {
  background: #f8f9fa;
  opacity: 1;
  height: 11px;
  width: 11px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ff5900;
  width: 35px;
  border-radius: 5px;
}

.ru-services {
  margin-top: 70px;
  margin-bottom: 70px;
}
@media (max-width: 1400px) {
  .ru-services {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .ru-services {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.ru-services-box {
  margin-top: 52px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 23px;
}
@media (max-width: 991px) {
  .ru-services-box {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .ru-services-box {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.ru-services-box .item {
  border-radius: 33.846px;
  border: 1px solid #ededed;
  background: #fff;
  padding: 22px 27px;
  transition: 0.3s ease;
}
@media (max-width: 1400px) {
  .ru-services-box .item {
    padding: 18px 22px;
  }
}
.ru-services-box .item .img-box {
  margin-bottom: 16px;
  text-align: center;
}
.ru-services-box .item .img-box img {
  width: 92.513px;
  height: 81.231px;
  flex-shrink: 0;
  transition: 0.3s ease all;
}
.ru-services-box .item .img-box img.with-bg {
  opacity: 0;
  visibility: hidden;
  width: 0;
}
.ru-services-box .item .content {
  text-align: center;
}
.ru-services-box .item .content .name {
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 33.846px; /* 141.026% */
  margin-bottom: 16px;
}
@media (max-width: 1400px) {
  .ru-services-box .item .content .name {
    font-size: 20px;
    margin-bottom: 14px;
  }
}
.ru-services-box .item .content .desc {
  color: var(--BODY-TEXT-02, #4d4d4d);
  text-align: center;
  font-family: Inter;
  font-size: 18.051px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.333px; /* 162.5% */
  margin-bottom: 22px;
}
@media (max-width: 1400px) {
  .ru-services-box .item .content .desc {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
@media (max-width: 576px) {
  .ru-services-box .item .content .btn-outline-primary {
    width: 100%;
    height: 45px;
  }
}
.ru-services-box .item:hover {
  box-shadow: 4.513px 4.513px 23.128px 0px rgba(193, 193, 193, 0.25);
}
.ru-services-box .item:hover .img-box img.with-bg {
  visibility: visible;
  opacity: 1;
  width: 92.513px;
}
.ru-services-box .item:hover .img-box img.normal {
  visibility: hidden;
  opacity: 0;
  width: 0;
}

.ru-photo-gallery {
  margin-top: 70px;
  margin-bottom: 70px;
}
@media (max-width: 1400px) {
  .ru-photo-gallery {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .ru-photo-gallery {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.ru-photo-gallery-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 991px) {
  .ru-photo-gallery-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .ru-photo-gallery-items {
    grid-template-columns: 1fr;
  }
}
.ru-photo-gallery-items .item .img {
  max-height: 377px;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 1400px) {
  .ru-photo-gallery-items .item .img {
    max-height: 300px;
  }
}
@media (max-width: 768px) {
  .ru-photo-gallery-items .item .img {
    max-height: 250px;
  }
}
@media (max-width: 576px) {
  .ru-photo-gallery-items .item .img {
    max-height: 200px;
  }
}

#about_res {
  background: #f9f9f9;
  padding: 70px 0;
  margin-top: 135px;
}
@media (max-width: 1400px) {
  #about_res {
    padding: 50px 0;
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  #about_res {
    margin-top: 30px;
    padding: 40px 0;
  }
}
#about_res .about_us_res .ab-warp {
  display: flex;
  gap: 60px;
}
@media (max-width: 1400px) {
  #about_res .about_us_res .ab-warp {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  #about_res .about_us_res .ab-warp {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
#about_res .about_us_res .ab-warp .left {
  max-width: 560px;
  width: 100%;
}
#about_res .about_us_res .about_res_img {
  text-align: center;
}
#about_res .about_us_res .about_res_img img {
  max-width: 560px;
  width: 100%;
  border-radius: 20px;
}
#about_res .about_us_res .about_us_res_content .title-ceo {
  color: #000;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px; /* 109.091% */
  margin-bottom: 8px;
}
@media (max-width: 1400px) {
  #about_res .about_us_res .about_us_res_content .title-ceo {
    font-size: 18px;
    line-height: 21px;
  }
}
#about_res .about_us_res .about_us_res_content .title .sub_title {
  position: relative;
  font-family: "Inter";
  font-weight: 500;
  font-size: 18px;
  line-height: 128%;
  letter-spacing: 0.03em;
  color: #ff5900;
  margin-left: 35px;
}
#about_res .about_us_res .about_us_res_content .title .sub_title::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  background: #ff5900;
  top: 10px;
  left: -38px;
  border-radius: 36px;
}
#about_res .about_us_res .about_us_res_content .title h4 {
  font-family: "Bebas Neue";
  font-weight: 400;
  font-size: 48px;
  line-height: 135%;
  color: #0d0d25;
  padding-top: 40px;
  padding-bottom: 22px;
}
#about_res .about_us_res .about_us_res_content .desc {
  margin-bottom: 52px;
}
#about_res .about_us_res .about_us_res_content .desc .paragraph {
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
  line-height: 200%;
  color: #000;
}
#about_res .about_us_res .about_us_res_content .desc .desc_item {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 22px;
}
@media (max-width: 576px) {
  #about_res .about_us_res .about_us_res_content .desc .desc_item {
    gap: 10px;
    flex-direction: column;
  }
}
#about_res .about_us_res .about_us_res_content .desc .desc_item .desc_item1 .desc_item_txt {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}
#about_res .about_us_res .about_us_res_content .desc .desc_item .desc_item1 .desc_item_txt p {
  font-family: var("Inter");
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  text-align: center;
  color: #000;
}
#about_res .about_us_res .about_us_res_content .desc .desc_item .verticle_rule {
  border: 1px solid #cacaca;
  width: 75px;
  height: 0px;
  transform: rotate(-90deg);
  margin-top: 14px;
}
@media (max-width: 576px) {
  #about_res .about_us_res .about_us_res_content .desc .desc_item .verticle_rule {
    transform: rotate(0deg);
  }
}
#about_res .about_us_res .about_us_res_content .desc .desc_item .desc_item2 {
  display: flex;
  gap: 12px;
}
#about_res .about_us_res .about_us_res_content .about_us_res_btn a {
  font-family: "Inter";
  border-radius: 47px;
  padding: 16px 64px 16px 32px;
  background: #383632;
  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
  text-align: center;
  display: inline-flex;
  gap: 8px;
  text-align: center;
  align-items: center;
  color: #fff;
}

.slider-arrow-2 {
  border: 1px solid #ff5900;
  border-radius: 50%;
  color: #ff5900;
  width: 67px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  transition: 0.3s;
}
.slider-arrow-2:hover {
  background: #ff5900;
  color: #fff;
}

.ru-opening-time {
  padding-top: 70px;
}
.ru-opening-time .wrap {
  border-radius: 0px 20px 20px 0px;
  background-color: lightgray 50%;
  box-shadow: 9px 10px 31.3px 0px rgba(194, 194, 194, 0.2);
  display: flex;
}
@media (max-width: 576px) {
  .ru-opening-time .wrap {
    flex-direction: column;
  }
}
.ru-opening-time .wrap .left {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px 50px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  flex: 1;
}
@media (max-width: 1400px) {
  .ru-opening-time .wrap .left {
    padding: 20px 30px;
  }
}
.ru-opening-time .wrap .left::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}
.ru-opening-time .wrap .left .tx-highlight {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px; /* 127.778% */
  letter-spacing: 0.54px;
  margin-bottom: 56px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1400px) {
  .ru-opening-time .wrap .left .tx-highlight {
    margin-bottom: 25px;
    font-size: 16px;
  }
}
.ru-opening-time .wrap .left .tx-highlight .icon {
  color: #ff5900;
  font-size: 30px;
}
.ru-opening-time .wrap .left .tx-title {
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 68px;
  font-style: normal;
  font-weight: 400;
  line-height: 63px; /* 92.647% */
  margin-bottom: 8px;
}
@media (max-width: 1400px) {
  .ru-opening-time .wrap .left .tx-title {
    font-size: 40px;
    line-height: 43px; /* 92.647% */
  }
}
.ru-opening-time .wrap .left .tx-desc {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  margin-bottom: 10px;
}
.ru-opening-time .wrap .left .action {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 22px;
}
.ru-opening-time .wrap .left .action .tx-btn {
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--Neutral-White, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  border-radius: 47px;
  background: transparent;
  transition: 0.3s;
}
.ru-opening-time .wrap .left .action .tx-btn:hover {
  background: #fff;
  color: #000;
}
.ru-opening-time .wrap .left .action .open-btn {
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--Neutral-White, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  border-radius: 47px;
  background: #000;
  transition: 0.3s;
}
.ru-opening-time .wrap .left .action .open-btn:hover {
  background: #fff;
  color: #000;
}
.ru-opening-time .wrap .right {
  padding: 72px 100px;
}
@media (max-width: 1400px) {
  .ru-opening-time .wrap .right {
    padding: 50px 50px;
  }
}
@media (max-width: 768px) {
  .ru-opening-time .wrap .right {
    padding: 20px;
  }
}
.ru-opening-time .wrap .right .ru-footer-hours {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 1400px) {
  .ru-opening-time .wrap .right .ru-footer-hours {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .ru-opening-time .wrap .right .ru-footer-hours {
    gap: 0px;
  }
}
.ru-opening-time .wrap .right .ru-footer-hours .list {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px; /* 181.25% */
}
@media (max-width: 1400px) {
  .ru-opening-time .wrap .right .ru-footer-hours .list {
    font-size: 14px;
  }
}
.ru-opening-time .wrap .right .ru-footer-hours .list .day {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1400px) {
  .ru-opening-time .wrap .right .ru-footer-hours .list .day {
    gap: 5px;
  }
}
@media (max-width: 768px) {
  .ru-opening-time .wrap .right .ru-footer-hours .list .day {
    justify-content: center;
  }
}
.ru-opening-time .wrap .right .ru-footer-hours .list .time {
  color: #ff5900;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 156.25% */
  margin-top: 16px;
  margin-left: 30px;
}
@media (max-width: 1400px) {
  .ru-opening-time .wrap .right .ru-footer-hours .list .time {
    font-size: 14px;
    margin-top: 10px;
    margin-left: 24px;
  }
}

.ru-ser-details .banner {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .ru-ser-details .banner {
    margin-bottom: 15px;
  }
}
.ru-ser-details .banner img {
  max-height: 444px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .ru-ser-details .banner img {
    max-height: 350px;
  }
}
@media (max-width: 768px) {
  .ru-ser-details .banner img {
    max-height: 300px;
  }
}
.ru-ser-details .content .ser-head {
  color: #000;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 51px; /* 106.25% */
  margin-bottom: 22px;
}
@media (max-width: 1400px) {
  .ru-ser-details .content .ser-head {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .ru-ser-details .content .ser-head {
    font-size: 24px;
  }
}
.ru-ser-details .content .details {
  color: #4d4d4d;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  margin-bottom: 22px;
}
@media (max-width: 1400px) {
  .ru-ser-details .content .details {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .ru-ser-details .content .details {
    font-size: 14px;
  }
}

.rounded-outline-btn {
  border-radius: 73px;
  border: 0.5px solid #cacaca;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  padding: 5px 14px;
  height: 45px;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s all;
}
.rounded-outline-btn:hover {
  background: #fff;
  color: #000;
}

.ru-btn {
  border-radius: 47px;
  background: transparent;
  display: inline-flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  transition: 0.3s ease;
  border: 1px solid transparent;
}
.ru-btn.fillUp {
  color: #fff;
  background-color: #000;
}
.ru-btn.fillUp:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.ru-btn.outline {
  color: #fff;
}
.ru-btn.outline:hover {
  background-color: #fff;
  color: #000;
}
.ru-btn.outline.primary {
  background-color: transparent;
  color: #fff;
}
.ru-btn.primary {
  color: #fff;
  background-color: #ff5900;
}
.ru-btn.primary:hover {
  background-color: #fff;
  color: #ff5900;
  border: 1px solid #fff;
}
.ru-btn.sm {
  padding: 16px 14px;
}
@media (max-width: 1400px) {
  .ru-btn {
    font-size: 16px;
    padding: 12px 30px;
  }
}
@media (max-width: 991px) {
  .ru-btn {
    font-size: 14px;
    padding: 8px 22px;
  }
}

.ru-button-full {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 47px;
  background: #383632;
  text-transform: uppercase;
  border: 1px solid transparent;
  transition: 0.3s ease;
}
.ru-button-full .icon {
  font-size: 22px;
}
.ru-button-full:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
@media (max-width: 1400px) {
  .ru-button-full {
    font-size: 16px;
    padding: 12px 30px;
  }
}
@media (max-width: 991px) {
  .ru-button-full {
    font-size: 14px;
    padding: 8px 22px;
  }
}

.to-cart {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 15.275px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.913px; /* 150% */
  border-radius: 68.738px;
  background: #939393;
  display: flex;
  padding: 15.275px 23.867px;
  align-items: center;
  gap: 9.547px;
  justify-content: center;
  gap: 10px;
  transition: 0.3s ease;
  width: fit-content;
}
.to-cart .icon {
  font-size: 24px;
}
.to-cart:hover {
  background-color: #ff5900;
}
@media (max-width: 1400px) {
  .to-cart {
    font-size: 14px;
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .to-cart {
    font-size: 12px;
    padding: 8px 14px;
  }
}

.btn-outline-primary {
  color: #0d0d25;
  font-family: Inter;
  font-size: 18.051px;
  font-style: normal;
  font-weight: 600;
  line-height: 24.821px; /* 137.5% */
  border-radius: 56.41px;
  border: 1.128px solid #c7c7de;
  background: #fff;
  height: 56.41px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: 0.3s ease;
  padding: 15px 22.5px;
}
.btn-outline-primary .icon {
  font-size: 24px;
}
.btn-outline-primary:hover {
  background-color: #ff5900;
  color: #fff;
}
@media (max-width: 1400px) {
  .btn-outline-primary {
    font-size: 14px;
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .btn-outline-primary {
    font-size: 12px;
    padding: 8px 14px;
  }
}

.ru-title {
  color: #000;
  font-family: "Bebas Neue";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 75% */
}

.ru-desc {
  color: #4d4d4d;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 200% */
}

.ru-header-text {
  max-width: 963px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 52px;
}
@media (max-width: 1400px) {
  .ru-header-text {
    margin-bottom: 35px;
  }
}
@media (max-width: 576px) {
  .ru-header-text {
    margin-bottom: 25px;
  }
}
.ru-header-text_title {
  color: #000;
  font-family: "Bebas Neue";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 75% */
  margin-bottom: 22px;
}
@media (max-width: 1400px) {
  .ru-header-text_title {
    margin-bottom: 18px;
    font-size: 35px;
  }
}
.ru-header-text.coupon_title {
  line-height: 106%;
}
.ru-header-text_desc {
  color: #4d4d4d;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 200% */
}
@media (max-width: 1400px) {
  .ru-header-text_desc {
    font-size: 16px;
  }
}
.ru-header-text_highlight {
  color: #ff5900;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px; /* 127.778% */
  letter-spacing: 0.54px;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  margin-bottom: 22px;
}
@media (max-width: 1400px) {
  .ru-header-text_highlight {
    font-size: 16px;
    margin-bottom: 18px;
  }
}

.ru-marquee {
  position: relative;
  margin-top: 70px;
  margin-bottom: 52px;
}
@media (max-width: 1400px) {
  .ru-marquee {
    margin-top: 50px;
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .ru-marquee {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.ru-marquee .ru-bg-icon-1 {
  position: absolute;
  top: -285%;
  right: 0;
  user-select: none;
  z-index: 111;
}
.ru-marquee .ru-marquee-slide {
  overflow: hidden;
  width: 100%;
}
.ru-marquee .ru-marquee-slide_text {
  color: #4d4d4d;
  font-family: Impact;
  font-size: 123.148px;
  font-style: normal;
  font-weight: 400;
  line-height: 110.012px; /* 89.333% */
  letter-spacing: 3.694px;
  display: flex;
  align-items: center;
  gap: 36px;
  animation: marquee 20s linear infinite;
  padding-left: 100%;
}
.ru-marquee .ru-marquee-slide_text .ru-outline-text {
  color: #ff5900;
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke: 1px #ff5900;
}
@media (max-width: 1400px) {
  .ru-marquee .ru-marquee-slide_text {
    font-size: 70px;
    gap: 24px;
    animation: marquee 15s linear infinite;
  }
}
@media (max-width: 991px) {
  .ru-marquee .ru-marquee-slide_text {
    gap: 16px;
    font-size: 50px;
    animation: marquee 10s linear infinite;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
    padding-left: 100%;
  }
  100% {
    transform: translateX(-100%);
    padding-left: 0;
  }
}
.ru-input {
  padding: 0 40px 0 16px;
  border-radius: 15px;
  background: #fff;
  width: 100%;
  height: 56px;
  border: 0;
  outline: 0;
  transition: 0.3s ease;
}
.ru-input::placeholder {
  color: #4d4d4d;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 87.5% */
}
.ru-input:focus, .ru-input:hover {
  border-radius: 15px;
  background: #fff;
  box-shadow: 3px 4px 12.6px 0px rgba(198, 198, 198, 0.25);
}
@media (max-width: 850px) {
  .ru-input {
    font-size: 15px;
  }
}

textarea {
  padding: 16px 40px 16px 16px !important;
}

.ru-form_item label {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 200% */
  margin-bottom: 15px;
}
@media (max-width: 850px) {
  .ru-form_item label {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.ru-form_item-input {
  position: relative;
  font-size: 21px;
}
.ru-form_item-input .icon {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  pointer-events: none;
}

.ru-form_pack {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px 7px;
  border-radius: 16.542px;
  border: 0.689px solid var(--Neutral-300, #eff0f6);
  box-shadow: 0px 1.378px 8.271px 0px rgba(20, 20, 43, 0.08);
}
.ru-form_pack .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ru-form_pack .content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ru-form_pack .content .p-title {
  color: #455a64;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Inter";
  font-size: 12.406px;
  font-style: normal;
  font-weight: 500;
  line-height: 13.785px; /* 111.111% */
}
.ru-form_pack .content .p-desc {
  color: var(--Neutral-800, #170f49);
  font-family: Inter;
  font-size: 15.163px;
  font-style: normal;
  font-weight: 600;
  line-height: 16.542px; /* 109.091% */
}

.ru-package-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.ru-package-wrapper input[type=radio]:checked ~ label {
  border-radius: 16.542px;
  background: rgba(255, 89, 0, 0.1098039216) !important;
}

.ru-search-main {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4d4d4d;
  text-align: center;
  font-family: Cabin;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; /* 133.333% */
  height: 73px;
  border-radius: 98px;
  background: #f1f1f1;
  padding-left: 23px;
  padding-right: 23px;
  max-width: 905px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 52px;
}
@media (max-width: 850px) {
  .ru-search-main {
    font-size: 15px;
    height: 56px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 576px) {
  .ru-search-main {
    margin-top: 30px;
  }
}
.ru-search-main .search {
  flex: 1;
  padding-left: 22px;
  display: inline-block;
  border: 0;
  outline: 0;
  background: transparent;
}
.ru-search-main .search[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none; /* Remove default styling */
  height: 27px; /* Adjust height */
  width: 27px; /* Adjust width */
  background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"%3E%3Cpath fill="none" d="M0 0h24v24H0z"/%3E%3Cpath fill="000" d="M18.3 5.71L16.59 4 12 8.59 7.41 4 5.7 5.71 10.29 10.3 5.7 14.89l1.71 1.71L12 12.41l4.59 4.59 1.71-1.71-4.59-4.59z"/%3E%3C/svg%3E') no-repeat center center;
  background-size: contain; /* Ensure icon scales properly */
  opacity: 0.8;
}
@media (max-width: 850px) {
  .ru-search-main .search[type=search]::-webkit-search-cancel-button {
    height: 20px;
    width: 20px;
  }
}
.ru-search-main .icon {
  font-size: 24px;
}
@media (max-width: 850px) {
  .ru-search-main .icon {
    font-size: 20px;
  }
}
.ru-search-main .close {
  font-size: 27px;
}
@media (max-width: 850px) {
  .ru-search-main .close {
    font-size: 20px;
  }
}

.ru-package {
  padding-top: 70px;
}
.ru-package .content-headings {
  margin-bottom: 52px;
  width: calc(100% - 20px);
}
.ru-package .content-headings .heading {
  color: #0d0d25;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 125% */
  text-align: center;
  margin-bottom: 22px;
}
.ru-package .content-headings .sub-text {
  color: #4d4d4d;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
}
.ru-package table {
  width: 100%;
}
.ru-package table thead tr th {
  padding: 15px;
  text-align: center;
  border: 1px dashed #d9d9d9;
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Inter";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 90.909% */
  white-space: nowrap;
}
.ru-package table thead tr:hover {
  background: rgba(255, 239, 234, 0.64);
}
.ru-package table thead tr:nth-child(even) {
  background: rgba(255, 239, 234, 0.64);
}
.ru-package table tbody tr td {
  border: 1px dashed #d9d9d9;
  padding: 15px;
}
.ru-package table tbody tr td:first-child {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  white-space: nowrap;
  /* Text Single/200/Regular */
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 111.111% */
}
.ru-package table tbody tr td:not(:first-child) {
  text-align: center;
}
.ru-package table tbody tr:hover {
  background: rgba(255, 239, 234, 0.64);
}
.ru-package table tbody tr:nth-child(even) {
  background: rgba(255, 239, 234, 0.64);
}
.ru-package table tbody tr .icon {
  font-size: 26px;
  color: #939393;
}
.ru-package table tbody tr .icon.active {
  color: #ff5900;
}
.ru-package table tbody tr .res-button {
  color: #939393;
  min-width: 207px;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 200% */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 10px 25px;
  border-radius: 96px;
  border: 1px solid #939393;
  transition: 0.3s all;
}
.ru-package table tbody tr .res-button .icon {
  font-size: 24px;
  color: inherit;
}
.ru-package table tbody tr .res-button:hover, .ru-package table tbody tr .res-button.active {
  background: #ff5900;
  color: #fff !important;
  border: 1px solid #ff5900;
}

.ru-modal-wrap .modal-dialog {
  max-width: 1026px;
  width: 100%;
}
.ru-modal-wrap .modal-content {
  position: relative;
  border-radius: 23px;
}
.ru-modal-wrap .modal-body {
  padding: 20px;
}
@media (max-width: 1400px) {
  .ru-modal-wrap .modal-body {
    padding: 15px;
  }
}
.ru-modal-wrap .ru-modal-sub-close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 999;
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
}
.ru-modal-wrap .ru-modal-body {
  border-radius: 13px;
  padding: 70px;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 13px;
}
@media (max-width: 1400px) {
  .ru-modal-wrap .ru-modal-body {
    padding: 50px;
  }
}
@media (max-width: 576px) {
  .ru-modal-wrap .ru-modal-body {
    padding: 25px;
  }
}
.ru-modal-wrap .ru-modal-body::before {
  border-radius: 13px;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.ru-modal-wrap .ru-modal-body .contents {
  max-width: 445px;
  margin-left: auto;
  margin-right: auto;
}
.ru-modal-wrap .ru-modal-body .h-text {
  color: #fff;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 75% */
}
@media (max-width: 1400px) {
  .ru-modal-wrap .ru-modal-body .h-text {
    font-size: 36px;
    line-height: 30px;
  }
}
.ru-modal-wrap .ru-modal-body .h-text .h-off {
  color: #ff5900;
}
.ru-modal-wrap .ru-modal-body .h-desc {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 200% */
}
@media (max-width: 1400px) {
  .ru-modal-wrap .ru-modal-body .h-desc {
    font-size: 16px;
    line-height: 26px;
  }
}
.ru-modal-wrap .ru-modal-body .ru-form-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 48px;
}
@media (max-width: 1400px) {
  .ru-modal-wrap .ru-modal-body .ru-form-group {
    gap: 10px;
    margin-top: 30px;
  }
}
.ru-modal-wrap .ru-modal-body .ru-form-group .btn-subscribe {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 87.5% */
  border-radius: 10px;
  background: #ff5900;
  display: flex;
  height: 53px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
}
@media (max-width: 1400px) {
  .ru-modal-wrap .ru-modal-body .ru-form-group .btn-subscribe {
    font-size: 14px;
    line-height: 12px;
    height: 40px;
  }
}
.ru-modal-wrap .ru-modal-body .ru-form-group .input {
  color: #4d4d4d;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 87.5% */
  padding: 20px;
  border-radius: 10px;
  background: #fafafa;
  width: 100%;
  border: none;
}
@media (max-width: 1400px) {
  .ru-modal-wrap .ru-modal-body .ru-form-group .input {
    font-size: 14px;
    line-height: 12px;
    height: 40px;
  }
}
.ru-modal-wrap .ru-modal-body .ru-form-group .input:focus {
  outline: none;
}

#ru-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99999999;
  position: fixed !important;
}

.ru-header {
  background-color: transparent;
  color: #fff;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.ru-header.white_clr {
  background: #fff;
}
.ru-header_logo img {
  width: 160px;
  max-height: 50px;
}
@media (max-width: 991px) {
  .ru-header_logo img {
    width: 120px;
  }
}
.ru-header .ru-header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 110px;
  gap: 25px;
}
@media (max-width: 991px) {
  .ru-header .ru-header_inner {
    height: 80px;
  }
}
.ru-header .ru-header_inner .dropdown-menu {
  padding: 10px;
  min-width: 272px;
  margin-top: 42px !important;
  border-radius: 0;
  padding: 22px 18px;
}
.ru-header .ru-header_inner .dropdown-menu .dropdown-item {
  display: block;
  transition: 0.3s all;
  text-transform: capitalize;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-bottom: 1px dashed #a1a1a1;
  padding: 16px 0;
}
.ru-header .ru-header_inner .dropdown-menu .dropdown-item:hover, .ru-header .ru-header_inner .dropdown-menu .dropdown-item.active {
  color: #ffc107;
  border-bottom: 1px dashed #ffc107;
  background: transparent;
}
.ru-header .ru-header_inner .dropdown-menu li:first-child .dropdown-item {
  padding-top: 0;
}
.ru-header .ru-header_inner .language-dp .dropdown-menu {
  padding: 10px;
  min-width: 100px;
  padding: 10px;
}
.ru-header .ru-header_inner .language-dp .dropdown-menu .dropdown-item {
  padding: 8px 0;
}
@media (max-width: 850px) {
  .ru-header_menus {
    display: none;
  }
}
.ru-header_menus .ru-nav {
  display: flex;
  align-items: center;
  gap: 45px;
}
.ru-header_menus .ru-nav-link {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.3s all;
}
.ru-header_menus .ru-nav-link:hover, .ru-header_menus .ru-nav-link.active {
  color: #ffc107;
}
.ru-header_menus .ru-nav-link .sub_drop {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  gap: 10px;
}
.ru-header_menus .ru-nav-link .sub_drop .ru_ic {
  transform: rotate(180deg);
  font-size: 16px;
}
.ru-header_menus .ru-nav-link span {
  display: flex;
}
@media (max-width: 991px) {
  .ru-header_menus .ru-nav {
    gap: 25px;
  }
}
.ru-header_actions .ru-header_actions_list {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media (max-width: 850px) {
  .ru-header_actions .ru-header_actions_list {
    display: none;
  }
}
.ru-header_actions .ru-header_actions_list a.ru-header_actions_item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.ru-header_actions .ru-header_actions_list a.ru-header_actions_item .ru-ic {
  font-size: 24px;
  display: inline-flex;
  gap: 6px;
}
.ru-header_actions .ru-header_actions_list .ru-header_actions_item {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
}
.ru-header_actions .ru-header_actions_list .ru-header_actions_item .translate_ic {
  font-size: 20px;
}
@media (max-width: 1023px) {
  .ru-header_actions .ru-header_actions_list .ru-header_actions_item .ru-tx-book {
    display: none;
  }
}
.ru-header_mobile {
  display: none;
}
@media (max-width: 850px) {
  .ru-header_mobile {
    display: inline-block;
  }
}
.ru-header_mobile_btn {
  font-size: 28px;
}
.ru-header .mobile-sidebar-menus {
  padding: 20px 10px 20px 20px;
}
.ru-header .mobile-sidebar-menus .offcanvas-body {
  padding: 0;
}
.ru-header .mobile-sidebar-menus ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 42px;
}
.ru-header .mobile-sidebar-menus ul li {
  flex-shrink: 0;
}
.ru-header .mobile-sidebar-menus ul li .item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: 0.3s all;
}
.ru-header .mobile-sidebar-menus ul li .item:hover, .ru-header .mobile-sidebar-menus ul li .item.active {
  color: #ffc107;
}
.ru-header .mobile-sidebar-menus ul li .item .ru-ic {
  transition: transform 0.3s ease;
  font-size: 20px;
}
.ru-header .mobile-sidebar-menus ul li .sub-menu {
  margin-top: 0;
  padding-left: 14px;
  list-style-type: none;
  padding-left: 20px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease-out;
}
.ru-header .mobile-sidebar-menus ul li .sub-menu .sub-item {
  color: #000;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  width: 100%;
  display: block;
  line-height: normal;
  border-bottom: 1px dashed #494949;
  padding-bottom: 10px;
}
.ru-header .mobile-sidebar-menus ul li .sub-menu .sub-item:hover, .ru-header .mobile-sidebar-menus ul li .sub-menu .sub-item.active {
  color: #ffc107;
  border-bottom: 1px dashed #ffc107;
  background: transparent;
}
.ru-header .mobile-sidebar-menus ul li .sub-menu .ru-ic.rotated {
  transform: rotate(180deg);
}
.ru-header .mobile-sidebar-menus ul li .sub-menu li:first-child .sub-item {
  margin-top: 18px;
}
.ru-header.white {
  color: #000;
}
.ru-header.white .rounded-outline-btn:hover {
  background: #000;
  color: #fff;
}
.ru-header.sticky {
  width: 100%;
  background-color: white;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
  color: #000;
}
.ru-header.sticky .rounded-outline-btn:hover {
  background: #000;
  color: #fff;
}

.ru-hero-1 {
  height: 780px;
  background-image: url("../img/hero/hero1.jpg");
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media (max-width: 1400px) {
  .ru-hero-1 {
    height: 480px;
  }
}
@media (max-width: 768px) {
  .ru-hero-1 {
    height: 550px;
  }
}
@media (max-width: 576px) {
  .ru-hero-1 {
    height: 700px;
  }
}
.ru-hero-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.ru-hero-1_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  max-width: calc(100% - 100px);
}
@media (max-width: 1200px) {
  .ru-hero-1_content {
    max-width: calc(100% - 20px);
  }
}
@media (max-width: 576px) {
  .ru-hero-1_content {
    max-width: calc(100% - 0px);
  }
}
.ru-hero-1_content .ru-hero-slider {
  padding-right: 190px;
  padding-left: 190px;
  padding-bottom: 165px;
  padding-top: 135px;
}
@media (max-width: 1400px) {
  .ru-hero-1_content .ru-hero-slider {
    padding-bottom: 70px;
    padding-top: 115px;
    padding-right: 140px;
    padding-left: 140px;
  }
}
@media (max-width: 1200px) {
  .ru-hero-1_content .ru-hero-slider {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 576px) {
  .ru-hero-1_content .ru-hero-slider {
    padding-right: 35px;
    padding-left: 35px;
    padding-bottom: 70px;
    padding-top: 50px;
  }
}
.ru-hero-1_content-heading {
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 100px;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .ru-hero-1_content-heading {
    font-size: 60px;
  }
}
@media (max-width: 850px) {
  .ru-hero-1_content-heading {
    font-size: 48px;
  }
}
.ru-hero-1_content-desc {
  color: #c0c0c0;
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-weight: 600;
  margin-top: 12px;
}
@media (max-width: 1400px) {
  .ru-hero-1_content-desc {
    font-size: 18px;
  }
}
@media (max-width: 850px) {
  .ru-hero-1_content-desc {
    font-size: 16px;
  }
}
.ru-hero-1_content-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  justify-content: center;
  margin-top: 52px;
}
@media (max-width: 1400px) {
  .ru-hero-1_content-actions {
    margin-top: 40px;
    gap: 18px;
  }
}
@media (max-width: 850px) {
  .ru-hero-1_content-actions {
    margin-top: 30px;
    gap: 14px;
  }
}
@media (max-width: 576px) {
  .ru-hero-1_content-actions {
    flex-direction: column;
  }
}
.ru-hero-1 .swiper-button-next {
  font-size: 44px;
  color: #ffffff;
  transform: rotate(90deg);
}
.ru-hero-1 .swiper-button-next::after {
  display: none;
}
.ru-hero-1 .swiper-button-prev {
  font-size: 44px;
  color: #ffffff;
  transform: rotate(-90deg);
}
.ru-hero-1 .swiper-button-prev::after {
  display: none;
}

.ru-about-us {
  margin-top: 50px;
  position: relative;
}
.ru-about-us::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 185px;
  height: 279px;
  flex-shrink: 0;
  background-image: url("../img/icon/dis-1.png");
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1400px) {
  .ru-about-us::after {
    display: none;
  }
}
.ru-about-us::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 185px;
  height: 279px;
  flex-shrink: 0;
  background-image: url("../img/icon/dis-2.png");
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 991px) {
  .ru-about-us::before {
    display: none;
  }
}
.ru-about-us_content {
  display: flex;
  align-items: center;
  gap: 112px;
}
@media (max-width: 1400px) {
  .ru-about-us_content {
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .ru-about-us_content {
    flex-direction: column;
  }
}
.ru-about-us_content.video-play {
  gap: 35px;
}
@media (max-width: 1400px) {
  .ru-about-us_content.video-play {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .ru-about-us_content.video-play {
    gap: 15px;
  }
}
.ru-about-us_content-left {
  width: 501px;
  height: 483px;
  flex-shrink: 0;
}
@media (max-width: 1400px) {
  .ru-about-us_content-left {
    width: 400px;
    height: 383px;
  }
}
@media (max-width: 991px) {
  .ru-about-us_content-left {
    max-width: 100%;
    max-height: 383px;
    height: 100%;
  }
}
.ru-about-us_content-left img {
  width: 100%;
}
.ru-about-us_content-right {
  padding-right: 27px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1400px) {
  .ru-about-us_content-right {
    padding-right: 0px;
  }
}
.ru-about-us_content-right_heading {
  color: var(--Main-color, #0d0d25);
  font-family: "Bebas Neue";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 65px; /* 135.417% */
  margin-top: 52px;
  padding-right: 75px;
}
@media (max-width: 1400px) {
  .ru-about-us_content-right_heading {
    font-size: 36px;
    margin-top: 35px;
    padding-right: 0px;
  }
}
.ru-about-us_content-right_desc {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 200% */
  margin-top: 22px;
}
@media (max-width: 1400px) {
  .ru-about-us_content-right_desc {
    font-size: 16px;
    margin-top: 18px;
  }
}
.ru-about-us_content-right_title {
  color: #ff5900;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px; /* 127.778% */
  letter-spacing: 0.54px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.ru-about-us_content-right_title .icon {
  font-size: 30px;
  font-weight: 900;
}
.ru-about-us_content-right_actions {
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 576px) {
  .ru-about-us_content-right_actions {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 576px) {
  .ru-about-us_content-right_actions .ru-btn {
    width: 100%;
  }
}
.ru-about-us_content-right_actions .ru-btn.outline {
  color: #383632;
}
@media (max-width: 576px) {
  .ru-about-us_content-right_actions .ru-btn.outline {
    border: 1px solid #383632;
  }
}
.ru-about-us_content-right_actions .ru-btn.outline:hover {
  border: 1px solid #383632;
}
.ru-about-us_content-right_actions .ru-btn.fillUp {
  background: #383632;
}
.ru-about-us_content-right_actions .ru-btn.fillUp:hover {
  background: inherit;
}
.ru-about-us.about-us-ctx .ru-about-us_content {
  gap: 60px;
}
.ru-about-us.about-us-ctx::after, .ru-about-us.about-us-ctx::before {
  display: none;
}

.ru-inc-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 52px;
  margin-bottom: 70px;
  gap: 20px;
}
@media (max-width: 991px) {
  .ru-inc-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 30px;
  }
}
@media (max-width: 576px) {
  .ru-inc-box {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 20px;
  }
}
.ru-inc-box .ru-counter_text-dt {
  max-width: 340px;
}
@media (max-width: 991px) {
  .ru-inc-box .ru-counter_text-dt {
    grid-column: span 4;
  }
}
@media (max-width: 576px) {
  .ru-inc-box .ru-counter_text-dt {
    grid-column: span 2;
  }
}
.ru-inc-box .icons_texts-dt {
  display: flex;
  align-items: center;
  gap: 24px;
}
.ru-inc-box .icons_texts-dt img {
  max-width: 50px;
}
.ru-inc-box .icons_texts-dt .icons_texts-dt_text {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px; /* 161.111% */
}
@media (max-width: 1400px) {
  .ru-inc-box .icons_texts-dt .icons_texts-dt_text {
    font-size: 16px;
  }
}
.ru-inc-box .ru-list-counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
@media (max-width: 1400px) {
  .ru-inc-box .ru-list-counter {
    gap: 0;
  }
}
.ru-inc-box .ru-list-counter .ru-list-counter_inc {
  color: #000;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 118.75% */
}
@media (max-width: 1400px) {
  .ru-inc-box .ru-list-counter .ru-list-counter_inc {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .ru-inc-box .ru-list-counter .ru-list-counter_inc {
    font-size: 24px;
  }
}
.ru-inc-box .ru-list-counter .ru-list-counter_text {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 237.5% */
}
@media (max-width: 1400px) {
  .ru-inc-box .ru-list-counter .ru-list-counter_text {
    font-size: 14px;
  }
}

.ru-about-hero {
  margin-bottom: 200px;
  margin-top: 70px;
}
@media (max-width: 1400px) {
  .ru-about-hero {
    margin-bottom: 150px;
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .ru-about-hero {
    margin-bottom: 100px;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .ru-about-hero {
    margin-bottom: 50px;
  }
}
.ru-about-hero .ru-container {
  position: relative;
}
.ru-about-hero_content {
  max-width: 868px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .ru-about-hero_content {
    max-width: 100%;
  }
}
.ru-about-hero_content .main-img {
  max-height: 608px;
  height: 100%;
}
@media (max-width: 991px) {
  .ru-about-hero_content .main-img img {
    max-height: 400px;
    object-fit: cover;
  }
}
.ru-about-hero_wraps {
  display: flex;
  gap: 35px;
  margin-left: 150px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .ru-about-hero_wraps {
    margin-left: 50px;
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .ru-about-hero_wraps {
    margin-left: 0px;
    flex-direction: column;
  }
}
.ru-about-hero_wraps .h-text {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .ru-about-hero_wraps .h-text {
    margin-bottom: 8px;
  }
}
.ru-about-hero_wraps .h-text .h-b {
  color: #000;
  font-family: Inter;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px; /* 103.846% */
}
@media (max-width: 1400px) {
  .ru-about-hero_wraps .h-text .h-b {
    font-size: 48px;
    line-height: 44px;
  }
}
@media (max-width: 768px) {
  .ru-about-hero_wraps .h-text .h-b {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .ru-about-hero_wraps .h-text .h-b {
    font-size: 32px;
    line-height: 32px;
  }
}
.ru-about-hero_wraps .h-text .h-n {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px; /* 131.25% */
}
@media (max-width: 1400px) {
  .ru-about-hero_wraps .h-text .h-n {
    font-size: 14px;
    line-height: 18px;
  }
}
.ru-about-hero_wraps .h-desc {
  color: #4d4d4d;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 181.25% */
}
@media (max-width: 1400px) {
  .ru-about-hero_wraps .h-desc {
    font-size: 14px;
    line-height: 24px;
  }
}
.ru-about-hero .ru-about_hero-image {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.ru-about-hero .ru-about_hero-image .hero-2 {
  width: 560px;
  height: 608px;
  flex-shrink: 0;
}
@media (max-width: 1400px) {
  .ru-about-hero .ru-about_hero-image .hero-2 {
    width: 450px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .ru-about-hero .ru-about_hero-image .hero-2 {
    width: 350px;
    height: 400px;
  }
}
@media (max-width: 991px) {
  .ru-about-hero .ru-about_hero-image .hero-2 {
    display: none;
  }
}
.ru-about-hero .ru-about_hero-image .yr-16 {
  width: 169px;
  height: 210px;
  flex-shrink: 0;
  margin-left: 120px;
}
@media (max-width: 1200px) {
  .ru-about-hero .ru-about_hero-image .yr-16 {
    width: 120px;
    height: 170px;
    object-fit: contain;
    margin-left: 50px;
  }
}
@media (max-width: 991px) {
  .ru-about-hero .ru-about_hero-image .yr-16 {
    margin-left: 0;
  }
}

.ru-trending {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #fff;
}
@media (max-width: 991px) {
  .ru-trending {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .ru-trending {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.ru-trending .ru-header-text {
  text-align: left;
  margin-left: 0;
  flex: 1;
}
.ru-trending .ru-header-text .slider-arrow {
  display: flex;
  align-items: center;
  margin-top: 22px;
  gap: 28px;
}
.ru-trending .ru-header-text .ru-header-text_highlight {
  margin-bottom: 52px;
  margin-top: 37px;
}
.ru-trending .ru-header-text_highlight {
  justify-content: flex-start;
}
.ru-trending-slider {
  gap: 30px;
  display: flex;
}
@media (max-width: 991px) {
  .ru-trending-slider {
    flex-direction: column;
  }
}
.ru-trending .slider-box-trending {
  flex: 1;
}
.ru-trending .slider-box-trending .mySwiper-about {
  max-width: 632px;
}

.ru-gallery-img {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .ru-gallery-img {
    margin-bottom: 16px;
  }
}
.ru-gallery-img .gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .ru-gallery-img .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .ru-gallery-img .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ru-gallery-img .gallery .item {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ru-gallery-img .gallery .item:first-child {
  grid-column: span 2;
  grid-row: span 2;
}
@media (max-width: 768px) {
  .ru-gallery-img .gallery .item:first-child {
    grid-column: span 1;
    grid-row: span 1;
  }
}
@media (max-width: 576px) {
  .ru-gallery-img .gallery .item:first-child {
    grid-column: span 1;
    grid-row: span 1;
  }
}

.plans-details .contents .head {
  color: var(--Main-color, #0d0d25);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 125% */
  margin-bottom: 22px;
}
.plans-details .contents .sub-text {
  color: #4d4d4d;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  margin-bottom: 35px;
}
.plans-details .contents .list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-bottom: 52px;
  padding-left: 16px;
}
@media (max-width: 768px) {
  .plans-details .contents .list {
    gap: 16px;
  }
}
.plans-details .contents .list li {
  list-style: initial;
}
.plans-details .contents .list .text {
  color: #4d4d4d;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.plans-details .contents .list .text .bolded {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 166.667% */
}

.ru-badge-dt {
  padding-bottom: 70px;
}
.ru-badge-dt .ru-container {
  border-radius: 10px;
  background: rgba(220, 230, 235, 0.2941176471);
  padding: 24px 30px;
}
.ru-badge-dt .ru-container .b-text {
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 125% */
}

.ru-reservation {
  background: #f9f9f9;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  background: #f9f9f9;
  box-shadow: 4px 4px 11.2px 0px rgba(208, 208, 208, 0.25);
}
.ru-reservation .ru-reservation-bg-img {
  position: absolute;
  left: 0;
  bottom: -14%;
  user-select: none;
}
.ru-reservation-box {
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 415px;
  display: flex;
  align-items: center;
  padding: 20px 0;
}
@media (max-width: 576px) {
  .ru-reservation-box {
    text-align: center;
  }
}
.ru-reservation-box.ru-reservation-box_margin {
  margin-top: 72px;
}
.ru-reservation-box .ru-warper {
  max-width: 641px;
}
.ru-reservation-box .ru-warper .title {
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 12px;
  line-height: 80px;
}
@media (max-width: 1400px) {
  .ru-reservation-box .ru-warper .title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .ru-reservation-box .ru-warper .title {
    font-size: 40px;
    line-height: 40px;
  }
}
.ru-reservation-box .ru-warper .desc {
  color: #cdcdcd;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 200% */
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  .ru-reservation-box .ru-warper .desc {
    font-size: 16px;
    line-height: 25px;
  }
}
.ru-reservation-box .ru-warper .actions {
  display: flex;
  align-items: center;
  gap: 22px;
}
@media (max-width: 576px) {
  .ru-reservation-box .ru-warper .actions {
    flex-direction: column;
  }
  .ru-reservation-box .ru-warper .actions .ru-btn {
    width: 100%;
  }
}

.ru-reservation-content {
  margin-top: 70px;
}
.ru-reservation-content .ru-title {
  margin-bottom: 22px;
  text-align: center;
}
.ru-reservation-content .ru-desc {
  max-width: 1110px;
  text-align: center;
  margin: 0 auto;
}

.ru-popular {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #f9f9f9;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ru-popular_dis-name {
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 52px;
}
@media (max-width: 1400px) {
  .ru-popular_dis-name {
    margin-bottom: 30px;
  }
}
.ru-popular_dis-name .name {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 150% */
  margin-bottom: 22px;
}
@media (max-width: 1400px) {
  .ru-popular_dis-name .name {
    margin-bottom: 16px;
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .ru-popular_dis-name .name {
    margin-bottom: 0px;
  }
}
.ru-popular_dis-name .desc {
  color: #4d4d4d;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 200% */
}
@media (max-width: 1400px) {
  .ru-popular_dis-name .desc {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  .ru-popular_dis-name .desc {
    line-height: 25px;
  }
}
.ru-popular_header {
  max-width: 965px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 52px;
}
@media (max-width: 1400px) {
  .ru-popular_header {
    margin-bottom: 35px;
  }
}
.ru-popular_header .ru-desc {
  margin-bottom: 22px;
}
.ru-popular_header .ru-title {
  margin-bottom: 22px;
}
.ru-popular_header-actions ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}
@media (max-width: 576px) {
  .ru-popular_header-actions ul {
    gap: 14px;
  }
}
.ru-popular_header-actions ul li .item {
  color: #4d4d4d;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  height: 46px;
  padding: 11px 16px 11px 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  border-radius: 62px;
  border: 1px solid #cacaca;
  transition: 0.3s all;
}
@media (max-width: 576px) {
  .ru-popular_header-actions ul li .item {
    font-size: 12px;
    height: 30px;
    padding: 0 10px;
    gap: 6px;
  }
}
.ru-popular_header-actions ul li .item img {
  width: 24px;
  height: 24px;
  transition: 0.3s all;
}
@media (max-width: 576px) {
  .ru-popular_header-actions ul li .item img {
    width: 16px;
    height: 16px;
  }
}
.ru-popular_header-actions ul li .item:hover, .ru-popular_header-actions ul li .item.active {
  background: #ff5900;
  color: #fff;
  border: 1px solid transparent;
}
.ru-popular_header-actions ul li .item:hover img, .ru-popular_header-actions ul li .item.active img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(3309%) hue-rotate(288deg) brightness(118%) contrast(105%);
}

.ru-popular_items {
  display: grid;
  gap: 37px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 52px;
}
.ru-popular_items.hr {
  border-bottom: 2px dashed #e5e5e5;
  padding-bottom: 52px;
}
@media (max-width: 991px) {
  .ru-popular_items.hr {
    padding-bottom: 25px;
  }
}
@media (max-width: 850px) {
  .ru-popular_items {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 850px) {
  .ru-popular_items {
    max-width: 500px;
    margin-left: auto;
    gap: 24px;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .ru-popular_items {
    margin-bottom: 25px;
  }
}
.ru-popular_items ul {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.ru-popular_items ul li {
  flex-shrink: 0;
}
.ru-popular_items-header {
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 72px;
}
@media (max-width: 576px) {
  .ru-popular_items-header {
    margin-bottom: 28px;
  }
}
.ru-popular_items .ru-popular-item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  transition: 0.3s all;
}
.ru-popular_items .ru-popular-item .img-box {
  flex-shrink: 0;
}
.ru-popular_items .ru-popular-item .img-box img {
  width: 130px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 10px;
  background: lightgray 50%/cover no-repeat;
}
@media (max-width: 576px) {
  .ru-popular_items .ru-popular-item .img-box img {
    width: 90px;
    height: 70px;
  }
}
.ru-popular_items .ru-popular-item .item-content .name {
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  transition: 0.3s all;
  margin-bottom: 22px;
}
@media (max-width: 1200px) {
  .ru-popular_items .ru-popular-item .item-content .name {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
@media (max-width: 576px) {
  .ru-popular_items .ru-popular-item .item-content .name {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.ru-popular_items .ru-popular-item .item-content .desc {
  color: #4d4d4d;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 125% */
}
@media (max-width: 1200px) {
  .ru-popular_items .ru-popular-item .item-content .desc {
    font-size: 14px;
  }
}
.ru-popular_items .ru-popular-item .img-price-box {
  width: 110px;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-end;
}
.ru-popular_items .ru-popular-item .img-price-box .price {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 180% */
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .ru-popular_items .ru-popular-item .img-price-box .price {
    font-size: 14px;
  }
}
.ru-popular_items .ru-popular-item .img-price-box .add-to-cart {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ff5900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: 0.3s all;
  color: #fff;
  flex-shrink: 0;
  transition: 0.3s all;
}
.ru-popular_items .ru-popular-item .img-price-box .add-to-cart:hover {
  transform: scale(1.2);
}
@media (max-width: 576px) {
  .ru-popular_items .ru-popular-item .img-price-box .add-to-cart {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
}
.ru-popular_items .ru-popular-item:hover .item-content .name {
  color: #ff5900;
}
.ru-popular_items .ru-popular-item:hover .img-price-box .add-to-cart {
  background: #4caf4f;
}

.ru-amenities {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  background: #f9f9f9;
}
@media (max-width: 850px) {
  .ru-amenities {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .ru-amenities {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.ru-amenities .ru-reservation-bg-img {
  position: absolute;
  left: 0;
  bottom: 11%;
  user-select: none;
}
.ru-amenities_header {
  max-width: 965px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.ru-amenities_header .ru-title {
  margin-bottom: 22px;
}
.ru-amenities_container {
  display: flex;
  gap: 60px;
  align-items: center;
  margin-top: 52px;
}
@media (max-width: 1200px) {
  .ru-amenities_container {
    gap: 20px;
  }
}
.ru-amenities_container.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 850px) {
  .ru-amenities_container.reverse {
    flex-direction: column;
  }
}
@media (max-width: 850px) {
  .ru-amenities_container {
    flex-direction: column;
  }
}
.ru-amenities_container .ru-amenities_imageBox {
  flex-shrink: 0;
  width: 560px;
}
@media (max-width: 1200px) {
  .ru-amenities_container .ru-amenities_imageBox {
    width: 450px;
  }
}
@media (max-width: 576px) {
  .ru-amenities_container .ru-amenities_imageBox {
    width: 100%;
  }
}
.ru-amenities_container .ru-amenities_imageBox img {
  width: 100%;
  height: auto;
}
.ru-amenities_content-title {
  color: var(--Main-color, #0d0d25);
  font-family: "Bebas Neue";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 65px; /* 135.417% */
  margin-bottom: 22px;
}
@media (max-width: 1400px) {
  .ru-amenities_content-title {
    font-size: 36px;
    margin-bottom: 18px;
  }
}
.ru-amenities_content-desc {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 200% */
}
@media (max-width: 1400px) {
  .ru-amenities_content-desc {
    font-size: 16px;
  }
}
.ru-amenities_content-list {
  margin-top: 32px;
}
@media (max-width: 1400px) {
  .ru-amenities_content-list {
    margin-top: 24px;
  }
}
.ru-amenities_content-list td {
  padding-right: 27px;
  padding-bottom: 32px;
}
@media (max-width: 1400px) {
  .ru-amenities_content-list td {
    padding-bottom: 24px;
  }
}
@media (max-width: 1200px) {
  .ru-amenities_content-list td {
    display: block;
    padding-right: 0;
  }
}
.ru-amenities_content-list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  transition: 0.3s all;
}
.ru-amenities_content-list-item .icon {
  color: #ff5900;
}
.ru-amenities_content-list-item:hover {
  transform: scale(1.1);
}

.ru-chefs_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 33px;
}
@media (max-width: 1400px) {
  .ru-chefs_container {
    gap: 22px;
  }
}
@media (max-width: 1023px) {
  .ru-chefs_container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .ru-chefs_container {
    grid-template-columns: 1fr;
  }
}

.ru-chefs_item .img-box img {
  border-radius: 33px 33px 0 0;
  width: 100%;
  height: 333;
  object-fit: cover;
}
.ru-chefs_item .item-content {
  padding: 22px;
  border: 1px solid #c7c7de;
  background: #fff;
  border-radius: 0 0 33px 33px;
  transition: 0.3s ease;
}
.ru-chefs_item .item-content:hover {
  box-shadow: 4.513px 4.513px 23.128px 0px rgba(193, 193, 193, 0.25);
  border: 1px solid transparent;
}
@media (max-width: 1400px) {
  .ru-chefs_item .item-content {
    padding: 16px;
  }
}
.ru-chefs_item .item-content .role {
  color: var(--Main-color, #0d0d25);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.889px; /* 160.494% */
}
@media (max-width: 1400px) {
  .ru-chefs_item .item-content .role {
    font-size: 16px;
  }
}
.ru-chefs_item .item-content .name {
  color: var(--Main-color, #0d0d25);
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 33.333px; /* 151.515% */
  margin-bottom: 11px;
  transition: 0.3s ease;
}
.ru-chefs_item .item-content .name:hover {
  color: #ff5900;
}
@media (max-width: 1400px) {
  .ru-chefs_item .item-content .name {
    font-size: 18px;
  }
}
.ru-chefs_item .item-content .exp {
  color: #4d4d4d;
  font-family: Inter;
  font-size: 17.778px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.889px; /* 162.5% */
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 1400px) {
  .ru-chefs_item .item-content .exp {
    font-size: 15px;
  }
}
.ru-chefs_item .item-content .exp .icon {
  font-size: 11px;
}
.ru-chefs_item .item-content hr {
  margin: 11px 0;
  border: 2px dashed #cacaca;
}
@media (max-width: 1400px) {
  .ru-chefs_item .item-content hr {
    margin: 8px 0;
  }
}

.ru-articles_items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1023px) {
  .ru-articles_items {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .ru-articles_items {
    grid-template-columns: 1fr;
  }
}

.ru-articles .submit_div {
  margin-top: 52px;
}

.ru-articles_item {
  display: flex;
  flex-direction: column;
  padding: 35px 20px 30px 20px;
  justify-content: space-between;
  width: 100%;
  height: 418px;
  flex-shrink: 0;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.5);
  background-image: url("../img/blogs/blog-1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.ru-articles_item.two2 {
  background-image: url("/assets/img/blogs/2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ru-articles_item.three3 {
  background-image: url("/assets/img/blogs/3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ru-articles_item.item2 {
  background-image: url("/assets/img/blogs/2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ru-articles_item.item3 {
  background-image: url("/assets/img/blogs/3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ru-articles_item.trending1_img {
  background-image: url("/assets/img/blogs/3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ru-articles_item.trending2_img {
  background-image: url("/assets/img/blogs/2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ru-articles_item.trending3_img {
  background-image: url("/assets/img/blogs/3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ru-articles_item.img2 {
  background-image: url("/assets/img/blogs/2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ru-articles_item.img3 {
  background-image: url("/assets/img/blogs/3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .ru-articles_item {
    height: 340px;
  }
}
.ru-articles_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 20px;
  z-index: -1;
}
.ru-articles_item-badge {
  border-radius: 66px;
  background: #fff;
  color: #000;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 225% */
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 1200px) {
  .ru-articles_item-badge {
    font-size: 14px;
    height: 28px;
  }
}
.ru-articles_item-title {
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  transition: 0.3s ease;
}
.ru-articles_item-title:hover {
  color: #ff5900;
}
@media (max-width: 1200px) {
  .ru-articles_item-title {
    font-size: 20px;
  }
}
.ru-articles_item-times {
  color: #cfcfcf;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
}
.ru-articles_item-times-time {
  display: flex;
  align-items: center;
  gap: 14px;
}
.ru-articles_item-times .icon {
  font-size: 20px;
}

.ru-coupon {
  margin-bottom: 97px;
}
.ru-coupon-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1400px) {
  .ru-coupon-wrap {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .ru-coupon-wrap {
    grid-template-columns: 1fr;
  }
}
.ru-coupon-wrap .item {
  width: 100%;
  min-height: 229px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 24px 10px;
}
@media (max-width: 1200px) {
  .ru-coupon-wrap .item {
    min-height: 200px;
  }
}
.ru-coupon-wrap .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 20px;
  z-index: -1;
}
.ru-coupon-wrap .item .item-title {
  color: var(--PRIMERY-COLOR-01, #fff);
  font-family: "Bebas Neue";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 142.857% */
  margin-bottom: 5px;
}
.ru-coupon-wrap .item .item-text {
  color: var(--PRIMERY-COLOR-01, #fff);
  /* Subhead/Subhead 4 */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.ru-coupon-wrap .item .code-box .code-target {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 5px;
}
.ru-coupon-wrap .item .code-box .code {
  color: var(--BODY-SHAPE-COLOR, #f8f8f8);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  border-radius: 34px;
  background: #ff5900;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
}
.ru-coupon-wrap .item .code-box .code .item-end-in {
  display: flex;
  align-items: center;
  gap: 5px;
}
.ru-coupon-wrap .item .code-box .code .item-end-in .b {
  font-weight: 700;
}
.ru-coupon-wrap .item .code-box .item-btn {
  color: var(--PRIMERY-COLOR-01, #fff);
  /* Button Label/Small */
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 166.667% */
  display: flex;
  align-items: center;
  gap: 5px;
}
.ru-coupon-wrap .item .code-box .item-btn .icon {
  font-size: 24px;
}

.ru-clients {
  background: #faf6f3;
  padding-top: 160px;
  padding-bottom: 170px;
  margin-top: -110px;
  background-image: url("../img/icon/clients-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .ru-clients {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .ru-clients {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 576px) {
  .ru-clients {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.ru-clients_container {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.ru-clients_container .ru-bg-icon-2 {
  position: absolute;
  user-select: none;
  top: 0%;
  left: -80%;
}
.ru-clients_container .ru-bg-icon-1 {
  position: absolute;
  user-select: none;
  top: -85%;
  right: -100%;
}
.ru-clients-reviews-icon {
  font-size: 34px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .ru-clients-reviews-icon {
    margin-bottom: 20px;
  }
}
.ru-clients-reviews-text {
  color: #4d4d4d;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 163.636% */
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .ru-clients-reviews-text {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .ru-clients-reviews-text {
    font-size: 16px;
    line-height: normal;
  }
}
.ru-clients-reviews-user {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.ru-clients-reviews-user img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
@media (max-width: 1200px) {
  .ru-clients-reviews-user img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 576px) {
  .ru-clients-reviews-user img {
    width: 35px;
    height: 35px;
  }
}

.ru-footer {
  padding-top: 67px;
  background-image: url("../img/icon/footer-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ru-footer-top {
  padding-bottom: 40px;
  display: flex;
  gap: 67px;
}
@media (max-width: 1400px) {
  .ru-footer-top {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .ru-footer-top {
    flex-direction: column;
    gap: 30px;
  }
}
.ru-footer-top_left {
  max-width: 407px;
}
@media (max-width: 1400px) {
  .ru-footer-top_left {
    max-width: 307px;
  }
}
@media (max-width: 991px) {
  .ru-footer-top_left {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
  }
}
.ru-footer-top_left-logo img {
  width: 160px;
  object-fit: contain;
  height: 60px;
  flex-shrink: 0;
}
.ru-footer-top_left-text {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 133%; /* 21.28px */
  margin-top: 42px;
}
@media (max-width: 1400px) {
  .ru-footer-top_left-text {
    font-size: 14px;
    margin-top: 30px;
  }
}
.ru-footer-top_right {
  display: flex;
  flex-shrink: 0;
  flex: 1;
  justify-content: space-between;
}
.ru-footer-top_right .ru-footer-links {
  min-width: 130px;
}
@media (max-width: 768px) {
  .ru-footer-top_right {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
}
.ru-footer-top_right .ru-footer-links .ru-footer-title {
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 89.286% */
  margin-bottom: 55px;
}
@media (max-width: 1400px) {
  .ru-footer-top_right .ru-footer-links .ru-footer-title {
    margin-bottom: 35px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .ru-footer-top_right .ru-footer-links .ru-footer-title {
    margin-bottom: 8px;
  }
}
.ru-footer-top_right .ru-footer-links .ru-footer-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1400px) {
  .ru-footer-top_right .ru-footer-links .ru-footer-list {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .ru-footer-top_right .ru-footer-links .ru-footer-list {
    gap: 12px;
  }
}
.ru-footer-top_right .ru-footer-links .ru-footer-list .list {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.ru-footer-top_right .ru-footer-links .ru-footer-list .list:hover {
  margin-left: 5px;
  color: #ff5900;
}
@media (max-width: 1400px) {
  .ru-footer-top_right .ru-footer-links .ru-footer-list .list {
    font-size: 14px;
  }
}
.ru-footer-top_right .ru-footer-links.opening-hours .ru-footer-hours {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 1400px) {
  .ru-footer-top_right .ru-footer-links.opening-hours .ru-footer-hours {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .ru-footer-top_right .ru-footer-links.opening-hours .ru-footer-hours {
    gap: 0px;
  }
}
.ru-footer-top_right .ru-footer-links.opening-hours .ru-footer-hours .list {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px; /* 181.25% */
}
@media (max-width: 1400px) {
  .ru-footer-top_right .ru-footer-links.opening-hours .ru-footer-hours .list {
    font-size: 14px;
  }
}
.ru-footer-top_right .ru-footer-links.opening-hours .ru-footer-hours .list .day {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1400px) {
  .ru-footer-top_right .ru-footer-links.opening-hours .ru-footer-hours .list .day {
    gap: 5px;
  }
}
@media (max-width: 768px) {
  .ru-footer-top_right .ru-footer-links.opening-hours .ru-footer-hours .list .day {
    justify-content: center;
  }
}
.ru-footer-top_right .ru-footer-links.opening-hours .ru-footer-hours .list .time {
  color: #ff5900;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 156.25% */
  margin-top: 16px;
  margin-left: 30px;
}
@media (max-width: 1400px) {
  .ru-footer-top_right .ru-footer-links.opening-hours .ru-footer-hours .list .time {
    font-size: 14px;
    margin-top: 10px;
    margin-left: 24px;
  }
}
.ru-footer-top_right .ru-footer-links.contact .ru-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 768px) {
  .ru-footer-top_right .ru-footer-links.contact .ru-footer-contact {
    gap: 12px;
  }
}
.ru-footer-top_right .ru-footer-links.contact .lists {
  display: flex;
  gap: 12px;
}
@media (max-width: 768px) {
  .ru-footer-top_right .ru-footer-links.contact .lists {
    justify-content: center;
    flex-direction: column;
  }
}
.ru-footer-top_right .ru-footer-links.contact .lists .icon {
  font-size: 26px;
  color: #ff5900;
}
.ru-footer-top_right .ru-footer-links.contact .lists .content .title {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
  margin-bottom: 5px;
}
@media (max-width: 1400px) {
  .ru-footer-top_right .ru-footer-links.contact .lists .content .title {
    font-size: 14px;
  }
}
.ru-footer-top_right .ru-footer-links.contact .lists .content .value {
  color: #8a8a8a;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  transition: all 0.3s ease;
  /* 16px */
}
.ru-footer-top_right .ru-footer-links.contact .lists .content .value:hover {
  color: #ff5900;
}
@media (max-width: 1400px) {
  .ru-footer-top_right .ru-footer-links.contact .lists .content .value {
    font-size: 14px;
  }
}
.ru-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px dashed #cacaca;
  padding-top: 28px;
  padding-bottom: 65px;
}
@media (max-width: 1400px) {
  .ru-footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .ru-footer-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.ru-footer-bottom_copy {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 87.5% */
}
@media (max-width: 1400px) {
  .ru-footer-bottom_copy {
    font-size: 14px;
  }
}
.ru-footer-bottom_social {
  display: flex;
  align-items: center;
  font-size: 28px;
  gap: 50px;
}
.ru-footer-bottom_social a {
  color: #fff;
  transition: all 0.3s ease;
}
.ru-footer-bottom_social a:hover {
  color: #ff5900;
}
@media (max-width: 1400px) {
  .ru-footer-bottom_social {
    font-size: 18px;
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .ru-footer-bottom_social {
    font-size: 14px;
    gap: 10px;
  }
}

.fu-news-sub-title {
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 89.286% */
  margin-top: 34px;
  margin-bottom: 21px;
}
@media (max-width: 1400px) {
  .fu-news-sub-title {
    font-size: 24px;
  }
}
.fu-news-sub-wrap {
  display: flex;
  align-items: center;
  border-radius: 15px;
  border: 0.5px solid #cacaca;
  background: #fff;
}
.fu-news-sub-input {
  display: inline-block;
  border: none;
  background: transparent;
  height: 53px;
  padding: 18px;
  width: 100%;
  font-weight: bold;
  color: #4d4d4d;
}
@media (max-width: 1400px) {
  .fu-news-sub-input {
    height: 35px;
  }
}
.fu-news-sub-input::placeholder {
  color: #4d4d4d;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 87.5% */
}
.fu-news-sub-input:focus {
  outline: none;
}
.fu-news-sub-btn {
  font-size: 20px;
  color: #fff;
  border-radius: 0px 15px 15px 0px;
  background: #ff5900;
  display: flex;
  width: 64px;
  height: 53px;
  padding: 16px 22px 17px 22px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.fu-news-sub-btn:hover {
  background: #000;
  color: #fff;
}
@media (max-width: 1400px) {
  .fu-news-sub-btn {
    width: 40px;
    height: 35px;
  }
}

.ru-lunch-and-dinner {
  margin-top: 70px;
  padding-bottom: 70px;
  position: relative;
}
.ru-lunch-and-dinner .submit_div {
  margin-top: 50px;
}
@media (max-width: 1200px) {
  .ru-lunch-and-dinner .submit_div {
    margin-top: 30px;
  }
}
.ru-lunch-and-dinner-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
@media (max-width: 1200px) {
  .ru-lunch-and-dinner-cards {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .ru-lunch-and-dinner-cards {
    grid-template-columns: 1fr;
  }
}
.ru-lunch-and-dinner .ru-reservation-bg-img {
  position: absolute;
  left: 0;
  bottom: -14%;
  user-select: none;
}

.ru-lunch-item {
  background-image: url("../img/dinner/dinner-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 38px 31px;
  border-radius: 15px;
  min-height: 610px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .ru-lunch-item {
    padding: 20px;
  }
}
.ru-lunch-item::before {
  content: "";
  background: linear-gradient(180deg, rgba(27, 27, 27, 0.85) 43.08%, rgba(0, 0, 0, 0.16) 93.34%);
  backdrop-filter: blur(1.5px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  z-index: -1;
}
.ru-lunch-item-head {
  color: #fff;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 128.571% */
  border-bottom: 1px dashed #fff;
  padding-bottom: 17px;
  margin-bottom: 26px;
}
.ru-lunch-item-head .light {
  color: #ff5900;
}
@media (max-width: 1200px) {
  .ru-lunch-item-head {
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: 22px;
  }
}
.ru-lunch-item-time-table {
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #fff;
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px; /* 181.25% */
}
@media (max-width: 1200px) {
  .ru-lunch-item-time-table {
    flex-direction: column;
  }
}
.ru-lunch-item-time-table .text-wrap {
  display: flex;
  align-items: center;
  padding: 15px 12px;
  gap: 5px;
}
@media (max-width: 1400px) {
  .ru-lunch-item-time-table .text-wrap {
    padding: 10px 8px;
  }
}
@media (max-width: 1200px) {
  .ru-lunch-item-time-table .text-wrap {
    width: 100%;
    justify-content: center;
  }
}
.ru-lunch-item-time-table .text-wrap:first-child {
  border-right: 1px solid #fff;
  padding-right: 32px;
}
@media (max-width: 1400px) {
  .ru-lunch-item-time-table .text-wrap:first-child {
    padding-right: 20px;
  }
}
@media (max-width: 1200px) {
  .ru-lunch-item-time-table .text-wrap:first-child {
    border-right: none;
    border-bottom: 1px solid #fff;
  }
}
@media (max-width: 1400px) {
  .ru-lunch-item-time-table {
    font-size: 14px;
  }
}
.ru-lunch-item-time-table .icon {
  font-size: 20px;
}
.ru-lunch-item-normal-text {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 166.667% */
  margin-top: 28px;
}
@media (max-width: 1400px) {
  .ru-lunch-item-normal-text {
    margin-top: 20px;
    font-size: 16px;
  }
}
.ru-lunch-item .lists-of-menus {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1400px) {
  .ru-lunch-item .lists-of-menus {
    gap: 24px;
  }
}
@media (max-width: 1200px) {
  .ru-lunch-item .lists-of-menus {
    gap: 14px;
  }
}
.ru-lunch-item .lists-of-menus-item {
  max-width: 350px;
}
.ru-lunch-item .lists-of-menus-item .head {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 77.778% */
  text-transform: capitalize;
  margin-bottom: 8px;
}
@media (max-width: 1400px) {
  .ru-lunch-item .lists-of-menus-item .head {
    font-size: 16px;
  }
}
.ru-lunch-item .lists-of-menus-item .text {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  margin-bottom: 12px;
}
@media (max-width: 1400px) {
  .ru-lunch-item .lists-of-menus-item .text {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.ru-lunch-item .lists-of-menus-item .desc-p {
  color: #ff5900;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 14px; /* 100% */
}
@media (max-width: 1400px) {
  .ru-lunch-item .lists-of-menus-item .desc-p {
    font-size: 12px;
  }
}

.ru-special-moment {
  padding-bottom: 70px;
  padding-top: 70px;
}
@media (max-width: 1400px) {
  .ru-special-moment {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media (max-width: 576px) {
  .ru-special-moment {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

.ru-special-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 991px) {
  .ru-special-items {
    grid-template-columns: 1fr;
  }
}
.ru-special-items .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  height: 397px;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  position: relative;
  z-index: 1;
}
.ru-special-items .item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 10px;
  height: 100%;
  z-index: -1;
}
.ru-special-items .item .badge {
  color: #000;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 225% */
  border-radius: 66px;
  background: #fff;
  display: inline-flex;
  padding: 1px 30px 1px 29px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.ru-special-items .item .name {
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  margin-bottom: 12px;
}
.ru-special-items .item .date {
  color: #939393;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px; /* 181.25% */
}
.ru-special-items .item .date .icon {
  font-size: 20px;
}

#page_404 {
  background-image: url(/assets/img/404/404_back_img.png);
  background-repeat: no-repeat;
  background-position: bottom -79px right -4px;
  padding-bottom: 112px;
}
@media (max-width: 1400px) {
  #page_404 {
    padding-bottom: 112px;
  }
}
@media (max-width: 1200px) {
  #page_404 {
    padding-bottom: 70px;
  }
}
#page_404 .page1_404 {
  text-align: center;
  margin-top: 190px;
}
#page_404 .page1_404 .img_404 img {
  max-width: 100% !important;
  width: auto;
}
@media (max-width: 1400px) {
  #page_404 .page1_404 {
    margin-top: 100px;
  }
}
@media (max-width: 1200px) {
  #page_404 .page1_404 {
    margin-top: 70px;
  }
}
#page_404 .content_404 h4 {
  margin-top: 12px;
  margin-bottom: 22px;
}
@media (max-width: 1400px) {
  #page_404 .content_404 h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
#page_404 .content_404 p {
  font-family: "Inter";
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  color: #4d4d4d;
}
@media (max-width: 1400px) {
  #page_404 .content_404 p {
    font-size: 18px;
  }
}
#page_404 .content_404 .back_btn {
  margin-top: 40px;
}
@media (max-width: 1400px) {
  #page_404 .content_404 .back_btn {
    margin-top: 30px;
  }
}
#page_404 .content_404 .back_btn a {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
  text-transform: capitalize;
  text-align: center;
  background: #ff5900;
  color: #fff;
  border-radius: 70px;
  padding: 16px 32px;
  transition: 0.3s ease;
}
@media (max-width: 1400px) {
  #page_404 .content_404 .back_btn a {
    font-size: 16px;
    padding: 12px 30px;
  }
}
#page_404 .content_404 .back_btn a:hover {
  background: #fff;
  color: #ff5900;
  border: 1px solid #ff5900;
}

section#gift_voucher {
  background-image: url(/assets/img/404/v.png);
  background-position: center;
  padding-top: 190px;
  padding-bottom: 64px;
  background-position: right 35% bottom 45%;
}
section#gift_voucher .gift_voucher_content {
  text-align: center;
}
section#gift_voucher .gift_voucher_content h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 125%;
  color: #4d4d4d;
}
section#gift_voucher .gift_voucher_content p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 128%;
  letter-spacing: 0.03em;
  color: #000;
}
section#gift_voucher .gift_voucher_content p span {
  color: #ff5900;
}

section#gift_card .gift_img img {
  width: 100%;
}
section#gift_card .gift_card_content {
  padding-top: 25px;
}
section#gift_card .gift_card_content .gift_card_content_desc {
  margin-bottom: 15px;
}
section#gift_card .gift_card_content .gift_card_content_desc h4 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 106%;
  color: #000;
  margin-bottom: 32px;
}
section#gift_card .gift_card_content .gift_card_content_desc p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 225%;
  color: #000;
}
section#gift_card .gift_card_content .gt_contact_btn {
  display: flex;
  gap: 40px;
}
section#gift_card .gt_contact_btn {
  margin-top: 50px;
}
section#gift_card .gt_contact_btn .ab_res_btn a {
  border-radius: 47px;
  padding: 16px 32px;
  background: #383632;
  color: #fff;
}
section#gift_card .gt_contact_btn .phn_res_btn a .call_icon {
  margin-right: 15px;
}
section#gift_card .gt_contact_btn .phn_res_btn a .phn_num {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  text-align: center;
  color: #000;
}
@media (max-width: 1199px) {
  section#gift_card .res_gift_cart .res_gift_cart_content {
    padding-bottom: 25px;
  }
  section#gift_card .res_gift_cart .res_gift_cart_content.last {
    padding-bottom: 0;
  }
}
section#gift_card .res_gift_cart .res_gift_cart_img {
  position: relative;
}
section#gift_card .res_gift_cart .res_gift_cart_img::before {
  position: absolute;
  content: "";
  top: 16px;
  left: 22px;
  width: 92px;
  height: 92px;
  border-radius: 100%;
  background: #ff5900;
}
section#gift_card .res_gift_cart .res_gift_cart_img .res_gift_cart_img_p {
  position: absolute;
  left: 45px;
  top: 39px;
}
section#gift_card .res_gift_cart .res_gift_cart_img .res_gift_cart_img_p p {
  color: #fff;
}
@media (max-width: 1400px) {
  section#gift_card .res_gift_cart .res_gift_cart_img .res_gift_cart_img_p p br {
    display: block;
  }
}
section#gift_card .res_gift_cart .res_gift_cart_content h3 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 96%;
  color: #000;
  margin: 30px 0px 10px 0px;
}
section#gift_card .res_gift_cart .res_gift_cart_content h3 span {
  color: #ff5900;
}
section#gift_card .res_gift_cart .res_gift_cart_content .cart_content_btn {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  color: #000;
}

.ru-breadcrumb {
  background: #fff url("../img/icon/breadcrumb-bg.svg") no-repeat center;
  background-size: cover;
  height: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  padding-bottom: 56px;
}
@media (max-width: 1400px) {
  .ru-breadcrumb {
    height: 300px;
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .ru-breadcrumb {
    height: 220px;
    padding-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .ru-breadcrumb {
    height: 180px;
    padding-bottom: 20px;
  }
}
.ru-breadcrumb_title {
  color: #4d4d4d;
  font-family: "Bebas Neue";
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 100px;
}
.ru-breadcrumb_title.color_black {
  color: #4d4d4d !important;
}
@media (max-width: 991px) {
  .ru-breadcrumb_title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 576px) {
  .ru-breadcrumb_title {
    font-size: 35px;
    line-height: 30px;
  }
}
.ru-breadcrumb_lists {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.ru-breadcrumb_lists .item {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px; /* 127.778% */
  letter-spacing: 0.54px;
}
.ru-breadcrumb_lists .item.active {
  color: #ff5900;
}
.ru-breadcrumb_lists .item.hm_clr {
  color: #fff;
}
@media (max-width: 991px) {
  .ru-breadcrumb_lists .item {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .ru-breadcrumb_lists .item {
    font-size: 14px;
  }
}
.ru-breadcrumb_lists li + li::before {
  display: inline-block;
  margin: 0 0.25em;
  transform: rotate(15deg);
  border-right: 3px solid currentcolor;
  height: 0.8em;
  content: "";
  color: #ff5900;
}
@media (max-width: 991px) {
  .ru-breadcrumb_lists li + li::before {
    border-right: 2px solid currentcolor;
  }
}
.ru-breadcrumb.text_clr h4 {
  color: #fff;
}

.ru-special {
  margin-top: 83px;
  margin-bottom: 75px;
}
@media (max-width: 1400px) {
  .ru-special {
    margin-top: 55px;
    margin-bottom: 55px;
  }
}
@media (max-width: 991px) {
  .ru-special {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .ru-special {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.ru-special_proposals {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 35px;
}
@media (max-width: 850px) {
  .ru-special_proposals {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .ru-special_proposals {
    grid-template-columns: 1fr;
  }
}
.ru-special_proposals .item .img-box {
  margin-bottom: 36px;
  text-align: center;
}
.ru-special_proposals .item .img-box a {
  display: inline-block;
  text-align: center;
}
.ru-special_proposals .item .img-box img {
  vertical-align: middle;
  height: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .ru-special_proposals .item .img-box img {
    height: 250px;
  }
}
@media (max-width: 991px) {
  .ru-special_proposals .item .img-box img {
    height: 180px;
  }
}
.ru-special_proposals .item .content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1400px) {
  .ru-special_proposals .item .content {
    gap: 10px;
  }
}
.ru-special_proposals .item .content .rattings {
  display: flex;
  align-items: center;
}
.ru-special_proposals .item .content .rattings li .star {
  color: #ffffff;
  font-size: 20px;
  display: inline-flex;
  background: #ff5900;
  padding: 8px 10px 7.2px 6px;
}
@media (max-width: 1400px) {
  .ru-special_proposals .item .content .rattings li .star {
    font-size: 16px;
    padding: 6px 8px;
  }
}
.ru-special_proposals .item .content .rattings li:first-child .star {
  border-radius: 5px 0 0 5px;
}
.ru-special_proposals .item .content .rattings .value {
  border-radius: 0px 5px 5px 0px;
  background: #000;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; /* 178.571% */
  padding: 9px 10px;
}
@media (max-width: 1400px) {
  .ru-special_proposals .item .content .rattings .value {
    font-size: 12px;
    padding: 6px 8px 7.2px 6px;
  }
}
.ru-special_proposals .item .content .name {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 150% */
}
@media (max-width: 1400px) {
  .ru-special_proposals .item .content .name {
    font-size: 20px;
  }
}
.ru-special_proposals .item .content .price {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 138.889% */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media (max-width: 1400px) {
  .ru-special_proposals .item .content .price {
    font-size: 16px;
    gap: 10px;
  }
}
.ru-special_proposals .item .content .price .price-old {
  color: #d12525;
  position: relative;
}
.ru-special_proposals .item .content .price .price-old::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  width: 100%;
  height: 2px;
  background: #d12525;
}
.ru-special_proposals .item .content .price .price-new {
  color: #000;
}

.ru-dish-menu2 {
  margin-top: 52px;
  margin-bottom: 70px;
}
@media (max-width: 1400px) {
  .ru-dish-menu2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .ru-dish-menu2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.ru-dish-menu2-lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media (max-width: 1023px) {
  .ru-dish-menu2-lists {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .ru-dish-menu2-lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .ru-dish-menu2-lists {
    grid-template-columns: 1fr;
  }
}
.ru-dish-menu2-lists .item {
  border-radius: 30px;
  border: 1px solid transparent;
  background: #fff;
  transition: 0.3s ease;
  padding: 20px 15px;
  padding-bottom: 40px;
}
@media (max-width: 1400px) {
  .ru-dish-menu2-lists .item {
    padding: 15px 10px;
    padding-bottom: 20px;
  }
}
.ru-dish-menu2-lists .item:hover {
  border: 1px solid #c9c9c9;
  box-shadow: 81px 205px 62px 0px rgba(186, 186, 186, 0), 52px 131px 56px 0px rgba(186, 186, 186, 0.01), 29px 74px 48px 0px rgba(186, 186, 186, 0.05), 13px 33px 35px 0px rgba(186, 186, 186, 0.09), 3px 8px 19px 0px rgba(186, 186, 186, 0.1);
}
.ru-dish-menu2-lists .item .img-box {
  margin-bottom: 22px;
}
@media (max-width: 1400px) {
  .ru-dish-menu2-lists .item .img-box {
    margin-bottom: 18px;
  }
}
.ru-dish-menu2-lists .item .img-box img {
  height: 193px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 1400px) {
  .ru-dish-menu2-lists .item .img-box img {
    height: 150px;
  }
}
@media (max-width: 576px) {
  .ru-dish-menu2-lists .item .img-box img {
    height: 193px;
  }
}
.ru-dish-menu2-lists .item .content {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.ru-dish-menu2-lists .item .content .name {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 22.913px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.913px; /* 100% */
  margin-bottom: 17px;
  display: inline-block;
}
@media (max-width: 1400px) {
  .ru-dish-menu2-lists .item .content .name {
    font-size: 18px;
    margin-bottom: 14px;
  }
}
.ru-dish-menu2-lists .item .content .price {
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media (max-width: 1400px) {
  .ru-dish-menu2-lists .item .content .price {
    margin-bottom: 14px;
  }
}
.ru-dish-menu2-lists .item .content .price .price-old {
  color: #888;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  position: relative;
}
@media (max-width: 1400px) {
  .ru-dish-menu2-lists .item .content .price .price-old {
    font-size: 14px;
  }
}
.ru-dish-menu2-lists .item .content .price .price-old::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -2px;
  width: 110%;
  height: 1px;
  background: #888;
}
.ru-dish-menu2-lists .item .content .price .price-new {
  color: #ff5900;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 100% */
}
@media (max-width: 1400px) {
  .ru-dish-menu2-lists .item .content .price .price-new {
    font-size: 20px;
  }
}

.ru-why-us {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .ru-why-us {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .ru-why-us {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.ru-why-us-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 991px) {
  .ru-why-us-box {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .ru-why-us-box {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .ru-why-us-box {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.ru-why-us-box .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  border-radius: 20px;
  background: #f9f9f9;
}
.ru-why-us-box .item.item_bg {
  background: none;
}
@media (max-width: 991px) {
  .ru-why-us-box .item {
    padding: 10px;
    border-radius: 10px;
  }
}
.ru-why-us-box .item .icon {
  width: 67.569px;
  height: 67.569px;
  margin-bottom: 46px;
}
@media (max-width: 1400px) {
  .ru-why-us-box .item .icon {
    margin-bottom: 30px;
    width: 50px;
    height: 50px;
  }
}
.ru-why-us-box .item .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.ru-why-us-box .item .content .title {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34.75px; /* 144.792% */
  margin-bottom: 21px;
}
@media (max-width: 1400px) {
  .ru-why-us-box .item .content .title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .ru-why-us-box .item .content .title {
    margin-bottom: 10px;
  }
}
.ru-why-us-box .item .content .desc {
  color: #4d4d4d;
  text-align: center;
  font-family: Inter;
  font-size: 17.375px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.958px; /* 166.667% */
}
.ru-why-us-box .item .content .desc .m1 {
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 1400px) {
  .ru-why-us-box .item .content .desc {
    font-size: 16px;
  }
}

.latest_publication .latest_pub_title h3 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 75%;
  text-align: center;
  color: #000;
  margin-bottom: 22px;
}
@media (max-width: 576px) {
  .latest_publication .latest_pub_title h3 {
    font-size: 42px;
  }
}
.latest_publication .latest_pub_title p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 200%;
  text-align: center;
  color: #4d4d4d;
}

.ru-articles.bottom {
  margin-bottom: 52px;
}
.ru-articles .pagination {
  margin-top: 52px;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 1400px) {
  .ru-articles .pagination {
    justify-content: start;
  }
}
.ru-articles .pagination .nxt_btn {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
}
.ru-articles .pagination .nxt_btn .p-next {
  display: inline-block;
}
@media (max-width: 1400px) {
  .ru-articles .pagination .nxt_btn .p-next {
    font-size: 15px;
  }
}
@media (max-width: 1400px) {
  .ru-articles .pagination .nxt_btn .nxt-icon {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .ru-articles .pagination .nxt_btn .nxt-icon {
    font-size: 12px;
  }
}
.ru-articles .pagination .p_list {
  display: flex;
  gap: 32px;
}
@media (max-width: 576px) {
  .ru-articles .pagination .p_list {
    gap: 15px;
  }
}
.ru-articles .pagination li .active {
  padding: 10px 16px;
  background: #FF5900;
  color: #fff !important;
  border-radius: 100%;
}
@media (max-width: 576px) {
  .ru-articles .pagination li .active {
    padding: 6px 12px;
  }
}
.ru-articles .pagination li a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: #000;
}
@media (max-width: 576px) {
  .ru-articles .pagination li a {
    font-size: 12px;
  }
}

section#blog_details_hero {
  background-image: url(/assets/img/icon/breadcrumb-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
}
section#blog_details_hero .blog_detail_hero_content {
  margin-top: 250px;
  margin-bottom: 64px;
}
@media (max-width: 1400px) {
  section#blog_details_hero .blog_detail_hero_content {
    margin-top: 150px;
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  section#blog_details_hero .blog_detail_hero_content {
    margin-top: 100px;
    margin-bottom: 30px;
  }
}
section#blog_details_hero .blog_detail_hero_content p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 128%;
  letter-spacing: 0.03em;
  color: #000;
  margin-bottom: 22px;
}
@media (max-width: 1400px) {
  section#blog_details_hero .blog_detail_hero_content p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
section#blog_details_hero .blog_detail_hero_content p span {
  color: #ff5900;
}
section#blog_details_hero .blog_detail_hero_content h4 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 125%;
  text-align: center;
  color: #4d4d4d;
}
@media (max-width: 1400px) {
  section#blog_details_hero .blog_detail_hero_content h4 {
    font-size: 50px;
    line-height: 100%;
  }
}

#testimonial .tes_1_ex_img img {
  max-width: 100% !important;
  width: auto;
}
#testimonial .tes_1_ex_img h5 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 152%;
  color: #0d0d25;
  margin-top: 22px;
  margin-bottom: 10px;
}
#testimonial .tes_1_ex_content {
  margin-bottom: 64px;
  color: #4d4d4d;
}
#testimonial .tes_1_ex_content h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 106%;
  color: #000;
  margin-bottom: 22px;
}
@media (max-width: 1400px) {
  #testimonial .tes_1_ex_content h3 {
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  #testimonial .tes_1_ex_content h3 {
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 10px;
  }
}
#testimonial .tes_1_ex_content h3.heading {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 119%;
  color: #000;
}
#testimonial .tes_1_ex_content h5 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 158%;
  color: #000;
}
@media (max-width: 1400px) {
  #testimonial .tes_1_ex_content h5 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  #testimonial .tes_1_ex_content h5 {
    font-size: 16px;
  }
}
#testimonial .tes_1_ex_content .content_p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 211%;
}
@media (max-width: 1400px) {
  #testimonial .tes_1_ex_content .content_p {
    font-size: 16px;
  }
}
#testimonial .tes_1_ex_content .p1 {
  margin-bottom: 22px;
}
@media (max-width: 1400px) {
  #testimonial .tes_1_ex_content .p1 {
    margin-bottom: 15px;
  }
}
#testimonial .tes_1_ex_content .p1.p_desc {
  margin-top: 48px;
}
@media (max-width: 1400px) {
  #testimonial .tes_1_ex_content .p1.p_desc {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  #testimonial .tes_1_ex_content .p1.p_desc {
    margin-top: 20px;
  }
}
#testimonial .tes_1_ex_content p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 111%;
  color: #4d4d4d;
}
#testimonial .menu_social_icon {
  display: flex;
  justify-content: space-between;
  border-top: 1px dashed #cacaca;
  padding: 40px 0;
  border-bottom: 1px dashed #cacaca;
  margin-bottom: 60px;
  align-items: center;
}
@media (max-width: 1400px) {
  #testimonial .menu_social_icon {
    margin-bottom: 40px;
    padding: 30px 0;
  }
}
@media (max-width: 576px) {
  #testimonial .menu_social_icon {
    gap: 10px;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
#testimonial .menu_social_icon .menu_item ul {
  display: flex;
  gap: 25px;
}
@media (max-width: 1400px) {
  #testimonial .menu_social_icon .menu_item ul {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  #testimonial .menu_social_icon .menu_item ul {
    gap: 10px;
  }
}
@media (max-width: 576px) {
  #testimonial .menu_social_icon .menu_item ul {
    flex-wrap: wrap;
  }
}
#testimonial .menu_social_icon .menu_item ul li a {
  font-family: "Cabin", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  color: #4d4d4d;
  padding: 14px 32px;
  background: #f5f5f5;
  border-radius: 200px;
  display: inline-block;
}
@media (max-width: 1400px) {
  #testimonial .menu_social_icon .menu_item ul li a {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 111%;
  }
}
#testimonial .menu_social_icon .menu_item ul li a.tag {
  font-family: "Cabin", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 111%;
  text-align: center;
  color: #000;
  background: none;
}
@media (max-width: 1400px) {
  #testimonial .menu_social_icon .menu_item ul li a.tag {
    font-size: 16px;
    line-height: 111%;
  }
}
#testimonial .menu_social_icon .menu_social_icon {
  display: ruby-text;
}
#testimonial .menu_social_icon .social_icon ul {
  display: flex;
  gap: 22px;
}
@media (max-width: 1400px) {
  #testimonial .menu_social_icon .social_icon ul {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  #testimonial .menu_social_icon .social_icon ul {
    gap: 10px;
  }
}
#testimonial .menu_social_icon .social_icon ul li a {
  width: 39px;
  height: 39px;
  font-size: 16px;
  background: #f5f5f5;
  display: inline-flex;
  color: #000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 20px;
  transition: 0.3s all ease;
}
@media (max-width: 1400px) {
  #testimonial .menu_social_icon .social_icon ul li a {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  #testimonial .menu_social_icon .social_icon ul li a {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
}
#testimonial .menu_social_icon .social_icon ul li a.active, #testimonial .menu_social_icon .social_icon ul li a:hover {
  background: #ff5900;
  color: #fff;
  border-radius: 36px;
}

.comments .title {
  margin-bottom: 52px;
}
@media (max-width: 1400px) {
  .comments .title {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .comments .title {
    margin-bottom: 20px;
  }
}
.comments .title h4 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 119%;
  color: #000;
}
.comments .comment_clients:not(:first-child) {
  margin-top: 44px;
}
@media (max-width: 1400px) {
  .comments .comment_clients:not(:first-child) {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .comments .comment_clients:not(:first-child) {
    margin-top: 20px;
  }
}
.comments .comment_clients .clients-wrap {
  display: flex;
  gap: 20px;
}
@media (max-width: 1400px) {
  .comments .comment_clients .clients-wrap {
    gap: 15px;
  }
}
.comments .comment_clients .comment_content_img {
  flex-shrink: 0;
}
.comments .comment_clients .comment_content_img img {
  width: 88px;
  height: 88px;
  object-fit: contain;
}
.comments .comment_clients .comment_content h3 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 152%;
  color: #0d0d25;
}
@media (max-width: 1400px) {
  .comments .comment_clients .comment_content h3 {
    font-size: 20px;
    line-height: 150%;
  }
}
@media (max-width: 991px) {
  .comments .comment_clients .comment_content h3 {
    font-size: 18px;
    line-height: 140%;
  }
}
.comments .comment_clients .comment_content .comment_date {
  margin-top: 6px;
  margin-bottom: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 208%;
  color: #4d4d4d;
}
@media (max-width: 1400px) {
  .comments .comment_clients .comment_content .comment_date {
    font-size: 14px;
    line-height: 208%;
  }
}
@media (max-width: 991px) {
  .comments .comment_clients .comment_content .comment_date {
    font-size: 12px;
    line-height: 208%;
  }
}
.comments .comment_clients .comment_content .comment_desc {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 185%;
  color: #4d4d4d;
}
@media (max-width: 1400px) {
  .comments .comment_clients .comment_content .comment_desc {
    font-size: 16px;
    line-height: 185%;
  }
}
@media (max-width: 991px) {
  .comments .comment_clients .comment_content .comment_desc {
    font-size: 14px;
    line-height: 185%;
  }
}

.ru-articles.blog_detail {
  padding: 86px 0;
  background: #f9f9f9;
}
@media (max-width: 1400px) {
  .ru-articles.blog_detail {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .ru-articles.blog_detail {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .ru-articles.blog_detail {
    padding: 30px 0;
  }
}
@media (max-width: 576px) {
  .ru-articles.blog_detail {
    padding: 20px 0;
  }
}
.ru-articles.blog_detail .latest_article_title {
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  .ru-articles.blog_detail .latest_article_title {
    margin-bottom: 30px;
  }
}
.ru-articles.blog_detail .latest_article_title .article_heading {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 75%;
  text-align: center;
  color: #000;
}
@media (max-width: 1400px) {
  .ru-articles.blog_detail .latest_article_title .article_heading {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .ru-articles.blog_detail .latest_article_title .article_heading {
    font-size: 36px;
    line-height: 100%;
  }
}
.ru-articles.blog_detail .latest_article_title .article_paragraph {
  margin-top: 22px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 200%;
  text-align: center;
  color: #4d4d4d;
}
@media (max-width: 1400px) {
  .ru-articles.blog_detail .latest_article_title .article_paragraph {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .ru-articles.blog_detail .latest_article_title .article_paragraph {
    font-size: 14px;
    line-height: 140%;
  }
}

.write_comments {
  padding-bottom: 52px;
}
@media (max-width: 1400px) {
  .write_comments {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .write_comments {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .write_comments {
    padding-bottom: 20px;
  }
}
.write_comments .latest_article_title {
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  .write_comments .latest_article_title {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .write_comments .latest_article_title {
    margin-bottom: 20px;
  }
}
.write_comments .latest_article_title .article_heading {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 75%;
  color: #000;
}
@media (max-width: 1400px) {
  .write_comments .latest_article_title .article_heading {
    font-size: 40px;
    line-height: 100%;
  }
}
@media (max-width: 991px) {
  .write_comments .latest_article_title .article_heading {
    font-size: 36px;
  }
}
.write_comments .latest_article_title .article_paragraph {
  margin-top: 22px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 200%;
  color: #4d4d4d;
}
@media (max-width: 1400px) {
  .write_comments .latest_article_title .article_paragraph {
    font-size: 16px;
  }
}
.write_comments .ru-reservation-form {
  max-width: 100%;
  margin-top: 0;
}
.write_comments .ru-reservation-form .ru-form_item-input .ru-input {
  background: #f9f9f9;
}

#ru-play-v {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 578px;
  max-height: 404px;
  width: 100%;
  height: 100%;
}
#ru-play-v #my-video {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
#ru-play-v .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 71px;
  height: 71px;
  background: url("../video/icon.svg") no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
#ru-play-v #my-video.playing + .play-button {
  display: none;
}

.price_slider {
  padding-top: 110px;
  padding-bottom: 76px;
  background: #f8f8f8;
}
@media (max-width: 576px) {
  .price_slider {
    padding-top: 90px;
  }
}
.price_slider .mySwiper-home2 {
  position: relative;
}
.price_slider .mySwiper-home2 .swiper-button-prev {
  position: absolute;
  top: 80%;
  left: 35px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 100%;
  font-size: 20px;
  padding: 30px;
}
.price_slider .mySwiper-home2 .swiper-button-prev .prev {
  position: absolute;
  left: 87px;
  top: 38%;
}
@media (max-width: 576px) {
  .price_slider .mySwiper-home2 .swiper-button-prev .prev {
    font-size: 16px;
    left: 61px;
    top: 30%;
  }
}
@media (max-width: 576px) {
  .price_slider .mySwiper-home2 .swiper-button-prev {
    padding: 20px;
    top: 72%;
  }
}
.price_slider .mySwiper-home2 .swiper-button-next {
  position: absolute;
  top: 80%;
  left: 316px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 100%;
  font-size: 20px;
  padding: 30px;
}
@media (max-width: 576px) {
  .price_slider .mySwiper-home2 .swiper-button-next {
    padding: 20px;
    left: 226px;
    top: 72%;
  }
}
.price_slider .mySwiper-home2 .swiper-button-next .next {
  position: absolute;
  right: 84px;
  top: 38%;
}
@media (max-width: 576px) {
  .price_slider .mySwiper-home2 .swiper-button-next .next {
    font-size: 16px;
    right: 55px;
    top: 27%;
  }
}
.price_slider .gift_cart_p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 225%;
  color: #383632;
  margin-top: 36px;
}
@media (max-width: 1200px) {
  .price_slider .gift_cart_p {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .price_slider .gift_cart_p {
    text-align: center;
  }
}
@media (max-width: 1400px) {
  .price_slider .terms_conditin {
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .price_slider .terms_conditin {
    text-align: center;
  }
}
.price_slider .terms_conditin h5 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 212%;
  color: #000;
}
.price_slider .terms_conditin .terms_conditin_p {
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 183%;
  color: #4d4d4d;
  margin-bottom: 14px;
}
@media (max-width: 1200px) {
  .price_slider .terms_conditin .terms_conditin_p {
    font-size: 16px;
  }
}
.price_slider .terms_conditin .terms_conditin_p:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 100%;
  top: 12px;
  left: -14px;
}
@media (max-width: 576px) {
  .price_slider .terms_conditin .terms_conditin_p:before {
    display: none;
  }
}
.price_slider .terms_conditin .terms_conditin_p:last-child {
  margin-bottom: 0;
}
.price_slider .purchase {
  padding-left: 20px;
}
@media (max-width: 1200px) {
  .price_slider .purchase {
    padding-left: 0;
    text-align: center;
    margin-bottom: 30px;
  }
}
.price_slider .purchase .purchase_heading {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 38px;
  color: #000;
}
@media (max-width: 576px) {
  .price_slider .purchase .purchase_heading {
    text-align: center;
    font-size: 33px;
  }
}
.price_slider .purchase .purchase_p {
  display: flex;
  gap: 18px;
}
@media (max-width: 1200px) {
  .price_slider .purchase .purchase_p {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .price_slider .purchase .purchase_p {
    justify-content: center;
  }
}
.price_slider .purchase .d_txt {
  padding-top: 10px;
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 187%;
  color: #4a4a4a;
}
.price_slider .purchase .d_paragraph {
  font-family: "Cabin", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 167%;
  color: #4d4d4d;
}
@media (max-width: 1200px) {
  .price_slider .purchase .d_paragraph {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .price_slider .purchase .d_paragraph {
    text-align: center;
  }
}
.price_slider .purchase .dollar {
  margin-top: 12px;
  margin-bottom: 20px;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  color: #ff5900;
}
@media (max-width: 576px) {
  .price_slider .purchase .form {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .price_slider .purchase .form form .parent {
    display: grid;
    justify-content: center;
  }
}
.price_slider .purchase .form form .parent input {
  padding: 13px 0px 18px 13px;
  margin-right: 12px;
  margin-top: 18px;
  margin-bottom: 22px;
  width: 234px;
  height: 56px;
  border: none;
  outline: none;
  background: #fff;
}
@media (max-width: 576px) {
  .price_slider .purchase .form form .parent input {
    margin-right: 0;
  }
}
.price_slider .purchase .form form .parent input::placeholder {
  font-family: "Cabin", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 187%;
  color: #4d4d4d;
}
@media (max-width: 576px) {
  .price_slider .purchase .form form .parent input {
    display: inline-block;
  }
}
.price_slider .purchase .form form .parent input[type=number]::-ms-value {
  font-family: var(--font5);
  font-weight: 500;
  font-size: 18px;
  line-height: 167%;
  color: #000;
}
.price_slider .purchase .form form .purchase_amount {
  position: relative;
  display: flex;
  gap: 80px;
}
@media (max-width: 1200px) {
  .price_slider .purchase .form form .purchase_amount {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .price_slider .purchase .form form .purchase_amount {
    padding-left: 0;
    display: grid;
    gap: 30px;
    justify-content: center;
  }
}
.price_slider .purchase .form form .purchase_amount .amount {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #4d4d4d;
}
@media (max-width: 1200px) {
  .price_slider .purchase .form form .purchase_amount .amount {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .price_slider .purchase .form form .purchase_amount .amount {
    display: inline-block;
  }
}
.price_slider .purchase .form form .purchase_amount .amount::before {
  position: absolute;
  content: "";
  border: 1px solid #cacaca;
  width: 41px;
  height: 0px;
  left: 169px;
  top: 12px;
}
@media (max-width: 1200px) {
  .price_slider .purchase .form form .purchase_amount .amount::before {
    display: none;
  }
}
@media (max-width: 576px) {
  .price_slider .purchase .form form .purchase_amount .amount::before {
    display: none;
  }
}
.price_slider .purchase .form form .purchase_amount .amount_mid::before {
  position: absolute;
  content: "";
  border: 1px solid #cacaca;
  width: 41px;
  height: 0px;
  left: 362px;
  top: 12px;
}
@media (max-width: 1200px) {
  .price_slider .purchase .form form .purchase_amount .amount_mid::before {
    display: none;
  }
}
.price_slider .purchase .form form .total_amount {
  margin-top: 18px;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #4d4d4d;
}
@media (max-width: 1200px) {
  .price_slider .purchase .form form .total_amount {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .price_slider .purchase .form form .purchase_btn_main {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1200px) {
  .price_slider .purchase .form form .purchase_btn_main {
    display: flex;
    justify-content: center;
  }
}
.price_slider .purchase .form form .purchase_btn_main .purchase_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 439px;
  height: 56px;
  background: #f3c7a3;
}
.price_slider .purchase .form form .purchase_btn_main .purchase_btn a {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #000;
}
@media (max-width: 1200px) {
  .price_slider .purchase .form form .purchase_btn_main .purchase_btn a {
    font-size: 15px;
  }
}

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