:root {
    --dark-blue: #10368b;
    --blue1: #10368b;
    --blue2: #10368b;
    --light-green: #10368b;
    --grey-1: #FAFAFA;
    --grey-2: #EBEBEB;
    --grey-3: #ECECEC;
    --grey-4: #606060;
    --grey-5: #D8D8D8;
    --grey-6: #F3F3F3;
}

ul#index-categories, ul#index-categories li ul
{
	list-style: none;
	padding: 0;
}
ul#index-categories li ul{
	padding-left: 46px;
}
ul#index-categories{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
    justify-items: stretch;
    align-items: stretch;
    justify-content: stretch;
    align-content: stretch;
    grid-auto-flow: dense;
    padding-bottom: 20px;
}
ul#index-categories>li
{
	padding: 20px 0;
	border-bottom: 1px solid var(--grey-5);
}
.index ul#index-categories>li:nth-last-child(1), .index ul#index-categories>li:nth-last-child(2), .index ul#index-categories>li:nth-last-child(3)
{
	border: none;
}
.cat-with-icon>a{
	display: block;
	padding: 7px 0 7px 46px;
	background: url('/img/icons.svg?rev=3') no-repeat left top #fff;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
}
.cat-with-icon>a:hover{
	color: var(--light-green);
}
.cat-with-icon>a span{
	font-weight: 400;
}
.cat-with-icon.top-cat-1>a {
    background-position-y: 6px;
}

.cat-with-icon.top-cat-22>a {
    background-position-y: -75px;
}

.cat-with-icon.top-cat-25>a {
    background-position-y: -154px;
}

.cat-with-icon.top-cat-16>a {
    background-position-y: -474px;
}

.cat-with-icon.top-cat-4>a {
    background-position-y: -235px;
}

.cat-with-icon.top-cat-11>a {
    background-position-y: -312px;
}

.cat-with-icon.top-cat-7>a {
    background-position-y: -393px;
}

.cat-with-icon.top-cat-21>a {
    background-position-y: -552px;
}

.cat-with-icon.top-cat-6>a {
    background-position-y: -633px;
}

.cat-with-icon.top-cat-5>a {
    background-position-y: -712px;
}

.cat-with-icon.top-cat-15>a {
    background-position-y: -795px;
}

.cat-with-icon.top-cat-23>a {
    background-position-y: -871px;
}

.cat-with-icon.top-cat-9>a {
    background-position-y: -954px;
}

.cat-with-icon.top-cat-12>a {
    background-position-y: -1032px;
}

.cat-with-icon.top-cat-8>a {
    background-position-y: -1111px;
}

ul#index-categories li
{
	font-size: 14px;
}

ul#index-categories li a
{
	font-weight: bold;
	white-space: nowrap;
    color: #000;
    text-decoration: none;
}
ul#index-categories li ul li a{
	color: var(--c-dark-grey);
    text-decoration: underline;
}
ul#index-categories>li>a:hover, ul#index-categories li ul li a:hover{
	color: var(--light-green);
}
ul#index-categories li ul li a.more{
	color: #007BD5;
}
ul#index-categories li ul li {
    line-height: 28px;
}
ul.index-letter-list
{
	list-style-type: none;
	padding: 0;
}

ul.index-letter-list li
{
	display: inline;
	font-size: 18px;
	padding-right: 5px;
}
.catalog{
    position: relative;
}
.catalog.categories h2{
    margin-bottom: 15px;
}
.catalog.categories h3{
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
}
.rbutton {
    background-color: var(--dark-blue);
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 18px;
    padding: 10px 20px;
    border-radius: 19px;
    text-decoration: none;
    transition: all .2s ease-out;
    display: inline-block;
}

.rbutton:hover {
    color: var(--light-green);
}

.rbutton.green {
    background-color: var(--light-green);
    color: var(--dark-blue);
}

