@media (max-width: 560px)
{
    .pricing tr.header
	{
        display: none;
    }

    .pricing,
    .pricing tbody,
    .pricing tr,
    .pricing td
	{
        display: block;
        width: 100%;
    }

    .pricing tr.services
	{
        border: 1px solid #ddd;
        border-radius: 8px;
        margin-bottom: 12px;
        overflow: hidden;
    }

    .pricing td.name
	{
        background: #f0f0f0;
        font-weight: bold;
        padding: 10px 14px;
    }

    .pricing td.price
	{
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 8px 14px;
		border: none !important;
		border-bottom: 1px solid #dadada !important;
    }

    .pricing td.price:last-child
	{
        border-bottom: none !important;
    }

    .pricing td.price::before
	{
        content: attr(data-label);
        color: #888;
        font-size: 12px;
        min-width: 80px;
        flex-shrink: 0;
    }
}

#middle-panel
{
	padding: 30px 0 !important;
}

#middle-panel > .body
{
	max-width: 100% !important;
}

.module-panel h1,
.module-panel .tcl
{
	margin: 0 auto;
	max-width: 1366px;
}

.wrapper
{
	width: 100%;
	background-color: #f0f2f5;
	padding: 0 10px 10px 10px;
}

.wrapper .body
{
	margin: 0 auto;

	padding: 1px 0 !important;

	display: block;

	width: 100%;
	max-width: 1366px;
}

h2
{
	font-size: 24px !important;
}

h2.icon
{
	padding-left: 40px;
}

h2.offers
{
	background: url('../images/offers.png') no-repeat left center;
}

h2.finance
{
	background: url('../images/finance.png') no-repeat left center;
}

h2.notes
{
	background: url('../images/notes.png') no-repeat left center;
}

h2.packet
{
	color: #F0A824;
}

.packet-info
{
	margin-top: 15px;

	display: flex;
	flex-wrap: wrap;
	gap: 10px;

	align-content: center;
	align-items: center;
}

.badge
{
	margin: -3px 0 0 5px;
	padding: 5px 15px;


	font-size: 13px;
	font-weight: bold;

	border-radius: 20px;

	color: #ffffff;
	background-color: #F0A824;
}

.errors-block
{
	display: block !important;
	margin: 0 auto 10px auto !important;

	width: 100%;
	max-width: 1366px;
}

.container
{
	margin: 0 auto;
	padding: 20px 10px 40px 10px;

	max-width: 1366px;
}

input.quantity
{
	text-align: center;
}

input.text
{
	width: 70px;
}

table td
{
	font-weight: bold;
	text-align: center;
}

.number
{
	display: inline-block;
	height: 20px;
	width: 20px;
	border: 1px solid #dfdfdf;
	color: #4A90E2;
	text-align: center;
	border-radius: 100px;
	font-weight: bold;
}

.message
{
	color: #0A0A0A;
}

.statements
{
	margin: 25px 0;

	padding-left: 20px;

	font-size: 15px;
	color: #464646;
}

.statements div:first-child
{
	margin-bottom: 5px;
}

#service
{
	display: grid;

	grid-template-columns: repeat(auto-fit, minmax(63px, 1fr));
	grid-gap: 5px;

	text-align: center;
	align-items: flex-end;

	color: #344c9f;
}

#service div
{
	font-size: 11px;
	text-align: left;
}

#service div.calculate-button
{
}

/*
#service div input.text
{
	width: 100%;

	color: #0A0A0A;

	border: 0;
	border-bottom: 2px ridge #dadada;
	border-radius: 0;
}
*/

#service div input.text
{
	width: 100%;

	color: #344c9f;

	border: 0;
	border: 1px solid #dadada;
	border-radius: 5px;
}

#service-summary
{
	padding: 30px 10px 30px 10px;

	background-color: #EFF1F3;
}

#service-summary-body
{
	display: grid;

	grid-template-columns: max-content;
	grid-gap: 10px;

	align-items: end;

	margin: 0 auto;
	max-width: 1366px;

	color: #464646;
}

#gen-link
{
	margin-top: 20px;

	width: auto;
	min-width: 200px;
}

table.pricing
{
	width: 100%;

	table-layout: fixed;
	/* border-spacing: 10px !important; */
	border-collapse: collapse;
}

table.pricing td
{
	padding: 10px;

	font-weight: normal;
}

table.pricing td.price
{
	border: 1px solid #dadada;
}

table.pricing td.name
{
	text-align: left;
}

#services-message:not(:empty)
{
	margin-top: 40px;
	padding: 10px;

	border-radius: 5px;
}

#services-message.warning
{
	padding-left: 60px;

	color: #F5A623;

	background: url('../images/warning.png') no-repeat left center;
	background-size: 48px;
}

#services-message.error
{
	padding-left: 60px;

	color: #D0021B;

	background: url('../images/error.png') no-repeat left center;
	background-size: 48px;
}
