

/* Start:/local/components/timeasset/content.tariff/templates/.default/style.css?178091078534047*/
/* block 1 */
.tariffs-menu {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 60px;
	list-style: none;
}
.tariffs-menu__item {
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
}
.tariffs-menu__link {
	display: block;
	padding: 20px 150px 20px 20px;
	font-size: 16px;
	font-weight: 400;
	height: 88px;
	display: flex;
	align-items: center;
}
.tariffs-menu__link:hover {
	text-decoration: none;
}
.tariffs-menu__item.bg--examples {
	background-image: url(/local/templates/buhactiv/assets/img/tariffs/bg_examples.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.tariffs-menu__item.bg--calc {
	background-image: url(/local/templates/buhactiv/assets/img/tariffs/ico_calc.svg);
	background-repeat: no-repeat;
	background-position: 85%;
}
.tariffs-menu__item.bg--table {
	background-image: url(/local/templates/buhactiv/assets/img/tariffs/ico_table.svg);
	background-repeat: no-repeat;
	background-position: 85%;
}
@media (min-width: 480px) {
	.tariffs-menu__item {
		width: calc(50% - 10px);
	}
}
@media (min-width: 640px) {}
@media (min-width: 960px) {
	.tariffs-menu__item {
		width: calc(33.33% - 15px);
	}
	.tariffs-menu__link {
		font-size: 18px;
		line-height: 1.35;
	}
}


/* block 2 */
.business-spheres {
	margin-top: 60px;
}
.business-spheres__header {}
.business-spheres__header img {
	display: inline-block;
	margin: 0 4px 0 4px;
}
.business-spheres__desc {
	margin: -5px 0 30px 0;
	font-size: 14px;
	line-height: 1.5;
	color: #1a1a1a;
}
.business-spheres__list {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 8px;
}
.business-spheres-list__item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 72px;
	padding: 10px 20px;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 500;
	box-sizing: border-box;
}
.business-spheres-list__level {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
	white-space: nowrap;
}
.business-spheres-list__level svg {
	display: inline-block;
	width: 24px;
	margin-left: 5px;
}
.business-spheres-list__item.level--low {
	background-color: #f4f8f4;
}
.business-spheres-list__item.level--middle {
	background-color: rgba(218, 127, 0, 0.05);
}
.business-spheres-list__item.level--middle-high {
	background-color: #fdf8f2;
}
.business-spheres-list__item.level--high {
	background-color: #ffedeb;
}
@media (min-width: 480px) {
	.business-spheres-list__item  {
		width: calc(50% - 5px);
	}
}
@media (min-width: 640px) {}
@media (min-width: 960px) {
	.business-spheres-list__item {
		width: calc(33.33% - 7.5px);
		font-size: 18px;
	}
}
.business-spheres__calc {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	margin-top: 30px;
	padding: 25px;
	background-color: #213966;
	box-sizing: border-box;
}
.business-spheres__text {
	width: 100%;
	padding-bottom: 20px;
	padding-right: 20px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	color: #fff;
}
.business-spheres__btn {
	padding: 0 20px;
	line-height: 45px;
	font-weight: 400;
	font-size: 12px;
	background-color: #fff;
	white-space: nowrap;
	user-select: none;
	cursor: pointer;
	box-sizing: border-box;
}
@media (min-width: 960px) {
	.business-spheres__calc {
		flex-direction: row;
	}
	.business-spheres__text {
		width: 60%;
		padding-bottom: 0;
		text-align: left;
	}
	.business-spheres__btn {
		font-size: 14px;
	}
}

/* block 3 */
.memo-calc {
	margin: 60px 0 80px 0;
	padding: 40px 30px;
	background-color: #fff;
	box-shadow: 0px 24px 80px 0px rgba(0, 0, 0, 0.08);
	border-radius: 32px;
	box-sizing: border-box;
}
.memo-calc__header {
	font-weight: 300;
	font-size: 28px;
	line-height: 1.2;
	text-align: center;
}
.memo-calc__desc {
	margin-top: 10px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
}
.memo-calc__params {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 60px;
	margin-top: 40px;
}
.memo-calc-param {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
	align-self: stretch;
}
.memo-calc-param:first-child .memo-calc-param__info,
.memo-calc-param:last-child .memo-calc-param__info {
	display: flex;
	align-items: center;
	color: #fff;
	background-color: #2d4e8b;
}
.memo-calc-param:first-child .memo-calc-param__header,
.memo-calc-param:last-child .memo-calc-param__header {
	font-weight: 700;
}
.memo-calc-param__info {
	flex: 1;
	padding: 30px 10px;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
}
.memo-calc-param__ico {
	width: 64px;
	height: 64px;
	margin: 0 auto;
	border-radius: 50%;
	background-color: #E0E5EE;
}
.memo-calc-param__ico svg {
	width: 24px;
	margin: 0 auto;
}
.memo-calc-param__coeff {
	margin-top: 15px;
	text-align: center;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.4;
	color: #667;
}
.memo-calc-param__coeff .left-operator,
.memo-calc-param__coeff .right-operator {
	position: absolute;
	left: 50%;
	top: -45px;
	display: block;
	width: 32px;
	height: 32px;
	margin-left: -16px;
	background-color: #fff;
	box-sizing: border-box;
}
.memo-calc-param__coeff .left-operator:before,
.memo-calc-param__coeff .left-operator:after {
	content: '';
	display: block;
	position: absolute;
	left: 7px;
	top: 14px;
	width: 20px;
	border-top: 2px solid #213966;
}
.memo-calc-param__coeff .left-operator:after {
	transform: rotate(-90deg);
}
.memo-calc-param__coeff .right-operator {
	top: unset;
	bottom: -45px;
	right: unset;
	left: 50%;
}
.memo-calc-param__coeff .right-operator:before {
	content: '';
	display: block;
	position: absolute;
	left: 7px;
	top: 12px;
	width: 20px;
	height: 10px;
	border-top: 2px solid #213966;
	border-bottom: 2px solid #213966;
}
.memo-calc-param__header {
	width: 100%;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.35;
	margin-top: 10px;
}
.memo-calc-param__value {
	text-align: center;
	margin-top: 10px;
	background-color: #f5f5f5;
	padding: 12px;
	font-size: 14px;
	line-height: 1;
	color: #213966;
}
.memo-calc-param__value span {
	font-weight: 700;
}
@media (min-width: 960px) {
	.memo-calc {
		margin: 60px 0 80px 0;
		padding: 40px 60px;
	}
	.memo-calc__header {
		font-size: 32px;
	}
	.memo-calc__params {
		gap: 16px;
	}
	.memo-calc-param {
		position: static;
		width: calc(16.5% - 12px);
	}
	.memo-calc-param__header {
		font-size: 14px;
	}
	.memo-calc-param__value {
		font-size: 12px;
	}
	.memo-calc-param__coeff {
		position: relative;
	}
	.memo-calc-param__coeff .left-operator, 
	.memo-calc-param__coeff .right-operator {
		left: -35px;
  		top: -7px;
		margin-left: 0;
		border: 1px solid #e6e6e6;
	}
	.memo-calc-param__coeff .left-operator:before, 
	.memo-calc-param__coeff .left-operator:after {
		width: 16px;
		border-top: 2px solid #213966;
	}
	.memo-calc-param__coeff .right-operator {
		left: unset;
		right: -35px;
	}
	.memo-calc-param__coeff .right-operator:before {
		top: 10px;
		width: 16px;
		height: 10px;
		border-top: 2px solid #213966;
		border-bottom: 2px solid #213966;
	}
}
@media (min-width: 1140px) {
	.memo-calc__header {
		font-size: 40px;
	}
}
@media (min-width: 1200px) {
	.memo-calc-param__header {
		font-size: 18px;
	}
	.memo-calc-param__value {
		font-size: 14px;
	}
}
@media (min-width: 1400px) {
	.memo-calc {
		margin: 100px -100px;
	}
	.memo-calc__header {
		text-align: center;
	}
	.memo-calc__desc {
		text-align: center;
	}
}

/* block 4 */
.tariffs-existing-customers {
	margin: 80px 0;
	scroll-margin-top: 150px;
}
.tariffs-existing-customers__header {
	font-weight: 300;
	font-size: 28px;
	line-height: 1;
}
.tariffs-existing-customers__desc {
	width: 100%;
	margin-top: 20px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
}
.existing-customer-tariffs {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 40px;
}
.existing-customer-tariff {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 23px;
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	box-shadow: 0px 20px 50px 0px #0000000D;
}
.existing-customer-tariff__image {
	position: relative;
	max-width: 240px;
}
.existing-customer-tariff__label {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.4;
	background-color: #fff;
}
.existing-customer-tariff__title {
	display: flex;
	align-items: center;
	flex: 1;
	margin: 20px 0;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.35;
}
.existing-customer-tariff__price {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e6e6e6;
	white-space: nowrap;
}
.existing-customer-tariff__price-value {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.35;
	color: #213966;
}
.existing-customer-tariff__price-value span {
	margin-right: 8px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
}
.existing-customer-tariff__price-desc {
	font-weight: 400;
	font-size: 12px;
	line-height: 1.4;
	color: #667;
}
.existing-customer-tariff__param {
	margin-top: 12px;
	padding-bottom: 3px;
	border-bottom: 1px solid #e6e6e6;
}
.existing-customer-tariff__param-desc {
	font-weight: 400;
	font-size: 12px;
	line-height: 1.4;
	color: #667;
}
.existing-customer-tariff__param-value {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
}
.existing-customer-tariff__clients {
	margin-top: 25px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.5;
	color: #213966;
}
.existing-customer-tariff__clients svg {
	width: 24px;
	display: inline-block;
	vertical-align: bottom;
}
@media (min-width: 640px) {
	.tariffs-existing-customers__header {
		font-size: 32px;
	}
	.existing-customer-tariff {
		width: calc(50% - 7.5px);
	}
}
@media (min-width: 960px) {
	.tariffs-existing-customers__desc {
		width: 80%;
	}
}
@media (min-width: 1140px) {
	.tariffs-existing-customers__header {
		font-size: 40px;
	}
	.tariffs-existing-customers__desc {
		width: 60%;
	}
	.existing-customer-tariff {
		width: calc(25% - 12px);
	}
}

/* block 5 */
.tariffs {
	margin-top: 60px;
	scroll-margin-top: 150px;
}
.tariffs__header {
	margin-bottom: 40px;
	font-weight: 300;
	font-size: 28px;
}
.tariffs__plan {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
	flex-wrap: wrap;
	gap: 20px;
}

.tariff-plan {
	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
    padding: 24px;
    background-color: #f5f5f5;
    box-sizing: border-box;
}
.tariff-plan__label {
	position: absolute;
  	top: -16px;
  	left: 16px;
	padding: 8px 12px 8px 12px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
	color: #fff;
	background-color: #2D4E8B;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tariff-plan__extra-popular,
.tariff-plan__extra-key {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
	color: #1a1a1a;
	background-color: #FFE88D;
	padding: 8px 12px;
  	box-sizing: border-box;
  	width: 100%;
  	margin: 4px 0 6px 0;
}
.tariff-plan__extra-key {
	padding: 8px 0;
	background-color: transparent;
	color: #147890;
}
.tariff-plan__extra-popular:after,
.tariff-plan__extra-key:after {
	content: '';
	display: inline-block;
	vertical-align: text-top;
	width: 16px;
	height: 16px;
	margin-left: 4px;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.52181 2.30229C7.67547 1.991 7.75229 1.83535 7.85659 1.78562C7.94734 1.74236 8.05277 1.74236 8.14351 1.78562C8.24781 1.83535 8.32464 1.991 8.4783 2.30229L9.93608 5.2556C9.98144 5.3475 10.0041 5.39345 10.0373 5.42913C10.0666 5.46072 10.1018 5.48631 10.1409 5.5045C10.1851 5.52503 10.2358 5.53244 10.3372 5.54726L13.598 6.02389C13.9414 6.07408 14.1131 6.09917 14.1926 6.18304C14.2617 6.25601 14.2942 6.35628 14.281 6.45593C14.2659 6.57047 14.1416 6.69153 13.893 6.93367L11.5343 9.23103C11.4608 9.30264 11.424 9.33845 11.4003 9.38106C11.3793 9.41878 11.3658 9.46022 11.3607 9.50309C11.3548 9.5515 11.3635 9.60208 11.3808 9.70324L11.9373 12.9482C11.996 13.2904 12.0254 13.4615 11.9702 13.5631C11.9222 13.6514 11.8369 13.7134 11.7381 13.7317C11.6245 13.7528 11.4708 13.672 11.1634 13.5104L8.24829 11.9773C8.15746 11.9295 8.11205 11.9057 8.0642 11.8963C8.02184 11.888 7.97827 11.888 7.9359 11.8963C7.88806 11.9057 7.84264 11.9295 7.75181 11.9773L4.83666 13.5104C4.52932 13.672 4.37565 13.7528 4.26202 13.7317C4.16316 13.7134 4.07786 13.6514 4.02987 13.5631C3.97471 13.4615 4.00406 13.2904 4.06276 12.9482L4.6193 9.70324C4.63665 9.60208 4.64532 9.5515 4.63945 9.50309C4.63426 9.46022 4.62078 9.41878 4.59978 9.38106C4.57606 9.33845 4.53929 9.30264 4.46576 9.23103L2.10708 6.93367C1.85848 6.69153 1.73418 6.57047 1.71906 6.45593C1.7059 6.35628 1.73841 6.25601 1.80754 6.18304C1.887 6.09917 2.05869 6.07408 2.40207 6.02389L5.66291 5.54726C5.76432 5.53244 5.81503 5.52503 5.85919 5.5045C5.89828 5.48631 5.93348 5.46072 5.96283 5.42913C5.99598 5.39345 6.01866 5.3475 6.06402 5.2556L7.52181 2.30229Z' stroke='%231A1A1A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.tariff-plan__extra-key:after {
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 6H10.0067M10 10C12.2091 10 14 8.20914 14 6C14 3.79086 12.2091 2 10 2C7.79086 2 6 3.79086 6 6C6 6.18245 6.01222 6.36205 6.03587 6.53802C6.07478 6.82745 6.09424 6.97217 6.08114 7.06373C6.0675 7.1591 6.05013 7.2105 6.00313 7.2946C5.958 7.37533 5.87847 7.45486 5.71942 7.61391L2.31242 11.0209C2.19712 11.1362 2.13947 11.1939 2.09824 11.2611C2.06169 11.3208 2.03475 11.3858 2.01842 11.4538C2 11.5306 2 11.6121 2 11.7752V12.9333C2 13.3067 2 13.4934 2.07266 13.636C2.13658 13.7614 2.23856 13.8634 2.36401 13.9273C2.50661 14 2.6933 14 3.06667 14H4.22484C4.3879 14 4.46943 14 4.54615 13.9816C4.61418 13.9652 4.67921 13.9383 4.73886 13.9018C4.80613 13.8605 4.86378 13.8029 4.97909 13.6876L8.38609 10.2806C8.54514 10.1215 8.62467 10.042 8.7054 9.99687C8.7895 9.94987 8.8409 9.9325 8.93627 9.91886C9.02783 9.90576 9.17255 9.92522 9.46198 9.96413C9.63795 9.98778 9.81755 10 10 10Z' stroke='%23147890' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.tariff-plan__title {
	margin-top: 8px;
	font-size: 32px;
  	line-height: 48px;
}
.tariff-plan__description {
	flex: 1;
	margin: 10px 0 20px 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
}

.tariff-plan__params {
	width: 100%;
}
.tariff-param {
	border-bottom: 1px solid #e6e6e6;
  	padding: 8px 0;
}
.tariff-param__title {
	display: block;
  	font-weight: 400;
  	font-size: 12px;
  	line-height: 1.4;
  	color: #677;
}
.tariff-param__value {
  	font-weight: 600;
  	font-size: 16px;
  	line-height: 1.5;
  	color: #1f1f1f;
}

.tariff-plan__price {
	margin: 24px 0 20px 0;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.1;
	color: #213966;
	white-space: nowrap;
}
.tariff-plan__price span {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	color: #677;
}
.tariff-plan__more {
	margin: 0 0 20px 0;
  	color: #2D4E8B;
}
.tariff-plan__consult {
	width: 100%;
}

.tariffs__options {
	width: 100%;
  	margin-left: 0;
	padding-top: 12px;
}
.tariff-options__block {
	position: relative;
	padding: 20px 0px 20px 30px;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	border-bottom: 1px solid #e6e6e6;
	cursor: pointer;
	user-select: none;
}
.tariff-options__block:before {
	content: '';
  	display: block;
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	border-right: 2px solid #213966;
  	border-bottom: 2px solid #213966;
  	transform: rotate(45deg);
  	left: 10px;
	top: 25px;
}
.tariff-options__block.open:before {
  	transform: rotate(-135deg);
	top: 30px;
}
.tariff-option {
	display: none;
  	justify-content: space-between;
  	align-items: flex-start;
	flex-wrap: wrap;
	border-bottom: 1px solid #e6e6e6;
}
.tariff-options__block.open + .tariff-option,
.tariff-options__block.open + .tariff-option + .tariff-option {
	display: flex;
}
.tariff-option__title {
	width: 100%;
	padding: 20px 0 10px 8px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	border-bottom: 1px solid #e6e6e6;
}
.tariff-option__description {
	margin-top: 6px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	color: #667; 
}
.tariff-option__column {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(25% - 15px);
	align-self: stretch;
	flex-wrap: wrap;
	padding: 30px 0;
}
.tariff-option__checked {
	position: relative;
	width: 24px;
	height: 24px;
	box-sizing: border-box;
	border-radius: 50%;
	border: 1px solid #27802F;
}
.tariff-option__checked:before {
	content: '';
	display: block;
	position: absolute;
	width: 6px;
	height: 10px;
	border-right: 2px solid #27802F;
	border-bottom: 2px solid #27802F;
	transform: rotate(45deg);
	left: 8px;
  	top: 5px;
}
.tariff-option__desc {
	width: 100%;
	margin-top: 20px;
	padding: 0 4px;
	font-size: 12px;
  	text-align: center;
  	color: #27802F;
}
.tariffs-options__columns-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0 0 20px 0;
}
.tariffs-options-column-header {
	width: calc(25% - 15px);
	text-align: center;
	font-size: 21px;
	font-weight: 600;
}
@media (min-width: 640px) {
	.tariff-plan {
		width: calc(50% - 10px);
	}
}
@media (min-width: 960px) {
	.tariffs__header {
		margin-bottom: 50px;
		font-size: 32px;
	}
}
@media (min-width: 1024px) {
	.tariffs-options__columns-header {
		display: none;
	}
	.tariff-plan {
		width: calc(25% - 15px);
		margin-bottom: 0;
	}
	.tariff-option__desc {
		font-size: 14px;
	}
}
@media (min-width: 1140px) {
	.tariffs__header {
		margin-bottom: 60px;
		font-size: 40px;
	}
}
@media (min-width: 1700px) {
	.tariff-option {
		flex-wrap: nowrap;
		gap: 20px;
	}
	.tariff-option__title {
		width: 20%;
		margin-left: -20px;
		padding-left: 28px;
		border-bottom: none;
	}
	.tariffs__options {
		width: 120%;
  		margin-left: -20%;
	}
	.tariffs__option {
		width: 24%;
	}
}
@media (max-width: 1023px) {
	/*.tariffs__plan {
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 20px;
	}
	.tariff-plan {
		width: 100%;
		max-width: 350px;
		margin-bottom: 50px;
	}*/
	.tariff-plan__label {
		font-weight: 500;
	}
	.tariff-plan__title {
		font-size: 28px;
	}
	.tariff-plan__description {
		font-size: 12px;
	}
	.tariff-plan__price {
		font-size: 28px;
	}
	.tariff-plan__more a {
		font-size: 12px;
	}
	.tariff-plan__consult {
		font-size: 12px;
	}
	.tariff-options__block {
		font-size: 13px;
	}
	.tariff-option__title {
		font-size: 13px;
		padding-top: 10px;
	}
	.tariff-option__column {
		padding: 10px 0;
	}
}

/* block 6 */

.tariffs-plus-banner {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	margin-top: 60px;
	background-image: url(/local/templates/buhactiv/assets/img/tariffs/bg_tariffs_plus.jpg);
	background-repeat: no-repeat;
	background-position: 150% top;
	background-size: contain;
}
.tariffs-plus-banner__info {
	padding: 35px;
	background-color: #2d4e8b;
	box-sizing: border-box;
}
.tariffs-plus-banner__header {
	font-weight: 500;
	font-size: 32px;
	line-height: 1.1;
	color: #fff;
	text-transform: uppercase;
}
.tariffs-plus-banner__header span {
	font-weight: 700;
}
.tariffs-plus-banner__desc {
	margin-top: 10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
}
.tariffs-plus-banner__list {
	margin: 35px 0 0 0;
	padding: 0;
	list-style: none;
}
.tariffs-plus-banner-list__item {
	margin-top: 8px;
	padding: 12px;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
	border: 1px solid #425F96;
	color: #fff;
}
@media (min-width: 960px) {
	.tariffs-plus-banner {
		background-position: right top;
	}
	.tariffs-plus-banner__info {
		width: 54%;
		max-width: 640px;
		padding: 50px;
	}
}

.tariffs-plus {
	margin-top: 30px;
}
.tariffs-plus__header {
	padding: 12px;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	background-color: #2d4e8b;
	text-transform: uppercase;
}
.tariffs-plus__plan {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
	flex-wrap: wrap;
	gap: 15px;
}
.tariff-plus-plan {
	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
	width: 100%;
	position: relative;
    padding: 24px;
    background-color: #fff;
    box-sizing: border-box;
	box-shadow: 0px 10px 20px 0px #0000000D;
}
.tariff-plus-plan__title {
	margin-top: 8px;
	font-weight: 700;
	font-size: 32px;
  	line-height: 48px;
}
.tariff-plus-plan__options {
	flex: 1;
	margin-top: 10px;
	margin-bottom: 20px;
}
.tariff-plus-plan__option {
	margin-bottom: 2px;
	padding: 12px;
	font-size: 12px;
	background-color: #f5f5f5;
	width: 100%;
	box-sizing: border-box;
}
.tariff-plus-plan__option svg {
	width: 16px;
	float: right;
	margin-top: -2px;
}
.tariff-plus-plan__option--invert {
	color: #fff;
	background-color: #2d4e8b;
}
.tariff-plus-plan__params {
	width: 100%;
}
.tariff-plus-param {
  	padding: 8px 0;
}
.tariff-plus-param__title {
	display: block;
  	font-weight: 400;
  	font-size: 12px;
  	line-height: 1.4;
  	color: #677;
}
.tariff-plus-param__value {
  	font-weight: 600;
  	font-size: 16px;
  	line-height: 1.5;
  	color: #1f1f1f;
}

.tariff-plus-plan__price {
	margin: 24px 0 20px 0;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.1;
	color: #213966;
	white-space: nowrap;
}
.tariff-plus-plan__price span {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	color: #677;
}
.tariff-plus-plan__price .currency {
	font-size: 14px;
	font-weight: 700;
	color: #213966;
}

.tariffs-plus__options {
	width: 100%;
  	margin-left: 0;
	padding-top: 12px;
}
.tariff-plus-option {
	display: flex;
  	justify-content: space-between;
  	align-items: flex-start;
	flex-wrap: wrap;
	border-bottom: 1px solid #e6e6e6;
}
.tariff-plus-option__title {
	width: 100%;
	padding: 20px 0 10px 8px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	border-bottom: 1px solid #e6e6e6;
}
.tariff-plus-option__description {
	margin-top: 6px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	color: #667; 
}
.tariff-plus-option__column {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(25% - 15px);
	align-self: stretch;
	flex-wrap: wrap;
	flex-direction: column;
	padding: 30px 0;
}
.tariff-plus-option__checked {
	position: relative;
	width: 24px;
	height: 24px;
	box-sizing: border-box;
	border-radius: 50%;
	border: 1px solid #27802F;
}
.tariff-plus-option__checked:before {
	content: '';
	display: block;
	position: absolute;
	width: 6px;
	height: 10px;
	border-right: 2px solid #27802F;
	border-bottom: 2px solid #27802F;
	transform: rotate(45deg);
	left: 8px;
  	top: 5px;
}
.tariff-plus-option__desc {
	width: 100%;
	margin-top: 20px;
	padding: 0 4px;
	font-size: 12px;
  	text-align: center;
  	color: #27802F;
}
.tariffs-plus-options__columns-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 20px 0;
}
.tariffs-plus-options-column-header {
	width: calc(25% - 15px);
	text-align: center;
	font-size: 21px;
	font-weight: 700;
}
@media (min-width: 640px) {
	.tariff-plus-plan {
		width: calc(50% - 7.5px);
	}
}
@media (min-width: 960px) {
}
@media (min-width: 1024px) {
	.tariffs-plus-options__columns-header {
		display: none;
	}
	.tariff-plus-plan {
		width: calc(25% - 12px);
		margin-bottom: 0;
	}
	.tariff-plus-option__desc {
		font-size: 14px;
	}
}
@media (min-width: 1140px) {
}
@media (min-width: 1700px) {
	.tariff-plus-option {
		flex-wrap: nowrap;
		gap: 20px;
	}
	.tariff-plus-option__title {
		width: 20%;
		margin-left: -20px;
		padding-left: 28px;
		border-bottom: none;
	}
	.tariffs-plus__options {
		width: 120%;
  		margin-left: -20%;
	}
	.tariffs-plus__option {
		width: 24%;
	}
}
@media (max-width: 1023px) {
	.tariff-plus-plan__title {
		font-size: 28px;
	}
	.tariff-plus-plan__description {
		font-size: 12px;
	}
	.tariff-plus-plan__price {
		font-size: 28px;
	}
	.tariff-plus-option__title {
		font-size: 13px;
		padding-top: 10px;
	}
	.tariff-plus-option__column {
		padding: 10px 0;
	}
}


/* calculator */
.calc-tariff {
	margin-top: 60px;
}
.calc-tariff__header {
	margin-bottom: 40px;
	font-weight: 300;
	font-size: 40px;
}
.calc-tariff__content {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
.calc-tariff-form {
	width: 390px;
	max-width: 390px;
	min-width: 390px;
	padding: 25px;
	border: 1px solid #F5F5F5;
	box-shadow: 0 16px 50px rgba(12,12,13, .1);
	background-color: #fff;
	box-sizing: border-box;
}
.calc-tariff-form__row {
	margin-bottom: 30px;
}
.calc-tariff-form__row.columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.calc-tariff-form .selector {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	border: 1px solid #e6e6e6;
	background-color: #f5f5f5;
}
.calc-tariff-form .selector.w50  .variant {
	width: 49%;
}
.calc-tariff-form .selector.w33  .variant {
	width: 32%;
}
.calc-tariff-form .selector__variant {
	position: relative;
	line-height: 45px;
	text-align: center;
	width: 49%;
	margin: 4px;
	cursor: pointer;
}
.calc-tariff-form .selector__variant:before {
	content: '';
	display: block;
	border-left: 1px solid #e6e6e6;
	height: 37px;
	position: absolute;
	left: -2px;
	top: 3px;
	bottom: 3px;
}
.calc-tariff-form .selector__variant:first-child:before {
	display: none;
}
.calc-tariff-form .selector__variant.active {
	background-color: #213966;
	color: #fff;
}
.calc-tariff-form .select {
	width: 100%;
	position: relative;
	cursor: pointer;
}
.calc-tariff-form .select:after {
	content: '';
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	right: 20px;
	top: 21px;
	border-bottom: 1px solid #0a0d12;
	border-right: 1px solid #0a0d12;
	transform: rotate(45deg);
}
.calc-tariff-form .select__selected {
	line-height: 50px;
	box-sizing: border-box;
	padding: 0 15px;
	border: 1px solid #e6e6e6;
}
.calc-tariff-form .select.active .select__list {
	display: block;
}
.calc-tariff-form .select__list {
	position: absolute;
	display: none;
	background-color: #fff;
	box-sizing: border-box;
	padding: 15px 4px;
	width: 100%;
	z-index: 100;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.calc-tariff-form .select__option {
	padding: 12px 15px;
}
.calc-tariff-form .select__option:hover {
	background-color: #213966;
	color: #fff;
}
.calc-tariff-form .label {
	display: block;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
}
.calc-tariff-form .checkbox {
	display: none;
}
.calc-tariff-form .checkbox + label {
	position: relative;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
	padding-left: 40px;
	margin-top: 20px;
	cursor: pointer;
}
.calc-tariff-form .checkbox + label:before {
	content: '';
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #e6e6e6;
	left: 0;
	top: -6px;
}
.calc-tariff-form .checkbox:checked + label:after {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #213966;
	left: 6px;
	top: 0;
}
.calc-tariff-form__col {}
.calc-tariff-form__col.w50 {
	width: 48%;
}
.calc-tariff-form .input {
	width: 100%;
	padding-right: 50px;
	box-sizing: border-box;
	outline: none;
	color: #667
}
.calc-tariff-form .hint {
	float: right;
	margin-top: -32px;
	z-index: 1;
	position: relative;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.4;
	color: #667;
	margin-right: 15px;
}
.calc-tariff-match {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding-left: 16px;
	box-sizing: border-box;
}
.calc-tariff-match__info {
	background-color: #213966;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
.calc-tariff-match-info__main {
	flex: 1;
	padding: 25px 15px 25px 25px;
	color: #fff;
}
.calc-tariff-match-info__header {
	font-weight: 400;
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.calc-tariff-match-info__title {
	font-weight: 700;
	font-size: 40px;
	line-height: 1;
	margin-bottom: 15px;
}
.calc-tariff-match-info__params {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.calc-tariff-match-info__param {
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid rgba(255,255,255,0.1);
	width: 32%;
}
.calc-tariff-match-info__param-title {
	font-weight: 400;
	font-size: 12px;
	line-height: 1.4;
}
.calc-tariff-match-info__param-value {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
}
.calc-tariff-match-info__prices {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 30px;
}
.calc-tariff-match-info__price {
	position: relative;
	width: 48%;
	box-sizing: border-box;
	padding: 15px 10px 10px 10px;
}
.calc-tariff-match-info__price.first {
	background-color: #1E4970;
}
.calc-tariff-match-info__price-title {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.4;
}
.calc-tariff-match-info__price-label {
	background-color: #147890;
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 6px 8px;
}
.calc-tariff-match-info__price-value {
	margin-top: 20px;
	font-weight: 700;
	font-size: 40px;
	line-height: 100%;
}
.calc-tariff-match-info__price-value .currency {
	font-size: 17px;
	font-weight: 300;
}
.calc-tariff-match-info__discount {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 15px;
	background-color: rgba(255,255,255,0.15);
	box-sizing: border-box;
}
.calc-tariff-match-info__discount svg {
	width: 24px;
	margin-right: 10px;
}
.calc-tariff-match-info__discount-text {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.5;
}
.calc-tariff-match-info__discount-text span {
	display: block;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.4;
}
.calc-tariff-match-info__btn {
	line-height: 45px;
	text-align: center;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 14px;
	line-height: 45px;
	color: #1a1a1a;
	cursor: pointer;
}
.calc-tariff-match-info__btn.btn {
	width: 100%;
	background-color: #fff;
	color: #1a1a1a;
}
.calc-tariff-match-info__desc {
	display: flex;
	flex-direction: column;
	width: 260px;
	min-width: 260px;
	margin: 10px;
	padding: 16px;
	background-color: #fff;
	color: #1a1a1a;
}
.calc-tariff-match-info__desc-main {
	flex: 1;
}
.calc-tariff-match-info__desc-header {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
}
.calc-tariff-match-info__desc-option {
	position: relative;
	margin-top: 12px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
}
.calc-tariff-match-info__desc-option.check {
	position: relative;
	padding: 12px 16px 12px 50px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.5;
	background-color: #27802F1A;
}
.calc-tariff-match-info__desc-option.check:before {
	content: '';
	display: block;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -7px;
	width: 16px;
	height: 8px;
	border-left: 1px solid #1a1a1a;
	border-bottom: 1px solid #1a1a1a;
	transform: rotate(-45deg);
}
.calc-tariff-match-info__desc-option.point {
	padding: 0 10px 0 20px;
}
.calc-tariff-match-info__desc-option.point:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #27802F;
}
.calc-tariff-match-info__desc-more {}
.calc-tariff-match-info__desc-more-link {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	color: #2d4e8b;
}
.calc-tariff-match__badge {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	flex: 1;
	margin-top: 15px;
	padding: 30px 30px 30px 210px;
	background-color: rgb(245, 247, 252);
	background-image: url("data:image/svg+xml,%3Csvg width='131' height='131' viewBox='0 0 131 131' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M65.2333 11.4H35.4666C24.8257 11.4 19.5052 11.4 15.4408 13.4709C11.8658 15.2925 8.95912 18.1991 7.13753 21.7742C5.06665 25.8385 5.06665 31.159 5.06665 41.8V95C5.06665 105.641 5.06665 110.961 7.13753 115.026C8.95912 118.601 11.8658 121.508 15.4408 123.329C19.5052 125.4 24.8257 125.4 35.4666 125.4H93.7333C99.6231 125.4 102.568 125.4 104.984 124.753C111.541 122.996 116.662 117.874 118.419 111.318C119.067 108.901 119.067 105.956 119.067 100.067M106.4 43.0667V5.06665M87.4 24.0667H125.4M52.5667 46.2333C52.5667 53.2289 46.8956 58.9 39.9 58.9C32.9044 58.9 27.2333 53.2289 27.2333 46.2333C27.2333 39.2377 32.9044 33.5667 39.9 33.5667C46.8956 33.5667 52.5667 39.2377 52.5667 46.2333ZM81.0036 67.8816L27.4306 116.584C24.4173 119.324 22.9106 120.693 22.7774 121.88C22.6618 122.908 23.0562 123.928 23.8335 124.612C24.7302 125.4 26.7664 125.4 30.8388 125.4H90.2879C99.4026 125.4 103.96 125.4 107.539 123.869C112.033 121.946 115.613 118.366 117.535 113.873C119.067 110.293 119.067 105.736 119.067 96.6212C119.067 93.5544 119.067 92.021 118.731 90.5929C118.31 88.7983 117.502 87.1173 116.364 85.6672C115.458 84.5133 114.261 83.5553 111.866 81.6395L94.1502 67.4668C91.7534 65.5494 90.555 64.5907 89.2353 64.2524C88.0721 63.9541 86.8481 63.9927 85.706 64.3637C84.4103 64.7845 83.2747 65.8169 81.0036 67.8816Z' stroke='%23E0E5EE' stroke-width='10.1333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 40px center;
	box-sizing: border-box;
}
.calc-tariff-match-badge__header {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.35;
}
.calc-tariff-match-badge__text {
	margin: 10px 0 20px 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.5;
}
.calc-tariff-match-badge__params {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.calc-tariff-match-badge__param svg {
	width: 32px;
	min-width: 32px;
	margin-right: 8px;
}
.calc-tariff-match-badge__param {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 48%;
	font-size: 14px;
	line-height: 1.5;
}
/* End */
/* /local/components/timeasset/content.tariff/templates/.default/style.css?178091078534047 */