.rbutton.green:hover {
    background-color: var(--dark-blue);
    color: var(--light-green);
}
#add-catalogue-page{
    color: var(--light-green);
    position: relative;
    padding-left: 44px;
    
}
.add-catalogue-box{
	display: flex;
	border: 1px solid var(--grey-5);
	padding: 10px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.add-catalogue-box p{
	color: var(--grey-4);
	max-width: 80%;
}
#add-catalogue-page:hover{
    color: #fff;
}
#add-catalogue-page svg{
    height: 36px;
    width: 36px;
    position: absolute;
    left: 3px;
    top: 1px;
}
ul#index-categories li ul a{
	line-height: 25px;
	text-decoration: underline;
	font-weight: 400;
}
ul#index-categories li ul a.more{
	color: var(--light-green);
    white-space: break-spaces;
}
ul#index-categories li ul a.more:hover{
	color: var(--dark-blue);
}
/* page-list */

.page-list {
    list-style: none;
    list-style-image: none;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.page-list li
{
	border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 15px;
    width: 100%;
    margin: 0 0 15px 0;
    box-sizing: border-box;
    background: #fff;
	position: relative;
    min-height: 170px;
}
.page-list.ad-list{
	position: relative;
}
.page-list.ad-list li{
	padding: 25px 0 25px 145px;
	min-height: auto;
}
.page-list.ad-list #add-catalogue-page{
	position: absolute;
    right: 0;
    top: -30px;
}

span.page-thumb-min
{
	display: block;
	width: 120px;
	height: 90px;
	border: 1px solid #CECECE;
}

span.page-thumb-min img
{
	display: block;
	width: 120px;
	height: 90px;
}
span.page-thumb-med
{
	display: block;
	width: 235px;
	height: 170px;
	
}
span.page-thumb-med.adlink{
	width: 120px;
	height: 90px;
}
span.page-thumb-med img
{
	width: 100%;
	height: 100%;
}
.no-thumb{
	background: rgb(217,220,222);
	background: linear-gradient(0deg,rgba(245,246,245,1) 0%, rgba(217,220,222,1) 100%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.no-thumb .no-thumb-logo{
	display: block;
	height: 50px;
	padding: 20px 0;
	width: 100%;
}
.no-thumb .no-thumb-text{
	color: var(--grey-4);
	font-size: 10px;
	line-height: 16px;
	text-align: center;
}
span.page-thumb-min .no-thumb .no-thumb-logo{
	background-size: 70%;
	height: 15px;
}
span.page-thumb-min .no-thumb .no-thumb-text{
	font-size: 8px;
	line-height: 14px;
	text-align: center;
}

.page-list span.page-thumb-min, .page-list span.page-thumb-med
{
	position: relative;
    float: left;
    margin: -20px 30px 20px 0;
}
.page-list span.page-thumb-med{
	top: 20px;
	border: 1px solid #CECECE;
}

.page-list .page-title
{
	position: relative;
    font-weight: bold;
    z-index: 2;
    font-size: 18px;
    line-height: 27px;
	color: var(--c-blue);
	text-decoration: none;;
}

.page-list p
{
	display: block;
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    color: var(--c-dark-grey);
    margin: 10px 0;
}
p.page-list-categories{
	line-height: 28px;
}
p.page-list-categories a{
	color: var(--blue2);
    text-decoration: none;
}
p.page-list-categories a:hover, .page-list .page-title:hover{
    color: var(--c-red);
}
.page-list .page-list-uservote span
{
	font-size: 13px;
	line-height: 28px;
	color: var(--grey-4);
    display: block;
}

.page-list-comments
{
	display: block;
	text-align: right;
	width: 100px;
	position: absolute;
	top: 3px;
	left: 340px;
}

.page-list-content
{
	min-height: 70px;
}
.categories-top-box{
	border: 1px solid var(--grey-5);
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
}
.categories-top-box .cat-with-icon>a{
	text-decoration: none;
}
#category-list
{
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
    gap: 5px 20px;
    justify-items: stretch;
    align-items: stretch;
    justify-content: stretch;
    align-content: stretch;
    grid-auto-flow: dense;
	padding: 5px 0 0 45px;
}

#category-list li
{
	display: block;
}
#category-list li a{
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	color: var(--grey-4);
	text-decoration: underline;
}
#category-list li a:hover, .categories-sort-box a:hover{
	text-decoration: none;
	color: var(--light-green);
}
.categories-sort-box{
	display: flex;
	align-items: center;
	font-size: 12px;
	line-height: 18px;
	color: var(--grey-4);
	padding: 10px 0 20px;
}
.categories-sort-box a{
	color: var(--dark-blue);
	text-decoration: underline;
	display: block;
	margin: 0 10px;
}
.categories-sort-box a.active{
	color: #fff;
    padding: 5px 10px;
    border-radius: 22px;
    background-color: var(--dark-blue);
	text-decoration: none;
}
.ch1{
    color: #000;
    font-size: 27px;
    line-height: 40px;
}
/* page-narrow-list */

