* {
  margin: 0;
  padding: 0;
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

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

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

body {
  background-color: #000;
}

span {
  font-size: inherit;
  font-weight: inherit;
}

.tickets_block {
  /* padding-bottom: 80px; */
}
.ticket_btn {
  background-color: #c30d0d;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: 0.4s;
  width: 50%;
}
.ticket_btn:hover {
  background-color: #790808;
}

.ticket_btns {
  max-width: 600px;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.tickets_block-inner h3 {
  margin-bottom: 20px;
}
.tickets_block-inner h3 strong {
  font-size: 20px;
}
.tickets_block-inner ul {
  margin: 20px 0;
  padding-left: 20px;
}
.tickets_block-inner li + li {
  margin-top: 10px;
}

.first_screen {
  height: calc(100vh - 90px);
  background-image: url("https://www.yachtrentaldubai.com/wp-content/uploads/2023/10/ad_8_desk.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin-top: 90px;
  padding: 100px 0;
}
.first_screen::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  z-index: 1;
}
.first_screen .container {
  z-index: 2;
  height: 100%;
  max-width: 1350px;
}
.first_screen-inner {
  height: 100%;
}
.first_screen-center {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.first_screen-title p {
  text-align: left;
}
.first_screen-center_bot {
}
.first_screen-center_bot--flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.first_screen-center_bot-right {
  max-width: 900px;
  width: 100%;
  margin-left: 15px;
}
.first_screen-center_bot-right p.slide_formula-text--desk {
  margin-top: 0;
  margin-bottom: 20px;
}
.slide_formula-text--desk {
  text-align: left;
}
.first_screen-center_bot-imgs {
  text-align: left;
}
.first_screen-center_bot-imgs img {
  margin-right: 36px;
}
.first_screen-center_bot-imgs img:nth-last-of-type() {
  margin-right: 0;
}
.first_screen-center h1 {
  text-align: left;
  font-size: 70px;
  font-weight: 700;
  text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
  margin-top: 0;
}
.first_screen-center h1 span {
  color: #f11;
  text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
}
.first_screen-center h1 br {
  /* display: none; */
}
.first_screen-center p {
  font-weight: 300;
  line-height: 1.3;
  margin: 16px 0 50px;
  color: rgba(255, 255, 255, 0.6);
  text-shadow: 1px 1px 12px rgb(0, 0, 0);
}
.first_screen-center .popup_form {
  padding: 20px 50px;
  max-width: 224px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video {
  padding: 50px 0;
}
.video_inner iframe,
.video_inner video {
  width: 100%;
  max-height: 600px;
  /* min-height: 600px; */
  /* height: 100%; */
  border-radius: 20px;
}

a.book_what-f1 {
  background-color: #c30d0d;
  border-radius: 10px !important;
}
a.book_what-f1:hover {
  background-color: #790808;
}

.about {
  position: relative;
  padding-top: 100px;
}
.about_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about_left {
  position: relative;
}
.about_left img {
  position: relative;
  border-radius: 12px;
}
.about_left img:nth-of-type(1) {
  z-index: 1;
}
.about_left img:nth-of-type(3) {
  z-index: 3;
  -webkit-transform: translate(40%, 10%);
  transform: translate(40%, 10%);
}
.about_left img:nth-of-type(2) {
  z-index: 2;
  position: absolute;
  right: 0;
  top: 250px;
  -webkit-transform: translate(15%, -50%);
  transform: translate(15%, -50%);
}
.about_right {
  margin-left: 100px;
  max-width: 480px;
  width: 100%;
}
.about_right p {
  font-weight: 400;
  line-height: 1.3;
}
.about_right p + p {
  margin-top: 20px;
}

.type_yachts h2 {
  margin-bottom: 50px;
}
.type_yachts-inner {
  text-align: center;
}
.type_yachts-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.type_yachts-item + .type_yachts-item {
  margin-left: 100px;
}
.type_yachts-item p {
  margin-top: 16px;
}

.type_yachts-item_img {
  padding: 10px;
  border: 3px solid #c30d0d;
  border-radius: 20px;
}
.type_yachts-item_img img {
  -o-object-fit: contain;
  object-fit: contain;
}

.popular h2 {
  text-align: center;
  margin-bottom: 50px;
}
.popular_inner {
  position: relative;
}
.popular_inner .swiper-slide {
  height: auto;
}
.popular_slide-btns {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.popular_slide-btns > a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  padding: 7.5px 17px;
  border-radius: 10px;
  height: 56px;
  font-weight: 600;
}
.popular_slide-btns > a:first-child:hover {
  color: #fff;
  border-color: #fff;
}
.popular_inner .popular_swiper-item {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.popular_inner-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.popular_swiper-item img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.popular_swiper-item h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 15px 0;
}
.popular_swiper-item p {
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 30px;
}
.popular_swiper-item .popup_form {
  width: 50%;
  height: 46px;
  background-color: transparent;
  border-radius: 10px;
  border: 3px solid #c30d0d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
.popular_swiper-item .popup_form:hover {
  border-color: #790808;
  background-color: #790808;
}

.popular_button-prev {
  margin-right: 40px;
}
.popular_button-next {
  margin-left: 40px;
}
.popular_button-arrow {
  position: static;
  -webkit-transform: translateY(-170%);
  transform: translateY(-170%);
}

.seo_block-inner {
  position: relative;
}
.seo_block-inner::after,
.seo_block-inner::before {
  content: "";
  position: absolute;
  max-width: 400px;
  width: 100%;
  height: 2px;
  background-color: #c30d0d;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.seo_block-inner::after {
  bottom: 0;
}
.seo_block-inner::before {
  top: 0;
}
.seo_block-inner p {
  padding: 58px 0;
  text-align: center;
  font-size: 22px;
  line-height: 1.3;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}

.pricing h2 {
  text-align: center;
  line-height: 100%;
}
.pricing_inner h2 + p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}

.pricing_tab-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 12px;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-radius: 20px;
}
.pricing_tab-head_item {
  text-align: center;
  padding: 11px 24px;
  color: rgba(9, 7, 7, 0.6);
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 14px;
}
.pricing_tab-head_item.active {
  color: #fff;
  background-color: #000;
}
.pricing_tab-body {
  margin-top: 65px;
}
.pricing_tab-body .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pricing_tab-body_item {
  position: relative;
  padding-bottom: 80px;
  display: none;
}
.pricing_tab-body_item.active {
  display: block;
}

.pricing_swiper-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 16px;
  border: 1px solid #c30d0d;
  padding: 31px 16px;
  overflow: hidden;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.pricing_swiper-item:hover {
  -webkit-box-shadow: inset 0px 0px 53px 0px rgba(195, 13, 13, 1);
  -moz-box-shadow: inset 0px 0px 53px 0px rgba(195, 13, 13, 1);
  box-shadow: inset 0px 0px 53px 0px rgba(195, 13, 13, 1);
}
.pricing_swiper-item:hover h4 {
  color: #fff;
}
.pricing_swiper-item:hover .popup_form {
  background-color: #1c1c1c;
}
.pricing_swiper-item_wrapper {
  min-height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pricing_swiper-item h4 {
  font-size: 28px;
  font-weight: 700;
  color: #c30d0d;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pricing_swiper-item .pricing_swiper-preview {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
  margin: 14px 0 19px;
}
.pricing_swiper-btns {
  text-align: center;
}
.pricing_swiper-btns a:first-child {
  padding: 7.5px 17px;
  border-radius: 10px;
  border: 1px solid #c30d0d;
  color: #c30d0d;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: 600;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 10px 0;
}
.pricing_swiper-item:hover .pricing_swiper-btns a:first-child {
  color: #fff;
  text-decoration: none;
  border-color: #fff;
}
.pricing_swiper-item .pricing_swiper--offer {
  display: none;
}
.pricing_swiper-item_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pricing_swiper-item_price + p {
  font-size: 12px;
}
.pricing_swiper-item_price span {
  font-size: 30px;
  font-weight: 600;
}
.pricing_swiper-item_price span + span {
  margin-left: 10px;
}
.pricing_swiper-item_list {
  margin-top: 20px;
}
.pricing_swiper-item_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pricing_swiper-item_list li span {
  margin-left: 10px;
}
.pricing_swiper-item_list li + li {
  margin-top: 20px;
}
.pricing_swiper-item .popup_form {
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pricing_swiper-item.offer {
  -webkit-box-shadow: inset 0px 0px 53px 0px rgba(195, 13, 13, 1);
  -moz-box-shadow: inset 0px 0px 53px 0px rgba(195, 13, 13, 1);
  box-shadow: inset 0px 0px 53px 0px rgba(195, 13, 13, 1);
  min-height: 790px;
}
.pricing_swiper-item.offer .pricing_swiper-btns a:first-child {
  color: #fff;
  text-decoration: none;
  border-color: #fff;
}
.pricing_swiper-btns a:first-child:hover {
  text-decoration: underline;
}
.pricing_swiper-item.offer .pricing_swiper--offer {
  display: block;
  position: absolute;
  color: #000;
  background-color: #fff;
  width: 100%;
  font-size: 18px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -98px;
  top: 19px;
  z-index: 3;
}
.pricing_swiper-item.offer h4 {
  color: #fff;
}
.pricing_swiper-item.offer .popup_form {
  background-color: #1c1c1c;
}

.yachts_inner h2 {
  text-align: center;
}
.yachts_inner h2 + p {
  text-align: center;
  margin-bottom: 15px;
}

.yachts_table table {
  border-spacing: 0px;
  border-collapse: separate;

  width: 100%;
  max-width: 100%;
}

.yachts_table td {
  padding: 20px;
  text-align: center;
}

.yachts_table table tbody tr:last-child td:first-child {
  /* border-radius: 0 0 0 10px; */
}
.yachts_table table tbody tr:last-child td:nth-child(6) {
  /* border-radius: 0 0 10px 0; */
}
.yachts_table thead th {
  height: 56px;
  text-align: center;
  border: 1px solid #727272;
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
  border-color: #c30d0d;
}
.yachts_table thead th + th {
  border-left: none;
}
.yachts_table thead th:first-child {
  border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  -webkit-border-radius: 10px 0 0 0;
}
.yachts_table thead th:last-child {
  border-radius: 0 10px 0 0;
  -moz-border-radius: 0 10px 0 0;
  -webkit-border-radius: 0 10px 0 0;
}

.yachts_table tbody td {
  border: 1px solid #727272;
  padding: 10px;
}

.yachts_table tbody tr:first-child td {
  border-top: none;
}

.yachts_table tbody td:last-child {
  border: none;
  text-align: -webkit-right;
}

.yachts_table tbody td:last-child a {
  background-color: #c30d0d;
  border-radius: 10px;
  width: 133px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}

.yachts_table tbody td:last-child a:hover {
  background-color: #790808;
}
.yachts_table tbody tr td:first-child a.no--link {
  pointer-events: none;
  color: #fff;
}
.yachts_table tbody td:last-child a span {
  padding-left: 5px;
}

.yachts_table tbody tr td:first-child a {
  color: red;
  font-weight: 700;
}
.yachts_table tbody tr td:first-child {
  padding: 10px;
}

.luxury_swiper-arrow {
  bottom: 0;
  top: auto;
}

.standard_swiper-button-prev,
.luxury_swiper-button-prev,
.premium_swiper-button-prev {
  left: 44%;
}
.standard_swiper-button-next,
.luxury_swiper-button-next,
.premium_swiper-button-next {
  right: 44%;
}

.brands_button-arrows {
  display: none;
}

.brands h2 {
  text-align: center;
  margin-bottom: 50px;
}
.brands .brands_swiper .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 60px;
}
.brands_items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 60px;
}
.brands_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border: 1px solid #c30d0d;
  border-radius: 16px;
}

.reviews h2 {
  text-align: center;
  margin-bottom: 50px;
}
.reviews_wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.reviews_swiper {
  border-radius: 12px;
  background: #810000;
  margin: 0 20px;
  width: 100%;
}

.reviews_slide {
  padding: 79px 60px 20px 60px;
}
.reviews_slide-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  margin: 30px 0;
}
.reviews_slide-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reviews_slide-author span {
  font-size: 18px;
}
.reviews_slide-img {
  margin-right: 20px;
}
.reviews_slide-img.notIMG {
  border-radius: 50%;
  min-width: 60px;
  min-height: 60px;
  background-color: #323232;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.reviews-buton-arrow {
  position: static;
}

.reviews-pagination span {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
}
.reviews-pagination span.swiper-pagination-bullet-active {
  background-color: #1c1c1c;
}

.reviews_images {
  max-width: 986px;
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.reviews_images img {
  -o-object-fit: contain;
  object-fit: contain;
}
.reviews_images img + img {
  margin-left: 10px;
}

.question {
  position: relative;
}
.question h2 {
  color: #c30d0d;
  margin-bottom: 15px;
}
.question .under_title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 55px;
}
.question_inner {
  text-align: center;
}
.question .text--background {
  right: auto;
  bottom: 0;
  top: auto;
}

.button_whtsapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 24px;
  border-radius: 16px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#17b520),
    to(rgba(8, 201, 19, 0.92))
  );
  background-image: linear-gradient(
    180deg,
    #17b520 0%,
    rgba(8, 201, 19, 0.92) 100%
  );
  max-width: 280px;
  margin: 0 auto;
  -webkit-transition: background-image 1s ease;
  transition: background-image 1s ease;
}
.button_whtsapp p {
  text-align: left;
}
.button_whtsapp p:first-child {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.button_whtsapp p:last-child {
  font-weight: 300;
}
.button_whtsapp img {
  margin-right: 11px;
}
.button_whtsapp:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#148b1b),
    to(rgba(8, 201, 19, 0.92))
  );
  background-image: linear-gradient(
    180deg,
    #148b1b 0%,
    rgba(8, 201, 19, 0.92) 100%
  );
}

