.calculator-title {
	margin-bottom: 40px;
	color: #2C2D2E;
	font-family: Helvetica;
	font-size: 32px;
	font-weight: 400;
	line-height: normal;
}

.calculator-step {
	display: flex;
	margin-bottom: 16px;
}

.calculator-step__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	border-radius: 4px;
	background: #E91A23;
	margin-right: 8px;
	color: #FFF;
	font-size: 16px;
	font-family: HelveticaNeueCyr-Medium;
	line-height: 24px;
}

.calculator-step__name {
	color: #323C47;
	font-family: HelveticaNeueCyr-Medium;
	font-size: 18px;
	line-height: 24px;
}

.where-calculate {
	display: flex;
	margin-bottom: 24px;
	position: relative;
}

.where-calculate .calculator-button:not(:last-child) {
	margin-right: 12px;
}

.calculator-button input {
	display: none;
}

.calculator-button input:checked+label {
	border: 2px solid #30C2FF;
}

.calculator-button label {
	width: 150px;
	height: 40px;
	border: 2px solid #9F9F9F;
	border-radius: 4px;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin-bottom: 0;
}

.calculator-button .grid-anticat svg {
	margin-right: 4px;
}

.calculator-input {
	border-radius: 4px;
	border: 2px solid #30C2FF;
	background: #FFF;
	padding: 4px 8px;
	color: #515257;
	font-size: 14px;
	height: 25px;
	width: 52px;
	text-align: center;
	outline: none;
}

.calculator-input.error {
	border: 2px solid red;
	color: red;
}

.calculator {
	margin-bottom: 64px;
}

.calculator-form {
	display: flex;
}

.calculator-window {
	max-width: 456px;
	width: 100%;
}

.calculator-params {
	width: 100%;
}

.options-list {
	margin-bottom: 16px;
}

.options-list-item {
	padding: 10px 8px 10px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.options-list-item:nth-child(odd) {
	background: #F7F7FA;
}

.options-list-item__price {
	margin-left: 8px;
	color: #323C47;
	text-align: right;
	font-size: 14px;
}

.options-checkbox {}

.options-checkbox input {
	display: none;
}

.options-checkbox label {
	position: relative;
	margin: 0;
	line-height: 20px;
	padding-left: 30px;
	cursor: pointer;
	font-size: 14px;
	color: #9F9F9F;
	font-weight: normal;
}

.options-checkbox span {
	position: relative;
}

.options-checkbox input+label::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 2px solid #757D8A;
	border-radius: 4px;
	cursor: pointer;
	transition: all .2s;
}

.options-checkbox input:checked+label::after {
	content: '';
	position: absolute;
	top: 6px;
	left: 4px;
	width: 12px;
	height: 9px;
	background: url(../images/checkmark.png) center center no-repeat;
	cursor: pointer;
}

.options-checkbox input:checked+label::before {
	background: #fff;
	border: 2px solid #30C2FF;
}

.price {
	padding: 16px;
	background: #F7F7FA;
}

.current-grid {
	margin-right: 8px;
}

.quantity {
	display: flex;
	align-items: center;
}

.quantity-minus {
	display: flex;
	margin-right: 6px;
	cursor: pointer;
}

.quantity-plus {
	display: flex;
	margin-left: 6px;
	cursor: pointer;
}

.quantity-input {
	border-radius: 3px;
	border: 1px solid #E5E5E5;
	background: #FFF;
	width: 40px;
	height: 24px;
	text-align: center;
}

.price-wrap {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}

.price-value {
	color: #424242;
	font-size: 18px;
	margin-left: 8px;
	flex: 1;
	display: flex;
	justify-content: flex-end;
}

.price-value>span {
	font-size: 14px;
	margin-left: 4px;
}

.mosquito-order {
	width: 204px;
	height: 32px;
	border-radius: 4px;
	background: #E91A23;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
	border: none;
}

.post_info {
	color: #9F9F9F;
	font-size: 12px;
	line-height: 20px
}

.calculator-note {
	color: #9F9F9F;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 12px;
}

.calculator-note>span.br {
	display: block;
}

.block_object {
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
	height: 248px;
}

.object_img {
	position: relative;
}

.y-size {
	position: absolute;
	bottom: 50%;
	right: -50%;
	transform: rotate(-90deg);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 0;
	width: 80%;
}

.y-size__line {
	height: 1px;
	width: 100%;
	background: #CFCFCF;
}

.y-size__vline {
	background: #515257;
	height: 13px;
	width: 1px;
}

.x-size {
	position: absolute;
	right: 18px;
	bottom: -32px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 86px;
}

.x-size__line {
	height: 1px;
	width: 100%;
	background: #CFCFCF;
}

.x-size__vline {
	background: #515257;
	height: 13px;
	width: 1px;
}

.x-size2 {
	right: 14px;
	width: 71px;
}

.help {
	margin-left: 4px;
	cursor: pointer;
	display: flex;
	position: relative;
	z-index: 100;
}

.help:hover svg path {
	fill: #30C2FF;
}

.tooltip {
	width: 304px;
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
	overflow: hidden;
	z-index: 100;
	display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.tooltip__title {
	background: #F7F7FA;
	color: #323C47;
	font-size: 14px;
	line-height: 16px;
	padding: 16px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}

.tooltip__title>svg {
	margin-left: 4px;
}

.tooltip__descr {
	margin-bottom: 8px;
	color: #323C47;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	padding: 0 32px;
}

.tooltip-params {
	margin-bottom: 8px;
}

.tooltip-params_size {
	display: flex;
	justify-content: center;
	margin-bottom: 16px;
	color: #2C2D2E;
	font-size: 15px;
	font-weight: 500;
	font-family: HelveticaNeueCyr-Medium;
}

.tooltip-params_size>span {
	font-family: "HelveticaNeueCyrRoman", Helvetica, Arial, sans-serif;
	margin-left: 16px;
}

.tooltip-params__head {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 8px;
	font-size: 15px;
}

.tooltip-params__head-name {
	color: #000;
	margin-left: 4px;
}

.tooltip-params__head-value {
	color: #909090;
	margin-left: 8px;
}

.progress {
	width: 192px;
	position: relative;
	height: 4px;
	border-radius: 4px;
	background: #F5F5F7;
	margin: 0 auto;
}

.progress::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
	background: linear-gradient(90deg, #FFD600 0%, #FFE850 99.96%);
	width: 136px;
	height: 100%;
}

.progress_red::after {
	border-radius: 4px;
	background: linear-gradient(90deg, #E31E24 0%, #E91A23 99.96%);
	width: 160px;
}

.tooltip__image {
	margin-top: 20px;
}

.tooltip-layer {
	background: rgba(255, 255, 255, 0.70);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	display: none;
}

@media (max-width: 1023px) {
	.calculator {
		margin-bottom: 48px;
	}

	.calculator-window {
		max-width: 100%
	}
}

@media (max-width: 767px) {
	.calculator {
		margin-bottom: 32px;
	}

	.calculator-title {
		margin-bottom: 8px;
		font-size: 20px;
		font-family: HelveticaNeueCyr-Medium;
	}

	.calculator-button {
		width: 100%;
	}

	.calculator-button label {
		width: 100%;
	}
}

@media (max-width: 479px) {
	.where-calculate {
		flex-direction: column;
	}

	.where-calculate .calculator-button:not(:last-child) {
		margin-right: 0;
		margin-bottom: 16px;
	}
}