html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, q, s, small, strong, b, em, i, center, ol, ul, li, form, label, article, aside, footer, header, nav, mark, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

footer, header, menu, nav, section {
	display: block;
}

body, input, button, textarea {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	font-variation-settings:
    "slnt" 0;
}

input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

body {
	line-height: 1;
	background: #ffffff;
	color: #202124;
	position: relative;
	padding-top: 66px;
}

body a {
	color: #09b850;
}

a:hover {
	border: 0;
}

ol, ul {
	list-style: none;
}

.clifrem-conteiner-content {
	min-height: calc(100vh - 180px);
}

.clifrem-head-box {
	background-color: #ffffff;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 33;
	border-bottom: 1px solid #dce0e5;
	transition: top 600ms ease-in-out 0s;
}

.clifrem-head-box.hided {
	top: -66px;
}

.clifrem-head-inner {
	padding: 8px 0;
}

.clifrem-head-inner:after {
	content: '';
	display: block;
	clear: both;
}

.clifrem-main-logotype {
	text-decoration: none;
	font-size: 20px;
	text-transform: uppercase;
	display: inline-block;
	float: left;
	position: relative;
	padding-left: 28px;
	line-height: 50px;
	color: #202124;
	font-weight: 600;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23202124' fill-rule='evenodd' d='M11.444 1.25h1.112c1.838 0 3.294 0 4.433.153 1.172.158 2.121.49 2.87 1.238.748.749 1.08 1.698 1.238 2.87.153 1.14.153 2.595.153 4.433V17a.75.75 0 0 1-.038.235 1 1 0 0 1-.972.765 1.5 1.5 0 0 0 0 3 1 1 0 0 1 .013 2H6.21c-1.927 0-3.464-1.58-3.464-3.5 0-.056.001-.112.004-.167v-9.39c0-1.837 0-3.293.153-4.432.158-1.172.49-2.121 1.238-2.87.749-.748 1.698-1.08 2.87-1.238 1.14-.153 2.595-.153 4.433-.153ZM6.21 18h10.867a3.486 3.486 0 0 0-.337 1.5c0 .537.121 1.045.337 1.5H6.21c-.795 0-1.464-.658-1.464-1.5S5.416 18 6.21 18Zm9.098-7.158a.788.788 0 0 0-.027-1.06.673.673 0 0 0-.492-.205H13V6.25a1 1 0 1 0-2 0v3.327H9.189a.674.674 0 0 0-.47.205.788.788 0 0 0-.027 1.06l1.345 1.521c.324.367.614.695.881.925.29.249.638.462 1.082.462.444 0 .793-.213 1.082-.463.267-.23.557-.558.88-.924l1.346-1.52Z' clip-rule='evenodd'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 22px 22px;
	background-position: 2px center;
}

.clifrem-main-logotype strong {
	color: #1FB850;
}

.clifrem-site-navigation {
	display: inline-block;
	float: left;
	position: relative;
}

.clifrem-navi-close {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	height: 115%;
	width: 50%;
	z-index: 11;
	cursor: pointer;
}

.catactive .clifrem-navi-close {
	display: inline-block;
}

.langactive .clifrem-navi-close {
	left: auto;
	right: 0;
	display: inline-block;
}

.clifrem-site-navigation-list {
	margin-left: 10px;
	margin-top: 5px;
}

.clifrem-site-nav-item {
	display: inline-block;
	position: relative;
}

.clifrem-navigation-drop-list {
	position: absolute;
	left: 12px;
	z-index: 12;
	background: #FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 12px;
	min-width: 800px;
	top: 42px;
	display: none;
	font-size: 12px;
	box-shadow: 0 0.125rem 0.25rem rgba(29, 58, 83, 0.15);
	border: 1px solid #dce0e5;
}

.clifrem-navigation-drop-list:after {
	content: '';
	display: block;
	clear: both;
}

.clifrem-site-nav-item.view .clifrem-navigation-drop-list {
	display: inline-block;
}

.clifrem-nav-list-items {
	margin-bottom: 0px;
	max-height: 270px;
	overflow: hidden;
}

.clifrem-nav-list-items::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #FFFFFF;
}

.clifrem-nav-list-items::-webkit-scrollbar {
	width: 6px;
	background-color: #FFFFFF;
}

.clifrem-nav-list-items::-webkit-scrollbar-thumb {
	background-color: #1FB850;
}

