@font-face {
    font-family: 'obelixprob';
    src: url('../fonts/ObelixProB-cyr.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Black';
    src: url('../fonts/Montserrat-Black.otf') format('opentype');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url('../fonts/Montserrat-ExtraBold.otf') format('opentype');
}

@font-face {
    font-family: 'MuseoSans-300';
    src: url('../fonts/MuseoSans_300.otf') format('opentype');
}

@font-face {
    font-family: 'MuseoSans-500';
    src: url('../fonts/MuseoSans_500.otf') format('opentype');
}

@font-face {
    font-family: 'MuseoSans-700';
    src: url('../fonts/MuseoSans_700.otf') format('opentype');
}


.halloween_offer_section_bg {
    float: left;
    width: 100%;
	position: relative;
	background:url(../images/festive-offer/festive-special-offer-bg.jpg) center center no-repeat;
	background-size:cover;
	background-attachment:fixed;
}
#bg_halloween_video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}
.halloween_offer_video_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.halloween_offer_video_bg:before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 2;
}
.halloween_center_content {
    float: left;
    width: 100%;
    position: relative;
    z-index: 9;
}
.halloween_content_row {
    display: inline-flex;
    width: 100%;
    padding: 20px 70px 30px 70px;
}
.halloween_content_column {
    float: left;
    width: 50%;
    text-align: center;
	padding-top: 120px;
}
.halloween_left_header {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.halloween_left_header img {
    height: 70px;
    display: inline-block;
}
.halloween_left_header h2 {
    color: #fff;
    font-size: 16px;
    margin: 5px 0 0 0;
    letter-spacing: 1px;
	font-family: 'MuseoSans-500';
}
.heading_halloween_text {
    font-family: 'Montserrat-Bold';
    color: #fff000;
    font-size: 23px;
    float: left;
    width: 100%;
    margin: 0;
    line-height: 32px;
    letter-spacing: 0.5px;
}
.halloween_desc_block {
    margin: 10px 0 0 0;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-family: 'MuseoSans-300';
}
.halloween_claim_btn_bg {
    float: left;
    width: 100%;
    padding: 45px 0;
}
.halloween_claim_btn {
    background: -moz-linear-gradient(90deg, rgba(9,161,0,1) 0%, rgba(46,198,1,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(46,198,1,1)), color-stop(100%, rgba(9,161,0,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(90deg, rgba(9,161,0,1) 0%, rgba(46,198,1,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(90deg, rgba(9,161,0,1) 0%, rgba(46,198,1,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(90deg, rgba(9,161,0,1) 0%, rgba(46,198,1,1) 100%); /* ie10+ */
	background: linear-gradient(0deg, rgba(9,161,0,1) 0%, rgba(46,198,1,1) 100%); /* w3c */

    font-weight: bold;
    font-size: 17px;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 8px;  
    color: #fff;
	font-family: 'MuseoSans-500';
    text-transform: uppercase;
    box-shadow: 0 0 10px #1f1f1f;
    -moz-box-shadow: 0 0 10px #1f1f1f;
    -webkit-box-shadow: 0 0 10px #1f1f1f;
    -o-box-shadow: 0 0 10px #1f1f1f;
    -ms-box-shadow: 0 0 10px #1f1f1f;
}
.halloween_claim_btn:hover, .halloween_claim_btn:focus {
    text-decoration: none;
    color: #fff;
    background: -moz-linear-gradient(90deg, rgba(46,198,1,1) 0%, rgba(9,161,0,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(9,161,0,1)), color-stop(100%, rgba(46,198,1,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(90deg, rgba(46,198,1,1) 0%, rgba(9,161,0,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(90deg, rgba(46,198,1,1) 0%, rgba(9,161,0,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(90deg, rgba(46,198,1,1) 0%, rgba(9,161,0,1) 100%); /* ie10+ */
	background: linear-gradient(0deg, rgba(46,198,1,1) 0%, rgba(9,161,0,1) 100%); /* w3c */
}

.limited_offer_platform_bg {
    float: left;
    width: 100%;
    margin: 5px 0 20px 0;
}
.limited_offer_platform_bg h3 {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-family: 'arial-r';
}
.limited_platform_available_block {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    list-style-type: none;
}
.limited_platform_available_block li:first-child {
    padding-left: 0;
}
.limited_platform_available_block li {
    display: inline-block;
    margin: 0;
    padding: 0 15px;
    text-align: center;
    position: relative;
}
.limited_platform_available_block li:first-child {
    padding-left: 0;
}
.limited_platform_available_block li:before {
    content: '';
    position: absolute;
    top: 5px;
    right: -3px;
    width: 1px;
    height: 22px;
    background: #fff;
}
.limited_platform_available_block li:last-child:before {
    display: none;
}
.limited_platform_available_block li img {
    height: 30px;
}

.halloween_offer_detail_part {
    margin: 0 auto;
    max-width: 360px;
    background: #fff;
}
.halloween_offer_detail_head {
    float: left;
    width: 100%;
    background: #fa2d58;
    padding: 15px 0;
}
.title_halloween_offer_title1 {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    color: #fff000;
    font-family: 'Montserrat-Bold';
    font-size: 25px;
}
.title_halloween_offer_title2 {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    float: left;
    width: 100%;
    margin: 10px 0 10px 0;
	font-family: 'MuseoSans-500';
}
.halloween_subscrbe_price_bg {
    display: inline-flex;
    width: 100%;
    padding: 0 10px;
}
.halloween_subscrbe_price_item {
    position: relative;
    float: left;
    width: 100%;
}

/*cross sign*/
.price_close_h {
    position: absolute;
    left: 20px;
    top: -34px;
}
.price_close_h:before, .price_close_h:after {
    position: absolute;
    left: 48px;
    content: ' ';
    height: 135px;
    width: 4px;
    background-color: #000;
}
.price_close_h:before {
    transform: rotate(75deg);
}
.price_close_h:after {
    transform: rotate(-75deg);
}
/*cross sign*/

.halloween_subscrbe_price_item small  {
    color: #fff;
}
.halloween_subscrbe_price_item small {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
	font-family: 'MuseoSans-500';
}
.price_old_h h4 {
    font-family: 'Montserrat-Bold';
    color: #fff;
    font-size: 40px;
    margin: 0;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #714114;
    display: inline-block;
}
.price_new_h h4 {
     font-family: 'Montserrat-Bold';
    font-size: 44px;
    margin: 0;
	text-shadow: -1px 0 #714114, 0 1px #714114, 1px 0 #714114, 0 -1px #714114;
    color: #ffe721;
    padding: 5px 8px;
    border-radius: 8px;
    display: inline-block;
	letter-spacing: 5px;
	background: -moz-linear-gradient(90deg, rgba(9,161,0,1) 0%, rgba(46,198,1,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(46,198,1,1)), color-stop(100%, rgba(9,161,0,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(90deg, rgba(9,161,0,1) 0%, rgba(46,198,1,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(90deg, rgba(9,161,0,1) 0%, rgba(46,198,1,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(90deg, rgba(9,161,0,1) 0%, rgba(46,198,1,1) 100%); /* ie10+ */
	background: linear-gradient(0deg, rgba(9,161,0,1) 0%, rgba(46,198,1,1) 100%); /* w3c */
}
.price_old_h {
    padding-top: 12px;
    padding-right: 6px;
}
.halloween_offer_detail_body {
    float: left;
    width: 100%;;
}
.halloween_offer_detail_body img {
    width: 100%;
}
.halloween_offer_detail_footer {
    float: left;
    width: 100%;
    background: #fa2d58;
    padding: 5px 10px 5px 10px;
}
.kids_notes_icon {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style-type: none;
}
.kids_notes_icon li {
    display: inline-block;
    margin: 0 10px;
    color: #fff;
}
.kids_notes_icon li img {
    height: 35px;
    display: inline-block;
}
.kids_notes_icon li span {
    font-size: 15px;
    display: inline-block;
    line-height: normal;
    margin-top: 0;
    margin-left: 5px;
    vertical-align: sub;
	font-family: 'MuseoSans-500';
}


.halloween_cartoon_pic1 {
    position: absolute;
    top: 110px;
    left: 0;
    z-index: 2;
    width: 120px;
}
.halloween_cartoon_pic2 {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 240px;
}
.halloween_cartoon_pic3 {
    position: absolute;
    top: 110px;
    right: 0;
    z-index: 2;
    width: 110px;
}
.halloween_cartoon_pic4 {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 220px;
}
.halloween_cartoon_shaddow img {
    filter: drop-shadow(2px 4px 6px #000);
}
.border_yellow {
    height: 2px;
    width: 100%;
    background: #fdad35;
    margin-top: 5px;
    margin-bottom: -3px;
}
.title_or_block {
    font-size: 16px;
    color: #ffe721;
    font-family: 'MuseoSans-700';
    margin-top: 10px;
    line-height: normal;
}
.title_or_block strong {
	background: #fbff0a;
    font-weight: bold;
    display: inline-block;
    font-size: 12px;
    color: #000;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    line-height: 30px;
}
.hallow_monthly_title {
    margin-top: 5px;
}
.hallow_offer_footer2 {
    background: #000;
    font-size: 14px;
    float: left;
    width: 100%;
}
.hallow_offer_footer2 p {
    margin: 0;
    line-height: normal;
    font-size: 14px;
    color: #ffe721;
    padding: 5px;
	font-family: 'MuseoSans-300';
}
.top_light_bulb_festive_offer {
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
}
.navbar-default{
	    margin-bottom: 0;	
}



/*responsive*/
@media (max-width:500px) {
.heading_halloween_text {font-size: 4vw; line-height: 8vw;}
.halloween_offer_detail_part {max-width: 260px;}
.halloween_cartoon_pic1, .halloween_cartoon_pic2, .halloween_cartoon_pic3, .halloween_cartoon_pic4  {width: 15vw; display:none;}
.halloween_subscrbe_price_item small {font-size: 10px;}
.title_halloween_offer_title1 {font-size: 18px;}
.title_halloween_offer_title2  {font-size: 14px; margin-top: 5px; margin-bottom: 10px;}
.price_new_h h4 {font-size: 28px;}
.price_old_h h4 {font-size: 26px;}
.price_old_h {padding-top: 10px;}
.price_close_h:before, .price_close_h:after {height: 95px; left: 24px;}
.price_close_h {top: -24px;}
.limited_platform_available_block li {padding-left: 10px; padding-right: 10px;}

.halloween_left_header img {height: 14vw;}
.halloween_left_header h2 {font-size: 3.2vw;}
.halloween_desc_block br {display: none;}
.halloween_offer_detail_head {padding-bottom: 5px;}
.kids_notes_icon li img {height: 30px;}
.kids_notes_icon li span {font-size: 14px;}
.kids_notes_icon li {padding-left: 0; padding-right: 0;}

.title_or_block {font-size: 12px; margin-top: 0;}
.hallow_monthly_title {margin-top: 0;}
.halloween_offer_detail_footer {padding-left: 5px; padding-right: 5px;}

.halloween_content_row {padding-left:0; padding-right:0;}
.halloween_left_header {margin-bottom:40px;}
.halloween_desc_block {font-size:16px;}
.halloween_claim_btn {font-size:14px;}
}
@media (min-width:501px) and (max-width:767px) {
.heading_halloween_text {font-size: 17px; line-height: 25px;}
.halloween_offer_detail_part {max-width: 320px;}
.halloween_cartoon_pic1, .halloween_cartoon_pic2, .halloween_cartoon_pic3, .halloween_cartoon_pic4  {width: 15vw;}
.halloween_subscrbe_price_item small {font-size: 13px;}
.title_halloween_offer_title1 {font-size: 22px;}
.title_halloween_offer_title2  {font-size: 16px; margin-top: 5px; margin-bottom: 10px;}
.price_new_h h4 {font-size: 38px;}
.price_old_h h4 {font-size: 35px;}
.price_old_h {padding-top: 11px;}
.price_close_h:before, .price_close_h:after {height: 120px; left: 40px;}
.price_close_h {top: -30px;}
.limited_platform_available_block li {padding-left: 10px; padding-right: 10px;}

.halloween_desc_block {font-size:14px;}
.halloween_left_header {margin-bottom:40px;}
.halloween_claim_btn {font-size:14px;}
.limited_offer_platform_bg h3 {font-size:16px;}
}
@media (max-width:767px) {
.halloween_content_row {display: inline-block;}
.halloween_content_column {width: 100%; padding-top:0;}
.halloween_content_column .limited_offer_platform_bg {margin-top: 0;}

.halloween_claim_btn_bg {padding-top: 25px; padding-bottom: 25px;}
.halloween_left_header {padding-top:40px;}
}

@media (min-width:768px) and (max-width:991px) { 
.halloween_cartoon_pic2 {width:140px;}
.halloween_cartoon_pic4 {width:140px;}
.halloween_content_column {padding-top:60px;}

.title_halloween_offer_title1 {font-size:18px;}
.title_halloween_offer_title2 {font-size:13px;}
.heading_halloween_text {font-size:14px; line-height:24px;}
.halloween_desc_block {font-size:13px; line-height:20px;}
.limited_platform_available_block li {padding-left:10px; padding-right:10px;}
.limited_platform_available_block li:before {height:16px; top:2px;}

.price_new_h h4 {font-size:32px}
.price_old_h h4 {font-size:30px}
.halloween_subscrbe_price_item small {font-size:12px}
.title_or_block strong {width: 26px; height: 26px; font-size:10px;}
.kids_notes_icon li span {font-size:13px;}
.hallow_offer_footer2 p {font-size:12px;}
.halloween_claim_btn {font-size:14px;}
.price_close_h {left: 5px; top: -25px;}
.price_close_h:before, .price_close_h:after {height:105px;}
.halloween_left_header {padding-top:15px;}
.halloween_left_header {margin-bottom:40px;}
}

@media (min-width:992px) and (max-width:1199px) { 
.halloween_cartoon_pic2 {width:140px;}
.halloween_cartoon_pic4 {width:140px;}
.heading_halloween_text {font-size:18px;}
.halloween_desc_block {font-size:15px;}
.halloween_claim_btn {font-size:14px;}
}

@media (min-width:1400px) {
.halloween_cartoon_pic4 {right: 0;}
}
@media (min-width:1600px) {
.halloween_left_header img {height: 90px;}
.halloween_left_header h2 {font-size: 20px;}
.heading_halloween_text {font-size: 26px; line-height: 40px;}
.halloween_desc_block {font-size: 19px; line-height: 30px;}
.halloween_claim_btn {font-size: 18px; padding: 14px 25px;}
.limited_offer_platform_bg h3 {font-size: 20px;}
.limited_platform_available_block li img {height: 34px;}
.halloween_content_row {padding-top: 50px;}
.halloween_offer_detail_part {max-width: 380px;}
.title_halloween_offer_title1 {font-size: 27px;}
.title_halloween_offer_title2 {font-size: 20px;}
.price_new_h h4 {font-size: 44px; padding-top:2px; padding-bottom:2px;}
.price_old_h h4 {font-size: 40px;}
.halloween_subscrbe_price_item small {font-size: 16px;}
.price_close_h:before, .price_close_h:after {left: 50px; height: 135px;}
.price_close_h {top: -39px;}
.kids_notes_icon li img {height: 40px;}
.kids_notes_icon li span {font-size: 17px; margin-top: 0;}

.halloween_subscrbe_price_bg {padding-left:18px; padding-right:18px;}
.price_old_h {padding-top:7px;}
}
/*responsive*/
