/*
Theme Name: Nikolab
*/
@font-face {
  font-family: "RobotoLight";
  src: url("libs/fonts/RobotoLight/robotolight.eot");
  src: url("libs/fonts/RobotoLight/robotolight.eot?#iefix")
      format("embedded-opentype"),
    url("libs/fonts/RobotoLight/robotolight.woff") format("woff"),
    url("libs/fonts/RobotoLight/robotolight.ttf") format("truetype"),
    url("libs/fonts/RobotoLight/robotolight.svg#roboto_lightregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RobotoRegular";
  src: url("libs/fonts/RobotoRegular/robotoregular.eot");
  src: url("libs/fonts/RobotoRegular/robotoregular.eot?#iefix")
      format("embedded-opentype"),
    url("libs/fonts/RobotoRegular/robotoregular.woff") format("woff"),
    url("libs/fonts/RobotoRegular/robotoregular.ttf") format("truetype"),
    url("libs/fonts/RobotoRegular/robotoregular.svg#robotoregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamPro";
  src: url("libs/fonts/GothamPro/gothampro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Yanone_Kaffeesatz";
  src: url("libs/fonts/Yanone_Kaffeesatz/YanoneKaffeesatz-Regular.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  width: 100%;
  margin: 0;
}
body {
  font-family: "GothamPro", Helvetica, Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
ul {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #000;
}
a:hover {
  text-decoration: none;
}
::placeholder {
  color: #000;
  opacity: 0.5;
}
.text-sm {
  font-size: 12px;
}
.address__block a {
  color: #fff;
}
.main-page-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #efefef;
}
.home .main-page-content {
  background-color: #fff;
}
.header-logo {
  position: absolute;
  max-width: 176px;
  top: 20%;
}
.header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
#tiny-header {
  padding: 15px 0;
  background: #e6e6e6;
}
.header-announcment {
  height: 60px;
  display: none;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  background: rgba(253, 23, 30, 0.3);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.header-announcment p {
  margin: 0;
  line-height: 1;
}
.close-btn {
  margin-left: 10px;
  display: inline-flex;
  line-height: 1;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #000;
}
.close-btn:hover {
  text-decoration: none;
}
.close-btn:before {
  content: "×";
  display: block;
  font-size: 24px;
}
.help-nav-bar {
  padding: 0px 15px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  background: #fff;
  border-top: 2px solid #eeeeee;
  box-shadow: 0px 5px 15px #00000014;
  opacity: 0;
  transform: translateY(250px);
  transition: all 0.6s ease-in-out;
}
.help-nav-bar.help-nav-bar--active {
  opacity: 1;
  transform: translateY(0);
}
.help-nav-bar__item {
  height: 70px;
  margin: 0 9px;
  padding: 0 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #000;
  transition: all 0.3s;
}
.help-nav-bar__item:hover {
  background: #ededed;
  color: #000;
  text-decoration: none;
}
.help-nav-bar__item img {
  height: 18px;
}
.en.lang-switch {
  display: none;
}
.analyze-short-desc {
  padding: 10px;
  margin: 5px -10px 0;
  background: #f7faff;
}
.flex-wrap {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-mnu {
  display: inline-block;
}
.head__nav {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 12px 0;
}
.header-info__right,
.header-info__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.share-btns-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-info__left {
  flex: 0 0 75%;
}
.header-info__left a {
  color: #000;
}
.header-logo img {
  width: 100%;
}
.header-info p {
  margin: 0;
}
.header-main-phone {
  font-size: 21px;
  font-weight: bolder;
}
.header-main-phone i {
  margin-right: 10px;
}
.search-bar {
  position: relative;
  width: 60%;
}
.search-bar-input {
  width: 100%;
  padding: 14px 20px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  font-size: 14px;
}
.search-bar-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  display: block;
  padding: 0;
  background-color: transparent;
  width: 30px;
  height: 30px;
  font-size: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
  text-decoration: none;
  background-image: url(images/icons/search.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
}
.custom_menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custom_menu:hover .lang-switch {
  display: block !important;
}
.custom_menu .lang-switch {
  padding: 7px 9px;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}
.custom_menu .lang-switch.active {
  background: #fff;
  color: #000;
  box-shadow: 0px 5px 15px #0000000a;
  border-radius: 5px;
}
.searh-input-container {
  margin-bottom: 20px;
  position: relative;
  height: 50px;
  padding: 0 20px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid rgba(216, 216, 216, 1);
  border-radius: 5px;
}
.analyzes-search-bar-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 0;
  width: 50px;
  height: 100%;
  font-size: 0;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: #fff;
  background-image: url(images/icons/search-black.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  filter: invert(1);
}
.search-input:focus {
  outline: none;
}
.search-input {
  width: 100%;
  margin: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-weight: 400;
  color: #000;
  font-size: 14px;
}
.highlight-txt {
  background-color: #ffff12;
}
.heder-delimiter {
  padding: 0 2px;
}
.small-header-txt {
  font-size: 14px;
}
.advantage-item:hover {
  -webkit-filter: contrast(150%);
  filter: contrast(150%);
}
.flex-mnu li > a {
  color: #000;
  font-size: 14.5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.price-by-term {
  margin-bottom: 50px;
}
[v-cloak] {
  display: none;
}
.flex-mnu .sub-menu {
  position: absolute;
  display: none;
  left: 0;
  top: 94%;
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #ededed;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-top: none;
  border-left: none;
  z-index: 1000;
  min-width: 250px;
  list-style-type: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.flex-mnu .sub-menu li {
  padding: 10px 15px;
}
.head__nav .menu-item:hover .sub-menu {
  display: block;
}
.head__nav .menu-item .sub-menu li:hover {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 0;
}
.head__nav li:hover {
  background-color: #ededed;
  border-radius: 5px;
}
.head__nav li:hover a {
  color: #000;
}
.head__nav .menu-item-has-children > a {
  padding: 15px 23px 15px 15px;
  background-image: url(images/template/down-arrow-black.svg);
  background-position: 94% center;
  -webkit-background-size: 9px;
  background-size: 9px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.head__nav .menu-item-has-children:hover > a {
  background-image: url(images/template/down-arrow-white.svg);
}
.flex-mnu .sub-menu li a {
  color: #000;
  padding: 0;
}
.hoverable {
  cursor: pointer;
}
.mm-footer .custom__lang-dropdown {
  top: -500%;
  /*right: 0;*/
  left: auto;
}
.lang-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: black;
}
.spiecial-analyzes {
  margin-top: -20px;
}
.lang-switcher img {
  margin-right: 5px;
}
.discount-btn {
  display: inline-block;
  color: #fff;
  border-radius: 50px;
  padding: 4px 15px 4px 35px;
  background: url(images/template/cart-white.svg);
  background-position: 7% center;
  background-repeat: no-repeat;
  background-size: 15px;
  background-color: rgba(177, 31, 36, 0.85);
  border: 1px solid white;
  font-size: 14px;
  transition: all 0.3s;
}
.discount-btn.borderless {
  border-color: rgba(177, 31, 36, 0.85);
}
.discount-btn:hover {
  background-color: transparent;
  border-color: #fff;
  text-decoration: none;
  color: #fff;
}
.slider-link-mob {
  background: url(images/template/cart-white.svg);
  background-position: 7% center;
  background-repeat: no-repeat;
  background-size: 15px;
  background-color: rgb(255, 102, 102);
  padding: 10px 15px 10px 35px;
  border-radius: 5px;
  color: #fff;
}
.online-results__btn {
  display: inline-block;
  padding: 10px;
  color: #cc3333;
  border: 1px solid #cc3333;
  border-radius: 25px;
  -webkit-box-shadow: 2px 3px 10px rgba(51, 51, 51, 0.2);
  box-shadow: 2px 3px 10px rgba(51, 51, 51, 0.2);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.online-results__btn:hover {
  background: #cc3333;
  color: #fff;
}
.the-analyzes-inner img {
  max-width: 100%;
  height: auto;
}
.online-results__btn-footer {
  display: block;
  padding: 7px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 25px;
  text-align: center;
}
.sidemenu-title {
  margin-bottom: 10px;
  font-size: 18px;
}
.online-results__btn-footer:hover {
  color: #fff;
}
.slotholder,
.tp-revslider-mainul {
  background-color: rgba(0, 0, 0, 1) !important;
}
.tp-bgimg {
  opacity: 0.95 !important;
}
.mapboxgl-popup-content p {
  margin-bottom: 0;
}
.ares .tp-bullet-title {
  display: none;
}
.ares .tp-bullet:hover,
.ares .tp-bullet.selected {
  background: #000 !important;
}
.ares .tp-bullet {
  width: 12px !important;
  height: 12px !important;
  background: transparent !important;
  border: 1px solid #000;
  box-sizing: border-box;
}
.ares.tp-bullets {
  left: 95% !important;
  transform: rotate(90deg) !important;
  top: 50% !important;
}
.hero-slider-main {
  position: relative;
}
.beyond-the-slider {
  background-color: rgba(243, 173, 175, 1);
  font-size: 24px;
  margin: 70px 0;
  padding: 40px 120px;
  border-radius: 5px;
  color: rgba(18, 18, 18, 1);
}
.single-standard-departments {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.additional-slider-buttons {
  position: absolute;
  top: 50%;
  left: 3%;
  -webkit-transform: translate(-10%, -50%);
  -ms-transform: translate(-10%, -50%);
  transform: translate(-10%, -50%);
}
.custom-flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.keepin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 10px;
  opacity: 0.6;
}
.keepin p {
  margin: 0 15px 0 0;
  font-size: 12px;
}
.keepin a {
  height: 25px;
  line-height: 1;
}
.keepin img {
  height: 100%;
  object-fit: fill;
}
.analyze-additional-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 20px;
  margin: 50px 0 30px 0;
  border: 2px solid rgba(237, 237, 237, 1);
  border-radius: 5px;
  font-size: 15px;
  color: rgba(18, 18, 18, 1);
}
.analyze-additional-info ul {
  padding: 0 !important;
  list-style-type: none;
  text-align: left;
  color: #545454;
}
.analyze-additional-info li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.info-dvider {
  display: block;
  width: 300px;
  flex: 0 0 300px;
  margin-right: 50px;
  padding-bottom: 10px;
  border-right: 1px solid #b4b4b4;
}
.black-txt,
.black-txt a {
  color: #000;
}
.post-sp-content img {
  display: block;
  max-width: 100%;
}
.abs-btn {
  position: absolute;
  top: -90px;
  display: block;
  width: 94%;
}
.abs-btn-sec {
  position: absolute;
  top: -50px;
  display: block;
  width: 94%;
}
.slider-container {
  margin-top: 10px;
}
.slider-container .container {
  position: relative;
  height: 100%;
}
.slider-container .carousel-indicators {
  height: 560px;
  width: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  top: 50%;
  left: 97%;
  margin: unset;
  bottom: unset;
}
.slider-container .carousel-indicators li,
.slider-container .carousel-indicators .active {
  margin: 0;
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  filter: invert(1);
  border-width: 2px;
}
.carousel-inner > .item {
  height: 560px;
  background-size: cover;
}

.slider-container .slider-content {
  padding: 0 50px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  max-width: 80%;
  color: #fff;
}
.slider-container .slider-content .primary-btn {
  display: inline-flex;
  height: 60px;
  padding-left: 40px;
  padding-right: 40px;
  filter: invert(1);
  box-shadow: 0px 3px 6px #00000012;
}
.slider-container .slider-background-inner {
  position: relative;
  height: 100%;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
}
.slider-header {
  margin-bottom: 25px;
  font-size: 35px;
  text-transform: uppercase;
  color: #fff;
}
.slider-description {
  margin-bottom: 30px;
  font-size: 24px;
}
.slider-search {
  display: none;
}

.slider-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  padding: 20px 40px 20px 15px;
  border-radius: 5px;
  background-color: rgba(102, 153, 255, 0.85);
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
}
.slider-link:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  left: 90%;
  top: 44%;
  position: absolute;
  background: url(images/icons/arrow_right.svg) center no-repeat;
  background-image: url(images/icons/arrow_right.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.slider-link:hover {
  text-decoration: none;
  color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(102, 153, 255, 1)),
    to(rgba(102, 153, 255, 1))
  );
  background-image: -webkit-linear-gradient(
    rgba(102, 153, 255, 1),
    rgba(102, 153, 255, 1)
  );
  background-image: -o-linear-gradient(
    rgba(102, 153, 255, 1),
    rgba(102, 153, 255, 1)
  );
  background-image: linear-gradient(
    rgba(102, 153, 255, 1),
    rgba(102, 153, 255, 1)
  );
}
.slider-link img {
  margin-right: 15px;
}
.main-menu-btn {
  margin-right: 20px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  background-color: #12121240;
  border-radius: 5px;
  font-size: 15px;
  color: #000;
  line-height: 1;
  transition: all 0.3s;
}
.main-menu-btn i {
  margin-right: 8px;
  font-size: 20px;
}
.menu-item-btn {
  margin: 0 10px;
  height: 48px;
  padding: 16px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #000;
  transition: all 0.3s;
}
.menu-item-btn:hover {
  background-color: #ededed;
  color: #000;
}
.primary-btn,
.form-submit #submit {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  background-color: #121212;
  border-radius: 5px;
  font-size: 15px;
  color: #fff !important;
  line-height: 1;
  transition: all 0.3s;
  cursor: pointer;
  outline: none;
  border: none;
  white-space: nowrap;
  border: 2px solid #121212;
}
.primary-btn:hover {
  background-color: transparent;
  color: #121212 !important;
}
.form-wrap .primary-btn {
  width: 100%;
}
.additional-slider-buttons .slider-link:last-of-type {
  margin-bottom: 0;
}
.gray-header {
  display: none;
}
.news {
  padding: 40px 0;
}
.common-analyzes {
  padding: 40px 0;
  background-color: #ededed;
}
.common-analyzes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.common-analyzes-item {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 5px 15px #40404012;
  min-height: 190px;
  color: #000;
}
.common-analyzes-item p {
  margin: 0;
}
.common-analyze-name {
  margin-bottom: 10px;
}
.common-analyze-cat {
  font-size: 13px;
  color: rgba(18, 18, 18, 0.6);
}
.common-analyze-term {
  padding: 6px 15px;
  background-color: rgba(241, 243, 246, 1);
  border-radius: 5px;
  color: rgba(18, 18, 18, 1);
  font-size: 13px;
  line-height: 1;
}
.mp_marker {
  background-image: url(images/template/tiny-map-pin.svg);
  background-size: contain;
  width: 30px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
}
.the-page-header,
.another-header {
  font-size: 26px;
  margin-bottom: 30px;
}
.footer-header {
  margin-bottom: 28px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #121212;
}
.footer-main-phone {
  display: block;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bolder;
  line-height: 1;
  color: #000;
}
.footer-email {
  display: block;
  margin-bottom: 26px;
  font-size: 18px;
  color: #000;
}
footer .primary-btn {
  display: flex;
}
.partners-header {
  font-size: 20px;
  margin-bottom: 30px;
}
.blog-posts__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 34px;
}
.blog-post__item {
  display: flex;
  color: rgba(0, 0, 0, 1);
  transition: all 0.3s;
}
.blog-post__item img {
  margin-right: 16px;
  flex: 0 0 235px;
  width: 235px;
  height: 215px;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
}
.post__item-title {
  margin-bottom: 0;
  font-size: 18px;
}
.post__item-summary {
  font-size: 15px;
  color: rgba(18, 18, 18, 0.6);
}
.post__item-summary * {
  margin-bottom: 0;
}
.post__item-date {
  margin-bottom: 0;
  font-size: 12px;
  color: rgba(0, 0, 1, 0.4);
}
.index-tabs {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
}
.index-tabs li {
  margin: 0 15px;
  font-size: 18px;
}
.index-tabs a {
  /* padding-bottom: 8px; */
  color: rgba(163, 163, 163, 1);
  border-bottom: 2px solid transparent;
  text-decoration: none;
}
.index-tabs li.active a {
  color: rgba(0, 0, 0, 1);
  border-color: rgba(0, 0, 0, 1);
}
.index-tabs li.active a svg {
  filter: brightness(0);
}
.got-questions {
  margin: 30px 0;
  padding: 46px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ededed;
  border-radius: 5px;
}
.got-questions p {
  margin: 0 0 0 30px;
  text-align: left;
}
.slideshowlink {
  display: none !important;
}
.custom-gallery {
  height: 100%;
}
.custom-gallery .ngg-galleryoverview {
  height: calc(100% + 16px);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
}
.custom-gallery .ngg-galleryoverview .ngg-gallery-thumbnail-box:nth-child(2) {
  grid-row: 1 / 3;
  grid-column: 2 / 3;
}
.custom-gallery .ngg-gallery-thumbnail {
  height: 100%;
  border-radius: 5px;
}
.custom-gallery .ngg-gallery-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.news-col {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.news__item {
  display: flex;
  padding: 16px;
  flex-direction: column;
  border: 1px solid #ededed;
  border-radius: 5px;
  font-size: 14px;
  color: #000;
  transition: all 0.3s;
}
.news__item:hover .news__title {
  color: #000;
  text-decoration: underline;
}
.news__item img {
  margin-bottom: 22px;
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.news__title {
  margin-bottom: 15px;
  font-size: 15px;
  text-align: left;
}
.news__item-desc {
  font-size: 14px;
  color: #000;
  opacity: 0.7;
}
.post-main-pic {
  margin-bottom: 30px;
  width: 100%;
  /* height: 400px; */
  height: auto;
  object-fit: cover;
}
.advantages {
  padding: 40px 0;
  background: #ededed;
}
.advantages-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
.advantage-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 20px;
  text-align: center;
  color: #fff;
  height: 250px;
  border-radius: 5px;
}
.advantages-grid .advantage-item:first-of-type {
  grid-column: 1 / 3;
}
.advantages-grid .advantage-item:last-of-type {
  grid-column: 3 / 5;
}
.advantage-item img {
  max-width: 50px;
  width: 40px;
  height: 40px;
  height: auto;
  margin-bottom: 15px;
}
.advantage-item a,
.advantage-item:hover {
  color: #fff;
}
.our-deps-link {
  background-position: 70%;
  min-height: 375px;
  height: auto;
  box-shadow: 0px 0px 6.5px 0.4px rgba(0, 0, 0, 0.15);
}
.our-deps-link:hover {
  text-decoration: none;
}
.contact-us-main {
  padding: 50px;
  height: 100%;
  color: #000;
  background: #fff;
  border-radius: 5px;
}
.contact-us-header {
  margin-bottom: 35px;
  font-size: 22px;
  text-align: center;
}
.about-us__block {
  padding: 40px 0;
}
.index-feedbacks {
  padding: 40px 0;
}
#footer {
  padding: 84px 0 100px 0;
  background-color: #ededed;
  color: #121212;
}
.close-btn.fullMenuBtn {
  color: #969696;
}
.underline {
  text-decoration: underline;
}
.modal-menu {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(3, 1fr);
  list-style-type: none;
}
.modal-menu ul {
  list-style-type: none;
}
.modal-menu ul li {
  margin-bottom: 10px;
}
.modal-menu li a {
  color: #5b5b5b;
  line-height: 1;
}
.modal-menu > li > a {
  margin-bottom: 15px;
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.full-height-menu {
  padding: 36px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 9000;
}
.full-height-menu.active {
  opacity: 1;
  visibility: visible;
}
.full-height-menu .search-bar {
  width: 100%;
}
.copyright {
  flex-direction: row !important;
  font-size: 14px;
}
.copyright p {
  margin-bottom: 0;
}
.copyright:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 10px;
  background-color: #121212;
}
.justify-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.items-center {
  display: flex;
  align-items: center;
}
.payment-logo {
  margin-left: 10px;
}
.the-analyzes-inner ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
.the-analyzes-inner h2 {
  font-size: 20px;
  margin-bottom: 15px;
}
.the-analyzes-inner h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
.layout-switcher {
  display: inline-flex;
  align-items: center;
  border: 1px solid #121212;
  border-radius: 25px;
  list-style-type: none;
  font-size: 14px;
  filter: drop-shadow(0px 3px 6px rgba(150, 150, 150, 0.3));
  overflow: hidden;
}
.layout-switcher li {
  padding: 5px 10px;
}
.layout-switcher li:first-of-type {
  border-right: 1px solid #121212;
}
.layout-switcher .active {
  background: #121212;
}
.layout-switcher a {
  display: flex;
  align-items: center;
  color: #000;
}
.layout-switcher a:hover,
.layout-switcher a:focus {
  text-decoration: none;
  outline: none;
}
.layout-switcher .active a {
  color: #fff;
}
.layout-switcher img {
  margin-right: 5px;
}
.layout-switcher .active img {
  filter: invert(100%);
}
.list-toggler-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.list-toggler-wrap h2 {
  margin: 0;
}
.layout-switcher .active .jq-stars {
  display: inline-block;
}
.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}
.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
}
.jq-star-svg {
  padding-left: 3px;
  width: 100%;
  height: 100%;
}
.jq-star-svg path {
  stroke-linejoin: round;
}
.jq-shadow {
  -webkit-filter: drop-shadow(-2px -2px 2px #888);
  filter: drop-shadow(-2px -2px 2px #888);
}
.feedback__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.feedback__rating {
  display: inline-block;
}
.feedback__date {
  display: inline-block;
  margin: 0;
  color: #000000;
  opacity: 0.4;
}
.feedback__title {
  margin: 0;
  color: #121212;
  opacity: 0.6;
}
.feedbacks-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
}
.feedback__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 35px;
  background: #fff;
  box-shadow: 0px 5px 15px #00000012;
  border: 1px solid #ededed;
  border-radius: 5px;
  font-size: 14px;
}
.feedback__content {
  margin-bottom: 15px;
}
.videos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 3fr 1fr;
  gap: 16px;
}
.videos-grid br {
  display: none;
}
.video__item,
.videos-grid iframe {
  height: 100%;
  width: 100%;
  border-radius: 5px;
}
.videos-grid .video__item:first-of-type,
.videos-grid iframe:first-of-type {
  grid-column: 1 / 5;
}
.main-gallery {
  padding: 0px 0 90px 0;
}
.mlb-30 {
  margin-left: 30px;
  margin-bottom: 30px;
}
.text-gray {
  color: #000;
  opacity: 0.5;
}
#geo-block {
  width: 100%;
  height: 450px;
  transition: all 0.3s;
}

