
	.pricelist-header-wrapper {
		display: none;
	}
	.priceList-panel-head,
	.priceList-panel-body,
	.priceList-panel-footer {
		flex: 1;
	}
	.cover-wrapper {
		display: inline-block;
	    white-space: nowrap;
		min-width: 12rem;
	}
	.cover-wrapper > img:first-child {
		margin-left: auto;
	}
	.content-header {
		text-align: left;
	}
	.priceList.cover {
		 max-height: 6rem;
		width: auto !important;
		height: auto !important;
		border-radius: 0.5rem;
		border: 2px solid #eee;
		margin-left: -1.5rem;
		box-shadow: -9px 2px 3px rgb(0 0 0 / 15%);
	}
	.content {
		    /* position: absolute; */
		/* top: 22rem; */
		/* left: 2rem; */
		/* background: #f5f5f5; */
		color: #666;
		font-weight: 600;
		/* text-align: center; */
		z-index: 2;
		right: 1.2rem;
		padding: 1rem;
		font-size: 1.25rem;
		border-radius: 1rem;
		margin: 0 0 1rem 0;
		/* border: 2px solid #ccc; */
		display: flex;
		justify-content: flex-start;
	}
	.content-info {
		display: block;
		padding: 1rem;
		/* background: #f5f5f5; */
		border-radius: 0.5rem;
		margin: 1rem 0 0 0;
		border: none;
		font-weight: 500;
	}
		.colored .panel:nth-child(3) .content-info {
			background: #fff;
			color: #eba400;
		}
		.colored .panel:nth-child(4) .content-info {
			background: #5d5d5d;
			color: #fff;
		}
	.price-title small {
		display: block;
		font-size: 0.9rem;
		font-weight: 300;
		    margin: -0.5rem 0 0.25rem 0;
		text-overflow: ellipsis;
		  white-space: nowrap;
		  overflow: hidden;
	}
#sticky-banner {
			position: absolute;
			top: 50vh;
			left: 0;
			padding: 1rem 2rem 1rem 1rem;
			width: 28rem;
			max-width: 96vw;
			color: #fff;
			cursor: pointer;
			transform: translateY(-50%);
			border-radius: 0 0.5rem 0.5rem 0;
			background: #fc7c00;
			transition: all 1s ease-in-out;
			background-size: cover;
			z-index: 5;
			background-blend-mode: soft-light;
		}
		#sticky-banner.set { 
			transform: translate(-95%,-50%);
		}
		#sticky-banner.set::after {
			transform: translateY(-50%) rotate(0deg);
		}
		#sticky-banner::before {
			content: "";
			position: absolute;
			top:0;
			right: 0;
			bottom:0;
			width: 1.5rem;
			background: rgba(255,255,255,0.2);
			cursor: pointer;
			z-index:1;
		}
		#sticky-banner::after {
			content: "\0203A";
			font-size: 3rem;
			position: absolute;
			top:50%;
			right: 0.25rem;
			transform: translateY(-50%) rotate(180deg);
			transition: all 1s ease-in-out;
			z-index:2;
		}
		#sticky-banner h3, #sticky-banner p, #sticky-banner small  {
			color: #fff;
		}
		#sticky-banner p, .sticky-banner small  {
			line-height: 1rem;
		}
		#sticky-banner small  {
			display: inherit;
			opacity: 0.75;
		}
.panel.promo.smal {
    cursor: unset;
    width: 7.5rem;
    height: 7.5rem;
   position: static;
    left: auto;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fc7c00+0,ff9000+100 */
background: #fc7c00; /* Old browsers */
background: -moz-linear-gradient(left,  #fc7c00 0%, #ff9f4c  100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #fc7c00 0%,#ff9f4c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #fc7c00 0%,#ff9f4c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7c00', endColorstr='#ff9f4c',GradientType=1 ); /* IE6-9 */
}
.panel.promo.smal .panel-body {
	padding: 0 0 0.5rem 0;
}
ul.tip {
	padding-left: 3rem;
}
ul.tip li {
	font-size: 0.8rem !important;
}
ul.gf {
	background: url(/system/galleries/html/src/img/icon-basic.svg) no-repeat;
	background-size: 2rem;
}
ul.ef {
	background: url(/system/galleries/html/src/img/icon-extra.svg) no-repeat;
	background-size: 2rem;
}
ul.vo, ul.vi {
	background: url(/system/galleries/html/src/img/icon-content.svg) no-repeat;
	background-size: 2rem;
	position: relative;
}

ul.tip.vi.two img {
	width: 2rem;
	display: block;
	position: absolute;
	top: 2rem;
	left:0;
	z-index: 999;
}

section .container img.img-bubble {
	max-width: 30%;
	width: 2rem;
	margin-bottom: 0.5rem;
}
section .container img.img-bubble + p {
	font-size: 1rem;
	font-weight: normal;
}

.compare .grey {
	background: rgba(255,255,255,0.8);
}
.compare section.grey:first-child {
	background: #fff;
}
.compare section.grey:first-child h1 {
	font-size: 2.2rem;
	margin: 0 0 2rem 0;
}
#background_wrap .inside{
opacity: 1;
}
.row.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
	align-content: stretch;

}
.row.flex > div {
    flex: 1;
	margin: 0 0.3rem 1rem 0.3rem;
	position: relative;
	padding: 1.5rem .5rem 0.5rem .5rem;
	border-radius: 0.5rem;
	background: rgba(255,255,255,1);
	 display: flex;
    flex-direction: column;
    justify-content: space-between;
	width: 25%;
}

