:root{
    --gradientButtonStart: #AD0000;
    --gradientButtonEnd: #EB3F00;
    --side-padding: 162px;
    --selection-spacing: 32px;
    --border-radius: 8px
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: Montserrat, sans-serif;
    padding: 0 var(--side-padding);
    overflow-x: hidden;
}

header {
    position: relative;
    min-height: 100vh;
}

header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-image: url(./image/bacgroundImg.webp);
    background-size: cover;
    background-position: center;
    z-index: -1;
}

header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 0;
}

.headerContainer {
    position: relative;
    z-index: 2;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

nav{
    width: 100%;
    height: 104px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nameCompanion{
    color: white;
    font-size: 24px;
    margin-right: 193px;
}

.navigation{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: auto;
    height: 48px;
    border: 1px solid white;
    border-radius: 24px;
    list-style: none;
    padding: 12px 20px;
    gap: 21px;
}

.navigationElement{
    list-style-type: none;
    color: white;
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap;
}

.navigationElementA{
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.navigationElementA:hover {
    color: var(--gradientButtonStart);
}

.socialAndZvonock{
    display: flex;
    align-items: center;
    margin-left: 78px;
}

.social{
    display: flex;
    gap: 10px;
}

.social img {
    width: 32px;
    height: 32px;
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.social img:hover {
    transform: translateY(-4px);
}

.zvonock{
    width: 164px;
    height: 44px;
    border-radius: 37px;
    background: linear-gradient(to right, var(--gradientButtonStart), var(--gradientButtonEnd));
    color: white;
    font-size: 14px;
    margin-left: 24px;
    border:none;
    cursor: pointer;
    transition: all 0.3s ease;
    background-size: 200% 100%;
    background-position: left center;
}

.zvonock:hover {
    background-position: right center;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(173, 0, 0, 0.3);
}

.burgerMenu {
    display: none;
    position: relative;
    z-index: 1000;
}

.mobileMenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    z-index: 999;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

.mobileMenu.active {
    transform: translateX(0);
    display: flex;
}

.mobileSocial {
    display: none;
    gap: 15px;
    margin-top: 40px;
}

.mobileSocial img {
    width: 32px;
    height: 32px;
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.mobileSocial img:hover {
    transform: translateY(-4px);
}

.mobileZvonock {
    display: none;
    width: 200px;
    height: 50px;
    border-radius: 25px;
    background: linear-gradient(to right, var(--gradientButtonStart), var(--gradientButtonEnd));
    color: white;
    border: none;
    margin-top: 30px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    background-size: 200% 100%;
    background-position: left center;
}

.mobileZvonock:hover {
    background-position: right center;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(173, 0, 0, 0.3);
}

.privetstvie{
    margin-top: auto;
    width: 730px;
    margin-bottom: 89px;
}

h1{
    color: white;
    font-size: 44px;
    margin-bottom: 24px;
}

.individualTur{
    color: white;
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 400;
}

.podobratTur{
    width: 215px;
    height: 64px;
    border-radius: 37px;
    background: linear-gradient(to right, var(--gradientButtonStart), var(--gradientButtonEnd));
    color: white;
    font-size: 20px;
    border:none;
    cursor: pointer;
    transition: all 0.3s ease;
    background-size: 200% 100%;
    background-position: left center;
}

.podobratTur:hover {
    background-position: right center;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(173, 0, 0, 0.3);
}

.navigationElementA.active,
.mobileNav .navigationElement.active {
    color: var(--gradientButtonStart) !important;
    font-weight: 600;
}

.navigationElementA:hover,
.mobileNav .navigationElement:hover {
    color: var(--gradientButtonStart) !important;
}

.mobileNav .navigationElement {
    color: white;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 0;
    transition: color 0.3s ease;
}

.mobileNav .navigationElement.active {
    color: var(--gradientButtonStart) !important;
}

/* popular */
.popular{
    margin-bottom: 32px;
}

.popularTitle{
    font-size: 44px;
    color: black;
    margin-bottom: 26px;
    margin-top: 40px;
}

.popularCards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(264px, 1fr));
    gap: 20px;
}

.tur{
     width: 100%;
    height: 370px;
    background-image: url(./image/bacgroundImgPopular.webp);
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 4px;
    overflow: hidden;
    isolation: isolate;
    transition: transform 0.3s ease;
}

.tur::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.3) 0%, 
        rgba(25, 22, 22, 0.84) 100%);
    z-index: -1;
    transition: all 0.3s ease;
}

.tur:hover {
    transform: translateY(-5px);
}

.tur:hover::before {
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.2) 0%, 
        rgba(25, 22, 22, 0.7) 100%);
}

