#specialButton {
  height: 25px;
  margin-right: 10px;
  position: relative;
  top: -2px;

}

.specialversion {
  display: inline-block;
}

@media only screen and (max-width : 767px) {
  .specialversion {
    display: inline-block;
    float: left;
    padding: 14px;
    width: 10%;
    text-align: center;
  }

  .city {
    width: 40%;
  }

  .user_link {
    width: 50%;
  }
}

.topline {
  width: 100%;
  padding: 10px 0px;
  background-color: #fe9e4a;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border-radius: 12px;
  margin: 10px 0 10px 0;
}

.topline a.text {
  line-height: 40px;
}

.topline .btn {
  padding: 5px 20px;
  background-color: #ffffff;
  text-align: center;
  color: #fe9e4a;
  font-size: 18px;
  margin: 0 30px;
  border-radius: 15px;
}

.topline .btn:hover {
  padding: 5px 20px;
  background-color: #ebebeb;
  text-align: center;
  color: #3f3f3f;
  font-size: 18px;
  margin: 0 30px;
  border-radius: 15px;
}

a.show_expert_text {
  position: absolute;
  width: 50px;
  display: block;
  right: 25px;
  top: 12px;
}

#btnclosetop {
  position: absolute;
  top: -10px;
  right: -20px;
  cursor: pointer;
}

.socials_link.svg {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
}

.socials_link.svg:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}

.whatsapp {}

@media (max-width: 480px) {
  .whatsapp {
    margin-top: -10px;
  }

  #topifoline {
    margin: 5px 10px;
  }

  .topline {
    font-size: 14px;
  }

  .topline a.text {
    line-height: 22px;
  }

  #btnclosetop {
    position: absolute;
    top: -50px;
    right: 5px;
  }

  a.show_expert_text {
    position: absolute;
    width: 50px;
    display: block;
    right: 73px;
    top: 12px;
  }
}

.items {
  position: relative;

  user-select: none;
  height: 350px;
  width: 100%;
}

.items .item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 290px;
  width: 212px;
  overflow: hidden;
  transition: all 300ms ease-in-out;
  z-index: -1;
  opacity: 0;
}

.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item.active {
  height: 310px;
  opacity: 1;
  z-index: 99;
  box-shadow: 0px 0px 105px -35px rgba(0, 0, 0, 0.75);
}

.item.prev {
  z-index: 2;
  opacity: 0.6;
  transform: translate(-125%, -50%);
}

.item.next {
  z-index: 2;
  opacity: 0.6;
  transform: translate(25%, -50%);
}

.items .button-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 100;
}

.button-container .button {
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  position: relative;
  opacity: 0.75;
  transition: all 300ms ease-in-out;
}

.button-container .button:hover {
  opacity: 1;
}

.button-container .button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background-color: #fff;
  background-image: url(../img/arrow_black_hover.png);
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 7px 0 rgb(0 0 0 / 30%);
  box-shadow: 0 0 7px 0 rgb(0 0 0 / 30%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.button-container .button.prev:before {
  transform: rotate(-180deg);
}

.button-container .button:nth-child(1) {
  float: left;
  top: -25px;
}

.button-container .button:nth-child(2) {
  float: right;
}

.cabinet_label {
  position: absolute;
  right: 40%;
  color: #0dbb02;
}

.passport.seria {
  max-width: 100px;
  display: inline-block;
  width: 100px;
}

.passport.nomer {
  max-width: 180px;
  display: inline-block;
  width: 180px;
}

.false-callback {
  color: #dc3545;
}

.true-callback {
  color: #198754;
}

table..table-bordered {
  width: 100%;
  margin: 5px 0 10px 0;
}

table.table-bordered tr th,
table.table-bordered tr td {
  text-align: left;
  padding: 5px;
  border: 1px solid #eee;
}

table.table-bordered tr th {
  background-color: #f7f7f7;
  color: red;
}

table.table-bordered tr th:first-child {
  color: #000;
  width: 50%;
}

.bt_sprav {
  background: linear-gradient(to left, #fec874, #ff8f2a);
  padding: 10px;
}

#btn-change-data-show,
#btn-change-pass-show {
  background-color: #f2f2f2;
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 8px 16px;
  margin: 0 10px;
  border-radius: 30px;
  font-size: 16px;
}

#btn-change-data-show.active,
#btn-change-pass-show.active {
  color: red;
}

.program_description_unit.program_description_unit_name {
  max-width: 60%;
}

.program_description_price span {
  font-size: 15px;
  color: #000;
  text-decoration: line-through;
}