.page-narrow-list
{
	padding-left: 0;
}

.page-narrow-list li
{
	margin-bottom: 7px;
	list-style-position: inside;
}

.page-narrow-list a
{
	margin-left: -5px;
}

.page-narrow-list span
{
	display: block;
}

.page-narrow-list span.category a
{
	font-size: 11px;
}

.page-narrow-list span a
{
	margin: 0;
	display: inline;
}

.narrow-box .page-narrow-list{
	list-style: none;
}
.page-narrow-list li{
	border-bottom: 1px solid var(--grey-5);
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.narrow-box .page-narrow-list .page-top-info{
	display: flex;
}
.page-narrow-list span.page-thumb-min{
	flex-shrink: 0;
    margin: 0 15px 15px 0;
}
.page-narrow-list span.page-thumb-min .no-thumb .no-thumb-logo{
	padding: 0;
}
.page-narrow-list span.page-thumb-min img{
	width: 100%;
	height: 100%;
}
.page-narrow-list .page-top-info a, .similar-categories a{
	color: var(--c-blue);
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    word-break: break-word;
	text-decoration: none;
}
.page-narrow-list .page-top-info a:hover, .page-narrow-list .page-top-info .category a:hover{
	color: var(--light-green);
}
.page-narrow-list .page-top-info .category a{
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	color: var(--blue2);
}
.page-narrow-list .short-descr{
	color: var(--grey-4);
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}
.narrow-box h2, p.h2, .h3{
	font-size: 18px;
    font-weight: 700;
    color: #000;
    padding: 20px 0;
}
.narrow-box-cont.tags a{
	color: #007BD5;
    text-decoration: underline;
	font-size: 13px;
	line-height: 20px;
}
.narrow-box-cont.tags a:hover{
	color: var(--light-green);
	text-decoration: none;
}
/* comments */
.comments-narrow, .comments-wide
{
	list-style: none;
	list-style-image: none; /* IE 7 */
	padding: 0;
}
.comments-narrow .comment-min svg{
	fill: #606060;
	width: 24px;
	height: 24px;
}

.comments-narrow li
{
	position: relative;
	padding-bottom: 15px;
    margin-bottom: 15px;
}

.comments-narrow li
{
	display: flex;
	border-bottom: 1px solid var(--grey-5);
}
.comments-narrow li:last-child{
	border: none;
}
.comments-narrow .comment-data{
	padding-left: 15px;
}


.comments-narrow a, .comments-narrow span
{
	font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: var(--c-blue);
	text-decoration: none;
}
.comments-narrow a:hover{
	color: var(--light-green);
}

.comments-narrow span.avatar-min
{
	position: absolute;
	top: 3px;
	left: 0;
}

.comments-narrow span.date
{
	color: var(--grey-4);
	display: block;
	font-size: 12px;
	line-height: 28px;
	font-weight: 400;
}
.comments-narrow p{
	font-size: 15px;
	line-height: 23px;
	color: var(--grey-4);
    margin: 0;
}

.comments-wide span.date
{
	color: #666666;
}

.comments-wide span.ipdata
{
	color: #666666;
	font-size: 11px;
}

.comments-wide p
{
	font-size: 16px;
	line-height: 26px;
	color: #000;
	width: calc(100% - 100px);
	overflow: hidden;
}

.comments-wide .author
{
	font-weight: bold;
}

.comments-wide .anonymous
{
	text-decoration: none;
	color: black;
	cursor: text;
}

.comments-wide .author-comments-count
{
	position: absolute;
	display: block;
	top: 40px;
	left: 0;
	width: 30px;
	font-size: 9px;
	color: #666666;
	text-align: center;
}

.anonymous-author-block
{
	display: block;
	float: left;
	margin-right: 3px;
	_width: 320px;
	max-width: 340px;
	overflow: hidden;
	white-space: nowrap;
}

.comments-wide li{
	display: flex;
	justify-content: space-between;
}
.comments-wide .avatar-min{
	flex-grow: 0;
	flex-shrink: 0;
	width: 61px;
	height: 61px;
	border-radius: 50%;
	text-align: center;
	line-height: 61px;
	background-color: var(--grey-5);
	display: flex;
	align-items: center;
	justify-content: center;
}
.comments-wide .avatar-min svg{
	width: 40%;
	height: 60%;
	fill: #fff;
}
.comments-wide .avatar-min img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-sizing: border-box;
}
.comments-wide .comment-data{
	border: 1px solid var(--grey-5);
	border-radius: 8px;
	padding: 15px 20px;
	flex-grow: 2;
	margin: 0 0 20px 10px;
	position: relative;
}
.comments-wide .comment-meta-data{
	font-size: 13px;
	line-height: 26px;
	color: var(--grey-4);
	font-weight: 700;
}
.comments-wide .comment-meta-data span{
	font-weight: 400;
}

