 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
}
html {
  scroll-behavior: smooth;
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    color: #000;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: #fff;
}
.iti-mobile .iti__country-list {
    max-height: 200px;
    width: auto;
}


body {
  font-family: "Inter", sans-serif;
  background: #F0F0F0;
  color: #fff;
  margin: 0 auto;
  
}

 .container {
  max-width: 1440px;
  margin: 0 auto;
    padding: 16px 80px;

}

 .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
background: rgba(255, 255, 255, 0.30);
border-radius: 0 0 8px 8px;
border-right: 0.5px solid #FFF;

border-bottom: 0.5px solid #FFF;

border-left: 0.5px solid #FFF;

backdrop-filter: blur(10px);
}
.header__inner{
    
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  height: 48px;
  width: 60px;
}

.nav {
  display: flex;
  gap: 50px;
}

.nav a {
  color: #1A1A1A;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
  font-weight: 400;

}
.nav a:hover {
  color: #ff9800;
}




.burger {
  font-size: 22px;
  width: 30px;
  height: 24px;        
  position: relative;
  display: inline-block;
  cursor: pointer;
  user-select: none;
  margin-left: 18px;
  background: none;
    border: none;
}

 .burger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  border-radius: 2px;
  transition: 0.3s;
}

 .burger span:nth-child(1) { top: 0; }
.burger span:nth-child(2) { top: 50%; transform: translateY(-50%); }
.burger span:nth-child(3) { bottom: 0; }

.burger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: -1px;
}

.burger.active span:nth-child(2) {
  opacity: 0;
}

.burger.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: -1px;
}

 .dropdown-desktop {
  position: absolute;
  top: 83px;
  right: 150px;
  width: 280px;
  background: #f5f5f5;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  display: none;
  flex-direction: column;
  z-index: 9999;
  overflow: hidden;
}

.dropdown-desktop.active {
  display: flex;
  background: #F0F0F0;
}

 .dropdown-desktop-header {
  background: #D9D9D9;
  padding: 1.5rem 2rem;
  position: relative;
}

.dropdown-desktop-header .close-btn {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 40px;
  cursor: pointer;
  color: #1A1A1A;
}

 .dropdown-desktop a {
  padding: 1rem 1.5rem;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px dashed #aaa;
}
.dropdown-desktop .socials a {
  border-bottom: none;
}

 .dropdown-desktop .socials {
  display: flex;
  justify-content: flex-start;
}

.dropdown-desktop .socials img {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  cursor: pointer;
  transition: transform 0.2s ease;
  margin: 0 -25px 0 0;
}

.dropdown-desktop .socials img:hover {
  transform: scale(1.2);
}

 .hero {
  position: relative;
  height: 73vh;
    background: lightgray url("img/1.png") no-repeat center -37.5px / 100% 107.016%;
    flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 145px;

}

.hero__content {
  z-index: 2;
  padding: 0;
}

.hero h1 {
  font-size: clamp(50px,6vw,90px);
  font-weight: 700;
  margin-bottom: clamp(16px,2.5vw,32px);
  letter-spacing: -1.8px;
  line-height: 1;

}

.hero p {
  font-size: clamp(15px,2vw,24px);
  margin-bottom: 56px;
  line-height: 1.2;
  font-weight: 400;
}

.btn {
  display: inline-block;
  background: #F6911E;
  color: #fff;
  padding: 24px 40px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 400;
  transition: 0.3s;
  font-size: clamp(14px,1vw,16px);
  line-height: 1.3;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  margin-bottom: 64px;

}
.btn:hover {
  background: #e68900;
}

.cal {
    background: #F0F0F0;
    margin: 0 auto;
    padding: 64px 80px 140px;
    max-width: 100%;
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}


.cal-card {
  position: relative;
  width: 640px;              
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  overflow: hidden;
  color: #fff;
  display: flex;             
}


.cal-card__overlay {
  position: relative;        
  inset: unset;
  padding: 32px;             


}

 .top-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

 .logo-title {
  display: flex;
  flex-direction: column;
  gap: 40px;

}

