@font-face {
  font-family: FigtreeVF;
  src: url(chrome-extension://majdfhpaihoncoakbjgbdhglocklcgno/fonts/FigtreeVF.woff2)
  format("woff2 supports variations"),
  url(chrome-extension://majdfhpaihoncoakbjgbdhglocklcgno/fonts/FigtreeVF.woff2)
  format("woff2-variations");
  font-weight: 100 1000;
  font-display: swap
}
img {
  width: 100%;
  height: 100%
}
a {
  text-decoration: none;
  color: inherit
}
ul {
  margin: 0;
  padding: 0;
  list-style: none
}
h1,
h2,
h3,
h4,
p,
fieldset {
  margin: 0
}
input {
  border: none;
  outline: none;
  background-color: transparent
}
input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none
}

.container-header {
  padding: 0 16px 0 110px;
  margin: 0 auto
}

.container {
  max-width: 1133px;
  padding: 0 16px;
  margin: 0 auto
}

.container-main {
  max-width: 1292px;
  padding: 0 16px;
  margin: 0 auto;
}

.btn {
  border-radius: 10px;
  padding: 23px 32px;
  background-color: #dc3a21;
  border: 1px solid #dc3a21;
  color: #fff;
  font-size: 16px;
  font-weight: 600
}

.blue-btn {
  background-color: #285271;
  border: 1px solid #285271;
  -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
  transition: background-color .3s ease-in-out, color .3s ease-in-out
}

.blue-btn:hover {
  background-color: transparent;
  color: #285271
}

.red-btn {
  background-color: transparent;
  color: #dc3a21;
  padding: 23px 64px;
  -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
  transition: background-color .3s ease-in-out, color .3s ease-in-out
}

.red-btn:hover {
  background-color: #dc3a21;
  color: #fff;
}

.link_btn {
  color: #285271;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
}

.link_btn:hover {
  text-decoration: none;
}

.red-text {
  color: #dc3a21;
}

.green-text {
  color: #4e9462;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .container-header {
    padding-left: 16px;
  }
}
@media (max-width: 1000px) {
  body:before {
    display: none;
  }

  body:after {
    bottom: 260px;
    right: -8%;
  }
}
@media (max-width: 950px) {
  body:after {
    bottom: 460px;
  }
}
@media (max-width: 620px) {
  body:after {
    bottom: 260px;
  }
}
@media (max-width: 400px) {
  body:after {
    right: -25%;
  }
}

