body{
    margin: 0;
    top: 0;
    font-style: normal;
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none;
    -moz-user-select: none; 
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    background: #000000;
}
html {
    scroll-behavior: smooth;
  }
button{
    outline: none;
    border: none;
}
.flex{
    display: flex;
}
.jflex{
    display: flex;
    justify-content: center;
    width: 100%;
}
.aflex{
    display: flex;
    align-items: center;
}
.tflex{
    text-align: center;
}
.sflex{
    display: flex;
    justify-content: space-between;
}
.rel{
    position: relative;
}
p{
    margin: 0;
}
img{
    pointer-events: none;
}
a{
    cursor: pointer;
    text-decoration: none;
}
::-webkit-scrollbar {
    border-radius: 5px;
    width: 8px;
  }
::-webkit-scrollbar-track {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background: #F51313;
    border-radius: 20px;
}
.header{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 72px;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.w1180{
    max-width: 1180px;
    width: 100%;
    margin: 0px 20px;
}
.logo{
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    color: #F51313;
}
.header-nav{
    display: flex;
}
.header-nav a{
    margin: 0px 24px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
    transition: 0.3s;
}
.header-nav a:hover{
    color: rgba(255, 255, 255, 1);
}
.head-btn{
    background: #F51313;
    border-radius: 8px;
    padding: 14px 41px;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.3s;
}
.head-btn:hover{
    transform: translateY(-3px);
}
.start-page{
    min-height: 100vh;
    background-image: url('./image/mainbg.svg');
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.title{
    font-weight: 800;
    font-size: 96px;
    line-height: 120%;
    color: #FFFFFF;
}
.title span{
    color: #F51313;
}
.subtitle{
    margin-top: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 556px;
}
.start-page .head-btn{
    margin-top: 24px;
}
.two-block{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
}
.two-block .w1180{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.prefix{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #F51313;
}
.two-block .head-btn{
    margin-top: 24px;
}
.two-image{
    margin-left: 40px;
    width: 100%;
    max-width: 580px;
    border-radius: 8px;
}
.line{
    margin: 100px 0px;
    width: 100%;
    height: 1px;
    background: #2B2B2B;
}
.m0{
    margin: 0px;
}
.row-seans{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-top: 48px;
}
.seans{
    width: 580px;
    height: 546px;      
    background: #0D0D0D;
    border-radius: 12px;
}
.three-block .subtitle{
    max-width: 578px;
}
.seans-image{
    width: 100%;
}
.seans-con{
    padding: 30px;
    box-sizing: border-box;
}
.seans-title{
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #FFFFFF;
}
.seans-subtitle{
    margin: 12px 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: rgba(255, 255, 255, 0.8);
}
.time{
    margin-left: 8px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}
.row-seans-btn{
    margin-top: 24px;
}
.red-seans{
    background: #F51313;
    border-radius: 8px;
    padding: 14px 41px;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #F51313;
    cursor: pointer;
    transition: 0.3s;
}
.red-seans:hover{
    transform: translateY(-3px)
}
.more-seans{
    margin-left: 20px;
    border: 1px solid #F51313;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    color: #F51313;
    background: transparent;
    padding: 14px 41px;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.3s;
}
.more-seans:hover{
    transform: translateY(-3px)
}
.contact{
    background: #F51313;
    border-radius: 8px;
    padding: 14px 41px;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #F51313;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 38px;
}
.contact:hover{
    transform: translateY(-3px)
}
.footer{
    display: flex;
    justify-content: space-between;
}
.footer{
    margin-top: 132px;
    margin-bottom: 30px;
}
.footer-address p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #CCCCCC;
    margin-left: 100px;
    width: 146px;
}
.footer-address p span{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
.footer-nav a p{
    padding: 5px 0px;
    font-weight: 600;
    font-size: 16px;
    height: 20px;
    color: rgba(255, 255, 255, 0.8);
    transition: 0.3s;
}
.footer-nav a p:hover{
    color: rgba(255, 255, 255, 1);
}
.start-page.about{
    background-image: url('./image/aboutbg.svg');
}
.start-page.mid{
    background-image: url('./image/mid.svg');
}
.new-prefix{
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #FFFFFF;
    margin-top: 72px;
}
.new-prefix span{
    color: #F51313;
}
.new-text{
    margin-top: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
}
.cast-title{
    font-weight: 600;
    font-size: 48px;
    line-height: 72px;
    color: #FFFFFF;
    margin-top: 100px;
}
.cast-title span{
    color: #F51313;
}
.row-cost{
    display: flex;
    gap: 76px;
    flex-wrap: wrap;
}
.row-cost div{
    max-width: 331px;
}
.subcost-title{
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #FFFFFF;
    margin-top: 24px;
}
.subcost-subtitle{
    margin-top: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.8);
}
.tickets-block{
    margin-top: 4px;
}
.ticket{
    background: #0D0D0D;
    border-radius: 12px;
    padding: 30px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.ticket-data{
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    margin-left: 12px;
}
.lim{
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
}

.limited-ticket {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
}
.price{
    margin-left: 65px;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
}
.price span{
    color: #F51313;
}
.ticket button{
    background: #F51313;
    border-radius: 8px;
    padding: 14px 41px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    transition: 0.3s;
    cursor: pointer;
}
.ticket button:hover{
    transform: translateY(-4px);
}
.start-page.com{
    background-image: url('./image/c3.svg');
}

.start-page.mic{
    background-image: url('./image/c4.svg');
}
.start-page.tw{
    background-image: url('./image/c5.svg');
}

.start-page.macbeth {
    background-image: url('./image/c6.svg');
}

.ticket-menu {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    margin-top: 246px;
}

.places-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFFFFF;
    font-size: 22px;
}

.places-menu > .ul-numbers {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.places {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    margin-left: 12px;
}

.place-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    row-gap: 12px;
}

.place {
    width: 22px;
    height: 22px;
    border-radius: 100px;
    background-color: #FFFFFF;
}

.place.red.active, .place.blue.active, .place.green.active {
    background-color: yellow;
    cursor: pointer;
}

.place.red.no-active {
    background-color: #F51313;
    cursor: pointer;
}

.place.blue.no-active {
    background-color: #132AF5;
    cursor: pointer;
}

.place.green.no-active {
    background-color: #13F545;
    cursor: pointer;
}

.ticket-info {
    margin-left: 30px;
    flex-direction: column;
}

.ticket-info > .title {
    margin-bottom: 26px;
}

.new-ticket {
    margin-bottom: 26px;
    display: flex;
    gap: 15px;
}

.new-price{
    margin-left: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
}
.new-price span{
    color: #F51313;
}

.place-prices {
    display: flex;
    gap: 16px;
    color: #fff;
}

.place-price {
    width: 22px;
    height: 22px;
    border-radius: 100px;
}
.place-price.red  {
    background-color: #F51313;
}

.place-price.blue  {
    background-color: #132AF5;
}

.place-price.green  {
    background-color: #13F545;
}


.prices {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 38px;
}

.prices > span {
    font-weight: 600;
}

.new-line {
    margin-bottom: 26px;
    border: 1px solid #2B2B2B;
}

.seats > span {
    color: #fff;
    margin-left: 8px;
}


.seats {
    display: flex;
    margin-bottom: 26px;
    font-size: 24px;
    font-weight: 600;
}

.seats > .seat {
    width: 32px;
    height: 32px;
    border-radius: 100px;
}

.seats > .seat.red {
    background-color: #F51313;
}

.seats > .seat.blue {
    background-color: #132AF5;
}

.seats > .seat.green {
    background-color: #13F545;
}

.inputs {
    max-width: 380px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.inputs > input {
    outline: 0;
    border: 0;
    border-radius: 8px;
    background-color: #171717;
    padding: 14px 16px;
    color: #ffffff;
}

.inputs > .head-btn {
    margin-top: 10px;
}

.inputs > input::-webkit-input-placeholder {
    color: #515151;
}

.mgauto {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.seans-r {
    width: 560px;
    height: 546px;
    background: #0D0D0D;
    border-radius: 12px;
}

.new-footer-address {
    display: none;
}






@media(max-width: 1000px){
    .ticket{
        padding: 20px 5px;
    }
    .lim{
        display: none;
    }
    .price{
        margin-left: 0px;
    }
    .ticket button{
        padding: 14px 20px;
        font-size: 14px;
        line-height: 100%;
        white-space: nowrap;
    }
    .cast-title{
        font-size: 28px;
    }


    .footer-address p{
        display: none;
    }

    .new-footer-address {
        display: block;
    }

    .new-footer-address p {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #CCCCCC;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .new-footer-address p span{
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
    }



    .header-nav{
        display: none;
    }
    .title{
        font-size: 42px;
    }
    .new-prefix{
        font-size: 24px;
        line-height: 120%;
    }
    .subcost-title{
        font-size: 24px;
    }
    .row-cost {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }
    .ticket-data{
        font-size: 14px;
        line-height: 110%;
    }
    .price{
        font-size: 14px;
    }
    .head-btn{
        padding: 14px 25px;
    }
    .two-block .w1180{
        display: block;
    }
    .two-image{
        margin-left: 0px;
        margin-top: 20px;
    }
    .three-block .w1180 .sflex{
        display: block;
    }
    .more-seans{
        padding: 14px 20px;
        font-size: 14px;
    }
    .red-seans{
        padding: 14px 20px;
        font-size: 14px;
    }
    .seans-con{
        padding: 20px;
    }

    .ticket-menu {
        display: flex;
        flex-wrap: wrap;
    }

    .ticket-info {
        /*margin-top: 88px;*/
        margin: 88px 0;
        display: flex;
        flex-wrap: wrap;
    }

    .new-ticket {
        flex-direction: column;
    }

    .places-menu {
        margin: 0 auto;
        width: 350px;
        height: 450px;
        overflow: hidden;
        overflow-x: visible;
    }

    .places-menu::-webkit-scrollbar {
        border-radius: 2px;
        height: 8px;
    }
    .places-menu::-webkit-scrollbar-track {
        background: #0D0D0D;
    }
    .places-menu::-webkit-scrollbar-thumb {
        background: #171717;
        border-radius: 2px;
    }

    .info-block {
        display: flex;
        justify-content: space-between;
    }

    .new-ticket {
        gap: 10px;
    }

    .new-ticket .aflex:last-of-type {
        flex-direction: column;
        align-items: normal;
        gap: 10px;
    }

    .new-ticket .aflex:last-of-type .new-price {
        margin-left: 0;
    }

    .new-ticket .ticket-data {
        font-size: 20px;
    }

    .place-prices {
        flex-direction: column;
        margin-right: 36px;
    }

    .prices {
        margin-bottom: 0;
    }

    .seats {
        display: none;
    }
    
    .new-line {
        width: 100%;
    }
}