*{
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    color: #303C49;
    /* background-color: #AFAFAF; */
}
/* body{
    background-color: #AFAFAF;
} */
a{
    text-decoration: none;
    color: #313B45;
}
a:hover{
    color: #4f5962;
}
.bold{
    font-weight: 600;
}
#register input::placeholder{
    color: #303C49 !important;
}
.validate_err {
    position: relative;
    top: 3px;
    left: 2px;
}
div.form-check.rules > span.AcceptRules-validate_info.validate_err,
div.form-check.rules > span.AcceptRules2-validate_info.validate_err{
    left: 8px;
}
/* .upper{
    text-transform: uppercase;
} */
#container,
.container{
    background-color: #AFAFAF;
}
.boxoffice .title{
    font-size: 26px;
    margin-top: 80px;
}
.form-background h2{
    font-size: 26px;
}
.box-welcome{
        background-image: url('/images/man/man-zaslepka.png');
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100vh;
        display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.btn-register,
.btn-login,
.btn-pdf,
.btn button{
    background-color: #E50148; 
    color: #fff; 
    padding: 7px 20px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    position: relative;
    bottom: 13%;
    font-size: 20px;
    border: none;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
}
.btn-pdf{
    position: unset;
    width: max-content;
}
.btn button{
    position: unset;
    text-transform: uppercase;
    width: 345px;
    font-size: 26px;
}
.btn-register:hover,
.btn-login:hover,
.btn-pdf:hover,
.btn button:hover{
    background-color: #ce0846;
    color: #fff;
}
.btn-box > .btn:nth-child(1) > button:hover{
    background-color: #303c4985 !important;
}
.login-box,
.success-box {
    background-color: #AFAFAF;
    width: 100%;
    height: 100vh;
    align-items: center;
}
.card.login,
.login-box > div > header{
    background-color: unset;
    border: none;
}
.form-control{
    background-color: unset !important;
    text-align: center;
    border-color: #8F9091;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0;
}
.form-control::placeholder {
    color: #313B45;
    font-weight: 500;
}
.form-control:focus{
    box-shadow: none !important;
    border-color: #8F9091;
}
.card-title{
    font-size: 38px;
    color: #313B45;
    font-weight: 500;
}
.success-box{
    flex-direction: column;
}
.success-box p{
    font-size: 28px;
}
.success-box a,
.help-info a{
    text-decoration: none;
    color: #313B45;
    font-weight: 600;
}
.success-box a:nth-child(2){
    margin-left: 10px;
}
.success-box > div > div:nth-child(3) > p{
    font-size: 16px;
    font-weight: 500;
}
#event-title{
    font-size: 53px;
}
#event-title > span{
    font-weight: bold;
}
.logo-side{
    background-image: url('/images/man/logo.png');
    background-size: cover;
    width: 223px;
    height: 128px;
    /* position: absolute; */
    position: fixed;
    right: 0;
    bottom: 80px;
}
.boxoffice-user-box {
    padding: 0;
    background-color: unset;
}
.form-box .form-control{
    background-color: #fff !important;
    text-align: unset;
    height: 60px;
    font-size: 24px;
}
.form-box .form-control select{
    background-color: #fff;
}
.form-box .form-label{
    text-transform: uppercase;
    font-size: 24px;
}
.adding > div:nth-child(4){
    font-size: 23px;
}
.UserInfo {
    width: 100% !important;
}
p.info{
    font-size: 24px;
}
.info a{
    font-weight: 600;
}
.form-check-label{
    font-size: 22px;
    position: relative;
    left: 10px;
    top: -2px;
}
.eat{
    border-bottom: 1px solid #707070;
    margin-top: 0 !important;
}
.form-check-input,
.eat input {
    width: 22px;
    height: 22px;
    margin-top: .25em;
    vertical-align: top;
    background-color: unset;
    border: 1px solid #303C49;
    border-radius: 0 !important;
}
.eat label{
    /* margin-right: 50px;
    margin-left: 7px; */
    font-size: 26px;
    text-transform: uppercase;
}
.select-transport .select-btn, .select-food-main .select-btn {
    height: 50px;
}
/* .select-person-1 .select-btn, .select-person-2 .select-btn, .select-person-3 .select-btn, .select-food-person-1 .select-btn, .select-food-person-2 .select-btn, .select-food-person-3 .select-btn, .select-food-main .select-btn, .select-transport .select-btn {
    height: 50px;
    border: 1px solid #707070;
} */
.select-person-1 .options, .select-person-2 .options, .select-person-3 .options, .select-food-person-1 .options, .select-food-person-2 .options, .select-food-person-3 .options, .select-food-main .options, .select-transport .options {
    position: absolute;
    border: 1px solid #707070;
    padding: 0 12px;
    margin-top: 5px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 10px 10px #00000029;
    display: none;
    z-index: 1;
    width: 355px;
}
.select-person-1 .options .option, .select-person-2 .options .option, .select-person-3 .options .option, .select-food-person-1 .options .option, .select-food-person-2 .options .option, .select-food-person-3 .options .option, .select-food-main .options .option, .select-transport .options .option {
    display: flex;
    cursor: pointer;
    padding: 10px 0px;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #00000029;
    font-size: 21px;
}
.select-transport label{
    font-size: 22px;
    position: relative;
    top: -3px;
}
#select-quantity-people {
    height: 60px;
    width: 100%;
}
.select-transport p{
    font-size: 22px;
}
input[type=radio]{
    width:22px;
    height:24px;
    margin-right: 5px;
}
.adding{
    font-size: 24px;
}
.adding > div:nth-child(1),
.form-label{
    font-size: 26px;
}
.adding > div > span:nth-child(1){
    font-size: 38px;
    margin-right: 3px;
    position: relative;
    top: 4px;
}
.footer-info{
    display: flex;
    justify-content: space-between;
}
div.form-background.mx-auto > div.eat > label:nth-child(8){
    margin-left: 12px;
    margin-right: 0;
}
.select-btn span.sBtn-text{
    line-height: 26px;
}
/* .transport{
    border-top: 1px solid #707070;
} */
.select-btn,
#select-quantity-people {
    display: flex;
    background: #fff;
    border: 1px solid #8F9091;
    padding: 15px 5px 15px 12px;
    font-size: 24px;
    font-weight: 300;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
}
.eat .person_1,
.eat .person_3{
    padding: 0;
}
#body > div:nth-child(3){
    display: none;
}
/* Tiny Devices: Phones */
@media (max-width: 767px) {
.box-welcome {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100vh;
}
.logo-side{
    display: none;
}
.cart-item{
    padding: 0 !important;
}
p.info {
    font-size: 20px;
    margin-bottom: 10px;
}
.help-info > div{
    flex-direction: column;
}
.eat .person_2{
    padding: 0;
}
#event-title {
    font-size: 24px;
}
.form-box h2 {
    font-size: 22px;
}
.boxoffice .title {
    font-size: 22px;
    margin-top: 10px;
}
.form-box .form-label {
    font-size: 19px;
}
.adding {
    font-size: 20px;
    padding-top: 2rem!important;
}
.select-transport label {
    font-size: 20px;
}
.form-check-label {
    font-size: 20px;
    top: 0;
    left: 7px;
}
.select-transport p {
    font-size: 20px;
}
.adding > div:nth-child(1), .form-label {
    font-size: 22px;
    margin-bottom: 10px;
}
.eat label {
    /* margin-right: 0;
    margin-left: 7px; */
    font-size: 22px;
}
.eat,
.btn-box,
.footer-info{
    flex-direction: column;
}
.eat{
    padding-bottom: 3rem;
}
#select-quantity-people{
    width: 100%;
    height: 50px;
    padding: 10px 5px 10px 8px;
    margin-bottom: 30px;
    border-radius: 0;
    font-size: 1.3rem;
}
.btn button{
    width: 90%;
    margin: auto;
    font-size: 20px;
    padding: 10px;
}
.form-check-input, .eat input {
    width: 21px;
    height: 21px;
}
.adding > div > span:nth-child(1) {
    font-size: 26px;
    top: 0;
}
.card-title {
    font-size: 44px;
    margin-bottom: 40px;
}
.card.login .form-control{
    border-left: 0;
    border-right: 0;
    border-top: 0;
    font-size: 1.2rem;
}
.form-control{
    font-size: 1.3rem;
    height: 45px !important;
    border: 1px solid #8F9091;
    color: #303C49;
}
.help-info{
    font-size: 18px;
}
.adding > div:nth-child(4) {
    font-size: 21px;
    margin-bottom: 20px;
}
/* .transport{
    padding-top: 2rem !important;
} */
.select-btn span.sBtn-text{
    font-size: 1.3rem;
}
}
/* Small Devices: Tablets */
@media (min-width: 768px) and (max-width: 992px) {
    #event-title {
        font-size: 24px;
    }
    .form-box .form-label {
        font-size: 22px;
    }
    .footer-info {
        flex-direction: column;
    }
    .form-check-label {
        font-size: 20px;
    }
    .logo-side{
        display: none;
    }
    .btn button {
    width: 260px;
    font-size: 24px;
}
.btn-register{
    bottom: 8%;
}
#register > div.card.login > header{
    margin-top: 100px;
    margin-bottom: 20px;
}
.help-info > div{
    flex-direction: column;
}
}

/* Medium Devices: Desktops */
@media (min-width: 993px) and (max-width: 1199px) {

}

/* Large Devices: Large Desktops */
@media (min-width: 1200px) {

}