/*! 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,
.tableWr {
	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;
}

span.email {
	display:none;
}
.clearfix:after {
	content:"";
	display:table;
	clear:both;
}

form .error .alert {
	display:inline-block;
}
form .group input[type="radio"],
form .group input[type="checkbox"] {
	display:inline-block;
}
form .block .message {
	display:none;
}
form .block.error .message{
	display:block;
}
.nowrap {
	white-space: nowrap;
}
.through {
	text-decoration: line-through;
}
ul ul{
	padding-bottom:1em;
}
ul.inside {
	list-style-position:inside;
}
a {
	outline:none;
}
.bold {
	font-weight:bold;
}
.ib {
	display:inline-block;
}
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 {
	display:block;
}
.tabs > .header > *{
	display:inline-block;
	cursor:pointer;
}
.spoiler > .header,
.accordion > div > .header{
	cursor:pointer;
}
.tabs >.header > *.show{
	cursor:text;
}
.tabs > .body > div,
.spoiler > .body,
.accordion > div > .body {
	overflow: hidden;
	display: grid;
	grid-template-rows: 0fr;
	transition: all 1s ease;
}
.tabs > .body > div.show,
.spoiler.show > .body,
.accordion > div.show > .body {
	grid-template-rows: 1fr;
}
.spoiler > .header > .headerless,
.spoiler > .header > .headermore{
	pointer-events: none;
}
.spoiler  > .header > .headerless,
.spoiler.show > .header > .headermore{
	display:none;
}
.spoiler.show > .header > .headerless{
	display:block;
}

.displayNone,
.displayNone.line,
.displayNone.toolbar,
.dN {
	display:none;
}
[type="checkbox"],
[type="radio"] {
	cursor:pointer;
}
:root {
	--step: 20px;
	--fontFamily: "Montserrat", sans-serif;
	--fontWeight: 400;
	--fontWeightBold: 700;
	--fontSize: 16px;
	--fontSizeSmall: calc(var(--fontSize) * .75);
	--headerHeight: calc(var(--step) * 2.5);
	
	--color1: blue;
	--color2: green;

	--colorWhite: #ffffff;
	--colorBlack: #000000;
	--colorError: red;

	/*від світлого до темного*/
	--colorSilver1: #F8F8F8;
	--colorSilver2: #F5F5F5;/*WhiteSmoke*/
	--colorSilver3: #F0F0F0;
	--colorSilver4: #E8E8E8;
	--colorSilver5: #E0E0E0;
	--colorSilver6: #DCDCDC;/*Gainsboro*/
	--colorSilver7: #D8D8D8;
	--colorSilver8: #D3D3D3;/*LightGray*/
	--colorSilver9: #D0D0D0;
	--colorSilver10: #C8C8C8;
	--colorSilver11: #C0C0C0;/*Silver*/
	--colorSilver12: #BEBEBE;/*Gray*/
	--colorSilver13: #B8B8B8;
	--colorSilver14: #B0B0B0;
	--colorSilver15: #A9A9A9;/*DarkGray*/
	--colorSilver16: #A8A8A8;
	--colorSilver17: #A0A0A0;
	--colorSilver18: #989898;
	--colorSilver19: #909090;
	--colorSilver20: #888888;
	--colorSilver21: #808080;/*Gray*/
	--colorSilver22: #787878;
	--colorSilver23: #707070;
	--colorSilver24: #696969;
	--colorSilver25: #686868;
	--colorSilver26: #606060;
	--colorSilver27: #585858;
	--colorSilver28: #505050;
	--colorSilver29: #484848;
	--colorSilver30: #404040;
	--colorSilver31: #383838;
	--colorSilver32: #303030;
	--colorSilver33: #282828;
	--colorSilver34: #202020;
	--colorSilver35: #181818;
	--colorSilver36: #101010;
	--colorSilver37: #080808;
}
body {
	font-family: var(--fontFamily);
	font-size: var(--fontSize);
	font-weight: var(--fontWeight);
	background-color: var(--colorWhite);
	color:var(--colorBlack);
	line-height:1.5;
	overflow-wrap: break-word;
}
html.dbg.ug1:before {
	content: "!start";
	font-size:10px;
	font-family: var(--fontFamily);
	color:#a9a9a9;
	transform: rotate(90deg);
	transform-origin: top right;
	position:fixed;
	top:55px;
	right:0;
	z-index:5;
	display:block;
	width:50px;
}
/* .work*/
body::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(246, 246, 246, 0.5); /* #f6f6f6 з 50% прозорістю */
	z-index: 3;
	display: none; /* Приховано за замовчуванням */
}

