/*
Theme Name: OOO Novavet
Theme URI: https://novavet.by/
Author: NikBoik0
Author URI:
Version: 2024.08-01
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: novavet

*/

/**
 * Table of Contents

1.0 - Variables and font connect
2.0 - Normalize
  2.1 - Typography
  2.2 - Links
  2.3 - 404 (desktop)
3.0 - Header (desktop)
4.0 - Footer (desktop)
5.0 - Main (desktop)
6.0 - Table form (desktop)
7.0 - Media Queries
  7.1 - Media queries (ipad landscape)
    7.1.1 - Header (ipad landscape)
    7.1.2 - Footer (ipad landscape)
    7.1.3 - Posts (ipad landscape)
    7.1.4 - Main page (ipad landscape)
  7.2 - Media queries (ipad portret)
    7.2.1 - Header (ipad portret)
    7.2.2 - Footer (ipad portret)
    7.2.3 - Posts (ipad portret)
    7.2.4 - Main page (ipad portret)
  7.3 - Media queries (mobile)
    7.3.1 - Header (mobile)
    7.3.2 - Footer (mobile)
    7.3.3 - Posts (mobile)
    7.3.4 - Main page (mobile)
 */

/** ----------------------------------------------- 1.0 - variables and font connect */
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');*/
@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto/Roboto-VariableFont_wdth\,wght.ttf'), url('fonts/Roboto/Roboto-Italic-VariableFont_wdth\,wght.ttf') format('truetype');
  font-weight: 350;
  font-style: normal;
}


@font-face {
  font-family: 'NotoBold';
  src: url('fonts/Noto/static/NotoSans-SemiBold.ttf'),format('truetype');
  font-weight: 600;
  font-style:normal;
}

:root{
  --txt-font: 'Roboto', sans-serif;
 	--txt-p-size: 19px;
   background-color: #f1f4fc;
}
@-ms-viewport {
 width: device-width;
}
@viewport {
 width: device-width;
}

/** ------------------------------------------------- 2.0 - Normalize */
#header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f0f0f0;
  flex-wrap: wrap;
}

.logo {
  display: flex;
  align-items: center;
}

#logo {
  width: 120px;
  height: 40px;
  background: url('logo.png') no-repeat center;
  background-size: contain;
}

/* Гамбургер */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  width: 30px;
  width: calc(100vw - 186px - 30px);
  height: 25px;
  align-items: end;
  box-sizing: border-box;
  padding-right: 30px;
}


.menu-toggle span {
  height: 3px;
  background: #333;
  margin: 4px 0;
  transition: 0.3s;
}

/* Меню */
nav ul {
  list-style: none;
  display: flex;
}


nav a {
  display: block;
  text-decoration: none;
  color: #333;
}
html {
  font-family: var(--txt-font);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-gutter: stable;
  overflow: overlay;
}
body {
  margin: 0;
}
.site {
	background-color: #fff;
}

main {
  display: block;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
input,
select,
textarea {
  max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
  opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}
/** ------------------------------------------ 2.1 - Typography */

body,
button,
input,
select,
textarea {
	color: black;
	font-family: var(--txt-font);
	line-height: 1.75;
  --orange: #ef6712;
  --blue: #3d4f5f;
  --light-blue: #455a6d;
  --grey: #a5a4a3;
  --light-grey: #b9b7b4;
  --dark-grey: #161f20;
  /*--blue: #34436f;
  --light-blue: #465379;*/
}

h1,
h2,
h3,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
}
li.cellCwAll,
li.cellPgAll,
li.cellIfaCwAll,
li.cellAntAll {
    will-change: transform, background-color;
    transition: background-color 0.3s ease, transform 0.2s ease;
    cursor: pointer;
}


/** ------------------------------------------- 2.2 - Links */

a {
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #686868;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
	box-shadow: 0 1px 0 0 currentColor;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
	box-shadow: none;
}
a:link,
a:visited{
  color: #1a1a1a;
}
article p a:link,
article div aside a:link,
article div p a:link,
header > lead a:link{
  color: rgb(23, 99, 142);
  border-bottom: 1px solid rgba(23, 99, 142, 0.3);
}
article p a:visited,
article div aside a:visited,
article div p a:visited,
header > lead a:visited{
  color: rgb(23, 99, 142);
  border-bottom: 1px solid rgba(23, 99, 142, 0.3);
}
article p a:link:hover,
article div aside a:link:hover,
article div p a:link:hover,
header > lead a:link:hover{
  border-bottom: 1px solid rgb(23, 99, 142);
}
article p a:visited:hover,
article div aside a:visited:hover,
article div p a:visited:hover,
header > lead a:visited:hover{
  border-bottom: 1px solid rgb(23, 99, 142);
}
/* -----------------------------------------------   2.3 - 404 */
h1.err404 {
  width: 300px;
  font-size: 64px;
  padding-top: 45px;
  float: left;
}
div.err404{
  width: 600px;
}
div.err404 > p{
  width: 600px;
}
section.error404{
  min-height: 100vh;
}
/** ------------------------------------------ 3.0 - Header  */
header{
    display: flex;
    justify-content: space-between;
    border-bottom: #1a1a1a solid 1px;
    position: sticky;
    top: 0px;
    width: 100%;
    background-color: #f2f1ea;
    z-index: 10; 
}
a.logo{
    margin-top: 10px;
    margin-left: 35px;
    margin-bottom: 10px;
}
div#logo{
    width: 228px;
    height: 68px;
    background: url(img/logo.png) no-repeat;
    background-size: 228px 68px;
}
nav > ul{
    display: flex;
    list-style: none;
    margin-right: 20px;
    margin-top: 30px;
}
nav > ul > li {
    margin-left: 45px;
    display: block;
    font-weight: bold;
}
nav > ul > li > a{
  font-size: 25px;
  transition-duration: 0.2s;
}
nav > ul > li > a:hover{
  color: var(--orange);
  transition-duration: 0.5s;
}


