.discount-section{
    margin-top: 15rem;
}

.discount-section h1{
    font-family: 'DINPro-Bold';
    text-decoration: none;
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 3.2rem;
    margin-bottom: 4rem;
}
.discount-section h1 span{
    color: #C32329;
}
.discount-section h2{
    font-family: 'DINPro-Bold';
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-bottom: 4rem;
}
.perfect-flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -1rem;
    margin-right: -1rem;
}
.flex-element{
    width: 50%;
    padding: 0 1rem;
}
.input-holder{
    position: relative;
    margin-bottom: 2rem;
}
.input-holder input[type='text'],
.input-holder input[type='email'],
.input-holder input[type='tel'],
.input-holder input[type='number'],
.input-holder select{
    color: #000;
    border: 1px solid #000000!important;
    padding: 4px 8px!important;
    height: auto!important;
    font-size: 1rem!important;
    line-height: 1rem!important;
    min-height: 40px!important;
    width: 100%;
    outline: none;
}
.discount-form-hold{
    width: 78%;
    margin-right: auto;
}
.input-holder select{
    width: 50%;
}
.input-holder select.maxw{
    width: 100%;
}
.input-holder label{
    font-size: 15px !important;
    line-height: 22px !important;
    font-weight: 600;
    margin-bottom: 6px;
}
.discount-form-hold .wpcf7-not-valid-tip{
    position: absolute;
    top: 140%;
    left: 0;
}
.checkHold{
    position: relative;
    margin-bottom: 28px;
}

.checkHold .wpcf7-form-control-wrap{
    top: 3px;
    left: 0;
    display: block;
    width: 100%;
}
.checkHold .wpcf7-form-control,
.checkHold .wpcf7-list-item,
.checkHold .wpcf7-list-item input,
.fakechecker{
    position: absolute;
    top: 0;
    left: 0;
}
.checkHold .wpcf7-list-item input,
.fakechecker{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 1rem;
    height: 1rem;
    border: 1px solid #000000;
    border-radius: 50px;
    background:transparent;
    opacity: 0;
    visibility: hidden;
    pointer-events: all;
    outline:none;
    transition:0.3s ease all;
}
.fakechecker{
    opacity: 1;
    visibility: visible;
    pointer-events: none;
}
.checkHold .wpcf7-list-item input:checked + .fakechecker{
    transition:0.3s ease all;
    background: #C32329;
}
label.check-label{
    position: relative;
    padding-left: 24px;
    cursor: pointer;
}
label.check-label a{
    text-decoration: underline;
}
.discount-form-hold .checkHold .wpcf7-not-valid-tip{
    left: 25px;
    top: 18px;
}
.discount-form-hold input[type='submit'], .succbtn{
    display: inline-block !important;
    padding: 0.8rem 3.2rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    outline: none !important;
    text-transform: none !important;
    background: #C32329;
    color: #ffffff;
    font-size: 1rem !important;
    line-height: 1rem !important;
    border-radius: 0 !important;
    border: none !important;
    margin-top: 25px;
    cursor: pointer;
    pointer-events: all;
    font-family: 'DINPro-Regular';
}



.discount-holder, .tvPopup-holder{
	display:block;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000ab;
}
.tvPopup-holder{
    opacity: 0;
    visibility: hidden;
}
.discount-element, .tvPopup-element{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 3.2rem 3.2rem;
    background: #ffffff;
    border-radius: 5px;
    outline: none;
}
.discount-element{
    padding: 1.8rem 2.8rem 1.8rem 0rem;
}
.discount-flex-holder{
    display:flex;
    align-items: center;
    gap:2.4rem;
}
.discount-right, .discount-left{
    flex:1;
}

.tvPopup-element{
    min-width: 55.234vw;
}
.tvPopup-iframe{
    display: block;
    width: 100%;
    height: 28.342vw;
}
.tvPopup-iframe iframe{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}
.discount-constrain{
    width: 100%;
    margin-right: auto;
}
.discount-element h2{
    font-family: 'DINPro-Bold';
    text-decoration: none;
    font-size: 2.3rem;
    line-height: 2.7rem;
    margin-bottom: 2rem;
}
.discount-element h2 span{
    color: #C32329;
}
.discount-element h3{
    font-family: 'DINPro-Bold';
    text-decoration: none;
    font-size: 1.3rem;
    line-height: 1.7rem;
    margin-bottom: 1.2rem;
}
.radiohold{
    position: relative;
    margin-bottom: 1.2rem;
}

