

/* Start:/tariffs/css/tariffs.css?15723261306213*/
.tariffs-img {
	position: relative;
	margin-bottom: 0px;
} 

.tariffs-img img {
	width: 100%;
	height: auto;
}

.tariffs-img .tariffs-text {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 26px;
	font-weight: bold;
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
	/* color: #ffffff; */
	color: #000;
	width: 100%;
}

.tariffs-img:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	/* background: rgba(0,0,0, 0.5); */
}

.profit-list {
	margin-top: 20px;
	margin-bottom: 40px;
	display: flex;
}

.profit-list .profit-item {
	text-align: center;
	display: inline-block;
	width: 25%;
}

.profit-list .profit-item__img {
	width: 120px;
	height: 120px;
	background: #f22613;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 5px;
	position: relative;
}

.profit-list .profit-item__img svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.profit-list .profit-item__title {
	text-transform: uppercase;
	font-size: 1.2em;
	margin-top: 15px;
	font-weight: bold;
	padding: 0 15px;
}

.tarifs-type {
	display: flex;
	padding: 25px 0;
}
.tarif-type__item {
	width: 50%;
	text-align: center;
	padding: 0 20px;
	position: relative;
    padding-bottom: 45px;
}

.tarif-type__item .but {
	margin-top: 20px;
	position: absolute;
	transform: translateX(-50%);
}

.tarif-type__item-title {
	height: 100px;
}

.consult {
	display: flex;
	align-items: center;
	margin-top: 40px;
	margin-bottom: 40px;
	/* border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd; */
	background: #f22613;
	color: #fff;
	padding: 10px 20px;
}

.consult .but {
	background: #fff;
	color: #f22613 !important;
}
.consult .but:hover {
	background: #fff;
	color: #f22613 !important;
}

.consult-item {
	width: 50%;
}

#consult-form input[type="text"]{
	height: 34px;
	width: 70%;
	border: none;
	padding: 0 10px;
	color: #000;
}

.consult-item .out {
	margin-bottom: 0;
}

.price-list {
	display: flex;
	margin-top: 25px;
	margin-bottom: 25px;
	position: relative;
}

.price-list__descr-list {
	margin-bottom: 20px;
}

.price-list__descr {
	display: none;
	/* padding: 10px; */
	/* border: 1px solid #ddd; */
	margin-top: -1px;
	margin-right: 3px;
}

.price-list__descr h3 {
	margin-top: 0 !important;
}

.price-list__item {
	width: 25%;
	border: 1px solid #ddd;
	padding: 10px;
	padding-bottom: 60px;
	/* text-align: center; */
	position: relative;
}

.price-list__item:not(:first-child) {
	margin-left: -1px;
}

.price-list__item-type {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.price-list__item-price {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}

.price-list__item-price span {
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
}

.price-list__item-price span:first-child {
	margin-bottom: 5px;
	display: block;
}

.price-list__buttons
/* .price-list__item-btn */
 {
	position: absolute !important;
	bottom: 10px;
	left: 10px;
	display: flex;
}

.price-list__item-btn {
	padding: 6px 20px !important;
}
.price-list__item-btn:first-child {
	margin-right: 10px;
}
.price-list__item-btn.but_white {
	background: #fff;
	color: #f22613 !important;
	border: 1px solid #f22613;
}
.price-list__item-btn.but_white:hover {
	color: #fff !important;
	background: #f22613;
}

.help-block {
	text-align: center;
	margin-top: 10px !important;
	margin-bottom: 30px !important;
}

.tarifs-page h3.h3 {
	margin-top: 22px;
	text-align: center;
	margin-bottom: 36px;
}
.tarifs-page h3.h3.mb40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.suitable-tarifs-list {
	margin-bottom: 20px;
}

.order-tarif .tarif-price {
	font-size: 20px;
}

.order-tarif h3 {
	margin: 0;
}

.suitable-tarifs .suitable-tarifs__title {
	font-size: 20px;
}

.equipment-list {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}

.equipment-list img {
	max-height: 37px;
    width: auto;
    margin-right: 15px;
    margin-bottom: 15px;
}
.equipment-list img:last-child {
	margin-right: 0;
}

.tarifs-page h3 {
	margin-top: 0px;
}

.tarif-type__item h4 {
	font-size: 24px;
	font-weight: bold;
	color: #f22613;
	margin-bottom: 25px;
}

.price-list__item-price span:first-child {
	/* color: #f22613; */
	font-size: 28px;
	line-height: 20px;
    font-weight: bold;
}

.price-list__item-price.item-price__year span:first-child {
	font-size: 20px;
}

.price-list__item-price.item-price__year span:last-child {
	font-size: 16px;
}

.price-list__item-text {
	font-size: 0.9em;
	line-height: 18px;
	color: gray;
}

.tar .but {
	/* padding: 3px 26px !important; */
	margin-top: 20px;
}

.small-p {
	font-size: 0.9em;
	color: gray;
}


.profit-list-wrapper {
	overflow: hidden;
	background: #eeeeee;
}

.tarif-table{
	float: left;
	/* margin-bottom: 20px; */
}

.small-p {
	/* width: 40%; */
	float: left;
	padding-left: 15px;
}

.tarifs-wrapper {
	/* overflow: hidden; */
}

.tarifs-wrapper:last-child .tarif-table {
	margin-bottom: 0;
}

.tarif-1 .tar, .tarif-2 .tar {
	line-height: 18px;
	padding: 8px 10px !important;
}

.tarif-1 .tar span:last-child, .tarif-2 .tar span:last-child{
	white-space: nowrap;
}

.item-text__el {
	display: flex;
	margin-bottom: 10px;
	align-items: center;
}

.item-text__el:last-child {
	margin-bottom: 0;
}

.item-text__el svg { 
	flex: 1;
}
.item-text__el span {
	/* padding-left: 5px; */
	flex: 10;
	font-size: 13px !important;
	line-height: 18px !important;
	color: grey !important;
}


.form-group.agree {
	display: flex;
}

.form-group.agree label {
	margin-left: 5px;
	cursor: pointer;
}

.partner-sert {
	cursor: pointer;
}

.tooltip .tooltip-inner {
	background: #fff;
	color: #000;
	border: 1px solid #f22613;
}

.tooltip.right .tooltip-arrow {
	border-right-color: #f22613 !important;
}

@media (max-width: 767px) {
	.tariffs-img .tariffs-text {
		font-size: 22px;
	}
	.price-list{
		flex-wrap: wrap;
	}
	.price-list__item {
		width: 100%;
		margin-bottom: 10px;
	}
	.price-list__item:last-child  {
		margin-bottom: 0;
	}
}
@media (max-width: 585px) {
	.tariffs-img .tariffs-text{
		position: unset;
		transform: initial;
		font-size: 15px;
	}
	.tariffs-img{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
}
@media (max-width: 264px) {
	.tariffs-img{
		display: none;
	}
}
/* End */
/* /tariffs/css/tariffs.css?15723261306213 */