.logo-title h3 {

  font-size: clamp(30px,2.5vw,32px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.64px;
  width: 70%;
  margin-bottom: 14px;
}

.cal-logo {
  width: 60px;
}

.cal-list {
  list-style: none;
  padding: 0;
}
.cal-list li {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.2;

}
.cal-list li  span{
text-decoration: underline;
  
}

.calendar-row {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.calendar {
background: rgba(255, 255, 255, 0.20) ;
  backdrop-filter: blur(8px);   
  -webkit-backdrop-filter: blur(8px);  
  border-radius: 16px;
  padding: 16px;
  width: 282px;
  min-height: 180px;
  border: 1px solid #9C9C9C;
  margin-bottom: 8px;


}


.calendar h4 {
  font-size: clamp(15px,1.5vw,20px);
  margin-bottom: 24px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  color: #FAFAFA;
}

.calendar table {
  width: 100%;
  border-collapse: collapse;
  font-size: 10px;
  text-align: center;
}

.calendar td {
  color: #FAFAFA;
  font-size: 14px;
  line-height:1.2 ;
  font-weight: 400;
    position: relative;
  z-index: 1;


}

 .calendar td.start {
  background: #016D30;
  color: #fff;
  border-radius: 20px 0 0 20px;  
    z-index: 0;  
      box-shadow: 20px 0 0 #0b6623;  


}
.calendar td.start__second {
  background: #1e7e34;
  color: #fff;
  border-radius: 20px 0 0 20px;  
    z-index: 0;  
      box-shadow: 20px 0 0 #0b6623;  


}

 .calendar td.middle {
  background: #1e7e34;
  color: #fff;
  border-radius: 0;  
    z-index: 1;  

}

 .calendar td.end {
  background: #1e7e34;
  color: #fff;
  border-radius: 0 20px 20px 0;  
}

.calendar td.end__second {
  background: #1e7e34;
  color: #fff;
  border-radius: 20px 20px 20px 20px; 
}

.cal-card:nth-child(2) .logo-title {
  gap: 40px;  
}

.cal-card:nth-child(2) .logo-title h3, .cal-card:nth-child(3) .logo-title h3{
  width: fit-content;
}

.lasvegas {
  background: url("img/7.png") no-repeat center/cover;
  border-radius: 16px;
  min-height: 380px;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
    display: flex
;
    align-items: flex-start;
    justify-content: space-between;
    padding: 32px;
    flex-direction: column;
    gap: 80px;
}

.lasvegas-content {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.title-row {
    flex: 1;
    display: flex
;
    flex-direction: column;
    align-items: flex-end;

}

.lasvegas-content h3 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  color: #1A1A1A;
  margin: 0;
  letter-spacing: -1.2px;
  z-index: 1;
  
}
.lasvegas-content img {
    display: inline-block;
    margin: -85px 91px 0px 0px;
    z-index: 0;
    transform: rotate(-6deg);
}



.duration-label span {
  position: absolute;
}

.title-bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #016D30;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.btn--second {
  display: inline-block;
  padding: 24px 40px;
  background: #006d3a;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: 0.3s;
  line-height: 1.3;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}

.tours {

    padding: 8rem 5rem 8rem;
  font-family: "Inter", sans-serif;
}

.tours__title {
  font-size: 60px;
  text-align: left;
  margin-bottom: 32px;
  font-weight: 700;
  letter-spacing: -1.2px;
  line-height: 1;
  color: #1A1a1a;
}

.tours__title span {
  color: #ff9800;  
}

.tours__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 8px;
}

.tour-card {
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  border: 2px solid #FFF;


}

.tour-card--green {
  background: #0a7c3d;
  color: #fff;
}

.tour-card--orange {
  background: #f7931e;
  color: #fff;
}

.tour-card--white {
  background: #fff;
  border: 1px solid #eee;
  color: #000;
}

.tour-card__tag {
  margin-bottom: 40px;

    border-radius: 20px;
    font-size: 16px;
    border: 1px solid #fff;
    text-align: left;
    padding: 8px 16px;
    width: fit-content;
    text-transform: uppercase;
}

.tour-card__date {
  font-size: clamp(25px,2.5vw,32px);
  font-weight: 700;
  margin-bottom: 64px;
  letter-spacing: -0.64px;
  font-weight: 700;
  text-align: left;
  
}

.tour-card__places {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 1.2;
  text-align: left;

}

.tour-card__text h2{
  font-size: clamp(20px,2.5vw,29px);
  margin-bottom: 32px;
  line-height: 1;
  letter-spacing: -0.58px;
  font-weight: 700;
  color: #1A1A1A;

  
}