.row.flex > div span[class*=icon] {
	display: inline-block;
	margin: 0.1rem 0 0 0;
	text-decoration: none;
	color: inherit;
}
.head_icon {
	float: right;
	display: inline-block;
	font-size: 2rem;
}
section h3 { 
	font-weight: lighter;
}
section h2 {
	padding-bottom: 1rem;
}
section h4 {
	color: #fc7c00;
}

.panel .price-list .icon {
	font-size: 1.5rem;
}
.pricelist > .panel:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /*background-image: url(/system/galleries/html/src/img/icon-packet_badge.svg);*/
    background-repeat: no-repeat;
    background-position: 10rem 1rem;
    -ms-background-size: 150%;
    -o-background-size: 150%;
    -moz-background-size: 150%;
    -webkit-background-size: 150%;
    background-size: 150%;
	    border-radius: 0.5rem;
}
.pricelist > .panel a.btn-option {
	text-align: center;
	display: block;
	padding: 0.5rem 0 0 0;
	font-size: 0.95rem;
    font-weight: 300;
	text-decoration: underline !important;
	/*border-bottom: 1px solid #999;*/
}
.pricelist > .panel a.btn-option .arrow_carrot-right {
	vertical-align: text-bottom;
    font-size: 1rem;
    margin: 0 -0.2rem;
	display: none;
}
.pricelist > .panel:nth-child(n+3) a.btn-option {
	color: #fff;
	border-bottom-color: #fff;
}

a.link_next {
	display: block;
	padding: 0.2rem;
	border-radius: 0.5rem;
	color: #fff;
	font-weight: 500;
	position: absolute;
	bottom: 1.5rem;
	left: 0;
	right: 0;
	background: #fc7c00;
	text-align: center;
}
.pricelist > .panel a.link_next {
	left: 1.5rem;
	right: 1.5rem;
}
.pricelist > .panel .price-title {
	    font-size: 2.5rem;
		font-weight: 300;
}
.pricelist > .panel .price-cost {
	font-size: 2.2rem;
	margin: 0.1rem 0 0 0;
	position: relative;
	font-weight: 400;
}
.pricelist > .panel .price-cost span {
	font-size: 0.8rem;
	position: relative;
}
.pricelist > .panel .price-cost span:first-child {
	top: -1rem;
	right: 0.25rem;
}
.pricelist > .panel .price-cost span:last-child {
	left: 0.25rem;
}
.pricelist > .panel .price-cost.teacher::before {
	/*content: attr(title);
	padding: 0.4rem 0.5rem;
    position: absolute;
	font-size: 1.0rem;
	background: #fff none repeat scroll 0 0;
    top: 29%;
    left: 50%;
    margin-left: 0;
    -webkit-transform: translateX(-50%) rotate(-8deg);
    transform: translateX(-50%) rotate(-8deg);
    width: 112%;
    border-radius: 0.5rem;
    color: #fc7c00;
    border: 1px solid #fc7c00;
	z-index: 2;*/
}
.pricelist > .panel .price-sum {
	font-size: 0.9rem;
	margin: 0.1rem 0 1rem 0;
	display: block;
}
.pricelist > .panel:nth-child(1) .price-sum {
	margin: 0.1rem 0 0.8rem 0;
}
.pricelist > .panel .price-list ul.feature-list {
	margin-left: 2rem;
	margin-bottom: 0.5rem;
	width: auto;
}
.pricelist > .panel .price-list ul.feature-list li,
.pricelist > .panel .price-list ul.feature-list li a {
	font-size: 0.9rem;
	cursor: default;
	padding: 0;
	font-weight: 500;
}
.pricelist > .panel .price-list ul.feature-list li.no {
	
}
.pricelist > .panel .price-list ul.feature-list li.no::before {
	content: "\4d";
        font-size: 1.2rem;
    line-height: 1rem;
    margin-left: -2.1rem;
}
.pricelist > .panel .price-list ul.feature-list li::before {
	color: #666;
}
.pricelist > .panel:nth-child(n+3) .price-list ul.feature-list li::before {
	color: #fff;
}
.pricelist > .panel .price-btn {
	font-family: "proxima-nova",sans-serif;
	border:none;
	width: 100%;
	font-weight: normal;
	margin: 0 0 1rem 0;
}
.pricelist > .panel .btn.price-btn + .btn.price-btn {
	background: #fff;
	color: #666;
	border: 1px solid #999;
	font-weight: 300;
	display: none;
}
.pricelist > .panel .price-advantage {
	position: absolute;
    top: -1rem;
    right: 0.7rem;
    background: #fc7c00;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    color: #fff;
    font-size: 1.5rem;
    line-height: 0.8rem;
    padding: 0.9rem 0 1rem 0;
}
.pricelist > .panel .price-advantage span {
	font-size: 0.6rem;
}
.pricelist > .panel .price-advantage span.icon_info_alt {
	font-size: 0.8rem;
	
}