.turContent {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.turName{
    color: white;
    margin: 0;
    line-height: 1.2;
}

.turDescription{
    color: white;
    font-size: 16px;
    margin: 0;
    line-height: 1.4;
    font-weight: 400;
}

.turCena{
    font-size: 24px;
    color: white;
    margin: 0;
    white-space: nowrap;
}

.turButton{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: 1px solid white;
    border-radius: 100%;
    cursor: pointer;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.turButton:hover {
    background-color: white;
}

.turButton:hover img {
    filter: invert(1);
}

.turCenaAndturButton{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* aboutMe */
.workers{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(264px, 1fr));
    gap: 20px;
    width: 100%;
}

.worker{
    width: 100%;
    height: 324px;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.worker img{
    width: 100%;
    height: 230.42px;
    display: block;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.worker img:hover {
    transform: scale(1.05);
}

.aboutMeTitle{
    font-size: 44px;
    margin-bottom: 24px;
    margin-top: 32px;
}

.description{
    width: 100%;
    max-width: 736px;
    text-align: left;
    margin-bottom: 20px;
}

.workerName{
    margin-top: 20px;
    margin-bottom: 4px;
}

.workerDescription{
    width: 264px;
    height: 38px;
    margin: 0;
}

/* reclama */
.reclama {
    margin-top: 32px;
    width: 100%;
    position: relative;
}

.reclamaContainer {
    background: 
        linear-gradient(rgba(4, 17, 33, 0.5), rgba(4, 17, 33, 0.5)),
        url(./image/bacgroundImg.webp) center center/cover;
    padding: 30px 177px;
    min-height: 240px;
    display: flex;
    align-items: center;
    border-radius: 8px;
}

.reclamaContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.reclamaText {
    flex: 1;
    max-width: 400px;
}

.reclamaTitle {
    width: 100%;
    color: white;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
}

.reclamaDescription {
    width: 360px;
    color: white;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
}

.simpleForm {
    flex: 1;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.formGroup {
    position: relative;
}

.formGroup input {
    width: 100%;
    height: 50px;
    padding: 16px 20px;
    border: 1px solid #E6E6E6;
    background: white;
    border-radius: 12px;
    font-size: 16px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.formGroup input:focus {
    outline: none;
    border-color: var(--gradientButtonStart);
    box-shadow: 0 0 0 3px rgba(173, 0, 0, 0.1);
}

.formGroup label {
    position: absolute;
    left: 21px;
    top: 50%;
    transform: translateY(-50%);
    color: #787878;
    font-size: 14px;
    pointer-events: none;
    transition: all 0.3s ease;
    background: transparent;
    padding: 0 5px;
}

.formGroup input:focus + label,
.formGroup input:not(:placeholder-shown) + label {
    top: 0;
    transform: translateY(-50%);
    font-size: 14px;
    color: #787878;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    border-radius: 2px;
}

.submitBtn {
    width: 162px;
    height: 44px;
    background: linear-gradient(to right, var(--gradientButtonStart), var(--gradientButtonEnd));
    color: white;
    border: none;
    border-radius: 520px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
    background-size: 200% 100%;
    background-position: left center;
}

.submitBtn:hover {
    background-position: right center;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(173, 0, 0, 0.3);
}

/* hotTur */
.hotTur{
    margin-top: 32px;
}

.hotTurContainers{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    width: 100%;
}

.hotTurContainer{
    width: 100%;
    height: 560px;
    border-radius: 8px;
    background: 
        linear-gradient(to bottom,
            rgba(0, 0, 0, 0.6) 0%,
            rgba(0, 0, 0, 0.3) 50%, 
            rgba(0, 0, 0, 0.1) 100% 
        ),
        url(./image/bacgroundImg.webp) center center/cover;
    padding: 44px 24px 24px 24px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.hotTurContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(to bottom,
            rgba(0, 0, 0, 0.6) 0%,
            rgba(0, 0, 0, 0.3) 50%, 
            rgba(0, 0, 0, 0.1) 100% 
        ),
        url(./image/bacgroundImg.webp) center center/cover;
    z-index: 1;
    transition: transform 0.3s ease;
}

.hotTurContainer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(to bottom,
            rgba(0, 0, 0, 0.6) 0%,
            rgba(0, 0, 0, 0.3) 50%, 
            rgba(0, 0, 0, 0.1) 100% 
        );
    z-index: 2;
    transition: all 0.3s ease;
}

.hotTurContainer:hover::after {
    background: 
        linear-gradient(to bottom,
            rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0.2) 50%, 
            rgba(0, 0, 0, 0.05) 100% 
        );
}
.hotTurContainer:hover::before {
    transform: scale(1.1);
}

.hotTurTitle,
.hotTurDescription,
.hotTurBtn {
    position: relative;
    z-index: 3;
}

.hotTurTitle{
    color: white;
    font-size: 32px;
    margin: 0;
}

.hotTurDescription{
    color: white;
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 0;
}

.hotTurBtn{
    width: 168px;
    height: 52px;
    border-radius: 24px;
    background-color: #E13C00;
    color: white;
    font-size: 14px;
    border: none;
    cursor: pointer;
    align-self: flex-start;
    margin-top: auto;
    transition: all 0.3s ease;
}

.hotTurBtn:hover {
    background-color: #FF4500;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(225, 60, 0, 0.3);
}

/* turs */
.turTitle{
    font-size: 44px;
    margin-top: 32px;
    margin-bottom: 12px;
}

.menu{
    width: 300px;
    height: 34px;
    display: flex;
    flex-direction: column;
    margin-bottom: 23px;
}

.menuTitle{
    display: flex;
}

.menuTitleElement{
    font-size: 14px;
    color: #737373;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    margin-right: 54px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.menuTitleElement:hover {
    color: var(--gradientButtonStart);
}

.menuTitleElement.active {
    color: var(--gradientButtonStart);
    font-weight: 600;
}

@media (max-width: 576px) {
    .menuTitleElement {
        margin-right: 30px !important;
    }
}

@media (max-width: 400px) {
    .menuTitleElement {
        margin-right: 20px !important;
    }
}

.menuLine{
    display: flex;
    margin-top: 14px;
}

.menuLineElement{
    background-color: #D9D9D9;
    width: 100px;
    height: 2px;
    transition: background-color 0.3s ease;
    position: relative;
    overflow: hidden;
}

.menuLineElement::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #A05E5E;
    transition: left 0.3s ease;
}

.menuLineElement.active::before {
    left: 0;
}

.menuLineElement:hover::before {
    left: 0;
}

.turSlider {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 50px;
    display: none;
}

.turSlider.slick-initialized {
    display: block;
}

.turSlider .slick-list {
    margin: 0 !important;
    padding: 0 !important;
}

.turSlider .slick-slide {
    padding: 0 !important;
    height: auto;
    margin-right: 13px !important;
}

.turSlider .slick-slide.slick-last-child {
    margin-right: 0 !important;
}

.turSlider .slick-track {
    display: flex !important;
    align-items: stretch !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.turSlider .slick-slide > div {
    height: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.turSlider .turCard {
    width: 100%;
    height: 388px;
    border-radius: 12px;
    border: 1px solid #737373;
    margin: 0;
    box-sizing: border-box;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    background: white;
}

.turSlider .turCard::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.3) 0%, 
        rgba(25, 22, 22, 0.84) 100%);
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease;
}

.turSlider .turCard:hover::before {
    opacity: 1;
}

.turSlider .turCard:hover {
    border-color: transparent;
}

.turSlider .turCardBacground {
    width: 100%;
    height: 216px;
    border-radius: 12px 12px 0 0;
    object-fit: cover;
    transition: all 0.3s ease;
    position: relative;
    z-index: 0;
}

.turSlider .turCard:hover .turCardBacground {
    height: 100%;
    border-radius: 12px;
    transform: scale(1.05);
}

.turSlider .turCardInfaDescription {
    font-size: 16px;
    margin-left: 16px;
    margin-top: 20px;
    margin-right: 16px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.turSlider .turCard:hover .turCardInfaDescription {
    color: white;
}

.turSlider .turCardInfa {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 16px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.turSlider .turCardInfaCenaAndBtn {
    margin-top: 38px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px 0 16px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.turSlider .turCardInfaCena {
    font-size: 24px;
    margin: 0;
    padding: 0;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.turSlider .turCard:hover .turCardInfaCena {
    color: white;
}

.turSlider .turCardInfaBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: 1px solid black;
    border-radius: 100%;
    cursor: pointer;
    flex-shrink: 0;
    margin: 0;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.turSlider .turCard:hover .turCardInfaBtn {
    border-color: white;
}

.turSlider .turCard:hover .turCardInfaBtn img {
    filter: brightness(0) invert(1);
}

.turSlider .turCardInfaBtn:hover {
    background-color: white;
}

.turSlider .turCardInfaBtn:hover img {
    filter: brightness(0) invert(0) !important;
}

.turSlider .slick-active {
    outline: none !important;
}

.turSlider .slick-current {
    outline: none !important;
}

.turSlider .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0;
    list-style: none;
    gap: 3px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0;
    height: 30px;
}

.turSlider .slick-dots li {
    margin: 0;
}

.turSlider .slick-dots li button::before,
.turSlider .slick-dots li button::after {
    display: none !important;
}

.turSlider .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 1px solid #232625;
    border-radius: 50%;
    background-color: transparent;
    font-size: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.turSlider .slick-dots li button:focus {
    box-shadow: none;
}

.turSlider .slick-dots li.slick-active button {
    background-color: #232625;
    border-color: #232625;
}

/* news */
.newsTitle{
    font-size: 44px;
    margin-top: 32px;
    margin-bottom: 29px;
}

.newsCards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 12px;
    width: 100%;
}

.newsCard{
    width: 100%;
    border-radius: 20px;
    background-color: #f3f3f3;
    display: flex;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.newsCard::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(0, 0, 0, 0.1) 50%,
        transparent 100%);
    transition: left 0.5s ease-in-out;
    pointer-events: none;
}

.newsCard:hover::before {
    left: 100%;
}

.newsCard img{
    width: 185px;
    height: 185px;
    object-fit: cover;
    border-radius: 12px;
    flex-shrink: 0;
}

.newsInfa{
    margin-left: 30px;
    height: 100%;
}

.newsDate{
    display: flex;
    gap: 10px;
    margin-top: 28px;
}

.newsDate h3{
    font-size: 13px;
    font-weight: 400;
    color: rgba(35, 38, 37, 0.8);
    margin: 0;
}

.newsTitleAndDescription h2{
    font-size: 19px;
    font-weight: bold;
    margin-top: 22px;
    margin-bottom: 6px; 
}

.newsTitleAndDescription p{
    font-size: 16px;
    color: rgba(35, 38, 37, 0.8);
    margin: 0;
}

.tour-detail {
    padding: 80px 0;
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.tour-empty {
    text-align: center;
    padding: 60px 20px;
}

.tour-empty h1 {
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
}

.tour-empty p {
    font-size: 18px;
    color: #666;
    margin-bottom: 15px;
}

.backToTurs {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(to right, var(--gradientButtonStart), var(--gradientButtonEnd));
    color: white;
    text-decoration: none;
    border-radius: 37px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    background-size: 200% 100%;
    background-position: left center;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    text-align: center;
    min-width: 200px;
}

.backToTurs:hover {
    background-position: right center;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(173, 0, 0, 0.3);
    color: white;
    text-decoration: none;
}

.hero-content {
    text-align: center;
    margin: auto 0;
    padding-bottom: 80px;
}

.hero-content h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.hero-content .individualTur {
    font-size: 18px;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 1600px) {
    .nameCompanion {
        margin-right: 60px;
    }
    
    .socialAndZvonock {
        margin-left: 40px;
    }
}

@media (max-width: 1400px){
    .reclamaContainer{
        padding: 30px 100px;
    }
}

@media (max-width: 1390px) {
    .newsCards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1200px) {
    :root {
        --side-padding: 100px;
    }
    
    nav {
        flex-wrap: nowrap;
        height: auto;
        padding: 0;
        justify-content: space-between;
        align-items: center;
        margin-top: 34px;
    }
    
    .nameCompanion {
        margin-right: 0;
        white-space: nowrap;
        flex-shrink: 0;
    }
    
    .navigation {
        order: 0;
        width: 100%;
        margin-right: auto;
        margin-left: 20px;
        flex-shrink: 1;
        min-width: 0;
    }

    .navigationElement {
        white-space: nowrap;
        flex-shrink: 0;
    }
    
    .socialAndZvonock {
        margin-left: 20px;
        flex-direction: row;
        gap: 10px;
        flex-shrink: 0;
    }
    
    .zvonock {
        margin-left: 24px;
        white-space: nowrap;
    }
    
    .privetstvie {
        width: 100%;
        max-width: 600px;
    }

    .reclamaContainer{
        padding: 30px 50px;
    }
}

@media (max-width: 1175px) {
    nav {
        position: relative;
        height: 80px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .nameCompanion {
        margin-right: 0;
        order: 1;
        margin-right: auto;
    }
    
    .burgerMenu {
        display: block;
        width: 30px;
        height: 20px;
        position: relative;
        z-index: 1001;
        cursor: pointer;
        margin-left: 50px;
        order: 3;
    }
    
    .burgerMenu span {
        display: block;
        height: 2px;
        width: 100%;
        background-color: white;
        margin-bottom: 6px;
        transition: all 0.3s ease;
        transform-origin: center;
    }
    
    .burgerMenu.active span:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }
    
    .burgerMenu.active span:nth-child(2) {
        opacity: 0;
    }
    
    .burgerMenu.active span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }
    
    .navigation {
        display: none;
    }
    
    .socialAndZvonock {
        display: flex;
        align-items: center;
        margin-left: 20px;
        margin-left: auto;
        order: 2;
    }
    
    .mobileMenu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.95);
        z-index: 1000;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
    }
    
    .mobileMenu.active {
        transform: translateX(0);
    }
    
    .mobileNav {
        display: flex;
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }
    
    .mobileNav .navigationElement {
        font-size: 18px;
        color: white;
        text-decoration: none;
    }
    
    .mobileSocial{
        display: none;
    }

    .mobileZvonock {
        width: 200px;
        height: 50px;
        border-radius: 25px;
        background: linear-gradient(to right, var(--gradientButtonStart), var(--gradientButtonEnd));
        color: white;
        border: none;
        margin-top: 30px;
        font-size: 16px;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 992px) {
    :root {
        --side-padding: 80px;
    }
    
    .privetstvie {
        width: 100%;
        max-width: 100%;
    }
    
    .podobratTur {
        width: 200px;
        height: 55px;
        font-size: 18px;
    }

    .reclamaContainer{
        padding: 20px 30px;
    }

    .reclamaContent {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .reclamaText {
        min-width: auto;
        max-width: 500px;
        margin: 0 auto;
    }

    .simpleForm {
        min-width: auto;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .formGroup {
        min-width: auto;
    }
}

@media (max-width: 768px) {
    :root {
        --side-padding: 40px;
    }
    
    .socialAndZvonock {
        display: none;
    }
    
    .mobileSocial,
    .mobileZvonock {
        display: flex;
    }
    
    .mobileSocial {
        gap: 20px;
        margin-top: 40px;
    }
    
    .mobileZvonock {
        width: 200px;
        height: 50px;
        border-radius: 25px;
        background: linear-gradient(to right, var(--gradientButtonStart), var(--gradientButtonEnd));
        color: white;
        border: none;
        margin-top: 30px;
        font-size: 16px;
    }
    
    .nameCompanion {
        font-size: 18px;
    }
    
    .podobratTur {
        width: 180px;
        height: 50px;
        font-size: 16px;
    }

    .hotTurTitle{
        font-size: 25px;
    }
}

@media (max-width: 620px){
    .newsCard {
        flex-direction: column;
        height: auto;
        text-align: center;
        padding: 15px;
    }

    .newsCard img {
        width: 100%;
        height: 150px;
        margin: 0 auto 15px;
    }

    .newsInfa {
        margin-left: 0;
        text-align: center;
    }

    .newsDate {
        justify-content: center;
        margin-top: 0;
    }
}

@media (max-width: 576px) {
    :root {
        --side-padding: 20px;
    }
    
    nav {
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }
    
    .nameCompanion {
        margin-right: 0;
        margin-bottom: 0;
        text-align: left;
        width: auto;
        white-space: nowrap;
    }
    
    .burgerMenu {
        margin-left: 20px;
    }
    
    .socialAndZvonock {
        display: none;
    }
    
    .navigationElement {
        font-size: 12px;
    }
    
    .zvonock {
        width: 140px;
        font-size: 12px;
    }
    
    .individualTur {
        margin-bottom: 30px;
    }
    
    .podobratTur {
        width: 160px;
        height: 45px;
        font-size: 14px;
    }

    .privetstvie {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .popularTitle,
    .aboutMeTitle,
    .turTitle,
    .newsTitle{
        text-align: center;
    }

    h1,
    .popularTitle,
    .aboutMeTitle,
    .turTitle,
    .newsTitle{
        font-size: 35px;
    }

    .reclamaContainer{
        padding: 15px 20px;
    }

    .menuLineElement{
        background-color: #D9D9D9;
        width: 75px;
        height: 2px;
    }
}

@media (max-width: 450px) {
    .reclamaText {
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .reclamaTitle {
        font-size: 24px;
        line-height: 1.3;
        width: 100%;
        margin-bottom: 12px;
    }

    .reclamaDescription {
        font-size: 14px;
        width: 100%;
        line-height: 1.4;
    }

    .simpleForm {
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
}

@media (max-width: 400px) {
    h1,
    .popularTitle,
    .aboutMeTitle,
    .reclamaTitle,
    .hotTurTitle,
    .turTitle,
    .newsTitle{
       font-size: 30px; 
    }
    
    .privetstvie h1,
    .privetstvie .individualTur {
        text-align: center;
        width: 100%;
    }
    
    .podobratTur {
        margin: 0 auto;
    }

    .reclamaText {
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .reclamaTitle {
        font-size: 24px;
        line-height: 1.3;
        width: 100%;
        margin-bottom: 12px;
    }

    .reclamaDescription {
        font-size: 14px;
        width: 100%;
        line-height: 1.4;
    }

    .simpleForm {
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .menuLineElement{
        background-color: #D9D9D9;
        width: 65px;
        height: 2px;
    }
}

@media (max-width: 350px){
    h1{
        font-size: 25px;
    }
}

@media (min-height: 900px) {
    .headerContainer {
        justify-content: center;
        padding-bottom: 80px;
    }
    
    .privetstvie {
        margin: auto 0;
    }
}

@media (max-height: 800px) {
    .mobileNav{
        gap: 5px;
    }

    .mobileSocial{
        margin-top: 20px;
    }
}

@media (max-height: 550px) {
    nav{
        margin-top: 10px;
    }
}

/* Footer Styles */
.footer {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: white;
    padding: 60px 0 20px;
    margin-top: 60px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--side-padding);
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-section h3.footer-logo {
    font-size: 24px;
    margin-bottom: 15px;
    color: white;
}

.footer-description {
    line-height: 1.6;
    margin-bottom: 20px;
    color: #ccc;
}

.footer-social {
    display: flex;
    gap: 15px;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: var(--gradientButtonStart);
    transform: translateY(-3px);
}

.footer-title {
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(to right, var(--gradientButtonStart), var(--gradientButtonEnd));
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: white;
    transform: translateX(5px);
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ccc;
}

.contact-item img {
    opacity: 0.7;
}

.subscribe-text {
    margin-bottom: 15px;
    color: #ccc;
    line-height: 1.5;
}

.subscribe-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.subscribe-form input {
    padding: 12px 15px;
    border: none;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 14px;
}

.subscribe-form input::placeholder {
    color: #aaa;
}

.subscribe-form input:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.15);
}

.subscribe-form button {
    padding: 12px 15px;
    background: linear-gradient(to right, var(--gradientButtonStart), var(--gradientButtonEnd));
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
}

.subscribe-form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(173, 0, 0, 0.3);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    flex-wrap: wrap;
    gap: 15px;
}

.copyright {
    color: #aaa;
    font-size: 14px;
}

.footer-bottom-links {
    display: flex;
    gap: 20px;
}

.footer-bottom-links a {
    color: #aaa;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: white;
}

/* Mobile Menu Fixes */
.burgerMenu {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    cursor: pointer;
    z-index: 1001;
}

.burgerMenu span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: white;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.burgerMenu.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.burgerMenu.active span:nth-child(2) {
    opacity: 0;
}

.burgerMenu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.mobileMenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    z-index: 1000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

.mobileMenu.active {
    transform: translateX(0);
}

.mobileNav {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
    margin-bottom: 40px;
}

.mobileNav a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s ease;
}

.mobileNav a:hover,
.mobileNav a.active {
    color: var(--gradientButtonStart);
}

.mobileSocial {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.mobileSocial img {
    width: 32px;
    height: 32px;
    transition: transform 0.3s ease;
}

.mobileSocial img:hover {
    transform: translateY(-3px);
}

.mobileZvonock {
    width: 200px;
    height: 50px;
    border-radius: 25px;
    background: linear-gradient(to right, var(--gradientButtonStart), var(--gradientButtonEnd));
    color: white;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mobileZvonock:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(173, 0, 0, 0.3);
}

/* Responsive Footer */
@media (max-width: 992px) {
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .burgerMenu {
        display: flex;
    }
    
    .navigation {
        display: none;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .footer-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-bottom-links {
        justify-content: center;
    }
    
    .contact-item {
        justify-content: center;
    }
    
    .footer-social {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .footer {
        padding: 40px 0 20px;
    }
    
    .footer-content {
        gap: 25px;
    }
}

/* Tour Detail Page Styles */
.tour-detail-page {
    padding-top: 100px;
}

/* Hero Section */
.tour-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('./image/tour-hero-bg.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 60px var(--side-padding);
    margin-bottom: 40px;
}

.breadcrumbs {
    margin-bottom: 20px;
    font-size: 14px;
}

.breadcrumbs a {
    color: #ccc;
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: white;
}

.breadcrumbs span {
    color: var(--gradientButtonStart);
}

.tour-title {
    font-size: 48px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.tour-rating {
    display: flex;
    align-items: center;
    gap: 15px;
}

.stars {
    display: flex;
    align-items: center;
    gap: 5px;
}

.star {
    color: #ddd;
    font-size: 20px;
}

.star.filled {
    color: #ffc107;
}

.rating-text {
    font-size: 16px;
    color: #ccc;
}

/* Gallery */
.tour-gallery {
    padding: 0 var(--side-padding);
    margin-bottom: 60px;
}

.gallery-main {
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.main-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.thumb {
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.thumb:hover {
    transform: scale(1.05);
}

.thumb img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

/* Tour Content */
.tour-content {
    padding: 0 var(--side-padding);
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
}

.tour-main-info h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #333;
}

.tour-main-info h3 {
    font-size: 24px;
    margin: 30px 0 15px;
    color: #444;
}

.tour-description p {
    line-height: 1.7;
    margin-bottom: 20px;
    color: #666;
}

.tour-description ul {
    margin-bottom: 30px;
    padding-left: 20px;
}

.tour-description li {
    margin-bottom: 10px;
    line-height: 1.6;
    color: #666;
}

.tour-highlights {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 30px 0;
}

.highlight {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.highlight img {
    width: 24px;
    height: 24px;
}

/* Program */
.program-day {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.program-day:last-child {
    border-bottom: none;
}

.program-day h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
}

.program-day p {
    color: #666;
    line-height: 1.6;
}

/* Included */
.included-list {
    margin-bottom: 30px;
}

.included-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    padding: 10px 0;
}

.check {
    color: #28a745;
    font-weight: bold;
    font-size: 18px;
}

.not-included {
    background: #fff3f3;
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #dc3545;
}

.not-included h3 {
    margin-top: 0;
    color: #dc3545;
}

.not-included ul {
    margin-bottom: 0;
    color: #666;
}

/* Booking Card */
.booking-card {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 120px;
}

.price-section {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.price-old {
    font-size: 18px;
    color: #999;
    text-decoration: line-through;
    margin-bottom: 5px;
}

.price-new {
    font-size: 36px;
    font-weight: bold;
    color: var(--gradientButtonStart);
    margin-bottom: 5px;
}

.price-note {
    color: #666;
    font-size: 14px;
}

.booking-dates {
    margin-bottom: 30px;
}

.booking-dates h3 {
    margin-bottom: 15px;
    font-size: 18px;
}

.date-option {
    margin-bottom: 12px;
    padding: 12px;
    border: 1px solid #eee;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.date-option:hover {
    border-color: var(--gradientButtonStart);
}

.date-option input[type="radio"] {
    margin-right: 10px;
}

.booking-form h3 {
    margin-bottom: 20px;
    font-size: 18px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--gradientButtonStart);
}

.form-group textarea {
    height: 80px;
    resize: vertical;
}

.book-btn {
    width: 100%;
    padding: 15px;
    background: linear-gradient(to right, var(--gradientButtonStart), var(--gradientButtonEnd));
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.book-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(173, 0, 0, 0.3);
}

.booking-features {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.feature {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
}

.feature img {
    width: 20px;
    height: 20px;
}

/* Reviews */
.tour-reviews {
    padding: 0 var(--side-padding);
    margin-bottom: 60px;
}

.tour-reviews h2 {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
}

.reviews-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}

.review {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.reviewer {
    display: flex;
    align-items: center;
    gap: 15px;
}

.reviewer img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.reviewer h4 {
    margin: 0 0 5px 0;
    font-size: 16px;
}

.review-rating {
    display: flex;
    gap: 2px;
}

.review-date {
    color: #999;
    font-size: 14px;
}

.review p {
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.show-all-reviews {
    display: block;
    margin: 0 auto;
    padding: 12px 30px;
    background: transparent;
    border: 2px solid var(--gradientButtonStart);
    color: var(--gradientButtonStart);
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
}

.show-all-reviews:hover {
    background: var(--gradientButtonStart);
    color: white;
    transform: translateY(-2px);
}

/* Similar Tours */
.similar-tours {
    padding: 0 var(--side-padding);
    margin-bottom: 60px;
}

.similar-tours h2 {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
}

.similar-tours-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.similar-tour {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.similar-tour:hover {
    transform: translateY(-5px);
}

.similar-tour img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.similar-tour h3 {
    padding: 20px 20px 10px;
    margin: 0;
    font-size: 18px;
}

.similar-tour .price {
    padding: 0 20px;
    font-size: 20px;
    font-weight: bold;
    color: var(--gradientButtonStart);
    margin-bottom: 15px;
}

.similar-tour-btn {
    width: calc(100% - 40px);
    margin: 0 20px 20px;
    padding: 10px;
    background: transparent;
    border: 2px solid var(--gradientButtonStart);
    color: var(--gradientButtonStart);
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
}

.similar-tour-btn:hover {
    background: var(--gradientButtonStart);
    color: white;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .tour-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .booking-card {
        position: static;
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .tour-title {
        font-size: 36px;
    }
    
    .tour-highlights {
        grid-template-columns: 1fr;
    }
    
    .gallery-thumbs {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .reviews-container {
        grid-template-columns: 1fr;
    }
    
    .review-header {
        flex-direction: column;
        gap: 10px;
    }
    
    .similar-tours-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .tour-hero {
        padding: 40px 20px;
    }
    
    .tour-title {
        font-size: 28px;
    }
    
    .tour-gallery,
    .tour-content,
    .tour-reviews,
    .similar-tours {
        padding: 0 20px;
    }
    
    .main-image {
        height: 300px;
    }
    
    .gallery-thumbs {
        grid-template-columns: 1fr;
    }
    
    .thumb img {
        height: 150px;
    }
    
    .booking-card {
        padding: 20px;
    }
}

/* Compact Header for Inner Pages */
.inner-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    height: 70px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.inner-header::before,
.inner-header::after {
    display: none;
}

.inner-header .headerContainer {
    height: 70px;
}

.inner-header nav {
    height: 70px;
    padding: 0;
}

.inner-header .nameCompanion {
    font-size: 20px;
    margin-right: 40px;
    color: white;
}

.inner-header .navigation {
    height: 40px;
    padding: 8px 16px;
    gap: 20px;
}

.inner-header .navigationElement {
    font-size: 13px;
}

.inner-header .social img {
    width: 24px;
    height: 24px;
}

.inner-header .zvonock.compact {
    width: 140px;
    height: 36px;
    font-size: 12px;
    margin-left: 15px;
}

/* Adjust main content for fixed header */
.tour-detail-page {
    padding-top: 70px;
}

/* Tour Hero adjustments */
.tour-hero {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: white;
    padding: 40px var(--side-padding) 30px;
    margin-bottom: 30px;
}

.breadcrumbs {
    margin-bottom: 20px;
    font-size: 14px;
}

.breadcrumbs a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumbs a:hover {
    color: var(--gradientButtonStart);
}

.breadcrumbs span {
    color: var(--gradientButtonStart);
}

.tour-title {
    font-size: 36px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.tour-rating {
    display: flex;
    align-items: center;
    gap: 15px;
}

.stars {
    display: flex;
    align-items: center;
    gap: 5px;
}

.star {
    color: #ddd;
    font-size: 18px;
}

.star.filled {
    color: #ffc107;
}

.rating-text {
    font-size: 14px;
    color: #ccc;
}

/* Gallery */
.tour-gallery {
    padding: 0 var(--side-padding);
    margin-bottom: 40px;
}

.gallery-main {
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.main-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.thumb {
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.thumb:hover,
.thumb.active {
    transform: scale(1.05);
    border-color: var(--gradientButtonStart);
}

.thumb img {
    width: 100%;
    height: 80px;
    object-fit: cover;
}

/* Tour Content */
.tour-content {
    padding: 0 var(--side-padding);
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
}

.tour-main-info h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #333;
}

.tour-main-info h3 {
    font-size: 20px;
    margin: 25px 0 15px;
    color: #444;
}

.tour-description p {
    line-height: 1.7;
    margin-bottom: 20px;
    color: #666;
}

.tour-description ul {
    margin-bottom: 25px;
    padding-left: 20px;
}

.tour-description li {
    margin-bottom: 8px;
    line-height: 1.6;
    color: #666;
}

.tour-highlights {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 25px 0;
}

.highlight {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 8px;
    font-size: 14px;
}

.highlight img {
    width: 20px;
    height: 20px;
}

/* Program */
.program-day {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.program-day:last-child {
    border-bottom: none;
}

.program-day h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #333;
}

.program-day p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Included */
.included-list {
    margin-bottom: 25px;
}

.included-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    padding: 8px 0;
}

.check {
    color: #28a745;
    font-weight: bold;
    font-size: 16px;
}

.not-included {
    background: #fff3f3;
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #dc3545;
}

.not-included h3 {
    margin-top: 0;
    color: #dc3545;
    font-size: 18px;
}

.not-included ul {
    margin-bottom: 0;
    color: #666;
    padding-left: 20px;
}

.not-included li {
    margin-bottom: 5px;
}

/* Booking Card */
.booking-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 90px;
}

.price-section {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.price-old {
    font-size: 16px;
    color: #999;
    text-decoration: line-through;
    margin-bottom: 5px;
}

.price-new {
    font-size: 32px;
    font-weight: bold;
    color: var(--gradientButtonStart);
    margin-bottom: 5px;
}

.price-note {
    color: #666;
    font-size: 13px;
}

.booking-dates {
    margin-bottom: 25px;
}

.booking-dates h3 {
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
}

.date-option {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.date-option:hover,
.date-option.active {
    border-color: var(--gradientButtonStart);
    background: #fff5f5;
}

.date-option input[type="radio"] {
    margin-right: 8px;
}

.booking-form h3 {
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
}

.form-group {
    margin-bottom: 12px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    transition: border-color 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--gradientButtonStart);
}

.form-group textarea {
    height: 70px;
    resize: vertical;
}

.book-btn {
    width: 100%;
    padding: 12px;
    background: linear-gradient(to right, var(--gradientButtonStart), var(--gradientButtonEnd));
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

.book-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(173, 0, 0, 0.3);
}

.booking-features {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #eee;
}

.feature {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 13px;
    color: #666;
}

.feature img {
    width: 16px;
    height: 16px;
}

/* Reviews */
.tour-reviews {
    padding: 0 var(--side-padding);
    margin-bottom: 50px;
}

.tour-reviews h2 {
    font-size: 28px;
    margin-bottom: 25px;
    text-align: center;
    color: #333;
}

.reviews-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 25px;
    margin-bottom: 25px;
}

.review {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
}

.reviewer {
    display: flex;
    align-items: center;
    gap: 12px;
}

.reviewer-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gradientButtonStart), var(--gradientButtonEnd));
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 14px;
}

.reviewer h4 {
    margin: 0 0 4px 0;
    font-size: 15px;
    color: #333;
}

.review-rating {
    display: flex;
    gap: 2px;
}

.review-date {
    color: #999;
    font-size: 13px;
}

.review p {
    line-height: 1.6;
    color: #666;
    margin: 0;
    font-size: 14px;
}

.show-all-reviews {
    display: block;
    margin: 0 auto;
    padding: 10px 25px;
    background: transparent;
    border: 2px solid var(--gradientButtonStart);
    color: var(--gradientButtonStart);
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 14px;
}

.show-all-reviews:hover {
    background: var(--gradientButtonStart);
    color: white;
    transform: translateY(-2px);
}

/* Similar Tours */
.similar-tours {
    padding: 0 var(--side-padding);
    margin-bottom: 50px;
}

.similar-tours h2 {
    font-size: 28px;
    margin-bottom: 25px;
    text-align: center;
    color: #333;
}

.similar-tours-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.similar-tour {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    padding: 0;
}

.similar-tour:hover {
    transform: translateY(-3px);
}

.similar-tour-image {
    width: 100%;
    height: 160px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.similar-tour:nth-child(2) .similar-tour-image {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.similar-tour:nth-child(3) .similar-tour-image {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.similar-tour h3 {
    padding: 15px 15px 8px;
    margin: 0;
    font-size: 16px;
    color: #333;
}

.similar-tour .price {
    padding: 0 15px;
    font-size: 18px;
    font-weight: bold;
    color: var(--gradientButtonStart);
    margin-bottom: 12px;
}

.similar-tour-btn {
    width: calc(100% - 30px);
    margin: 0 15px 15px;
    padding: 8px;
    background: transparent;
    border: 1px solid var(--gradientButtonStart);
    color: var(--gradientButtonStart);
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 13px;
}

.similar-tour-btn:hover {
    background: var(--gradientButtonStart);
    color: white;
}
/* Исправленный inner-header */
.inner-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    height: 70px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

/* Убедитесь, что псевдоэлементы отключены */
.inner-header::before,
.inner-header::after {
    display: none !important;
}

/* Исправленный mobileMenu для inner-header */
.inner-header .mobileMenu {
    top: 70px;
    height: calc(100vh - 70px);
    background: rgba(0, 0, 0, 0.98);
}

/* Убедитесь, что контент имеет правильный отступ */
.tour-detail-page {
    padding-top: 70px;
}

/* Исправьте z-index для мобильного меню */
.mobileMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.98);
    z-index: 999;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

/* Убедитесь, что бургер-меню имеет правильный z-index */
.burgerMenu {
    z-index: 1001;
}

/* Исправьте фон для tour-hero */
.tour-hero {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: white;
    padding: 40px var(--side-padding) 30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

/* Убедитесь, что основной контент имеет правильный z-index */
.tour-detail-page {
    position: relative;
    z-index: 1;
}