article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a {
  color: inherit;
}
img {
  display: block;
}
input[type=text],
input[type=number],
input[type=email] {
  -webkit-appearance: none;
  margin: 0;
  border-radius: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}
input[type='submit'] {
  -webkit-appearance: none;
  border: 0 none;
  border-radius: 0;
}
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
html {
  height: 100%;
  min-height: 100%;
}
body {
  font-family: 'Open Sans', Arial, sans-serif;
  height: 100%;
  min-height: 100%;
  padding-top: 83px;
  color: #393939;
}
@media (max-width: 767px) {
  body {
    padding-top: 42px;
  }
}
.content {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 60px;
  position: relative;
}

@media (max-width: 767px) {
  .content {
    padding: 0 15px;
  }
}
clearfix:before content " ",
.module:before content " ",
.m-header:before content " ",
.m-intro:before content " ",
.m-advantages:before content " ",
.m-advantages .content .wrapper:before content " ",
.m-principles:before content " ",
.m-principles .content .in ul:before content " ",
.m-offers:before content " ",
.m-offers .content .wrapper:before content " ",
.m-offers .content .wrapper .left ul:before content " ",
.m-offers .content .wrapper .right ul:before content " ",
.m-career:before content " ",
.m-career .content .wrapper:before content " ",
.m-career .content .wrapper .left ul:before content " ",
.m-career .content .wrapper .right ul:before content " ",
.m-references:before content " ",
.m-contact:before content " " {
  display: table;
}
clearfix:after,
.module:after,
.m-header:after,
.m-intro:after,
.m-advantages:after,
.m-advantages .content .wrapper:after,
.m-principles:after,
.m-principles .content .in ul:after,
.m-offers:after,
.m-offers .content .wrapper:after,
.m-offers .content .wrapper .left ul:after,
.m-offers .content .wrapper .right ul:after,
.m-career:after,
.m-career .content .wrapper:after,
.m-career .content .wrapper .left ul:after,
.m-career .content .wrapper .right ul:after,
.m-references:after,
.m-contact:after {
  content: " ";
  display: table;
  clear: both;
}
.module,
.m-header,
.m-intro,
.m-advantages,
.m-principles,
.m-offers,
.m-career,
.m-references,
.m-contact {
  position: relative;
}
.m-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-top: 3px solid #b8183e;
  background-color: #fff;
  height: 83px;
  z-index: 1000;
  transition: height 0.3s;
}
@media (max-width: 767px) {
  .m-header {
    height: 42px;
  }
}
.m-header .content {
  margin: 0 auto;
}
.m-header .content .logo {
  position: absolute;
  left: 60px;
  top: 11px;
}
@media (max-width: 767px) {
  .m-header .content .logo {
    left: 15px;
    top: 5px;
  }
}
.m-header .content .logo svg {
  height: 62px;
  width: 206px;
  fill: #b8183e;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .m-header .content .logo svg {
    height: 31px;
    width: 103px;
  }
}
.m-header .content .navigation {
  position: absolute;
  right: 40px;
  top: 30px;
  list-style: none;
  transition: top 0.3s;
}
@media (max-width: 767px) {
  .m-header .content .navigation {
    display: none;
  }
}
.m-header .content .navigation li {
  float: left;
}
.m-header .content .navigation li a {
  color: #000;
  margin: 0 20px;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  transition: font-size 0.3s;
}
.m-header .content .navigation li a:hover {
  text-decoration: underline;
}
.m-header .content .navigation-mobile {
  display: none;
}
@media (max-width: 767px) {
  .m-header .content .navigation-mobile {
    position: absolute;
    right: 0;
    left: 0;
    top: 39px;
    background-color: #fff;
  }
  .m-header .content .navigation-mobile li a {
    color: #c0153f;
    border-bottom: 1px solid #e1e1e1;
    font-size: 12px;
    padding: 0 15px;
    text-transform: uppercase;
    line-height: 35px;
    text-decoration: none;
    display: block;
    height: 35px;
  }
  .m-header .content .navigation-mobile li a:hover {
    text-decoration: underline;
  }
}
.m-header .content .nav-link-mobile {
  display: none;
}
@media (max-width: 767px) {
  .m-header .content .nav-link-mobile {
    display: block;
    width: 18px;
    height: 13px;
    position: absolute;
    right: 15px;
    top: 13px;
    cursor: pointer;
  }
  .m-header .content .nav-link-mobile svg {
    fill: #000;
    width: 18px;
    height: 13px;
  }
}
.m-header.smaller {
  height: 50px;
}
.m-header.smaller .content .logo svg {
  height: 31px;
  width: 103px;
}
.m-header.smaller .content .navigation {
  top: 10px;
}
.m-header.smaller .content .navigation li a {
  font-size: 14px;
}
.m-intro {
  height: 526px;
  background: url("intro-bg.jpg") center top no-repeat;
}
@media (max-width: 767px) {
  .m-intro {
    height: 263px;
  }
}
.m-intro .content h1 {
  position: absolute;
  left: 60px;
  top: 190px;
  font-size: 56px;
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .m-intro .content h1 {
    left: 15px;
    top: 95px;
    font-size: 28px;
  }
}
.m-intro .content h1 span {
  display: inline-block;
  height: 54px;
  line-height: 54px;
  font-size: 40px;
  font-weight: 400;
  padding: 0 8px;
  background-color: #b8183e;
}
@media (max-width: 767px) {
  .m-intro .content h1 span {
    margin-right: 10px;
    line-height: 27px;
    font-size: 20px;
    padding: 0 4px;
  }
}
.m-advantages .content {
  padding-top: 55px;
  margin-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .m-advantages .content {
    padding-top: 27px;
    text-align: center;
    margin-bottom: 50px;
  }
}
.m-advantages .content .annotation {
  font-size: 23px;
  line-height: 36px;
  text-align: center;
  margin: 0 -25px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .m-advantages .content .annotation {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 35px;
    margin: 0 0 35px;
  }
}
.m-advantages .content .annotation.red {
  color: #b4183b;
}
.m-advantages .content h2 {
  font-size: 26px;
  margin-bottom: 90px;
  font-weight: 400;
  color: #b8183e;
  text-align: center;
}
@media (max-width: 767px) {
  .m-advantages .content h2 {
    font-size: 14px;
    margin-bottom: 45px;
  }
}
.m-advantages .content .wrapper .left,
.m-advantages .content .wrapper .right {
  float: left;
  position: relative;
  width: 50%;
}
@media (max-width: 767px) {
  .m-advantages .content .wrapper .left,
  .m-advantages .content .wrapper .right {
    width: 100%;
  }
}
.m-advantages .content .wrapper .left ul,
.m-advantages .content .wrapper .right ul {
  position: relative;
  top: 0;
  list-style: none;
  transition: all 0.5s;
  visibility: hidden;
}
@media (max-width: 767px) {
  .m-advantages .content .wrapper .left ul,
  .m-advantages .content .wrapper .right ul {
    visibility: visible;
  }
}
.m-advantages .content .wrapper .left ul li,
.m-advantages .content .wrapper .right ul li {
  font-size: 16px;
  line-height: 28px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .m-advantages .content .wrapper .left ul li,
  .m-advantages .content .wrapper .right ul li {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 15px;
  }
}
.m-advantages .content .wrapper .left ul li:before,
.m-advantages .content .wrapper .right ul li:before {
  content: "";
  width: 20px;
  height: 4px;
  position: absolute;
  top: -8px;
  left: 0;
  background-color: #b8183e;
}
@media (max-width: 767px) {
  .m-advantages .content .wrapper .left ul li:before,
  .m-advantages .content .wrapper .right ul li:before {
    display: none;
  }
}
.m-advantages .content .left ul {
  padding-right: 35px;
  left: -100px;
}
@media (max-width: 767px) {
  .m-advantages .content .left ul {
    left: 0;
  }
}
.m-advantages .content .left ul.showed {
  visibility: visible;
  left: 0;
}
@media (max-width: 767px) {
  .m-advantages .content .left ul {
    padding-right: 0;
  }
}
.m-advantages .content .right ul {
  padding-left: 35px;
  right: -100px;
}
@media (max-width: 767px) {
  .m-advantages .content .right ul {
    right: 0;
  }
}
.m-advantages .content .right ul.showed {
  visibility: visible;
  right: 0;
}
@media (max-width: 767px) {
  .m-advantages .content .right ul {
    padding-left: 0;
  }
}
.m-principles {
  background: #000 url("principles-bg.jpg") center top no-repeat;
  height: 695px;
  border-bottom: 25px solid #c11640;
}
@media (max-width: 767px) {
  .m-principles {
    border-bottom: 12px solid #c11640;
    height: auto;
    background-image: none;
  }
}
.m-principles .content {
  padding: 80px 0 0 0;
}
@media (max-width: 767px) {
  .m-principles .content {
    padding: 30px 15px;
  }
}
.m-principles .content .in {
  float: right;
  width: 480px;
}
@media (max-width: 767px) {
  .m-principles .content .in {
    float: none;
    width: 100%;
  }
}
.m-principles .content .in h2 {
  font-size: 26px;
  margin-bottom: 60px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 767px) {
  .m-principles .content .in h2 {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center;
  }
}
.m-principles .content .in ul {
  list-style: none;
  padding: 40px 0 5px;
  border-top: 1px solid #121212;
  border-bottom: 1px solid #121212;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .m-principles .content .in ul {
    padding: 20px 0 0 5px;
    margin-bottom: 20px;
  }
}
/*
.m-principles .content .in ul li {
  float: left;
  padding-left: 65px;
  position: relative;
  height: 40px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 35px;
  width: 240px;
}
@media (max-width: 767px) {
  .m-principles .content .in ul li {
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 15px;
    width: 50%;
    padding-left: 40px;
  }
}
*/


