body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto';
}

* {
    box-sizing: border-box;
    line-height: normal;
    margin: unset;
}

a {
    text-decoration: none;
    display: block;
}

img {
    height: auto;
}

ul {
    margin: 0;
    margin-inline: unset !important;
    padding: 0;
    list-style: none;
}

input {
    background-color: transparent;
    width: 100%;
}

details {
    width: 100%;
}

details>summary {
    list-style: none;
}

.brand-card {
    cursor: pointer;
}

.whatsapp128_one-2 {
    cursor: pointer;
}

.up-4 {
    cursor: pointer;
}

.rowen-1 {
    cursor: pointer;
}

.rowen {
    cursor: pointer;
}

.rowinfo_one-1 img{
    cursor: pointer;
}

.hidden {
    display: none;
}

@media screen and (min-width: 360px) and (max-width:724px) {
    .up-4 {
        width: 36px !important;
        height: 36px !important;
        justify-content: center;
        top: 111% !important;
    }

    .whatsapp128_one-2 {
        width: 36px;
    }

    .columnsave-2 {
        align-items: center;
        display: flex;
        justify-content: center;
        gap: 5px !important;
    }

    .columnsave-2 .save_three img {
        width: 41px;
    }

    .columnsave-2 .save_three {
        height: 36px !important;
        width: 36px;
    }
}

    .rowheaderlogo img {
        cursor: pointer;
    }

    .rowinfo_one img {
        cursor: pointer;
    }

    .calendar-icon-1 {
        width: 22px;
        position: absolute;
        top: 100px;
        right: 53px;

        @media screen and (min-width: 360px) and (max-width: 560px) {
            top: 121px;
        }

        @media screen and (min-width: 560px) and (max-width: 1024px) {
            top: 123px;
        }
    }

    /*.calendar-icon-2 {*/
    /*    width: 22px;*/
    /*    position: absolute;*/
    /*    top: 249px;*/
    /*    right: 53px;*/

    /*    @media screen and (min-width: 360px) and (max-width: 560px) {*/
    /*        top: 210px;*/
    /*    }*/

    /*    @media screen and (min-width: 560px) and (max-width: 1024px) {*/
    /*        top: 212px;*/
    /*    }*/
    /*}*/


    .ui.ratingbar:not(:checked)>input {
        position: absolute;
        visibility: hidden;
    }

    .ui.ratingbar:not(:checked)>label {
        cursor: pointer;
        font-size: var(--rating-font-size);
        color: var(--rating-inactive-color);
    }

    .ui.ratingbar:not(:checked)>label:before {
        content: "★ ";
    }

    .ui.ratingbar:not(:checked)>label:hover,
    .ui.ratingbar:not(:checked)>label:hover~label,
    .ui.ratingbar>input:checked~label {
        color: var(--rating-active-color);
    }

    table {
        border-collapse: collapse;
        table-layout: fixed;
    }

    input[type="date"]::-webkit-calendar-picker-indicator {
        background: none;
        width: 100%;
        position: absolute;
    }

    [type="text"],
    input:where(:not([type])),
    [type="email"],
    [type="url"],
    [type="password"],
    [type="number"],
    [type="date"],
    [type="datetime-local"],
    [type="month"],
    [type="search"],
    [type="tel"],
    [type="time"],
    [type="week"],
    [multiple],
    textarea,
    select,
    button {
        appearance: none;
        background-color: transparent;
        border-color: unset;
        border-width: 0;
        border-radius: unset;
        padding: unset;
        font-size: unset;
        line-height: unset;
        color: inherit;
    }

    input:focus-visible,
    [multiple]:focus-visible,
    textarea:focus-visible,
    select:focus-visible {
        outline: none;
    }

    #googleReviewsStats a {
        margin-left: 0px !important;
    }


.rowinfo_one-1 img {
    cursor: pointer;
}


.rowheaderlogo img {
    cursor: pointer;
}

.rowinfo_one img {
    cursor: pointer;
}

.calendar-icon-1 {

    @media screen and (min-width: 360px) and (max-width: 560px) {
        top: 95px;
    }

    @media screen and (min-width: 560px) and (max-width: 1024px) {
        top: 124px;
    }
}

#booking-modal {
    z-index: 1515;
}

.date-picker {
    z-index: 99999 !important;
}

@media screen and (min-width: 360px) and (max-width: 1024px) {
    .privacy-and-policy-mobile {
        margin-left: 20px;
    }
}

