:root {
	--b_sert: #35c3c1;
	--b_izv: red;
	--b_atest: green;
	--b_calib: gray;
}

* {
    background: transparent;
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
	font-family: arial,sans-serif;
}

html, body {
	height: 100%;
	position: relative;
	background: linear-gradient(135deg, rgba(36, 46, 77, 0.9), rgba(137, 126, 121, 0.9));
}

body:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.3;
	z-index: -9999;
}

a, a:visited {
	text-decoration: none;
}

ul, ol {
	list-style: none;
}

svg {
    width: 15px;
    height: 15px;
    display: inline-block;
}

#searchsuggestions {
	display: none!important;
}

#q_search {
    width: 100%;
}

.q_search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.q_search input {
	width: 79%;
	color: #555;
    background: #fff;
    padding: 6px 24px;
    transition: 0.3s all;
}

.q_search select {
	width: 9%;
	padding: 5px;
}

.q_search .btn {
    width: 9%;
}

.q_search select option {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	transition: .3s all;
	cursor: pointer;
	color: #000;
}

.q_search select option:first-child {
	opacity: .6;
	color: #888;
}

#fullsearch {
    width: 100%;
    position: relative;
	padding-bottom: 10px;
}

#fullsearch .search-block {
	top: -65px;
}

.searchpager {
    padding-bottom: 0!important;
}

.search_result_num {
    color: #fff;
    padding-top: 6px;
}

.navigation {
    display: flex;
    justify-content: space-between;
    width: 60%;
    margin: auto;
    padding-top: 25px;
    padding-bottom: 25px;
}

.navigation span {
    background: #000;
    color: #fff;
    padding: 6px 12px;
    border-radius: 8px;
	margin-right: 5px;
	margin-left: 5px;
	opacity: .6;
}

.navigation a {
    background: #000;
    color: #fff;
    padding: 6px 12px;
    border-radius: 8px;
	margin-right: 5px;
	margin-left: 5px;
	transition: .2s all;
}

.navigation a:hover {
	background: #444;
}

.navigation .pages {
    display: flex;
    flex-direction: row;
}

.block {
	background: rgb(0 0 0 / 50%);
	padding:6px 24px;
	position: relative;
}

.block:before {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	height: 2px;
	width: 100%;
	background: #35c3c1;
}

.dle-popup-newsdelete {
    background: rgb(0 0 0 / 50%);
	padding:6px 24px;
	position: relative;
    color: #fff;
}

.dle-popup-newsdelete:before {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	height: 2px;
	width: 100%;
	background: #35c3c1;
}

.dle-popup-newsdelete .ui-button:nth-child(2) {
    display: none;
}

.underblock:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 2px;
	width: 100%;
	background: #35c3c1;
}

.btn, .a-block {
	color: #555;
	background: #fff;
	padding:6px 24px;
	transition: 0.3s all;
}

.btn {
	cursor: pointer;
}

.cat-count, #cat-countall span {
	width: 2em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #f5f6f8;
	cursor: pointer;
}

.btn:hover {
	background-color: #6294ff;
    color: #fff;
}

.a-btn {
	display: block;
	padding: 1em;
	width: 100%;
	background: #35c3c1;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 0.75em;
	font-weight: 600;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.a-btn:focus, .a-btn:hover {
	outline: none;
	transition: transform 0.15s ease;
	transform: scale(1.1);
}

.header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 5px 10px 25px 10px;
}

.header:before {
	background: #6294ff;
}

.header-left, .header-right {
	display: flex;
}

.header-left a {
    margin-right: 5px;
    display: flex;
}

.header-right a {
	margin-right: 5px;	
}

.header-search {
	margin-bottom:75px;
}

.header-menu-btn {
	cursor: pointer;
}

.header-float-menu {
    position: absolute;
    top: 55px;
    right: 0;
    width: 400px;
	display: flex;
	flex-direction: column;
    align-items: center;
	z-index: 1;
}

.header-float-menu a {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}

.calendar-block {
    color: #555;
    background: #fff;
    padding: 6px 24px;
    transition: 0.3s all;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.calendar-block p {
	font-weight: bold;
	font-size: 17px;
}

#calendar-layer, #calendar {
	width: 100%;
}

.calendar-block tr, .calendar-block th {
	text-align: center;
}

.monthselect a {
    width: 35px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: unset;
}

.berrors {
 	color: #fff;   
}

main {
	margin: 5px 10px;
}

