@import url('https://fonts.googleapis.com/css?family=Inconsolata:400,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

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

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

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

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q,
blockquote {
	quotes: none;
}

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

a img {
	border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
primary-menu,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

.messages {
	background: no-repeat 10px 17px;
	border: 1px solid;
	border-width: 1px 1px 1px 0;
	border-radius: 2px;
	padding: 10px 20px 10px 20px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	margin: 5px 0px;
}

.messages + .messages {
	margin-top: 1.538em;
}

.messages__list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.messages__item + .messages__item {
	margin-top: 0.769em;
}

.messages--status {
	color: #325e1c;
	background-color: #f3faef;
	border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
	box-shadow: -8px 0 0 #77b259;
}

.messages--warning {
	background-color: #fdf8ed;
	border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
	color: #734c00;
	box-shadow: -8px 0 0 #e09600;
}

.messages--error {
	background-color: #fcf4f2;
	color: #a51b00;
	border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
	box-shadow: -8px 0 0 #e62600;
}

.messages--error p.error {
	color: #a51b00;
}

form .field-multiple-table {
	margin: 0;
}

form .field-multiple-table .field-multiple-drag {
	width: 30px;
	padding-right: 0;
}

form .field-multiple-table .field-multiple-drag .tabledrag-handle {
	padding-right: 0.5em;
}

form .field-add-more-submit {
	margin: 0.5em 0 0;
}

div.tabs {
	margin: 1em 0;
}

ul.tabs {
	list-style: none;
	margin: 0 0 0.5em;
	padding: 0;
}

.tabs > li {
	display: inline-block;
	margin-right: 0.3em;
}

.tabs a {
	display: block;
	padding: 6px 10px;
	text-decoration: none;
	font-size: 14px;
	background: #e6e6e6;
	line-height: 100%;
	color: #444;
}

.tabs a.is-active {
	background-color: #ff5e14;
	color: #fff;
}

.tabs a:focus,
.tabs a:hover {
	background-color: #de4400;
	color: #fff;
}

table {
	width: 100%;
	margin: 0 0 10px;
}

caption {
	text-align: left;
}

th {
	text-align: left;
	padding: 10px 12px;
}

thead th {
	background: #f5f5f2;
	border: solid #bfbfba;
	border-width: 1px 0;
	color: #333;
	text-transform: uppercase;
}

tr {
	border-bottom: 1px solid #e6e4df;
	padding: 0.1em 0.6em;
}

thead > tr {
	border-bottom: 1px solid #000;
}

tbody tr:hover,
tbody tr:focus {
	background: #f7fcff;
}

tbody tr.color-warning:hover,
tbody tr.color-warning:focus {
	background: #fdf8ed;
}

tbody tr.color-error:hover,
tbody tr.color-error:focus {
	background: #fcf4f2;
}

td,
th {
	vertical-align: middle;
}

td {
	padding: 10px 12px;
	text-align: left;
}

th > a {
	position: relative;
	display: block;
}

th > a:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: -10px;
	left: 0;
	right: 0;
	border-bottom: 2px solid transparent;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}

th.is-active > a {
	color: #004875;
}

th.is-active img {
	position: absolute;
	right: 0;
	top: 50%;
}

th.is-active > a:after {
	border-bottom-color: #004875;
}

th > a:hover,
th > a:focus,
th.is-active > a:hover,
th.is-active > a:focus {
	color: #008ee6;
	text-decoration: none;
}

th > a:hover:after,
th > a:focus:after,
th.is-active > a:hover:after,
th.is-active > a:focus:after {
	border-bottom-color: #008ee6;
}

td .item-list ul {
	margin: 0;
}

td.is-active {
	background: none;
}

th.select-all {
	width: 1px;
}

.caption {
	margin-bottom: 1.2em;
}

@media screen and (max-width: 37.5em) {
	th.priority-low,
	td.priority-low,
	th.priority-medium,
	td.priority-medium {
		display: none;
	}
}

@media screen and (max-width: 60em) {
	th.priority-low,
	td.priority-low {
		display: none;
	}
}

p {
	margin: 0 0 20px 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
	font-family: 'Times New Roman', sans-serif;
	color: #001659;
	font-weight: 400;
	margin: 10px 0;
	line-height: 120%;
}

h1,
.h1 {
	font-size: 2.75em;
}

h2,
.h2 {
	font-size: 2.25em;
	margin-bottom: 20px;
}

h3,
.h3 {
	font-size: 1.75em;
}

h4,
.h4 {
	font-size: 1.25em;
}

img {
	max-width: 100%;
}

em {
	font-style: italic;
}

strong,
b {
	font-weight: bold;
}

.custom-block-title {
	margin: 20px 0;
	overflow: hidden;
}

.custom-block-title h2 {
	font-size: 2.25em;
	font-weight: bold;
	margin-bottom: 5px;
}

a {
	color: rgba(1, 90, 122);
}

a:hover {
	color: rgba(1, 90, 182);
	text-decoration: none;
}

ol,
ul {
	padding-left: 20px;
	margin-bottom: 20px;
}

ol li,
ul li {
	list-style: outside;
}

.list-unstyled li {
	list-style: none;
}

ol li {
	list-style-type: decimal;
}

ul.links.inline {
	padding: 0;
}

ul.links.inline li {
	list-style: none;
}

.form-email,
.form-text,
.form-textarea {
	border: 1px solid #520000;
	background: transparent;
}

.block {
	margin-bottom: 10px;
}

body {
	font-family: 'Times New Roman', sans-serif;
	font-size: 18px;
	line-height: 160%;
	color: #000;
	overflow-x: hidden;
	font-weight: 300;
	background: #f7f7fa;
	text-align: left;
}

.region-page-title h1 {
	margin: 30px 0;
}

.footerwidget {
	background: #108441;
	color: #86b59a;
	padding: 20px 0;
	border-top: 1px solid #f7f7f7;
}
.eu-cookie-compliance-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.eu-cookie-compliance-content * {
    margin: 0 !important;
    font-family: 'Times New Roman';
    font-size: 18px;
}

.footerwidget h2.title {
	color: #fff;
}

.footerwidget .left {
	float: left;
	margin: 10px 10px 0 0;
}

.copyright {
	background: #520000;
	text-align: center;
}

.map-and-address h2.title {
	display: none;
}

.google_map p,
.google_map .block {
	margin: 0;
}

.google_map iframe {
	display: block;
}

.footer-menu {
	margin: 0;
	border: 0;
	background: url('../images/social-media-bg.png');
	color: #fff;
	background-size: cover;
	padding: 80px 0;
}
#footer .container {
	max-width: 1200px !important;
}

