.logo-grd-uk {
	width: 131px;
	height: 70px;
}

.indicator-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
}

.indicator-wrap div {
	margin: 8px;
	width: 20px;
	line-height: 20px;
	text-decoration: underline dotted;
}

.indicator-wrap div:hover {
	color: #91271E;
	text-decoration-color: #91271E;
}


.img-style {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.iframe-style {
	border: none;
	overflow: hidden;
}

.product-list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
}

.svg-wrap svg {
	width: 100%;
	height: 100%;
}

.product-item {
/*	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: space-around;
*/
	padding: 30px 0 40px;
	width: 370px;
	background: #F5F5F5;
	border-radius: 6px;
	margin-bottom: 30px;
}

.product-item:hover {
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #FFFFFF;
	box-shadow: 0px 4px 20px rgba(123, 123, 123, 0.15);
	text-decoration: none;
}

.product-ico {
	margin: 0 auto 16px;
	width: 62px;
	height: 62px;
	fill: #7B7B7B;
}

.product-item:hover .product-ico {
	fill: #91271E;
}

.product-name {
	color: #7B7B7B;
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 30px;
	line-height: 130%;
	text-align: center;
}

.product-item:hover .product-name {
	color: #91271E;
}

.grd-logo {
	position: relative;
	margin: 20px 0;
	width: 122px;
	height: 50px;
}

.grd-logo.footer {
	display: block;
}

.logo-svg {
	width: 100%;
	height: 100%;
}

.footer-block-list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	/*justify-content: flex-start;*/
}

.copyright {
	font-size: 12px;
	line-height: 90px;
}

.footer-fb-ico {
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.footer-mail-wrap {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
}

.footer-copyright-wrap {
	display: flex;
	align-items: center;
}

@media (max-width: 767px) {
	.footer-copyright-wrap {
		margin-bottom: 10px;
	}
}

.footer-contacts-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 767px) {
	.footer-3 {
		padding-bottom: 20px;
	}
}


.footer-mail-ico {
	width: 31px;
	height: 22px;
}

.footer-mail-link-grd {
	margin-left: 10px;
}

.main-menu-btn-send a {
	position: relative;
	z-index: 1;
	transition: 250ms all ease-in-out;
}

.main-menu-btn-send a::after {
	content: "";
	position: absolute;
	top: -4px;
	left: -30px;
	right: -30px;
	display: block;
	height: 48px;
/*	padding: 12px 15px;*/
	background-color: #7B7B7B;
	border-radius: 24px;
	line-height: 48px;
	z-index: -1;
	transition: 250ms all ease-in-out;
}

@media (max-width: 991px) {
	.main-menu-btn-send a::after {
		top: 1px;
		left: -10px;
		right: -10px;
		width: 220px;
	}
}

.main-menu-btn-send a:hover {
	text-decoration: none;
}

.main-menu-btn-send a:hover::after {
	background-color: #0D0D0D;
}

.sklad-list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
}

.grd-sklad-label  {
	/*color: #0D0D0D;*/
	color: #828590;
	font-weight: bold;
	font-style: normal;
}

.pdf-ico {
	text-decoration: underline;
}

.pdf-ico::before {
	content: '';
	background: url(../images/ico_pdf.png) no-repeat no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	background-size: 20px;
	text-decoration: underline;
}

.report-name {
	padding: 10px 6px 20px;
	color: #0D0D0D;
	font-size: 16px;
	font-weight: bold;
}

.report-name:hover {
	color: #7B7B7B;
}

.select2 {
	width: 100% !important;
	margin: 30px 0 0 !important;
}

.select2 .presentation {
	display: none;
}

.select2-container.select2-container--default.select2-container--open:not(.select2-container--focus) {
	width: 100% !important;
	margin: 30px 0 0 !important;
}

.select2-container--default .select2-selection--single {
	height: 40px;
	padding: 0 30px 0 10px;
	border-radius: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	font-size: 16px;
	font-weight: normal;
	color: #0D0D0D;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 20px;
}

