header {
    position: fixed;
    z-index: 1001;
    background-color: #fff;
    width: 100%;
}

main {
    margin-top: 90px;
}

footer {
    padding: 40px 0 3rem;
    border-top: 1px solid rgba(48, 17, 188, 1);
}

p {
    font-size: 16px!important;
}

.back-button {
    height: 42px;
    display: flex;
    width: 42px;
    align-items: center;
}

.share-btn {
    border: none;
    padding: 0;
    border-radius: 10px;
    background: transparent;
}

.examples__slider-more {
    background-color: #ccc8c8;
    aspect-ratio: 1 / 1;
    width: 20vw;
    height: 20vw;
    display: flex;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    color: #fff;
}

.back-button i {
    font-size: 20px;
    background: rgba(245, 245, 245, 0.7);
    padding: 15px;
    border-radius: 10px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotel-contacts-links {
    gap: 20px;
    justify-content: center;
}

.hotel-contacts-links i {
    font-size: 26px;
}

.examples__back-btn {
    position: fixed;
    top: 0;
    z-index: 10000000;
    display: none;
}

.image-clicked {
    max-height: 80vh;
    max-width: 100vw;
    width: 100% !important;
    margin: auto;
    object-fit: contain;
}

.examples__back-btn i {
    margin: 10px;
    font-size: 30px;
    background-color: rgba(204, 204, 204, .9);
    color: #2e2e2e;
    align-items: center;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
}

.examples__element-overlay {
    position: fixed;
    width: 100vw;
    top: 0;
    bottom: 0;
    z-index: 10000000;
    display: none;
    background-color: #000;
    opacity: .5;
}

.examples__element-page-slider {
    display: flex;
    justify-content: center;
    gap: 1%;
    flex-wrap: wrap;
    margin-top: 20px;
}

.examples__element-page-slider > img {
    width: 20vw;
    height: 20vw;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 10px;
}

.right-content {
    color: #afafaf;
}

.city-title {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.country-position > .country-block-blockPage {
    padding: 20px 0 0 0;
}

.country-block-blockPage {
    flex-wrap: wrap;
}

.country-block-blockPage > .single-country {
    margin-bottom: 2%;
}

.search-block-form-title {
    font-size: 22px;
    font-weight: bold;
}

.footer-contacts, .footer-menu {
    margin-top: 20px;
}

.subscription-block {
    padding-top: 60px;
    text-align: center;
}

.subscription-stats {
    padding: 15px 0 60px;
}

.footer-block_links {
    display: flex;
    gap: 10%;
}

.copyright {
    border-top: 1px solid #000;
    padding-top: 3rem;
}

.footer-group-description {
    font-size: 16px;
    color: #333232;
}

.footer-block-social a {
    display: flex;
    border: 1px solid;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    height: 40px;
    color: #3b3333;
    align-items: center;
    justify-content: center;
}

.footer-block-social i {
    font-size: 25px;
    color: #333232;
}

.footer-title {
    font-size: 16px;
    font-weight: bold;
}

.footer-group-name {
    font-size: 22px;
    font-weight: bold;
}

.single-subscription-stat {
    width: 75%;
    text-align: center;
    padding: 25px;
    margin: 0 auto;
}

.single-subscription-stat-number {
    font-size: 36px;
    font-weight: bold;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

.single-subscription-stat-name {
    font-size: 16px;
    padding-top: 10px;
}

.subscription-form label {
    display: none;
}

.subscription-form form {
    display: flex;
}

.subscription-form .row {
    margin-bottom: 0 !important;
    display: block;
    width: 70%;
}

.subscription-form .row div {
    width: 100%;
}

.subscription-form .row div input {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.subscription-form form .d-flex button {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.subscription-form form .d-flex {
    width: 40%;
}

.subscription-container {
    background-color: #e6f0f3;
}

.subscription-title {
    font-size: 36px;
    font-weight: bold;
}

.subscription-description {
    font-size: 15px;
    padding: 20px 0;
}

.about-us-container {
    padding: 0 0 60px;
}

.single-about-us {
    text-align: center;
}

.single-about-us-info__group-name {
    color: #c3445a;
    font-weight: bold;
    font-size: 16px;
}

.single-about-us-info-name {
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0;
}

.single-about-us-info-description {
    font-size: 14px;
}

.single-offer-info-btns__link i {
    color: #009ef7;
    font-size: 40px;
}

.single-offer-info-block {
    display: flex;
    justify-content: space-between;
    padding: 20px 10px;
    align-items: center;
}

.single-offer-name {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
}

.single-offer-name:hover {
    text-decoration: none;
    color: #000;
}

.single-offer-price {
    font-size: 14px;
    display: flex;
    gap: 5px;
    align-items: center;
}

.single-offer-price-bold {
    font-weight: bold;
    font-size: 16px;
}

.single-offer-img {
    position: relative;
}

.single-offer-img-text-block {
    position: absolute;
    height: 88px;
    width: 100%;
    bottom: 0;
    background-color: #9c9a93cc;
    backdrop-filter: blur(5px);
}

.single-offer-img-text {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    color: #fff;
    margin: 20px 10px;
    font-weight: bold;
    font-size: 16px;
    -webkit-line-clamp: 2;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.single-offer {
    margin-top: 15px;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
}

.single-offer-block:nth-child(2) {
    margin-top: 50px;
}

.single-offer-block, .single-offer-block-country {
    margin-top: 50px;
}

.single-offer-block-city__wrapper {
    text-align: center;
}

.single-offer-block-city {
    background-color: #ceeed7;
    display: inline-flex;
    padding: 10px 40px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 16px;
}

.single-offer-img img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.offers-container {
    padding: 80px 0;
}

.offers-title {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.offers-description {
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #767b7e;
}

.search-created-by {
    margin-top: 30px;
    font-weight: bold;
    color: #3e7753;
    font-size: 16px;
}

.country-block-overlay-btns {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}

.country-block-overlay__link-btn {
    background-color: #000;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    border-radius: 50%;
}

.country-block-overlay__link-btn i {
    color: #fff;
    font-size: 16px;
}

.country-position {
    position: relative;
}

.country-block-overlay {
    height: 110%;
    width: 100%;
    background-color: #e4f5f8;
    border-radius: 20px;
    position: absolute;
    top: -5%;
    left: 0;
}

.single-country-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    gap: 20px;
}

.single-country-name {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.single-country-link-btn {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #a1a5b7;
    border-radius: 50%;
}

.single-country-link-btn i {
    font-size: 20px;
}

.country-container {
    /*padding: 90px 0 40px;*/
    padding: 40px 0;
}

.country-block-title {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 60px;
}

.single-country {
    box-shadow: 3px 3px 10px #999;
    border-radius: 5px;
    background-color: #fff;
    margin-top: 20px;
    position: relative;
    z-index: 100;
}

.single-country-img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 11;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.country-block {
    position: relative;
    z-index: 100;
    padding: 0 20px;
}

.search-block-info {
    height: 100%;
    width: 80%;
    background: linear-gradient(to right, #92fe9d, rgba(179, 236, 186, .9) 80%, rgba(0, 201, 255, .02));
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 30px 20px 100px;
}

.header-block {
    height: 90px;
    justify-content: space-between;
    align-items: center;
}

.header-logo img {
    height: 50%;
}

.header-logo {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 10px;
}

.header-logo-name {
    color: #000;
    font-weight: 700;
    font-size: 26px;
}

.search-block {
    position: relative;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
}

.search-title {
    font-weight: bold;
    color: #423939;
    width: 75%;
    font-size: 22px;
}

.search-description {
    font-size: 16px;
    color: #423939;
    margin-top: 20px;
}

.search-block-form {
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -10%;
    background-color: #fff;
    box-shadow: 0 20px 40px #999;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 20px;
}

@media (min-width: 480px) {
    
}

@media (min-width: 576px) {
    
}

@media (min-width: 768px) {
    .back-button {
        display: none;
    }
    .footer-flex {
        display: flex;
    }
    
    .footer-logo-block, .footer-info-block {
        width: 50%;
    }
    
    .single-offer-block, .single-offer-block-country {
        width: 32%;
    }
    
    .offers-block {
        display: flex;
        justify-content: space-between;
    }
    
    .single-offer-block, .single-offer-block-country {
        margin-top: 0;
    }
    
    .about-us-container {
        padding: 60px 0 90px;
    }
    
    .single-about-us-info {
        width: 70%;
        text-align: left;
    }
    
    .single-about-us {
        display: flex;
        gap: 5%;
        align-items: center;
    }
    
    .single-about-us-info-name {
        font-size: 36px;
    }
    
    .footer-block {
        display: flex;
        justify-content: space-between;
        padding: 0 90px;
    }
    
    .copyright {
        margin: 0 90px;
    }
    
    .subscription-stats {
        display: flex;
        justify-content: center;
        gap: 7%;
        padding-bottom: 60px;
    }
    
    .single-subscription-stat {
        width: 15%;
        margin: 0;
        padding: 0 25px;
    }
    
    .subscription-form form .d-flex {
        width: 30%;
    }
    
    .subscription-description {
        padding: 20px 80px;
    }
    
    .search-title {
        font-size: 45px;
    }
    
    .footer-contacts, .footer-menu {
        margin-top: 20px;
    }
    
    footer {
        padding: 90px 0 60px;
    }
    
    .country-block {
        display: flex;
        gap: 2%;
        padding: 0 40px;
    }
    
    .single-country {
        width: 32%;
        margin: 0;
    }
    
    .country-block-overlay {
        height: 50%;
        top: 65%;
    }
    
    .search-block-info {
        width: 50%;
        padding: 60px 70px 10%;
    }
    
    .search-block-form form {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 15px;
    }
    
    /*
    .country-container {
        padding: 140px 0 90px;
    }
    */
    
    .country-position > .country-block-blockPage {
        padding: 60px 0 0 0;
    }
    
    .city-title {
        padding: 10px 0 60px;
        font-size: 36px;
        font-weight: bold;
        text-align: center;
    }
}

@media (min-width: 992px) {
    .examples__element-page-slider > img {
        width: 19%;
        height: auto;
        aspect-ratio: 1 / 1;
        cursor: pointer;
    }
    
    .examples__slider-more {
        width: 19%;
        height: auto;
    }
}

@media (min-width: 1200px) {
    .subscription-block {
        padding: 60px 250px;
    }
}