

/* Start:/local/templates/generator/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?176707454360775*/
.breadcrumb {
  margin-bottom: 1.5rem;
}

.breadcrumb .container {
  padding: 0;
}

@media (max-width: 767px) {
  .breadcrumb .container {
    padding: 0 15px;
  }
}

.blog {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.blog-overlay {
  margin: 0 auto 0;
  max-width: 1100px;
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

@media (max-width: 767px) {
  .blog-overlay {
    height: 450px;
  }
}

.picture-big__img {
  position: relative;
  height: 500px;
  border-radius: 12px;
}

.picture-big__img:after {
  background-color: #000000;
  opacity: 0.6;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border-radius: 12px;
}

@media (max-width: 767px) {
  .picture-big__img {
    height: 450px;
  }
}

.blog-header {
  width: 100%;
  max-width: 1100px;
  padding: 40px;
  height: 500px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--additional-font-family);
  border-radius: 20px;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .blog-header {
    height: 450px;
    padding: 48px 15px;
  }
}

.blog-header__wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding-top: 120px;
}

.blog-header__wrap a {
  color: var(--blue-color);
}

.blog-header__date {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  margin: 12px 25px 12px 0;
}

.blog-header__category {
  padding: 7px 10px;
  color: #83aa43;
  background: #e9f4d8;
  border-radius: 100px;
  margin-right: 25px;
  cursor: pointer;
  font-size: 12px;
  line-height: 14px;
  border-radius: 100px;
  margin-right: 25px;
}

.blog-header__show-article {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 20px;
  color: #fff;
}

.blog-header__show-article img {
  margin-right: 5px;
}

.blog-header__show-article p {
  margin: 0;
  font-size: 12px;
  line-height: 15px;
}

.blog-header__time-to-read {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}

.blog-header__time-to-read span {
  font-weight: 600;
}

.blog-header__title {
  font-family: var(--default-font-family);
  width: 100%;
  padding-top: 24px;
  padding-bottom: 2rem;
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

@media (max-width: 767px) {
  .blog-header__title {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5rem;
  }
}

.blog-header__btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-top: auto;
}

.blog-header__btn img {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .blog-header__btn img {
    display: none;
  }
}

.blog-header__btn--title {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  white-space: nowrap;
}

.blog-header__btn .ya-share2__container_size_m .ya-share2__badge,
.blog-header__btn .ya-share2__container_size_m .ya-share2__icon {
  width: 30px !important;
  height: 30px !important;
  background-size: 26px 26px !important;
  margin-right: 8px;
}

@media (max-width: 767px) {
  .blog-header__btn .ya-share2__container_size_m .ya-share2__badge,
  .blog-header__btn .ya-share2__container_size_m .ya-share2__icon {
    margin: 0;
  }
}

.blog-header__socials {
  margin-left: 15px;
}

.blog-detail__wrap {
  display: flex;
  flex-direction: row;
  margin: 32px auto 0;
  width: 100%;
  max-width: 1100px;
  position: relative;
  font-family: var(--additional-font-family);
}

