

/* Start:/blog/style.css?1759219160300*/
.blog-footer {
    padding: 80px 0;
    margin-top: 80px;
    background-color: #f7fafd;
}

.row--section {
    padding-top: 41px;
}

@media screen and (max-width: 992px) {
    .blog-footer {
        padding: 32px 0;
        margin-top: 64px;
    }
    .row--section {
        padding-top: 0;
    }
}
/* End */


/* Start:/local/templates/medic-group/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?175921916011163*/
:root {
  --bg-color: #F7FAFD;
  --primary-color: #215384;
  --text-color: #5A7184;
  --green-color: #6DBE6D;
  --border-color: #E5EAF4;
}

.stock {
  width: 100%;
  overflow: hidden;
}
.stock-title {
  width: 50%;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 125%;
  color: var(--primary-color);
}

.stock-header {
  width: 100%;
  padding: 80px 0;
  background: var(--bg-color);
  margin-bottom: 80px;
}
.stock-header__content {
  width: 100%;
  display: flex;
  align-items: center;
}
.stock-header__offer {
  width: 50%;
  padding: 0 15px;
}
.stock-header__main-title {
  font-style: normal;
  font-weight: bold;
  font-size: 46px !important;
  line-height: 125%;
  color: var(--primary-color);
  text-transform: none !important;
  margin-top: 0 !important;
  word-break: break-word !important;
}
.stock-header__delimiter {
  margin: 15px 0;
  width: 40px;
  height: 5px;
  background-color: var(--green-color);
}
.stock-header__text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: var(--text-color);
}

.expanded-stocks-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: var(--primary-color);
  margin-bottom: 30px;
}

.stock-cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.stock-cards.column-template .stock-card {
  flex-basis: 100%;
  padding: 40px 70px;
}

.stock-card {
  min-height: 220px;
  padding: 40px;
  border: 1px solid var(--border-color);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  flex-basis: 48.7%;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.stock-card__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: var(--primary-color);
}
.stock-card__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: var(--text-color);
}
.stock-card__prices {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: auto;
}
.stock-card__price {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: var(--primary-color);
  margin-left: 30px;
}
.stock-card__price--crossed {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  text-decoration-line: line-through;
  color: var(--text-color);
}

.stock-slider {
  min-height: 300px;
  height: auto;
}
.stock-slider .stock-slider__nav {
  display: flex;
  justify-content: space-between;
}
.stock-slider .stock-slider__nav-btns {
  width: 90px;
  position: relative;
  display: flex;
}
.stock-slider .swiper-button {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary-color);
}
.stock-slider .swiper-button--prev {
  margin-right: 10px;
  transform: rotate(180deg);
}
.stock-slider .swiper-button-disabled {
  background: #fff;
  border: 2px solid var(--primary-color);
}
.stock-slider .swiper-button-disabled path {
  fill: var(--primary-color);
}
.stock-slider .stock-card {
  max-width: 270px;
  min-height: 155px !important;
  height: 155px !important;
  background: #FFFFFF;
  border: 1px solid #E5EAF4;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 20px;
  justify-content: flex-start;
}
.stock-slider .stock-card__logo {
  height: 30px;
  width: 60px;
  align-self: flex-end;
}
.stock-slider .stock-card__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 0 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.stock-slider .stock-card__prices {
  justify-content: flex-start;
  margin-top: 0;
}
.stock-slider .stock-card__price {
  margin-left: 0;
  margin-right: 20px;
}

.back-to-list {
  margin-bottom: 30px;
}
.back-to-list a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 2px solid var(--primary-color);
  transform: rotate(180deg);
}
.back-to-list a:hover {
  background: var(--primary-color);
}
.back-to-list a:hover path {
  fill: #fff;
}
.back-to-list a path {
  fill: var(--primary-color);
}

.stock-wrapper {
  margin-bottom: 80px;
}
.stock-wrapper--properties {
  background: var(--bg-color);
  padding: 50px;
}

.stock-inner {
  padding: 0 20px;
}

.stock-properties {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.stock-properties div {
  flex-basis: 49%;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: var(--text-color);
  display: flex;
  align-items: center;
}
.stock-properties div:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 5px solid #215384;
  margin-right: 30px;
  flex-shrink: 0;
  flex-grow: 0;
}
.stock-properties div:hover:before {
  border: 5px solid #6DBE6D;
}