.main-block #geo-block {
  display: none;
}

.map-block {
  position: relative;
}
.map-info__block {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translate(0, -50%);
  padding: 40px;
  font-size: 15px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 5px 15px #24242412;
  z-index: 500;
}
.map-info__item {
  margin-bottom: 24px;
}
.map-info__item p {
  margin-bottom: 5px;
  color: #121212;
  opacity: 0.7;
}
.map-info__item a {
  font-size: 18px;
  color: #000;
}
.address__block {
  margin-bottom: 10px;
}
.about-us-main-text {
  width: 55%;
}
.about-us-main-text p {
  margin-bottom: 40px;
  color: #000;
  opacity: 0.7;
}
.lab-summary {
  width: 445px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  background-color: #ededed;
  border-radius: 20px;
  box-shadow: 0px 5px 15px #00000014;
  overflow: hidden;
}
.lab-summary__item {
  padding: 38px 24px;
  background: #fff;
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
}
.lab-summary__item img {
  height: 45px;
}
.lab-summary__item p {
  margin-bottom: 0;
  font-size: 26px;
  line-height: 1;
}
.lab-summary__item span {
  text-align: center;
}
.tiny-timeline {
  position: relative;
}
.tiny-timeline__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 240px;
}
.tiny-timeline__content .time-line__item:nth-child(even) {
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.tiny-timeline-line {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #b8b8b8;
}
.tiny-timeline-content p {
  margin-bottom: 0;
}
.time-line__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 187px;
  text-align: center;
}
.time-line__date {
  position: relative;
  margin: 0;
  color: #666;
}
.time-line__event {
  padding: 5px;
  background-color: #b8b8b8;
  border-radius: 5px;
  color: #fff;
  z-index: 5;
}
.tiny-timeline__content .time-line__item:nth-child(odd) .time-line__date:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -28px;
  left: 43%;
  width: 16px;
  height: 16px;
  border: 3px solid #b8b8b8;
  background-color: #fff;
  border-radius: 50%;
  z-index: 10;
}
.tiny-timeline__content
  .time-line__item:nth-child(even)
  .time-line__date:after {
  content: "";
  display: block;
  position: absolute;
  top: -27px;
  left: 43%;
  width: 16px;
  height: 16px;
  border: 3px solid #b8b8b8;
  background-color: #fff;
  border-radius: 50%;
  z-index: 10;
}
.tiny-timeline__content
  .time-line__item:nth-child(odd)
  .time-line__date:before {
  content: "";
  position: absolute;
  top: 110%;
  left: calc(43% + 7px);
  display: block;
  height: 90px;
  width: 2px;
  background-color: #b8b8b8;
}
.side-menu__wrap.side-menu__wrap-special {
  display: none;
}
.tiny-timeline__content
  .time-line__item:nth-child(even)
  .time-line__date:before {
  content: "";
  position: absolute;
  bottom: 110%;
  left: calc(43% + 7px);
  display: block;
  height: 90px;
  width: 2px;
  background-color: #b8b8b8;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: transparent;
}
.mob-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mmmmmm-header {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mmmmmm-header svg {
  /* margin-right: 10px; */
  margin-right: 25px;
}
.mm-header,
.mm-footer {
  padding: 0 20px;
}
.mm-menu {
  width: 100%;
  background: #fff;
}
.img-wrap-about {
  max-height: 175px;
  max-width: 200px;
  overflow: hidden;
}
.img-about-us {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main-block__wrap {
  padding-top: 30px;
  padding-bottom: 35px;
}
.side-menu__wrap {
  margin-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 27%;
  flex: 0 0 27%;
}
.side-menu {
  margin-bottom: 15px;
  padding: 35px 30px;
  border-radius: 5px;
  background: #fff;
  list-style-type: none;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.side-menu li {
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.side-menu li:last-of-type {
  margin-bottom: 0;
}
.side-menu li a {
  width: 100%;
  display: block;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
.side-menu li.current-menu-item a,
.side-menu li a:hover {
  color: #000;
}
.additional-menu {
  list-style-type: none;
}
.additional-menu li {
  display: flex;
  margin-bottom: 15px;
  border-radius: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}
.additional-menu li a {
  position: relative;
  padding: 35px 20px 35px 30px;
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #000;
  transition: all 0.3s;
}
.additional-menu li a span {
  margin-left: 55px;
}
.additional-menu li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 30px;
  top: 50%;
  width: 44px;
  height: 44px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translate(0%, -50%);
  transition: all 0.3s;
}
.additional-menu li a:hover:before {
  filter: invert(1);
}
.additional-menu li:nth-child(1) a:before {
  background-image: url(images/icons/home.svg);
}
.additional-menu li:nth-child(2) a:before {
  background-image: url(images/icons/question.svg);
}
.additional-menu li:nth-child(3) a:before {
  background-image: url(images/icons/rule.svg);
}
.additional-menu li:nth-child(4) a:before {
  background-image: url(images/icons/location.svg);
}
.side-menu .current-menu-item {
  background: rgba(255, 255, 255, 0.15);
  border-left-color: #fff;
}
.main-block__content {
  /*max-width: 100%;*/
  max-width: 70%;
  -webkit-box-flex: 0;
  -ms-flex: 1 0 71%;
  flex: 1 0 71%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.partners_menu-cls:hover {
  background: #69f !important;
  border-color: #69f !important;
}
.partners_menu-cls a:hover {
  text-decoration: none;
  cursor: default;
}
.feedback-form {
  padding: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
.comment-notes {
  display: none;
}
.comment-form {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
.feedback-form input[type="text"],
.feedback-form input[type="email"],
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
  padding: 14px;
  width: 100%;
  border: 1px solid #d8d8d8;
  font-size: 16px;
  border-radius: 5px;
}
#reply-title {
  display: none;
}
.feedback-form input[type="text"]:focus,
.feedback-form input[type="email"]:focus,
.comment-form input[type="text"]:focus,
.comment-form textarea:focus,
.comment-form input[type="email"]:focus {
  outline: none;
}
.feedback-form label,
.comment-form label {
  font-size: 14px;
  color: #666;
  font-weight: normal;
}
.feedback-button {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-weight: normal;
  font-size: 15px;
  border-radius: 5px;
  background-color: #69f;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
  margin-top: 10px;
}
.form-submit {
  order: 1;
  display: flex;
  justify-content: flex-end;
}
.feedback-form .col-md-3,
.feedback-form .col-md-4,
.feedback-form .col-md-5 {
  margin-bottom: 24px;
}
.new-feedback__rating,
.feedback__rating {
  display: none;
}
.comment-form-comment {
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
}
.mainpage-form input[type="text"],
.mainpage-form input[type="email"],
.mainpage-form input[type="date"],
.mainpage-form input[type="tel"],
.mainpage-form textarea,
.phone-field {
  margin-bottom: 16px;
  padding: 14px 14px 14px 50px;
  width: 100%;
  border: 1px solid #d8d8d8;
  font-size: 16px;
  border-radius: 5px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 18px;
}
.mainpage-form textarea {
  height: 100px;
  background-image: url(images/icons/topic.svg);
  background-position: 14px 15px;
}
.phone-field,
.mainpage-form input[type="tel"] {
  background-image: url(images/icons/phone.svg);
  background-position: 14px;
}
.name-field {
  background-image: url(images/icons/user.svg);
  background-position: 14px;
}
.mainpage-form input[type="text"]:focus,
textarea {
  outline: none;
}
.mainpage-form label {
  font-size: 16px;
  color: #333;
  font-weight: normal;
}
.mainform-button {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  border-radius: 5px;
  background-color: #69f;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
}
.post-sp-content ul {
  margin-left: 30px;
  margin-bottom: 10px;
}
.mainpage-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-about {
  margin-bottom: 45px;
  max-width: 100%;
  padding: 36px 30px;
  border-radius: 5px;
  background: #fff;
}
.page-about .breadcrumb {
  margin-bottom: 20px;
  padding: 0;
  background-color: transparent;
  font-size: 16px;
  color: rgb(0, 0, 0);
}
.page-about .breadcrumb a {
  color: rgba(0, 0, 0, 0.5);
}
.post-content {
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
  color: rgba(0, 0, 0, 1);
}
/* .masonry__item {
  width: 202.25px;
}
.masonry .masonry__item:first-of-type {
  height: 350px;
  float: left;
}
.masonry .masonry__item:nth-child(2) {
  height: 150px;
  margin: 0;
  float: left;
}
.masonry .masonry__item:nth-child(3) {
  height: 200px;
  margin: 0;
  float: left;
}
.masonry .masonry__item:nth-child(4) {
  height: 350px;
  margin: 0;
  float: left;
}
.masonry .masonry__item:nth-child(5) {
  height: 200px;
  margin-top: -200px;
  margin-left: 202.25px;
  float: left;
}
.masonry .masonry__item:nth-child(6) {
  height: 150px;
  margin-top: -150px;
  margin-left: 404.5px;
  float: left;
}
.masonry__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
} */


.masonry {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Три равные колонки */
  grid-auto-rows: 10px;
  gap: 10px;
  width: 100%;
}

.masonry__item {
  grid-row-end: span var(--rows, 20);
  overflow: hidden;
}

.masonry__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .masonry {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .masonry {
    grid-template-columns: 1fr;
  }
}



.faqs a.acc.collapsed {
  background-image: url(images/template/faq-arrow-down.svg);
}
.faqs a.acc {
  padding: 25px 75px 25px 30px;
  width: 100%;
  display: flex;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  background-image: url(images/template/faq-arrow-up.svg);
  -webkit-background-size: 40px;
  background-size: 40px;
  background-position: calc(100% - 30px) 12px;
  background-repeat: no-repeat;
  line-height: 1;
}
.faqs-counter {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.faqs-counter li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #ededed;
  border-radius: 5px;
}
.faqs-answer {
  padding: 0 30px;
  -ms-flex: 100%;
  -webkit-box-flex: 100%;
  flex: 100%;
  font-size: 14px;
  color: #000;
  opacity: 0.7;
}
.documents__block {
  display: grid;
  grid-template-columns:1fr 1fr 1fr;
  gap: 30px;
}

 @media (max-width: 662px) {
  .page-about .documents__block {
        grid-template-columns: 1fr 1fr; /* На маленьких экранах одна колонка */
    }
}

@media (max-width: 456px) {
  .page-about .documents__block {
      grid-template-columns: 1fr; /* На маленьких экранах одна колонка */
  }
} 

.license_main_page_block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}

.document__item {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 5px 15px #00000014;
  border: 1px solid #ededed;
  border-radius: 5px;
  text-align: center;
  font-size: 15px;
}
.document__item-thumb {
  width: 100%;
  height: auto;
}
.document__item p {
  margin: 20px 0 0 0;
}
.social-btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 10px;
  font-size: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  transition: border-color 0.3s;
}
.social-buttons p {
  font-size: 14px;
}
.footer-social-btn {
  margin: 10px 0 20px 0;
  display: inline-block;
  margin-right: 20px;
}
.footer-social-btn img {
  height: 24px;
}
.share-buttons .social-btn {
  margin-left: 5px;
  width: 40px;
  height: 40px;
  background-size: 50%;
}
.share-buttons .soc-fb {
  background-color: #38518a;
}
.share-buttons .soc-telegram {
  background-color: #0088cc;
}
.share-buttons .soc-viber {
  background-color: #8f5db7;
}
.soc-facebook {
  background-image: url(images/template/facebook.svg);
}
.soc-instagram {
  background-image: url(images/template/instagram.svg);
}
.soc-youtube {
  background-image: url(images/template/youtube.svg);
}
.soc-fb {
  background-image: url(images/social/facebook.svg);
}
.soc-telegram {
  background-image: url(images/social/telegram.svg);
}
.soc-viber {
  background-image: url(images/social/viber.svg);
}
.news__title * {
  color: #fff;
}
.social-btn:hover {
  background-size: 60%;
  border-color: #6699ff;
}
.social-buttons {
  margin: 10px 0;
}
.rules {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none;
}
.rules li {
  margin-bottom: 10px;
  padding: 10px 30px;
  border: 1px solid #ededed;
  border-radius: 5px;
}
.rules a {
  display: block;
  font-size: 15px;
  color: #000;
  text-decoration: none;
  padding: 10px 10px 10px 30px;
  background-size: 19px;
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.kk-star-ratings.rgt {
  margin-top: 20px;
}
.price-main-content {
  margin-top: 50px;
}
.accordion.prices .prices-row-wrapper:hover,
.accordion.prices .all-prices-row-wrapper:hover,
.prices.cat-prices-all .prices-row-wrapper:hover,
.prices.cat-prices-all .all-prices-row-wrapper:hover {
  background: rgba(237, 237, 237, 1);
  border-radius: 5px;
}
.prices .acc {
  display: block;
  padding: 21px 20px 21px 50px;
  background-size: 19px;
  background-position: 20px center;
  background-repeat: no-repeat;
  border: 1px solid #ededed;
  border-radius: 5px;
  font-size: 15px;
  text-decoration: none;
  line-height: 1;
  text-align: left;
  color: #000000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.rules a.acc.collapsed,
.prices a.acc.collapsed {
  background-image: url(images/template/plus.svg);
}
.rules a.acc,
.prices a.acc {
  background-image: url(images/template/minus.svg);
}
.rules-desc {
  font-size: 14px;
}
.prices-heading-wrapper {
  margin-top: 5px;
  padding: 18px 20px;
  background: #f1f3f680;
  border-radius: 5px;
  font-size: 14px;
  color: rgba(18, 18, 18, 0.5);
}
.prices-row-wrapper,
.all-prices-row-wrapper {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(237, 237, 237, 1);
  font-size: 15px;
  color: rgba(18, 18, 18, 1);
  text-align: left;
  transition: all 0.3s;
}
.inner-view-toggler .tab-pane {
  position: absolute;
  left: -99999px;
  top: -99999px;
}
.inner-view-toggler .active {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
}
#list-layout {
  line-height: 1.42;
  text-align: left;
}
#list-layout p {
  margin-bottom: 5px;
}
#list-layout .prices-heading p {
  margin-bottom: 0;
}
.mobile-contacts {
  display: none;
}
.flexed-mb-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.flexed-mb-row img {
  margin-right: 10px;
  transform: scale(0.75);
}
.flexed-mb-row a {
  font-size: 14px;
  font-weight: bold;
  color: #222;
}
.flexed-mb-row .tiny-titl,
.contact-our-title {
  margin: 0;
  font-size: 12px;
  color: #22222280;
}
.flexed-mb-row a.contact-our-title {
  font-weight: normal;
}
.prices-row,
.prices-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -5px;
  margin-left: -5px;
}

.prices-row{
  align-items: flex-start;
}


.prices-row-wrapper .prices-row div,
.all-prices-row-wrapper .prices-row div,
.prices-heading-wrapper .prices-heading div {
  padding-left: 5px;
  padding-right: 5px;
}
.prices {
  margin-bottom: 10px;
  width: 100%;
}
.prices p {
  margin: 0;
  word-wrap: break-word;
  line-height: 20px;
}
.order-btn {
  display: block;
  -webkit-appearance: button-bevel;
  width: 100%;
  color: #fff;
  border-radius: 5px;
  background-color: #69f;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.analyze_name a:hover {
  text-decoration: underline;
}
.analyze_price {
  color: #128042;
}
.analyze_price_with_discount {
  color: #128042;
  text-decoration: line-through;
}

.discount_price {
  color: #ff0000;
}

.price-list-pdf {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fl-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.custom-price-txt p {
  margin: 0;
}
.footer-menu {
  margin-bottom: 50px;
  list-style-type: none;
}
.footer-menu li {
  margin-bottom: 10px;
  font-size: 14px;
}
.footer-menu li a {
  color: #121212;
}
.contact-map-blocks .contact-map-block {
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 50px;
}
.contact-map-blocks {
  position: relative;
}
.post-content .contact-map-blocks:last-of-type:after {
  display: none;
}
.side-map-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: absolute;
  padding: 30px;
  width: 40%;
  height: 100%;
  left: 60%;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  z-index: 400;
}
.department-work-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  flex-wrap: wrap;
}
.department-info p,
.department-info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  font-size: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 600;
}