/** ---------------------------------------------- 4.0 - Footer */
footer{
    background-color: #161f20;
    scroll-margin: 88px;
    height: fit-content;
    display: flex;
    justify-content: space-around;
}
div#contatslist{
  width: 400px;
  margin: 50px;
}
div#contatslist > p{
  color: #F0F4F8;
  margin-top: 5px;
  margin-bottom: 5px;
}
div#contatslist >h4{
  color: #F0F4F8;
  margin-top: 0;
  margin-bottom: 0px;
}
div#location{
  margin: 50px;
}
div#location >h4{
  margin: 5px;
  margin-top: 0;
  color: #F0F4F8;
}
div#contatslist > h4:last-of-type{
  margin-top: 8px;
}
span#copyright{
  display: block;
  margin-bottom: 0;
  color: #F0F4F8;
  margin-top: 34px;
}
div#location > p{
  color: #F0F4F8;
  margin: 0;
}
div#location > p >span{
  font-weight: bold;
}
p#unp{
  line-height: 26px;
}
#copyrightMob, #contatslistMob{
    display: none;
}
/** ------------------------------------------ 5.0 Main  */
#loadingOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #161f20;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  display: none;
}

.loader {
  border: 8px solid rgba(255, 255, 255, 0.2);
  border-top: 8px solid white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#botPr{
    display: none;
}
article{
    height: calc(100vh - 89px);
    z-index:0; 
}
section{
  z-index: 0;
}
article#about {
  background-image: linear-gradient(#f1f4fc00, var(--dark-grey)), url("img/home.webp");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  scroll-margin: 90px;
  flex-direction: column;
}
div#span {
  width: 100%;
  height: 80%;
  background: linear-gradient(to bottom, #f0f4f800, var(--dark-grey));
}
div#txtAbout{
  background-color: #161f20;
  margin: 0;
  height: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 3%;
  padding-left: 3%;
}
div#txtAbout > p{
    height: max-content;
    font-size: 30px;
    line-height: 35px;
    color: white;
    font-weight: bolder;
    max-width: 25%;
    box-sizing: border-box;
    text-align: center;
}
div#txtAbout > p:nth-child(2){
  height: fit-content;
  max-width: 44%;
  
}
#span{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  
}
#onas{
  font-family: 'NotoBold';
  padding-top: 360px;
  width: 100%;
  display: block;
  text-align: center;
  justify-content: center;
  font-size: 60px;
  font-weight: 600;
  color: var(--orange);

}
 div#location{
     width: 700px;
     height: 400px;
 }
/*
@keyframes glowingPulse {
  0% {
      color: #fef051;
      text-shadow: 0 0 1px rgba(255,153,0,0.2),
      0 0 2px #df7331,
      0 0 4px #df7331,
      0 0 8px #f76408,
      0 0 10px #f76408,
      0 0 20px #f76408;
  }
  50% {
      color: var(--orange);
      text-shadow: 0 0 0.5px rgba(255,153,0,0),
      0 0 1px rgba(255,153,0,0),
      0 0 2px rgba(255,0,0,0),
      0 0 4px rgba(255,0,0,0),
      0 0 8px rgba(255,0,0,0),
      0 0 16px rgba(255,0,0,0);
  }
  100% {
      color: #fef051;
      text-shadow: 0 0 1px rgba(255,153,0,0.2),
      0 0 2px #df7331,
      0 0 4px #df7331,
      0 0 8px #f76408,
      0 0 10px #f76408,
      0 0 20px #f76408;
  }
}
*/
#weAre, #ourAdv, #ourPro{
  transition: 0.9s ease-in-out;
  color: var(--orange);
  overflow: visible;
  animation: glowingPulse 6s linear infinite;
  text-decoration: none;
  font-weight: bolder;
}


/** ------------------------------------------ 6.0 - Table form */

section{
    background-color: #f1f4fc;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    scroll-margin: 87px;
}
section > div {
  display: flex;
  align-items: center;
  flex-direction: column;
}
div#aboutTbl{
  width: 1000px;
  align-items: baseline;
  height: fit-content;
}
div#aboutTbl > p{
  padding: 3px;
  margin: 0;
  
}
section > div > div{
  width: auto;
}

