

/* Start:/bitrix/templates/artelac/components/bitrix/news.detail/articles/style.css?174954524614609*/
.ap-main--article section {
  position: relative;
  z-index: 1;
}

.ap-header__article:before {
  border-bottom: 120px solid rgb(255, 255, 255);
  border-right: 120px solid rgb(255, 255, 255);
  border-top: 120px solid rgb(255, 255, 255);
  border-radius: 680.44px;
  background: rgb(0, 159, 223);
  opacity: 0.65 !important;
}

.ap-article__block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 300px;
  box-sizing: border-box;
  border-right: 140px solid rgb(194, 227, 238);
  border-top: 140px solid rgb(194, 227, 238);
  border-radius: 0px 300px 0px 0px;
  z-index: -1;
}

.ap-article__info {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
}

.ap-article__info-item {
  display: flex;
  gap: 10px;
  align-items: center;
}

.ap-article__info-item-icon {
  width: 25px;
  height: 25px;
}

.ap-article__info-item-value {
  color: #333333;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.ap-article__rating {
  display: flex;
  gap: 10px;
}

.ap-article__rating svg {
  width: 16px;
  height: 16px;
}

.ap-article__rating-item {
  fill: #c2e3ee;
}

.ap-article__rating-item--active {
  fill: #009fdf;
}

.ap-article__title {
  margin-bottom: 40px;
}

.ap-article__tags {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.ap-article__tag {
  padding: 8px 20px;
  color: #ffffff;
  background: rgb(35, 3, 102);
}

.ap-article__contents-list {
  margin-bottom: 40px;
}

.ap-article__contents-list h3 {
  margin-bottom: 20px;
}

.ap-article__contents-list ul {
  padding-left: 25px;
}

.ap-article__contents-list li::marker {
  color: #009ee3;
  font-size: 14px;
}

.ap-article__contents-list li a {
  color: #009ee3;
  text-decoration: underline;
  font-size: 18px;
}

.ap-article__contents-list li a:hover {
  text-decoration: none;
}

.ap-article__content {
  padding-bottom: 60px;
}

.ap-article__content h3 {
  margin-bottom: 20px;
}

.ap-article__content h2 {
  margin-bottom: 20px;
}

.ap-article__content p {
  margin-bottom: 15px;
  color: rgb(13, 8, 27);
  font-family: Franklin Gothic Book;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: left;
}

.ap-article__content img {
  margin-bottom: 20px;
}

.ap-article__content ol {
  margin-bottom: 40px;
  list-style: none;
  counter-reset: num;
  padding-left: 60px;
}

.ap-article__content ol li {
  margin-bottom: 20px;
  position: relative;
}

.ap-article__share {
  margin-bottom: 50px;
}

.ap-article__share h2 {
  margin-bottom: 20px;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.ap-article__share-icons {
  display: flex;
  gap: 20px;
}

.ap-article__share-icons img {
  width: 40px;
  height: 40px;
}

.ap-article__warning-text {
  background: rgb(234, 245, 249);
  padding: 60px 40px 40px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  position: relative;
  color: #0d081b !important;
}

.ap-article__warning-text::before {
  content: "Внимание!";
  font-family: Franklin Gothic Book;
  display: inline-block;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  position: absolute;
  top: 20px;
  color: rgb(0, 159, 223);
}

.ap-article__advantages-container {
  margin-bottom: 60px;
}

.ap-article__advantages-container h3 {
  margin-bottom: 20px;
}

.ap-article__advantages {
  display: flex;
  gap: 40px;
}

.ap-article__advantages-item {
  display: flex;
  flex-direction: column;
  max-width: 240px;
}

.ap-article__advantages-item-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  color: #009ee3;
  padding: 10px 50px;
  box-sizing: border-box;
  border: 1px solid rgb(33, 28, 104);
  width: max-content;
  margin-bottom: 20px !important;
}

.ap-article__advantages-list {
  padding-left: 20px;
}

.ap-article__advantages-list-item {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: rgb(13, 8, 27);
  font-family: Franklin Gothic Book;
  margin-bottom: 10px;
}

.ap-article__advantages-list-item::marker {
  color: #211c68;
  font-size: 14px;
}

.ap-article__get-price {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 60px;
  border-radius: 40px;
  color: #211c68;

  margin-bottom: 20px;
}

.ap-article__get-price a {
  width: max-content;
}

.ap-article__get-price-button {
  background-color: #211c68;
}

.ap-article__get-price-button:hover {
  background-color: #009ee3;
  color: #ffffff;
}

.ap-article__get-price--active {
  background-color: #f4fcff;
}

.ap-article__get-price-image {
  max-width: 586px;
  max-height: 273px;
  object-fit: cover;
}

.ap-article__get-price-image img {
  width: 100%;
  height: 100%;
}

.ap-article__get-price-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ap-article__get-price-content-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.ap-article__full-image {
  background: rgb(0, 159, 223);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.ap-article__full-image-block {
  box-sizing: border-box;
  border-right: 140px solid rgb(194, 227, 238);
  border-top: 140px solid rgb(194, 227, 238);
  border-radius: 0px 300px 0px 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 300px;
  transform: rotate(270deg);
  z-index: -1;
}

.ap-article__full-image .ap-btn {
  background-color: #fff;
  color: #230366;
  width: max-content;
}

.ap-article__full-image .ap-btn:hover {
  background-color: #230366;
  color: #fff;
}

.ap-article__full-image-container {
  width: 100%;
  height: 100%;
  max-width: 1360px;
  padding: 40px 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}

.ap-article__full-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 486px;
  max-height: 273px;
}

.ap-article__full-image-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.ap-article__full-image-content-text {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: left;
}

.ap-article__more-info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}

