

/* Start:/local/templates/arclinic/components/bitrix/news/blog/bitrix/news.detail/blog/style.css?17327482668593*/
@charset "UTF-8";
/**
* Подключение шрифтов локально из папки "./src/fonts"
*/
@font-face {
  font-family: Acrom--Bold;
  font-display: swap;
  src: url("/local/templates/arclinic/components/bitrix/news/blog/bitrix/news.detail/blog/../static/Acrom--Bold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/** Подключение переменных */
:root {
  --bs-font-family: "Open Sans", serif;
  --bs-font-size: 10px;
  --bs-font-weight: 400;
  --bs-line-height: 1;
  --bs-font-color: #222;
  --bs-transition: 0.3s ease-in-out;
  --bs-radius: 10px;
  --primary-color: #131313;
  --primary-hover-color: #2d2d2d;
  --secondary-color: #ff4040;
  --white-color: #fff;
  --black-color: #131313;
  --bs-shadow: 0px 2px 3px rgba(#000, 10%), 0px 8px 3px rgba(#000, 10%);
  --hover-shadow: 0 0 5px 0 rgba(#000, 10%), 0 0 10px 0 rgba(#000, 10%),
    0 0 15px 0 rgba(#000, 10%);
}

/**
* Подключение sass function и mixins и extends стилей
*/
/* Шаблоны (заготовки)
* @extend %имя шаблона;
*/
/** Обнуление */
* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
}
*, *:before, *:after {
  box-sizing: border-box;
}
*:focus, *:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
  min-width: 320px;
}

.container {
  will-change: auto !important;
}

body {
  overscroll-behavior: none;
  font-size: var(--bs-font-size);
  font-family: var(--bs-font-family);
  font-weight: var(--bs-font-weight);
  line-height: var(--bs-line-height);
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

button {
  cursor: pointer;
  user-select: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
  user-select: none;
}
a:focus, a:active {
  outline: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

sup {
  color: inherit;
}

/**
* Общие параметры, шаблоны(заготовки) и вспомогательные классы
*/
/** Базовые анимации: */
@keyframes show-header {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
@keyframes fade-up-big {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
/** Стили для полноэкранного блока: */
/*
* (i) Стили будут применяться ко
* всем классам содержащим *__container
* Например header__container, main__container и т.д.
*/
[class*=__container] {
  max-width: 74.375rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

[class*=-ibg] {
  position: relative;
}
[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

[class*=-ibg_contain] img {
  object-fit: contain;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  /** Поменять на clip - если используется в проекте position: sticky */
  overflow: hidden;
}

.page {
  position: relative;
  flex: 1 1 auto;
}
.page [data-observ] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: transparent;
  pointer-events: none;
}
.page_start {
  padding-top: 6.25rem;
}

/**
* БЕМ блоки используемые во всё проекте
*/
.layout {
  margin: 0 auto !important;
}

.layout--center {
  max-width: 1280px !important;
  padding: 0 20px !important;
}

.layout--uppers {
  margin-top: 70px !important;
}

.h {
  margin: 0;
  font-family: "Acrom--Bold", sans-serif;
  font-weight: 400;
}

.h1 {
  font-size: 2.8765rem;
  margin-bottom: 30px;
  line-height: normal;
}

.h3 {
  font-size: 1.5rem;
}

body {
  background-color: #fbf9f9;
  font-size: 16px;
}

.article__inner {
  display: flex;
  gap: 20px;
  overflow: auto;
}
.article__aside {
  padding: 20px;
  background-color: #fff;
  flex-shrink: 0;
  flex-basis: 360px;
  max-width: 360px;
  width: 100%;
  display: flex;
  align-self: flex-start;
  flex-direction: column;
  gap: 12px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
.article__title {
  color: #e10b13;
  line-height: 1.2;
}
.article__link {
  display: block;
  color: #000;
  transition: all 0.3s ease-in-out;
}
.article__link:hover {
  color: #e10b13;
  cursor: pointer;
}
.article__content {
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.article__content.sticky {
  margin-left: 380px;
}
.article__main {
  padding: 10px;
  display: flex;
  gap: 20px;
  background-color: #fff;
}
.article__block {
  background-color: #fff;
  padding: 20px;
}
.article__block .article__text {
  line-height: 1.4;
}
.article__main-left {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.article__text {
  line-height: 1.1;
}
.article__info-block {
  display: flex;
  margin-top: 8px;
  gap: 20px;
}
.article__info-prop {
  display: flex;
  align-items: center;
  gap: 4px;
}
.article__subtitle {
  margin-top: auto;
  color: #e10b13;
}
.article__author {
  color: #000;
}
.article__author .article__text {
  transition: all 0.3s ease-in-out;
}
.article__author:hover .article__text {
  color: #e10b13;
}
.article__tag {
  color: #707070;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.5;
}
.article__img {
  width: 380px;
  height: 380px;
  object-fit: cover;
}
.article__rating {
  background-color: #fff;
  padding: 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px 20px;
}
.article__number {
  grid-area: 1/1/3/2;
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 46px;
  font-weight: 700;
}
.article__rating-count {
  display: flex;
  align-items: center;
  gap: 12px;
}

.full-stars {
  text-align: center;
  margin-left: -4px;
}

.full-stars .rating-group {
  display: inline-flex;
}

.full-stars input {
  position: absolute;
  left: -9999px;
}

.full-stars label {
  margin: 0;
  cursor: pointer;
}

.full-stars label svg {
  height: 40px;
  width: 40px;
  fill: #ffca29;
  transition: fill 0.3s;
}

.full-stars input:checked ~ label svg {
  fill: #fff;
}

.full-stars .rating-group:hover label svg {
  fill: #ffca29;
}

.full-stars .rating-group input:hover ~ label svg {
  fill: #fff;
}

.read-more {
  margin-top: 40px !important;
  margin-bottom: 50px !important;
}
.read-more__grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.read-more__item {
  color: #000;
  background-color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.read-more__img {
  width: 380px;
  height: 380px;
  object-fit: cover;
  margin: -10px;
  margin-bottom: 0;
}
.read-more .article__title {
  margin-top: 8px;
}
.read-more__author {
  line-height: 1.1;
  color: #707070;
}

@media screen and (max-width: 1300px) {
  .read-more__img {
    width: 100%;
    height: 340px;
    margin: 0;
  }
}
@media screen and (max-width: 1200px) {
  .article__inner {
    flex-direction: column;
  }
  .article__aside {
    max-width: none;
    height: fit-content;
    flex-basis: auto;
    position: static;
  }
}
@media screen and (max-width: 980px) {
  .read-more__grid {
    grid-template-columns: 1fr 1fr;
  }
  .article__img {
    width: 340px;
    height: 340px;
  }
}
@media screen and (max-width: 768px) {
  .article .h1 {
    font-size: 36px;
  }
  .article__main {
    flex-direction: column-reverse;
  }
  .article__main-left {
    padding: 0;
  }
  .read-more__img {
    max-width: 460px;
  }
  .read-more__grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 560px) {
  .article__rating {
    display: flex;
    flex-direction: column;
  }
  .article__img {
    width: 100%;
    height: 300px;
    max-width: 300px;
  }
  .article__info-block {
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 12px 20px;
  }
  .read-more__img {
    height: 300px;
    max-width: 400px;
  }
  .article .h1 {
    font-size: 24px;
  }
}
/* End */
/* /local/templates/arclinic/components/bitrix/news/blog/bitrix/news.detail/blog/style.css?17327482668593 */
