/*INTERNAL PAGES HEADER STYLES*/

.internal-title-container {
    padding: 60px 0 68px 0;
}

.internal-title-container h1 {
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 44px !important;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 20px;
    color: #333;
}

.internal-title-text {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    max-width: 830px;
    margin: 0 auto;
    color: #333;
}


@media (max-width: 767px) {
    .internal-title-container {
        padding: 40px 0;
    }

    .internal-title-container h1 {
        font-size: 24px !important;
        line-height: 36px !important;
        padding-bottom: 12px;
    }

    .internal-title-text {
        font-size: 16px;
        line-height: 24px;
    }
}


/*HEADER*/
.header-title .mobile-phone {
    display: none;
}

header .menu-icon {
    display: none;
}

/*MAIN HERO*/
.main-content-wrapper {
    position: relative;
    background-image: url("/images/newui/home/homepage-hero-desktop-1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 1;
}

.main-content-wrapper.fade-in .background-overlay {
    opacity: 1;
}

.main-content {
    padding: 64px 0;
    position: relative;
    z-index: 100;
}

.main-content .main-content-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.main-content-header-link {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.main-content-header-link:not(:first-child):hover{
    border-bottom: 1px solid #FFFFFF;
}

.main-content-header-link:not(:first-child) {
    cursor: pointer;
    padding: 10px 0;
    border-bottom: 1px solid transparent;
}

.main-content-header-link.hotel-link {
    background-color: #1C1C1C33;
    border-radius: 100px;
    padding: 10px 24px;
    max-width: fit-content;
}

.main-content h1 {
    margin-top: 48px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 64px;
    line-height: 78px;
    text-align: center;
    text-transform: uppercase;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.main-content-header-text {
    color: #FFFFFF;
    text-align: center;
    display: block;
    font-size: 24px;
    line-height: 36px;
    max-width: 1000px;
    margin: 20px auto 0;
    animation-delay: 300ms;
    font-weight: 600;
}

.main-content-header-text a {
    color: #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    text-wrap: nowrap;
}

/*SEARCHBOX*/
.container-desktop.searchbox-container{
    padding: 0 100px;
}

.main-content-searchbox {
    margin-top: 52px;
    border-radius: 16px;
    padding: 20px 28px;
    background-color: #FFFFFF33;
    max-width: 1440px;
}

.main-content-searchbox .searchbox #form-submit-btn {
    max-width: 200px;
}

.main-content-searchbox .searchbox {
    background-color: initial;
}

.main-content-searchbox .searchbox .section-container {
    padding: 0 !important;
}

.main-content-searchbox #call-btn {
    display: none !important;
}

/*ADVANTAGES*/
.main-advantages-wrapper {
    margin-top: 50px;
}

.main-advantages-wrapper #desktop-text {
    display: block;
}

.main-advantages-wrapper #mobile-text {
    display: none;
}

.about-us-link {
    margin-top: 64px;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.about-us-link a {
    border-bottom: 1px solid #178CAD;
    color: #006E8E;
}

.main-advantages-wrapper h2 {
    color: #333333;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    font-weight: 700;
}

.main-advantages-wrapper span {
    margin-top: 12px;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    display: block;
}

.main-advantages-cards {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 64px;
}

.main-advantages-cards .main-advantages-card {
    max-width: 400px;
}
.main-advantages-cards a.main-advantages-card {
    cursor: pointer;
}

.main-advantages-cards a.main-advantages-card:hover p {
    text-decoration: underline;
}

.main-advantages-card .main-advantages-card-icon {
    border: 2px solid #CF0014;
    border-radius: 100px;
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.main-advantages-card .main-advantages-card-icon img {
    width: 32px;
    height: 32px;
}

.main-advantages-card p {
    margin-top: 20px;
    color: #333333;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
}

.main-advantages-card span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
}

/*DESTINATIONS*/
.main-destinations {
    margin-top: 80px;
    border-top: 1px solid #D2D7D8;
    padding: 64px 0;
}

.main-destinations h3 {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
}

.main-destinations-links {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 8px;
}

.main-destinations-links-item {
    display: flex;
    flex-direction: column;
    flex-basis: 16%;
}

.main-destinations-link {
    height: 24px;
}

.main-link {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #006E8E;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.main-link:hover {
    border-bottom: 1px solid #006E8E;
}

#destinations-mobile {
    display: none;
}

