

/* Start:/local/components/cherechukin/catalog.detail/templates/.default/style.css?17866267662773*/
.typefoundation {padding:0;background:none;width:100%;position:relative;z-index:10;cursor:pointer;}
.optiontext {font-size:17px;}
.optiontext * {font-size:17px;}
.optiontext b {font-weight:bold;}

.complect .tabs-complect__price .complectprice_request {color:#0057FF;font-size:16px;line-height:120%;text-decoration:underline;}
.complect .tabs-complect__price .complectprice_request:hover {text-decoration:none;}

.catalog_configuration_toggle {margin-bottom:25px;}
.catalog_configuration_toggle .product-variants {display:grid;grid-gap: 16px;}
.catalog_configuration_toggle .product-variants.var_2 {grid-template-columns:repeat(2, 1fr);}
.catalog_configuration_toggle .product-variants.var_3 {grid-template-columns:repeat(3, 1fr);}
.catalog_configuration_toggle .product-variant {border: 1px solid rgba(49, 62, 72, .2);padding:15px 35px;}
.catalog_configuration_toggle .product-variant.active {background-color: #fff;}

.compare_configuration {display:none;}
.compare_configuration.active {display:block;}

@media screen and (max-width: 1023.98px)
{
	.compare-table__wrapper {margin-top:24px;}
	.catalog_configuration_toggle .product-variants.var_2 {grid-template-columns:repeat(1, 1fr);}
	.catalog_configuration_toggle .product-variants.var_3 {grid-template-columns:repeat(1, 1fr);}
}



.bottom-thing {
	padding-top: 22px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: fixed;
	bottom: -100%;
	left: 0;
	z-index: 99;
	width: 100%;
	color: #fff;
	transition: 0.3s;
}

.bottom-thing.active {
	bottom: 0;
}

.bottom-thing__body {
	background: #313e48;
}

.bottom-thing .inner-wrapper {
	display: flex;
	align-items: center;
	gap: 16px;
	position: relative;
	height: 56px;
	padding-left: 144px;
	justify-content: space-between;
}

.bottom-thing img {
	aspect-ratio: 92/70;
	height: 70px;
	width: auto;
	position: absolute;
	bottom: 0;
	left: var(--iwr);
	z-index: 1;
}

.bottom-thing__text {
	font-size: 20px;
	line-height: 1.3;
	position: relative;
	z-index: 2;
}

.bottom-thing__button {
	padding: 0 40px;
	border: none;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	background: #e18335;
	position: relative;
	transition: 0.3s;
	cursor: pointer;
}

.bottom-thing__button:hover {
	background: #fff;
	color: #e18335;
}

@media screen and (max-width: 991px) {
	.bottom-thing .inner-wrapper {
		padding: 8px 12px;
		padding-left: 80px;
		height: 48px;
		gap: 8px;
	}

	.bottom-thing img {
		left: 12px;
	}

	.bottom-thing__text {
		max-width: calc(100% - 32px);
		font-size: 13px;
	}

	.bottom-thing__button {
		height: 32px;
		font-size: 11px;
		padding: 0 12px;
	}

	.bottom-thing img {
		height: 42px;
	}
}
/* End */
/* /local/components/cherechukin/catalog.detail/templates/.default/style.css?17866267662773 */
