#popup-tileCalc .flip-container {
	width: 444px;
	box-shadow: 0px 16px 48px rgba(0, 16, 61, 0.48);
	border-radius: 8px;
}
.tile-calculator {
	padding: 24px 8px;
	width: 432px;
	
	border-radius: 8px;
}
.calc-header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}
.calc-header__name {
	font-size: 24px;
	line-height: 32px;
	color: #102C60;
}
.calc-header__close {
	background: url('images/x.svg') center center no-repeat;
	width: 20px;
	height: 32px;
	cursor: pointer;
}
.tile-calculator__selection {
	background: #EFF3FE;
	border-radius: 4px;
	height: 52px;
	padding: 0 16px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}
.tile-calculator-selection-text {
	margin: 8px 0;
	display: flex;
	align-items: center;
}
.tile-calculator-selection-text__name {
	margin-right: 10px;
	font-size: 20px;
	line-height: 36px;
	color: #182B48;
}
.tile-calculator-selection-text__mm {
	margin-right: 10px;
}
.tile-calculator-selection-text__slash {
	margin-right: 10px;
	font-size: 20px;
	line-height: 36px;
	color: #5B91F5;
}
.tile-calculator-selection-text__mm, .tile-calculator-selection-text__sm {
	background: #D4E2FC;
	border-radius: 80px;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	padding: 4px 12px;
	color: #40576D;
	cursor: pointer;
}
.tile-calculator-selection-text__mm:hover:not(.tile-calculator-selection-text__mm_active), .tile-calculator-selection-text__sm:hover:not(.tile-calculator-selection-text__sm_active) {
	background: #A0BFF8;
	color: #276EF1;
}
.tile-calculator-selection-text__mm_active:hover, .tile-calculator-selection-text__sm_active:hover {
	cursor: context-menu;
}
.tile-calculator-selection-text__sm_active {
	background: #102C60;
	color: #EFF3FE;
}
.tile-calculator-selection-text__mm_active {
	background: #276EF1;
	color: #D4E2FC;
}
.tile-calculator__indicator {
	margin: 8px 0;
}
.calc-indicator {
	
}
.calc-indicator__icon {
	
}
.calc-indicator__icon-overlay {
	
}
.tile-calculator__workarea {
	padding: 8px 0 24px;
}
.tile-calculator__surface {
	margin-bottom: 4px;
}
.tile-calc-surface {
	padding: 0 0 11px;
	background: #F9F9FA;
	border-radius: 4px;
}