.radiohold input[type='radio'],
.deepChecker input[type='radio'],
.fakecheck{
    position: absolute;
    top: 3px;
    left: 0;
    margin: 0 auto;
    width: 1rem;
    height: 1rem;
    border: 1px solid #000000;
    border-radius: 50px;
    background:transparent;
    opacity: 0;
    visibility: hidden;
    pointer-events: all;
    outline:none;
    transition:0.3s ease all;
}
.fakecheck{
    opacity: 1;
    visibility: visible;
    pointer-events: none;
}
.radiohold input[type='radio']:checked + .fakecheck,
.deepChecker input[type='radio']:checked + .fakecheck{
    transition:0.3s ease all;
    background: #C32329;
}
.radiohold label{
    padding-left: 1.4rem;
    cursor: pointer;
}
.btns-holder{
    position: relative;
    margin-top: 2.7243vw;
    margin-bottom: 0.7243vw;
}
.btns-holder a{
    padding: 0.5rem 1.8rem 0.8rem 1.8rem;
    display: inline-block;
    margin-right: 1.2243vw;
}
.btns-holder a:last-of-type{
    margin-right: 0;
}
.messagesBox{
    display: none;
    position: absolute;
    top: 130%;
}
.messagesBox p{
    font-weight: bold;
    color: #C32329;
}
span#answer > span{
    display: block;
    position: relative;
}



.form-with-custom-radios .wpcf7-list-item {
  margin: 0;
}
.form-with-custom-radios .wpcf7-list-item:not(:last-child) {
  margin-bottom: 14px;
}
.form-with-custom-radios label {
  cursor: pointer;
  font-family: 'DINPro-Regular';
}
.form-with-custom-radios [type="radio"] {
  position: absolute;
  left: -9999px;
}
.form-with-custom-radios [type="radio"] + .wpcf7-list-item-label{
  position: relative;
  padding-left: 30px;
  line-height: 20px;
}
.form-with-custom-radios [type="radio"] + .wpcf7-list-item-label::before,
.form-with-custom-radios [type="radio"] + .wpcf7-list-item-label::after{
  content: "";
  position: absolute;
  box-sizing: border-box;
}
.form-with-custom-radios [type="radio"] + .wpcf7-list-item-label::before,
.form-with-custom-radios [type="radio"] + .wpcf7-list-item-label::after {
  border-radius: 50%;
}
.form-with-custom-radios [type="radio"] + .wpcf7-list-item-label::before{
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  border: 1px solid black;
  margin: 0 auto;
  border-radius: 50px;
  outline:none;
}
.form-with-custom-radios [type="radio"] + .wpcf7-list-item-label::after{
    top: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
  border-radius: 50px;
  background: transparent;
  transition: all 0.2s;
}
.form-with-custom-radios [type="radio"]:not(:checked) + .wpcf7-list-item-label::after{
  opacity: 0;
  background: transparent;
  transform: scale(0.01);
}
.form-with-custom-radios [type="radio"]:checked + .wpcf7-list-item-label::after{
  opacity: 1;
  background: #C32329;
  transform: scale(1);
}
.conditionalAnswer{
    margin-bottom: 2rem;
}
.conditionalAnswer h5{
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 600;
    margin-bottom: 15px;
}
p.smallDiscl{
    font-size: 13px;
    font-weight: 600;
    font-style: italic;
}
p.smallDiscl span{
    color: #C32329;
}
span.redStar{
    color: #C32329;
}

.closeDiscount, .closeTvPopup{
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 2rem;
    cursor: pointer;
    pointer-events: all;
}
.closeDiscount img, .closeTvPopup img{
    display: block;
    width: 100%;
}
.discount-success{
    width: 65%;
    margin: 0 auto;
}
.discount-success-flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.discount-success-left{
    width: 40%;
}
.discount-success-right{
    width: 60%;
}
.discount-success-img{
    display: block;
    width: 100%;
    height: 25.324vw;
}
.discount-success-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.discount-success-content{
    padding-left: 3.2342vw;
    text-align: left;
}

.discount-success-content img{
    display: inline-block;
    vertical-align: middle;
}
.discount-success-content h1{
    font-family: 'DINPro-Bold';
    text-decoration: none;
    font-size: 3rem;
    line-height: 3.2rem;
    margin-bottom: 2.8rem;
}
.discount-success-content p{
 margin-bottom: 0.823746vw;   
}
.discount-success-content img{
    display: inline-block;
    vertical-align: inherit;
    width: 1.534vw;
    position: relative;
    top: -4px;
}
.discount-success-content p:last-of-type{
    margin-bottom: 0;
    margin-top: 3.324vw;
}
.discount-success-content p a{
    color: #C32329;
    text-decoration: underline;
}
.discount-section.smallerSection {
    margin-top: 12rem;
}