.tour-card__text p{
  font-size: 16px;
  margin-bottom: 44px;
  line-height: 1.2;
  font-weight: 400;
  color: #1A1A1A;

  
}

.tour-card__btn {
  background: #fff;
  color: #1A1A1A;
  border: none;
  border-radius: 8px;
  padding: 20px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 400;
  transition: 0.3s;
  font-family: Inter;
  text-transform: uppercase;
  
}

.tour-card__btn:hover {
  opacity: 0.9;
}

.tour-card__btn--orange {
  background: #ff9800;
  color: #fff;
}

.tour-card--white .tour-card__tag{
  border: 1px solid #000;

}

 .why-tour {
  padding-bottom:8rem;   

}

.why-tour h2 {
  font-size: 60px;
  text-align: left;
  margin-bottom: 2rem;
  font-weight: bold;
  color: #000;
  
}

.why-cards {
  display: flex;
  gap: 1.5rem;
}

.why-card {
  flex: 1;
  border-radius: 1rem;
  padding: 2rem;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-position: center;
  min-height: 560px;
  position: relative;  
  overflow: hidden;   
}

 .why1 { background-image: url("img/why1.png"); }
.why2 { background-image: url("img/why2.png"); }
.why3 { background-image: url("img/why3.png"); }

 .why-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  z-index: 1;
}

.why-card h3,
.why-card p,
.why-card .tags,
.why-card button {
  position: relative;
  z-index: 2;
}

.why-card h3 {
  font-size: 32px;
  margin-bottom: 1.5rem;
  width: 70%;
}

.why-card p {
  font-size: 18px;
  margin-bottom: 2rem;
}

.tags {
  display: flex;
  flex-wrap: wrap;    
  gap: 0.5rem;
  margin-bottom: auto;
  max-width: 90%;     
  
}

.tags span {
  background: rgba(255,255,255,0.2);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 16px;
  backdrop-filter: blur(5px);
  white-space: nowrap;  
  border: 1px solid #fff;
  
}

.why-card button {
  background: #F6911E;
  border: none;
  border-radius: 0.5rem;
  padding: 1rem 7.3rem;
  font-size: 16px;
  color: white;
  cursor: pointer;
  align-self: flex-start;
  font-family: 'Inter'
}



.guide h2 {
  font-size: 60px;
  text-align: center;
  margin-bottom: 1.5rem;
  font-weight: bold;
  color: #000;
}
.guide h2 span { color: #016D30; }

.guide .sub {
  text-align: center;
  font-size: 24px;
  color: #444;
  margin-bottom: 2rem;
margin:  0 8rem 2rem 8rem;}

.guide-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 0.5rem;
  align-items: stretch;
}

 .guide-photo {
  background: url("img/guide.png") no-repeat center/cover;
  border-radius: 1rem;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  position: relative;
  min-height: 420px;
  width: 640px;
}



.guide-photo h3,
.guide-photo p {
  position: relative;
  z-index: 2;
  margin: 0;
}

.guide-name {
  font-size: 40px;
  font-weight: bold;
  width: 50%;
}

.guide-desc {
  font-size: 18px;
  line-height: 1.4;
  width: 50%;
}

/* Факты */
.guide-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

.fact {
  padding: 2rem;
  border-radius: 1rem;
}

.fact:nth-child(1), .fact:nth-child(4) {
  background: url(img/bg/orange.png);
  color: #000; border: 2px solid #fff;
}
.fact:nth-child(2), .fact:nth-child(3) {
  background: url(img/bg/white.png);
  color: #000;border: 2px solid #fff;
}

.fact h4 {
  font-size: 32px;
  margin-bottom: 1rem;
  width: 85%;
}
.fact p {
  font-size: 16px;
  line-height: 1.4;
}

/* Нижний блок */
.guide-info {
  grid-column: 1 / -1;
  display: grid;
  gap: 0.5rem;
  padding: 2rem;
  background: url(img/22.png) ;
  background-size: contain;
  border-radius: 20px;
  border: 2px solid #fff;
  height: 475px;
}


.tour-select {
    position: relative;
    font-family: Inter, sans-serif;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    background: #fff;
    padding: 1.1rem;
    border-radius: 10px;
  width: 600px;

}

.tour-select__label {
  font-size: 20px;
color: #1A1A1A;
  display: inline-block;
  line-height: 1.4;
}
.tour-select__current {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 8px;
  width: 100%;
}

