/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
.margin-left {
    margin-left: 10px;
}
.margin-right {
    margin-right: 10px;
}
a {
    text-decoration: none !important;
}
audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}
strong{
    font-family: 'clear-bold';
}
.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.container {
    margin: 0 auto;
}

.gallery a > img {
    border-radius: 5px;
    margin: 0 2.5px 10px 2.5px;
    opacity: .7;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
}
.gallery a:hover > img {
    opacity: 1;
}
.wrapper {
 box-shadow: none !important; 
}

/* ==========================================================================
  Author: Nowak Przemyslaw
  Author URL: nowakp.pl
   ========================================================================== */
body {
    font-family: 'clear-reg';
}
body > header {
    background: url(img/header-bg.jpg);
    width: 100%;
    height: 545px;
    display: block;
    position: relative;
    border-bottom: 5px solid #c0c0c0;
}
body > header .container {
    width: 1000px;
}
body > header .main-menu {
    background: url(img/main-menu.png) no-repeat;
    width: 1035px;
    height: 73px;
    display: block;
}
body > header .main-menu a.logo {
    background: url(img/logo.png) no-repeat;
    width: 297px;
    height: 128px;
    display: block;
    margin: 0 25px;
    float: left;
    text-indent: -999em;
}
body > header nav.menu {
    float: right;
    margin-right: 50px;
    display: block;
    font-family: 'clear-bold';
    color: #3d3d3d;
    text-shadow: 1px 1px 0px #fff;
    height: 68px;
    display: block;
}
body > header nav.menu ul {
    margin: 0;
    padding: 0;
}
body > header nav.menu ul li {
    float: left;
    margin-right: 50px;
    vertical-align: middle;
     height: 68px;
}
body > header nav.menu ul li > a {
    text-decoration: none;
    color: inherit;
    padding: 25px 0;
    display: block;
    font-size: 13px;
    font-weight: bold;
}
body > header nav.menu ul li.active,
body > header nav.menu ul li:hover a {
    background: url(img/main-menu-arrow.png) center bottom no-repeat;
    color: #fbad1a;
}
.viewpage {
    height: 290px;
    z-index: 0;
    position: relative;
}

/* SLIDER */
.home-slider{
    margin-top: 15px;
    margin-bottom: 20px;
    position: relative;
    display: block;
    height: 360px;
    width: 1000px;
}
.home-slider a#prev {
    background: url(img/arrows.png) 0 0 no-repeat;
    width: 45px;
    height: 143px;
    opacity: .3;
    transition: all .3s linear;
    position: absolute;
    top: 50%;
    margin-top: -71.5px;
    left: -60px;
    cursor: pointer;
    border: 0;
    text-decoration: none;
}
.home-slider a#next {
    background: url(img/arrows.png) -45px 0 no-repeat;
    width: 45px;
    height: 143px;
    opacity: .3;
    transition: all .3s linear;
    position: absolute;
    top: 50%;
    margin-top: -71.5px;
    right: -60px;
    cursor: pointer;
    border: 0;
    text-decoration: none;
}
.home-slider #prev:hover,
.home-slider #next:hover {
    opacity: 1;
}
.home-slider .slides {
    width: 1000px;
    overflow: hidden;
    display: block;
    height: 150px;
}
.home-slider .slides .item {
    width: 1000px;
    display: block;
}
.home-slider .slides .item > article {
    float: right;
    margin: 0 15px 0 0;
    width: 460px;
}
.home-slider .slides .item > article > h2 {
    font-weight: normal;
    font-size: 42px;
    color: #fff;
    margin-top: 35px;
    margin-bottom: 0;
}
.home-slider .slides .item > article > h2 > strong {
    font-family: 'clear-bold';
    color: #fbad1a;
}
.home-slider .slides .item > article > p {
    color: #efeeee;
    font-size: 13px;
    line-height: 28px;
    margin-bottom: 2px;
}
.home-slider .slides .item > article a {
    color: #fbad1a;
    font-size: 13px;
    text-decoration: underline;
}
.home-slider .slides .item > article a:hover { font-family: 'clear-bold';}
.home-slider .pagination {
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -22.5px;
}
.home-slider .pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.home-slider .pagination ul li {
    cursor: pointer;
    background: url(img/slider-pagination.png) 0 0 no-repeat;
    width: 11px;
    height: 11px;
    float: left;
    margin-right: 10px;
    text-indent: -999em;
}
.home-slider .pagination ul li:last-of-type {
    margin-right: 0;
}
.home-slider .pagination ul li:hover,
.home-slider .pagination ul li.selected {
   background: url(img/slider-pagination.png) 0 -11px no-repeat;
}
a.btn-offer {
  background-color: rgb( 251, 173, 26 );
  width: 244px;
  height: 45px;
  position: absolute;
  left: 50%;
  bottom: -22.5px;
  margin-left: -122px;
  text-align: center;
  color: #fff;
  padding-top: 12px;
  text-decoration: none;
  box-sizing: border-box;
  transition: .4s all linear;
}
a.btn-offer:hover {
   background-color: rgb( 3, 165, 232 );
   transform: translateY(-10px);
}
a.btn-offer > strong {
    text-transform: uppercase;
}