.calendar-icon-2 {
    width: 22px;
    position: absolute;
    top: 193px;
    right: 53px;

    @media screen and (min-width: 360px) and (max-width: 560px) {
        top: 184px;
    }

    @media screen and (min-width: 560px) and (max-width: 1024px) {
        top: 212px;
    }
}

.ui.ratingbar:not(:checked)>label:hover,
.ui.ratingbar:not(:checked)>label:hover~label,
.ui.ratingbar>input:checked~label {
    color: var(--rating-active-color);
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: none;
    width: 100%;
    position: absolute;
}

[type="text"],
input:where(:not([type])),
[type="email"],
[type="url"],
[type="password"],
[type="number"],
[type="date"],
[type="datetime-local"],
[type="month"],
[type="search"],
[type="tel"],
[type="time"],
[type="week"],
[multiple],
textarea,
select,
button {
    appearance: none;
    background-color: transparent;
    border-color: unset;
    border-width: 0;
    border-radius: unset;
    padding: unset;
    font-size: unset;
    line-height: unset;
    color: inherit;
}

input:focus-visible,
[multiple]:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: none;
}


/* ERROR PAGE START */


.error-section {
    margin: 100px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.error-txt {
    color: #1E4B5C;
    font-family: 'Inter';
    font-weight: 900;
    line-height: 43px;
    font-size: 64px;
    padding-bottom: 35px;
}

.error-img {
    width: 30%;
}

.go-home-btn {
    background-color: #054D62;
    color: white;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 48.5px;
    padding-left: 48.5px;
    border-radius: 10px;
    margin-top: 30px;
}

@media screen and (min-width: 360px) and (max-width:1200px) {
    .error-txt {
        font-size: 24px;
    }

    .error-img {
        width: 60%;
    }

    .go-home-btn {
        background-color: #054D62;
        color: white;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-right: 48.5px;
        padding-left: 48.5px;
        border-radius: 10px;
        margin-top: 30px;
        width: 96%;
        text-align: center;
    }
}

/* ERROR PAGE END */


/* PRIVACY POLICY START */

.privacy-policy-header-txt {
    color: #1E4B5C;
    font-family: 'Inter';
    font-weight: 900;
    line-height: 53px;
    font-size: 41.25px;
}

.privacy-policy-section {
    margin-top: 48px;
    margin-left: 336px;
    margin-right: 270px;
    display: flex;
    flex-direction: column;
}

.privacy-policy-p {
    color: #1E4B5C;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 140%;
    font-size: 16px;
    width: 56%;
    margin-top: 50px;
}

.privacy-policy-txt-1 {
    color: #1E4B5C;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 140%;
    font-size: 16px;
    width: 56%;
    margin-top: 15px;
}

.privacy-policy-txt-2 {
    color: #1E4B5C;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 140%;
    font-size: 16px;
    width: 56%;
}

.privacy-policy-header-txt-1 {
    color: #1E4B5C;
    font-family: 'Inter';
    font-weight: 900;
    line-height: 43px;
    font-size: 31px;
    margin-top: 30px;
    margin-bottom: 10px;
    width: 56%;
}


.privacy-policy-header-txt-2 {
    color: #1E4B5C;
    font-family: 'Inter';
    font-weight: 900;
    line-height: 135%;
    font-size: 24px;
    width: 56%;
}


.privacy-policy-li {
    list-style: disc;
    padding-left: 22px;
    color: #1E4B5C;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
}

.privacy-policy-li li {
    line-height: 140%;
    width: 56%;
}

@media screen and (min-width: 360px) and (max-width:1300px) {
    .privacy-policy-section {
        margin: 0;
        margin-left: 19px;
    }

    .privacy-policy-p {
        width: 98%;
        margin-top: 15px;
    }

    .privacy-policy-header-txt-1 {
        width: 98%;
        font-size: 24px;
        line-height: 135%;
    }

    .privacy-policy-header-txt-2 {
        width: 98%;
        font-size: 20px;
    }

    .privacy-policy-txt-1 {
        width: 98%;
    }

    .privacy-policy-txt-2 {
        width: 98%;
        padding-bottom: 50px;
    }

    .privacy-policy-header-txt {
        font-size: 24px;
        margin-top: 35px;
    }
}


/* PRIVACY POLICY END */


/* TERM & CONDITION START */

.terms-condition-section {
    margin-top: 48px;
    margin-left: 336px;
    margin-right: 270px;
    display: flex;
    flex-direction: column;
}

.terms-condition-section p {
    color: #1E4B5C;
    font-family: "Inter";
    font-weight: 400;
    margin-bottom: 15px;
}

.privacy-policy-section h2 {
    color: #1E4B5C;
    font-family: 'Inter';
    font-weight: 900;
    line-height: 53px;
    font-size: 41.25px;
}

.privacy-policy-section h3 {
    color: #1E4B5C;
    font-family: 'Inter';
    font-weight: 900;
    line-height: 53px;
    font-size: 41.25px;
}

.privacy-policy-section p {
    color: #1E4B5C;
    font-family: "Inter";
    font-weight: 400;
    margin-bottom: 15px;
}

.privacy-policy-section ul li {
    color: #1E4B5C;
    font-family: "Inter";
    font-weight: 400;
    margin-bottom: 15px;
}

@media screen and (min-width: 360px) and (max-width: 1050px) {
    .privacy-policy-section h2 {
        font-size: 25px;
    }

    .privacy-policy-section h3{
        font-size: 23px;
    }

    .privacy-policy-section p {
        width: 95%;
        font-family: "Inter";
        font-weight: 400;
    }
}

.terms-condition-txt {
    color: #1E4B5C;
    font-family: 'Inter';
    font-weight: 900;
    line-height: 53px;
    font-size: 41.25px;
}

.terms-condition-p {
    color: #1E4B5C;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 140%;
    font-size: 16px;
    width: 73%;
    margin-top: 50px;
}

.terms-condition-p-1 {
    color: #1E4B5C;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 140%;
    font-size: 16px;
    width: 73%;
    margin-top: 10px;
}

@media screen and (min-width: 360px) and (max-width:1300px) {
    .terms-condition-section {
        margin: 0;
        margin-left: 19px;
    }

    .terms-condition-txt {
        font-size: 24px;
        margin-top: 35px;
    }

    .terms-condition-p {
        margin-top: 0px;
        width: 98%;
    }

    .terms-condition-p-1 {
        margin-top: 0px;
        width: 98%;
        margin-top: 20px;
    }
}
.columnhomepage-3 {
    margin-top: 48px;
    margin-left: 336px;
    margin-right: 270px;
    gap: 54px;
    display: flex;
    flex-direction: column;
    align-items: center;

    @media only screen and (max-width: 1050px) {
        margin-left: 0px;
        margin-right: 0px;
    }

    @media only screen and (max-width: 550px) {
        gap: 27px;
    }
}

/* TERM & CONDITION END */

/* МОДАЛКА СТАРТ */

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #ECEEEF;
    margin: 10% auto;
    border-radius: 10px;
    height: 395px;
    width: 550px;
    border: 1px solid #054D62;
    padding-left: 40px;
}

