

/* Start:/bitrix/templates/artelac/components/bitrix/news/products/bitrix/news.detail/.default/style.css?1634745541155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*accordion*/
.sp-accordion {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.sp-accordion-title {
    border-top: 1px solid #ccc;
    color: #444;
    cursor: pointer;
    padding: 10px;
    text-align: left;
}

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

.sp-accordion-container {
    padding: 0 10px 10px;
    display: none;
    overflow: hidden;
}

.sp-accordion-title:after {
    content: '\02795';
    font-size: 12px;
    color: #777;
    float: right;
    margin: 2px 5px;
}

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

.peculiarities .slick-slide {
    background: #C2E3EE;
    margin: 0 10px !important;
    padding: 15px 17px 35px;
}

/* End */


/* Start:/bitrix/templates/artelac/components/bitrix/news/products/bitrix/news.list/.default/style.css?1753858696588*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.product-section.slider-init {
	background: #C2E3EE;
	padding: 20px 0 10px;
	margin-bottom: 50px;
}

.product-section .slick-dots li {
	background: #36A3C8 !important;
}

.product-section .slick-dots li.slick-active {
	background: #2D65A2 !important;
}

.product-section .slick-slide .ap-teaser--product {
	background: #fff;
	padding: 10px 15px;
	margin: 0;
	height: 100%;
	/*margin: 0 10px !important;*/
	/*padding: 15px 17px 35px;*/
}

/* 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/products/bitrix/news.detail/.default/style.css?1634745541155 */
/* /bitrix/templates/artelac/components/sprint.editor/blocks/.default/_style.css?17538586963385 */
/* /bitrix/templates/artelac/components/bitrix/news/products/bitrix/news.list/.default/style.css?1753858696588 */
/* /bitrix/templates/artelac/components/bitrix/news.list/same_articles/style.css?17538586962576 */
