/*fonts*//* */
@font-face {
    font-family: "WonderUnitSans-BoldItalic";
    src: url({root}/html/fonts/WonderUnitSans-BoldItalic.ttf);
}
@font-face {
    font-family: "WonderUnitSans-ExtraboldItalic";
    src: url({root}/html/fonts/WonderUnitSans-ExtraboldItalic.ttf);
}

.hell-anb .wui-bi{
    font-family: "WonderUnitSans-BoldItalic";
    font-weight:bold;
}
.hell-anb .wui-ebi{
    font-family: "WonderUnitSans-ExtraboldItalic";
}
/*fonts*/
/**/
body{
    margin:0;
    padding:0;
    background-color: #000;
    color:#fff;
}
.d-none{
    display: none!important;
}
.on-desk{
    display: initial;
}
.on-mb{
    display: none;
}
.pos-re{
    position: relative;
    z-index: 1;
}
.overlay{
    position: absolute;
    z-index: 60;
}
.index{
    display: none!important;
}
.tx-wht{
    color:#fff;
}
.tx-blk{
    color:#000;
}
.bg-red{
    background-color: #c83714;
}
.img-res{
    width: 100%;
    height: auto;
}
/**/

/*nav*/
.hell-anb  nav.menu-holder{
    /*position: fixed;*/
    position:absolute;
    top:0;
    left: 0;
    width: 100%;
    z-index: 200;
}
.hell-anb .menu-togle{
    display: none;
}
.hell-anb .menu-links{
    display: flex;
    justify-content: space-between;
    width: 60%;
    padding:clamp(3.625rem, 3.021vw, 5.438rem) 0 0;
    margin:0 auto;
    position: relative;

}
.hell-anb .menu-links .link-item{
    text-decoration: none;
    display: block;
    width: fit-content;
    background-color: #010101;
    color:#C70D0E;
    font-size: clamp(1.375rem, 1.146vw, 2.063rem);
    line-height: clamp(2.625rem, 2.188vw, 3.938rem);
    padding:0 clamp(4.000rem, 3.333vw, 6.000rem) ;
    clip-path:polygon(4% 0%, 100% 0%, 96% 100%,  0% 100% );

}
/*nav*/
.hell-anb .logo-ab{
    position: absolute;
    top:clamp(3.625rem, 3.021vw, 5.438rem);
    right: 0;
    height: clamp(6.125rem, 5.104vw, 9.188rem);
    width: auto;
    z-index: 100;
}
/**/
/*home*/

.hell-anb #home{
    background-image: url(../images/bg-home.png);
    background-size:  104% auto ;
    background-position: top center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.hell-anb #home .mec-holder {
    display: flex;
    padding:clamp(12.500rem, 10.417vw, 18.750rem) 0 0;
    flex-direction: column;
}
.hell-anb #home .mec-holder .home-title{
    display: flex;
    margin:0 auto;
}
.hell-anb #home .home-title h1{
    display: block;
    font-size:clamp(5.250rem, 4.375vw, 7.875rem);
    text-transform: uppercase;
    line-height: clamp(6.875rem, 5.729vw, 10.313rem);
    margin:0;
}
.hell-anb #home .home-title img{
    margin-left: clamp(2.000rem, 1.667vw, 3.000rem);
    width: clamp(20.250rem, 16.875vw, 30.375rem);
    height: clamp(6.875rem, 5.729vw, 10.313rem);
}
.hell-anb #home .mec-holder .mec-steps{
    margin:clamp(5.250rem, 4.375vw, 7.875rem) auto clamp(3.125rem, 2.604vw, 4.688rem);
    width: clamp(88.750rem, 73.958vw, 133.125rem);
}
.hell-anb #home .mec-holder .mec-steps .mec-item{
    display: flex;
    padding: calc(100vw * (20 / 1920));
}
.hell-anb #home .mec-holder .mec-steps .mec-item:nth-child(2){
    /*flex-direction: row-reverse;*/
}
.hell-anb #home .mec-holder .mec-steps .mec-item .step-nr{
    display: block;
    text-align: center;
    width: clamp(8.500rem, 7.083vw, 12.750rem);
    background-color: #010101;
    color: #C70D0E;
    font-size: clamp(6.875rem, 5.729vw, 10.313rem);
    line-height: clamp(8.500rem, 7.083vw, 12.750rem);
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%,  0% 100% );
    margin:0;
}
.hell-anb #home .mec-holder .mec-steps .mec-item p{
    margin: auto clamp(1.000rem, 0.833vw, 1.500rem);
    font-size: clamp(2.125rem, 1.771vw, 3.188rem);
    line-height: 1.1;
}
.hell-anb #home .mec-holder .mec-steps .mec-item p a{
    background-color: #5B0B00;
    color:#fff;
    text-decoration: none;
    display: inline-block;
    width: fit-content;
    padding:0 clamp(2.000rem, 1.667vw, 3.000rem);
    line-height: clamp(4.000rem, 3.333vw, 6.000rem);
    border-radius: clamp(2.000rem, 1.667vw, 3.000rem);
}
/**/
.hell-anb #home .prem-holder{
    width:clamp(97.500rem, 81.250vw, 146.250rem);
    margin: clamp(3.125rem, 2.604vw, 4.688rem) auto clamp(8.750rem, 7.292vw, 13.125rem);
}
.hell-anb #home .prem-holder .slider-holder{
    display: flex;
}

