/*------------------------------------*\
  > Style for template to print
\*------------------------------------*/
body {
    font-size: 14px;
}

h1,
h2,
h3 {
    margin-bottom: 10px;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
}

.main {
    width: 98%;
    padding: 0 1%;
}

.main-logo {
    width: 200px;
    margin-bottom: 10px;
    position: fixed;
    top: 5px;
    background-color: #fff;
}

.header__logo {
    display: none;
}

.main-information-block,
.header {
    margin-top: 50px;
}

.main-information-block__title {
    margin-bottom: 10px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.main-information-block__information br {
    display:none;
}

.definition,
.energy-block__definition,
.header__definition {
    font-weight: bold;
    display: inline-block;
    width: 200px;
}

.value,
.energy-block__value,
.header__value {
    display: inline-block;
}

.price-block,
.energy-block,
.energy-block__picture,
.contact-block,
.description {
    margin: 10px 0px;
}

.description {
    margin-top: 30px;
}

.price-block__label,
.price-block__value {
    display: inline-block;
}

.price-block__value {
    float: right;
}

.main-image-block {
    text-align: center;
}

.main-image-block__picture {
    max-width: 85%;
    max-height: 425px;
    margin-bottom: 10px;
}

.energy-block,
.contact-block,
.sections--left,
.sections--right {
    width: 49%;
    display: inline-block;
}

.energy-block__paragraph {
    font-size: 11px;
    line-height: 14px;
}

.energy-block__picture {
    max-height: 100px;
    max-width: 330px;
}

.contact-block,
.sections--right {
    float: right;
}

.contact-block {
    margin-bottom: 0;
}

.contact-block__title,
.contact-block__sutitle {
    margin-bottom: 5px;
}

.contact-block__title {
    display: none;
}

.contact-block__address-line {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 18px;
}

.contact-block__agency-logo {
    height: 100px;
    width: auto;
    margin: 10px 0px;
}

.text-block__title {
    margin: 10px 0px 0px 0px;
}

.gallery {
    margin: 10px 0 20px 0;
    text-align: center;
}

.gallery-item {
    max-width: 47%;
    display: inline-block;
    margin: 1%;
}

/* FOOTER */
.footer {
    clear: both;
    padding: 10px 0 5px 0;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    width: 100%;
}

.footer__disclaimer,
.footer__left-column,
.footer__center-column,
.footer__right-column {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    width: 33%;
}

.footer__disclaimer {
    width: 100%;
}

.footer__left-column {
    text-align: left;
}

.footer__center-column {
    text-align: center;
}

.footer__right-column {
    text-align: right;
}

.page-break {
    page-break-after: always;
}

@media only screen and (min-width: 992px){
    .main {
        width: 992px;
        margin: 0 auto;
    }

    .footer {
        width: auto;
    }
}