   @import url('https://fonts.googleapis.com/css?family=Lato:400,700');

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

::-webkit-input-placeholder {
  color: #bbb; font-size:16px;

}

::-moz-placeholder {
  color: #56585b;
}

:-moz-placeholder {
  color: #56585b;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Lato', sans-serif;
  margin: 0;
  background: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #0a0a0b;
font-size:14px;
}

ul, nav{
  list-style: none;
  padding: 0;
}

a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.9;
}

a:hover {
  opacity: 1;
}

h1 {
  font-size: 3rem;
  font-weight: 300;
  color: #000;
  margin: 0;
}


a.btn {
  color: #fff;
  padding: 10px;
  border: 0px solid rgba(255,255,255,0.5);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a.btn:hover {
  background: #d73851;
  border: 0px solid #d73851;
  color: #fff;
}

[error] {color:#cc0000}


.BoxContent { max-width:1200px;  position:relative; margin: 0 auto; text-align:left}
.BoxContentFull { max-width:1500px;  position:relative; margin: 0 auto; text-align:left}

.vcenter {  display:flex; flex-wrap:wrap; justify-content: left; align-items: center;}
.vcenternow {  display:flex;  justify-content: left; align-items: center;}
.vcenterc {  display:flex; flex-wrap:wrap; justify-content: center; align-items: center;}
.vcenterr {  display:flex; flex-wrap:wrap; justify-content: flex-end; align-items: center;}

.input_label {line-height:1.1; justify-content: flex-end; text-align:right;  width:180px; display:flex; flex-wrap:wrap; z-index:999; text-transform: uppercase; color:#000; align-items: center; padding:3px; padding-left:6px; padding-right:6px; height:42px; font-size:13px; background:#ddd}

.labelAlert {background:#cc0000}

.giodocontent {z-index:1001; color:#000; font-size: 12px; background:#ebebeb; padding:10px; top:40px; border:solid 1px #555}
.giodocontent a {color:#000; font-size:11px !important; }
.giodocontent a:hover {color:#000 !important}

.cover  {
  height: 100vh;
  width: 100%;


  padding: 20px 40px;
  display: -webkit-box;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;

  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.flex-form .btnsend   {
  background: #0C2F4C;
  border: 0;
  color: #fff;
  padding: 0 20px;
  cursor: pointer;
  
}

.flex-form input[type="submit"]:hover {
  background: #d73851;
  border: 0px solid #d73851;
  
}

.flex-form {
  display: -webkit-box;
  display: flex;
  z-index: 10;
  position: relative;
   
   
}

.flex-form > * {
  border: 0;
  padding: 0 0 0 10px;
  background: #f5f5f5;
  line-height: 35px;
  font-size: 18px;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
}

input[type="text"], input[type="email"], textarea , select {
  flex-basis: 100%;
  color:#000;
}

  h2 {
    font-size: 25px;; font-weight:600
  }





.mt2 {margin-top:2px;}
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt25 {margin-top:25px;}
.mt45 {margin-top:45px;}
.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}
.posa {position:absolute}
.posr {position:relative}
.tar {text-align:right}
.nowrap {  white-space: nowrap; }

.BtnUniv:hover {cursor:pointer;}

.more {text-decoration:underline; color:#009cff}

.alert {margin-top:10px; color:#800000}


.Selector {  display: flex;  max-width:530px;}
.Selector input[type="checkbox"] {    display:none; }
.Selector input[type="checkbox"] + label {    color:#000000;    font-weight:300;    cursor:pointer; }
.Selector input[type="checkbox"] + label span {
    display:inline-block;
    width:24px;
    height:24px;
    margin:0px 0px 0 0;
    vertical-align:middle;
    background:url(/images/B2B_selector_dark.svg) left top no-repeat;
    cursor:pointer;
}
.Selector input[type="checkbox"]:checked + label span {
    background:url(/images/B2B_selector_active.svg) left top no-repeat;
}


.Selector input[type="radio"] {    display:none; }
.Selector input[type="radio"] + label {    color:#000000;    font-weight:300;    cursor:pointer; }
.Selector input[type="radio"] + label span {
    display:inline-block;
    width:24px;
    height:24px;
    margin:0px 0px 0 0;
    vertical-align:middle;
    background:url(/images/B2B_selector_dark.svg) left top no-repeat;
    cursor:pointer;
}
.Selector input[type="radio"]:checked + label span {
    background:url(/images/B2B_selector_active.svg) left top no-repeat;
}





#karta {z-index:900; top:-20px; left:0px; width:33%}
#FormBox { margin-top:0px; color:#fff; opacity: 0.9; min-height:calc(100% - 145px);}
#FormBox .head-text {font-size:20px;}
#FormBox a {font-size: 13px;}
#FormBox a:hover {color:#f5f5f5}
#stopka { width:100%; height:71px; bottom:0px; opacity: 0.85; background: #ccc; line-height:1.2; font-size:16px; }
#HeadBox { min-height:60px; padding-left:7%; opacity: 0.8; background: #fff }




@media all and (min-width: 270px) and  (max-width: 489px) {

#karta {  top:30px;  }
#FormBox { margin-top:75px; min-height:calc(100% - 0px);}

#HeadBox {padding-left:30%;}

h1 {font-size: 20px;}
 

  input[type="search"] {
    flex-basis: 0;
  }

  label {
    display: none;
  }
}







@media all and (min-width: 480px)  and  (max-width: 767px) {
    
#karta {  top:30px;  }
#FormBox { margin-top:175px;} 
#HeadBox {padding-left:30%;}

  body {
    font-size: 15px;
  }

  .flex-form {
    width: 100%;
  }

  input[type="search"] {
    flex-basis: 100%;
  }

  .flex-form > * {
    font-size: 15px;
  }

  header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 10px !important;
  }

  header h2 {
    margin-bottom: 15px;
  }

  h1 {
    font-size: 2rem;
  }

  .cover {
    padding: 20px;
  }


}