a {
  color: #008e8a;
  text-decoration: none;
}
a:hover {
  color: #303e47;
  text-decoration: underline;
}
.section ul {
  padding: 0px 0px 0px 20px;
  margin: 5px 0px 5px 10px;
  list-style: square outside url("../../images/bgr-ul.png");
}
.section ul li {
  font-size: 18px;
  line-height: 1.2em;
  padding: 0px 0px 5px 0px;
}
.section ul li ul {
  padding: 10px 0px 0px 0px;
}
.section ol {
  padding: 0px 0px 10px 15px;
}
.section ol li {
  padding: 0px 0px 10px 0px;
  line-height: 1.3em;
}
#cardet ul {
  padding: 10px 0px 0px 20px;
  margin: 5px 0px 5px 10px;
}
#cardet ul li ul {
  padding: 10px 0px 0px 20px;
  margin: 0px 0px 0px 10px;
}
.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.conts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  float: left;
  width: 100%;
}
.full {
  float: left;
  width: 100%;
  margin: 0px 0px 0px 0px;
}
.half {
  float: left;
  width: 50%;
  margin: 0px 0px 0px 0px;
}
.third {
  float: left;
  width: 33%;
  margin: 0px 0px 0px 0px;
}
.col {
  float: left;
}
.col5 {
  float: left;
  width: 5%;
}
.col10 {
  float: left;
  width: 10%;
}
.col12 {
  float: left;
  width: 12%;
}
.col14 {
  float: left;
  width: 14%;
}
.col15 {
  float: left;
  width: 15%;
}
.col16 {
  float: left;
  width: 16.66%;
}
.col20 {
  float: left;
  width: 20%;
}
.col24 {
  float: left;
  width: 24%;
}
.col25 {
  float: left;
  width: 25%;
}
.col30 {
  float: left;
  width: 30%;
}
.col33 {
  float: left;
  width: 33%;
}
.col35 {
  float: left;
  width: 35%;
}
.col40 {
  float: left;
  width: 40%;
}
.col45 {
  float: left;
  width: 45%;
}
.col50 {
  float: left;
  width: 50%;
}
.col50r {
  float: right;
  width: 50%;
}
.col55 {
  float: left;
  width: 55%;
}
.col60 {
  float: left;
  width: 60%;
}
.col65 {
  float: left;
  width: 65%;
}
.col66 {
  float: left;
  width: 66%;
}
.col70 {
  float: left;
  width: 70%;
}
.col75 {
  float: left;
  width: 75%;
}
.col80 {
  float: left;
  width: 80%;
}
.col100 {
  float: left;
  width: 100%;
}
.imgleft {
  float: left;
  margin: 0px 10px 20px 0px;
}
.imgright {
  float: right;
  margin: 0px 0px 20px 20px;
}
img.resp {
  width: 100%;
  height: auto;
}
.center {
  text-align: center;
}
.toleft {
  float: left;
}
.toright {
  float: right;
}
.rpad {
  padding-right: 15px;
}
.lpad {
  padding-right: 15px;
}

.lpad {
  padding-right: 15px;
}
.lpad {
  padding-right: 15px;
}
.verpad0 {
  padding: 0px 0px 0px 0px;
}
.verpad40 {
  padding: 40px 0px 40px 0px;
}
.verpad400 {
  padding: 40px 0px 0px 0px;
}
.verpad040 {
  padding: 0px 0px 40px 0px;
}
.verpad50 {
  padding: 50px 0px 50px 0px;
}
.verpad70 {
  padding: 70px 0px 70px 0px;
}
.verpad7040 {
  padding: 70px 0px 40px 0px;
}
.verpad4070 {
  padding: 40px 0px 70px 0px;
}