.footer-main-container {
    border-bottom: 1px solid #5A5A5A;
    margin-bottom: 48px;
    padding-bottom: 48px;
    display: flex;
    overflow: hidden;
}

.footer-info {
    min-width: 33%;
}

.info-wrapper {
    display: flex;
    flex-direction: column;
}

.info-wrapper:nth-child(2) {
    margin-top: 32px;
}

.info-wrapper:nth-child(3) {
    margin-top: 20px;
}

.info-wrapper .info-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #C5C5C5;
}

.info-wrapper .info-text {
    display: inline-block;
    margin-top: 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #FFFFFF;
    text-decoration: none !important;
    width: fit-content;
}

.info-wrapper .info-link:hover {
    text-decoration: underline !important;
}

.socials {
    margin-top: 24px;
    display: flex;
}

.socials a:not(:first-child) {
    margin-left: 8px;
}

.footer-links-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.footer-links-item .footer-links-item-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #FFFFFF;
}

.footer-links {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.footer-links a {
    text-decoration: none !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    max-width: fit-content;
    white-space: nowrap;
}

.footer-links a:hover {
    text-decoration: underline !important;
}

.footer-links a:not(:first-child) {
    margin-top: 8px;
}

h2 {
    font-size: 24px !important;
    line-height: 36px !important;
    font-weight: 700 !important;
    color: #333333 !important;
    text-transform: uppercase !important;
}

.subtitle-text {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #333333;
}

/*ABOUT MAIN HERO*/
.about-hero-text {
    display: block;
    text-align: center;
    margin: 20px auto 0;
    max-width: 1112px;
}

.about-hero-img {
    width: 100%;
    height: 468px;
}

.about-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*ABOUT INFO CONTENT*/
.about-info-section {
    margin-top: 64px;
}

.about-info-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 82px;
}

.about-info-section .about-info-content:nth-child(2) {
    flex-direction: row-reverse;
    margin-top: 128px;
    justify-content: flex-end;
}

.about-info-section .about-info-content:nth-child(2) .about-info-main {
    max-width: 612px;
}

.about-info-category {
    width: fit-content;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFEDEF;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 24px;
    color: #333333;
}

.about-info-title {
    margin-top: 32px;
}

.about-info-text {
    display: inline-block;
    margin-top: 20px;
}

.about-info-offers {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.about-info-offers .main-advantages-card {
    display: flex;
    column-gap: 16px;
    max-width: 390px;
}

.about-info-offers .main-advantages-card p {
    margin-top: 0;
}

.about-info-offers .main-advantages-card span {
    margin-top: 8px;
}

.about-info-offers .main-advantages-card * {
    text-align: left;
}

.about-info-content .about-us-link {
    width: fit-content;
    margin-top: 32px;
}

.about-info-content .about-info-img {
    min-width: 530px;
    max-width: 530px;
    height: 530px;
}

.about-info-content .about-info-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
}

.about-info-content .about-info-main {
    max-width: 502px;
}

.about-info-content .about-info-links-wrapper {
    display: flex;
    column-gap: 16px;
}


/*ABOUT AMOUNT SECTION*/
.about-amount-container {
    background-color: #F4F6F8;
}

.about-amount {
    margin-top: 100px;
    padding: 64px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 24px;
}

.about-amount .about-amount-content {
    flex: 1;
    text-align: center;
}

.about-amount .about-amount-content .about-amount-content-value {
    font-size: 40px;
    line-height: 56px;
    font-weight: 700;
}

.about-amount .about-amount-content * {
    color: #333333;
}

.about-amount .about-amount-content .about-amount-content-name {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}

/*ABOUT FAQ*/
.about-faq-container {
    margin-top: 80px;
}

.about-faq-container .about-faq-title {
    color: #333333;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
}

.about-faq-container .about-faq-text {
    color: #333333;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    display: block;
    text-align: center;
    margin-top: 12px;
}

.about-faq-container .about-faq-content {
    max-width: 824px;
    margin: 48px auto 0;
}