.showcase {
    margin: 60px auto;
    width: 1000px;
    height: 170px;
}
.showcase .item {
    width: 47%;
    float: left;
}
.showcase .item:hover img {
    -webkit-animation: rotates infinite 1s linear;
    -moz-animation: rotates infinite 1s linear;
    -ms-animation: rotates infinite 1s linear;
    -o-animation: rotates infinite 1s linear;
    animation: rotates infinite 1s linear;
}
.showcase .item > article {
    width: 325px;
    float: right;
}
.showcase .item > article h4 {
    font-size: 28.5px;
    color: #121212;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 8px;
    margin-top: 0;
}
.showcase .item > article p {
    font-size: 12.3px;
    color: #121212;
    line-height: 22px;
    margin-top: 0;
    padding-top: 0;
}
.partners {
    background: #f5f5f5;
    border-top: 5px solid #f3f3f3;
    border-bottom: 5px solid #fbad1a;
    height: 195px;
}
.partners .container {
    width: 1000px;
}
.partners h4 {
    background: url(img/head-partners.png) no-repeat;
    width: 389px;
    height: 45px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-weight: normal;
    font-size: 29.5px;
    text-transform: uppercase;
    margin-top: -10px;
}
.partners #slider-partners {
    width: 1000px;
    position: relative;
    margin-top: 15px;
}
.partners #slider-partners .items {
    width: 1000px;
    height: 140px !important;
    overflow: hidden;
    padding-top: 30px;
}
.partners #slider-partners .items .item {
    border: 0;
    display: inline-block;
    float: left;
    margin: 0 30px;
    transition: .1s all linear;
    height: 140px !important;
    opacity: .7;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
  	-ms-filter: grayscale(1);
    filter: grayscale(1);
}
.partners #slider-partners .items .item:hover {
    transform: translateY(-10px);
    opacity: 1;
 	  -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
    filter: grayscale(0);
}
.partners #slider-partners .arrow-left {
    background: url("img/arrow-carou.png") 0 0 no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    left: -40px;
    top: 50%;
    margin-top: -16px;
}
.partners #slider-partners .arrow-left:hover {
    background-position: 0 -32px;
}
.partners #slider-partners .arrow-right {
    background: url("img/arrow-carou.png") -32px 0px no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    right: -40px;
    top: 50%;
    margin-top: -16px;
}
.partners #slider-partners .arrow-right:hover {
    background-position: -32px -32px;
}
/*FOOTER*/
footer {
    margin: 12px auto;
    width: 1000px;
    padding-bottom: 15px;
}
footer .menu {
    float: left;
}
footer .menu ul {
    margin-top: 0;
    padding: 0;
    list-style: none;
    color: #787878;
    font-size: 12px;
}
footer .menu ul li:before {
    content: '• ';
}
footer .menu ul li {
    float: left;
    margin-right: 30px;
}
footer .menu ul li a {
    color: inherit;
    text-decoration: none;
}
footer .menu ul li a:hover {
    text-decoration: underline;
    color: #000;
}
footer .copyright {
    color: #787878;
    font-size: 12px;
    float: right;
}


