

/* Start:/local/components/arturgolubev/search.page/templates/main/style.css?17846143929613*/
body.search,
body.search .middle .maxwidth-theme {
	background-color: #F9F9FA;
}

body.search .top-block-wrapper.grey_block,
body.search .top-block-wrapper.grey_block .maxwidth-theme {
	background-color: #F9F9FA !important;
}

.search-page * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.grey_block .page-top > div.topic:last-of-type {
	margin-bottom: 0;
	padding-bottom: 20px;
}

a.search-page-params {
	border-bottom: 1px dashed blue;
	text-decoration: none;
}
div.search-page-params {
	margin-top: 6px;
}
.search-item-rate {font-size: 11px;}

.search-page .search-page-form {
	margin-bottom: 15px;
}
.search-page .search-item {
	margin: 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid;
}
.search-page .search-item.search-item-first {
	padding-top: 15px;
	border-top: 1px solid;
}
	.search-page .search-preview + .search-description {
		margin-left: 135px;
	}
		.search-page .search-title {
			margin-bottom: 5px;
		}
			.search-page .search-title a {
				font-weight: bold;
				color: #333;
			}
		.search-page .search-previewtext {
			font-size: 13px;
			margin-bottom: 5px;
		}
		.search-page .search-propslist {
			font-size: 13px;
			margin-bottom: 5px;
		}
	.search-page .search-preview {
		float: left;
		margin-right: 15px;
		width: 120px;
		text-align: center;
	}
	.search-page .search-preview img {
		display: inline-block;
	}

