/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
*,
*:after,
*:before {
	box-sizing: border-box;
	min-height: 0;
	min-width: 0;
}
html {
	overflow-y: scroll;
	overflow-x: auto;
	position: relative;
	min-height: 100%;
}
.table-wr {
	width: 100%;
	overflow-y: hidden;
	overflow-x: auto;
}
table {
	width: 100%;
	border-collapse: collapse;
}
.b64 {
	display: none;
}
.b64.block {
	display: block;
}
button {
	cursor: pointer;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.tal {
	text-align: left;
}
.tar {
	text-align: right;
}
.tac {
	text-align: center;
}
.tal > .btn {
	margin-right:auto;
	margin-left:0;
}
.tar > .btn {
	margin-right:0;
	margin-left:auto;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.img img,
.image img {
	margin: 0 auto;
	display: block;
}

/*
.img.fl img,
.img.fr img
{
	width:auto;
	max-width: none;
	display:inline-block;
}
a.img.fl,
a.img.fr,
img.fl,
img.fr {
	width:auto;
}
.phone span,
.phone a {
	display: block;
}

span.email {
	display:none;
}*/
.clearfix:after {
	content:"";
	display:table;
	clear:both;
}
form .group input[type="radio"],
form .group input[type="checkbox"] {
	display:inline-block;
}
form .message {
	display:none;
}
form .group.error .message{
	display:block;
}
.nowrap {
	white-space: nowrap;
}
.through {
	text-decoration: line-through;
}
ul.inside {
	list-style-position:inside;
}
a {
	outline:none;
}
.bold {
	font-weight:bold;
}
.ib {
	display:inline-block;
}
.spoiler > div,
.spoiler > input[type=checkbox],
.tabs > div,
.tabs > input[type=radio],
.accordion > div,
.accordion > input[type=checkbox],
.spoiler .headerless,
.spoiler > :checked ~ label > .headermore,
nav.tm input[type="checkbox"],
nav.tm input[type="checkbox"]:checked ~ label > svg.hamburger,
nav.tm svg.close,
nav.tm > div > ul ul {
	display:none;
}

nav.tm input[type="checkbox"]:checked ~ label > svg.close,
nav.tm > div > ul input[type="checkbox"]:checked ~ ul,
.spoiler > :checked ~ label > .headerless,
.spoiler > :checked ~ div,
.tabs > :checked + label + div,
.accordion > :checked + label + div {
	display:block;
}
.tabs > div{
	order: 1;
	width:100%;
}
.spoiler > label,
.tabs > label,
.accordion > label{
	display:inline-block;
	cursor:pointer;
}
.tabs:not(.accordion) > :checked + label{
	cursor:text;
}
.displayNone,
.displayNone.line,
.displayNone.toolbar {
	display:none;
}
[type="checkbox"],
[type="radio"] {
	cursor:pointer;
}

	body {
		font-family: sans-serif;
		font-size: 16px;
		font-weight: 400;
		background-color: #ffffff;
		color:#000000;
		line-height:1.5;
	}
	body.dbg.ug1:after {
		content: "breakPoint: 320px, xs";
		display: block;
		padding: 5px;
		position: fixed;
		bottom: 0;
		right: 0;
		background-color: #F0F0F0;
		border:1px solid #E8E8E8;
		opacity:0.5;
		z-index: 3;
	}

	body.dbg.ug1:hover:after{
		opacity:1;
	}	
	a {
		color: blue;
	}
	.bold {
		font-weight:bold;
	}
	ul,
	p {
		margin:20px 0 0;
	}
	.breadcrumbs {
		font-size:12px;
		list-style: none outside;
		padding:0;
	}
	.breadcrumbs li {
		display: inline-block;
	}
	.breadcrumbs > li + li:before {
		content: "/";
		padding: 0 5px;
		color: #A9A9A9;
	}	
	#to-top{
		position: fixed;
		right: 0;
		bottom: 40px;
		padding: 10px;
		transform: translateX(100%);
		transition: transform 0.5s;
	}
	#to-top.view{
		transform: unset;
	}
	svg {
		display: inline-block;
		width: 40px;
		height: 40px;
		fill: #000000;
	}	
	.line {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}
	.pagination {
		text-align: center;
	}
	.pagination li {
		display: none;
	}
	.pagination li[class] {
		display: inline-block;
	}
	.pagination a,
	.pagination span {
		display: block;
		line-height:1;
		width:100%;
		height:100%;
	}
	.pagination a {
		text-decoration: none;
	}
	header,
	header .line {
		height:50px;
	}
	header{
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 2;
		background-color:#ffffff;
	}
	.wrapper{
		display: flex;
		flex-direction: column;
		min-height: 100vh;
		padding-top: 50px;
		justify-content: space-between;
	}

	label {
		cursor:pointer;
	}
	.debug {
		position:fixed;
		bottom:0;
		left:0;
		display:none;
		background-color: #ffffff;
		max-height:70vh;
		overflow:auto;
	}
	td,th{
		padding: 5px;
	}
	tr{
		border-top:1px solid #F0F0F0;
	}
	table{
		margin-top:20px;
	}
	.tabs > label,
	.accordion > label {
		padding:5px;
		margin-right:5px;
		border:1px solid #F0F0F0;
		background-color:#F5F5F5;
		margin-bottom:5px;
	}

	.tabs{
		margin-top:20px;
		display:flex;
		flex-wrap: wrap;
		justify-content: start;
		align-items: center;
	}	
	ul.language-panel {
		list-style: none outside;
		padding: 0;
		margin-top:0;
	}
	ul.language-panel li {
		display:inline-block;
		margin-left:10px;
	}

	form .block.error {
		border:1px solid red;
	}
	form .block.error .message {
		display:block;
		color: red;
	}
	.hidden{
		display:none;
	}
	img {
		margin-top:20px;
	}


	.container {
		padding:0 10px;
		overflow:hidden;
	}
	.cols > * {
		margin-top: 20px;
		display:block;
	}

	.col1 > *:after{
		content:"";
		display:table;
		clear:both;
	}


	nav.tm {
		height:40px;
	}
	nav.tm ul {
		list-style: none outside;
		padding:0;
		margin:0;
	}
	nav.tm ul ul {
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left:10px;
	}
	nav.tm li {
		position:relative;
		min-height: 40px;
	}
	nav.tm li:last-child{
		border:none;
	}
	nav.tm > div {
		padding: 20px;
		position: fixed;
		top: 50px;
		left: 0;
		z-index: 2;
		width: 80%;
		height: calc(100vh - 50px);
		max-height: calc(100vh - 50px);
		overflow: auto;
		transform: translateX(-125%);
		transition: .35s all cubic-bezier(.65,.05,.36,1);
		background-color:#ffffff;
	}

	nav.tm input[type="checkbox"]:checked ~ div {
		transform: translateX(0);
	}

