#tariffs-block-wrapper{
	margin: 30px 0;
	padding: 30px 0 10px;
}

.ci-headers{
	margin: 0 0 10px;
	color: #444;
}

#tariffs-block{
	margin-top: 25px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.tariff-element{
	box-sizing: border-box;
	width: 245px;
	height: 535px;
	text-align: center;
	margin: 0px 10px 40px;
	cursor: pointer;
	border: 1px solid #962f74;
	padding: 15px;
	background: white;
}

.tariff-element:hover{
	box-shadow: 0 0 19px #dfdfdf;
}

.tariff-element-price{
	font-size: 22px;
	color: #962f74;
	font-weight: bolder;
	margin-top:33px;
}

.tariff-element-order{
	margin-top:20px;
}

.tariff-element-currency{
	font-size: 18px;
}

.tariff-element-header{
	margin: 0 0 5px;
	font-size: 18px;
	color: #962f74;
}
.request-button{
	margin-top: 30px;
	text-align: center;
	padding-bottom: 30px;
}

#base, #optimum, #premium{
	width: 163px;
	height: 124px;
	margin-left: 30px;
}

#base{
	background: url('/local/components/dap/services.kontur-market-roznica/templates/.default/base.png') center top no-repeat white;
}
#optimum{
	background: url('/local/components/dap/services.kontur-market-roznica/templates/.default/optimum.png') center top no-repeat white;
}

#premium{
	background: url('/local/components/dap/services.kontur-market-roznica/templates/.default/premium.png') center top no-repeat white;
}

.kontur-market-header{
	text-align: center;;
	font-weight: bolder;
	padding-top: 20px;
}

.kontur-market-description{
	margin-top: 30px;
}

.form-header{
	background-color: #fafafa;
	margin-top: -27px;
}

.capability-header{
	margin-bottom: 0px !important;
	color: #962f74;
	font-size: 18px;
}

.capability-price{
	margin-bottom: 0px !important;
	color: #962f74;
	font-size: 20px;
}

.capability-link{
	margin-top: 10px;
}

.capability-price{
	float: right;
}

.prices{
	border-bottom: 1px dashed #808a91;
}

.prices:last-of-type{
	border-bottom: none;
}

.table-prices td{
	padding:20px;
}

.table-prices{
	margin-top: 20px;
	width: 900px;
}

.ci-filled-button-useful{
	background-color: white !important;
	border-color: #a2a2a2 !important;
	color: #3f3f3f !important;
}

.ci-filled-button-useful:hover{background-color: white !important; color: #a2a2a2 !important;}
.ci-filled-button-useful:visited{background-color: white !important; color: #3f3f3f !important;}
.ci-filled-button-useful:active{background-color: white !important; color: #3f3f3f !important;}

.useful-button{
	text-align: center;
	margin-top: 20px;
	width: 964px;
	padding-bottom: 30px;
}

.tariff-element-description{
	text-align: left;
	height: 192px;
}

.modificator{
	width: 892px;
	background: #f9f9f9;
	border: 1px solid #962f74;
	padding-left: 19px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.modificator-logo{
	width: 68px;
	height: 72px;
	float: left;
}

.modificator-content{
	padding-left: 77px;
}

#modificator-egais{
	background: url("/upload/pics/kontur-market/kontur-market-roznica/modificators.png") -1px no-repeat;
}

#modificator-alko{
	background: url("/upload/pics/kontur-market/kontur-market-roznica/modificators.png") -70px no-repeat;
}

#modificator-markirovka{
	background: url("/upload/pics/kontur-market/kontur-market-roznica/modificators.png") -139px no-repeat;
}

#modificator-mercury{
	background: url("/upload/pics/kontur-market/kontur-market-roznica/modificators.png") -207px no-repeat;
}

#modificator-system{
	background: url("/upload/pics/kontur-market/kontur-market-roznica/modificators.png") -276px no-repeat;
}

#modificator-uchet{
	background: url("/local/components/dap/services.kontur-market-roznica/templates/.default/upravlenchesky_uchet.png");
}

.modificator-header, .modificator-bottom{
	padding-left: 15px;
}

.modificator-bottom p{
	font-style: italic;
}

.modificator{
	margin-top: 30px;
	margin-left: 42px;
}

.modificators-bottom-text{
	margin-top: 30px;
}

.plus{
	color: #962f74;
	font-weight: bolder;
}

/* Тарифы */
#tariffs-table-header-wrapper{
	background-color: #f9f9f9;
	margin-top: 40px;
	padding: 30px 0;
}

#tariffs-table-header-wrapper-prices{
	background-color: #f9f9f9;
	padding: 30px 0;
}

#tariffs-table-header,
#tariffs-table,#tariffs-table-prices{
	width: 80%;
	border-collapse: collapse;
}

#tariffs-table tr{
	border-bottom: 1px dashed #808a91;
}

#tariffs-table tr:last-of-type{
	border-bottom: none;
}

#tariffs-table td{
	padding: 15px 0;
	vertical-align: middle;
}

#tariffs-table .ci-blue-checked-circle{
	margin: 0;
}

.tariff-base,
.tariff-silver,
.tariff-gold{
	text-align: center;
	width: 15%;
	font-weight: 700;
}

#tariffs-table-header td{
	font-weight: 700;
	font-size: 20px;
}

.tarrif-feature-header-text{
	font-size: 20px;
	font-weight: bolder;
	color: #962f74 !important;
}

.tarrif-feature-header{
	border-top: 2px solid #808a91!important;
	border-bottom: 2px solid #808a91!important;
}

.tariff-price-values{
	background: #808a91;
}

.colored-answer{
	color: #962f74;
}