.modal-content span {
    color: #054D62;
    font-size: 30px;
    margin-bottom: 15px;
    padding-top: 40px;
    width: 90%;
    font-family: 'Inter';
}

.modal-txt-1 {
    color: #054D62;
    font-size: 20px;
    width: 90%;
    margin-bottom: 40px;
}

.modal-content .modal-bottom-txt-1 {
    margin: 10px 0;
    color: #054D62;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 16px;
    width: 91%;
    text-align: center;
}

.rowcontacts {
    gap: var(--space-4xl);
    align-self: center;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 40px;
}

.btn-group {
    margin: 20px 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.btn {
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    color: white;
}

.close {
    position: relative;
    right: 20px;
    cursor: pointer;
    top: 20px;
    float: right;
    font-size: 17px;
    background: #1E4B5C;
    padding: 7px;
    color: white;
    height: 31px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    width: 29px;
    justify-content: center;
}

.open-modal-btn {
    margin: 40px;
    padding: 12px 25px;
    font-size: 16px;
    cursor: pointer;
}

.ui.button.size-7xl {
    height: 52px;
    padding-left: var(--space-11xl);
    padding-right: var(--space-11xl);
    font-size: 16px;
}

.lineiconstelegram {
    height: 26px;
    width: 26px;
    object-fit: contain;
}

.ui.button {
    text-align: center;
    display: flex;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.left-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
}

.lineiconstelegram {
    height: 26px;
    width: 26px;
    object-fit: contain;
}

@media screen and (min-width: 360px) and (max-width: 560px) {
    .modal-content {
        width: 100%;
        height: 450px;
    }

    .modal-content .modal-bottom-txt-1 {
        width: 90%;
    }
}

@media screen and (min-width: 560px) and (max-width: 1050px) {
    .modal-content {
        height: 450px;
    }
}

/* МОДАЛКА ЭНД */


.card-title div {
    color: rgba(30, 75, 92, 1);
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    margin-top: 10px;
}