.clifrem-nav-item {
	display: inline-block;
	float: left;
	width: 25%;
	height: 20px;
}

.clifrem-nav-item em {
	color: #606261;
	float: right;
	margin-right: 8px;
	line-height: 20px;
	font-size: 13px;
}

.clifrem-nav-item a {
	line-height: 20px;
	text-decoration: none;
	color: #202124;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: -webkit-calc(100% - 50px);
	max-width: -moz-calc(100% - 50px);
	max-width: calc(100% - 50px);
	font-size: 12px;
	font-weight: 400;
}

.clifrem-nav-item a:hover {
	color: #09b850;
}

.clifrem-navigation-item {
	display: block;
	text-decoration: none;
	position: relative;
	padding-left: 28px;
	margin: 0 10px;
	padding-right: 20px;
	cursor: pointer;
}

.clifrem-navigation-item:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 30px;
	background: #F8F8F8 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23495057' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' %3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") center/13px no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition: all 300ms ease-in-out 0s;
}

.clifrem-site-nav-item.view .clifrem-navigation-item:after {
	background: #F8F8F8 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23495057' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' %3E%3Cpath d='M18 15l-6-6-6 6'/%3E%3C/svg%3E") center/13px no-repeat;
}

.clifrem-navigation-item i {
	display: inline-block;
	position: absolute;
	top: 3px;
	left: 0;
	height: 24px;
	width: 24px;
}

.clifrem-navigation-item i svg {
	stroke: #495057;
	transition: all 300ms ease-in-out 0s;
}

.clifrem-navigation-name {
	display: block;
	font-weight: 500;
	color: #202124;
	margin-top: 5px;
}

.clifrem-navigation-sub {
	display: block;
	font-size: 11px;
	color: #606261;
	margin-top: 3px;
}

.clifrem-main-search-box {
	display: inline-block;
	float: right;
	width: -webkit-calc(100% - 690px);
	width: -moz-calc(100% - 690px);
	width: calc(100% - 690px);
}

.clifrem-main-search-box form {
	display: block;
	position: relative;
	margin-top: 2px;
}

.clifrem-main-search-box input:focus {
	outline: none;
}

.clifrem-main-search-box input {
	line-height: 45px;
	padding: 0 10px 0 40px;
	display: block;
	width: -webkit-calc(100% - 52px);
	width: -moz-calc(100% - 52px);
	width: calc(100% - 52px);
	border: 0;
	border: none;
	background: #F8F8F8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #606261;
}

.clifrem-main-search-box input[type="search"] {
	line-height: 45px;
	padding: 0 10px 0 50px;
	display: block;
	width: -webkit-calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: calc(100% - 60x);
}

.clifrem-main-search-box form:before {
	border: 0;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 4px;
	width: 40px;
	height: 40px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16' color='%23202124' fill='none'%3E%3Cpath d='M17.5 17.5L22 22' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M20 11C20 6.02944 15.9706 2 11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20C15.9706 20 20 15.9706 20 11Z' stroke='currentColor' stroke-width='1.5' stroke-linejoin='round' /%3E%3C/svg%3E") center/20px no-repeat;
	cursor: pointer;
	transition: all 300ms ease-in-out 0s;
	content: '';
}

.clifrem-main-search-box button:focus {
	outline: none;
}

.clifrem-main-search-box button {
	display: inline-block;
	position: absolute;
	right: 9px;
	top: 8px;
	height: 30px;
	background: #202124;
	color: #FFF;
	line-height: 30px;
	padding: 0 12px;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	line-height: 30px;
	font-size: 12px;
	font-weight: 400;
	transition: all 200ms ease-in-out 0s;
}

.clifrem-main-search-box button:hover {
	background: #09b850;
}

.clifrem-main-search-box.visible form:before {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16' color='%2309b850' fill='none'%3E%3Cpath d='M17.5 17.5L22 22' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M20 11C20 6.02944 15.9706 2 11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20C15.9706 20 20 15.9706 20 11Z' stroke='currentColor' stroke-width='1.5' stroke-linejoin='round' /%3E%3C/svg%3E") center/20px no-repeat;
}

.clifrem-search-autoform-loading {
	padding: 20px;
	position: relative;
}