.leaflet-container a,
.leaflet-popup-content .department-info p {
  color: #000 !important;
}

.addition-single-contacts .department-info p,
.addition-single-contacts .department-info a {
  color: #000;
}
.fldc-row {
  display: flex;
  align-items: center;
}
.partner-thumb {
  cursor: pointer;
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-left: 5px;
}
.department-info img {
  margin-right: 10px;
}
.add-center-info {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #d8d8d8;
}
.department-weekdays-pin {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: #000;
  border-radius: 50%;
  line-height: 1;
  color: #fff;
}
.department-weekdays-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.helper-block {
  width: 125px;
  text-align: center;
}
.callcenter-schedule .department-weekdays-wrap {
  flex: 0 0 40%;
  margin-bottom: 10px;
  justify-content: flex-start;
}
.callcenter-schedule .department-weekdays-wrap:last-of-type {
  margin-bottom: 0;
}
.callcenter-schedule .department-weekdays-wrap:first-of-type {
  flex: 0 0 60%;
}
.callcenter-schedule .department-weekdays-wrap p {
  margin-bottom: 0;
}
.callcenter-schedule .department-weekdays-pin {
  background: #fff;
  border: 1px solid #7c7c7c;
  color: #000;
}
.department-work-time
  .department-weekdays-wrap:first-of-type
  .department-weekdays-pin:first-of-type {
  margin-right: 41px;
}
.callcenter-schedule
  .department-weekdays-wrap:first-of-type
  .department-weekdays-pin:first-of-type {
  margin-right: 20px;
}
.callcenter-schedule {
  flex-direction: row;
}
.labcenter_title {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.contact-map-blocks:after {
  content: "";
  position: absolute;
  top: 105%;
  left: 26%;
  display: block;
  width: 48%;
  height: 1px;
  background: #888;
}
.gmnoprint,
.gmnoprint,
.gm-fullscreen-control {
  display: none;
}
.rounded-doctor-btn {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 25px;
  border: 1px solid #6699ff;
  color: #000;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.15));
  transition: all 0.3s;
}
.rounded-doctor-btn:hover {
  background: #6699ff;
  color: #fff;
  text-decoration: none;
}
#contact-map-block {
  border-radius: 5px;
}
#single-contact-map-block {
  position: relative;
  width: 100%;
  height: 600px;
  border-radius: 5px;
}
.single-side-map-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: absolute;
  width: 50%;
  top: 45px;
  left: 45px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  color: #fff;
  z-index: 1000;
}
.single-department__content {
  position: relative;
  width: 89%;
  top: -105px;
  left: 45px;
  padding: 30px 20px;
  background: #fff;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(204, 204, 204, 0.2);
  border-radius: 5px;
  z-index: 1000;
}
.single-side-map-block p {
  margin-bottom: 20px;
}
.single-side-map-block p:last-of-type {
  margin-bottom: 0;
}
.mm-menu {
  z-index: 1;
}
.special-contacts-header {
  font-size: 17px;
  color: #fff;
  padding: 10px 10px 10px 36px;
  margin-bottom: 20px;
  border-left: 3px solid #fff;
  text-align: left;
}