/*.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
*/
.select2-container--default .dropdown-wrapper {
	border: none;
	position: absolute;
	top: 1px;
	right: 0;
	width: 30px;
	height: 40px;
	background-image: url(../images/select_arrow.png);
	background-position: center;
	background-repeat: no-repeat;
}

/*.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {*/

.select2-container--default.select2-container--open .dropdown-wrapper {
	background-image: url(../images/select_arrow_open.png);
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	height: 100%;
	margin-right: 10px;
}

.select2-container .select2-selection--single .select2-selection__clear {
	font-size: 20px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	margin-top: 0 !important; 
}

.select2-selection.select2-selection--multiple,
.select2-selection.select2-selection--multiple:focus,
.select2-selection.select2-selection--multiple:hover,
.select2-selection.select2-selection--multiple:active {
	padding: 0 10px 4px 10px;
	border-radius: 20px;
	min-height: 40px;
	border: 1px solid #AAA !important;
}

.select2-selection.select2-selection--multiple #select2-indicator-container {
	width: 100%;
	height: 100%;
}

.select2-selection__clear {
	height: 100% !important;
	font-size: 20px !important;
	margin-right: 20px !important;
}

.select2-search__field {
	padding-top: 8px !important;
	margin-top: 0 !important;
}

.select2-search__field::placeholder {
	font-size: 16px;
	font-weight: normal;
	color: #0D0D0D;
}


#table-conclusions {
	margin-top: 60px;
	/*min-width: 1170px;*/
}

.section-bredcrumbs h1 {
	font-weight: 500;
	line-height: 80px;
	/*font-size: 70px;*/

	/*
		32px 	=> min font size on mobile
		38 		=> how match need add to max font-size on desctop (if 70 then 70-32=38)
		100vh 	=> automatic value - width of the screen
		1920 	=> max width of content for text on desctop
	*/
	font-size: calc(32px + 38 * (100vw / 1920));
	line-height: calc(36px + 44 * (100vw / 1920));
}

	
.section-bredcrumbs .lead {
	/* 0.7 - standart coefficient */
	font-size: calc(16px + 4 * ((100vw - 320px) / 1920));
	line-height: calc(28px + 4 * ((100vw - 320px) / 1920));
}

h2 {
	color: #0D0D0D !important;
	text-align: left !important;
	font-weight: 500 !important;

	font-size: calc(48px + 22 * ((100vw - 320px) / 1920));
	line-height: calc(54px + 28 * ((100vw - 320px) / 1920));
}

.product-name {
	font-size: calc(20px + 10 * ((100vw - 320px) / 1920));
}


@media (max-width: 767px) {
	.product-name {
		font-size: calc(20px + (10 + 10 * 0.7) * ((100vw - 320px) / 1920));
	}

	h2 {
		font-size: calc(48px + (22 + 22 * 0.7) * ((100vw - 320px) / 1920));
		line-height: calc(54px + (28 + 28 * 0.7) * ((100vw - 320px) / 1920));
	}
	.section-bredcrumbs h1 {
		/* 0.7 - standart coefficient */
/*		font-size: calc(32px + (38 + 38 * 0.7) * ((100vw - 320px) / 1920));
		line-height: calc(36px + (44 + 44 * 0.7) * ((100vw - 320px) / 1920));
*/
		font-size: calc(28px + (42 + 42 * 0.7) * ((100vw - 320px) / 1920));
		line-height: calc(32px + (48 + 48 * 0.7) * ((100vw - 320px) / 1920));
	}
	
	.section-bredcrumbs .lead {
		/* 0.7 - standart coefficient */
		font-size: calc(16px + (4 + 4 * 0.7) * ((100vw - 320px) / 1920));
		line-height: calc(28px + (4 + 4 * 0.7) * ((100vw - 320px) / 1920));
	}

/*	.test-tt {
		font-weight: 500;
		line-height: 36px;
		font-size: 32px;
	}
*/
}



/*.news-article*/
.post-boxed.news-article {
	height: 100%;
}

.list-tags {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	min-height: 24px;
}

.list-tags li {
	margin-right: 10px;
}

