

/* Start:/local/templates/html/components-template/tag/style.css?17022041421775*/
.tag-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.tag {
  font-weight: 500;
  font-size: calc((12 / 16) * 1rem);
  line-height: 28px;
  height: 28px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #282828;
  padding: 0 15px;
  margin: 0 4px 10px 0;
  cursor: pointer;
  user-select: none;
  background: #F8F8F8;
  display: inline-block;
  border-radius: 10px;
  transition: all ease 0.3s; }
  .tag .icon {
    transition: fill 0.3s, stroke 0.3s; }
  .tag[href]:hover {
    color: #078A51; }
    .tag[href]:hover .icon {
      fill: #078A51; }
  .tag[href]:active {
    text-decoration: none;
    color: #078A51; }
    .tag[href]:active .icon {
      fill: #078A51; }
  .tag.active {
    color: #007261; }
  @media (min-width: 768px) {
    .tag a:hover, .tag a:focus {
      color: #078A51 !important; } }

@media (min-width: 1024px) {
  .tag {
    font-weight: 500;
    font-size: calc((15 / 16) * 1rem);
    line-height: 36px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #282828;
    height: 36px;
    background: #F8F8F8;
    border-radius: 10px;
    display: inline-block;
    padding: 0 17px;
    margin: 0 4px 9px 0;
    cursor: pointer;
    user-select: none; } }

.tag.tag--small {
  font-style: normal;
  font-weight: bold;
  font-size: calc((12 / 16) * 1rem);
  line-height: 24px;
  height: 24px;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.15);
  padding: 0 14px;
  margin: 0 10px 10px 0;
  border-radius: 50px;
  text-transform: none;
  letter-spacing: unset; }
  .header--dark .tag.tag--small {
    color: #6D6D6D;
    background: #FFFFFF; }
  @media (min-width: 1024px) {
    .tag.tag--small {
      font-size: calc((24 / 16) * 1rem);
      line-height: 36px;
      height: 36px; } }

/* End */


/* Start:/local/templates/html/components-template/favorite/style.css?17022041421459*/
.favorite {
  cursor: pointer; }
  .favorite.active .favorite-icon {
    display: none; }
  .favorite.active .favorite-icon--active {
    display: block; }

.favorite-text {
  display: none; }

.favorite-icon {
  fill: #007261;
  transition: fill .3s; }
  .favorite-icon:hover {
    fill: #078A51; }
  .favorite-icon:active {
    fill: #007261; }

.favorite-icon--active {
  fill: #007261 !important;
  stroke: #007261 !important;
  display: none; }

.favorite.favorite--has-text {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: calc((16 / 16) * 1rem);
  line-height: 24px;
  color: #007261;
  user-select: none;
  transition: all ease 0.3s; }
  .favorite.favorite--has-text .icon {
    transition: fill 0.3s, stroke 0.3s; }
  .favorite.favorite--has-text[href]:hover {
    color: #078A51; }
    .favorite.favorite--has-text[href]:hover .icon {
      fill: #078A51; }
  .favorite.favorite--has-text[href]:active {
    text-decoration: none;
    color: #078A51; }
    .favorite.favorite--has-text[href]:active .icon {
      fill: #078A51; }
  .favorite.favorite--has-text .favorite-text {
    display: block;
    margin: 0 0 0 10px !important;
    white-space: nowrap; }
  .favorite.favorite--has-text .favorite-text--active {
    display: none; }
  .favorite.favorite--has-text.active .favorite-text {
    display: none; }
  .favorite.favorite--has-text.active .favorite-text--active {
    display: block; }

/* End */


/* Start:/local/templates/html/components-template/banner-sale/style.css?17022041422151*/
.banner-sale-section {
  padding: 20px 0;
  background-color: #F1F2F1; }

.banner-sale {
  width: 100%; }

.banner-sale-container {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
  border-radius: 36px; }

.banner-sale-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px; }

.banner-sale-body {
  display: flex;
  align-items: center;
  flex-direction: column; }

.banner-sale-value {
  font-style: normal;
  font-weight: bold;
  font-size: calc((40 / 16) * 1rem);
  line-height: 103.18%;
  letter-spacing: 0.5px;
  color: #007261;
  margin: 0 0 12px;
  width: 100%;
  text-align: center; }

.banner-sale-main {
  margin: 0 0 12px; }

.banner-sale-btn {
  border-radius: 50px; }

.banner-sale-name {
  font-style: normal;
  font-weight: bold;
  font-size: calc((18 / 16) * 1rem);
  line-height: 24px;
  text-align: center;
  width: 100%;
  color: #282828;
  margin: 0 0 8px; }

.banner-sale-desc {
  font-size: calc((12 / 16) * 1rem);
  line-height: 18px;
  width: 100%;
  text-align: center;
  color: #282828; }

@media (min-width: 1024px) {
  .banner-sale-section {
    padding: 30px 0; }
  .banner-sale-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 22px 30px 22px 60px;
    border-radius: 50px; }
  .banner-sale-value {
    line-height: 103.18%;
    margin: 0 45px 0 0;
    width: auto; }
  .banner-sale-body {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: row; }
  .banner-sale-main {
    width: auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-grow: 0;
    margin: 0; }
  .banner-sale-name {
    font-size: 22px;
    line-height: 120%;
    margin: 0 0 4px;
    text-align: left; }
  .banner-sale-desc {
    font-size: calc((16 / 16) * 1rem);
    line-height: 24px;
    text-align: left; } }

.theme-dark .banner-sale-section {
  background: #30393F; }

.theme-dark .banner-sale-container {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2); }

/* End */


/* Start:/local/templates/html/components-template/objective/style.css?1702204142131*/
.objective-section {
  padding: 40px 0 16px; }

@media (min-width: 1024px) {
  .objective-section {
    padding: 80px 0 100px; } }

/* End */


/* Start:/local/templates/html/components-template/objective-card/style.css?17022041421150*/
.objective-card {
  margin: 0 0 24px;
  padding: 5px 0 0 0; }

.objective-card-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column; }

.objective-card-index {
  width: 42px;
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #007261;
  font-style: normal;
  font-weight: bold;
  font-size: calc((22 / 16) * 1rem);
  line-height: 42px;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 5px; }

.objective-card-name {
  font-style: normal;
  font-weight: 500;
  font-size: calc((20 / 16) * 1rem);
  line-height: 24px;
  margin: 0 0 8px; }

.objective-card-desc {
  font-style: normal;
  font-weight: normal;
  font-size: calc((12 / 16) * 1rem);
  line-height: 18px; }

@media (min-width: 1024px) {
  .objective-card {
    margin: 0 0 20px; }
  .objective-card-container {
    flex-direction: row; }
  .objective-card-index {
    margin: 0 15px 0 0; }
  .objective-card-name {
    font-weight: 500;
    font-size: calc((20 / 16) * 1rem);
    line-height: 24px;
    margin: 8px 0 15px; }
  .objective-card-desc {
    font-size: calc((16 / 16) * 1rem);
    line-height: 24px;
    margin-top: 12px; } }

/* End */


/* Start:/local/templates/html/components-template/for-whom/style.css?1702204142357*/
.for-whom-section {
  padding-top: 60px;
  margin: 0 0 50px; }

@media (min-width: 1024px) {
  .for-whom-section {
    padding-top: 40px;
    margin: 0 0 40px; }
    .for-whom-section .content p {
      font-size: calc((16 / 16) * 1rem); } }

@media (max-width: 1629px) {
  .for-whom-section .nav-tabs .nav-link {
    font-size: calc((15 / 16) * 1rem); } }

/* End */


/* Start:/local/templates/html/components-template/tabs/style.css?17022041423033*/
.tab-content {
  margin: 0 0 30px; }
  .tab-content > .tab-pane {
    display: none; }
  .tab-content > .active {
    display: block; }

.nav-tabs-wrap {
  position: relative;
  display: inline-flex;
  width: 100%;
  max-width: 100%;
  margin: 0 0 30px; }

.nav-tabs {
  display: flex;
  overflow-x: auto;
  align-items: center;
  border-radius: 50px;
  background: #f8f8f8; }
  .nav-tabs::-webkit-scrollbar {
    width: 6px;
    height: 6px; }
  .nav-tabs::-webkit-scrollbar-thumb {
    width: 3px;
    height: 3px;
    background-color: #ddddde; }
  .nav-tabs .nav-link {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 30px;
    cursor: pointer;
    transition: background .3s, color .3s;
    white-space: nowrap;
    color: #30393F;
    border-radius: 100px;
    background: #f8f8f8;
    font-size: calc((18 / 16) * 1rem);
    font-weight: bold;
    font-style: normal;
    line-height: 24px; }
    .nav-tabs .nav-link.active {
      color: #fff;
      background: #007261; }
    .nav-tabs .nav-link:hover:not(.active) {
      color: #fff;
      background: #078A51; }
    .nav-tabs .nav-link:active:not(.active) {
      color: #fff;
      background: #007261; }

.nav-tabs--light {
  margin: 0 auto;
  padding: 0 15px;
  border-radius: 0;
  background-color: transparent; }
  .nav-tabs--light:after {
    content: ''; }
  .nav-tabs--light .nav-item:last-child {
    padding-right: 15px; }
  .nav-tabs--light .nav-item:not(:last-child) {
    position: relative;
    margin-right: 45px; }
    .nav-tabs--light .nav-item:not(:last-child):after {
      position: absolute;
      top: 50%;
      left: calc(100% + 10px);
      width: 24px;
      height: 1px;
      content: '';
      background-color: #dfdfdf; }

@media (min-width: 1024px) {
  .nav-tabs--light {
    margin: 0 auto;
    background-color: transparent; }
    .nav-tabs--light .nav-item:not(:last-child) {
      position: relative;
      margin-right: 90px; }
      .nav-tabs--light .nav-item:not(:last-child):after {
        position: absolute;
        top: 50%;
        left: calc(100% + 10px);
        width: 70px;
        height: 1px;
        content: ''; }
  .nav-tabs--light-left {
    margin: 0;
    padding: 0; }
  .nav-tabs-wrap {
    position: relative;
    display: inline-flex;
    width: 100%;
    max-width: 100%;
    margin: 0 0 60px; } }

.nav-tabs-wrap.nav-tabs-wrap--t2 {
  margin: 60px 0; }
  .nav-tabs-wrap.nav-tabs-wrap--t2 .tab-pane {
    margin-top: 30px; }
  .nav-tabs-wrap.nav-tabs-wrap--t2 .nav-tabs {
    align-items: flex-start;
    padding: 0; }
    .nav-tabs-wrap.nav-tabs-wrap--t2 .nav-tabs .nav-link {
      width: auto;
      max-width: 100%;
      cursor: default; }
  .nav-tabs-wrap.nav-tabs-wrap--t2 .nav-item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    max-width: 375px; }
    .nav-tabs-wrap.nav-tabs-wrap--t2 .nav-item:not(:last-child):after {
      content: none; }

.theme-dark .nav-tabs--light .nav-item:not(:last-child):after {
  background-color: #30393F; }

/* End */


/* Start:/local/templates/html/components-template/content/style.css?17022041428326*/
.content .ntable {
  overflow-x: auto; }
  .content .ntable::-webkit-scrollbar {
    height: 3px;
    width: 3px; }
  .content .ntable::-webkit-scrollbar-thumb {
    background-color: #ddddde;
    height: 3px;
    width: 3px; }

.content li:not(:last-child) table {
  margin-bottom: 30px; }

@media (max-width: 768px) {
  .content li .ntable {
    margin: 0 5px 0 -15px; } }

.content table {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  text-transform: none; }
  .content table caption {
    font-family: IBM Plex Sans, Arial, Verdana, sans-serif;
    font-size: calc((18 / 16) * 1rem);
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    text-align: left; }
  .content table th, .content table td {
    padding: 3px 15px 3px 0; }
    @media (min-width: 1024px) {
      .content table th, .content table td {
        padding: 3px 50px 3px 0; } }
  .content table th {
    min-width: 200px;
    text-align: left;
    opacity: 0.9;
    font-family: IBM Plex Sans, Arial, Verdana, sans-serif;
    font-size: calc((14 / 16) * 1rem);
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #000000; }
  .content table td {
    min-width: 200px;
    text-align: left;
    font-family: IBM Plex Sans, Arial, Verdana, sans-serif;
    font-size: calc((14 / 16) * 1rem);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #000000; }
  @media (max-width: 768px) {
    .content table {
      margin: 30px 0 0;
      width: 100%; }
      .content table th {
        display: none; }
      .content table tr {
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
        .content table tr:last-child:nth-child(2) td:last-child {
          border-bottom: none; }
      .content table td {
        display: flex;
        flex-direction: column;
        padding: 10px 0;
        width: 100%; }
        .content table td:before {
          content: attr(data-head);
          font-family: Arial, Verdana, sans-serif;
          opacity: 0.9;
          font-size: calc((14 / 16) * 1rem);
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.43;
          letter-spacing: normal;
          color: #000000;
          margin: 0 0 8px; }
        .content table td:last-child {
          border-bottom: 1px solid #d8d8d8; } }

.content .accordion--type1 .accordion__item {
  padding: 0 0 25px; }

.content .accordion--type1 .accordion__content {
  font-size: calc((14 / 16) * 1rem);
  font-family: IBM Plex Sans, Arial, Verdana, sans-serif; }
  .content .accordion--type1 .accordion__content-inner {
    padding-top: 30px;
    padding-bottom: 10px; }
    @media screen and (max-width: 1023px) {
      .content .accordion--type1 .accordion__content-inner {
        padding-top: 15px; } }

.content .accordion--type1 .accordion__title {
  position: relative;
  width: 100%;
  padding-right: 30px;
  font-size: calc((18 / 16) * 1rem);
  font-weight: 600;
  font-family: IBM Plex Sans, Arial, Verdana, sans-serif;
  color: #080808;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 1; }
  .content .accordion--type1 .accordion__title:after {
    content: '';
    position: absolute;
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    top: 16px;
    left: 0;
    background-color: #ccc;
    z-index: 5; }
  .content .accordion--type1 .accordion__title:before {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 14px;
    right: 3px;
    background-color: transparent;
    border-bottom: 2px solid #078A51;
    border-right: 2px solid #078A51;
    transform: rotate(-135deg);
    transition: all 0.3s;
    z-index: 10; }
    @media screen and (max-width: 767px) {
      .content .accordion--type1 .accordion__title:before {
        top: auto;
        bottom: 9px; } }
  .content .accordion--type1 .accordion__title:hover {
    color: #282828; }
    .content .accordion--type1 .accordion__title:hover:before {
      border-color: #282828 !important; }
  .content .accordion--type1 .accordion__title span {
    position: relative;
    display: inline-block;
    padding-right: 35px;
    background-color: #fff;
    z-index: 10; }
  .content .accordion--type1 .accordion__title.collapsed:before {
    top: 8px;
    transform: rotate(45deg); }
    @media screen and (max-width: 767px) {
      .content .accordion--type1 .accordion__title.collapsed:before {
        top: auto;
        bottom: 14px; } }

.content .accordion--type2 .accordion__item {
  margin-bottom: 20px;
  border: 1px solid #ccc; }

.content .accordion--type2 .accordion__content {
  font-size: calc((14 / 16) * 1rem);
  font-family: IBM Plex Sans, Arial, Verdana, sans-serif; }
  .content .accordion--type2 .accordion__content-inner {
    padding: 30px 40px 25px;
    border-top: 1px solid #ccc; }
    @media screen and (max-width: 1023px) {
      .content .accordion--type2 .accordion__content-inner {
        padding-top: 15px; } }

.content .accordion--type2 .accordion__title {
  position: relative;
  width: 100%;
  padding: 13px 30px 14px 25px;
  font-size: calc((18 / 16) * 1rem);
  font-weight: 600;
  font-family: IBM Plex Sans, Arial, Verdana, sans-serif;
  color: #078A51;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 1; }
  .content .accordion--type2 .accordion__title:after {
    content: '';
    position: absolute;
    display: block;
    width: 35px;
    height: 35px;
    top: 13px;
    right: 15px;
    border-radius: 50%;
    transition: all 0.3s;
    background-color: #F9F9F9;
    z-index: 5; }
  .content .accordion--type2 .accordion__title:before {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 28px;
    right: 26px;
    background-color: transparent;
    border-bottom: 2px solid #078A51;
    border-right: 2px solid #078A51;
    transform: rotate(-135deg);
    transition: all 0.3s;
    z-index: 10; }
    @media screen and (max-width: 767px) {
      .content .accordion--type2 .accordion__title:before {
        top: auto;
        bottom: 16px; } }
  .content .accordion--type2 .accordion__title:hover {
    color: #282828; }
    .content .accordion--type2 .accordion__title:hover:after {
      background-color: #282828; }
    .content .accordion--type2 .accordion__title:hover:before {
      border-color: #fff !important; }
  .content .accordion--type2 .accordion__title span {
    position: relative;
    display: inline-block;
    padding-right: 35px;
    background-color: #fff;
    z-index: 10; }
  .content .accordion--type2 .accordion__title.collapsed:before {
    top: 22px;
    transform: rotate(45deg); }
    @media screen and (max-width: 767px) {
      .content .accordion--type2 .accordion__title.collapsed:before {
        top: auto;
        bottom: 21px; } }

.content .yout-wrap {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  z-index: 5; }
  .content .yout-wrap .video-youtube, .content .yout-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .content .yout-wrap .video-youtube {
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer; }
    .content .yout-wrap .video-youtube:after {
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #000;
      opacity: 0.5;
      z-index: 10; }
    .content .yout-wrap .video-youtube:hover .icon {
      fill: #282828;
      transform: translate(-50%, -50%) scale(1.1); }
    .content .yout-wrap .video-youtube .icon {
      position: absolute;
      width: 80px;
      height: 80px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      fill: #fff;
      z-index: 20;
      transition: all 0.3s; }
      @media screen and (max-width: 767px) {
        .content .yout-wrap .video-youtube .icon {
          width: 48px;
          height: 48px; } }

/* End */


/* Start:/local/templates/html/components-template/content/img/style.css?17022041421874*/
@media screen and (max-width: 575px) {
  .content .content-img {
    max-width: 100%; } }

.content .content-img .img-descr {
  display: block;
  margin-top: 15px;
  color: #828282;
  font-size: calc((14 / 16) * 1rem);
  text-align: center;
  font-style: italic; }

.content .content-img--left {
  float: left;
  margin: 0 40px 40px 0; }
  @media screen and (max-width: 575px) {
    .content .content-img--left {
      float: none;
      margin: 0 auto 40px; } }
  .content .content-img--left img {
    display: block;
    margin: 0 auto; }

.content .content-img--right {
  float: right;
  margin: 0 0 20px 40px; }
  @media screen and (max-width: 575px) {
    .content .content-img--right {
      float: none;
      margin: 0 auto 40px; } }
  .content .content-img--right img {
    display: block;
    margin: 0 auto; }

.content .content-img--center {
  max-width: 100%;
  display: block;
  float: none;
  text-align: center;
  margin-bottom: 40px; }
  .content .content-img--center img {
    margin: 0 auto; }

@media screen and (max-width: 575px) {
  .content .content-img .img-inner {
    float: none;
    text-align: center;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 10px 0 20px 0; }
    .content .content-img .img-inner img {
      float: none;
      margin: 0; } }

.content img[align='left'] {
  max-width: 40%;
  margin: 0 40px 40px 0; }

.content img[align='right'] {
  max-width: 40%;
  margin: 0 0 20px 40px; }

.content img[align='center'] {
  margin: 0 auto 40px; }

.content img {
  margin-bottom: 20px; }

@media (max-width: 1024px) {
  .content img[align='left'], .content img[align='center'], .content img[align='right'] {
    max-width: 100%;
    float: none !important;
    margin: 0 auto 20px; } }

@media (min-width: 1024px) {
  .content img {
    margin-bottom: 40px; } }

[data-img='0'] .content img {
  display: none; }

/* End */


/* Start:/local/templates/html/components-template/accordion/style.css?17022041427212*/
.accordion {
  margin: 0 0 25px;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1);
  background-color: #fff; }

.accordion-auth {
  display: flex;
  align-items: flex-start; }

.accordion-auth-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden; }

.accordion-auth-img {
  margin: 0 !important; }

.accordion-auth-title {
  font-style: normal;
  font-weight: normal;
  font-size: calc((12 / 16) * 1rem);
  line-height: 18px;
  color: #282828; }

.accordion-grey:last-child,
.accordion-auth:last-child {
  margin: 0 0 -20px; }

.accordion-grey {
  background: #F8F8F8;
  box-shadow: 200px 0 0 0 #F8F8F8, -200px 0 0 0 #F8F8F8;
  position: relative;
  padding: 23px 0 1px; }
  .accordion-grey:before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    border-top: 1px solid #F1F2F1; }

.accordion-auth {
  background: #F8F8F8;
  box-shadow: 200px 0 0 0 #F8F8F8, -200px 0 0 0 #F8F8F8;
  position: relative;
  padding: 20px 0; }
  .accordion-auth:before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    border-top: 1px solid #FFFFFF; }

.accordion-auth-body {
  margin: 37px 0 0 -30px;
  position: relative;
  z-index: 1;
  padding: 6px 0 0 17px;
  background-color: #F8F8F8;
  border-top-left-radius: 30px; }

.accordion-auth-name {
  font-style: normal;
  font-weight: 500;
  font-size: calc((12 / 16) * 1rem);
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #282828;
  display: block;
  transition: all ease 0.3s; }
  .accordion-auth-name .icon {
    transition: fill 0.3s, stroke 0.3s; }
  .accordion-auth-name[href]:hover {
    color: #078A51; }
    .accordion-auth-name[href]:hover .icon {
      fill: #078A51; }
  .accordion-auth-name[href]:active {
    text-decoration: none;
    color: #078A51; }
    .accordion-auth-name[href]:active .icon {
      fill: #078A51; }

.accordion-toggle {
  font-style: normal;
  font-weight: bold;
  font-size: calc((16 / 16) * 1rem);
  line-height: 22px;
  color: #282828;
  padding: 16px 16px 16px 67px;
  position: relative;
  cursor: pointer;
  user-select: none; }
  .accordion-toggle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3E%3Cdefs/%3E%3Cpath fill='%23007261' fill-rule='evenodd' d='M16 20.816L23.084 14H8.916L16 20.816zm0 1.85l10.392-10H5.607l10.393 10z' clip-rule='evenodd'/%3E%3C/svg%3E");
    transition: transform .3s;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center; }
  .accordion-toggle:not(.collapsed):before {
    transform: translateY(-50%) rotate(180deg); }

.accordion-toggle-img-wrap {
  width: 16px;
  height: 16px;
  margin: 0 0 0 5px;
  display: inline-flex;
  align-items: center; }

.accordion-toggle-img {
  display: inline !important;
  max-width: 100%;
  max-height: 100%;
  width: 100%; }

.accordion-content {
  border-top: 1px solid #F1F2F1;
  padding: 20px;
  overflow: hidden; }

@media (min-width: 1024px) {
  .accordion-auth:last-child, .accordion-grey:last-child {
    margin: 0 0 -40px; }
  .accordion-toggle {
    font-style: normal;
    font-weight: bold;
    font-size: calc((22 / 16) * 1rem);
    line-height: 28px;
    color: #282828;
    padding: 23px 110px 23px 110px; }
    .accordion-toggle:before {
      left: 40px;
      width: 40px;
      height: 40px; }
  .accordion-toggle-img-wrap {
    width: 28px;
    height: 28px;
    margin: 0 0 0 10px; }
  .accordion-content {
    padding: 40px 110px; }
  .accordion-auth-title {
    font-weight: normal;
    font-size: calc((14 / 16) * 1rem);
    line-height: 22px; }
  .accordion-auth-name {
    font-weight: 500;
    font-size: calc((15 / 16) * 1rem);
    line-height: 146.28%; } }

.accordion.accordion--light {
  background-color: transparent;
  box-shadow: none; }
  .accordion.accordion--light:not(:last-child) {
    margin: 0 0 20px; }
  .accordion.accordion--light:last-child {
    margin: 0 0 0; }
  .accordion.accordion--light .accordion-toggle {
    font-style: normal;
    font-weight: bold;
    font-size: calc((18 / 16) * 1rem);
    line-height: 24px;
    display: inline;
    align-items: center;
    padding: 0;
    color: #282828;
    border-bottom: 1px solid #282828;
    transition: border .3s, color .3s; }
    .accordion.accordion--light .accordion-toggle:before {
      content: unset; }
    .accordion.accordion--light .accordion-toggle:not(.collapsed) {
      border-bottom: 1px solid #DFDFDF; }
    .accordion.accordion--light .accordion-toggle.collapsed:after {
      transform: rotate(180deg); }
    .accordion.accordion--light .accordion-toggle:after {
      transition: transform .3s;
      content: '';
      order: 1;
      width: 32px;
      height: 32px;
      margin: 0 0 -5px 10px;
      background-image: url("data:image/svg+xml,%3Csvg width='32' height='33' viewBox='0 0 32 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.1998 19.9803L15.9998 12.7803L8.7998 19.9803' stroke='%23282828'/%3E%3C/svg%3E%0A");
      box-shadow: 0 0 0 10px #fff;
      border-radius: 50%;
      display: none; }
  .accordion.accordion--light .accordion-content {
    transition: none !important;
    border-top: 1px solid transparent !important;
    padding: 15px 0 0; }
  @media (min-width: 1024px) {
    .accordion.accordion--light .accordion-content {
      padding: 25px 0 0; }
    .accordion.accordion--light:not(:last-child) {
      margin: 0 0 40px; }
    .accordion.accordion--light .accordion-toggle {
      font-size: calc((22 / 16) * 1rem);
      line-height: 28px; }
      .accordion.accordion--light .accordion-toggle:hover {
        transition: color 0.3s; }
        .accordion.accordion--light .accordion-toggle:hover .icon {
          transition: fill 0.3s, stroke 0.3s; }
        .accordion.accordion--light .accordion-toggle:hover:hover {
          text-decoration: none;
          color: #078A51; }
          .accordion.accordion--light .accordion-toggle:hover:hover .icon {
            fill: #078A51; }
        .accordion.accordion--light .accordion-toggle:hover:active {
          text-decoration: none;
          color: #078A51; }
          .accordion.accordion--light .accordion-toggle:hover:active .icon {
            fill: #078A51; }
      .accordion.accordion--light .accordion-toggle:after {
        display: inline-block; } }

.theme-dark .accordion.accordion--light .accordion-toggle {
  color: #fff;
  border-bottom: 1px solid #30393F; }
  .theme-dark .accordion.accordion--light .accordion-toggle:not(.collapsed) {
    border-bottom: 1px solid #6D6D6D; }
  .theme-dark .accordion.accordion--light .accordion-toggle:after {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='33' viewBox='0 0 32 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.1998 19.9803L15.9998 12.7803L8.7998 19.9803' stroke='%23ffffff'/%3E%3C/svg%3E%0A");
    background-color: #282828;
    box-shadow: 0 0 0 10px #282828; }

/* End */


/* Start:/local/templates/html/components-template/time/style.css?1702204142492*/
.time-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 10px; }

.time-item {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: calc((15 / 16) * 1rem);
  line-height: 24px;
  color: #282828;
  margin: 0 20px 5px 0; }

.time-icon {
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0 !important;
  margin-bottom: 0 !important;
  font-size: 0; }

@media (min-width: 1024px) {
  .time-list {
    margin: 0 0 18px; } }

/* End */


/* Start:/local/templates/html/components-template/catalog-small/style.css?17022041422757*/
.teacher-section + .catalog-small {
  margin-top: 40px; }

.catalog-small {
  padding: 50px 0 25px; }

.catalog-small.catalog-small--popular {
  padding-top: 0; }
  @media (min-width: 1024px) {
    .catalog-small.catalog-small--popular {
      padding-bottom: 80px; } }
  @media (max-width: 1365px) {
    .catalog-small.catalog-small--popular {
      padding-bottom: 60px; } }

.program-slider .swiper-wrapper {
  margin-left: 0;
  margin-right: 0;
  flex-wrap: nowrap; }

.program-slider .swiper-slide {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
  flex: 0 0 100%; }

.program-slider .swiper-pagination {
  bottom: -10px; }

.program-slider-mod .swiper-container {
  overflow: hidden;
  margin: 0 -15px;
  padding: 0px 15px; }
  .program-slider-mod .swiper-container:not(.swiper-container-initialized) .swiper-slide {
    width: calc(33% - 20px);
    margin-right: 20px; }
    @media (max-width: 1365px) {
      .program-slider-mod .swiper-container:not(.swiper-container-initialized) .swiper-slide {
        width: calc(50% - 20px); } }
    @media (max-width: 575px) {
      .program-slider-mod .swiper-container:not(.swiper-container-initialized) .swiper-slide {
        width: 100%; } }

@media (max-width: 767px) {
  .program-slider-mod .swiper-slide {
    width: 80%; } }

.program-slider-mod .program-card:hover .program-card-container {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2); }

.program-slider-mod .program-card-container {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1); }

.program-slider-mod .swiper-button-prev,
.program-slider-mod .swiper-button-next {
  opacity: 1; }
  @media (max-width: 575px) {
    .program-slider-mod .swiper-button-prev,
    .program-slider-mod .swiper-button-next {
      display: none; } }

.program-slider-mod .swiper-button-prev {
  transform: translateX(-50%); }

.program-slider-mod .swiper-button-next {
  transform: translateX(50%); }

@media (max-width: 1023px) {
  .program-slider-mod .program-card.program-card--grid .program-card-container {
    height: 362px; } }

@media (max-width: 575px) {
  .program-slider-mod .swiper-pagination {
    bottom: -30px; } }

@media (min-width: 768px) {
  .program-slider .swiper-wrapper {
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
  .program-slider .swiper-slide {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 1024px) {
  .teacher-section + .catalog-small {
    margin-top: 80px; }
  .catalog-small {
    padding: 50px 0 45px; }
  .catalog-small--popular {
    padding-top: 10px; }
  .catalog-small--article {
    padding: 28px 0 75px; } }

@media (min-width: 1630px) {
  .program-slider .swiper-slide {
    flex: 0 0 33.3333%;
    max-width: 33.3333%; } }

/* End */


/* Start:/local/templates/html/components-template/process/style.css?1702204142381*/
@media (min-width: 1024px) {
  .process-section {
    padding: 80px 0 0; } }

.solutions .research-step-slide-img-wrap {
  margin: 0 0 30px 0; }
  @media (max-width: 575px) {
    .solutions .research-step-slide-img-wrap {
      width: 50px;
      height: 50px;
      margin-bottom: 20px; } }

@media (max-width: 1023px) {
  .solutions .process-section {
    padding-top: 50px; } }

/* End */


/* Start:/local/templates/html/components-template/research/style.css?17022041428520*/
.research-buy-col {
  order: -1; }

.research-buy {
  margin: 0 0 40px; }

.research-step-slide-container {
  display: flex;
  flex-direction: column;
  height: 100%; }

.research-step-slider .swiper-pagination {
  display: none !important; }

.research-buy-card {
  margin: 0 0 10px; }

.research-buy-card-body {
  background: #30393F;
  padding: 20px 15px 20px; }

.research-buy-card-name {
  font-style: normal;
  font-weight: bold;
  font-size: 18px !important;
  line-height: 24px;
  text-align: center;
  width: 100%;
  color: #FFFFFF; }

.research-buy-card-btn {
  width: 100%;
  margin: 15px 0 0 0; }
  .research-buy-card-btn.btn--outline {
    color: #fff;
    line-height: 1.2;
    white-space: pre-wrap;
    padding: 7px 5px;
    min-height: 40px;
    height: auto; }

.research-buy-card-footer {
  font-weight: 500;
  font-size: calc((12 / 16) * 1rem);
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  padding: 12px 15px;
  background: #6D6D6D; }

.research-advantage-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap; }

.research-advantage-card {
  width: 100%;
  margin: 0 0 30px; }

.research-advantage-card-container {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.09);
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center; }

.research-advantage-card-name {
  font-style: normal;
  font-weight: bold;
  font-size: calc((18 / 16) * 1rem);
  line-height: 24px;
  /* or 133% */
  text-align: center;
  font-feature-settings: 'pnum' on, 'lnum' on;
  /* #282828 */
  color: #282828;
  margin: 0 0 20px; }

.research-advantage-card-img-wrap {
  width: 60px;
  height: 60px;
  min-height: 60px;
  margin: 0 0 20px; }

.research-content-col {
  margin-bottom: 30px; }

.research-advantage-col {
  margin-bottom: 57px; }

.research-step-slider {
  margin: 0 0 80px; }
  .research-step-slider .swiper-button-next,
  .research-step-slider .swiper-button-prev {
    display: none; }
    @media (max-width: 575px) {
      .research-step-slider .swiper-button-next,
      .research-step-slider .swiper-button-prev {
        display: block; } }
  .research-step-slider .swiper-wrapper {
    align-items: stretch; }

.research-step-slide {
  width: 290px;
  position: relative;
  height: auto; }
  .research-step-slide:after {
    content: '';
    width: 63%;
    height: 2px;
    background: #dfdfdf;
    position: absolute;
    bottom: 28px;
    right: 0;
    display: block; }

.research-step-slide-name {
  font-style: normal;
  font-weight: bold;
  font-size: calc((16 / 16) * 1rem);
  line-height: 24px;
  margin: 0 0 12px; }

.research-step-slide-desc {
  font-style: normal;
  font-weight: normal;
  font-size: calc((12 / 16) * 1rem);
  line-height: 18px;
  min-height: 110px;
  flex-grow: 1;
  margin: 0 0 10px; }

.research-step-count {
  border: 4px solid #F1F2F1;
  box-sizing: border-box;
  width: 62px;
  min-width: 62px;
  height: 62px;
  min-height: 62px;
  font-style: normal;
  font-weight: bold;
  font-size: calc((30 / 16) * 1rem);
  line-height: 54px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #007261;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  background-color: #fff; }

.research-metrics-item {
  margin: 0 0 25px; }

.research-metrics-item-name {
  font-style: normal;
  font-weight: normal;
  font-size: calc((12 / 16) * 1rem);
  line-height: 18px;
  width: 100%;
  text-align: center; }

.research-metrics-item-value {
  font-style: normal;
  font-weight: bold;
  font-size: calc((52 / 16) * 1rem);
  line-height: 103.18%;
  letter-spacing: 0.5px;
  text-align: center;
  width: 100%;
  color: #007261;
  margin: 0 0 13px; }

.research-step-slide-img-wrap {
  width: 74px;
  height: 74px;
  margin: -10px 0 20px -5px; }

.research-metrics-col {
  margin-bottom: 50px; }

.research-advantage-card-desc {
  font-style: normal;
  font-weight: normal;
  font-size: calc((12 / 16) * 1rem);
  line-height: 18px;
  color: #282828; }

@media (max-width: 575px) {
  .research-buy {
    margin: 0 -15px 40px; } }

@media (min-width: 768px) {
  .research-buy-col {
    order: unset; }
  .research-step-slide-name:first-child {
    margin: 83px 0 12px; }
  .research-buy-card {
    margin: 0 0 30px; }
  [data-size="3"] .research-buy-card-btn {
    font-size: 22px !important; }
  .research-buy-card-btn {
    margin: 20px 0 0 0; }
    .research-buy-card-btn [data-size="3"] {
      font-size: 22px !important; }
  .research-section {
    padding: 40px 0 0; }
  .research-buy-card-body {
    padding: 30px 20px 20px; }
  .research-buy-card-footer {
    padding: 13px 20px;
    font-weight: 500;
    font-size: calc((16 / 16) * 1rem);
    line-height: 146.28%; }
  .research-buy-card-name {
    font-size: 22px !important;
    line-height: 28px; } }

@media (min-width: 1024px) {
  .research-advantage {
    margin: 0 0 20px; }
  .research-advantage-card-img-wrap {
    width: 89px;
    height: 89px;
    min-height: 89px;
    margin: 0 0 33px; }
  .research-advantage-card {
    width: 33.33%;
    height: 426px; }
  .research-advantage-card-container {
    position: relative;
    transition: box-shadow .3s;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    padding: 40px; }
    .research-advantage-card-container:before {
      content: '';
      z-index: 1;
      position: absolute;
      left: 40px;
      bottom: 0;
      height: 200px;
      width: calc(100% - 80px);
      background: linear-gradient(to top, #ffffff 0%, #ffffff 45px, rgba(255, 255, 255, 0) 124px);
      transition: opacity .3s;
      opacity: 1; }
    .research-advantage-card-container:hover {
      box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.09);
      height: auto;
      z-index: 2; }
      .research-advantage-card-container:hover:before {
        opacity: 0; }
  .research-advantage-card-name {
    font-size: calc((22 / 16) * 1rem);
    line-height: 28px;
    margin: 0 0 16px; }
  .research-advantage-card-desc {
    font-size: calc((15 / 16) * 1rem);
    line-height: 24px; }
  .research-step-slider {
    margin: 0 0 85px; }
    .research-step-slider .swiper-button-next,
    .research-step-slider .swiper-button-prev {
      display: block; }
  .research-step-slide {
    width: 230px; }
  .research-step-slide-container {
    padding: 30px 0 0 0; }
  .research-step-slide-name {
    font-size: calc((18 / 16) * 1rem);
    line-height: 24px;
    min-height: 48px; }
  .research-step-slide-desc {
    font-style: normal;
    font-weight: normal;
    font-size: calc((15 / 16) * 1rem);
    line-height: 24px;
    min-height: 188px; }
  .research-metrics-item {
    margin: 0 0 40px; }
  .research-metrics-item-name {
    font-size: calc((18 / 16) * 1rem);
    line-height: 24px; }
  .research-metrics-item-value {
    line-height: 103.18%;
    margin: 0 0 13px; }
  .research-metrics-col {
    margin-bottom: 0; } }

@media (min-width: 1024px) and (max-width: 1366px) {
  .research-metrics-item-value {
    font-size: 60px; } }

@media (min-width: 1367px) {
  .research-metrics-item-value {
    font-size: 80px; } }

@media (min-width: 1366px) and (max-width: 1629px) {
  .research-metrics-item-value {
    font-size: 70px; } }

.theme-dark .research-step-count {
  border: 4px solid #535353;
  background-color: transparent; }

.theme-dark .research-step-slide:after {
  background: #30393F; }

.theme-dark .research-step-slider .swiper-button-prev,
.theme-dark .research-step-slider .swiper-button-next {
  transition: opacity .3s; }
  .theme-dark .research-step-slider .swiper-button-prev:hover:not(:active),
  .theme-dark .research-step-slider .swiper-button-next:hover:not(:active) {
    opacity: .7; }

.theme-dark .research-step-slider .swiper-button-prev, .theme-dark .research-step-slider .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='48' y='48' width='48' height='48' transform='rotate(-180 48 48)' fill='%23515151'/%3E%3Cpath d='M28.5 15L19.5 24L28.5 33' stroke='white'/%3E%3C/svg%3E%0A"); }

.theme-dark .research-step-slider .swiper-button-next, .theme-dark .research-step-slider .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='48' height='48' fill='%23515151'/%3E%3Cpath d='M19.5 33L28.5 24L19.5 15' stroke='white'/%3E%3C/svg%3E%0A"); }

/* End */


/* Start:/local/templates/html/components-template/research-slider/style.css?17022041422589*/
.solutions-slider {
  margin-bottom: 20px; }
  .solutions-slider .swiper-button-next, .solutions-slider .swiper-button-prev {
    left: auto;
    visibility: visible !important;
    opacity: 1 !important; }
  @media (max-width: 575px) {
    .solutions-slider .swiper-button-next, .solutions-slider .swiper-button-prev {
      width: 32px;
      height: 32px; }
    .solutions-slider .swiper-button-next {
      right: -6px; }
    .solutions-slider .swiper-button-prev {
      left: -6px; } }
  .solutions-slider .research-step-slide-desc {
    min-height: auto;
    flex-grow: 0; }
  .solutions-slider .research-step-slide:after {
    content: none; }
  .solutions-slider .swiper-container {
    max-width: 80%;
    overflow: hidden;
    padding: 0 10px; }
  .solutions-slider .swiper-wrapper {
    height: auto; }
    .solutions-slider .swiper-wrapper img {
      width: 100%;
      height: 100%; }
  .solutions-slider .research-step-slide {
    width: 260px; }

.logic-slider {
  margin-top: 50px;
  margin-bottom: 20px; }
  .logic-slider .swiper-button-next, .logic-slider .swiper-button-prev {
    left: auto;
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important; }
  @media (max-width: 575px) {
    .logic-slider .swiper-button-next, .logic-slider .swiper-button-prev {
      width: 32px;
      height: 32px; }
    .logic-slider .swiper-button-next {
      right: -6px; }
    .logic-slider .swiper-button-prev {
      left: -6px; } }
  .logic-slider .swiper-container {
    max-width: 80%;
    overflow: hidden;
    padding: 0 10px; }
  .logic-slider .research-step-slide {
    width: 20%; }
    @media (max-width: 1365px) {
      .logic-slider .research-step-slide {
        width: 240px; } }
  .logic-slider .research-step-slide-name:first-child {
    margin-top: 0; }
  .logic-slider .research-step-slide-name {
    min-height: 72px;
    overflow: hidden;
    margin-bottom: 10px;
    color: #007261;
    font-weight: 700; }
    @media (max-width: 575px) {
      .logic-slider .research-step-slide-name {
        margin-bottom: 32px; } }
  .logic-slider .research-step-slide-desc {
    min-height: 175px;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 0; }
    @media (max-width: 1023px) {
      .logic-slider .research-step-slide-desc {
        min-height: 125px; } }
  .logic-slider .research-step-count {
    margin-top: auto; }
  .logic-slider .research-step-slide-container {
    padding-top: 0; }
  .logic-slider .research-step-count {
    border-radius: 6px; }
  .logic-slider .swiper-wrapper {
    height: auto; }

/* End */


/* Start:/local/templates/html/components-template/teacher-slide/style.css?17022041422628*/
.teacher-slide-container {
  display: flex;
  flex-direction: column;
  align-items: center; }

.teacher-slide-ava-wrap {
  width: 160px;
  height: 160px;
  min-width: 160px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 0 20px; }

.theme-light .teacher-slide-button .btn--more {
  color: #007261; }
  .theme-light .teacher-slide-button .btn--more .icon {
    fill: #007261; }
  @media (min-width: 1024px) {
    .theme-light .teacher-slide-button .btn--more:hover {
      cursor: pointer;
      color: #078A51; }
      .theme-light .teacher-slide-button .btn--more:hover .icon {
        fill: #078A51; } }

.teacher-slide-button {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  margin-right: 48px;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .teacher-slide-button {
      margin-right: 0px; } }
  .teacher-slide-button .btn--more {
    color: #fff; }
    .teacher-slide-button .btn--more .icon {
      fill: #fff; }

.teacher-slide-name {
  font-style: normal;
  font-weight: bold;
  font-size: calc((18 / 16) * 1rem);
  line-height: 24px;
  margin: 0 0 12px;
  color: inherit; }

.teacher-slide-desc {
  font-style: normal;
  font-weight: normal;
  font-size: calc((12 / 16) * 1rem);
  line-height: 18px;
  margin: 0 0 12px; }

.teacher-slide-info {
  display: flex;
  align-items: baseline; }

.teacher-slide-info-name {
  font-weight: normal;
  font-size: calc((14 / 16) * 1rem);
  line-height: 22px;
  color: #6D6D6D; }

.teacher-slide-info-value-list {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin: 0 0 0 8px; }

.teacher-slide-info-value {
  font-style: normal;
  font-weight: 500;
  font-size: calc((15 / 16) * 1rem);
  line-height: 146.28%;
  letter-spacing: 0.01em;
  text-transform: uppercase; }
  .teacher-slide-info-value:not(:last-child) {
    margin: 0 25px 4px 0; }

@media (min-width: 768px) {
  .teacher-slide-container {
    display: flex;
    align-items: flex-start;
    flex-direction: row; }
  .teacher-slide-ava-wrap {
    width: 223px;
    height: 223px;
    min-width: 223px;
    margin: 0 48px 0 0; }
  .teacher-slide-name {
    font-style: normal;
    font-weight: bold;
    font-size: calc((26 / 16) * 1rem);
    line-height: 34px;
    margin: 0 0 11px; }
  .teacher-slide-desc {
    font-style: normal;
    font-weight: normal;
    font-size: calc((15 / 16) * 1rem);
    line-height: 24px;
    margin: 0 0 20px; } }

.theme-dark .teacher-slide-info-name {
  color: #a5af89; }

.theme-dark .teacher-slider-nav .swiper-thumbnail-name {
  background-color: #007261; }

/* End */


/* Start:/local/templates/html/components-template/product-desc/style.css?17022041422598*/
.product-desc-section {
  margin: 0 0 25px; }

.product-desc-info {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap; }

.product-desc-text {
  max-width: 800px;
  padding: 0 20px 0 0;
  font-style: normal;
  font-weight: normal;
  font-size: calc((12 / 16) * 1rem);
  line-height: 18px; }

.product-desc-download, .product-desc-text {
  margin: 0 0 20px; }

.product-desc-card {
  background: #FFFFFF;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1);
  margin: 0 0 20px;
  padding: 20px;
  color: #000; }

.product-desc-card-day {
  font-style: normal;
  font-weight: bold;
  font-size: calc((26 / 16) * 1rem);
  line-height: 34px;
  color: #007261;
  margin: 0 0 12px; }

.product-desc-card-day--arr {
  position: relative;
  padding-left: 50px;
  cursor: pointer; }
  .product-desc-card-day--arr::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3E%3Cdefs/%3E%3Cpath fill='%23007261' fill-rule='evenodd' d='M16 20.816L23.084 14H8.916L16 20.816zm0 1.85l10.392-10H5.607l10.393 10z' clip-rule='evenodd'/%3E%3C/svg%3E");
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center; }
  .product-desc-card-day--arr.active::before {
    transform: translateY(-50%) rotate(180deg); }

.product-desc-card-content {
  display: none; }

.product-desc-card-name {
  font-style: normal;
  font-weight: bold;
  font-size: calc((18 / 16) * 1rem);
  line-height: 24px;
  color: #282828;
  margin: 0 0 10px; }

.product-desc-card-list {
  margin: 0 !important; }

@media (min-width: 768px) {
  .product-desc-card {
    padding: 20px 40px;
    height: calc(100% - 20px); }
  .product-desc-card-day {
    font-weight: bold;
    font-size: calc((40 / 16) * 1rem);
    line-height: 103.18%;
    margin: 0 0 20px; }
  .product-desc-card-name {
    font-size: calc((18 / 16) * 1rem);
    line-height: 24px;
    margin: 0 0 18px; } }

@media (min-width: 1024px) {
  .product-desc-card-day {
    margin: 0 0 30px; }
  .product-desc-section {
    margin: 80px 0 80px; }
  .product-desc-text {
    font-weight: normal;
    font-size: calc((18 / 16) * 1rem);
    line-height: 24px;
    padding: 0 20px 0 0; }
  .product-desc-info {
    margin: -10px 0 20px;
    justify-content: space-between; } }

/* End */


/* Start:/local/templates/html/components-template/content/typography/style.css?17022041421377*/
.content a:not([class]) {
  color: #007261;
  text-decoration: none;
  transition: all ease 0.3s; }
  .content a:not([class]) .icon {
    transition: fill 0.3s, stroke 0.3s; }
  .content a:not([class])[href]:hover {
    color: #078A51; }
    .content a:not([class])[href]:hover .icon {
      fill: #078A51; }
  .content a:not([class])[href]:active {
    text-decoration: none;
    color: #078A51; }
    .content a:not([class])[href]:active .icon {
      fill: #078A51; }

.content hr {
  position: relative;
  height: 1px;
  border: 0;
  margin: 20px 0; }
  .content hr:after, .content hr:before {
    content: '';
    display: table;
    clear: both; }

.content p {
  font-style: normal;
  font-weight: normal;
  font-size: calc((12 / 16) * 1rem);
  line-height: 1.5;
  margin-bottom: 20px; }

.content mark {
  background: #282828;
  color: #fff;
  padding: 0 5px; }

.content s {
  text-decoration: line-through; }

.content blockquote {
  display: block;
  margin-bottom: 25px;
  padding: 28px 35px;
  font-size: calc((14 / 16) * 1rem);
  color: #080808;
  line-height: 1.7;
  font-style: italic;
  letter-spacing: 0.03em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

@media (min-width: 1024px) {
  .content p {
    font-style: normal;
    font-weight: normal;
    font-size: calc((15 / 16) * 1rem);
    line-height: 1.6;
    margin-bottom: 40px; } }

/* End */


/* Start:/local/templates/html/components-template/modules/style.css?1702204142366*/
.modules-section {
  padding: 0 0 60px;
  background-position: center -270px;
  color: #2d2d2d; }

@media (min-width: 1024px) {
  .modules-section {
    background: #F8F8F8;
    padding: 80px 0 60px; } }

.theme-dark .title-value,
.theme-dark .title-desc {
  color: #fff; }

@media (min-width: 1024px) {
  .theme-dark .modules-section {
    background: #30393F; } }

/* End */


/* Start:/local/templates/html/components-template/product-metrics/style.css?1702204142572*/
.product-metrics-section {
  margin: 0 0 50px; }

.research-metrics-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -15px; }
  @media (max-width: 575px) {
    .research-metrics-list {
      flex-direction: column;
      align-items: center; } }
  .research-metrics-list .research-metrics-item-wrap {
    width: 33.33%;
    padding: 15px; }
    @media (max-width: 575px) {
      .research-metrics-list .research-metrics-item-wrap {
        width: 50%; } }

@media (min-width: 1024px) {
  .product-metrics-section {
    margin: 0 0 65px; } }

/* End */


/* Start:/local/templates/html/components-template/product-advantage/style.css?17022041421491*/
.product-advantage-section {
  padding: 40px 0;
  background-size: cover;
  background-position: top left;
  margin: 0 0 40px; }

.product-advantage-item:not(:last-child) {
  margin: 0 0 20px; }

.product-advantage-item-index {
  width: 62px;
  min-width: 62px;
  height: 62px;
  background: #FFFFFF;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.09);
  text-align: center;
  line-height: 62px;
  font-weight: bold;
  font-size: calc((32 / 16) * 1rem);
  letter-spacing: 0.01em;
  color: #007261;
  border-radius: 50%;
  margin: 0 0 17px; }

.product-advantage-item-name {
  font-style: normal;
  font-weight: 500;
  font-size: calc((20 / 16) * 1rem);
  line-height: 24px;
  margin: 0 0 8px; }

.product-advantage-item-desc {
  font-weight: normal;
  font-size: calc((12 / 16) * 1rem);
  line-height: 18px; }

@media (min-width: 1024px) {
  .product-advantage-section {
    margin: 0 0 80px;
    padding: 85px 0; }
  .product-advantage-item {
    display: flex;
    align-items: flex-start; }
  .product-advantage-item-index {
    margin: 0 25px 0 0; }
  .product-advantage-item-body {
    padding: 13px 0 0 0; }
  .product-advantage-item-name {
    font-style: normal;
    font-weight: 500;
    font-size: calc((24 / 16) * 1rem);
    line-height: 36px;
    margin: 0 0 5px; }
  .product-advantage-item-desc {
    font-style: normal;
    font-weight: normal;
    font-size: calc((15 / 16) * 1rem);
    line-height: 24px; }
  .product-advantage-item:not(:last-child) {
    margin: 0 0 30px; } }

/* End */


/* Start:/local/templates/html/components-template/product-get/style.css?17022041421347*/
.product-get-section {
  margin: 0 0 40px; }

.product-get-img-wrap {
  height: 133px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px; }

.product-get-img {
  max-width: 100%;
  max-height: 100%; }

.product-get-item {
  display: flex;
  align-items: center; }

.product-get-index {
  font-style: normal;
  font-weight: bold;
  font-size: calc((30 / 16) * 1rem);
  letter-spacing: 0.01em;
  margin: 0 20px 5px 0;
  color: #007261; }

.product-get-value {
  font-style: normal;
  font-weight: 500;
  font-size: calc((16 / 16) * 1rem);
  letter-spacing: 0.01em;
  padding: 15px 0 20px;
  flex-grow: 1;
  border-bottom: 1px solid #DFDFDF; }

@media (min-width: 768px) {
  .product-get-img-wrap {
    width: 100%;
    max-width: 376px;
    height: auto; }
  .product-get-index {
    font-size: calc((40 / 16) * 1rem);
    margin: 0 35px 0 0; }
  .product-get-value {
    font-weight: 500;
    font-size: calc((20 / 16) * 1rem);
    padding: 25px 0 23px; } }

@media (min-width: 1024px) {
  .product-get-section {
    margin: 0 0 80px; }
    .product-get-section .title--center-force {
      justify-content: flex-start; }
  .product-get-img-wrap {
    margin: 25px 0 20px; }
  .product-get-list {
    margin: 10px 0 0 0; } }

[data-img='0'] .product-get-section .col-12.col-md-6:first-child {
  display: none; }

/* End */


/* Start:/local/templates/html/components-template/you-get/style.css?17022041422554*/
.you-get-section {
  padding: 50px 0 40px;
  margin: 0 0 40px;
  position: relative; }
  .you-get-section .title-desc,
  .you-get-section .title-value {
    color: #fff; }

.you-get-bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #007261; }

.you-get-bg {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  opacity: .15; }

.you-get-block {
  background: #FFFFFF;
  box-shadow: 0px 14px 40px rgba(0, 0, 0, 0.12);
  padding: 20px;
  color: #282828; }

.you-get-title {
  font-style: normal;
  font-weight: bold;
  font-size: calc((22 / 16) * 1rem);
  line-height: 28px;
  color: #282828;
  margin: 0 0 20px;
  text-align: center; }

.you-get-hr {
  width: 100%;
  border-bottom: 1px solid #F1F2F1;
  margin: 0 0 20px; }

.you-get-text {
  font-style: normal;
  font-weight: normal;
  font-size: calc((12 / 16) * 1rem);
  line-height: 18px;
  color: #282828;
  margin: 0 0 20px; }

.you-get-list-title {
  font-weight: 500;
  font-size: calc((15 / 16) * 1rem);
  line-height: 24px;
  text-transform: uppercase;
  color: #282828;
  margin: 0 0 15px; }

.you-get-block-grey {
  padding: 30px 15px;
  background: #F8F8F8; }
  .you-get-block-grey .you-get-hr {
    border-bottom: 1px solid #DFDFDF; }

.you-get-section .col-12:not(:last-child) .you-get-certificate {
  margin: 0 0 20px; }

.you-get-certificate-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  overflow: visible; }

.you-get-certificate-img {
  margin: 0 !important;
  box-sizing: border-box;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06); }

.you-get-certificate-name {
  width: 100%;
  text-align: center;
  font-size: calc((12 / 16) * 1rem);
  line-height: 18px;
  color: #282828; }

@media (min-width: 1024px) {
  .you-get-title {
    text-align: left; }
  .you-get-block {
    padding: 20px 40px 40px; }
  .you-get-text {
    font-style: normal;
    font-weight: normal;
    font-size: calc((15 / 16) * 1rem);
    line-height: 24px;
    color: #282828;
    margin: 0 0 40px; }
  .you-get-hr {
    margin: 0 0 30px; }
  .you-get-checklist {
    column-count: 3;
    margin: 0 0 30px !important; }
  .you-get-certificate-img-wrap {
    justify-content: flex-start;
    margin: 0 0 13px; }
  .you-get-certificate-name {
    font-size: calc((15 / 16) * 1rem);
    line-height: 24px;
    text-align: left; }
  .you-get-block-grey {
    padding: 40px 30px; }
  .you-get-section {
    padding: 80px 0;
    margin: 0 0 80px;
    margin: 0; } }

/* End */


/* Start:/local/templates/html/components-template/auditory/style.css?1702204142545*/
.auditory-section {
  padding: 20px 0 0;
  margin: 0 0 20px; }

@media (min-width: 1024px) {
  .auditory-section {
    padding: 40px 0 0;
    margin: 0 0 70px;
    position: relative; }
  .auditory-container .content {
    padding: 0 0px 0 0;
    position: relative; } }

@media (min-width: 1366px) {
  .theme-dark .auditory-container .content {
    padding: 0 0px 0 0;
    position: relative; }
    .theme-dark .auditory-container .content:before {
      opacity: 0.05; } }

.theme-dark .auditory-container .content:before {
  opacity: 0.05; }

/* End */


/* Start:/local/templates/html/components-template/product-why/style.css?1702204142671*/
.product-why-section {
  margin: 0 0 10px; }

.product-why-card {
  margin: 0 0 30px; }
  .product-why-card ul {
    margin: 0 0 0 0; }

.product-why-title {
  display: inline-block;
  border-bottom: 8px solid #007261;
  font-style: normal;
  font-weight: bold;
  font-size: calc((18 / 16) * 1rem);
  line-height: 24px;
  padding: 0 0 8px;
  margin: 0 0 15px; }

@media (min-width: 1024px) {
  .product-why-title {
    font-size: calc((26 / 16) * 1rem);
    line-height: 34px;
    padding: 0 0 13px;
    margin: 20px 0 30px;
    min-height: 90px;
    display: flex;
    align-items: flex-end;
    align-items: center; }
  .product-why-section {
    margin: 0 0 50px; } }

/* End */


/* Start:/local/templates/html/components-template/product-billet/style.css?17022041421373*/
.product-billet-list {
  position: fixed;
  z-index: 130;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%; }

.product-billet-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  cursor: pointer;
  text-align: center;
  letter-spacing: .02em;
  color: #fff;
  background: #007261;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1);
  font-size: calc((12 / 16) * 1rem);
  font-weight: 500;
  font-style: normal;
  line-height: 14px; }

.product-billet-item--gray {
  background: #6d6d6d; }

@media (min-width: 768px) {
  .product-billet-list {
    position: fixed;
    bottom: 130px;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    width: 235px; }
  .product-billet-item {
    border-radius: 30px 0 0 30px;
    font-size: calc((16 / 16) * 1rem);
    font-weight: 500;
    line-height: 1; }
    .product-billet-item:not(:last-child) {
      margin: 0 0 4px; }
  .modal-open .product-billet-list {
    margin-right: 15px; } }

@media (min-width: 1024px) {
  .product-billet-item {
    transition: box-shadow .3s; }
    .product-billet-item:hover:not(:active) {
      box-shadow: 0px 3px 32px rgba(0, 0, 0, 0.3); } }

@media (min-width: 768px) {
  [data-size='2'] .product-billet-list, [data-size='3'] .product-billet-list {
    width: 340px; } }

/* End */


/* Start:/local/templates/html/components-template/buy-form/style.css?17022041426949*/
.buy-form-section {
  z-index: 2;
  display: flex;
  align-items: center;
  margin: 0 0 40px;
  padding: 40px 0;
  background: #f1f2f1; }

.buy-form-order {
  margin: -40px -15px 0;
  padding: 40px 15px;
  background: #fff;
  box-shadow: 0 14px 60px rgba(0, 0, 0, 0.12); }

.buy-form-title-thanks {
  position: relative;
  padding: 25px 0 0;
  text-align: center;
  color: #282828;
  font-size: calc((18 / 16) * 1rem);
  font-weight: bold;
  font-style: normal;
  line-height: 24px; }
  .buy-form-title-thanks:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 83px;
    content: '';
    transform: translateX(-50%);
    border-top: 1px solid #dfdfdf; }

.buy-form-title-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px; }

.buy-form-title-social__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px; }
  @media (max-width: 1023px) {
    .buy-form-title-social__title {
      font-size: 16px; } }

.buy-form-title-social__list {
  display: flex; }
  .buy-form-title-social__list .social-item .icon {
    fill: #868686; }

.buy-form-title-second {
  margin: 0 0 20px;
  letter-spacing: .01em;
  text-transform: uppercase;
  color: #30393F;
  font-size: calc((18 / 16) * 1rem);
  font-weight: 500;
  font-style: normal;
  line-height: 28px; }

.buy-form-title {
  width: 100%;
  margin: 0 0 20px;
  color: #282828;
  font-size: calc((26 / 16) * 1rem);
  font-weight: bold;
  font-style: normal;
  line-height: 1.3; }

.buy-form-title--center {
  text-align: center; }

.buy-form-desc {
  margin: 0 0 40px;
  color: #30393F;
  font-size: calc((15 / 16) * 1rem);
  font-weight: normal;
  font-style: normal;
  line-height: 24px; }
  .buy-form-desc a {
    color: #007261;
    transition: all ease 0.3s; }
    .buy-form-desc a .icon {
      transition: fill 0.3s, stroke 0.3s; }
    .buy-form-desc a[href]:hover {
      color: #078A51; }
      .buy-form-desc a[href]:hover .icon {
        fill: #078A51; }
    .buy-form-desc a[href]:active {
      text-decoration: none;
      color: #078A51; }
      .buy-form-desc a[href]:active .icon {
        fill: #078A51; }

.buy-form-desc--center {
  text-align: center; }

.buy-form-control:not(:last-child) {
  margin: 0 0 8px; }

.buy-form-price-list {
  margin: 0 0 15px; }

.buy-form-price-item {
  display: flex;
  align-items: baseline;
  font-size: calc((52 / 16) * 1rem);
  font-weight: 500;
  font-style: normal;
  line-height: 36px; }
  .buy-form-price-item:before {
    order: 1;
    content: '\00A0'; }
  .buy-form-price-item:after {
    order: 2;
    content: attr(data-sufix);
    font-size: calc((30 / 16) * 1rem); }
  .buy-form-price-item:not(:last-child) {
    margin: 0 0 8px; }

.buy-form-price-item--sale {
  color: #898989;
  font-size: calc((30 / 16) * 1rem);
  font-weight: 500;
  line-height: 24px;
  text-decoration-line: line-through; }
  .buy-form-price-item--sale:after {
    font-size: calc((20 / 16) * 1rem); }

.buy-form-desc-num {
  margin: 0 0 15px;
  text-align: center;
  font-size: 24px;
  font-weight: 600; }
  .buy-form-desc-num p {
    text-align: left; }

.buy-form-desc-list {
  text-align: left; }
  .buy-form-desc-list ol {
    font-size: 18px;
    font-weight: 600; }
  .buy-form-desc-list li {
    margin: 0 0 10px;
    list-style-position: inside;
    list-style-type: unset; }

.buy-form-title-btn {
  text-align: center; }

.buy-form-sale-condition {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  width: auto;
  height: 40px;
  margin: 0 0 30px;
  padding: 0 20px;
  color: #fff;
  border-radius: 50px;
  background: #007261;
  font-size: calc((15 / 16) * 1rem);
  font-weight: normal;
  font-style: normal;
  line-height: 24px; }

.buy-form-sale-condition-value {
  margin: 0 0 0 10px;
  color: #fff;
  font-size: calc((22 / 16) * 1rem);
  font-weight: bold;
  font-style: normal;
  line-height: 28px; }

.buy-form-question-item {
  display: flex;
  align-items: flex-start; }
  .buy-form-question-item:not(:last-child) {
    margin: 0 0 13px; }
  .buy-form-question-item .icon {
    display: block;
    width: 32px;
    min-width: 32px;
    height: 32px;
    margin: 0 8px 0 0;
    fill: #007261; }

.buy-form-question-item-body {
  padding: 3px 0 0 0; }

.buy-form-question-item-desc {
  font-size: calc((12 / 16) * 1rem);
  font-weight: normal;
  font-style: normal;
  line-height: 18px; }
  .buy-form-question-item-desc a {
    color: #007261;
    transition: all ease 0.3s; }
    .buy-form-question-item-desc a .icon {
      transition: fill 0.3s, stroke 0.3s; }
    .buy-form-question-item-desc a[href]:hover {
      color: #078A51; }
      .buy-form-question-item-desc a[href]:hover .icon {
        fill: #078A51; }
    .buy-form-question-item-desc a[href]:active {
      text-decoration: none;
      color: #078A51; }
      .buy-form-question-item-desc a[href]:active .icon {
        fill: #078A51; }

.theme-dark .buy-form-question-item-desc a {
  color: #fff; }

.buy-form-question-item-name {
  margin: 0 0 7px;
  color: #282828;
  font-size: calc((15 / 16) * 1rem);
  font-weight: 600;
  font-style: italic;
  line-height: 24px; }

.buy-form-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 40px 0 0; }

.buy-form-small {
  margin-top: 10px;
  text-align: center;
  color: #6d6d6d;
  font-size: calc((12 / 16) * 1rem);
  font-weight: normal;
  font-style: normal;
  line-height: 22px; }
  .buy-form-small a {
    color: #007261;
    transition: all ease 0.3s; }
    .buy-form-small a .icon {
      transition: fill 0.3s, stroke 0.3s; }
    .buy-form-small a[href]:hover {
      color: #078A51; }
      .buy-form-small a[href]:hover .icon {
        fill: #078A51; }
    .buy-form-small a[href]:active {
      text-decoration: none;
      color: #078A51; }
      .buy-form-small a[href]:active .icon {
        fill: #078A51; }

.buy-form-webpay {
  text-align: center; }
  .buy-form-webpay a {
    color: #007261;
    font-size: calc((12 / 16) * 1rem); }

@media (min-width: 1024px) {
  .buy-form-question-item-desc {
    font-size: calc((15 / 16) * 1rem);
    font-weight: normal;
    line-height: 24px; }
  .buy-form-control-list {
    margin-top: 40px; }
  .buy-form-info {
    padding: 0; }
  .buy-form-section {
    height: 630px;
    margin: 100px 0; }
  .buy-form-order {
    margin: 0;
    padding: 40px; }
  .buy-form-title-thanks {
    font-size: calc((26 / 16) * 1rem); }
    .buy-form-title-thanks:before {
      width: 241px; }
  .buy-form-title {
    letter-spacing: .5px;
    font-size: calc((40 / 16) * 1rem); } }

.theme-dark .buy-form-section {
  background: #30393F; }

.theme-dark .buy-form-question-item-name {
  color: #fff; }

.theme-dark .buy-form-order .buy-form-title {
  color: #282828; }

.theme-dark .buy-form-title, .theme-dark .buy-form-desc, .theme-dark .buy-form-title-thanks {
  color: #fff; }

.theme-dark .buy-form .buy-form-small {
  color: #fff; }

/* End */


/* Start:/local/templates/html/components-template/teacher-slider-nav/style.css?17022041427493*/
.teacher-slider-nav-section {
  width: 100%;
  margin: 0 0 40px;
  padding: 40px 0 110px;
  background: #f0fff6; }
  .teacher-slider-nav-section .teacher-slider-nav .swiper-button-prev,
  .teacher-slider-nav-section .teacher-slider-nav .swiper-button-next {
    display: block; }

.teacher-slider-nav .swiper-nav {
  display: none; }

.teacher-slider-nav .swiper-button-prev,
.teacher-slider-nav .swiper-button-next {
  display: none; }

.teacher-slider-nav .without_nav .swiper-button-prev,
.teacher-slider-nav .without_nav .swiper-button-next {
  display: none !important; }

@media (max-width: 575px) {
  .teacher-slider-nav-section .swiper-container {
    overflow: hidden; } }

@media (min-width: 1300px) {
  .teacher-slider-nav .swiper-main .swiper-button-next,
  .teacher-slider-nav .swiper-main .swiper-container-rtl .swiper-button-prev {
    right: -138px; }
  .teacher-slider-nav .swiper-main .swiper-button-prev,
  .teacher-slider-nav .swiper-main .swiper-container-rtl .swiper-button-next {
    left: -138px; } }

@media (min-width: 1024px) {
  .teacher-slider-nav .swiper-button-prev,
  .teacher-slider-nav .swiper-button-next {
    display: block; }
  .teacher-slider-nav-section {
    margin: 0 0 80px;
    padding: 80px 0; }
  .teacher-slider-nav .swiper-main {
    margin: 0 0 60px; }
  .teacher-slider-nav .swiper-pagination {
    display: none; }
  .teacher-slider-nav .swiper-container {
    overflow: hidden; }
  .teacher-slider-nav .swiper-nav {
    display: block; }
  .teacher-slider-nav .swiper-button-next,
  .teacher-slider-nav .swiper-button-prev {
    opacity: 1; }
  .teacher-slider-nav .swiper-thumbnail {
    display: flex;
    align-items: flex-start;
    cursor: pointer; }
    .teacher-slider-nav .swiper-thumbnail:hover .swiper-thumbnail-name {
      text-decoration: none;
      color: #078A51; }
      .teacher-slider-nav .swiper-thumbnail:hover .swiper-thumbnail-name .icon {
        fill: #078A51; }
    .teacher-slider-nav .swiper-thumbnail.swiper-slide-thumb-active {
      pointer-events: none; }
      .teacher-slider-nav .swiper-thumbnail.swiper-slide-thumb-active .swiper-thumbnail-name {
        text-decoration: none;
        color: #078A51; }
        .teacher-slider-nav .swiper-thumbnail.swiper-slide-thumb-active .swiper-thumbnail-name .icon {
          fill: #007261; }
  .teacher-slider-nav .swiper-thumbnail-img {
    display: block;
    overflow: hidden;
    width: 64px;
    min-width: 64px;
    height: 64px;
    border-radius: 50%; }
  .teacher-slider-nav .swiper-thumbnail-name {
    margin: 37px 0 0 -37px;
    padding: 10px 5px 0 18px;
    transition: color 0.3s;
    letter-spacing: 0.01em;
    border-top-left-radius: 37px;
    background-color: #f0fff6;
    font-size: calc((15 / 16) * 1rem);
    font-weight: 500;
    font-style: normal;
    line-height: 146.28%; } }

.theme-dark .teacher-slider-nav-section {
  background: #007261; }

.theme-dark .swiper-pagination-bullet-active:before {
  border: 1px solid #078A51;
  background-color: #078A51; }

.theme-dark .teacher-slider-nav:hover .swiper-button-prev, .theme-dark .teacher-slider-nav:hover .swiper-button-next {
  opacity: .65; }

.theme-dark .teacher-slider-nav .swiper-button-prev, .theme-dark .teacher-slider-nav .swiper-button-next {
  transition: opacity .3s;
  background-color: #fff;
  opacity: 0;
  cursor: pointer; }
  .theme-dark .teacher-slider-nav .swiper-button-prev:hover:not(:active), .theme-dark .teacher-slider-nav .swiper-button-next:hover:not(:active) {
    opacity: .9;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }

.theme-dark .teacher-slider-nav .swiper-button-prev, .theme-dark .teacher-slider-nav .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_1502_1720)'%3E%3Cpath d='M48 44C48 46.2091 46.2091 48 44 48L4 48C1.79086 48 1.56562e-07 46.2091 3.49691e-07 44L3.8466e-06 4C4.03973e-06 1.79086 1.79087 -4.03973e-06 4 -3.8466e-06L44 -3.49691e-07C46.2091 -1.56562e-07 48 1.79086 48 4L48 44Z' fill='white'/%3E%3Cpath d='M4 48L44 48C46.2091 48 48 46.2091 48 44L48 4C48 1.79086 46.2091 -1.56562e-07 44 -3.49691e-07L4 -3.8466e-06C1.79087 -4.03973e-06 4.03973e-06 1.79086 3.8466e-06 4L3.49691e-07 44C1.56562e-07 46.2091 1.79086 48 4 48Z' fill='%23007261'/%3E%3Cpath d='M28.5 15L19.5 24L28.5 33' stroke='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_1502_1720' x='0' y='0' width='48' height='52' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='20'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_1502_1720'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A"); }

.theme-dark .teacher-slider-nav .swiper-button-next, .theme-dark .teacher-slider-nav .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_1502_1720)'%3E%3Cpath d='M0 4C0 1.79086 1.79086 0 4 0L44 0C46.2091 0 48 1.79086 48 4L48 44C48 46.2091 46.2091 48 44 48L4 48C1.79086 48 0 46.2091 0 44L0 4Z' fill='white'/%3E%3Cpath d='M44 0L4 0C1.79086 0 0 1.79086 0 4L0 44C0 46.2091 1.79086 48 4 48L44 48C46.2091 48 48 46.2091 48 44L48 4C48 1.79086 46.2091 0 44 0Z' fill='%23007261'/%3E%3Cpath d='M19.5 33L28.5 24L19.5 15' stroke='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_1502_1720' x='0' y='0' width='48' height='52' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='20'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_1502_1720'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A"); }

@media (min-width: 1024px) {
  .theme-dark .teacher-slider-nav .teacher-slider-nav .swiper-thumbnail:hover .swiper-thumbnail-name {
    text-decoration: none;
    color: #078A51; }
    .theme-dark .teacher-slider-nav .teacher-slider-nav .swiper-thumbnail:hover .swiper-thumbnail-name .icon {
      fill: #078A51; }
  .theme-dark .teacher-slider-nav .teacher-slider-nav .swiper-thumbnail:active .swiper-thumbnail-name, .theme-dark .teacher-slider-nav .teacher-slider-nav .swiper-thumbnail.swiper-slide-thumb-active .swiper-thumbnail-name {
    text-decoration: none;
    color: #078A51; }
    .theme-dark .teacher-slider-nav .teacher-slider-nav .swiper-thumbnail:active .swiper-thumbnail-name .icon, .theme-dark .teacher-slider-nav .teacher-slider-nav .swiper-thumbnail.swiper-slide-thumb-active .swiper-thumbnail-name .icon {
      fill: #078A51; } }

/* End */


/* Start:/local/templates/html/components-template/modal/style.css?170220414211056*/
@charset "UTF-8";
.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.modal {
  background-color: #fff; }
  .modal .modal-dialog {
    margin: 0 auto; }
  .modal .modal-content {
    border: none;
    border-radius: 0;
    background-clip: unset; }
  .modal .modal-footer > * {
    margin: unset; }
  .modal .modal-footer {
    display: flex;
    align-items: flex-start;
    flex-direction: column; }
  .modal .modal-close {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    padding: 0;
    cursor: pointer;
    border: none;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.0859 5.24988L13.2338 10.1085L13.7645 10.6385L18.6166 5.77985L18.0859 5.24988ZM18.0863 17.9998L12.2446 12.1581L6.66285 17.7338L6.13281 17.2032L11.7142 11.6278L6.13313 6.04669L6.66346 5.51636L18.6166 17.4695L18.0863 17.9998Z' fill='%23289628'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px; }
  .modal .modal-body {
    padding: 20px 20px 20px; }
  .modal .modal-header {
    display: flex;
    flex-direction: column;
    padding: 40px 20px 0;
    border-bottom: none;
    border-radius: 0; }
  .modal .modal-subtitle {
    margin: 16px 0 0 0;
    color: #282828;
    font-size: calc((12 / 16) * 1rem);
    font-weight: normal;
    font-style: normal;
    line-height: 18px; }
  .modal .modal-title {
    color: #282828;
    font-size: calc((26 / 16) * 1rem);
    font-weight: bold;
    font-style: normal;
    line-height: 34px; }
  @media (min-width: 576px) {
    .modal {
      background-color: transparent; } }
  @media (min-width: 768px) {
    .modal .modal-body {
      padding: 20px 60px 40px; }
    .modal .modal-header {
      display: flex;
      flex-direction: column;
      padding: 40px 60px 0;
      border-bottom: none;
      border-radius: 0; }
    .modal .modal-subtitle {
      margin: 30px 0 0 0;
      font-size: calc((15 / 16) * 1rem);
      line-height: 24px; }
    .modal .modal-title {
      font-size: calc((40 / 16) * 1rem);
      font-weight: bold;
      line-height: 103.18%; }
      .modal .modal-title:last-child {
        margin: 0 0 10px; }
    .modal .modal-close {
      top: 5px;
      right: 5px;
      background-size: 36px; }
    .modal .modal-dialog {
      max-width: 595px; }
    .modal .modal-dialog--lg {
      max-width: 768px; } }
  @media (min-width: 1366px) {
    .modal .modal-close:hover {
      opacity: 0.8; } }

@media (min-width: 1024px) {
  body.modal-open .header-fixed {
    width: calc(100% - 17px); } }

#smart_auth-confirm .modal-title {
  padding: 30px 60px 20px; }

#smart_auth-confirm .alert--confirm {
  padding: 10px 60px 20px; }

#smart_auth-confirm .alert-container {
  display: flex; }

#smart_auth-confirm .alert-icon {
  margin: 0 15px 0 0; }

#smart_auth-confirm .action-group {
  text-align: center; }

@media (min-width: 768px) {
  #smart_auth-confirm .modal-title {
    font-size: 36px; } }

#smart_auth-forget .modal-title {
  padding: 30px 60px 0; }

#smart_auth-forget .modal-subtitle {
  padding: 0 60px 20px; }

#smart_auth-success {
  padding: 0 60px 20px; }
  #smart_auth-success .modal-title {
    padding: 30px 0 20px; }

#modalformResume .drag_n_drop-field {
  padding: 0; }

#modalformResume .webform-field-upload {
  width: 160px;
  color: #007261;
  border: 1px solid #eaeaea;
  border-radius: 50px;
  background-color: transparent; }

#modalformResume .form-file-link {
  padding: 0 20px;
  letter-spacing: 0;
  text-transform: unset;
  color: #007261 !important;
  font-size: 16px; }

#modalformResume .webform-field-upload-list li div.webform-field-item-wrap {
  display: inline-flex; }

.webpay-content {
  display: block; }

.webpay-text {
  font-size: 13px;
  line-height: 1.8; }
  .webpay-text p {
    margin: 0 0 10px; }
  .webpay-text a {
    color: #007261; }

.webpay-text__imgs {
  margin: 20px 0 0; }
  .webpay-text__imgs .payment-system {
    max-height: 100%;
    margin: 0 0 20px; }

@media (min-width: 768px) {
  .modal-webpay .modal-dialog {
    max-width: 855px; }
  .webpay-content {
    display: flex; }
  .webpay-text__imgs {
    flex: 1 0 200px;
    max-width: 200px;
    margin: 0 0 0 20px; } }

.modal.modal-cookies .modal-cookie__info {
  font-size: 18px;
  font-weight: 400; }
  @media (max-width: 575px) {
    .modal.modal-cookies .modal-cookie__info {
      font-size: 16px; } }

.modal.modal-cookies .modal-cookie__control {
  margin: 15px 0px;
  display: flex;
  align-items: center;
  gap: 20px; }
  .modal.modal-cookies .modal-cookie__control > div {
    width: calc(50% - 10px); }
    .modal.modal-cookies .modal-cookie__control > div .btn {
      width: 100%; }

.modal.modal-cookies .modal-cookie__settings {
  border-bottom: 1px solid #282828;
  color: #282828;
  display: inline-block;
  font-weight: 500; }
  @media (min-width: 1024px) {
    .modal.modal-cookies .modal-cookie__settings:hover {
      cursor: pointer;
      border-color: #078A51;
      color: #078A51; } }

.modal.modal-cookies .modal-cookie__step-1, .modal.modal-cookies .modal-cookie__step-2 {
  display: none; }

.modal.modal-cookies .modal-cookie__step-1.active, .modal.modal-cookies .modal-cookie__step-2.active {
  display: block; }

.modal.modal-cookies .modal-cookie__title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500; }
  @media (max-width: 575px) {
    .modal.modal-cookies .modal-cookie__title {
      font-size: 18px; } }

.modal.modal-cookies .modal-cookie__overflow {
  max-height: 65vh;
  overflow: auto;
  padding-right: 5px;
  margin-right: -10px; }
  .modal.modal-cookies .modal-cookie__overflow::-webkit-scrollbar {
    width: 5px;
    /* ширина для вертикального скролла */
    height: 5px;
    /* высота для горизонтального скролла */
    border-radius: 0px;
    background-color: #f5f5f5; }
  .modal.modal-cookies .modal-cookie__overflow::-webkit-scrollbar-thumb {
    background-color: #bdbdbd;
    border-radius: 0em; }
    .modal.modal-cookies .modal-cookie__overflow::-webkit-scrollbar-thumb:hover {
      background-color: #828282; }

.modal.modal-cookies .modal-cookie__footer {
  padding-top: 15px; }

.modal.modal-cookies .modal-cookie__checkbox {
  margin: 10px 0px; }

.modal.modal-cookies .modal-body {
  padding: 20px 25px;
  padding-bottom: 20px; }

.modal.modal-cookies .modal-dialog {
  max-width: 500px; }

.modal.modal-cookies .modal-close {
  display: none; }

.modal.modal-cookies .modal-cookie-alert {
  display: flex;
  align-items: flex-start;
  padding: 12px;
  margin: 12px 0;
  background-color: #fbeff1;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px; }
  .modal.modal-cookies .modal-cookie-alert__icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    fill: #ff9536; }
    .modal.modal-cookies .modal-cookie-alert__icon svg {
      max-width: 100%;
      max-height: 100%; }
  .modal.modal-cookies .modal-cookie-alert.hide {
    display: none; }

.modal.modal-cookies .checkbox label {
  font-weight: 500; }

.modal.modal-cookies .form-group {
  margin-bottom: 0px; }

.modal.modal-cookies .checkbox-descr {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 3px;
  opacity: 0.6;
  padding-left: 36px; }

/* End */


/* Start:/local/templates/html/components-template/question/style.css?1702204142122*/
.question-section {
  padding: 0 0 40px; }

@media (min-width: 1024px) {
  .question-section {
    padding: 0 0 80px; } }

/* End */


/* Start:/local/templates/html/components-template/program-slider-grid/style.css?1702204142377*/
.program-slider-grid {
  margin: 0 0 80px; }
  .program-slider-grid .swiper-button-next,
  .program-slider-grid .swiper-button-prev {
    display: none; }
  @media (min-width: 1024px) {
    .program-slider-grid .swiper-wrapper {
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap; }
    .program-slider-grid .swiper-pagination {
      display: none; } }

/* End */


/* Start:/local/templates/html/components-template/article-slider/style.css?1702204142893*/
.article-slider-section--teacher {
  padding: 40px 0 0; }

.article-slider {
  margin: 0 0 80px; }
  .article-slider .swiper-button-next, .article-slider .swiper-button-prev {
    display: none; }

@media (min-width: 1024px) {
  .article-slider-section--teacher {
    padding: 80px 0 0; }
  .article-slider {
    margin: 0 0 80px; }
    .article-slider .swiper-container {
      overflow: hidden;
      padding: 30px;
      margin: -30px; }
    .article-slider .swiper-pagination {
      display: none; }
    .article-slider .swiper-button-next, .article-slider .swiper-button-prev {
      display: block; } }

@media (min-width: 1630px) {
  .article-slider .swiper-button-prev, .article-slider .swiper-container-rtl .swiper-button-next {
    left: 0 !important; }
  .article-slider .swiper-button-next, .article-slider .swiper-container-rtl .swiper-button-prev {
    right: 0 !important; } }

/* End */


/* Start:/local/templates/html/components-template/article-card/style.css?17022041428275*/
.article-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin: 0 0 20px;
  background: #FFFFFF;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden; }

.article-card-img-wrap {
  position: relative;
  width: calc(100% - 20px);
  margin: 10px;
  padding: 0 0 47%; }

.article-card-bg-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0; }
  .article-card-bg-wrap:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9); }
  .article-card-bg-wrap .article-card-img {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: none; }

.article-card-bg {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.article-card-img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
  background-size: cover; }

.article-card-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 16px 20px 16px;
  position: relative;
  z-index: 10;
  width: 100%; }

.article-card-topic {
  letter-spacing: .02em;
  font-size: calc((12 / 16) * 1rem);
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
  padding: 6px 28px;
  border-radius: 90px;
  background: #CDD1D4;
  font-feature-settings: 'pnum'; }

.article-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 7px;
  width: 100%; }

.article-card-date {
  margin: 0 0 0 10px;
  color: #757B80;
  font-size: calc((12 / 16) * 1rem);
  line-height: 18px;
  margin-left: auto; }

.article-card-name {
  display: block;
  width: 100%;
  margin: 0 0 15px;
  color: #282828;
  font-size: calc((18 / 16) * 1rem);
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  transition: all ease 0.3s; }
  .article-card-name .icon {
    transition: fill 0.3s, stroke 0.3s; }
  .article-card-name[href]:hover {
    color: #078A51; }
    .article-card-name[href]:hover .icon {
      fill: #078A51; }
  .article-card-name[href]:active {
    text-decoration: none;
    color: #078A51; }
    .article-card-name[href]:active .icon {
      fill: #078A51; }

.article-card-desc {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  width: 100%;
  max-height: 150px;
  margin: 12px 0 0 0;
  text-overflow: ellipsis;
  color: #282828;
  font-size: calc((15 / 16) * 1rem);
  font-weight: normal;
  font-style: normal;
  line-height: 24px;
  -webkit-line-clamp: 6; }
  @media (max-width: 1365px) {
    .article-card-desc {
      max-height: 100px;
      -webkit-line-clamp: 4; } }
  @media (max-width: 575px) {
    .article-card-desc {
      -webkit-line-clamp: 6;
      max-height: 140px; } }

.article-card-auth {
  margin: 10px 0 0 0; }

.article-card-auth-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  border-radius: 50%; }

.article-card-auth-name {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 30px;
  margin: -30px 0 0 35px;
  padding: 5px 17px;
  letter-spacing: .02em;
  color: #282828;
  border-radius: 30px 0 0 0;
  background-color: #fff;
  font-size: calc((12 / 16) * 1rem);
  font-weight: 500;
  font-style: normal;
  line-height: 18px; }

.article-card-video {
  position: absolute;
  top: 16px;
  right: 20px;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='10.125' fill='%23289628'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.832 11L9.25043 15.7385L8.95231 15.2615L15.7707 11L7.58262 5.88244L7.58262 16.625L7.02012 16.625L7.02012 4.86755L16.832 11Z' fill='white' stroke='white' stroke-width='0.3'/%3E%3C/svg%3E%0A");
  background-size: 100%; }

.article-card-body {
  flex-grow: 1;
  width: 100%; }

@media (max-width: 575px) {
  .article-card-img-wrap {
    padding: 0px;
    height: 180px; }
    .article-card-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover; } }

@media (min-width: 768px) {
  .article-card-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1; } }

@media (min-width: 1024px) {
  .article-card {
    transition: box-shadow .3s, transform .3s; }
    .article-card:hover {
      box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2); }
  .article-card-topic {
    font-size: calc((15 / 16) * 1rem); }
  .article-card-date {
    font-size: 13px; }
  .article-card-auth-name {
    letter-spacing: .01em;
    font-size: calc((15 / 16) * 1rem);
    font-weight: 500; }
  .article-card-header {
    margin: 0 0 27px; }
  .article-card-name {
    width: 100%;
    color: #282828;
    font-size: calc((22 / 16) * 1rem);
    font-weight: 400;
    font-style: normal;
    line-height: 28px;
    transition: all ease 0.3s; }
    .article-card-name .icon {
      transition: fill 0.3s, stroke 0.3s; }
    .article-card-name[href]:hover {
      color: #078A51; }
      .article-card-name[href]:hover .icon {
        fill: #078A51; }
    .article-card-name[href]:active {
      text-decoration: none;
      color: #078A51; }
      .article-card-name[href]:active .icon {
        fill: #078A51; } }

.article-card.article-card--slide {
  width: 290px;
  height: 245px;
  margin: 0; }
  .article-card.article-card--slide .article-card-name {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    max-height: 98px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4; }
  .article-card.article-card--slide:not(:last-child) {
    margin-right: 30px; }
  @media (min-width: 1024px) {
    .article-card.article-card--slide {
      width: 296px;
      height: 296px; }
      .article-card.article-card--slide .article-card-name {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        max-height: 140px;
        text-overflow: ellipsis;
        -webkit-line-clamp: 5; }
      .swiper-container:not(.is-moving) .article-card.article-card--slide.swiper-slide-prev {
        box-shadow: none; }
      .swiper-container:not(.is-moving) .article-card.article-card--slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
        box-shadow: none; } }

.article-card.article-card--slide-grid {
  width: 290px;
  height: 245px;
  margin: 0; }
  .article-card.article-card--slide-grid .article-card-name {
    max-height: 98px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis; }
  .article-card.article-card--slide-grid .article-card-img-wrap {
    display: none; }
  .article-card.article-card--slide-grid:not(:last-child) {
    margin-right: 30px; }
  @media (min-width: 1024px) {
    .article-card.article-card--slide-grid {
      width: 296px;
      height: 296px; }
      .article-card.article-card--slide-grid .article-card-name {
        max-height: 140px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis; }
      .swiper-container:not(.is-moving) .article-card.article-card--slide-grid.swiper-slide-prev {
        box-shadow: none; }
      .swiper-container:not(.is-moving) .article-card.article-card--slide-grid.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
        box-shadow: none; }
      .article-card.article-card--slide-grid .article-card-img-wrap {
        display: flex; } }

[data-size='2'] .article-card-auth-name, [data-size='3'] .article-card-auth-name {
  max-height: 44px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis; }

[data-size='3'] .article-card-auth-name {
  max-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-height: 1; }

/* End */


/* Start:/local/templates/html/components-template/metrics/style.css?17022041422162*/
.metrics-section {
  padding: 60px 0 20px;
  position: relative; }
  @media (max-width: 767px) {
    .metrics-section {
      padding-top: 35px; } }

.metrics {
  display: flex;
  align-items: center;
  padding: 0 47px;
  margin: 0 0 20px; }
  @media (max-width: 767px) {
    .metrics {
      padding: 0px; } }
  .metrics:nth-child(even) .metrics-value {
    color: #007261; }

.metrics-value {
  font-style: normal;
  font-weight: 400;
  font-size: calc((50 / 16) * 1rem);
  line-height: 103.18%;
  letter-spacing: 0.5px;
  color: #30393f;
  min-width: 95px;
  margin: 0 10px 0 0; }

.metrics-name {
  font-style: normal;
  font-weight: normal;
  font-size: calc((16 / 16) * 1rem);
  line-height: 24px;
  color: #30393f; }

@media (max-width: 767px) {
  .metrics-value {
    text-align: right; } }

@media (max-width: 575px) {
  .metrics-value {
    font-size: calc((32 / 16) * 1rem);
    margin-right: 15px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .metrics-value {
    min-width: 132px; } }

@media (min-width: 768px) {
  .metrics-list {
    display: flex;
    align-items: flex-start;
    justify-content: center; }
  .metrics {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%; }
  .metrics-value {
    margin: 0 0 12px;
    min-width: auto;
    text-align: center; }
  .metrics-name {
    font-style: normal;
    font-weight: normal;
    font-size: calc((16 / 16) * 1rem);
    line-height: 24px;
    color: #30393f;
    text-align: center; }
  .metrics-section {
    padding: 85px 0 80px; }
  .metrics-section--light .metrics {
    position: static !important; } }

@media (min-width: 1024px) {
  .metrics-value {
    font-weight: 400;
    font-size: 60px;
    line-height: 103.18%;
    margin: 0 0 12px; }
  .metrics-name {
    font-size: calc((18 / 16) * 1rem);
    line-height: 24px; }
  .metrics-section--light {
    padding: 35px 0 90px; } }

@media (min-width: 1366px) {
  .metrics-value {
    font-size: 80px; }
  .metrics-name {
    font-size: calc((20 / 16) * 1rem); } }

.theme-dark .metrics-value {
  color: #6D6D6D; }

.theme-dark .metrics-name {
  color: #fff; }

/* End */


/* Start:/local/templates/html/components-template/trust-slider/style.css?17022041421924*/
.trust-slider-section {
  padding: 40px 0 40px;
  background-color: #CDD1D4;
  position: relative; }
  .trust-slider-section .title {
    margin-bottom: 0;
    text-align: center;
    justify-content: center; }

.trust-slider-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.trust-slider-notify {
  width: 100%;
  padding: 10px 55px;
  background: #F1F2F1;
  border-radius: 20px;
  text-align: center;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  font-style: normal;
  font-weight: normal;
  font-size: calc((14 / 16) * 1rem);
  line-height: 22px;
  color: #282828; }

.trust-slider {
  width: 100%; }
  .trust-slider .swiper-button-next,
  .trust-slider .swiper-button-prev {
    display: none; }
  .trust-slider .swiper-wrapper {
    transition-timing-function: linear !important; }

.trust-slide-img {
  max-width: 100%;
  max-height: 100%; }

.trust-slide-img-wrap {
  width: 97px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px; }

@media (min-width: 768px) {
  .trust-slider-body {
    display: flex;
    align-items: center;
    flex-direction: row; }
  .trust-slider-notify {
    width: 354px;
    min-width: 354px;
    height: 142px;
    background: #F1F2F1;
    border-radius: 20px;
    margin: 0 25px 0 0; }
  .trust-slider {
    flex-grow: 1;
    width: calc(100% - 400px); }
    .trust-slider .swiper-container {
      overflow: hidden; }
  .trust-slide-img-wrap {
    width: 177px;
    height: 142px; } }

@media (min-width: 1024px) {
  .trust-slider-section {
    padding: 70px 0 70px; }
    .trust-slider-section .title {
      margin-bottom: 20px; }
  .trust-slider-notify {
    text-align: left;
    font-size: calc((20 / 16) * 1rem);
    line-height: 24px;
    padding: 15px 45px; } }

[data-img='0'] .trust-slider-section {
  display: none !important; }

/* End */
/* /local/templates/html/components-template/tag/style.css?17022041421775 */
/* /local/templates/html/components-template/favorite/style.css?17022041421459 */
/* /local/templates/html/components-template/banner-sale/style.css?17022041422151 */
/* /local/templates/html/components-template/objective/style.css?1702204142131 */
/* /local/templates/html/components-template/objective-card/style.css?17022041421150 */
/* /local/templates/html/components-template/for-whom/style.css?1702204142357 */
/* /local/templates/html/components-template/tabs/style.css?17022041423033 */
/* /local/templates/html/components-template/content/style.css?17022041428326 */
/* /local/templates/html/components-template/content/img/style.css?17022041421874 */
/* /local/templates/html/components-template/accordion/style.css?17022041427212 */
/* /local/templates/html/components-template/time/style.css?1702204142492 */
/* /local/templates/html/components-template/catalog-small/style.css?17022041422757 */
/* /local/templates/html/components-template/process/style.css?1702204142381 */
/* /local/templates/html/components-template/research/style.css?17022041428520 */
/* /local/templates/html/components-template/research-slider/style.css?17022041422589 */
/* /local/templates/html/components-template/teacher-slide/style.css?17022041422628 */
/* /local/templates/html/components-template/product-desc/style.css?17022041422598 */
/* /local/templates/html/components-template/content/typography/style.css?17022041421377 */
/* /local/templates/html/components-template/modules/style.css?1702204142366 */
/* /local/templates/html/components-template/product-metrics/style.css?1702204142572 */
/* /local/templates/html/components-template/product-advantage/style.css?17022041421491 */
/* /local/templates/html/components-template/product-get/style.css?17022041421347 */
/* /local/templates/html/components-template/you-get/style.css?17022041422554 */
/* /local/templates/html/components-template/auditory/style.css?1702204142545 */
/* /local/templates/html/components-template/product-why/style.css?1702204142671 */
/* /local/templates/html/components-template/product-billet/style.css?17022041421373 */
/* /local/templates/html/components-template/buy-form/style.css?17022041426949 */
/* /local/templates/html/components-template/teacher-slider-nav/style.css?17022041427493 */
/* /local/templates/html/components-template/modal/style.css?170220414211056 */
/* /local/templates/html/components-template/question/style.css?1702204142122 */
/* /local/templates/html/components-template/program-slider-grid/style.css?1702204142377 */
/* /local/templates/html/components-template/article-slider/style.css?1702204142893 */
/* /local/templates/html/components-template/article-card/style.css?17022041428275 */
/* /local/templates/html/components-template/metrics/style.css?17022041422162 */
/* /local/templates/html/components-template/trust-slider/style.css?17022041421924 */
