.page::before {
  content: "";
  position: absolute;
  display: block;
  height: 200px;
  width: 100%;
  background: url(/media/site/1/content/8/css/background.jpg) 0px 0px;
  background-size: 100% auto;
  z-index: -1;
}
.page .main {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}
.singleBanner {
  position: relative;
  margin-bottom: 70px;
}
.singleBanner .content {
  position: relative;
  max-width: 500px;
  margin: 50px auto 50px auto;
  padding: 20px;
  background: #ffffffcc;
  z-index: 2;
}
.singleBanner .background {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: -28px;
  overflow: hidden;
  z-index: 1;
}
.singleBanner .background img:first-child {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.singleBanner .background img:last-child {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: none;
}
/* titledBlock */
.titledBlock > div:first-child::before, .titledBlock > div:first-child > div:last-child::before, .doubleTitledBlock > div:first-child::before, .doubleTitledBlock > div:first-child > div:last-child::before {
  content: "";
  background: url(/media/site/1/content/8/css/icons.png) -121px 0px;
  display: block;
  width: 125px;
  height: 89px;
  position: absolute;
  top: -32px;
  right: 5px;
  overflow: hidden;
}
.titledBlock > div:first-child > span, .titledBlock > div:first-child > div:first-child > span, .doubleTitledBlock > div:first-child > span, .doubleTitledBlock > div:first-child > div:first-child > span {
  background: #fdf165ee;
}
.titledBlock {
  margin-bottom: 35px;
}
.titledBlock > div:first-child {
  text-transform: uppercase;
}
.doubleTitledBlock > div:first-child {
  text-transform: uppercase;
}
.doubleTitledBlock > div:first-child::before {
  display: none;
}
.doubleTitledBlock > div:first-child > div:last-child > span {
  background: #ede8abee;
}
/* titledBlock.service */
.titledBlock.service {
  background: #36294a;
  color: #fff;
}
.titledBlock.service div:nth-child(2n) {
  display: block;
}
.titledBlock.service div:nth-child(2n) > ul {
  display: block;
  width: auto;
  margin: 0 10px 10px 10px;
  padding: 10px;
  position: relative;
  list-style: none;
}
.titledBlock.service div:nth-child(2n) > ul::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background: #ffffffee;
}
.titledBlock.service div:nth-child(2n) > ul > * {
  position: relative;
  color: #36294a;
}
.titledBlock.service div:nth-child(2n) > ul > li ul {
  padding-left: 20px;
  margin-bottom: 10px;
}
/* .titledBlock.boilerTypes */
.titledBlock.boilerTypes:before {
  content: "";
  display: block;
  position: absolute;
  left: -100%;
  right: -100%;
  top: 0px;
  bottom: 0px;
  background: #eeeeee;
  z-index: -1;
}
.titledBlock.boilerTypes div:nth-child(2n) img {
  width: 48%;
  margin: 0px 1%;
  float: left;
}
.titledBlock.boilerTypesCheap, .titledBlock.boilerTypesMiddle, .titledBlock.boilerTypesTop {
  background: #36294a;
  color: #fff;
}
.titledBlock.boilerTypesCheap div:nth-child(2n) {
  text-align: center;
}
.titledBlock.boilerTypesCheap div:nth-child(2n) img {
  width: 45%;
  margin: 5px 1%;
}
.titledBlock.boilerTypesMiddle div:nth-child(2n) {
  text-align: center;
}
.titledBlock.boilerTypesMiddle div:nth-child(2n) img {
  width: 45%;
  margin: 5px 1%;
}
.titledBlock.boilerTypesTop div:nth-child(2n) {
  text-align: center;
}
.titledBlock.boilerTypesTop div:nth-child(2n) img {
  width: 45%;
  margin: 5px 1%;
}
.titledBlock.reviews {
  background: #eee;
  color: #000;
}
.titledBlock.reviews .blockPost {
  float: left;
  display: block;
  width: auto;
  padding: 15px;
  background: #ffffff;
  margin: 10px;
  text-align: center;
}
.titledBlock.reviews .blockPost .title {
  margin: 0px;
  font-weight: bold;
  overflow: hidden;
  text-align: left;
  background: transparent;
  padding: 0px;
}
.titledBlock.reviews .blockPost .title > span {
  float: left;
  padding: 10px 0px 0px 0px;
}
.titledBlock.reviews .blockPost .content {
  height: 105px;
  overflow: hidden;
  text-align: left;
}
.titledBlock.reviews .blockPost .socialLink {
  display: inline-block;
  border: 1px solid #000;
  padding: 10px;
  text-decoration: none;
  color: #000;
  float: right;
}
.container.blockBrands table {
  width: 100%;
}
.container.blockBrands img {
  width: 100%;
}
@media (min-width: 640px) {
  .titledBlock.service div:nth-child(2n) {
    display: table;
    width: calc(100% + 20px);
    margin-left: -10px;
    border-spacing: 10px 0px;
    position: relative;
  }
  .titledBlock.service div:nth-child(2n) ul {
    display: table-cell;
    width: 50%;
  }
  .titledBlock.boilerTypes div:nth-child(2n) img {
    width: 18%;
    margin: 0px 3%;
  }
  .titledBlock.boilerTypesCheap div:nth-child(2n) img {
    width: 18%;
    float: left;
  }
  .titledBlock.boilerTypesMiddle div:nth-child(2n) img {
    width: 18%;
    float: left;
  }
  .titledBlock.boilerTypesTop div:nth-child(2n) img {
    width: 18%;
    float: left;
  }
  .titledBlock.reviews .blockPost {
    width: calc(33.3% - 50px);
  }
  .singleBanner .background img:last-child {
    display: block;
  }
}