.pricelist > .panel .price-btn:hover, .panel .price-btn:focus {
	box-shadow: 0 4px 12px 0 rgba(0,0,0,.2);
}
.pricelist > .panel:nth-child(1),
.pricelist > .panel:nth-child(1) .price-btn {
    border: 2px solid #eee;
}
.pricelist > .panel:nth-child(2) {
	    border:none;
}


.pricelist > .panel:nth-child(3)::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	/*background: rgba(252,195,0,0.15);*/
}
.pricelist > .panel {
	z-index: 1;
	border: 2px solid #fff;
	box-shadow: none;
}

.pricelist > .panel:nth-child(4) .img-bubble {
	
}
.pricelist > .panel:nth-child(n+3) .price-title,
.pricelist > .panel:nth-child(n+3) h3,
.pricelist > .panel:nth-child(n+3) small,
.pricelist > .panel:nth-child(n+3) ul li {
	color: #fff;
}
.pricelist > .panel:nth-child(n+3) .price-title {
	font-weight: 300;
}
.pricelist > .panel:nth-child(n+3)::before {
	    content: attr(title);
    position: absolute;
    top: -1rem;
    left: 0rem;
    right: 0rem;
    padding: 0.2rem;
    background: #ffebb3;
    font-size: 0.95rem;
    border-radius: 0.5rem 0.5rem 0rem 0rem;
	color: #eba400;
	font-weight: 500;
}

.pricelist > .panel:nth-child(4)::before {
	display:none;
}
section.colored .row.flex {
	margin: 3rem 0 -10rem 0;
}
section.colored h3 {
    font-weight: unset;
}
.colored .panel.white-color, .colored .panel.white-color .price-cost, .colored .panel.white-color .price-sum, .colored .panel.white-color .price-cost span, .colored .panel.white-color .price-list ul li b,
.colored .panel.white-color .price-list ul.feature-list li, .colored .panel.white-color .price-list ul.feature-list li a {
	
}

.colored .panel:nth-child(2) {
	border: none;
	background: #eee;
}
.colored .panel:nth-child(3) {
	border: none;
	background: #eba400;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.colored .panel:nth-child(4) {
	border: none;
	background: #444;
}
.colored .panel:nth-child(4) .btn {
	color: #666;
	border: none;
	background: #fff;
}


.colored .panel:nth-child(3) .btn {
	    color: #eba400;
    background: #fff;
    border: none;
}

.colored .panel:nth-child(2) .btn {
	
}
@media (min-width: 1200px) { 
	.content {
		top: 21.5rem;
		padding: 1rem;
	}
}	

@media (max-width: 768px) { 
.content-header {
		text-align: center;
	}
.cover-wrapper {
		display: block;
		margin: 0 0 1rem 0;
	}
.pricelist > .panel .price-list ul.feature-list li,
.pricelist > .panel .price-list ul.feature-list li a {
	font-size: 1rem;
}
.pricelist > .panel .price-btn {
	margin: 0 0 1rem 0;
}
.content {
	flex-direction: column;
	align-items: center;
	padding: 0;
    margin: 0 0 2rem 0;
}
.pricelist > .panel a.btn-option {
	padding: 0.5rem;
	font-size: 1rem;
    font-weight: 400;
	border: 1px solid;
	border-radius: 0.5rem;
    margin-top: 0.75rem;
	text-decoration: none !important;
}
.pricelist > .panel a.btn-option .arrow_carrot-right {
	vertical-align: text-bottom;
    font-size: 1.4rem;
    margin: 0;
	display: inline-block
}
.pricelist > .panel .price-cost::before {
    width: 80%;
}
.row.flex > div {
	flex-basis: 100%;
	width: 100%;
}
.pricelist > .panel:nth-child(3) {
	transform: scale(1.0);
	z-index: 1;
	box-shadow: 0 0 0 rgba(0,0,0,0.1);
	margin-top: 1rem;
}
.pricelist > .panel .price-advantage {
    width: 6rem;
    height: 6rem;
    font-size: 2.5rem;
    padding: 2rem 0;
}
.pricelist > .panel .price-advantage span {
	font-size: 1rem;
}
}