/*VIEWPAGE*/
.title {
    font-weight: normal;
    font-family: 'clear-bold';
    font-size: 64px;
    color: #fbad1a;
    text-shadow: 1px 1px 0px #000;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
}
.wrapper {
    background: #f7f6f6;
    width: 1000px;
    margin: -30px auto 0 auto;
    min-height: 120px;
    z-index: 2;
    display: block;
    position: relative;
    box-shadow: 0.5px 0.866px 3px 0px rgba(0,0,0,.2);
}
.sidebar {
    background: #2f2f2f;
    width: 330px;
    min-height: 50px;
    margin-left: -30px;
    padding-bottom: 60px;
    display: inline-block;
}
.sidebar menu {
    margin: 0;
    padding: 0;
}
.sidebar menu > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sidebar menu > ul li {
    color: #efefef;
    font-size: 14px;
    background: transparent;
    border-bottom: 1px solid #4e4e4e;
}
.sidebar menu > ul li a:before {
    content: '• ';
    margin-right: 10px;
}
.sidebar menu > ul li:hover a {
    font-family: 'clear-bold';
}
.sidebar menu > ul li.active,
.sidebar menu > ul li:hover {
    background: #fbad1a url(img/arrow-view.png) 309px center no-repeat;
}
.sidebar menu > ul li a {
    padding: 12px 20px;
    display: block;
    color: inherit;
    text-decoration: none;
}

.content {
    float: right;
    margin: 0px 35px;
    padding-bottom: 20px;
    font-family: 'clear-reg';
    color: #5e5e5e;
    font-size: 14px;
    text-shadow: 1px 1px 1px #fff;
    width: 625px;
    line-height: 28px !important;
}
.content > h2 {
    font-family: 'clear-bold';
    color: #000;
    font-size: 34px;
    text-shadow: 1px 1px 0px #fff;
    margin: 20px 0;
}
.content > h3 {
    font-family: 'clear-bold';
    color: #000;
    font-size: 34px;
    text-shadow: 1px 1px 0px #fff;
    margin: 10px 0;
  
}
.content > p {
    font-family: 'clear-reg';
    color: #5e5e5e;
    font-size: 14px;
    text-shadow: 1px 1px 1px #fff;
    margin: 10px 0;
    line-height: 28px;
}
.content img {
    border-radius: 5px;
    float: left;
    margin: 5px 10px;
}

/* About */
#timeline {
    margin: 0 35px;
    border-left: 1px solid #a6a6a6;
    display: block;
    box-sizing: border-box;
    padding-top: 30px;
}
#timeline .item {
    display: block;
    padding: 10px 0;
}
#timeline .item .minature {
    background: url(img/about-minature.png) no-repeat;
    width: 41px;
    height: 45px;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 1px;
    float: left;
    position: relative;
    left: -20.5px;
    display: inline-block;
    overflow: hidden;
}
#timeline .item .info {
    float: right;
    display: inline-block;
    margin-left: 45px;
    margin-top: -55px;
    width: 884px;
}
#timeline .item .info h3 {
    font-family: 'clear-bold';
    color: #000;
    font-size: 34px;
    text-shadow: 1px 1px 0px #fff;
    margin: 10px 0;
}
#timeline .item .info p {
    font-family: 'clear-reg';
    color: #5e5e5e;
    font-size: 14px;
    text-shadow: 1px 1px 1px #fff;
    margin: 2px 0;
    line-height: 28px;
}

