html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
hgroup,
menu,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video,
button,
input,
textarea {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-size: 100%;
	font-family: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* be compatible with "input" defaults */
button,
input[type='submit'] {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	cursor: pointer;
	-webkit-appearance: none;
}

/* iOS styling reset */
button,
input {
	border-radius: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* fix IE scrollbar */
textarea {
	overflow: auto;
}

img {
	max-width: 100%;
	height: auto;
}
a img {
	border: 0;
}

.cf:before,
.cf:after {
	content: ' ';
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
} /* old-ie only */

/* reset placeholder color */
::-webkit-input-placeholder {
	color: inherit;
}

:-moz-placeholder {
	color: inherit;
	opacity: 1;
}

::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

:-ms-input-placeholder {
	color: inherit;
}

/**
* 1.1. =Typography
* ----------------------------------------------------------------------------
*/

/* baseline 14px -- 1.5x base line-height */
body {
	font: 14px/1.5 Roboto, Arial, sans-serif;
	/* Chrome 38 Bug - text-rendering: optimizeLegibility; */
}

p {
	margin-bottom: 21px; /* 1.5em */
}

/* base headings */

h1 {
	font-size: 24px;
}
h2 {
	font-size: 21px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-family: Roboto, Arial, sans-serif;
	color: #222222;
}

::selection {
	background: #4db2ec;
	color: #fff;
}

::-moz-selection {
	background: #4db2ec;
	color: #fff;
}

img::selection {
	background: transparent;
}
img::-moz-selection {
	background: transparent;
}
body {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* link and text helpers */
a {
	color: #222222;
	text-decoration: none;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

a:hover {
	text-decoration: underline;
}

/**
* 1.2. =Other Elements
* ----------------------------------------------------------------------------
*/

code,
pre {
	padding: 1.857em;
	padding-bottom: 0;
	border-left: 3px solid #d9d9d9;
	border-bottom: 1px solid transparent;
	background: #f2f2f2;
}

p code {
	padding: 1px 5px;
	border: 0;
}

pre {
	display: block;
	word-break: break-all;
	word-wrap: break-word;
}

pre code {
	white-space: pre-wrap;
}

/* default table styling */
table {
	max-width: 100%;
	background-color: transparent;
}

th,
td {
	background: #fff;
	padding: 4px 7px;
	border: 1px solid #e1e1e1;
}

th {
	background: #f2f2f2;
}

tr:nth-child(odd) td {
	background: #fcfcfc;
}

table caption {
	padding: 0 0 7px 0;
	width: auto;
	font-weight: 600;
}

/* form styling */
input,
textarea,
select {
	background: #fdfdfd;
	border: 1px solid #d9d9d9;
	padding: 7px 14px;
	outline: 0;
	font-size: 13px;
	color: #a6a6a6;
	max-width: 100%;
}

textarea {
	padding: 7px 14px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

input:focus,
textarea:focus,
select:focus {
	border-color: #bbb;
	color: #444444;
}

/* fix firefox flicker */
.wp-post-image {
	-moz-transform: translate3d(0, 0, 0);
}

/* image hover effect */
.sgk_news-thumbnail .wp-post-image,
.post-thumbnail .wp-post-image {
	transition: 0.3s;
}
.sgk_news-thumbnail .wp-post-image:hover,
.post-thumbnail .wp-post-image:hover {
	opacity: 0.8;
	transform: scale(1.05);
}
.sgk_news-thumbnail,
.post-thumbnail,
.featured {
	overflow: hidden;
	border-radius: 3px;
	max-height: 340px;
	max-height: 100%;
}
.sgk_news-thumbnail,
.post-thumbnail,
.featured {
	object-fit: cover;
}
.ie .wp-post-image:hover {
	opacity: 1;
}

.no-padding {
	padding: 0px !important;
}
.no-padding-left {
	padding-left: 0px !important;
}
.no-padding-right {
	padding-right: 0px !important;
}

.no-margin {
	margin: 0px !important;
}
.no-margin-left {
	margin-left: 0px !important;
}
.no-margin-right {
	margin-right: 0px !important;
}

.grecaptcha-badge {
	display: none;
}

body {
	font: 14px / 1.5 Roboto, Arial, sans-serif;
}
.sgk-footer__title {
	font-size: 1em;
	color: #baaa2c;
}
.sgk-category__title {
	/*text-align: center;*/
	text-transform: uppercase;
	font-weight: 600;
	/*margin: 20px 0;*/
	color: #fff;
	line-height: normal;
	font-size: 20px;
}
.posted-by {
	display: none !important;
}
.navigation,
.navigation.sticky {
	background-color: rgb(255 255 255);
	border-bottom: 2px solid #fff !important;
}
.navigation.sticky {
	border-color: #000 !important;
}
.sldr_wrapper .owl-carousel div .sldr_textoverlay h2 {
	right: 5% !important;
	left: 5% !important;
}
.sldr_wrapper .owl-carousel div .sldr_textoverlay a {
	top: 80% !important;
	left: 5% !important;
	background: #bda829 !important;
	/*background: #007661 !important;*/
	font-size: 18px !important;
}
.sldr_wrapper .owl-theme .owl-dots .owl-dot span {
	width: 11px;
	height: 11px;
}
.sldr_wrapper .owl-theme .owl-dots .owl-dot {
	width: 11px;
	height: 11px;
	margin: 0 8px;
}
.sldr_wrapper .owl-theme .owl-dots .owl-dot span {
	background: #d9d9d9;
	border-radius: 100%;
	margin: 0;
}
.sldr_wrapper .owl-theme .owl-dots .owl-dot.active span {
	background: #bab4b4;
}
.sldr_wrapper .owl-theme .owl-dots .owl-dot:hover span {
	background: #000;
}
.sldr_wrapper .owl-item {
	min-height: 335px;
	max-height: 335px;
}
.sldr_wrapper .owl-carousel div .sldr_textoverlay p {
	top: 84%;
	font-size: 1em;
	max-height: 35%;
	background: #f5f5f5;
	bottom: 0;
	width: 98%;
	left: 0;
	height: 50px;
	color: #000;
	padding: 1%;
}
.sldr_wrapper {
	margin-bottom: 20px;
}
.sldr_wrapper .owl-carousel div .sldr_textoverlay p {
	display: none;
}
span.meta_views img {
	position: relative;
	top: 3px;
}
.sgk-home-title {
	text-align: center;
	margin-bottom: 20px;
	color: rgb(89, 58, 47);
	font-size: 24px;
}
.oc-block .content > a > h2 {
	display: block;
	line-height: 1.415;
	margin: 8px 0;
	font-family: open sans, Arial, sans-serif;
	font-weight: 600;
	color: inherit;
}
.oc-block.block-1 .content > a > h2 {
	font-size: 16px;
}
.wp-block-latest-posts.wp-block-latest-posts__list li h3 {
	font-size: inherit;
}
.wp-block-group__inner-container h2 {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
}
.widget.widget_block .wp-block-latest-posts li {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	/*align-items: center;*/
	align-items: flex-start;
	gap: 5px;
	transition: 0.3s;
}
#wpadminbar ~ .sgk-header .sgk-header__menu--newsletter > p {
	display: none;
	opacity: 0;
}
.widget.widget_block .wp-block-latest-posts li:hover a.wp-block-latest-posts__post-title,
.widget.widget_block .wp-block-latest-posts li:focus a.wp-block-latest-posts__post-title {
	color: #790604;
}
.widget.widget_block .wp-block-latest-posts li img {
	max-width: 75px;
	display: none;
	opacity: 0;
}
.widget.widget_block .wp-block-latest-posts li h3 {
	/*width: 310px;*/
	padding: 0;
	color: #593a2f;
	font-size: 16px;
	line-height: 1.188;
}
.sgk-sidebar a.post-category {
	transition: 0.3s;
	background-color: #007661;
	color: #fff;
	padding: 2px 5px;
	border-radius: 2px;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
}
.sgk-sidebar a.post-category:hover,
.sgk-sidebar a.post-category:focus {
	background-color: #790604;
}
.widget.widget_block .wp-block-latest-posts li .sgk-latest-posts-excerpt {
	margin-top: 10px;
}
.post-4151 .post-content p,
.post-4159 .post-content p,
.post-4151 .post-content div,
.post-4159 .post-content div,
.post-4151 .post-content dl,
.post-4159 .post-content dl,
.post-4151 .post-content blockquote,
.post-4159 .post-content blockquote {
	margin-bottom: 1em;
}
.post-4151 .post-content ul,
.post-4159 .post-content ul,
.post-4151 .post-content ol,
.post-4159 .post-content ol {
	margin-left: 20px;
	margin-bottom: 15px;
}
.post-4151 .post-content h1,
.post-4159 .post-content h1,
.post-4151 .post-content h2,
.post-4159 .post-content h2,
.post-4151 .post-content h3,
.post-4159 .post-content h3,
.post-4151 .post-content h4,
.post-4159 .post-content h4,
.post-4151 .post-content h5,
.post-4159 .post-content h5,
.post-4151 .post-content h6,
.post-4159 .post-content h6 {
	margin-bottom: 14px;
}
.sgk-footerLinks p {
	margin-bottom: 0;
}
nav.sgk-footerLinksWrapper a {
	display: block;
}
.sgk-footer__title {
	margin-bottom: 5px;
}
.sgk-footer .wrap {
	align-items: center;
	display: flex;
	justify-content: center;
}
.sgk-footer .wrap .col-6 {
	text-align: center;
}
.sgk-footerSocial a img {
	max-width: 40px;
	margin: 0 5px;
}
.sgk-footerSocial a:hover,
.sgk-footerSocial a:focus {
	text-decoration: none;
}
.sgk-footer-mail {
	margin-bottom: 10px;
}
.sgk-container.main {
	min-height: 100vh;
}
.main-footer .wrap {
	padding: 20px 25px;
}
.sgk-article-toc {
	margin: 0 auto 20px;
	padding: 20px;
	background-color: #e9e9e9;
}
.sgk-article-toc nav {
	max-width: 400px;
	margin: 0 auto;
}
.sgk-article-toc nav ul {
	margin: 0;
	padding: 0;
}
.sgk-article-toc p.sgk-article-nav-title {
	font-weight: 400;
	font-size: 20px;
	color: #000;
	margin-bottom: 5px;
	/*	text-transform: uppercase;
text-align: center;*/
}
nav ul.sgk-toc-list li {
	font-size: 14px;
	list-style: none;
	margin-bottom: 5px;
}
nav ul.sgk-toc-list li a {
	text-decoration: none;
}
nav ul.sgk-toc-list li a span {
	text-decoration: underline;
}
nav ul.sgk-toc-list li a:hover span {
	text-decoration: none;
	color: #000;
}
.sgk_news-grid {
	display: flex;
	flex-wrap: wrap;
}
.sgk_news-grid .sgk_news-row {
	display: flex;
	justify-content: space-between;
	width: 100%;
	gap: 20px;
}
.sgk_news-grid .sgk_news-row .sgk_news-item {
	margin-bottom: 20px;
}
.sgk_news-grid .sgk_news-row .sgk_news-item a:hover,
.sgk_news-grid .sgk_news-row .sgk_news-item a:focus {
	text-decoration: none;
}
.sgk_news-grid .sgk_news-row .sgk_news-item a:hover h2,
.sgk_news-grid .sgk_news-row .sgk_news-item a:focus h2 {
	text-decoration: underline;
}
.sgk_news-grid .sgk_news-row:nth-child(1) .sgk_news-item {
	flex: 0 0 48%;
}
.sgk_news-grid .sgk_news-row:nth-child(2) .sgk_news-item {
	flex: 0 0 31%;
}
.sgk_news-grid .sgk_news-row .sgk_news-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}
.sgk_news-grid .sgk_news-row .sgk_news-item h2 {
	margin: 10px 0;
	line-height: normal;
	font-weight: 500;
	font-size: 14px;
}
.sgk_news-grid .sgk_news-row:nth-child(1) .sgk_news-item h2 {
	font-size: 18px;
}
.sgk_news-grid .sgk_news-row:nth-child(2) .sgk_news-item h2 {
	font-size: 16px;
}
.sgk_news-grid .sgk_news-item .sgk_news-excerpt {
	display: none;
}
.sgk_news-grid .sgk_news-row:nth-child(1) .sgk_news-item .sgk_news-thumbnail {
	height: 200px;
}
.sgk_news-grid .sgk_news-row:nth-child(2) .sgk_news-item .sgk_news-thumbnail {
	height: 160px;
}
.sgk_category-news {
	margin-bottom: 30px;
}
.sgk_news-date {
	font-weight: 300;
	font-size: 12px;
	color: #000;
}
.sgk_category-news-title {
	position: relative;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 20px;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: #000;
}
.sgk_category-news-title a {
	transition: 0.3s;
}
.sgk_category-news-title a:hover {
	color: #790604;
}
.sgk_news-excerpt .read-more a {
	font: inherit;
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid rgb(8, 87, 98);
	background: rgb(8, 87, 98);
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	transition: 0.3s;
}
.sgk_news-excerpt .read-more a:hover {
	text-decoration: none;
	color: rgb(8, 87, 98);
	background-color: #fff;
}
.sgk-first-post {
	margin-bottom: 20px;
}
.sgk-post-title-h2 a {
	display: block;
	line-height: 1.415;
	margin: 8px 0;
	font-family: open sans, Arial, sans-serif;
	font-weight: 600;
	color: inherit;
	font-size: 20px;
}
.sgk-main-heading-tag h1 {
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
}
.sgk-tags-cloud a.tag-cloud-link {
	transition: 0.3s;
	border-radius: 16px;
	margin: 0;
	margin-right: 8px;
	margin-bottom: 8px;
	line-height: 1;
	position: relative;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 16px !important;
	text-transform: none;
	background: #f4f4f6;
	color: #25252c;
	border: none;
	outline: none;
	display: inline-block;
}
.sgk-tags-cloud a.tag-cloud-link:hover {
	color: #2d7dd2;
}
.sgk-tags-cloud a.tag-cloud-link span {
	padding-right: 5px;
}
.sgk-404-wrapper h1 {
	font-weight: 500;
	font-size: 96px;
	text-align: center;
	color: #000;
	margin-bottom: 10px;
	line-height: normal;
}
.sgk-404-wrapper-text {
	max-width: 400px;
	margin: 0 auto;
	padding: 0 5px;
}
.sgk-404-wrapper-text p {
	font-weight: 300;
	font-size: 14px;
	line-height: 1.42857;
	text-align: center;
	color: #000;
	margin-bottom: 20px;
}
.sgk-404-wrapper-text a.sgk-btn,
.sgk-form input.wpcf7-submit {
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	color: #fff;
	background-color: #396373;
	border: 1px solid #396373;
	width: 120px;
	padding: 5px 0;
	transition: 0.3s;
	margin: 0 auto;
	display: block;
}
.sgk-404-wrapper-text a.sgk-btn:hover,
.sgk-404-wrapper-text a.sgk-btn:focus,
.sgk-form input.wpcf7-submit:hover,
.sgk-form input.wpcf7-submit:focus {
	background-color: #fff;
	color: #396373;
	text-decoration: none;
}
.error-page {
	padding: 150px 0;
}
.main {
	padding: 10px 25px;
}
.main-heading,
.page-title,
.entry-title {
	border-bottom: none;
	text-transform: none;
	margin-bottom: 10px;
	font-weight: 500;
}
.post-content p,
.post-content > ul,
.post-content > div,
.post-content > dl,
.post-content blockquote,
.post-content ol {
	line-height: 1.3;
}
.bialty-container a {
	text-decoration: underline;
}
h1.main-heading {
	font-size: 20px;
}
.sgk-about-team {
	margin-bottom: 20px;
}
.sgk-about-team figure {
	margin-bottom: 15px;
}
.sgk-about-team h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
.sgk-about-team p {
	font-size: 14px;
	font-weight: 300;
}
.sgk-about-form {
	border: 1px solid #000;
	padding: 35px;
	margin-bottom: 50px;
}
span.sgk-form-title {
	display: block;
	font-weight: 500;
	font-size: 20px;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}
.sgk-form-block-left-title {
	font-weight: 500;
	font-size: 20px;
	color: #000;
	margin-bottom: 20px;
}
.sgk-form-block-left-link p {
	margin-bottom: 0;
}
.sgk-form input,
.sgk-form textarea {
	padding: 5px 0;
	border: none;
	border-bottom: 1px solid #000;
	color: #000;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
	width: 100%;
}
.sgk-form textarea {
	resize: none;
	height: 80px;
}
.sgk-form br {
	display: none;
}
.sgk-form p {
	display: inline-block;
	margin: 0 !important;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}
.sgk-form .wpcf7-form-control-wrap {
	flex: 0 0 48%;
}
.sgk-form .wpcf7-form-control-wrap[data-name='sgk-message'] {
	flex: 0 0 100%;
}
.sgk-form input.wpcf7-submit {
	width: 80px;
}
.sgk-form .wpcf7-spinner {
	display: none;
}
.post-content .wpcf7 {
	margin-top: 0;
}
.widget li {
	border: none;
	padding: 0;
	margin-bottom: 15px;
}
.widget li:last-child {
	margin-bottom: 0;
}
.category-first-post {
	position: relative;
}
.sgk-post-category-badge {
	position: absolute;
	left: 0;
	top: 245px;
	background: #007661;
	width: 120px;
}
.sgk-post-category-badge span {
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	display: block;
	padding: 5px 0;
	text-decoration: none;
}
.sgk-post-date,
.sgk-category-news-grid .post-thumbnail .sgk-custom-tag {
	font-weight: 300;
	font-size: 12px;
}
.sgk-category-news-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	gap: 20px;
}
.sgk-category-news-grid .post-thumbnail .sgk-custom-tag {
	position: absolute;
	bottom: 15px;
	left: 0;
	background: #007661;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	padding: 5px 25px;
}
.sgk-category-news-grid .post-thumbnail {
	position: relative;
}
.sgk-category-news-grid .post-thumbnail a {
	height: 105px;
	display: block;
	overflow: hidden;
}
.sgk-category-news-grid .post-thumbnail a img {
	object-fit: cover;
	height: 105px;
}
.sgk-category-news-grid .sgk-regular-post {
	margin-bottom: 0;
	flex: 0 0 31%;
}
.sgk-category-news-grid .sgk-first-two {
	margin-bottom: 0;
	flex: 0 0 48.5%;
}
.sgk-category-news-grid .sgk-first-two .post-thumbnail a,
.sgk-category-news-grid .sgk-first-two .post-thumbnail a img {
	height: 160px;
}
.sgk-category-news-grid .post-title {
	font-weight: 500;
	font-size: 14px;
	margin: 10px 0;
}
.sgk-category-news-grid .post-meta,
.sgk-category-news-grid .post-meta .date {
	padding: 0;
	margin: 0;
}
.sgk-pagination {
	text-align: center;
	margin: 40px auto 30px;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
}
.sgk-pagination .current {
	font-weight: 700;
}
.sgk-pagination * {
	padding: 0 3px;
}
.sgk-container {
	max-width: 1150px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}
.sgk-row {
	display: flex;
	flex-wrap: wrap;
}
.sgk-footer .sgk-row {
	justify-content: space-between;
}
.sgk-footer {
	background-color: #000;
	padding: 30px 0 20px;
	position: relative;
}
.sgk-footer * {
	color: #fff;
}
.sgk-footer .sgk-footer__item--logo {
	margin-bottom: 10px;
	width: 100%;
}
.sgk-footer .col-4.sgk-footer__item {
	max-width: 215px;
}
.sgk-footer .sgk-footerLinksWrapper li {
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 10px;
}
.sgk-footer .sgk-footerLinksWrapper li:last-child {
	margin-bottom: 0;
}
.sgk-footer .sgk-footerLinksWrapper li a {
	display: inline-block;
}
.sgk-footer .sgk-footer__item--title {
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.sgk-footer .sgk-footer__item--mail {
	margin-bottom: 15px;
}
.sgk-footer .sgk-footer__item--mail,
.sgk-footer .sgk-footer__item--phone {
	font-weight: 400;
	font-size: 14px;
}
.sgk-footer .sgk-footer__item--mail span,
.sgk-footer .sgk-footer__item--phone span {
	display: inline-block;
	margin-right: 10px;
}
.sgk-footer .sgk-footer__item--mail span .fa,
.sgk-footer .sgk-footer__item--phone span .fa {
	width: 15px;
}
.sgk-footer__item--social a {
	text-decoration: none;
}
.sgk-footer .sgk-footer__item--social a:nth-child(2) {
	padding: 0 10px;
}
.sgk-footer .sgk-footer__item--social a:nth-child(3) {
	padding-right: 7px;
}
.sgk-footer .sgk-footer__item--social a .fa {
	font-size: 18px;
}
.sgk-footer__item--social a svg {
	transition: 0.3s;
}
.sgk-footer__item--social a:hover svg path,
.sgk-footer__item--social a:focus svg path {
	fill: #d7d7d7;
}
.breadcrumbs .delim {
	padding: 0 5px;
}
.breadcrumbs,
.breadcrumbs .delim {
	font-weight: 400;
	font-size: 14px;
	padding: 0;
}
.breadcrumbs {
	padding: 10px 15px;
}
.sgk-articleText {
	word-break: break-word;
}
.sgk-articleText ul,
.sgk-articleText ol {
	margin-bottom: 20px;
}
.sgk-articleText ul li,
.sgk-articleText ol li {
	margin-left: 20px;
}
.sgk-articleText ul {
	list-style: disc;
}
.sgk-articleText ol {
	list-style: auto;
}
.sgk-articleText p a {
	transition: 0.3s;
	text-decoration: underline;
}
.sgk-articleText p a:hover,
.sgk-articleText p a:focus {
	color: #790604;
}
.navigate-posts {
	border-top: 1px solid #000;
}
.post-share {
	border: none;
}
.post-share .text {
	display: inline-block;
	margin-right: 20px;
	text-transform: none;
	font-weight: 400;
	font-size: 20px;
	color: #000;
}
.sgk-post-share {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	margin: 0;
	padding: 0;
}
.share-links a {
	font-size: unset;
	border-radius: 0;
	margin-right: 20px;
	padding: 0;
	line-height: normal;
}
.share-links a:last-child {
	margin-right: 0;
}
.sgk-date-share {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px;
}
.sgk-date-share--l {
	font-weight: 300;
	font-size: 14px;
	color: #000;
}
.cats ul.post-categories li a {
	background: #007661;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	text-transform: none;
	padding: 5px 33px;
	border-radius: 0;
	text-decoration: none;
}
.post-header {
	position: relative;
}
.post-header .cats {
	position: absolute;
	/*bottom: 95px;*/
	bottom: 145px;
}
.sgk-post-container,
.sgk-single-post-title {
	padding: 0 20px;
}
.navigate-posts {
	padding: 15px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
}
.navigate-posts .next *,
.navigate-posts .previous * {
	text-decoration: none;
}
.sgk-navigate-posts-thumbnail,
.sgk-navigate-posts-title {
	margin-bottom: 10px;
}
.sgk-navigate-posts-thumbnail .bialty-container {
	height: 105px;
	overflow: hidden;
}
.sgk-navigate-posts-thumbnail img {
	height: 105px;
	object-fit: cover;
}
.sgk-navigate-posts-title {
	font-weight: 500;
	font-size: 14px;
}
.sgk-navigate-posts-date {
	font-weight: 300;
	font-size: 12px;
}
.navigate-posts .next {
	border: none;
}
.navigate-posts .next,
.navigate-posts .previous {
	text-align: left;
	padding: 0;
	flex: 0 0 32%;
	max-width: 220px;
}
.navigate-posts .next .sgk-main-color.sgk-title {
	text-align: right;
}
.sgk-main-color.sgk-title {
	display: block;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 20px;
}
.sgk-search input {
	padding: 0;
	margin: 0;
	border: none;
	color: #000;
	font-weight: 400;
	font-size: 14px;
}
.sgk-search button {
	background-color: #fff;
	position: relative;
	right: 15px;
	z-index: 1;
}
.navigation .header-drop-down-search {
	border: none;
	width: 140px;
	padding: 0;
	box-shadow: none;
	top: 10px;
}
.navigation .header-search-button {
	padding: 0;
	margin: 0;
}
.navigation .header-search-wrap {
	top: -40px;
}
.sgk-search {
	width: 160px;
	height: 40px;
	position: relative;
	top: -10px;
	right: 50px;
	padding: 0 10px;
	background-color: #fff;
}
.sgk-search form {
	position: relative;
	top: 10px;
	display: flex;
	border-bottom: 1px solid #000;
}
.navigation .menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-evenly;
	max-width: 715px;
}
.navigation .menu > li > a {
	font-weight: 500;
	font-size: 16px;
	text-transform: none;
	padding: 0;
}
.main-head {
	margin-bottom: -25px;
}
.main-head .title {
	margin-right: 0;
}
.main-head .navigation.sticky .wrap {
	padding: 10px 25px 0;
}
.logo-image {
	max-width: 220px;
	height: auto !important;
}
.sidebar.is_stuck {
	top: 120px !important;
}
.wp-block-table.is-style-stripes {
	border: none;
}
body.single .wp-post-image:hover {
	opacity: 1;
}
.sgk-header .sgk-headerWrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 5px 15px;
}
.sgk-header__menu {
	position: relative;
	/*flex: 0 0 80%;*/
	/*justify-content: space-between;*/
	flex: 1;
	justify-content: space-evenly;
}
.sgk-header__menu,
.sgk-header__menu--nav nav.sgk-main-navigation ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.sgk-header__menu--nav nav.sgk-main-navigation ul {
	gap: 25px;
}
.sgk-header__menu--nav nav.sgk-main-navigation ul li a {
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	text-transform: none;
	transition: 0.3s;
}
.sgk-header__menu--nav nav.sgk-main-navigation ul li.sgk-menu-main a {
	position: relative;
	color: #790604;
}
.sgk-header__menu--nav nav.sgk-main-navigation ul li.sgk-menu-main a::before {
	content: '';
	position: absolute;
	height: 3px;
	width: 100%;
	bottom: -5px;
	transition: 0.3s;
	background-color: #790604;
	border-radius: 10px;
}
.sgk-header__menu--nav nav.sgk-main-navigation ul li a:hover,
.sgk-header__menu--nav nav.sgk-main-navigation ul li a:hover {
	/*color: #007661;*/
	color: #790604;
}
.sgk-header__menu--search {
	position: absolute;
	right: 0;
	top: 5px;
}
.sgk-header__menu--search .header-drop-down-search {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 130px;
	display: none;
}
.header-search-button {
	cursor: pointer;
}
.sgk-fixed-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	background-color: #fff;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
body.admin-bar .sgk-fixed-header {
	top: 32px;
}
.sgk-header__logo {
	z-index: 9999;
}
.sgk-header__menu-close {
	display: none;
	position: fixed;
	right: 10px;
	top: 10px;
	z-index: 1502;
}
.sgk-menu-active .sgk-header__menu-close {
	display: block;
}
.sgk-header__menu-toggle {
	display: none;
}
.sgk-header__menu--newsletter form {
	display: flex;
	align-items: center;
	max-width: 250px;
}
.sgk-header__menu--newsletter .tnp-subscription div.tnp-field,
.sgk-header__menu--newsletter .tnp-profile div.tnp-field,
.sgk-header__menu--newsletter p {
	margin-bottom: 0;
}
.sgk-header__menu--newsletter label {
	display: none;
}
.sgk-header__menu--newsletter .tnp-field-button .tnp-submit {
	transition: 0.3s;
}
.sgk-header__menu--newsletter .tnp-field-button .tnp-submit:hover {
	color: #fff;
	background-color: #790604;
}
.post .read-more a:hover,
.post .read-more a:focus {
	text-decoration: none;
}
.breadcrumbs .delim {
	position: relative;
	top: -1px;
}
.sgk-main-content {
	position: relative;
	left: 0;
	/*max-width: 700px;*/
	width: 700px;
	box-sizing: border-box;
}
.sgk-container.main > .sgk-row {
	position: relative;
	/*justify-content: center;*/
	gap: 20px;
}
.sgk-sidebar {
	width: 430px;
	height: 100%;
	box-sizing: border-box;
}
.sgk-sidebar .wp-block-group {
	background: #e9e9e9;
	padding: 20px 15px;
}
.post-content .wp-caption-text {
	word-wrap: break-word;
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
}
.sgk-post-content-f {
	margin-bottom: 50px;
}
.sgk-post-content-f ul,
.sgk-post-content-f ol {
	margin-left: 25px;
	list-style: auto;
}
.sgk-post-content-f ul li {
	margin-bottom: 5px;
}
.sgk-post-content-f ol li {
	margin-bottom: 5px;
}
.sgk-category-news-grid-tag {
	margin: 20px auto 50px;
}
.sgk-single-tags {
	margin-bottom: 20px;
}
.sgk-btn-about {
	transition: 0.3s;
	display: block;
	text-align: center;
	border: 2px solid #790604;
	background-color: #790604;
	color: #fff;
	text-transform: uppercase;
	margin: 0 auto 20px;
	font-size: 18px;
	text-decoration: none;
	padding: 10px 15px;
	width: auto;
}
.sgk-btn-about:hover {
	background-color: #bda829;
	border-color: #bda829;
}
.sgk-archive-list ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.sgk-archive-list ul li {
	max-width: 225px;
	margin-bottom: 15px;
}
.sgk-archive-list ul li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
.sgk-archive-list ul li a * {
	transition: 0.3s;
}
.sgk-archive-list ul li a .sgk-archive-list__img {
	width: 225px;
	height: 320px;
	box-shadow: 0px 0px 3px #222;
}
.sgk-archive-list ul li a .sgk-archive-list__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sgk-archive-list ul li a .sgk-pdf-info {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
}
.sgk-archive-list ul li a svg {
	width: 32px;
	height: 39px;
	flex: 0 0 32px;
}
.sgk-archive-list ul li a:hover {
	text-decoration: none;
	color: #790604;
}
.sgk-archive-list ul li a:hover .sgk-archive-list__img {
	box-shadow: none;
}
.sgk-archive-list ul li a:hover img {
	box-shadow: 8px 8px 5px #790604;
}
.sgk-img-team-wrapper-item {
	width: 260px;
	height: 330px;
}
.sgk-img-team-wrapper-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sgk-sidebar img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.sgk-sidebar .widget img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}
.owl-carousel .owl-item img {
	border-radius: 5px;
}
article {
	margin-bottom: 25px;
}
.post-content p,
.post-content > ul,
.post-content > div,
.post-content > dl,
.post-content blockquote,
.post-content ol {
	margin-bottom: 1.857em;
	font-size: 16px;
}
figure {
	width: auto !important;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	font-weight: bold;
	margin-bottom: 24px;
	line-height: 1.5;
}
article > p:last-child {
	margin-bottom: 0;
}
.main-content .post-meta {
	font-size: 13px;
}
.post-content blockquote {
	padding: 1.857em;
	padding-bottom: 0;
	border-left: 3px solid #d9d9d9;
	border-bottom: 1px solid transparent;
	background: #f2f2f2;
}
.post-header .entry-title {
	font-size: 20px;
	position: relative;
	float: left;
	font-weight: 600;
	max-width: 95%;
	padding-top: 10px;
}
.wp-block-image figcaption {
	text-align: center;
}
.menu-item-has-children > a::after {
	content: ' ▼';
	display: inline-block;
	transition: transform 0.3s;
}
.menu-item-has-children:hover > a::after,
.menu-item-has-children.open > a::after {
	transform: rotate(180deg);
}
.sub-menu {
	display: none;
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	background-color: #fff;
	z-index: 1000;
	box-shadow: 1px 1px 5px #e9e9e9;
	min-width: 200px;
	top: 115%;
}
.sub-menu li {
	padding: 5px 10px;
	border-bottom: 1px solid #e9e9e9;
	height: 50px;
	display: flex;
	align-items: center;
}
.sub-menu li:last-child {
	border-bottom: 0;
}
.menu-item-has-children {
	position: relative;
}
.menu-item-has-children:hover .sub-menu,
.menu-item-has-children.open .sub-menu {
	display: block;
	opacity: 1;
	visibility: visible;
}
.sgk-header__menu--nav nav.sgk-main-navigation ul li .sub-menu li a {
	color: #222;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.sgk-header__menu--nav nav.sgk-main-navigation ul li .sub-menu li:hover a {
	color: #790604;
}
.sgk-header__menu--nav nav.sgk-main-navigation ul li .sub-menu li a::before {
	content: none;
}
.sgk-sidebar {
	position: relative;
}
#news-container {
	border-radius: 3px;
	overflow: hidden;
}
#news-container.show-scroll {
	max-height: 680px;
	overflow-y: auto;
}
#load-more {
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
}
.sgk-sidebar .sgk-btn {
	padding: 10px 20px;
	border-radius: 5px;
	background-color: #790604;
	color: #fff;
	text-transform: uppercase;
}
#amp-mobile-version-switcher {
	display: none;
}
.sgk-articleText .gallery {
	display: flex;
	gap: 10px;
}
.sgk-articleText .gallery .wp-caption-text {
	font-size: 14px;
	margin-bottom: 0;
}
.sgk-header__menu--language {
	margin-right: 10px;
}
ul.sgk-language-switcher {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.sgk-language-switcher li {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
}
ul.sgk-language-switcher li a {
	text-transform: uppercase;
}
ul.sgk-language-switcher li a,
ul.sgk-language-switcher li:hover a,
ul.sgk-language-switcher li a:hover,
ul.sgk-language-switcher li:hover a:hover {
	transition: 0.3s;
	text-decoration: none;
}
ul.sgk-language-switcher li.current-lang {
	display: block;
	position: static;
}
ul.sgk-language-switcher:hover li {
	display: block;
}
ul.sgk-language-switcher:hover li.current-lang {
	display: block;
}
ul.sgk-language-switcher li:hover a {
	color: #790604;
}
.sgk-post-container iframe {
	width: 100% !important;
}
.sgk-articleText img {
	/*width: auto;*/
	width: 100%;
	margin: 0 auto;
	display: block;
}
.sgk-single-author a {
	color: #790604;
	font-weight: 600;
}
.sgk-date-share--l {
	display: flex;
	align-items: center;
	gap: 15px;
}
.sgk-footer__item {
	width: 23%;
}
.sgk-footer .sgk-row {
	gap: 20px;
}
.sgk-footer__item--phone {
	margin-bottom: 15px;
}
.sgk-footer__item--phone:last-child {
	margin-bottom: 0;
}
.post-categories li {
	margin-bottom: 10px;
}
.sgk-footer .sgk-row.sgk-copy {
	justify-content: center;
	border-top: 1px solid #fff;
	padding-top: 25px;
	margin-top: 20px;
}
.sgk-articleText .gallery {
	gap: 10px 20px;
	flex-wrap: wrap;
}
.sgk-articleText .gallery figure {
	flex: 0 0 calc(50% - 25px);
}
.sgk-articleText .gallery .wp-caption-text {
	margin-top: 5px;
	font-style: italic;
}

@media (max-width: 1179px) {
	.sgk-main-content {
		width: 60%;
	}
	.sgk-sidebar {
		width: 38%;
	}
	body.search .sgk-sidebar,
	body.error404 .sgk-sidebar {
		width: 100%;
		max-width: 430px;
		margin: 0 auto;
		position: relative !important;
	}
}
@media (max-width: 1154px) {
	body.search .sgk-container.main > .sgk-row,
	body.error404 .sgk-container.main > .sgk-row {
		justify-content: center;
	}
}
@media (max-width: 1125px) {
	.widget.widget_block .wp-block-latest-posts li h3 {
		width: 210px;
	}
	.sgk-form > p {
		max-width: -webkit-fill-available;
	}
}
@media (max-width: 1068px) {
	.widget.widget_block .wp-block-latest-posts li h3 {
		width: 190px;
	}
	.sgk-category-news-grid .sgk-first-two {
		flex: 0 0 47.5%;
	}
	.sgk-about-form {
		padding: 20px;
	}
	.sgk-form .wpcf7-form-control-wrap {
		flex: 0 0 47%;
	}
}
@media (max-width: 1028px) {
	.sgk-sidebar {
		width: 37%;
	}
}
@media (max-width: 992px) {
	.sgk-header__menu--language {
		margin-right: 0;
	}
	ul.sgk-language-switcher {
		display: flex;
	}
	ul.sgk-language-switcher li {
		position: relative;
		display: block;
		border-right: 1px solid #ddd;
		padding: 0 10px;
	}
	ul.sgk-language-switcher li:last-child {
		border-right: 0;
	}
	.sgk-header__menu--nav nav.sgk-main-navigation ul .sub-menu {
		position: relative;
		top: auto;
		left: auto;
		box-shadow: none;
		display: none;
		opacity: 1;
		visibility: visible;
	}
	.sgk-header__menu--nav nav.sgk-main-navigation ul .menu-item-has-children:hover .sub-menu,
	.sgk-header__menu--nav nav.sgk-main-navigation ul .menu-item-has-children.open .sub-menu {
		display: block;
	}
	.sub-menu li {
		height: auto;
		justify-content: center;
	}
	figure tbody {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	figure tbody tr {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	figure tbody tr td {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.widget.widget_block .wp-block-latest-posts li h3 {
		width: 180px;
		font-size: 12px;
	}
	.sgk-post-category-badge {
		top: 60%;
	}
	.sgk-header__menu {
		flex: 0 0 100%;
		flex-direction: column;
	}
	.sgk-header__menu--nav nav.sgk-main-navigation ul {
		gap: 60px;
	}
	.sgk-header__menu {
		visibility: hidden;
		opacity: 0;
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background-color: #fff;
		z-index: 1500;
		transition: opacity 0.5s ease, visibility 0.5s;
		justify-content: center;
	}
	.sgk-header__menu--search .header-drop-down-search {
		display: block !important;
		position: relative;
	}
	.sgk-menu-active {
		visibility: visible;
		opacity: 1;
	}
	.sgk-header__menu-toggle {
		display: block;
		cursor: pointer;
		position: fixed;
		right: 15px;
		top: 25px;
		z-index: 1501;
	}
	.sgk-header__menu-close {
		display: none;
		position: fixed;
		right: 10px;
		top: 25px;
		z-index: 1502;
	}
	.sgk-header__menu--nav nav.sgk-main-navigation ul {
		gap: 20px;
		flex-direction: column;
		text-align: center;
	}
	.header-search-button {
		display: none;
	}
	.sgk-header__menu--search {
		position: relative;
		right: unset;
		top: 50px;
	}
	body.admin-bar .sgk-fixed-header {
		top: 32px;
	}
	body.admin-bar .sgk-header__menu-toggle,
	body.admin-bar .sgk-header__menu-close {
		top: 55px;
	}
	.sgk-search {
		right: 20px;
	}
}
@media (min-width: 992px) {
	amp-sidebar {
		display: none;
	}
}
@media (max-width: 898px) {
	.widget.widget_block .wp-block-latest-posts li h3 {
		width: 160px;
	}
}
@media (max-width: 838px) {
	.widget.widget_block .wp-block-latest-posts li h3 {
		width: 130px;
	}
}
@media (min-width: 799px) {
	.sgk-sidebar-sticky {
		position: sticky;
		position: -webkit-sticky;
		top: 110px;
	}
}
@media (max-width: 799px) {
	.sgk-footer__item {
		width: 100%;
	}
	.sgk-archive-list ul {
		justify-content: center;
	}
	.sgk-container.main > .sgk-row {
		gap: 0;
	}
	.sgk-main-content {
		width: 100%;
		max-width: 100%;
	}
	.navigation .menu,
	.wrap .menu-main-menu-container {
		display: none;
	}
	.main {
		padding: 10px 15px;
	}
	.main-head {
		margin-bottom: -35px;
	}
	.main > .row {
		width: 100%;
		margin: 0;
	}
	.sgk-404-wrapper-text {
		max-width: 245px;
	}
	.sgk-404-wrapper h1 {
		font-size: 65px;
	}
	.sgk-404-wrapper-text p {
		font-size: 12px;
		line-height: 1.5;
	}
	.column,
	.row [class*='col-'] {
		padding: 0;
		margin-bottom: 0;
	}
	.main .sidebar {
		max-width: 290px;
		margin: 35px auto 0;
		float: none;
	}
	.widget.widget_block .wp-block-latest-posts li {
		margin-bottom: 15px;
	}
	.widget.widget_block .wp-block-latest-posts li:last-child {
		margin-bottom: 0;
	}
	.widget.widget_block .wp-block-latest-posts li img {
		max-width: 60px;
		margin-bottom: 0;
	}
	.widget.widget_block .wp-block-latest-posts li h3 {
		width: 70%;
		padding: 0;
	}
	.widget.widget_block .wp-block-latest-posts li {
		gap: 10px;
	}
	.wp-block-group__inner-container h2 {
		margin-bottom: 15px;
	}
	.error-page {
		padding: 50px 0;
	}
	.sgk-footer .sgk-row {
		flex-direction: column;
	}
	.sgk-footer .col-4.sgk-footer__item {
		margin: 0 auto 30px;
	}
	.sgk-footer .col-4.sgk-footer__item:last-child {
		margin-bottom: 0;
	}
	.sgk-footer .sgk-footerLinksWrapper li,
	.sgk-footer .sgk-footer__item--mail,
	.sgk-footer .sgk-footer__item--phone {
		font-size: 12px;
	}
	.sgk-footer .sgk-footer__item--mail span,
	.sgk-footer .sgk-footer__item--phone span {
		margin-right: 8px;
	}
	.sgk-footer .col-4.sgk-footer__item {
		width: 100%;
		max-width: 190px;
	}
	h1.main-heading {
		font-size: 16px;
	}
	.breadcrumbs,
	.breadcrumbs .delim {
		clear: both;
		padding: 5px 15px;
		font-size: 12px;
	}
	.breadcrumbs .wrap {
		padding: 0;
	}
	.sgk-about-team,
	.sgk-about-form {
		text-align: center;
	}
	.sgk-about-form .sgk-form {
		margin-top: 10px;
	}
	.sgk-form input,
	.sgk-form textarea {
		width: 100%;
	}
	body.home .sidebar,
	body.page .sidebar,
	body.archive .sidebar,
	body.single .sidebar {
		display: none;
	}
	.sgk-pagination {
		margin: 20px auto;
	}
	.category-first-post img {
		width: 100%;
	}
	.sgk-navigate-posts-thumbnail {
		display: none;
	}
	.navigate-posts .next .sgk-navigate-posts-title,
	.navigate-posts .next .sgk-navigate-posts-date {
		text-align: right;
	}
	.sgk-post-container,
	.sgk-single-post-title {
		padding: 0;
	}
	.sgk-article-toc {
		padding: 8px 15px;
	}
	.sgk-article-toc nav {
		max-width: 100%;
	}
	body.single .featured .bialty-container img {
		width: 100%;
	}
	.sgk-date-share {
		padding: 10px 0;
		align-items: baseline;
		flex-direction: column;
	}
	.sgk-date-share--l {
		font-size: 10px;
	}
	.post-share .text {
		font-size: 14px;
	}
	nav ul.sgk-toc-list li {
		font-size: 12px;
	}
	.post-header .post-title {
		line-height: normal;
	}
	.navigate-posts .next,
	.navigate-posts .previous {
		flex: 0 0 45%;
	}
	.sgk-footer .sgk-footer__item--title,
	.sgk-post-title-h2 a,
	.sgk-article-toc p.sgk-article-nav-title,
	.post-header .post-title,
	.sgk-main-color.sgk-title,
	.sgk_category-news-title {
		font-size: 16px;
	}
	.sgk_news-grid .sgk_news-row .sgk_news-item h2 {
		font-size: 14px;
	}
	.sgk_category-news {
		margin-bottom: 15px;
	}
	.sgk-post-content-f {
		margin-bottom: 20px;
	}
}
@media (max-width: 768px) {
	.sgk-btn-about {
		font-size: 14px;
	}
	.sgk_news-grid .sgk_news-row {
		flex-direction: column;
	}
	.sgk_news-grid .sgk_news-row:nth-child(2) .sgk_news-item {
		flex: 0 0 100%;
	}
	.sgk_news-grid .sgk_news-item .sgk_news-excerpt {
		display: block;
		margin-top: 20px;
	}
	.sgk_news-grid .sgk_news-row:nth-child(1) .sgk_news-item .sgk_news-thumbnail,
	.sgk_news-grid .sgk_news-row:nth-child(2) .sgk_news-item .sgk_news-thumbnail {
		width: auto;
		height: auto;
	}
	.sgk_news-grid {
		display: block;
	}
	.sgk_news-grid .sgk_news-row:nth-child(1) .sgk_news-item h2,
	.sgk_news-grid .sgk_news-row:nth-child(2) .sgk_news-item h2 {
		font-size: 22px;
	}
}
@media (max-width: 600px) {
	.sgk-category-news-grid .sgk-regular-post {
		flex: 0 0 48%;
	}
	.sgk-category-news-grid .post-thumbnail a,
	.sgk-category-news-grid .post-thumbnail a img {
		height: 135px;
	}
}
@media (max-width: 575px) {
	.main-footer .wrap {
		padding: 20px 5px;
	}
	nav.sgk-footerLinksWrapper a,
	.sgk-footer-mail {
		font-size: 12px;
	}
	.sgk-footerSocial a img {
		max-width: 30px;
	}
	.sgk-footer .wrap .col-6:nth-child(2) {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.sgk-post-category-badge {
		top: 55%;
	}
	.sgk-category-news-grid .sgk-first-two {
		flex: 0 0 100%;
	}
	.sgk-articleText .gallery {
		flex-direction: column;
	}
}
@media (max-width: 529px) {
	.sgk-category-news-grid {
		gap: 15px;
	}
	.sgk-category-news-grid .sgk-regular-post {
		flex: 0 0 100%;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.sgk-category-news-grid .sgk-regular-post .post-thumbnail {
		width: 75px;
		height: 75px;
		margin-right: 10px;
	}
	.sgk-category-news-grid .sgk-regular-post .post-thumbnail a,
	.sgk-category-news-grid .sgk-regular-post .post-thumbnail a img {
		height: 75px;
	}
	.sgk-category-news-grid .sgk-regular-post .post-title,
	.sgk-category-news-grid .sgk-regular-post .post-meta {
		padding-left: 0;
	}
	.sgk-category-news-grid .sgk-regular-post .post-thumbnail .sgk-custom-tag {
		width: 75px;
		padding: 5px 0;
		text-align: center;
		bottom: unset;
		top: 0;
		font-size: 12px;
	}
	.sgk-category-news-grid .sgk-regular-post .post-info {
		flex: 0 0 75%;
	}
	.sgk-category-news-grid .post-title {
		margin: 0 0 10px;
	}
}
@media (max-width: 475px) {
	.sgk-category-news-grid .sgk-regular-post .post-thumbnail a {
		width: 100%;
	}
	.sgk_news-grid .sgk_news-row .sgk_news-item {
		margin-bottom: 0;
	}
	.sgk_category-news .sgk_news-grid .sgk_news-row:first-child {
		margin-bottom: 10px;
	}
	.sgk_category-news .sgk_news-grid .sgk_news-row:first-child .sgk_news-item,
	.sgk_category-news .sgk_news-grid .sgk_news-row:first-child .sgk_news-item .sgk_news-thumbnail {
		height: 155px;
	}
	.sgk_category-news .sgk_news-grid .sgk_news-row:nth-child(2) .sgk_news-item a {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 10px;
	}
	.sgk_category-news .sgk_news-grid .sgk_news-row:nth-child(2) .sgk_news-item a .sgk_news-thumbnail {
		flex: 0 0 75px;
	}
	.sgk_category-news .sgk_news-grid .sgk_news-row:nth-child(2) .sgk_news-item a .post-info {
		flex: 0 0 75%;
	}
	.sgk_news-grid .sgk_news-row:nth-child(1) .sgk_news-item h2,
	.sgk_news-grid .sgk_news-row:nth-child(2) .sgk_news-item h2 {
		font-size: 12px;
	}
	.sgk_news-grid .sgk_news-row:nth-child(2) .sgk_news-item h2 {
		margin-top: 0;
	}
	.sgk_news-date {
		font-size: 10px;
	}
	.sgk_news-grid .sgk_news-row {
		gap: 15px;
	}
	.sgk_news-grid .sgk_news-row:nth-child(2) .sgk_news-item img {
		width: 75px;
		height: 75px;
	}
	.sldr_wrapper .owl-item {
		min-height: 130px;
		max-height: 130px;
	}
	.owl-carousel .owl-stage-outer,
	.sldr_wrapper .owl-item {
		height: 170px !important;
	}
	.sgk-about-form {
		padding: 15px;
	}
}
@media (max-width: 375px) {
	.sgk-post-category-badge {
		width: 90px;
		top: 50%;
	}
	.sgk-post-category-badge a {
		font-size: 12px;
	}
	.sgk-category-news-grid .sgk-regular-post .post-info,
	.sgk_category-news .sgk_news-grid .sgk_news-row:nth-child(2) .sgk_news-item a .post-info {
		flex: 0 0 70%;
	}
	.sgk-main-color.sgk-title {
		font-size: 14px;
	}
}
@media (max-width: 340px) {
	nav.sgk-footerLinksWrapper a,
	.sgk-footer-mail {
		font-size: 10px;
	}
	.sgk-post-category-badge {
		top: 40%;
	}
}
.traf {
	position: absolute;
    right: 20px;
    
}
.traf a {
	color: #696969;
	font-size: 12px;
}
.traf a:hover {
	text-decoration:none;
}
@media (max-width: 450px) {
	.traf {
		position: relative;
        right: 0px;
        text-align: center;
	}
}
