.shder {
    width: 100%;
    height: auto;
    transform: translateZ(0px);
    transition: height 0.3s ease-in 0s;
    color: rgb(0, 30, 80);
    background-color: rgba(255, 255, 255, 0.98);
}
.navigation-top-bar {
    display: grid;
    -webkit-box-align: center;
    align-items: center;
    grid-template-columns: repeat(24, 4.16667vw);
    pointer-events: auto;
    grid-template-rows: 12px 1fr 12px;
}
.nav-left-item {
    grid-area: 2 / 2 / 3 / 6;
    display: flex;
}
.nav-logo {
    display: flex;
    grid-area: 2 / 10 / 3 / 16;
    -webkit-box-pack: center;
    justify-content: center;
}
.nav-right-item {
    grid-area: 2 / 16 / 3 / 24;
    display: flex;
    gap: 20px;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
}
.nav-logo>a {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 32px;
}
.nav-logo>a>img {
    fill: rgb(0, 30, 80);
    width: 48.48px;
    height: 35px;
    margin-inline-end: initial;
}
.sticky {
    position: relative;
    z-index: 2;
}
.virtual-tour-iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.header-container {
    position: fixed;
}
.content_wrapper {
    min-height: 100vh;
    z-index: 1;
}
.page-main {
    padding-top: 56px;
}
.head-title {
    color: rgb(0, 0, 0);
    margin: -0.11em 0px 0.11em;
    font-weight: 200;
    font-size: 28px;
    line-height: 56px;
    letter-spacing: -0.7px;
}
.list-models {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.yacht-model {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-top: 16px;
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.item-name * {
    margin: -2.5px 0px 2.5px;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.17px;
    color: white;
}
.item-name>span {
    font-weight: 400;
}
.yacht-profile {
    position: relative;
    padding-top: 42.8571%;
    margin-top: 4px;
    margin-bottom: -5%;
}
.yacht-model:before {
    content: '';
    width: 100%;
    height: 160px;
    background: linear-gradient(180deg, rgb(0 0 0 / 68%) 0%, rgba(0,0,0,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.item-name {
    z-index: 2;
    position: relative;
    color: white;
}
.yacht-details {
    margin-top: 12px;
    word-break: break-word;
}
.prices-span {
    color: rgb(0, 0, 0);
    margin: -2px 0px 2px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
}
.detail-actions {
    margin-top: 16px;
}
.conf-btn {
    position: relative;
    display: inline-flex;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    min-height: 44px;
    min-width: 44px;
    padding: 0px 32px;
    border: 2px solid rgb(205 56 148);
    margin: 0px;
    border-radius: 500px;
    transition: all 0.2s ease-in-out 0s;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    background: transparent;
    color: rgb(205 56 148);
    font-weight: 600;
    font-size: 15px;
}
.conf-btn:hover {
    color: white;
    background: rgb(205 56 148);
}
.item-name {
    padding: 0px 32px;
}
.space {
    min-height: 150px;
}
.container {
    padding: 0;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
    width: auto;
}
.load-config {
    display: inline;
    border: none rgb(0, 30, 80);
    position: relative;
    text-decoration: none;
    cursor: pointer;
    padding: 0px;
    background: transparent;
    color: rgb(0, 30, 80);
    text-align: inherit;
    -webkit-tap-highlight-color: transparent;
}
.button-box {
    display: inline-grid;
    grid-template-columns: max-content auto;
    column-gap: 8px;
    -webkit-box-align: center;
    align-items: center;
}
.button-icon {
    border-radius: 50%;
    line-height: 0;
    position: relative;
    order: initial;
}
.button-text {
    position: relative;
    text-decoration: underline 1px;
    text-underline-offset: 0.2em;
    cursor: pointer;
    font-size: 16px;
}
.button-icon:before {
    content: "";
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
}
.load-config:hover .button-icon:before {
    background-color: rgba(194, 202, 207, 0.2);
    box-shadow: rgb(194 202 207 / 20%) 0px 0px 0px 9px;
}
.load-code {
    margin-bottom: 35px;
    margin-top: 10px;
}
.head-title {
    margin-top: 15px;
}
.wrapper-flex {
    flex-shrink: 0;
    max-width: 100%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    margin: 0px;
}
.configurator-grid {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
}
.configure-left {
    position: relative;
    display: flex;
}
.template-left {
    position: sticky;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    top: 0px;
    left: 0px;
}
.title-section {
    flex-shrink: 0;
    justify-items: start;
    width: 100%;
    padding: 16px 24px 16px calc(4.16667vw);
}
.gallery-section {
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.footer-left-section {
    display: none;
    width: 100%;
    min-height: 70px;
    box-sizing: border-box;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-top: 1px solid rgb(223, 228, 232);
    padding: 12px 32px 12px calc(4.16667vw);
}
.configure-right {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    min-width: 0px;
}
.template-right {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 0;
    background-color: rgb(244, 244, 244);
    min-height: 100vh;
}
.container-right {
    padding: 0 4.16vw;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.container-options {
    padding: 32px 0px;
}
.footer-right-section {
    margin: 0 calc(-1 * 4.16vw);
    position: sticky;
    z-index: 1;
    bottom: 0px;
}
.footer-right {
    background: rgb(205 56 148);
    display: flex;
    min-height: 70px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 12px 4.16vw;
    border-top: 1px solid rgb(223, 228, 232);
}
.gallery-js {
    position: relative;
    width: 100%;
}
.gallery-sizbox {
    position: relative;
    width: 100%;
}
.gallery-position {
    position: absolute;
    inset: 0px;
    overflow: hidden;
    outline: none;
}
.gallery-position .swiper {
    width: 100%;
    height: 100%;
}
.y-nam {
    font-size: 24px;
}
.swiper-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}
.swiper-slide {
    background: var(--kt-page-bg);
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none!important;
}
.accordion-button {
    color: rgb(0, 0, 0)!important;
    margin: -0.11em 0px 0.11em!important;
    font-weight: 600!important;
    font-size: 20px!important;
    line-height: 24px!important;
    letter-spacing: -0.09px!important;
    background: none!important;
    border: 0!important;
    box-shadow: none!important;
    padding: 0!important;
    margin-top: 24px!important;
    margin-bottom: 16px!important;
}
.accordion-item {
    background: none!important;
    border: 0!important;
}
.accordion-button::after {
    display: none!important;
}
.collapse:not(.show) {
    display: block!important;
}
.accordion-body {
    padding: 0!important;
}
.field-generator {
    position: relative;
    cursor: pointer;
    width: 100%;
}
.element-check-input {
    position: absolute;
    opacity: 0;
    outline: 0px;
    user-select: none;
    pointer-events: none;
}
.element-field-body {
    margin-bottom: 8px;
    background: rgb(255, 255, 255);
    border: 2px solid rgb(223, 228, 232);
    padding: 16px;
    border-radius: 8px;
    overflow: hidden;
}
.element-check-input:checked + .element-field-body {
    border-color: rgb(205 56 148);
    box-shadow: rgb(205 56 148) 0px 0px 0px 1px inset;
}
.field-title {
    color: rgb(0, 0, 0);
    margin: -2px 0px 2px;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
}
.main-field {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    column-gap: 4px;
    width: 100%;
    padding-bottom: 12px;
}
.main-right-field {
    min-width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid rgb(150, 163, 168);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: white;
}
.main-right-field>svg {
    display: none;
}
.field-checkbox:checked + .element-field-body .main-right-field {
    border-color: rgb(205 56 148)!important;
    box-shadow: rgb(205 56 148) 0px 0px 0px 1px;
    background: rgb(205 56 148);
    color: white;
}
.field-checkbox:checked + .element-field-body .main-right-field>svg {
    display: block;
}
.field-separate {
    border: none;
    width: initial;
    height: 1px;
    margin: 0px;
    background-color: rgb(223, 228, 232);
}
.main-left-field {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.field-details {
    gap: 10px;
    padding-top: 16px;
    align-items: center;
}
.field-details>div {
    flex: 1;
}
.field-details>.w-md-100px {
    max-width: 100px!important;
}
.swiper-button-next, .swiper-button-prev {
    border: 1px solid #80808038;
    width: 40px!important;
    height: 40px!important;
    margin-top: -20px!important;
    color: #cd3894!important;
    border-radius: 100px;
    background: white;
}
.btn-generation {
    position: relative;
    display: inline-flex;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    min-height: 44px;
    min-width: 44px;
    padding: 0px 32px;
    border: 2px solid rgb(255, 255, 255);
    margin: 0px;
    border-radius: 500px;
    transition: all 0.2s ease-in-out 0s;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    background: rgb(255, 255, 255);
    color: rgb(205 56 148);
    font-weight: 600;
    font-size: 14px;
}
.calc-summary {
    display: flex;
    border: none rgb(255, 255, 255);
    position: relative;
    text-decoration: none;
    cursor: pointer;
    padding: 0px;
    background: transparent;
    color: white;
    text-align: inherit;
    -webkit-tap-highlight-color: transparent;
    font-weight: 600;
    font-size: 21px;
}
.searchInputField {
    max-width: 512px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.search-label {
    display: block;
    width: 100%;
    position: relative;
    padding-top: calc(14px * 1.15);
    color: rgb(0, 30, 80);
}
.icon-search {
    display: flex;
    position: absolute;
    top: 0px;
    opacity: 1;
    transition: all 0.15s ease-in-out 0.15s;
    transform: translateY(24px) translateY(4px) translateY(10px) translateY(-50%);
}
.search-options {
    height: calc(1.45em + 16px);
    width: 100%;
    padding: 8px 0px;
    padding-inline-end: 34px;
    border: 0px;
    border-radius: 0px;
    background: transparent;
    color: rgb(0, 30, 80);
    outline: none;
    appearance: none;
    font-size: 20px;
    font-family: inherit;
    box-shadow: rgb(106 118 125) 0px 1px 0px 0px;
    transition: padding-inline-start 0.15s ease-in-out 0s;
}
.placeholder-serach {
    font-size: 20px;
    margin: 0px;
    position: absolute;
    top: 0px;
    padding: 0px 32px;
    transition: all 0.25s ease-in-out 0s;
    transform: translateY(24px) translateY(4px) translateY(10px) translateY(-50%);
}
.separator-search {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-top: 4px;
    color: rgb(106, 118, 125);
    gap: 8px;
}
.search-options:focus ~ .input-objects .placeholder-serach, .search-options:valid ~ .input-objects .placeholder-serach {
    padding: 0px;
    transform: translateY(-5px);
    font-size: 14px;
    background: rgb(205 56 148);
    color: rgb(255, 255, 255);
}
.search-options:focus, .search-options:valid {
    border-bottom-color: rgb(0, 30, 80);
    color: rgb(0, 30, 80);
    box-shadow: rgb(106 118 125) 0px 2px 0px 0px;
    padding-inline-start: 0px;
    transition: padding-inline-start 0.15s ease-in-out 0.15s;
}
.search-options:focus ~ .input-objects .icon-search, .search-options:valid ~ .input-objects .icon-search {
    opacity: 0;
    transition: all 0.15s ease-in-out 0s;
}
.load-code-init {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 16px;
    padding-right: 24px;
}
.yacht-name {
    -webkit-box-align: start;
    place-items: start;
    display: grid;
    gap: 8px;
}
.change-model {
    max-width: 30ch;
    padding-bottom: 16px;
}
.btn-link {
    display: inline;
    border: none rgb(0, 30, 80);
    position: relative;
    text-decoration: none;
    cursor: pointer;
    padding: 0px;
    background: transparent;
    color: rgb(0, 30, 80);
    text-align: inherit;
    -webkit-tap-highlight-color: transparent;
}
.btn-wrapper {
    display: inline-grid;
    grid-template-columns: max-content auto;
    column-gap: 8px;
    -webkit-box-align: center;
    align-items: center;
}
.btn-icon {
    border-radius: 50%;
    line-height: 0;
    position: relative;
    order: initial;
}
.btn-icon:before {
    content: "";
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
}
.btn-link:hover:not(:focus) .btn-icon:before {
    background-color: rgba(194, 202, 207, 0.2);
    box-shadow: rgb(194 202 207 / 20%) 0px 0px 0px 9px;
}
.btn-text {
    position: relative;
    text-decoration: underline 1px;
    text-underline-offset: 0.2em;
    cursor: pointer;
    font-size: 15px;
    margin-left: 8px;
}
.generator-popup {
    border-radius: 0!important;
    padding: 0!important;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}
.generator-popup h2.swal2-title {
    font-weight: 600;
    position: sticky;
    top: 0px;
    left: 0px;
    display: flex!important;
    background: rgb(255, 255, 255);
    font-size: 2rem;
    padding: 1em 1.1em 0;
    padding-left: 4.16vw;
    padding-right: 4.16vw;
    z-index: 3;
    padding-bottom: 1em;
}
.generator-popup .swal2-close {
    padding-top: 12px;
    padding-right: 12px;
    position: sticky;
    text-decoration: none;
    cursor: pointer;
    background: transparent;
    color: rgb(0, 30, 80);
    display: inline-flex!important;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 2px solid transparent;
    border-radius: 50%;
    -webkit-tap-highlight-color: transparent;
    overflow: visible!important;
    top: 0.8rem;
    right: 1rem;
    z-index: 4;
}
.generator-popup .popup-icon-close {
    border-radius: 50%;
    line-height: 0;
    position: relative;
    order: initial;
}
.generator-popup .swal2-close:before {
    content: "";
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 12px;
    right: 12px;
    margin-top: calc(-50% + 15px);
    margin-right: calc(-50% + 15px);
}
.generator-popup .swal2-close:hover:before {
    background-color: rgba(194, 202, 207, 0.2);
}
.generator-popup .swal2-actions {
    position: sticky;
    bottom: 0;
    margin: 0;
    flex-wrap: wrap;
    background: white;
    padding-bottom: 25px;
    box-shadow: 0px 0px 15px 10px #00000012;
    border-top: 1px solid #ececec;
    padding-top: 25px;
    opacity: 0;
    transform: translateY(100%);
    transition: 0.3s opacity, 0.3s transform;
}
.generator-popup .swal2-actions.show {
    opacity: 1;
    transform: translateY(0px);
}
.generator-popup .swal2-actions>button {
    margin-top: 0;
    border-radius: 25px;
}
.generator-popup .swal2-close:focus {
    outline: none!important;
    box-shadow: none!important;
}
.generator-popup .swal2-html-container {
    margin: 0;
    max-height: none;
    overflow: initial;
    padding-top: 16px;
    padding-left: 4.16vw;
    padding-right: 4.16vw;
    text-align: left;
}
.popup-section-title {
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: -0.09px;
    margin-bottom: 24px;
}
.box-selection {
    border: 2px solid rgb(0, 30, 80);
    padding: 0px 16px;
    display: flex;
    flex-wrap: wrap;
}
.box-flexi {
    display: grid;
    gap: 16px;
    padding: 16px 0px;
    grid-template-columns: 2fr minmax(120px, auto) 1fr;
    grid-template-areas: "first second last";
    width: 100%;
}
.box-flex-li {
    grid-area: first / first / first / first;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
}
.box-flex-q {
    grid-area: second / second / second / second;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.box-flex-ri {
    grid-area: last / last / last / last;
    justify-self: end;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.sji {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 40px;
    margin-top: 40px;
}
.modify-box {
    margin: 0px 0px 40px;
}
.modify-layout {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas:
        "left right"
        "content content";
    column-gap: 8px;
    -webkit-box-align: center;
    align-items: center;
    grid-template-areas:
        "left right"
        ". content";
}
.modify-icon {
    grid-area: left / left / left / left;
}
.modify-title {
    grid-area: right / right / right / right;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.modify-table {
    grid-area: content / content / content / content;
    margin-top: 12px;
    border-top: 2px solid rgb(223, 228, 232);
    border-bottom: 2px solid rgb(223, 228, 232);
}
.modify-item {
    display: grid;
    gap: 16px;
    border-bottom: 2px solid rgb(223, 228, 232);
    padding: 16px 0px;
    grid-template-columns: 2fr minmax(120px, auto) 1fr;
    grid-template-areas: "first second last";
}
.modify-table>.modify-item:last-child {
    border-bottom: 0;
}
.modify-l {
    grid-area: first / first / first / first;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}
.modify-c {
    grid-area: second / second / second / second;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}
.modify-r {
    justify-self: end;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}
.button-wrapper {
    display: inline-grid;
    grid-template-columns: max-content auto;
    column-gap: 8px;
    -webkit-box-align: center;
    align-items: center;
}
.price-load {
    --bs-spinner-border-width: 2px;
}
.swiper-pagination-bullet-active {
    background: #cd3894!important;
}
.layer-overlay {
    z-index: 3;
    position: relative;
}
.layer-position {
    position: fixed;
    inset: 0px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
    pointer-events: none;
}
.layer-position > * {
    pointer-events: auto;
}
.layer-background {
    position: fixed;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: opacity 300ms ease 0s;
}
.layer-html {
    position: fixed;
    bottom: 0px;
    right: 0px;
    top: 0px;
    box-shadow: rgb(0 0 0 / 10%) 0px 6px 30px, rgb(0 0 0 / 20%) 0px 4px 8px;
    width: 100%;
}
.lsa {
    height: 100%;
}
.lsagrid {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 1fr auto;
    height: 100%;
}
.lsb {
    position: relative;
    height: 100%;
    overflow-y: auto;
    background-color: rgb(255, 255, 255);
}
.lsb_header {
    display: block;
    width: auto;
    background: rgb(255, 255, 255);
    position: sticky;
    top: 0px;
    z-index: 1;
    padding: 24px 24px 16px;
    border-bottom: 1px solid rgb(223, 228, 232);
}
.lsb_close_button {
    display: inline;
    border: none rgb(0, 30, 80);
    position: relative;
    text-decoration: none;
    cursor: pointer;
    padding: 0px;
    background: transparent;
    color: rgb(0, 30, 80);
    text-align: inherit;
    -webkit-tap-highlight-color: transparent;
}
.lsb_body {
    padding: 40px;
}
.lsb_footer {
    position: relative;
    bottom: 0px;
}
.fsb_footer-body {
    background: rgb(255, 255, 255);
    display: flex;
    min-height: 70px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: end;
    padding: 12px 4.16vw;
    border-top: 1px solid rgb(223, 228, 232);
}
.layer-background.animation-exit {
    opacity: 1;
}
.layer-overlay.active .layer-background {
    opacity: 0;
}
.confirm-configurator {
    display: inline-flex;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    min-height: 44px;
    min-width: 44px;
    padding: 0px 32px;
    border: 0;
    margin: 0px;
    border-radius: 500px;
    transition: all 0.2s ease-in-out 0s;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    background: #cd3394;
    color: white;
    font-weight: 600;
    font-size: 14px;
}
.layer-overlay.hidden .layer-background {
    display: none;
}
.layer-overlay.hidden .layer-html {
    display: none;
}
.clear-search {
    position: absolute;
    width: 44px;
    height: 44px;
    transform: translateX(10px);
    background: transparent;
    padding: 0px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    line-height: 0;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    border-radius: 50%;
    outline: none;
    appearance: none;
    pointer-events: initial;
    color: rgb(0, 30, 80);
    right: 0px;
    top: 17px;
}
.swiper-scrollbar-drag {
    background: #cd3894!important;
    border-radius: 0!important;
}
.label-field {
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(205 56 148);
    color: white;
    gap: 8px;
    display: inline-flex;
    padding: 4px 8px;
    place-self: start;
    font-size: 13px;
    font-weight: 600;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #cd3894!important;
}
.clear-search:hover:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background-color: rgba(194, 202, 207, 0.2);
    box-shadow: rgb(194 202 207 / 20%) 0px 0px 0px;
}
.prices_table {
    display: grid;
    grid-template-columns: repeat(2, auto);
    margin: 0px;
    margin-top: 24px;
}
.prices_table>dt {
    border-bottom: 2px solid rgb(223, 228, 232);
    padding: 16px 16px 16px 0px;
    font-size: 15px;
}
.prices_table>dt:first-child {
    padding-top: 0px;
}
.prices_table>dd {
    margin: 0px;
    border-bottom: 2px solid rgb(223, 228, 232);
    padding: 16px 0px;
    text-align: right;
    font-size: 15px;
    font-weight: 700;
}
.prices_table>dd:nth-child(2) {
    padding-top: 0px;
}
.section-header {
    color: rgb(0, 0, 0);
    margin: -2px 0px 2px;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.09px;
}
.summary-section {
    margin-top: 32px;
    margin-bottom: 50px;
}
.summary-section>dt {
    text-align: right;
    min-width: 100%;
    font-size: calc(1.25 * (16 / 19) * 1rem);
}
.summary-section>dd {
    font-size: calc(3 * (16 / 19) * 1rem);
    text-align: right;
    font-weight: 700;
    margin: 0;
}
.form-field {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 16px;
    color: rgb(0, 30, 80);
    margin-top: 16px;
}
.input-form {
    min-height: 20px;
    width: 100%;
    padding: 8px 0px;
    border-width: 0px 0px 1px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-radius: 0px;
    background: transparent;
    color: rgb(0, 30, 80);
    outline: 0px;
    font-size: 20px;
    font-family: inherit;
    margin-top: 4px;
    border-bottom-style: solid;
    border-bottom-color: rgb(106, 118, 125);
    margin-bottom: 1px;
    transition: none 0s ease 0s;
}
.input-label {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    transform: translateY(0px);
}
.group-linker {
    position: sticky;
    top: 64px;
    width: 100%;
    z-index: 122;
    background: #cd3894;
    background: #00000038;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}
.select2-selection__clear {
    display: none!important;
}
.group-linker .select2-container {
    background: none!important;
    padding: 10px 28px;
}
.icon-select {
    border-radius: 50%;
    line-height: 0;
    position: relative;
    order: initial;
}
.group-linker .select2-selection__rendered>span {
    display: inline-grid;
    grid-template-columns: max-content auto;
    column-gap: 8px;
    -webkit-box-align: center;
    align-items: center;
}
.icon-select>svg {
    fill: white;
}
.select-text {
    font-size: 16px;
    color: white;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
}

.clock-loader {
    --clock-color: #cd3794;
    --clock-width: 4rem;
    --clock-radius: calc(var(--clock-width) / 2);
    --clock-minute-length: calc(var(--clock-width) * 0.4);
    --clock-hour-length: calc(var(--clock-width) * 0.2);
    --clock-thickness: 0.2rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--clock-width);
    height: var(--clock-width);
    border: 3px solid var(--clock-color);
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}
.clock-loader::before, .clock-loader::after {
  position: absolute;
  content: "";
  top: calc(var(--clock-radius) * 0.25);
  width: var(--clock-thickness);
  background: var(--clock-color);
  border-radius: 10px;
  transform-origin: center calc(100% - calc(var(--clock-thickness) / 2));
  animation: spin infinite linear;
}
.clock-loader::before {
  height: var(--clock-minute-length);
  animation-duration: 2s;
}
.clock-loader::after {
  top: calc(var(--clock-radius) * 0.25 + var(--clock-hour-length));
  height: var(--clock-hour-length);
  animation-duration: 15s;
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
.code-preview {
    font-size: 35px;
    text-align: center;
    border: 0;
    background: none;
    box-shadow: none;
    font-weight: 700;
    width: 100%;
    letter-spacing: 17px;
}
.info-block {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
    color: #3d3d3d;
    line-height: 18px;
}
.swiper-scrollbar {
    left: 0!important;
    width: 100%!important;
    bottom: 0!important;
    border-radius: 0!important;
}
.right-footer-section {
    display: flex;
    gap: 12px;
    border-left: 1px solid rgb(223, 228, 232);
    padding-left: 24px;
    -webkit-box-align: center;
    align-items: center;
}
.preview-btn {
    position: relative;
    display: inline-flex;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    min-height: 32px;
    min-width: 32px;
    padding: 4px 16px;
    border: 1px solid rgb(0, 30, 80);
    margin: 0px;
    border-radius: 500px;
    transition: all 0.2s ease-in-out 0s;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    background: transparent;
    color: rgb(0, 30, 80);
}
.preview-btn .btn-text {
    margin-left: 0;
    text-decoration: none;
    font-size: 14px;
}
.preview-btn .btn-icon svg {
    width: 20px;
    height: 20px;
}
.select2-results__option {
    font-size: 16px!important;
    padding: 10px 28px!important;
}

@media (max-width: 560px) {
    .container {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    .group-linker {
        top: 56px;
    }
    #kt_load_code_form input {
        margin: 0!important;
        width: 14%!important;
    }
}
@media (min-width: 560px) {
    .navigation-top-bar {
        grid-template-rows: 16px 32px 16px;
    }
    .nav-right-item {
        grid-column: 16 / 24;
        padding-left: 4px;
    }
    .page-main {
        padding-top: 64px;
    }
    .list-models {
        grid-template-columns: repeat(auto-fill, minmax(370px, 1fr));
    }
    .yacht-model {
        padding-top: 24px;
    }
    .container {
        margin: 0 8.33vw;
    }
}
@media(max-width:960px) {
    .gallery-sizbox:before {
        content: "";
        display: block;
        padding-top: 56.21%;
    }
    .container-options {
        padding-top: 10px;
    }
}
@media (min-width: 960px) {
    .nav-right-item {
        grid-column: 18 / 24;
        padding-left: 16px;
    }
    .head-title {
        font-size: 48px;
    }
    .configurator-grid {
        grid-template:
            "main side" auto
            "footer footer" 1fr / 3fr 2fr;
    }
    .template-left {
        grid-area: main / main / main / main;
        height: calc(100vh - 64px);
        top: 64px;
    }
    .title-section {
        padding-right: 40px;
    }
    .gallery-section {
        padding: 0px 32px 0px calc(4.16667vw);
    }
    .footer-left-section {
        display: flex;
    }
    .configure-right {
        grid-area: side / side / side / side;
    }
    .template-right {
        height: 100%;
        min-height: unset;
    }
    .container-right {
        padding: 0 28px;
    }
    .footer-right-section {
        margin: 0 calc(-1 * 28px);
    }
    .footer-right {
        padding: 12px 28px;
    }
    .gallery-sizbox {
        padding-bottom: 56.25%;
    }
    .searchInputField {
        min-width: 312px;
        padding-top: 0px;
    }
    .yacht-name {
        grid-template-columns: auto 1fr;
        gap: 16px;
        padding-bottom: 8px;
    }
    .layer-html {
        background-color: rgb(255, 255, 255);
        width: 41.66vw;
        right: 0px;
    }
    .lsb_body {
        padding: 32px 40px;
    }
    .fsb_footer-body {
        padding: 24px;
        background: rgb(244, 244, 244);
        border-top: none;
    }
    .layer-overlay.active .layer-html {
        transition: transform 300ms ease 0s;
    }
    .overview-layer-animation-exit {
        transform: translateX(0px);
        right: 0px;
        transition: transform 300ms ease 0s;
    }
    .layer-overlay.active .layer-html {
        transform: translateX(100%);
        right: 0px;
    }
}

@media (min-width: 1280px) {
    .nav-right-item {
        grid-column: 18 / 24;
    }
    .configurator-grid {
        grid-template-columns: 15fr 9fr;
    }
    .searchInputField {
        min-width: 360px;
    }
    .yacht-name {
        max-width: 66.66vw;
    }
    .layer-html {
        width: 37.5vw;
    }
}

@media (min-width: 1600px) {
    .searchInputField {
        min-width: 420px;
    }
}