.search-page input[type=text] {
	background-color: #f8fafc;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	border-style: solid;
	border-width: 1px;
	border-radius: 1px;
	outline: none;
}
.search-page input[type=text]:focus {
	background-color: #fff;
}
.search-page input[type=submit] {
	border-radius: 1px;
	height: 34px;
	padding: 6px 24px;
	font-size: 14px;
	line-height: 1.42857143;
	border: 1px solid;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.search-page .clear {
	clear:both;
}

.ag-spage-history {
	display: block;
	margin-bottom: 15px;
}
	.ag-spage-history a {
		color: #222;
		text-decoration: underline;
	}
	.ag-spage-history a:hover {
		text-decoration: none;
	}

.search-page .search-change-how {
	margin-top: 15px;
}

.ag-spage-clarify-list {
	display: block;
}
	.ag-spage-clarify-title {
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 8px;
	}
	.ag-spage-clarify-item {
		display: inline-block;
		color: #111;
		text-decoration: none;
		border: 1px solid #111;
		padding: 4px 10px;
		border-radius: 2px;
	}
	.ag-spage-clarify-item:hover {
		text-decoration: none;
		border: 1px solid #000;
	}

.search-page form.search-page-form {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 0;
	background: #fff;
}

.search-page form.search-page-form input[type="text"] {
	height: 52px;
	border-radius: 10px;
	padding: 14px 16px;
	border: 2px solid #EBEDF1;
	background: #FFF;
	color: #333;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.search-page form.search-page-form input[type="submit"] {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 52px;
	border-radius: 8px;
	background: #3B61B9;
	color: #FFF;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	transition: background-color .3s ease-in-out;
}

.search-page form.search-page-form input[type="submit"]:hover {
	background: #34549E;
}

.search-page-tabs {
	margin-bottom: 24px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 12px;
	overflow-x: auto;
}

.search-default__items {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.search-default__section {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.search-default__title .search-default__item-description {
	margin-top: 13px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	align-self: stretch;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
}

.search-default__section-wrapper {
	background-color: #fff;
	border-radius: 12px;
	overflow: hidden;
}

.search-page-tab {
	padding: 6px 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	border: 2px solid #E9EBEF;
	background: #FFF;
	color: #333;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	transition: border-color .3s ease-in-out;
	text-wrap: nowrap;
}

.search-page-tab:hover {
	border-color: #D2D6DC;
}

.search-page-tab.active {
	border-color: #3B61B9;
}

.search-page .display_list {
	flex-wrap: wrap;
}

.search-page .display_list .list_item_wrapp {
	width: 100%;
	border: unset;
}

.search-page .display_list .list_item {
	padding: 14px 12px;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	background: #fff;
}

.search-page .display_list .description_wrapp {
	padding: 0;
	height: fit-content;
}

.search-page .display_list .description_wrapp .show_props {
	display: none;
}

.search-page .display_list div.item-title {
	margin: 0;
}

.search-page .display_list .list_item .information_wrapp > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: unset;
}

.search-page .display_list .list_item .information_wrapp .counter_wrapp {
	padding: 0;
}

.search-page .counter_wrapp .button_block.wide {
	margin: 0;
	padding: 0;
}

.search-page  .display_list .item-title a, 
.search-page  .display_list .item-title a span {
	color: #0A0A0A;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.search-page .cost.prices .price {
	margin: 0;
	color: #0A0A0A;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
}

.search-page .counter_wrapp .button_block.wide .btn {
	display: flex;
	padding: 17px 24px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 6px;
	background: #3B61B9;
	cursor: pointer;
	outline: none;
	border: none;
	border-radius: 8px !important;
}

.search-page .item_noavailable .counter_wrapp .button_block.wide .btn {
	background: #3B61B9;
	pointer-events: unset;
}

.search-page .cost.prices .price .values_wrapper {
	display: flex;
	align-items: center;
	gap: 5px;
	flex-wrap: nowrap;
}

.search-page .counter_wrapp .button_block.wide .btn i {
	display: none;
}

.search-page .display_list .list_item .information_wrapp {
	flex-basis: unset;
}

.search-default {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 28px;
	background: #fff;
}

.search-default__item {
	padding: 12px 16px;
	background-color: #fff;
}

.search-default__item b {
	color: #3B61B9;
}

.search-default__title {
	display: flex;
	flex-direction: column;
	gap: 13px;
}

.search-default__title a {
	color: #0A0A0A;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.search-page .search-previewtext {
	color: #5A616C;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.search-default__description {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.search-prices.prices-block {
	display: flex;
	align-items: center;
	gap: 24px;
}

.search-prices.prices-block .search-price-new {
	color: #0A0A0A;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	text-wrap: nowrap;
}

.search-prices.prices-block .search-price-old {
	color: #5A616C;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	text-decoration-line: line-through;
	text-wrap: nowrap;
}

.search-prices.prices-block .counter_wrapp.list {
	margin: 0;
	padding: 0;
}

.search-default__description .search-prices.prices-block .counter_wrapp .btn,
.search-default__description .search-prices.prices-block .appointment {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 7px 30px;
	color: #FFF;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	border-radius: 6px !important;
	background: #3B61B9;
	text-transform: none;
	min-width: 140px;
	width: 140px;
}

.search-price {
	display: flex;
	flex-direction: row-reverse;
	gap: 10px;
}

.display_list .item .stickers {
	display: none;
}


@media (max-width:767px){
	.search-page form {
		display: block;
		position: relative;
	}
	.search-page input[type="text"] {
		width: 100%;
	}
	.search-page input[type="submit"] {
		position: absolute;
		top: 0;
		right: 0;
	}

	.search-default__description {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}
}

@media (max-width: 600px) {
	.compact-catalog .search-page .item .item_info.catalog-adaptive {
		display: flex;
		flex-direction: column;
		gap: 8px;
		padding: 0;
	}

	.compact-catalog .search-page .item .item_info.catalog-adaptive .counter_wrapp.list {
		position: unset;
	}

	.compact-catalog .search-page .display_list .list_item .information_wrapp {
		padding: 0;
	}
	
	.compact-catalog .search-page .display_list .item {
		padding: 9px 16px;
		background-color: #fff;
	}

	.search-default {
		padding: 0;
	}

	.search-default__title a {
		font-size: 16px;
		line-height: 24px;
	}

	.search-default__item {
		padding: 9px 16px;
	}

	.search-page .display_list {
		gap: 2px;
	}

	body .search-page .item .item_info.catalog-adaptive .counter_wrapp.list .btn {
		padding: 10px 24px;
	}

	.search-page .display_list {
		flex-direction: column;
	}

	.compact-catalog .search-page .display_list .item {
		width: 100%;
	}
}
/* End */
/* /local/components/arturgolubev/search.page/templates/main/style.css?17846143929613 */