.tour-select__text {
  flex: 1;               
  min-width: 0;           
  cursor: pointer;
  color: #9C9C9C;
  font-weight: 400;
  transition: 0.3s;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.8px;
  white-space: nowrap;    
  overflow: hidden;       
  text-overflow: ellipsis;  
}
.tour-select__list {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  max-height: 0;
  overflow: hidden;
  background: #fff;
  border-radius: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
  transition: max-height 0.3s ease;
  z-index: 100;
}

.tour-select.open .tour-select__list {
  max-height: 260px;  
  overflow-y: auto;
  border: none;
  padding: 30px;
}

.tour-select__list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 18px;
  color: #000;
  line-height: 1.2;
}

.tour-select__list li:hover {
  background: #f7f7f7;
}
 .tour-select__arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #007a3d;  
  transition: transform 0.3s ease;
}

 
.tour-select.open .tour-select__arrow {
  transform: rotate(180deg);  
}

.tour-select.open .tour-select__arrow {
  transform: rotate(180deg);  
}



.tour-select__list input[type="radio"] {
flex-shrink: 0;         
  width: 16px;
  height: 16px;
  margin-top: 3px;         
  border: 1px solid #007a3d;
  border-radius: 3px;
  background: #F7F7F7;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
}

.tour-select__list input[type="radio"]:checked {
  background: #007a3d;
}

.tour-select__list input[type="radio"]:checked::after {
  content: "✔";
  position: absolute;
  top: -2px;
  left: 2px;
  font-size: 12px;
  color: #fff;
}

/* Форма */
.info-form {
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: space-between;
  align-content: center;
    flex-wrap: wrap;
}
.info-form .input--text {
  padding: 1.1rem;
  border: none;
  border-radius: 0.5rem;
  font-size: 18px;
  letter-spacing: 0.72px;
  line-height: 1.3;
  width: 600px;
  font-family: Inter;
  
  
}
.info-form button {
  background: #016D30;
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  padding: 1.5rem;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'Inter'
}

 
.final-block {
  position: relative;
  background: url("img/footer.png") no-repeat center center/cover;  
  height: 610px;          
  border-radius: 3rem 3rem 0 0;
  display: flex;
  align-items: center;     
  justify-content: center;
  text-align: center;
  color: white;
}

.final-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,0.7) 100%);
  backdrop-filter: blur(20px);        
  -webkit-backdrop-filter: blur(20px);  
  z-index: 1;
}

.final-section > * {
  position: relative;
  z-index: 2;  
}

.final-overlay {
  max-width: 900px;
  padding: 2rem;
}

.final-block h2 {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #FAFAFA;

}

.final-options {
  display: flex;
  justify-content: center;
  gap: 10rem;
  margin-bottom: 2rem;
  flex-wrap: nowrap;
}

.option--first {
  border: 1px solid rgba(255,255,255,0.4);
    z-index: 1;
  border-radius: 0.5rem;
  padding: 1.5rem 1rem;
  font-size: 16px;
  max-width: 275px;
  height: 90px;
  text-align: left;
  background: linear-gradient(
  180deg,
  rgba(156, 156, 156, 0) 0%,    
  rgba(109, 109, 109, 0.25) 100%    
);
backdrop-filter: blur(20px);
color: #FAFAFA;

}


.option--two {
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 0.5rem;
  padding: 1rem;
  font-size: 16px;
  max-width: 330px;
  height: 90px;
  text-align: left;
  background: linear-gradient(
  180deg,
  rgba(156, 156, 156, 0) 0%,      
  rgba(109, 109, 109, 0.25) 100%    
);
backdrop-filter: blur(20px);
color: #FAFAFA;
}

.btn-choose {
  background: #016D30;
  border: none;
  border-radius: 0.5rem;
  padding: 1.5rem 2.5rem;
  font-size: 16px;
  color: white;
  cursor: pointer;
  transition: 0.3s ease;
    font-family: 'Inter'

}