.m-principles .content .in ul {
  text-align: center;
  list-style: none;
  color: #fff;
  font-size: 15px;
  line-height: 50px;
  padding-bottom: 40px;

  
}

.m-principles .content .in ul li svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  fill: #b8183e;
  stroke: #b8183e;
}
@media (max-width: 767px) {
  .m-principles .content .in ul li svg {
    height: 24px;
    width: 24px;
  }
}
.m-principles .content .in ul li.two-lines {
  line-height: 20px;
}
@media (max-width: 767px) {
  .m-principles .content .in ul li.two-lines {
    line-height: 12px;
  }
}
.m-principles .content .in h3 {
  color: white;
  font-size: 16px;
  padding-bottom: 30px;
  font-weight: 500;
  clear: both;
  text-align: center;
}
@media (max-width: 767px) {
  .m-principles .content .in h3 {
    font-size: 12px;
    text-align: center;
  }
}
.m-principles .content .in p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  max-width: 420px;
}
@media (max-width: 767px) {
  .m-principles .content .in p {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }
}
.m-offers {
  background: url("offers-bg.jpg") left top no-repeat;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  .m-offers {
    background: none;
  }
}
.m-offers .content {
  padding-top: 55px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .m-offers .content {
    padding: 30px 15px 0;
    margin-bottom: 10px;
  }
}
.m-offers .content .annotation {
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .m-offers .content .annotation {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 40px;
  }
}
.m-offers .content h2 {
  font-size: 26px;
  margin-bottom: 40px;
  font-weight: 400;
  color: #b8183e;
  text-align: center;
}
@media (max-width: 767px) {
  .m-offers .content h2 {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
.m-offers .content .wrapper .left,
.m-offers .content .wrapper .right {
  float: left;
  position: relative;
  width: 50%;
  transition: all 0.5s;
  visibility: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .m-offers .content .wrapper .left,
  .m-offers .content .wrapper .right {
    width: 100%;
    visibility: visible;
  }
}
.m-offers .content .wrapper .left h3,
.m-offers .content .wrapper .right h3 {
  font-size: 18px;
  line-height: 28px;
  color: #c0153f;
  margin-bottom: 25px;
  position: relative;
  font-weight: 400;
}
@media (max-width: 767px) {
  .m-offers .content .wrapper .left h3,
  .m-offers .content .wrapper .right h3 {
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 13px;
    text-align: center;
  }
}
.m-offers .content .wrapper .left h3:before,
.m-offers .content .wrapper .right h3:before {
  content: "";
  width: 20px;
  height: 4px;
  position: absolute;
  top: -8px;
  left: 0;
  background-color: #b8183e;
}
@media (max-width: 767px) {
  .m-offers .content .wrapper .left h3:before,
  .m-offers .content .wrapper .right h3:before {
    top: -10px;
    width: 10px;
    height: 2px;
    left: 50%;
    margin-left: -5px;
  }
}
.m-offers .content .wrapper .left ul,
.m-offers .content .wrapper .right ul {
  list-style: none;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .m-offers .content .wrapper .left ul,
  .m-offers .content .wrapper .right ul {
    padding: 0 40px;
  }
}
.m-offers .content .wrapper .left ul li,
.m-offers .content .wrapper .right ul li {
  font-size: 16px;
  line-height: 28px;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .m-offers .content .wrapper .left ul li,
  .m-offers .content .wrapper .right ul li {
    text-align: center;
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 10px;
  }
}
.m-offers .content .left {

}
@media (max-width: 767px) {
  .m-offers .content .left {
    left: 0;
  }
}
.m-offers .content .left.showed {
  visibility: visible;
  left: 0;
}
@media (max-width: 767px) {
  .m-offers .content .left {
    padding-right: 0;
  }
}
.m-offers .content .right {
  right: -100px;
  padding-left: 35px;
}
@media (max-width: 767px) {
  .m-offers .content .right {
    right: 0;
  }
}
.m-offers .content .right.showed {
  visibility: visible;
  right: 0;
}
@media (max-width: 767px) {
  .m-offers .content .right {
    padding-left: 0;
  }
}


.m-career {
  background: url("offers-bg.jpg") left top no-repeat;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  .m-career {
    background: none;
  }
}
.m-career .content {
  padding-top: 55px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .m-career .content {
    padding: 30px 15px 0;
    margin-bottom: 10px;
  }
}
.m-career .content .annotation {
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .m-career .content .annotation {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 40px;
  }
}
.m-career .content h2 {
  font-size: 26px;
  margin-bottom: 40px;
  font-weight: 400;
  color: #b8183e;
  text-align: center;
}
@media (max-width: 767px) {
  .m-career .content h2 {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
.m-career .content .wrapper .left,
.m-career .content .wrapper .right {
  float: left;
  position: relative;
  width: 50%;
  transition: all 0.5s;
  visibility: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .m-career .content .wrapper .left,
  .m-career .content .wrapper .right {
    width: 100%;
    visibility: visible;
  }
}
.m-career .content .wrapper .left h3,
.m-career .content .wrapper .right h3 {
  font-size: 18px;
  line-height: 28px;
  color: #c0153f;
  margin-bottom: 25px;
  position: relative;
  font-weight: 400;
}
@media (max-width: 767px) {
  .m-career .content .wrapper .left h3,
  .m-career .content .wrapper .right h3 {
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 13px;
    text-align: center;
  }
}
.m-career .content .wrapper .left h3:before,
.m-career .content .wrapper .right h3:before {
  content: "";
  width: 20px;
  height: 4px;
  position: absolute;
  top: -8px;
  left: 0;
  background-color: #b8183e;
}
@media (max-width: 767px) {
  .m-career .content .wrapper .left h3:before,
  .m-career .content .wrapper .right h3:before {
    top: -10px;
    width: 10px;
    height: 2px;
    left: 50%;
    margin-left: -5px;
  }
}
.m-career .content .wrapper .left ul,
.m-career .content .wrapper .right ul {
  list-style: none;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .m-career .content .wrapper .left ul,
  .m-career .content .wrapper .right ul {
    padding: 0 40px;
  }
}
.m-career .content .wrapper .left ul li,
.m-career .content .wrapper .right ul li {
  font-size: 16px;
  line-height: 28px;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .m-career .content .wrapper .left ul li,
  .m-career .content .wrapper .right ul li {
    text-align: center;
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 10px;
  }
}
.m-career .content .left {
  padding-right: 35px;
  left: -100px;
}
@media (max-width: 767px) {
  .m-career .content .left {
    left: 0;
  }
}
.m-career .content .left.showed {
  visibility: visible;
  left: 0;
}
@media (max-width: 767px) {
  .m-career .content .left {
    padding-right: 0;
  }
}
.m-career .content .right {
  right: -100px;
  padding-left: 35px;
}
@media (max-width: 767px) {
  .m-career .content .right {
    right: 0;
  }
}
.m-career .content .right.showed {
  visibility: visible;
  right: 0;
}
@media (max-width: 767px) {
  .m-career .content .right {
    padding-left: 0;
  }
}



.m-references {
  background: #c21540;
}
.m-references .content {
  padding-top: 55px;
  text-align: center;
}
@media (max-width: 767px) {
  .m-references .content {
    padding-top: 30px;
  }
}
.m-references .content h2 {
  font-size: 26px;
  margin-bottom: 40px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .m-references .content h2 {
    font-size: 17px;
    margin-bottom: 35px;
  }
}
/*
.m-references .content h2:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 4px;
  background-color: #fff;
  bottom: -30px;
}
@media (max-width: 767px) {
  .m-references .content h2:after {
    width: 10px;
    height: 2px;
    margin-left: -5px;
    bottom: -15px;
  }
}
*/
.m-references .content p {
  font-size: 18px;
  line-height: 26px;
  color: #e8bac2;
  margin-bottom: 25px;
  text-align: center;
  display: inline-block;
  
}
@media (max-width: 767px) {
  .m-references .content p {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 15px;
  }
}
.m-references .content .highlight {
  margin-bottom: 100px;
  position: relative;
  color: #fff;
  border: 1px solid #fff;
  background-color: #c82d53;
  display: inline-block;
  padding: 10px 35px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .m-references .content .highlight {
    margin-bottom: 50px;
    padding: 10px 17px;
    margin-top: 25px;
    width: 220px;
  }
}
@media (max-width: 767px) {
  .m-references .content .highlight span {
    font-weight: 700;
    display: inline-block;
    margin-bottom: 5px;
  }
}
/*
.m-references .content .highlight:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 4px;
  background-color: #fff;
  bottom: -50px;
}
@media (max-width: 767px) {
  .m-references .content .highlight:after {
    bottom: auto;
    top: -20px;
    width: 10px;
    height: 2px;
    bottom: -25px;
    margin-left: 5px;
  }
}
*/

.m-contact {
  background: #000 url("contact-bg.jpg") center top no-repeat;
  background-size: cover;
  min-height: 482px;
  border-bottom: 0px solid #000;
}
@media (max-width: 767px) {
  .m-contact {
    height: auto;
    background: #222;
    border-bottom: 7px solid #000;
  }
}
.m-contact .content {
  padding-top: 55px;
  text-align: center;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .m-contact .content {
    padding-bottom: 10px;
    padding-top: 30px;
  }
}
.m-contact .content h3 {
  font-size: 26px;
  margin-bottom: 30px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 767px) {
  .m-contact .content h3 {
    font-size: 17px;
    margin-bottom: 15px;
    max-width: 200px;
    display: inline-block;
  }
}
.m-contact .content .annotation {
  font-size: 22px;
  color: #fff;
  margin-bottom: 70px;
  position: relative;
}
@media (max-width: 767px) {
  .m-contact .content .annotation {
    font-size: 12px;
    margin-bottom: 40px;
  }
}
.m-contact .content .annotation:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 4px;
  background-color: #fff;
  bottom: -35px;
}
@media (max-width: 767px) {
  .m-contact .content .annotation:after {
    bottom: -20px;
    width: 10px;
    height: 2px;
    margin-left: -5px;
  }
}
.m-contact .content ul {
  list-style: none;
}
@media (max-width: 767px) {
  .m-contact .content ul {
    margin-bottom: 20px;
  }
}
.m-contact .content ul li {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 15px;
  color: #bcbcbc;
}
@media (max-width: 767px) {
  .m-contact .content ul li {
    font-size: 11px;
    line-height: 11px;
    margin-bottom: 7px;
  }
}
.m-contact .content ul li a {
  color: #c21540;
}
.m-contact .content ul li a:hover {
  text-decoration: none;
}
.m-contact .content .info {
  padding: 10px 0;
  color: #bcbcbc;
}

.text-block{text-align: center;}

.text-block p{margin: 20px 0;}
.text-block h2{margin: 40px 0 20px 0 !important;}
/*
     FILE ARCHIVED ON 13:14:50 Aug 21, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:31:31 Jan 18, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 116.341
  exclusion.robots: 0.174
  exclusion.robots.policy: 0.166
  RedisCDXSource: 1.689
  esindex: 0.008
  LoadShardBlock: 94.503 (3)
  PetaboxLoader3.datanode: 109.82 (4)
  CDXLines.iter: 17.406 (3)
  load_resource: 62.71
  PetaboxLoader3.resolve: 23.243
*/

a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

h2.nadpis{
font-family: 'Open Sans', Arial, sans-serif;
font-size: 26px;
margin-bottom: 40px;
font-weight: 400;
text-align: center;
text-transform: uppercase;
}

ul.odrazky {

}


ul.odrazky {
  list-style-type: square;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin-left: 13px;
  padding-left: 0px;
 
}


.column {
  float: left;
  width: 50%;
  
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


.m-offers h3 {
    font-size: 17px;
    font-weight: normal;
    padding-bottom: 10px;
    color: #b8183e;
}


.m-contact .content .info {
    font-size: 13px;
}

.m-footer {
background-color: #000;



}
.m-footer p {
color: #999;
text-align: left;
font-size: 13px;
line-height: 28px;
}

.m-offers .content .annotation, 
.m-references .content p,
.m-career .content .annotation {
font-size: 17px;
line-height: 26px;
text-align: justify;

 }
 
 .left {
 text-align: left !important;
 }
 


.m-offers .content .annotation {
    margin-bottom: 40px;
}

.m-references .content {
    margin-bottom: 0px;

}

.m-references .content .highlight {
    margin-bottom: 60px;
}

.m-references .content .highlight {
padding: 10px;
}