

/* Start:/bitrix/templates/restola/components/bitrix/search.title/head_search/style.css?17572904382890*/
.header__search__input {
	max-width: 202px;
}

.header__search__input_wrapper {
	position: relative;
	width: 185px;
	padding-left: 49px;
	border: 1px solid #A3B0BE;
	border-radius: 52px;
	height: 28px;
	display: flex;
	background-color: #F9F9F9;
	margin-bottom: 20px;
}
.header__search__input_wrapper input{
	width: 170px;
	font-weight: 400;
	font-size: 12px;
	line-height: 130%;
	border-radius: 52px;
	text-transform: uppercase;
	background-color: #F9F9F9;
}
.header__search__input_wrapper button {
	position: absolute;
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	left: 10px;
	top: 4px;
	bottom: 0;
	margin: auto 0;
}

div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
	width: 100%!important;
	height: 100vh!important;
	background: rgba(0, 0, 0, 0.7);
	left: 0!important;
	right: 0!important;
	margin: auto!important;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
	margin: 0 auto;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding: 10px;
}

table.title-search-result td.title-search-item a {

	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color: #000000!important;
	font-weight: 700!important;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:var(--color-3);
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/restola/components/bitrix/search.title/head_search/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

/* End */


/* Start:/bitrix/templates/restola/components/bitrix/system.pagenavigation/visual-bytplast/style.css?17572904381054*/
.catalog__pagination{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 96px;
	margin-top: 20px;
}
.page__count_wrapper {
	display: flex;
	align-items: center;
	gap:20px;
}
.page__count_wrapper p{
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #A3B0BE;
}
.page__count__list{
	display: flex;
	gap: 8px;
}
.page__count__list button{
	background: transparent;
	border: none;
	padding: 4px 10px;
	color: #A3B0BE;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
}
.page__count__list button.active{
	background: #D5E8DD;
	color: #36273B;
}

.pagination__elems {
	display: flex;
	gap: 8px;
	align-items: center;
}

.pagination__elems li:first-child,
.pagination__elems li:last-child {
	width: 40px;
	height: 40px;
}

.pagination__svg__icon {
	width: 40px;
	height: 40px;
}

.pagination__elems li{
	width: 27px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination__elems li a{
	color: #A3B0BE;
}
.pagination__elems li.page__active {
	background: #D5E8DD;
}

/* End */


/* Start:/bitrix/templates/restola/components/bitrix/news.list/sertifikaty/style.css?17572904381487*/
.sert__list {
	display: flex;
	flex-direction: column;
	gap: 60px;
	padding-bottom: 100px;
}
.sert__item_wrapper {
	display: flex;
	gap: 20px;
	align-items: center;
	height: 100%;
	padding: 20px;
}
.sert__item__left__top .news__item__date {
	margin-bottom: 12px;
}

.sert__item__left img{
	width: 174px;
}

.sert__item__left .text__big {
	font-size: 20px;
}

.sert__item__center {
	flex: 1;
	//height: 170px;
}

.sert__item__right {
	width: 295px;
}

.sert__actions {
	display: flex;
	gap: 20px;
	align-items: center;
}

.sert__item__center img {
	height: 170px;
	width: 100px;
}
.sert__item__text{
	font-weight: 450;
	font-size: 16px;
	line-height: 130%;
}
.news__item__date, .news__item__date span{
	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
	color: #A3B0BE;
}
.sert__item__left__top .text__big{
	font-family: 'Old Standard TT';
	font-weight: 700;
	font-size: 24px;
	line-height: 110.00000000000001%;
	margin-top: 12px;
	margin-bottom: 20px;

}
.sert__actions .restole_btn.download{
	width: 124px;
}
.printer{
	border: 1px solid #A3B0BE;
	width: 64px;
	height: 44px;
	border-radius: 52px;
	position: relative;
	background-image: url("/bitrix/templates/restola/img/printer.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px;
}
.sert_panel{
	position: absolute;
	bottom: 12px;
	width: 100%;
	padding: 0px 30px;
}
.sert_panel .sert__actions{
	justify-content: center;
}
.sert_panel .sert__actions .restole_btn.download{
	width: 80%;
}
/* End */
/* /bitrix/templates/restola/components/bitrix/search.title/head_search/style.css?17572904382890 */
/* /bitrix/templates/restola/components/bitrix/system.pagenavigation/visual-bytplast/style.css?17572904381054 */
/* /bitrix/templates/restola/components/bitrix/news.list/sertifikaty/style.css?17572904381487 */