.btn-choose:hover {
  background: #248243;
}

 .footer {
  background: #1A1A1A;
  text-align: center;
  padding: 2rem;
  color: #9C9C9C;
  font-size: 18px;
}
@media (max-width: 1400px) {

  .cal-card {
    position: relative;
    width: 600px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    color: #fff;
    display: flex
;
}
.cal-card__overlay {

    padding: 14px;
}
  
    .lasvegas {
        background: url(img/71.png) no-repeat center / cover;
        border-radius: 24px;
        min-height: 658px;
        width: clamp(370px, 88vw, 600px);
        margin: 0 auto;
        display: flex
;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 32px;
        flex-direction: column;
        gap: 30px;
    }

.lasvegas-content {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.title-row {
    flex: 1;
    display: flex
;
    flex-direction: column;
    align-items: flex-end;

}

.lasvegas-content h3 {
        font-size: clamp(25px, 7vw, 50px);
        font-weight: 700;
        line-height: 1;
        color: #1A1A1A;
        margin: 0;
        letter-spacing: -0.88px;
        z-index: 1;
    }
.lasvegas-content img {
        display: inline-block;
        margin: -65px 70px 0px 0px;
        z-index: 0;
        transform: rotate(360deg);
    }
 
.duration-label span {
  position: absolute;
}

.title-bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #016D30;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.btn--second {
  display: inline-block;
  padding: 24px 40px;
  background: #006d3a;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: 0.3s;
  line-height: 1.3;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
 
 .guide-grid {
  display: grid;
  grid-template-columns: 1fr;  
  justify-content: center;
}

 .guide h2 {
  font-size: clamp(22px, 6vw, 44px);
  margin-bottom: clamp(0.5rem, 2vw, 1.5rem);
  font-weight: bold;
}

.guide .sub {
  text-align: center;
  font-size: clamp(13px, 3.5vw, 18px);
  color: #444;
  margin: 0 0 clamp(1rem, 4vw, 2rem) 0;
}

   
  .guide-facts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);  
    gap: 0.5rem;
  }

   
  .guide-info {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    padding: 2rem;
  }

  .guide-photo {
  background: url(img/guide.png) no-repeat center / cover;
  border-radius: clamp(12px, 3vw, 20px);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1rem, 3vw, 2rem);
  position: relative;
  min-height: clamp(260px, 70vw, 420px);
  width: 100%;
  margin: 0 auto;
}
.guide-name {
  font-size: clamp(20px, 6vw, 40px);
  font-weight: bold;
  width: 40%;
}
.guide-desc {
  font-size: clamp(13px, 3.5vw, 16px);
  line-height: 1.4;
  width: 50%;
}
.info-left {
  background: url(img/bg/white.png);
  padding: clamp(1rem, 3vw, 1.5rem);
  border-radius: clamp(12px, 3vw, 20px);
  border: 2px solid #fff;
}
  /* Цена на мобилке меньше */
  .info-left .price {
  font-size: clamp(42px, 12vw, 64px);
  margin: clamp(1.5rem, 5vw, 2.5rem) 0 0 0;
}
.guide-facts {
  display: grid;
  gap: clamp(0.5rem, 1vw, 1rem);
}
.fact {
  padding: clamp(1rem, 3vw, 1.5rem);
  border-radius: clamp(12px, 3vw, 20px);
  background: #fff;
}

.fact h4 {
  font-size: clamp(16px, 5vw, 24px);
  margin-bottom: clamp(0.5rem, 2vw, 1rem);
}

.fact p {
  font-size: clamp(13px, 3.5vw, 15px);
  line-height: 1.4;
}

.info-left h3 {
  font-size: clamp(18px, 6vw, 30px);
  font-weight: bold;
  margin-bottom: clamp(1rem, 4vw, 2rem);
}

.info-left .price span {
  display: block;
  font-size: clamp(12px, 3.5vw, 14px);
  font-weight: normal;
  color: #555;
  margin-top: 0.5rem;
}
.info-form {
  background: url(img/formbg.png) no-repeat center / cover;
  border-radius: clamp(12px, 3vw, 20px);

}
.info-form button {
  background: #016D30;
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  padding: clamp(1rem, 3vw, 1.5rem);
  font-size: clamp(12px, 3.5vw, 15px);
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'Inter';
}

.info-left p {
  display: flex;
  justify-content: space-between;
  margin-bottom: clamp(1rem, 3vw, 2rem);
  font-size: clamp(13px, 3.5vw, 15px);
  width: 100%;
}
.tour-select__text {

    font-size: 15px;

}
.tour-select__label {
    font-size: 15px;

}
.tour-select {

    max-width: 100%;

}

.tours__title {
    font-size: clamp(22px, 8vw, 44px);

}