.tile-calc-surface:last-child {
	padding: 0;
}
.tile-calc-surface_open .tile-calc-surface__values {
	display: flex;
}
.tile-calc-surface_close .tile-calc-surface__values {
	display: none;
}
.tile-calc-surface__header{
	height: 56px;
	background: #ECEDF0;
	border-radius: 4px;
	padding: 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
	cursor: pointer;
}
.tile-calc-surface.tile-calc-surface_closed, .tile-calc-surface.tile-calc-surface_closed .tile-calc-surface__header {
	background: #fff;
}
.tile-calc-surface.tile-calc-surface_closed {
	height: 60px;
}
.tile-calc-surface__left {
	height: 32px;
	display: flex;
	align-items: center;
}
.tile-calc-surface__name {
	font-weight: 500;
	font-size: 18px;
	line-height: 16px;
	color: #102C60;
	padding: 8px 0;
	white-space: nowrap;
}
.tile-calc-surface_closed .tile-calc-surface__name {
	font-weight: normal;
}
.tile-calc-surface__toggle {
	width: 16px;
	height: 16px;
	margin-right: 8px;
}
.tile-calc-surface__toggle_close {
	background: url('images/surface-toggle_closed.svg') center center no-repeat;
}
.tile-calc-surface__toggle_open {
	background: url('images/surface-toggle.svg') center center no-repeat;
}
.tile-calc-surface__right {
	display: flex;
	align-items: center;
	max-width: 230px;
	justify-content: flex-end;
	overflow: hidden;
}
.tile-calc-surface__right-square {
	margin-right: 8px;
	color: #102C60;
	font-size: 16px;
	white-space: nowrap;
}
.tile-calc-surface__right-square-value {
	font-weight: 500;
	line-height: 20px;
	padding: 2px;
	white-space: nowrap;
}
.tile-calc-surface_closed .tile-calc-surface__right-square-value {
	font-weight: normal;
}
.tile-calc-surface__right-square-unit {
	line-height: 28px;
	padding: 2px;
}
.tile-calc-surface__right-price {
	margin-right: 8px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #40576D;
	padding: 2px;
	white-space: nowrap;
}
.tile-calc-surface_closed .tile-calc-surface__right-price {
	color: #5C7282;
	font-weight: normal;
}
.tile-calc-surface__right-price-value {
	font-weight: 500;
	line-height: 20px;
	padding: 2px;
}
.tile-calc-surface__right-price-unit {
	line-height: 28px;
	padding: 2px;
}
.tile-calc-surface__right-delete {
	width: 40px;
	height: 40px;
	background: url('images/trash.svg') center center no-repeat;
	flex: 0 0 40px;
}
.tile-calc-surface__right-delete:hover {
	background: #F3F3F5 url('images/trash.svg') center center no-repeat;
	border-radius: 80px;
}
.tile-calc-surface__values {
	padding: 0 12px 24px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.tile-calc-surface__inputs {
	display: flex;
}
.tile-calc-surface__length, .tile-calc-surface__height {
	font-size: 18px;
	line-height: 28px;
	color: #40576D;
	display: flex;
	flex-direction: column;
}
.tile-calc-surface__multiplication {
	width: 58px;
	height: 44px;
	background: url('images/circle-x.svg') center 8px no-repeat;
	margin-top: 28px;
}
.tile-calc-surface__equals {
	width: 58px;
	height: 44px;
	margin-top: 28px;
	font-size: 20px;
	line-height: 28px;
	color: #102C60;
	text-align: center;
	padding: 8px;
}
.tile-calc-surface__label {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #40576D;
	margin-bottom: 8px;
}
.tile-calc-surface__input-text {
	width: 78px;
	height: 48px;
	border: 1px solid #C8CBCD;
	border-radius: 4px;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #182B48;
	padding: 12px 4px;
	text-align: center;
}
.tile-calc-surface__input-text:focus {
	border-color: #B3E5FC;
}
.tile-calc-surface__result {
	height: 54px;
	/*width: 104px;*/
}
.tile-calc-surface__result-sum {
	font-size: 20px;
	line-height: 28px;
	color: #102C60;
	display: flex;
	justify-content: flex-end;
}
.tile-calc-surface__result-number {
	padding: 2px;
	white-space: nowrap;
	overflow: hidden;
}
.tile-calc-surface__result-unit {
	padding: 2px;
}
.tile-calc-surface__result-price {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	white-space: nowrap;
	color: #5C7282;
	padding: 0 2px 2px 2px;
	text-align: right;
	overflow: hidden;
}
.tile-calculator__add-surface {
	background: #EAEDEE;
	border-radius: 4px;
	width: 286px;
	height: 40px;
	padding: 8px 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #40576D;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin: 8px auto 32px;
}
.tile-calculator__add-surface:hover {
	background: #40576D;
	color: #C9DAE0;
}
.tile-calculator__add-surface-icon {
	background: url('images/add.svg') center center no-repeat;
	width: 24px;
	height: 24px;
	margin-right: 8px;
	display: inline-block;
}
.calc-result {
	background: #fff;
	border: 1px solid rgba(0, 16, 61, 0.12);
	border-radius: 8px;
	padding: 16px;
	margin-bottom:12px;
}
.calc-result__line {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.calc-result__line-name {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #182B48;
	padding: 8px;
}
.calc-result__line-value {
	display: flex;
}
.calc-result__square-num {
	font-size: 20px;
	line-height: 28px;
	color: #182B48;
	margin-right: 4px;
}
.calc-result__square-unit {
	font-size: 20px;
	line-height: 28px;
}
.calc-result__price-per-unit {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #7F8F98;
	display: flex;
	align-items: center;
	margin-top: 12px;
	margin-right: 28px;
}
.calc-result__price-per-unit-item {
	padding: 2px;
	white-space: nowrap;
}
.calc-result__price {
	font-weight: 500;
	font-size: 28px;
	line-height: 36px;
	color: #182B48;
	padding: 4px;
	white-space: nowrap;
}
.calc-result__price.price {
	font-weight: normal;
	font-size: 20px;
	line-height: 32px;
}
.tile-calculator__add-to-cart {
	
}
.calc-cart {
	
}
.calc-cart__button, .calc-cart__button.add-to-card {
	margin: 40px 60px 16px;
	background: #276EF1;
	border-radius: 80px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.75px;
	text-transform: uppercase;
	color: #EFF3FE;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 0;
	cursor: pointer;
	height: auto;
	width: auto;
}
.calc-cart__button:hover {
	background: linear-gradient(0deg, rgba(0, 16, 61, 0.12), rgba(0, 16, 61, 0.12)), #276EF1;
}
.calc-cart__button-icon {
	background: url('images/add-to-cart.svg') center center no-repeat;
	display: block;
	width: 24px;
	height: 24px;
	margin-right: 8px;
}
.calc-cart__additional {
	padding: 8px;
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}
.calc-cart__additional-check {
	
}
.calc-cart__additional-check label {
	border: 1px solid rgba(0, 16, 61, 0.12);
}
.calc-cart__additional-text {
	font-size: 14px;
	line-height: 16px;
	color: #40576D;
	padding: 8px;
}
.tile-calculator__manager {
	font-size: 14px;
	line-height: 16px;
	color: #A9BAC1;
	padding: 8px;
}