/* details */ 

.page-details
{
	position: relative;
	padding: 30px;
	border: 1px solid var(--grey-5);
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.page-details p
{
	margin-top: 12px;
	margin-bottom: 12px;
}

.page-details h1, #add-comment-form h2
{
	font-size: 27px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
}
.page-details h1 .seoh1{
	    display: block;
    font-weight: 700;
    font-size: 13px;
    line-height: 28px;
    color: var(--c-dark-grey);
}

.page-details .item-top{
	display: flex;
	justify-content: space-between;
}
.page-details span.page-thumb
{
	display: block;
	width: 320px;
	height: 240px;
	border: 1px solid var(--grey-5);
	flex-grow: 0;
	flex-shrink: 0;
}

.page-details span.page-thumb img
{
	display: block;
	width: 320px;
	height: 240px;
}
.page-details .page-info{
	flex-grow: 2;
	padding-left: 30px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.page-details .page-url, .page-details .page-url a{
	color: var(--blue2);
	font-size: 18px;
	line-height: 27px;
	margin: 0;
}
.page-details .page-url a:hover{
	color: var(--light-green);
}


.page-broken-tip
{
	color: var(--grey-4);
	font-size: 11px;
	position: absolute;
	top: 20px;
	right: 30px;
	text-decoration: underline;
	cursor: pointer;
}
.page-broken-tip:hover{
	color: var(--c-red);
}

table.page-categories, table.page-categories tr, table.page-categories td
{
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

.header-box{
	position: relative;
}
.header-box h3{
	margin: 0;
	line-height: 38px;
}
.header-box #add-catalogue-page{
	position: absolute;
	top: 0;
	right: 0;
}

ul.page-categories-list
{
	list-style: none;
	list-style-image: none; /* IE 7 */
	padding: 0;
	margin: 0;
/*	_padding-left: 90px;*/
}

.page-comment-form input, .page-comment-form textarea{
	border: 1px solid var(--grey-5);
	font-size: 18px;
	padding: 10px;
	border-radius: 5px;
}
.page-comment-form input.comment-nick{
	max-width: 300px;
}
.page-comment-form input.comment-captcha{
	max-width: 80px;
}
.page-comment-form .captcha-box{
	display: flex;
	align-items: center;
}
.page-comment-form .captcha-box span{
	white-space: nowrap;
}
.page-comment-form textarea
{
	width:100%;
	box-sizing: border-box;
}

.page-details .page-buttons, .page-details .page-buttons>div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.page-details .page-buttons a{
	border: 2px solid #007BD5;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    color: #007BD5;
    background-color: #fff;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease-out;
}
.page-details .page-buttons a svg{
	height: 14px;
	width: 20px;
	fill: var(--blue2);
	transition: all 0.2s ease-out;
	top: -1px;
    position: relative;
}
.page-details .page-buttons .phone{
	margin-right: 10px;
}

.page-details .page-buttons a:hover{
	color: #fff;
	background-color: var(--blue2);
}
.page-details .page-buttons a:hover svg{
	fill: #fff;
}
.page-description{
	width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 30px;
    color: #000;
}
.page-details .line-items, .page-details .line-items a{
	font-size: 14px;
    line-height: 20px;
    color: #000;
    text-align: left;
}
.page-details .line-items{
	margin: 0;
	padding: 15px 0 15px;
	border-bottom: 1px solid var(--grey-5);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.page-details .line-items a{
	color: var(--blue1);
	text-decoration: underline;
}
.page-details .line-items span{
	display: inline-block;
	margin-right: 8px;
}
.page-details .line-items.tgs span{
	margin: 0;
}
.page-details .line-items.tgs a{
	margin-left: 8px;
}
.page-details .line-items.tgs{
	border: 0;
	padding-bottom: 0;
}
.page-details .page-uservote{
	display: flex;
	align-items: center;
}
.page-details .page-uservote .informations{
	margin-left: 10px;
}
.page-details .page-uservote .review{
	display: block;
}
.page-comment-form input, .page-comment-form textarea{
	border: 1px solid #BABABA;
	font-size: 18px;
	padding: 10px;
	border-radius: 5px;
}
.page-comment-form textarea
{
	width:100%;
	box-sizing: border-box;
}
.comment-form-btm{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
}
.comment-form-btm>div{
	display: flex;
}
.comment-form-btm>div #pageFront-captcha{
	display: flex;
	align-items: center;
	padding-right: 15px;
}
.comment-form-btm>div #pageFront-captcha strong{
	padding: 0 3px;
}
.page-comment-form input.comment-submit{
	color: #fff;
    background-color: #007BD5;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    border: none;
    padding: 10px 18px;
	transition: all 0.2s ease-out;
}
.page-comment-form input.comment-submit:hover{
	color: var(--c-red);
}
.shaded-wide-box.s-width{
    width: 100%;
}
#add-comment-form{
	padding: 30px 0;
    width: 100%;
}
#add-comment-form .page-yourvote{
	padding: 15px 0;
	display: flex;
	align-items: center;
}
#add-comment-form .page-yourvote>.label{
	padding-right: 15px;
}
.captcha-box span{
	font-size: 18px;
	color: #6C777D;
}
.comment-captcha{
	width: 45px;
	flex-shrink: 0;
	margin: 0 15px 0 5px;
}
.page-yourvote-vote{
	display: flex;
}
.page-vote-button{
	cursor: pointer;
}
.page-vote-button svg{
	height: 45px;
	width: 45px;
	fill: var(--grey-5);
}
#add-comment-form .errors{
	color: #CE4F57;
}

