.yacht-book-wrap .grid {
    display: grid;
    grid-template-columns: 4fr 1.5fr;
    grid-column-gap: 20px;
}

.yacht-book-sidebar {
    line-height: 1.5em;
    font-size: 14px;
}

.yacht-book-sidebar a {
    font-size: inherit;
}

.yacht-book-sidebar section {
    margin-bottom: 40px;
}

.yacht-book-sidebar .item {
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
}

.yacht-book-sidebar .item.gray-bg {
    background: #F4F5F7;
}

.yacht-book-sidebar-return > div:not(:last-child) {
    margin-bottom: 10px;
}

.yacht-book-sidebar-return label {
    margin-bottom: 3px;
    font-weight: normal;
}

.yacht-book-sidebar-icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.yacht-book-sidebar-icon:not(:last-child) {
    margin-bottom: 15px;
}

.yacht-book-sidebar-icon .icon-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    min-width: 25px;
    margin-right: 10px;
}

.yacht-book-sidebar a {
    color: #14B1BB;
}

.yacht-book-sidebar-rent .line {
    display: flex;
    padding: 0 10px;
    justify-content: space-between;
}

.yacht-book-sidebar-rent .line:not(:last-child) {
    margin-bottom: 10px;
}

.yacht-book-sidebar-rent .line.total {
    background: #EBECEE;
    border-radius: 5px;
    padding: 10px;
    font-weight: bold;
}

.yacht-book-sidebar-rent .line.signature {
    display: flex;
    justify-content: flex-end;
    color: #747474;
    font-size: 12px;
}

.yacht-book-sidebar-warning b {
    color: #14B1BB;
}

.yacht-book-sidebar-buttons > * {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    border-radius: 5px;
    outline: none;
    border: none;
}

.yacht-book-submit {
    background: #14B1BB;
    color: white;
}

.yacht-book-sidebar .yacht-book-edit {
    border: 1px solid #333333;
    color: #333;
    text-decoration: none;
}

.yacht-book-info {
    display: grid;
    grid-template-columns: 180px 1fr;
    grid-column-gap: 20px;
    margin-bottom: 40px;
}

.yacht-book-image img {
    max-width: 100%;
}

.yacht-book-info .yacht-item__billets {
    position: static;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.yacht-book-info .yacht-item__billet {
    margin: 0 0 5px 0;
}

.yacht-book-wrap .card h3 {
    font-size: 16px;
    text-transform: none;
}

.yacht-book-wrap .card-inner {
    background: white;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    padding: 25px;
}

.yacht-book-wrap .card-inner .form-group.required > label:after {
    content: ' *';
}

.yacht-book-wrap .card-inner .columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
}

.yacht-book-wrap .card-inner .columns-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
}

.yacht-book-wrap .card-inner {
    margin-bottom: 40px;
}

.yacht-book-wrap .card-inner label {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 8px;
}

.yacht-book-wrap .card-inner .form-control {
    height: 40px;
    background: #F4F5F7;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    box-shadow: none !important;
}

.yacht-book-wrap .card-inner .help-block {
    font-size: 14px;
    margin: 0;
}

.yacht-book-wrap .card-inner .has-error .form-control {
    border-color: #a94442;
}

.yacht-book-wrap .card-inner textarea.form-control {
    height: 140px;
}

.yacht-book-wrap .additional-services h3 {
    margin-bottom: 0;
    color: #14B1BB;
    border-bottom: 2px solid #14B1BB;
    padding-bottom: 10px;
}

.yacht-book-wrap .yacht-view-services {
    padding: 10px 0;
    margin-bottom: 40px;
    pointer-events: none;
    border-bottom: 2px solid #14B1BB;
}

.yacht-book-wrap .yacht-view-services .yacht-view-service:last-child {
    border-bottom: none;
}

#modal_port_address iframe {
    width: 100% !important;
}

.yacht-book-wrap .features {
    margin-bottom: 0;
}

.yacht-book-edit-services {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.yacht-book-edit-service {
    display: grid;
    grid-template-columns: 1fr 86px 1fr;
    align-items: center;
    grid-gap: 30px;
}

.yacht-book-edit-service input {
    margin: 0;
}

.yacht-book-edit-service input[type="checkbox"] {
    height: auto;
}

.yacht-book-edit-service .checkbox-wrap label,
.yacht-book-edit-service .checkbox-wrap {
    margin-bottom: 0;
}

.yacht-book-edit-service .checkbox-wrap input:checked + label:before {
    background-image: url(/images/yacht/check.svg);
}

.yacht-book-edit-service .checkbox-wrap label:hover,
.yacht-book-edit-service .checkbox-wrap input:checked + label {
    text-decoration: none;
}

.yacht-book-edit-service .service-quantity {
    display: flex;
    gap: 5px;
    align-items: center;
}

@media (max-width: 767px) {
    .yacht-book-wrap .grid {
        grid-template-columns: 1fr;
    }
    .yacht-book-info {
        grid-template-columns: 1fr;
    }
    .yacht-book-info .yacht-item__billets {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 5px;
        margin-bottom: 10px;
    }
    .yacht-book-image {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .yacht-book-image img {
        margin-bottom: 5px;
    }

    .yacht-book-wrap .card-inner .columns {
        grid-template-columns: 1fr;
    }

    .yacht-book-wrap .card-inner .columns-3 {
        grid-template-columns: 1fr;
    }

    .yacht-book-sidebar section,
    .yacht-book-wrap .card-inner,
    .yacht-book-info {
        margin-bottom: 20px;
    }
}


@media (max-width: 575px) {
    .yacht-book-info .yacht-item__billets {
        grid-template-columns: 1fr;
    }

    .yacht-book-edit-services {
        gap: 30px;
    }
    .yacht-book-edit-service {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 5px;
    }
    .yacht-book-edit-service .service-quantity {
        width: 100px;
    }
}