

/* Start:/bitrix/templates/articles/components/bitrix/news.detail/articles_detail_page/style.css?175960215211276*/
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  src: url('/bitrix/templates/articles/assets/fonts/Lato/Lato-SemiBold.ttf');
}

@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: italic;
  font-weight: 600;
  src: url('/bitrix/templates/articles/assets/fonts/Lato/Lato-SemiBoldItalic.ttf');
}
/* montserrat-regular - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('/bitrix/templates/articles/assets/fonts/Montserrat/montserrat-v31-cyrillic_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-italic - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('/bitrix/templates/articles/assets/fonts/Montserrat/montserrat-v31-cyrillic_latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('/bitrix/templates/articles/assets/fonts/Montserrat/montserrat-v31-cyrillic_latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500italic - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  src: url('/bitrix/templates/articles/assets/fonts/Montserrat/montserrat-v31-cyrillic_latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('/bitrix/templates/articles/assets/fonts/Montserrat/montserrat-v31-cyrillic_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700italic - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: url('/bitrix/templates/articles/assets/fonts/Montserrat/montserrat-v31-cyrillic_latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-900 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('/bitrix/templates/articles/assets/fonts/Montserrat/montserrat-v31-cyrillic_latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-900italic - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  src: url('/bitrix/templates/articles/assets/fonts/Montserrat/montserrat-v31-cyrillic_latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.on-img-props {
    margin-top: 40px;
}

.detail-img {
    width: 100%;
    height: 589px;
    object-fit: cover;
}

.detail-img-item {
    position: relative;
}

.detail-img-item .on-img-props {
    left: 0;
    right: 0;
    bottom: 67px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    position: absolute;
    justify-content: space-between;
}

.detail-img-item .on-img-props__name {
    font-size: 48px;
    line-height: 22px;
    color: #FFFFFF;
    margin: 25px 0;
}

.detail-img-item .on-img-props__publication {
    font-size: 15px;
    line-height: normal;
    color: #FFFFFF;
}

.detail-page-block {
    text-align: right;
}

.detail-page-block__detail-page {
    text-decoration: none;
    font-size: 15px;
    line-height: normal;
    color: #000000;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}

.detail-page-block__detail-page::after {
    content: '';
    width: 35px;
    height: 35px;
    background-color: #FFCC21;
    position: absolute;
    top: -9px;
    left: -41px;
    border-radius: 100%;
    transition: 0.3s;
}

.detail-page-block__detail-page::before {
    content: '';
    background: url(/image/read.png) no-repeat center center / contain;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: -41px;
    width: 34px;
    height: 34px;
}

.detail-page-block__detail-page:hover {
    color: #000000;
    text-decoration: none;
}

.detail-page-block__detail-page:hover::after {
    transform: scale(1.1);
    transition: 0.3s;
}

.column {
    -webkit-column-width: 300px;
    -moz-column-width: 300px;
    column-width: 300px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 39px;
    -moz-column-gap: 39px;
    column-gap: 39px;
    -webkit-column-rule: 0px solid #ffffff;
    -moz-column-rule: 0px solid #ffffff;
    column-rule: 0px solid #ffffff;
    margin-top: 46px;
}

.column__prev-block {
    font-family: 'Futura PT';
    font-weight: 500;
    font-style: normal;
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 38px;
    color: #000000;
}

.column__hero-block {
    padding-left: 66px;
    margin-bottom: 20px;
}

.column__hero-block__name {
    font-size: 15px;
    line-height: normal;
    color: #000000;
    margin: 0;
    position: relative;
}

.column__hero-block__name::before {
    content: '';
    width: 47px;
    height: 47px;
    background-color: #FFCC21;
    position: absolute;
    top: -9px;
    left: -66px;
    border-radius: 100%;
    transition: 0.3s;
}

.column__hero-block__name::after {
    content: '';
    background: url(/image/personal.png) no-repeat center center / contain;
    position: absolute;
    z-index: 1;
    top: 2px;
    left: -50px;
    width: 16px;
    height: 23px;
}

.column__hero-block__description-hero {
    font-size: 15px;
    line-height: normal;
    color: #000000;
    opacity: 0.5;
}

.column__img-block__img {
    max-width: 100%;
    margin-bottom: 17px;
}

.column__img-block__description_img {
    font-size: 15px;
    line-height: normal;
    color: #000000;
    opacity: 0.5;
}

.column .detail-text {
    font-family: 'Futura PT';
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    line-height: 35px;
    color: #000000;
    margin-bottom: 30px;
    margin-top: 30px;
}

.pluso-more {
    display: none !important;
}

.share-items {
    background: #F2F2F2;
    padding: 41px 0 37px 0;
    margin-top: 42px;
}

.share-items .share-block {
    width: 365px;
    padding-left: 35px;
}

.share-items .share-block__first-text {
    font-size: 20px;
    line-height: 22px;
    color: #000000;
}

.share-items .share-block__second-text {
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    opacity: 0.5;
}

.form-item {
    border: 1px solid #000000;
    padding: 49px !important;
    margin-top: 42px;
    background-image: url('/image/background/semicircle-yellow.png');
    background-repeat: no-repeat;
    background-position: left -57px top 26px;
    box-shadow: 14px 14px #FFCC21;
}

.form-item__head {
    font-size: 26px;
    line-height: normal;
    color: #000000;
    margin-bottom: 10px;
}

.form-item__description {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    opacity: 0.5;
    margin-bottom: 27px;
}

.form-item__policy {
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    mix-blend-mode: normal;
    opacity: 0.5;
    margin-top: 12px;
}

.form-item__policy__link {
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    text-decoration: underline;
}

.form-item__policy__link:hover {
    color: #000000;
}

.article-rubrics {
    margin-top: 153px;
    padding-bottom: 45px;
}

.article-rubrics__head {
    font-size: 40px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 30px;
}

.article-comments {
    padding-bottom: 80px;
}

/*------------------------------- NEW STYLE -------------------------------*/

