* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

body, html {
    font-family: Montserrat;
    background-color: rgba(0, 55, 46, 1);
}


.container {
    width: 100%;
    display: flex;
    justify-content: center;
}
.wrapper {
    max-width: 1440px;
    width: 100%;
}
.content {
    display: flex;
    flex-direction: column;
    margin: 0 140px;
}
.headerBg {
    background-image: url("./assets/images/headerBg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.header {
    display: flex;
    flex-direction: column;
    gap: 100px;
    padding-bottom: 100px;
    padding-top: 113px;
}
.bigPlateSection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}
.bigPlateTitles {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}
.bigPlateTitle {
    font-family: Playfair Display;
    font-weight: 900;
    font-size: 80px;
    line-height: 80px;
    color: #F3F0DB;
    text-align: center;
}
.bigPlateSubTitle {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #F3F0DB;
}
.bigPlate {
    display: flex;
    flex-direction: column;
    min-height: 526px;
    background-image: url("./assets/images/bigPlateBg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    overflow: hidden;
    padding: 45px 0 20px 0;
    gap: 42px;
}
.presents {
    display: flex;
    /*justify-content: center;*/
    /*position: relative;*/
    gap: 50px;
}
.present {
    display: flex;
    flex-direction: column;
    gap: 24px;
    /*width: 369px;*/
    min-width: 369px;
}
/*.present-1 {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: -139px;*/
/*}*/
/*.present-3 {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: -129px;*/
/*}*/
.img {
    width: 100%;
    height: auto;
}
.presentImg {
    max-width: 369px;
    height: auto;
}
.presentName {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #F3F0DB;
}
.buttonSection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.buttonSection button {
    cursor: pointer;
    outline: 0;
    border: 0;
    background-color: #F3F0DB;
    border-radius: 10px;
    padding: 23px 120px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 30px;
    line-height: 119%;
    text-align: center;
    box-shadow: 0px 4px 4px 0px #00157333;
    transition: 0.3s;
    color: #000000;
}
.buttonSection button:hover:not(:disabled),
.conditionItem button:hover:not(:disabled),
.conditionPlateButtons button:hover:not(:disabled) {
    background-color: #C52027;
    color: #F3F0DB;
}

button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.buttonSection a {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 15px;
    line-height: 101%;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #FFFFFFCC;
}
.smallPlateSection {
    display: flex;
    flex-direction: column;
    gap: 79px;
}
.smallPlateTitle {
    font-family: Playfair Display;
    font-weight: 900;
    font-size: 80px;
    line-height: 80px;
    text-align: center;
    color: #F3F0DB;
}
.smallPresents {
    display: flex;
    gap: 86px;
}
.smallPresent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    background-color: #F3F0DB;
    border-radius: 20px;
    padding: 20px 15px;
}
.smallPresentTitle {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Italic;
    font-size: 15px;
    line-height: 101%;
    text-align: center;
    color: #00372E;
}
.smallPresentImg {
    max-width: 227px;
    height: auto;
}
.smallPresentName {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    line-height: 119%;
    text-align: center;
    color: #00372E;
}
.conditionBg {
    background-color: #F3F0DB;
}
.conditionSection {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 80px 0;
    gap: 100px;
}
.conditionImg {
    position: absolute;
    top: 90px;
    right: -61px;
    z-index: 1;
}
.conditionTitel {
    font-family: Playfair Display;
    font-weight: 900;
    font-size: 80px;
    line-height: 80px;
    color: #00372E;
    z-index: 2;
}
.conditionItems {
    display: flex;
    flex-direction: column;
    gap: 70px;
    max-width: 753px;
    z-index: 2;
}
.conditionItem {
    display: flex;
    align-items: center;
    gap: 25px;
}
.conditionItemText {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    line-height: 119%;
    color: #00372E;
}
.conditionItem button {
    outline: 0;
    border: 0;
    cursor: pointer;
    background-color: #00372E;
    border-radius: 10px;
    padding: 20px 57px;
    color: #F3F0DB;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 20px;
    line-height: 119%;
    flex-shrink: 0;
    box-shadow: 0px 4px 4px 0px #00000E33;
    transition: 0.3s;
}
.conditionItemNum {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: auto;
}
.conditionPlate {
    display: flex;
    flex-direction: column;
    background-color: #00372E;
    padding: 30px;
    border-radius: 20px;
    gap: 25px;
}
.conditionPlateTitle {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 20px;
    line-height: 119%;
    color: #F3F0DB;
}
.conditionPlateDescription {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 20px;
    line-height: 119%;
    color: #F3F0DB;
}
.conditionPlateButtons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.conditionPlateButtons button {
    outline: 0;
    border: 0;
    cursor: pointer;
    border-radius: 10px;
    background-color: #F3F0DB;
    color: #00372E;
    box-shadow: 0px 4px 4px 0px #00000E33;
    font-size: 20px;
    font-weight: 700;
    color: #00372E;
    padding: 20px 40px;
    transition: 0.3s;
}
.actionSmallLogo {
    width: 74px;
    height: auto;
}
.modalLogin {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 999;
}
.modalTicket {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 999;
}
.modalLoginContent { 
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    min-width: 1160px;
    min-height: 526px;
    background-image: url("./assets/images/bigPlateBg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    gap: 75px;
    padding: 103px 75px 40px 75px;
}
.modalTicketContent { 
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    min-width: 1160px;
    min-height: 526px;
    background-image: url("./assets/images/bigPlateBg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 103px 75px 40px 75px;
}
.modalLoginTitle {
    font-family: Playfair Display;
    font-weight: 900;
    font-size: 50px;
    line-height: 101%;
    text-align: center;
    color: #F3F0DB;
}
.modalLoginSubTitle{
    font-family: Playfair Display;
    font-weight: 900;
    font-size: 75px;
    line-height: 100%;
    text-align: center;
    color: #F3F0DB;
}
.moadlButtons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.moadlButtons button {
    outline: 0;
    border: 0;
    cursor: pointer;
    background-color: #F3F0DB;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px #00157333;
    color: #00372E;
    font-weight: 700;
    font-size: 30px;
    line-height: 140%;
    padding: 20px 80px;
    transition: 0.3s;
}
.moadlButtons button:hover:not(:disabled) {
    background-color: #C52027;
    color: #F3F0DB;
}
.moadlButtons a {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 15px;
    line-height: 101%;
    text-align: center;
    text-decoration: underline;
    color: #F3F0DB;
}
.mobNav {
    display: none;
}
@media (max-width:799px) {
    .content {
        margin: 0 10px;
    }
    .mobNav {
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .actionLogoMob {
        width: 153px;
        height: auto;
    }
    .mobNav button {
        outline: 0;
        border: 0;
        background: none;
        width: 40px;
        height: 40px;
    }
    .header {
        gap: 40px;
        padding-bottom: 71px;
        padding-top: 31px;
    }
    .bigPlateTitle {
        font-size: 40px;
        line-height: 40px;
        text-align: center;
    }
    .bigPlateSubTitle {
        font-size: 16px;
        line-height: 120%;
        text-align: center;
    }
    .smallPlateTitle {
        font-size: 25px;
        line-height: 110%;
        text-align: center;
    }
    .presentImg {
        width: 318px;
        height: auto;
    }
    .present { 
        align-items: center;
        gap: 19px;
    }
    .buttonSection {
        z-index: 2;
    }
    .bigPlate {
        min-height: 450px;
    }
    .presentName {
        font-size: 20px;
        line-height: 120%;
        text-align: center;
    }
    .buttonSection button {
        padding: 20px 40px;
        font-size: 20px;
        text-align: center;
        box-shadow: 0px 4px 4px 0px #00157333;
        transition: 0.3s;
    }
    .smallPlateSection {
        gap: 40px;
    }
    .smallPresents {
        flex-direction: column;
        gap: 30px;
    }
    .conditionTitel {
        font-size: 30px;
        line-height: 36px;
        max-width: 300px;
    }
    .conditionItem {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
    .conditionSection {
        padding: 20px 0;
        gap: 30px;
        overflow: hidden;
    }
    .conditionItems {
        gap: 30px;
    }
    .conditionImg {
        position: absolute;
        left: 50%;
        top: 50%;
        right: auto;
        transform: translate(-6%, -182%);
        z-index: 1;
        width: 318px;
    }
    .conditionPlateTitle {
        font-size: 18px;
        text-align: center;
    }
    .conditionPlateDescription {
        font-size: 15px;
        text-align: center;
    }
    .actionSmallLogo {
        display: none;
    }
    .conditionPlateButtons {
        justify-content: center;
    }
    .modalLoginContent {
        width: 340px;
        height: 345px;
        min-width: 340px;
        min-height: 345px;
        padding: 40px 15px;
        border-radius: 20px;
        gap: 30px;
    }
    .modalTicketContent {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 340px;
        height: 597px;
        min-width: 340px;
        min-height: 345px;
        padding: 40px 15px;
        border-radius: 20px;
        gap: 30px;
    }
    .modalLoginTitle {
        font-size: 25px;
        line-height: 101%;
    }
    .moadlButtons button {
        font-size: 20px;
        line-height: 119%;
        padding: 20px 40px;
    }
    .modalLoginSubTitle {
        font-size: 55px;
    }
}