<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.row + .row, p + .row, ul + .row, ol + .row {
  margin-top: 30px;
}

#header {
  padding: 0px;
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  background-color: #047CDA;
  background-image: url("img/first-screen-bg.jpg");
  background-size: cover;
  background-position: center;
  transform: translate3d(0, 0, 0);
  transition: all ease-out 0.5s;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.35);
}

#header-top {
  position: relative;
  z-index: 10;
  background: #FDF7E8;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  padding: 1px 0 1px;
}
#header-top:before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 2px;
  width: 96px;
  height: 96px;
  background-color: #FDF7E8;
  transform: translateX(-50%);
  border-radius: 100%;
  background-image: url("img/logo.png");
  background-size: 90px 90px;
  background-position: center;
  border: 3px solid #FDF7E8;
}

#header-top .languages &gt; a {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 36px;
  color: #006598;
  vertical-align: middle;
  text-decoration: none;
}

#header-top .switch-left {
  display: inline-block;
  background-image: url("img/switch-left.png");
  background-repeat: no-repeat;
  background-position: center 4px;
  width: 53px;
  height: 36px;
  vertical-align: middle;
  margin: 0 12px;
}

#header-top .switch-right {
  display: inline-block;
  background-image: url("img/switch-right.png");
  background-repeat: no-repeat;
  background-position: center 4px;
  width: 53px;
  height: 36px;
  vertical-align: middle;
  margin: 0 12px;
}

#header-top .container &gt; div {
  display: flex;
  justify-content: space-between;
}

#header-top .versions {
  display: inline-block;
  background-image: url("img/eye.png");
  background-repeat: no-repeat;
  background-position: center left;
  padding: 0 0 0 40px;
  vertical-align: middle;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 36px;
  text-align: right;
  color: #333333;
  cursor: pointer;
}

#header-top .versions:hover {
  text-decoration: underline;
}

#header-middle {
  padding: 55px 0 42px;
  min-height: 62px;
}

#header-middle a {
  color: inherit;
  text-decoration: none;
}

#header-middle h1 {
  font-family: Yeseva One;
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: normal;
  text-align: center;
  color: #FCE9B7;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 39px;
  letter-spacing: -0.03em;
}

h2 {
  font-family: Yeseva One;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: normal;
  color: #FF5C16;
  margin-bottom: 30px;
  letter-spacing: -0.03em;
}

h3 {
  font-family: Yeseva One;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: normal;
  color: #333333;
  margin: 32px 0 18px;
}

h4 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 10px;
}

td &gt; h4 {
  margin-top: 2px;
  margin-bottom: 0px;
}

#header-middle h2 {
  font-family: Yeseva One;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: normal;
  text-align: center;
  color: #FCE9B7;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 3px;
}

#header-middle h3 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 17px;
}

#header-middle h4 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 62px;
}

#header .header-items {
  position: relative;
  transition: all ease-out 0.2s;
}

#header-middle .header-item {
  background: rgba(0, 131, 196, 0.77);
  border: 2px solid #F8EBCA;
  box-sizing: border-box;
  border-radius: 32px 0px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  color: #fff;
  padding: 17px 10px 10px 19px;
}
#header-middle .header-item h5 {
  font-weight: normal;
  font-size: 17px;
  color: #F8EBCA;
}

#header-middle .header-item a.phone {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: normal;
  color: #FFFFFF;
  margin-bottom: 7px;
}

#header-middle .header-item p {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 105%;
  color: #f5f5f5;
  margin-bottom: 5px;
}
#header-middle .header-item p.header {
  color: #F8EBCA;
}

#header.scrolled {
  background-position: center top;
}

#header.scrolled #header-top {
  display: none;
}

#header.scrolled .header-items {
  opacity: 0;
  transition: all ease-out 0.2s;
  /*margin: -200px 0 0 0;*/
  height: 0px;
  overflow: hidden;
}

#header h3, #header h4 {
  transition: all 0.5s;
}

#header.scrolled h3, #header.scrolled h4 {
  /*display: none;*/
  height: 0;
  overflow: hidden;
  margin: 0;
}

#header.scrolled #header-middle {
  padding: 20px 0 0px;
}

#header.scrolled #header-middle h1 {
  margin-bottom: 23px;
}

#header.scrolled h2 {
  margin: 0 0 0px;
}

#menu-band {
  background: linear-gradient(180deg, #009EC6 0%, #0361A4 100%);
}

#top-menu {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  border-right: 1px solid #0285BA;
  position: relative;
  z-index: 100;
}