.social-media {
	padding: 10px 0;
	text-align: center;
}

.social-media a {
	line-height: 100%;
	font-size: 1em;
	display: inline-block;
	padding: 4px 8px;
	width: 26px;
}

.social-media a:hover {
	color: #de4400;
}
.webform-submission-guestbook-form .form-email,
.webform-submission-guestbook-form .form-text,
.webform-submission-guestbook-form .form-textarea {
    width: 100%;
}
input,
button,
select,
textarea {
	padding: 6px;
	border: 1px solid #e3e3e3;
}

.contact-message-form label {
	display: block;
}

.btn,
.node-readmore a,
.flexslider .more-link,
input[type='submit'] {
	background: #520000;
	cursor: pointer;
	color: #fff;
	border: 0;
	padding: 14px 30px;
	line-height: 100%;
	margin-right: 2px;
	display: inline-block;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:hover,
.node-readmore a:hover,
.flexslider .more-link:hover,
input[type='submit']:hover {
	background: #890202;
	color: #fff;
}

.comment-wrap {
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f5f5f5;
}

.comment-wrap .author-details {
	float: left;
	width: 20%;
}

.comment-wrap .author-comments {
	padding-left: 5px;
	float: left;
	width: 80%;
}

.comment-wrap .author-comments h3 {
	margin-top: 10px;
}

.comment-wrap .author-comments p {
	margin-bottom: 10px;
}

.comment-submitted {
	padding: 5px 10px;
	border: 1px solid #eee;
	display: inline-block;
	line-height: 100%;
}

ul.links.inline li {
	display: inline-block;
	padding-right: 10px;
}

.sidebar {
	background: #fff;
	padding: 15px;
}

#block-statistikasayta a {
    display: inline-flex;
    justify-content: center;
    width: 100%;
}
#block-statistikasayta a img{
    width: 60% !important;
    height: auto !important;
}
.sidebar .region .content {
	padding: 10px 0;
}