section > div > div > div{
    display: grid;
    grid-template-columns: 130px 300px auto;
    grid-template-rows: auto auto;
    grid-template-areas:
    "I A J"
    "Z B C"
    "Z D D";
}
div.btnnCwSide{
  grid-area: D;
}
div.accordionWrapper{
  display: grid;
  width: 1000px;
  grid-gap: 0;
  margin-bottom: 30px;
}
div.accordionWrapper > div{
  grid-column-start: 1;

}
div.accordionWrapper > div.sidePanel{
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 40;
  background-color: var(--light-blue);
  width: 100%;
  margin-top: -30px;
  box-sizing: border-box;
  border-left: 3px solid #f1f4fc;
  border-bottom: 3px solid #f1f4fc;
  padding: 0;
  height: auto;
  display: block;
}
div#sidePanelCwB, div#sidePanelPgB, div#sidePanelIfaCwB, div#sidePanelAnt{
  display: flex;
}
div#sidePanelCw, div#sidePanelPg, div#sidePanelIfaCw, div#sidePanelAnt{
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 32px;
  right: 0px;
  background-color: var(--light-blue);
  z-index: 2;
}
div.sidePanel > div:nth-child(1){
   width: 430px;
   margin-top: 0px;
}
.guide{
    overflow: hidden;
    height: 470px;
}
.guide > p {
    color: #f1f4fc;
    margin-left: 7px;
}
.guide > p > span {
    font-size: 30px;
    line-height: 10px;
}
.guide > p:nth-child(1) {
    margin-top: 0;
    height: 20px;
}
.guide > p:nth-child(2) {
    text-align: end;
}
.guide > p:nth-child(3) {
    margin-top:  32px;
}
.guide > p:nth-child(4) {
    text-align: end;
    margin-top:  40px;
}
.guide > p:nth-child(5) {
    margin-top:  34px;
    text-align: start;
}
.guide > p:nth-child(6) {
    text-align: end;
  margin-top: 85px;
  margin-bottom: 0;
}
.guide > p:nth-child(7) {
    margin-top:  10px;
    text-align: end;
}
div.sidePanel > div:nth-child(2){
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 67px;
}
div.operatCl{
  display: block;
  width: 50px;
}
div.sidePanel > div > h3{
  writing-mode: vertical-rl;
  color: #F0F4F8;
  align-self: flex-start;
  margin: 10px;
  margin-left: 18px;
  cursor: pointer;
}
div.sidePanel > div > h3:hover{
  color: var(--orange);
}
div.sidePanel > div > div >div {
  display: inline-block;
}
div.sidePanel > div > div > div > img{
  margin: 5px;
  cursor: pointer;
}

div.sidePanel> div > div> div.disOper> img:hover, div.sidePanel> div > div> div.disOper> img{
  cursor: default;
  background-color: #656969;
}

div.sidePanel> div > div> div> img:hover{
  background-color: #b48d45;
}

section > div > div > div > p{
    padding: 0;
    padding-left: 10px;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
    box-sizing: border-box;
    border-width: 0;
} 
section > div > div > div > p:nth-child(2){
    grid-area: B;
    display: block;
    width: 461px;
    margin-left: -120px;
}
section > div > div > div > p:nth-child(3){
    grid-area: D;
    display: block;
    width: 461px;
    margin-left: -120px;
    z-index: 1;
}
section > div > div > div > p:first-child{
    grid-area: A;
    display: block;
    border-bottom: 3px solid #f1f4fc;
    font-weight: bold;
    border-left: 3px solid #f1f4fc;
    line-height: 24px;
    padding-top: 3px;
    padding-bottom: 8px;
}
.accordionItem{
  width:fit-content;
  font-family:'Open-sans',Arial,sans-serif;
}
.accordionItemHeading{
  cursor:pointer;
  background: var(--light-blue);
  color:#f1f4fc;
  width:100%;
}
.close .accordionItemContent{
  height:0px;
  transition:height 1s ease-out;
  -webkit-transform: scaleY(0);
-o-transform: scaleY(0);
-ms-transform: scaleY(0);
transform: scaleY(0);
  float:left;
}

div.accordionItem > p:nth-child(2) {
  font-weight: bold;
}
.open .accordionItemContent{
  background-color: f1f4fc;
  width: 421px;
  margin-left: -120px;
  -webkit-transform: scaleY(1);
-o-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
  -webkit-transform-origin: top;
-o-transform-origin: top;
-ms-transform-origin: top;
transform-origin: top;

-webkit-transition: -webkit-transform 0.4s ease-out;
-o-transition: -o-transform 0.4s ease;
-ms-transition: -ms-transform 0.4s ease;
transition: transform 0.4s ease;
}