.stock-conditions {
  display: flex;
  justify-content: space-between;
}
.stock-conditions > div {
  flex-basis: 49%;
}
.stock-conditions__image {
  max-width: 500px;
  display: flex;
  justify-content: center;
}
.stock-conditions__image img {
  max-width: inherit;
  border-radius: 15px;
  object-fit: contain;
  margin-right: 0 !important;
}
.stock-conditions__info-list {
  display: flex;
  flex-direction: column;
}
.stock-conditions__info-list div {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: var(--text-color);
  display: flex;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #E5EBEF;
}
.stock-conditions__info-list div:first-child {
  padding-top: 0;
}
.stock-conditions__info-list div:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 5px solid #215384;
  margin-right: 30px;
  flex-shrink: 0;
  flex-grow: 0;
}

.stock-detail-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #5A7184;
}
#content .stock-detail-text ul {
  list-style-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='7.5' stroke='%23215384' stroke-width='5' /%3E%3C/svg%3E");
}
#content .stock-detail-text ul li {
  margin-top: 20px;
}

.eq-container-wrapper {
  background: var(--bg-color);
}

.animated-banner-image {
  max-width: 470px;
  aspect-ratio: 1;
  height: 100%;
}
@media screen and (max-width: 700px) {
  .stock .animated-banner-image {
    padding: 0;
  }
}
.animated-banner-image .animated-banner-image-main {
  mask-image: url("/local/templates/medic-group/assets/images/mask.png");
  mask-repeat: no-repeat;
  mask-position: center center;
  max-height: 100%;
}
@media screen and (max-width: 992px) {
  .animated-banner-image .animated-banner-image-main {
    mask-size: 95%;
  }
}
@media screen and (max-width: 700px) {
  .animated-banner-image .animated-banner-image-main {
    border-radius: 0;
  }
}
.animated-banner-image svg {
  max-width: 100%;
  max-height: 100%;
}
.animated-banner-image > div {
  height: 100%;
  max-height: 100%;
}

.blog-blocks {
  max-width: 770px;
}
.blog-blocks__item {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .blog-blocks__item {
    margin-bottom: 40px;
  }
}
.blog-blocks .img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  max-height: 100vh;
  width: 100%;
  margin-top: 40px;
  border-radius: 20px;
  overflow: hidden;
}
.blog-blocks .img-wrapper img {
  width: 100%;
  max-height: 100%;
  border-radius: 20px;
}
#content .blog-blocks .img-wrapper img {
  margin: auto;
  max-width: unset;
}

.blog-author {
  background: #f7fafd;
  border-radius: 16px;
  padding: 20px;
  position: relative;
}
.blog-author div {
  position: static;
}
.blog-author__wrapper {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 16px;
}
.blog-author__text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.blog-author__fio {
  font-weight: 700;
  font-size: 20px;
  color: #5a7184;
}
.blog-author__fio--link:after {
  content: "";
  position: absolute;
  inset: 0;
}
.blog-author__spec {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #215384;
}
.blog-author__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
#content .blog-author__image {
  margin: 0;
}
.blog-author__image-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 500px;
  overflow: hidden;
}