.about-faq-item {
    border-top: 1px solid #EFEFEF;
}

.about-faq-item .about-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0 20px;
    cursor: pointer;
}

.about-faq-item .about-faq-question img {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

.about-faq-item .about-faq-question img.rotate {
    transform: rotate(180deg);
}

.about-faq-item .about-faq-question span {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #003847;
}

.about-faq-item .about-faq-answer-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.about-faq-answer {
    padding: 0 0 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #333333;
}

.about-faq-container .about-us-link {
    margin-top: 48px;
}

/*ABOUT QUOTE*/
.about-quote {
    margin-top: 120px;
    border-radius: 16px;
    background-color: #ED4E4A;
    padding: 40px 0;
}

.about-quote .about-quote-text {
    display: block;
    margin: 0 auto;
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
    color: #FFFFFF;
    text-align: center;
    max-width: 908px;
}

/* ABOUT ARTICLES*/
.about-articles {
    margin-top: 120px;
}

.about-articles h2 {
    text-align: center;
}

.about-articles .about-articles-text {
    display: block;
    margin-top: 12px;
    text-align: center;
}

.about-articles-container {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: 48px;
}

.about-article {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: inherit;
}

.about-article .about-article-img {
    width: 100%;
    height: 210px;
}

.about-article .about-article-img img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-position: center;
    object-fit: cover;
}

.about-article-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    margin-top: 20px;
    row-gap: 10px;
    color: #333333;
}

.about-article-content .about-article-title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
}

.about-article-content .about-article-title a {
    color: inherit;
}

.about-article-content .about-article-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    margin-top: auto;
}

.about-articles .about-us-link {
    margin-top: 48px;
}

.about-articles .about-us-link a {
    width: fit-content;
}

/*ABOUT TEAM*/
.about-team-container {
    margin-top: 128px;
    display: flex;
    align-items: center;
    column-gap: 82px;
    margin-bottom: 100px;
}

.about-team-content .about-info-text {
    max-width: 90%;
}

.about-team-content .about-us-link {
    margin-top: 40px;
    width: fit-content;
}

.about-team-img-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 176px 330px;
    gap: 24px;
}

.about-team-img-container img {
    width: 256px;
    object-fit: cover;
    border-radius: 16px;
}

.about-team-img-container img:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
    height: 176px;
}

.about-team-img-container img:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
    height: 330px;
}

.about-team-img-container img:nth-child(3) {
    grid-column: 2;
    grid-row: 1 / span 2;
    height: 330px;
}

.about-team-img-container img:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
    align-self: end;
    height: 176px;
}

@media (max-width: 1400px) {
    .main-content-wrapper {
        background-image: url("/images/newui/home/1440/hero-1-1440.jpg");
    }
}

