.tg-hero{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../images/lps/tv-giveaway/2/back.jpg);
        background-image: -webkit-image-set( url("../../images/lps/tv-giveaway/2/back.jpg") 1x, url("../../images/lps/tv-giveaway/2/back@2x.jpg") 2x)
}
.tgh-inner{
    height: 424px;
}
.tgh-half{
    flex-basis: 50%;
    flex-grow: 0;
}
.tg-pattern{
    background-position: top left;
    background-repeat: repeat;
    background-size: auto;
    background-image: url(../../images/lps/tv-giveaway/pattern.jpg);   
    padding-bottom: 46px;
}
.tg-hero .entertowin {
    max-width:470px;
	margin-top:-40px
}
.tg-hero .button {
   height:60px;
   line-height:60px;
   background:#eb5300;
   font-size:23px;
   max-width:285px;
   box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.35);
}
.tg-tv{
    margin-bottom: -170px;
    top: -170px; 
}
.tg-tv img {
   max-width:470px	
}
.tg-text h3{    
    font-size: 2.5em;
    margin: 40px 0 8px;
}
.tg-text p{    
    font-size: 1.25em;
    line-height: 1.1;
    letter-spacing: 0.01em;
}
.tg-form{
    width: 584px;
    margin-top: 23px;
}
.tg-form p,
.tg-form label{
    line-height: 1.375;
}
.tg-form .form-field{
    padding: 10px 8.5px;
}
.tg-form .form-field input, 
.tg-form .form-field select{
    height: 46px;
    font-size: 1em;
	border:1px solid #b2b2b2
}
.tg-form .form-field select{
    background-size: 11px 7px;
    background-position: calc(100% - 13px) center;
    background-image: url(../../images/lps/tv-giveaway/down-arrow.png);   
}
.tg-form .form-field input[type="checkbox"]{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-left: 0;
    flex-shrink: 0;
    flex-grow: 0;
    background-color: white;
}
.tg-form .form-field input[type="checkbox"]:checked + label:before{
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 4px;
    left: 4px;
    background-color: var(--red);
}
.tg-form button.button,
.tg-text .button{
    font-size: 0.875em;
    padding: 10px 47px 9px;
    margin-top: 26px;
    color: #fff;
}
.tg-form button.button[disabled]{
    background-color: #cccccc;
}
#tg-rules .popup-close{
    width: 21px;
    height: 21px;
}
#tg-rules .popup-content{
    width: 800px;
    height: 550px;
    padding: 0 34px 40px;
}
#tg-rules .popup-header{
    height: 85px;
    margin-bottom: 18px;
}
#tg-rules .popup-header p{
    font-size: 2em;
}
#tg-rules .scrollable{
    height: calc(100% - 103px);
    overflow: auto;
    padding-right: 50px;
}
#tg-rules .scrollable p{
    font-size: 1.0625em;
    line-height: 1.41176471;
}
#tg-rules .scrollable p + p{
    margin-top: 10px;
}
@media screen and (max-width: 991px){
    .tgh-inner{
        height: 250px;
    }
    .tgh-half:first-child{
        padding-right: 30px;
    }
	.tg-hero .entertowin {
	   max-width:350px	
	}
    .tg-tv {
        margin-bottom: -40px;
        top: -40px;
    }
}
@media screen and (max-width: 767px){
    .tg-tv {
        margin-bottom: 0;
        top: 0;
		border-top:20px solid #f2a629
    }
	.tg-tv img {
		max-width: 100%;
		width:100%
	}
	.tg-tv .container {
	   padding:0	
	}
}
@media screen and (max-width: 567px){
    .tg-hero{
       
    }
    .tgh-inner{
        padding: 0;
        align-items: flex-end;
        position: relative;
    }
    .tgh-inner:before {
        content: '';
        display: block;
        width: 100%;
        padding-top: 81.5%;
    }
    .tgh-half{
        flex-basis: auto;
        width: 345px;
        position: absolute;
        bottom: 64px;
        margin-top: inherit;
    }
    .tgh-half:first-child{
        padding: 0;
    }
    .tgh-half:last-child{
        display: none;
    }
    .tg-form {
        font-size: 14px;
        margin-top: 16px;
    }
    .tg-form .form-row{
        flex-wrap: wrap;
    }
    .tg-form .form-field{
        flex-basis: 100%;
        padding: 8px 0;
    }
    .tg-form button.button, 
    .tg-text .button{
        font-size: 1em;
        margin-top: 15px;
        padding: 10px 17px 9px;
    }
    .tg-text h3{
        font-size: 2.13333em;
        margin-bottom: 5px;
    }
    .tg-text p{
        font-size: 1.06666667em;
    }
}