#top-menu &gt; li {
  display: inline-block;
  border-left: 1px solid #0285BA;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 100;
}

#top-menu li &gt; a {
  display: block;
  padding: 17px 16px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: normal;
  text-align: center;
  color: #FFCA89;
  text-decoration: none;
}

#top-menu li &gt; a:hover {
  background: #006293;
  color: #fff;
}

#top-menu &gt; li &gt; ul {
  width: 300px;
  max-width: 300px;
}

#top-menu &gt; li ul {
  display: none;
  position: absolute;
  z-index: 100;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #0081AC;
}

#top-menu &gt; li ul &gt; li {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 100;
  white-space: normal;
}

#top-menu &gt; li ul &gt; li &gt; a {
  text-align: left;
  padding: 10px 16px;
}

#top-menu &gt; li ul &gt; li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#top-menu &gt; li ul &gt; li &gt; a:hover {
  background: #006293;
  color: #fff;
}

#top-menu li:hover &gt; ul {
  display: block;
}

#top-menu &gt; li &gt; ul &gt; li &gt; ul {
  display: none !important;
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #0081AC;
  left: 100%;
  top: 0;
}

#header.scrolled #top-menu li &gt; a {
  padding: 10px 16px;
}

#after-header {
  height: 660px;
}

#after-header.scrolled {
  height: 400px;
}

#footer-top {
  background: linear-gradient(180deg, #005C8A 0%, #1C2C34 100%);
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.25);
  color: #EAD2CB;
  position: relative;
  z-index: 2;
  padding: 45px 0 34px;
}

#footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer-menu &gt; li &gt; ul {
  display: none;
}

#footer-menu &gt; li &gt; a {
  color: inherit;
}

#footer-menu &gt; li &gt; a:hover {
  text-decoration: underline;
}

#footer h3 {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: normal;
  color: #FCE9B7;
  margin-top: 0px;
  margin-bottom: 0px;
}

#footer h2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: normal;
  color: #FCE9B7;
  margin-top: -2px;
  margin-bottom: 48px;
}

#footer h4 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #FF5C16;
  margin-bottom: 23px;
}

#footer a {
  text-decoration: none;
}

#footer a.phone {
  display: inline-block;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  color: #F3DC9E;
  margin: 0px 0 10px;
}

#footer .map-link {
  margin: 10px 0 10px;
}

#footer-bottom {
  background-image: url("img/footer-bottom-bg.jpg");
  background-size: cover;
  background-position: center top;
  padding: 36px 0 30px;
  position: relative;
  z-index: 1;
}

#footer-bottom img {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  margin: 23px 0 32px;
}

#footer-bottom h4 {
  margin-bottom: 12px;
}

#footer-bottom a {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  text-decoration-line: underline;
  color: #0091DA;
}

a {
  text-decoration-line: underline;
  color: #0091DA;
}

#tasks {
  padding: 0 0 32px;
}

#tasks h3 {
  margin-top: 0px;
  margin-bottom: 42px;
}

.task-item {
  padding: 0 0 39px 55px;
  background-image: url("img/kolos-3.png");
  background-repeat: no-repeat;
  background-position: left top;
}

#works {
  background-image: url("img/works-bg.jpg");
  background-size: cover;
  background-position: center top;
  padding: 76px 0 53px;
}

#works h3 {
  color: #fff;
  margin-top: 0px;
  margin-bottom: 42px;
}

.work-item {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  border-radius: 32px 0px;
  margin-bottom: 32px;
  padding: 38px 32px 31px 50px;
  background-image: url("img/kolos-1.png");
  background-repeat: no-repeat;
  background-position: 24px 25px;
}

#work-items .work-item {
  width: 340px;
  max-width: 100%;
}

#laboratory {
  padding: 76px 0 91px;
}

#news {
  padding: 65px 0 50px;
  background-image: url("img/news-bg.jpg");
  background-size: cover;
  background-position: center bottom;
}

#news .short-news-item {
  position: relative;
  padding-bottom: 44px;
  padding-top: 11px;
  margin-bottom: 34px;
}

.news-date {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
  color: #FF5C16;
}

#news .short-news-item .small-button-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
}

#news .button-container {
  padding: 43px 0 10px;
  border-top: 1px solid #FF5C16;
}

#short-report {
  padding: 65px 0 42px;
  background-image: url("img/report-bg.jpg");
  background-size: cover;
  background-position: center top;
}

#short-report h2 {
  color: #0083C4;
}

#short-report .big-digit {
  font-family: Yeseva One;
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: normal;
  text-align: center;
  color: #FF5C16;
  background-image: url("img/kolos-2.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 19px;
}