#content-site {
    margin: 0 30px;
    box-sizing: border-box;
    padding-top: 15px;
    display: block;
}
#content-site h3 {
    font-family: 'clear-bold';
    color: #000;
    font-size: 34px;
    text-shadow: 1px 1px 0px #fff;
    margin: 10px 0;
}
#content-site p {
    font-family: 'clear-reg';
    color: #5e5e5e;
    font-size: 14px;
    text-shadow: 1px 1px 1px #fff;
    margin: 2px 0;
    line-height: 28px;
}
#content-site .left-side {
    float: left;
    width: 49%;
}
#content-site .right-side {
    float: right;
    width: 49%;
}



/*Widget Style*/
/* CONTATC FORM */
.controls > input {
  border-style: solid;
  border-width: 1px;
  border-color: rgb( 209, 209, 209 );
  background-color: rgb( 255, 255, 255 );
  width: 300px;
  height: 35px;
  box-sizing: border-box;
  padding-left: 10px;
  font-size: 13px;
  color: #5e5e5e;
}
.control-label {
    font-size: 13px;
    font-family: 'clear-bold';
    text-shadow: 1px 1px 0px #fff;
    margin-top: 8px;
}
.controls > textarea {
    border-style: solid;
  border-width: 1px;
  border-color: rgb( 209, 209, 209 );
  background-color: rgb( 255, 255, 255 );
  width: 350px;
  height: 100px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  color: #5e5e5e;
}
.btn-primary {
    background-color: rgb( 251, 173, 26 );
    width: 119px;
    height: 38px;
    font-size: 15px;
    font-family: "clear-bold";
    color: rgb( 255, 255, 255 );
    font-weight: bold;
    line-height: 1.867;
    text-align: center;
    box-sizing: border-box;
    margin-left: 100px;
    border: 0;
    text-transform: uppercase;
    opacity: .9;
    margin-top: 15px;
    margin-bottom: 25px;
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
       -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
         -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
            transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */

    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); 
       -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); 
         -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); 
            transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}
.btn-primary:hover {
    opacity: 1;
    transform: translateX(-25px);
    -webkit-transform: translateX(-25px);
}


/*SLIDER CUSTOM STYLE WIDGET*/
.mySlider {
    background: transparent !important;
    margin-top: 15px;
    margin-bottom: 20px;
    position: relative;
    display: block;
    height: 360px !important;
    width: 1000px;
    overflow: hidden;
}

.mySlider .desc {
    width: 47%;
    float: right;
}
.mySlider .images {
    width: 49%;
    float: left;  
}
.mySlider .desc h2 {
    font-weight: normal;
    font-size: 42px;
    color: #fff;
    margin-top: 35px;
    margin-bottom: 0;
}
.mySlider .desc h2 > strong {
    font-family: 'clear-bold';
    color: #fbad1a;
}
.mySlider .desc p {
    color: #efeeee;
    font-size: 13px;
    line-height: 28px;
    margin-bottom: 2px;
    margin-left: 8px;
}
.mySlider .desc a.link {
    color: #fbad1a;
    font-size: 13px;
    text-decoration: underline;
    margin-left: 8px;
}
.mySlider .desc a.link:hover { font-family: 'clear-bold';}

.mySlider ul.sy-pager {
    list-style: none;
    margin-top: -10px;
    position: relative;
    z-index: 999;
}
.mySlider ul.sy-pager li a,
.mySlider ul.sy-pager li {
    cursor: pointer;
    background: transparent url(img/slider-pagination.png) 0 0 no-repeat;
    width: 11px;
    height: 11px;
    margin-right: 10px;
    text-indent: -999em;
}
.mySlider ul.sy-pager li:last-of-type {
    margin-right: 0;
}
.mySlider ul.sy-pager li:hover a,
.mySlider ul.sy-pager li.sy-active a {
   background: url(img/slider-pagination.png) 0 -11px no-repeat;
}