.open .accordionItemHeading{
  margin:0px;
  background-color: #f1f4fc;
  color: #656969;
}
hgroup > h1 {
  display: grid;
  grid-template-columns: 133px auto;
  color: white;
  margin-bottom: 3px;
  font-size: 50px;
  border-top: 4px solid white;
  width: 80%;
  line-height: 60px;
}
hgroup > h1 > div{
  box-sizing: border-box;
  font-size: 18px;
  text-align: center;
  line-height: 34px;
}
hgroup.activeCllHd{
  background-color: #f1f4fc;
  height: fit-content;
}
hgroup.activeCllHd > h1 {
  width: 1000px;
  box-sizing: border-box;
  border: 0;
}
hgroup.activeCllHd > h1 > div:first-of-type{
  box-sizing: border-box;
  background-color: var(--light-blue);
  border: 0;
  border-right: 4px solid #f1f4fc;
  border-left: 3px solid #f1f4fc;
  vertical-align: middle;
  line-height: 68px; 
  width: 133px;
  text-decoration: underline;
}
hgroup.activeCllHd > h1 > div:first-of-type:hover{
  color: var(--orange);
}
hgroup.activeCllHd > h1 > div >div:hover {
  color: var(--orange);
}
hgroup.activeCllHd > h1 > div >div:first-of-type:hover {
  color: white;

}
hgroup.activeCllHd > h1 > div >div {
  box-sizing: border-box;
  background-color: var(--light-grey);
  border: 0;
  border-right: 4px solid #f1f4fc;
  color: #656969;
}
div#hdCwL{
    background-color: var(--light-blue);
    color: white;
}
hgroup.activeCllHd > h1 > div >div.ActCllHd{
  background-color: var(--light-blue);
  color: #df7331 !important;
}
hgroup.activeCllHd > h1 > div > div.ActCllHd:hover{
  cursor: default;
}
hgroup.activeCllHd > h1 > div >div:first-of-type{
  border: 0;
  border-bottom: 4px solid #f1f4fc;
}
hgroup.activeCllHd > h1 > div >div:last-of-type{
  border: 0;
}
#hdDiagL{
  grid-column: 1/5;
  width: 100%;
  text-align: center;
  color: white;
}
#hdpcr, #hdifa{
  display: grid;
  grid-template-columns: 20% 20% 20% auto;
  width: 867px;
}
#hdpcr > div:first-child,#hdifa > div:first-child{
  grid-column: 1/5;
  cursor: default;
  background-color: var(--light-blue);
  color: #df7331;
}
#hdpcr > div:first-child > span,#hdifa > div:first-child > span{
  display: block;
  box-sizing: border-box;
  cursor: pointer;
    background-color: var(--light-grey);
    color: #656969;
  width: 374px;
}
#hdifa > div:first-child > span{
  float: left;
  border-right: 4px solid #f1f4fc;
}
#hdpcr > div:first-child > span{
  float: right;
  border-left: 4px solid #f1f4fc;
}
hgroup > h1:hover{
  cursor: pointer;
}
div > span#toIFA:hover, div > span#toPCR:hover{
  color: var(--orange);
}

hgroup > h1 > span{
  font-size: 40px;
}
hgroup{
  display: flex;
  width: 100%;
  background-color: var(--dark-grey);
  justify-content: center;
  position: sticky;
  top: 0px;
  z-index: 2;
}
.headerPrint, .headerPrintRec{
  display: none;
}
span.inDev{
  width: 100vw;
  height: calc(100vh - 77px - 42px);
  display: flex;
  align-items: center;
  justify-content: center;
}
span.inDev > div{
  background-image: url("img/razr.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 500px;
  height: 500px;
}
legend{
  min-height: calc(100vh - 100px);
  width: 98%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
legend > div > h2{
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table-cell; 
  vertical-align: bottom;
  color: white;
  background: linear-gradient(180deg, #1a1a1a00, #1a1a1a);
}
legend > div > h2:hover{
  background-color: #1a1a1a7c;
  color: white;
  cursor: pointer;
  padding-bottom: 100px;
  transition-duration: 0.3s;
}
#cow,#antibiotics,#pig,#chicken,#ifa,#ifaCh,#ifaCw,#ifaPig{
  display: none;
}
div#cowAct, div#antibioticsAct,div#pigAct,div#chickenAct,div#ifaAct,div#ifaChAct,div#ifaCwAct,div#ifaPigAct{
  display: block;
}
legend.diagnSelDeact{
  display: none;
}
#diagnSel > h3{
  width: 100%;
  text-align: center;
  font-size: 35px;
}
#diagnSel > h3:first-of-type{
  margin-top: 30px;
}
div#headCow, div#headAntibiotics,div#headChicken,div#headPig,div#headIfa,div#headCowIfa,div#headChickenIfa,div#headPigIfa{
  width: 280px;
  height: 280px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: table;
}
div#headCow{
  background-image: url("img/cowmini.webp");
}
div#headCowIfa{
  background-image: url("img/cowifa.webp");
}
div#headAntibiotics{
  background-image: url("img/antibiotic.webp");
}
div#headChicken{
  background-image: url("img/chicken.webp");
}
div#headChickenIfa{
  background-image: url("img/chickenifa.webp");
}
div#headPig{
  background-image: url("img/pig.webp");
}
div#headPigIfa{
  background-image: url("img/pigifa.webp");
}
div#headIfa{
  background-image: url("img/ifa.webp");
}
hgroup > h1 > span{
  color: white;
}
.deactHead{
  display: none !important;
}

