
.mbt {
    margin-bottom: 40px !important;
}
.ch input[type=radio] {
	display: none;
}
.ch label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 0;
	line-height: 18px;
	user-select: none;
    cursor:pointer;
}
.ch label:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	bottom: 1px;
	border:1px solid #fff;
    top:3px;
}
 
/* Checked */
.ch input[type=radio]:checked + label:before {
	background: url(check.svg) center no-repeat;
}
 
/* Hover */
.ch label:hover:before {
	filter: brightness(120%);
}
 
/* Disabled */
.ch input[type=radio]:disabled + label:before {
	filter: grayscale(100%);
}



    .fl {
        display:flex;
        gap:0 17px;
    }

.fl span {
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;   
    display:block;
    margin-bottom:20px;
    }

    .form-input label {
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;   
    display:block;
    margin-bottom:20px;
    }
.flexer {
    display:flex;
    gap:40px 100px;
    justify-content:space-between;
}

input.error {
    border:1px solid red!important;
}


h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    margin-bottom:60px;
}

.flex-left p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: justify;
    margin-bottom:20px;
}

.content-panel {
    background: #0000008C;
}

.flex-left {
    flex-basis:500px;
}

.flex-right {
    flex-basis:500px;
}


    .vegas-background {
        display:none!important;
    }



    .bge {
        background: url(bg.png) no-repeat;
        background-size:cover;
        width:100%;
        height:100%;
        position:fixed;
        left:0;
        top:0;
    
    }

    .certificates {
        max-width: 650px;
    }

    .form-input {
        text-align:center;
        margin-bottom:20px;
    }

    .form-input input {
        outline: none;
        background: transparent;
        color: #fff;
        font-family: 'Lato-Bold';
        font-size: 14px;
        padding: 14px 20px;
        width: 100%;
        max-width: 600px;
        border: 1px solid #9b9b9b;
    }

    ::placeholder {
        color: #676767;
        }

        .form-input button {
            background: transparent;
            color: #fff;
            font-size: 14px;
            padding: 14px 20px;
            width: 100%;
            max-width: 500px;
            border: 1px solid #9b9b9b;
            text-align: center;
        }

        .tab-content {
            padding:0 100px;
        }


        .flx {
            display:flex;
            gap:11px;
        }
        .dt input[type=radio] {
            display: none;
        }
        .dt label {
            cursor: pointer;
            position: relative;
            line-height: 47px;
            cursor:pointer;
            border:1px solid #676767;
            height:47px;
            width: 90px;
            text-align: center;
            color:#676767;
            margin-bottom:0;
        }

         
        /* Checked */
        .dt input[type=radio]:checked + label {
            border:1px solid #fff;
            color:#fff;

        }

        .quantity {
            display:flex;
            align-content: center;
        }

        .flexes {
            display:flex;
            align-content: center;
            gap:16px;
        }

        .flexes label {
            margin-bottom:0;
        }

        .quantity input {
            font-size: 14px;
            font-weight: 400;
            line-height: 21px;
            border: 0;
            width: 30px;
            text-align: center;
            height: 20px;
            color: #fff;
            padding: 0;
        }
         
        .quantity span {
            cursor:pointer;
        }

        .quantity span img {
            height: 17px !important;
            width: 17px !important;
        }
        
        

        @media screen and (min-width:1380px) {
            .container {
                width: 1370px;
            }        

        }

        @media screen and (max-width:1200px) {
            .tab-content {
                padding: 0 10px;
            }

            .flexer {
                gap: 40px 50px;
            }
        }

        @media screen and (max-width:992px) {
            .flexer {
                gap: 40px 50px;
                flex-wrap: wrap;
            }

            h1 {
                font-size: 24px;
                font-weight: 700;
                line-height: 36px;
                text-align: center;
                margin-bottom: 30px;
                margin-top: -20px;
            }


            .flex-left {
                margin: 0 auto;
                order: 2;
            }

            .flex-right {
                flex-basis: 500px;
                margin: 0 auto;
            }

            .flx {
                flex-wrap: wrap;
            }

        }

        #result {
            color:#fff;
            margin:30px 0;
            font-size:13px;
            font-weight: bold;
            display:none;
        }

        #result.act {
            display:block;
        }