.shrt-main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.shrt-main-info {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.main-content article {
	margin-bottom: 8px;
	transition: .1s all;
}

.main-content article:hover {
	box-shadow: 0 0 8px 8px #ffffff70;
}

.shrt-header {
    position: relative;
    top: -6px;
    left: -24px;
    padding: 3px 35px 3px 15px;
    overflow: hidden;
    width: fit-content;
	z-index: 0;
	font-size: 12px;
	color: #fff;
}

.shrt-header:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    left: -15px;
    top: 0;
    transform: skewX(315deg);
    z-index: -1;
}

.shrt-main-info p {
    min-width: 100px;
	max-width: 340px;
	padding: 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 5px;
    font-size: 14px;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.shrt-main-info p strong {
	padding: 0 6px;
}

.shrt-main-info p span {
    font-style: italic;
    padding: 0 6px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shrt-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
	position: relative;
}

.shrt-footer p {
	font-size: 12px;
	color: #fff;
}

.shrt-footer p:nth-child(1) {
    position: relative;
    bottom: -6px;
    left: -24px;
    padding: 3px 35px 3px 15px;	
    overflow: hidden;
    width: fit-content;
    z-index: 0;
}

.shrt-footer p:nth-child(1):after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    left: -10px;
    top: 0;
    transform: skewX(45deg);
    z-index: -1;
}

.shrt-footer p:nth-child(2) {
    position: relative;
    bottom: -6px;
    right: -24px;
    padding: 3px 15px 3px 35px;
    overflow: hidden;
    width: fit-content;
    z-index: 0;
}

.shrt-footer p:nth-child(2):after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    right: -10px;
    top: 0;
    transform: skewX(315deg);
    z-index: -1;
}

.b_sert:after, .b_sert:before, .b_sert .a-btn, .b_sert .shrt-footer p:nth-child(2):after, .b_sert .shrt-footer p:nth-child(1):after, .b_sert .shrt-header:before {
	background: var(--b_sert);
}

.b_izv:after, .b_izv:before, .b_izv .a-btn, .b_izv .shrt-footer p:nth-child(2):after, .b_izv .shrt-footer p:nth-child(1):after, .b_izv .shrt-header:before {
	background: var(--b_izv);
}

.b_atest:after, .b_atest:before, .b_atest .a-btn, .b_atest .shrt-footer p:nth-child(2):after, .b_atest .shrt-footer p:nth-child(1):after, .b_atest .shrt-header:before {
	background: var(--b_atest);
}

.b_calib:after, .b_calib:before, .b_calib .a-btn, .b_calib .shrt-footer p:nth-child(2):after, .b_calib .shrt-footer p:nth-child(1):after, .b_calib .shrt-header:before {
	background: var(--b_calib);
}

.shrt-btns {
    display: flex;
    flex-direction: row;
}

.shrt-btns a, .shrt-btns div {
    margin-left: 5px;
    font-weight: bold;
    font-size: 13px;
    padding: 2px 6px;
    place-self: center;
}

main, .main-content {
	height: 100%;
}

.fullstory-page {
    width: 100%;
	height: 100%;
    display: flex;
    justify-content: space-between;
}

