@font-face {
  font-family: "San Francisco";
  src: url("../fonts/SFUIDisplay-Ultralight.otf") format("truetype");
  font-style: normal;
  font-display: auto;
}
body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: "San Francisco";
}
.container {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.header {
  padding-top: 20px;
}
.header .container {
  display: flex;
}
.header .container .block {
  display: flex;
  width: 33%;
}
.header .container .logo {
  justify-content: flex-end;
}
.header .container .menu {
  width: auto;
  padding-top: 25px;
}
.header .container .menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  text-transform:uppercase;
  font-size: 17px;
  
}
.header .container .menu ul li a {
  display: flex;
  align-items: center;
  padding-left: 7.5px;
  padding-right: 7.5px;
  text-decoration: none;
  color: #e4ffff;
  background-color: #6abfff;
  white-space: nowrap;
  height: 46px;
}
.header .container .menu ul li a:hover {
  text-decoration: underline;
}
.header .container .menu ul li:last-child a {
  padding-right: 15px;
}
.header .container .menu ul li:first-child a {
  padding-left: 15px;
}
.header .container .left-block {
  justify-content: flex-start;
  padding-top: 25px;
}
.header .container .left-block img {
  max-height: 46px;
  max-width: 190px;
  width: 100%;
  height: 100%;
  background-color: #a9a8b6;
}
.our-clients {
  padding-top: 10px;
}
.our-clients .container .wrapper {
  min-width: 175px;
}
.our-clients .container .line {
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  color: #6abfff;
  min-height: 21px;
}
.our-clients .container .line .wrapper {
  display: block;
  text-align: center;
  position: relative;
  min-width: 175px;
}
.our-clients .container .line .wrapper:before {
  content: '';
  height: 1px;
  display: block;
  position: absolute;
  right: 100%;
  left: -1000px;
  top: 50%;
  background-color: #6abfff;
}
.our-clients .container .line .wrapper:after {
  content: '';
  height: 1px;
  display: block;
  position: absolute;
  right: -1000px;
  left: 100%;
  top: 50%;
  background-color: #6abfff;
}
.our-clients .container .block {
  height: 135px;
}
.cards .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
}
.cards .container .card {
  padding-bottom: 40px;
  max-width: 242px;
  width: 100%;
  margin-right: 137px;
}
.card2 {
  padding-bottom: 40px;
  max-width: 431px!important;
  width: 100%;
  margin-right: 100px;
}
.cards .container .card img {
  width: 100%;
}
.cards .container .card img.mobile {
  display: none;
}
.cards .container .card .desc-block {
  position: relative;
}
.cards .container .card .desc-block .product-title {
  margin-top: 15px;
  padding-bottom: 15px;
  font-size: 23px;
  font-weight:100;
  -webkit-text-stroke: 0.1px;
  color: #005196;
  letter-spacing: -0.3px;
  line-height: 0.9;
}
.cards .container .card .desc-block .product-desc {
  text-align: justify;
  font-size: 13px;
  color: #7F7F7F;
  font-family: Arial;
  line-height: 1.4;
}
.product-desc-2 {
  text-align: justify;
  font-size: 13px;
  color: #7F7F7F;
  font-family: Arial;
  line-height: 1.4;
  margin-top:5px;
}
.product-desc-3 {
  text-align: justify;
  font-size: 13px;
  color: #7F7F7F;
  font-family: Arial;
  line-height: 1.4;
  margin-top:2px;
}
.product-desc-4 {
  text-align: justify;
  font-size: 13px;
  color: #7F7F7F;
  font-family: Arial;
  line-height: 1.4;
  margin-top:-7px;
}
.cards .container .card .desc-block .link-get-more {
  font-size: 13px;
  text-align: right;
  width: 100%;
  display: block;
  padding-top: 15px;
  text-decoration: underline;
  color: #9fbfff;
  font-family: Arial;
}
.cards .container .card .desc-block .link-get-more:hover {
  text-decoration: none;
}
.link {
  font-size: 13px;
  text-decoration: underline!important;
  color: #9fbfff;
  font-family: Arial;
}
.link:hover  {
  text-decoration: none!important;
}
.cards .container .card .desc-block:after {
  display: block;
  width: 1px;
  height: 100%;
  content: '';
  background-color: #aad5f5;
  position: absolute;
  left: calc(68px + 100%);
  top: 0;
}
.cards .container .card2 .desc-block:after {
  display: block;
  width: 1px;
  height: 100%;
  content: '';
  background-color: #aad5f5;
  position: absolute;
  left: calc(68px + 100%);
  top: 0;
}
.cards .container .card:nth-child(3n+3) {
  margin-right: auto;
}
.cards .container .card2:nth-child(2n+2) {
  margin-right: auto;
}
.cards .container .card:nth-child(3n+3) .desc-block:after {
  display: none;
}
.cards .container .card2:nth-child(2n+2) .desc-block:after {
  display: none;
}
.footer {
  padding-bottom: 30px;
  padding-top: 30px;
}
.footer .container .content {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #005596;
  padding: 35px;
}
.footer .container .content img {
  display: block;
  width: 130px;
  height: 30px;
  background-color: #fff;
}
.footer .container .content ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer .container .content ul li a {
  text-decoration: none;
  color: #fff;
  padding-right: 9px;
  font-size: 14px;
  white-space: nowrap;
  font-family: Arial;
}
.footer .container .content ul li a:hover {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
@media (max-width: 1000px) {
  .container {
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
  .cards .container {
    justify-content: center;
  }
  .cards .container .card:nth-child(3n+3) {
    margin-right: 160px;
  }
  .cards .container .card:nth-child(3n+3) .desc-block:after {
    display: block;
  }
  .cards .container .card:nth-child(2n+2) {
    margin-right: 0;
  }
  .cards .container .card:nth-child(2n+2) .desc-block:after {
    display: none;
  }
}
@media (max-width: 664px) {
  .container {
    width: calc(100% - 20px);
    padding-left: 10px;
    padding-right: 10px;
  }
  .cards .container {
    display: block;
  }
  .cards .container .card {
    margin: auto;
  }
  .cards .container .card img {
    margin: auto;
    display: block;
  }
  .cards .container .card .desc-block {
    margin: auto !important;
  }
  .cards .container .card .desc-block:after {
    display: none !important;
  }
  .cards .container .card:nth-child(3n+3) {
    margin-right: auto;
  }
  .cards .container .card:nth-child(3n+3) .desc-block:after {
    display: block;
  }
  .cards .container .card:nth-child(2n+2) {
    margin-right: auto;
  }
  .cards .container .card:nth-child(2n+2) .desc-block:after {
    display: block;
  }
  .our-clients .container .line .wrapper-last {
    min-width: 0;
  }
}
@media (max-width: 840px) {
  .header .container {
    justify-content: space-between;
  }
  .header .container .logo {
    display: none;
  }
}
@media (max-width: 570px) {
  .header {
    padding-top: 0;
  }
  .header .container {
    flex-direction: column-reverse;
    align-items: center;
  }
  .header .container .logo {
    display: none;
  }
  .header .container .menu {
    padding-top: 0;
    width: calc(100% + 20px);
    justify-content: center;
    background-color: #6abfff;
    margin-left: -10px;
    margin-right: -10px;
  }
  .header .container .left-block {
    display: block;
    padding-top: 15px;
    min-width: 190px;
  }
  .header .container .left-block img {
    height: 51px;
    display: block;
  }
  .footer {
    padding-bottom: 0;
  }
  .footer .container {
    padding: 0;
    width: 100%;
  }
  .footer .container .content {
    flex-direction: column-reverse;
  }
}
@media (max-width: 420px) {
  .header .container .menu ul {
    font-size: 14px;
  }
  .cards .container .card {
    max-width: 100%;
  }
  .cards .container .card img {
    display: none;
  }
  .cards .container .card img.mobile {
    display: block;
  }
}

/* Основной блок */
.owl-wrapper-outer {
	border: 1px solid #777;
	border-radius: 5px;
	overflow: hidden;
	background: white;
}

.biocolor {color:#005596; font-size:18px;}
.bot {padding-top:20px;}