#ablocker-container {width: 100vw; height: 100vh; background-color: rgba(0,0,0,0.4); position: fixed; z-index: 998; display: none; opacity: 0;}
#ablocker-lb {background: #f9f9f9; width: fit-content; position: relative; margin: 0 auto; top: 240px; z-index: 999; display: flex; flex-direction: row; justify-content: space-between;}
	#ablocker-lb .ablocker-close {position: absolute; top: 0; right: 0; background-color: #dcd3d3; display: block; width: 36px; height: 36px; background-image: url('../../img/rlb/close-btn.png'); background-repeat:  no-repeat; background-position: center center; cursor: pointer;}
	#ablocker-lb .hidden {display: none;}
	#ablocker-lb h1 {font-family: 'Bree Serif', serif; font-weight: bold; font-size: 21px; margin-bottom: 47px; text-transform: uppercase;}
		#ablocker-lb h1 strong, #ablocker-lb p strong {color: #da3f3e;}
		#ablocker-lb p {font-size: 13px; line-height: 23px;}

	#ablocker-lb .ablocker-content {padding: 120px 65px; max-width: 300px;}
	#ablocker-lb .ablocker-img {background: url('../../img/ablocker/ablocker-bg.jpg') no-repeat; width: 257px;}