.fullstory-tools {
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fullstory-tools a, .fullstory-tools p {
    width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.reader {
	width: 51%;
	height: 100%;
}

.form-group label, .form-group .addnews, .form-group .xfieldsdescr {
    color: #fff;
    width: 320px;
    display: inline-block;
    text-align: -webkit-right;
}

.form-group, .form-group tr {
    margin-bottom: 20px;
	display: block;
}

.form-group input[type="text"], .form-group select, .form-group textarea {
    background: #fff;
    color: #000;
    padding: 2px 6px;
    width: 400px;
	max-width: 400px;
	border-radius: 2px;
}

.form-group .xfields {
    display: inline-block;
	color: #fff;
	position: relative;
}

.more-more {
	width: 90%;
}

.no-more {
	flex-direction: column;
}

.no-more .xfieldscolleft {
	width: 100%;
    text-align: center;
}

.no-more .wseditor {
	width: 90%;
}

.wseditor svg, .tox-pop__dialog svg {
	width: unset;
	height: unset;
}

.addnews span, .xfieldsdescr span {
	display: none;
}

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.modalfixed.dle-popup-quickedit.ui-dialog-buttons.ui-draggable, .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.modalfixed.dle-popup-confirm.ui-dialog-buttons.ui-draggable {
    z-index: 1000;
    background: rgb(0 0 0 / 50%);
    padding: 6px 24px 12px 24px;
	color: #fff;
}

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.modalfixed.dle-popup-quickedit.ui-dialog-buttons.ui-draggable:before, .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.modalfixed.dle-popup-confirm.ui-dialog-buttons.ui-draggable:before {
    content: "";
	position: absolute;
	top: -2px;
	left: 0;
	height: 2px;
	width: 100%;
	background: #35c3c1;
}

.xfieldsrow {
    display: flex;
    align-items: center;
	margin-bottom: 15px;
}

.xfieldscolleft {
    width: 300px;
    text-align: right;
}

.xfieldsrow input[type="text"], .xfieldsrow textarea, .xfieldsrow select {
    background: #fff;
    color: #000;
    padding: 2px 6px;
    width: 400px;
    max-width: 400px;
    border-radius: 2px;
	margin-left: 5px;
}

form div:first-child .quick-edit-text:first-child {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}

button.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close {
    color: transparent;
    font-size: 0;
	float: right;
}

button.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close:after {
    content: "X";
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    position: absolute;
    right: 55px;
	top: 10px;
}

.ui-dialog-buttonset {
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
	padding: 2px 0;
}

.ui-dialog-buttonset:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    height: 2px;
    width: 100%;
    background: #35c3c1;
}

.ui-dialog-buttonset button.ui-button.ui-corner-all.ui-widget:first-child {
    color: #555;
    background: #fff;
    padding: 6px 24px;
    transition: 0.3s all;
    cursor: pointer;
    margin-right: 15px;
    width: 30%;
}
.ui-dialog-buttonset button.ui-button.ui-corner-all.ui-widget:last-child {
    color: #555;
    background: #fff;
    padding: 6px 24px;
    transition: 0.3s all;
    cursor: pointer;
    margin-right: 15px;
    width: 30%;
}
.ui-dialog-buttonset button.ui-button.ui-corner-all.ui-widget:hover {
	background-color: #6294ff;
    color: #fff;
}

tr.prot-cont {
    font-size: 24px;
    color: #fff;
    border-top: 1px solid;
    border-bottom: 1px solid;
    width: 100%;
	display: block;
    margin-bottom: 5px;
}

.search-block {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    width: 100%;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.search-item {
    display: flex;
    flex-direction: column;
	margin-right: 5px;
}

.search-item label{
    text-align: center;
    font-weight: bold;
}

.pressed {
	background: #555;
	color: #fff;
	opacity: .5;
	pointer-events: none;
}

datalist {
  position: absolute;
  max-height: 20em;
  border: 0 none;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1;
}

datalist option {
  font-size: 0.8em;
  padding: 0.3em 1em;
  background-color: #ccc;
  cursor: pointer;
  color: #000;
  border-bottom: 1px solid;
  white-space: pre-wrap;
}

/* option active styles */
datalist option:hover, datalist option:focus {
  color: #fff;
  background-color: #036;
  outline: 0 none;
}

.xfieldscolright {
	position: relative;
}

.fields-page {
    width: 100%;
    color: #fff;
	font-size: 15px;
}

.fields-page select, .fields-page input { 
	color: #fff;
	margin-bottom: 5px;
}

.fields-page option { 
	color: #000;
}

.fields-page table {
	border-collapse: collapse;
	width: 100%;
}

.fields-page tbody tr {
	transition: .2s all;
}

.fields-page th, .fields-page td {
    border: 1px solid #fff;
	padding: 3px 10px;
}

.fields-page table.dataTable thead th {
	border: 1px solid #fff;
}

.fields-page tbody tr:hover {
	background: #6294ff;
}

.fields-page tr a {
	color: #fff;
	transition: .2s all;
}

.fields-page tr a:hover {
	color: red;
}

.help-page {
    display: flex;
    flex-direction: column;
}

.help-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.help-bot {
    padding: 0;
    background: #999;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: .3s all;
	height: 0;
}

.help-top {
    display: flex;
    background: #fff;
    padding: 10px;
    cursor: pointer;
    position: relative;
    align-content: center;
}

.help-top:after {
    content: '';
    position: absolute;
    right: 15px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid black;
    transform: rotate(270deg);
	transition: .3s all;
}

.help-active .help-top:after {
    transform: rotate(180deg);
}

.help-active .help-bot {
	opacity: 1;
	pointer-events: unset;
	visibility: visible;
	height: unset;
	padding: 10px;
}

.help-bot a {
	color: blue;
	transition: .2s all;
}

.help-bot a:hover {
	color: red;
}

#swapper {
	display: none;
}

.plash {
	color: #fff;
}

@media screen and (max-width: 1500px) {
	
	.shrt-main-info p {
		min-width: 130px;
		font-size: 11px;
	}
	
	.a-block {
		padding: 6px 5px;
	}
	
}

@media screen and (max-width: 1400px) {
	.navigation span, .navigation a {
		white-space: nowrap;
	}
}

@media screen and (max-width: 1320px) {
	
	.main-content article {
		margin-bottom: 8px;
		padding: 6px 12px;
	}
	
	.shrt-header, .shrt-footer p:nth-child(1) {
		left: -12px;
	}
	
	.shrt-footer p:nth-child(2) {
		right: -12px;
	}
	
}


@media screen and (max-width: 1200px) {
	
	.shrt-header, .shrt-footer p {
		font-size: 9px;
	}
	
	.shrt-main-info p {
		min-width: 120px;
		font-size: 9.5px;
	}
	
}


@media screen and (max-width: 1120px) {
	
	.shrt-main-info {
		flex-wrap: wrap;
	}
	
	.shrt-main-info p {
		min-width: 24%;
		font-size: 13px;
		max-width: 49%;
		margin-bottom: 5px;
	}
	
	.navigation {
		width: 100%;
	}
	
	.header-left a {
		max-width: 145px;
		min-width: 60px;
		font-size: 12px;
		position: relative;
		margin-right: 30px;
	}
	
	.header-right a, .header-menu-btn {
		max-width: 145px;
		min-width: 60px;
		font-size: 12px;
		position: relative;
		padding: 6px 5px;
		display: flex;
		align-items: flex-start;
		justify-content: center;
	}
	
	.header-left a p {
		width: 100%;
		padding: 6px 5px;
	}
	
	.cat-count, #cat-countall span {
		width: 20px;
		position: absolute;
		right: -20px;
		top: 0;
		height: 100%;
	}
	
	.header-left {
		width: 70%;
	}
	
	.header-float-menu {
		width: 620px;
	}
	
	.header-float-menu a {
		max-width: unset;
		min-width: unset;
	}
	
	.calendar-block {
		width: 55%;
	}
	
	.calendar-block p {
		font-weight: bold;
		font-size: 13px;
	}
	
	#calendar-layer, #calendar, .fields-page, .navigation {
		font-size: 12px;
	}
	
	#calendar a {
		display: inline;
		padding: unset;
	}
	
	
}