.region-content {
	min-height: 300px;
}

h2.title {
	padding: 15px;
	background-color: #520000;
	color: #fff;
	font-size: 28px;
	margin-top: 0;
}
#footer {
	padding: 0 !important;
}
.path-frontpage .region-content {
	min-height: auto;
}
.region-footer-first .block {
	margin-bottom: 20px;
}
.form-item,
.form-actions {
	margin-top: 1em;
	margin-bottom: 1em;
}

tr.odd .form-item,
tr.even .form-item {
	margin-top: 0;
	margin-bottom: 0;
}

.form-composite > .fieldset-wrapper > .description,
.form-item .description {
	font-size: 0.7em;
	line-height: 150%;
}

label.option {
	display: inline;
	font-weight: normal;
}

.form-composite > legend,
.label {
	display: inline;
	font-size: inherit;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.form-checkboxes .form-item,
.form-radios .form-item {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

.marker {
	color: #e00;
}

abbr.tabledrag-changed,
abbr.ajax-changed {
	border-bottom: none;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
	border: 2px solid red;
}

.owl-theme .owl-dots .owl-dot span {
	background: #b5b5b5;
	height: 7px;
	width: 7px;
}

.updates,
.topwidget,
.top-message,
.footer,
.bottom-widget,
.path-frontpage .main-content,
.services,
.products,
.features,
.copyright,
.clients {
	padding: 20px 0;
}

.main-content {
	padding: 0 0 50px 0;
}

.top-message,
.services {
	text-align: center;
}

.path-frontpage .feed-icon {
	display: none;
}

.updates {
	padding: 60px 10px;
}

.updates .region {
	padding: 10px 20px;
	background: #fff;
}

.features {
	background-color: #fff2e0;
	background: url('../images/bg-features.jpg');
	background-size: cover;
}

.footer tbody tr:hover,
.footer tbody tr:focus {
	background: none;
}

.clients {
	background: #eee;
}

.clients .region ul li {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.clients .region ul li img {
	max-width: 200px;
}

.testimonials-wrap {
	background: #fafafa;
	border-top: solid 1px #e3e3e3;
	border-bottom: solid 1px #e3e3e3;
	padding: 20px 0;
	text-align: center;
	font-size: 1em;
	line-height: 160%;
}

.region-testimonials {
	max-width: 600px;
	margin: 0 auto;
}

.testimonials-pic {
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px;
}

.testimonials-pic img {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.testimonials-author {
	padding: 0 5px;
	font-size: 0.75em;
	color: #555;
}

.price-table .card-header {
	border: 0;
	padding: 20px 0;
}

.price-table ul li {
	list-style: none;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.team .team-list .region {
	background: #efefef;
	overflow: hidden;
	padding: 10px;
	border: 1px solid #eaeaea;
}

.bottom-widget {
	background: #ff5e14;
	text-align: center;
}

.bottom-widget h2.title,
.bottom-widget * {
	color: #fff;
}
.webform-submission-guestbook-form #edit-description-form {
    margin-top: 0;
}
.webform-submission-guestbook-form #edit-description-form--description h3{
    color: #000;
    font-size: 24px;
}

.top-nav {
	background: #f7f7fa;
	padding: 15px;
	font-size: 1.1em;
	position: relative;
	-moz-box-shadow: 1px 1px 4px #dedede;
	-webkit-box-shadow: 1px 1px 4px #dedede;
	box-shadow: 1px 1px 4px #dedede;
}

.top-nav .region-message,
.top-nav .region-email {
	display: inline-block;
}

.top-nav .fa {
	padding: 0 5px;
}

.top-nav .block,
.top-nav p {
	margin: 0;
}

.header {
	text-align: left;
}

.main-header nav {
	border: 0;
	margin: 0;
	position: relative;
	min-height: auto;
	background: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.main-header .region {
	position: relative;
	padding: 25px 0;
}

.main-header .block {
	margin: 0;
}

.main-header p,
.main-header .block {
	margin: 0;
}

.site-branding {
	display: flex;
	margin: 0;
}

.region-header {
	padding: 12px;
}

.region-header .brand {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.5em;
}

.region-header .brand a {
	color: #040047;
	display: block;
	line-height: 1em;
	text-align: left;
	font-weight: 600;
	/* font-size: 22px; */
	font-size: 19px;
}

#block-nashikoordinaty-2 p,
#block-nashikoordinaty p {
	color: #040047;
	line-height: 1em;
	text-align: left;
	font-weight: 600;
	font-size: 19px;
	margin-bottom: 0;
}

.region-header .brand a img {
	vertical-align: middle;
	width: 350px;
	aspect-ratio: 1 / 1;
}

.region-header .brand .site-branding__slogan {
	font-size: 0.5em;
	text-transform: uppercase;
	vertical-align: top;
}

.search-block-form {
	margin: 0 auto;
}

.region-search {
	width: 100%;
	display: inline-block;
	text-align: left;
	padding: 7px;
	vertical-align: middle;
}

#search-block-form .form-item,
#search-block-form .form-actions {
	display: table-cell;
	vertical-align: top;
}

#search-block-form .form-actions {
	width: 40px;
}

#search-block-form input.form-submit {
	background: url('../images/search.png?1532937786') no-repeat center #015a84;
	font-size: 0;
	width: 100%;
	height: 40px;
	padding: 0 20px;
	vertical-align: top;
}