/* Контейнер work через псевдоелемент body::after */
body::after {
	content: "";
	position: absolute;
	width: calc(var(--step)*2);
	height: calc(var(--step)*2);
	top: calc(50vh - var(--step));
	left: calc(50vw - var(--step));
	z-index: 4;
	border: 20px solid var(--colorSilver15);
	border-left-color: var(--color1);
	border-right-color: var(--color2);
	background-color: var(--colorWhite);
	border-radius: 100%;
	display:none;
/* Додаємо перехід для плавного завершення */
    transition: transform 1s ease-out;
}

/* Анімація та overlay активуються при класі work на html */
html.work body::after {
	animation: work 0.5s infinite linear;
	transition: none; /* Вимикаємо перехід під час анімації */
}

html.work body::before,
html.work body::after{
	display: block;
}
@keyframes work {
	100% {
		transform: rotate(360deg);
	}
}
/*\ .work*/
nav.tm {
	height:calc(var(--step) * 2);
}
nav.tm ul {
	list-style: none outside;
	padding:0;
	margin:0;
}
nav.tm ul ul {
	margin-top: calc(var(--step) / 2);
	margin-bottom: calc(var(--step) / 2);
	margin-left:calc(var(--step) / 2);
}
nav.tm li {
	position:relative;
	min-height: calc(var(--step) * 2);
}
nav.tm li:last-child{
	border:none;
}
nav.tm > div {
	padding: var(--step);
	position: fixed;
	top: var(--headerHeight);
	left: 0;
	z-index: 2;
	width: 80%;
	height: calc(100vh - var(--headerHeight));
	max-height: calc(100vh - var(--headerHeight));
	overflow: auto;
	transform: translateX(-125%);
	transition: .35s all cubic-bezier(.65,.05,.36,1);
	background-color:var(--colorWhite);
}

nav.tm input[type="checkbox"]:checked ~ div {
	transform: translateX(0);
}	
.container {
	margin:0 calc(var(--step) / 2);
	overflow:hidden;
}
.col1,
.col2,
.col3,
.col4,
.col5,
.col6 {
	margin-top: var(--step);
	display:block;
}
.col1 > *:after{
	content:"";
	display:table;
	clear:both;
}
a {
	color: var(--color1);
}
.bold {
	font-weight:bold;
}
ul,
p {
	margin:var(--step) 0 0;
}
.breadcrumbs {
	font-size:var(--fontSizeSmall);
	list-style: none outside;
	padding:0;
}
.breadcrumbs li {
	display: inline-block;
}
.breadcrumbs > li + li:before {
	content: "/";
	padding: 0 calc(var(--step) / 4);
	color: var(--colorSilver15);
}	
#to-top{
	position: fixed;
	right: 0;
	bottom: calc(var(--step) * 2);
	padding: calc(var(--step) / 2);
	transform: translateX(100%);
	transition: transform 0.5s;
}
#to-top.show{
	transform: unset;
}
svg {
	display: inline-block;
	width: calc(var(--step) * 2);
	height: calc(var(--step) * 2);
	fill: var(--colorBlack);
}
.line {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.pagination {
	text-align: center;
}
.pagination li {
	display: none;
	vertical-align:top;
}
.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:var(--headerHeight);
}
header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background-color:var(--colorWhite);
}
.wrapper{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100vh;
	padding-top: var(--headerHeight);
}

label {
	cursor:pointer;
}
.debug {
	position:fixed;
	bottom:0;
	left:0;
	background-color: var(--color1);
	width:var(--step);
	height:var(--step);
	overflow:hidden;
}
td,th{
	padding: calc(var(--step) / 4);
}
tr{
	border-top:1px solid var(--colorSilver3);
}
table{
	margin-top:var(--step);
}
.tabs > label,
.accordion > label {
	padding:calc(var(--step) / 4);
	margin-right:calc(var(--step) / 4);
	border:1px solid var(--colorSilver3);
	background-color:var(--colorSilver2);
	margin-bottom:calc(var(--step) / 4);
}