.block {
  margin-top: 100px;
  margin-bottom: 100px;
}
.block__title {
  font-weight: 700;
  font-size: 60px;
  line-height: 105%;
  color: #000;
}
.block__title-md {
  font-weight: 700;
  font-size: 40px;
  line-height: 105%;
  color: #000;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .block {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .block__title {
    font-size: 44px;
  }
  .block__title-md {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .block {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .block__title {
    font-size: 30px;
  }
  .block__title-md {
    font-size: 28px;
  }
}

.analyses__slider {
  margin-top: 50px;
}
.analyses__item {
  border: 1px solid #285271;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.analyses__item-image {
  border-radius: 9px 9px 10px 10px;
  height: 191px;
  overflow: hidden;
}
.analyses__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.analyses__item-body {
  padding: 20px 20px 28px 16px;
}
.analyses__item-title {
  min-height: 42px;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.analyses__item-text {
  min-height: 63px;
  margin-top: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.analyses__item-bottom {
  margin-top: 26px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 40px;
  grid-template-columns: 1fr 40px;
}
.analyses__item-price {
  font-weight: 700;
  font-size: 20px;
  line-height: 105%;
  color: #000;
}
.analyses__item-add-btn {
  border: unset;
  background-color: unset;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.analyses__item-add-btn:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 760px) {
  .analyses__slider {
    margin-top: 22px;
    margin-right: -16px;
    margin-left: -16px;
    padding: 0 16px;
  }
  .analyses__item {
    max-width: 255px;
  }
}

.slider-btns {
  margin-top: 25px;
  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;
  gap: 35px;
}
.slider-btn {
  border: unset;
  background-color: unset;
  --icon-color: #285271;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 5px 10px;
}
.slider-btn svg {
  width: 44px;
  height: 16px;
}
.slider-btn.swiper-button-disabled {
  opacity: 0.5;
}
.slider-pagination {
  position: absolute;
  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;
  gap: 17px;
  pointer-events: none;
  position: absolute;
  bottom: 20px;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 123;
}
.slider-pagination.slider-pagination-horizontal {
  left: 0;
  right: 0;
}
.slider-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider-pagination-bullet__active {
  width: 60px;
  background-color: #dc3a21;
}
.slider-pagination__container {
  z-index: 123;
  pointer-events: none;
}
.slider-pagination__container.vertical {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
}
.slider-pagination.vertical {
  right: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 12;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.slider-pagination.vertical .slider-pagination-bullet__active {
  width: 16px;
  height: 60px;
  background-color: #dc3a21;
}
@media screen and (min-width: 992px) {
  .slider-pagination__container.vertical-desk {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
  }
  .slider-pagination.vertical-desk {
    position: absolute;
    right: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 12;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .slider-pagination.vertical-desk .slider-pagination-bullet__active {
    width: 16px;
    height: 60px;
    background-color: #dc3a21;
  }
}
@media screen and (max-width: 767px) {
  .slider-pagination {
    bottom: 11px;
    gap: 7px;
  }
  .slider-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 8px;
  }
  .slider-pagination-bullet__active {
    width: 28px;
  }
}

/* Новости */
.news__grid, .faq__grid {
  display: -ms-grid;
  display: grid;
  gap: 30px;
}
.faq__grid {

  grid-template-columns: 1fr
}
@media screen and (min-width: 992px) {
  .news__grid {
    gap: 40px 16px;
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .news__grid {
    gap: 30px 16px;
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 567px) and (max-width: 767px) {
  .news__grid {
    gap: 30px 16px;
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .news__grid .news__item {
    max-width: 100%;
  }
}
.news__slider {
  margin-top: 50px;
}
.news__item-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 130%;
  color: #000;
}
.news__item-item img {
  width: 100%;
  height: auto;
}
.news__item-body {
  margin-top: 22px;
}
.news__item-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 105%;
  color: #000;
}
.news__item-date + .news__item-title {
  margin-top: 16px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .news__slider {
    margin-top: 50px;
  }
  .news__item-body {
    margin-top: 22px;
  }
  .news__item-title {
    font-size: 20px;
  }
  .news__item-date {
    font-size: 12px;
  }
  .news__item-date + .news__item-title {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .news__slider {
    margin-top: 27px;
    margin-right: -16px;
    margin-left: -16px;
    padding: 0 16px;
  }
  .news__item {
    max-width: 202px;
  }
  .news__item-title {
    font-size: 14px;
    line-height: 105%;
  }
  .news__item-body {
    margin-top: 5px;
  }
  .news__item-date {
    font-size: 12px;
    line-height: 105%;
  }
  .news__item-date + .news__item-title {
    margin-top: 10px;
  }
}

.bonus__block {
  position: relative;
  color: #fff;
}
.bonus__bg {
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.bonus__bg img {
  height: 100%;
  width: 100%;
  min-height: 428px;
  -o-object-fit: cover;
  object-fit: cover;
}
.bonus__container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 12;
}
.bonus__title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title;
  font-weight: 800;
  font-size: 60px;
  line-height: 110%;
  text-transform: uppercase;
}
.bonus__text {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: text;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #fff;
}
.bonus__info {
  display: -ms-grid;
  display: grid;
  grid-template-areas: "title main" "text main";
  -ms-grid-columns: 40% 60%;
  grid-template-columns: 40% 60%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bonus__main {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: main;
  text-align: center;
  text-transform: uppercase;
}
.bonus__main-plus {
  font-weight: 800;
  font-size: 100px;
  line-height: 0.7em;
}
.bonus__main-number {
  font-weight: 800;
  font-size: 182px;
  line-height: 1.1em;
}
.bonus__main-text {
  font-weight: 800;
  font-size: 50px;
  line-height: 1em;
}
@media screen and (min-width: 992px) {
  .bonus__info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    gap: 20px 15px;
  }
  .bonus__title {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .bonus__text {
    padding-top: 10px;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .bonus__title {
    font-size: 50px;
  }
  .bonus__text {
    font-size: 18px;
  }
  .bonus__main-plus {
    font-size: 90px;
  }
  .bonus__main-number {
    font-size: 152px;
  }
  .bonus__main-text {
    font-size: 40px;
  }
}
@media screen and (max-width: 992px) {
  .bonus__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column-align: center;
    justify-self: center;
    text-align: center;
    max-width: 400px;
  }
  .bonus__bg img {
    height: 403px;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: unset;
  }
  .bonus__title {
    text-align: left;
    font-size: 30px;
    line-height: 110%;
  }
  .bonus__text {
    text-align: left;
    margin-top: 16px;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.3em;
  }
  .bonus__info {
    -ms-grid-rows: auto 0 auto 0 auto;
    grid-template-areas: "title " "text " "main";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .bonus__main {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    margin-top: 30px;
    grid-area: main;
    text-align: center;
  }
  @media screen and (max-width: 992px) {
    .bonus__main {
      -ms-grid-row: 5;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
    }
  }
  .bonus__main-plus {
    font-size: 44px;
  }
  .bonus__main-number {
    font-size: 81px;
  }
  .bonus__main-text {
    font-size: 22px;
  }
  .bonus__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .bonus__text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .bonus__main {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}

.main-slider__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.main-slider__item-image {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.main-slider__item-image img {
  display: block;
  width: 100%;
  height: auto;
}
.main-slider__item-image-bg {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
}
.main-slider__item-image-bg img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}
.promo-visits__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
}
.promo-visits__arrow-btn {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: arrow;
  width: 65px;
  height: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.promo-visits__button {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  width: 100%;
  height: 48px;
  font-weight: 600;
  font-size: 14px;
  line-height: 105%;
  color: #fff;
  gap: 16px;
  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;
  border: 1px solid #fff;
  border-radius: 10px;
  grid-area: button;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  --icon-color: #fff;
}
.promo-visits__button-arrow {
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.promo-visits__button-arrow path,
.promo-visits__button-arrow g {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.promo-visits__free {
  margin-top: 32px;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  padding: 6px 24px;
  min-width: 278px;
  height: 64px;
  background: #fff;
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  color: #dc3a21;
  padding: 6px 24px;
  grid-area: free;
}
.promo-visits__call {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  align-self: flex-end;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 17px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
  color: #fff;
  grid-area: call;
}
.promo-visits__call-icon {
  width: 24px;
  height: 24px;
}
.promo-visits__img {
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%;
  margin-bottom: -20px;
}
.promo-visits__img img {
  width: 100%;
}
.promo-visits__left {
  align-self: flex-end;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 28px auto;
  grid-template-areas: "call call " "button arrow";
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 161px 60px 1fr;
  grid-template-columns: 161px 1fr;
  gap: 28px 60px;
  padding-bottom: 17px;
  margin-left: 12%;
}
.promo-visits__block {
  padding: 40px;
  -webkit-box-shadow: 0 10px 90px 0 rgba(0, 0, 0, 0.1), 0 0 40px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 90px 0 rgba(0, 0, 0, 0.1), 0 0 40px 0 rgba(0, 0, 0, 0.05);
  background: #dc3a21;
  border-radius: 10px;
  width: 100%;
  height: 274px;
  color: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.promo-visits__block:hover {
  -webkit-box-shadow: 0 12px 110px 0 rgba(0, 0, 0, 0.19), 0 0 60px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 12px 110px 0 rgba(0, 0, 0, 0.19), 0 0 60px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
}
.promo-visits__block:hover .promo-visits__button {
  background-color: #fff;
  color: #dc3a21;
  --icon-color: #dc3a21;
}
.promo-visits__block:hover .promo-visits__arrow-btn {
  -webkit-transform: translateX(9px);
  transform: translateX(9px);
}
.promo__item {
  -webkit-box-shadow: 0 10px 90px 0 rgba(0, 0, 0, 0.1), 0 0 40px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 90px 0 rgba(0, 0, 0, 0.1), 0 0 40px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 40px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 274px;
  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;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.promo__item-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  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;
}
.promo__item-icon {
  position: absolute;
  bottom: 32px;
  right: 40px;
  width: 67px;
  height: 73px;
}
.promo__item-icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.promo__item-text {
  margin-top: 13px;
  max-width: 350px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.promo__item-image {
  height: 100%;
  width: 311px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.promo__item-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.promo__item-arrow {
  background-color: unset;
  border: unset;
  padding: 0;
  width: 67px;
  height: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.promo__item:hover {
  -webkit-box-shadow: 0 12px 110px 0 rgba(0, 0, 0, 0.19), 0 0 60px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 12px 110px 0 rgba(0, 0, 0, 0.19), 0 0 60px 0 rgba(0, 0, 0, 0.1);
  color: #000;
}
.promo__item:hover .promo__item-arrow {
  -webkit-transform: translateX(9px);
  transform: translateX(9px);
}
.promo__rows {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 992px) {
  .promo-visits__block {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
  .promo__rows {
    gap: 21px;
    -ms-grid-columns: 69% 21px calc(31% - 21px);
    grid-template-columns: 69% calc(31% - 21px);
  }
}
@media screen and (max-width: 992px) {
  .promo__rows {
    gap: 16px;
    grid-template-areas: "illnesses " "visits " "analyses";
  }
  .promo__rows-container {
    padding-left: 0;
    max-width: 400px;
    padding-right: 0;
  }
  .promo-visits {
    grid-area: visits;
  }
  .promo-visits__title {
    font-size: 30px;
    max-width: 262px;
    margin: 0 auto;
  }
  .promo-visits__arrow-btn {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: arrow;
    width: 65px;
    height: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: auto;
  }
  .promo-visits__button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    width: 100%;
    height: 48px;
    font-weight: 600;
    font-size: 14px;
    line-height: 105%;
    color: #fff;
    gap: 16px;
    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;
    border: 1px solid #fff;
    border-radius: 10px;
    grid-area: button;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    --icon-color: #fff;
  }
  @media screen and (max-width: 992px) {
    .promo-visits__arrow-btn {
      -ms-grid-row: 1;
      -ms-grid-column: 3;
    }
    .promo-visits__button {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }
  }
  .promo-visits__button-arrow {
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .promo-visits__button-arrow path,
  .promo-visits__button-arrow g {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .promo-visits__free {
    margin-top: 20px;
    min-width: 221px;
    height: 51px;
    font-size: 30px;
    padding: 6px 24px;
  }
  .promo-visits__call {
    line-height: 110%;
    color: #fff;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .promo-visits__img {
    max-width: 244px;
    margin: -23px auto 0;
  }
  .promo-visits__left {
    align-self: flex-end;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 28px auto;
    grid-template-areas: "button arrow" "call call ";
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 161px 10px 1fr;
    grid-template-columns: 161px 1fr;
    gap: 28px 10px;
    padding-bottom: 0;
    max-width: 262px;
    margin: 0 auto;
  }
  .promo-visits__block {
    padding: 33px 26px;
    height: 477px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .promo-visits__block:hover {
    -webkit-box-shadow: 0 12px 110px 0 rgba(0, 0, 0, 0.19), 0 0 60px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 12px 110px 0 rgba(0, 0, 0, 0.19), 0 0 60px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
  }
  .promo-visits__block:hover .promo-visits__button {
    background-color: #fff;
    color: #dc3a21;
    --icon-color: #dc3a21;
  }
  .promo-visits__block:hover .promo-visits__arrow-btn {
    -webkit-transform: translateX(9px);
    transform: translateX(9px);
  }
  .promo__item {
    padding: 32px 26px;
  }
  .promo__item-title {
    font-size: 30px;
  }
  .promo__item-icon {
    position: static;
  }
  .promo__item-text {
    margin-top: 13px;
    max-width: 350px;
    font-weight: 400;
    font-size: 14px;
  }
  .promo__item-arrow {
    background-color: unset;
    border: unset;
    padding: 0;
    width: 67px;
    height: 24px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .promo__item-illnesses {
    height: 341px;
    grid-area: illnesses;
  }
  .promo__item-analyses {
    height: 205px;
    grid-area: analyses;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0 65px;
    grid-template-columns: 1fr 65px;
    gap: 23px 0;
  }
  .promo__item-analyses .promo__item-title {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
  .promo__item-analyses .promo__item-arrow {
    margin-top: 20px;
    margin-left: -5px;
  }
  .promo__item-analyses .promo__item-icon {
    margin-left: 8px;
  }
  .promo__item-image {
    height: 126px;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    top: unset;
  }
  .promo-visits__arrow-btn {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .promo-visits__button {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .promo-visits__call {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
@media screen and (max-width: 992px) {
  .promo-visits {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .promo__item-illnesses {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .promo__item-analyses {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}

.application__image {
  width: 100%;
  max-width: 1900px;
  margin: 16px auto -30px;
}
.application__image img {
  width: 100%;
}
.application__info-rows {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #000;
}
.application__btn {
  max-width: 234px;
  width: 100%;
  background-color: unset;
  border: unset;
}
@media screen and (max-width: 992px) {
  .application__image {
    max-width: 320px;
    margin-top: 16px;
    margin-bottom: 38px;
  }
  .application__info-rows {
    font-size: 16px;
    line-height: 130%;
  }
  .application__btn {
    max-width: 234px;
    width: 100%;
    background-color: unset;
    border: unset;
  }
  .application__btn {
    max-width: 288px;
  }
}

.text-darkblue {
  color: #285271;
}

.text-semibold {
  font-weight: 600;
}

.text-right {
  text-align: right;
}

.addresses__nav {
  border: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.addresses__nav-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 105%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 47px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #dc3a21;
  background-color: #fff;
  border-color: #dc3a21;
}
.addresses__nav-link:first-child {
  border-radius: 30px 0 0 30px;
}
.addresses__nav-link:last-child {
  border-radius: 0 30px 30px 0;
}
.addresses__nav-link:hover {
  background: #bd321c;
  color: #fff;
}
.addresses__nav-link.active {
  color: #fff;
  background-color: #dc3a21;
  border-color: #fff;
}
.addresses__nav-link-icon {
  --icon-color: #adadad;
}
.addresses__nav-link-icon.active {
  --icon-color: #dc3a21;
}
.addresses__pagination {
  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;
  margin-top: 28px;
  gap: 55px;
}
.addresses__pagination-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-column-align: center;
  justify-self: center;
  cursor: pointer;
  width: 36px;
  height: 36px;
  border: unset;
  background-color: unset;
}
.addresses__pagination-info {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #000;
  min-width: 130px;
  text-align: center;
}
.addresses__form {
  margin-top: 65px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 36px 250px;
  grid-template-columns: 1fr 250px;
  gap: 36px;
}
.addresses__form-search {
  position: relative;
}
.addresses__form-search-btn {
  position: absolute;
  right: 24px;
  width: 24px;
  height: 24px;
  top: 12px;
}
.addresses__form-search-input {
  border: 1px solid #285271;
  border-radius: 20px;
  width: 100%;
  height: 48px;
  font-weight: 600;
  font-size: 14px;
  line-height: 105%;
  padding-left: 24px;
  padding-right: 64px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.addresses__form-search-input::-webkit-input-placeholder {
  color: #adadad;
}
.addresses__form-search-input::-moz-placeholder {
  color: #adadad;
}
.addresses__form-search-input:-ms-input-placeholder {
  color: #adadad;
}
.addresses__form-search-input::-ms-input-placeholder {
  color: #adadad;
}
.addresses__form-search-input::placeholder {
  color: #adadad;
}
.addresses__marker {
  background-color: #dc3a21;
  width: 12px;
  height: 12px;
  position: relative;
  border-radius: 50%;
  cursor: pointer;
}
.addresses__marker::before {
  content: " ";
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  opacity: 0.3;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #dc3a21;
}
.addresses__list {
  display: -ms-grid;
  display: grid;
}
.addresses__tab-content {
  padding-top: 40px;
}
.addresses__map {
  height: 50dvh;
  min-height: 651px;
}
.addresses__item {
  width: 100%;
  height: 287px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.addresses__item-container {
  padding: 17px 17px 14px;
  cursor: pointer;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fafafa;
  border: 1px solid #adadad;
}
.addresses__item-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 105%;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.addresses__item-title .title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.addresses__item-title-icon {
  width: 22px;
  height: 21px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.addresses__item-line {
  display: -ms-grid;
  display: grid;
  gap: 12px;
  -ms-grid-columns: 13px 12px 1fr;
  grid-template-columns: 13px 1fr;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-weight: 400;
  font-size: 14px;
  line-height: 105%;
}
.addresses__item-body {
  margin-top: 5px;
  display: -ms-grid;
  display: grid;
  gap: 11px;
}
.addresses__item-station-line {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 1fr;
  grid-template-columns: 100px 1fr;
}
.addresses__item-route {
  font-weight: 600;
  font-size: 14px;
  line-height: 105%;
  color: #dc3a21;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.addresses__item-route::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 23px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('data:image/svg+xml,<svg width="16" height="23" viewBox="0 0 16 23" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_25_672)"><path d="M7.55921 22.9998C6.33471 22.6537 5.44044 21.8029 4.55277 20.9427C4.42024 20.814 4.29211 20.6803 4.1675 20.543C3.84035 20.1834 3.89583 19.713 4.30708 19.4559C4.68707 19.2183 5.0785 19 5.46465 18.7726C6.22419 18.3257 6.98329 17.8769 7.7437 17.4312C8.26283 17.1274 8.68729 17.3048 8.85196 17.8958C9.1386 18.9252 9.36977 19.965 9.357 21.0436C9.35039 21.5909 9.25925 22.1126 8.87398 22.5376C8.64546 22.7896 8.35177 22.9062 8.04267 22.9998C7.88152 22.9998 7.72036 22.9998 7.55921 22.9998ZM5.70506 20.196C5.90453 20.3769 6.06568 20.5552 6.25633 20.6898C6.69928 21.0026 7.14708 21.3105 7.61117 21.5882C7.84277 21.7269 7.96914 21.6355 7.99732 21.3686C8.08274 20.5651 7.93347 19.7868 7.75691 18.9874C7.06562 19.3947 6.39635 19.789 5.70506 20.196Z" fill="%23DC3A21" /><path d="M2.70116e-05 12.5038C0.00266887 11.8857 0.0841263 11.2798 0.31573 10.7059C0.702762 9.74759 1.61156 9.28215 2.60182 9.51037C3.85847 9.7998 4.85621 10.5124 5.69808 11.4779C6.74426 12.6784 7.43819 14.0927 8.03833 15.5606C8.18011 15.9068 8.03921 16.2345 7.68388 16.4442C6.61393 17.0762 5.54221 17.705 4.47094 18.3357C4.15392 18.522 3.84085 18.7156 3.51987 18.8943C3.20373 19.0703 2.86777 19.0122 2.65334 18.7241C1.69918 17.4399 0.829132 16.1048 0.339506 14.5505C0.130359 13.8852 -0.00217454 13.2064 2.70116e-05 12.5038ZM3.35563 17.4282C4.43968 16.7899 5.50875 16.1602 6.58223 15.5282C6.06883 14.3416 5.46384 13.2352 4.61404 12.2886C4.00641 11.6116 3.29795 11.0836 2.40412 10.859C1.88764 10.7293 1.63182 10.8761 1.48431 11.3951C1.27252 12.1409 1.2985 12.8886 1.47595 13.6327C1.81102 15.038 2.52873 16.2471 3.35563 17.4282Z" fill="%23DC3A21" /><path d="M12.7148 9.16248C11.9099 9.16248 11.1046 9.16428 10.2997 9.16203C9.91 9.16113 9.62248 8.91131 9.59166 8.51519C9.52561 7.67344 9.43623 6.83079 9.42962 5.98769C9.4195 4.72462 9.58858 3.48315 10.113 2.31866C10.4415 1.58944 10.8804 0.939902 11.5057 0.443405C12.3286 -0.209738 13.3572 -0.130064 14.1189 0.608154C15.0704 1.53048 15.5737 2.68372 15.8168 3.97515C16.0726 5.3332 16.0308 6.6971 15.8766 8.06191C15.8582 8.22531 15.8427 8.3887 15.8216 8.55165C15.7749 8.91356 15.5099 9.15933 15.1523 9.16068C14.3395 9.16473 13.5272 9.16248 12.7148 9.16248ZM14.6253 7.80488C14.6306 6.98114 14.6592 6.17495 14.6345 5.37056C14.6086 4.51486 14.447 3.67896 14.0996 2.89168C13.8869 2.41004 13.6029 1.97791 13.2242 1.61375C12.857 1.26085 12.5435 1.24464 12.1987 1.6241C11.9323 1.91759 11.6814 2.23764 11.4846 2.58244C11.0843 3.28284 10.9157 4.06338 10.8272 4.86506C10.7193 5.84365 10.7444 6.81909 10.8514 7.80488C12.0926 7.80488 13.3211 7.80488 14.6253 7.80488Z" fill="%23DC3A21" /><path d="M12.7134 10.0537C13.3651 10.0537 14.0167 10.051 14.6679 10.0546C15.2456 10.0578 15.5195 10.4228 15.3808 10.9967C15.1391 11.9996 14.8511 12.9899 14.328 13.8807C14.125 14.2264 13.8714 14.5739 13.5619 14.8148C12.9067 15.3243 12.049 15.1668 11.5078 14.5091C11.0389 13.9393 10.7461 13.2708 10.5092 12.5781C10.3313 12.0577 10.1816 11.5261 10.0394 10.994C9.88837 10.4305 10.1807 10.0578 10.7589 10.0546C11.4101 10.0515 12.0617 10.0537 12.7134 10.0537ZM11.5281 11.4131C11.6161 11.6845 11.6725 11.9425 11.7808 12.1752C12.0054 12.6582 12.2436 13.1358 12.5047 13.599C12.6284 13.8182 12.7658 13.8069 12.9181 13.6062C13.4095 12.958 13.6469 12.1923 13.8921 11.4136C13.1009 11.4131 12.3343 11.4131 11.5281 11.4131Z" fill="%23DC3A21" /></g><defs><clipPath id="clip0_25_672"><rect width="16" height="23" fill="white" /></clipPath></defs></svg>');
}
.addresses__item-route:hover {
  color: #dc3a21;
}
.addresses__item-worktime {
  display: -ms-grid;
  display: grid;
  gap: 0 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 14px 90px 14px 39px;
  grid-template-columns: 1fr 90px 39px;
}
.addresses__item-worktime .time {
  font-weight: 600;
  font-size: 14px;
  line-height: 105%;
  color: #dc3a21;
}
.addresses__item-worktime .arrow {
  width: 19px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 15px;
}
.addresses__item-worktime .now {
  font-weight: 400;
  font-size: 12px;
  line-height: 105%;
  color: #dc3a21;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.addresses__item-timing {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-height: 0;
}
.addresses__item-timing-line {
  margin: 2px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #000;
  display: -ms-grid;
  display: grid;
  gap: 12px;
  -ms-grid-columns: 1fr 12px 143px;
  grid-template-columns: 1fr 143px;
}
.addresses__item:hover {
  z-index: 12;
}
.addresses__item:hover .addresses__item-container {
  background-color: #fff;
}
.addresses__item:hover .addresses__item-timing {
  opacity: 1;
  visibility: visible;
  max-height: unset;
}
.addresses__item:hover .addresses__item-worktime .arrow {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.addresses__item:hover .addresses__item-worktime .now {
  opacity: 0;
}
.addresses__item-slide {
  max-width: 350px;
}
.addresses__item.full {
  height: auto;
}
.addresses__item.full .addresses__item-container {
  background-color: #fff;
}
.addresses__item.full .addresses__item-timing {
  opacity: 1;
  visibility: visible;
  max-height: unset;
}
.addresses__item.full .addresses__item-worktime .arrow {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.addresses__item.full .addresses__item-worktime .now {
  opacity: 0;
}
.addresses__popup {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 10px;
  padding: 40px 32px;
  position: relative;
  width: 431px;
  cursor: default;
}
.addresses__popup-close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: unset;
  border: unset;
  cursor: pointer;
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.9393 11.9995L18.466 6.47281C18.5752 6.34527 18.6323 6.18122 18.6258 6.01344C18.6193 5.84565 18.5498 5.68649 18.431 5.56776C18.3123 5.44903 18.1532 5.37948 17.9854 5.373C17.8176 5.36652 17.6535 5.42359 17.526 5.53281L11.9993 11.0595L6.47266 5.52614C6.34713 5.4006 6.17687 5.33008 5.99933 5.33008C5.8218 5.33008 5.65153 5.4006 5.526 5.52614C5.40046 5.65168 5.32994 5.82194 5.32994 5.99947C5.32994 6.17701 5.40046 6.34727 5.526 6.47281L11.0593 11.9995L5.526 17.5261C5.45621 17.5859 5.39953 17.6595 5.35951 17.7422C5.3195 17.8249 5.29701 17.915 5.29347 18.0068C5.28992 18.0986 5.30539 18.1901 5.33891 18.2757C5.37242 18.3612 5.42326 18.4389 5.48823 18.5039C5.5532 18.5689 5.6309 18.6197 5.71645 18.6532C5.802 18.6867 5.89355 18.7022 5.98537 18.6987C6.07718 18.6951 6.16727 18.6726 6.24998 18.6326C6.33269 18.5926 6.40623 18.5359 6.466 18.4661L11.9993 12.9395L17.526 18.4661C17.6535 18.5754 17.8176 18.6324 17.9854 18.6259C18.1532 18.6195 18.3123 18.5499 18.431 18.4312C18.5498 18.3125 18.6193 18.1533 18.6258 17.9855C18.6323 17.8177 18.5752 17.6537 18.466 17.5261L12.9393 11.9995Z" fill="black" /></svg>') no-repeat center center;
}
.addresses__popup-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 130%;
  color: #000;
}
.addresses__popup-text {
  margin-top: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #285271;
}
.addresses__popup-buttons {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.addresses__popup-timing {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  gap: 8px;
}
.addresses__popup-timing-info {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-align: right;
  color: #285271;
}
.addresses__popup-timing-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #000;
}
.addresses__popup-timing-line::before {
  content: " ";
  position: absolute;
  border-top: 1px solid #adadad;
  width: 100%;
  left: 0;
  z-index: 0;
  top: 16px;
}
.addresses__popup-timing-line-left {
  max-width: 130px;
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.addresses__popup-timing-line-left span {
  background-color: #fff;
  padding-right: 5px;
}
.addresses__popup-timing-line-right {
  display: inline;
  text-align: right;
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.addresses__popup-timing-line-right span {
  padding-left: 5px;
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .addresses__list {
    -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px 32px;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .addresses__list {
    -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px 32px;
  }
}
@media screen and (min-width: 567px) and (max-width: 767px) {
  .addresses__list {
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 12px 32px;
  }
}
@media screen and (max-width: 992px) {
  .addresses__list {
    gap: 12px;
  }
  .addresses__item {
    width: 100%;
    max-height: unset;
  }
  .addresses__item-container {
    padding: 17px 15px 14px;
    cursor: pointer;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fafafa;
    border: 1px solid #adadad;
  }
  .addresses__item-title {
    font-size: 14px;
    gap: 8px;
  }
  .addresses__item-title-icon {
    width: 20px;
    height: 20px;
  }
  .addresses__item-line {
    gap: 8px;
    -ms-grid-columns: 13px 8px 1fr;
    grid-template-columns: 13px 1fr;
    font-size: 12px;
  }
  .addresses__item-body {
    margin-top: 5px;
    display: -ms-grid;
    display: grid;
    gap: 11px;
  }
  .addresses__item-station-line {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr;
  }
  .addresses__item-route {
    font-weight: 600;
    font-size: 12px;
    line-height: 105%;
    color: #dc3a21;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .addresses__item-route::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 23px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('data:image/svg+xml,<svg width="16" height="23" viewBox="0 0 16 23" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_25_672)"><path d="M7.55921 22.9998C6.33471 22.6537 5.44044 21.8029 4.55277 20.9427C4.42024 20.814 4.29211 20.6803 4.1675 20.543C3.84035 20.1834 3.89583 19.713 4.30708 19.4559C4.68707 19.2183 5.0785 19 5.46465 18.7726C6.22419 18.3257 6.98329 17.8769 7.7437 17.4312C8.26283 17.1274 8.68729 17.3048 8.85196 17.8958C9.1386 18.9252 9.36977 19.965 9.357 21.0436C9.35039 21.5909 9.25925 22.1126 8.87398 22.5376C8.64546 22.7896 8.35177 22.9062 8.04267 22.9998C7.88152 22.9998 7.72036 22.9998 7.55921 22.9998ZM5.70506 20.196C5.90453 20.3769 6.06568 20.5552 6.25633 20.6898C6.69928 21.0026 7.14708 21.3105 7.61117 21.5882C7.84277 21.7269 7.96914 21.6355 7.99732 21.3686C8.08274 20.5651 7.93347 19.7868 7.75691 18.9874C7.06562 19.3947 6.39635 19.789 5.70506 20.196Z" fill="%23DC3A21" /><path d="M2.70116e-05 12.5038C0.00266887 11.8857 0.0841263 11.2798 0.31573 10.7059C0.702762 9.74759 1.61156 9.28215 2.60182 9.51037C3.85847 9.7998 4.85621 10.5124 5.69808 11.4779C6.74426 12.6784 7.43819 14.0927 8.03833 15.5606C8.18011 15.9068 8.03921 16.2345 7.68388 16.4442C6.61393 17.0762 5.54221 17.705 4.47094 18.3357C4.15392 18.522 3.84085 18.7156 3.51987 18.8943C3.20373 19.0703 2.86777 19.0122 2.65334 18.7241C1.69918 17.4399 0.829132 16.1048 0.339506 14.5505C0.130359 13.8852 -0.00217454 13.2064 2.70116e-05 12.5038ZM3.35563 17.4282C4.43968 16.7899 5.50875 16.1602 6.58223 15.5282C6.06883 14.3416 5.46384 13.2352 4.61404 12.2886C4.00641 11.6116 3.29795 11.0836 2.40412 10.859C1.88764 10.7293 1.63182 10.8761 1.48431 11.3951C1.27252 12.1409 1.2985 12.8886 1.47595 13.6327C1.81102 15.038 2.52873 16.2471 3.35563 17.4282Z" fill="%23DC3A21" /><path d="M12.7148 9.16248C11.9099 9.16248 11.1046 9.16428 10.2997 9.16203C9.91 9.16113 9.62248 8.91131 9.59166 8.51519C9.52561 7.67344 9.43623 6.83079 9.42962 5.98769C9.4195 4.72462 9.58858 3.48315 10.113 2.31866C10.4415 1.58944 10.8804 0.939902 11.5057 0.443405C12.3286 -0.209738 13.3572 -0.130064 14.1189 0.608154C15.0704 1.53048 15.5737 2.68372 15.8168 3.97515C16.0726 5.3332 16.0308 6.6971 15.8766 8.06191C15.8582 8.22531 15.8427 8.3887 15.8216 8.55165C15.7749 8.91356 15.5099 9.15933 15.1523 9.16068C14.3395 9.16473 13.5272 9.16248 12.7148 9.16248ZM14.6253 7.80488C14.6306 6.98114 14.6592 6.17495 14.6345 5.37056C14.6086 4.51486 14.447 3.67896 14.0996 2.89168C13.8869 2.41004 13.6029 1.97791 13.2242 1.61375C12.857 1.26085 12.5435 1.24464 12.1987 1.6241C11.9323 1.91759 11.6814 2.23764 11.4846 2.58244C11.0843 3.28284 10.9157 4.06338 10.8272 4.86506C10.7193 5.84365 10.7444 6.81909 10.8514 7.80488C12.0926 7.80488 13.3211 7.80488 14.6253 7.80488Z" fill="%23DC3A21" /><path d="M12.7134 10.0537C13.3651 10.0537 14.0167 10.051 14.6679 10.0546C15.2456 10.0578 15.5195 10.4228 15.3808 10.9967C15.1391 11.9996 14.8511 12.9899 14.328 13.8807C14.125 14.2264 13.8714 14.5739 13.5619 14.8148C12.9067 15.3243 12.049 15.1668 11.5078 14.5091C11.0389 13.9393 10.7461 13.2708 10.5092 12.5781C10.3313 12.0577 10.1816 11.5261 10.0394 10.994C9.88837 10.4305 10.1807 10.0578 10.7589 10.0546C11.4101 10.0515 12.0617 10.0537 12.7134 10.0537ZM11.5281 11.4131C11.6161 11.6845 11.6725 11.9425 11.7808 12.1752C12.0054 12.6582 12.2436 13.1358 12.5047 13.599C12.6284 13.8182 12.7658 13.8069 12.9181 13.6062C13.4095 12.958 13.6469 12.1923 13.8921 11.4136C13.1009 11.4131 12.3343 11.4131 11.5281 11.4131Z" fill="%23DC3A21" /></g><defs><clipPath id="clip0_25_672"><rect width="16" height="23" fill="white" /></clipPath></defs></svg>');
  }
  .addresses__item-route:hover {
    color: #dc3a21;
  }
  .addresses__item-worktime {
    gap: 0 12px;
    -ms-grid-columns: 1fr 12px 90px 12px 39px;
    grid-template-columns: 1fr 90px 39px;
  }
  .addresses__item-worktime .time {
    font-size: 12px;
  }
  .addresses__item-worktime .arrow {
    width: 19px;
    height: 15px;
  }
  .addresses__item-worktime .now {
    font-size: 10px;
  }
  .addresses__item-timing-line {
    margin: 2px 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #000;
    display: -ms-grid;
    display: grid;
    gap: 8px;
    -ms-grid-columns: 1fr 8px 130px;
    grid-template-columns: 1fr 130px;
  }
  .addresses__item:hover {
    z-index: 12;
  }
  .addresses__item:hover .addresses__item-container {
    background-color: #fff;
  }
  .addresses__item:hover .addresses__item-timing {
    opacity: 1;
    visibility: visible;
    max-height: unset;
  }
  .addresses__item:hover .addresses__item-worktime .arrow {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .addresses__item:hover .addresses__item-worktime .now {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .addresses__nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .addresses__form {
    margin-top: 22px;
    -ms-grid-columns: 1fr 27px 68px;
    grid-template-columns: 1fr 68px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 27px;
  }
  .addresses__form-search-input {
    border: 1px solid #285271;
    border-radius: 5px;
    width: 100%;
    height: 32px;
    font-weight: 600;
    font-size: 12px;
    line-height: 105%;
    padding-left: 27px;
    padding-right: 32px;
  }
  .addresses__form-search-btn {
    top: 4px;
    right: 8px;
  }
  .addresses__form-search-btn svg {
    width: 16px;
    height: 16px;
  }
  .addresses__tab-content {
    padding-top: 24px;
  }
  .addresses__map {
    height: 65dvh;
    min-height: 400px;
    position: relative;
  }
  .addresses__item {
    width: 100%;
    height: 287px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
  }
  .addresses__item-container {
    padding: 17px 17px 14px;
    cursor: pointer;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fafafa;
    border: 1px solid #adadad;
  }
  .addresses__item-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 105%;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .addresses__item-title .title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .addresses__item-title-icon {
    width: 22px;
    height: 21px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .addresses__item-line {
    display: -ms-grid;
    display: grid;
    gap: 12px;
    -ms-grid-columns: 13px 12px 1fr;
    grid-template-columns: 13px 1fr;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-weight: 400;
    font-size: 14px;
    line-height: 105%;
  }
  .addresses__item-body {
    margin-top: 5px;
    display: -ms-grid;
    display: grid;
    gap: 11px;
  }
  .addresses__item-station-line {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr;
  }
  .addresses__item-route {
    font-weight: 600;
    font-size: 14px;
    line-height: 105%;
    color: #dc3a21;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .addresses__item-route::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 23px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('data:image/svg+xml,<svg width="16" height="23" viewBox="0 0 16 23" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_25_672)"><path d="M7.55921 22.9998C6.33471 22.6537 5.44044 21.8029 4.55277 20.9427C4.42024 20.814 4.29211 20.6803 4.1675 20.543C3.84035 20.1834 3.89583 19.713 4.30708 19.4559C4.68707 19.2183 5.0785 19 5.46465 18.7726C6.22419 18.3257 6.98329 17.8769 7.7437 17.4312C8.26283 17.1274 8.68729 17.3048 8.85196 17.8958C9.1386 18.9252 9.36977 19.965 9.357 21.0436C9.35039 21.5909 9.25925 22.1126 8.87398 22.5376C8.64546 22.7896 8.35177 22.9062 8.04267 22.9998C7.88152 22.9998 7.72036 22.9998 7.55921 22.9998ZM5.70506 20.196C5.90453 20.3769 6.06568 20.5552 6.25633 20.6898C6.69928 21.0026 7.14708 21.3105 7.61117 21.5882C7.84277 21.7269 7.96914 21.6355 7.99732 21.3686C8.08274 20.5651 7.93347 19.7868 7.75691 18.9874C7.06562 19.3947 6.39635 19.789 5.70506 20.196Z" fill="%23DC3A21" /><path d="M2.70116e-05 12.5038C0.00266887 11.8857 0.0841263 11.2798 0.31573 10.7059C0.702762 9.74759 1.61156 9.28215 2.60182 9.51037C3.85847 9.7998 4.85621 10.5124 5.69808 11.4779C6.74426 12.6784 7.43819 14.0927 8.03833 15.5606C8.18011 15.9068 8.03921 16.2345 7.68388 16.4442C6.61393 17.0762 5.54221 17.705 4.47094 18.3357C4.15392 18.522 3.84085 18.7156 3.51987 18.8943C3.20373 19.0703 2.86777 19.0122 2.65334 18.7241C1.69918 17.4399 0.829132 16.1048 0.339506 14.5505C0.130359 13.8852 -0.00217454 13.2064 2.70116e-05 12.5038ZM3.35563 17.4282C4.43968 16.7899 5.50875 16.1602 6.58223 15.5282C6.06883 14.3416 5.46384 13.2352 4.61404 12.2886C4.00641 11.6116 3.29795 11.0836 2.40412 10.859C1.88764 10.7293 1.63182 10.8761 1.48431 11.3951C1.27252 12.1409 1.2985 12.8886 1.47595 13.6327C1.81102 15.038 2.52873 16.2471 3.35563 17.4282Z" fill="%23DC3A21" /><path d="M12.7148 9.16248C11.9099 9.16248 11.1046 9.16428 10.2997 9.16203C9.91 9.16113 9.62248 8.91131 9.59166 8.51519C9.52561 7.67344 9.43623 6.83079 9.42962 5.98769C9.4195 4.72462 9.58858 3.48315 10.113 2.31866C10.4415 1.58944 10.8804 0.939902 11.5057 0.443405C12.3286 -0.209738 13.3572 -0.130064 14.1189 0.608154C15.0704 1.53048 15.5737 2.68372 15.8168 3.97515C16.0726 5.3332 16.0308 6.6971 15.8766 8.06191C15.8582 8.22531 15.8427 8.3887 15.8216 8.55165C15.7749 8.91356 15.5099 9.15933 15.1523 9.16068C14.3395 9.16473 13.5272 9.16248 12.7148 9.16248ZM14.6253 7.80488C14.6306 6.98114 14.6592 6.17495 14.6345 5.37056C14.6086 4.51486 14.447 3.67896 14.0996 2.89168C13.8869 2.41004 13.6029 1.97791 13.2242 1.61375C12.857 1.26085 12.5435 1.24464 12.1987 1.6241C11.9323 1.91759 11.6814 2.23764 11.4846 2.58244C11.0843 3.28284 10.9157 4.06338 10.8272 4.86506C10.7193 5.84365 10.7444 6.81909 10.8514 7.80488C12.0926 7.80488 13.3211 7.80488 14.6253 7.80488Z" fill="%23DC3A21" /><path d="M12.7134 10.0537C13.3651 10.0537 14.0167 10.051 14.6679 10.0546C15.2456 10.0578 15.5195 10.4228 15.3808 10.9967C15.1391 11.9996 14.8511 12.9899 14.328 13.8807C14.125 14.2264 13.8714 14.5739 13.5619 14.8148C12.9067 15.3243 12.049 15.1668 11.5078 14.5091C11.0389 13.9393 10.7461 13.2708 10.5092 12.5781C10.3313 12.0577 10.1816 11.5261 10.0394 10.994C9.88837 10.4305 10.1807 10.0578 10.7589 10.0546C11.4101 10.0515 12.0617 10.0537 12.7134 10.0537ZM11.5281 11.4131C11.6161 11.6845 11.6725 11.9425 11.7808 12.1752C12.0054 12.6582 12.2436 13.1358 12.5047 13.599C12.6284 13.8182 12.7658 13.8069 12.9181 13.6062C13.4095 12.958 13.6469 12.1923 13.8921 11.4136C13.1009 11.4131 12.3343 11.4131 11.5281 11.4131Z" fill="%23DC3A21" /></g><defs><clipPath id="clip0_25_672"><rect width="16" height="23" fill="white" /></clipPath></defs></svg>');
  }
  .addresses__item-route:hover {
    color: #dc3a21;
  }
  .addresses__item-worktime {
    display: -ms-grid;
    display: grid;
    gap: 0 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 14px 90px 14px 39px;
    grid-template-columns: 1fr 90px 39px;
  }
  .addresses__item-worktime .time {
    font-weight: 600;
    font-size: 14px;
    line-height: 105%;
    color: #dc3a21;
  }
  .addresses__item-worktime .arrow {
    width: 19px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 15px;
  }
  .addresses__item-worktime .now {
    font-weight: 400;
    font-size: 12px;
    line-height: 105%;
    color: #dc3a21;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .addresses__item-timing {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-height: 0;
  }
  .addresses__item-timing-line {
    margin: 2px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #000;
    display: -ms-grid;
    display: grid;
    gap: 12px;
    -ms-grid-columns: 1fr 12px 143px;
    grid-template-columns: 1fr 143px;
  }
  .addresses__item:hover {
    z-index: 12;
  }
  .addresses__item:hover .addresses__item-container {
    background-color: #fff;
  }
  .addresses__item:hover .addresses__item-timing {
    opacity: 1;
    visibility: visible;
    max-height: unset;
  }
  .addresses__item:hover .addresses__item-worktime .arrow {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .addresses__item:hover .addresses__item-worktime .now {
    opacity: 0;
  }
  .addresses__popup {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    padding: 32px 20px;
    width: calc(100vw - 20px);
    max-width: 400px;
  }
  .addresses__popup-close {
    top: 8px;
    right: 8px;
  }
  .addresses__popup-title {
    font-size: 20px;
  }
  .addresses__popup-text {
    margin-top: 14px;
    font-size: 14px;
  }
  .addresses__popup-buttons {
    margin-top: 24px;
    gap: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .addresses__popup-buttons .button.secondary {
    width: 100%;
  }
  .addresses__popup-timing {
    gap: 18px;
    margin-top: 8px;
  }
  .addresses__popup-timing-info {
    font-size: 12px;
  }
  .addresses__popup-timing-line {
    font-size: 14px;
  }
  .addresses__popup-timing-line::before {
    top: 14px;
  }
  .addresses__popup-timing-line-left {
    -webkit-box-flex: 42%;
    -ms-flex: 42%;
    flex: 42%;
  }
  .addresses__popup-timing-line-left span {
    background-color: #fff;
    padding-right: 10px;
  }
  .addresses__popup-timing-line-right {
    -webkit-box-flex: 58%;
    -ms-flex: 58%;
    flex: 58%;
  }
  .addresses__popup-timing-line-right span {
    padding-left: 10px;
    background-color: #fff;
  }
}

.breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.breadcrumbs-item {
  font-weight: 500;
  font-size: 13px;
  line-height: 105%;
  color: #285271;
  cursor: default;
  position: relative;
}
.breadcrumbs-item::after {
  content: "/";
  font-weight: 500;
  position: relative;
  right: -3px;
  pointer-events: none;
  font-size: 13px;
  line-height: 105%;
  color: #9a9a9a;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.breadcrumbs-item:last-child::after {
  display: none;
}
.breadcrumbs-item-link {
  font-weight: 500;
  font-size: 13px;
  line-height: 105%;
  color: #9a9a9a;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.breadcrumbs-item-link:hover {
  color: #285271;
}

.analyse-page__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  color: #000;
}
.analyse-page__header {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 268px;
  grid-template-columns: 1fr 268px;
}
.analyse-page__header-image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.analyse-page__text {
  margin-top: 35px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #000;
}
.analyse-page__steps {
  max-width: 1015px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 59px;
}
.analyse-page__step {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.analyse-page__step::before {
  content: " ";
  position: absolute;
}
.analyse-page__step:last-child::before {
  display: none;
}
.analyse-page__step-number {
  margin: auto;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: #dc3a21;
  border: 1px solid #000;
  border-radius: 30px;
  padding: 6px 12px;
  width: 38px;
  height: 38px;
  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;
  text-align: center;
}
.analyse-page__step-title {
  margin-top: 27px;
  text-align: center;
  font-weight: 600;
  font-size: 25px;
  line-height: 130%;
  text-align: center;
  color: #000;
}
.analyse-page__place-icon {
  width: 51px;
  height: 51px;
}
.analyse-page__place-icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.analyse-page__place-title {
  margin-top: 12px;
  font-weight: 600;
  font-size: 25px;
  line-height: 130%;
  color: #000;
  min-height: 64px;
}
.analyse-page__place-text {
  margin-top: 23px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #000;
}
@media screen and (min-width: 767px) {
  .analyse-page__step::before {
    left: 62.5%;
    width: 75%;
    top: 18px;
    border-top: 1px dashed #000;
  }
}
@media screen and (max-width: 992px) {
  .analyse-page__header {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .analyse-page__title {
    font-size: 30px;
    line-height: 110%;
  }
  .analyse-page__text {
    margin-top: 24px;
  }
  .analyse-page__place {
    margin: 22px 0;
  }
  .analyse-page__place-icon {
    width: 51px;
    height: 51px;
  }
  .analyse-page__place-icon svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .analyse-page__place-title {
    margin-top: 8px;
  }
  .analyse-page__place-text {
    margin-top: 16px;
  }
  .analyse-page__step-title {
    margin-top: 21px;
  }
}
@media screen and (max-width: 992px) and (min-width: 767px) {
  .analyse-page__step-number {
    font-size: 18px;
  }
  .analyse-page__step-title {
    margin-top: 20px;
    font-size: 20px;
    color: #000;
  }
}
@media screen and (max-width: 767px) {
  .analyse-page__steps {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 64px;
  }
  .analyse-page__place {
    margin: 11px 0;
  }
  .analyse-page__place-title {
    min-height: unset;
  }
  .analyse-page__step::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: calc(100% + 10px);
    height: 40px;
    width: 1px;
    border-left: 1px dashed #000;
  }
}

.link.primary {
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #285271;
  cursor: pointer;
}
.link.primary:hover {
  color: #21445e;
}

.button.primary {
  border-radius: 10px;
  min-width: 244px;
  height: 63px;
  background: #dc3a21;
  font-weight: 600;
  font-size: 16px;
  line-height: 105%;
  color: #fff;
  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;
  text-align: center;
  gap: 16px;
}
.button.secondary {
  background: #285271;
  font-weight: 600;
  font-size: 16px;
  line-height: 105%;
  color: #fff;
  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;
  text-align: center;
  gap: 16px;
  border-radius: 10px;
}
.button.md {
  height: 48px;
  padding: 14px 30px;
}
.button.outlined {
  border: 1px solid #dc3a21;
  border-radius: 10px;
  min-width: 244px;
  height: 63px;
  font-weight: 600;
  font-size: 16px;
  line-height: 105%;
  color: #dc3a21;
  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;
  text-align: center;
  gap: 16px;
  --icon-color: #dc3a21;
}
.button-icon {
  width: 20px;
  height: 20px;
}

.button.outlined-white {
  border: 1px solid #fff;
  border-radius: 10px;
  min-width: 244px;
  height: 63px;
  font-weight: 600;
  font-size: 16px;
  line-height: 105%;
  color: #fff;
  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;
  text-align: center;
  gap: 16px;
  --icon-color: $white;
}
.news-item__content {
  margin-top: 45px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 367px 64px 1fr;
  grid-template-columns: 367px 1fr;
  gap: 64px;
}
.news-item__image {
  width: 100%;
}
.news-item__image img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  -o-object-position: top;
  object-position: top;
}
.news-item__date {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 105%;
  color: #000;
}
.news-item__date + .news-item__title {
  margin-top: 24px;
}
.news-item__title {
  display: block;
  font-weight: 600;
  font-size: 25px;
  line-height: 105%;
  color: #000;
}
.news-item__title + .news-item__text {
  margin-top: 16px;
}
.news-item__text {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #000;
}
.news-item__block {
  margin-top: 25px;
}
@media screen and (max-width: 992px) and (min-width: 767px) {
  .news-item__content {
    gap: 30px;
    -ms-grid-columns: 320px 30px 1fr;
    grid-template-columns: 320px 1fr;
  }
}
@media screen and (max-width: 767px) {
  .news-item__content {
    margin-top: 32px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .news-item__date {
    font-size: 12px;
  }
  .news-item__date + .news-item__title {
    margin-top: 24px;
  }
  .news-item__title {
    font-size: 16px;
  }
  .news-item__title + .news-item__text {
    margin-top: 16px;
  }
  .news-item__text {
    font-size: 14px;
    line-height: 130%;
  }
  .news-item__block {
    margin-top: 20px;
  }
}

.subscribe {
  background: #dce8ef;
  padding: 24px 16px;
}
.subscribe__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 105%;
  text-align: center;
  color: #000;
}
.subscribe__button {
  margin-top: 32px;
}
.subscribe__form {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
}
.subscribe__checkbox {
  margin-top: 28px;
  font-weight: 400;
  font-size: 13px;
  line-height: 105%;
  color: #000;
}
.subscribe__checkbox a {
  font-weight: 500;
  color: #285271;
}
.subscribe__input {
  font-weight: 600;
  width: 100%;
  font-size: 13px;
  line-height: 105%;
  min-height: 30px;
  border-bottom: 1px solid #285271;
  padding-right: 30px;
}
.subscribe__input-container {
  position: relative;
}
.subscribe__input-container::before {
  content: " ";
  position: absolute;
  right: 2px;
  bottom: 1px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.4411 15.3075L15.1261 18L12.4336 20.6925L13.4986 21.75L17.2486 18L13.4986 14.25L12.4411 15.3075Z" fill="%23285271" /><path d="M17.6911 15.3075L20.3761 18L17.6836 20.6925L18.7486 21.75L22.4986 18L18.7486 14.25L17.6911 15.3075Z" fill="%23285271" /><path d="M10.5 17.25H3V5.9325L11.5725 11.865C11.698 11.9521 11.8472 11.9988 12 11.9988C12.1528 11.9988 12.302 11.9521 12.4275 11.865L21 5.9325V12.75H22.5V5.25C22.5 4.85218 22.342 4.47064 22.0607 4.18934C21.7794 3.90804 21.3978 3.75 21 3.75H3C2.60218 3.75 2.22064 3.90804 1.93934 4.18934C1.65804 4.47064 1.5 4.85218 1.5 5.25V17.25C1.5 17.6478 1.65804 18.0294 1.93934 18.3107C2.22064 18.592 2.60218 18.75 3 18.75H10.5V17.25ZM19.35 5.25L12 10.335L4.65 5.25H19.35Z" fill="%23285271" /></svg>');
}
.subscribe__input::-webkit-input-placeholder {
  color: #285271;
}
.subscribe__input::-moz-placeholder {
  color: #285271;
}
.subscribe__input:-ms-input-placeholder {
  color: #285271;
}
.subscribe__input::-ms-input-placeholder {
  color: #285271;
}
.subscribe__input::placeholder {
  color: #285271;
}

.consultation {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../img/consultation-background.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding: 30px 61px;
}
.consultation__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 17px;
}
.consultation__title {
  font-size: 40px;
  max-width: 500px;
  font-weight: 600;
  line-height: 1.12em;
}
.consultation__description {
  font-size: 16px;
  max-width: 513px;
  line-height: 1.25em;
}
.consultation__link {
  margin: 0;
  min-width: 203px !important;
}
.consultation__link img {
  width: 20px;
}
.consultation__icon {
  width: 182px;
  height: 119px;
  position: absolute;
  bottom: -1%;
  right: 28.4%;
}
@media screen and (max-width: 992px) {
  .consultation {
    margin: 0 -16px;
    z-index: 1;
    padding: 0 20px 60px;
  }
  .consultation__info {
    margin: 32px 0;
    z-index: 3;
  }
  .consultation__description {
    max-width: 80%;
  }
  .consultation__link {
    margin: 0;
    width: 100%;
  }
  .consultation__icon {
    width: 110px;
    bottom: 0;
    height: auto;
    left: 44%;
  }
}
@media screen and (max-width: 767px) {
  .consultation {
    padding-bottom: 103px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .consultation__info {
    margin: 32px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 17px;
  }
  .consultation__title {
    font-size: 24px;
    max-width: 500px;
    font-weight: 600;
    line-height: 1.12em;
  }
  .consultation__description {
    font-size: 14px;
    line-height: 1.25em;
  }
  .consultation__icon {
    width: 140px;
    height: auto;
    position: absolute;
    bottom: -1%;
    right: 4%;
  }
}

.article__intro {
  position: relative;
  max-width: 1923px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  background-color: #dc3a21;
}
.article__intro-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.article__intro-info {
  max-width: 48%;
  padding: 100px 0;
}
.article__intro-image {
  width: 48%;
  margin-left: auto;
  min-height: 500px;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.article__intro-image img {
  min-height: 500px;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.article__intro-title {
  font-weight: 800;
  font-size: 60px;
  line-height: 110%;
  text-transform: uppercase;
  color: #fff;
}
.article__content {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #000;
}
.article__content p + h1, .article__content p + h2, .article__content p + h3 {
  margin-top: 100px;
}
.article__content p + p {
  margin-top: 20px;
}
.article__content h1 {
  font-weight: 800;
  font-size: 60px;
  line-height: 110%;
  text-transform: uppercase;
}
.article__content h1 + p {
  margin-top: 40px;
}
.article__content ul {
  margin: 22px 0 0 0;
  padding: 0 0 0 8px;
  list-style: none;
}
.article__content ul + h1, .article__content ul + h2, .article__content ul + h3 {
  margin-top: 100px;
}
.article__content ul + p {
  margin-top: 20px;
}
.article__content ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #000;
  padding-left: 10px;
  position: relative;
}
.article__content ul li + li {
  margin-top: 2px;
}
.article__content ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 16px;
  line-height: 130%;
  color: #000;
}
.article__content h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 105%;
  color: #000;
}
.article__content h2 + p {
  margin-top: 40px;
}
.article__content h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 105%;
  color: #000;
}
.article__content h3 + p {
  margin-top: 40px;
}
.article__content h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: 105%;
  color: #000;
}
.article__content h4 + p {
  margin-top: 40px;
}
.article__with-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 80px;
}
.article__video {
  width: 356px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.article__video video {
  width: 100%;
  height: auto;
  -o-object-position: top;
  object-position: top;
}
.article__video video::-webkit-media-controls {
  display: none !important;
}
@media screen and (min-width: 1200px) {
  .article__video {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .article__intro-info {
    max-width: 50%;
    padding: 80px 0;
  }
  .article__intro-image {
    min-height: 400px;
  }
  .article__intro-image img {
    min-height: 400px;
  }
}
@media screen and (max-width: 992px) and (min-width: 767px) {
  .article__intro-info {
    max-width: 50%;
    padding: 50px 0;
  }
  .article__intro-title {
    font-size: 44px;
  }
  .article__intro-image {
    min-height: 280px;
  }
  .article__intro-image img {
    min-height: 280px;
  }
}
@media screen and (max-width: 767px) {
  .article__intro {
    background-color: #dc3a21;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .article__intro-container {
    position: static;
    min-height: 48vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .article__intro-info {
    max-width: unset;
    padding: 10px 0;
  }
  .article__intro-image {
    width: 100%;
    margin-left: auto;
    min-height: 153px;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
  }
  .article__intro-image img {
    min-height: 153px;
  }
  .article__intro-title {
    font-size: 9.4vw;
    line-height: 110%;
  }
  .article__content {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #000;
  }
  .article__content p + h1, .article__content p + h2, .article__content p + h3 {
    margin-top: 40px;
  }
  .article__content p + p {
    margin-top: 20px;
  }
  .article__content h1 {
    font-weight: 800;
    font-size: 30px;
    line-height: 110%;
    text-transform: uppercase;
  }
  .article__content h1 + p {
    margin-top: 20px;
  }
  .article__content ul {
    margin: 23px 0 0 0;
  }
  .article__content ul + h1, .article__content ul + h2, .article__content ul + h3 {
    margin-top: 40px;
  }
  .article__content ul + p {
    margin-top: 20px;
  }
  .article__content ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #000;
    padding-left: 13px;
    position: relative;
  }
  .article__content ul li + li {
    margin-top: 3px;
  }
  .article__content ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 16px;
    line-height: 130%;
    color: #000;
  }
  .article__content h2 {
    font-size: 30px;
  }
  .article__content h2 + p {
    margin-top: 20px;
  }
  .article__content h3 {
    font-size: 26px;
  }
  .article__content h3 + p {
    margin-top: 20px;
  }
  .article__content h4 {
    font-size: 22px;
  }
  .article__content h4 + p {
    margin-top: 2 0px;
  }
  .article__with-video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
  .article__video {
    width: 100vw;
    margin-left: -16px;
    margin-right: -16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .article__video video {
    width: 100%;
    height: auto;
    -o-object-position: top;
    object-position: top;
  }
  .article__video video::-webkit-media-controls {
    display: none !important;
  }
}

.researches__block {
  background: #f5f5f5;
  padding-bottom: 16px;
  padding-top: 16px;
}
.researches__item {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 48px 200px 48px 65px;
  grid-template-columns: 1fr 200px 65px;
  gap: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.researches__item:last-child {
  border-bottom: unset;
}
.researches__item-code {
  font-weight: 400;
  font-size: 14px;
  line-height: 105%;
  color: #285271;
}
.researches__item-text {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 105%;
  color: #285271;
}
.researches__item-title {
  margin-top: 8px;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  color: #000;
}
.researches__item-price {
  font-weight: 700;
  font-size: 25px;
  line-height: 105%;
  text-align: right;
  color: #dc3a21;
}
.researches__item-arrow {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 65px;
}
.researches__item:hover .researches__item-arrow {
  -webkit-transform: translateX(7px);
  transform: translateX(7px);
}
@media screen and (max-width: 767px) {
  .researches__block {
    padding-top: 8px;
  }
  .researches__item {
    padding-top: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -ms-grid-columns: 1fr 24px 65px;
    grid-template-columns: 1fr 65px;
  }
  .researches__item-info {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
  .researches__item-code {
    font-size: 10px;
  }
  .researches__item-text {
    margin-top: 16px;
    font-size: 12px;
  }
  .researches__item-title {
    margin-top: 16px;
    font-size: 14px;
  }
  .researches__item-price {
    font-size: 20px;
    text-align: left;
  }
  .researches__item-arrow {
    width: 65px;
  }
}

@media screen and (min-width: 992px) {
  .disease-detail__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 35px 93px;
    grid-template-columns: 1fr 93px;
    gap: 35px;
  }
}

.vacancy-item {
  -webkit-box-shadow: 0 10px 90px 0 rgba(0, 0, 0, 0.1), 0 0 40px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 90px 0 rgba(0, 0, 0, 0.1), 0 0 40px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 38px 40px;
  border-radius: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 328px;
  grid-template-columns: 1fr 328px;
  -ms-grid-rows: auto 32px auto;
  grid-template-areas: "title salary" "description button";
  gap: 32px;
}
.vacancy-item__list {
  margin-top: 42px;
  display: -ms-grid;
  display: grid;
  gap: 32px;
}
.vacancy-item__title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  font-weight: 600;
  font-size: 25px;
  line-height: 130%;
  color: #000;
  grid-area: title;
}
.vacancy-item__salary {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  font-weight: 700;
  font-size: 25px;
  line-height: 105%;
  text-align: right;
  color: #285271;
  grid-area: salary;
}
.vacancy-item__button {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  align-self: flex-end;
  grid-area: button;
  min-width: 185px !important;
  margin-left: auto;
}
.vacancy-item > .vacancy-item__button {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.recall__info > .vacancy-item__button {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.vacancy-item > .vacancy-item__button {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.recall__info > .vacancy-item__button {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.vacancy-item__description {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #000;
  grid-area: description;
}
.vacancy-item__description-content + .vacancy-item__description-content {
  margin-top: 32px;
}
.vacancy-item__description-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 105%;
  color: #000;
}
.vacancy-item__description p {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #000;
}
.vacancy-item__description ul {
  margin: 20px 0 0;
  padding: 0 0 0 8px;
  list-style: none;
}
.vacancy-item__description ul li {
  position: relative;
  padding-left: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #000;
}
.vacancy-item__description ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -1px;
}
@media screen and (max-width: 767px) {
  .vacancy-item {
    padding: 30px 20px;
    border-radius: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 17px auto 17px auto 17px auto;
    grid-template-areas: "title " "salary" "description  " "button ";
    gap: 17px;
  }
  .vacancy-item__list {
    margin-top: 22px;
    display: -ms-grid;
    display: grid;
    gap: 32px;
  }
  .vacancy-item__title {
    font-size: 20px;
  }
  .vacancy-item__salary {
    text-align: left;
    font-size: 20px;
  }
  .vacancy-item__button {
    margin-top: 10px;
    width: 100%;
  }
  .vacancy-item__description {
    font-size: 12px;
  }
  .vacancy-item__description-content + .vacancy-item__description-content {
    margin-top: 20px;
  }
  .vacancy-item__description-title {
    font-size: 14px;
  }
  .vacancy-item__description p {
    font-size: 12px;
  }
  .vacancy-item > .promo-visits__button {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .vacancy-item > .promo-visits__button {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .vacancy-item__salary {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .vacancy-item > .vacancy-item__button {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .vacancy-item__description {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}

.recall__block {
  color: #fff;
  position: relative;
}
.recall__bg {
  height: 307px;
  width: 100%;
}
.recall__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.recall__container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.recall__info {
  display: -ms-grid;
  display: grid;
  grid-template-areas: "title title" "button phone";
  max-width: 534px;
  width: 100%;
  gap: 42px 62px;
  margin-left: 42%;
}
.recall__info-title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  text-transform: uppercase;
  color: #fff;
  grid-area: title;
}
.recall__info-button {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: button;
  min-width: 185px !important;
  width: 185px;
}
.vacancy-item > .recall__info-button {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.recall__info > .recall__info-button {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.vacancy-item > .recall__info-button {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.recall__info > .recall__info-button {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.recall__info-phone {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: phone;
  font-weight: 500;
  font-size: 25px;
  line-height: 110%;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  align-self: flex-end;
}
.recall__info-phone .small {
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
}
.recall__info-phone:hover {
  color: #fff;
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .recall__info {
    margin-left: 28%;
  }
}
@media screen and (max-width: 767px) {
  .recall__block {
    position: relative;
    padding-bottom: 10vw;
  }
  .recall__container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 9.6vw;
  }
  .recall__bg {
    height: 55vw;
  }
  .recall__info {
    margin-right: 0;
    display: -ms-grid;
    display: grid;
    grid-template-areas: "title " "phone" "button ";
    max-width: unset;
    width: 100%;
    gap: 3.5vw;
    margin-left: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .recall__info-title {
    font-size: 8.7vw;
  }
  .recall__info-phone {
    font-size: 4.1vw;
  }
  .recall__info-phone .small {
    font-size: 3.2vw;
  }
  .recall__info-button {
    height: 14.5vw !important;
    background-color: #633888;
    border-radius: 0 !important;
    border-color: transparent !important;
    width: 100%;
    font-size: 4.2vw !important;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .recall__info > .promo-visits__button {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .recall__info > .promo-visits__button {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .recall__info > .vacancy-item__button {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .recall__info > .recall__info-button {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .recall__info-phone {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

.diseases-list__links {
  margin: 57px 0 32px;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px;
}
.diseases-list__content {
  margin-top: 38px;
}
.diseases-list__tab-content {
  padding-top: 33px;
}
.diseases-list__nav {
  border: unset;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0;
}
.diseases-list__nav-link {
  padding-left: 15px;
  padding-right: 15px;
  min-width: 140px;
  font-weight: 600;
  font-size: 14px;
  line-height: 105%;
  border: 1px solid #dc3a21;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 47px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #dc3a21;
  background-color: #fff;
  border-color: #dc3a21;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 0;
}
.diseases-list__nav-link:first-child {
  border-left: 1px solid #dc3a21;
  border-radius: 30px 0 0 30px;
}
.diseases-list__nav-link:last-child {
  border-radius: 0 30px 30px 0;
}
.diseases-list__nav-link:hover {
  background: #bd321c;
  color: #fff;
}
.diseases-list__nav-link.active {
  color: #fff;
  background-color: #dc3a21;
  border-color: #dc3a21;
}
.diseases-list__nav-link-icon {
  --icon-color: #adadad;
}
.diseases-list__nav-link-icon.active {
  --icon-color: #dc3a21;
}
.diseases-list-link {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 25px;
  line-height: 105%;
  color: #285271;
  cursor: pointer;
}
.diseases-list__item-link {
  font-weight: 700;
  font-size: 25px;
  line-height: 105%;
  color: #285271;
}
.diseases-list__item-link.unactive {
  color: #dce8ef;
}
.diseases-list__block {
  margin-bottom: 135px;
}
@media screen and (max-width: 767px) {
  .diseases-list__block {
    margin-bottom: 80px;
  }
  .diseases-list__tab-content {
    padding-top: 40px;
  }
  .diseases-list__links {
    margin: 36px 0 30px;
    gap: 8px;
  }
  .diseases-list__content {
    margin-top: 40px;
  }
  .diseases-list__nav {
    border: unset;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 0;
  }
  .diseases-list-link {
    font-size: 20px;
  }
  .diseases-list__item-link {
    font-size: 20px;
  }
  .diseases-list__block {
    margin-top: 15px;
  }
}

.diseases-item {
  padding-top: 16px;
  padding-bottom: 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 100px;
  grid-template-columns: 1fr 100px;
  grid-template-areas: "tags tags" "title title" "text link";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.diseases-item::before {
  content: " ";
  position: absolute;
  left: -58px;
  right: -58px;
  z-index: -1;
  top: 0;
  bottom: 0;
  -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.diseases-item:hover::before {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #f4f6f8;
  border-radius: 10px;
  border-color: transparent;
}
.diseases-item__list {
  margin-top: 30px;
}
.diseases-item__tags {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: tags;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.diseases-item__tags + .diseases-item__title {
  margin-top: 16px;
}
.diseases-item__link {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: link;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  line-height: 105%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #285271;
  text-align: right;
}
.diseases-item__tag-link {
  border: 1px solid #285271;
  border-radius: 10px;
  padding: 2px 4px;
  min-width: 44px;
  min-height: 24px;
  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;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #285271;
}
.diseases-item__tag-link:hover {
  background: #dce8ef;
  color: #285271;
}
.diseases-item__title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title;
  font-weight: 600;
  font-size: 16px;
  line-height: 105%;
  color: #dc3a21;
}
.diseases-item__text {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: text;
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #000;
}
@media screen and (max-width: 767px) {
  .diseases-item {
    padding-top: 23px;
    padding-bottom: 23px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "tags " "title " "text " "link";
  }
  .diseases-item::before {
    left: -16px;
    right: -16px;
  }
  .diseases-item:hover::before {
    opacity: 1;
  }
  .diseases-item__list {
    margin-top: 15px;
  }
  .diseases-item__link {
    margin-top: 16px;
    text-align: left;
  }
  .diseases-item__tag-link {
    border-radius: 10px;
    padding: 6px 6px;
    min-width: 41px;
    height: 24px;
  }
  .diseases-item__title {
    font-size: 16px;
  }
  .diseases-item__text {
    margin-top: 8px;
    font-size: 14px;
  }
  .diseases-item__tags {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .diseases-item__link {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}

.disease-detail__content {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #000;
}
.disease-detail__content p + h1, .disease-detail__content p + h2, .disease-detail__content p + h3 {
  margin-top: 100px;
}
.disease-detail__content p + p {
  margin-top: 20px;
}
.disease-detail__content h1 {
  font-weight: 800;
  font-size: 60px;
  line-height: 110%;
  text-transform: uppercase;
}
.disease-detail__content h1 + p {
  margin-top: 40px;
}
.disease-detail__content ul {
  margin: 22px 0 0 0;
  padding: 0 0 0 8px;
  list-style: none;
}
.disease-detail__content ul + h1, .disease-detail__content ul + h2, .disease-detail__content ul + h3 {
  margin-top: 100px;
}
.disease-detail__content ul + p {
  margin-top: 20px;
}
.disease-detail__content ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #000;
  padding-left: 10px;
  position: relative;
}
.disease-detail__content ul li + li {
  margin-top: 2px;
}
.disease-detail__content ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 14px;
  line-height: 130%;
  color: #000;
}
.disease-detail__content h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 105%;
  color: #000;
}
.disease-detail__content h2 + p {
  margin-top: 40px;
}
.disease-detail__content h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 105%;
  color: #000;
}
.disease-detail__content h3 + p {
  margin-top: 40px;
}
.disease-detail__content h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: 105%;
  color: #000;
}
.disease-detail__content h4 + p {
  margin-top: 40px;
}
.disease-detail__attention {
  font-weight: 400;
  font-size: 12px;
  line-height: 115%;
  color: #dc3a21;
  border-radius: 10px;
  background: rgba(220, 58, 33, 0.2);
  padding: 14px 19px 10px 19px;
}
.disease-detail__link {
  font-weight: 600;
  font-size: 14px;
  line-height: 105%;
  color: #000;
  cursor: pointer;
  position: relative;
  display: block;
  padding-right: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.disease-detail__link::before {
  content: " ";
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('data:image/svg+xml,<svg width="13" height="8" viewBox="0 0 13 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.3536 4.62113C12.5488 4.42587 12.5488 4.10929 12.3536 3.91402L9.17157 0.732044C8.97631 0.536782 8.65973 0.536782 8.46447 0.732044C8.2692 0.927306 8.2692 1.24389 8.46447 1.43915L11.2929 4.26758L8.46447 7.09601C8.2692 7.29127 8.2692 7.60785 8.46447 7.80311C8.65973 7.99837 8.97631 7.99837 9.17157 7.80311L12.3536 4.62113ZM0 4.76758H12V3.76758H0V4.76758Z" fill="black" /></svg>');
}
.disease-detail__link:hover {
  color: #000;
}
.disease-detail__link:hover::before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
.disease-detail__link-more {
  margin-top: 18px;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  line-height: 105%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #285271;
}
.disease-detail__link-more:hover {
  color: #1b374b;
}
.disease-detail__links {
  border-radius: 10px;
  background: #dce8ef;
  padding: 24px 19px 40px 16px;
}
.disease-detail__links-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 105%;
  color: #000;
}
@media screen and (min-width: 992px) {
  .disease-detail__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 35px 193px;
    grid-template-columns: 1fr 193px;
    gap: 35px;
  }
  .disease-detail__grid_md {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 35px 256px;
    grid-template-columns: 1fr 256px;
    gap: 35px;
  }
}
@media screen and (max-width: 992px) and (min-width: 767px) {
  .disease-detail__sidebar_main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .disease-detail__attention {
    margin-left: -16px;
    margin-right: -16px;
    border-radius: 0;
    padding: 13px 19px 40px 25px;
  }
  .disease-detail__links {
    width: 100%;
    max-width: 58vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.vacancy-item {
  -webkit-box-shadow: 0 10px 90px 0 rgba(0, 0, 0, 0.1), 0 0 40px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 90px 0 rgba(0, 0, 0, 0.1), 0 0 40px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 38px 40px;
  border-radius: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 328px;
  grid-template-columns: 1fr 328px;
  -ms-grid-rows: auto 32px auto;
  grid-template-areas: "title salary" "description button";
  gap: 32px;
}
.vacancy-item__list {
  margin-top: 42px;
  display: -ms-grid;
  display: grid;
  gap: 32px;
}
.vacancy-item__title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  font-weight: 600;
  font-size: 25px;
  line-height: 130%;
  color: #000;
  grid-area: title;
}
.vacancy-item__salary {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  font-weight: 700;
  font-size: 25px;
  line-height: 105%;
  text-align: right;
  color: #285271;
  grid-area: salary;
}
.vacancy-item__button {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  align-self: flex-end;
  grid-area: button;
  min-width: 185px !important;
  margin-left: auto;
}
.vacancy-item > .vacancy-item__button {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.recall__info > .vacancy-item__button {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.vacancy-item > .vacancy-item__button {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.recall__info > .vacancy-item__button {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.vacancy-item__description {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #000;
  grid-area: description;
}
.vacancy-item__description-content + .vacancy-item__description-content {
  margin-top: 32px;
}
.vacancy-item__description-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 105%;
  color: #000;
}
.vacancy-item__description p {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #000;
}
.vacancy-item__description ol {
  margin: 20px 0 0;
}
.vacancy-item__description ul {
  margin: 20px 0 0;
  padding: 0 0 0 8px;
  list-style: none;
}
.vacancy-item__description ul li {
  position: relative;
  padding-left: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #000;
}
.vacancy-item__description ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -1px;
}
@media screen and (max-width: 767px) {
  .vacancy-item {
    padding: 30px 20px;
    border-radius: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 17px auto 17px auto 17px auto;
    grid-template-areas: "title " "salary" "description  " "button ";
    gap: 17px;
  }
  .vacancy-item__list {
    margin-top: 22px;
    display: -ms-grid;
    display: grid;
    gap: 32px;
  }
  .vacancy-item__title {
    font-size: 20px;
  }
  .vacancy-item__salary {
    text-align: left;
    font-size: 20px;
  }
  .vacancy-item__button {
    margin-top: 10px;
    width: 100%;
  }
  .vacancy-item__description {
    font-size: 12px;
  }
  .vacancy-item__description-content + .vacancy-item__description-content {
    margin-top: 20px;
  }
  .vacancy-item__description-title {
    font-size: 14px;
  }
  .vacancy-item__description p {
    font-size: 12px;
  }
  .vacancy-item > .promo-visits__button {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .vacancy-item > .promo-visits__button {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .vacancy-item__salary {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .vacancy-item > .vacancy-item__button {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .vacancy-item__description {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .vacancy-item > .recall__info-button {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .vacancy-item__salary {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .vacancy-item > .vacancy-item__button {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .vacancy-item__description {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}

.recall__block {
  color: #fff;
  position: relative;
}
.recall__bg {
  height: 307px;
  width: 100%;
}
.recall__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.recall__container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.recall__info {
  display: -ms-grid;
  display: grid;
  grid-template-areas: "title title" "button phone";
  max-width: 534px;
  width: 100%;
  gap: 42px 62px;
  margin-left: 42%;
}
.recall__info-title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  text-transform: uppercase;
  color: #fff;
  grid-area: title;
}
.recall__info-button {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: button;
  min-width: 185px !important;
  width: 185px;
}
.vacancy-item > .recall__info-button {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.recall__info > .recall__info-button {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.vacancy-item > .recall__info-button {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.recall__info > .recall__info-button {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.recall__info-phone {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: phone;
  font-weight: 500;
  font-size: 25px;
  line-height: 110%;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  align-self: flex-end;
}
.recall__info-phone .small {
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
}
.recall__info-phone:hover {
  color: #fff;
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .recall__info {
    margin-left: 28%;
  }
}
@media screen and (max-width: 767px) {
  .recall__info {
    margin-right: 0;
    display: -ms-grid;
    display: grid;
    grid-template-areas: "title " "button " "phone";
    max-width: 534px;
    width: 100%;
    gap: 20px;
    margin-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .recall__info-button {
    margin-left: auto;
    margin-right: auto;
  }
  .recall__info > .promo-visits__button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .recall__info > .promo-visits__button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .recall__info > .vacancy-item__button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .recall__info > .recall__info-button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .recall__info-phone {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .recall__info > .vacancy-item__button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .recall__info > .recall__info-button {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .recall__info-phone {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}

.analyses-sm__list {
  margin-top: 42px;
}
.analyses-sm__item {
  cursor: pointer;
  display: block;
  position: relative;
}
.analyses-sm__item-code {
  font-weight: 400;
  font-size: 12px;
  line-height: 105%;
  color: #285271;
}
.analyses-sm__item-title {
  margin-top: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 105%;
  color: #000;
}
.analyses-sm__item-text {
  margin-top: 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 105%;
  color: #285271;
}
.analyses-sm__item-price {
  font-weight: 700;
  font-size: 20px;
  line-height: 105%;
  color: #dc3a21;
}
@media screen and (min-width: 768px) {
  .analyses-sm__item {
    padding-top: 15px;
    padding-bottom: 23px;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 160px;
    grid-template-columns: 1fr 160px;
    grid-template-areas: "code price" "title price" "text price";
    position: relative;
  }
  .analyses-sm__item::before {
    content: " ";
    left: -62px;
    right: -62px;
    position: absolute;
    z-index: -1;
    bottom: 0;
    top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  }
  .analyses-sm__item:hover::before {
    border-radius: 10px;
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background: #f4f6f8;
  }
  .analyses-sm__item-code {
    grid-area: code;
  }
  .analyses-sm__item-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: title;
  }
  .analyses-sm__item-text {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: text;
  }
  @media screen and (max-width: 992px){
    .bonus__main {
      -ms-grid-row: 5;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
    }
    .vacancy-item__title {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }
    .recall__info-title {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }
    .diseases-item__title {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }
    .diseases-item__text {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
    }
    .vacancy-item__title {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }
    .recall__info-title {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }
    .analyses-sm__item-title {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }
    .analyses-sm__item-text {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
    }
  }
  .analyses-sm__item-price {
    grid-area: price;
    text-align: right;
  }
}
@media screen and (max-width: 992px){
  .promo-visits__arrow-btn {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .promo-visits__button {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .vacancy-item__button {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .recall__info-button {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .vacancy-item__button {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .recall__info-button {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width: 767px){
  .vacancy-item > .recall__info-button {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .vacancy-item__salary {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .vacancy-item > .vacancy-item__button {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .recall__info > .vacancy-item__button {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .vacancy-item__description {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .vacancy-item > .recall__info-button {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .recall__info > .recall__info-button {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .vacancy-item > .recall__info-button {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .recall__info-phone {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media screen and (min-width: 768px){
  .analyses-sm__item-code {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .analyses-sm__item-price {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 2;
  }
}
@media screen and (max-width: 767px) {
  .analyses-sm__item {
    padding-top: 15px;
    padding-bottom: 23px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .analyses-sm__item-price {
    margin-top: 24px;
  }
  .analyses-sm__item-code {
    color: #285271;
    font-size: 10px;
  }
  .analyses-sm__item-title {
    margin-top: 16px;
  }
}

.bg-gray {
  background-color: #f4f6f8;
}

.share-socials {
  margin-top: 66px;
  margin-bottom: 66px;
}
.share-socials__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 105%;
  text-align: right;
  color: #000;
}
.share-socials__list {
  margin-top: 16px;
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.share-socials__button {
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-color: unset;
  border-color: unset;
  position: relative;
}
.share-socials__button::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.share-socials__button_facebook {
  background-image: url(../img/icon-fb.svg);
}
.share-socials__button_instagram {
  background-image: url(../img/icon-instagram.svg);
}
.share-socials__button_twitter::before {
  background-image: url(../img/icon-twitter.svg);
}

.subscription-box {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 10px;
  padding: 40px 32px 32px 24px;
}
.subscription-box__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 105%;
  color: #000;
}
.subscription-box__form {
  margin-top: 16px;
}
.subscription-box__input {
  width: 100%;
  height: 48px;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 600;
  font-size: 13px;
  line-height: 105%;
  color: #285271;
  border: 1px solid #e6e6e6;
}
.subscription-box__input::-webkit-input-placeholder {
  opacity: 0.4;
}
.subscription-box__input::-moz-placeholder {
  opacity: 0.4;
}
.subscription-box__input:-ms-input-placeholder {
  opacity: 0.4;
}
.subscription-box__input::-ms-input-placeholder {
  opacity: 0.4;
}
.subscription-box__input::placeholder {
  opacity: 0.4;
}
.subscription-box__input-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: #000;
}
.subscription-box__button {
  max-width: 146px;
  margin-top: 32px;
}
@charset "UTF-8";
.form__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 16px;
}

.form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.form__field--password {
  position: relative;
}

.form__label {
  font-size: 16px;
  font-weight: 600;
}

.form__input {
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px #0000001a;
  box-shadow: 0px 0px 10px 0px #0000001a;
  padding: 10px 8px;
  border-radius: 10px;
  font-size: 13px;
  min-height: 40px;
  font-weight: 600;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form__input::-webkit-input-placeholder {
  color: #285271;
  opacity: 0.5;
}

.form__input::-moz-placeholder {
  color: #285271;
  opacity: 0.5;
}

.form__input:-ms-input-placeholder {
  color: #285271;
  opacity: 0.5;
}

.form__input::-ms-input-placeholder {
  color: #285271;
  opacity: 0.5;
}

.form__input::placeholder {
  color: #285271;
  opacity: 0.5;
}

.form__textarea {
  border: 0;
  height: 60px;
  resize: none;
  outline: none;
  margin-bottom: 8px;
}

.form__link {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-right: 18px;
  font-size: 16px;
  font-weight: 600;
  color: #dc3a21;
  cursor: pointer;
  text-underline-position: under;
  text-decoration: underline;
}

.hidden {
  display: none;
}

.registration--action {
  margin-bottom: 61px;
}

.confirm--button {
  padding: 23px 74px;
}

.registration__payment {
  margin-bottom: 120px;
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

.breadcrumb {
  margin-bottom: 8px;
}
.breadcrumb__item {
  font-size: 13px;
  font-weight: 500;
}
.breadcrumb__item a {
  color: #285271;
}
.breadcrumb__item span[aria-current=page] {
  color: #adadad;
}
.breadcrumb__item:not(:last-child)::after {
  display: inline-block;
  margin: 0 4px;
  color: #285271;
  content: " / ";
}

.back-buttons {
  display: none;
}

.house-call__title {
  font-size: 40px;
}
.house-call .form__fields {
  gap: 21px;
}
.house-call__description {
  margin-top: 20px;
  max-width: 761px;
  font-size: 16px;
  line-height: 1.25em;
}
.house-call__info {
  margin-top: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #dc3a21;
  border-radius: 32px;
  margin-bottom: 40px;
  padding: 5px 79px 5px 82px;
  min-height: 77px;
}
.house-call__info-title {
  font-size: 30px;
  color: #fff;
  line-height: 37px;
}
.house-call__info-label {
  padding: 4px 15px;
  background-color: #fff;
  border-radius: 12px;
  color: #dc3a21;
  font-size: 25px;
  line-height: 33px;
  font-weight: 700;
}
.house-call__info-arrows {
  width: 67px;
  height: 21px;
}
.house-call__info-car {
  width: 118px;
  height: 59px;
}
.house-call__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  gap: 40px;
  margin-bottom: 100px;
}
.house-call__form {
  width: 50%;
}
.house-call__fields {
  margin-bottom: 32px;
}
.house-call__dot {
  color: #dc3a21;
}
.house-call__correction {
  font-size: 14px;
  color: #dc3a21;
  line-height: 15px;
}
.house-call__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.house-call__total-button {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.house-call__total-mobile {
  display: none;
}
.house-call__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 20px;
}
.house-call__price-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.house-call__price-value {
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
  color: #dc3a21;
}
.house-call__cashback-wrapper {
  margin-bottom: 40px;
}
.house-call__cashback {
  text-align: center;
  padding: 14px 24px;
  color: #dc3a21;
  font-weight: 600;
  line-height: 20px;
}
.house-call__analyses-title {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 21px;
}
.house-call__analyses-list {
  list-style-type: disc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}
.house-call__analyses-item {
  margin-left: 20px;
  font-size: 16px;
  font-weight: 600;
}
.house-call .button-secondary-link {
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}
@media screen and (min-width: 767px) {
  .house-call__description {
    margin-bottom: 12px;
  }
  .house-call-page {
    margin-bottom: 130px;
    margin-top: 21px;
  }
  .house-call__total {
    position: sticky;
    top: 40px;
  }
}
@media screen and (max-width: 992px) {
  .house-call__title {
    margin-bottom: 12px;
  }
  .house-call__info {
    margin: 0 -16px;
    border-radius: 0;
    margin-bottom: 20px;
  }
  .house-call__info-title {
    font-size: 24px;
  }
  .house-call__info-label {
    font-size: 20px;
  }
  .house-call__wrapper {
    gap: 32px;
    margin-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .house-call__form {
    width: 100%;
  }
  .house-call__fields {
    margin-bottom: 0px;
  }
  .house-call .form__checkbox {
    display: none;
  }
  .house-call .button-primary {
    display: none;
  }
  .house-call__price {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .house-call__info {
    margin-top: 12px;
    border-radius: 0;
    padding: 5px 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 37px;
    margin-bottom: 12px;
  }
  .house-call__info-title {
    font-size: 14px;
    line-height: 1em;
  }
  .house-call__info-label {
    padding: 1.4px 6px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 16px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .house-call__info-arrows {
    width: 25px;
    height: 8px;
  }
  .house-call__title {
    font-size: 20px;
    margin-bottom: 12px;
    margin-left: 4px;
  }
  .house-call__description {
    font-size: 14px;
    margin-bottom: 12px;
    margin-left: 4px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .house-call .form__fields {
    gap: 16px;
  }
  .house-call__input {
    margin-bottom: 6px;
  }
  .house-call__correction {
    font-size: 12px;
  }
  .house-call .form-check-input {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  .house-call .form__checkbox-label {
    max-width: 80%;
  }
  .house-call__total .button-secondary-link {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .house-call__cashback {
    padding: 8px 0;
    line-height: 17px;
  }
  .house-call__price {
    display: none;
  }
  .house-call__analyses-title {
    font-weight: 700;
  }
  .house-call__analyses-list {
    margin-left: 4px;
  }
  .house-call .pink-wrapper {
    border-radius: 0;
  }
}

.consultation {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../img/consultation-background.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.consultation__info {
  margin: 32px 0;
  margin-left: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 17px;
}
.consultation__title {
  font-size: 40px;
  max-width: 500px;
  font-weight: 600;
  line-height: 1.12em;
}
.consultation__description {
  font-size: 16px;
  max-width: 513px;
  line-height: 1.25em;
}
.consultation__link {
  margin: 0;
}
.consultation__link img {
  width: 20px;
}
.consultation__icon {
  width: 182px;
  height: 119px;
  position: absolute;
  bottom: -1%;
  right: 28.4%;
}

button {
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: 0;
}

.blue-btn {
  background-color: #285271;
  border: 1px solid #285271;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.blue-btn:hover {
  background-color: transparent;
  color: #285271;
}

.red-btn {
  background-color: transparent;
  color: #dc3a21;
  padding: 23px 64px;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.red-btn:hover {
  background-color: #dc3a21;
  color: #fff;
}

.link_btn {
  color: #285271;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
}

.link_btn:hover {
  text-decoration: none;
}

.red-text {
  color: #dc3a21;
}

.green-text {
  color: #4e9462;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .container-header {
    padding-left: 16px;
  }
}
@media (max-width: 1000px) {
  body:before {
    display: none;
  }

  body:after {
    bottom: 260px;
    right: -8%;
  }
}
.text-red {
  color: #dc3a21 !important;
}

.cart-popover {
  max-width: 375px;
  width: 100%;
  border-color: #dc3a21;
}
.cart-popover .popover-body {
  padding: 0 !important;
}
.cart-popover .popover-arrow {
  display: none;
}
.cart-popover__body {
  padding: 55px 24px 37px 45px;
}
.cart-popover__empty {
  font-size: 16px;
  font-weight: 600;
}
.cart-popover__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 24px;
  height: 24px;
  background-image: url(../img/close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cart-popover__title {
  margin-bottom: 12px;
  font-weight: 600;
  color: #adadad;
}
.cart-popover__sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}
.cart-popover-sum__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
.cart-popover-sum__item-label, .cart-popover-sum__item-value {
  font-size: 16px;
  font-weight: 600;
}
.cart-popover-sum__item-value {
  text-align: right;
}
.cart-popover__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 33px;
}
.cart-popover__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
}
.cart-popover__item-name {
  max-width: 170px;
}
.cart-popover__item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
}
.cart-popover__item-type {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: -0.01em;
  color: #285271;
}
.cart-popover__item-price-value {
  font-weight: 500;
  font-size: 14px;
  text-align: right;
  color: #adadad;
}
.cart-popover__item-delete-btn {
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 17px;
  height: 17px;
  background-image: url(../img/delete-button.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.cart-popover__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .cart-popover {
    max-width: calc(100dvw - 20px);
  }
  .cart-popover__body {
    padding: 45px 20px 45px 25px;
  }
}

.auth-page__title {
  font-weight: 700;
  color: #292929;
  line-height: 1em;
}
.auth-page__form {
  margin-top: 45px;
  max-width: 534px;
}
.auth-page__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 91px;
  margin-bottom: 40px;
  max-width: 464px;
}
.auth-page__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 15px;
}
.auth-page__manual-wrapper {
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.auth-page__manual-btn {
  width: 30px;
  height: 30px;
  background-image: url(../img/manual.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.auth-page__manual-description {
  font-size: 12px;
  line-height: 1.2em;
}
.auth-page .form__captcha,
.auth-page .form__manual-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.auth-page .form__captcha {
  gap: 34px;
  margin-bottom: 32px;
}
.auth-page__socials-title {
  font-size: 16px;
  font-weight: 700;
}
.auth-page__socials-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.auth-page__socials-link--google {
  background-image: url(../img/google-logo.svg);
}
.auth-page__socials-link--instagram {
  background-image: url(../img/instagram-logo.svg);
}
.auth-page__socials-link--telegram {
  background-image: url(../img/telegram.svg);
}
.auth-page__socials-link--hashnode {
  background-image: url(../img/hashnode.svg);
}
.auth-page__socials-link {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.auth-page__forgot-password {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #285271;
}
@media screen and (min-width: 767px) {
  .auth-page {
    padding-bottom: 65px;
    margin-top: 47px;
  }
  .auth-page__forgot-password {
    margin-bottom: 32px;
  }
  .auth-page__title {
    font-size: 40px;
  }
  .auth-page__socials {
    margin-bottom: 64px;
  }
  .auth-page__socials-links {
    margin-top: 32px;
    gap: 64px;
  }
  .auth-page__socials-link {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .auth-page {
    margin-top: 25px;
    padding-bottom: 52px;
  }
  .auth-page__title {
    font-size: 20px;
  }
  .auth-page__actions {
    gap: 20px;
    margin-bottom: 20px;
  }
  .auth-page__form {
    margin-top: 19px;
  }
  .auth-page__socials-title {
    font-size: 20px;
  }
  .auth-page__socials-links {
    margin-top: 24px;
    gap: 5px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .auth-page__socials-link {
    width: 32px;
    height: 32px;
  }
  .auth-page__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 32px;
    gap: 24px;
  }
}

.form__show-password {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 22px;
  height: 22px;
  background-image: url(../img/eye-closed-icon.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 32px;
}
.form__checkbox .form-check-input {
  width: 24px;
  height: 24px;
  margin-top: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 1px;
}
.form__checkbox .form-check-input .form-check-input:focus {
  border-color: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form__checkbox .form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.47059 8C4.35477 7.99842 4.24373 7.95339 4.15925 7.87376L1.10044 4.80019C1.03075 4.71488 0.995145 4.60657 1.00053 4.49634C1.00592 4.38611 1.05192 4.28183 1.12959 4.20379C1.20725 4.12575 1.31103 4.07952 1.42073 4.07411C1.53044 4.0687 1.63822 4.10448 1.72312 4.1745L4.47059 6.94071L10.2769 1.10092C10.3618 1.0309 10.4696 0.995122 10.5793 1.00054C10.689 1.00595 10.7927 1.05217 10.8704 1.13021C10.9481 1.20825 10.9941 1.31253 10.9995 1.42276C11.0049 1.533 10.9692 1.6413 10.8996 1.72661L4.78194 7.87376C4.69746 7.95339 4.58641 7.99842 4.47059 8Z' fill='%231A68B0' stroke='%231A68B0' stroke-width='0.8'/%3E%3C/svg%3E");
}
.form__checkbox-label {
  font-size: 14px;
  line-height: 1.3em;
  max-width: 354px;
}
.form__checkbox-link {
  color: #dc3a21;
}

#biomaterialModal .modal-dialog {
  max-width: 601px;
}
.modal-dialog--biomaterial {
  max-width: 601px;
}
@media screen and (max-width: 767px) {
  .modal-dialog--biomaterial {
    margin: 0 17px;
    width: 91%;
  }
}
#biomaterialModal .modal-header {
  margin-bottom: 24px;
  border-bottom: none;
  padding: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.modal-header--biomaterial {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .modal-header--biomaterial {
    margin-bottom: 4px;
  }
}
#biomaterialModal .modal-header .btn-close {
  padding: 0;
  margin: 32px 32px 0 0;
  width: 24px;
  height: 24px;
}
#biomaterialModal .modal-header .btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
@media screen and (max-width: 767px) {
  #biomaterialModal .modal-header .btn-close {
    margin: 14px 14px 0 0;
    width: 20px;
    height: 20px;
  }
}
#biomaterialModal .modal-body {
  padding: 0;
  margin-left: 60px;
  font-size: 16px;
  line-height: 20px;
}
.modal-body--biomaterial {
  padding: 0 32px;
}
@media screen and (max-width: 767px) {
  #biomaterialModal .modal-body {
    margin: 0 14px;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .modal-body--biomaterial {
    padding: 0 16px;
  }
}
#biomaterialModal .modal-logo {
  width: 162px;
  height: 41px;
  margin-bottom: 20px;
}
#biomaterialModal .modal-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 14px;
  padding: 14px 0;
}
#biomaterialModal .modal-link__icon {
  width: 20px;
  height: 20px;
}
#biomaterialModal .modal-title {
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 24px;
}
.modal-title--biomaterial {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 21px;
}
.modal-title--mobile {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 35px;
}
#biomaterialModal .modal-description {
  max-width: 358px;
  margin-bottom: 24px;
}
.modal-description--biomaterial {
  max-width: 501px;
  margin-bottom: 21px;
  font-size: 14px;
  line-height: 18px;
}
@media screen and (max-width: 767px) {
  .modal-description--biomaterial {
    margin-bottom: 13px;
  }
}
.modal-description--highlight {
  font-weight: 600;
}
#biomaterialModal .modal-form {
  background-color: #dc3a21;
  border-color: #dc3a21;
}
.modal-form--biomaterial {
  margin-bottom: 32px;
}
.modal-form--confirm {
  margin-bottom: 50px;
}
.modal-form__select {
  max-width: 457px;
}
.modal-form__select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
@media screen and (max-width: 767px) {
  .modal-form__select {
    width: 270px;
    max-height: 40px;
  }
}
.modal-form__select-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .modal-form__select-list {
    margin-bottom: 19px;
  }
}
.modal-form__select-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(270px, 457px) 16px 24px 16px 24px;
  grid-template-columns: minmax(270px, 457px) 24px 24px;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 16px;
}
.modal-form__select-item > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.modal-form__select-item > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.modal-form__select-item > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (max-width: 767px) {
  .modal-form__select-item {
    -ms-grid-columns: 1fr 9px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 12px 1fr;
    grid-template-rows: 1fr 1fr;
    grid-column-gap: 9px;
    grid-row-gap: 12px;
  }
  .modal-form__select-item > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .modal-form__select-item > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .modal-form__select-item > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .modal-form__select-item > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
.modal-form__select {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
.modal-form__button {
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.modal-form__button--remove {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
  background-image: url(../img/remove-biomaterial.svg);
}
.modal-form__button--add {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1/3/2/4;
  background-image: url(../img/add-biomaterial.svg);
}
@media screen and (max-width: 767px) {
  .modal-form__button--add {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
}
#biomaterialModal .modal-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 21px;
  margin-bottom: 20px;
}
.modal-input__code {
  max-width: 130px;
  min-height: 40px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px #0000001a;
  box-shadow: 0px 0px 10px 0px #0000001a;
}
#biomaterialModal .modal-resend {
  margin-bottom: 40px;
}
.modal-button--confirm {
  padding: 23px 57px;
}

@media screen and (max-width: 767px) {
  .mobile-confirm {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 125;
    width: 100%;
    height: 100%;
    margin-top: 88px;
  }
  .mobile-confirm__content {
    position: relative;
    margin: 24px 20px 0 20px;
  }
  .mobile-confirm__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    padding: 0;
  }
  .mobile-confirm__close:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
  }
  .mobile-confirm__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
  }
  .mobile-confirm__description {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-size: 14px;
    margin-bottom: 24px;
  }
  .mobile-confirm__input {
    width: 100%;
    margin-bottom: 20px;
  }
  .mobile-confirm__resend {
    text-align: center;
    margin-bottom: 32px;
  }
  .mobile-confirm__button {
    width: 100%;
  }
}

.text-underline-unset {
  text-decoration: unset !important;
}

.analisys__btn-add-cart {
  width: 32px;
  height: 32px;
  position: relative;
  display: block;
  cursor: pointer;
  border-radius: 50%;
}
.analisys__btn-add-cart::before, .analisys__btn-add-cart::after {
  content: " ";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.analisys__btn-add-cart:hover {
  opacity: 0.8;
}
.analisys__btn-add-cart::before {
  opacity: 1;
  background-image: url(../img/icon-basket-plus.svg);
}
.analisys__btn-add-cart::after {
  background-image: url(../img/icon-basket-correct.svg);
}
.analisys__btn-add-cart.remove-from-cart::before {
  opacity: 0;
}
.analisys__btn-add-cart.remove-from-cart::after {
  opacity: 1;
}

.analisys__card {
  -webkit-box-align: unset !important;
  -ms-flex-align: unset !important;
  align-items: unset !important;
}

@media screen and (min-width: 768px) {
  .analyses__top {
    margin-left: 55px;
    margin-bottom: 36px;
  }
}
.sales-info-box {
  border-radius: 15px;
  background: rgba(220, 58, 33, 0.15);
  font-weight: 600;
  font-size: 16px;
  line-height: 105%;
  color: #dc3a21;
  padding: 17px 13px 14px 23px;
}
.sales-info-box + .analyses-search {
  margin-top: 22px;
}

.analyses-search-form {
  margin-top: 22px;
  display: flex;
  align-items: center;
}

.analyses-search-form button[type="submit"] {
  background: url(../img/icon-search.svg) no-repeat top 50% right 12px;
  height: 24px;
  width: 50px;
  border: unset
}

.analyses-search {
  border: 1px solid #285271;
  border-radius: 20px;
  height: 48px;
  font-weight: 500;
  font-size: 14px;
  line-height: 105%;
  color: #000;
  width: 100%;
  outline: none;
  padding-right: 24px;
  padding-left: 24px;
}
.analyses-search .jdropdown-header:focus {
  outline: none;
}
.header__logo-wrapper {
  margin: unset;
  -webkit-box-ordinal-group: unset;
  -ms-flex-order: unset;
  order: unset;
}

.page::before, .page::after {
  display: none !important;
}

.analisys_bg {
  display: none !important;
}

.language {
  position: relative;
  padding-left: 32px;
}

.language::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(../img/flag-ru.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 16px;
}

.form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.form__field--password {
  position: relative;
}

.form__label {
  font-size: 16px;
  font-weight: 600;
}

.form__input {
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px #0000001a;
  box-shadow: 0px 0px 10px 0px #0000001a;
  padding: 13px 8px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
}

.form__input::-webkit-input-placeholder {
  color: #285271;
  opacity: 0.5;
}

.form__input::-moz-placeholder {
  color: #285271;
  opacity: 0.5;
}

.form__input:-ms-input-placeholder {
  color: #285271;
  opacity: 0.5;
}

.form__input::-ms-input-placeholder {
  color: #285271;
  opacity: 0.5;
}

.form__input::placeholder {
  color: #285271;
  opacity: 0.5;
}

.hidden {
  display: none;
}

.registration--action {
  margin-bottom: 61px;
}

.confirm--button {
  padding: 23px 74px;
}

.registration__payment {
  margin-bottom: 120px;
}

@media (max-width: 1100px) {
  .header {
    padding: 30px 0 30px 0;
  }

  .header__control {
    gap: 30px;
  }

  .header__search-input {
    padding-left: 30px;
  }

  .header__search::before {
    left: 5px;
  }

  .header__phone {
    font-size: 16px;
  }

  .nav__list {
    gap: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 900px) {
  .header {
    padding: 22px 0 30px 0;
  }

  .header__control {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header__search {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 90%;
    background-color: transparent;
  }

  .header__search-input::-moz-placeholder {
    color: transparent;
  }

  .header__search-input::-webkit-input-placeholder {
    color: transparent;
  }

  .header__search-input:-ms-input-placeholder {
    color: transparent;
  }

  .header__search-input::-ms-input-placeholder {
    color: transparent;
  }

  .header__search-input::placeholder {
    color: transparent;
  }

  .search_btn {
    display: none;
  }

  .header__phone-mobile {
    display: block;
    font-size: 16px;
  }

  .header__phone-mobile::before {
    width: 12px;
    height: 12px;
    left: -15px;
  }

  .header__phone::before {
    display: block;
    width: 12px;
    height: 12px;
    left: -15px;
  }

  .header__login,
  .header__profile {
    display: none;
  }

  .burger-menu {
    display: block;
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .header__navigation {
    display: none;
  }
}
@media (max-width: 575px) {
  .header__control {
    gap: 15px;
  }

  .header__logo-wrapper {
    max-width: 106px;
  }

  .header__phone-mobile,
  .header__phone {
    font-size: 11px;
  }

  .header__phone-mobile::before {
    width: 9px;
    height: 9px;
  }

  .header__phone::before {
    width: 9px;
    height: 9px;
  }

  .header__search {
    width: 80%;
  }

  .header__search::before {
    width: 16px;
    height: 16px;
  }
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  font-family: "Montserrat", serif;
}

body {
  position: relative;
  font-family: "Montserrat", serif;
  min-width: 320px;
  min-height: 100vh;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 1.05;
  overflow: hidden;
}

.blue-btn {
  background-color: #285271;
  border: 1px solid #285271;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.blue-btn:hover {
  background-color: transparent;
  color: #285271;
}

.red-btn {
  background-color: transparent;
  color: #dc3a21;
  padding: 23px 64px;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.red-btn:hover {
  background-color: #dc3a21;
  color: #fff;
}

.link_btn {
  color: #285271;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
}

.link_btn:hover {
  text-decoration: none;
}

.red-text {
  color: #dc3a21;
}

.green-text {
  color: #4e9462;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .container-header {
    padding-left: 16px;
  }
}
@media (max-width: 1000px) {
  body:before {
    display: none;
  }

  body:after {
    bottom: 260px;
    right: -8%;
  }
}
.header__basket {
  width: 32px;
  height: 32px;
  display: block;
  padding: 0;
  background-image: url(../img/basket.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 123;
}

.header__basket-counter.unactive {
  opacity: 0;
  visibility: hidden;
}

.button {
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 10px;
  line-height: 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
}
.button-md {
  font-size: 14px;
  min-height: 48px;
  padding: 16px 45px;
}
.button-lg {
  font-size: 16px;
  min-height: 63px;
  padding: 22px 85px;
}
.button-primary {
  background-color: #dc3a21;
  border-color: #dc3a21;
  color: #fff;
}
.button-primary:hover {
  background-color: #fff;
  color: #dc3a21;
}
.button-outlined {
  border-color: #dc3a21;
  color: #dc3a21;
}
.button-outlined:hover {
  color: #fff;
  background-color: #dc3a21;
}
.button-primary-link {
  color: #dc3a21;
  font-size: 16px;
  font-weight: 600;
  text-underline-position: under;
  display: inline-block;
  text-decoration: underline;
}
.button-primary-link:hover {
  color: #c1331d;
}
.button-secondary-link {
  font-size: 14px;
  font-weight: 700;
  color: #285271;
  display: inline-block;
  text-underline-position: under;
  text-decoration: underline;
}
.button-secondary-link:hover {
  color: #20425a;
}

.collapsible-content {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease, padding 0.3s ease;
  transition: height 0.3s ease, padding 0.3s ease;
}

.collapsible-content.expanded {
  height: auto;
  /* Для вычисления реальной высоты содержимого */
}

.analisys-cart {
  max-width: 375px;
  width: 100%;
  border: 1px solid #dc3a21;
  padding: 23px 34px 20px 54px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 123;
}
.analisys-cart__container {
  height: 118px;
}
.analisys-cart__mob-collapse-btn {
  position: absolute;
  z-index: 1234;
  width: 24px;
  height: 24px;
  top: 16px;
  right: 14px;
}
.analisys-cart__mob-collapse-btn.hidden {
  opacity: 0;
  visibility: hidden;
}
.analisys-cart__mob-collapse-btn.active {
  opacity: 1 !important;
  visibility: visible !important;
}
.analisys-cart__collapse-btn {
  position: absolute;
  z-index: 1234;
  width: 24px;
  height: 24px;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.analisys-cart__collapse-btn::before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: no-repeat center/contain url(../img/icon-rounded-arrow.svg);
}
.analisys-cart__collapse-btn.hidden {
  opacity: 0;
  visibility: hidden;
}
.analisys-cart__collapse-btn.active::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.analisys-cart__empty {
  font-size: 16px;
  font-weight: 600;
}
.analisys-cart__title {
  margin-bottom: 13px;
  font-weight: 600;
  color: #adadad;
}
.analisys-cart__sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 11px;
}
.analisys-cart-sum__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
.analisys-cart-sum__item-label, .analisys-cart-sum__item-value {
  font-size: 16px;
  font-weight: 600;
}
.analisys-cart-sum__item-value {
  text-align: right;
}
.analisys-cart__items {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 33px;
}
.analisys-cart__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
}
.analisys-cart__item-name {
  max-width: 170px;
}
.analisys-cart__item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
}
.analisys-cart__item-type {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: -0.01em;
  color: #285271;
}
.analisys-cart__item-price-value {
  font-weight: 500;
  font-size: 14px;
  text-align: right;
  color: #adadad;
}
.analisys-cart__item-delete-btn {
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 17px;
  height: 17px;
  background-image: url(../img/delete-button.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.analisys-cart__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .analisys-cart {
    padding: 35px 20px 35px 25px;
  }
}

.form__checkbox .form-check-input:checked {
  background-color: #dc3a21;
  border-color: #dc3a21;
}

#analisys__card-body p {
  line-height: 1.3rem;
  margin-bottom: 15px
}

.page::before, .page::after {
  display: none!important
}

.analyses-search.jdropdown-searchbar.jdropdown-focus .jdropdown-close {
  display: inline-block;
  position: absolute !important;
  font-size: 0;
}
.analyses-search.jdropdown-searchbar.jdropdown-focus .jdropdown-close::before {
  content: "×";
  font-size: 20px;
  color: black;
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.biomaterialModal-search {
  width: 100%;
}
.biomaterialModal-search .jdropdown-container {
  border-radius: 20px;
}
.biomaterialModal-search .jdropdown-header {
  border: 1px solid #285271;
  font-weight: 500;
  font-size: 14px;
  line-height: 105%;
  color: #000;
  width: 100%;
  outline: none;
  background-image: url(../img/add-biomaterial.svg);
  background-repeat: no-repeat;
  background-position: top 50% right 16px;
  padding-right: 36px;
  padding-left: 16px;
  border: 1px solid #e6e6e6;
  height: 48px;
}
.biomaterialModal-search .jdropdown-header:focus {
  outline: none;
}
.biomaterialModal-search .jdropdown-container .jdropdown-content {
  margin-top: 12px;
  -webkit-box-shadow: 0 10px 90px 0 rgba(0, 0, 0, 0.1), 0 0 40px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 90px 0 rgba(0, 0, 0, 0.1), 0 0 40px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 10px;
  padding: 16px 0;
  border: unset;
}
.biomaterialModal-search .jdropdown-item {
  padding: 7px 20px;
}
.biomaterialModal-search .jdropdown-item:hover {
  color: #285271;
  background-color: unset;
}
.biomaterialModal-search .jdropdown-item.jdropdown-selected {
  background-color: #dc3a21;
  color: #fff;
  background-image: unset;
}
.biomaterialModal-search.jdropdown-focus .jdropdown-close {
  display: inline-block;
  position: absolute !important;
  font-size: 0;
  right: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.biomaterialModal-search.jdropdown-focus .jdropdown-close::before {
  content: "";
  font-size: 20px;
  top: 24px;
  right: 24px;
  width: 24px;
  height: 24px;
  background-image: url(../img/close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 767px) {
  .biomaterialModal-search .jdropdown-close {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .biomaterialModal-search .jdropdown-header {
    font-size: 12px;
  }
  .biomaterialModal-search .jdropdown-content {
    margin-top: 0;
  }
}

.header__control {
  margin-right: 0 !important;
}

.order__card.new {
  display: -ms-grid;
  display: grid;
  grid-template-areas: "code code code" "status data data" "description description price" "buttons buttons buttons";
  gap: 8px;
  -ms-grid-rows: auto 8px auto 8px min-content 8px auto;
  grid-template-rows: auto auto -webkit-min-content auto;
  grid-template-rows: auto auto min-content auto;
  -ms-grid-columns: 44% 8px 38% 8px 18%;
  grid-template-columns: 44% 38% 18%;
}
.order__card .order__id {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: code;
  margin-bottom: 0;
}
.order__card .order__status {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: status;
  font-weight: 600;
  font-size: 16px;
  line-height: 105%;
}
.order__card .order__data {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: data;
  font-weight: 600;
  font-size: 16px;
  line-height: 105%;
}
.order__card .order__price {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
  margin-top: 18px;
  grid-area: price;
}
.order__card .order__description {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  margin-top: 18px;
  grid-area: description;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.order__card .order__btns {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: buttons;
}
@media screen and (max-width: 767px) {
  .order__card.new {
    -webkit-box-shadow: 0 0 4px 2px #d6dee6;
    box-shadow: 0 0 4px 2px #d6dee6;
    background: #fff;
    border-radius: 10px;
    padding: 16px 18px;
    border-bottom: unset;
    grid-template-areas: "code" "data" "status" "description" "price" "buttons";
    gap: 8px;
    -ms-grid-rows: unset;
    grid-template-rows: unset;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .order__card .order__data {
    position: static;
  }
  .order__card .order__description {
    margin-top: 7px;
    gap: 4px;
  }
  .order__card .order__price {
    margin-top: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(60% - 10px) 10px 40%;
    grid-template-columns: calc(60% - 10px) 40%;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 10px;
    width: 100%;
  }
  .order__card .order__price-quantity {
    font-weight: 600;
    font-size: 14px;
    line-height: 105%;
    text-align: right;
    color: #285271;
  }
  .order__card .order__price-info {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #292929;
  }
  .order__card .order__id {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .order__card .order__status {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .order__card .order__data {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .order__card .order__price {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .order__card .order__description {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .order__card .order__btns {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}

.preorders {
  margin-top: 20px;
  width: 100%;
}
.preorders__block-header {
  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;
  margin-bottom: 64px;
}
.preorders__block-title {
  margin-bottom: 0;
}
.preorders__block-bottom {
  margin-top: 47px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 100px 8px 125px;
  grid-template-columns: 1fr 100px 125px;
  gap: 8px;
  -ms-grid-rows: auto 8px auto 8px auto;
  grid-template-areas: "info info old-price" "counter sale price" "buttons buttons buttons";
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.preorders__block-bottom-counter {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  font-weight: 600;
  font-size: 16px;
  line-height: 105%;
  color: #285271;
  grid-area: counter;
}
.preorders__block-bottom-info {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #000;
  grid-area: info;
}
.preorders__block-bottom-old-price {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  text-align: right;
  color: #000;
  grid-area: old-price;
  white-space: nowrap;
  text-decoration: line-through;
}
.preorders__block-bottom-price {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
  font-weight: 700;
  font-size: 20px;
  line-height: 105%;
  white-space: nowrap;
  color: #dc3a21;
  grid-area: price;
}
.preorders__block-bottom > .preorders__block-bottom-price {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.preorders__block-bottom-sale {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  font-weight: 400;
  font-size: 16px;
  line-height: 105%;
  color: #dc3a21;
  grid-area: sale;
}
.preorders__block-bottom-buttons {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  margin-top: 54px;
  grid-area: buttons;
  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;
  gap: 21px;
}
.preorders__block-bottom > .preorders__block-bottom-buttons {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
}
@media screen and (max-width: 767px){
  .preorders__block-bottom-price {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .preorders__block-bottom-buttons {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
.preorders__block-bottom-buttons .button {
  min-width: 220px;
}
.preorders__clear-btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 105%;
  color: #9a9a9a;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  --icon-color: #9a9a9a;
  cursor: pointer;
}
.preorders__clear-btn svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.preorders__clear-btn svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.preorders__clear-btn:hover {
  --icon-color: #868686;
  color: #868686;
}
@media screen and (max-width: 767px) {
  .preorders__block-header {
    margin-bottom: 25px;
  }
  .preorders__block-title {
    margin-bottom: 0;
  }
  .preorders__block-bottom {
    margin-top: 19px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 6px 90px 6px 120px;
    grid-template-columns: 1fr 90px 120px;
    gap: 6px;
    -ms-grid-rows: auto 6px auto 6px auto;
    grid-template-areas: "info info info " "sale old-price price" "buttons buttons buttons";
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .preorders__block-bottom-counter {
    font-size: 16px;
    text-align: right;
  }
  .preorders__block-bottom-info {
    font-size: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .preorders__block-bottom-old-price {
    font-size: 14px;
    text-align: left;
  }
  .preorders__block-bottom-price {
    font-size: 20px;
  }
  .preorders__block-bottom-sale {
    font-size: 16px;
  }
  .preorders__block-bottom-buttons {
    margin-top: 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .preorders__block-bottom-buttons .button {
    min-width: 100%;
  }
  .preorders__block-bottom > .order__price {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .preorders__block-bottom > .order__btns {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .preorders__block-bottom-info {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .preorders__block-bottom-old-price {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .preorders__block-bottom > .preorders__block-bottom-price {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .preorders__block-bottom-sale {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .preorders__block-bottom > .preorders__block-bottom-buttons {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
}

.preorder__card {
  position: relative;
  background: #f4f6f8;
  border-radius: 10px;
  padding: 27px 20px;
  width: 100%;
}
.preorder__id {
  font-weight: 400;
  font-size: 12px;
  line-height: 105%;
  color: #285271;
}
.preorder__title {
  margin-top: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 105%;
  color: #000;
  padding-right: 50px;
}
.preorder__btn-close {
  position: absolute;
  top: 16px;
  right: 16px;
  border: unset;
  background-color: unset;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.preorder__btn-close svg {
  width: 100%;
  height: 100%;
}
.preorder__biomaterials {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #000;
}
.preorder__bottom {
  margin-top: 26px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.preorder__price {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
  gap: 16px;
}
.preorder__price-info {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #000;
}
.preorder__price-quantity {
  font-weight: 600;
  font-size: 16px;
  line-height: 105%;
  text-align: right;
  color: #285271;
}
.preorders__list {
  display: -ms-grid;
  display: grid;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .preorder__card {
    background: #f4f6f8;
    border-radius: 10px;
    padding: 22px 20px;
    width: 100%;
  }
  .preorder__id {
    font-size: 14px;
    padding-right: 30px;
  }
  .preorder__title {
    font-size: 16px;
    padding-right: 0;
    line-height: 1.2em;
  }
  .preorder__btn-close {
    top: 16px;
    right: 18px;
    width: 20px;
    height: 20px;
  }
  .preorder__biomaterials {
    font-size: 16px;
  }
  .preorder__bottom {
    margin-top: 20px;
    gap: 4px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .preorder__price {
    gap: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
  }
  .preorder__price-info {
    font-size: 16px;
    text-align: left;
    -webkit-box-flex: 60%;
    -ms-flex: 60%;
    flex: 60%;
  }
  .preorder__price-quantity {
    font-size: 16px;
    -webkit-box-flex: 40%;
    -ms-flex: 40%;
    flex: 40%;
  }
  .preorders__list {
    display: -ms-grid;
    display: grid;
    gap: 8px;
  }
}

.button-secondary {
  background-color: #285271;
  border-color: #285271;
  color: #fff;
}
.button-secondary:hover {
  background-color: #fff;
  color: #285271;
}
.button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.button-outlined {
  border-radius: 10px;
  font-weight: 600;
  background-color: transparent;
}
.button-outlined-primary {
  border-color: #dc3a21;
  color: #dc3a21;
}
.button-outlined-primary:hover {
  color: #fff;
  background-color: #dc3a21;
}
.button-outlined-white {
  border: 1px solid #fff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  padding: 22px 42px;
}
.button-outlined-blue {
  border: 1px solid #285271;
  color: #285271;
}
.button-outlined-blue:hover {
  background-color: #285271;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .button-md--mob {
    font-size: 14px;
    min-height: 48px;
    padding: 16px 45px;
  }
}

.data__tabs {
  max-width: 384px;
  width: 100%;
}

.result-order-modal {
  max-width: 374px;
  min-height: 272px;
  position: relative;
}
.result-order-modal .btn-close {
  position: absolute;
  right: 32px;
  top: 32px;
}
.result-order-modal__content {
  -webkit-box-shadow: 0 10px 90px 0 rgba(0, 0, 0, 0.1), 0 0 40px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 90px 0 rgba(0, 0, 0, 0.1), 0 0 40px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 80px 50px 40px;
}
.result-order-modal__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 115%;
  color: #000;
}
.result-order-modal__text {
  margin-top: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .result-order-modal {
    position: relative;
  }
  .result-order-modal .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .result-order-modal__content {
    padding: 40px 20px 30px;
  }
  .result-order-modal__title {
    font-size: 28px;
  }
  .result-order-modal__text {
    margin-top: 16px;
    font-size: 14px;
  }
}

.data__tabs-item-orders {
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 105%;
  color: #000;
}
.data__tabs-item-orders::before {
  content: "";
  position: absolute;
  background: url(../img/icon-list.svg) no-repeat center;
  background-size: cover;
  width: 17px;
  height: 21px;
  left: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.data__tabs-item-orders.data__tabs-item-active {
  background: #f4f6f8;
}

.header__basket-counter {
  min-width: 24px;
  height: 24px;
  background-color: #dc3a21;
  font-weight: 600;
  font-size: 14px;
  line-height: 1em;
  text-align: center;
  color: #fff;
  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-radius: 50%;
  position: absolute;
  bottom: -8px;
  right: -8px;
}

@media screen and (min-width: 992px) {
  .header__logo {
    max-width: 234px;
  }
  .header__logo-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: unset;
  }
}
@media screen and (max-width: 992px) {
  .header__control {
    display: -ms-grid;
    display: grid;
    grid-template-areas: "burger logo basket search";
    -ms-grid-columns: 32px 24px 1fr 24px 33px 24px 26px;
    grid-template-columns: 32px 1fr 33px 26px;
    gap: 24px;
  }
  .header__basket {
    grid-area: basket;
    background-image: url(../img/basket-mob.svg);
  }
  .header__logo-wrapper {
    margin-left: auto;
    margin-right: auto;
    grid-area: logo;
  }
  .header__burger-btn {
    grid-area: burger;
  }
  .header__search-btn {
    grid-area: search;
    width: 26px;
    height: 26px;
    background: no-repeat center/contain url(../img/search.svg);
  }
}
@media screen and (max-width: 992px) {
  .header__logo-wrapper {
    max-width: 126px;
  }
}
.footer__contacts {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.footer__info-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 105%;
  letter-spacing: 0.2em;
  color: #dc3a21;
}
.footer__phone, .footer__email {
  margin-bottom: 9px;
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__copyright {
  margin-bottom: 24px;
}
.footer__warning {
  font-weight: 400;
  font-size: 27px;
  line-height: 105%;
  letter-spacing: 0.284em;
  color: #a7a7a7;
  font-family: "Bebas Neue";
  text-transform: uppercase;
}
.footer__callback {
  min-height: 48px;
  min-width: 171px;
  padding: 10px 10px !important;
}
.footer__callback:hover {
  border-color: #dc3a21;
}

.header-search__box {
  position: absolute;
  z-index: 1234;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 0;
  right: 0;
  background-color: #fff;
  padding: 14px 16px;
  -webkit-box-shadow: 0 0 10px 0 #0000001a;
  box-shadow: 0 0 10px 0 #0000001a;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 20px;
  grid-template-columns: 1fr 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header-search__box.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.header-search__box .header-search {
  position: relative;
  max-width: 505px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 5px;
  background-color: #f4f6f8;
  overflow: hidden;
}
.header-search__box .header-search__input {
  width: 100%;
  height: 100%;
  font-size: 13px;
  font-weight: 600;
  padding-left: 20px;
}
.header-search__box .header-search__input:placeholder {
  color: #adadad;
}
.header-search__box .header-search::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../img/search_header.svg) no-repeat center center;
  background-size: cover;
  left: 2%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-search__box .header-search__btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 13px;
  font-weight: 600;
  min-height: 100%;
  padding: 13px 21px;
  border-radius: 5px;
  grid-area: search;
  width: 24px;
  height: 23px;
  background: no-repeat center/20px url(../img/search.svg) #dce8ef;
}
@media screen and (max-width: 992px){
  .header__basket {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .header__logo-wrapper {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .header__burger-btn {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .header__search-btn {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .header-search__box .header-search__btn {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
}
.header-search__input {
  width: 100%;
}

.analyse__cart-btn {
  font-size: 14px;
  min-height: 48px;
  padding: 16px 45px;
  border: 1px solid #dc3a21;
  border-color: #dc3a21;
  color: #dc3a21;
}
.analyse__cart-btn::before {
  color: #dc3a21;
}
.analyse__cart-btn.add-to-cart::before {
  content: "Добавить";
}
.analyse__cart-btn.remove-from-cart {
  color: #fff;
  background-color: #dc3a21;
}
.analyse__cart-btn.remove-from-cart::before {
  content: "Добавлено";
  color: #fff;
}
.analyses-tile {
  height: 182px;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px 60px 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.analyses-tile__image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.analyses-tile__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.analyses-tile__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  color: #fff;
  position: relative;
  z-index: 2;
}
.analyses-tile__arrow {
  position: absolute;
  z-index: 12;
  right: 28px;
  bottom: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.analyses-tile__arrow svg {
  width: 67px;
  height: 24px;
}
.analyses-tile:hover .analyses-tile__arrow {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.analyses-tiles {
  margin-top: 40px;
  margin-bottom: 100px;
}
.analyses-tiles__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 24px 32px;
}
.analyses-tiles__text {
  margin-top: 23px;
  font-weight: 400;
  font-size: 26px;
  line-height: 105%;
  letter-spacing: 0.3em;
  text-align: center;
  text-transform: uppercase;
  font-family: "Bebas Neue", serif;
  color: #a7a7a7;
}
.analyses-tiles__button {
  margin-left: auto;
  margin-right: auto;
  width: 228px;
}
.analyses-tiles__button.button-lg {
  padding: inherit!important;
}
@media screen and (min-width: 567px) {
  .analyses-tiles__container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .analyses-tile {
    height: 102px;
    padding: 20px;
    border-radius: 6px;
  }
  .analyses-tile__title {
    font-size: 17px;
    line-height: 110%;
  }
  .analyses-tile__arrow {
    right: 21px;
    bottom: 12px;
  }
  .analyses-tile__arrow svg {
    width: 36px;
    height: 12px;
  }
  .analyses-tiles {
    margin-top: 15px;
    margin-bottom: 50px;
  }
  .analyses-tiles__container {
    gap: 8px;
  }
}
#oferta {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: none;
  justify-content: center;
  position: fixed;
  z-index: 9999999999999;
  background-color: rgba(0,0,0,.4);
  top: 0;
  width: 100%;
  height: 100%;
}
#oferta div {
  display: flex;
  border-radius: 10px;
  padding: 20px;
  background-color: rgba(255,255,255,.95);
  color: #000;
  flex-direction: column;
  justify-content: center;
}
#oferta span {
  margin: 0 0 25px;
}
#oferta button {
  display: inline-block;
  width: auto;
}