.stock .animated-banner-image-main {
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1300px) {
  .stock-wrapper {
    padding: 20px;
  }
  .stock-properties-wrapper {
    padding: 30px;
  }
  .stock-properties-wrapper .row {
    width: 1200px !important;
  }
  .stock-conditions__image {
    max-width: 400px;
  }
}
@media screen and (max-width: 992px) {
  .stock-wrapper {
    margin-bottom: 50px;
  }
  .stock-header__main-title {
    font-size: 38px !important;
  }
  .stock-card {
    flex-basis: 100%;
  }
  .stock-slider .stock-card {
    max-width: 100%;
  }
  .stock-conditions__image {
    max-width: 250px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  #content {
    padding: 0 !important;
  }
  .stock-header {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .stock-header__content {
    flex-direction: column;
  }
  .stock-header__offer {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .stock-card {
    padding: 20px;
  }
  .stock-card__title {
    font-size: 18px;
  }
  .stock-card__description {
    font-size: 16px;
  }
  .stock-card__price {
    font-size: 30px;
  }
  .stock-cards.column-template .stock-card {
    padding: 20px 30px;
  }
  .stock-properties {
    flex-direction: column;
  }
  .stock-properties div {
    flex-basis: 100%;
    font-size: 16px;
  }
  .stock-detail-text p, .stock-detail-text div, .stock-detail-text a {
    font-size: 16px;
  }
  .stock-conditions {
    flex-direction: column-reverse;
  }
  .stock-conditions__info {
    margin-bottom: 30px;
  }
  .stock-conditions__info-list div {
    font-size: 16px;
  }
  .stock-conditions__image {
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .stock-card {
    min-height: 150px;
  }
  .stock-wrapper {
    padding: 0;
  }
  .stock-wrapper--properties {
    padding: 15px;
  }
  .stock-slider {
    min-height: 250px;
  }
  .stock-header__main-title {
    font-size: 30px !important;
  }
  .expanded-stocks-title {
    font-size: 20px;
  }
  .stock-card__prices {
    flex-wrap: wrap;
  }
  .stock-card__prices .stock-card__price {
    margin-left: 10px;
  }
  .stock-conditions {
    flex-direction: column-reverse;
  }
  .stock-conditions__info {
    margin-bottom: 30px;
  }
  .stock-conditions__image {
    margin: 0 auto;
  }
  .stock-conditions__info-list div {
    padding: 15px 0;
  }
  .stock-conditions__info-list div:before {
    margin-right: 15px;
  }
  .stock-properties div:before {
    margin-right: 15px;
  }
}

/* End */


/* Start:/local/components/stmd/simple.block/templates/formAppointment/style.css?17406525598257*/
.stmd-fa-form {
    border-radius: 16px;
    border: 1px solid #E5EAF4;
    width: 830px;
}

.stmd-fa-form img {
    margin: 0 !important;
}

.stmd-fa-form__title {
    background: #FFFFFF;
    box-sizing: border-box;
    color: #5A7184;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    padding: 30px 50px;
    position: relative;
    border-radius: 16px 16px 0 0;
    border-bottom: 1px solid #E5EAF4;
}
.stmd-fa-form__title-text {
    text-align: center;
}

.stmd-fa-form-steps-item {
    padding: 50px;
    background: #FFFFFF;
    border-radius: 0 0 16px 16px;
}

.stmd-fa-form-steps-item-top-row {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 30px;
}

.stmd-fa-form-steps-item-top-row .input-select-container {
    background: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #FAFAFB;
    border-radius: 16px;
    cursor: pointer;
}

.stmd-fa-form-steps-item-top-row .input-select-container input[type="text"] {
    width: 100%;
    padding: 16px 60px 16px 30px;
    border-radius: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #5A7184;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stmd-fa-form-steps-item-top-row .input-select-container .select-arrow {
    position: absolute;
    z-index: -1;
    width: 60px;
    height: 100%;
    top: 0;
    right: 0;
    background: unset;
    border-radius: 0 3px 3px 0;
}

.stmd-fa-form-steps-item-top-row .input-select-container .select-arrow {
    display: flex;
    align-items: center;
}


.select-options {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    max-height: 168px;
    overflow-y: scroll;
    display: none;
}

.select-options::-webkit-scrollbar {
    width: 10px;
}

.select-options::-webkit-scrollbar-track {
    background: #FAFAFB;
    opacity: 0.2;
}

.select-options::-webkit-scrollbar-thumb {
    background: #5A7184;
    border-radius: 2px;
}

.stmd-fa-form-steps-item-top-row .select-triggered .select-options {
    display: block;
}

.stmd-fa-form-steps-item-top-row .select-triggered #select-doctor {
    border-radius: 16px 16px 0 0 !important;
}

.stmd-fa-form-steps-item-top-row .select-options-item {
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #F1F1F5;
    border-top: none;
    cursor: pointer;
    font-size: 14px;
    background: #FAFAFB;
    color: #5A7184;
    transition: .3s;
}

.stmd-fa-form-steps-item-top-row .select-options-item:hover {
    background: #FFF;
    color: #333;
}

.stmd-fa-form-steps-item-top-row .select-options-item-choosen {
    position: relative;
    color: #333;
    background: #FFF;
}

.stmd-fa-form-steps-item-top-row .select-options-item-choosen:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, #ebebeb 0%, #b2b2b2 100%);
    border: 2px solid #D4D4D4;
    position: absolute;
    right: 20px;
    top: calc(50% - 4px);
}

.stmd-fa-form-steps-item-back-step-row {
    margin-top: 15px;
    height: 23px;
    display: flex;
    justify-content: space-between;
    padding: 0 16px 0 16px;
    cursor: pointer;
    color: #757D8A;
    align-items: center;
}
.stmd-fa-form-steps-item-back-step-row-button {
    display: flex;
    justify-content: flex-end;
    column-gap: 10px;
    align-items: center;
}

.stmd-fa-form-steps-item-back-step-row-button span {
    display: block;
    font-size: 16px;
    text-decoration-line: none;
    color: #6DBE6D;
    font-weight: 700;
    line-height: 140%;
}

.stmd-fa-form-steps-item-back-step-row-button:hover span {
    text-decoration: none;
}
.stmd-fa-form-steps-item-progress-row {
    margin-top: 15px;
}
.stmd-fa-form-steps-item-progress-row-item__img {
    width: 44px;
    height: 44px;
    border: 2px solid #A9B9C7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    margin-top: 15px;
}

.stmd-fa-form-steps-item-progress-row-item__img--active {
    border-color: #215384;
}

.stmd-fa-form-steps-item-progress-row {
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.stmd-fa-form-steps-item-progress-row-item__text {
    margin-top: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #757D8A;
}

.stmd-fa-form-steps-item-progress-row-item__text--active {
    color: #215384;
}

.stmd-fa-form-steps-item-progress-row-progress-bar {
    position: absolute;
    width: 93%;
    height: 2px;
    background: #A9B9C7;
    left: 1%;
    top: 38px;
    z-index: -1;
}

.stmd-fa-form-steps-item-progress-row-progress-bar:after {
    content: "";
    display: block;
    height: 100%;
    background: #145285;
}

.stmd-fa-form-steps-item-progress-row-progress-bar--step-1:after {
    width: 110px;
}

.stmd-fa-form-steps-item-progress-row-progress-bar--step-2:after {
    width: 50%;
}

.stmd-fa-form-steps-item-top-row--step-2 {
    grid-gap: 200px;
}

.stmd-fa-form-steps-item-progress-row-progress-bar--step-3:after {
    width: 100%;
}

.stmd-fa-form-steps-item-top-row--step-3 {
    grid-template-columns: 1fr 1fr auto;
    grid-gap: 20px;
}

.stmd-fa-form-steps-item-back-step-row--step-3 {
    justify-content: space-between;
}

.stmd-fa-form-steps-item-back-step-row-license {
    font-size: 14px;
}

.stmd-fa-form-steps-item-back-step-row-license a {
    text-decoration-line: none;
    color: #6DBE6D;
}

.stmd-fa-form-steps-item-top-row--step-4 {
    align-items: center;
}

.stmd-fa-form-steps-item-top-row__success-message {
    font-weight: bold;
    line-height: normal;
    font-size: 24px;
    text-transform: uppercase;
    color: #333333;
}
.stmd-btn--step-form {
    align-items: center;
    column-gap: 10px;
    align-self: self-start;
    margin-top: 4px;
}

.stmd-fa-form-steps-item-top-row .input-error {
    position: absolute;
    bottom: 110%;
    LEFT: 0;
    color: #FB558B;
}
.stmd-fa-form-steps-item-progress-row-item:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.stmd-form-default__uzi {
    grid-template-columns: 1fr 1fr;
}

.stmd-form-select-address {
    display: none;
}
.stmd-form-select-address.active {
    display: block;
}

@media (max-width: 767px) {
    .stmd-fa-form-steps-item-top-row {
        grid-template-columns: 100%;
        grid-gap: 24px;
    }

    .stmd-btn--step-form {
        align-self: unset;
        margin-top: unset;
    }

    .stmd-fa-form-steps-item-back-step-row {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: unset;
        gap: 20px;
    }

    .stmd-fa-form__title {
        font-size: 20px;
    }

    .stmd-fa-form-steps-item-progress-row {
        width: auto;
    }

    .stmd-fa-form-steps-item-back-step-row-button {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .stmd-fa-form-steps-item-back-step-row-button span {
        margin-right: 0;
    }
}

@media (max-width: 516px) {
    .stmd-fa-form__title-text {
        font-size: 20px;
    }
    .stmd-fa-form-steps-item-progress-row {
        display: none;
    }
    .stmd-fa-form-steps-item {
        padding: 24px 20px;
    }
    .stmd-fa-form__title {
        padding: 16px 20px;
    }
    .stmd-fa-form-steps-item-top-row .input-select-container {
        display: flex;
        flex-direction: column-reverse;
        row-gap: 8px;
    }
    .stmd-fa-form-steps-item-top-row .input-select-container input[type="text"] {
        font-size: 14px;
        padding: 10px 16px;
    }
    .stmd-fa-form-steps-item-top-row .input-select-container .select-arrow:after {
        top: 9px;
        right: 16px;
    }
    .stmd-fa-form-steps-item-top-row .input-select-container .select-options {
        max-height: 130px;
    }
    .stmd-fa-form-steps-item-top-row .input--auto {
        background: unset;
        z-index: unset;
        border-radius: unset;
    }
    .stmd-fa-form-steps-item-top-row .input--auto .input-error {
        position: unset;
        bottom: unset;
        left: unset;
    }
}
/* End */
/* /blog/style.css?1759219160300 */
/* /local/templates/medic-group/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?175921916011163 */
/* /local/components/stmd/simple.block/templates/formAppointment/style.css?17406525598257 */