.clifrem-search-autoform-loading:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
	border-radius: 50%;
	border-top: 2px solid #09b850;
	animation: spin 0.7s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.clifrem-magazines-grid {
	margin: 0px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.clifrem-magazines-grid:after {
	display: block;
	clear: both;
}

.clifrem-magazine-item {
	display: inline-block;
	background: #F8F8F8;
	width: 19.8%;
	margin-bottom: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	font-size: 12px;
	box-shadow: 0 0.125rem 0.25rem rgba(29, 58, 83, 0.15);
	border: 1px solid #dce0e5;
}

.clifrem-magazine-conteiner {
	margin: 5px;
	margin-bottom: 0;
}

.clifrem-magazine-picture {
	display: block;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-top: 136%;
}

.clifrem-magazine-language {
	display: inline-block;
	position: absolute;
	right: 6px;
	bottom: 6px;
	z-index: 16;
	background: #F8F8F8;
	color: #202124;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 11px;
	line-height: 20px;
	padding: 0 6px 0 4px;
}

.clifrem-magazine-language:before {
	display: inline-block;
	width: 15px;
	height: 15px;
	content: '';
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' color='%2309b850'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M7.506 4.945h8.5a1.5 1.5 0 0 1 1.5 1.5v1.5M15.006 17.945l-.857-2m0 0-1.55-3.617a.642.642 0 0 0-.593-.383c-.26 0-.493.151-.592.383l-1.551 3.617m4.286 0H9.863m-.857 2 .857-2'/%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-width='1.5' d='M18.497 2H6.307c-.496 0-1.005.073-1.406.368-1.274.935-2.256 3.02-.273 4.903.556.528 1.334.72 2.099.72h11.556c.794 0 2.217.113 2.217 2.536v7.454c0 2.22-1.79 4.019-3.997 4.019h-9.03c-2.204 0-3.807-1.557-3.933-3.929L3.506 5.166'/%3E%3C/svg%3E") center/14px no-repeat;
	vertical-align: middle;
	margin-right: 2px;
}

.clifrem-magazine-details {
	padding-top: 4px;
}

.clifrem-magazine-title {
	text-decoration: none;
	color: #495057;
	line-height: 1.1;
	display: block;
	font-weight: 500;
	font-size: 13px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 4px 0;
}

.clifrem-magazine-title:hover {
	color: #09b850;
}

.clifrem-magazine-labels {
    height: 26px;
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 4px;
}

.clifrem-magazine-labels:after {
	content: '';
	display: block;
	clear: both;
}

.clifrem-magazine-categories {
	color: #7d6c77;
	text-decoration: none;
	line-height: 26px;
	font-size: 12px;
	display: inline-block;
    max-width: 132px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clifrem-magazine-categories:hover {
	color: #09b850;
}

.clifrem-magazine-data i,
.clifrem-magazine-categories i {
	display: inline-block;
	vertical-align: middle;
}

.clifrem-magazine-categories i {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' color='%2309b850'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-width='1.5' d='M12.53 2c3.993 0 5.989 0 7.23 1.172C21 4.343 21 6.229 21 10v4c0 3.771 0 5.657-1.24 6.828C18.518 22 16.521 22 12.53 22h-1.06c-3.992 0-5.989 0-7.23-1.172C3 19.657 3 17.771 3 14v-4c0-3.771 0-5.657 1.24-6.828C5.481 2 7.478 2 11.47 2h1.06ZM8 7h8M8 12h8M8 17h4'/%3E%3C/svg%3E") center/17px no-repeat;
	width: 18px;
	height: 18px;
	margin-top: -2px;
}

.clifrem-magazine-data i {
	width: 20px;
	height: 18px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none' color='%2309b850'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M18 2v2M6 2v2'/%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-width='1.5' d='M10 17v-3.653c0-.191-.137-.347-.305-.347H9m4.63 4 1.354-3.65c.063-.171-.071-.35-.263-.35H13'/%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M2.5 12.243c0-4.357 0-6.536 1.252-7.89C5.004 3 7.02 3 11.05 3h1.9c4.03 0 6.046 0 7.298 1.354C21.5 5.707 21.5 7.886 21.5 12.244v.513c0 4.357 0 6.536-1.252 7.89C18.996 22 16.98 22 12.95 22h-1.9c-4.03 0-6.046 0-7.298-1.354C2.5 19.293 2.5 17.114 2.5 12.756v-.513ZM6 8h12'/%3E%3C/svg%3E") center/20px no-repeat;
}

.clifrem-magazine-data {
	color: #7d6c77;
	text-decoration: none;
	line-height: 26px;
	font-size: 12px;
	float: right;
}

.clifrem-search-title-container {
	flex: 0 0 100%;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.clifrem-header-title-conteiner {
	padding: 4px 15px;
}

.clifrem-header-title-conteiner.clearfix .clifrem-header-title {
	float: left;
}

.clifrem-header-title {
	display: inline-block;
	width: 95%;
	height: 35px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	line-height: 35px;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 22px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' color='%2309b850'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M7.503 4c-.019-.371.049-.658.233-.9.457-.6 1.387-.6 3.249-.6h2.03c1.862 0 2.792 0 3.25.6.183.242.25.529.232.9M5 8a1.52 1.52 0 0 1 .27-.686C5.855 6.5 7.068 6.5 9.494 6.5h5.012c2.426 0 3.64 0 4.224.814.145.202.232.426.27.686M3.818 15.713l.718 2.303c.896 2.87 1.661 3.484 4.674 3.484h5.58c3.013 0 3.778-.615 4.674-3.484l.719-2.303c.743-2.383 1.115-3.574.527-4.393-.588-.82-1.814-.82-4.267-.82H7.557c-2.453 0-3.68 0-4.267.82-.588.819-.216 2.01.528 4.393Z'/%3E%3C/svg%3E") left/18px no-repeat;
	color: #202124;
}

.clifrem-page-navigation {
	text-align: center;
	margin: 15px auto;
}

.clifrem-page-navigation a,
.clifrem-page-navigation span {
	display: inline-block;
	margin: 2px 0;
	min-width: 35px;
	height: 31px;
	line-height: 30px;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 400;
	border-radius: 3px;
	padding: 0px 5px;
	color: #495057;
	background: #F8F8F8;
	border: 1px solid #dce0e5;
	box-shadow: 0 0.125rem 0.25rem rgba(29, 58, 83, 0.15);
	transition: all 100ms ease-in-out 0s;
}

.clifrem-page-navigation span, 
.clifrem-page-navigation a:hover {
	background: #09b850;
	color: #FFF;
}

.clifrem-page-navigation span.points {
	background: #EEEEEE;
}

.clifrem-magazine-cover-inner {
	margin: 5px;
}

.clifrem-magazine-picture img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
	object-fit: cover;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	transition: all 150ms ease-out 0s;
}

.clifrem-magazine-face-link:hover .clifrem-magazine-picture img {
	-moz-transform: scale(105%);
	-webkit-transform: scale(105%);
	-o-transform: scale(105%);
	-ms-transform: scale(105%);
	transform: scale(105%);
}

.clifrem-footer-overflow {
	background-color: #202124;
	margin-top: 25px;
	padding: 10px 0;
	color: #C4C5C7;
}

.clifrem-footer-topline:after {
	content: '';
	display: block;
	clear: both;
}

.clifrem-footer-nav-links {
	float: right;
}

.clifrem-footer-nav-links a {
	line-height: 50px;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	color: #DEE2E6;
	font-weight: 600;
	margin-left: 24px;
}

.clifrem-footer-nav-links a:hover {
	color: #09b850;
}

.clifrem-footer-bottomline {
	padding-top: 2px;
	margin-top: 2px;
}

.clifrem-footer-bottomline:after {
	content: '';
	display: block;
	clear: both;
}

.clifrem-footer-copyright {
	float: left;
	line-height: 25px;
	font-size: 11px;
}

.clifrem-articl-text-area {
	padding: 15px 0;
}

.clifrem-articl-text-area h2 {
	line-height: 1.3;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 500;
	color: #495057;
}

.clifrem-articl-text-area p {
	line-height: 1.2;
	font-size: 12px;
	margin-bottom: 10px;
	color: #7d6c77;
}

.clifrem-footer-inner .clifrem-main-logotype {
	color: #DEE2E6;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%2309b850' fill-rule='evenodd' d='M11.444 1.25h1.112c1.838 0 3.294 0 4.433.153 1.172.158 2.121.49 2.87 1.238.748.749 1.08 1.698 1.238 2.87.153 1.14.153 2.595.153 4.433V17a.75.75 0 0 1-.038.235 1 1 0 0 1-.972.765 1.5 1.5 0 0 0 0 3 1 1 0 0 1 .013 2H6.21c-1.927 0-3.464-1.58-3.464-3.5 0-.056.001-.112.004-.167v-9.39c0-1.837 0-3.293.153-4.432.158-1.172.49-2.121 1.238-2.87.749-.748 1.698-1.08 2.87-1.238 1.14-.153 2.595-.153 4.433-.153ZM6.21 18h10.867a3.486 3.486 0 0 0-.337 1.5c0 .537.121 1.045.337 1.5H6.21c-.795 0-1.464-.658-1.464-1.5S5.416 18 6.21 18Zm9.098-7.158a.788.788 0 0 0-.027-1.06.673.673 0 0 0-.492-.205H13V6.25a1 1 0 1 0-2 0v3.327H9.189a.674.674 0 0 0-.47.205.788.788 0 0 0-.027 1.06l1.345 1.521c.324.367.614.695.881.925.29.249.638.462 1.082.462.444 0 .793-.213 1.082-.463.267-.23.557-.558.88-.924l1.346-1.52Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.clifrem-search-autoform {
	display: inline-block;
	width: 100%;
	position: absolute;
	left: 1px;
	right: 0;
	top: 45px;
	background: #F8F8F8;
	z-index: 22;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	border-top: 0;
	margin-top: -2px;
	width: -webkit-calc(100% - 2px);
	width: -moz-calc(100% - 2px);
	width: calc(100% - 2x);
	overflow: hidden;
	max-height: 0px;
	opacity: 0;
	transition: all 200ms ease-in-out 0s;
	color: #202124;
	box-shadow: 0 0.125rem 0.25rem rgba(29, 58, 83, 0.15);
}

.clifrem-main-search-box.visible .clifrem-search-autoform {
	max-height: 1000px;
	opacity: 1;
}

.clifrem-search-list-result {
	padding: 10px;
}

.clifrem-search-result-item {
	line-height: 22px;
	font-size: 12px;
}

.clifrem-search-result-item a {
	color: #202124;
	display: block;
	text-decoration: none;
	font-weight: 400;
}

.clifrem-search-result-item a em {
	font-weight: 700;
}

.clifrem-search-result-item a:hover {
	color: #09b850;
}

.clifrem-search-result-item.show-all-button {
	margin-top: 10px;
}

.clifrem-search-result-item.show-all-button a {
	background: #09b850;
	color: #FFF;
	font-weight: 400;
	font-size: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	padding-left: 0;
	transition: all 200ms ease-in-out 0s;
}

.clifrem-search-result-item.show-all-button a:hover {
	background: #202124;
}

.clifrem-search-result-item.show-all-button a i {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
}

.clifrem-search-result-item.show-all-button a i svg {
	height: 30px;
	display: inline-block;
	transition: all 200ms ease-in-out 0s;
}

.clifrem-hide-menu-button {
	display: none;
	line-height: 40px;
	text-align: center;
	border: 1px solid #dce0e5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ECECEC;
	color: #1FB850;
	cursor: pointer;
}

.clifrem-hide-menu-button span:before {
	content: '';
	display: inline-block;
	height: 20px;
	width: 20px;
	background: #ECECEC url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23495057' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 6L6 18M6 6l12 12'/%3E%3C/svg%3E") center/20px no-repeat;
	vertical-align: middle;
	margin-right: 2px;
	margin-bottom: 2px;
}

.clifrem-content-page-overlflow {
	padding: 5px;
}

.clifrem-content-page-overlflow h2 {
	font-size: 14px;
	font-weight: 600;
	margin-top: 10px;
	line-height: 20px;
}

.clifrem-content-page-overlflow p {
	line-height: 1.3;
	font-size: 12px;
}

.clifrem-content-page-overlflow ul {
	line-height: 1.3;
	font-size: 12px;
	list-style-type: disc;
	margin-left: 25px;
}

.clifrem-content-page-overlflow p strong {
	font-weight: 700;
}

.clifrem-content-page-overlflow p a {
	color: #09b850;
}

.clifrem-content-page-overlflow p a:hover {
	text-decoration: none;
}

.clifrem-page-content {
	padding-top: 20px;
}

#clifrem-up-button {
	position: fixed;
    right: 10px;
    bottom: 20px;
    width: 34px;
    height: 34px;
    cursor: pointer;
    background: #202124 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' color='%23fff'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M12 4v16M17 9s-3.682-5-5-5-5 5-5 5'/%3E%3C/svg%3E") center/18px no-repeat;
    display: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition: background 200ms ease-in-out 0s;
	z-index: 55;
}

#clifrem-up-button:hover {
	background-color: #09b850;
}

