/**
 * section_shorts
 * @version	2.0
 * @release	17-01-2022
 * @author	msolowski Marcin Sołowski
 * @website	http://msolowski.pl
 */

.section_shorts.background_none .short
{
/*	background-color: var(--root_color_light); */
}

.section_shorts.background_color .short
{
	background-color: #cceeed;
}

.section_shorts .short
{
	transition: var(--global_transition);
}

.section_shorts.effect_hover .short:hover
{
	box-shadow: 0 var(--global_size_10) var(--global_size_20) 0 rgba(0, 0, 0, 0.1);
	transform: translateY(calc(var(--global_size_10) * -1));
}

.section_shorts .short img
{
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	border-radius: 20px;
}

.section_shorts.effect_hover .short:hover img
{
	transform: scale(1.05, 1.05);
}

.section_shorts.effect_hover .short:hover .global_link
{
	color: var(--root_color_lead);
}

.section_shorts.pricelist .global_contener
{
	--max_column_gap: 40;
}

.section_shorts.pricelist .short
{
	background-color: var(--root_color_light_grey);
	border-radius: 20px;
	padding-top: var(--global_size_60);
	padding-right: var(--global_size_30);
	padding-left: var(--global_size_30);
	padding-bottom: var(--global_size_60);
	position: relative;
}

.section_shorts.pricelist .short:nth-child(2)
{
	border: 1px solid #fc5555;
	border-radius: 0 0 20px 20px;
}

.section_shorts.pricelist .short .content
{
	margin-top: var(--global_size_40);
	padding-top: var(--global_size_40);
	border-top: 1px solid var(--root_color_black);
}

.section_shorts.pricelist .short .content.global_style > ul
{
	margin-left: 0;
}

.section_shorts.pricelist .short .content.global_style > ul > li
{
	padding-left: var(--global_size_40);
}

.section_shorts.pricelist .short .content.global_style > ul > li + li
{
	margin-top: var(--global_size_20);
}

.section_shorts.pricelist .short .content.global_style > ul > li::marker
{
	content: '';
	display: none;
	opacity: 0;
	visibility: hidden;
}

.section_shorts.pricelist .short .content.global_style > ul > li
{
	position: relative;
}

.section_shorts.pricelist .short .content.global_style > ul > li::after
{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_107_6474)'%3e%3cpath d='M3.125 11.8125L7.5 16.1875L17.5 6.1875' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_107_6474'%3e%3crect width='20' height='20' fill='white' transform='translate(0 0.5625)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

.section_shorts.pricelist .short .link
{
	margin-top: var(--global_size_40);
}

.section_shorts.pricelist .short .link .global_button 
{
	width: 100%;
}

.section_shorts.pricelist .short .recommended
{
	position: absolute;
	left: -1px;
	bottom: 100%;
	background-color: #fc5555;
	color: var(--root_color_white);
	border-radius: 20px 20px 0 0;
	padding: var(--global_size_5);
	width: calc(100% + 2px);
}

.section_shorts.pricelist .short .global_h2
{
	font-size: calc(var(--global_font_size_h2) * 0.75);
}

/**********************************************************************************/

@media screen and (max-width: 1680px)
{
}

@media screen and (max-width: 1600px)
{
}

@media screen and (max-width: 1440px)
{
}

@media screen and (max-width: 1366px)
{
}

@media screen and (max-width: 1300px)
{
}

@media screen and (max-width: 1200px)
{
}

@media screen and (max-width: 1024px)
{
}

@media screen and (max-width: 800px)
{
}

@media screen and (max-width: 640px)
{
}

@media screen and (max-width: 480px)
{
}

@media screen and (max-width: 360px)
{
}