.tabs{
	margin-top:var(--step);
	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:calc(var(--step) / 2);
}

form .block.error {
	border:1px solid var(--colorError);
}
form .block.error .message {
	display:block;
	color: var(--colorError);
}
.hidden{
	display:none;
}
img {
	margin-top:var(--step);
}
.siteName {
	font-weight:bold;
}
button.htmlAfter{
	display:none;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	aligh-items:center;
}
.flex > *,
.col1 > *,
.col2 > *,
.col3 > *,
.col4 > *,
.col5 > *,
.col6 > * {
	clear:both;
	margin-top: var(--step);
}


@media only screen and (min-width: 375px){

html.dbg.ug1:before {
	content: "375px";
}


}


@media only screen and (min-width: 576px){

html.dbg.ug1:before {
	content: "576px";
}
.col2,
.col3,
.col4,
.col5,
.col6 {
	display: flex;
	flex-wrap: nowrap;
	margin-left:-calc(var(--step) / 2);
	margin-right: -calc(var(--step) / 2);
	justify-content:center;
}

.col2 > *,
.col3 > *,
.col4 > *,
.col5 > *,
.col6 > * {
	width: calc(50% - var(--step));
	margin:var(--step) calc(var(--step) / 2) 0;
}

}


@media only screen and (min-width: 768px){

html.dbg.ug1:before {
	content: "768px";
}
ul.pagination li {
	display: inline-block;
}
footer .line{
	display:flex;
}
footer .accordion{
	display:flex;
	max-width:50vw;
	margin:0;
}

footer .accordion > div{
	white-space:nowrap;
}

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

}


@media only screen and (min-width: 992px){

html.dbg.ug1:before {
	content: "992px";
}
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 calc(var(--step) / 4);
	padding: 0 0 0 calc(var(--step) / 4);
	width: auto;
	height: calc(var(--step) * 2);
	white-space: nowrap;
	border: none;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--colorBlack);
}
.line .siteName {
	order: -1;
}	
.col4 > *,
.col5 > *,
.col6 > * {
	width: calc(25% - var(--step));
}	

}


@media only screen and (min-width: 1200px){

html.dbg.ug1:before {
	content: "1200px";
}
.debug {
	display:block;
	opacity:0.3;
}
.debug:hover {
	width: unset;
	height: unset;
	background-color: var(--colorWhite);
	opacity:1;
	overflow:auto;
	max-width:80vw;
	max-height:80vh;
}
.container {
	max-width: calc(1200px - var(--step) * 2);
	margin: 0 auto;
}
.col5 > *{
	width: calc(20% - var(--step));
}
.col6 > * {
	width: calc(100%/6 - var(--step));
}		

}


@media only screen and (min-width: 1440px){

html.dbg.ug1:before {
	content: "1440px";
}


}.vnotify-container {
	position: fixed; 
	z-index:2003;
	/*width:calc(100% - 10px);*/
	max-width: 25em;
}
  .vnotify-container.vn-top-right {
    right: 0;
    left: auto;
    top: 0;
    }
  .vnotify-container.vn-top-left {
    top: 0;
    left: 0; }
  .vnotify-container.vn-bottom-right {
    bottom: 0;
    right: 0; }
  .vnotify-container.vn-bottom-left {
    bottom: 0;
    left: 0; }
  .vnotify-container.vn-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    
  .vnotify-container .vn-close {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 15px;
    height: 15px;
    padding: 2px;
    cursor: pointer; }
    .vnotify-container .vn-close:before, .vnotify-container .vn-close:after {
      content: '';
      position: absolute;
      width: 100%;
      top: 50%;
      height: 2px;
      background: #fff; }
    .vnotify-container .vn-close:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg); }
    .vnotify-container .vn-close:after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.vnotify-item {
  max-width: 25em;
  padding: 15px;
  position: relative;
  border-radius: 5px;
  margin-bottom: 5px;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75); }
  .vnotify-item:hover {
    opacity: 1; }

.vnotify-title {
  font-weight: bold; }

.vnotify-info {
  background: #3498db;
  color: #fff; }

.vnotify-success {
  background: #2ecc71;
  color: #fff; }

.vnotify-error {
  background: #e74c3c;
  color: #fff; }

.vnotify-warning {
  background: #f39c12;
  color: #fff; }

.vnotify-notify {
  background: #333;
  color: #fff; }