.tours {
 padding: clamp(2rem, 8vw, 7.5rem) clamp(0.5rem,11vw, 5rem);
}



.why-tour h2 {
  font-size: clamp(22px, 8vw, 44px);
  text-align: left;
  margin-bottom: clamp(1rem, 4vw, 2rem);
  font-weight: bold;
}

.tour-footer {
  text-align: center;
  margin-top: clamp(-1rem, -2vw, -2rem);
}
  .tour-footer p {
  margin-top: 0.5rem;
  font-size: clamp(12px, 3.5vw, 14px);
}
.tour-footer .btn-dark {
  background: #016D30;
  color: white;
  border: none;
  border-radius: 0.5rem;
  padding: clamp(0.8rem, 3vw, 1.3rem);
  font-size: clamp(12px, 3.5vw, 14px);
  cursor: pointer;
  font-family: 'Inter';
  margin: 0 clamp(4px, 2vw, 8px);
}
.why-cards {
  display: flex;
  gap: clamp(0.5rem, 2vw, 1rem);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1rem;
}

  .why-cards::-webkit-scrollbar {
  display: none;
}

  .why-card {
  flex: 0 0 clamp(240px, 75vw, 400px);    
  min-height: clamp(280px, 75vw, 420px);  
  scroll-snap-align: start;
  padding: clamp(1rem, 3vw, 1.5rem);
  border-radius: clamp(12px, 3vw, 20px);
  display: flex;
  flex-direction: column;
}

 .why-card h3 {
  font-size: clamp(18px, 5vw, 24px);
  width: 100%;
  margin-bottom: clamp(0.5rem, 2vw, 1rem);
  font-weight: bold;
}
 .why-card p {
  font-size: clamp(13px, 3.5vw, 16px);
  line-height: 1.4;
  flex-grow: 1;  
}
  .tags span {
  font-size: clamp(12px, 3.5vw, 14px);
  padding: clamp(0.3rem, 2vw, 0.5rem) clamp(0.6rem, 3vw, 1rem);
  border: 1px solid #ddd;
  border-radius: 0.5rem;
}

 .why-card button {
  font-size: clamp(14px, 5vw, 16px);
  padding: clamp(0.8rem, 3vw, 1rem) clamp(7rem, 9vw, 10rem);
  border-radius: 0.5rem;
  border: none;
  background: #F6911E;
  color: white;
  cursor: pointer;
  transition: background 0.3s ease;
  font-family: 'Inter';
  margin-top: auto;
}
.why-card button:hover {
  background: #249548;
}
 .tags {
  position: relative;
  z-index: 2;
  max-width: 100%;
  margin-bottom: clamp(1rem, 3vw, 2rem);
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.3rem, 2vw, 0.5rem);
  width: 90%;
}


}