.timer p {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: clamp(14px, 3vw, 20px);
}
.timer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 20px;
  border-radius: 20px;
  /* background-color: #212121; */
  max-width: 600px;
  margin-bottom: 40px;
  position: relative;
}
.timer::after {
  content: "";
  mix-blend-mode: normal;
  backdrop-filter: blur(2px);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("https://www.yachtrentaldubai.com/wp-content/uploads/2024/06/bg-2.png");
  z-index: -1;
  opacity: 0.7;
  border-radius: 10px;
}
.timer > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 67%;
}
p.timer_title {
  text-transform: uppercase;
  font-size: clamp(13px, 3vw, 28px);
  font-weight: 600;
}

.timer_wrap {
  display: flex;
  justify-content: center;
}

.timer_item + .timer_item {
  position: relative;
  margin-left: 10%;
  padding-left: 10%;
}
.timer_item + .timer_item::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  left: 0%;
  top: 0;
  background-color: #ffff;
}
.timer_item p:first-child {
  font-weight: bold;
  font-size: clamp(16px, 3vw, 24px);
}
.timer_item p:last-child {
  text-transform: uppercase;
}

.about_us-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

  flex-direction: row-reverse;
}

.about_us-img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
.about_us-right {
  max-width: 436px;
  width: 100%;
}
.about_us-right p {
  font-weight: 300;
  line-height: 160%;
}
.about_us-right p + p {
  margin-top: 20px;
}

.footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer_logo p {
  font-size: 14px;
  margin-top: 15px;
}
.footer_listes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer_list p {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
}
.footer_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer_list li + li {
  margin-top: 10px;
}
.footer_list li a {
  font-weight: 300;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer_list li a:hover {
  color: #ab0808;
}
.footer_list + .footer_list {
  margin-left: 40px;
}

.footer_bot {
  border-top: 1px solid #fff;
  padding: 24px 0;
  margin-top: 30px;
}
.footer_bot-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer_bot-list li + li {
  margin-left: 16px;
}
.footer_bot-list a {
  font-weight: 300;
  color: rgba(225, 225, 225, 0.6);
}
.footer_bot-list a:hover {
  text-decoration: underline;
}
.text_copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.text_copy span {
  color: rgba(225, 225, 225, 0.6);
  font-weight: 800;
  margin-left: 16px;
}

.seo_text h2 {
  font-size: 30px;
  margin: 15px 0;
}
.seo_text p {
  line-height: 160%;
}
.seo_text p + p {
  margin-top: 15px;
}

.popup_yacht {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  align-items: flex-start;
  justify-content: center;
  padding: 15vh 0;
  overflow-y: auto;
}
.popup_yacht-close {
  cursor: pointer;
  position: absolute;
  top: -60px;
  left: 0;
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup_yacht-inner {
  position: relative;
}

.popup_yacht-top_items {
  max-width: 1120px;
  width: 100%;
}
.popup_yacht-top_items .popup_yacht-top_button {
  background-color: transparent;
  border: none;
  margin-top: -25px;
  transition: 0s !important;
}
.popup_yacht-top_items .swiper-wrapper,
.swiper-free-mode > .swiper-wrapper {
  transition: 0s !important;
}
.popup_yacht-top_items .popup_yacht-top_button.swiper-button-disabled {
  opacity: 0;
}
.popup_yacht-top_items .popup_yacht-top_prev {
  background: linear-gradient(90deg, #e8e8ed 50%, rgba(232, 232, 237, 0));
  left: 0;
  border-radius: 0;
}
.popup_yacht-top_items .popup_yacht-top_prev::after {
  transform: rotate(180deg) !important;
  height: 60px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='15' viewBox='0 0 10 15' fill='none'%3E%3Cpath d='M1.75 1L8.25 7.5L1.75 14' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1.75 1L8.25 7.5L1.75 14' stroke='black' stroke-opacity='0.2' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.popup_yacht-top_items .popup_yacht-top_next {
  right: 0;
  border-radius: 0;
  background: linear-gradient(
    270deg,
    #e8e8ed 50%,
    rgba(232, 232, 237, 0)
  ) !important;
}
.popup_yacht-top_items .popup_yacht-top_next::after {
  transform: rotate(0deg) !important;
  height: 60px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='15' viewBox='0 0 10 15' fill='none'%3E%3Cpath d='M1.75 1L8.25 7.5L1.75 14' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1.75 1L8.25 7.5L1.75 14' stroke='black' stroke-opacity='0.2' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.popup_yacht-info {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 50px;
  max-width: 1120px;
  width: 100%;
}
.popup_yacht-info_item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.popup_yacht-info_item-left {
  max-width: 45%;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}
.popup_yacht-info_item-left img {
  margin-bottom: 30px;
  height: 306px;
  width: 100%;
  object-fit: cover;
}
.popup_yacht-info_item-pag {
  bottom: -10px;
  margin: 0;
}
.popup_yacht-info_item-swiper .swiper-pagination-bullet {
  background-color: #d9d9d9;
  opacity: 1;
}
.popup_yacht-info_item-swiper
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #727272;
}
.popup_yacht-info_item-swiper {
  width: 100%;
}
.info_item-left_link {
  width: fit-content;
  margin: 0 auto;
  padding: 13px 30px;
  font-weight: 600;
  font-size: 20px;
  border-radius: 10px;
  background-color: #1c1c1c;
}
.popup_yacht-info_item-left img {
  border-radius: 10px;
}
.popup_yacht-info_item-right {
  max-width: 50%;
  width: 100%;
}
.popup_yacht-info_right-top h3 {
  color: #1c1c1c;
  font-size: 40px;
  font-weight: 600;
}
.popup_yacht-info_right-top_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}
.popup_yacht-info_right-top_wrap p,
.popup_yacht-info_right-top_wrap span,
.popup_yacht-info_right-top_wrap var {
  color: #727272;
  opacity: 0.8;
  font-style: normal;
  font-weight: 500;
}

.right_info-item.specifications {
  margin-bottom: 30px;
}
.right_info-item.board {
  margin-bottom: 30px;
}
.popup_yacht-top_item {
  padding: 11px 24px;
  color: #727272;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}
.popup_yacht-top_item.active {
  background-color: #323232;
  border-radius: 14px;
  color: #fff;
  font-weight: 600;
}
.popup_yacht-top_swiper {
  padding: 8px 10px;
  border-radius: 20px;
  background: #fff;
  margin-bottom: 25px;
}
/* .right_info-item.board {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), #FFF;
  padding: 40px;
  border-radius: 0 0 10px 10px;
} */
.popup_yacht-info_bot {
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.05) 0%,
      rgba(0, 0, 0, 0.05) 100%
    ),
    #fff;
  padding: 40px 40px 20px 40px;
  border-radius: 0 0 10px 10px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.popup_yacht-info_bot-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.popup_yacht-info_bot-item .wrap_svg {
  height: 53px;
  margin-bottom: 10px;
}
.popup_yacht-info_bot-item + .popup_yacht-info_bot-item {
  margin-left: 45px;
}
.popup_yacht-info_bot-item p {
  margin-bottom: 12px;
  color: #727272;
  font-size: 16px;
  font-weight: 700;
  width: 110px;
  text-align: center;
}
.popup_yacht-info_bot-item p span {
  font-size: 28px;
  display: block;
  color: #727272;
}
.right_info-item > span {
  color: #000;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}

.popup_yacht-info_item-right_info .popup_form {
  width: 190px;
  height: 48px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.specifications__name,
.specifications__include-name,
.product-inner__add-slide-title,
.specifications__descr {
  font-size: 16px;
}

.specifications__include-sp {
  color: #000;
}
.right_info-item.link {
  color: #c30d0d;
  margin-top: 60px;
}

.right_info-item.link svg {
  transform: scale(0.9);
}
.right_info-item.link svg path {
  fill: #c30d0d;
}
.right_info-item.link span {
  color: #c30d0d;
}

.right_info-item.board ul li {
  color: #000;
  font-weight: 400;
}
.specifications__list {
  width: fit-content;
}
.specifications__list,
.right_info-item.board ul {
  padding-left: 30px;
}
.specifications__list li {
  position: relative;
  padding-bottom: 6px;
  border-bottom: 1px solid #ccc;
}
.specifications__list li:last-child {
  border: none;
}
.specifications__list li::before {
  position: absolute;
  left: -32px;
  top: -1px;
}
.specifications__list li + li {
  margin-top: 14px;
}
.popup_yacht-info_right-top {
  margin-bottom: 30px;
}
.specifications__list li[data-class="Name"]::before {
  content: url("/wp-content/themes/yachts/template-pages/f1/images/Text Square.svg");
}
.specifications__list li[data-class="Brand"]::before {
  content: url("/wp-content/themes/yachts/template-pages/f1/images/Sort.svg");
}
.specifications__list li[data-class="Size"]::before {
  content: url("/wp-content/themes/yachts/template-pages/f1/images/Ruler Angular.svg");
}
.specifications__list li[data-class="Category"]::before {
  content: url("/wp-content/themes/yachts/template-pages/f1/images/Medal Ribbons Star.svg");
}
.specifications__list li[data-class="Capacity"]::before {
  content: url("/wp-content/themes/yachts/template-pages/f1/images/Vector.svg");
}
.specifications__list li[data-class="Rooms"]::before {
  content: url("/wp-content/themes/yachts/template-pages/f1/images/Sofa 2.svg");
}
/* .specifications__list li::before {
  width: 5px;
  height: 5px;
  position: absolute;
  left: -17px;
  top: 8px;
  border-radius: 50%;
  content: '';
  background-color: #000;
} */
.right_info-item.board ul li:nth-child(odd) {
  list-style: disc !important;
}
.right_info-item.board ul li + li {
  margin-top: 10px;
}
.specifications__list .specifications__name {
  opacity: 1;
  position: relative;
  margin-right: 20px;
}
.specifications__list .specifications__name::after {
  content: "";
  position: absolute;
  right: -14px;
  top: 11px;
  width: 6px;
  height: 1px;
  background-color: #1c1c1c;
}

.specifications__name,
.specifications__include-name,
.product-inner__add-slide-title,
.specifications__descr {
  font-weight: 600;
}

.ticket_btns-mob {
  display: none;
}

.btn_ticket {
  padding: 20px 50px;
  max-width: 224px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #c30d0d;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: 600;
  margin: 50px auto;
}

.container .line {
  width: 100%;
  height: 1px;
  background-color: #c30d0d;
  margin-bottom: 50px;
}