.article-item__top-board {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.article-item {
    margin-top: 80px;
}

.article-item__container {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.article-item-top-board__item {
    background-color: #fff;
    padding: 10px;
    margin: 0;
    border-radius: 10px;
    border: 1px solid #28A59B;
    width: max-content;
    font-weight: 500;
    height: 100%;
    display: block;
}

.article-item__top-board {
 font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    letter-spacing: 0px;
    text-decoration: none;
    text-transform: none;
    color: #212121;
}

.article-item__title {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    text-decoration: none;
    text-transform: none;
    color: #212121;
}

.article-item__top-board {
    margin-bottom: 20px;
}

.article-item__image {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 600px;
    border-radius: 20px;
    object-fit: cover;
    margin-bottom: 30px;
}

.article-item__text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    text-decoration: none;
    text-transform: none;
    color: #212121;
}

.article-item__hero {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;

    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    letter-spacing: 0px;
    text-decoration: none;
    text-transform: none;
    color: #212121;
}

.article-item-hero__icon {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-image: url('/bitrix/templates/articles/assets/img/hero.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60%;
    background-color: #FFCC21;
    margin-right: 20px;
}

.article-item-hero__column {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.article-item-hero__name {
font-weight: 700;
     line-height: 16px;
    margin-bottom: 5px;
}

.article-item-hero__description {
font-weight: 400;
      line-height: 24px;

}

/* End */


/* Start:/bitrix/templates/articles/components/bitrix/news.detail/call_back_mini_form_2/style.css?1743962363465*/
.send-mini-form {
  margin-top: 27px;
}
.send-mini-form__email {
  width: 100%;
  background: none !important;
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.35) !important;
  outline: none !important;
  border-radius: 0;
}
.send-mini-form__email:focus {
  outline: none;
}
.send-mini-form__email::placeholder {
  font-size: 15px !important;
  line-height: 22px !important;
  color: #000000 !important;
  mix-blend-mode: normal !important;
}

/* End */
/* /bitrix/templates/articles/components/bitrix/news.detail/articles_detail_page/style.css?175960215211276 */
/* /bitrix/templates/articles/components/bitrix/news.detail/call_back_mini_form_2/style.css?1743962363465 */