p {
  font-size: 18px;
  line-height: 1.3em;
  padding: 5px 0px 5px 0px;
  margin: 0px;
}
p strong {
  font-family: 'bebas_neue_proexpanded_bold', Tahoma, Arial, sans-serif;
}
div.btns, p.btns {
  float: left;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 0px 0px;
}
div#comps p.btns {
  text-align: center;
}
.btn {
  padding: 7px 25px 7px 25px;
  font-family: 'bebas_neue_proexpanded_bold', Tahoma, Arial, sans-serif;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 20px;
  border: none;
}
.btn i {
  padding-left: 15px;
  font-size: 14px;
}
.btn.light {
  color: #303e47;
  background: #fff;
}
.btn.light:hover {
  color: #fff;
  text-decoration: none;
}
.btn.dark {
  color: #fff;
  background: #303e47;
}
.btn.dark:hover {
  text-decoration: none;
}
.btn.midd {
  color: #fff;
  background: #008e8a;
}
.btn.midd:hover {
  text-decoration: none;
}

.btn.btnbig {
  float: right;
  padding: 15px 40px 15px 40px;
  font-size: 20px;
  margin: 15px 10px 0px 0px;
}
.btn.midd.btnbig {
  color: #fff;
  background: #008e8a;
}
.btn.midd.btnbig:hover {
  color: #303e47;
  background: #fff;
}

.smlbtn {
  padding: 5px 15px 5px 15px;
  font-family: 'bebas_neue_proexpanded_bold', Tahoma, Arial, sans-serif;
  font-size: 0.9em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 10px;
  border: none;
}
.smlbtn.light {
  color: #303e47;
  background: #fff;
}
.smlbtn.light:hover {
  text-decoration: none;
}
.smlbtn.dark {
  color: #fff;
  background: #008e8a;
}
.smlbtn.dark:hover {
  text-decoration: none;
}

.button {
  position:relative;
  float: left;
  margin: 0px 10px 10px 0px;
  width: calc(33% - 10px);
  height: 40px;
  position: relative;
  color: #303e47;
  font-size: 16px;
  font-family: 'bebas_neue_proexpanded_bold', Tahoma, Arial, sans-serif;
  /*text-transform: uppercase;*/
  text-align: left;
  line-height: 40px;
}
/*.button:last-child {
  margin: 0px 0px 10px 0px;
  width: calc(33% - 10px);
}*/
.button label,
.button input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 6px 0px 0px 40px;
  background: #fff url('../../images/ico-uncheck.png') left 15px center no-repeat;
  cursor: pointer;
}
.onlkalk .button {
  width: calc(33% - 10px);
  height: 50px;
  font-size: 20px;
  line-height: 50px;
}
.onlkalk .button label {
  font-size: 21px;
}
.level .button {
  width: calc(25% - 10px);
}
.osob .button {
  width: calc(16.66% - 10px);
}

.button input[type="radio"] {
  opacity: 0.011;
  z-index: 100;
}

.button input[type="radio"]:checked + label {
  color: #fff;
  padding: 5px 0px 0px 40px;
  background: #008e8a url('../../images/ico-check.png') left 15px center no-repeat;

}

.button label {
  cursor: pointer;
  z-index: 90;
  line-height: 1.8em;
}

button {
  padding: 0px; margin:0px;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: none;
}

.calc p.btns {
  text-align: center;
}

