.headers{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}
body{
    font-family: "NunitoSans";
    margin: 0;
}
a{
    text-decoration: none;
}
.hide1{
    display: none;
}
button{
    cursor: pointer;
    border: 0;
}
.dop-header{
    display: none;
}
.item-group{
    display: none;
}
.header-div{
    display: flex;
    justify-content: center;
    margin: auto;
    width: 100%;
    align-self: stretch;
}
.flex-container{
    display: flex;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    width: 80%;
}
.dop-flex-container{
    display: flex;
    width: 80%;
    padding: var(--stack-spacing-3xs, 8px) var(--inline-offset, 32px);
    justify-content: center;
    align-items: flex-start;
    gap: var(--stack-spacing-l, 24px);
    flex: 1 0 0;
    border-bottom: 1px solid var(--gray-50, #F1F1F2);
}
.dop-div{
    display: flex;
    height: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1 0 0;
}
.dop-div2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.logo-header{
    display: flex;
    height: 56px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
}
.text-dop{
    color: var(--gray-950, #191D2C);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}
.button-group{
    display: flex;
    position: relative;
    align-items: flex-start;
    gap: var(--inline-spacing-m, 8px);
}
.button-menu{
    display: flex;
    padding: var(--aster-spacing-3x, 12px);
    justify-content: center;
    align-items: center;
    gap: var(--aster-spacing-2x, 8px);
    border-radius: var(--border-radius-round, 9999px);
    background: var(--primary-500-base, #9CCA9C);
}
.item:hover{
    cursor: pointer;
}
.item:hover .item-text{
    cursor: pointer;
    color: #9CCA9C;
}
.item:hover svg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.item svg{
    transition: transform 0.3s ease;
}
.item-text{
    transition: color 0.3s ease;
}
.item-text2{
    color: var(--gray-900, #40444F);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    display: flex;
    flex-direction: column;
    padding: 8px 12px;
    border-radius: 12px;
}
.item-text2:hover{
    background-color: rgb(241,241,242);

}
.item:hover .block {
    opacity: 1;
    visibility: visible;
}
.block{
    opacity: 0;
    z-index: 1000;
    background-color: white;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding: var(--stack-spacing-xs, 16px) var(--inline-spacing-m, 16px);
    border-radius: 12px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
    transition: .5s;
    position: absolute;
    margin-top: 30px;
    margin-left: -27px;
}
.bucket{
    width:20px;
}
.hide2{
    display: none;
}
.side-panel {
    position: fixed;
    top: 0;
    right: -100%; /* Скрыт за экраном */
    max-width: 400px;
    width: 100%;
    height: 100%;
    background-color: white; /* Полупрозрачный тёмный фон */
    color: white;
    z-index: 1000;
    padding: 40px;
    box-sizing: border-box;
    transition: right 0.4s;
    overflow-y: scroll;
}
#closeBtn{
    top: 20px;
    left: 20px;
    position: absolute;
    border: 0;
    background-color: white;
}  
.side-panel.active {
    right: 0; /* Показывается */
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 999;
    display: none;
}
.lk{
    width: 70px;
}
.activity-tour__order-button--master{
    border: 0px;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 12px;
    background: var(--primary-500, #E86A4D);
    color: var(--white, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    /* control/18-24-500 */
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
}
.activity-tour__order-button--master2{
    width: 300px;
}
.activity-tour__order-button--master:hover {
    background: var(--primary-600, #DE5D49);
}
.activity-tour__order-button--master:active {
    background: var(--primary-500, #E86A4D);
    /* focus-primary */
    box-shadow: 0px 0px 0px 3px rgba(245, 95, 60, 0.20);
}
.cart-count {
    position: absolute;
    top: 3px;
    right: 3px;
    transform: translate(50%, -50%); /* аккуратно сместить кружок за пределы угла */
    background-color: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 2px white; /* белая обводка вокруг кружка, чтобы было красивее */
}
.right-menu{
    display: flex;
    width: 100%;
    align-items: center;
    margin: auto;
    margin-top: 60px;
    flex-direction: column;
}
.right-menu-items{
    color: black;
    display: flex;
    padding: 40px;
    padding-top: 80px;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    gap: 36px;
    width: 100%;
    font-size: 22px;
}
.right-menu-items a{
    
    color: black;
    margin-left: -22px;
    font-size: 22px;
    font-family: "NunitoSans";
}
.lk-text{
    color: black;
    font-size: 22px;
    font-family: "NunitoSans";
}
.line-lk{
    width: 100%;
    height: 1px;
    background-color: black;
    margin-top: 20px;
}
.logo-header img{
    border-radius: 10px;
    width: 80px;
    padding-top: 10px;
}
@media (min-width:768px){
    .dop-header{
        display: flex;
        flex-direction: column;
        align-items: center;
        align-self: stretch;
    }
    .hide2{
        display: flex;
    }
    .flex-container{
        padding: var(--stack-spacing-3xs, 8px) var(--inline-offset, 32px);
        flex: 1 0 0;
    }
    .button-group{
        gap: var(--inline-spacing-m, 12px);
    }
    .header-div{
        width: 90%;
    }
    .side-panel {
        position: fixed;
        top: 0;
        right: -100%; /* Скрыт за экраном */
        width: 400px;
        height: 100%;
        background-color: white; /* Полупрозрачный тёмный фон */
        color: white;
        z-index: 1000;
        padding: 40px;
        box-sizing: border-box;
        transition: right 0.4s;
    }
}
@media (min-width:1024px){

}
@media (min-width:1400px){
    .item-group{
        display: flex;
        align-items: flex-start;
        gap: 32px;
        flex: 1 0 0;
    }
    .item{
        display: flex;
        align-items: flex-start;
        gap: 6px;
    }
    .item-text{
        color: var(--gray-900, #40444F);
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px; /* 125% */
    }
    .hide{
        display: none;
    }
    .hide1{
        display: flex;
    }
    .flex-container{
        width: 1264px;
        padding: 8px 0px;
        gap: 56px;
    }
    .header-div{
        width: 1264px;
    }
    .dop-flex-container{
        width: var(--grid-s-container, 1264px);
        padding: var(--stack-spacing-3xs, 8px) 0px;
        align-items: center;
        gap: 32px;
    }
    .logo-header{
        flex: 0;
    }
    .button-group{
        gap: var(--inline-spacing-m, 16px);
    }
}
@media (min-width:1600px){
    .flex-container{
        width: var(--grid-container, 1408px);
    }
    .dop-flex-container{
        width: 1408px;
        max-width: var(--grid-container, 1408px);
    }
    .header-div{
        width: 1408px;
    }
    .text-dop{
        color: var(--gray-950, #191D2C);
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 142.857% */
    }
}
@font-face {
    font-family: "NunitoSans"; 
    src: url("../fonts/Nunito_Sans/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal; 
  } 