.leaflet-popup-content .special-contacts-header {
  border-left: 3px solid #000;
}

.dep-adv-item {
  margin-bottom: 30px;
  line-height: 1.42;
  text-align: left;
}
.dep-adv-item img {
  width: 65px;
  height: 65px;
  margin-bottom: 15px;
}
.dep-adv-item-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
}
.dep-adv-item p {
  margin-bottom: 0;
  color: #636363;
}
.department-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.department-status p {
  margin-bottom: 0;
}
.department-status .status-close {
  margin-bottom: 0;
  margin-left: 20px;
}
.department-status img,
.dep-service_thumb,
.dep-status img {
  margin-right: 10px;
  width: 22px;
}
.dep-service_thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 26px;
  max-height: 26px;
}
.dep-single-row {
  padding: 5px 0;
}
.prices-row-wrapper .dep-single-row:nth-child(even),
.all-prices-row-wrapper .dep-single-row:nth-child(even) {
  background: #f7faff;
}
.dep-service_thumb img {
  width: 26px;
  height: 26px;
}
.status-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #34c749;
}
.navbar-brand {
  float: none !important;
  height: 50px;
  width: auto;
  padding: 0px 0 !important;
  display: block;
}
.nav-contacts {
  margin: 0;
  display: flex;
  /* align-items: center; */
  align-items: flex-start;
    flex-direction: column;
}
.nav-contacts a:first-of-type {
  height: 23px;
  margin-right: 10px;
}

