.tour-details-photo {
    width: 50%;
    max-width: 947px;
    height: auto;
    border-radius: 0px 19.937px 19.937px 0px;
}

.tour-details-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(28px, 2vw, 50px);
    padding-right: clamp(40px, 3.6vw, 70px);
}

.sub-tour-note {
    display: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    line-height: 120%; /* 16.8px */
    letter-spacing: 0.7px;
    margin-left: 14px;
    margin-right: 14px;
}

/* .tour-intro-title {

} */

.tour-details-description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 84px;
}

.tour-details-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.tour-button-container {
    display: flex;
    gap: 20px;
    justify-content: start;
}

.intro-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    object-position: 50% 50%;
}

.tour-image-first {
    max-height: 367px; 
}

.tour-image-second {
    max-height: 367px; 
}

.tour-image-third {
    max-height: 623px; 
}

.tour-title {
    font-size: clamp(56px, 4vw, 76px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 4px;
    color: var(--text-black);
    font-family: 'e-UkraineHead Regular', Helvetica, Sans-Serif;
}

.tour-intro {
    width: 100%;
    height: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    gap: clamp(36px, 3.5vw, 50px);
    display: flex;
    margin: 40px 0 0 0px;
}

.intro-images-wrapper {
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-items: center;
    gap: clamp(20px, 2.8vw, 41px);
    margin-right: var(--layout-gutter);
    width: 97%;
}

.images-first-col {
    width: 58%;
    flex-direction: column;
    display: flex;
    gap: clamp(20px, 2.8vw, 41px);
}

.images-second-col {
    width: 42%;
    flex-direction: column;
    display: flex;
}

.tour-intro-text {
    flex: 1;
    width: 100%;
    padding: 0;
    margin: 0;
    gap: 50px;
    display: flex;
    flex-direction: column;
    margin-left: var(--layout-gutter);
}

.tour-intro-description {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tour-intro-description div {
    color: var(--text-black);
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.4px;
}

.tour-details-section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: clamp(50px, 4.5vw, 87px);
    flex-shrink: 0;
}

.price-from-asterisk {
    display: none;
}

/* .tour-details-summary {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 37px;
    display: inline-flex;
}

.tour-details-summary .first-row {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    display: inline-flex
}

.tour-details-summary .second-row {
    justify-content: flex-start;
    align-items: center;
    gap: 86px;
    display:inline-flex
} */

.tour-container {
    width: 100%;
    height: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    display: flex;
}

.tour-col {
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 37px;
    display: flex;
}

.tour-icon-text {
    justify-content: flex-start;
    align-items: center;
    gap: 27px;
    display: flex;
}

.tour-icon {
    position: relative;
}

.tour-icon img {
    width: clamp(42px, 3vw, 58px);
    height: clamp(42px, 3vw, 58px);
}

.tour-text {
    color: var(--text-black);
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1.4px;
    word-wrap: break-word;
}

@media (max-width: 1440px) {
    .tour-text {
        font-size: 20px;
    }
}


@media (max-width: 1200px) {

    .tour-details-section {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: var(--section-inner-gap);
        flex-shrink: 0;
        flex-direction: column-reverse;
    }

    .tour-details-photo {
        width: 100%;
        border-radius: 0 0 0 0;
        max-width: 100%;
    }

    .tour-details-content {
        width: 100%;
        padding: 0;
        margin: 0;
        gap: var(--section-inner-gap);
    }

    .tour-details-text, .tour-details-title {
        margin-left: var(--layout-gutter);
        margin-right: var(--layout-gutter);
    }

    .tour-details-section {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: var(--section-inner-gap);
        flex-shrink: 0;
        flex-direction: column;
    }

    .tour-intro {
        flex-direction: column-reverse;
        align-items: center;
    }

    .tour-intro-text {
        gap: 50px;
        margin-left: var(--layout-gutter);
        margin-right: var(--layout-gutter);
        max-width: 100%;
        width: unset;
    }

    .intro-images-wrapper {
        margin-right: var(--layout-gutter);
        margin-left: var(--layout-gutter);
        gap: 15px;
    }

    .images-first-col {
        gap: 15px;
    }

    .tour-title {
        font-size: 56px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 3.5px;
    }
}

@media (max-width: 670px) {

    .tour-icon img {
        width: 64px;
        height: 64px;
    }

    .sub-tour-note {
        display: block;
    }

    .price-from {
        display: none;
    }

    .price-from-asterisk {
        display: inline;
    }

    .tour-details-title {
        text-align: center;
        width: 100%;
        margin: 0 0 0 0;

        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 1.4px;
    }

    .tour-details-section {
        flex-direction: column;
    }

    .tour-button-container {
        display: flex;
        gap: 20px;
        justify-content: center;
    }

    .tour-intro-text {
        gap: 20px;
    }

    .tour-text {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 1px;
    }

    .tour-intro-description {
        gap: 10px;
    }
    
    .tour-intro-description div {
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 120%; /* 19.2px */
        letter-spacing: 0.8px;
    }


    .tour-title {
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 1.8px;
    }
}