.activate-hold a{
    font-family: 'DINPro-Bold';
    text-align: center;
    display: block;
    background: black;
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 3rem;
}
.activate-hold{
    margin-bottom: 2.234vw;
}
.discount-content h2{
    color: #FF0009;
    font-size: 1.8rem;
    line-height: 2.4rem;
}
.discount-content p{
    font-family: 'DINPro-Regular';
    font-size: 1.2rem;
    line-height: 1.4rem;
}
@media screen and (max-width:1680px){
    .discount-element{
        min-width: 65.234vw;
    }
    .activate-hold a{
        font-size: 1.4rem;
        line-height: 3rem;
    }
    .discount-content h2 {
        color: #FF0009;
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
    .discount-content p {
        font-family: 'DINPro-Regular';
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
    .discount-success-content img {
        display: inline-block;
        vertical-align: inherit;
        width: 2.134vw;
        position: relative;
        top: -4px;
    }
}
@media screen and (max-width:1490px){
    .checkHold .wpcf7-list-item input, .fakechecker{
        top: 0px;
        width: 1.1rem;
        height: 1.1rem;
    }
    .tvPopup-element {
        min-width: 58.034vw;
    }
    .tvPopup-iframe{
        height: 29.042vw;
    }
}


@media screen and (max-width:990px){
    .discount-section {
        margin-top: 13rem;
    }
    .discount-section h1{
        margin-bottom: 3rem;
    }
    .discount-section h2 {
        font-size: 1.4rem;
        line-height: 1.6rem;
        margin-bottom: 3rem;
    }
    .discount-form-hold{
        width: 100%;
    }
    .flex-element,
    .input-holder select{
        width: 100%;
    }
    .discount-element {
        min-width: 95%;
        padding: 30px 30px;
    }
    .closeDiscount{
        width: 40px;
    }
    .discount-element h2 {
        font-family: 'DINPro-Bold';
        text-decoration: none;
        font-size: 1.6rem;
        line-height: 1.8rem;
        margin-bottom: 1.8rem;
    }
    
    .discount-constrain {
        width: 100%;
    }
    .btns-holder a {
        padding: 0.5rem 1.8rem 0.8rem 1.8rem;
        display: block;
        margin-right: 0;
        margin-bottom: 2rem;
    }
    .btns-holder a {
        padding: 10px 0;
        display: block;
        text-align: center;
        margin-right: 0;
        margin-bottom: 2rem;
        font-size: 1.2rem;
        line-height: 1.2rem;
        padding: 10px 0;
    }
    .discount-success{
        width: 100%;
    }
    .discount-success-left, .discount-success-right{
        width: 100%;
    }
    .discount-section.smallerSection.suc{
        margin-top: 10rem;
    }
    .discount-success-img {        
        height: 32.324vw;
        margin-bottom: 7.324vw;
    }
    .discount-section h1{
        text-align: center;
        font-size: 2.4rem;
        line-height: 2.4rem;
    }
    .discount-success-content img {
        width: 5.134vw;
        top: -3px;
    }
    .campanie50Success .discount-success-flex{
        flex-direction: column-reverse;
    }
    .campanie50Success .discount-success-left, .campanie50Success .discount-success-right{
        width: 100%;
    }
    .tvPopup-element {
        width: 95%;
        padding: 3.2rem 1rem;
    }
    .tvPopup-iframe {
        height: 49.042vw;
    }
    .discount-flex-holder{
        flex-wrap: wrap;
    }
    .discount-right, .discount-left {
        flex: auto;
    }
    .discount-right{
        padding: 0 15px;
    }
    .discount-element h2 {
        text-align: center;
        font-size: 1.4rem;
        margin-bottom: 0.7rem;
    }
    .activate-hold {
        margin-bottom: 0.7rem;
    }
    .discount-content p {
        font-family: 'DINPro-Regular';
        font-size: 1.1rem;
        line-height: 1.3rem;
        text-align: center;
    }
}

@media screen and (max-width: 580px){
    .discount-section {
        margin-top: 11rem;
    }
    .discount-section h1 {
        font-size: 1.8rem;
        line-height: 2.2rem;
        margin-bottom: 2rem;
    }
    .discount-section h2 {
        font-size: 1.2rem;
        line-height: 1.4rem;
        margin-bottom: 2rem;
    }
    .input-holder {
        position: relative;
        margin-bottom: 1.6rem;
    }
    .checkHold {
        position: relative;
        margin-bottom: 1.2rem;
    }
    .discount-form-hold .checkHold .wpcf7-not-valid-tip{
        position: relative;
        top: 0;
        left: 30px;
    }
    .checkHold .wpcf7-list-item input, .fakechecker{
        width: 1.4rem;
        height: 1.4rem;
    }
    .label.check-label{
        padding-left: 30px;
    }
    .discount-element {
        min-width: 95%;
        padding: 55px 0px 30px 0px;
    }
    .closeDiscount {
        width: 30px;
    }
    .discount-element h2{
        margin-bottom: 1.6rem;
    }
    .discount-element h3 {
        font-size: 1.1rem;
        line-height: 1.3rem;
        margin-bottom: 1.2rem;
    }
    .radiohold input[type='radio'], .deepChecker input[type='radio'], .fakecheck{
        top: -1px;
        width: 1.4rem;
        height: 1.4rem;
    }
    .radiohold label {
        padding-left: 1.8rem;
    }
    .btns-holder {
        position: relative;
        margin-top: 10.7243vw;
        display: flex;
        flex-flow: column-reverse;
    }
    .btns-holder a{
        margin-bottom: 1.2rem;
        width: 100%;
        display: block;
    }
    .messagesBox{
        position: relative;
        top: auto;
        text-align: center;
        margin-bottom: 3.234vw;
    }
    label.check-label{
        padding-left: 1.8rem;
        display: block;
    }
    label.check-label a {
        text-decoration: underline;
        display: inline;
        pointer-events: none;
    }
}