div.infoTable{
  display: grid;
  grid-template-columns: 130px 300px 570px;
  grid-template-rows: 30px 30px;
  grid-template-areas:
  "S A C"
  "S A B";
  position: sticky;
  z-index: 2;
  box-sizing: border-box;
  top: 75px;
}
div.infoTable > h3:nth-child(1){
  grid-area: S;
  height: 64px;
  line-height: 18px;
  font-size: 18px;
}
div.infoTable > h3:nth-child(2){
  grid-area: A;
  height: 64px;
}
div.infoTable > h3:nth-child(3){
  grid-area: C;
  z-index: 2;
  height: 34px;
  font-size: 16px;
}
div.infoTable > h3 > span{
  display: block;
  box-sizing: border-box;
  height: 100%;
}
div.infoTable > h3:nth-child(2) > span{
  margin-top: 12px; 
}
div.infoTable > ul{
  grid-area: B;
}
ul.rootTable > li{
  text-align: center;
}
#closeCwPrHdq > img{
    height: 22px;
    width: 20px;
}
#closeCwPrHdq{
    width: 98%;
  height: 23px;
  padding-bottom: 10px;
  text-align: end;
}
div.infoTable > h3{
  box-sizing: border-box;
  background-color: var(--blue);
  color: #ffffff;
  border-bottom: 3px solid #f1f4fc;
  border-left: 3px solid #f1f4fc;
  border-top: 3px solid #f1f4fc;
  text-align: center;
}