@media (max-width: 760px) {
.nav a{
  display: none;
}
.dropdown-desktop {

    top: 69px;
    right: 0px;

}

.hero {
    height: 70vh;
    background: lightgray url(img/1.png) no-repeat center 2.5px / 100% 100.016%;

}

.tours {
        padding: clamp(2rem, 8vw, 7.5rem) clamp(0.5rem, 11vw, 5rem);
    }

.tour-card__btn {

    font-size: clamp(10px, 2vw, 14px);

}
.tour-card__date {
    font-size: clamp(25px, 4vw, 30px);
    margin-bottom: 48px;

}
.tour-card {
    padding: 24px;

}
.tour-card__tag {
    margin-bottom: 32px;

}
.tour-card__places {
    margin-bottom: 8px;
  
}

.guide {
  padding: clamp(2rem, 10vw, 6rem) clamp(0.5rem, 11vw, 5rem);
  margin: 0 auto;
  max-width: 1440px;
}

 
 .guide-grid {
  display: grid;
  grid-template-columns: 1fr;  
}

 .guide h2 {
  font-size: clamp(22px, 6vw, 44px);
  margin-bottom: clamp(0.5rem, 2vw, 1.5rem);
  font-weight: bold;
}

.guide .sub {
  text-align: center;
  font-size: clamp(13px, 3.5vw, 18px);
  color: #444;
  margin: 0 0 clamp(1rem, 4vw, 2rem) 0;
}

   
  .guide-facts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);  
    gap: 0.5rem;
  }

   
  .guide-info {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    padding: 1.5rem;
    width: clamp(300px,80vw,600px);
  }

  .guide-photo {
  background: url(img/guide.png) no-repeat center / cover;
  border-radius: clamp(12px, 3vw, 20px);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1rem, 3vw, 2rem);
  position: relative;
  min-height: clamp(260px, 70vw, 420px);
  width:clamp(450px, 80vw, 600px) ;
  margin: 0 auto;
}
.guide-name {
  font-size: clamp(20px, 6vw, 40px);
  font-weight: bold;
  width: 40%;
}
.guide-desc {
  font-size: clamp(13px, 3.5vw, 16px);
  line-height: 1.4;
  width: 50%;
}
.info-left {
  background: url(img/bg/white.png);
  padding: clamp(1rem, 3vw, 1.5rem);
  border-radius: clamp(12px, 3vw, 20px);
  border: 2px solid #fff;
}
  /* Цена на мобилке меньше */
  .info-left .price {
  font-size: clamp(42px, 12vw, 64px);
  margin: clamp(1.5rem, 5vw, 2.5rem) 0 0 0;
}
.guide-facts {
  display: grid;
  gap: clamp(0.5rem, 1vw, 1rem);
}
.fact {
  padding: clamp(1rem, 5vw, 2rem);
  border-radius: clamp(12px, 3vw, 20px);
  background: #fff;}

.fact h4 {
  font-size: clamp(16px, 5vw, 24px);
  margin-bottom: clamp(0.5rem, 2vw, 1rem);
}

.fact p {
  font-size: clamp(13px, 3.5vw, 15px);
  line-height: 1.4;
}

.info-left h3 {
  font-size: clamp(18px, 6vw, 30px);
  font-weight: bold;
  margin-bottom: clamp(1rem, 4vw, 2rem);
}

.info-left .price span {
  display: block;
  font-size: clamp(12px, 3.5vw, 14px);
  font-weight: normal;
  color: #555;
  margin-top: 0.5rem;
}
/* Нижний блок */
.guide-info {
  grid-column: 1 / -1;
  display: grid;
  gap: 0.5rem;
  padding: 2rem;
  background: url(img/22.png) ;
  background-size: contain;
  border-radius: 20px;
  border: 2px solid #fff;
  height: 475px;
  width: clamp(450px, 80vw, 600px);
}


.tour-select {
    position: relative;
    font-family: Inter, sans-serif;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    background: #fff;
    padding: 1.1rem;
    border-radius: 10px;
  width: clamp(380px,73vw,530px);

}

.tour-select__label {
  font-size: 20px;
color: #1A1A1A;
  display: inline-block;
  line-height: 1.4;
}
.tour-select__current {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 8px;
  width: 100%;
}

.tour-select__text {
  flex: 1;                
  min-width: 0;           
  cursor: pointer;
  color: #9C9C9C;
  font-weight: 400;
  transition: 0.3s;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.8px;
  white-space: nowrap;    
  overflow: hidden;       
  text-overflow: ellipsis;  
}
.tour-select__list {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  max-height: 0;
  overflow: hidden;
  background: #fff;
  border-radius: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
  transition: max-height 0.3s ease;
  z-index: 100;
}

.tour-select.open .tour-select__list {
  max-height: 260px;  
  overflow-y: auto;
  border: none;
  padding: 30px;
}

.tour-select__list li {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 18px;
  color: #000;
  line-height: 1.2;
}

.tour-select__list li:hover {
  background: #f7f7f7;
}

 .tour-select__arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #007a3d;  
  transition: transform 0.3s ease;
}

 .tour-select.open .tour-select__arrow {
  transform: rotate(180deg);  
}

.tour-select.open .tour-select__arrow {
  transform: rotate(180deg);  
}

 .tour-select__list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 8px;
}


.tour-select__list input[type="radio"]:checked {
  background: #007a3d;
}

.tour-select__list input[type="radio"]:checked::after {
  content: "✔";
  position: absolute;
  top: -2px;
  left: 2px;
  font-size: 12px;
  color: #fff;
}

/* Форма */
.info-form {
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: space-between;
  align-content: center;
    flex-wrap: wrap;
}
.info-form .input--text {
  padding: 1.1rem;
  border: none;
  border-radius: 0.5rem;
  font-size: 18px;
  letter-spacing: 0.72px;
  line-height: 1.3;
 width: clamp(380px,73vw,530px);
   font-family: Inter;
  
  
}
.info-form button {
  background: #016D30;
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  padding: 1.5rem;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'Inter'
}

