

/* Start:/bitrix/templates/artelac/components/bitrix/menu/top/style.min.css?1634745541490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/artelac/components/bitrix/menu/top/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/artelac/styles.css?17538586964153*/
.related-articles__wrapper {
  row-gap: 20px;
}

.related-articles__image {
  position: relative;
  width: 100%;
  max-height: 200px;
  overflow: hidden;
  object-fit: cover;
}

.related-articles__image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.related-articles__tags {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.related-articles__tags span {
  background-color: #fff;
  color: #211c68;
  padding: 2px 4px;
  font-size: 10px;
  font-weight: 600;
}

.related-articles__content {
  background-color: #edf1ff;
  padding: 20px 40px;
  height: calc(100% - 200px);
  display: flex;
  flex-direction: column;
}

.related-articles__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.related-articles__controls-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #009fdf;
}

.related-articles__title {
  font-size: 20px;
  font-weight: 600;
  color: #009fdf;
}

.related-articles__text {
  font-size: 16px;
  font-weight: 400;
  color: #333333;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.related-articles__action {
  text-align: end;
  margin-top: auto;
}

.ap-teaser__image {
  max-height: 376px;
}

.ap-menu__items--footer {
  flex-wrap: wrap !important;
}

.ap-section {
  padding: 20px 0 !important;
}
.ap-teaser-detail__container {
  display: none;
  z-index: 10;
}

.ap-teaser-detail__container--active {
  display: block;
}

.ap-teaser-detail__header {
  margin-bottom: 50px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.ap-teaser-detail__header-item {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid rgb(255, 255, 255);
  padding: 9px 15px 9px 15px;
  flex: 1;

  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  text-align: center;

  white-space: nowrap;

  cursor: pointer;
}

.ap-teaser-detail__header-item:hover {
  background: rgb(255, 255, 255);
  color: rgb(0, 159, 223);
}

.ap-teaser-detail__header-item--active {
  background: rgb(255, 255, 255);
  color: rgb(0, 159, 223);
}

.ap-teaser-detail__header-item + .ap-teaser-detail__header-item {
  border-left: 1px solid rgb(255, 255, 255);
}

.ap-teaser-detail__content {
  color: rgb(255, 255, 255);
  font-family: ITC Franklin Gothic Std;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0%;
  text-align: left;
  display: none;
  max-height: 190px;
  height: 100%;
  overflow: auto;
}

.ap-teaser-detail__content--active {
  display: block;
}

/* sliders */

.js-mob-carousel {
  margin-top: 0 !important;
}

.js-mob-carousel .slick-track {
  display: flex;
}

.js-mob-carousel .slick-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 20px 0;
}

.js-mob-carousel .slick-dots li {
  display: block;
  width: 12px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: #C2E3EE;
}

.js-mob-carousel .slick-dots li.slick-active {
  background: #009FDF;
}

.js-mob-carousel .slick-dots li button {
  opacity: 0;
  cursor: pointer;
}

.js-mob-carousel .slick-slide {
  flex: 1;
  height: auto;
}

@media (max-width: 768px) {
  .ap-teaser-detail__header-item {
    font-size: 14px;
  }

  .ap-teaser-detail__content {
    font-size: 16px;
  }

  .ap-teaser-detail__container {
    margin-top: 20px;
  }
}

@media (max-width: 992px) {
  .ap-teaser-detail__header-item {
    font-size: 14px;
  }
}

.ap-menu__footer__link {
  word-break: break-word;
  white-space: normal !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .ap-header__home > .ap-header__video {
    height: 120% !important;
  }
}
@media screen and (max-width: 1024px) {
  .ap-footer .ap-menu__link,
  .ap-navbar .ap-menu__link {
    white-space: normal !important;
  }

  .ap-table {
    font-size: 12px;
  }
}

/* End */


/* Start:/bitrix/templates/artelac/template_styles.css?17748562904094*/
@media screen and (max-width: 767px) {
  .ap-teaser__content {
    max-width: 100%;
  }
  .ap-teaser__content .ap-btn--link {
    white-space: inherit;
  }
}

@media screen and (max-width: 767px) {
  .ap-btn {
    white-space: initial !important;
  }
}

