:root {
  --green-3: #3f5a53;
  --green: #407060;
  --green-2: #407060;
  --light-green: #c2d7b9;
  --logo-green: #476c5e;
  --grey-1: #f9f9f9;
  --grey-2: #eeeeee;
  --header-color: #494949;
  --lg-viewport: 992px;
}
body .btn {
  background-color: var(--green);
}
@font-face {
  font-family: "Aptos";
  src:
    url("fonts/Aptos-Display.ttf"),
}
.tb-megamenu .nav > li:first-child {
  width: 286px;
}

.region-full-width .block-page-title-block {
  background-color: var(--grey-1);
  padding: 30px 0;
  text-align: center;
  margin-bottom: 30px;
}
.region-full-width .block-page-title-block h1 {
  margin-bottom: 0;
  font-size: 2rem;
  color: var(--green);
  max-width: 1216px;
  margin: auto;
}
body #sys {
  margin-top: 0;
}
.contacts__map{
  height: 300px;
}
.front .text-formatted {
  max-width: initial;
}
.contacts__wrapper {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.contacts__wrapper .service__image{
  width: 33.3%;

  background-image: url(/themes/adaptive/images/4_short.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.contacts__wrapper .service__image img{
  display: none;
}
.page--visitka #contacts {
  background: transparent;
}

.contacts__wrapper .service-contacts {
  width: 33.3%;
  background: var(--grey-1);
  padding-top: 12px;
}
.contacts__wrapper .contact__form {
  width: 33.3%;
  background: var(--grey-2);
  padding: 44px 13px 20px;
}
.page--visitka .service-block-title {
  margin-bottom: 34px;
}

.contact__form .btn--main {
  min-height: 41px;
  min-width: 130px;
}

.contact__form .contact-message-form .form-actions {
  justify-content: flex-start;
}

.header-row-new .col {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.header-full .btn-langs .btn-langs-current.en::before,
.header-full .btn-langs-list-item .ru a::before,
.header-full .btn-langs-list-item .hy a::before,
.header-full .btn-langs .btn-langs-current.ru::before,
.header-full .btn-langs-list-item .en a::before,
.header-full .btn-langs .btn-langs-current.hy::before {
  display: none;
}
.header-full .btn-langs-list-item .en a,
.header-full .btn-langs .btn-langs-current.hy {
  padding-left: 0;
}
.header-full .btn-langs-list-link {
  padding: 0;
  margin: 0;
}
.header-full .btn-langs .btn-langs-current {
  margin: 0;
}
.header-full .btn-langs .btn-langs-current.en {
  padding-left: 0;
}

.header-full .btn-langs .btn-langs-current span {
  border-bottom: none;
}
.header-full .btn-langs-list-item .ru a {
  padding-left: 0;
}
.header-full .btn-langs-list-link a span {
  border-bottom: none;
}
.header-full .btn-langs-list-item .hy a {
  padding-left: 0;
}

.icon svg {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
}
.col-header-data {
  flex-wrap: wrap;
  padding: 0;
  height: 65px;
  margin-top: 12px;
}

@media (max-width: 500px) {
.col-header-data {
  height: 30px;
  margin-top: 0px;
}
}

.col-header-data a {
  align-items: center;
  display: flex;
  color: var(--green-2);
  flex: 1 0 100%;
}
.col-header-data .header-data {
  margin-left: 3px;
  font-size: 20.3px;
  font-family: 'Aptos';
}
.col-header-data a:hover svg {
  fill: var(--green);
}
.col-logo a {
  background: var(--logo-green);
  width: 100%;
  height: 100%;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
}
.header-row-new > div {
  display: inline-flex;
  align-items: center;
}

.col-slogan {
  font-size: 20.3px;
  font-family: 'Aptos';
}

html[lang=hy] .col-slogan {
  font-size: 18.3px;
  font-family: 'Aptos';
}

.btn.btn-border {
  background-color: transparent;
  color: var(--green-2);
  border: 2px solid var(--green-2);
  font-size: 16px;
}

.col-request .btn {
  display: block;
  width: 85%;
  font-family: arial;
}

.header-row-new {
  min-height: 90px;
  justify-content: space-between;
}

.btn-langs-list-item {
  background: var(--green);
  color: #fff;
}
.header-full .btn-langs-list-item {
  flex-direction: column;
  width: 70px;
  border-radius: 5px;
  align-items: flex-start;
  line-height: 1.2;
  position: absolute;
  left: 0;
  top: -15px;
}
.header-full .btn-langs-list-item > div {
  width: 100%;
  padding-left: 15px !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
.btn-langs-list-item a {
  color: #fff;
}

.btn-langs-lists {
  position: relative;
}

.btn-langs-lists svg {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 8px;
  top: 6px;
}

.btn-langs-list-link {
  display: none;
}

.btn-langs-list-item.show svg {
  transform: rotate(180deg);
}
.header-logo img {
  height: auto;
}
.title_wrapper {
  background-color: var(--green);
  text-align: center;
  padding: 30px 0;
  margin-bottom: 50px;
}

.title_wrapper h1 {
  color: #fff;
  margin-bottom: 0;
}
.node--type-news.node--view-mode-full .node__content {
  display: flex;
  flex-wrap: wrap;
}
.node--type-news.node--view-mode-full .node__content-body {
  flex: 60%;
  padding-right: 30px;
}
.node--type-news.node--view-mode-full .node__content-image {
  flex: 40%;
}

.green-title {
  background: var(--green);
  color: #fff;
  padding: 20px 0;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.region-content-bottom .green-title {
  margin-bottom: 0;
}
body .region-slider .block,
body .region-content .block {
  margin-bottom: 70px !important;
}
body.node--type-service .block-views {
  padding: 0;
}

.node--type-news.node--view-mode-teaser {
  position: relative;
}

.node--type-news.node--view-mode-teaser h2 {
  position: absolute;
  z-index: 2;
  left: 50px;
  right: 50px;

  margin-bottom: 0;
  font-weight: 400;
  color: #494949;
  top: 50%;
  transform: translateY(-50%);
}

.node--type-news.node--view-mode-teaser h2 a {
  font-weight: 400;
  color: #494949;
}

.node--type-news.node--view-mode-teaser .field--name-field-image:before {
  content: "";
  display: block;
  background-color: #cfcfcf;
  opacity: 0.7;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.node--type-review.node--view-mode-teaser h2 {
  display: none;
}

.node--type-service #block-views-block-front-reviews-block-1,
.node--type-service #block-views-block-equipment-front-block-1 {
  background-color: transparent;
}

.view-news-front.view-display-id-block_1 .slick-arrow,
.view-front-reviews.view-display-id-block_1 .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}

.view-news-front.view-display-id-block_1 .slick-prev,
.view-front-reviews.view-display-id-block_1 .slick-prev {
  left: 0;
}

.view-news-front.view-display-id-block_1 .slick-next,
.view-front-reviews.view-display-id-block_1 .slick-next {
  right: 0;
}

.slick-arrow {
  padding: 0;
  color: transparent;
  background-color: transparent;
  border: none;
  outline: none;
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 30px;
}

.slick-prev {
  background-image: url(/themes/adaptive/images/prev.svg);
}
.slick-next {
  background-image: url(/themes/adaptive/images/next.svg);
}

.reviews-button {
  padding: 30px 0 0;
}

.reviews-button button {
  margin: auto;
  width: 203px;
  display: block;
}

.node--type-review.node--view-mode-teaser {
  padding: 20px 60px 0;
}

.node--type-review.node--view-mode-teaser .node__links .links {
  margin: 0;
}

.node--type-review.node--view-mode-teaser .node__links .links li {
  padding: 0;
}

.view-equipment-front.view-display-id-block_1 .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.view-equipment-front.view-display-id-block_1 .views-row {
  flex: 0 0 auto;
  width: calc(33.3% - 1rem);
}

.node--type-oborudovanie-dlya-issledovaniy.node--view-mode-teaser .node__content {
  height: 400px;
  border-radius: 16px;
  overflow: hidden;
  background: var(--grey-2);
}

html[lang="ru"] .node--type-oborudovanie-dlya-issledovaniy.node--view-mode-teaser .node__content {
  height: 370px;
}

html[lang="en"] .node--type-oborudovanie-dlya-issledovaniy.node--view-mode-teaser .node__content {
  height: 365px;
}

.node--type-oborudovanie-dlya-issledovaniy.node--view-mode-teaser .node__title {
  background: var(--grey-2);
  padding: 10px 50px 0;
  text-align: center;
  font-weight: 700;
}
.node--type-oborudovanie-dlya-issledovaniy.node--view-mode-teaser .field--name-body {
  background: var(--grey-2);
  padding: 10px 50px 0;
  text-align: center;
}

.node--type-oborudovanie-dlya-issledovaniy.node--view-mode-teaser .field--type-image {
  height: 200px;
  text-align: center;
  background: #fff;
}
.node--type-oborudovanie-dlya-issledovaniy.node--view-mode-teaser .field--type-image img {
  max-height: 100%;
  width: auto;
}

.node--type-service-center.node--view-mode-teaser {
  position: relative;
  overflow: hidden;
  background-color: var(--light-green);
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.view-service-on-front .view-content {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.view-service-on-front .view-content .views-row {
  flex: 1 0 calc(25% - 1.5rem);
  height: 500px;
  max-width: calc(25% - 1rem);
}
.node--type-service-center.node--view-mode-teaser .node__hidden {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}
.node--type-service-center.node--view-mode-teaser .node__hidden img {
  display: block;

  max-width: inherit;
}
.node--type-service-center.node--view-mode-teaser .node__hidden button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  z-index: 2;
  white-space: nowrap;
}
.node--type-service-center.node--view-mode-teaser .node__hidden.slideUp {
  animation-name: fadeIn;
  display: block;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.node--type-service-center.node--view-mode-teaser .field--name-title {
  font-size: 20px;
  height: 90px;
  text-align: center;
  padding: 1rem;
  display: block;
}

.node--type-service-center.node--view-mode-teaser .field--name-body {
  text-align: center;
  padding: 1rem;
}

@keyframes fadeIn{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    bottom: -100%;
    left: 0;
    /*    transform: translate3d(0, 100%, 0);*/
    visibility: visible;
  }

  to {
    bottom: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  animation-name: slideUp;
}
.node--type-service #block-views-block-service-on-front-block-1 {
  background-color: transparent;
}

.center {
  text-align: center;
}

.block-list .field--name-body {
  text-align: center;
}

.block-list .field--name-body ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 0 100px !important;
}
.block-list .field--name-body li {
  flex: 1 0 calc(33.33% - 2rem);
  padding: 1rem;
  border: 1px solid var(--green);
  border-radius: 8px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.block-list .field--name-body li:before {
  display: none;
}

.view-taxonomy-term.view-display-id-page_1 .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}
.tb-megamenu .nav > .active > a {
  background-color: var(--grey-2);
  color: #407060;
}
.tb-megamenu .nav > .active > a:hover {
  background-color: var(--green);
}
body:not(.path-frontpage ).tb-megamenu .nav > .active > a {
  background-color: var(--green);
  color: #fff;
}
.view-taxonomy-term.view-display-id-page_1 .views-row {
  flex: 0 0 calc(20% - 1rem);
  margin-left: -25px;
  max-width: calc(20% - 1rem);
}
.view-taxonomy-term.view-display-id-page_1 .views-row:first-child .field--name-field-image {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.view-taxonomy-term.view-display-id-page_1 .views-row:last-child .field--name-field-image {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.taxonom-page-3 .view-taxonomy-term.view-display-id-page_1 .views-row {
  flex: 0 0 calc(17.5% - 1rem);
  margin-left: -25px;
  max-width: calc(17.5% - 1rem);
}

.taxonom-page-3 .view-taxonomy-term.view-display-id-page_1 .views-row .btn {
  min-width: initial;
}
.taxonom-page-3 .node--type-types-of-analysis.node--view-mode-teaser .field--name-field-image {
  padding: 20px;
}
.node--type-types-of-analysis.node--view-mode-teaser .field--name-body {
  display: none;
}

.node--type-types-of-analysis.node--view-mode-teaser .title {
  margin-bottom: 15px;
  text-align: center;
  color: var(--green);
  font-weight: 500;
  word-break: inherit;
  font-size: 14px;
}

.node--type-types-of-analysis.node--view-mode-teaser .content-body {
  padding: 15px 10px;
  background-color: var(--grey-1);
  height: 100%;
  position: relative;
}
.content-body-wrapper {
  padding: 0 20px;
  height: calc(100% - 220px);
}

html[lang=hy] .content-body-wrapper {
  height: calc(100% - 180px);
}

.node--type-types-of-analysis.node--view-mode-teaser .field--name-field-image {
  padding: 20px 25px 20px;
  background-color: var(--green);
  max-height: 195px;
}
.node--type-types-of-analysis.node--view-mode-teaser .field--name-field-image img {
  border-radius: 26px;
  border: 1px solid #fff;
}
.text-wrapper.show {
  border: 1px solid var(--green);
  border-radius: 16px;
  padding: 20px;
}
.node--type-types-of-analysis.node--view-mode-teaser {
  height: 388px;
}
.node--type-types-of-analysis.node--view-mode-teaser .node__content {
  height: 100%;
}

.node--type-types-of-analysis.node--view-mode-teaser .more-btn {
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  text-align: center;
}
.menu-region-new {
  background-color: var(--grey-2);
}
body .page--visitka .service-promo-content {
  padding: 278px 0px;
}
body.node--type-sampling .page-columns {
  display: block;
}
body.node--type-sampling .page-columns table {
  max-width: 100%;
  width: 100%;
}
body .text-formatted table td {
  border-width: 1px;
}
body.node--type-sampling .text-formatted table td {
  padding: 10px;
}
.burger {
  height: 30px;
  flex: 0 0 30px;
  margin-right: 10px;
  display: none;
  background-image: url(./images/burger.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.burger.opened {
  background-image: url(./images/close.svg);
}

.node--type-sampling.node--view-mode-full .field--type-string {
  border-top: 1px solid var(--grey-2);
  padding: 30px 0;
  font-size: 20px;
}

.download-docs {
  border-bottom: 1px solid var(--grey-2);
  padding: 30px 0;
  text-align: right;
}
.node--type-sampling.node--view-mode-full .field--name-body {
  margin-bottom: 60px;
}

.main-file {
  margin: 60px 0 0;
  text-align: center;
}

.node--type-sampling.node--view-mode-full .link-to-subtitles {
  margin-bottom: 60px;
  text-align: center;
}
.node--type-sampling.node--view-mode-full .link-to-subtitles .field {
  cursor: pointer;
}
.node--type-sampling.node--view-mode-full .link-to-subtitles .field--type-string {
  padding: 0;
  border: none;
}

.view-sampling {
  max-width: 800px;
  margin: auto;
}
.node--type-sampling.node--view-mode-teaser h2 {
  font-size: 1rem;
  margin-bottom: 0;
}
.main-file-donwloads a {
  text-align: center;
}
.main-file-donwloads a svg {
  width: 40px;
  fill: var(--green);
  margin-bottom: 5px;
}
.main-file-donwloads a span {
  display: block;
}

.node--type-sampling.node--view-mode-teaser {
  border-radius: 16px;
  border: 1px solid var(--grey-2);
  padding: 20px;
  margin-bottom: 40px;
}
.node--type-sampling.node--view-mode-teaser .node__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1200px) {
  .header-row-new > div.col-slogan {
    display: none;
  }
  .view-taxonomy-term.view-display-id-page_1 .views-row {
    margin-left: 0;
    flex: 0 0 calc(25% - 1rem);
    margin-bottom: 1rem;
    max-width: calc(25% - 1rem);
  }
  .view-taxonomy-term.view-display-id-page_1 .views-row .field--name-field-image {
    border-radius: 16px;
  }
}
.node--type-service-center.node--view-mode-teaser .text-formatted p {
  font-size: 15px;
}
.tb-megamenu .nav > li:not(:last-child) {
  margin-right: 50px;
}
html[lang=hy] .tb-megamenu .nav > li:not(:last-child) {
  margin-right: 13px;
}
iframe{
  max-width: 100%;
}
@media (max-width: 1200px){
  .node--type-news.node--view-mode-teaser h2{
    font-size: 21px;
  }
}
@media (min-width: 980px) {
  .tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
    background-color: inherit;
    color: #407060;
  }
  .tb-megamenu {
    background-color: transparent;
  }

  .dropdown-toggle::after {
    display: none;
  }

  .tb-megamenu .nav > li > a,
  .tb-megamenu .nav > li > span.tb-megamenu-no-link {
    font-weight: 400;
    padding: 15px 10px;
    font-family: 'Aptos';
  }

  .tb-megamenu .nav > li > a,
  .tb-megamenu .nav > li > span.tb-megamenu-no-link {
    color: #407060;
    border-right: none;
    font-size: 20.3px;
    text-align: center;
  }

  html[lang=hy] .tb-megamenu .nav > li > a,
  html[lang=hy] .tb-megamenu .nav > li > span.tb-megamenu-no-link {
    font-size: 15.8px;
  }

  .tb-megamenu .nav li.dropdown.active > .dropdown-toggle {
    background-color: inherit;
    color: #407060;
  }

  .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle,
  .tb-megamenu .nav > li.dropdown.open.active > a:hover,
  .tb-megamenu .nav > li.dropdown.open.active > span.tb-megamenu-no-link:hover {
    background-color: var(--green);
    color: #fff;
  }

  .tb-megamenu .nav > li > a:focus,
  .tb-megamenu .nav > li > a:hover,
  /* .tb-megamenu .nav > li > span.tb-megamenu-no-link:focus, */
  .tb-megamenu .nav > li > span.tb-megamenu-no-link:hover,
  .tb-megamenu .nav li.dropdown.open > .dropdown-toggle:hover {
    background-color: var(--green);
    color: #fff !important;
  }

  body .tb-megamenu .caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #494949;
    border-top-color: rgb(0, 0, 0);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
  }
  .tb-megamenu .nav li.dropdown > .dropdown-toggle .caret {
    margin-top: 12px;
  }

  .tb-megamenu .nav li.dropdown.open > .dropdown-toggle .caret,
  .tb-megamenu .nav li.dropdown.active > .dropdown-toggle .caret,
  .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
  }

  .tb-megamenu .dropdown-menu {
    border-bottom: none;
    border: none;
    box-shadow: none;
  }
  .level-0 > .tb-megamenu-item > .dropdown-menu {
    background-color: transparent;
  }

  .tb-megamenu .dropdown-menu li > a,
  .tb-megamenu .dropdown-menu li > span.tb-megamenu-no-link {
    color: var(--header-color);
  }
  .tb-megamenu .dropdown-menu .mega-nav > li:last-child a {
    margin-bottom: 0;
  }
  .tb-megamenu .mega-nav > li a,
  .tb-megamenu .dropdown-menu .mega-nav > li a,
  .tb-megamenu .mega-nav > li span.tb-megamenu-no-link,
  .tb-megamenu .dropdown-menu .mega-nav > li span.tb-megamenu-no-link {
    padding: 6px 5px;
    border: 1px solid var(--green);
    margin-bottom: 5px;
    background-color: #fff;
  }
  html[lang=hy] .tb-megamenu .mega-nav > li a,
  html[lang=hy] .tb-megamenu .dropdown-menu .mega-nav > li a,
  html[lang=hy] .tb-megamenu .mega-nav > li span.tb-megamenu-no-link,
  html[lang=hy] .tb-megamenu .dropdown-menu .mega-nav > li span.tb-megamenu-no-link {
    font-size: 15px;
  }
  body .tb-megamenu .dropdown-menu .active > a,
  body .tb-megamenu .dropdown-menu .active > a:hover,
  body .tb-megamenu .dropdown-menu .active > span.tb-megamenu-no-link,
  body .tb-megamenu .dropdown-menu .active > span.tb-megamenu-no-link:hover {
    background-image: none;
    background-color: var(--green);
    color: #fff;
  }

  .tb-megamenu .dropdown-menu li > a:hover,
  .tb-megamenu .dropdown-menu li > a:focus,
  .tb-megamenu .dropdown-submenu:hover > a,
  .tb-megamenu .dropdown-menu li > span.tb-megamenu-no-link:hover,
  .tb-megamenu .dropdown-menu li > span.tb-megamenu-no-link:focus,
  .tb-megamenu .dropdown-submenu:hover > span.tb-megamenu-no-link {
    color: var(--green);
  }
  .tb-megamenu .mega-nav > li:first-child > a,
  .tb-megamenu .dropdown-menu .mega-nav > li:first-child > a,
  .tb-megamenu .mega-nav > li:first-child > span.tb-megamenu-no-link,
  .tb-megamenu .dropdown-menu .mega-nav > li:first-child > span.tb-megamenu-no-link {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .tb-megamenu .dropdown-submenu > a::after,
  .tb-megamenu .dropdown-submenu > span.tb-megamenu-no-link::after {
    display: block;
    content: " ";
    float: right;
    border-color: transparent;
    border-left-color: transparent;
    border-style: solid;
    border-width: 0;
    border-left-color: transparent;
    margin-top: 0;
    margin-right: 0;
    background-image: url(./images/menu_arrow.svg);
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
  }
  .tb-megamenu .dropdown-menu .active > a::after,
  .tb-megamenu .dropdown-submenu .active > span.tb-megamenu-no-link::after {
    background-image: url(./images/menu_arrow-white.svg);
  }
  .tb-megamenu .dropdown-submenu > a:hover:after {
    transform: translateX(3px);
  }
  .tb-megamenu .dropdown-submenu > .dropdown-menu {
    margin-left: 0;
    margin-top: 0;
    padding-left: 0px;
  }
  .tb-megamenu .dropdown-submenu > .dropdown-menu .mega-dropdown-inner {
    background-color: var(--green);
  }
  .tb-megamenu .dropdown-submenu > .dropdown-menu .mega-dropdown-inner li a {
    background-color: var(--green);
  }
  .tb-megamenu .dropdown-menu .dropdown-submenu li > a {
    color: #fff;
  }
  .tb-megamenu .dropdown-menu .dropdown-submenu li > a:after {
    display: block;
    content: " ";
    float: right;
    background-image: url(./images/menu_arrow-white.svg);
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
  }
  .tb-megamenu .dropdown-menu .dropdown-submenu li > a:hover:after {
    transform: translateX(3px);
  }

  .tb-megamenu .span12.mega-col-nav .mega-inner {
    padding-right: 0;
    padding-bottom: 10px;
    padding-top: 10px;

    background: transparent;
  }
  .tb-megamenu .span12.mega-col-nav > .mega-inner {
    background: #fff;
  }
  .tb-megamenu .span12.mega-col-nav > .mega-inner .mega-inner{
    background: transparent
  }
  .tb-megamenu-item.level-1:first-child .tb-megamenu-submenu:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 71px;
    background-image: url(./images/back3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -3px -4px;
  }
  .tb-megamenu-item.level-1:first-child .tb-megamenu-submenu .tb-megamenu-submenu:before {
    display: none;
  }
  .tb-megamenu-item.level-1:first-child .tb-megamenu-submenu .level-2 {
    position: relative;
    margin-bottom: 12px;
  }

  .tb-megamenu-item.level-1:first-child .tb-megamenu-submenu .level-2:last-child {
    margin-bottom: 0;
  }
  .tb-megamenu-item.level-1:first-child > .tb-megamenu-submenu ul.tb-megamenu-subnav.level-1 > .level-2:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-color: var(--green);
    border-radius: 50%;
    position: absolute;
    top: -3px;
    z-index: 2;
  }
  .tb-megamenu-item.level-1:first-child > .tb-megamenu-submenu ul.tb-megamenu-subnav.level-1 > .level-2:nth-child(even):before {
    background-color: #fff;
    border: 1px solid var(--green);
  }

  .tb-megamenu-item.level-1:first-child > .tb-megamenu-submenu li.level-2:first-child {
    margin-left: 15px;
  }
  .tb-megamenu-item.level-1:first-child > .tb-megamenu-submenu .level-2:first-child:before {
    left: -20px;
  }
  .tb-megamenu-item.level-1:first-child > .tb-megamenu-submenu .level-2:first-child > a {
    padding-left: 25px;
  }

  .tb-megamenu-item.level-1:first-child > .tb-megamenu-submenu .level-2:nth-child(2) {
    margin-left: 45px;
  }
  .tb-megamenu-item.level-1:first-child > .tb-megamenu-submenu .level-2:nth-child(2):before {
    left: -20px;
  }
  .tb-megamenu-item.level-1:first-child > .tb-megamenu-submenu .level-2:nth-child(2) > a {
    padding-left: 25px;
  }

  .tb-megamenu-item.level-1:first-child > .tb-megamenu-submenu .level-2:nth-child(3) {
    margin-left: 58px;
  }
  .tb-megamenu-item.level-1:first-child > .tb-megamenu-submenu .level-2:nth-child(3):before {
    left: -20px;
  }
  .tb-megamenu-item.level-1:first-child > .tb-megamenu-submenu .level-2:nth-child(3) > a {
    padding-left: 27px;
  }

  .tb-megamenu-item.level-1:first-child > .tb-megamenu-submenu .level-2:nth-child(4) {
    margin-left: 58px;
  }
  .tb-megamenu-item.level-1:first-child > .tb-megamenu-submenu .level-2:nth-child(4):before {
    left: -20px;
  }
  .tb-megamenu-item.level-1:first-child > .tb-megamenu-submenu .level-2:nth-child(4) > a {
    padding-left: 25px;
  }

  .tb-megamenu-item.level-1:first-child > .tb-megamenu-submenu .level-2:nth-child(5) {
    margin-left: 45px;
  }
  .tb-megamenu-item.level-1:first-child > .tb-megamenu-submenu .level-2:nth-child(5):before {
    left: -20px;
  }
  .tb-megamenu-item.level-1:first-child > .tb-megamenu-submenu .level-2:nth-child(5) > a {
    padding-left: 25px;
  }

  .tb-megamenu-item.level-1:first-child > .tb-megamenu-submenu .level-2:nth-child(6) {
    margin-left: 15px;
  }
  .tb-megamenu-item.level-1:first-child > .tb-megamenu-submenu .level-2:nth-child(6):before {
    left: -20px;
  }
  .tb-megamenu-item.level-1:first-child > .tb-megamenu-submenu .level-2:nth-child(6) > a {
    padding-left: 27px;
  }
}

@media (max-width: 992px) {
  .node--type-news.node--view-mode-teaser h2{
    font-size: 16px;
  }
  body .page {
    padding-top: 200px;
  }
  .col-header-data .header-data {
    display: none;
  }
  .col-header-data a {
    flex: 0 0 30px;
  }
  .col-header-data-mail {
    margin-left: 10px;
  }
  .col-header-data {
    justify-content: flex-end;
  }
  .view-equipment-front.view-display-id-block_1 .views-row {
    width: calc(50% - 1rem);
  }
  .view-service-on-front .view-content .views-row {
    flex: 1 0 calc(33.3% - 1.5rem);
    max-width: calc(33.3% - 1rem);
  }
  .view-taxonomy-term.view-display-id-page_1 .views-row {
    flex: 0 0 calc(33.3% - 1rem);
    max-width: calc(33.3% - 1rem);
  }
  .nav-collapse.collapse:not(.show) {
    display: initial;
  }
  .taxonom-page-3 .view-taxonomy-term.view-display-id-page_1 .views-row {
    flex: 0 0 calc(33.3% - 1rem);
    max-width: calc(33.3% - 1rem);
  }
}
@media (max-width: 979px) {
  .burger {
    display: inline-block;
  }
  .tb-megamenu .btn-navbar {
    display: none;
  }
  .tb-megamenu .nav-collapse {
    top: 0px;
    width: 320px;
    background-color: #fff;
  }
  .tb-megamenu .nav-collapse.opened {
    box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.5);
  }
  .tb-megamenu .nav-collapse .dropdown-menu {
    background-color: #fff;
  }
  .tb-megamenu .nav-collapse .nav {
    flex-direction: column;
    max-width: 320px;
  }
  .tb-megamenu .nav-collapse .nav > li > a,
  .tb-megamenu .nav-collapse .dropdown-menu a,
  .tb-megamenu .nav-collapse .nav > li > span.tb-megamenu-no-link,
  .tb-megamenu .nav-collapse .dropdown-menu span.tb-megamenu-no-link {
    color: var(--header-color);
    border-color: var(--green);
  }
  .tb-megamenu .dropdown-menu li > a:hover,
  .tb-megamenu .dropdown-menu li > a:focus,
  .tb-megamenu .dropdown-submenu:hover > a,
  .tb-megamenu .dropdown-menu li > span.tb-megamenu-no-link:hover,
  .tb-megamenu .dropdown-menu li > span.tb-megamenu-no-link:focus,
  .tb-megamenu .dropdown-submenu:hover > span.tb-megamenu-no-link {
    color: var(--green);
  }
  .tb-megamenu .nav li.dropdown.active > .dropdown-toggle,
  .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle,
  .tb-megamenu .nav > li.dropdown.open.active > a:hover,
  .tb-megamenu .nav > li.dropdown.open.active > span.tb-megamenu-no-link:hover {
    background-color: var(--green);
  }
  .tb-megamenu .nav-collapse .nav > li.active > a:hover,
  .tb-megamenu .nav-collapse .nav > li.active > a:focus,
  .tb-megamenu .nav-collapse .nav > li.active > span.tb-megamenu-no-link:hover,
  .tb-megamenu .nav-collapse .nav > li.active > span.tb-megamenu-no-link:focus {
    background-color: var(--green);
  }
  .tb-megamenu .dropdown-menu .active > a,
  .tb-megamenu .dropdown-menu .active > a:hover,
  .tb-megamenu .dropdown-menu .active > span.tb-megamenu-no-link,
  .tb-megamenu .dropdown-menu .active > span.tb-megamenu-no-link:hover {
    background-color: var(--green);
    color: #fff;
  }
  .tb-megamenu .dropdown-menu .active > a,
  .tb-megamenu .dropdown-menu .active > a:hover,
  .tb-megamenu .dropdown-menu .active > span.tb-megamenu-no-link,
  .tb-megamenu .dropdown-menu .active > span.tb-megamenu-no-link:hover {
    background-image: none;
  }
}

@media (max-width: 768px) {
  .contacts__wrapper .service__image{
    width: 33.3%;
    background-image: none;
    background-repeat: no-repeat;
  }
  .contacts__wrapper .service__image img{
    display: block;
  }
  .block-list .field--name-body li{
    flex: 1 0 100%;
  }
  .node--type-news.node--view-mode-teaser h2{
    font-size: 20px;
  }
  .col-header-data{
    justify-content: flex-start;
  }
  .col-lang{
    justify-content: flex-end;
  }
  .node--type-oborudovanie-dlya-issledovaniy.node--view-mode-teaser .node__content {
    height: auto;
  }

  html[lang="ru"] .node--type-oborudovanie-dlya-issledovaniy.node--view-mode-teaser .node__content {
    height: auto;
  }

  html[lang="en"] .node--type-oborudovanie-dlya-issledovaniy.node--view-mode-teaser .node__content {
    height: auto;
  }
  .node--type-types-of-analysis.node--view-mode-teaser .field--name-field-image {
    max-height: initial;
  }
  .node--type-oborudovanie-dlya-issledovaniy.node--view-mode-teaser .field--name-body {
    padding-bottom: 20px;
  }
  .block-list .field--name-body ul {
    padding: 0 0px !important;
  }
  body .region-slider .block,
  body .region-content .block {
    margin-bottom: 30px !important;
  }
  .contacts__wrapper .service__image{
    width: 100%; 
  }
  .contacts__wrapper .service-contacts {
    width: 100%;
  }
  .contacts__wrapper .contact__form {
    width: 100%;
  }
  .col-logo {
    justify-content: center;
    margin-bottom: 10px;
  }
  .col-request .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .header-row-new {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-full .btn-langs-list-item {
    top: -14px;
    left: auto;
    right: 0;
  }
  .node--type-news.node--view-mode-full .node__content-body {
    flex: 100%;
    order: 1;
    padding-right: 0px;
  }
  .node--type-news.node--view-mode-full .node__content-image {
    flex: 100%;
    order: 0;
    margin-bottom: 20px;
  }
  .view-equipment-front.view-display-id-block_1 .views-row {
    width: 100%;
  }
  .view-service-on-front .view-content .views-row {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .node--type-service-center.node--view-mode-teaser .node__hidden.slideUp {
    animation-name: none;
  }
  .view-service-on-front .view-content .views-row {
    height: auto;
  }
  .node--type-service-center.node--view-mode-teaser .node__hidden {
    display: block;
    position: static;
    text-align: center;
    padding-bottom: 1rem;
  }
  .node--type-service-center.node--view-mode-teaser .field--name-field-image {
    display: none;
  }
  .node--type-service-center.node--view-mode-teaser .field--name-title {
    height: auto;
  }
  .node--type-service-center.node--view-mode-teaser .node__hidden button {
    position: static;
    transform: none;
  }
  #block-laboratorsarkavorowmneriveranorogowm .field--name-body li {
    flex: 1 0 100%;
  }
  #block-aboutcompany {
    margin-bottom: 30px;
  }
  .service-contacts-address {
    margin-bottom: 15px;
  }
  .view-taxonomy-term.view-display-id-page_1 .views-row {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .taxonom-page-3 .view-taxonomy-term.view-display-id-page_1 .views-row {
    flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
  .node--type-types-of-analysis.node--view-mode-teaser .field--name-body{
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .view-taxonomy-term.view-display-id-page_1 .views-row:first-child .field--name-field-image{
    text-align: center;
  }
  .node--type-types-of-analysis.node--view-mode-teaser{
    height: auto;
  }
  .node--type-types-of-analysis.node--view-mode-teaser .more-btn{
    position: static;
  }
  .view-taxonomy-term.view-display-id-page_1 .views-row .field--name-field-image{
    text-align: center;
  }
  .tb-megamenu .mega-nav > li:first-child > a, .tb-megamenu .dropdown-menu .mega-nav > li:first-child > a, .tb-megamenu .mega-nav > li:first-child > span.tb-megamenu-no-link, .tb-megamenu .dropdown-menu .mega-nav > li:first-child > span.tb-megamenu-no-link{
    padding-top: 5px;
  }
  .tb-megamenu .mega-nav > li a, .tb-megamenu .dropdown-menu .mega-nav > li a, .tb-megamenu .mega-nav > li span.tb-megamenu-no-link, .tb-megamenu .dropdown-menu .mega-nav > li span.tb-megamenu-no-link{
    padding: 5px;
  }
}

@media (max-width: 500px) {
  .header-full .btn-langs .btn-langs-current {
    padding-top: 6px;
  }
  .view-taxonomy-term.view-display-id-page_1 .views-row {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .view-taxonomy-term.view-display-id-page_1 .views-row:first-child .field--name-field-image {
    text-align: center;
  }
  .taxonom-page-3 .view-taxonomy-term.view-display-id-page_1 .views-row {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .view-taxonomy-term.view-display-id-page_1 .views-row .field--name-field-image {
    text-align: center;
  }
  .header {
    height: 170px;
  }
  body .page {
    padding-top: 170px;
  }
  .tb-megamenu .nav-collapse,
  .tb-megamenu .nav-collapse.collapse {
    z-index: 999;
    position: fixed;
    top: 185px;
    padding-top: 0;
    margin-top: 0;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 170px);
    overflow-y: auto !important;
  }
  .tb-megamenu .nav-collapse .nav {
    max-width: inherit;
  }
  .contacts__map iframe {
    max-width: 100%;
  }
  .tb-megamenu .nav > li > a, .tb-megamenu .nav > li > span.tb-megamenu-no-link {
    padding: 5px 20px;
  }
  .tb-megamenu .nav-collapse .nav > li > a, .tb-megamenu .nav-collapse .dropdown-menu a, .tb-megamenu .nav-collapse .nav > li > span.tb-megamenu-no-link, .tb-megamenu .nav-collapse .dropdown-menu span.tb-megamenu-no-link {
    border: none;
  }
}

@media (max-width: 768px) {
  .node--type-types-of-analysis.node--view-mode-teaser .field--name-field-image,
  .node--type-types-of-analysis.node--view-mode-teaser .content-body {
    background: transparent;
  }
  .node--type-types-of-analysis.node--view-mode-teaser .field--name-field-image {
    padding: 0;
  }
}

@media (max-width: 480px) {
  .node--type-news.node--view-mode-teaser h2 {  
    font-size: 14px;

  }
  .node--type-sampling.node--view-mode-teaser h2 {
    margin-bottom: 20px;
  }
  .node--type-sampling.node--view-mode-teaser .node__content {
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  body.not-front .page--visitka .page-content {
    padding-top: 0px;
  }
}

body .btn-xl {
  font-size: 20px;
}

#block-oservisnomcentre {
  margin-top: -70px;
  position: relative;
  z-index: 99;
}
#block-aboutcompany p {
  font-size: 15px;
  line-height: 23px;
}