.btn-more{
	background: url(img/more.png) no-repeat;
  padding: 5px 10px;
  box-sizing: border-box;
  text-align: center;
  width: 555px;
  margin: 0 auto;
  display: block;
  opacity: .7;
  transition: all .5s linear;
  outline: none;
  text-transform: uppercase;
  color: #1d1d1d;
  font-size: 14px;
  font-family: 'clear-bold';
}
.btn-more:hover {
	opacity: 1;
}
.btn-more:hover,
.btn-more:focus, 
.btn-more:active {
outline: none;
}
.myTable {
	margin: 0 auto;
}
.myTable tr {
  border-bottom: 1px solid #C0C0C0;
  text-align: center;
  vertical-align: middle;
}
.myTable tr:nth-child(even) {
	background: #f1f1f1;
}
.myTable tr.title_tab {
	font-family: 'clear-bold';
  text-transform: uppercase;
}
.myTable tr td {
	padding: 2px 10px;
}
.myTable tr td:nth-child(2n+2) {
	border-left: 1px dashed rgba(0,0,0,.1);
}

/* ==========================================================================
   Animation
   ========================================================================== */
@keyframes "rotates" {
 0% {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
 }
 100% {
    -webkit-transform: rotate(360deg) scale(1);
    -moz-transform: rotate(360deg) scale(1);
    -o-transform: rotate(360deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(360deg) scale(1);
 }

}
@-webkit-keyframes "rotates" {
 0% {
   -webkit-transform: rotate(0deg) scale(1);
   transform: rotate(0deg) scale(1);
 }
 100% {
   -webkit-transform: rotate(360deg) scale(1);
   transform: rotate(360deg) scale(1);
 }

}
@keyframes "scale" {
 0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
 }
 100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
 }

}
@-webkit-keyframes "scale" {
 0% {
   -webkit-transform: scale(1);
   transform: scale(1);
 }
 100% {
   -webkit-transform: scale(1.2);
   transform: scale(1.2);
 }

}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}
/* ==========================================================================
   FONTS
   ========================================================================== */
@font-face{
    font-family: 'clear-reg';
    src: url('../assets/clear-sans/clearsans_regular_polish/ClearSans-Regular-webfont.eot'); /* IE9 Compat Modes */
    src: url('../assets/clear-sans/clearsans_regular_polish/ClearSans-Regular-webfont.eot') format('embedded-opentype'), /* IE6-IE8 */
        url('../assets/clear-sans/clearsans_regular_polish/ClearSans-Regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */
        url('../assets/clear-sans/clearsans_regular_polish/ClearSans-Regular-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../assets/clear-sans/clearsans_regular_polish/ClearSans-Regular-webfont.svg') format('svg'); /* Legacy iOS */
}
@font-face{
    font-family: 'clear-med';
    src: url('../assets/clear-sans/clearsans_medium_polish/ClearSans-Medium-webfont.eot'); /* IE9 Compat Modes */
    src: url('../assets/clear-sans/clearsans_medium_polish/ClearSans-Medium-webfont.eot') format('embedded-opentype'), /* IE6-IE8 */
        url('../assets/clear-sans/clearsans_medium_polish/ClearSans-Medium-webfont.woff') format('woff'), /* Pretty Modern Browsers */
        url('../assets/clear-sans/clearsans_medium_polish/ClearSans-Medium-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../assets/clear-sans/clearsans_medium_polish/ClearSans-Medium-webfont.svg') format('svg'); /* Legacy iOS */
}
@font-face{
    font-family: 'clear-bold';
    src: url('../assets/clear-sans/clearsans_bold_polish/ClearSans-Bold-webfont.eot'); /* IE9 Compat Modes */
    src: url('../assets/clear-sans/clearsans_bold_polish/ClearSans-Bold-webfont.eot') format('embedded-opentype'), /* IE6-IE8 */
        url('../assets/clear-sans/clearsans_bold_polish/ClearSans-Bold-webfont.woff') format('woff'), /* Pretty Modern Browsers */
        url('../assets/clear-sans/clearsans_bold_polish/ClearSans-Bold-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../assets/clear-sans/clearsans_bold_polish/ClearSans-Bold-webfont.svg') format('svg'); /* Legacy iOS */
}
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}