.informations .review {
    text-indent: -9999px;
    background: transparent url('/img/stars.webp') no-repeat left center;
    width: 134px;
    height: 22px;
}

.informations .review_5 {
    background-position: 0px 0;
}

.informations .review_4 {
    background-position: -28px 0;
}

.informations .review_3 {
    background-position: -55px 0;
}

.informations .review_2 {
    background-position: -82px 0;
}

.informations .review_1 {
    background-position: -110px 0;
}

.informations .review_0 {
    background-position: -133px 0;
}

.page-uservote-vote.vote1 .page-vote-button:nth-child(-n+1) svg {
    fill: #F5BD00
}
.page-uservote-vote.vote2 .page-vote-button:nth-child(-n+2) svg {
    fill: #F5BD00
}
.page-uservote-vote.vote3 .page-vote-button:nth-child(-n+3) svg {
    fill: #F5BD00
}
.page-uservote-vote.vote4 .page-vote-button:nth-child(-n+4) svg {
    fill: #F5BD00
}
.page-uservote-vote.vote5 .page-vote-button:nth-child(-n+5) svg {
    fill: #F5BD00
}


.pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    list-style: none;
    width: 100%;
}
.pagination .archive-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.pagination a, .pagination span {
    font-size: 21px;
    line-height: 25px;
    color: var(--c-red);
}