.clifrem-menu-navigation-button-action,
.clifrem-search-button-action {
	display: none;
	width: 48px;
	height: 48px;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: middle;
	float: right;
	cursor: pointer;
}

.clifrem-menu-navigation-button-action {
	float: left;
}

.clifrem-menu-navigation-button-action svg,
.clifrem-search-button-action svg {
	display: inline-block;
	height: 40px;
	width: 22px;
	stroke: #202124;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -12px;
}

.clifrem-menu-navigation-button-action svg {
	width: 20px;
	margin-left: -10px;
}

.clifrem-menu-navigation-button-action.close svg,
.clifrem-search-button-action.close svg {
	opacity: 0;
}

.clifrem-menu-navigation-button-action.close,
.clifrem-search-button-action.close {
	background: #ECECEC url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%231FB850' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 6L6 18M6 6l12 12'/%3E%3C/svg%3E") center/20px no-repeat;
}

/*
Media Queries
*/

@media screen and (min-width:1200px) {
	.clifrem-magazines-grid,
	.clifrem-footer-inner,
	.clifrem-magazine-covers,
	.clifrem-articl-text-area,
	.clifrem-header-title-conteiner,
	.clifrem-page-navigation,
	.clifrem-page-content,
	.clifrem-article-line,
	.clifrem-head-inner {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width:1180px) {
	.clifrem-site-language-drop-list {
		right: 8px;
	}

	.clifrem-footer-inner,
	.clifrem-articl-text-area,
	.clifrem-header-title-conteiner,
	.clifrem-page-content,
	.clifrem-page-navigation,
	.clifrem-article-line,
	.clifrem-head-inner {
		padding-left: 10px;
		padding-right: 10px;
	}

	.clifrem-magazine-maine-cover-details .clifrem-header-title-conteiner {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width:1100px) {

	.clifrem-navigation-drop-list {
		min-width: 730px;
	}

	.clifrem-site-nav-item.language .clifrem-navigation-drop-list {
		margin-left: -156px;
	}
}

@media screen and (max-width:860px) {
	.clifrem-navigation-drop-list {
		min-width: 730px;
	}

	.clifrem-site-nav-item.categories .clifrem-navigation-drop-list {
		margin-left: -257px;
	}

	.clifrem-site-nav-item.language .clifrem-navigation-drop-list {
		margin-left: -413px;
	}

	.clifrem-magazine-view-block {
		width: -webkit-calc(100% - 30px);
		width: -moz-calc(100% - 30px);
		width: calc(100% - 30px);
	}

	.clifrem-magazine-cover-item,
	.clifrem-magazine-item {
		width: 33%;
	}

	.clifrem-main-search-box {
		width: -webkit-calc(100% - 550px);
    	width: -moz-calc(100% - 550px);
    	width: calc(100% - 550px);
	}
}

@media screen and (max-width:720px) {
	.clifrem-site-navigation.view .clifrem-hide-menu-button {
		display: block;
		margin: 15px 10px 0 10px;
	}

	.clifrem-main-search-box.view.fullview {
		overflow: visible;
	}

	.clifrem-site-navigation {
		display: inline-block;
		position: fixed;
		left: 0;
		top: 0px;
		bottom: 0px;
		height: 100vh;
		width: 220px;
		background: #FFFFFF;
		z-index: 33;
		-webkit-box-shadow: 7px 5px 15px 5px rgba(0, 0, 0, 0.04);
		box-shadow: 7px 5px 15px 5px rgba(0, 0, 0, 0.04);
		-moz-transform: translate(0px, 0px);
		-moz-transform: translate(-220px, 0px);
		-webkit-transform: translate(-220px, 0px);
		-o-transform: translate(-220px, 0px);
		-ms-transform: translate(-220px, 0px);
		transform: translate(-220px, 0px);
		transition: all 300ms ease-in-out 0s;
		display: inline-block;
		visibility: hidden;
	}

	.clifrem-site-navigation.view {
		visibility: visible;
		-webkit-transform: translate(0px, 0px);
		-o-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}

	.clifrem-site-navigation .clifrem-site-nav-item {
		float: none;
		display: block;
		width: 100%;
		margin-bottom: 14px;
	}

	.clifrem-menu-navigation-button-action,
	.clifrem-search-button-action {
		display: inline-block;
	}

	.clifrem-head-inner {
		text-align: center;
	}

	.clifrem-main-logotype,
	.clifrem-site-navigation {
		float: none;
	}

	.clifrem-site-navigation {
		width: 220px;
		display: inline-block;
	}

	.clifrem-site-navigation-list {
		margin-left: 0;
		margin-bottom: 15px;
		margin-top: 30px;
	}

	.clifrem-site-navigation-list:after {
		content: '';
		display: block;
		clear: both;
	}

	.clifrem-site-nav-item {
		float: left;
		width: 50%;
	}

	.clifrem-main-search-box {
		display: block;
		float: none;
		width: 100%;
		overflow: hidden;
		transition: all 300ms ease-in-out 0s;
		max-height: 0px;
		opacity: 0;
		margin: 0;
	}

	.clifrem-main-search-box.view {
		max-height: 49px;
		opacity: 1;
		margin: 8px 0 5px 0;
		text-align: left;
	}

	.clifrem-how-view-pdf-block ul {
		margin-bottom: 12px;
		margin-top: 15px;
	}

	.clifrem-how-view-pdf-block ul li {
		display: inline-block;
	}

	.clifrem-footer-copyright,
	.clifrem-how-view-pdf-block {
		display: block;
		float: none;
		text-align: center;
	}

	.clifrem-navigation-item {
		text-align: left;
	}

	.clifrem-site-nav-item.language .clifrem-navigation-drop-list,
	.clifrem-site-nav-item.categories .clifrem-navigation-drop-list {
		margin-left: 0;
		width: 100%;
		padding: 0;
		position: static;
		min-width: auto;
	}

	.clifrem-nav-item {
		float: none;
		display: block;
		width: -webkit-calc(100% - 30px);
		width: -moz-calc(100% - 30px);
		width: calc(100% - 30px);
		text-align: left;
		padding: 0 15px;
	}

	.clifrem-site-nav-item.language .clifrem-navigation-drop-list,
	.clifrem-site-nav-item.categories .clifrem-navigation-drop-list {
		margin: 10px 0;
	}

	.clifrem-layer {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 32;
		background: rgba(38, 41, 50, .5);
		display: none;
	}

	.clifrem-navigation-drop-list {
		box-shadow: none;
		border: 0;
	}

	.clifrem-nav-list-items {
		max-height: 150px;
		margin-right: 11px;
		overflow: auto;
	}

	.clifrem-site-navigation.view {
		overflow: auto;
	}

	.catactive .clifrem-navi-close,
	.langactive .clifrem-navi-close {
		display: none;
	}

	body.fixed .clifrem-layer {
		display: inline-block;
	}

	body.fixed {
		overflow: hidden;
	}
}

@media screen and (max-width:680px) {
	.clifrem-categorie-item-block {
		display: block;
		float: none;
		width: 100%;
	}

	.clifrem-footer-nav-links {
		margin: 12px 0;
	}

	.clifrem-footer-topline {
		text-align: center;
	}

	.clifrem-footer-nav-links a {
		margin: 0 5px;
		line-height: 20px;
	}

	.clifrem-footer-nav-links,
	.clifrem-main-logotype {
		display: inline-block;
		float: none;
	}
}

@media screen and (max-width:560px) {
	.clifrem-magazine-cover-item,
	.clifrem-magazine-item {
		width: 49%;
	}
}

@media screen and (max-width:480px) {
	.clifrem-page-navigation {
		text-align: center;
	}
}

@media screen and (max-width:460px) {
	.clifrem-how-view-pdf-block ul li {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:340px) {
	.clifrem-main-logotype {
		font-size: 15px;
	}
}

@media screen and (max-width:320px) {
	.clifrem-magazine-cover-item,
	.clifrem-magazine-item {
		float: none;
		display: block;
		width: 100%;
	}

	.clifrem-categories-item-inner .clifrem-magazine-cover-item,
	.clifrem-categories-item-inner .clifrem-magazine-item {
		display: inline-block;
		float: left;
	}
}