strong {
  font-family: 'bebas_neue_proexpanded_bold', Tahoma, Arial, sans-serif;
  font-weight: normal
}
hr {
  float: left;
  width: 100%;
  border: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 40px 0px;
}
hr.line {
  float: left;
  width: 100%;
  height: 0px;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  padding: 0px 0px 0px 0px;
  margin: 15px 0px 20px 0px;
}
h1, h2, h2.clear  {
  float: left;
  width: 100%;
  font-family: 'bebas_neue_proexpanded_book', Tahoma, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.3em;
}
h1 {
  color: #303e47;
  font-family: 'bebas_neue_proexpanded_book', Tahoma, Arial, sans-serif;
  font-size: 42px;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 15px 0px;
  background: url('../../images/bgr-hdr.png') left bottom no-repeat;
}
h1 strong, h2 strong {
  font-family: 'bebas_neue_proexpanded_bold', Tahoma, Arial, sans-serif;
  padding: 0px 0px 0px 0px;
}
.green h2 {
 color: #fff;
}
h2 {
  color: #303e47;
  font-size: 36px;
  padding: 0px 0px 15px 0px;
  margin: 0px 0px 30px 0px;
  background: url('../../images/bgr-hdr.png') left bottom no-repeat;
}
h2.likeh1 {
  font-size: 42px;
  text-transform: uppercase;
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 15px 0px;
}
h2.likeh3 {
  float: left;
  width: 100%;
  font-family: 'bebas_neue_proexpanded_bold', Tahoma, Arial, sans-serif;
  color: #000;
  font-size: 30px;
  padding: 20px 0px 10px 0px;
  margin: 0px 0px 0px 0px;
  background: none;
}
h3, h4 {
  font-family: 'bebas_neue_proexpanded_bold', Tahoma, Arial, sans-serif;
  line-height: 1.1em;
  font-weight: normal;
}
h3 span, h4 span {
  font-family: 'bebas_neue_proexpanded_book', Tahoma, Arial, sans-serif;
}
h3 {
  color: #008e8a;
  font-size: 1.3em;
  padding: 20px 0px 10px 0px;
  margin: 0px 0px 0px 0px;
}
h4 {
  font-size: 1.2em;
  padding: 10px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background: none;
}
div#vacancy h3 {
  font-size: 1.4em;
  padding: 10px 0px 30px 0px;
}
div#values.dark .wrap .col100 h2 {
  color: #fff;
}



div.refs {
  float: left;
  width: calc(100% - 4px);
  margin: 0px 0px 4px 4px;
}

div.refs div.ref {
  float: left;
  width: calc(33.3% - 4px); /*pro boxed content*/
  margin-right: 4px;
  margin-bottom: 4px;
}

div#refer div.refs div.ref {
  float: left;
  width: calc(25% - 4px);
  margin-right: 4px;
  margin-bottom: 4px;
}

div.refs div.ref a {
  position: relative;
  float: left;
  width: 100%;
  z-index: 5000;
}
div.refs div.ref img {
  float: left;
  width: 100%;
  height: auto;
}
div.refs div.ref div.caption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  color: #fff;
  font-size: 1.3em;
  font-family: 'bebas_neue_proexpanded_bold', Tahoma, Arial, sans-serif;
  line-height: 1.2em;
  padding: 65% 0% 0% 10%;
  background: rgba(0,0,0,0.3);
}
div.refs div.ref div.caption:hover {
  background: rgba(0,0,0,0.8);
  padding: 50% 0% 0% 10%;
}
div.refs div.ref div.caption span {
  display: none;
  font-size: 0.7em;
  font-family: 'bebas_neue_proexpanded_bold', Tahoma, Arial, sans-serif;
  margin-top: 10px;
}
div.refs div.ref div.caption:hover span {
  display: block;
  width: 140px;
}
div.contForm {
  float: left;
  width: 100%;
  padding: 20px 0px 0px 0px;
}
div.contForm div.col50.hdr {
  padding: 0px 15px 0px 0px;
}
div.contForm div.col50.hdr:last-child {
  padding: 0px 0px 0px 15px;
}
div.long {
  float: left;
  width: 100%;
}
div.long input[type=text], input[type=file], input[type=email], textarea {
  float: left;
  width: 100%;
}
input[type=text], input[type=file], input[type=email], textarea {
  float: left;
  height: 40px;
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 10px 0px;
  background: #fff;
  border: 1px solid #cdcdcd;
  color: #000;
  font-family: 'bebas_neue_proexpanded_book', Tahoma, Arial, sans-serif;
  font-size: 0.9em;
}
div.cols50 input[type=text], div.cols50 input[type=file], div.cols50 input[type=email], div.cols50 textarea{
  width: calc(100% - 20px);
}
div.col50 input[type=text], div.col50 input[type=file], div.col50 input[type=email] {
  width: calc(100% - 10px);
}
div.col33 input[type=text], div.col33 input[type=file], div.col33 input[type=email] {
  width: calc(100% - 10px);
}
div.col66 input[type=file] {
  width: calc(100% - 10px);
}
div.col100 textarea, div.col100 input[type=file] {
  width: calc(100% - 19px);
}
div.jobsForm input[type=text], div.jobsForm input[type=file], div.jobsForm input[type=email], div.jobsForm textarea {
  width: calc(100% - 30px);
}
div.jobsForm input[type=file], div.contForm input[type=file] {
  padding: 0px 10px 10px 0px;
  cursor: pointer;
}
div.jobsForm input[type=file]::file-selector-button, div.contForm input[type=file]::file-selector-button {
  color: #fff;
  font-family: 'bebas_neue_proexpanded_bold', Tahoma, Arial, sans-serif;
  padding: 10px 20px;
  margin: 0px 20px 0px 0px;
  border-radius: 0em;
  background-color: #008e8a;
  transition: 1s;
  border: none;
}
div.jobsForm input[type=file]::file-selector-button:hover, div.contForm input[type=file]::file-selector-button:hover {
  background-color: #303e47;
}
textarea {
  height: 80px;
}
div.contForm p.statusMsg, div#alert p.statusMsg {
  float: left;
  width: calc(100% - 20px);
  padding: 5px 5px 5px 10px;
  margin: 0px 0px 20px 0px;
  font-family: 'bebas_neue_proexpanded_bold', Tahoma, Arial, sans-serif;
}
div.contForm p.errordiv, div#alert p.errordiv {
  color: #fff;
  background: red;
}
div.contForm p.succdiv, div#alert p.succdiv {
  color: #fff;
  background: #00a651;
}


