.tariffs {
    padding-bottom: 60px;
}
.tariffs__title {
    padding-top: 50px;
    margin-bottom: 30px;
}
.tariffs__desc {
	margin-bottom: 35px;
}
.tariffs__items-wrapper {
    display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.tariffs__items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
    gap: 30px 30px;
}
.tariffs__item {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 428px;
	background: var(--secondary-color);
	border-radius: 4px;
}
.bg-blue-light .tariffs__item {
	background: #fff;
}
.tariffs__item-inner {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	transition: var(--transition-duration);
}
.tariffs__item-inner:hover, 
.tariffs__item-inner:active {
    box-shadow: 0 0 50px rgba(181, 186, 191, 0.5);
}
.tariffs__item-img {
    display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 100%;
	height: 279px;
	border-radius: inherit;
	z-index: 10;
	flex-shrink: 0;
}
.tariffs__item-img-inner {
    display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}
.tariffs__item-info {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin: -4px 0px 0px 0px;
	padding: calc(4px + 30px) 30px 30px 30px;
	position: relative;
	width: 100%;
	height: 100%;
	border: 2px solid var(--secondary-color);
	border-radius: 0px 0px 4px 4px;
	z-index: 5;
}
.bg-blue-light .tariffs__item-info {
	background: #fff;
	border-color: #fff;
}
.tariffs__item-title {
	display: block;
	margin: -4px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 100%;
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
}
.tariffs__item-list {
    display: block;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 100%;
}
.tariffs__item-list-group {
    display: block;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.tariffs__item-list-group:first-child {
	margin-top: 0px;
}
.tariffs__item-list-title {
    display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	color: #000;
	font-weight: 500;
}
.tariffs__item-list-items {
    display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.tariffs__item-list-item {
    display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 16px;
	position: relative;
}
.tariffs__item-list-item:before {
    content: "";
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    position: absolute;
    top: 9px;
    left: 0px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
}
.tariffs__item-list-item:first-child {
	margin-top: 0px;
}
.tariffs__item-list-item a {
	color: var(--primary-color);
	border-color: var(--primary-color);
}
.tariffs__item-list-item a:hover {
	color: var(--primary-color-active);
	border-color: transparent;
}
.tariffs__item-others {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin: auto 0px 0px 0px;
	padding: calc(20px + 5px) 0px 0px 0px;
	position: relative;
	width: 100%;
}
.tariffs__item-price {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-end;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	font-weight: 500;
}
.tariffs__item-price-label {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.tariffs__item-price-value {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-align: right;
}
.tariffs__item-price-value var {
	position: relative;
	padding-left: 2px;
    font-size: 22px;
    line-height: 26px;
	font-weight: 700;
	color: #de1705;
	white-space: nowrap;
}
.tariffs__item-price-value .r {
    font-size: 22px;
    line-height: 26px;
	color: #de1705;
}
@media screen and (max-width: 1575px) {
	.tariffs__item-info {
		padding: calc(4px + 25px) 25px 25px 25px;
	}
	.tariffs__item-list {
		margin-top: 15px;
	}
	.tariffs__item-list-group {
		margin-top: 15px;
	}
	.tariffs__item-others {
		padding-top: calc(15px + 5px);
	}
}
@media screen and (min-width: 1221px) and (max-width: 1575px) {
	.tariffs__item {
		width: 370px;
	}
	.tariffs__item-img {
		height: 241px;
	}
	.tariffs__item-img-inner {
		background-size: cover;
	}
}
@media screen and (max-width: 992px) {
	.tariffs {
		padding-bottom: calc(40px + 10px);
	}
    .tariffs__title {
        padding-top: 40px;
        margin-bottom: 25px;
    }
	.tariffs__desc {
		margin-bottom: 30px;
	}
	.tariffs__item {
		max-width: 428px;
	}
	.tariffs__item-list-item:before {
		top: 8px;
	}
}
@media screen and (min-width: 768px) and (max-width: 992px) {
	.tariffs__item {
		width: calc(50% - (15px * 2));
	}
	.tariffs__item-img {
		height: 225px;
	}
	.tariffs__item-img-inner {
		background-size: cover;
	}
	.tariffs__item-others {
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
		padding-top: 15px;
	}
	.tariffs__btn {
		order: 2;
		width: 100%;
		margin-top: calc(15px + 5px);
	}
	.tariffs__item-price {
		order: 1;
		width: 100%;
		justify-content: flex-start;
	}
}
@media screen and (max-width: 630px) {
	.tariffs {
		padding-bottom: 45px;
	}
}
@media screen and (max-width: 480px) {
	.tariffs__item-img {
		height: 225px;
	}
	.tariffs__item-img-inner {
		background-size: cover;
	}
	.tariffs__item-title {
		font-size: 18px;
		line-height: 24px;
	}
}
@media screen and (max-width: 450px) {
	.tariffs__item-others {
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
		padding-top: 15px;
	}
	.tariffs__btn {
		order: 2;
		width: 100%;
		margin-top: calc(15px + 5px);
	}
	.tariffs__item-price {
		order: 1;
		width: 100%;
		justify-content: flex-start;
	}
}
@media screen and (max-width: 370px) {
	.tariffs__item-img {
		height: 180px;
	}
	.tariffs__item-info {
		padding: calc(4px + 20px) 20px calc(20px - 2px) 20px;
	}
	.tariffs__item-list {
		margin-top: 12px;
	}
	.tariffs__item-list-group {
		margin-top: 12px;
	}
	.tariffs__item-others {
		padding-top: 12px;
	}
	.tariffs__btn {
		margin-top: calc(12px + 5px);
	}
}