#filter-clear {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: flex-end;
	max-width: 80%;

	float: right;
	margin-top: 30px;
	height: 30px;
	line-height: 40px;
	font-size: 16px;
	font-weight: normal;
	color: #7B7B7B;
	cursor: pointer;
}

#filter-clear .clear-ico {
	margin-right: 10px;
	width: 10px;
	height: 40px;
	background-image: url(../images/clear_flter_ico.png);
	background-repeat: no-repeat;
	background-position: center;
}

.download-table-ico {
	display: block;
	margin: 0 auto;
	width: 34px;
	height: 42px;
	background-image: url(../images/dwl_ico_page.png), url(../images/dwl_ico_arr.png);
	background-position: center, 50% 75%;
	background-repeat: no-repeat, no-repeat;
}
.download-table-ico-txt {
	display: block;
	margin: 0 auto;
	width: 34px;
	height: 42px;
	background-image: url(../images/dwl_ico_txt.png), url(../images/dwl_ico_arr.png);
	background-position: center, 50% 75%;
	background-repeat: no-repeat, no-repeat;
}

.download-table-ico:hover {
	background-image: url(../images/dwl_ico_page_hover.png), url(../images/dwl_ico_arr.png);
	background-position: center, 50% 82%;
}
.download-table-ico-txt:hover {
	background-image: url(../images/dwl_ico_txt_hover.png), url(../images/dwl_ico_arr.png);
	background-position: center, 50% 82%;
}

.tabulator-pages {
	display: inline !important;
}

@media (max-width: 767px) {
	.tabulator .tabulator-footer .tabulator-page {
		padding: 8px;
		font-size: 12px;
	}
}

.rd-navbar-static a:not([href]):not([tabindex]),
.rd-navbar-static a:not([href]):not([tabindex]):hover {
	color: #FFFFFF;
}

.tabulator .tabulator-table {
	font-size: 14px !important;
}

.tabulator-cell[tabulator-field="court"] {
	font-size: 12px;
}

.tabulator-row .tabulator-cell {
	padding: 0.5rem;
}

.media-wrapper {
	position: relative;
}

.media-wrapper .post-date {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 80px;
	color: #FFFFFF;
	text-align: center;
	background-color: #7B7B7B;
}

.skl-url-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}

.btn-grd-sklad {
	margin: 0 auto 20px !important;
	display: block;
	width: 420px;
}

@media (max-width: 767px) {
	.btn-grd-sklad {
		width: 90%;
		padding: 10px 20px;
		font-size: 14px;
	}

	.copyright {
		line-height: 50px;
	}
}

@media (max-width: 1199px) {
	.rd-navbar-submenu-toggle {
		display: block;
		position: absolute;
		height: 52px;
		right: 0;
		left: 0;
		top: 0;
	}
}

#menu-bazove-meniu {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 0;
}


.table-window {
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
}

.doc-type-ico {
	width: 40px;
	height: 36px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: all 0.3s ease-in-out;
}

.doc-type-ico.num-222 {
	background-image: url(../images/conclusion_icon/.png);
}
.doc-type-ico.slug-vysnovok-nova-redaktsiia {
	background-image: url(../images/conclusion_icon/vysnovok-nova-redaktsiia.png);
}
.doc-type-ico.slug-informatsiia-na-dopovnennia-do-vysnovku {
	background-image: url(../images/conclusion_icon/informatsiia-na-dopovnennia-do-vysnovku.png);
}
.doc-type-ico.slug-skasuvannia-vysnovku {
	background-image: url(../images/conclusion_icon/skasuvannia-vysnovku.png);
}
.doc-type-ico.slug-skasuvannia-vysnovku-ta-nadannia-informatsii	 {
	background-image: url(../images/conclusion_icon/skasuvannia-vysnovku-ta-nadannia-informatsii.png);
}
.doc-type-ico.slug-informatsiia-u-novii-redaktsii	 {
	background-image: url(../images/conclusion_icon/informatsiia-u-novii-redaktsii.png);
}
.doc-type-ico.num-234 {
	background-image: url(../images/conclusion_icon/.png);
}
.doc-type-ico.slug-vysnovok {
	background-image: url(../images/conclusion_icon/vysnovok.png);
}
.doc-type-ico.slug-informatsiia {
	background-image: url(../images/conclusion_icon/informatsiia.png);
}