ul.cells,ul.rootTable{
  margin: 0;
  padding-left: 0;
  width: fit-content;
}
ul.cells > li{
  list-style: none;
  display: inline-block;
  border: 0;
  color: #1a1a1a00;
  align-items: center;
  text-align: center;
  font-size: 20px;
  height: 100%;
  width: 0px;
  box-sizing: border-box;
  background-color: var(--light-grey);
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
}
div.accordionItem:nth-child(2n) > ul.cells > li{
  background-color: var(--grey);
}
ul.rootTable > li{
  list-style: none;
  display: inline-block;
  border-bottom: 3px solid #f1f4fc;
  border-left: 3px solid #f1f4fc;
  height: 100%;
  width: 50px;
  box-sizing: border-box;
  background-color: var(--blue);

}
ul.rootTable > li > p{
  cursor: pointer;
}
ul.cells > li.cellAct{
  border-bottom: 3px solid #f1f4fc;
  border-left: 3px solid #f1f4fc;
  width: 50px;
}
ul.rootTable > li >p{
  margin: 0;
  color: #F0F4F8;
  font-weight:bold;
  height: 31px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

div.accordionItem:nth-child(2n) > ul.cells > li:hover,ul.cells > li:hover,ul.rootTable > li:hover{
  background-color: #b48d45;
}
ul.cells > li.activeCll{
  color: #1a1a1a;

}
div.sumLeft{
  margin-left: 194px;
  font-weight: bolder;
  text-shadow: 1px 1px 2px black;
  margin-top: -50px;
}
div.cellsImg{
  grid-area: I;
  display: grid;
  grid-template-columns: 30px 30px 30px 30px;
  grid-template-areas:
  "A B C D";
  border-bottom: 3px solid #f1f4fc;
  border-left: 3px solid #f1f4fc;
  height: 100%;
  width: 130px;
  box-sizing: border-box;
  background-color: var(--light-blue);
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
div.cellsImg > img{
  margin-right: 5px;
}
div.cellsImg > img.img6Cw, div.cellsImg > img.img6Pg{
  grid-area: A;
}
div.cellsImg > img.img5Cw, div.cellsImg > img.img5Pg{
  grid-area: B;
}
div.cellsImg > img.img4Cw, div.cellsImg > img.img4Pg{
  grid-area: C;
}
div.cellsImg > img.img3Cw, div.cellsImg > img.img3Pg{
  grid-area: D;
}
div.cellsImg > img.img7Cw, div.cellsImg > img.img7Pg{
  grid-area: A;
}
.container, .containerHd {
	max-width:380px;
	width:100%;
	margin:0 auto;
	position:absolute;
  display: none;
  z-index: 1;
  margin-left: auto;  
margin-right: auto;
left: -200px;
text-align: center;
background-color:   #ced1d2;
width: fit-content;
height: fit-content;
border-radius: 4px;
}

div.descrInp{
  display: block;
}

.container > div:last-of-type, .containerHd > div:last-of-type{
  margin-bottom: 10px;
}
.container > textarea, .containerHd > textarea {
  width: 365px;
  height: 38px;
  margin: 2px;
  box-sizing: border-box;
  border: 2px solid #888;
  border-radius: 0px;
  resize: none;
  margin-top: 0px;
  
}
.container > textarea:last-of-type{
  height: 75px;
}
div.container > div.buttonCard{
  width: 100%;
}
.deactBtn{
  display: none;
}
#closeCwPrHdq:hover{
  cursor: pointer;
}
.buttonCard > button{
  box-sizing: border-box;
  padding: 5px;
  margin: 10px;
}
div.descrAct, .descrActHd{
  display: block;
  z-index: 4;
  position: absolute;
}
.summaryCw, .summaryPg, .summaryIfaCw, .summaryAnt{
  color: var(--orange);
  font-size: 26px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
.summaryCw:first-of-type, .summaryPg:first-of-type, .summaryIfaCw:first-of-type, .summaryAnt:first-of-type{
  color: var(--orange);
  font-size: 22px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
div#costCw, div#costPg, div#costIfaCw, div#costAnt{
  color: var(--orange);
  align-self: center;
  font-weight: bold;
  font-size: 26px;
  width: 100%;
  text-align: center;
margin-top: 17px;
  margin-bottom: -1px;
  line-height: 26px;
}
.container > h4{
  margin-top: 7px;
  margin-bottom: 0px;
} 


.containerGr input{
  cursor: pointer;
  border-radius: 50%;
  width: 18px;
  height: 18px;

  border: 2px solid #999;
  transition: 0.2s all linear;
  margin-right: 5px;

  position: relative;
}
.btnDescr{
  text-align: left;
  font-size: 18px;
  width: 90px;
  display: inline-block;
  width: fit-content;
}
.btnDescr > p, .btnDescr > span{
  display: block;
  margin: 0px;
  margin-right: 5px;
}
.btnDescr > span{
  margin-bottom: 15px;
}
.btnDescr > span:last-of-type {
  margin-bottom: 13px;
}
.btnDescr > p{
  font-size: 18px;
  line-height: 19px;
}
.btnDescr > p:nth-of-type(5),.btnDescr > p:nth-of-type(6){
  margin-bottom: 12px;
}
.btnDescr > span{
  font-size: 12px;
  line-height: 12px;
  color: #686868;
}
.btnGr{
  text-align: left;
  font-size: 18px;
  width: 90px;
  display: inline-block;
  line-height: 21px;
}
.btnGr >label{
  display: block;
}

.btnGr > label:nth-child(1), .btnGr > label:nth-child(3), .btnGr > label:nth-child(4){
  margin-bottom: 14px;
}
.btnGr > label:nth-child(6){
  margin-bottom: 6px;
}
.btnGr > label:nth-child(7){
  margin-bottom: 8px;
}
.btnGr > label:nth-child(8){
  margin-bottom: -3px;
  line-height: 18px;
}
div.container > div > label > span:first-child{
  display: inline-block;
}
.printView{
  display: none;
}
.siteView{
  display: inline;
}
.notForSite{
    display: none;
    
}
aside.cardObr{
  position: sticky;
  top: 106px;
  left: 569px;
  z-index: 3;
}
.printer, .save{
  margin: 5px;
  margin-bottom: 10px;
}
.printer > img, .save > img {
  width: 40px;
  cursor: pointer;
  fill: white;

}
.iconPanel:focus, .iconPanel:hover {
  filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.container, .containerHd {
left: -200px;
}
.grey{
  position: absolute;
  z-index: 3;
  background-color: #424242b2;
  width: 100%;
  height: 100%;
  padding-bottom: 88px;
  top: 0;
  left: 0;
  transform: scale(1);
  margin: 0;
}
.disGrey{
  display: none;
}
.scrollLock{
  height: 100vh;
    overflow: hidden;
}
.closeHdGr{
  width: 23px;
  height: 23px;
  position: absolute;
  right: 9px;
  top: 3px;
  cursor: pointer;
}
.closeHdGr:hover{
  fill: #a5a4a3;
}
div#sidePanelCw.sidePanel div div:last-child, div#sidePanelPg.sidePanel div div:last-child, div#sidePanelIfaCw.sidePanel div div:last-child{
  position: sticky;
  right: -10px;
} 
.printRadio{
  display: none;
}
/** 7.0 - Media queries (hd monitor landscape) */

@media screen and (max-width: 1919px){
    /** 7.0.1 - Header (hd monitor landscape) */
  a.logo {
    margin-top: 5px;
    margin-left: 25px;
    margin-bottom: 5px;
  }
  div#logo {
    width: 204px;
    height: 60px;
    background-size: 204px 60px;
  }
  nav > ul {
    margin-right: 25px;
    margin-top: 15px;
  }
/** 7.0.2 - main */
#onas {
  font-family: 'NotoBold';
  padding-top: 280px;
  width: 100%;
  font-size: 40px;
}
div#txtAbout > p {
    font-size: 28px;
    line-height: 32px;

  margin-right: 32px;
  padding-bottom: 10px;
  padding-top: 10px;
  max-width: 25%;
}

}
@media screen and (max-width: 1676px){
   .guide > p > span {
    font-size: 30px;
    line-height: 10px;
}
.guide > p:nth-child(1) {
    margin-top: 0;
    height: 20px;
}
.guide > p:nth-child(2) {
    text-align: end;
}
.guide > p:nth-child(3) {
    margin-top:  32px;
}
.guide > p:nth-child(4) {
    text-align: end;
    margin-top:  40px;
}
.guide > p:nth-child(5) {
    margin-top:  34px;
    text-align: start;
}
    .guide > p:nth-child(6) {
    text-align: end;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .guide > p:nth-child(7) {
    margin-top: 0px;
    text-align: end;
  }
  div#txtAbout > p {
    font-size: 24px;
  line-height: 25px;
  }
  article{
  height: calc(100vh - 71px);
}
section,footer{
  scroll-margin: 71px;
}
div#aboutTbl{
  margin-top: -34px;
}
nav > ul > li > a {
  font-size: 22px;
}
hgroup > h1 {
  margin-bottom: 7px;
  font-size: 28px;
  width: 75%;
  line-height: 39px;
}
hgroup {
  margin-bottom: -20px;
}
.printer, .save{
  margin: 3px;
  margin-bottom: 7px;
  margin-left: 14px;
}
hgroup > h1 > span{
  font-size: 30px;
}
section > div{
  transform: scale(1);
  margin-top: 9px;
}
div.operatCl {
  width: 30px;
}
div.sidePanel > div > h3{
  font-size: 17px;
  margin: 5px;
  margin-left: 24px;
  height: 230px;
}
div.sidePanel > div > div:last-child{
  line-height: 25px;
}
.printer > img, .save > img{
  width: 30px;
}
aside.cardObr{
  transform: scale(0.8);
  top: 66px;
  left: 385px;
}
div.sidePanel > div {
  transform: scale(1);
  margin-top: 10px;
  height: 560px;
}
div#sidePanelCw, div#sidePanelPg, div#sidePanelIfaCw{
  height: 380px;
}
.guide > p:nth-child(5) {
  margin-top: 61px;
}
}
@media screen and (max-width: 1439px){
    
  div#txtAbout > p {
    font-size: 20px;
  line-height: 22px;
}
div.descrAct, .descrActHd {
  margin-top: -67px;
}
aside.cardObr {
  top: 0px;
}
}

