

/* Start:/local/templates/redesign/css/academy.css?175126569643451*/
/*.academy {*/
/*  padding-bottom: 40px;*/
/*}*/
@font-face {
  font-family: 'Halvar Breit Md';
  src: url('/local/templates/redesign/css/../fonts/HalvarBreit/HalvarBreit-Md.eot');
  src: local('Halvar Breitschrift Medium'), local('HalvarBreit-Md'),
  url('/local/templates/redesign/css/../fonts/HalvarBreit/HalvarBreit-Md.eot?#iefix') format('embedded-opentype'),
  url('/local/templates/redesign/css/../fonts/HalvarBreit/HalvarBreit-Md.woff2') format('woff2'),
  url('/local/templates/redesign/css/../fonts/HalvarBreit/HalvarBreit-Md.woff') format('woff'),
  url('/local/templates/redesign/css/../fonts/HalvarBreit/HalvarBreit-Md.ttf') format('truetype'),
  url('/local/templates/redesign/css/../fonts/HalvarBreit/HalvarBreit-Md.svg#HalvarBreit-Md') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.academy__img-wrap .sticker {
  z-index: 1;
  position: absolute;
  top: 15px;
  left: 15px;
}
.main-content .breadcrumbs {
  padding: 44px 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1025px) {
  .main-content .breadcrumbs {
    padding: 44px 20px 35px;
  }
}
.academy__art-title,
.academy__library-title,
.academy__art-title.heading,
.academy__library-title.heading {
  margin: 35px 0;
  font-family: "Montserrat", "Basis Grotesque Pro", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
}
.addresses-list .where-buy__info-link{
  margin-bottom: 5px;
}
.academy__grid {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 35px;
  border-bottom: 1px solid #E5EAEC;
}
.academy__grid--video .academy__item {
  max-width: 740px;
}
.academy__grid--video .academy__item:nth-child(2n) {
  margin-right: 0;
}
.academy .academy__tags {
  padding-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
}
.academy .academy__tags--static {
  position: relative;
  padding: 0 0 40px;
  margin: -70px 0 0;
}
.academy .academy__tags-item {
  margin-right: 20px;
  margin-bottom: 15px;
}
.academy .academy__tags-item:last-of-type {
  margin-right: 0;
}
.academy .academy__tags-item:first-of-type a {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.academy .academy__tags-item:last-of-type a {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.academy__tags-link {
  padding: 10px 15px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #B12535;
  border: 1px solid #E5EAEC;
  border-radius: 5px;
  transition: 0.2s ease-in-out;
}
.academy__tags-link:hover {
  color: #B12535;
  text-decoration: none;
  border-color: #B12535;
}
.academy__tags-link--active {
  color: #B12535;
  border-color: #B12535;
}
.academy .calendar-events {
    margin-top: 20px;
}
.academy__item {
  position: relative;
  margin-bottom: 50px;
  margin-right: 40px;
  width: 100%;
  max-width: 350px;
  display: flex;
  flex-direction: column;
}
.academy__item-text p {
  margin: 0;
}
.academy__date-text {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 1600px) {
  .academy__item:nth-of-type(6n-4),
  .academy__item:nth-of-type(6n-5) {
    max-width: 740px;
  }
  .academy__item:nth-of-type(6n),
  .academy__item:nth-of-type(6n-4) {
    margin-right: 0;
  }
}
@media (min-width: 1600px) and (max-width: 1610px) {
  .academy__item {
    margin-right: 30px;
  }
  .academy__item:nth-of-type(6n-4),
  .academy__item:nth-of-type(6n-5) {
    max-width: 730px;
  }
}
.academy__img-wrap {
  overflow: hidden;
  margin-bottom: 48px;
  position: relative;
  height: 340px;
}
.academy__img-wrap--stocks {
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
.academy__img-wrap:hover .academy__img {
  transform: scale(1.04);
}
.academy__img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  transition: .4s ease-in-out;
  object-fit: cover;
  /* filter: url(#wideGlass); */
}
.academy__img.academy__img--placeholder {
  background: #eee;
}
.academy__img.academy__img--placeholder:after {
  content: "";
  background-image: url(/local/templates/redesign/css/../img/bonus-participate-3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  filter: grayscale(1) brightness(0.08) invert(0.98);
  width: 120px;
  height: 170px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.academy__title {
  margin-bottom: 35px;
  display: block;
  font-weight: 700;
  color: #000;
  font-size: 22px;
  line-height: 1;
  transition: 0.2s ease-in-out;
}
.academy__title:hover {
  color: #B12535;
  text-decoration: none;
}
.academy__item-text {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
}
.academy__item-tags {
  margin-bottom: 0;
}
.academy__item-tag {
  margin-right: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  text-decoration: underline;
}
.academy__item-tag--art,
.academy__item-tag--gastronomy,
.academy__item-tag--library {
  text-transform: uppercase;
  text-decoration: none;
}
.academy__item-video {
  width: calc(50% - 40px);
  margin: 20px;
}
.academy__stocks {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.academy__stocks-text {
  margin-right: 15px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  color: #7d858c;
}
.academy__stocks-text--date {
  padding-left: 25px;
  position: relative;
  color: #B12535;
}
.academy__stocks-text--date::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url(/local/templates/redesign/css/../img/academy-calendar.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px;
}
.academy__item-date {
  margin-bottom: 0;
}
.skidka35 input, .skidka35 textarea, .skidka35 select {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #E5EAEC;
  background-position: right -15px center;
  background-size: 20px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.skidka35 input:-webkit-autofill,
.skidka35 input:-webkit-autofill:focus,
.skidka35 input:-webkit-autofill:hover,
.skidka35 select:-webkit-autofill,
.skidka35 select:-webkit-autofill:focus,
.skidka35 select:-webkit-autofill:hover,
.skidka35 textarea:-webkit-autofill,
.skidka35 textarea:-webkit-autofill:focus,
.skidka35 textarea:-webkit-autofill:hover {
  border: 1px solid #eaeaea;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}

.academy__tags-item.academy__tags-item--last {
  display: flex;
  align-items: center;
}
.academy__tags-item.academy__tags-item--last .tag-arrow {
  margin: 0 0 0 20px;
  background-color: transparent;
}
@media (min-width: 1501px) and (max-width: 1599px) {
  .academy__item {
    max-width: calc((100% / 4) - 30px);
  }
  .academy__item:nth-of-type(6n-4),
  .academy__item:nth-of-type(6n-5) {
    max-width: calc((100% / 2) - 20px);
  }
  .academy__item:nth-of-type(6n),
  .academy__item:nth-of-type(6n-4) {
    margin-right: 0;
  }
}
@media (min-width: 1367px) and (max-width: 1500px) {
  .academy__grid {
    justify-content: flex-start;
  }
  .academy .academy__tags {
    padding: 0 20px;
    padding-top: 15px;
    padding-left: 0px;
    overflow-x: auto;
    flex-wrap: wrap;
  }
  .academy__tags-link {
    white-space: nowrap;
  }
  .academy__tags::-webkit-scrollbar {
    display: none;
  }
  .academy__img {
    width: 100%;
    object-fit: cover;
  }
  .academy__item {
    margin-right: calc(2% + 2px);
    max-width: calc((100% / 3) - 22px);
  }
  .academy__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .academy__tags-item:last-of-type {
    padding-right: 30px;
  }
}
@media (min-width: 1201px) and (max-width: 1366px) {
  .academy__grid {
    justify-content: flex-start;
  }
  .academy .academy__tags {
    padding: 0 20px;
    padding-top: 15px;
    padding-left: 0px;
    overflow-x: auto;
    flex-wrap: wrap;
  }
  .academy__tags-link {
    white-space: nowrap;
  }
  .academy__tags::-webkit-scrollbar {
    display: none;
  }
  .academy__img {
    width: 100%;
    object-fit: cover;
  }
  .academy__item {
    margin-right: calc(2% + 4px);
    max-width: calc((100% / 3) - 20px);
  }
  .academy__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .academy__tags-item:last-of-type {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .academy__grid {
    justify-content: flex-start;
  }
  .academy .academy__tags {
    padding: 0 20px;
    padding-left: 0px;
    padding-top: 15px;
    overflow-x: auto;
    flex-wrap: wrap;
  }
  .academy__tags-link {
    white-space: nowrap;
  }
  .academy__tags::-webkit-scrollbar {
    display: none;
  }
  .academy__img {
    width: 100%;
    object-fit: cover;
  }
  .academy__item {
    margin-right: calc(3% - 4px);
    max-width: calc((100% / 3) - 20px);
  }
  .academy__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .academy__tags-item:last-of-type {
    padding-right: 30px;
  }
}
@media (min-width: 971px) and (max-width: 1024px) {
  .academy__subsection {
    margin: 20px 0;
  }
  .academy__library-title {
    display: none;
  }
  .academy__grid {
    justify-content: space-between;
  }
  .academy .academy__tags {
    top: 72px;
    padding: 0 20px;
    padding-top: 15px;
    padding-left: 0px;
    overflow-x: auto;
    flex-wrap: wrap;
  }
  .academy__tags-link {
    white-space: nowrap;
  }
  .academy__tags::-webkit-scrollbar {
    display: none;
  }
  .academy__img {
    width: 100%;
    object-fit: cover;
  }
  .academy__item {
    margin-right: 0;
    max-width: calc((100% / 2) - 20px);
    border-bottom: 1px solid #E5EAEC;
    padding-bottom: 30px;
  }
  .academy__item:nth-of-type(6n-4),
  .academy__item:nth-of-type(6n-5) {
    max-width: 100%;
  }
  .academy__item:nth-of-type(6n),
  .academy__item:nth-of-type(6n-4) {
    margin-right: 0;
  }
  .academy__tags-item:last-of-type {
    padding-right: 30px;
  }
}
@media (max-width: 970px) {
  .academy__tags-item {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .tags-cloud {
    padding: 0px 20px 10px;
  }
}
@media (min-width: 577px) and (max-width: 970px) {
  .academy__subsection {
    margin: 20px 0;
  }
  .academy__library-title {
    display: none;
  }
  .academy__grid {
    justify-content: space-between;
  }
  .academy .academy__tags {
    top: 64px;
    padding: 0 20px;
    padding-top: 15px;
    overflow-x: auto;
    flex-wrap: wrap;
  }
  .academy__tags-link {
    white-space: nowrap;
  }
  .academy__tags::-webkit-scrollbar {
    display: none;
  }
  .academy__img {
    width: 100%;
    object-fit: cover;
  }
  .academy__item {
    margin-right: 0;
    max-width: calc((100% / 2) - 20px);
    border-bottom: 1px solid #E5EAEC;
    padding-bottom: 30px;
  }
  .academy__item:nth-of-type(6n-4),
  .academy__item:nth-of-type(6n-5) {
    max-width: 100%;
  }
  .academy__item:nth-of-type(6n),
  .academy__item:nth-of-type(6n-4) {
    margin-right: 0;
  }
  .academy__img-wrap {
    margin-bottom: 30px;
  }
  .academy__item-tags,
  .academy__title,
  .academy__item-text,
  .academy__item-date {
    padding: 0 20px;
  }
  .academy__tags-item:last-of-type {
    padding-right: 30px;
  }
  .academy__stocks {
    padding-left: 20px;
  }
}
@media (max-width: 576px) {
  .academy__subsection {
    margin: 20px 0;
  }
  .academy__library-title {
    display: none;
  }
  .academy .academy__tags {
    top: 64px;
    padding: 0 20px;
    padding-top: 15px;
    overflow-x: auto;
    flex-wrap: wrap;
  }
  .academy__tags-link {
    white-space: nowrap;
    padding: 5px 10px;
  }
  .academy__tags::-webkit-scrollbar {
    display: none;
  }
  .academy__img {
    width: 100%;
    object-fit: cover;
  }
  .academy__item {
    margin-right: 0;
    max-width: 100vw;
    overflow-x: hidden;
    /*border-bottom: 1px solid #E5EAEC;
    padding-bottom: 30px;*/
    padding-bottom: 0px;
  }
  .academy__img-wrap {
    margin-bottom: 30px;
  }
  .academy__item-tags,
  .academy__title,
  .academy__item-text,
  .academy__item-date {
    padding: 0 20px;
  }
  .academy__tags-item:last-of-type {
    padding-right: 30px;
  }
  .academy__stocks {
    padding-left: 20px;
  }
  .academy .academy__tags-item {
    margin-right: 10px;
  }
  .academy__tags-item.academy__tags-item--last .tag-arrow{
    margin-left: 10px;
  }
}
.academy__detail-date {
  display: block;
  text-align: center;
}
.academy__detail-description {
  text-align: center;
  margin: 0 auto;
  max-width: 900px;
  font-size: 18px;
}
.academy__detail-title, .academy__detail-title.heading {
  margin-bottom: 35px;
  font-size: 44px;
  line-height: 1;
  font-weight: 600;
  font-family: "Montserrat", "Basis Grotesque Pro", Arial, Helvetica, sans-serif;
}
.academy__detail-bg {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 462px;
  display: block;
  /* filter: url(#widerGlass); */
}

.academy__detail-picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.academy__detail-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
}

.academy__detail-bg:not(.no-shadow):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0006;
  z-index: 2;
}
.academy__detail-title--padding.heading {
  padding-top: 60px;
}
.academy__detail-place {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.academy__detail-place-item {
  margin-right: 40px;
}
.academy__detail-place-text:first-child {
  margin-right: 15px;
  font-size: 12px;
  color: #7D858C;
  text-transform: uppercase;
}
.academy__detail-place-text {
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}
.academy__subsection {
  font-size: 22px;
  margin-bottom: 40px;
  display: block;
  text-align: center;
  font-weight: 600;
}
.wrapper > .academy__subsection {
  margin-top: 10px;
}
.academy__detail {
  margin-bottom: 30px;
  padding-top: 35px;
  border-top: 1px solid #E5EAEC;
}
.wrapper > .academy__detail {
  border-top: 0;
}
.academy__detail img {
  max-width: 100%;
  height: 100%;
  object-fit:cover;
}
.academy__detail-subtitle {
  margin-bottom: 35px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
}
.academy__detail .academy-prod-block__expander-title {
  padding: 20px 0px;
  margin: -20px 0px;
}
.academy__detail-subtitle--date, .academy__detail-subtitle--date.heading {
  font-size: 16px;
}
.academy__detail > p,
.academy__detail > div:not(.academy-teachers) {
  margin: 0 auto 35px;
  max-width: 900px;
  font-size: 18px;
  line-height: 1.3;
  text-align: justify;
  font-weight: 400;
}
.academy__detail dt {
  max-width: 900px;
  color: #B12535;
  margin: 0 auto 5px;
  font-size: 20px;
}
.academy__detail dd {
  max-width: 900px;
  margin: 0 auto 20px;
  font-size: 18px;
}
.academy__detail-text .note {
  cursor: pointer;
  position: relative;
  padding: 2px 5px;
  border: 1px solid rgba(183, 38, 55, 0.5);
  border-radius: 5px;
  transition: 0.2s ease-in-out;
}
.academy__detail-text .note:hover {
  background-color: #f1f1f1;
}
.academy__detail .academy__tags {
  margin-bottom: 50px;
}
.academy__detail .main-button {
  max-width: 380px;
  margin: 0px auto 0px;
}

@media (max-width: 599px) {
  .academy__detail script + div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 30px;
    width: 100%;
    min-width: initial!important;
    align-content: flex-start;
    justify-content: space-evenly;
    overflow-x: hidden;
  }

  .academy__detail script + div .timer-element {
    margin: 0 10px!important;
  }

  .academy__detail script + div .timer-separator {
    padding: 0px!important;
  }
}

@media (max-width: 576px) {
  .academy__detail script + div .timer-element {
    position: absolute!important;
    left: 50%;
    transform: translateX(-50%);
    width: 100%
  }

  .academy__detail script + div .timer-element:nth-child(1) {
    left: 18%;
  }

  .academy__detail script + div .timer-element:nth-child(3) {
    left: 48%;
  }

  .academy__detail script + div .timer-element:nth-child(5) {
    left: 77%;
  }

  .academy__detail script + div .timer-element:nth-child(7) {
    left: calc(100% - 90px);
    display: none!important;
  }
}

@media (max-width: 540px) {
  .academy__detail script + div .timer-element {
    transform: translateX(-50%) scale(0.85);
  }

  .academy__detail script + div .timer-element:nth-child(7) {
    left: calc(100% - 70px);
  }

  .academy__detail script + div .timer-element > span:nth-child(2) {
    font-size: 19px!important;
  }
}

@media (max-width: 470px) {
  .academy__detail script + div .timer-element {
    transform: translateX(-50%) scale(0.8);
  }
  .academy__detail script + div {
    margin-bottom: 10px;
    margin-top: -40px;
  }
}

@media (max-width: 400px) {
  .academy__detail script + div .timer-element {
    transform: translateX(-50%) scale(0.7);
  }

  .academy__detail script + div .timer-element:nth-child(7) {
    left: calc(100% - 50px);
  }
}

.documents-block {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.documents-block .documents-block__item {
  background-image: url(/local/templates/redesign/css/../img/icon-blank.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 44px;
  height: 60px;
  position: relative;
}

.documents-block .documents-block__item .documents-block__tooltip {
  display: block;
  position: absolute;
  bottom: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 160px;
  text-align: center;
  background: #fff;
  box-shadow: 0 8px 16px 1px rgba(0,0,0,0.1);
  opacity: 0;
  color: #212121;
  padding: 8px 16px;
  border-radius: 6px;
  transition: 0.25s ease-in-out;
  pointer-events: none;
}

.documents-block .documents-block__item:hover .documents-block__tooltip {
  opacity: 1;
}

section.grid-wrapper.js--linked-items .news__bottom .main-button {
  max-width: 380px;
  margin: 25px auto 0px;
}

@media (max-width: 400px) {
  section.grid-wrapper.js--linked-items .news__bottom .main-button {
    margin: 0px 20px;
    width: calc(100% - 40px)
  }
}

.note-tooltip {
  padding: 30px;
  position: absolute;
  top: 30px;
  left: 50%;
  width: 100vw;
  max-width: 320px;
  font-size: 14px;
  line-height: 22px;
  background-color: #fff;
  border: 1px solid #E5EAEC;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
  transform: translateX(-50%);
}
.note-tooltip .close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.note-tooltip__title {
  display: block;
  font-weight: 600;
}
.participate-block {
  cursor: pointer;
  padding: 0px 20px;
}
.participate-block {
  display: block;
  margin-bottom: 30px;
  max-width: 380px!important;
}
/* .academy__detail-images {
  display: flex;
  justify-content: space-between;
} */
.academy__detail > img,
.academy__detail p img {
  margin-bottom: 35px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 100%;
}
.academy__detail > img[title="Смотреть каталог.png"],
.academy__detail p img[title="Смотреть каталог.png"] {
  width: auto!important;
  object-fit: contain!important;
  height: 50px!important;
  margin: 0px auto 35px!important;
}
.academy__detail-img--full-size {
  max-width: 100%;
}
.academy__detail-text-title,
.academy__detail > h2,
.academy__detail > h3 {
  margin-bottom: 50px;
  font-size: 32px;
  line-height: 38px;
  text-align: center !important;
}
.academy__detail .card-component-wrapper {
  margin: 0 auto;
  margin-bottom: 30px;
  padding-bottom: 30px;
  max-width: 1130px;
  height: auto;
  border-bottom: 0;
}
.academy__detail .card-component--horizontal {
  display: flex;
  height: auto;
}
.academy__detail > ul,
.academy__detail > ol {
  margin: 0 auto;
  max-width: 760px;
}
.academy__detail > p a,
.academy__detail > ul a,
.academy__detail > ol a {
  color: #B12535;
}
.academy__detail > p a:hover,
.academy__detail > ul a:hover,
.academy__detail > ol a:hover {
  color: #B12535;
}
.academy__detail > ul li,
.academy__detail > ol li {
  margin-bottom: 30px;
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  text-align: justify;
  line-height: 24px;
}
.academy__detail > ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #B12535;
  border-radius: 50%;
}
.academy__detail > ol {
  counter-reset: li;
}
.academy__detail > ol li::before {
  counter-increment: li;
  content: counters(li, ".") ". ";
  top: 0;
  width: 0;
  height: 0;
  color: #B12535;
}
.academy__detail .main-button, .academy__detail .main-button:hover {
  color: #fff;
}
.agreements {
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (max-width: 970px) {
  .academy__detail .main-button.main-button--sales {
    max-width: calc(90vw - 70px)!important;
    position: relative!important;
    left: -20px!important;
    min-width: 220px!important;
  }
}
@media (min-width: 577px) and (max-width: 970px) {
  .academy__detail-title.heading {
    padding: 0 15px;
    font-size: 42px;
  }
  .academy__detail-place {
    padding-left: 20px;
  }
  .academy__detail > p {
    padding: 0 20px;
  }
  .academy__detail > dt {
    padding: 0 20px;
  }
  .academy__detail > dd {
    padding: 0 20px;
  }
  .academy__detail > img {
    max-width: 100%;
    height: 300px;
  }
  .academy__detail-images {
    flex-wrap: wrap;
  }
  .academy__detail > ul, .academy__detail > ol {
    padding: 0 20px;
  }
  .academy__detail-text-title,
  .academy__detail > h2,
  .academy__detail > h3 {
    padding: 0 20px;
  }
  .academy__detail .card-component {
    padding: 0;
  }
  .academy__detail .card-component--vertical {
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    height: 100%;
  }
  .academy__detail .card-component--horizontal {
    padding-bottom: 30px;
    position: relative;
    height: auto;
    border-bottom: 1px solid #eaeaea;
  }
  .academy__detail .card-component__sticker {
    order: -1;
    margin-bottom: 10px;
    justify-content: flex-start;
  }
  .academy__detail .sticker {
    font-size: 10px;
  }
  .academy__detail .card-component__crumbs {
    justify-content: flex-start;
    height: auto;
    margin-left: 20px;
  }
  .academy__detail .card-component__crumb {
    visibility: visible;
    opacity: 1;
  }
  .academy__detail .card-component__name {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    height: auto;
  }
  .academy__detail .card-component__price {
    display: none;
  }
  .academy__detail .card-component__tools {
    display: none;
  }
  .academy__detail .card-component__tools--mobile {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .academy__detail .card-component__price--mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .academy__detail .card-component--discount .price__main {
    font-size: 12px;
  }
  .academy__detail .card-component--horizontal .price__discount,
  .academy__detail .card-component--horizontal .price__main {
    font-size: 18px;
  }
  .academy__detail .price__main {
    font-size: 18px;
  }
  .academy__detail .card-component--discount .price__discount {
    font-size: 16px;
  }
  .articles-detail__video {
    margin-bottom: 30px;
  }
  .academy__detail .card-component-wrapper {
    margin-right: 0;
    margin-bottom: 0;
    padding: 0 20px;
    padding-bottom: 0;
    max-width: 100%;
    border: 0;
  }
  .academy__detail .card-component--horizontal .card-component__img {
    margin-right: 20px;
    max-width: 250px;
    height: 300px;
  }
  .academy__detail .card-component__name {
    font-size: 32px;
    text-align: left;
    line-height: 36px;
  }
  .academy__detail .card-component__price {
    margin-right: 10px;
    display: flex;
    flex-shrink: 0;
  }
  .academy__detail .card-component__tools {
    display: flex;
  }
  .academy__detail .card-component--discount .price__discount,
  .academy__detail .card-component--discount .price__main {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .academy__detail-description {
    padding: 0 15px;
    text-align: justify;
    line-height: 1.3;
  }
  .academy__detail-title.heading {
    padding: 0 15px;
    font-size: 28px;
    line-height: 30px;
  }
  .academy__detail-place {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .academy__detail-place-item {
    margin-right: 0;
  }
  .academy__detail-place-text:first-child {
    margin-right: 0;
  }
  .academy__detail-place-text {
    display: block;
    text-align: center;
  }
  .academy__detail > p,
  .academy__detail > div:not(.nopadding) {
    padding: 0 20px;
    word-wrap: break-word;
  }
  .academy__detail > dt {
    padding: 0 20px;
  }
  .academy__detail > dd {
    padding: 0 20px;
  }
  .academy__detail > img {
    max-width: 100%;
    height: 300px;
  }
  .academy__detail-images {
    flex-wrap: wrap;
  }
  .academy__detail > ul, .academy__detail > ol {
    padding: 0 20px;
  }
  .academy__detail-text-title,
  .academy__detail > h2,
  .academy__detail > h3 {
    margin-bottom: 35px;
    padding: 0 20px;
    font-size: 28px;
    line-height: 30px;
  }
  .academy__detail .card-component {
    padding: 0 20px;
  }
  .academy__detail .card-component--horizontal {
    position: relative;
    height: auto;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: hidden;
  }
  .academy__detail .card-component--horizontal .card-component__img {
    max-width: 110px;
    height: 175px;
  }
  .academy__detail .card-component__sticker {
    order: -1;
    margin-bottom: 10px;
    justify-content: flex-start;
  }
  .academy__detail .sticker {
    font-size: 10px;
  }
  .academy__detail .card-component__crumbs {
    justify-content: flex-start;
    height: auto;
    margin-left: 20px;
  }
  .academy__detail .card-component--horizontal .card-component__crumbs {
    justify-content: flex-start;
    height: auto;
    margin-left: 0;
  }
  .academy__detail .card-component__crumb {
    visibility: visible;
    opacity: 1;
  }
  .academy__detail .card-component--horizontal .card-component__name {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    height: auto;
  }
  .academy__detail .card-component__price {
    display: none;
  }
  .academy__detail .card-component__tools {
    display: none;
  }
  .academy__detail .card-component__tools--mobile {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .academy__detail .card-component__price--mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .academy__detail .card-component--discount .price__main {
    font-size: 12px;
  }
  .academy__detail .card-component--horizontal .price__discount,
  .academy__detail .card-component--horizontal .price__main {
    font-size: 18px;
  }
  .academy__detail .card-component--discount .price__discount {
    font-size: 16px;
  }
  .academy__detail .card-component-wrapper {
    max-width: 100%;
    height: auto;
  }
  .academy__detail .card-component--horizontal .card-component__img {
    margin-top: 30px;
    margin-right: 20px;
    margin-bottom: 55px;
    max-width: 150px;
    height: 210px;
    min-width: 50px;
  }
  .academy__detail .card-component--horizontal .card-component__name {
    margin-top: 30px;
    margin-bottom: 65px;
  }
  .academy__detail .product-code {
    display: none;
  }
  .academy__detail .card-component__second-name {
    display: none;
  }
  .academy__detail .card-component__description {
    display: none;
  }
  .academy__detail .card-component-section {
    position: initial;
    flex-shrink: 1;
    max-width: calc(100% - 50px);
  }
  .academy__detail .card-component__sticker {
    position: absolute;
    left: 20px;
  }
  .academy__detail .card-component--horizontal .card-component__sticker {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    display: flex;
    min-width: auto;
    max-width: 25vw;
    justify-content: flex-start;
  }
  .academy__detail .card-component--horizontal .card-component__price {
    margin-bottom: 65px;
    display: flex;
  }
  .academy__detail .card-component--discount .price__discount,
  .academy__detail .card-component--discount .price__main {
    font-size: 18px;
  }
  .academy__detail .card-component--horizontal .card-component__tools {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    max-width: 100%;
  }
  .btn-classic.main-button {
    max-width: calc(100% - 40px);
  }
  .service-box .agreements {
    margin-bottom: 20px;
  }
}
.academy__detail .video-item {
  width: 100%;
  height: 500px;
  background-size: cover;
  position: relative;
}
.articles-detail__video .video-play-icon {
  background: url(/local/templates/redesign/css/../img/video-play-icon.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 0.25s ease-in-out;
}
.academy .grid-wrapper.js--linked-items {
  margin-bottom: 30px;
}
.academy .grid-wrapper .section-header {
  margin: 30px 0;
}
.grid-component {
  padding-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-top: 1px solid #E5EAEC;
}
.grid-component > * {
  margin-right: 40px;
  margin-bottom: 40px;
}
.grid-component > :nth-of-type(4n) {
  margin-right: 0;
}
.deal_of_day {
  margin: 0 auto;
  border: 0 !important;
}
.deal_of_day .catalog-content__cards {
  padding-right: 10px;
}
@media (min-width: 1367px) and (max-width: 1599px) {
  .grid-component {
    position: relative;
  }
  .grid-component::after {
    content: "";
    position: absolute;
    left: 100%;
    width: 40px;
    height: 100%;
    background-color: #fff;
  }
  .grid-component .card-component-wrapper {
    margin-right: 20px;
    width: 100%;
    max-width: calc((100% / 4) - 15px);
  }
  .grid-component > div:nth-of-type(4n) {
    margin-right: 0;
  }
  .grid-component .card-component__tools .counter {
    max-width: 110px;
  }
}
@media (min-width: 1281px) and (max-width: 1366px) {
  .grid-component {
    overflow: hidden;
  }
  .grid-component .card-component-wrapper {
    margin-right: 40px;
    width: 100%;
    max-width: calc((100% / 3) - 35px);
  }
  .grid-component > div:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .grid-component {
    overflow: hidden;
  }
  .grid-component .card-component-wrapper {
    margin-right: 25px;
    width: 100%;
    max-width: calc((100% / 3) - 20px);
  }
  .grid-component > div:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .academy__detail {
    border-bottom: 0;
  }
}
@media (min-width: 971px) and (max-width: 1024px) {
  .grid-component {
    overflow: hidden;
  }
  .grid-component .card-component-wrapper {
    margin-right: 15px;
    width: 100%;
    max-width: calc((100% / 3) - 10px);
    height: auto;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .grid-component .card-component {
    padding: 0;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
  }
  .grid-component > div:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 577px) and (max-width: 970px) {
  .academy__news__title.section-header {
    padding-left: 20px;
  }
  .grid-wrapper .section-header {
    padding-left: 20px;
  }
  .grid-component {
    overflow: hidden;
    margin: 0 20px;
  }
  .grid-component .card-component-wrapper {
    margin-right: 15px;
    width: 100%;
    max-width: calc((100% / 3) - 10px);
    height: auto;
  }
  .grid-component > div:nth-of-type(3n) {
    margin-right: 0;
  }
  .grid-component .card-component {
    padding: 0;
    padding-top: 15px;
  }
  .grid-component .card-component--vertical {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    height: 100%;
  }
  .grid-component .card-component__img {
    max-width: 110px;
    height: 175px;
  }
  .grid-component .card-component__sticker {
    order: -1;
    margin-bottom: 10px;
    justify-content: flex-start;
  }
  .grid-component .sticker {
    font-size: 10px;
  }
  .grid-component .card-component__crumbs {
    justify-content: flex-start;
  }
  .grid-component .card-component__crumb {
    visibility: visible;
    opacity: 1;
  }
  .grid-component .card-component__name {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    height: auto;
  }
  .grid-component .card-component__price {
    display: none;
  }
  .grid-component .card-component__tools {
    display: none;
  }
  .grid-component .card-component--discount .price__main {
    font-size: 12px;
  }
  .grid-component .price__main {
    font-size: 16px;
  }
  .grid-component .card-component--discount .price__discount {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .academy__news__title.section-header {
    padding-left: 20px;
  }
  .grid-wrapper .section-header {
    padding-left: 20px;
  }
  .grid-component {
    overflow: hidden;
    margin: 0 20px;
    justify-content: space-between;
  }
  .grid-component .card-component-wrapper {
    margin-right: 0;
    width: 100%;
    max-width: calc((100% / 2) - 10px);
    height: auto;
  }
  .grid-component .card-component {
    padding: 0;
    padding-top: 15px;
  }
  .grid-component .card-component--vertical {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    height: 100%;
  }
  .grid-component .card-component__img {
    max-width: 110px;
    height: 175px;
  }
  .grid-component .card-component__sticker {
    order: -1;
    margin-bottom: 10px;
    justify-content: flex-start;
  }
  .grid-component .sticker {
    font-size: 10px;
  }
  .grid-component .card-component__crumb {
    visibility: visible;
    opacity: 1;
  }
  .grid-component .card-component__name {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    height: auto;
  }
  .grid-component .card-component__price {
    display: none;
  }
  .grid-component .card-component__tools {
    display: none;
  }
  .grid-component .card-component--discount .price__main {
    font-size: 12px;
  }
  .grid-component .price__main {
    font-size: 16px;
  }
  .grid-component .card-component--discount .price__discount {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .card-component__stock-wrapper-status,
  .card-component__rating-star,
  .card-component--horizontal .card-component__value {
    font-size: 12px;
  }
  .card-component--horizontal .card-component__stock-wrapper.card-component__stock-wrapper__show-instock {
    margin-bottom: 3px;
    padding-right: 0;
    margin-right: 4px;
  }
  .card-component--horizontal .card-component__crumb {
    margin-rigth: 6px;
    max-height: 18px;
  }
}

@media (max-width: 420px) {
  .card-component__stock-wrapper-status {
    font-size: 12px;
    letter-spacing: -0.5px;
  }
  .sticker--discount .sticker__discount-value {
    margin: 0 4px;
    font-size: 12px;
  }
}

@media (max-width: 340px) {
  .grid-component .card-component-wrapper {
    max-width: 100%;
  }
}

/* Manager */
.manager {
  max-width: 900px;
  margin: 0 auto 40px;
  border: 1px solid #E5EAEC;
  padding: 20px 30px;
  box-shadow: 0px 0px 10px 0px #f1f1f1;
  border-radius: 5px;
}
.manager__title {
  text-align: center;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: 1px solid #E5EAEC;
  margin-bottom: 20px;
}
.manager__wrapper {
  padding: 30px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.manager__img-wrapper {
  max-width: 250px;
  width: 100%;
  height: 250px;
  overflow: hidden;
  margin-right: 80px;
  position: relative;
}
.manager__img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.manager__item {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.manager__item:last-child {
  margin-bottom: 0;
}
.manager__text {
  display: block;
}
.manager__text:first-child {
  margin-right: 40px;
  min-width: 160px;
  color: #a5a5a5;
}
@media (min-width: 577px) and (max-width: 950px) {
  .manager {
    margin: 0px 20px 40px;
  }
}

@media (min-width: 577px) and (max-width: 790px) {
  .manager__img-wrapper {
    margin-right: 40px;
  }
  .manager__img-wrapper {
    margin-right: 20px;
    max-width: 200px;
    max-height: 200px;
  }
  .manager__text:first-child {
    min-width: 120px;
    overflow-wrap: break-word;
    margin-right: 10px;
    width: 120px;
  }
  .manager__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .manager__list {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 577px) and (max-width: 620px) {
  .manager__img-wrapper {
    max-width: 140px;
    max-height: 140px;
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 576px) {
  .manager {
    margin: 0px 20px 40px;
  }
  .manager__wrapper {
    display: block;
  }
  .manager__img-wrapper {
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .manager__text:first-child {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .manager__item {
    display: block;
  }
}
@media (max-width: 360px) {
  .manager__img-wrapper {
    max-width: 140px;
    max-height: 140px;
    width: 140px;
    height: 140px;
  }
}
/* end */

/* Two buttons */
body .btnGroup {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: center;
  margin-top: 60px;
}

body .btnGroup > * * {
  margin: 0!important;
  max-width: 100%!important;
}

body .btnGroup a {
  padding: 0 10px;
  min-width: 250px;
}

body .btnGroup > .main-button.main-button--sales {
  max-width: calc(32% - 60px)!important;
  background: #fff;
  color: #B12535;
  margin: 0 0 0 42px;
  min-width: 230px;
}

body .btnGroup > .main-button--sales:after {
  right: auto;
  left: -41px;
  background-image: url(/local/templates/redesign/css/../img/calculator--black.png);
  background-color: transparent;
}

body .btnGroup > .main-button.main-button--sales:hover {
  background-color: rgba(183, 38, 55, 0.7);
  color: #fff;
}

body .btnGroup > .main-button.main-button--sales:hover:after {
  background-image: url(/local/templates/redesign/css/../img/calculator--white.png);
  background-color: rgba(183, 38, 55, 0.7);
  color: #fff;
}

@media (max-width: 940px) {
  body .btnGroup {
    padding: 0px 10px;
  }
}

@media (max-width: 560px) {
  body .btnGroup {
    flex-wrap: wrap;
  }

  body .btnGroup > * {
    max-width: 100%;
    width: 100%;
  }

  body .btnGroup > .main-button.main-button--sales {
    max-width: calc(100% - 40px)!important;
    width: 100%!important;
  }
}
.academy-teachers__header{
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E5EAEC;
}
.academy-teacher{
  display: flex;
  gap: 40px;
  padding: 20px 0;
  position: relative;
}
.academy-teacher__img-wrap {
  flex-shrink: 0;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 20px;
  left: 0;
}
.academy-teacher .academy-teacher__img {
  width: 100%;
}
.academy-teacher__body{

}
.academy-teacher__name{
  color: #000;
  font-family: Halvar Breit Md;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  padding-left: 190px;
  margin-bottom: 10px;
}
.academy-teacher__text-box{
  padding-left: 190px;
}

.academy-teacher__desc{
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-align: justify;
}

@media (max-width: 577px){
  .academy-teacher__img-wrap {
    position: static;
    float: left;
    margin-right: 20px;
  }
  .academy-teacher__name,
  .academy-teacher__text-box{
    padding-left: 0;
  }
}
.academy-teachers__slider  .slick-list{
  margin: 0 -40px;
}
.academy-teachers__slider  .slick-slide{
  margin: 0 40px;
}
.academy-teachers {
  max-width: 900px;
  margin: 0 auto 35px;
  overflow: hidden;
}
@media (max-width: 970px){
  .academy-teachers {
    padding: 0 30px;
  }
}

.academy-teachers__slider .custom-slick {
  position: absolute;
  top: -20px;
}
.academy-teachers__slider .custom-slick--next {
  right: 0px;
}
.academy-teachers__slider .custom-slick--prev {
  right: 40px;
}

.academy-teachers__slider .custom-slick{
  background-size: 25px;
}
.custom-slick-dots.slick-dots li{
  width: 25px;
}
.custom-slick-dots.slick-dots li button{
  border-radius: 50%;
  border: 1px solid transparent;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.175s;
}
.custom-slick-dots.slick-dots li.slick-active button{
  border: 1px solid #7D858C;

}
.custom-slick-dots.slick-dots li button:focus,
.custom-slick-dots.slick-dots li button:hover{
  border: 1px solid #7D858C;
}
.custom-slick-dots.slick-dots li.slick-active button::before{
  color: #7D858C;
  opacity: 1;
}
.custom-slick-dots.slick-dots li button::before{
  font-size: 20px;
  opacity: 1;
  color: #7D858C;
  position: static;
}
.academy-teachers__slider.slick-dotted.slick-slider{
  margin-bottom: 60px;
}
.academy-teachers__slider.slick-dotted.slick-slider .academy-teacher{
  min-height: 170px;
}
.academy__detail div.h2-heading {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
}
/* end */

.academy .section-header.academy__title{
  margin-bottom: 15px;
  text-align: left;
  color: #000;
  font-family: "Druk Cyr", "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  display: flex;
  align-items: center;
  padding-right: 70px;
}
@media (max-width: 970px) {
  .academy .section-header.academy__title{
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.academy__detail .card-component--horizontal .price__cafive .price__sticker .price__discount{
  order: 1;
}
.academy__detail .card-component--horizontal .price__cafive .price__sticker .price__discount + .price__main{
  order: 2;
}
.academy__detail .card-component--horizontal .card-component__tools .counter + .card-component__tools-buttons .main-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 576px){
  .academy__detail .card-component--horizontal .price__cafive{
    flex-direction: column;
  }
}

@media (max-width: 1024px) and (min-width: 971px){
  .academy .grid-wrapper--disallow-horizintal-cards .card-component.card-component--horizontal {
    display: none;
  }
  .academy .grid-wrapper--disallow-horizintal-cards .card-component.card-component--vertical {
    padding: 30px;
    margin-bottom: 20px;
  }

  .academy .grid-wrapper--disallow-horizintal-cards .card-component.card-component--vertical .card-component__tools--mobile {
    margin-top: auto;
  }
  .academy .grid-wrapper--disallow-horizintal-cards .card-component.card-component--vertical .main-button{
    font-size: 13px;
  }
}



/* End */


/* Start:/local/templates/redesign/components/custom/news/academy/bitrix/news.detail/.default/style.css?17339171691309*/
.detail-artice.flipdown{
	margin: 0 auto;
    transform: scale(0.6);
}
/* Раскрывающийся блок */
.academy-prod-block__expander-title {
  z-index: 1;
  margin-bottom: 30px;
  padding: 20px 0;
  display: block;
  width: 100%;
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #E5EAEC;
  transition: 0.2s ease-in-out;
}
.academy-prod-block__expander-title:hover {
    color: #B12535;
    text-decoration: none;
    box-shadow: 0 -5px 10px 0 #f5f5f5;
  }
@media (max-width: 920px) {
    .academy-prod-block__expander-text {
        padding: 0 20px;
    }
    .academy-prod-block__expander-title {
        border-right: 0;
        border-left: 0;
    }
}
  @media (max-width: 576px) {
    .academy-prod-block__expander-title {
      border-right: 0;
      border-left: 0;
    }
  }
.academy-prod-block__expander-title:hover {
    text-decoration: none;
}
.academy-prod-block__expander-text {
    margin-top: 35px;
    display: block;
    max-height: 0px;
    overflow: hidden;
    transition: .3s ease-in-out;
}
.academy-prod-block__expander-text--visible {
    max-height: 5000px;
}
.academy .academy__detail-subtitle, .academy .academy__detail-subtitle.header {
    margin-bottom: 13px;
    line-height: 18px;
    text-align: center;
    text-transform: none;
}
/* End */
/* /local/templates/redesign/css/academy.css?175126569643451 */
/* /local/templates/redesign/components/custom/news/academy/bitrix/news.detail/.default/style.css?17339171691309 */
