a:link, a:visited {
  text-decoration: none;
  color: #FF9900;
}

a:hover, a:active {
  text-decoration: underline;
  color: #FFFF00;
}


body {
    margin: 0;
    padding: 0;
    font-family: Verdana, sans-serif;
    font-size: 16px;
    color: #dadada; 
    background-color: #000;
}



.parent {
    display: flex;
    flex-direction: column;
}

.hdrrow {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 30px;
    line-height: 30px;
    background-color: black;
    border-bottom: 1px solid gray;
    text-align: right;
    position: fixed;
    z-index: 99;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 400;
}


.hdrrow a {
    padding: 0;
    margin: 0;
    text-align: right;
}

.hdrrow > a:last-child {
    margin-right: 6px;
} 

.subpagebg {
    background-color: #000;
    width: 100%;
    height: auto;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.subpage {
    display: flex;
    flex-direction: column;
    max-width: 990px;
    padding: 100px 10px;
    box-sizing: border-box;
}

.alictr {
    align-items: center;
}

.alilft {
    align-items: left;
}

.subpagebg1 {
    margin-top: 30px;
    background: #000 url("kolektory.jpg") center/cover no-repeat;
}

.subpage3bg { 
    background: #000 url("faq.jpg") center/cover no-repeat;
}

.subpg3mask {
    background-color: #000000ca;
    min-height: 300px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pagecell {
    min-width: 200px;
    min-height: 200px;
    margin: 5px;
}

.pagerow {
    width: 100%;
    max-width: 990px;
}

.pagerow2 {
    width: 100%;
}

h1 {
    font-size: 50px;
    line-height: 76px;
    padding: 10px 0;
    text-wrap: wrap;
    font-weight: 400;
}
h2 {
    font-size: 40px;
    font-weight: 400;
}
h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    margin:0;
}
h4 {
    font-size: 30px;
    font-weight: 400;
}
h5 {
    font-size: 25px;
    font-weight: 400;
}

.para {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    padding: 10px 0;
}

.btns {
    padding: 10px 0;
}

.servgrid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    row-gap: 50px;
}

.innercell {
    padding-inline: 30px;
    font-size: 16px;
    line-height: 24px;
}

.cellhdr {
    /*font-weight: bold;
    font-size: 20px;*/
    padding-bottom: 10px;
    line-height: 30px;
}

.chkrow {
    display: flex;
    margin-top: 15px;
}

.chkrow > div:first-child {
    flex-basis: 35px;
}
.chkrow > div:nth-child(2) {
    flex-basis: auto;
    line-height: 30px;
}

.btnarw {
	display: inline-block;
	position: relative;
    width: 30px;
    height: 30px;
    color: white;
    cursor: pointer;
    background: transparent url("data:image/svg+xml;utf8,<svg aria-hidden='true' focusable='false' class='svg-arrow' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'><path fill='%23FFFFFF' d='M73 39c-14.8-9.1-33.4-9.4-48.5-.9S0 62.6 0 80V432c0 17.4 9.4 33.4 24.5 41.9s33.7 8.1 48.5-.9L361 297c14.3-8.7 23-24.2 23-41s-8.7-32.2-23-41L73 39z'></path></svg>") center/cover no-repeat;
    background-size: 14px 14px;
    transform: rotate(0deg);
    transform-origin: center;
    transition-property: transform;
    transition-duration: 0.2s;
    padding: 0;
    margin: 0;
}

.collapsible.active > .btnarw  {
    background-position: 8px 8px;
    transform: rotate(90deg);
    transform-origin: center;
    transition-property: transform;
    transition-duration: 0.2s;
}

.chkque {
    cursor: pointer;
}

.collapsible {
    display: flex;
    line-height: 30px;
    outline: 2px solid transparent;
    display: inline-flex;
    border-radius: 5px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: transparent;
}

.content {
  display: none;
  overflow: hidden;
  color: white;
  border-left: 1px solid #626262;
  margin-left: 16px;
  margin-top: 15px;
  padding-left: 20px;
}

.collapsible:hover {
    background-color: rgba(255, 255, 255, 0.08);
}

.heading {
    margin-bottom: 30px;
}

.contact {
    width: 100%;
}

.contact textarea, .contact input {
    width: 100%;
    font-size: 16px;
    border-radius: 5px;
    color: #000;
    background-color: #fff;
}

.contact input, .contact select {
    box-sizing: border-box;
    max-width: 250px;
    padding: 5px;
    line-height: 28px;
    font-size: 16px;
    color: #000;
    background-color: #fff;
    border-radius: 5px;
}
.contact select {
    height: 38px;
}