.hell-anb #home .prem-holder .slider-holder .slider-item{
    width: clamp(23.750rem, 19.792vw, 35.625rem);
}
/*home*/
/**/
/**/
/*form*/
.hell-anb #form{
    background-image: url(../images/bg-form.png);
    background-size:  auto 100%;
    background-repeat: repeat-x;
    overflow: hidden;
}
.hell-anb #form .form-holder{
    padding:clamp(11.250rem, 9.375vw, 16.875rem);
}
.hell-anb #form .form-holder .form-title{
    font-size:clamp(5.313rem, 4.427vw, 7.969rem);
    line-height: 1;
    text-align: center;
    width: 100%;
    margin-bottom: clamp(6.250rem, 5.208vw, 9.375rem);
}
.hell-anb #form .form-holder .form .form-item{
    width: clamp(71.625rem, 59.688vw, 107.438rem);
    margin:0 auto;
    /*position: relative;*/
    z-index:1;
}
.form #acc-holder{
    padding-left:calc(100vw * (40 / 1920));
}
.hell-anb #form .form-holder .form .form-item:focus-within,
.chosen-container-single .chosen-drop{
    z-index: 999999;
}
.hell-anb #form .form-holder .form .form-item img{
    width: clamp(3.438rem, 2.865vw, 5.156rem);
    height: clamp(3.438rem, 2.865vw, 5.156rem);
    position: absolute;
    top: 18%;
    left: 2%;
    z-index: 50;
    transform: translateY(-50%);
}
.hell-anb #form .form-holder .form .form-item .validator{
    padding-left: 10%;
    color:red;
    font-size: calc(100vw * (20 / 1920));
    z-index: 50;
}
.hell-anb #form .form-holder .form .form-item .inp{
    width: 100%;
    padding: calc(100vw * (20 / 1920)) calc(100vw * (110 / 1920)) calc(100vw * (0 / 1920));
    font-size: calc(100vw * (30 / 1920));
    line-height:  calc(100vw * (30 / 1920));
    margin: calc(100vw * (20 / 1920)) 0;
    background-image:url('{root}/html/images/input.svg');
    background-size:cover;
    background-color: transparent;
    border: 0px;
    min-height:  calc(100vw * (90 / 1920));
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    width: 100%;
    padding: calc(100vw * (20 / 1920)) calc(100vw * (110 / 1920)) calc(100vw * (0 / 1920));
    font-size: calc(100vw * (30 / 1920));
    line-height: calc(100vw * (30 / 1920));
    margin: calc(100vw * (20 / 1920)) 0;
    background-image: url('{root}/html/images/input.svg');
    background-size: cover;
    background-color: transparent;
    border: 0;
    min-height: calc(100vw * (90 / 1920));

    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
}
.hell-anb #form .form-holder .form .form-item .inp:focus,
.hell-anb #form .form-holder .form .form-item .inp:hover,
.hell-anb #form .form-holder .form .form-item .inp:active,
.hell-anb #form .form-holder .form .form-item .inp:visited,
.datepickercontrol:focus,
.datepickercontrol:hover{
    border: 0px!important;
    outline:none!important;
    box-shadow: none!important;
}
.datepickercontrol .input-group-append{
    display:none;
}
.datepicker .fa.fa-chevron-left:before{
    content: "<";
}
.datepicker .fa.fa-chevron-right:before{
    content: ">";
}
.datepickercontrol{
    color: #771409;
}
.bootstrap-datetimepicker-widget.dropdown-menu span,
.bootstrap-datetimepicker-widget.dropdown-menu td,
.bootstrap-datetimepicker-widget.dropdown-menu th{
    color: black!important;
}
.bootstrap-datetimepicker-widget table td.disabled{
    color: #868e96 !important;
}

.chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single{
    font-size: calc(100vw * (22 / 1920))!important;
    padding: calc(100vw * (20 / 1920)) calc(100vw * (40 / 1920))!important;
    color: #771409!important;
    border-radius: calc(100vw * (90 / 1920));
    outline: none;
    border: 0 transparent;
    min-height: calc(100vw * (75 / 1920));
    width: 100%;
}
.chosen-container-single .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single{
    border: 0px;
    background-image:url('{root}/html/images/input.svg')!important;
    background-size:cover;
    background-color: transparent;
    border-radius:0px;
    color:black!important;
    padding: calc(100vw * (35 / 1920)) calc(100vw * (115 / 1920)) calc(100vw * (10 / 1920))!important;
    min-height: calc(100vw * (90 / 1920));
}
.chosen-container-single .chosen-single div b{
    display:none!important;
}
.chosen-container-single .chosen-single{
    /*clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);*/
    background-color: transparent;
    background-image:url('{root}/html/images/input.svg');
    background-size:cover;
    border:0px!important;
    margin:0px;
    outline:none!important;
    box-shadow: none!important;

    min-height: calc(100vw * (90 / 1920));
    font-size: calc(100vw * (30 / 1920))!important;
    line-height: calc(100vw * (30 / 1920))!important;
}
.chosen-container-single .chosen-single:active,
.chosen-container-single .chosen-single:focus{
    border:0px!important;
    margin:0px;
    outline:none!important;
    box-shadow: none!important;
}
.chosen-container-single .chosen-drop{
    color:black;
}
.chosen-container .chosen-single span{
    font-size: calc(100vw * (30 / 1920)) !important;
    line-height: calc(100vw * (30 / 1920)) !important;
}
.chosen-container{
    height:  calc(100vw * (76/1920));
    margin-bottom: 0px;
    width:100%!important;
    background-color:transparent!important;
    margin: calc(100vw * (20 / 1920)) 0;
    min-height: calc(100vw * (90 / 1920));
}
.captcha-item{
    position: absolute;
    display: block;
    width: auto !important;
    height: 40px !important;
    top: 60% !important;
    right: 6% !important;
    left: auto !important;
    transform: translateY(-50%);
}
.chosen-container-single .chosen-single div{
    top:25px;
}
.chosen-container.chosen-with-drop .chosen-drop{
    left:5%;
    width: 90%;
    border:1px solid #002744;
}
.chosen-container-single .chosen-search input[type="text"]{
    border:1px solid #002744;
    line-height: 1.2;
}
.hell-anb #form .form-holder .form .form-item .captcha{
    position: absolute;
    top:50%;
    right: clamp(7.750rem, 6.458vw, 11.625rem);
    font-size: clamp(7.750rem, 6.458vw, 11.625rem);
    color:red;
    line-height: 1;
    margin: 0;
    transform: translateY(calc( -50% - clamp(1.250rem, 1.042vw, 1.875rem)));
}
.hell-anb #form .form-holder .form .form-item .send{
    display: block;
    width:clamp(41.125rem, 34.271vw, 61.688rem);
    background-color: #010101;
    background-image: url(../images/img-send.png);
    background-position: center;
    background-size:  auto clamp(3.125rem, 2.604vw, 4.688rem);
    background-repeat: no-repeat;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%,  0% 100% );
    /*padding:clamp(2.000rem, 1.667vw, 3.000rem) clamp(8.000rem, 6.667vw, 12.000rem);*/
    height: calc(100vw * (95 / 1920));
    margin:clamp(6.250rem, 5.208vw, 9.375rem) auto 0;
    color:#B10F0F;
    font-size: clamp(2.000rem, 1.667vw, 3.000rem);
}
/*checkthingie*/
.hell-anb #form .form-holder .form .containerCheckbox {
    display: block;
    position: relative;
    font-size: clamp(1.125rem, 1.250vw, 1.688rem);
    line-height: clamp(2.188rem, 2.431vw, 3.281rem);
    padding-left: calc(100vw * (40 / 1920));
    margin-bottom: clamp(0.938rem, 1.042vw, 1.406rem);
    margin-left:0;
    cursor: pointer;
    color:#010101;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top:calc(100vw * (3 / 1920));
}
.form .containerCheckbox input,
.form .container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.form .checkmark {
    position: absolute;
    left: 0px;
    top: clamp(0.625rem, 0.694vw, 0.938rem);
    width: calc(100vw * (30 / 1920));
    height: calc(100vw * (30 / 1920));
    background-size: cover;
    background-image: url(html/images/unchecked.png);
}
.form .checkmark:after{
    background-image: url(html/images/checked.png);
    width: calc(100vw * (30 / 1920));
    height: calc(100vw * (30 / 1920));
    background-size: cover;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.containerCheckbox input:checked ~ .checkmark:after {
    display: block;
}
#validator_acordRegulation,
#validator_acordAge{
    padding-left:0px!important;
    display:block!important;
}
/*checkthingie*/
/*form*/
/**/
/**/
/*winers*/
.hell-anb #winers{
    background-image: url(../images/bg-win.png);
    background-size: 100% auto ;
    background-repeat: no-repeat;
    overflow: hidden;
}
.hell-anb #winers .win-title {
    /*background-color: #000;*/
    background-color: #010101d0;
    outline: none;
    border:0 transparent;
    width: 100%;
    padding:clamp(2.188rem, 1.823vw, 3.281rem) clamp(3.125rem, 2.604vw, 4.688rem);
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: calc(100vw * (20 / 1920));
}
.hell-anb #winers .win-title:last-of-type{
    margin-bottom:0;
}
.hell-anb #winers .win-title p{
    font-size: clamp(4.063rem, 3.385vw, 6.094rem);
    line-height:1;
    margin:auto;
}
.hell-anb #winers .win-title img.prem-img{
    width: clamp(10.625rem, 38.636vw, 15.938rem);
    height: auto;
    margin:auto 0;
}
.hell-anb #winers .win-title img.arr{
    width: clamp(4.750rem, 3.958vw, 7.125rem);
    height: auto;
    margin:auto 0;
    transform: rotate(-90deg);
}
.hell-anb #winers .win-title.active img.arr{
    transform: rotate(0);
}
.hell-anb #winers .win-item:not(.show){
    height: clamp(0.500rem, 0.417vw, 0.750rem);
    padding:0;
}
.hell-anb #winers #win-table-4.win-item:not(.show){
    height: 0;
    padding:0;
}
.hell-anb #winers .win-item:not(.show) table{
}
.hell-anb #winers .win-item{
    padding:clamp(6.250rem, 5.208vw, 9.375rem) clamp(12.500rem, 10.417vw, 18.750rem);
}
.hell-anb #winers .win-item table{
    width: 100%;
    background-color: #E5E5E5;
    color:#000;
    text-align: left;
    border-collapse:collapse;

}
.hell-anb #winers .win-item table tr:nth-child(even){
    background-color: #fff;
}
.hell-anb #winers .win-item table tr td,
.hell-anb #winers .win-item table tr th{
    border:clamp(0.125rem, 0.104vw, 0.188rem) solid #828282;
    padding:clamp(1.875rem, 1.563vw, 2.813rem);
    font-size: clamp(2.188rem, 1.823vw, 3.281rem);
    line-height: 1;
}
/*winers*/
/**/
/**/
/*footer*/
.hell-anb .foter{
    display: flex;
    justify-content: center;
    padding:clamp(7.500rem, 6.250vw, 11.250rem) 0;
    background-image: url(../images/bg-ft.png);
    background-size:  100% 100%;
    background-repeat: no-repeat;
    overflow-x: hidden;
}
.hell-anb .foter .ft-links{
    text-decoration: none;
    font-size: clamp(1.875rem, 1.563vw, 2.813rem);
    line-height: 1;
    margin:0;
}
.hell-anb .foter .ft-links:hover{
    color:white;
}
.hell-anb .foter .ft-links:not(:last-child):after{
    content: "-";
    font-size: inherit;
    margin:0 clamp(1.000rem, 0.833vw, 1.500rem);
}
/*footer*/
/**/
/**/
/*ph ca nu stiu cum pui chestii peste chestii*/
.hell-anb .splat-holder{
    display: none;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000bf;
    text-align: center;
    /*display: flex;*/  /*pui flex ca sa vezi cum e*/
    z-index: 500;
}
.hell-anb .splat-holder .splat{
    width: 80%;
    margin: auto;
    background-image: url(../images/bg-win.png);
    background-size: 100% auto ;
    background-repeat: no-repeat;
    position: relative;
    padding:clamp(5.000rem, 4.167vw, 7.500rem);
    top:30%;
    box-shadow: 1px -1px 400px 13px rgba(255, 255, 255, 0.88);
    -webkit-box-shadow: 1px -1px 400px 13px rgba(255, 255, 255, 0.88);
    -moz-box-shadow: 1px -1px 400px 13px rgba(255,255,255,0.88);
}
.hell-anb .splat-holder .splat p{
    font-size: clamp(2.000rem, 1.667vw, 3.000rem);
    line-height: 1.4;
}
.hell-anb .splat-holder .splat p b{
    font-size: clamp(3.125rem, 2.604vw, 4.688rem);
    line-height: 1.2;
}
.hell-anb .splat .close{
    font-size:clamp(3.125rem, 2.604vw, 4.688rem);
    line-height:clamp(5.000rem, 4.167vw, 7.500rem);
    width:clamp(5.000rem, 4.167vw, 7.500rem);
    text-align: center;
    color:#B10F0F;
    background-color: #D9D9D9;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    border-radius: 50%;
    font-weight: 700;
}
/*ph ca nu stiu cum pui chestii peste chestii*/
@media screen and (max-width:768px){
    .on-desk{
        display: none;
    }
    .on-mb{
        display: initial;
    }
    /**/
    /*nav*/
    .hell-anb  nav.menu-holder{
        z-index: 90;
    }
    .hell-anb .menu-togle{
        background-color: #000;
        outline: none;
        border:0 transparent;
        position: fixed;
        top: 0;
        right: 0;
        display: block;
        margin:2% 2% 0 auto;
        padding:1%;
    }
    .hell-anb .menu-togle svg{
        width: clamp(1.250rem, 4.545vw, 1.875rem);
        height:auto;
    }
    .hell-anb .menu-togle svg path{
        fill:none;
        stroke:#ddd;
        stroke-width:2;

    }
    .hell-anb .menu-links:not(.show){
        display: none;
    }
    .hell-anb .menu-links.show{
        display: flex;
        background-color: black;
        flex-direction: column;
        justify-content: start;
        width: 100%;
        padding: 0 clamp(1.125rem, 4.091vw, 1.688rem);
        margin:clamp(2.875rem, 10.455vw, 4.313rem) 0 0;
    }
    .hell-anb .menu-links .link-item{
        background-color: transparent;
        color:#C70D0E;
        font-size: clamp(1.125rem, 4.091vw, 1.688rem);
        line-height: 3;
        padding:0 clamp(2.125rem, 7.727vw, 3.188rem);
    }
    /*nav*/
    /**/
    .hell-anb .logo-ab{
        top:clamp(2.875rem, 10.455vw, 4.313rem);
        height: clamp(4.750rem, 17.273vw, 7.125rem);
        z-index: 1;
    }
    /**/
    /*home*/
    .hell-anb #home{
        background-image: url(../images/bg-home-mb.png);
        background-size:  100% auto ;
        background-position: top center;
        background-repeat: no-repeat;
        overflow: hidden;
    }
    .hell-anb #home .mec-holder {
        display: flex;
        padding:clamp(10.000rem, 36.364vw, 15.000rem) 0 0;
        flex-direction: column;
    }
    .hell-anb #home .mec-holder .home-title{
        flex-direction: column;
        text-align: center;
    }
    .hell-anb #home .home-title h1{
        display: block;
        font-size:clamp(3.250rem, 2.708vw, 4.875rem);
        text-transform: uppercase;
        line-height: 1.4;
        margin:0;
    }
    .hell-anb #home .home-title img{
        margin:0 auto;
        width: clamp(9.813rem, 8.177vw, 14.719rem);
        height: clamp(3.563rem, 2.969vw, 5.344rem);
    }
    .hell-anb #home .mec-holder .mec-steps{
        margin:clamp(3.125rem, 2.604vw, 4.688rem) auto clamp(3.125rem, 2.604vw, 4.688rem);
        width: clamp(25.000rem, 20.833vw, 37.500rem);
        display: flex;
        flex-direction: column;
        gap:clamp(2.500rem, 9.091vw, 3.750rem);
    }
    .hell-anb #home .mec-holder .mec-steps .mec-item:nth-child(2){
        flex-direction: row;
    }
    .hell-anb #home .mec-holder .mec-steps .mec-item .step-nr{
        width: clamp(5.938rem, 4.948vw, 8.906rem);
        font-size: calc(100vw * (55 / 430));
        line-height: calc(100vw * (125 / 430));
        clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
        margin-left: calc(100vw * (25 / 430));
        min-width: calc(100vw * (112 / 430));
        height: calc(100vw * (112 / 430));
    }
    .hell-anb #home .mec-holder .mec-steps .mec-item p{
        margin: auto clamp(1.125rem, 4.091vw, 1.688rem);
        font-size: clamp(1.125rem, 4.091vw, 1.688rem);
        line-height: 1.2;
    }
    .hell-anb #home .mec-holder .mec-steps .mec-item p a{
        padding:0  clamp(1.125rem, 4.091vw, 1.688rem);
        line-height: clamp(2.125rem, 7.727vw, 3.188rem);
        border-radius: clamp(2.000rem, 1.667vw, 3.000rem);
    }
    /**/
    .hell-anb #home .prem-holder{
        width:100%;
        margin:clamp(1.125rem, 4.091vw, 1.688rem) auto clamp(3.125rem, 11.364vw, 4.688rem);
    }
    .slick{
        width:100%;
        max-height: calc(100vw * (600 /430));
        margin-bottom:0!important;
    }
    .slick .slick-list{
        max-height: calc(100vw * (600 /430));
    }
    .slick-slide img {
        display: block;
        width: auto;
        margin: 0 auto;
        max-height:  calc(100vw * (410 /430));
    }
    .slick-prev, .slick-next{
        width: calc(100vw * (23 /430));
        height: calc(100vw * (50 /430));
        top:77%;
        z-index: 9999;
    }
    .slick-dots{
        top:75%;
        bottom:auto;
    }
    .slick-dots li button:before {
        width: calc(100vw * (23 / 430));
        height: calc(100vw * (23 / 430));
        background-color: #D9D9D9;
        color: #D9D9D9;
        opacity: 1;
        border-radius: 20px;
    }
    .slick-dots li.slick-active button:before{
        background-color: #b10f0f;
    }
    .slick-dots li.slick-active button:before{
        color: #b10f0f;
    }
    .slick-dots li{
        margin: 0 calc(100vw * (15 / 430));
    }

    .slick .slick-prev:before {
        content: '';
        background-image: url(../images/arr-next.png);
        width: calc(100vw * (23 /430));
        height: calc(100vw * (50 /430));
        display: block;
        background-size: cover;
        transform: scaleX(-1);
    }

    .slick .slick-next:before {
        content: '';
        background-image: url(../images/arr-next.png);
        width: calc(100vw * (23 /430));
        height: calc(100vw * (50 /430));
        display: block;
        background-size: cover;
    }
    .slick .slick-prev {
        left: 14%;
        z-index: 9999;
    }
    .slick .slick-next {
        right: 14%;
        z-index: 9999;
    }
    .hell-anb #home .prem-holder{
        max-height: calc(100vw * (600 /430));
    }
    .hell-anb #home .prem-holder .slider-holder .slider-item{
        width: clamp(17.500rem, 14.583vw, 26.250rem);
    }
    /*pt pana cand pui slider*/
    .hell-anb #home .prem-holder .slider-holder{
        display: flex;
    }
    .hell-anb #home .prem-holder .slider-holder .slider-item:not(:first-child){
        display: none;
    }
    /*pt pana cand pui slider*/
    /*home*/
    /**/
    /**/
    /*form*/
    .hell-anb #form .form-holder{
        padding:clamp(2.000rem, 7.273vw, 3.000rem);
    }
    .hell-anb #form .form-holder .form-title{
        font-size:clamp(1.750rem, 6.364vw, 2.625rem);
        margin-bottom:clamp(1.750rem, 6.364vw, 2.625rem);
    }
    .hell-anb #form .form-holder .form .form-item{
        width:100%;
    }
    .hell-anb #form .form-holder .form .form-item img{
        width: clamp(1.125rem, 4.091vw, 1.688rem);
        height: clamp(1.125rem, 4.091vw, 1.688rem);
    }
    .hell-anb #form .form-holder .form .form-item .validator{
        color:red;
        font-size:  clamp(0.625rem, 2.273vw, 0.938rem);
        z-index: 50;
        display:block;
    }
    select{
        color:black;
    }
    .hell-anb #form .form-holder .form .form-item .inp{
        padding: 0 clamp(2.500rem, 9.091vw, 3.750rem);
        font-size: clamp(0.625rem, 2.273vw, 0.938rem);
        line-height:clamp(2.625rem, 9.545vw, 3.938rem);
        margin-bottom: clamp(0.625rem, 2.273vw, 0.938rem);
        clip-path: polygon(5% 0%, 100% 0%, 95% 100%,  0% 100% );
        min-height:calc(100vw * (52 / 430));
    }
    #validator_acordRegulation,
    #validator_acordAge{
        padding-left:0px!important;
        display:block!important;
    }
    .captcha-item{
        top:50%!important;
    }
    .hell-anb #form .form-holder .form .form-item .captcha{
        position: absolute;
        top:42%;
        right: clamp(2.500rem, 9.091vw, 3.750rem);
        font-size: clamp(2.625rem, 9.545vw, 3.938rem);
        color:red;
        line-height: 1;
        margin: 0;
        transform: translateY(-50%);
    }
    .hell-anb #form .form-holder .form .form-item .send{
        display: block;
        width:clamp(17.188rem, 62.500vw, 25.781rem);
        height: clamp(2.750rem, 10.000vw, 4.125rem);
        background-color: #010101;
        background-image: url(../images/img-send.png);
        background-position: center;
        background-size:  auto clamp(1.125rem, 4.091vw, 1.688rem);
        background-repeat: no-repeat;
        clip-path: polygon(5% 0%, 100% 0%, 95% 100%,  0% 100% );
        padding:clamp(2.000rem, 1.667vw, 3.000rem) clamp(8.000rem, 6.667vw, 12.000rem);
        margin:clamp(2.750rem, 10.000vw, 4.125rem) auto 0;
        color:#B10F0F;
        font-size: clamp(2.000rem, 1.667vw, 3.000rem);
    }
    /*checkthingie*/
    .hell-anb #form .form-holder .form .containerCheckbox {
        display: block;
        position: relative;
        font-size: 1rem;
        line-height: 1rem;
        padding-left: calc(100vw * (40 / 430));
        margin-bottom: clamp(0.938rem, 1.042vw, 1.406rem);
        margin-left:0;
        cursor: pointer;
        color:#010101;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        padding-top: calc(100vw * (10 / 430));
    }
    .hell-anb #form .form-holder .form .containerCheckbox a{
        font-size: 1rem;
        line-height: 1rem;
    }
    .hell-anb #form .form-holder .form .containerCheckbox input,
    .hell-anb #form .form-holder .form .container-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
    .hell-anb #form .form-holder .form .checkmark {
        position: absolute;
        left: 0px;
        top: clamp(0.625rem, 0.694vw, 0.938rem);
        width: calc(100vw * (30 / 430));
        height: calc(100vw * (30 / 430));
        background-size: cover;
        background-image: url(../images/unchecked.png);
    }
    .hell-anb #form .form-holder .form.containerCheckbox .checkmark:after,
    .hell-anb #form .form-holder .form .container-checkbox .checkmark:after{
        background-image: url(../images/checked.png);
        width:clamp(0.938rem, 1.042vw, 1.406rem);
        height: clamp(0.938rem, 1.042vw, 1.406rem);
    }
    .hell-anb #form .form-holder .form .form-item .inp {
        padding: 0 clamp(2.500rem, 9.091vw, 3.750rem);
        font-size: 1rem;
        line-height: 1rem;
        margin-bottom: clamp(0.625rem, 2.273vw, 0.938rem);
        clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    }
    select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image:  none;
        background-repeat: no-repeat;
    }
    .form .checkmark:after,
    .form .checkmark{
        width: calc(100vw * (30 / 430));
        height: calc(100vw * (30 / 430));
    }

    /*form*/
    /**/
    /**/
    /*winers*/
    .hell-anb #winers {
        background-image: url(../images/bg-home-mb.png);
    }
    .hell-anb #winers .win-title {
        padding:clamp(0.938rem, 3.409vw, 1.406rem) clamp(1.250rem, 4.545vw, 1.875rem);
    }
    .hell-anb #winers .win-title p{
        font-size:1rem;
    }
    .hell-anb #winers .win-title img.prem-img{
        width: clamp(2.813rem, 10.227vw, 4.219rem);
    }
    .hell-anb #winers .win-title img.arr{
        width: clamp(0.938rem, 3.409vw, 1.406rem);
    }
    .hell-anb #winers .win-item:not(.show){
        height: clamp(0.500rem, 0.417vw, 0.750rem);
    }
    .hell-anb #winers .win-item{
        padding:clamp(1.875rem, 6.818vw, 2.813rem) clamp(3.125rem, 11.364vw, 4.688rem);
    }
    .hell-anb #winers .win-item table{
        background-color: #E5E5E5;
    }
    .hell-anb #winers .win-item table tr td,
    .hell-anb #winers .win-item table tr th{
        border:clamp(0.125rem, 0.104vw, 0.188rem) solid #828282;
        padding:clamp(0.500rem, 1.818vw, 0.750rem);
        font-size: 1rem;
        line-height: 1rem;
    }
    /*winers*/
    /**/
    /*footer*/
    .hell-anb .foter{
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding:clamp(3.125rem, 11.364vw, 4.688rem) 0;
    }
    .hell-anb .foter .ft-links{
        font-size: clamp(1.000rem, 3.636vw, 1.500rem);
        line-height: 2;
    }
    .hell-anb .foter .ft-links:not(:last-child):after{
        content: "";
        margin:0;
    }
    /*footer*/

    /*ph ca nu stiu cum pui chestii peste chestii*/
    .hell-anb .splat-holder{
        display: none;
        position: fixed;
        top:0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #0008;
        text-align: center;
        /*display: flex;*//*pui flex ca sa vezi cum e*/
        z-index: 500;
    }
    .hell-anb .splat-holder .splat{
        width: 84%;
        padding:clamp(3.125rem, 2.604vw, 4.688rem) 0;
    }
    .hell-anb .splat-holder .splat p{
        font-size:clamp(0.875rem, 3.182vw, 1.313rem);
        line-height: 1.4;
    }
    .hell-anb .splat-holder .splat p b{
        font-size: clamp(1.875rem, 6.818vw, 2.813rem);
        line-height: 1.2;
    }
    .hell-anb .splat .close{
        font-size:clamp(1.875rem, 6.818vw, 2.813rem);
        line-height:clamp(3.125rem, 11.364vw, 4.688rem);
        width: clamp(3.125rem, 11.364vw, 4.688rem);
    }
    /*ph ca nu stiu cum pui chestii peste chestii*/
}