div.jobsForm .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-top: 10px;
  margin-bottom: 30px;
  cursor: pointer;
  font-size: 18px;
  font-family: 'bebas_neue_proexpanded_book', Tahoma, Arial, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.long.chck label {
  float: left;
  width: 100%;
}

div.long.chck .container {
  float: left;
  width: auto;
  padding-right: 20px;
  margin: 0px 0px 10px 0px;
}
div.jobsForm .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
div.jobsForm .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #cdcdcd;
}
div.jobsForm .container:hover input ~ .checkmark {
  background-color: #8c8c8c;
}
div.jobsForm .container input:checked ~ .checkmark {
  background-color: #008e8a;
}
div.jobsForm .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
div.jobsForm .container input:checked ~ .checkmark:after {
  display: block;
}
div.jobsForm .container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
div#jobform h3 {
  color: #303e47;
  padding-bottom: 30px;
}
div#jobform h3 a {
  color: #303e47;
}

div#news ul.social {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0px;
  margin: 10px 0px 20px 0px;
}
div#news ul.social li {
  float: left;
  color: #008e8a;
  padding: 0px 20px 0px 0px;
  font-size: 1.4em;
}
div#news ul li em {
  color: #008e8a;
  font-size: 1.1em;
}
div#news ul li a:hover em {
  color: #303e47;
  text-decoration: none;
}
div#news .det .col100 h3, div#news .det .col100 h4 {
  float: left;
  width: 100%;
  padding: 20px 0px 5px 0px;
}
div.actu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  float: left;
  width: 100%;
  padding: 0px 0px 0px 0px;
}
div.actu div.col33 {
  padding: 0px 40px 20px 0px;
}
div.actu div.col33 img {
  width: 100%;
  height: auto;
  border: 1px solid silver;
}
div.actu div.col33 h3 {
  /*height: 65px;*/
  padding: 10px 0px 0px 0px;
}
div.actu div.col33 p.dtm {
  font-size: 14px;
  padding: 5px 0px 5px 0px;
}

div.plogo {
  float: left;
  width: 100%;
  padding: 0px 30px 30px 30px;
  text-align: center;
}

div#konts .col100 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