.pagination a, span.current {
    width: 45px;
    height: 45px;
    border: 1px solid var(--grey-6);
    text-align: center;
    display: block;
    line-height: 45px;
    text-decoration: none;
    margin: 0 3px;
}

span.current {
    color: #fff;
    background-color: var(--c-red);
}

.pagination a:hover  {
    color: var(--light-green)
}

.pagination .prev, .pagination .next {
    width: auto;

}
.pagination .active a{
    background-color: var(--c-red);
    color: #fff;
}

.pagination .prev a, .pagination .next a{
    width: auto;
    padding: 0 15px;
}

.prev a svg, .next a svg {
    display: none;
}

.disabled {
    display: none;
}

.mobile-only{
    display: none;
}

.adlinks-header {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    line-height: 50px;
}

.add-link {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    color: var(--c-red);
    font-size: 14px;
    line-height: 50px;
	text-decoration: none;;
}
.add-link svg {
    fill: var(--c-red);
    height: 19px;
    width: 19px;
}

.simple-wide-box{
	width: 100%
}

.adlink-list {
    list-style: none;
    padding: 0;
}
.adlink-list li {
    padding: 15px 0;
    border-bottom: 1px solid var(--c-input-border);
    min-height: auto;
}
.adlink-list li:last-child {
	border: none;
}
.adlink-list .adLink-entry {
    display: flex;
}
span.page-thumb-min {
    display: block;
    width: 120px;
    height: 90px;
    border: 1px solid #CECECE;
}
.page-thumb-min {
    margin-right: 15px;
}
.adlink-list .adLink-entry .page-list-content a {
    display: block;
    color: var(--c-blue);
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    word-break: break-word;
    margin-bottom: 5px;
	text-decoration: none;
}
.mobile-more {
	display: none;
}
#category-order-bar a{
	font-size: 12px;
    line-height: 18px;
    color: #007BD5;
    text-decoration: underline;
}
#category-order-bar a.active{
	font-weight: 700;
    color: white;
    background-color: var(--c-red);
    padding: 2px 5px;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
}
@media screen and (max-device-width: 900px) {
    .mobile-only{
        display: block;
    }
	ul#index-categories, #category-list{
		grid-template-columns: 1fr;
	}
	ul#index-categories{
		padding-bottom: 10px;
	}
	.page-list li{
		padding: 160px 0 15px 0;
		display: flex;
		flex-direction: column;
		min-height: auto;
	}
	.page-list.ad-list li{
		padding: 120px 0 15px 0;
		display: flex;
		flex-direction: column;
		min-height: auto;
	}
	.page-list span.page-thumb-med.adlink{
		height: 90px;
		width: 120px;
	}
	.page-list span.page-thumb-med{
		top: 15px;
		height: 130px;
		width: 172px;
	}
	.page-list-uservote.r-0{
		display: none;
	}
    .add-catalogue-box{
        flex-direction: column;
        align-items: flex-start;
    }
	#add-catalogue-page{
		display: block;
		position: relative;
		font-size: 14px;
		line-height: 18px;
		padding: 10px 16px 10px 42px;
	}
	.ch1{
		font-size: 26px;
		line-height: 30px;
	}
	#category-order-bar {
        border: 1px solid var(--c-input-border);
        border-radius: 5px;
        display: flex;
        flex-direction: column;
        position: relative;
        height: 50px;
        padding: 0;
        overflow: hidden;
        transition: all 0.2s ease-out;
        margin-top: 15px;
        margin-bottom: 15px;
		width: 100%;
    }
    #category-order-bar.show{
        overflow: visible;
    }
    #category-order-bar>span{
        display: none;
    }
    #category-order-bar a, #category-order-bar a.active{
        display: block;
        width: 100%;
        box-sizing: border-box;
        background-color: #fff;
        font-size: 16px;
        line-height: 30px;
        color: #000;
        text-decoration: none;
        z-index: 100;
        margin: 0;
        padding: 10px;
        border: 1px solid var(--grey-5);
        border-top: none;
        border-radius: 0;
        font-weight: 400;
        position: relative;
        top: 51px;
    }
	#category-order-bar a.active{
		color: var(--dark-blue);
	}
    #category-order-bar span.mobile-only{
        position: absolute;
        border: none;
        display: block;
        font-size: 16px;
        line-height: 30px;
        padding: 10px;
        width: 100%;
        box-sizing: border-box;
    }
    #category-order-bar span.mobile-only svg{
        width: 20px;
        height: 20px;
        position: absolute;
        right: 10px;
        top: 14px;
    }
	.page-details{
		padding: 10px;
	}
	.page-details .item-top{
		flex-direction: column;
		align-items: center;
	}
	.page-details .page-info{
		padding: 15px 0 0 0;
		width: 100%;
	}
	.page-details h1, #add-comment-form h2{
		font-size: 20px;
		line-height: 23px;
	}
	.page-details .page-uservote{
		flex-direction: column;
		align-items: flex-start;
	}
	.page-details .page-uservote .label{
		font-size: 13px;
		font-weight: 700;
		color: var(--grey-4);
		padding-bottom: 5px;
	}
	.page-details .page-uservote .informations{
		margin-left: 0;
	}
	.page-details .page-buttons, #add-comment-form .page-yourvote, .comment-form-btm{
		flex-direction: column;
	}
	.page-details .page-buttons>div:last-child{
		margin-top: 10px;
	}
	.page-description{
		font-size: 16px;
		line-height: 26px;
		
	}
	.page-details p{
		margin: 0;
	}
	.page-details .line-items{
		font-size: 14px;
		line-height: 16px;
	}
	#add-comment-form .page-yourvote .label{
		padding: 0 0 15px 0;
	}
	.page-comment-form input.comment-nick{
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 15px;
		max-width: 100%;
	}
	.comment-form-btm>div{
		justify-content: flex-end;
    	width: 100%;
	}
	.comments-wide .avatar-min{
		width: 33px;
		height: 33px;
	}
	.comments-wide p{
		width: 100%;
		font-size: 16px;
		line-height: 26px;
	}
	.comments-wide .comment-data{
		padding: 15px;
		margin-bottom: 10px;
	}

	ul#index-categories li ul {
        display: none;
    }

	.adlink-list span.page-thumb-min {
        float: left;
        border-radius: 10px;
		position: absolute;
    }
	.adlink-list span.page-thumb-min img {
        border-radius: 10px;
    }
	.adlink-list .adLink-entry .page-list-content a {
        font-size: 16px;
        line-height: 26px;
        height: 92px;
        display: flex;
        align-items: center;
		margin-left: 135px;
    }
	.adlink-list .adLink-entry>.page-list-content>p {
        display: -webkit-box;
        line-clamp: 3;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        position: relative;
    }
	.mobile-more {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0px;
        background-color: #fff;
    }
	.adlink-list .adLink-entry>.page-list-content>p.expanded {
        display: block;
        line-clamp: unset;
        -webkit-line-clamp: unset;
    }
	.articles-header-index {
        line-height: 30px;
        margin-bottom: 20px;
    }
	.articles-header-index span {
        display: block;
    }
	.add-link {
        font-weight: 700;
    }
	.page-list.articles-list span.page-thumb-med {
        margin: 0 0 20px 0;
        width: 100%;
        height: 250px;
        box-sizing: border-box;
        float: none;
        top: 0;
    }
	.page-list.articles-list li {
        border: none;
        padding: 0 0 10px 0;
        margin: 0 0 20px 0;
        border-bottom: 1px solid var(--c-input-border);
        display: flex;
        flex-direction: column;
    }
	.page-list .page-title {
        word-break: break-word;
    }
	.show-all {
        display: block;
        border: 1px solid var(--c-blue);
        border-radius: 5px;
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
        padding: 10px 20px;
        margin: 20px auto 0;
        text-align: center;
        width: 260px;
        box-sizing: border-box;
    }
	.add-account {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: var(--c-red);
        padding: 10px 15px;
        border-radius: 5px;
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
        border: none;
        width: 320px;
        margin: 10px auto 0;
    }
	.add-account svg {
        fill: #fff;
        height: 30px;
        width: 30px;
        margin-right: 10px;
        position: relative;
    }
	.ch1{
		font-size: 18px;
        line-height: 37px;
	}
	.page-list-sub{
		display: none;
	}
}