.ap-article__more-info-item {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.ap-article__more-info-btn {
  width: max-content;
  padding: 15px 50px !important;
  margin-top: auto;
}

.ap-article__more-info-item-icon {
  width: 100%;
  height: 100%;
  max-width: 350px;
  max-height: 280px;
  margin-bottom: 50px;
}

.ap-article__more-info-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ap-article__more-info-item-title {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  color: rgb(0, 159, 223);
}

.ap-article__more-info-item-description {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: rgb(51, 51, 51);
  margin-bottom: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ap-article__share-title {
  font-size: 36px !important;
  margin-bottom: 50px !important;
}

@media (max-width: 1920px) {
  .ap-article__block {
    width: 260px;
    height: 260px;
    border-right: 130px solid rgb(194, 227, 238);
    border-top: 130px solid rgb(194, 227, 238);
  }

  .ap-article__full-image-block {
    width: 260px;
    height: 260px;
    border-right: 130px solid rgb(194, 227, 238);
    border-top: 130px solid rgb(194, 227, 238);
  }
}

@media (max-width: 1600px) {
  .ap-article__block {
    width: 240px;
    height: 240px;
    border-right: 120px solid rgb(194, 227, 238);
    border-top: 120px solid rgb(194, 227, 238);
  }

  .ap-article__full-image-block {
    width: 240px;
    height: 240px;
    border-right: 120px solid rgb(194, 227, 238);
    border-top: 120px solid rgb(194, 227, 238);
  }
}

@media (max-width: 1440px) {
  .ap-article__block {
    width: 220px;
    height: 220px;
    border-right: 110px solid rgb(194, 227, 238);
    border-top: 110px solid rgb(194, 227, 238);
  }

  .ap-article__full-image-block {
    width: 220px;
    height: 220px;
    border-right: 110px solid rgb(194, 227, 238);
    border-top: 110px solid rgb(194, 227, 238);
  }

  .ap-article__full-image {
    margin-bottom: 40px;
  }

  .ap-article__full-image-container {
    padding: 40px 40px 40px 40px;
    gap: 40px;
  }

  .ap-article__full-image-content {
    gap: 20px;
  }

  .ap-article__full-image-content-text {
    font-size: 16px;
  }

  .ap-article__more-info-btn {
    padding: 15px 30px !important;
  }
}

@media (max-width: 1280px) {
  .ap-article__block {
    width: 180px;
    height: 180px;
    border-right: 90px solid rgb(194, 227, 238);
    border-top: 90px solid rgb(194, 227, 238);
  }

  .ap-article__full-image-container {
    flex-direction: column;
  }

  .ap-article__full-image-content {
    align-items: center;
  }

  .ap-article__full-image-block {
    width: 180px;
    height: 180px;
    border-right: 90px solid rgb(194, 227, 238);
    border-top: 90px solid rgb(194, 227, 238);
  }

  .ap-article__more-info-item-icon {
    margin-bottom: 20px;
  }

  .ap-article__more-info-item-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .ap-article__more-info-item-description {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .ap-article__more-info {
    margin-bottom: 40px;
  }
}

@media (max-width: 1024px) {
  .article-page__content {
    margin-bottom: 40px;
  }

  .ap-article__tags {
    margin-bottom: 30px;
  }

  .ap-article__title {
    margin-bottom: 34px;
    font-size: 32px;
    line-height: 34px;
  }

  .ap-article__info-item-value {
    font-size: 18px;
  }

  .ap-article__info-item-icon {
    width: 20px;
    height: 20px;
  }

  .ap-article__info {
    gap: 20px;
    margin-bottom: 20px;
  }

  .ap-article__share {
    margin-bottom: 30px;
  }

  .ap-article__share-icons img {
    width: 30px;
    height: 30px;
  }

  .ap-article__warning-text::before {
    font-size: 20px;
  }

  .ap-article__warning-text {
    font-size: 14px;
    padding: 50px 20px 20px;
  }

  .ap-article__advantages {
    gap: 20px;
  }

  .ap-article__advantages-item-title {
    font-size: 14px;
    padding: 10px 35px;
  }

  .ap-article__advantages-list-item {
    font-size: 14px;
  }

  .ap-article__get-price {
    flex-direction: column;
  }

  .ap-article__get-price-content {
    gap: 10px;
  }

  .ap-article__get-price-content-text {
    font-size: 14px;
  }

  .ap-article__content {
    padding-bottom: 40px;
  }

  .ap-article__content h3 {
    margin-bottom: 15px;
  }

  .ap-article__content img {
    margin-bottom: 40px;
  }

  .ap-article__content ul {
    margin-bottom: 40px;
  }

  .ap-article__content ol {
    margin-bottom: 40px;
  }

  .ap-article__contents-list {
    margin-bottom: 30px;
  }

  .ap-article__contents-list h3 {
    margin-bottom: 10px;
  }

  .ap-article__block {
    width: 200px;
    height: 200px;
    border-right: 100px solid rgb(194, 227, 238);
    border-top: 100px solid rgb(194, 227, 238);
    border-radius: 0px 200px 0px 0px;
  }

  .ap-article__full-image-block {
    width: 200px;
    height: 200px;
    border-right: 100px solid rgb(194, 227, 238);
    border-top: 100px solid rgb(194, 227, 238);
    border-radius: 0px 200px 0px 0px;
  }

  .ap-article__full-image-container {
    gap: 30px;
  }

  .ap-article__full-image-content {
    gap: 20px;
  }

  .ap-article__full-image-content-text {
    font-size: 16px;
  }

  .ap-article__more-info {
    grid-template-columns: 1fr 1fr;
  }

  .ap-article__more-info-item-icon {
    margin-bottom: 20px;
  }

  .ap-article__more-info-item-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .ap-article__more-info-item-description {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .ap-article__more-info-btn {
    padding: 15px 30px;
  }
}

@media (max-width: 768px) {
  .article-page__content {
    margin-bottom: 20px;
  }

  .ap-article__tags {
    margin-bottom: 20px;
  }

  .ap-article__title {
    margin-bottom: 25px;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
  }

  .ap-article__contents h2 {
    margin-bottom: 15px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
  }

  .ap-article__info-item-value {
    font-size: 16px;
  }

  .ap-article__info-item-icon {
    width: 14px;
    height: 14px;
  }

  .ap-article__info {
    flex-direction: column;
    align-items: flex-start;
  }

  .ap-article__share {
    margin-bottom: 20px;
  }

  .ap-article__share-icons img {
    width: 20px;
    height: 20px;
  }

  .ap-article__warning-text::before {
    font-size: 18px;
  }

  .ap-article__warning-text {
    font-size: 12px;
    padding: 40px 20px 20px;
  }

  .ap-article__advantages {
    gap: 20px;
  }

  .ap-article__advantages-item-title {
    font-size: 12px;
    padding: 8px 10px;
  }

  .ap-article__advantages-list-item {
    font-size: 12px;
  }

  .ap-article__get-price-content-text {
    font-size: 12px;
  }

  .ap-article__content {
    margin-bottom: 20px;
  }

  .ap-article__content h3 {
    margin-bottom: 10px;
  }

  .ap-article__content img {
    margin-bottom: 20px;
  }

  .ap-article__block {
    width: 150px;
    height: 150px;
    border-right: 75px solid rgb(194, 227, 238);
    border-top: 75px solid rgb(194, 227, 238);
    border-radius: 0px 150px 0px 0px;
  }

  .ap-article__full-image-block {
    width: 150px;
    height: 150px;
    border-right: 75px solid rgb(194, 227, 238);
    border-top: 75px solid rgb(194, 227, 238);
    border-radius: 0px 150px 0px 0px;
  }

  .ap-article__full-image {
    margin-bottom: 20px;
  }

  .ap-article__full-image-container {
    padding: 20px 20px 20px 20px;
    gap: 20px;
  }

  .ap-article__full-image-content {
    gap: 10px;
  }

  .ap-article__full-image-content-text {
    font-size: 14px;
  }

  .ap-article__more-info {
    grid-template-columns: 1fr;
  }

  .ap-article__more-info {
    margin-bottom: 20px;
  }

  .ap-article__more-info-item-icon {
    margin-bottom: 20px;
  }

  .ap-article__more-info-item-title {
    font-size: 18px;
  }

  .ap-article__more-info-btn {
    padding: 10px 20px !important;
  }
}

.ap-article__content ul p {
  margin-bottom: 0 !important;
}

.ap-article__content a {
  scroll-margin-top: 100px;
}

/* End */


/* Start:/bitrix/templates/artelac/components/bitrix/iblock.vote/stars/style.min.css?1744733927832*/
.bx_item_detail_rating{margin-bottom:10px}.bx_item_detail_rating td{vertical-align:middle;text-align:right}.bx_item_detail_rating .bx_item_rating{text-align:right}.bx_item_detail_rating .bx_stars_container{position:relative;width:68px;height:30px;background:#dadada;background-size:100% 100%}.bx_item_detail_rating .bx_stars_bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:101;background:url(/bitrix/templates/artelac/components/bitrix/iblock.vote/stars/images/stars.png) no-repeat center}.bx_item_detail_rating .bx_stars_progress{position:absolute;top:0;bottom:0;left:0;background:#e76110}.bx_item_detail_rating .bx_stars_rating_votes{color:#8d8d8d;font-size:11px;line-height:11px;vertical-align:middle}@media(max-width:530px){.bx-touch .bx_item_detail_rating .bx_stars_container{height:15px;margin:4px 0}.bx_item_detail_rating .bx_stars_rating_votes{font-size:7px;line-height:7px}}
/* End */


/* Start:/bitrix/templates/artelac/components/bitrix/news.list/related_products/style.css?17447339272046*/
.ap-header__articles:before {
  border-bottom: 120px solid rgb(255, 255, 255);
  border-right: 120px solid rgb(255, 255, 255);
  border-top: 120px solid rgb(255, 255, 255);
  border-radius: 680.44px;
  background: rgb(0, 159, 223);
  opacity: 0.65 !important;
}

.ap-header__articles {
  background-color: #36a3c8;
  border-color: #fff;
}

.ap-articles__title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 47px;
}

.ap-articles__tags {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
  border-bottom: 2px solid #2e3192;
  padding-bottom: 10px;
  padding-right: 40px;
  position: relative;
  overflow: hidden;
  height: 50px;
  transition: all 0.3s ease-in-out;
}

.ap-articles__tags--active {
  height: auto;
  transition: all 0.3s ease-in-out;
}

.ap-articles__tag {
  padding: 10px 20px;
  background-color: rgba(35, 3, 102, 0.1);
  color: #211c68;
  font-size: 14px;
  font-weight: 600;
}

.ap-articles__tag--active {
  background-color: rgba(35, 3, 102, 1);
  color: #fff;
}

.ap-articles__tags-controls {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}

.ap-articles__tags-controls--active img {
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}

.ap-articles__list {
  row-gap: 30px;
  margin-bottom: 30px;
}

.ap-articles__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
}

.ap-articles__pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: #009fdf;
  font-size: 16px;
}

.ap-articles__pagination-item:hover {
  color: #230366;
}

.ap-articles__pagination-item--active {
  color: #230366;
}

.arrow_pagination--disabled {
  opacity: 0.3;
}

.arrow_pagination--prev {
  transform: rotate(180deg);
}

/* End */


/* Start:/bitrix/templates/artelac/components/bitrix/news.list/same_articles/style.css?17538586962576*/
.ap-header__articles:before {
  border-bottom: 120px solid rgb(255, 255, 255);
  border-right: 120px solid rgb(255, 255, 255);
  border-top: 120px solid rgb(255, 255, 255);
  border-radius: 680.44px;
  background: rgb(0, 159, 223);
  opacity: 0.65 !important;
}

.ap-header__articles {
  background-color: #36a3c8;
  border-color: #fff;
}

.ap-articles__title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 47px;
}

.ap-articles__tags {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
  border-bottom: 2px solid #2e3192;
  padding-bottom: 10px;
  padding-right: 40px;
  position: relative;
  overflow: hidden;
  height: 50px;
  transition: all 0.3s ease-in-out;
}

.ap-articles__tags--active {
  height: auto;
  transition: all 0.3s ease-in-out;
}

.ap-articles__tag {
  padding: 10px 20px;
  background-color: rgba(35, 3, 102, 0.1);
  color: #211c68;
  font-size: 14px;
  font-weight: 600;
}

.ap-articles__tag--active {
  background-color: rgba(35, 3, 102, 1);
  color: #fff;
}

.ap-articles__tags-controls {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}

.ap-articles__tags-controls--active img {
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}

.ap-articles__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 30px;
  grid-template-rows: 1fr;
}

.ap-related-articles__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.related-articles {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ap-articles__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
}

.ap-articles__pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: #009fdf;
  font-size: 16px;
}

.ap-articles__pagination-item:hover {
  color: #230366;
}

.ap-articles__pagination-item--active {
  color: #230366;
}

.arrow_pagination--disabled {
  opacity: 0.3;
}

.arrow_pagination--prev {
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .related-articles {
    min-width: 300px;
  }
  .ap-articles__list {
    overflow: auto;
    padding: 0 15px;
    max-width: 100vw;
  }
  .related-articles__content {
    padding: 20px 30px;
  }
}

/* End */
/* /bitrix/templates/artelac/components/bitrix/news.detail/articles/style.css?174954524614609 */
/* /bitrix/templates/artelac/components/bitrix/iblock.vote/stars/style.min.css?1744733927832 */
/* /bitrix/templates/artelac/components/bitrix/news.list/related_products/style.css?17447339272046 */
/* /bitrix/templates/artelac/components/bitrix/news.list/same_articles/style.css?17538586962576 */