div#konts p img {
  margin-bottom: 20px;
}
div#konts h4, div#team h4 {
  color: #008e8a;
  padding: 0px 0px 5px 0px;
}
div#news table {
  float: left;
  width: 100%;
  border-collapse: collapse;
  margin: 0px 0px 20px 0px;
  font-size: 1em;
}
div#news table th {
  background: #008e8a;
  color: #ffffff;
  padding: 5px;
  text-align: center;
}
div#news table td {
  background: #ffffff;
  color: #000000;
  padding: 5px;
  border: 1px solid #8c8c8c;
  text-align: center;
}
div#news p, div#news div.col100 div.col50 p {
  float: left;
  width: 100%;
}
div#news p img {
  width: 100%;
  height: auto;
}

.hdrdot {
  float: left;
  width: 100%;
  font-size: 40px;
  font-family: 'bebas_neue_proexpanded_book', Tahoma, Arial, sans-serif;
  color: #303e47;
  line-height: 1.1em;
  padding: 0px 0px 40px 0px;
}
.hdrdot span {
  font-family: 'bebas_neue_proexpanded_bold', Tahoma, Arial, sans-serif;
  color: #2c8e8a;
  text-transform: uppercase;
}

div#jobs {
  float: left;
  width: 100%;
  border-top: 1px solid #e9e9e9;
}
div#jobs div.job {
  float: left;
  width: 100%;
  background: #fff;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
div#jobs div.job a {
  float: left;
  width: 100%;
  font-size: 1.05em;
  font-family: 'bebas_neue_proexpanded_bold', Tahoma, Arial, sans-serif;
  padding: 10px 10px 10px 15px;
}
div#jobs div.job a:hover{
  color: #fff;
  background: #008e8a;
  text-decoration: none;
}