/** 7.1 - Media queries (ipad landscape) */
@media screen and (max-width: 1239px){
hgroup {
  justify-content: left;
}
section {
  align-items: flex-start;
}
  hgroup > h1 {
    width: 100%;
  }

  /** 7.1.1 - Header (ipad landscape) */
}
/** 7.2 - Media queries (ipad portret) */

@media screen and (max-width: 1179px){
    div#sidePanelCw.sidePanel div div:last-child, div#sidePanelPg.sidePanel div div:last-child, div#sidePanelIfaCw.sidePanel div div:last-child {
  position: static;
  right: 0;
}
div.sumLeft {
  margin-left: 0px;
  margin-top: 0px;
}
.summaryCw:first-of-type, .summaryPg:first-of-type, .summaryIfaCw:first-of-type, .summaryAnt:first-of-type {
  font-size: 18px;
}
div#costCw, div#costPg, div#costIfaCw, div#costAnt {
  font-size: 24px;
  margin-top: 3px;
  margin-bottom: 4px;
}
.summaryCw, .summaryPg, .summaryIfaCw, .summaryAnt {
  font-size: 22px;
}
article#about {
  background-image: linear-gradient(#f1f4fc00, var(--dark-grey)), url("img/homemini.webp");
  background-size: contain;
}
div#txtAbout {
  flex-direction: column;
}
div#txtAbout > p {
    max-width: 100%;
    font-size: 27px;
    line-height: 27px;
    margin-right: 0px;
}
div#txtAbout > p:nth-child(2) {
  max-width: 100%;
}
span#copyright {
  display: none;
}
#copyrightMob{
    display: block;
    color: #F0F4F8;
  margin-top: 45px;
  margin-left: 30px;
  margin-bottom: 15px;
  grid-row-start: 3;
    
}
#contatslistMob{
    display: block;
    width: auto;
  margin: 30px;
  grid-column-start: 1;
  grid-row-start: 1;
  width: auto;
  box-sizing: border-box;
}
#contatslist > p.deskVer,#contatslist > h4:first-child{
    display: none;
}
p.mobileVer > a, p.mobileVer {
  color: #F0F4F8;
  margin-top: 5px;
  margin-bottom: 5px;
}
div#contatslistMob > h4 {
  color: #F0F4F8;
  margin-bottom: 0px;
  margin-top: 8px;
}
div#contatslist{
  grid-column-start: 2;
  margin: 30px;
  width: auto;
  box-sizing: border-box;
}
footer {
  display: grid;
  grid-template-columns: 40% 60%;
}
div#location {
  margin: 0px;
  grid-column-start: 1;
  grid-column-end: 2;
  width: 100%;
  height: 300px;
  box-sizing: border-box;
  padding-left: 30px;
    padding-right: 30px;
    grid-column: 1 / 3;
}
div#location > p {
  width: 411px;
}
  nav > ul > li > a {
    font-size: 17px;
  }
    nav > ul {
    margin-right: 20px;
    margin-top: 18px;
  }
   div#logo {
    width: 186px;
    height: 54px;
    background-size: 185px 54px;
  }
  section{
    scroll-margin: 64px;
}

  /** 7.2.1 - Header (ipad portret) */

  /** 7.2.2 - Footer (ipad portret) */

  /** 7.2.3 - Posts (ipad portret) */
 
  /** 7.2.4 - Main page (ipad portret) */
  div#span {
  width: 100%;
  height: 83%;
  background: linear-gradient(to bottom, #f0f4f800, var(--dark-grey));
  background-image: linear-gradient(#f1f4fc00, var(--dark-grey)), url("img/home-4.webp");
  background-size: cover;
}
  article {
  height: auto;
}
}