#search-block-form input.form-submit:hover {
	background-color: #014361;
	border-color: #014361;
}

#search-block-form input {
	width: 100%;
	height: 40px;
}

.breadcrumb {
	font-size: 0.85em;
	padding: 2px 0;
	margin: 0;
	display: inline-block;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.breadcrumb ul,
.breadcrumb ol {
	padding: 0;
	margin: 0;
}

.breadcrumb ul li,
.breadcrumb ol li {
	display: inline-block;
	padding: 0 8px;
}

.breadcrumb ul li:after,
.breadcrumb ol li:after {
	content: ' >';
	padding-left: 15px;
}

.breadcrumb ul li:last-child:after,
.breadcrumb ol li:last-child:after {
	display: none;
}

.flexslider {
	border: 0;
	max-width: 100%;
	margin: 0;
	height: 500px;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: transparent;
}

.flex-viewport {
	height: inherit;
	background-color: transparent;
}

.flex-viewport .slides {
	height: 100%;
	background-color: transparent;
}

.flexslider .slider-caption {
	position: absolute;
	top: 10%;
	left: 10%;
	width: 90%;
	z-index: 99;
	text-align: left;
	font-size: 1.2em;
	line-height: 150%;
	color: #fff;
	padding: 20px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.flexslider .slider-title {
	margin-bottom: 10px;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

.flexslider .slider-description {
	display: inline-block;
	clear: both;
}

.flexslider .slides li {
	position: relative;
	height: 100%;
	background-color: transparent;
}

.flexslider .slides li img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	pointer-events: none;
	pointer-events: none;
}

.flexslider .flex-direction-nav {
	display: none;
	position: absolute;
	width: 100%;
	bottom: 0;
	top: auto;
}

.flexslider .flex-direction-nav li {
	list-style: none;
	vertical-align: middle;
	display: inline-block;
	background: #520000;
}

.flexslider .flex-direction-nav a {
	opacity: 1;
	font-size: 0;
	padding: 15px;
	margin: 0;
	position: static;
	display: block;
	width: 50px;
	height: 50px;
}

.flexslider .flex-direction-nav a.flex-prev {
	left: 0;
}

.flexslider .flex-direction-nav a.flex-next {
	background: #fff;
}

.flexslider .flex-direction-nav a.flex-next:before {
	color: #520000;
}

.flexslider .flex-direction-nav a:before,
.flexslider .flex-direction-nav a:after {
	font-size: 28px;
	color: #fff;
}

.flexslider .flex-control-nav {
	display: none !important;
	width: 20px;
	height: 20px;
	display: block;
	background: #fff;
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 0;
	margin: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: left;
	bottom: 0;
	display: none !important;
}

.flexslider .flex-control-nav.flex-active {
	background: #ff5d15;
}

.flexslider .flex-control-nav li {
	margin: 0;
	vertical-align: middle;
}

.navbar-toggle {
	cursor: pointer;
	float: right;
	background: none;
	border: 0;
	padding: 17px 15px 17px 0;
}

.navbar-toggle:focus {
	outline: none;
}

.navbar-toggle .fas {
	font-size: 2em;
	color: #fff;
	border: 0;
	box-shadow: none;
}

.navbar-toggle-close {
	position: absolute;
	right: 0;
	padding: 18px;
	font-size: 2em;
	color: #f00;
	cursor: pointer;
	z-index: 99;
}

.navbar-default .navbar-toggle {
	z-index: 999;
	margin-right: 0;
	border: 0;
	border-radius: 0;
	color: #fff;
	background: none;
	padding: 6px 6px;
}

.navbar-default .navbar-toggle .icon-bar {
	display: block;
	width: 35px;
	height: 4px;
	border-radius: 1px;
	background-color: #212020;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background: none;
}

nav h2 {
	display: none;
}

.menu-base-theme {
	background: none;
}

.menu-base-theme ul {
	background: none;
}

.menu-base-theme li a {
	font-family: 'Times New Roman', sans-serif;
	color: #fff;
	border-bottom: 1px solid #4c4a4a;
	line-height: 100%;
	padding: 24px 20px;
	font-size: 1.1em;
}
.menu-base-theme li a:hover,
.menu-base-theme li a:focus,
.menu-base-theme li a:active,
.menu-base-theme li a.highlighted {
	background: none;
	color: #2b82ac;
	line-height: 100%;
	padding: 24px 20px;
}

.menu-base-theme li a.has-submenu {
	padding-right: 35px;
}

.menu-base-theme li a.sub-arrow {
	color: #999;
	font-size: 25px;
	padding: 5px;
	border-radius: 2px;
	border: 1px solid #dcdcdc;
	background: #efefef;
}

.menu-base-theme li a span.sub-arrow {
	line-height: 120%;
	font-size: 2em;
}

.region-primary-menu {
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	margin-bottom: 15px;
	border-radius: 0px;
	position: fixed;
	top: 0;
	left: -100%;
	right: 100%;
	bottom: 0;
	width: auto;
	z-index: 99;
	transition: all 0.5s;
}

.region-primary-menu li a span.sub-arrow {
	border-color: #fff transparent transparent transparent !important;
}

.region-primary-menu ul ul {
	background-color: #890202 !important;
}

.region-primary-menu a {
	color: #fff !important;
}

.region-primary-menu.expand {
	left: 0;
	right: 10%;
}

.region-footer-menu ul {
	margin: 10px 0;
	padding: 0;
}

.region-footer-menu nav li {
	display: inline-block;
}

.region-footer-menu nav li a {
	display: block;
	padding: 2px 15px 2px 0;
}

.top-menu {
	font-size: 0.75em;
	background: #313d48;
	color: #fff;
}

.top-menu .top-blocks {
	overflow: hidden;
}

.top-menu .top-blocks .region {
	padding: 10px 10px 10px 0;
}

.top-menu .top-blocks .social-media {
	padding: 9px 0;
}

.top-menu p,
.top-menu .block {
	margin: 0;
}

.top-menu a {
	color: #fff;
}

.region-top-menu ul {
	margin: 0;
	padding: 0;
}

.region-top-menu nav li {
	display: inline-block;
}

.region-top-menu nav li a {
	padding: 2px 10px;
	text-transform: uppercase;
	line-height: 100%;
}

.bd-example {
	position: relative;
	padding: 20px;
	border: 2px solid #f7f7f9;
	background: #ececec;
}

.highlight {
	padding: 20px;
	background-color: #ffffff;
}

.highlight pre {
	border: 0;
	background: none;
}

.bd-example-type h1,
.bd-example-type h2,
.bd-example-type h3,
.bd-example-type h4,
.bd-example-type h5,
.bd-example-type h6 {
	margin: 0;
}

.bd-example-type .table td {
	padding: 15px 0;
	border-color: #eee;
}

.bd-example-type .table tr:first-child td {
	border-top: 0;
}

.topwidget .fa,
.topwidget .fas {
	font-size: 3em;
}

.topwidget .topwidget-list .region .block {
	position: relative;
	background: #fff;
	padding: 20px 20px;
	margin-bottom: 30px;
	border: 1px solid #eee;
	border-bottom: 4px solid #ff5e14;
}

.topwidget .topwidget-list .region .block h2 {
	margin-bottom: 5px;
}

.topwidget .topwidget-list .region .block p:last-child {
	margin: 0;
}

.topwidget ul {
	margin: 0;
	padding: 0;
}

.topwidget ul li {
	list-style: none;
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: 1px solid #dddddd42;
}

.contact-message-feedback-form {
	max-width: 650px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #e8e8e8;
	padding: 20px 30px;
}

.contact-message-feedback-form .form-text,
.contact-message-feedback-form .form-email,
.contact-message-feedback-form .form-textarea {
	width: 100%;
}

.user-login-form,
.user-form,
.user-pass {
	max-width: 500px;
	margin: 40px auto;
	border: 1px solid #e6e6e6;
	padding: 5px 20px;
	background: #fdfdfd;
}

.user-login-form .form-text,
.user-login-form .form-email,
.user-form .form-text,
.user-form .form-email,
.user-pass .form-text,
.user-pass .form-email {
	width: 100%;
}

.form-composite > .fieldset-wrapper > .description,
.form-item .description {
	color: #999;
	font-style: italic;
}

.maintenance-page {
	background: url('../images/maintenance-bg.png?1532937786') #66cbff center
		no-repeat;
	color: #fff;
	text-align: center;
	padding-top: 220px;
	padding-bottom: 100px;
	color: #000;
}

.maintenance-page .brand,
.maintenance-page .name-and-slogan {
	display: inline-block;
	vertical-align: middle;
}

.maintenance-page .site-name a {
	color: #404040;
}

.maintenance-page .site-slogan,
.maintenance-page .name-and-slogan {
	display: none;
}

.maintenance-msg {
	margin: 20px 0;
	padding: 20px 30px;
	display: inline-block;
	color: #404040;
	border: 1px solid #fff;
	background: #f2f4cf;
	background: rgba(242, 244, 207, 0.88);
	-moz-box-shadow: 5px 5px 0px #fff;
	-webkit-box-shadow: 5px 5px 0px #fff;
	box-shadow: 5px 5px 0px #fff;
}

.maintenance-msg h1 {
	text-transform: uppercase;
	font-weight: bold;
}

.path-user .profile > div {
	display: inline-block;
}

.path-user .profile .label {
	display: block;
	color: #333;
}

.flexslider .slider-caption {
	display: none !important;
}

/* Styles (стили) (custom) */
.main-content .sidebar {
	background: none;
	padding: 5px 15px;
}

.gold-gradient {
	height: 10px;
	z-index: 3;
	background: linear-gradient(
		to right,
		#956d29 0%,
		#e8d237 10%,
		#956d29 20%,
		#e8d237 30%,
		#956d29 40%,
		#e8d237 50%,
		#956d29 60%,
		#e8d237 70%,
		#956d29 80%,
		#e8d237 90%,
		#956d29 100%
	);
}

/* Body (custom) */
body {
	background-color: #dedddd;
	height: 100%;
}
.header {
	background-color: #dedddd;
	background-image: url(../images/headerbg.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 152px;
}
.sli-cont {
	background-color: #dedddd;
	background-image: url(../images/sli-left.png), url(../images/sli-right.png);
	background-repeat: no-repeat;
	background-position: left top, right top;
}
html {
	height: 100%;
}
.primary-menu-content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 !important;
}
.container- {
	max-width: 1200px;
	margin: 0 auto;
}
.sec-menu-cont {
	background-color: #d6c8cb;
}
.secondary-menu {
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
}
.secondary-menu .gold-gradient {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
#block-views-block-slayder-block-1 {
    padding-bottom: 2px;
    margin: 0;
}
#block-views-block-slayder-block-1 img {
    aspect-ratio: 14/6;
    object-fit: cover;
}
div>img {
    vertical-align: middle;
}
.secondary-menu>.region {
    z-index: 1;
    position: relative;
}
.main-content {
	background-color: #d6c8cb;
	padding: 0 !important;
	flex: 1 1 auto;
	display: flex;
	align-items: stretch;
}
.main-content > div {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #dedddd;
	padding: 20px 15px;
}
/* Primary Menu (custom) */
.primary-menu {
	background-color: #520000;
}
.dialog-off-canvas-main-canvas {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
.primary-menu ul.menu-base-theme > li > a:hover {
	background-color: #890202 !important;
}
.primary-menu ul.menu-base-theme > li > ul a:hover {
	background-color: #520000 !important;
}
.primary-menu ul.menu-base-theme > li > a.is-active {
	background-color: #890202 !important;
}
.primary-menu ul.menu-base-theme > li > ul a.is-active {
	background-color: #520000 !important;
}

/* News Tabs (custom) */
.nav-tabs li {
	list-style: none;
}

/* Language Links (custom) */
.region-search {
	display: flex;
}

.region-language div.views-row {
	margin-right: 5px;
	display: inline-block;
}

.language-switcher-language-url ul {
	display: flex;
}

.language-switcher-language-url ul li {
	list-style: none;
	font-size: 18px;
	margin-right: 10px;
}

.language-switcher-language-url ul li:hover {
	text-decoration: underline;
}

.language-switcher-language-url ul li a {
	color: rgba(1, 90, 132);
}

.language-switcher-language-url ul li .is-active {
	text-decoration: underline;
}

/* Block koordinaty (in header) */
.region-header-center {
	margin-top: 10px;
	text-align: left;
	line-height: 35px;
	font-size: 22px;
}

.header > div > div > div {
	display: flex;
	align-items: center;
}

.brand.site-name {
	display: flex;
	align-items: center;
	padding-left: 20px;
}

/* Social Networks */
.block-views-blocksocial-networks-block-1 {
	margin-top: 5px;
}

.block-views-blocksocial-networks-block-1 img {
	width: 25px;
	height: 25px;
}

/* Blocks ads (custom) */
.block-views-blockads-block-1 .content .views-row {
	display: flex;
	margin-bottom: 10px;
}

.block-views-blockads-block-1 .content .views-row .views-field-title {
	margin-left: 15px;
}

/* Block news (custom) */
#block-views-block-novosti-block-1 .content div {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

#block-views-block-novosti-block-1 .content div .views-row {
	display: block;
	font-size: 20px;
	margin-bottom: 20px;
	width: calc((100% - 20px) / 3);
}
.views-field-title{
	line-height: 1.1em;
}
.views-field-title a{
	color: rgba(0, 29, 94);
	font-weight: 500;
}

.views-field-view-node {
	display: flex;
	align-items: flex-end;
}
.views-field-view-node a{
	display: inline-block;
	background-color: #520000;
	color: #fff;
	padding: .5em 1em;
	margin-bottom: 9px;
}
/* News page view class (custom) */
.news-bottom .views-row:not(:last-child) {
	margin-bottom: 10px;
}

/* Copyright (footer custom) */
.copyright {
	color: white;
}

/* Printable Module custom styles */
.node_view ul.pre_links li {
	float: right;
	list-style: none;
}

/* JCarousel custom */
.jcarousel-wrapper.jcarousel-skin-default.jcarousel-visible-5 {
	width: calc(100% - 50px);
}
.region-sidebar-first .views-row {
	flex-direction: column;
}
.jcarousel-container-horizontal li {
	list-style: none;
}

.jcarousel-wrapper.jcarousel-skin-default {
	padding-top: 25px;
	border: none;
	box-shadow: none;
}

.jcarousel-skin-default .jcarousel-control-prev,
.jcarousel-skin-default .jcarousel-control-next {
	color: #4c8fc4;
	background: none;
	text-shadow: none;
	border-radius: none;
	box-shadow: none;
	font-size: 40px;
}

/* Secondary Menu to slider (custom) */
.secondary-menu .menu {
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	color: #fff;
	background-color: #520000;
	padding-left: 0;
	margin-bottom: 0;
}

.secondary-menu .menu-item {
	list-style-type: none;
	text-align: center;
	/* padding: 28px; */
}

.secondary-menu .menu-item:hover {
	background-color: #890202;
}

.secondary-menu .menu-item a {
	display: block;
	color: #fff;
	padding: 20px 12px;
	font-size: 16px;
	line-height: 1.2em;
}

/* some fixes */

.region-language {
	width: 100%;
	display: grid;
	grid-template-areas:
		'links lang'
		'search search';
	grid-template-columns: 1fr 1fr;
}

.region-language > div:first-child {
	grid-area: links;
	height: fit-content;
	margin-top: 0;
	margin-bottom: 0;
}

.js-view-dom-id-4e8040107046c7037bbf4ef68bdd99c3f851f72db86ab9ec16c85c7177dabb0f {
	display: flex;
	align-items: center;
}

.js-view-dom-id-4e8040107046c7037bbf4ef68bdd99c3f851f72db86ab9ec16c85c7177dabb0f
	a {
	display: flex;
	align-items: center;
}

.region-language > div:nth-child(2) {
	grid-area: lang;
	display: flex;
	align-items: center;
	margin-bottom: 0 !important;
}

.region-language > div:nth-child(2) .content {
	width: 100%;
}

.region-language > div:last-child {
	grid-area: search;
	width: 100%;
	margin-top: 10px !important;
}

.region-language > div:nth-child(2) ul {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	align-items: center;
}

.region-language > div:last-child .js-form-item {
	width: 100%;
}

.menu-wrap {
	display: flex;
	align-items: center;
}

.sidebar,
.sidebar .content {
	padding-top: 0 !important;
}

.views-field-field-img-news * {
	width: 100% !important;
}
.views-field-field-img-news img {
	height: auto !important;
	aspect-ratio: 265 / 200;
}
.views-field-created span {
	font-size: 0.8em !important;
}

.news-bottom .views-row {
	position: relative;
	display: grid;
	width: 100%;
	grid-template-columns: 1fr 3fr;
	grid-template-areas:
		'img date'
		'img text'
		'img node'
		'img node';
}

.news-bottom .views-field-field-img-news {
	width: auto !important;
	grid-area: img;
	margin-right: 10px;
}
.news-bottom .views-field-created {
	grid-area: date;
}
.news-bottom .views-field-title {
	grid-area: text;
}
.news-bottom .views-field-view-node {
	grid-area: node;
}
.news-bottom .views-field-field-img-news img {
	height: auto !important;
	aspect-ratio: 265 / 200;
}
.news-bottom .views-field-created span {
	font-size: 0.8em !important;
}

#block-views-block-ads-block-2 .views-row {
	display: flex;
	gap: 10px;
	align-items: center;
	font-size: 20px;
}

#block-views-block-ads-block-2 .views-field-title {
    max-width: calc(100% - 230px);
}

/* Owl carousel (custom style) */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	font-size: 50px;
	line-height: 30px;
	outline: none !important;
	margin-top: -3px;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
	background: none;
	color: #520000;
}
.owl-carousel.owl-loaded {
	position: relative;
}
.owl-theme .owl-nav {
	position: absolute;
	width: calc(100% + 60px);
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0;
	display: flex;
	justify-content: space-between;
}

/* Image Объявления */
.field--name-field-img-ad img,
.field--name-field-img-news img {
	display: block;
	margin: 0 auto;
}

/* Page News */
.pager__items {
    display: flex;
    padding: inherit;
}

.pager__item {
    list-style: none;
    margin-right: 10px;
}

.pager li.is-active a {
    color: #520000;
}



.slick-arrow::before {
    color: #520000;
}