.cntbox {
  float: left;
  width: 25%;
  text-align: left;
  padding: 0px 30px 0px 30px;
  border-right: 1px solid #6f787f;
}
.cntbox:first-child {
  border-left: 1px solid #6f787f;
}
.cntproj1 {
  position: relative;
  float: left;
  width: auto;
  text-align: left;
}
.cntproj2 {
  float: left;
  text-align: left;
  color: #008e8a;
}
span.count-num {
  float: left;
  width: 100%;
  height: 65px;
  color: #008e8a;
  font-family: 'bebas_neue_proexpanded_book', Tahoma, Arial, sans-serif;
  font-size: 70px;
  padding: 0px;
  padding: 20px 0px 0px 0px;
}
span.measure {
  float: left;
  height: 65px;
  color: #008e8a;
  font-family: 'bebas_neue_proexpanded_book', Tahoma, Arial, sans-serif;
  font-size: 70px;
  padding-right: 0px;
  padding-top: 20px;
}
.cntbox h3 {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 21px;
  padding: 10px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.katinfo {
  position: absolute;
  left: 20px;
  bottom: -50px;
  padding: 30px 30px 20px 30px;
  width: 70%;
  height: auto;
  background: #fff;
  border: 1px solid #dfdede;
}
.katinfo h3 {
  color: #329f8c;
  font-size: 21px;
  padding: 0px 0px 5px 0px;
  margin: 0px 0px 0px 0px;
}
.katinfo p {
  float: left;
  width: 100%;
  font-size: 16px;
}
.katinfo p img {
  float: left;
  vertical-align: middle;
  margin-right: 10px;
}
.katinfo div.param {
  float: left;
  width: auto;
  padding: 10px 20px 0px 0px;
}
.katinfo div.param:last-child {
  padding: 10px 0px 0px 0px;
}
.katinfo div.param i {
  color: #329f8c;
  padding: 0px 5px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.katinfo div.bot {
  float: left;
  width: 100%;
  font-size: 16px;
  padding: 15px 0px 0px 0px;
  margin: 15px 0px 0px 0px;
  border-top: 1px solid #009381;
}
.katinfo div.bot img {
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  vertical-align: middle;
}
.katinfo p a, .katinfo div.bot a {
  float: left;
  font-family: 'bebas_neue_proexpanded_bold', Tahoma, Arial, sans-serif;
  text-transform: uppercase;
  padding: 3px 0px 0px 0px;
}

.refdet h3 {
  float: left;
  width: 100%;
  padding: 0px 0px 10px 0px;
}
.refdet div.param {
  float: left;
  width: 100%;
  padding: 0px 0px 10px 0px;
}
.refdet div.param:first-child {
  padding: 0px 0px 10px 0px;
  margin: 20px 0px 0px 0px;
}
.refdet div.param i {
  width: 25px;
  color: #329f8c;
  padding: 0px 5px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.refdet ul {
  padding: 0px 0px 0px 20px;
  margin: 0px 0px 5px 10px;
  list-style: square outside url("../../images/bgr-ul.png");
}
.refdet ul li {
  font-size: 18px;
  line-height: 1.2em;
  padding: 0px 0px 5px 0px;
}


div.projs {
  float: left;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.projs div.proj {
  position: relative;
  float: left;
  width: 50%;
  padding-right: 20px;
  margin-bottom: 90px;
}
#refer div.projs div.proj {
  position: relative;
  float: left;
  width: calc(50% - 20px);
  margin-right: 20px;
  margin-bottom: 90px;
  padding-right: 0px;
}
div.projs div.proj div.tag {
  position: absolute;
  top: 70px;
  left: -5px;
  color: #fff;
  font-size: 16px;
  font-family: 'bebas_neue_proexpanded_bold', Tahoma, Arial, sans-serif;
  padding: 5px 10px 5px 10px;
  background: #329f8c;
  z-index: 3000;
}
div.projs div.proj div.icos {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3000;
}
div.projs div.proj div.icos i {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #329f8c;
  font-size: 20px;
  margin-right: 5px;
  background: #fff;
}
div.projs div.proj .resp img, div.projs div.proj img {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}
div.projs div.proj:nth-child(even) {
  padding-left: 20px;
  padding-right: 0px;
}
#refer div.projs div.proj:nth-child(even) {
  width: calc(50% - 20px);
  margin-left: 20px;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
div.projs div.proj:nth-child(even) div.katinfo {
  left: 40px;
}
div#values .wrap .col100 div.vals {
  float: left;
  width: 100%;
  /*display: flex;*/
}
div#values .wrap .col100 div.vals div.val {
  float: left;
  width: 20%;
  text-align: center;
  padding: 0px 10px 0px 10px;
}
div.vals div.val h3 {
  font-size: 1.2em;
  color: #008e8a;
  padding: 0px 0px 0px 0px;
}
div.icos  {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  float: left;
  width: 100%;
}
div#milestone.icos {
  padding: 30px 0px 0px 0px;
}
div#milestone.icos img {
  float: left;
  padding-right: 10px;
}
div.icos div.col25  {
  padding: 0px 30px 0px 30px;
  border-right: 1px solid #6f787f;
}
div#milestone.icos div.col25  {
  padding: 0px 30px 30px 0px;
  border-right: 0px solid #6f787f;
  text-align: left;
}
div.icos div.col25:first-child  {
  border-left: 1px solid #6f787f;
}
div#milestone.icos div.col25:first-child  {
  border-left: 0px solid #6f787f;
}
div#milestone.icos div.col25 p {
  color: #303e47;
  font-size: 18px;
}
div.icos div.col25 h3 {
  color: #fff;
  font-size: 21px;
  font-family: 'bebas_neue_proexpanded_bold', Tahoma, Arial, sans-serif;
  padding: 20px 20px 0px 0px;
  line-height: 26px;
}
div.icos div.col25 p {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
div#green h4 {
  padding: 10px 0px 10px 0px;
}

div.logos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  border-left: 0px solid #dddddd;
}
div.logos div.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 20%;
  text-align: center;
  background: #fff;
  border: 0px solid #dddddd;
  border-left: none;
}
div.logos div.logo img {
  float: left;
  width: 100%;
  height: auto;
  max-width: 246px;
}

#company .wrap .col100 ul {
  columns: 2;
}

