

/* Start:/local/components/mc21/article/templates/.default/style.css?169392934736*/
.content-snippet__date{float:right;}
/* End */


/* Start:/local/components/sprint.editor/blocks/templates/blog/_style.css?17737791006248*/
/* Общие стили для блоков */
.sp-block-table table {
  width: 100%;
  border-collapse: collapse;
}

.sp-block-table table tr {
  background: #f7f7f7;
  color: #8a8a8a;
}

.sp-block-table table tr:nth-child(odd) {
  background: #e7e6e6;
}

.sp-block-table table tr:hover {
  background: #d4d4d4;
  color: #000;
}

.sp-block-table table td {
  text-align: left;
  border: 1px solid #ccc;
  padding: 5px;
}

.sp-image img {
  width: 100%;
}

.sp-image-text {
  background: #eee;
  margin: 10px 0 10px;
  min-height: 250px;
}

.sp-image-text img {
  float: left;
  width: 320px;
  margin: 0 10px 10px 0;
}

.sp-iblock-elements {
  width: 350px;
  background: #ddd;
  padding: 10px;
}

.sp-properties {
  width: 400px;
  border-collapse: collapse;
}

.sp-properties_title {
  border: 1px solid #ccc;
  padding: 0 5px;
  font-weight: bold;
}

.sp-properties_text {
  border: 1px solid #ccc;
  padding: 0 5px;
}

.sp-gallery-items {
  overflow: hidden;
}

.sp-gallery-item {
  float: left;
  height: 220px;
  padding: 5px;
  /*width: 20%;*/
}

.sp-gallery-item-img-wrapper {
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  display: block;
  color: inherit;
}

.sp-gallery-item img {
  display: block;
  max-width: 100%;
  left: 50%;
  max-height: 100%;
  max-width: none;
  position: relative;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) translateZ(0);
  -moz-transform: translate(-50%, -50%) translateZ(0);
  -o-transform: translate(-50%, -50%) translateZ(0);
  -ms-transform: translate(-50%, -50%) translateZ(0);
  transform: translate(-50%, -50%) translateZ(0);
}

.sp-gallery-item-text {
  background-color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 100%;
}

.sp-gallery-item-text:hover {
  opacity: 1;
}

.sp-gallery-item-text::after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.sp-gallery-item-text-content {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
}

.sp-button_link,
.sp-button_link:link,
.sp-button_link:visited {
  display: inline-block;
  padding: 10px 20px;
  margin: 10px 0;
  border-radius: 20px;
  text-decoration: none;
  background: #ccc;
  color: #333;
}

.sp-button_link:hover {
  text-decoration: none;
  background: #333;
  color: #ccc;
}

/*accordion*/
.sp-accordion {
}

.sp-accordion-title {
  background: #eee;
  font-size: 21px;
  font-weight: 600;
  padding: 25px 20px;
  border-bottom: 2px solid #fff;
}

.sp-accordion-title:first-child {
  border-top: none;
}

.sp-accordion-container {
  padding: 20px 3%;
  display: none;
  overflow: hidden;
}

.sp-accordion-title:after {
  content: "\02C7";
  font-size: 36px;
  color: #82bf31;
  float: right;
  margin: 2px 5px;
  font-weight: 100;
}

.sp-accordion-title__active:after {
  content: "\02C6";
}

.mc_spoiler-toggle {
  padding: 10px 0;
}
.mc_spoiler-container {
  overflow: hidden;
  transition: height 500ms ease;
  height: 0;
}

.mc_spoiler-toggle.on:after {
  content: "показать всё";
  color: #0075ac;
}
.mc_spoiler-toggle.off:after {
  content: "скрыть";
  color: #0075ac;
}

.blog_inner_menu__wrap p.blog_inner_menu__title {
  width: 111px;
  height: 24px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  padding: 20px 0;
  line-height: 135%;
  color: #0075ac;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.blog_inner_menu__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 15px;
  flex: none;
  order: 1;
  flex-grow: 0;
  list-style-type: none;
  margin-top: 15px;
}

.blog_inner_menu__wrap .blog_inner_menu__list .blog_inner_menu__elem a {
  /*width: 223px;*/
  /*height: 22px;*/
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #0075ac;
  flex: none;
  order: 0;
  flex-grow: 0;
  text-decoration: none;
}

.content-snippet .authors__group {
  padding: 0px;
  margin: 10px 0 20px 0;
}

.content-snippet .authors__name {
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}
.content-snippet .authors__title_href {
  display: flex;
  flex-direction: row;
  text-decoration: none;
}
.content-snippet .authors__title {
  display: flex;
  flex-direction: column;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 180%;
  color: #172945;
}

.content-snippet .authors__photo {
  margin: 0 10px 0 0;
}
.content-snippet .authors__photo_img {
  border-radius: 100px;
}

.content-snippet .authors__text {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 135%;
  color: #536581;
  margin: 0 0 20px 0;
}

.meta_info {
  margin: 25px 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #a2a9b5;
  font-size: 12px;
  flex-flow: row wrap;
}
.meta_info div {
  margin: 0 20px 10px 0;
  display: flex;
}
p.dedicated {
  padding: 24px 20px;
  background: #cde4ef;
  border-radius: 16px;
  margin: 20px 0;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: #172945;
}

.articles_socials {
  margin: 15px 0;
}
.articles_socials__wrap {
  display: flex;
}
.articles_socials__item {
  margin: 0 10px 0 0;
}
.articles_socials__title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  color: #172945;
  margin: 0 0 10px 0;
}

.price-snippet .price-snippet__name {
  margin: 0 0 15px;
}
.price-list__wrap {
  padding: 20px;
  background: #f7f7f7;
}
.price-snippet:before:hover {
  opacity: 0;
}
.price-snippet.no_margin {
  margin: 0;
}

@media (min-width: 1024px) {
  .blog_inner_menu__wrap {
    padding: 0 0 0 8%;
  }
  .content-snippet .authors__group {
    gap: 12px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-grow: 0;
  }
  .price-list__wrap {
    margin: 40px 0;
  }
}

/* End */


/* Start:/local/components/mc21/online/templates/.default/style.css?1729891720327*/
.price-snippet__addname{
    position: relative;
    padding-right: 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    cursor: pointer;
}

@media (min-width: 1024px) {
    .price-snippet__addname {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 20px;
    }
}
/* End */
/* /local/components/mc21/article/templates/.default/style.css?169392934736 */
/* /local/components/sprint.editor/blocks/templates/blog/_style.css?17737791006248 */
/* /local/components/mc21/online/templates/.default/style.css?1729891720327 */