#short-report p {
  text-align: center;
}

.short-report-item {
  padding: 30px 0 28px;
}

#short-report a {
  display: inline-block;
  margin-top: 27px;
}

#news-list .news-list-item {
  margin-bottom: 64px;
}

#news-list .news-list-item .news-text {
  margin-bottom: 16px;
}

.news-item {
  max-width: 800px;
  text-align: left;
}

.news-item .small-button-container {
  padding-top: 16px;
  text-align: center;
}

#template1-page, #template2-page {
  padding-bottom: 48px;
}

.table &gt; thead &gt; tr &gt; th {
  vertical-align: top;
  font-size: 85%;
}

#left-menu {
  padding: 10px 32px 0 0;
}

#left-menu a {
  text-decoration: none;
}

a.parent-page {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

ul.pages-around {
  list-style: none;
  padding: 0;
  margin: 12px 0 32px;
}

ul.pages-around &gt; li {
  padding: 9px 0 3px 0;
}

ul.pages-around &gt; li + li {
  border-top: 1px solid #eee;
}

ul.pages-around &gt; li.active {
  font-weight: bold;
  color: #555;
}

.sub-pages-menu {
  margin-top: 32px;
}

/* ul-treefree */
ul.ul-treefree {
  padding-left: 25px;
}

ul.ul-treefree ul {
  margin: 0;
  padding-left: 6px;
}

ul.ul-treefree li {
  position: relative;
  list-style: none outside none;
  border-left: solid 1px #999;
  margin: 0;
  padding: 0 0 0 19px;
  line-height: 23px;
}

ul.ul-treefree li:before {
  content: "";
  display: block;
  border-bottom: solid 1px #999;
  position: absolute;
  width: 18px;
  height: 11px;
  left: 0;
  top: 0;
}

ul.ul-treefree li:last-child {
  border-left: 0 none;
}

ul.ul-treefree li:last-child:before {
  border-left: solid 1px #999;
}

ul.ul-treefree &gt; li:nth-of-type(1):before {
  display: none;
}

ul.ul-treefree li {
  font-weight: bold;
}

ul.ul-treefree li em {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

.img-container {
  display: inline-block;
  border: 16px solid #fff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 24px;
}

a.location {
  display: inline-block;
  background-image: url("img/location.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

#template3-page input, #template3-page textarea {
  display: inline-block;
}

#template3-page textarea, #template4-page textarea {
  width: 500px;
  height: 200px;
  display: block;
}

.lab-adv {
  padding: 68px 0 16px 0;
  background-image: url("img/kolos-3.png");
  background-repeat: no-repeat;
  background-position: left top;
  margin-top: 8px;
}

#contrast-setting {
  margin-top: 5px;
}

#contrast-setting #font-s {
  font-size: 16px;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}

#contrast-setting #font-m {
  font-size: 20px;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}

#contrast-setting #font-l {
  font-size: 24px;
  display: inline-block;
  margin: 0 8px 0 3px;
  cursor: pointer;
}

#contrast-setting #contrast-positive {
  display: inline-block;
  margin: 0 3px;
  padding: 0 4px;
  border: 1px solid #000;
  background-color: #fff !important;
  color: #000 !important;
  cursor: pointer;
}

#contrast-setting #contrast-negative {
  display: inline-block;
  margin: 0 3px;
  padding: 0 5px;
  border: 1px solid #fff;
  color: #fff !important;
  background-color: #000 !important;
  cursor: pointer;
}

.pushy-content {
  background-color: #027AD8;
}

.pushy-content li {
  color: #FCE9B7;
  text-align: left;
}

.pushy-content h4 {
  color: #FCE9B7;
  font-size: 16px;
  line-height: 24px;
  text-align: left !important;
  padding: 20px 10px 5px 30px;
}

.pushy-content &gt; ul &gt; li &gt; ul &gt; li {
  text-transform: none;
  font-weight: 300;
}

.pushy-content &gt; ul &gt; li &gt; ul &gt; li &gt; a {
  padding-left: 60px;
}

.pushy-content &gt; ul &gt; li {
  text-transform: uppercase;
}

.pushy-content a.email {
  text-transform: none;
}