@media screen and (max-width: 767px) {
  .ap-teaser--flipcards .ap-teaser--flipcards__back,
  .ap-teaser--flipcards .ap-teaser--flipcards__front {
    padding-bottom: 1em !important;
  }
}

@media screen and (max-width: 767px) {
  .ap-header__body h1 {
    font-size: 2.5rem;
  }
}

.ap-color--ektoin {
  color: #b0d7b7;
}

.mobile-where-buy {
  display: none;
}

@media screen and (max-width: 767px) {
  .mobile-where-buy {
    position: absolute !important;
    top: 0;
    right: 3.3em;
    height: 3.3em;
    display: flex;
    align-items: center;
  }

  .mobile-where-buy a {
    color: #230366;
    font-size: 16px;
    text-decoration: none !important;
  }

  .mobile-where-buy svg {
    height: 1.8em;
    margin-right: 6px;
  }
}

.back-to-top {
  display: flex;
  position: fixed;
  bottom: 150px;
  right: 20px;
  background-color: #230366;
  color: white;
  z-index: 20;
  padding: 10px 30px;
}

.back-to-top svg {
  margin-left: 8px;
}

.breadcrumb {
  list-style: none;
  display: flex;
  font-family: FranklinGothicITC, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.95px;
  text-align: left;
  background-color: transparent !important;
  padding: 40px 0 !important;
}

.breadcrumb li {
  padding-right: 10px;
  color: #c4c4c4 !important;
}

.breadcrumb li a {
  color: #211c68 !important;
  text-wrap: nowrap;
}

.breadcrumb li:not(:last-child)::after {
  content: "/";
  padding-left: 10px;
  color: #211c68 !important;
}

.ap-btn--white {
  color: white;
}

.contacts--section {
  margin-bottom: 40px;
}

.contacts--title {
  text-align: center;
  margin-bottom: 20px;
}

.contacts--socials__block {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.contacts--section h2, .contacts--section h1 {
  font-size: 3rem;
  font-family: FranklinGothicITC,sans-serif;
}

.nutzungsbedingungen h1 {
  font-size: 2rem;
  font-family: FranklinGothicITC,sans-serif;
}

.contacts--section h3 {
  font-size: 2rem;
  margin: 0;
}

.contacts--section a {
  color: #230366;
}

.contacts--socials__title {
  text-align: left;
}

.contacts--socials__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding-left: 20px;
  gap: 20px;
  margin: 0;
}

.contacts--socials__image {
  height: 40px;
}

.contacts--socials__item {
  height: 40px;
}

.contacts-page__tabs {
  flex-direction: row;
  margin: 40px 0;
  display: flex;
  border: 2px solid #230366;
  overflow: hidden;
}

.contacts-page__tab-btn {
  position: relative;
  z-index: 0;
  flex-grow: 1;
  display: block;
  margin: -2px;
  padding: 27px 15px;
  background: #2303661a;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #230366;
  border: 0;
}
.contacts-page__tab-btn.active {
  z-index: 1;
  background: #230366;
  color: #ffffff;
  cursor: default;
  pointer-events: none;
}

.contacts-page__tab-content {
  display: none;
}

.contacts-page__tab-content.active {
  display: block;
}

.contacts-page__link {
  display: inline-block;
  padding: 16px 40px;
  background-color: #211c68;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  text-align: left;
  color: white;
  margin-bottom: 20px;
  border-radius: 40px;
}

.contacts-page__link svg {
  margin-left: 10px;
}

.contacts-warning {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  margin-top: 60px;
  gap: 20px;
  background: #f4fcff;
  border-radius: 8px;
  margin-bottom: 40px;
}

.contacts-warning__text {
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 120%;
  color: #0d081b;
}

.contacts-warning__text a {
  text-decoration: underline;
}

.contacts-page__map {
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  margin-top: 20px;
}

/* End */
/* /bitrix/templates/artelac/components/bitrix/menu/top/style.min.css?1634745541490 */
/* /bitrix/templates/artelac/styles.css?17538586964153 */
/* /bitrix/templates/artelac/template_styles.css?17748562904094 */
