

/* Start:/local/templates/.default/components/bitrix/news.list/special-offer/style.css?17848668843609*/
.special-offer-list {
    font-size: 20px;
}

.three-columns-container {
    margin: 15px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.column-item {
  flex: 1 1 0;
  min-width: 0;
}

.column-title {
    width: 100%;
    padding: 10px;
    text-align: center;
    background: #eae4dbcc;
    font-weight: bold;
    border-radius: 20px;
    margin: 15px 0 10px;
}

/* Адаптация для мобильных устройств */
@media (max-width: 768px) {
  .three-columns-container {
    flex-direction: column;
  }
  
  .column-item {
    min-width: 100%;
  }
  
  ._bigM .spec-itemInfoImg {
		width: 200px;
		margin: 0 auto;
	}
}

.notes {
  padding: 16px;
  margin-bottom: 24px;
  border-left: 4px solid #beb8af; 
      background-color: #EAE4DB;
}

.notesTitle {
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
    font-size: 22px;
}

.notesContent {
  color: #555;
  line-height: 1.5;
}

table.tableInner._three {
    width: 100%;
    max-width: 800px;
}


.tableInner .tableInnerHeader .tableInnerTd {
  font-weight: 700;
}

.tableInner tbody tr:nth-child(odd),
.tableInner thead tr:nth-child(odd) {
  background-color: #EAE4DB;
}


.tableInner .tableInnerTd {
  padding-right: 16px;
  padding-left: 8px; 
  padding-top: 10px;
  padding-bottom: 10px;
}
table.tableInner._three {
  width: 100%;
  max-width: 800px;
  border-collapse: collapse; 
  margin-bottom: 20px; /
}

.tableInner td {
  border-bottom: 1px solid #ddd;
}
.tableInner tr:last-child td {
  border-bottom: none;
}

.special-offer-item._withPromo._content::after {
    opacity: 0;
}

.special-offer-item._content:not(:last-child) {
  margin-bottom: 70px; 
  position: relative;
}

.special-offer-item._content:not(:last-child)::after {
    content: '';
    display: block;
    width: 260px;
    height: 2px;
    background-color: #503930;
    margin: 40px auto 0;
    max-width: 80%;
    width: 50%;
}

.spec-item._img {
        display: flex;
    gap: 50px;
    justify-content: space-between;
    width: 100%;
}

.spec-itemInfoImgBlock{
    height: 100%;
    width: 300px;
    max-width: 30%;
	    position: relative;
    width: 50%;
    height: auto;
}
.spec-itemInfoImg {
    margin: 40px 0 0 0;
    height: calc(100% - 40px);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
	    background-position: 50%;
}

.special-offer-item._first.itemTitle .spec-itemInfoImgBlock {
    height: 340px;
    width: 540px;
    max-width: unset;
}

.special-offer-item._first.itemTitle .spec-itemInfoImgBlock .spec-itemInfoImg{
    margin: 0 0 0 0;
    height: 100%;
}

/* Для чётных элементов — меняем порядок блоков */
.special-offer-item._img:nth-child(even) .spec-itemInfo {
  order: 2;
}

.special-offer-item._img:nth-child(even) .spec-itemInfoImgBlock {
  order: 1;
}

.special-offer-item._first {
    margin: 0 0 80px 0;
}

.subBlockSpec{
	
}

/* Адаптация для мобильных: уменьшаем отступы */
@media (max-width: 1024px) {
	.special-offer-item._first.itemTitle .spec-itemInfoImgBlock{
		display: none;
	}
	.spec-itemInfo.spec-itemInfoWithImg {
		max-width: 70%;
	}
}
@media (max-width: 768px) {
	.spec-itemInfo.spec-itemInfoWithImg {
		max-width: 100%;
	}
  .notes {
    padding: 12px;
  }
  
  .notesTitle {
    margin-bottom: 6px;
  }
  
  .special-offer-item._img:nth-child(even) .spec-itemInfoImgBlock {
    order: 2;
  }
  .spec-item._img {
    flex-flow: column;
    width: 100%;
	        gap: 20px;
}
  .spec-itemInfoImgBlock {
		width: 100%;
		height: 350px;
    margin: 0px 0 0 0;
	max-width: 100%;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/special-offer/style.css?17848668843609 */