.contact input[type=submit] {
    width: 150px;
}

.contact input[type=radio] {
    width: 30px;
}

.contact label {
    font-size: 18px;
    font-weight: 300;
}

.conrow {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 3fr;
    grid-auto-columns: minmax(150px, auto);
    row-gap: 20px;
    column-gap: 10px;
}

.conrow2 {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 3fr;
    grid-auto-columns: minmax(200px, auto);
    row-gap: 20px;
    column-gap: 10px;
}

.conrow2>div:first-child {
    font-size: 18px;
    font-weight: 300;
}

.gdpr {
    font-size: 12px; 
}

.ast {
    font-size: 14px;
    vertical-align: super;
    color: #ff6600;
}

.ordli, .ordlst>li::marker {
    color: #66ACDF;
}



// navigation
.hdrrow {display: none;}

.topnav {
  overflow: visible;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.topnav.expanded { 
}

.topnav a {
  float: left;
  display: block;
  color: #FF9900;
  text-align: center;
  padding: 5px 16px;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  font-size: 17px;
}

body.can-hover .topnav a:hover {
  background-color: #FF9900;
  color: black;
}

.topnav a.active {
  background-color: yellow;
  color: #000;
}

body.can-hover .topnav a:hover .bars {
  background-color: #000;
}

.topnav .icon {
  padding: 5px;
  display: none;
}

.bars {
  display: inline-block;
  background-color: #fff;
  mask-image: url("bars.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 24px 24px;
  -webkit-mask-image: url("bars.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 24px 24px;
  width: 30px;
  height: 30px;
  clear: both;
}

@media screen and (max-width: 768px) {
  .topnav a {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    background-color: #000;
    
  }
  .topnav.expanded {
    position: fixed; 
    width: 300px;
    top: 61px;  
  }
  .topnav.expanded .icon {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #FF9900;
  }
  .topnav.expanded a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.expanded a.menulink {
    border-bottom: 1px solid #222;
    border-right: 1px solid gray;
  }
  .topnav.expanded > a:nth-last-child(2) {
    border-bottom: 1px solid gray;
  }
  body.can-hover .topnav a:hover .bars {
    background-color: #000;
  }
  
  body.can-hover .topnav a.icon:hover {
    background-color: #FF9900;
    color: black;
  }
  .title, h1 {
    font-size: 40px;
    line-height: 56px;
  }
  h2 {
    font-size: 30px;
  }
  .heading {
    font-size: 30px;
  }
  .hdrrow {
    height: 50px;
    line-height: 50px;
  }
  .topnav a {
    height: 50px;
    line-height: 50px;
  }
  .bars {
    width: 50px;
    height: 50px;
  }
  .topnav.expanded .bars {
    background-color: #000;
  }
}

@media screen and (min-width: 769px) {
    .topnav.expanded {
      position: fixed; 
      top: 0;  
    }
    .topnav.expanded a {
        float: left;
        display: block;
    }
    .topnav .icon, .topnav.expanded .icon {
      display: none;
    }
}

.msg {
    display: inline-block;
    width: 100%;
    font-size: 120%;
    margin-bottom: 40px;
    padding: 10px;
    height: auto;
}

.msg.ok {
    color: green;
    background-color: #ccffcc;
    border: 2px solid green;
}

.msg.fail {
    color: red;
    background-color: #ffcccc;
    border: 2px solid red;
}

#captchaimg {
    vertical-align: middle;
}

.btnrefresh {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 10px;
    vertical-align: middle;
    padding: 0;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #333;
}

body.can-hover .btnrefresh:hover {
    background-color: rgba(255, 255, 255, 0.18);
}

.iconrefresh {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #FF9900;
    mask-image: url("refresh2.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 16px 16px;
    -webkit-mask-image: url("refresh2.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 16px 16px;
    padding: 0;
    margin: 0;
}

.cap > div:first-child {
    margin-bottom: 10px;
}

.footer {
    width: 100%;
    border-top: 1px solid gray;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
}

.button {
    background-color: #000 !important;
    padding: 6px 20px !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px !important;
    border-radius: 6px;
    transition: all .5s ease;
    color: #fff !important;
    border: 3px solid white;
    text-transform: uppercase;
    line-height: 28px;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    height: auto !important;;
}

body.can-hover .button:hover {
    color: #001F3F !important;
    background-color: #fff !important;
}
#datadiv1 {
    display: none;
}

.hint {
    font-size: 10px;
    color: #FF9900;
}

.hspacer {
    display: inline-block;
    width: 20px;
}

.hide {
    display: none;
}