@media only screen and (min-width: 360px){
	body.dbg.ug1:after {
		content: "breakPoint: 360px, xsm";
	}




}
@media only screen and (min-width: 576px){
	body.dbg.ug1:after {
		content: "breakPoint: 576px, sm";
	}


	.cols{
		display: flex;
		flex-wrap: wrap;
		margin-left:-10px;
		margin-right: -10px;
		justify-content:center;
	}
	.cols > * {
		width: calc(50% - 20px);
		margin:20px 10px 0;
	}

}
@media only screen and (min-width: 768px){
	body.dbg.ug1:after {
		content: "breakPoint: 768px, md";
	}


	.col3 > *,
	.col4 > *,
	.col5 > *,
	.col6 > * {
		width: calc(100%/3 - 20px);
	}	

}
@media only screen and (min-width: 992px){
	body.dbg.ug1:after {
		content: "breakPoint: 992px, lg";
	}
	.pagination li {
		display: inline-block;
	}	


	.col4 > *,
	.col5 > *,
	.col6 > * {
		width: calc(25% - 20px);
	}	



	nav.tm > div {
		transform: none;
		position: static;
		height: auto;
		max-height: unset;
		padding: 0;
		overflow: unset;
		width: auto;
		display: flex;
		
	}
	header nav.tm > div{
		background-color:transparent;
	}
	nav.tm > label{
		display:none;
	}
	nav.tm > div > ul {
		display: flex;
	}
	nav.tm > div > ul > li {
		margin: 0 5px;
		padding: 0 0 0 5px;
		width: auto;
		height: 40px;
		white-space: nowrap;
		border: none;
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: #000000;
	}

}
@media only screen and (min-width: 1200px){
	body.dbg.ug1:after {
		content: "breakPoint: 1200px, xl";
	}
	.debug {
		display:block;
		opacity:0.3;
	}
	.debug:hover {
		opacity:1;
	}	


	.container {
		width: 1160px;/*бо є ще полоса прокрути завжди*/
		margin: 0 auto;
	}
	.col5 > *{
		width: calc(20% - 20px);
	}
	.col6 > * {
		width: calc(100%/6 - 20px);
	}	

}