@media screen and (max-width: 820px) {
	
	.form-group, .form-group tr, .xfieldsrow {
		display: flex;
		flex-direction: column;
		margin-bottom: 15px;
		width: 100%;
	}
	
	.form-group label, .form-group .addnews, .form-group .xfieldsdescr, .xfieldscolleft {
		width: 100%;
		text-align: unset;
	}
	
	.form-group input[type="text"], .form-group select, .form-group textarea, .xfieldsrow input[type="text"], .xfieldsrow textarea, .xfieldsrow select {
		width: 100%;
		max-width: unset;
	}
	
	.more-more, .xfieldscolright {
		width: 100%;
	}
	
	.more-more .tox .tox-toolbar--scrolling .tox-toolbar__group {
		flex-wrap: wrap;
	}
	
	
	
}

@media screen and (max-width: 768px) {
	
	.shrt-main-info p {
		min-width: 100%;
		max-width: unset;
	}
	
	.shrt-btns {
		flex-direction: column;
		width: 20%;
	}
	
	.shrt-btns a, .shrt-btns div {
		height: -webkit-fill-available;
		margin-bottom: 5px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 21px;
	}
	
	.a-btn:hover {
		transform: scale(1.05);
	}
	
	.shrt-main-info {
		flex-wrap: wrap;
		width: 80%;
	}
	
	.header-left a {
		max-width: 80px;
		min-width: 40px;
		font-size: 11px;
		margin-right: 25px;
	}
	
	.header-right a, .header-menu-btn {
		max-width: 50px;
		min-width: 50px;
		font-size: 11px;
	}
	
	.header-menu-btn svg {
		width: 13px;
		height: 13px;
	}
	
	.header-float-menu {
		width: 100%;
		left: 0;
	}

	.header-float-menu a {
		max-width: unset;
		min-width: unset;
	}
	
	.fullstory-page {
		flex-direction: column-reverse;
		justify-content: flex-end;
	}
	
	.reader, .fullstory-tools {
		width: 100%;
		margin-bottom: 15px;
		height: 100%;
	}
	
	.fullstory-tools-active {
		height: unset;
	}
	
	.reader {
		display: none;
	}
	
	.reader-active {
		display: block;
	}
	
	.fullstory-tools-active .btn {
		display: none;
	}
	
	#swapper {
		display: block;
	}
	
	.fields-page, .fields-page select, .fields-page input {
		font-size: 10px;
	}
	
}