.final-overlay {
    padding: 0;
}

.final-block h2 {
    font-size: 44px;

}
.option--first {

    padding:1rem;
    font-size: clamp(12px,2.5vw,16px);
    width: 100%;

}
.option--two {

    padding:1rem;
    font-size: clamp(12px,2.5vw,16px);

}
.final-options {

    gap: 2rem;

}
.footer {

    font-size: clamp(14px,2.5vw,18px);
}


}

@media (max-width: 460px) {

      .container {
        padding:  8px 30px !important;
        max-width: 1440px;
        margin: 0 auto;
    }
        .lasvegas-content img {
        display: inline-block;
        margin: -39px 10px 0px 0px;
        z-index: 0;
        transform: rotate(7deg);
    }
    .guide-photo {

        min-height: clamp(260px, 70vw, 420px);
        width: clamp(369px, 87vw, 400px);
        margin: 0 auto;
    }
        .guide-facts {
        display: grid
;
        grid-template-columns: repeat(1, 1fr);
        gap: 0.5rem;
    }
        .guide-info {
        grid-column: 1 / -1;
        display: grid
;
        gap: 0.5rem;
        padding: 2rem;
        background: url(img/22.png);
        background-size: contain;
        border-radius: 20px;
        border: 2px solid #fff;
        height: 475px;
        width: clamp(370px, 88vw, 400px);
    }
        .tour-select {
        position: relative;
        font-family: Inter, sans-serif;
        display: flex
;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        background: #fff;
        padding: 1.1rem;
        border-radius: 10px;
        width: clamp(200px, 72vw, 330px);
    }
        .info-form .input--text {
        padding: 1.1rem;
        border: none;
        border-radius: 0.5rem;
        font-size: 18px;
        letter-spacing: 0.72px;
        line-height: 1.3;
        width: clamp(200px, 72vw, 330px);
        font-family: Inter;
    }
        .info-form button {

        font-size: clamp(12px, 3.5vw, 16px);
        cursor: pointer;
        text-transform: uppercase;
        font-family: 'Inter';
        padding: 24px clamp(15px,3vw, 24px);
    }
    .tour-select__text {
        flex: 1;
        min-width: 0;
        cursor: pointer;
        color: #9C9C9C;
        font-weight: 400;
        transition: 0.3s;
        font-size: clamp(12px, 3.5vw, 16px);
        line-height: 1.3;
        letter-spacing: 0.8px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
        .info-form .input--text {
        padding: 1.1rem;
        border: none;
        border-radius: 0.5rem;
        font-size: clamp(12px, 3.5vw, 16px);
        letter-spacing: 0.72px;
        line-height: 1.3;
        width: clamp(200px, 72vw, 330px);
        font-family: Inter;
    }
    .why-card button {
        font-size: clamp(14px, 3.5vw, 16px);
        padding: clamp(0.8rem, 3vw, 1rem) clamp(5rem, 20vw, 6rem);
    }
    .cal-card__overlay {
        padding: clamp(15px, 3.5vw, 20px);;
    }
        .top-row {
        display: flex
;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }
    .calendar {
        border-radius: 24px;
        padding: 20px 27px;
        width: clamp(290px, 78vw, 355px);
                min-height: clamp(150px, 42vw, 190px);
    }
    .calendar-row {
        display: flex
;
        flex-direction: column;
        justify-content: center;
    }
    .cal-card:nth-child(2) .logo-title h3, .cal-card:nth-child(3) .logo-title h3 {
    width: 70%;
}
.cal {
    margin-top: 40px;
    margin-bottom: 100px;
}
    .tours {
      margin: 80px auto;
    }
    .guide {
        margin: 80px auto;
    }
    .final-block {

    padding: 0 20px;
}
    .tour-select__list li {
        display: flex
;
        align-items: center;
        padding: 8px 12px;
        cursor: pointer;
        font-size: 14px;
        color: #000;
        line-height: 1.2;
      }
  }



  @media (max-width: 420px) {
  .container {
          padding: 8px 10px !important;

      }
          .calendar {
          border-radius: 24px;
          padding: 20px 27px;
  width: clamp(290px, 89vw, 370px);
          min-height: clamp(150px, 42vw, 190px);
      }
  }