.show_expert_text svg {
  position: absolute;
  top: 20px;
  right: 40px;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) .btn {
  transition: none;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

.bi {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: -0.125em;
}

.personal-lab .reload {
  position: absolute;
  top: 25px;
  right: 15px;
  display: block;
}

.con_tab_orders .search_result_box {
  position: relative;
}

.personal-lab.search_result_box {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .personal-lab .reload span {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .show_expert_text svg {
    position: absolute;
    top: 30px;
    right: 80px;
  }

  .cabinet_label {
    position: absolute;
    right: 15px;
    color: #0dbb02;
    font-size: 12px;
  }

  .label_main {
    margin: 5px 0px;
  }

  .program_description_unit.program_description_unit_name {
    max-width: 100%;
  }
}

.row.personal-cabinet {
  display: flex;
}

.cabinet_menu_link {
  display: flex;
  text-align: left;
  height: 46px;
  border-radius: 12px;
  border: 1px solid #c5c5c5;
  color: #000;
  background: linear-gradient(to bottom, #fcfcfc, #f7f7f7);
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 46px;
  margin: 5px;
  width: 140px;
}

@media only screen and (max-width: 480px) {
  .row.personal-cabinet {
    display: block;
  }

  a.cabinet_menu_link {
    width: 95%;
    height: 30px;
    line-height: 30px;
  }
}

.covidlp_bt {
  padding: 10px 20px;
  color: #fff;
  background: linear-gradient(to left, #fec874, #ff8f2a);
}

.covidlp_bt:hover,
.covidlp_bt:focus {
  background: linear-gradient(to right, #fec874, #ff8f2a);
  color: #fff;
}

.cabinet_menu_link.active {
  background: none;
  background-color: #e10101;
}

.cabinet_menu_link .services_unit_text {
  margin-left: 10px;
}

.cabinet_menu_link.active .services_unit_text {
  color: #fff;
}

.cabinet_menu_link .services_arrow {
  position: relative;
  top: calc((100% - 10px) / 2);
  height: 25px;
}

.partner_link {
  cursor: pointer;
  text-align: center;
  margin: 0px 2% 30px 2%;
  border-radius: 9px;
  border: 1px solid #c5c5c5;
}

.partner_link:hover {
  border: 1px solid #d30629;
}

.partner_link img {
  margin: 15px auto;
}

#success_add_cart,
#need_login {
  position: relative;
  padding: 20px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 14px -4px rgba(0, 0, 0, 1);
  box-shadow: 0 0 14px -4px rgba(0, 0, 0, 1);
}

#success_add_cart,
#need_login {
  max-width: 480px;
  padding: 20px 15px;
  margin: 0 auto;
  text-align: center;
}

#success_add_cart .button_order_research,
#need_login .button_order_research {
  margin-bottom: 15px;
}

#success_add_cart #close {
  background: linear-gradient(to right, #9e9e9e, #eaeaea);
}

.personal-cabinet .services_link {
  padding: 15px;
  height: 50px;
}

.cabinet_basket {
  padding: 0px;
  background-color: #f2f2f2;
  margin: 0px;
  border-radius: 0px;
  border: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.basket-top {
  background: linear-gradient(to right, #990004, #cd0001);
  color: #fff;
  text-align: left;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 15px 0px;
}

.cabinet_basket .basket_info {
  width: 80%;
  margin: 15px auto 10px auto;
}

.cabinet_basket .basket_info strong {
  margin-bottom: 10px;
  display: block;
}

.cabinet_basket .button_order_research {
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  border-radius: 6px;
  width: 80%;
  margin: 0 auto;
}

.basket-footer {
  background: url('/images/basket_footer.jpg');
  height: 15px;
  width: 100%;
  background-repeat: x;
  margin-bottom: 15px;
}

.search_panel {
  background: linear-gradient(to top, #920104, #cb0205);
  padding-top: 20px;
  height: 100px;
  margin-bottom: 20px;
}

#js_lab_search_form {
  display: flex;
}

.small_basket {
  display: block;
  text-align: center;
  background: linear-gradient(to top, #e7e7e7, #ffffff);
  vertical-align: middle;
  color: #c80205;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  font-size: 17px;
  padding: 15px;
  font-weight: 700;
}

.small_basket img {
  margin-right: 10px;
}

.button_search_ajax {
  background: linear-gradient(to top, #920104, #cb0205);
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  color: #fff;
  line-height: 25px;
  padding: 15px 40px;
  border: 1px solid #eaeaea;
}

.button_search_ajax svg {
  display: none;
}

@media only screen and (max-width: 767px) {
  .button_search_ajax svg {
    display: block;
  }
}

.search_result {
  background: #fff;
  border: 1px #ccc solid;
  width: 100%;
  border-radius: 4px;
  max-height: 600px;
  overflow-y: scroll;
  display: none;
  border-radius: 6px;
  padding: 10px;
  max-width: 630px;
  z-index: 9;
  position: absolute;
}

.item_search_result {
  padding: 5px;
  border-radius: 3px;
}

.item_search_result:nth-child(2n) {
  background: #f0f0f0;
}

.search_result li {
  list-style: none;
  padding: 5px 10px;
  margin: 0 0 0 -40px;
  color: #0896d3;
  border-bottom: 1px #ccc solid;
  cursor: pointer;
  transition: 0.3s;
}

.search_result li:hover {
  background: #f9ff00;
}

.item_search_result {
  display: flex;
  margin-bottom: 5px;
}

.item_search_result div.item_name {
  width: 80%;
}

.item_search_result .button_search_result {
  border: 0px;
}

.resp-tab {
  border-radius: 5px;
  font-weight: normal;
  border: none;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  font-family: 'RobotoRegular';
}

.resp-tab th,
.resp-tab td {
  padding: 10px 20px;
  font-size: 15px;
  border: none;
  border: 1px solid #c8d5de;
  vertical-align: top;
}

.resp-tab th {
  color: #969696;
  border: 1px solid #c8d5de;
  text-align: center;
  font-weight: 400;
}

.resp-tab tr:nth-child(even) {
  background: #f6f6f6;
}

.resp-tab td .amount {
  width: 60px;
  padding: 3px;
  border-radius: 3px;
  text-align: center;
}

.resp-tab td .change-amount {
  display: flex;
  width: 100%;
  text-align: center;
}

.resp-tab td .top,
.resp-tab td .bottom {
  width: 20px;
  text-align: center;
  margin: 5px;
  border-radius: 3px;
}

/* {
    margin: 5px auto;
} */

.resp-tab td span {
  display: none;
  font-size: 11px;
  font-weight: bold;
  padding: 5px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.select_lang {
  display: flex;
  margin-top: 10px;
}

.select_lang a {
  display: flex;
  margin-right: 20px;
}

.select_lang img {
  height: 15px;
  border: 1px solid #eee;
}

@media (max-width: 768px) {
  .resp-tab thead {
    display: none;
  }

  .resp-tab tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .resp-tab td {
    margin: 0 -1px -1px 0;
    padding-top: 25px;
    position: relative;
    text-align: center;
  }

  .resp-tab td:nth-child(1) {
    width: 100%;
  }

  .resp-tab td:nth-child(2) {
    width: 35%;
  }

  .resp-tab td:nth-child(3) {
    width: 30%;
  }

  .resp-tab td:nth-child(4) {
    width: 35%;
  }

  .resp-tab td span {
    display: block;
  }
}

@media (max-width: 480px) {
  .resp-tab td:nth-child(1) {
    width: 100%;
  }

  .resp-tab td:nth-child(2) {
    width: 35%;
  }

  .resp-tab td:nth-child(3) {
    width: 30%;
  }

  .resp-tab td:nth-child(4) {
    width: 35%;
  }
}

/* For Modals 25.02.21 */
.popup_form.enrol_research {
  overflow-y: auto;
  max-height: 650px;
}

.mfp-container.mfp-inline-holder {
  overflow-y: auto;
  padding: 40px 15px;
}

.btn_red {
  padding: 10px 20px;
  background: linear-gradient(to right, #f7393c, #b00001);
  color: #fff;
  border-radius: 30px;
  font-size: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.459);
}

.hide-text-mobile-btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .hide-text-mobile.text-is-hide {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
  }

  .hide-text-mobile-btn {
    margin: 0 auto;
    display: block;
  }
}

.partner-wrapper-new {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.partner-wrapper-new a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: calc(20% - 20px);
  margin: 15px 10px;
  border: 1px solid #c5c5c5;
  border-radius: 9px;
  padding: 0 10px;
  cursor: pointer;
  min-height: 70px;
  transition: 0.2s ease-in-out;
}

@media screen and (max-width: 991px) {
  .partner-wrapper-new a {
    flex-basis: calc(25% - 20px);
  }
}

@media screen and (max-width: 768px) {
  .partner-wrapper-new a {
    flex-basis: calc(33.3333% - 20px);
  }
}

@media screen and (max-width: 570px) {
  .partner-wrapper-new a {
    flex-basis: calc(50% - 20px);
  }
}

@media screen and (max-width: 340px) {
  .partner-wrapper-new a {
    flex-basis: calc(100% - 20px);
  }
}

.partner-wrapper-new a:hover {
  border-color: #d30629;
}

.partner-wrapper-new a img {
  max-width: 100%;
}

.input_search_unit {
  position: relative;
}

.input_search_icon {
  top: 50%;
  transform: translateY(-50%);
}

.search_laboratory_box_red #js_lab_search_form {
  margin: 0;
}

.search_laboratory_box_red #js_lab_search_form .input_search_laboratory {
  padding: 10px 10px 10px 50px;
  background-position: 10px center;
}

.spec_offer_link-n {
  left: 65px;
  top: 5px;
}

.program_research-upd .program_research_box {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.program_research-body {
  max-height: 150px;
  overflow: hidden;
  width: 100%;
}

.program_research_look-new {
  display: block;
  width: 100%;
  text-align: center;
}

.program-new {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -15px;
}

.program-new__item {
  display: flex;
  width: 100%;
  max-width: 335px;
  margin: 0 10px;
  margin-top: 15px;
}

/* @media screen and (max-width: 1000px) {
    .program-new__item:nth-child(3) {
        flex-basis: 100%;
    }
} */

.card-program-new {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px 15px 0;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
}

.card-program-new__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.card-program-new__header h6 {
  font-size: 16px;
  color: #a80003;
  font-weight: normal;
  margin: 0;
  margin-left: 15px;
}

.card-program-new__img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  background: #a80003;
  border-radius: 100%;
}

.card-program-new__body {
  max-height: 200px;
  overflow: hidden;
}

/* РїРѕР»РѕСЃР° РїСЂРѕРєСЂСѓС‚РєРё (СЃРєСЂРѕР»Р»Р±Р°СЂ) */
.card-program-new__body::-webkit-scrollbar {
  width: 6px;
  /* С€РёСЂРёРЅР° РґР»СЏ РІРµСЂС‚РёРєР°Р»СЊРЅРѕРіРѕ СЃРєСЂРѕР»Р»Р° */
  height: 8px;
  /* РІС‹СЃРѕС‚Р° РґР»СЏ РіРѕСЂРёР·РѕРЅС‚Р°Р»СЊРЅРѕРіРѕ СЃРєСЂРѕР»Р»Р° */
  background-color: #e5e5e5;
  border-radius: 100px;
}

/* РїРѕР»Р·СѓРЅРѕРє СЃРєСЂРѕР»Р»Р±Р°СЂР° */
.card-program-new__body::-webkit-scrollbar-thumb {
  background-color: #a80003;
  border-radius: 100px;
}

.card-program-new__body::-webkit-scrollbar-thumb:hover {
  background-color: #850205;
}

.card-program-new__body.active {
  overflow: auto;
  padding-right: 10px;
}

.card-program-new__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.card-program-new__footer button {
  display: block;
  width: 100%;
  border: none;
  border-top: 2px solid #d8d8d8;
  background: none;
  font-size: 16px;
  color: #d8d8d8;
  margin-top: 15px;
  padding: 15px 0;
  transition: 0.2s ease-in-out;
}

.card-program-new__footer button:hover {
  color: #a80003;
  border-color: #a80003;
}

.password-change-form {
  background: #f2f2f2;
  padding: 15px 0;
  border-radius: 6px;
}

#btn-change-pass {
  padding: 10px 20px;
  margin-left: 15px;
  background: linear-gradient(to right, #f7393c, #b00001);
  border-radius: 20px;
  color: #fff;
  transition: 0.2s ease-in-out;
}

#btn-change-pass:hover {
  opacity: 0.8;
}

.pass-change-message {
  margin-top: 25px;
  padding: 0 15px;
  font-size: 14px;
}

.pass-change-message {
  display: none;
}

.pass-change-message.show {
  display: block;
}

.pass-change-message.success {
  color: #198754;
}

.pass-change-message.error {
  color: #e70900;
}

.baner.baner_uzi {
  position: relative;
  z-index: 7;
}

.bg-after::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(250, 250, 250, 0.445);
}

.bg-after>div {
  position: relative;
  z-index: 200;
}

.mobile-footer {
  z-index: 300 !important;
}

.menu_li {
  z-index: 300;
}

.covid-docs {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.covid-docs li {
  width: 200px;
  margin: 15px 0;
  margin-right: 30px;
}

.covid-docs li:last-child {
  margin-right: 0px;
}

.covid-docs a {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 14px;
}

.covid-docs a div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 280px;
  box-shadow: 0px 0px 4.74px 1.26px rgba(0, 0, 0, 0.34);
  margin-bottom: 25px;
  overflow: hidden;
}

.covid-docs a img {
  object-fit: cover;
}

.button_price_service_info {
  cursor: pointer;
}

a.button_price_service_info {
  cursor: pointer;
  display: block;
}

.baguetteBox-button {
  z-index: 20000;
  display: block !important;
}