@media screen and (max-width: 650px) {

	.navigation span, .navigation a {
		padding: 4px 8px;
		margin-right: 2px;
		margin-left: 2px;
	}
	
	.header-left {
		width: 90%;
		flex-wrap: wrap;
	}
	
	.header-left a {
		max-width: 27%;
		min-width: 27%;
		margin-bottom: 5px;
	}
	
	.header-right {
		flex-direction: column;
		width: 10%;
	}
	
	.header-right a, .header-menu-btn {
		max-width: 100%;
		min-width: 100%;
		margin-bottom: 5px;
	}
	
	.search-block, .header-float-menu {
		top: 80px;
	}
	
	.search-item {
		width: 31%;
	}
	
	.fields-page, .fields-page select, .fields-page input {
		font-size: 8px;
	}
	
}

@media screen and (max-width: 530px) {
	
	.header-left a {
		max-width: 23%;
		min-width: 23%;
	}
	
	.navigation span, .navigation a {
		padding: 3.5px 6px;
		margin-right: 1.5px;
		margin-left: 1.5px;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	
	.shrt-main-info p {
		font-size: 11px;
	}
	
}

@media screen and (max-width: 460px) {
	
	.shrt-main-info {
		width: 90%;
	}
	
	.shrt-btns {
		width: 9%;
	}
	
	.header-left a {
		max-width: 25%;
		min-width: 15%;
	}
	
	.form-group, .form-group tr, .form-group input[type="text"], .form-group select, .form-group textarea, .xfieldsrow, .form-group input[type="text"], .form-group select, .form-group textarea, .xfieldsrow input[type="text"], .xfieldsrow textarea, .xfieldsrow select {
		font-size: 12px;
	}
	
	.more-more .tox-statusbar__path-item, .more-more button.tox-statusbar__wordcount {
		font-size: 10px;
	}
	
	.more-more .tox .tox-tbtn {
		transform: scale(0.66);
		height: 25px;
		width: 26px;
	}
	
	.ui-dialog-buttonset button.ui-button.ui-corner-all.ui-widget:last-child, .ui-dialog-buttonset button.ui-button.ui-corner-all.ui-widget:hover {
		width: 49%;
	}
	
}

@media screen and (max-width: 420px) {
	
	.header-left a {
		max-width: 30%;
		min-width: 10%;
	}
	
	.header-left {
		width: 85%;
	}
	
	.header-right {
		width: 15%;
	}
	
	.shrt-header, .shrt-footer p {
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	
	.plash {
		font-size: 13px;
	}
	
}

@media screen and (max-width: 390px) {
	
	.header-left a {
		max-width: 33%;
		min-width: 8%;
		font-size: 10.5px;
	}
	
	.calendar-block {
		width: 75%;
	}
	
	.shrt-main {
		flex-direction: column;
	}
	
	.shrt-main-info {
		width: 100%;
	}
	
	.shrt-btns {
		width: 100%;
		flex-direction: row;
	}
    
    .shrt-btns a, .shrt-btns div {
        width: 23%;
        margin-left: auto;
        margin-right: auto;
    }
	
	.fields-page th:before, .fields-page th:after {
		content: unset!important;
	}
	
	.fields-page th, .fields-page td {
		padding-right: unset!important;
		padding: 5px!important;
	}
	
}

@media screen and (max-width: 370px) {
	
	.header-left a, .header-right a, .header-menu-btn, #calendar-layer, #calendar, .fields-page, .navigation {
		font-size: 10px;
	}
	
}

@media screen and (max-width: 360px) {
	
	.header {
		flex-direction: column;
	}
	
	.header-left {
		width: 100%;
	}
	
	.header-right {
		width: 100%;
		flex-direction: row;
	}
	
	.header-right a, .header-menu-btn {
        max-width: 49%;
        min-width: 49%;
	}
	
	.header-left a {
		max-width: 30%;
		min-width: 22%;
	}
	
	.search-block, .header-float-menu {
		top: 105px;
	}
	
	.header-float-menu a {
		max-width: unset;
		min-width: unset;
	}
	
}