div.galls {
  float: left;
  width: 100%;
  padding: 20px 0px 10px 0px;
}
div.galls div.gall {
  float: left;
  width: 20%;
  padding: 0px 20px 20px 0px;
}
div.galls div.gall img {
  float: left;
  width: 100%;
  height: auto;
  max-width: 200px;
}

div.ofrs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  float: left;
  width: 100%;
}
div.ofrs div.ofr {
  position: relative;
  float: left;
  width: 100%;
}
div.ofrs div.ofr.grn {
  margin: 0px 10px 0px 0px;
  background: #35908a url('../../images/bgr-zalohy.jpg') center left no-repeat;
  background-size: cover;
}
div.ofrs div.ofr.gry {
  margin: 0px 0px 0px 10px;
  background: #2f3e47 url('../../images/bgr-dotace.jpg') bottom right no-repeat;
  background-size: cover;
}
div.ofrs div.ofr div.ofrcnt {
  float: left;
  width: 100%;
  padding: 30px 30px 30px 30px;
}
div.ofrs div.ofr h3, div.ofrs div.ofr p {
  color: #fff;
  padding: 10px 0px 0px 0px;
}
div.ofrs div.ofr ul li {
  color: #fff;
}

div.forms {
  float: left;
  width: 100%;
  padding: 10px 30px 30px 30px;
  background: #e6e6e6;
}
div#form-spot .col33.unt, div#form-plch .col33.unt {
  position: relative;
}
div#form-spot .col33.unt input, div#form-plch .col33.unt input {
  position: relative;
  text-align: right;
  padding-right: 50px;
}
div#form-spot div.unt div.unit, div#form-plch div.unt div.unit {
  position: absolute;
  right: 20px;
  top: 8px;
}

div.refs-slider {
  float: left;
  width: 100%;
  padding: 50px 10px 20px 10px;
  margin: -30px 0px 0px 0px;
}
div.refs-slider div.refs-slider-item {
  float: left;
  width: 100%;
  padding: 0px 10px 20px 10px;
}

#refcars .projs {
  float: left;
  width: 100%;
  padding-left: 20px;
}
#refcars .projs div.proj {
  float: left;
  width: 100%;
  margin-bottom: 0px;
}
#refcars .projs div.proj img {
  float: left;
  width: 100%;
  height: auto;
}
#refcars .katinfo {
  /*position: absolute;
  left: 20px;
  bottom: -60px;*/
  position: relative;
  float: left;
  left: 0px;
  bottom: 0px;
  padding: 20px 30px 20px 30px;
  width: 100%;
  height: auto;
  background: #fff;
  border: 1px solid #dfdede;
}
#refcars .katinfo div.param {
  float: left;
  width: 100%;
  padding: 10px 20px 0px 0px;
}
#refcars .katinfo div.param.last {
  width: 100%;
}
#refcars .katinfo div.bot strong {
  font-family: 'bebas_neue_proexpanded_bold', Tahoma, Arial, sans-serif;
}
div#alert {
  float: left;
  width: 100%;
  color: #fff;
  padding: 0px 10px 0px 10px;
  margin: 10px 0px 10px 0px;
}
div#alert.success {
  background: #8dc63f;
}
div#alert.danger {
  background: red;
}
div#alert p {
  color: #fff;
}
#intr .col40 p {
  padding-right: 80px;
  line-height: 1.4em;
}
#projintro .col60 {
  float: right;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
#projintro .col40 {
  float: left;
  padding: 0px 60px 0px 0px;
  margin: 100px 0px 0px 0px;
}
#projintro .col60 a.popup-player,
#intr .col60 a.popup-player {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}
#projintro .col60 a.popup-player::after,
#intr .col60 a.popup-player::after {
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('../../content/icons/ico-play.png') center center no-repeat;
  z-index: 2;
  transition: all .2s ease-in;
}
#projintro .col60 a.popup-player:hover::after,
#intr .col60 a.popup-player:hover::after {
    opacity: 0.6;
}
.video-wrapper {
  position: relative;
  float:left;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
