<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*css 4 PRICING*/
/*light pricing columns tabled-structure*/
.pricing{display:block;position:relative;width:100%;max-height:370px;z-index:1;
	background:#fff url(../img/bg_texture.jpg) left top repeat !important;border-radius:10px;
	text-transform:uppercase;padding:0px 10px;overflow:visible;text-align:right;padding-left:18%;margin-bottom:50px;}
.price-list{display:table;width:100%;position:relative;}	
.pricing.seven .price-col{}
.price-col{border:none;width:20%;display:block;float:left;position:relative;top:-10px;cursor:pointer;height:100%;overflow:hidden;
	text-align:center;background:#f7f7f7;border-radius:10px;z-index:99;padding-top:100px;padding-bottom:5px;z-index:10;
	-webkit-box-shadow: 1px 1px 60px #555 inset;-o-box-shadow: 1px 1px 60px #555 inset;-ms-box-shadow: 1px 1px 60px #555 inset;
	-moz-box-shadow: 1px 1px 60px #555 inset;box-shadow: 1px 1px 60px #555 inset;}
.price-col:hover, .price-col.focus{position: relative;top:-15px;z-index:999;padding-bottom:15px;
	-webkit-box-shadow: 1px 1px 60px #555 inset,1px 1px 15px #000;-o-box-shadow: 1px 1px 60px #555 inset,1px 1px 15px #000;-ms-box-shadow:1px 1px 60px #555 inset,1px 1px 15px #000;
	-moz-box-shadow:1px 1px 60px #555 inset,1px 1px 15px #000;box-shadow:1px 1px 60px #555 inset,1px 1px 15px #000;}
.price-col.focus{background:#E36007;}
.price-col.detail{width:100% !important;display:block;position:absolute;left:0px;font-size:12px !important;padding:90px 80% 50px 10px;line-height:16px;z-index:9;
	background:transparent !important;text-align:left;color:#000 !important;top:0px !important;box-shadow:none !important;border-radius:10px;
	outline:none !important;border:none !important;text-transform:none;}

/*price elements css*/
sup,sub{font-size:50%;}
.price-col ul{display:block;font-weight:bold;list-style:none;padding:0px;margin:0px;}
.price-col ul li{position:relative;clear:both;padding:5px 10px;height:42px;border-top:2px groove #fff;}
.price-col.focus ul li{border-color:#E36007;}
.price-col ul li:first-child{border:none;}
.price-col.detail ul{background:none;}
.price-col.detail ul li{border-color:#fff;}
.price-col .title{display:block;height:100px;width:100%;position:absolute;left:0px;top:0px;color:#B64A00;font-weight:bold;
	background #efefef;overflow:hidden;line-height:1.2;
}
.price-col .title &gt; span{display:block;width:100%;height:100%;padding:20px 10px;
	-webkit-box-shadow: 1px 1px 60px #555 inset;-o-box-shadow: 1px 1px 60px #555 inset;-ms-box-shadow: 1px 1px 60px #555 inset;
	-moz-box-shadow: 1px 1px 60px #555 inset;box-shadow: 1px 1px 60px #555 inset;
}
.price-col.focus .title{background: #E36007;color:#fff !important;
    background: -moz-linear-gradient(top, #E36007 0%, #f6f6f6 47%, #7c2020 100%);
    background: -webkit-gradient(linear, top, bottom, color-stop(0%,#E36007), color-stop(100%,#7c2020));
    background: -webkit-linear-gradient(top, #E36007 0%,#7c2020 100%);
    background: -o-linear-gradient(top, #E36007 0%,#7c2020 100%);
    background: -ms-linear-gradient(top, #E36007 0%,#7c2020 100%);
    background: linear-gradient(top, #E36007 0%,#7c2020 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E36007', endColorstr='#7c2020',GradientType=1 );
}
.price-col.detail .title{background:#eee;color:#000;height:90px;left:0px;}
.price-col.detail .title &gt; span{box-shadow:none !important;}
.price-col a{display:block;height:100%;color:#B64A00 !important;}
.price-col.focus a{color:#fff !important;}
.price-col .price-tag{display:block;font-size:20px;line-height:26px;text-align:center;padding:20px 0px;height:auto;
	text-shadow:1px 1px 4px rgba(150, 150, 150, 1);}
.price-col.detail .price-tag{text-align:left;font-weight:normal;text-shadow:none;}

.price-col .call-action a{display:inline-block;float:none !important;margin:0px auto 10px;line-height:30px;height:30px;
	background:#efefef;color:#555 !important;padding:0px 20px;font-weight:bold;text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
    background: -moz-linear-gradient(top, #efefef 0%, #f6f6f6 47%, #fff 100%);
    background: -webkit-gradient(linear, top, bottom, color-stop(0%,#efefef), color-stop(100%,#fff));
    background: -webkit-linear-gradient(top, #efefef 0%,#fff 100%);
    background: -o-linear-gradient(top, #efefef 0%,#fff 100%);
    background: -ms-linear-gradient(top, #efefef 0%,#fff 100%);
    background: linear-gradient(top, #efefef 0%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#fff',GradientType=1 );
	
	-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;
	-webkit-box-shadow:0px 2px 1px rgba(50, 50, 50, 0.75);-moz-box-shadow:0px 2px 1px rgba(50, 50, 50, 0.75);box-shadow:0px 2px 1px rgba(50, 50, 50, 0.75);
}
.price-col.focus .call-action a{color:#E36007 !important;}

.legend .icon{width:26px;height:26px;line-height:24px;border-radius:50%;border:1px solid #555;position:relative;
	float:left;margin-right:10px;}
.green{display:block;clear:both;}

.price-col .title strong{font-size:18px;}
.price-col .title strong small{font-size:16px;}
.price-col .title .noq{display:block;position:absolute;bottom:0px;left:0px;line-height:32px;text-align:center;width:100%;}
.price-col .title .avantaj{display:block;position:absolute;right:-30px;top:10px;line-height:20px;font-size:10px !important;background:#fff;color:#B64A00;padding:0px 30px;
	-webkit-transform: rotate(36deg);-moz-transform: rotate(36deg);-o-transform: rotate(36deg);writing-mode: lr-tb;}

.price-col label{display:none;text-transform:none;line-height:1.2;color:#E36007;}
.price-col.focus label{color:#fff;}

@media only screen 
and (max-width : 1199px) {
.pricing{padding-left:16%;}
.price-col .title strong{font-size:16px;}
.price-col .title strong small{font-size:14px;}
.price-col .price-tag{font-size:18px;}
}

@media only screen 
and (max-width : 999px) {
.pricing{padding-left:15%;font-size:12px;}
.price-col ul li{padding:5px;}
.price-col .title &gt; span{padding:30px 0px 20px 10px;}
.price-col .title strong{font-size:16px;}
.price-col .title strong small{font-weight:normal;font-size:12px;}
.price-col.detail{padding-left:5px;}
.price-col .price-tag{font-size:15px;}
}

@media only screen 
and (max-width : 768px) {
.price-list .onlyMobile{display:none !important;}
.pricing{padding:0px;max-height:none !important;background:none !important;margin:0px !important;}
/* .price-col{width:20%;} */
.price-col.detail{display:none;}
.price-list{margin:0px;}
.price-col ul li{height:auto !important;}
.price-col label{display:block !important;}
.price-col .title strong small{font-size:11px;}
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 620px) {
.price-list .onlyMobile{display:block !important;}
.price-list{display:table;border-bottom:1px solid #000;width:100%;}
.price-list .head{display:table-header-group !important;width:100%;}
.price-list .head &gt; span{display:table-cell !important;padding:10px 18px;border-bottom:1px solid #111;text-align:left;color:#B64A00;
	text-transform:none;font-weight:bold;}
.price-col &gt; .head &gt; span.title{text-align:center;}
.price-col &gt; .head &gt; span.price{white-space:nowrap;text-align:right;}
.price-list .head .title,.price-col &gt; .th &gt; span.title{display:none !important;}

.price-col{display:table-row-group;clear:both;width:100%;background:none !important;box-shadow:none !important;top:auto !important;float:none !important;
	border-radius:0px !important;padding:0px !important;}
.price-col &gt; div{position:relative;display:table-row;width:100%;}
.price-col &gt; div.show{height:250px;}
.price-col &gt; div.th &gt; span{display:table-cell !important;background:none !important;position:relative;top:auto;left:auto;
	height:auto;text-align:left;padding:8px 10px !important;text-transform:none;color:#000;font-size:13px;line-height:1.2;}
.price-col .title *{position:relative !important;left:auto !important;right:auto !important;top:auto !important;bottom:auto !important;
	padding:0px !important;box-shadow:none !important;font-size:inherit !important;width:inherit;height:inherit;text-align:inherit !important;
	line-height:inherit !important;color:#000 !important;}
.price-list .head .name,.price-col &gt; .th &gt; span.name{position:relative;width:60%;padding-left:30px !important;
	overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;
	-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto;}
.price-col.focus,.price-col.focus a{color:inherit !important;}
.price-col a.toggle_info{position:absolute;left:0px;display:block;color:#fff !important;line-height:14px;font-size:10px;text-align:center;width:18px;height:18px;float:left;
	border:2px solid #fff;box-shadow:0 0 3px #444;background:#555;border-radius:50%;}
.price-col a.toggle_info.red{background:#d33333;}
.price-col .call-action a,.price-col .csbutton{text-shadow:none !important;top:auto;}
.price-col .csbutton{padding:0px 10px;}
.price-col &gt; .th &gt; span.title{text-transform:uppercase;text-align:center;}
.price-col &gt; .th &gt; span.price{white-space: nowrap;text-align:right;color:#B64A00;font-weight:bold;}
.price-col &gt; div.p-inner &gt; div{display:table-cell;width:100% !important;
	column-span:all;-webkit-column-span:all;-moz-column-span:all;-ms-column-span:all;-o-column-span:all;}
.price-col .title strong small{font-size:11px !important;}
.price-col &gt; div.p-inner ul{display:none;}
.price-col ul{position:absolute;clear:both;left:50%;margin-left:-150px;width:300px;font-weight:normal;}
.price-col ul li,.price-col ul li.onlyMobile{display:table-row !important;color:#B64A00;font-size:13px;line-height:28px;height:28px;text-align:left;border:none;padding:0px;}
.price-col ul li *{background:none !important;color:#B64A00 !important;font-size:inherit;text-transform:none;}
.price-col.focus ul li{border:inherit;}
.price-col ul li label{display:table-cell !important;vertical-align:middle;border-top:1px solid #efefef;padding:2px 5px;line-height:14px;overflow:hidden;width:70%;}
.price-col ul li a{display:table-cell !important;width:30%;border-top:1px solid #efefef;white-space:nowrap;}
.price-col ul li:first-child label,.price-col ul li:first-child a{border:none;}
.price-tag,.call-action,.noq,.avantaj,.bottom,.price-col &gt; div.th &gt; span.bottom,.price-tag,.price-col .price-tag{display:none !important;}

/*
.pricing{font-size:14px;}
.price-col{width:100%;float:none;top:auto !important;margin-bottom:10px;height:auto;padding-top:100px !important;padding-bottom:5px !important;
	-webkit-box-shadow: 1px 1px 60px #555 inset !important;-o-box-shadow: 1px 1px 60px #555 inset !important;-ms-box-shadow: 1px 1px 60px #555 inset !important;
	-moz-box-shadow: 1px 1px 60px #555 inset !important;box-shadow: 1px 1px 60px #555 inset !important;}	
.price-col label{width:60%;text-align:left;float:left;height:30px;line-height:30px;}	
.price-col a{width:40%;float:left;height:30px;line-height:30px;}
.price-col .title &gt; span{padding:20px 5px;}
.price-col .title strong{font-size:24px;line-height:26px;}
.price-col .title strong small{font-size:22px;}
.price-col .price-tag{padding-bottom:0px;}
.price-col .price-tag a{font-size:26px;width:auto;float:none;}
.price-col .title .avantaj{right:-20px;top:20px;line-height:24px;font-size:14px !important;padding:0px 40px;}
*/
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 460px) {
.price-list,.price-list .head,.price-col,.price-col &gt; div,.price-list .head &gt; span.name{display:block !important;width:100%;}
.price-col &gt; .th &gt; span{display:block !important;width:100%;}
.price-col &gt; .th &gt; span.name,.price-col &gt; .th &gt; span.price{clear:both;display:block !important;width:100%;text-align:left;padding:4px 80px 4px 30px !important;}
.price-col &gt; .th &gt; span.price{font-size:16px;}
.price-col &gt; div.th &gt; span.choose{display:block !important;position:absolute;right:5px;top:4px;width:80px;padding:0px !important;text-align:right;}
.price-col ul{left:auto;margin:0px auto;width:100%;max-width:300px;background:#f2f2f2;padding:8px 10px;}
.price-col &gt; div.show{height:330px;}
.price-list .head &gt; span.price,.price-list .head &gt; span.choose{display:none !important;}
.price-tag,.call-action,.noq,.avantaj,.bottom,.price-col &gt; div.th &gt; span.bottom,.price-tag,.price-col .price-tag{display:none !important;}

/*
.price-col label,.price-col a{width:auto;text-align:center;float:none;height:auto;line-height:inherit;}	
*/
}
.price-col.width_col_tg {
    width: 25%;
}</pre></body></html>