@media (max-width: 1280px) {
    /*DESTINATIONS*/
    .main-destinations-links-item {
        flex-basis: 25%;
    }

    /*ABOUT INFO CONTENT*/
    .about-info-section {
        margin-top: 64px;
    }

    .about-info-content {
        flex-direction: column;
        justify-content: initial;
        align-items: initial;
    }

    .about-info-section .about-info-content:nth-child(1) {
        flex-direction: column-reverse;
    }

    .about-info-section .about-info-content:nth-child(2) {
        flex-direction: column-reverse;
        margin-top: 80px;
    }

    .about-info-section .about-info-content:nth-child(2) .about-info-main {
        max-width: 100%;
    }

    .about-info-main .about-info-category {
        margin: 32px 0 auto;
    }

    .about-info-title {
        margin-top: 24px;
    }

    .about-info-text {
        margin-top: 12px;
    }

    .about-info-offers {
        margin-top: 24px;
    }

    .about-info-offers .main-advantages-card {
        max-width: 100%;
    }

    .about-info-offers .main-advantages-card p {
        margin-top: 0;
    }

    .about-info-offers .main-advantages-card span {
        margin-top: 4px;
    }

    .about-info-content .about-info-img {
        width: 100%;
        min-width: 100%;
        height: 280px;
    }

    .about-info-content .about-info-main {
        max-width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about-info-content .about-info-links-wrapper {
        flex-direction: column;
        row-gap: 16px;
        margin-top: 32px;
        align-items: center;
    }

    .about-info-content .about-info-links-wrapper .about-us-link {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    /*FOOTER*/
    footer {
        padding: 48px 0 0 !important;
    }

    footer .footer-bottom .container-desktop {
        flex-flow: column;
    }

    footer .footer-bottom .currency,
    footer .footer-bottom .footer-nav {
        margin-bottom: 16px;
    }

    .footer-main-container {
        margin-bottom: 32px;
        padding-bottom: 32px;
        flex-direction: column;
    }

    .footer-info {
        min-width: 100%;
    }

    .info-wrapper {
        flex-direction: column;
    }

    .info-wrapper:nth-child(3) {
        margin-top: 16px;
    }

    .socials {
        margin-top: 16px;
    }

    .footer-links-container {
        row-gap: 24px;
        margin-top: 48px;
        flex-wrap: wrap;
        column-gap: 20px;
    }

    .footer-links-item {
        width: calc(50% - 10px);
        min-width: max-content;
    }

    .footer-links-item:not(:first-child) {
        margin-left: 0;
    }

    .footer-links-item:last-of-type {
        width: 100%;
        margin-left: 0;
    }

    .footer-links {
        margin-top: 12px;
    }

    .footer-links a:not(:first-child) {
        margin-top: 6px;
    }

    /*ABOUT TEAM*/
    .about-team-container {
        margin-top: 80px;
        flex-direction: column;
        row-gap: 32px;
        margin-bottom: 56px;
    }

    .about-team-content .about-info-text {
        max-width: 100%;
    }

    .about-team-content .about-us-link {
        margin-top: 32px;
    }

    .about-team-img-container {
        grid-template-rows: 120px 225px;
        gap: 16px;
    }

    .about-team-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .about-team-img-container img {
        width: 100%;
    }

    .about-team-img-container img:nth-child(1) {
        height: 120px;
    }

    .about-team-img-container img:nth-child(2) {
        height: 225px;
    }

    .about-team-img-container img:nth-child(3) {
        height: 225px;
    }

    .about-team-img-container img:nth-child(4) {
        height: 120px;
    }

    .main-content-wrapper {
        background-image: url("/images/newui/home/991/hero-1-991.jpg");
    }
}

@media (max-width: 767px) {
    header .menu-icon, header .close-icon {
        display: inline-flex;
        max-width: 24px;
        justify-content: center;
        align-items: center;
        margin-right: 16px;
        cursor: pointer;
        width: 24px;
        height: 24px;
    }

    .header-title .mobile-phone {
        display: block;
    }

    .header-title .mobile-phone {
        display: block;
    }

    /*MOBILE MENU*/
    .main-mobile-menu {
        padding: 12px 0;
        position: absolute;
        z-index: 1000;
        top: 56px;
        left: 0;
        background-color: #FFFFFF;
        width: 100%;
        border-top: 1px solid #F1F4F5;
    }

    .main-mobile-menu .main-mobile-menu-item {
        height: 44px;
        display: flex;
        align-items: center;
        padding-left: 5px;
    }

    .main-mobile-menu .main-mobile-menu-link img {
        margin-right: 10px;
        width: 20px;
    }

    .main-mobile-menu .main-mobile-menu-link {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        color: #000000;
        max-width: fit-content;
    }

    .main-mobile-menu-item:first-of-type .main-mobile-menu-link {
        color: #CF0014;
    }

    .header-title .header-main-link {
        display: none;
    }

    .main-mobile-menu-links {
        margin-top: 12px;
        padding-top: 20px;
        padding-left: 5px;
        border-top: 1px solid #F1F4F5;
    }

    .main-mobile-menu-links {
        display: flex;
        flex-direction: column;
    }

    .main-mobile-menu-links .header-main-link {
        color: #003847;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        width: fit-content;
    }

    .main-mobile-menu-links .header-main-link:last-of-type {
        margin-top: 16px;
    }

    /*MAIN HERO*/
    .main-content {
        padding: 20px 0;
    }

    .main-content .main-content-header {
        display: none;
    }

    .main-content h1 {
        margin-top: 0;
        font-size: 28px;
        line-height: 36px;
    }

    .main-content-header-text {
        display: none;
    }


    /*SEARCHBOX*/
    .container-desktop.searchbox-container{
        padding: 0 15px;
    }

    .main-content-searchbox .searchbox #form-submit-btn {
        max-width: 100%;
    }

    .main-content-searchbox {
        margin-top: 24px;
        border-radius: 16px;
        padding: 24px 15px;
        background-color: #FFFFFF33;
    }

    .main-content-searchbox .searchbox #search-form {
        row-gap: 20px;
    }

    .main-content-searchbox .btn-tertiary-outline {
        padding: 4px 0 !important;
        height: 44px;
        gap: 4px !important;
        width: 100%;
        margin-top: 32px;
    }

    .main-content-searchbox #call-btn {
        display: inline-flex !important;
        background-color: rgba(51, 51, 51, 0.5) !important;
    }

    .main-content-searchbox #call-btn:hover {
        background-color: #fff !important;
    }

    .main-content-searchbox .btn-tertiary-outline:hover span {
        color: #333333;
    }

    .main-content-searchbox .btn-tertiary-outline:hover svg path {
        fill: #333333;
    }

    .btn-tertiary-outline .text-wrapper {
        display: flex;
        align-items: self-start;
        flex-direction: column;
    }

    .btn-tertiary-outline .text-wrapper span {
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        color: #FFFFFF;
    }

    .btn-tertiary-outline .text-wrapper span:last-of-type {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
    }


    /*ADVANTAGES*/
    .main-advantages-wrapper {
        margin-top: 48px;
    }

    .main-advantages-wrapper #desktop-text {
        display: none;
    }

    .main-advantages-wrapper #mobile-text {
        display: block;
    }

    .main-advantages-wrapper .about-us-link {
        margin-top: 40px;
    }

    .main-advantages-wrapper h2 {
        font-size: 24px;
    }

    .main-advantages-wrapper span {
        font-size: 16px;
        line-height: 24px;
    }

    .main-advantages-cards {
        margin-top: 24px;
        display: flex;
        flex-direction: column;
        row-gap: 24px;
    }

    .main-advantages-cards .main-advantages-card {
        max-width: 100%;
        display: flex;
        column-gap: 16px;
    }

    .main-advantages-card .main-advantages-card-icon {
        min-width: 56px;
        min-height: 56px;
        width: 56px;
        height: 56px;
        margin: 0;
    }

    .main-advantages-card .main-advantages-card-icon img {
        width: 22px;
        height: 22px;
    }

    .main-advantages-card p {
        margin-top: 0;
        text-align: left;
        font-size: 20px;
        line-height: 32px;
    }

    .main-advantages-card span {
        margin-top: 4px;
        font-size: 14px;
        line-height: 20px;
        text-align: left;
    }

    /*DESTINATIONS*/

    .main-destinations {
        margin-top: 40px;
        border-top: none;
        padding: 40px 0 56px;
    }

    .main-destinations-links {
        margin-top: 28px;
        display: flex;
        row-gap: 8px;
    }

    .main-destinations-links-item {
        flex-basis: 48%;
    }

    .main-destinations-links-item:not(:first-child) {
        margin-left: 0;
    }

    /*FOOTER*/
    footer .footer-bottom .footer-nav a:not(:first-child):before {
        margin: 0 4px;
    }

    h2 {
        font-size: 24px !important;
    }

    .subtitle-text {
        font-size: 16px;
        line-height: 24px;
    }

    /*ABOUT MAIN HERO*/
    .about-hero-text {
        margin: 12px auto 0;
    }

    .about-hero-img {
        display: none;
    }

    /*ABOUT AMOUNT SECTION*/
    .about-amount {
        margin-top: 48px;
        padding: 48px;
        flex-direction: column;
        row-gap: 24px;
    }

    .about-amount .about-amount-content {
        flex: 1;
    }

    .about-amount .about-amount-content .about-amount-content-name {
        margin-top: 4px;
    }

    /*ABOUT FAQ*/
    .about-faq-container {
        margin-top: 48px;
    }

    .about-faq-container .about-faq-content {
        margin: 40px auto 0;
    }

    .about-faq-item .about-faq-question {
        padding: 12px 0;
        column-gap: 15px;
        align-items: initial;
    }

    .about-faq-item .about-faq-question img {
        position: relative;
        top: 2px;
    }

    .about-faq-item .about-faq-question span {
        font-size: 16px;
        line-height: 24px;
    }

    .about-faq-answer {
        padding: 4px 0 12px;
    }

    .about-faq-container .about-us-link {
        margin-top: 32px;
    }

    /*ABOUT QUOTE*/
    .about-quote {
        margin-top: 48px;
        padding: 32px 16px;
    }

    .about-quote .about-quote-text {
        font-size: 24px;
        line-height: 32px;
    }

    /*ABOUT ARTICLES*/
    .about-articles {
        margin-top: 48px;
    }

    .about-articles-container {
        display: flex;
        flex-direction: column;
        justify-content: initial;
        gap: 32px;
        margin-top: 32px;
    }

    .about-articles .about-us-link {
        margin-top: 32px;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@media (max-width: 576px) {
    .main-content-wrapper {
        background-image: url("/images/newui/home/575/hero-1-575.jpg");
    }
}

@media (max-width: 355px) {
    .main-destinations-links-item {
        max-width: 48%;
    }
}


/* ----SUPPORT PAGE---- */

/* BENEFITS */
.support-benefits-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 0 0 80px 0;
    grid-row-gap: 64px;
}