.doc-type-ico.num-222:hover {
	background-image: url(../images/conclusion_icon/.png);
}
.doc-type-ico.slug-vysnovok-nova-redaktsiia:hover {
	background-image: url(../images/conclusion_icon/vysnovok-nova-redaktsiia_hover.png);
}
.doc-type-ico.slug-informatsiia-na-dopovnennia-do-vysnovku:hover {
	background-image: url(../images/conclusion_icon/informatsiia-na-dopovnennia-do-vysnovku_hover.png);
}
.doc-type-ico.slug-skasuvannia-vysnovku:hover {
	background-image: url(../images/conclusion_icon/skasuvannia-vysnovku_hover.png);
}
.doc-type-ico.slug-skasuvannia-vysnovku-ta-nadannia-informatsii:hover {
	background-image: url(../images/conclusion_icon/skasuvannia-vysnovku-ta-nadannia-informatsii_hover.png);
}
.doc-type-ico.slug-informatsiia-u-novii-redaktsii:hover {
	background-image: url(../images/conclusion_icon/informatsiia-u-novii-redaktsii_hover.png);
}
.doc-type-ico.num-234:hover {
	background-image: url(../images/conclusion_icon/.png);
}
.doc-type-ico.slug-vysnovok:hover {
	background-image: url(../images/conclusion_icon/vysnovok.png);
}
.doc-type-ico.slug-informatsiia:hover {
	background-image: url(../images/conclusion_icon/informatsiia_hover.png);
}

.filter-element {
	max-width: 100%;
}

.content-wrap {
	margin-bottom: 40px;
}


.data-download-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;

	margin-top: 20px;
	padding: 10px 20px;
	border: 1px solid #CCC;
	border-radius: 10px;
	line-height: 16px;
	font-size: 16px;
}

.btn-data-download-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.btn-data-download {
	height: 32px;
	padding: 8px 20px;
	margin-left: 20px;
	font-size: 16px;
	line-height: 16px;
	color: #FFF;
	border-radius: 16px;
	background-color: #7B7B7B;
	cursor: pointer;
	transition: all .3s linear;
}

a.btn-data-download {
	display: block;
	color: #fff;
	text-decoration: none;
}

.btn-data-download:hover,
a.btn-data-download:hover {
	background-color: #0D0D0D;
}


.top-off {
	margin-top: 30px !important;
}

@media (max-width: 767px) {
	.data-download-wrap,
	.btn-data-download-wrap {
		justify-content: space-around;
	}
	.btn-data-download {
		margin-top: 10px;
		margin-left: 0;
	}
}

#download-csv-full,
#download-csv-filter {
	display: none;
}

.page-404 {
	text-align: center;
	font-size: 140px;
	font-weight: bold;
}

.page-404-desc {
	text-align: center;
	font-size: 80px;
}

.tax-wrap {
	text-align: left;
}

.tax-title {
	font-size: 20px;
}

.tax-name {
	font-size: 20px;
	font-weight: bold;
}

body.error404 header,
body.error404 footer {
	display: none;
}

body.error404 .grd-logo {
	display: block;
	margin: 0 auto;
}

.page-404-subtitle {
	font-size: 60px;
}

.no-search-result {
	font-size: 30px;
}

@media (max-width: 320px) {
	.page-404-subtitle {
		font-size: 32px;
	}

	.button-lg {
		font-size: 14px;
	}

	.no-search-result {
		font-size: 24px;
	}
}

.footer-contact-wrap {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

.footer-contact-item {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}

.footer-contact-item .fc-ico {
	margin-right: 10px;
}

.aid-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.aid-wrap .image-block {
	width: 200px;
	height: 212px;
	background-image: url(../images/uk_aid.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.aid-wrap .text-block {
	width: 400px;
}