/** 7.3 - Media queries (mobile) */
@media screen and (max-width: 809px){
 .menu-toggle {
    display: flex;
  }

  nav ul {
    flex-direction: column;
    display: none;
    width: auto;
  }

  nav ul.active {
    display: flex;
  }

  nav a {
    padding: 12px 16px;
  }

.menu-toggle span {
  height: 3px;
  background: #333;
  margin: 2px 0;
  transition: 0.3s;
  display: block;
  width: 30px;
}
 div#txtAbout > p {
    max-width: 100%;
    font-size: 16px;
    line-height: 23px;
    margin: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
    
  }
    #onas {
    font-size: 27px;
  }
  /** 7.3.1 - Header (mobile) */

  /** 7.3.2 - Footer (mobile) */
    .mobileVer{
      display: block;
    }
    .deskVer{
      display: none;
    }
    div#span {
  height: 40%;
}
  article {
    height: auto;
}
  div#location > p {
    width: auto;
  }
  hgroup > h1 > span {
    font-size: 22px;
  }
  #diagnSel > h3 {
  font-size: 23px;
}
 #contatslistMob {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column: 1 / 3;
  }
    div#contatslist {
    grid-column-start: 1;
    grid-row-start: 2;
    grid-column: 1 / 3;
  }
    #copyrightMob {
    grid-row-start: 4;
    width: 200px;
    margin-top: 65px;
  }
   div#location {
    grid-row-start: 3;
  }
  div.descrAct, .descrActHd {
    margin-top: -45px;
  }
    .container,.containerHd {
    left: 5px;
  }
    aside.cardObr {
    transform: scale(0.9);
    top: 0px;
    left: 0px;
  }
  nav > ul > li {
  margin-left: 0px;
  text-align: right;
}
nav{
    width: 100%;
}
section > div > div > div{
    display: grid;
    grid-template-columns: 210px auto;
    grid-template-rows: auto auto;
    grid-template-areas:
    "A J"
    "B C"
    "D D";
}
.open .accordionItemContent {
  width: 400px;
  margin-left: 10px;
}
div.cellsImg {
  display: none;
}
div.accordionWrapper {
  width: 710px;
  grid-template-columns: 710px auto !important;
}
ul.cells > li {
  border-bottom: 3px solid #f1f4fc;
  border-left: 3px solid #f1f4fc;
  width: 50px;
}
#guideCw{
    display: none;
}
section > div > div > div > p:first-child {
  grid-area: A;
  padding-right: 5px;
  padding-left: 5px;
}
div#sidePanelCwB, div#sidePanelPgB, div#sidePanelIfaCwB, div#sidePanelAnt {
  display: none;
}
div#sidePanelCw, div#sidePanelPg, div#sidePanelIfaCw, div#sidePanelAnt {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: calc(100dvh - 93px - 79px);
  height: 98px;
  width: 100% !important;
  background-color: #35404a;
}
div.operatCl {
  display: none;
}  
  div.sidePanel > div > h3 {
  writing-mode: unset;
  color: #F0F4F8;
  align-self: flex-start;
  margin: 10px;
  margin-left: 18px;
  cursor: pointer;
}
  div.sidePanel > div {
    height: 75px;
  }  
  div.sidePanel > div:nth-child(2) {
  flex-direction: row;
  width: 355px;
    position: sticky;
    left: 0;
}
  div.sidePanel > div > h3 {
    height: 89px;
    width: 113px;
  }
  div.infoTable > h3:nth-child(1) {
  display: none;
}
div.infoTable {
  display: grid;
  grid-template-columns: 210px 500px;
  grid-template-rows: 30px 30px;
  grid-template-areas:
"A C" 
"A B";
  position: sticky;
  z-index: 2;
  box-sizing: border-box;
  top: 75px;
}
div.infoTable > h3:nth-child(2) {
  line-height: 19px;
}
div.infoTable > h3:nth-child(3) {
  line-height: 24px;
}
#hdpcr, #hdifa {
  display: grid;
  grid-template-columns: 13% 14% 15% auto;
  width: 577px;
}
hgroup.activeCllHd > h1 {
  width: 710px;
  box-sizing: border-box;
  border: 0;
}

}
@media screen and (max-width: 589px){
div#span {
  background: linear-gradient(to bottom, #f0f4f800, var(--dark-grey));
}

}
  /** 7.3.4 - Main page (mobile) */
 
