.dosage-calculator-popup.custom-calculator__dosage-calculator {
	position: static;
	overflow-y: initial;

	display: flex;

	max-height: 108.2rem;
}

.content.custom-calculator__content {
	padding-bottom: 14.7rem;
}

.calculator-preview__text.custom-calculator-preview__text {
	max-width: 40.4rem;
	width: 100%;

	margin-right: 0;
}

.calculator__text.custom-calculator__text {
	max-width: 52.1rem;
	width: 100%;
}

.custom-calculator__content-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.custom-calculator-fake__link .fake-select__value.dosage-calculator__fake {
	color: #000;
}

.custom-calculator-fake__dropdown .fake-select__item {
	color: #565656;
	font-size: 1.2rem;
	line-height: 1;

	padding: 1.1rem 2rem;
}

.custom-calculator-fake__dropdown .fake-select__item.fake-select__item_active {
	color: #fff;
	background-color: #3F892C;
}

.custom-calculator-fake__dropdown.dropdown-menu {
	border: 1px solid #D3D3D3;
}

.custom-calculator-fake-items {
	margin-bottom: 3.3rem;
}

.custom-calculator-fake-item {
	display: none;
}

.custom-calculator-fake-item.show {
	display: block;
}

.custom-calculator-fake-item__input {
	width: 100%;
	height: 4rem;

	padding: 1.5rem 2rem;
}

.custom-calculator-fake-item__input.custom-calculator-fake-item__input--telegram {
	margin-bottom: 1.5rem;
}

.custom-calculator-fake-item__text {
	max-width: 39.6rem;
	width: 100%;

	display: block;

	font-size: 1.2rem;
	line-height: 140%;
	font-weight: 500;

	margin-bottom: 1.6rem;
}

.custom-calculator-fake-item__button {
	width: 228px;
	height: 33px;

	display: flex;
	align-items: center;
	justify-content: center;

	border-radius: 2rem;
	background-color: #ecf3ea;
	transition: background-color 0.3s ease, color 0.3s ease;

	color: #3F892C;
	font-size: 1.3rem;
	font-weight: 500;
	text-align: center;

	margin: 0 auto;
	padding: 1.2rem 1.4rem;

	border: none;
	outline: none;
}

.custom-calculator-fake-item__button:hover {
  background-color: #3F892C;
  color: #ffffff;
}


/* Adaptiv */

@media only screen and (min-width: 360px) and (max-width: 991px) {
	.custom-calculator__content-wrapper {
		flex-direction: column;
	}

	.content.custom-calculator__content {
		padding-bottom: 9.7rem;
	}
}