.nav-contacts a {
  margin-bottom: 5px;
}

.tiny-header-phone {
  color: #000;
  font-weight: 600;
  font-size: 17px;
}
.status-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #cc3333;
}
.mm-footer .custom_menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.header-of-schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #888;
  border-right: 1px solid #888;
  padding: 15px 10px 10px 10px;
}
.comment-items-row .children {
  margin-left: 37px;
}
.comment-items-row .feedback__item {
  margin-bottom: 20px;
  flex-direction: column-reverse;
  box-shadow: none;
}
#comment {
  height: 100px;
  resize: none;
}
.comment-form-url,
.comment-form-cookies-consent,
.logged-in-as {
  display: none;
}
.row-of-schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #888;
  border-right: 1px solid #888;
  padding: 10px;
  color: #000;
}
.header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-row .row-of-schedule:first-of-type p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-row .row-of-schedule:first-of-type {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.header-row .row-of-schedule:last-of-type {
  border-right: none;
}
.header-row .header-of-schedule:last-of-type {
  border-right: none;
}
.serices-rows .header-row:last-of-type .row-of-schedule {
  padding: 10px 10px 15px 10px;
  border-bottom: none;
}
.depratment-form-row .contact-us-main {
  width: 65%;
  margin: auto;
}
.usefull-to-know {
  margin-bottom: 40px;
  font-size: 14px;
  color: #000;
}
.single-department__content {
  font-size: 14px;
}
.serices-rows p {
  margin-bottom: 0;
}
div[id*="ajaxsearchlite"] .probox .proinput {
  height: auto !important;
}
.serices-rows {
  margin-bottom: 20px;
}
.serices-rows .header-row:nth-child(even) {
  background: rgba(102, 153, 255, 0.05);
}
.add_dep-header {
  font-size: 18px;
  color: #6699ff;
  margin-bottom: 10px;
  padding-left: 10px;
}
.prices-heading p {
  margin-bottom: 0;
  line-height: 1;
}
.modal-cs-wrap {
  padding: 30px;
  background: #fff;
  border-radius: 6px;
}
.modal-cs-header {
  font-size: 19px;
  color: #333;
  margin-bottom: 45px;
}
#checkOutModal {
  display: none;
}
.active-checkout {
  display: block;
}
.order-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 33%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: auto;
}
.special-brand {
  display: none;
}
.before-side_mnu {
  display: none;
  position: relative;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #e8e8e8;
  color: #000;
  padding: 20px;
}
.before-side_mnu:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  left: 90%;
  top: 44%;
  position: absolute;
  background-image: url(images/template/down-arrow-white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(1);
}
.before-side_mnu:hover {
  cursor: pointer;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
  margin: 0;
  color: #000;
  font-size: 24px;
  padding: 0;
  float: none;
}
#close-menu {
  display: inline-block;
  font-size: 32px;
  color: #000;
}
.lang-modal-wrapper {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
}
.lang-modal-wrapper.active {
  display: block;
}
.lang-modal {
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
.lang-modal .close-btn {
  position: absolute;
  top: 6px;
  right: 10px;
}
.lang-modal p {
  margin: 0;
  font-size: 12px;
  text-align: center;
}
.mm-menu .mm-list > li > a.mm-subopen:before {
  border-color: transparent;
}
html.mm-opening .mm-slideout {
  transform: translate(0);
  z-index: -1 !important;
}
.mm-list > li > a {
  height: 65px;
  display: flex;
  align-items: center;
}
.mm-list a.mm-subopen {
  width: 100%;
}
.page-template-page-contacts-php .before-side_mnu,
.single-departments .before-side_mnu {
  background: #fff;
  border: 1px solid #e8e8e8;
  color: #000;
}
.mm-menu.mm-hasheader li.mm-subtitle {
  display: block !important;
}

.mm-menu .mm-list > li > a.mm-subclose {
  background: #fff !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}

@media (min-width: 1200px) {
  .header-announcment.active {
    display: flex;
  }
}

@media (max-width: 1200px) {
  .gray-header {
    height: 72px;
    padding: 5px 3px 5px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e6e6e6;
  }
  .mobile-contacts {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
  }
}

@media (max-width: 768px) {
  .proinput form input[type="submit"] {
    display: none !important;
  }
  .lang-modal {
    width: 90%;
  }
  /* .main-block #geo-block {
        display: block;
        order: -1;
        margin: 20px 0;
    } */
  .page-template-page-contacts-php .categories-mnu,
  .single-departments .categories-mnu {
    display: none;
  }
  .single-departments .additional-menu {
    margin-top: 20px;
  }
  .got-questions {
    flex-direction: column;
  }
  .got-questions svg {
    display: none;
  }
  .got-questions p {
    margin: 0;
  }
  .got-questions .primary-btn {
    width: 100%;
    margin-top: 20px;
  }
  .common-analyzes-grid {
    grid-template-columns: 1fr;
  }
  .blog-posts__row {
    grid-template-columns: 1fr;
  }
  .news-grid {
    grid-template-columns: 1fr;
  }
  .blog-post__item {
    flex-direction: column;
  }
  .blog-post__item img {
    margin: 0 0 20px 0;
    width: 100%;
  }
  .advantages-grid {
    display: block;
  }
  .advantage-item {
    height: 150px;
    font-size: 16px;
  }
  .about-us-main-text {
    width: 100%;
  }
  .lab-summary {
    width: 100%;
  }
  .header-announcment {
    display: none !important;
  }
  .navbar-header {
    padding-left: 0 !important;
  }
  .custom_menu .lang-switch {
    padding: 7px;
  }
  .special-brand {
    height: 30px !important;
  }
  .help-nav-bar {
    opacity: 1;
    transform: translateY(0);
    justify-content: space-evenly;
  }
  .help-nav-bar__item {
    margin: 0;
    height: 65px;
    font-size: 10px;
    text-align: center;
    padding: 0;
  }
  .help-nav-bar__item img {
    height: 20px;
    margin-bottom: 5px;
  }
  .carousel-inner > .item {
    height: 350px;
  }
  .slider-container {
    margin-top: 0;
  }
  .slider-container .carousel-indicators {
    height: 350px;
    left: 93%;
  }
  .slider-container .slider-content {
    top: 60%;
    padding: 0 15px;
    max-width: 95%;
  }
  .slider-container .container {
    padding: 0;
  }
  .slider-container .slider-content .primary-btn {
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .slider-search {
    width: calc(100% - 30px);
    display: block;
    position: absolute;
    z-index: 100;
    left: 15px;
    top: 20px;
  }
  .slider-header {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .slider-description {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .about-us__block .items-center {
    flex-direction: column;
  }
  .feedbacks-grid {
    grid-template-columns: 1fr;
  }
  .license_main_page_block {
    grid-template-columns: 1fr 1fr;
  }
  .mm-footer .primary-btn {
    flex: 0 0 100%;
  }
  .contact-us-main {
    padding: 30px;
  }
  footer .justify-between {
    flex-direction: column;
  }
  #footer {
    padding: 30px 0 80px 0;
  }
  #footer .payment-logo:first-of-type {
    margin-left: 0;
  }
  .scrollup {
    display: none !important;
  }
  .custom-gallery .ngg-galleryoverview {
    grid-template-columns: 1fr 1fr;
  }
  .videos-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .videos-grid .video__item:first-of-type,
  .videos-grid iframe:first-of-type {
    grid-column: 1;
  }
  .table {
    font-size: 12px;
  }
  .document__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .beyond-the-slider {
    font-size: 18px;
    padding: 30px 20px 20px 20px;
  }
  .modal {
    width: 100% !important;
  }
  .the-page-header,
  .another-header {
    word-break: break-word;
    font-size: 20px;
  }
  .before-side_mnu {
    display: block;
  }
  .analyze-additional-info li {
    display: block;
  }
  .info-dvider {
    width: auto;
    border: none;
  }
  .lab-summary__item p {
    font-size: 20px;
  }
  .lab-summary__item img {
    margin-bottom: 15px;
    height: 38px;
  }
  .flexed-mb-row a {
    font-size: 16px;
  }
  .flexed-mb-row a i {
    margin-left: 15px;
  }
  .post-content {
    line-height: 22px;
  }
  .sm-hide {
    display: none !important;
  }
  .prices .acc {
    font-size: 14px;
  }
  .dep-service_thumb {
    margin: 0;
  }
  .page-template-page-price-php .side-menu,
  .tax-price_category .side-menu,
  .single-prices .side-menu {
    display: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -4px;
  }
  .page-template-page-price-php .additional-menu,
  .tax-price_category .additional-menu,
  .single-prices .additional-menu {
    display: none;
    margin-top: 30px;
  }
  .page-template-page-price-php .main-block__content,
  .tax-price_category .main-block__content,
  .single-prices .main-block__content {
    -ms-order: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .page-template-page-price-php .main-block__content,
  .tax-price_category .main-block__content,
  .single-prices .main-block__content {
    margin-top: 15px;
  }
  .serices-rows .department-weekdays-pin {
    margin: 0 0 10px 0;
  }
  .department-work-time
    .department-weekdays-wrap:first-of-type
    .department-weekdays-pin:last-of-type:before,
  .mapboxgl-ctrl-logo {
    display: none !important;
  }
  .side-map-block {
    width: 100%;
    height: 100%;
    position: static;
    padding: 60px;
    left: 0;
    top: 0;
    margin-bottom: 50px;
  }
  .contact-map-blocks .contact-map-block {
    margin: 0;
  }
  .depratment-form-row {
    margin-top: 20px;
    order: 2;
  }
  .header-of-schedule,
  .row-of-schedule {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    border-right: none;
  }
  .header-row {
    display: block;
  }
  .header-row
    .header-of-schedule:nth-child(2)
    .department-weekdays-pin:last-of-type:before {
    display: none;
  }
  .header-row
    .header-of-schedule:nth-child(2)
    .department-weekdays-pin:first-of-type:after {
    display: none;
  }
  .single-side-map-block {
    position: static;
    width: 100%;
    margin: 0;
    padding: 15px;
  }
  .contact-map-blocks {
    display: flex;
    flex-direction: column;
  }
  #single-contact-map-block {
    order: 2;
    height: 400px;
  }
  .page-about {
    padding: 15px;
  }
  .single-department__content {
    position: static;
    width: 100%;
    top: 0;
    left: 0;
    margin: 20px 0;
  }
}
@media (max-width: 835px) {
  .map-info__block {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: none;
    padding: 25px 50px;
    border-radius: 0;
  }
  .map-info-header:after {
    margin: auto;
  }
}
@media (max-width: 320px) {
  .mobile-contacts {
    transform: scale(0.9);
  }
}
@media (max-width: 992px) {
  .prices-row-wrapper .prices-row .col-md-2:last-of-type,
  .all-prices-row-wrapper .prices-row .col-md-2:last-of-type {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
  }
  .depratment-form-row .contact-us-main {
    width: 100%;
    margin-bottom: 20px;
  }
  .dep-adv-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .layout-switcher {
    margin-top: 20px;
  }
  .callcenter-schedule .department-weekdays-wrap:first-of-type,
  .callcenter-schedule .department-weekdays-wrap {
    flex: 0 0 100%;
  }
  .text-center {
    text-align: left;
  }
  .side-map-block {
    padding: 15px;
  }
  .feedback-form .col-md-9 {
    margin-bottom: 20px;
  }
  .contact-map-blocks {
    position: static;
  }
  /* .masonry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .masonry__item {
    width: auto;
    float: none;
  } */
  /* .masonry .masonry__item:nth-child(2),
  .masonry .masonry__item:nth-child(3),
  .masonry .masonry__item:nth-child(4),
  .masonry .masonry__item:nth-child(5),
  .masonry .masonry__item:nth-child(6) {
    display: none;
  } */
  .custom-flex-row {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .side-menu__wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0;
  }
  .main-block__wrap {
    padding-bottom: 20px;
  }
  .main-block__content {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .side-menu__wrap-special {
    order: -2;
  }
  .side-menu__wrap-additional .side-menu {
    display: none;
  }
  .side-menu__wrap.side-menu__wrap-special {
    display: block;
  }
  .alstart {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .custom-flex-row > .col-md-7 {
    margin-bottom: 40px;
  }
  .advantage-item {
    border: 1px solid #fff;
  }
  .tiny-timeline__content
    .time-line__item:nth-child(odd)
    .time-line__date:after,
  .tiny-timeline__content
    .time-line__item:nth-child(even)
    .time-line__date:after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .order-btn {
    width: auto;
    font-size: 12px;
    padding: 0 10px;
  }
  div[id*="ajaxsearchlite"].wpdreams_asl_container {
    width: 100% !important;
  }
  .price-list-pdf {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin: 10px 0;
  }
  .price-list-pdf img {
    margin-right: 10px;
  }
  .special-brand {
    display: block;
    height: 50px;
  }
  /* .navbar-header {
        padding-left: 15px;
    } */
  .additional-slider-buttons {
    position: static;
    width: 90%;
    left: 0;
    top: 0;
    margin: 70px auto 0 auto;
    -webkit-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
.scrollup {
  width: 52px;
  height: 52px;
  opacity: 0.9;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  border: 1px solid #fff;
  background-color: rgba(66, 103, 178, 0.9);
  background-image: url(images/template/white-arrow-up.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  z-index: 500;
}
.reviews-on-main {
  color: #000;
  text-decoration: underline;
}
.post-content ul /*,
.page-about ul*/ {
  padding: 0 0 20px 30px;
}
.menu-image-title-after.menu-image-not-hovered img,
.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper,
.menu-image-title-before.menu-image-title {
  padding: 0px;
}

.seo_text ol,
.seo_text ul {
  list-style-position: inside;
}

.clear_box {
  display: inline-block;
}

.wpcf7 form.invalid .wpcf7-response-output {
  display: none;
}
.about-video {
  padding-top: 40px;
}

.analis-list-block {
  padding: 70px 0 80px 0;
}

.analis-list-block .card {
  height: 100px;
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.analis-list-block .box .primary-btn {
  margin: 20px 0 0 0;
}

.analis-list-block .box {
  margin: 10px;
}

.document__item {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 5px 15px #00000014;
  border: 1px solid #ededed;
  border-radius: 5px;
  text-align: center;
  font-size: 15px;
}

.analis-list-block .carousel-inner > .item {
  height: unset !important;
}

.slick-dots {
  bottom: unset !important;
}

.slick-dots li button:before {
  font-size: 25px !important;
}

.post-cont .descr {
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
}

.box {
  padding: 20px;
  border: 5px solid #fff;
}

.post-cont .box .titel {
  font-size: 18px;
  font-weight: 700;

  line-height: 1.2;
}

.background-blue {
  background: #f2faff;
}
.background-red {
  background: #fcd7d5;
}

.post-cont .alignright {
  display: block !important;
  float: right;
}

.box-border {
  padding: 30px 0;
  border-top: 5px solid #5c85af;
  border-bottom: 5px solid #5c85af;
  margin: 25px;
}

/* 
.license_main_page_block{
    display: none !important;
} */

.common-analyze-img {
  text-align: center;
  padding-bottom: 20px;
}

.common-analyze-name {
  text-align: center;
  margin-bottom: 8px;

  line-height: 1.4;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.common-analyzes-grid1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}

@media (max-width: 1000px) {
  .common-analyzes-grid1 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 650px) {
  .common-analyzes-grid1 {
    grid-template-columns: 1fr;
  }
}

.notise {
  font-family: "Yanone_Kaffeesatz";
  font-size: 50px;
  display: block;
  margin: 25px 0;
  text-transform: uppercase;
  line-height: 1;
}

@media (max-width: 800px) {
  .notise {
    font-size: 30px;
  }
}

#cn-notice-buttons {
  display: block !important;
}

.single-post p img.aligncenter,
.single-post ol img.aligncenter,
.single-post ul img.aligncenter,
.single-post .wp-caption.aligncenter img {
  max-width: 100%;
  height: auto;
  margin: auto;
  display: block;
}

.single-post .post-content a {
  word-wrap: break-word;
}

.single-prices h2,
.single-prices h3 {
  margin-bottom: 10px;
}

.mob-head {
  margin: 20px auto;
}

.route img {
  padding: 5px;
  border: 1px solid;
  border-radius: 50px;
  width: 30px;
  height: auto;
}

.leaflet-popup-content .route img {
  padding: 5px;
  border: 1px solid #000;
  border-radius: 50px;
  width: 30px;
  height: auto;
}

.route picture {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.route-row a img {
  width: 40px;
  height: auto;
}

.route {
  margin-right: 10px;
  padding-bottom: 10px;
}

.single-post table td {
  border: 1px solid;
  text-align: left;
}

.short-price {
  margin: 25px 0;
  padding: 25px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
}

.breadcrumb > li {
  display: inline !important;
}

.fade {
  display: none;
}
.fade.in {
  display: unset;
}

.alphabet-filter {
  list-style: none;
}

.alphabet-filter li {
  display: inline-block;
  padding: 0 3px;
}

/* Стили для букв с постами */
.reset-filter,
.has-posts-letter {
  color: black; /* Черный текст для букв с постами */
}

/* Стили для букв без постов */
.no-posts-letter {
  color: #a3a3a3; /* Серый текст для букв без постов */
  pointer-events: none; /* Ссылка не кликабельна */
  text-decoration: none; /* Убираем подчеркивание */
  cursor: default; /* Устанавливаем курсор в виде стрелки (не указатель) */
}

/* Стиль для активной буквы */
.alphabet-filter a.active-letter {
  background-color: #000; /* Цвет фона */
  color: #fff; /* Цвет текста */
  text-decoration: none;
  padding: 1px 4px;
  border-radius: 3px;
}

.side-menu li.current-menu-item a {
  background-color: #000; /* Цвет фона */
  color: #fff; /* Цвет текста */
  text-decoration: none;
  padding: 10px 10px;
  border-radius: 3px;
}

.index-tabs li {
  margin-bottom: 20px;
}

.page-template-page-price .index-tabs {
  padding: 0 !important;
  text-align: center;
}

@media (max-width: 600px) {
  .index-tabs {
    flex-direction: column;
  }
}

html[lang="ru"] h2.slider-header .ua,
html[lang="ua"] h2.slider-header .ru {
  display: none;
}

.btn-block {
  /* display: flex;
  justify-content: space-evenly; */

  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

@media (max-width: 750px) {
  .btn-block {
    /* display: flex;
  justify-content: space-evenly; */

    display: grid;
    grid-template-columns: 1fr;
    /* gap: 16px; */
  }
}

.wprev-slider {
  min-height: 350px;
}

/* #ftwp-contents {
  width: unset !important;
} */

.page-template-page-price p > picture {
  display: flex;
  justify-content: center;
}



.wp-caption.aligncenter {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  max-width: 100%;
}

.wp-caption.aligncenter .wp-caption-text{
  text-align: center;
  font-size: 80%;
}

#cookie_notification{
  z-index: 1000;
}

.single-post table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  border: 2px solid #000;
}

.single-post table th, .single-post table td {
  padding: 12px;
  border: 1px solid #3a3a3a;
  text-align: left;
}

.single-post table th {
  background-color: #f4f4f4;
  font-weight: bold;
  text-align: center;
}

.post-content p:has(iframe[data-src*="youtube"]) {
  display: block;
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 30px !important;
  height: 0;
  overflow: hidden;
}

.post-content iframe[data-src*="youtube"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.custom-image-gallery-wrapper {
  text-align: center;
  margin: 50px 0;
  background: #efefef;
  border-radius: 5px;
  padding: 15px;
}

.custom-gallery-title {
  text-transform: uppercase;
}

.custom-image-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

.custom-image-item {
  flex: 0 1 calc(14% - 10px); /* 7 картинок в ряду */
  box-sizing: border-box;
  /* margin-bottom: 10px; Добавим отступ между рядами */
}

.custom-image-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0px 5px 15px #40404012;
  transition: box-shadow 0.3s ease;
  object-fit: cover; /* Убираем растягивание */
}

.custom-image-item a:hover img {
  box-shadow: 0px 5px 15px #40404033;
}

@media (max-width: 768px) {
  .custom-image-item {
    flex: 0 1 calc(33.33% - 10px); /* 3 картинки в ряду на планшетах */
  }

  .custom-image-gallery {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .custom-image-item {
    flex: 0 1 calc(50% - 10px); /* 2 картинки в ряду на мобильных устройствах */
  }

  .custom-image-gallery {
    justify-content: center;
  }
}

.leaflet-popup-content{
  width: 250px !important;
}