/*
Theme Name: subsived
Theme URI: http://wabes.ca/
Author: partosup@gmail.com
Author URI: partosup@gmail.com
Description: Субсивед - сайт о льготах, пособий и выплат
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: subsived
*/



/* boxes  ad*/
.attention {
	transition: transform .3s ease,opacity 0s ease;
	transition-delay: 0s,.3s;
	position: fixed;
	z-index: 9999;
	opacity: 0;
	-webkit-backface-visibility: hidden;
}
.attention img {display: block;}
.attention.bottom {bottom: 0; left: 50%; transform: translateY(100%) translateX(-50%);}
.attention.left, .attention.right {bottom: 0;transform: translateX(0);}
.attention.left {right: 100%;}
.attention.right {left: 100%;}
.attention.show {
	transition-delay: 0s,0s;
	opacity: 1;
}
.attention.show.bottom {width:320px; max-height:320px; transform: translateY(0) translateX(-50%);}
.attention.show.left {max-height:600px; transform: translateX(100%);}
.attention.show.right {max-height:600px; transform: translateX(-100%);}

/* close btn */
.aclose{position:absolute;top:0;right:0;width:34px;height:34px;background:#000;display:block;cursor:pointer;z-index:99999;border:none;padding:0;}
.right .aclose {right: auto; right:0;}
.aclose:hover{background:#777}
.aclose:after,.aclose:before{transition:transform .3s ease;content:'';display:block;position:absolute;top:0;left:0;right:0;bottom:0;width:16px;height:4px;background:#fff;transform-origin:center;transform:rotate(45deg);margin:auto}
.aclose:before{transform:rotate(-45deg)}

/* boxes  ad*/