@media (max-width: 1250px) {
  .wrapper {
    padding-top: 0 !important;
  }
}
@media (max-width: 1230px) {
  .header_right-item + .header_right-item {
    margin-left: 10px;
  }
  nav li a {
    font-size: 14px;
  }
  header {
    padding: 25px 0;
  }
  .pricing_swiper-item_price span {
    font-size: 36px;
  }
  .pricing_swiper-item_price img {
    width: 40px;
    height: auto;
  }
}
@media (max-width: 1160px) {
  .popup_yacht-top_items,
  .popup_yacht-info {
    max-width: 920px;
  }
}
@media (max-width: 1120px) {
  header {
    position: fixed;
  }
  .animate__animated {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    animation-name: none !important;
  }
  nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgb(0, 0, 0);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(35%, rgba(0, 0, 0, 1)),
      color-stop(81%, rgba(18, 18, 18, 1))
    );
    background: -o-linear-gradient(
      top,
      rgba(0, 0, 0, 1) 35%,
      rgba(18, 18, 18, 1) 81%
    );
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 1) 35%,
      rgba(18, 18, 18, 1) 81%
    );
    z-index: -9999;
    opacity: 0;
    pointer-events: none;
  }
  nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px 0;
  }
  nav ul li {
    margin-left: 0;
    display: block;
    width: 100%;
    position: relative;
    padding: 0 25px;
  }
  nav ul li::after {
    background-repeat: no-repeat;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M21.883 12l-7.527 6.235.644.765 9-7.521-9-7.479-.645.764 7.529 6.236h-21.884v1h21.883z' fill='%23fff'/%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 0px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    pointer-events: none;
  }
  nav ul li:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M21.883 12l-7.527 6.235.644.765 9-7.521-9-7.479-.645.764 7.529 6.236h-21.884v1h21.883z' fill='%23ab0808'/%3E%3C/svg%3E");
  }
  nav ul li a::after {
    content: none;
  }
  nav ul li a {
    display: block;
    font-size: 18px;
  }
  nav ul li + li {
    margin-top: 25px;
  }
  .burger {
    display: block;
    width: 32px;
    height: 32px;
    position: relative;
    margin-left: 15px;
    cursor: pointer;
  }
  .burger span {
    border-radius: 10px;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .burger span:first-child {
    top: 7px;
  }
  .burger span:last-child {
    bottom: 7px;
  }
  .burger.active span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
  }
  .burger.active span:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 13px;
  }
  .mobile_menu {
    pointer-events: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 70px;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 11;
  }
  .mobile_menu nav {
    display: none;
  }
  .mobile_menu.active {
    pointer-events: all;
    opacity: 1;
  }
  .mobile_menu.active nav {
    z-index: 11;
    opacity: 1;
    pointer-events: all;
  }
  .popular_swiper-item h3 {
    font-size: 24px;
  }
  .popular_swiper-item p {
    font-size: 16px;
  }
  .popular_button-next {
    margin-left: 20px;
  }
  .popular_button-prev {
    margin-right: 20px;
  }
  .brands .brands_swiper .swiper-wrapper,
  .brands_items {
    grid-gap: 30px;
  }
}
@media (max-width: 1050px) {
  .about_us-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about_us-right {
    margin-top: 50px;
  }

  .pricing_swiper-item.offer .pricing_swiper--offer {
    right: -37%;
  }
}
@media (max-width: 992px) {
  .video_inner iframe {
    max-height: 400px;
  }
  .video {
    padding: 0;
  }
  .first_screen-center_bot--flex {
    width: 100%;
  }
  .first_screen-center .popup_form {
    margin: 15px 0 30px 0;
  }
  .first_screen-center_bot-right {
    align-items: center;
  }
  .first_screen-center {
    justify-content: flex-end;
    max-width: 100%;
  }
  .first_screen-title {
    margin: 0 auto;
    text-align: center;
  }
  .first_screen-title p {
    text-align: center;
  }
  .first_screen-center h1 {
    margin-bottom: 0;
    text-align: center;
    width: 100%;
    font-size: 46px;
  }
  .first_screen-center_bot-imgs {
    margin: 0;
    align-items: center;
    justify-content: center;
  }
  a.first_screen-center .popup_form {
    margin-bottom: 30px;
    margin-top: 15px;
  }
  .first_screen-center_bot-imgs {
    display: flex;
    transform: scale(0.5);
    margin: 0 !important;
  }
  .first_screen-center p {
    width: 100%;
  }
  .first_screen-center_bot--flex {
    align-items: center;
    flex-direction: column;
  }

  .timer {
    margin: 30px auto;
    order: 1;
  }

  .first_screen-center_bot--flex {
    order: 3;
  }

  .ticket_btns {
    gap: 15px;
    margin-bottom: 0px;
    order: 2;
  }

  .first_screen-center_bot {
    display: flex;
    flex-direction: column;
  }

  p.timer_title {
    padding: 0;
    padding-bottom: 10px;
  }

  .timer img {
    width: 55px;
    height: 55px;
  }
  .slide_formula-text--mob {
    color: #fff;
    margin: 15px 0 !important;
  }
  .text--background {
    display: none;
  }
  .section + .section {
    padding-top: 90px;
  }
  .about_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about_inner div.about_left {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .about_inner div.about_left img {
    position: static;
  }
  .about_inner div.about_left img:nth-of-type(1) {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  .about_inner div.about_left img:nth-of-type(3) {
    -webkit-transform: translate(-30%, -50%);
    transform: translate(-30%, -50%) !important;
  }
  .about_inner div.about_left img:nth-of-type(2) {
    -webkit-transform: translate(55%, -30%);
    transform: translate(55%, -30%) !important;
  }
  .about_right {
    margin-left: 0;
  }
  .about_right h2 {
    text-align: center;
  }
  .pricing_swiper-item h4 {
    font-size: 28px;
  }
  .pricing_swiper-item .pricing_swiper-preview {
    margin: 15px 0 19px;
  }
  .pricing_swiper-item.offer .pricing_swiper--offer {
    font-size: 14px;
  }
  .standard_swiper-button-prev,
  .luxury_swiper-button-prev,
  .premium_swiper-button-prev {
    left: 42%;
  }
  .standard_swiper-button-next,
  .luxury_swiper-button-next,
  .premium_swiper-button-next {
    right: 42%;
  }
  .pricing_swiper-item_price span {
    font-size: 30px;
  }
  .pricing_swiper-item_price img {
    width: 25px;
  }
}
@media (max-width: 965px) {
  .popup_yacht-top_items,
  .popup_yacht-info {
    max-width: 820px;
  }
}
@media (max-height: 1130px) {
  #popular_yachts {
    padding-top: 180px;
    padding-bottom: 50px;
    align-items: flex-start;
    overflow-y: auto;
  }
}
@media (max-width: 950px) {
  .brands .brands_swiper .swiper-wrapper,
  .brands_items {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .yachts_table tbody tr td:nth-child(5),
  .yachts_table thead tr th:nth-child(5) {
    display: none;
  }
}
@media (max-width: 865px) {
  .popup_yacht-info_item {
    flex-direction: column;
  }
  .popup_yacht-info_item-left,
  .popup_yacht-info_item-right {
    max-width: 100%;
  }
  .reviews_images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .reviews_images img {
    margin: 10px;
  }
  .popup_yacht-info_item-left {
    text-align: center;
  }
  .popup_yacht-info_item-left img {
    width: 100%;
    height: 400px;
    margin: 0 auto 30px auto;
  }
  .popup_yacht-close {
    left: 20px;
    top: -20px;
  }
  .popup_yacht-top_items {
    /* display: none; */
  }
  .popup_yacht-info {
    max-width: 720px;
  }

  .popup_yacht-info_bot {
    flex-wrap: wrap;
  }
  .popup_yacht-info_bot-item {
    margin: 20px;
  }
  .popup_yacht-info_bot-item + .popup_yacht-info_bot-item {
    margin-left: 0;
  }
  .popup_yacht-info_item-right {
    margin-top: 20px;
  }
  .popup_yacht-inner {
    padding: 50px 20px 20px 20px;
  }
  .popup_yacht {
    overflow-y: auto;
    display: flex;
    align-items: flex-start;
    padding: 180px 20px 0 20px;
  }
}
@media (max-width: 850px) {
  .info_item-left_link {
    margin-bottom: 30px;
    display: block;
  }
  .popup_yacht-info_bot-item {
    margin: 0px;
  }
  .popup_yacht-info_bot {
    padding: 0 !important;
    background: #fff;
    width: 100%;
  }
  .popup_yacht-info_bot-item .wrap_svg {
    font-size: 40px !important;
    height: 40px;
  }
  .popup_yacht-info_bot-item .wrap_svg svg {
    width: 30px;
    height: 30px;
  }
  .popup_yacht-info {
    border-radius: 10px;
  }
  .popup_yacht-info_bot-item p span {
    font-size: 24px;
  }
}
@media (max-width: 825px) {
  .pricing_swiper-item.offer .pricing_swiper--offer {
    right: -83px;
    top: 17px;
  }

  .form_popup-content {
    flex-direction: column-reverse;
    align-items: center;
  }
  .form_popup-left {
    margin-right: 0;
    margin-top: 50px;
  }

  .form_radio label {
    min-width: fit-content;
  }
  .form_top-charter {
    width: 100%;
  }
  .form_popup-right_imgs img {
    object-fit: contain;
  }
}
@media (max-width: 764px) {
  .popup_yacht-top {
    position: sticky;
    top: -180px;
    z-index: 2;
    border-radius: 0;
  }
  .popup_yacht-top_swiper-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
  }
  .popup_yacht-top_swiper-overlay.active {
    display: block !important;
  }
  .popup_yacht-top_items .swiper-wrapper,
  .swiper-free-mode > .swiper-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
  .popup_yacht-top_swiper-choosed {
    display: block !important;
    padding: 18px 10px;
    border-radius: 20px 20px 0 0;
    background: #fff;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    background: #1c1c1c;
  }
  .popup_yacht-top_swiper-choosed span {
    position: relative;
  }
  .popup_yacht-top_swiper-choosed span::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='284.929px' height='284.929px' viewBox='0 0 284.929 284.929' style='enable-background:new 0 0 284.929 284.929;width: 20px;height: 20px;' xml:space='preserve'%3E%3Cpath d='M282.082,76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856c-2.471,0-4.661,0.95-6.563,2.856L142.466,174.441 L30.262,62.241c-1.903-1.906-4.093-2.856-6.567-2.856c-2.475,0-4.665,0.95-6.567,2.856L2.856,76.515C0.95,78.417,0,80.607,0,83.082 c0,2.473,0.953,4.663,2.856,6.565l133.043,133.046c1.902,1.903,4.093,2.854,6.567,2.854s4.661-0.951,6.562-2.854L282.082,89.647 c1.902-1.903,2.847-4.093,2.847-6.565C284.929,80.607,283.984,78.417,282.082,76.511z' style='&%2310; fill: %23fff;&%2310;'/%3E%3C/svg%3E");
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    background-size: contain;
  }
  .popup_yacht-info {
    border-radius: 0 0 20px 20px;
  }
  .popup_yacht-top_swiper {
    position: absolute;
    z-index: 3;
    width: 94%;
    display: none;
    border-radius: 0 0 20px 20px;
  }

  .popup_yacht-top_swiper.active {
    display: block;
  }

  .popup_yacht-top_item {
    width: fit-content !important;
    margin: 0 auto;
  }
  .popup_yacht-info {
    max-width: 620px;
  }
  .yachts_table tbody tr td:nth-child(2),
  .yachts_table thead tr th:nth-child(2) {
    display: none;
  }
  .first_screen-center h1 {
    font-size: 50px;
  }
  .type_yachts-item + .type_yachts-item {
    margin-left: 50px;
  }
  .type_yachts-item_img img {
    width: 100px;
    height: 80px;
  }
  .about_inner .about_left img {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .about_inner .about_left img:nth-of-type(1) {
    width: 400px;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  .about_inner div.about_left img:nth-of-type(3) {
    -webkit-transform: translate(-20%, -30%) !important;
    transform: translate(-20%, -30%) !important;
  }
  .about_inner div.about_left img:nth-of-type(2) {
    -webkit-transform: translate(35%, -15%) !important;
    transform: translate(35%, -15%) !important;
  }
  .popular_swiper-item h3 {
    font-size: 18px;
  }
  .seo_block-inner p {
    font-size: 16px;
    padding: 30px 0;
  }
  .seo_block-inner::after,
  .seo_block-inner::before {
    max-width: 200px;
  }
  .pricing_swiper-item.offer .pricing_swiper--offer {
    right: -123px;
    top: 24px;
    font-size: 18px;
  }
  .pricing_swiper-item_price span {
    font-size: 40px;
  }
  .pricing_swiper-item_price img {
    width: 50px;
  }
  .pricing_swiper-item.offer h4 {
    font-size: 32px;
  }
  .standard_swiper-button-prev,
  .luxury_swiper-button-prev,
  .premium_swiper-button-prev {
    left: 40%;
  }
  .standard_swiper-button-next,
  .luxury_swiper-button-next,
  .premium_swiper-button-next {
    right: 40%;
  }
  .reviews_slide-content p {
    margin: 20px 0;
  }
  .reviews_slide-img {
    width: 54px;
    height: 54px;
  }
  .reviews_slide {
    padding: 30px 20px;
  }
  .reviews_images {
    margin-top: 30px;
  }
  .reviews_slide-content p {
    font-size: 16px;
  }
  .reviews_slide-inner {
    padding-bottom: 20px;
  }
  .question h2 {
    font-size: 50px;
  }
  .question .under_title {
    font-size: 36px;
  }
}
@media (max-width: 700px) {
  .pricing_swiper-item.offer .pricing_swiper--offer {
    font-size: 16px;
    right: -35%;
  }
  .yachts_table tbody tr td:nth-child(3),
  .yachts_table thead tr th:nth-child(3) {
    display: none;
  }
}
@media (max-width: 640px) {
  .popup_yacht-top {
    top: -110px;
  }
  .popup_yacht-top_swiper {
    width: 100%;
  }
  .popup_yacht-top_swiper-choosed {
    border-radius: 0;
  }
  .popup_yacht-info {
    max-width: 520px;
  }
  header {
    padding: 10px 0;
  }
  .burger {
    margin-left: 10px;
  }
  .logo_desk {
    display: none;
  }
  .logo_mob {
    display: block;
  }
  .logo_mob a + a {
    margin-left: 10px;
  }
  .logo_mob img {
    width: 55px;
    height: 55px;
    margin: 0 !important;
  }
  .language,
  .currency {
    width: 60px;
    height: 30px;
  }
  .popup_form,
  .language span,
  .currency span {
    font-size: 14px;
  }
  .about_inner .about_left img:first-child {
    width: 325px;
    -webkit-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
  }
  .about_inner .about_left img:last-child {
    width: 240px;
    height: 180px;
    -webkit-transform: translate(0%, -20%) !important;
    transform: translate(0%, -20%) !important;
  }
  .about_inner .about_left img:nth-child(2) {
    width: 250px;
    height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .about_right {
    margin-top: 40px;
  }
  .type_yachts-item + .type_yachts-item {
    margin-left: 20px;
  }
  .type_yachts-item_img {
    padding: 5px 0;
  }
  .type_yachts-item_img img {
    width: 95px;
    height: 75px;
  }
  .type_yachts-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .type_yachts-item p {
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .brands .brands_swiper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 0;
  }
  .brands_items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .brands_wraper {
    padding-bottom: 100px;
    position: relative;
  }
  .brands_button-arrows {
    bottom: 0;
    top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .brands_button-prev {
    left: 37%;
  }
  .brands_button-next {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    right: 37%;
  }
  .reviews_wraper {
    padding-bottom: 100px;
  }
  .reviews-buton-arrow {
    position: absolute;
    bottom: 0;
    top: auto;
  }
  .reviews-buton-next {
    right: 37%;
  }
  .reviews-buton-prev {
    left: 37%;
  }
  .reviews_images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reviews_images img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .reviews_images img:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .reviews_images img:last-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .reviews_images img:first-child {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media (max-width: 600px) {
  .popular_swiper-item a {
    width: 100%;
  }
  .popular_inner .swiper-slide {
    height: fit-content;
  }
  .popular_swiper-item img {
    height: 300px;
  }
  .popular_swiper-item h3 {
    font-size: 30px;
  }
  .popular_inner-wraper {
    position: relative;
    padding-bottom: 100px;
  }
  .popular_button-arrow {
    position: absolute;
    bottom: 0;
    top: auto;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .popular_slide-btns {
    width: 100%;
  }
  .popular_slide-btns > a,
  .popular_swiper-item .popup_form {
    width: 50%;
  }
  .popular_button-next {
    right: 37%;
  }
  .popular_button-prev {
    left: 37%;
  }
  .standard_swiper-button-prev,
  .luxury_swiper-button-prev,
  .premium_swiper-button-prev {
    left: 37%;
  }
  .standard_swiper-button-next,
  .luxury_swiper-button-next,
  .premium_swiper-button-next {
    right: 37%;
  }
}
@media (max-width: 555px) {
  .video_inner iframe {
    min-height: auto;
    height: 300px;
  }
  .timer > div {
    flex-direction: column;
    width: 100%;
  }
  .first_screen-center h1 span {
    color: #ffcb00;
  }
  p.timer_title {
    margin-bottom: 10px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    width: fit-content;
  }
  p.timer_title br {
    display: none;
  }
  .popup_yacht-top_swiper {
    width: 100%;
  }
  .popup_yacht-close {
    left: 0px;
    top: -60px;
  }
  .popup_yacht-inner {
    max-width: 100vw;
  }
  .pricing_swiper-item h4 {
    font-size: 32px;
  }
  .pricing_swiper-item .pricing_swiper-preview {
    height: auto;
  }
  .pricing_swiper-item_list {
    margin: 20px 0;
  }
  .standard_swiper-button-prev,
  .luxury_swiper-button-prev,
  .premium_swiper-button-prev {
    left: 33%;
  }
  .standard_swiper-button-next,
  .luxury_swiper-button-next,
  .premium_swiper-button-next {
    right: 33%;
  }
  .pricing_swiper-item.offer .pricing_swiper--offer {
    right: -40%;
  }
  .question h2 {
    font-size: 48px;
  }
  .question .under_title {
    font-size: 32px;
  }
  .popup_yacht-inner {
    padding: 0;
  }
  .popup_yacht-info {
    padding: 30px 15px 25px 15px;
  }
  .popup_yacht-info_item-left img {
    width: 100%;
  }
  .popup_yacht-info_bot {
    padding: 30px 15px 20px 15px;
  }
  .popup_yacht-info_right-top h3 {
    font-size: 32px;
  }
  .popup_yacht-info_item-right_info .popup_form,
  .popup_yacht-info_item-left a {
    font-size: 16px;
  }
  .popup_yacht-info_item-right_info .popup_form {
    width: 160px;
    height: 40px;
  }
  .right_info-item.link {
    margin: 30px 0;
  }
  .right_info-item.specifications {
    padding: 0;
  }
  #popular_yachts {
    padding-left: 0;
    padding-right: 0;
  }
  footer {
    margin-top: 60px;
  }
  .footer_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer_logo p {
    text-align: center;
    margin-top: 15px;
  }
  .footer_listes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .footer_list {
    margin-top: 20px;
  }
  .footer_list + .footer_list {
    margin-left: 0;
  }
  .footer_list p {
    margin: 20px;
  }
  .footer_bot {
    margin: 20px 20px 0 20px;
  }
  .text_copy {
    margin-bottom: 16px;
  }

  .yachts_table thead th {
    padding: 10px;
  }
  .yachts_table tbody td,
  .yachts_table thead th {
    font-size: 14px;
    padding: 5px;
  }
  .yachts_table tbody td:last-child {
    width: 70px;
    padding: 0;
    padding-left: 10px;
  }
  .yachts_table tbody td:last-child a {
    width: 60px;
  }
  .yachts_table tbody td:last-child a span {
    display: none;
  }
}
@media (max-width: 500px) {
  .btn_ticket {
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    max-width: 100%;
    padding: 15px 10px;
  }
  .ticket_btns-desk {
    display: none;
  }
  .ticket_btns-mob {
    display: flex;
    justify-content: center;
    margin: 10px 0;
    gap: 10px;
  }
  .ticket_btns a:first-child {
    width: 200px;
  }
  .ticket_btns a:last-child {
    width: 140px;
  }
  .popup_yacht-info_item-left img {
    width: 100%;
  }
  .first_screen-center_bot-imgs {
    transform: scale(0.5);
  }
  .first_screen {
    margin-top: 75px;
    padding: 50px 0;
  }
  .about {
    padding-top: 30px;
  }
  .about_right {
    margin-top: 0;
  }
  .ticket_btn div {
    font-size: 14px;
  }

  .first_screen-center a.popup_form {
    margin-bottom: 30px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    max-width: 100%;
    padding: 15px 10px;
  }
  .first_screen {
    background-image: url("https://www.yachtrentaldubai.com/wp-content/uploads/2023/10/ad_8-mob.png");
  }
  .about_left {
    display: none !important;
  }
  .seo_block-inner::after,
  .seo_block-inner::before {
    max-width: 160px;
  }
  .section + .section {
    padding-top: 60px;
  }
  nav ul {
    padding-bottom: 0;
  }
  .language,
  .currency {
    display: none;
  }

  .popup_yacht-close {
    left: auto;
    right: 0;
  }

  .mobile_inner .language,
  .mobile_inner .currency {
    border: none;
    margin-top: 20px;
    padding: 0 25px;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
    height: 25px;
  }
  .mobile_inner .language:hover,
  .mobile_inner .currency:hover {
    background-color: transparent;
  }
  .mobile_inner .language:hover i,
  .mobile_inner .language:hover span,
  .mobile_inner .currency:hover i,
  .mobile_inner .currency:hover span {
    color: #ab0808;
  }
  .mobile_inner .language span,
  .mobile_inner .currency span {
    font-size: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .mobile_inner .language i,
  .mobile_inner .currency i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-style: normal;
    font-size: 18px;
    display: inline-block;
  }

  .first_screen-center h1 {
    font-size: 38px;
  }

  .first_screen-center h1 br {
    display: block;
  }

  .first_screen-center h1 + p {
    margin-bottom: 10px;
  }

  .main_title {
    font-size: 44px;
    margin-bottom: 25px !important;
  }

  .type_yachts h2 {
    margin-bottom: 30px;
  }

  .type_yachts-item + .type_yachts-item {
    margin-left: 10px;
  }

  .about_inner .about_left img:first-child {
    -webkit-transform: translateX(-7%) !important;
    transform: translateX(-7%) !important;
  }

  #charter_type_top .new-form__radio {
    width: 100% !important;
  }

  .reviews-buton-next,
  .brands_button-next,
  .popular_button-next {
    right: 32%;
  }

  .reviews-buton-prev,
  .brands_button-prev,
  .popular_button-prev {
    left: 32%;
  }

  .pricing_tab-head_item {
    font-size: 14px;
    padding: 9px 15px;
  }

  .pricing_tab-body {
    margin-top: 30px;
  }

  .reviews_swiper {
    margin: 0;
  }

  .about_us-right {
    margin-top: 30px;
  }

  .about_right p + p,
  .pricing_swiper-item_list li + li,
  .about_us-right p + p {
    margin-top: 10px;
  }
}
@media (max-width: 380px) {
  .video_inner iframe {
    height: 200px;
  }
  .first_screen-center_bot-imgs {
    transform: scale(0.4);
  }
  .popular_swiper-item img {
    height: 220px;
  }
  .popular_slide-btns > a .popular_swiper-item .popup_form {
    width: 50%;
  }
  .popular_swiper-item h3 {
    font-size: 26px;
  }
  .pricing_swiper-item.offer .pricing_swiper--offer {
    right: -38%;
  }
  .premium_swiper-button-next,
  .standard_swiper-button-next,
  .reviews-buton-next,
  .brands_button-next,
  .luxury_swiper-button-next,
  .popular_button-next {
    right: 29%;
  }
  .premium_swiper-button-prev,
  .standard_swiper-button-prev,
  .reviews-buton-prev,
  .brands_button-prev,
  .luxury_swiper-button-prev,
  .popular_button-prev {
    left: 29%;
  }
  .question h2 {
    font-size: 36px;
  }
  .question .under_title {
    font-size: 24px;
  }
}