.support-benefits-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    align-self: stretch;
}

.benefits-icon-container {
    display: flex;
    padding: 24px;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    border: 1.5px solid #CF0014;
}

.benefits-icon-container img {
    width: 32px;
    height: 32px;
}

.benefits-text-container {
    display: flex;
    padding: 0px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    color: #333;
}

.benefits-title {
    align-self: stretch;
    text-align: center;
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 32px !important;
    color: #333;
}

.benefits-text {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

/* NUMBERS PANEL */
.support-numbers-container {
    padding: 64px 0;
    gap: 64px;
    background: #F4F6F8;
}

.support-cards-container {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.support-numbers-card {
    display: flex;
    padding: 0px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-grow: 1;
}

.support-card-title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
    color: #333;
}

.support-card-text {
    text-align: center;
    font-size: 14px !important;
    line-height: 20px !important; 
    color: #333;
}

/* REVIEWS */
.support-reviews-container {
    padding: 80px 0 64px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    align-self: stretch;
}

.support-top-section {
    display: flex;
    padding: 0px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.support-top-title {
    text-align: center;
    font-size: 24px !important;
    font-weight: 700;
    line-height: 36px !important;
    text-transform: uppercase;
}

.support-top-text {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    color: #333;
}

.support-reviews {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;
}

.support-review-card {
    display: flex;
    width: 100%;
    padding: 28px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    border-radius: 12px;
    border: 1px solid #D2D7D8;
    justify-content: space-between;
}

.support-review-card-top span {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #333;
}

.support-review-card-author {
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 28px !important;
    color: #333;
}

.support-card-text-container {
    display: flex;
    gap: 6px;
}

.support-card-text-secondary {
    color: #687883;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.16px;
}

.support-card-text-service {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.16px;
}

/* BANNER */
.support-banner-container {
    padding: 56px 0;
}

.support-banner {
    display: flex;
    padding: 26px 109px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    background: #ED4E4A;
}

.support-banner-text {
    color: #FFF !important;
    text-align: center;
    font-size: 28px !important;
    font-weight: normal !important;
    line-height: 40px !important;
}


@media (max-width: 991px) {
    /* REVIEWS */
    .support-reviews {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
    }

    .support-review-card {
        display: flex;
        padding: 16px;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
   /* BENEFITS */
    .support-benefits-container {
        display: grid;
        grid-template-columns: 1fr;
        padding: 24px 0 48px 0;
        grid-row-gap: 24px;
    }
    
    .support-benefits-item {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 16px;
        flex: 1 0 0;
    }
    
    .benefits-icon-container {
        padding: 16.8px;
        align-items: center;
        gap: 7px;
        border-radius: 70px;
    }

    .benefits-icon-container img {
        width: 22.4px;
        height: 22.4px;
    }

    .benefits-text-container {
        display: flex;
        padding: 0;
        padding-top: 10px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 4px;
        flex: 1 0 0;
    }

    .benefits-title {
        text-align: left;
        font-size: 20px !important;
        font-weight: 600 !important;
        line-height: 32px !important;
    }

    .benefits-text {
        text-align: left;
        font-size: 14px;
        line-height: 20px;
    }

    /* NUMBERS PANEL */
    .support-numbers-container {
        padding: 0;
    }

    .support-cards-container {
        display: flex;
        padding: 48px 15px;
        align-items: center;
        gap: 24px;
        flex-direction: column;
    }

    .support-numbers-card {
        display: flex;
        padding: 0px 32px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4px;
        align-self: stretch;
    }

    .support-card-title {
        font-size: 40px;
        font-weight: 700;
        line-height: 56px;
    }

    /* REVIEWS */
    .support-reviews-container {
        padding: 48px 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        align-self: stretch;
    }

    .support-top-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 12px;
        align-self: stretch;
    }
    
    .support-top-title {
        text-align: center;
        font-size: 24px !important;
        font-weight: 700;
        line-height: 36px !important;
    }
    
    .support-top-text {
        text-align: center;
        font-size: 16px;
        line-height: 24px;
    }

    /* BANNER */
    .support-banner-container {
        padding: 0;
        padding-bottom: 48px;
    }
    
    .support-banner {
        display: flex;
        padding: 40px 16px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }
    
    .support-banner-text {
        font-size: 24px !important;
        line-height: 32px !important;
    }
}


/* ----REVIEWS PAGE---- */

/* REVIEWS */
.reviews-reviews-container {
    padding: 0 0 64px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    align-self: stretch;
}

.reviews-reviews {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;
}

.review-card {
    display: flex;
    width: 100%;
    padding: 28px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    border-radius: 12px;
    border: 1px solid #D2D7D8;
    justify-content: space-between;
}

.review-card-top span {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #333;
}

.read-more-link:hover {
    color: #CF0014 !important;
}

.review-card-author {
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 28px !important;
    color: #333;
    text-transform: none !important;
}

.card-text-container {
    display: flex;
    gap: 6px;
}

.card-text-secondary {
    color: #687883;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.16px;
}

.card-text-service {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.16px;
}

/* PAGINATION */
.reviews-pagination {
    align-self: center;
}

.reviews-pagination-item {
    display: flex;
    width: 40px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}

.reviews-pagination-link {
    color:  #687883 !important;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    border: none !important;
}

.reviews-pagination-link { 
    border-radius: 100px !important;
}

.page-link:focus {
    box-shadow: none !important;
}

.reviews-pagination-link.page-active {
    box-shadow: none !important;
    border-radius: 100px !important;
    border: 1px solid #CF0014 !important;
    color: #CF0014 !important;
    background-color: #fff !important;
    margin: -2px 0;
}


@media (max-width: 991px) {
    /* REVIEWS */
    .reviews-reviews {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
    }

    .review-card {
        display: flex;
        padding: 16px;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    /* REVIEWS */
    .reviews-reviews-container {
        padding: 24px 0 48px 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        align-self: stretch;
    }
}


/* ----CONTACT PAGE---- */

/* CONTACT FORM SECTION */
.contact-form-section-container {
    display: flex;
    gap: 24px;
    padding-bottom: 64px;
}

/* CONTACT FORM */
.contact-form-container {
    background-color:  #F4F6F8;
    border-radius: 16px;
    display: flex;
    padding: 30px 32px 32px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    max-width: 992px;
}

.contact-form-container > span {
    color: #E11D48;
    margin-top: -16px;
}

.contact-send-title {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
}

.contacts-inputs-grid {
    display: grid;
    grid-template-columns: 320px 245px 245px;
    gap: 24px;
    row-gap: 32px;
    width: 100%;
}

.contact-input-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    position: relative;
}

.contact-textarea-container {
    margin-top: 32px;
}

.contact-input-container label {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
}

.contact-input-container select:disabled {
    color: #757575;
}


.contact-input-label {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
}

.contact-input {
    display: flex;
    height: 44px;
    padding: 10px 12px;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #D2D7D8;
    background-color: #FFF;
    color: #0F172A;
    font-size: 16px;
    line-height: 24px;
}

.contact-dropdown {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url(/icons/arrow_down.svg);
    background-position: 97%;
    background-repeat: no-repeat;
}

.contact-texarea {
    display: flex;
    height: 134px;
    padding: 12px;
    align-items: flex-start;
    align-self: stretch;
}

.contact-input.input-validation-error {
    border: 1px solid #CF0014;
}

.contact-input:focus-visible {
    border: 1px solid #333;
    outline: none;
}

.contact-validation-text {
    color: #E11D48;
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    bottom: -18px;
}

.contact-validation-recaptcha-text {
    color: #E11D48;
    font-size: 12px;
    line-height: 16px;
}

.contact-validation-recaptcha-border {
    border: 1px solid #CF0014;
    border-radius: 4px;
}

.contact-recaptcha-container {
    margin-top: 28px;
    width: fit-content;
}

.contact-submit-button {
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: #CF0014;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    border: none;
    margin-top: 32px;
}

/* CONTACT SIDEBAR */
.contact-sidebar-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    max-width: 319px;
}

.contact-sidebar {
    display: flex;
    padding: 18px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    border-radius: 16px;
    border: 1px solid #D2D7D8;
    background-color: #FFF;
    width: 100%;
}

.contact-info-item-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 16px;
}