@media (max-width: 1279px) {
  .blog-detail__wrap {
    max-width: 960px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 991px) {
  .blog-detail__wrap {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .blog-detail__wrap {
    max-width: 540px;
  }
}

.blog-detail__item li {
  line-height: 160%;
  color: #333;
}

.blog-detail__item > p {
  line-height: 160%;
  color: #222;
  margin-bottom: 40px;
}

.blog-detail__wrap nav > p {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2rem;
  color: #333;
  margin-bottom: 35px;
}

.blog-detail__wrap .green-border {
  background: #ffffff;
  border: 2px solid #8dc63f;
  border-radius: 12px;
  padding: 40px;
}

.blog-detail__wrap .green-block {
  background: #e9f4d8;
  border-radius: 12px;
  padding: 40px;
}

.blog-detail__wrap .gray-block {
  background: #eeeeee;
  border-radius: 12px;
  padding: 40px;
}

.white-block {
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 40px;
}

@media (max-width: 550px) {
  .blog-detail__wrap .green-border,
  .blog-detail__wrap .green-block,
  .blog-detail__wrap .gray-block,
  .blog-detail__wrap .white-block {
    padding: 30px;
  }
}

.blog-detail__wrap h2 {
  font-family: var(--default-font-family);
  font-weight: bold;
  color: #222222;
  font-size: 34px;
  line-height: 45px;
  margin: 40px 0 20px;
}

.blog-detail__wrap h3 {
  font-family: var(--default-font-family);
  margin: 10px 0 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 120%;
  color: #333333;
}

@media (min-width: 1280px) {
  .blog-detail__wrap h2 {
    font-size: 34px;
  }
  .blog-detail__wrap h3 {
    font-size: 26px;
  }
}

.blog-detail__wrap p.shadowed {
  padding: 34px 40px;
  /*    border: #DDDDDD solid 1px;*/
  border-radius: 12px;
  box-shadow: 0 15px 40px #0000001a;
}

.blog-detail__wrap p.gray {
  padding: 34px 40px;
  border-radius: 12px;
  background: #f8f8f8;
}

.blog-detail__wrap p.light-blue {
  padding: 34px 40px;
  border-radius: 10px;
  background-color: #f3f7fb;
}

.blog-detail__wrap p.blue-border {
  padding: 34px 40px;
  border: #8dc63f solid 2px;
  border-radius: 12px;
}

.blog-detail__wrap p.blue {
  padding: 34px 40px;
  border-radius: 12px;
  background-color: #e9f4d8;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
}

.blog-detail__wrap .table-container {
  width: 100%;
  color: #333;
  overflow-x: scroll;
  overflow-y: hidden;
  border-radius: 10px;
  margin-bottom: 40px;
}

.blog-detail__wrap .table-container > table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

.blog-detail__wrap .table-container > table > thead {
  background-color: #8dc63f;
  color: #fff;
  font-weight: 700;
}

.blog-detail__wrap .table-container > table > thead > tr > th {
  border: 1px solid #dddddd;
  border-top: none;
  padding: 24px;
}

.blog-detail__wrap .table-container > table > tbody {
  background-color: #f8f8f8;
  font-size: 14px;
  color: #333;
}

.blog-detail__wrap .table-container > table > tbody > tr > td {
  border: 1px solid #dddddd;
  padding: 16px 24px;
}

.blog-detail__wrap .table-container > table > tbody > tr > td:first-child {
  border-left: none;
}

.blog-detail__wrap .table-container > table > tbody > tr > td:last-child {
  border-right: none;
}

.blog-detail__wrap .table-container > table > tbody > tr:last-child > td {
  border-bottom: none;
}

.blog-detail__wrap .table-container > table > thead > tr > .rotate {
  transform: rotate(-90deg);
}

.blog-detail__wrap .table-container > table > tbody > tr > .rotate {
  transform: rotate(-90deg);
}

.blog-detail__wrap .table-container,
.table-container > table {
  /*transform: rotateX(180deg)*/
}

.blog-detail__wrap .table-container::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  border-radius: 50%;
}

.blog-detail__wrap .table-container::-webkit-scrollbar-track {
  background: #f8f8f8;
}

.blog-detail__wrap .table-container::-webkit-scrollbar-thumb {
  background: #8dc63f;
  border-radius: 6px;
}

.blog-detail__wrap .quote {
  padding: 49px 120px 40px 120px;
  background: linear-gradient(0deg, #fafafa, #fafafa);
  margin: 45px 0;
}

.blog-detail__wrap .quote__desc {
  font-family: ptmono;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #333;
  position: relative;
}

.blog-detail__wrap .quote__desc:after {
  content: url("/bitrix/templates/halva/assets/img/right-q.svg");
  position: absolute;
  top: -2px;
  right: -28px;
}

.blog-detail__wrap .quote__desc:before {
  content: url("/bitrix/templates/halva/assets/img/left-q.svg");
  position: absolute;
  left: -15px;
  top: -5px;
}

.blog-detail__wrap .quote__name {
  font-family: ptmono;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: right;
  color: var(--blue-color);
  margin-bottom: 0;
}

.blog-detail__wrap .quote-min {
  padding: 49px 120px 40px 120px;
  background: linear-gradient(0deg, #fafafa, #fafafa);
  margin: 45px 0;
}

.blog-detail__wrap .quote-min__desc {
  font-family: ptmono;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #333;
}

.blog-detail__wrap .quote-min__name {
  font-family: ptmono;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: right;
  color: var(--blue-color);
  margin-bottom: 0;
}

.blog-detail__wrap ul,
.blog-detail__wrap ol,
.blog-detail__wrap li {
  padding: 0;
  margin: 0;
}

.blog-detail__wrap ul,
.blog-detail__wrap ol {
  list-style: none;
}

.blog-detail__wrap li::marker {
  content: none;
}

.blog-detail__wrap nav .article-content-contents {
  counter-reset: list-links;
  margin-bottom: 32px;
}

.blog-detail__wrap nav .article-content-contents {
  counter-reset: list-links;
  margin-bottom: 32px;
}

.blog-detail__wrap nav .article-content-contents > li {
  display: flex;
  align-items: center;
  /*width: 100%;*/
  counter-increment: list-links;
  line-height: 24px;
  transition-property: all;
  transition-duration: 0.2s;
}

.blog-detail__wrap nav .article-content-contents > li:hover {
  color: #0098ce;
}

.blog-detail__wrap nav .article-content-contents li a {
  color: #333;
}

.blog-detail__wrap nav .article-content-contents > li > a:hover {
  color: #0098ce;
  text-decoration: none;
}

nav.heading-list ol li a {
  color: #666666;
}

nav.heading-list ol li a:hover {
  color: var(--blue-color);
  text-decoration: underline;
}

.blog-detail__wrap nav .article-content-contents > li:before {
  content: counter(list-links);
  font-size: 26px;
  margin-right: 32px;
  width: 32px;
  height: 32px;
  position: absolute;
  margin-left: -56px;
  background-color: transparent;
  color: #333;
  flex-shrink: 0;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
}

ol.table-of-contents__list li a {
  color: #666666;
}

ol.table-of-contents__list li a:hover {
  color: var(--blue-color);
  text-decoration: underline;
}

.blog-detail__wrap ol {
  counter-reset: numbered-list;
  margin-bottom: 40px;
}

.blog-detail__wrap ol > li {
  position: relative;
  margin-left: 56px;
  margin-bottom: 20px;
  counter-increment: numbered-list;
}

.blog-detail__wrap ol > li:before {
  content: counter(numbered-list);
  width: 32px;
  height: 32px;
  position: absolute;
  margin-left: -56px;
  margin-right: 24px;
  font-size: 18px;
  background-color: #8dc63f;
  color: #fff;
  flex-shrink: 0;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  cursor: pointer;
}

.blog-detail__wrap .heading-list ol > li:before {
  content: counter(numbered-list);
  width: 32px;
  height: 32px;
  position: absolute;
  margin-left: -56px;
  margin-right: 24px;
  font-size: 16px;
  background-color: #f8f8f8;
  color: #999999;
  flex-shrink: 0;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  cursor: pointer;
}

.blog-detail__wrap .heading-list ol > li:hover:before {
  background-color: #8dc63f;
  color: #fff;
}

.blog-detail__wrap ol.table-of-contents__list > li:before {
  content: counter(numbered-list);
  width: 32px;
  height: 32px;
  position: absolute;
  margin-left: -56px;
  margin-right: 24px;
  font-size: 16px;
  background-color: #f8f8f8;
  color: #999999;
  flex-shrink: 0;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  cursor: pointer;
}

.blog-detail__wrap ol.table-of-contents__list > li:hover:before {
  background-color: #8dc63f;
  color: #fff;
}

.blog-detail__wrap ul {
  margin-bottom: 40px;
}

.blog-detail__wrap ul > li {
  margin-bottom: 20px;
  position: relative;
  margin-left: 56px;
}

.blog-detail__wrap ul > li:before {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3ccircle cx='16' cy='16' r='8.5' stroke='%238DC63F'/%3e%3ccircle cx='16' cy='16' r='5' fill='%238DC63F'/%3e%3c/svg%3e");
  width: 32px;
  height: 32px;
  position: absolute;
  margin-left: -56px;
}

.blog-detail__wrap ul > li > ol {
  counter-reset: numbered-list;
  margin-top: 20px;
}

.blog-detail__wrap ul > li > ol > li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  counter-increment: numbered-list;
}

.blog-detail__wrap ul > li > ol > li:before {
  content: counter(numbered-list);
  width: 32px;
  height: 32px;
  margin-right: 24px;
  font-size: 16px;
  background-color: #8dc63f;
  color: #fff;
  flex-shrink: 0;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
}

.blog-detail__wrap ol > li > ul {
  margin-top: 20px;
}

.blog-detail__wrap ol > li > ul > li {
  margin-bottom: 20px;
  position: relative;
  margin-left: 56px;
}

.blog-detail__wrap ol > li > ul > li:before {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3ccircle cx='16' cy='16' r='8.5' stroke='%238DC63F'/%3e%3ccircle cx='16' cy='16' r='5' fill='%238DC63F'/%3e%3c/svg%3e");
  width: 32px;
  height: 32px;
  position: absolute;
  margin-left: -56px;
}

@media (min-width: 1280px) {
  .blog-detail__wrap nav .article-content-contents li a {
    text-decoration: none;
    color: #333;
    display: block;
    flex-shrink: 0;
    padding-right: 16px;
  }
  .blog-detail__wrap nav .article-content-contents li:after {
    content: "";
    display: block;
    height: 1px;
    background-color: #0098ce;
    width: 0;
    transition-property: all;
    transition-duration: 0.2s;
  }
  .blog-detail__wrap nav .article-content-contents li:hover:after {
    width: 100%;
  }
}

.blog-detail__wrap .heading-list__header {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2rem;
  color: #333;
  margin-bottom: 35px;
  position: relative;
}

.blog-detail__wrap .table-of-contents__header {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2rem;
  color: #333;
  margin-bottom: 35px;
}

/*.blog-detail__wrap .heading-list .heading-list__header:after {
    content: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 1L7.5 8L1 1' stroke='%23000000' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}

.blog-detail__wrap .table-of-contents__header:after {
    content: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8L7.5 1L14 8' stroke='%23000000' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}

.blog-detail__wrap nav.heading-list.hide ol {
    display: none;
}

.blog-detail__wrap nav.heading-list.hide .heading-list__header:after {
    content: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8L7.5 1L14 8' stroke='%23000000' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}

.blog-detail__wrap .table-of-contents__header:after {
    content: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8L7.5 1L14 8' stroke='%23000000' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}*/

/*
.table-of-contents .table-of-contents__list {
    display: none;
}

.table-of-contents {
    background: #f2f5f9;
    margin-bottom: 30px
}

.table-of-contents__header {
    padding: 15px 30px;
    font-weight: 700;
    font-size: 1.1em
}

.table-of-contents__hide {
    cursor: pointer
}

.table-of-contents__hide:after {
    content: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 1L7.5 8L1 1' stroke='%23000000' stroke-linecap='square'/%3E%3C/svg%3E%0A");
    margin-left: 12px
}

.table-of-contents__hide:hover {
    opacity: .9
}

.table-of-contents.open .table-of-contents__list {
    display: block
}

.table-of-contents.open .table-of-contents__hide:after {
    content: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8L7.5 1L14 8' stroke='%23000000' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}

.table-of-contents ol {
    margin: 0 30px 0;
    padding: 0 0 15px 0;
    list-style: none
}

.table-of-contents ol li {
    padding-left: 0;
    margin-bottom: 0
}

.table-of-contents ol li a {
    color: #000;
    text-decoration: none
}

.table-of-contents ol li a:hover {
    color: var(--blue-color);
}

.table-of-contents ol li:before {
    display: inline-block;
    content: counter(point) ". ";
    opacity: .5;
    margin-right: 5px;
    margin-left: 0
}

.table-of-contents ol .level-1 {
    counter-increment: point;
    counter-reset: sublist;
    margin-top: .4em;
    margin-bottom: .2em
}

.table-of-contents ol .level-1:before {
    width: 1.6em
}

.table-of-contents ol .level-2 {
    counter-reset: sublist3;
    font-size: .92em;
    margin-top: .3em;
    margin-bottom: .3em;
    margin-left: 30px
}

.table-of-contents ol .level-2:before {
    content: counter(point) "." counter(sublist) ". ";
    counter-increment: sublist;
    width: 2.5em
}

.table-of-contents ol .level-3 {
    counter-reset: sublist4;
    font-size: .88em;
    margin-top: .3em;
    margin-bottom: .7em;
    margin-left: 70px
}

.table-of-contents ol .level-3:before {
    content: counter(point) "." counter(sublist) "." counter(sublist3) ". ";
    counter-increment: sublist3;
    width: 3.3em
}

.table-of-contents ol .level-4 {
    counter-reset: sublist5;
    font-size: .8em;
    margin-top: .3em;
    margin-bottom: .7em;
    margin-left: 120px
}

.table-of-contents ol .level-4:before {
    content: counter(point) "." counter(sublist) "." counter(sublist3) "." counter(sublist4) ". ";
    counter-increment: sublist4;
    width: 3.8em
}

.table-of-contents ol .level-5 {
    counter-reset: sublist6;
    font-size: .75em;
    margin-top: .3em;
    margin-bottom: .7em;
    margin-left: 175px
}

.table-of-contents ol .level-5:before {
    content: counter(point) "." counter(sublist) "." counter(sublist3) "." counter(sublist4) "." counter(sublist5) ". ";
    counter-increment: sublist5;
    width: 4.8em
}

.table-of-contents {
    background: #F8F8F8;
    border-radius: 12px;
}

span.table-of-contents__hide.js-table-of-contents-hide {
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.table-of-contents ol .level-1:before {
    width: 16px;
}

.table-of-contents ol li:before {
    display: inline
}

.table-of-contents ol > li:before {
    counter-increment: myCounter;
    content: counter(myCounter) ". ";
    opacity: .5;
    margin-right: 5px;
    margin-left: 0;
}

.table-of-contents ol {
    counter-reset: myCounter;
}*/

.blog-detail__item:first-child {
  margin-right: 50px;
  width: 760px;
}

.blog-detail__item:last-child {
  width: 300px;
}

.blog-detail__item .author {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 26px;
}

.blog-detail__item .author-wrapper {
  display: flex;
}

.blog-detail__item .author__img {
  margin-right: 15px;
}

.blog-detail__item .author__img.border {
  border: 2px solid var(--blue-color);
  margin-right: 16px;
  height: 63px;
  min-width: 63px;
  border-radius: 50%;
  object-fit: cover;
}

.blog-detail__item .author__name {
  font-size: 12px;
  line-height: 1;
  color: #999999;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-detail__item .author__name a,
.blog-detail__item .author__name .author__fio {
  font-size: 14px;
  color: #000;
}

.blog-detail__item .author__name .author__position {
  display: block;
  padding-top: 5px;
  padding-bottom: 0.5rem;
  line-height: 1.25;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}

.blog-detail__item .author__name a,
.blog-detail__item .author__name .author__fio {
  color: var(--default-font-color);
  display: block;
  /* padding-top: 0.5rem;
  padding-bottom: 0.5rem; */
  font-weight: 700;
  line-height: 1.25;
}

.blog-detail__item .category {
  margin-top: 50px;
}

.blog-detail__item .category__title,
.blog-detail__item .author_title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.blog-detail__item .category__list {
  margin: -2px;
  display: flex;
  flex-wrap: wrap;
}

.blog-detail__item .category__link {
  margin: 2px;
  padding: 6px 12px;
  font-size: 14px;
  text-decoration: none;
  border-radius: 100px;
  display: block;
  background: #f8f8f8;
  color: #999999;
}

.blog-detail__item .category__link:hover {
  background: #e9f4d8;
  color: #83aa43;
}

.blog-detail__item .category__link--blue {
  background: var(--blue-color);
  border-radius: 100px;
  color: #fff;
}

.blog-detail__item .category .blue-general {
  background: #e9f4d8;
  color: #83aa43;
}

.blog-detail__item .tags {
  margin-top: 50px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.blog-detail__item .tags__title {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}

.blog-detail__item .tags__links {
  display: flex;
  flex-direction: row;
}

.blog-detail__item .tags__link {
  font-size: 14px;
  line-height: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  margin-right: 15px;
}

.blog-detail__item .tags__link:hover {
  color: var(--blue-color);
}

.blog-detail__item .articles {
  margin-top: 50px;
  position: sticky;
  top: 100px;
  width: 300px;
}

.blog-detail__item .articles.fixed {
  margin-top: initial;
  position: fixed;
  top: 110px;
  width: 300px;
}

.blog-detail__item .articles.stuck {
  margin-top: initial;
  position: absolute;
  top: auto;
  width: 300px;
  bottom: 30px;
}

.blog-detail__item .articles__title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.blog-detail__item .articles__list {
  display: flex;
  flex-direction: column;
}

.blog-detail__item .articles__item {
  margin-top: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.blog-detail__item .articles__item:first-child {
  margin-top: 0;
}

.blog-detail__item .articles__item a {
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  color: rgb(153, 153, 153);
}

.blog-detail__item .articles__item a:first-child {
  margin-right: 24px;
}

.blog-detail__item .articles__item a:hover {
  color: var(--blue-color);
}

.blog-detail__item .articles__item img {
  object-fit: cover;
  display: block;
  max-width: 56px;
  width: 56px;
  height: 56px;
  border-radius: 5px;
}

.blog-detail__wrap .linked-post {
  margin-bottom: 2.5rem;
}

.blog-detail__wrap .linked-post__wrap {
  font-family: var(--additional-font-family);
  max-width: 730px;
  width: 100%;
  display: flex;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgb(221 221 221);
  box-shadow: 0 15px 40px #0000001a;
  max-height: 271px;
}

@media (max-width: 767px) {
  .blog-detail__wrap .linked-post__wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
}

.blog-detail__wrap .linked-post__image {
  display: block;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  max-width: 300px;
  object-fit: cover;
}

@media (max-width: 991px) {
  .blog-detail__wrap .linked-post__image {
    max-width: 100%;
  }
}

.blog-detail__wrap .linked-post__text {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.5rem;
}

@media (max-width: 767px) {
  .blog-detail__wrap .linked-post__text {
    padding: 2.5rem 1.5rem;
  }
}

.blog-detail__wrap .linked-post__title {
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  color: #ff0f00;
}

.blog-detail__wrap .linked-post__name {
  line-height: 1.5rem;
  color: #666666;
  font-size: 14px;
}

.blog-detail__wrap .linked-post__detail {
  margin-top: 2rem;
  padding: 14px 2rem;
  font-weight: 700;
  font-size: 16px;
}

.blog-detail__item .articles-footer {
  border-top: 1px solid var(--blue-color);
  padding-top: 2.5rem;
  margin-top: 70px;
  margin-bottom: 70px;
  /*    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;*/
}

.article-tags {
  margin-bottom: 2rem;
}

.articles-footer__bottom {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

@media (max-width: 450px) {
  .articles-footer__bottom {
    display: flex;
    flex-direction: column;
  }

  .blog-detail__item .author {
    margin-bottom: 0;
  }
}

.blog-detail__item .articles-footer__item {
  width: 45%;
}

.blog-detail__item .articles-footer__item:first-child {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.blog-detail__item .articles-footer__item:last-child {
  margin-left: 3.5rem;
}

.blog-detail__item .articles-footer__title {
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 14px;
  color: #000;
}

.blog-detail__item .articles-footer__socials .ya-share2__container_size_m .ya-share2__badge,
.blog-detail__item .articles-footer__socials .ya-share2__container_size_m .ya-share2__icon {
  width: 30px !important;
  height: 30px !important;
  background-size: 26px 26px !important;
  margin-right: 8px;
}

.blog-detail__item .articles-footer__socials ul {
  margin: 0;
}

.blog-detail__item .articles-footer__socials ul li:before {
  border: none;
}

.blog-detail__item .articles-footer__socials ul li:hover:before {
  background-color: transparent;
}

.blog-detail__item .articles-footer .rating {
  position: relative;
  left: 55px;
  top: -40px;
}

.blog-detail__item .articles-footer .rating span {
  color: var(--blue-color);
}

.blog-detail__item .articles-footer .rating .rating-voted {
  line-height: 28px;
  color: #ddd;
  text-transform: none;
  display: block;
  margin-top: 10px;
}

.blog-detail__item .articles-footer .rating__wrap {
  display: flex;
  flex-direction: row;
}

.blog-detail__item .articles-footer .stars .iblock-vote {
  display: flex;
  flex-direction: row;
}

.blog-detail__item .articles-footer .stars .iblock-vote div {
  margin-right: 6px !important;
}

.read-more {
  background-color: #f3f7fb;
  position: relative;
  padding: 40px 0 64px;
  margin-top: 40px;
}

.read-more-wrap {
  position: relative;
}

.read-more__list {
  display: flex;
  flex-direction: row;
  position: relative;
  overflow: hidden;
  margin: 0 -15px;
}

.read-more__list .swiper-slide {
  padding: 0 15px 40px;
}

.read-more__category {
  font-weight: 400;
  text-align: left;
  font-family: var(--additional-font-family);
  line-height: inherit;
  position: absolute;
  top: 1rem;
  left: 1rem;
  border-radius: 20px;
  background-color: #e9f4d8;
  padding: 6px 12px;
  font-size: 14px;
  color: #83aa43;
}

.read-more__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
  background-color: #ffffff;
  transition-duration: 0.3s;
  box-shadow: 0 15px 20px #0000001a;
  height: auto !important;
  position: relative;
  transition-property: transform;
  border: 1px solid #f0f0f0;
}

.read-more__item:hover {
  box-shadow: -4px 4px 20px rgba(32, 32, 32, 0.1);
  border-radius: 10px;
}

.read-more__item .read-more__body {
  font-family: var(--additional-font-family);
  padding: 40px;
  display: flex;
  flex-direction: column;
}

.read-more__title {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 600;
  padding: 0 0 24px;
}

.read-more__img img {
  border-radius: 10px 10px 0 0;
  height: 180px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.read-more__name {
  color: #333;
  text-decoration: none;
  margin-bottom: 12px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
  min-height: 110px;
}

.read-more__text {
  margin-bottom: 24px;
  flex-grow: 1;
  font-size: 14px;
}

@media (max-width: 767px) {
  .read-more__name {
    min-height: initial;
  }
  .read-more__text {
    min-height: initial;
  }
}

.read-more__icons {
  display: flex;
  flex-direction: row;
  margin-bottom: 25px;
}

.read-more__icons img {
  width: 18px;
  height: 12px;
  margin-right: 5px;
}

.read-more__icons span {
  font-size: 14px;
  line-height: 16px;
  color: #bbb;
}

a.read-more__btn.btn-blue {
  font-weight: 700;
  border-radius: 6px;
  padding: 15px 31px;
  font-size: 16px;
  height: 56px;
}

.read-more__btn:hover {
}

.read-more .swiper-pagination {
  width: 100%;
}

.read-more .swiper-button-disabled {
  opacity: 1 !important;
}

.read-more .swiper-button-prev {
  top: calc(50% + 16px);
  left: -15px;
  width: 32px;
  height: 32px;
  border: 1px solid #c7c5c5;
  border-radius: 50%;
  background: white;
}

.read-more .swiper-button-next {
  top: calc(50% + 16px);
  right: -15px;
  width: 32px;
  height: 32px;
  border: 1px solid #c7c5c5;
  border-radius: 50%;
  background: white;
}

.read-more .swiper-button-prev:after,
.read-more .swiper-button-next:after {
  font-size: 14px;
  color: #323232;
}

.read-more .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  margin: 10px 0 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.read-more .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #000;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 8px;
  padding: 0;
}

.mob {
  display: none;
}

@media (max-width: 1279px) {
  .blog-detail__item:first-child {
    margin-right: 0;
    width: 100%;
  }
  .blog-detail__item:last-child {
    display: none;
  }
}

@media (max-width: 767px) {
  .blog-header__category {
    margin-right: 25px;
    font-size: 15px;
  }
  .blog-detail__item .articles-footer__item:first-child {
    width: 47%;
  }
  .blog-detail__item .articles-footer__item:last-child {
    width: 52%;
  }
  .blog-detail__item .articles-footer .rating {
    left: 30px;
  }
  .blog-detail__item .articles-footer .rating__wrap {
    height: 23px;
  }
  .blog-detail__item .articles-footer .stars .iblock-vote {
    height: 23px;
  }
  .blog-detail__wrap .with-text {
    width: 100%;
  }
  .blog-detail__wrap .rlink-modern__image {
    width: 260px;
    height: 230px;
    right: calc(100% - 38%);
  }
  .blog-detail__wrap .rlink-modern__text {
    margin-left: 290px;
  }
  .blog-detail__wrap .rlink-modern__name {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .blog-detail__wrap .rlink-modern__title {
    font-size: 26px;
    line-height: 26px;
  }
  .blog-detail__wrap .quote {
    padding: 49px 40px 40px;
  }
  .blog-detail__wrap .quote-min {
    padding: 49px 40px 40px;
  }
}

@media (max-width: 450px) {
  .mob {
    display: flex;
    margin-left: 15px;
  }
  .pc {
    display: none;
  }
  /* .blog-header__btn .ya-share2__container_size_m .ya-share2__badge {
         width: 26px !important;
         height: 26px !important;
         background-size: 22px 22px !important;
     }

     .blog-header__btn .ya-share2__container_size_m .ya-share2__icon {
         width: 26px !important;
         height: 26px !important;
         background-size: 22px 22px !important;
     }*/
  .blog-header__btn .ya-share2__list.ya-share2__list_direction_horizontal {
    margin: 0;
  }
  .blog-header__btn ul li:before {
    border: none;
  }
  .blog-header__btn ul li:hover:before {
    background-color: transparent;
  }
  .blog-detail__item:first-child {
    width: 100%;
    margin-right: 0;
  }
  .blog-detail__item:last-child {
    display: none;
  }
  .blog-detail__item .articles-footer {
    flex-direction: column;
  }
  .blog-detail__item .articles-footer__item:first-child {
    width: 100%;
  }
  .blog-detail__item .articles-footer__item:last-child {
    margin: 1.5rem 0 0 0;
    width: 100%;
  }
  .blog-detail__item .articles-footer__title {
    margin-bottom: 0.5rem;
  }
  .blog-detail__item .articles-footer .rating {
    left: 30px;
  }
  .blog-detail__item .articles-footer .rating__wrap {
    height: 23px;
  }
  .blog-detail__item .articles-footer .stars .iblock-vote {
    height: 23px;
  }
  /*
    .blog-detail__item .articles-footer__socials .ya-share2__container_size_m .ya-share2__badge {
        width: 30px !important;
        height: 30px !important;
    }

    .blog-detail__item .articles-footer__socials .ya-share2__container_size_m .ya-share2__icon {
        width: 30px !important;
        height: 30px !important;
    }
    */
  .blog-detail__wrap nav {
    margin-bottom: 32px;
  }
  .blog-detail__wrap nav > p {
    margin-bottom: 32px;
  }
  .blog-detail__wrap .source {
    padding: 25px 30px;
    margin: 40px 0;
  }
  .blog-detail__wrap .documents {
    margin: 40px 0;
    padding: 40px 20px;
  }
  .blog-detail__wrap .documents a {
    font-size: 16px;
    line-height: 24px;
  }
  .blog-detail__wrap .documents__item img {
    margin-right: 15px;
    width: 40px;
    height: 40px;
  }
  .blog-detail__wrap .other-font {
    margin: 40px 0;
    padding: 40px 30px;
  }
  .blog-detail__wrap .other-font-bord {
    margin: 40px 0;
    padding: 40px 30px 40px 20px;
  }
  .blog-detail__wrap .line-inside {
    margin: 40px 0;
    padding: 40px 30px 40px 55px;
  }
  .blog-detail__wrap .red-border {
    margin: 40px 0;
    padding: 40px 30px;
  }
  .blog-detail__wrap .long-table {
    margin: 40px 0;
  }
  .blog-detail__wrap .with-text {
    width: 100%;
    margin: 20px 0 20px;
  }
  .blog-detail__wrap .with-text__desc {
    margin-bottom: 40px;
  }
  .blog-detail__wrap .rlink-modern {
    flex-direction: column;
    margin: 40px 0;
  }
  .blog-detail__wrap .rlink-modern__image {
    position: static;
    width: 100%;
    height: 200px;
    right: 0;
  }
  .blog-detail__wrap .rlink-modern__text {
    margin-left: 30px;
    width: auto;
  }
  .blog-detail__wrap .rlink-modern__name {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .blog-detail__wrap .rlink-modern__title {
    font-size: 26px;
    line-height: 26px;
  }
  .blog-detail__wrap .rlink-modern-min {
    margin: 40px 0;
    padding: 40px 30px;
  }
  .blog-detail__wrap .quote {
    padding: 49px 45px 49px 45px;
    margin: 40px 0;
  }
  .blog-detail__wrap .quote-min {
    padding: 49px 45px 49px 45px;
    margin: 40px 0;
  }
}

.read-also {
  margin: 40px 0;
  padding: 40px;
  background: #f5f5f5;
  border-radius: 10px;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  .read-also {
    padding: 40px 30px;
  }
}

.read-also__title {
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 28px;
  color: var(--blue-color);
  margin: 0 0 15px;
}

.read-also__link {
  font-family: Roboto-Medium, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #333;
  text-decoration: none;
}

.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item:before,
.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item:after {
  content: none;
}

/*Документ в содержании*/

li.js-instruction-trigger.lead-magnet {
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}

.lead-magnet-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}

li.js-instruction-trigger.lead-magnet img {
  width: 40px;
  height: 44px;
}

li.js-instruction-trigger.lead-magnet .lead-magnet-wrapper div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

li.js-instruction-trigger.lead-magnet span.title {
  font-size: 17px;
  font-weight: 500;
  line-height: 21.78px;
  text-align: left;
  color: #0b67ad;
  text-decoration: underline;
  margin-right: -20px;
}

li.js-instruction-trigger.lead-magnet span.download {
  font-size: 15px;
  font-weight: 400;
  line-height: 18.15px;
  text-align: left;
  color: rgba(138, 138, 138, 1);
}

li.js-instruction-trigger.lead-magnet span.download:hover {
  text-decoration: none !important;
}

/*insets*/

.inset-consent {
  margin-top: 18px;
  margin-bottom: 6px;
  font-size: 12px;
  padding-left: 25px;
  position: relative;
  width: 100%;
}

.inset-consent a {
  text-decoration: none;
  color: var(--blue-color);
}

.inset-consent input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1000;
}

.inset-consent input[type="checkbox"] + label {
  position: relative;
}

.inset-consent input[type="checkbox"] + label:before {
  position: absolute;
  top: 0;
  left: -25px;
  display: block;
  content: "";
  height: 16px;
  width: 16px;
  background-color: #ce2803;
  border-radius: 4px;
}

.inset-consent input[type="checkbox"]:checked + label:before {
  background-color: var(--blue-color);
}

.inset-consent input[type="checkbox"]:checked + label:after {
  position: absolute;
  left: -20px;
  top: 2px;
  display: block;
  content: "";
  width: 5px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.inset-footer {
  margin-top: 24px;
  font-size: 11px;
  display: flex;
  gap: 16px;
}

.inset-footer a {
  color: var(--default-font-color);
}

.inset-calendar {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
  max-width: 760px;
  padding: 0;
  background-image: url(/local/templates/generator/assets/img/insets/calendar/bg.svg);
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}

.inset-calendar .inset-content {
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
}

.inset-calendar .insetCalendar-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 24px 32px;
}

@media (max-width: 991px) {
  .inset-calendar .insetCalendar-left {
    background-image: url(/local/templates/generator/assets/img/insets/calendar/bg.svg);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 24px 32px;
  }
}

.inset-calendar .insetCalendar-right {
  width: 50%;
}

.inset-calendar .insetCalendar-person {
  position: relative;
  display: block;
}

@media (max-width: 991px) {
  .inset-calendar .insetCalendar-person {
    width: 100%;
    max-width: 300px;
    margin-top: 12px;
  }
}

.inset-calendar .insetCalendar-person.person--mob {
  display: none;
}

@media (max-width: 991px) {
  .inset-calendar .insetCalendar-person.person--pc {
    display: none;
  }
  .inset-calendar .insetCalendar-person.person--mob {
    display: block;
    width: 100%;
    margin-bottom: 12px;
  }
}

.inset-calendar .insetCalendar-person .person-experience {
  border-radius: 5px;
  background-color: var(--blue-color);
  padding: 6px;
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: right;
}

@media (max-width: 991px) {
  .inset-calendar .insetCalendar-person .person-experience {
    top: 15px;
    left: 15px;
    right: initial;
  }
}

.inset-calendar .insetCalendar-person img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inset-calendar .insetCalendar-person .person-info {
  width: 300px;
  background-color: #ffffff;
  padding: 15px 25px;
  position: absolute;
  right: calc(50% - 300px / 2);
  bottom: 65px;
  line-height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 991px) {
  .inset-calendar .insetCalendar-person .person-info {
    width: 100%;
    background-color: transparent;
    padding: 12px 10px;
    position: absolute;
    right: initial;
    bottom: 0;
  }
}

.inset-calendar .insetCalendar-person .person-name {
  color: #1e3053;
}

.inset-calendar .insetCalendar-person .person-specialization {
  font-size: 12px;
  font-weight: 500;
  color: var(--blue-color);
}

.inset-calendar .inset-title {
  margin: 0;
  font-family: var(--default-font-family);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}

@media (max-width: 991px) {
  .inset-calendar .inset-title {
    text-align: center;
  }
}

.inset-calendar .inset-title span {
  color: var(--blue-color);
}

.inset-calendar .inset-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 300px;
}

@media (max-width: 767px) {
  .inset-calendar .inset-form {
    display: block;
  }
}

.inset-calendar .insetForm-row {
  margin-top: 8px;
}

@media (max-width: 767px) {
  .inset-calendar .insetForm-row {
    margin-top: 15px;
  }
}

.inset-calendar .insetForm-row input[type="text"] {
  width: 100%;
  padding: 16px 12px 16px 32px;
  border-radius: 8px;
  font-size: 16px;
  outline: none;
  border: 1px solid #dddddd;
}

.inset-calendar .insetForm-row input[type="text"]:hover {
  border: 1px solid rgb(59 130 246 / 0.5);
}

.inset-calendar .insetForm-row input.phone {
  position: relative;
  padding-left: 60px;
  background-image: url(/local/templates/generator/assets/img/input-phone.svg);
  background-position-x: 30px;
  background-repeat: no-repeat;
  background-position-y: center;
}

.inset-calendar .insetForm-button input {
  padding: 14px;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  border: none;
  background-color: var(--blue-color);
  border-radius: 0.5rem;
  cursor: pointer;
  color: #ffffff;
}

@media (max-width: 767px) {
  .inset-calendar .insetForm-button input {
    width: 100%;
  }
}

.inset-diasnost {
  margin-bottom: 40px;
  width: 100%;
  max-width: 760px;
  overflow: hidden;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  padding: 40px;
  position: relative;
  background-image: url(/local/templates/generator/assets/img/insets/diagnost/bg.png);
  background-repeat: no-repeat;
}

@media (max-width: 1279px) {
  .inset-diasnost {
    padding: 40px 20px;
  }
}

.inset-diasnost .inset-title {
  margin-bottom: 24px;
  font-family: var(--default-font-family);
  font-weight: 600;
  line-height: 120%;
  font-size: 26px;
  max-width: 455px;
}

@media (max-width: 1279px) {
  .inset-diasnost .inset-title {
    font-size: 24px;
    max-width: initial;
  }
}

.inset-diasnost .inset-subtitle {
  font-size: 18px;
  line-height: 160%;
  max-width: 455px;
}

@media (max-width: 1279px) {
  .inset-diasnost .inset-subtitle {
    max-width: initial;
  }
}

.inset-diasnost .inset-subtitle span {
  font-weight: 700;
}

.inset-diasnost .inset-offer {
  margin-top: 11px;
  max-width: 455px;
  font-weight: 700;
  font-size: 15px;
}

@media (max-width: 1279px) {
  .inset-diasnost .inset-offer {
  }
}

.inset-diasnost .inset-caption {
  margin-top: 11px;
  margin-bottom: 11px;
  max-width: 455px;
  font-weight: 600;
  font-size: 18px;
}

@media (max-width: 1279px) {
  .inset-diasnost .inset-caption {
    max-width: initial;
  }
}

.inset-diasnost .inset-list img {
  width: 22px;
  height: 22px;
}

.inset-diasnost .inset-list div {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: var(--additional-font-family);
  line-height: 1;
}

.inset-diasnost .inset-example {
  position: absolute;
  right: 40px;
  top: 40px;
  line-height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

@media (max-width: 1279px) {
  .inset-diasnost .inset-example {
    position: relative;
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 16px;
    right: initial;
    top: initial;
  }
}

.inset-diasnost .inset-example .insetExample-img {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 9999px;
  border: 1px solid rgb(0 152 206 / 0.1);
}

.inset-diasnost .inset-example .insetExample-img img {
  padding: 10px;
  border-radius: 9999px;
  border: 1px solid rgb(0 152 206 / 0.4);
}

.inset-diasnost .inset-example .insetExample-title {
  margin-bottom: 16px;
  font-family: var(--additional-font-family);
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
  color: #333;
}

.inset-diasnost .inset-decor {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 220px;
  height: 270px;
}

@media (max-width: 991px) {
  .inset-diasnost .inset-decor {
    bottom: 100px;
    width: 120px;
    height: 150px;
  }
}

@media (max-width: 767px) {
  .inset-diasnost .inset-decor {
    bottom: 330px;
    right: 0;
    width: 120px;
    height: 150px;
  }
}

.inset-diasnost .inset-decor img {
  width: 100%;
  height: auto;
}

.inset-diasnost .inset-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 455px;
}

@media (max-width: 767px) {
  .inset-diasnost .inset-form {
    display: block;
  }
}

.inset-diasnost .insetForm-row {
  margin-top: 8px;
}

@media (max-width: 767px) {
  .inset-diasnost .insetForm-row {
    margin-top: 15px;
  }
}

.inset-diasnost .insetForm-row input[type="text"] {
  width: 100%;
  padding: 16px 12px 16px 32px;
  border-radius: 8px;
  font-size: 16px;
  outline: none;
  border: 1px solid #dddddd;
}

.inset-diasnost .insetForm-row input[type="text"]:hover {
  border: 1px solid rgb(59 130 246 / 0.5);
}

.inset-diasnost .insetForm-row input.phone {
  position: relative;
  padding-left: 60px;
  background-image: url(/local/templates/generator/assets/img/input-phone.svg);
  background-position-x: 30px;
  background-repeat: no-repeat;
  background-position-y: center;
}

.inset-diasnost .insetForm-button input {
  padding: 14px;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  color: #ffffff;
  background-image: linear-gradient(to right, #0098ce, #04b8c6);
  border-radius: 0.5rem;
}

.inset-diasnost .inset-consent {
  max-width: 455px;
}

/*Стиль врезки*/

.typical-container {
  justify-content: center;
  font-family: Inter;
  width: 100%;
}

.typical-container__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  /*width: 800px;*/
  width: 100%;
  padding: 64px 0 50px;
}

@media (max-width: 730px) {
  .typical-container__wrapper {
    /*width: 730px;*/
    width: 100%;
  }
}

@media (max-width: 425px) {
  .typical-container__wrapper {
    width: 100%;
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
  }
}

.typical-first-block__content {
  max-width: 480px;
}

.typical-first-block {
  padding: 40px;
  background: #e9f4d7;
  border: 1px solid #8dc53f;
  border-radius: 20px;
  z-index: 9;
  display: flex;
  gap: 40px;
  align-items: flex-start;
  max-width: 800px;
}

@media (max-width: 730px) {
  .typical-first-block {
    padding: 32px 20px;
  }
}

/* @media (max-width: 425px) */

@media (max-width: 520px) {
  .typical-first-block {
    flex-direction: column;
  }
}

.typical-first-block-content {
  width: 480px;
}

@media (max-width: 425px) {
  .typical-first-block__content {
    width: 100%;
  }
}

@media (max-width: 425px) {
  .typical-first-block__content {
    width: 100%;
  }
}

.typical-first-block__title {
  font-size: 27px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
}

@media (max-width: 425px) {
  .typical-first-block__title {
    font-size: 22px;
    line-height: 29px;
  }
}

.typical-first-block__title .decoration {
  color: #8dc53f;
}

.typical-first-block-text {
  padding-top: 9px;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
}

.typical-first-block-text div {
  padding-top: 15px;
}

.typical-author__photo img {
  max-width: 200px;
  max-height: 200px;
}

@media (max-width: 730px) {
  .typical-author__photo img {
    max-width: 160px;
    max-height: 160px;
  }
}

@media (max-width: 425px) {
  .typical-author__photo img {
    max-width: 64px;
    max-height: 64px;
  }
}

.typical-author {
  padding-top: 32px;
}

.typical-block-author-mob {
  display: none;
}

/*@media (max-width: 425px)*/

@media (max-width: 520px) {
  .typical-block-author-mob {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 24px;
  }
  .typical-block-author {
    display: none;
  }
  .typical-author {
    padding-top: 0;
  }
  .typical-author-photo img {
    max-width: 64px;
    max-height: 64px;
  }
}

.typical-author {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.typical-author__name {
  font-size: 20px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
}

.typical-author__profession {
  padding-top: 17px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0em;
  text-align: left;
  color: #666666;
}

@media (max-width: 730px) {
  .typical-author__profession {
    line-height: 17px;
  }
}

@media (max-width: 425px) {
  .typical-author__profession {
    padding-top: 12px;
    line-height: 12px;
  }
}

.typical-second-block {
  padding: 40px;
  margin: -24px 40px 0;
  border-radius: 20px;
  border: 2px solid #8dc53f;
  border-top: none;
  width: 100%;
  background-color: #ffffff;
}

.typical-second-block__wrapper {
  display: flex;
  width: 100%;
}

@media (max-width: 520px) {
  .typical-second-block {
    padding: 32px 20px;
    margin: -24px 20px 0;
  }
}

@media (max-width: 425px) {
  .typical-second-block {
    padding: 32px 20px;
    margin: -24px 20px 0;
  }
}

.typical-document-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

@media (max-width: 730px) {
  .typical-document-block {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .typical-document-block {
    width: 100%;
  }
}

.typical-doc-item {
  display: flex;
  gap: 16px;
  padding-top: 24px;
  align-items: center;
}

.typical-doc-item img {
  height: fit-content;
  max-width: none;
}

.typical-doc-item__title a {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #242323;
  text-decoration: underline;
}

@media (max-width: 425px) {
  .typical-doc-item__title a {
    line-height: 22px;
  }
}

.typical-doc-item__title a:hover {
  color: #8dc53f;
}

.typical-doc-item__description {
  padding-top: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  color: #999999;
}

@media (max-width: 730px) {
  .typical-doc-item__description {
    line-height: 20px;
  }
}

@media (max-width: 425px) {
  .typical-doc-item__description {
    font-size: 12px;
    line-height: 17px;
  }
}

.typical-btn-download {
  display: flex;
  padding-top: 40px;
  justify-content: center;
}

.typical-btn {
  background-color: #fc8800;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  padding: 20px 32px;
  border-radius: 10px;
  cursor: pointer;
}

@media (max-width: 520px) {
  .typical-btn {
    text-align: center;
  }
}

@media (max-width: 425px) {
  .typical-btn {
    font-size: 13px;
    line-height: 19px;
    text-align: center;
  }
}

.typical-btn:hover {
  color: #fff;
}

.typical-btn-doc {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.typical-doc-size {
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  padding: 8px 12px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  margin-top: 5px;
}

@media (max-width: 425px) {
  .typical-doc-size {
    font-size: 12px;
    line-height: 12px;
  }
}

.typical-already {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  color: #999999;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  padding-top: 16px;
}

.typical-already svg {
  width: 19.2px;
  height: 18px;
}

@media (max-width: 425px) {
  .typical-already {
    font-size: 12px;
    line-height: 16px;
  }
  .typical-already svg {
    width: 16px;
    height: 15px;
  }
}

/*Врезка План списания*/

.write-off-plan {
  padding: 50px 0;
  position: relative;
}

.write-off-plan-wrapper {
  max-width: 760px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 38px 48px;
  background-image: url(/local/templates/generator/assets/images/inc-write-plan/bg-5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  background-color: #d2fbcf;
  /*    border: 5px solid #8EC63F;*/
}

@media (max-width: 990px) {
  .write-off-plan-wrapper {
    padding: 23px 17px;
    background-image: url(/local/templates/generator/assets/images/inc-write-plan/bg-m-5.jpg);
    min-height: 651px;
  }
}

.write-off-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 29px;
  line-height: 35px;
  color: #000000;
  max-width: 530px;
}

@media (max-width: 990px) {
  .write-off-title {
    font-size: 17px;
    line-height: 22px;
    margin-top: 45px;
  }
}

.write-off-title span.decoration {
  color: #fff;
  background-color: #86c613;
  padding: 0 10px;
  position: absolute;
  right: 0;
  border-radius: 60px 0 0px 60px;
  font-size: 17px;
}

.write-off-title span.decoration-green {
  color: #8dc63f;
}

.write-off-description {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  padding-top: 20px;
  max-width: 542px;
}

@media (max-width: 990px) {
  .write-off-description {
    padding-top: 15px;
    font-size: 12px;
    line-height: 15px;
  }
  .write-off-title span.decoration {
    border-radius: 60px;
    right: unset;
    left: 15px;
    top: 70px;
    font-size: 14px;
    padding: 7px 20px;
  }
}

.write-off-list {
  padding-top: 15px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
}

@media (max-width: 990px) {
  .write-off-list {
    padding-top: 15px;
  }
}

.write-off-list ul {
  margin-bottom: 0;
}

.write-off-list ul li {
  margin-bottom: 0;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  margin-left: 14px;
}

@media (max-width: 990px) {
  .write-off-list ul li {
    font-size: 11px;
    line-height: 15px;
    padding-bottom: 5px;
  }
}

.plan-call-text {
  padding-top: 15px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 300;
  line-height: 20.72px;
  max-width: 400px;
}

@media (max-width: 990px) {
  .plan-call-text {
    font-size: 11px;
    line-height: 17px;
    padding-top: 10px;
    max-width: 300px;
  }
}

.write-off-phone input {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px 20px;
  max-width: 397px;
  width: 100%;
  height: 47px;
  border: 1px solid #fff;
  border-radius: 3px;
  margin-top: 10px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  line-height: 23.68px;
  color: #231f20;
  background-color: #fff;
}

@media (max-width: 990px) {
  .write-off-phone input {
    height: 45px;
  }
}

button.write-off-btn.btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 20px;
  max-width: 397px;
  width: 100%;
  height: 76px;
  flex-grow: 0;
  margin-top: 10px;
  border-radius: 3px;
  background-color: #f25830;
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
  line-height: 26.64px;
  color: #fff;
}

@media (max-width: 990px) {
  button.write-off-btn.btn {
    height: 58px;
    line-height: 23px;
    font-size: 16px;
  }
}

.looked-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 148%;
  color: #000000;
  padding-top: 10px;
}

@media (max-width: 990px) {
  .looked-text {
    font-size: 11px;
    line-height: 17px;
  }
}

.looked-text span.looked-decoration {
  color: #8dc63f;
}

.write-off-plan-wrapper .privacy-policy {
  font-family: Inter;
  font-size: 9px;
  font-weight: 300;
  line-height: 11.7px;
  max-width: 397px;
  padding-top: 10px;
}

@media (max-width: 990px) {
  .write-off-plan-wrapper .privacy-policy {
    font-size: 8px;
    line-height: 10.7px;
    max-width: 180px;
  }
}

.write-off-list ul > li:before {
  content: url(/local/templates/generator/assets/images/inc-write-plan/point.svg);
  width: 4px;
  height: 4px;
  position: absolute;
  margin-left: -16px;
}

form.write-off-form {
  width: 100%;
  padding-top: 20px;
}

.wrapper-plan-close {
  min-height: 100%;
  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;
  padding: 30px 10px;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.plan-content-close {
  max-width: 420px;
  height: 285px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  color: #231f20;
  -webkit-box-shadow: 0 0 13px rgba(121, 121, 121, 0.2);
  box-shadow: 0 0 13px rgba(121, 121, 121, 0.2);
  border-radius: 12px;
  width: 100%;
  padding: 35px;
  text-align: center;
  background-color: #fff;
  align-items: center;
  background-image: url(/local/templates/generator/assets/images/widget-consultation/bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.plan-close {
  position: absolute;
  top: 35px;
  right: 35px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.plan-close svg {
  top: 8px;
  right: 3px;
}

p.popup__title_close-plan {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #8dc63f;
}

@media (max-width: 768px) {
  p.popup__title_close-plan {
    color: #8dc63f;
    font-size: 20px;
    line-height: 24px;
  }
}

p.popup__text_plan {
  color: rgb(35, 31, 32);
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 136%;
  margin-top: 15px;
}

@media (max-width: 768px) {
  p.popup__text_plan {
    margin-top: 10px;
    font-size: 10px;
  }
}

a.btn--green.header__phone-btn-plan {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px;
  max-width: 272px;
  height: 48px;
  background: #8dc63f;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}

@media (max-width: 768px) {
  a.btn--green.header__phone-btn-plan {
    margin-top: 10px;
  }
}

.linked-from-wr {
  padding: 40px 25px;
  background: #fbfff3;
  border-radius: 30px;
  border: 2px solid #95c12c;
}

.linked-from-title {
  font-family: Inter;
  font-size: 27px;
  font-weight: 700;
  line-height: 32.4px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 28px;
}

.linked-form-l-item {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: left;
  display: flex;
}

.linked-form-l-item span {
  margin-right: 7px;
  min-width: 15px;
}

.linked-form-l-item:not(:last-child) {
  margin-bottom: 23px;
}

.linked-form-l-item a {
  text-decoration: underline;
  color: #000;
}

.linked-form-l-item:hover {
  color: #95c12c;
}

.linked-form-l-item:hover a {
  color: #95c12c;
}

.linked-from-title b {
  color: #95c12c;
}

@media (max-width: 768px) {
  .linked-from-wr {
    padding: 20px 14px;
    border-radius: 20px;
  }
  .linked-from-title {
    font-size: 22px;
    line-height: 26.4px;
    margin-bottom: 26px;
  }
}

@media (min-width: 1750px) {
  .mainpage_head_bottom__blog .mainpage_head_bottom_right-title {
    font-size: 34px;
    margin-bottom: 16px;
  }
}

.mainpage_head_bottom__blog.mainpage_head_bottom .container {
  padding: 0px 0px 48px 0px;
}

.mainpage_head_bottom__blog .mainpage_head_bottom_right-text {
  max-width: 100%;
}

/* End */


/* Start:/bitrix/components/bitrix/player/templates/.default/style.min.css?1720099663122*/
td.popupmenu div.popupitem .playlist-edit{background-image:url(/bitrix/components/bitrix/player/images/playlist_edit.gif)}
/* End */
/* /local/templates/generator/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?176707454360775 */
/* /bitrix/components/bitrix/player/templates/.default/style.min.css?1720099663122 */