@media (max-width: 1199px) {
  #menu-band &gt; div.container {
    width: 100% !important;
    text-align: center;
    white-space: nowrap;
  }
}
@media (max-width: 1070px) {
  #menu-band {
    display: none;
  }
  #mobile-menu-button {
    display: block;
  }
}
@media (max-width: 1199px) { /* lg */
  #header-middle h3 {
    margin: 30px auto 16px;
  }
  #header-middle h2 {
    margin-bottom: 0px;
  }
  #header-middle h1 {
    margin-bottom: 24px;
  }
  #header-middle h4 {
    margin-bottom: 32px;
  }
  #top-menu li &gt; a {
    display: block;
    padding: 10px 16px;
    font-size: 14px;
  }
  #header.scrolled #top-menu li &gt; a {
    padding: 10px 16px;
  }
  #after-header {
    height: 520px;
  }
  #header.scrolled #header-middle {
    /*padding: 20px 0 35px;*/
  }
}
@media (min-width: 992px) { /* lg */ }
@media (max-width: 991px) { /* md */
  #header .header-item {
    margin-bottom: 32px;
  }
  #mobile-menu-button {
    display: block;
  }
  #header-middle {
    padding: 40px 0 0px;
  }
  #after-header {
    height: 650px;
  }
  #header.scrolled .header-items {
    /*margin: -330px 0 0 0;*/
  }
  #header.scrolled #header-middle h2 {
    font-size: 22px;
    margin-bottom: 0px;
  }
  #header.scrolled #header-middle h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #after-header.scrolled {
    height: 300px;
  }
  #header #mobile-menu-button {
    top: 64px;
    transition: all 0.5s;
  }
  #header.scrolled #mobile-menu-button {
    top: 24px;
  }
  #news .short-news-item .small-button-container {
    position: static;
    padding-top: 18px;
  }
  #news .short-news-item {
    padding-bottom: 0px;
  }
  #footer h4 {
    margin-top: 16px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) { /* sm */
  .header-items {
    display: none;
  }
  #header-middle h2 {
    font-size: 22px;
    margin-bottom: 0px;
    padding: 0 32px;
  }
  #header-middle h1 {
    font-size: 30px;
    margin-bottom: 20px;
    padding: 0 32px;
  }
  #header {
    background-position: center top;
    background-size: 300%;
    position: static;
  }
  #mobile-menu-button {
    left: 16px;
  }
  #header-top .versions {
    display: none;
  }
  #header-top .languages {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header-top .languages &gt; div {
    display: none;
  }
  #after-header {
    height: 40px;
  }
  #header.scrolled #header-middle h2 {
    display: none;
  }
  #header.scrolled #header-middle h1 {
    font-size: 24px;
    margin-bottom: 0px;
  }
  #header.scrolled #header-middle {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  #header-middle h4 {
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  }
  #after-header.scrolled {
    height: 200px;
  }
  .task-item {
    padding: 70px 0 39px;
    background-position: center top;
  }
  p, li {
    text-align: left !important;
  }
  #short-report p {
    text-align: center !important;
  }
  #short-report {
    text-align: center;
  }
  #footer p, #footer li {
    text-align: center !important;
  }
  .lab-adv {
    background-position: center top;
  }
}
@media (max-width: 479px) { /* xs */ }
h2 + p.sm {
  font-size: 14px;
  line-height: 120%;
  max-width: 50em;
  margin: -20px 0 35px;
}

#zh-services {
  padding: 30px 0 43px;
}
#zh-services h3 {
  margin-bottom: 20px;
}
#zh-services img {
  margin-bottom: 14px;
}
#zh-services .row + .row {
  margin-top: 20px;
}
#zh-services div.work-area {
  text-align: center;
  margin-top: 34px;
}
#zh-services div.work-area img {
  margin-bottom: 4px;
}

#zh-advantages {
  padding: 0px 0 61px;
}
#zh-advantages h4 {
  margin-top: 0px;
}
#zh-advantages h4 &gt; span {
  color: #FF5C16;
}
#zh-advantages h3 {
  margin-bottom: 30px;
}
#zh-advantages .row &gt; div {
  margin-bottom: 20px;
}
#zh-advantages button {
  margin-top: 1px;
}

#zh-preparaty {
  padding: 0 0 57px;
}
#zh-preparaty p {
  text-align: left !important;
}
#zh-preparaty .img-container {
  margin: 35px 0 24px;
}
#zh-preparaty button {
  margin-top: 16px;
}

.table-contacts tr &gt; td:nth-of-type(1) {
  width: 50%;
}
.table-contacts tr.address &gt; td:nth-of-type(1) {
  width: 25%;
}

ul ul {
  margin-top: 0.4em;
}

.docs-list h4 {
  margin: 30px 0 15px;
}/*# sourceMappingURL=pages.css.map */</pre></body></html>