

/* Start:/local/components/mielecentr/page/templates/.default/style.css?17460760763386*/
.page-container * {
  box-sizing: border-content;
}

.page-container .block {
  margin-bottom: 30px;
}

.page-container .row {
  display: flex;
  gap: 16px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.page-container .row > div {
  width: calc(50% - 8px);
}

.page-container img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.page-container .subtitle {
  display: block;
  position: relative;
  font-weight: bold;
  color: #a3000a;
  margin-left: 20px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.page-container .subtitle:before {
  position: absolute;
  left: -20px;
  top: 7px;
  width: 14px;
  height: 2px;
  background-color: #a3000a;
  content: "";
}

.page-container .block-title > * {
  font-size: 1.9em !important;
  margin: 0 0 16px 0 !important;
}

.page-container .center {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-container .center > * {
  margin: 0 auto;
}

.page-container .price-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.page-container .price-item > div {
  background: #fff;
  padding: 0 4px;
}

.page-container .price-item > div:first-child:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  right: 0;
  height: 2px;
  border-bottom: 2px dotted #000;
  z-index: -1;
}

.spoiler-item {
  border: 2px solid #9d9cab;
  height: auto;
}

.spoiler-item__title {
cursor: pointer;
background: #ececec;
padding: 6px;
font-weight: bold;

&:before {
  color: #a3000a;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  padding: 0 10px;
}
}

.spoiler-item__content {
  display: none;
  padding: 6px;
}

.spoiler-item.active .spoiler-item__content{
  display: block;
}

.spoiler-item.active .spoiler-item__title:before {
  content: "\f106";
}

.row-gallery {
  display: flex;
  gap: 16px
}


@media (max-width: 767.98px) {
  .page-container .row {
    flex-direction: column;
    gap: 30px;
  }

  .page-container .row > div {
    width: 100%;
  }
}
/*===============*/
.list--icon-small {
    margin-top: 55px;
    gap: 58px 20px;
}
.list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.list--icon-small .list__item {
    gap: 20px;
}
.list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.list--icon-small .list__title {
    background-repeat: no-repeat;
    padding-left: 42px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: -10px 0;
    background-position-y: 10px;
}
.list__title {
    font-size: 22px;
    font-weight: 500;
    line-height: 120%;
}
.list__item:nth-child(1) .list__title{
	background-image:url('/images/step-icon-1.svg');
}
.list__item:nth-child(2) .list__title{
	background-image:url('/images/step-icon-2.svg');
}
.list__item:nth-child(3) .list__title{
	background-image:url('/images/step-icon-3.svg');
}
.list__item:nth-child(4) .list__title{
	background-image:url('/images/step-icon-4.svg');
}
.list__item:nth-child(5) .list__title{
	background-image:url('/images/step-icon-5.svg');
}
.list__item:nth-child(6) .list__title{
	background-image:url('/images/step-icon-6.svg');
}
.list__description {
    line-height: 120%;
}
/* End */
/* /local/components/mielecentr/page/templates/.default/style.css?17460760763386 */
