﻿@font-face{
	font-family:'demibold';
	font-weight:900; /*(bold)*/
	font-style: normal;
		src: url('https://images.globes.co.il/Static/fonts/almoni2019/almoni-neue-demibold-aaa.eot'); 
		src: url('https://images.globes.co.il/Static/fonts/almoni2019/almoni-neue-demibold-aaa.eot?#iefix') format('embedded-opentype'), 
			 url('https://images.globes.co.il/Static/fonts/almoni2019/almoni-neue-demibold-aaa.woff2') format('woff2'),
			 url('https://images.globes.co.il/Static/fonts/almoni2019/almoni-neue-demibold-aaa.woff') format('woff');
} 
@font-face{
	font-family:'almoniDL400';
	font-weight:400; /*(regular)*/
	font-style: normal;
	    src: url('https://images.globes.co.il//Static/fonts/almoni2019/almoni-neue-regular-aaa.eot'); 
		src: url('https://images.globes.co.il//Static/fonts/almoni2019/almoni-neue-regular-aaa.eot?#iefix') format('embedded-opentype'), 
			 url('https://images.globes.co.il//Static/fonts/almoni2019/almoni-neue-regular-aaa.woff2') format('woff2'),
			 url('https://images.globes.co.il//Static/fonts/almoni2019/almoni-neue-regular-aaa.woff') format('woff');
}
@font-face {
    font-family: 'almoniTzar300';
    font-weight: 300;
    font-style: normal;
    src: url('https://images.globes.co.il/Static/fonts/almoni-tzar/almoni-tzar-light-aaa.eot');
    src: url('https://images.globes.co.il/Static/fonts/almoni-tzar/almoni-tzar-light-aaa.eot?#iefix') format('embedded-opentype'), 
         url('https://images.globes.co.il/Static/fonts/almoni-tzar/almoni-tzar-light-aaa.woff') format('woff'), 
         url('https://images.globes.co.il/Static/fonts/almoni-tzar/almoni-tzar-light-aaa.woff2') format('woff2');
}
@font-face {
    font-family: 'almoniTzar400';
    font-weight: 400;
    /*(regular)*/
    font-style: normal;
    src: url('https://images.globes.co.il/Static/fonts/almoni-tzar/almoni-tzar-regular-aaa.eot');
    src: url('https://images.globes.co.il/Static/fonts/almoni-tzar/almoni-tzar-regular-aaa.eot?#iefix') format('embedded-opentype'), 
         url('https://images.globes.co.il/Static/fonts/almoni-tzar/almoni-tzar-regular-aaa.woff') format('woff'), 
         url('https://images.globes.co.il/Static/fonts/almoni-tzar/almoni-tzar-regular-aaa.woff2') format('woff2');
}
 @font-face {
font-family: 'almoniTzar500';
font-weight: 500; /*(regular)*/
font-style: normal;
src: url('https://images.globes.co.il/Static/fonts/almoni-tzar/almoni-tzar-medium-aaa.eot');
src: url('https://images.globes.co.il/Static/fonts/almoni-tzar/almoni-tzar-medium-aaa.eot?#iefix') format('embedded-opentype'), 
    url('https://images.globes.co.il/Static/fonts/almoni-tzar/almoni-tzar-medium-aaa.woff') format('woff'), 
    url('https://images.globes.co.il/Static/fonts/almoni-tzar/almoni-tzar-medium-aaa.woff2') format('woff2');
}
 body{
    --bgColor:#fff9f4;
    --bgColorDark:#fff1e5;
    --primaryColor:#97133f;
    --btnColor:#028489;
    background-color: var(--bgColorDark);
    direction:rtl;
 }
.mobile.banner__title{display:none;}
.banner {background-color:#fff9f4; background-color:var(--bgColor); text-align: center !important; color: #1a1a1a !important; font-family: almoniDL400 !important; position:relative !important; padding:20px !important;}
.banner__close{background-image:url('https://images.globes.co.il/globes/paywall/icons-close.svg'); background-size:contain;position:absolute;left:10px;top:10px;width:20px;height:20px; }
.banner__title { font-size: 40px !important; font-family: almoniTzar500 !important; margin: 24px 0 16px 0 !important; display:inline-block !important;}
.title-light{ font-family: almoniTzar300;}
.banner__row {padding: 20px 0;}
.banner__description { font-size: 22px!important; margin: 16px 0 !important; text-align: center !important; color: #1a1a1a !important; font-family: almoniDL400 !important;}
.banner__btn {font-size: 18px;text-decoration: none; padding: 12px 32px; font-family:almoniDL400; margin:8px 8px 22px 8px;display: inline-block;}
.banner__btn.red{background-color:#97133f; background-color:var(--primaryColor); color:#fff; border:1px solid var(--primaryColor);}
.banner__btn.green{background-color:#028489; background-color:var(--btnColor); color:#fff; border:1px solid var(--btnColor);}
.transparentGreen{background-color:transparent; color:#028489; border:1px solid #028489; border:1px solid var(--btnColor);}
.transparentRed{background-color:transparent; color:#97133f; border:1px solid #97133f; border:1px solid var(--primaryColor);}
.banner__link, .banner__linkApp{color:#1a1a1a;font-size:16px; text-decoration:underline;}

.banner__link.red, .red{color:var(--primaryColor);}
.block{display:block; padding: 10px 0; font-size:16px;}
.banner hr {border: 0.5px solid #e4dbd7; margin: 5px 40px;}
.banner__title mobile{text-align:center;}
.banner__img {display:inline !important;}
@media screen and (max-width: 480px) {
    .pc{display:none;}
    .mobile.banner__title{display:block;}
    .banner {background-color:#fff1e5; background-color: var(--bgColorDark);padding: 10px; padding-bottom: 24px;}
    .banner.app{padding:24px;}
    .banner__title { font-size: 32px; line-height: 34px; white-space: nowrap;}
    .banner__description { font-size: 18px;}
    .banner__btn {width:100%; margin:8px 0; padding: 12px 0;}
    .banner__link {font-size: 16px;}
    .banner__img {width: 100%; }

}
@media screen and (max-width: 330px) {
    .banner{padding:8px;}
    .banner__title {  font-size: 30px; }
    .banner__description { font-size: 18px;}
}