a:hover {
  text-decoration: none;
}

a:focus {
	outline: 1px solid;
	text-decoration: underline;
}

select {
	background-clip: padding-box;
	background-color: #fff;
	border: 2px solid #ccc;
	border-radius: 0;
	color: #444;
	display: block;
	font-weight: 400;
	overflow: hidden;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
	width: 100%;
}

input:not([type]), input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], input[type="search"], textarea {
	border-radius: 0;
	margin-bottom: 20px;
	box-shadow: inherit;
	padding: 6px 12px;
	line-height: 40px;
	border-width: 2px;
	border-style: solid;
	width: 100%;
}

input[type="submit"], input[type="reset"], button {
	padding: 5px 35px;
	line-height: 30px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 14px;
	border-width: 1px;
	border-style: solid;
	transition: all 0.4s ease-in-out 0s;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

input[type="submit"]:hover, input[type="reset"]:hover, button:hover, input[type="submit"]:focus, input[type="reset"]:focus, button:focus {
	transition: all 0.3s ease 0s;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
	display: inline-block;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
	display: inline-block;
}

.form-control {
	border-radius: 0;
	margin-bottom: 20px;
	box-shadow: inherit;
	padding: 6px 12px;
	line-height: 40px;
	border-width: 2px;
	border-style: solid;
	height: 40px;
}

.form-control:focus {
	box-shadow: inherit;
}

img.size-large {
	width: 100%;
	height: auto;
}

h1, .h1 {
	font-size: 34px;
	line-height: 40px;
}

h2, .h2 {
	font-size: 32px;
	line-height: 35px;
}

h3, .h3 {
	font-size: 28px;
	line-height: 30px;
}

blockquote {
	width: 100%;
	border-width: 0 0 0 5px;
	border-style: solid;
	padding: 20px;
}

blockquote::before {
	content: "\f10d";
	display: table;
	float: left;
	font-family: 'Font Awesome 5 Free';
	font-size: 28px;
	margin-top: 6px;
	font-weight: normal;
	width: 6%;
	font-weight: 900;
}

blockquote p {
	font-style: italic;
	width: 94%;
	display: table;
	font-weight: bold;
	line-height: 1.5;
}

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

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

table, th, td {
	border: 1px solid #e9e9e9;
}

th {
	background: #f6f6f6;
	color: #01012f;
	padding: 8px 11px;
	text-align: left;
}

td {
   padding: 8px 11px;
}

.btn {
	padding: 2px 26px;
	line-height: 30px;
	overflow: hidden;
	position: relative;
	border-radius: 4px;
	font-weight: bold;
	display: inline-block;
	transition: all 0.2s ease 0s;
	border-width: 2px;
	border-style: solid;
}

.more_btn, .more-link {
	padding: 8px 10px;
	line-height: 30px;
	overflow: hidden;
	border-radius: 4px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-radius: 4px;
}

.pagination > li > a, .pagination > li > span {
	margin: 0 6px 10px;
	border-radius: 4px;
	border : none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > li > a:hover, .pagination > li > a:focus, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	transition: all 0.3s ease 0s;
}

footer {
	background-size: cover;
}