.contact-info-items-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 12px;
}

.contact-info-item-title {
    color: #687883;
    font-size: 16px;
    line-height: 24px;
}

.contact-info-item-link {
    color: #006E8E;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.contact-info-item-link:hover {
    color: #23527c;
    text-decoration: underline !important;
}

.contact-callers-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.contact-callers-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}

.contact-divider {
    width: 100%;
    height: 1px;
    background-color: #D2D7D8;
    margin: 20px 0;
}

.contact-headquarters-container {
    display: flex;
    padding: 18px;
    align-items: center;
    gap: 12px;
    border-radius: 16px;
    border: 1px solid #D2D7D8;
    width: 100%;
}

.contact-headquarters-image {
    display: flex;
    width: 64px;
    height: 64px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1.5px solid #CF0014;
}

.contact-headquarters-image img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.contact-headquarters-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.contact-headquarters-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}

.contact-headquarters-text {
    color: #687883;
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 1420px) {
    .contacts-inputs-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 991px) {
    .contacts-inputs-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
/* CONTACT FORM SECTION */
.contact-form-section-container {
    gap: 48px;
    flex-direction: column;
    padding-bottom: 56px;
}

/* CONTACT FORM */
.contact-form-container {
    background-color:  #F4F6F8;
    border-radius: 16px;
    display: flex;
    padding: 30px 15px 32px 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.contacts-inputs-grid {
    row-gap: 24px;
}

.contact-textarea-container {
    margin-top: 24px;
}

.contact-submit-button {
    padding: 10px 16px;
    width: 100%;
}

/* CONTACT SIDEBAR */
.contact-sidebar-container {
    max-width: none;
}

.contact-headquarters-image {
    width: 56px;
    height: 56px;
    padding: 17.5px;
}

.contact-headquarters-image img {
    width: 21px;
    height: 21px;
}
}


/* ----CONTACT FORM SENT PAGE---- */
.contact-sent-container {
    display: flex;
    padding: 80px 96px 64px 96px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 130px;
    align-self: stretch;
    gap: 40px;
}

.contact-sent-image {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
}

.contact-sent-content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 700px;
}

.contact-sent-content-title {
    color: #333;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
}

.contact-sent-content-text {
    color: #333;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
}

.contact-sent-link {
    color: #006E8E;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-decoration-line: underline !important;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .contact-sent-container {
        display: flex;
        padding: 40px 15px 64px 15px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 12px;
        align-self: stretch;
    }

    .contact-sent-content-container {
        gap: 12px;
    }
    
    .contact-sent-content-title {
        font-size: 24px;
        line-height: 36px;
    }
    
    .contact-sent-content-text {
        font-size: 16px;
        line-height: 24px;
    }
    
    .contact-sent-link {
      margin-top: 20px;
    }
}
    