/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  6.00 07.02.16 n
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import url(https://fonts.googleapis.com/css?family=Exo+2:400,700,500&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Cuprum:400,700&subset=latin,cyrillic);
@import url("modals/fade_in_and_scale.css");
/*---------------------- end basic styles ----------------------------------*/
/*---------------------- global --------------------------------------*/
html {
    height: 100%;
    overflow-y: scroll;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background: #fff;
    height: 100%;
    color: #484848;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left;
    word-wrap: break-word;
}

input, button, select, textarea, html {
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: #0b80a1;
    text-decoration: underline;
}

a:hover, a:hover:visited {
    text-decoration: none;
}

.nu a:hover, a.nu:hover {
    text-decoration: underline;
}

.nu a, a.nu {
    text-decoration: none;
}

a.link_dashed, .link_dashed a {
    text-decoration: none;
    border-bottom: 1px dashed;
}

a.link_dashed:hover, .link_dashed a:hover {
    border: 0;
    text-decoration: none;
}

.h1 {
    font-family: 'Exo 2', sans-serif;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    color: #1C3A5B;
    margin: 0 0 24px;
    line-height: 1.1;
}

.h2 {
    font-family: 'Exo 2', sans-serif;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    color: #cc2229;
    margin: 0 0 23px;
    line-height: 1.1;
}

.h3 {
    font-family: 'Exo 2', sans-serif;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    color: #1C3A5B;
    margin: 0 0 24px;
    line-height: 1.1;
}

.h4 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 1.33em;
}

.h5 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 1.67em;
}

.h6 {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0 0 2.33em;
}

/*colors*/
/*end colors*/
/*fonts*/
.f-10 {
    font-size: 10px;
    font-size: 1rem;
}

.f-11 {
    font-size: 11px;
    font-size: 1.1rem;
}

.f-12 {
    font-size: 12px;
    font-size: 1.2rem;
}

.f-13 {
    font-size: 13px;
    font-size: 1.3rem;
}

.f-14 {
    font-size: 14px;
    font-size: 1.4rem;
}

.f-15 {
    font-size: 15px;
    font-size: 1.5rem;
}

.f-16 {
    font-size: 16px;
    font-size: 1.6rem;
}

.f-17 {
    font-size: 17px;
    font-size: 1.7rem;
}

.f-18 {
    font-size: 18px;
    font-size: 1.8rem;
}

.f-20 {
    font-size: 20px;
    font-size: 2rem;
}

/*end fonts*/
/*forms fields*/
.field {
    background: #fff;
    border: 1px solid #d8d8d8;
    padding: 11px 14px;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}

.field[required] {
    background: #fff url(../images/pic32.png) no-repeat 96% 16px;
}

.field:focus {
    border-color: #51cbee;
    -webkit-box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
    box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
}

.field:-moz-placeholder {
    opacity: 1;
    font-size: 14px;
    color: #484848;
}

.field::-moz-placeholder {
    opacity: 1;
    font-size: 14px;
    color: #484848;
}

.field::-webkit-input-placeholder {
    opacity: 1;
    font-size: 14px;
    color: #484848;
}

.field:-ms-input-placeholder {
    opacity: 1;
    font-size: 14px;
    color: #484848;
}

.field.placeholder {
    font-size: 14px;
    color: #484848;
}

.field.invalid {
    border-color: red;
}

.field[required].invalid {
    background: url(../images/pic32.png) no-repeat 96% 16px;
    border-color: red;
}

.parent_field {
    display: inline-block;
    vertical-align: top;
}

.invalid_message {
    display: block;
    color: red;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
}

.valid_message {
    display: none;
    color: green;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
}

/*end forms fields*/
/*over blocks*/
.o {
    overflow: hidden;
}

.cx:before, .cx:after {
    content: "";
    display: table;
}

.cx:after {
    clear: both;
}

.ct {
    display: table;
}

.ct:after {
    content: '. . . . . . . . . . .';
    display: block;
    word-spacing: 99in;
    height: 0;
    overflow: hidden;
    font-size: 0.05em;
    line-height: 0.05em;
}

/*end over blocks*/
/*other*/
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    margin: 0 0 10px;
    height: 0;
    display: block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    border-top: 1px solid #a5b136;
}

::-moz-selection {
    background-color: rgba(255, 0, 0, 0.5);
    color: #fff;
    text-shadow: none;
}

::selection {
    background-color: rgba(255, 0, 0, 0.5);
    color: #fff;
    text-shadow: none;
}

img::-moz-selection {
    background-color: transparent;
    -moz-box-shadow: none;
}

img::selection {
    background-color: transparent;
    box-shadow: none;
}

/*end other*/
/*---------------------- end global ----------------------------------*/
/*---------------------- wrapper ------------------------------------*/
.wrapper {
    min-width: 1000px;
    min-height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.bg_top {
    background: #f2f2f2;
    height: 107px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -3;
}

.inner {
    width: 980px;
    margin: auto;
}

.inner:before, .inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}

/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.header {
    padding: 110px 0 0;
    position: relative;
}

.logo {
    background: url(../images/logo.png) no-repeat;
    width: 191px;
    height: 49px;
    position: absolute;
    top: 36px;
    left: 1px;
}

.logo .link {
    display: block;
    width: 191px;
    height: 25px;
}

.slogan {
    border-left: 2px solid #dcdcdc;
    width: 249px;
    padding: 4px 0 1px 20px;
    position: absolute;
    top: 20px;
    left: 215px;
    font-size: 12px;
}

.contacts {
    background: url(../images/pic1.png) no-repeat;
    padding: 0 0 0 52px;
    position: absolute;
    top: 30px;
    right: 232px;
    font-size: 14px;
height: 39px;
}

.contacts .phone {
    font-family: 'Cuprum', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #cc2229;
    line-height: 1.3;
}

.contacts .link {
    color: #1C3A5B;
}

.send_request {
    position: absolute;
    top: 30px;
    right: 0;
}

.send_request .link {
    background: url(../images/pic2.png) no-repeat;
    display: inline-block;
    height: 34px;
    padding: 5px 0 0 50px;
    font-size: 18px;
    color: #1C3A5B;
}

.main_page .nav {
    margin: 0 0 386px;
}

.nav {
    background: url(../images/menu.png) repeat-x;
    height: 105px;
    margin: 0 0 369px;
    position: relative;
    z-index: 10;
}

.nav> .list {
    display: table;
    width: 980px;
    position: relative;
    z-index: 1;
}

.nav> .list:before, .nav> .list:after, .nav> .list> .item:before, .nav> .list> .item:after {
    display: none;
}

.nav> .list> .item {
    display: table-cell;
    vertical-align: top;
    position: relative;
    font-size: 15px;
}

.nav> .list> .item> .link {
    display: table;
    width: 100%;
    height: 105px;
    position: relative;
    color: #484848;
    text-decoration: none;
    z-index: 2;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.nav> .list> .item> .link:after {
    content: "";
    background: url(../images/border_menu.png) no-repeat;
    width: 2px;
    height: 61px;
    position: absolute;
    top: 17px;
    right: 0;
    z-index: 12;
}

.nav> .list> .item:last-child .link:after {
    background: none;
}

.nav> .list> .item:hover> .link:after, .nav> .list> .active> .link:after {
    background: url(../images/border_menu_hover.png) no-repeat;
    height: 105px;
    top: 0;
}

.nav> .list> .item:last-child:hover> .link:after, .nav> .list> .active:last-child> .link:after {
    background: none;
}

.nav> .list> .item:hover> .link, .nav> .list> .active> .link {
    background: url(../images/menu_hover.png) repeat-x;
}

.nav .in {
    display: table-cell;
    padding: 12px 10px 0;
    text-align: center;
}

.nav .fig {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin: 0 0 3px;
    position: relative;
    overflow: hidden;
}

.nav .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.nav .fig_blue {
    opacity: 1;
}

.nav .fig_red {
    opacity: 0;
}

.nav> .list> .item:hover> .link .fig_blue, .nav> .list> .active> .link .fig_blue {
    opacity: 0;
}

.nav> .list> .item:hover> .link .fig_red, .nav> .list> .active> .link .fig_red {
    opacity: 1;
}

.nav .text {
    display: block;
}

.nav .sub {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    display: none;
}

.nav .sub_menu {
    display: block;
    float: left;
    position: relative;
}

.nav .sub_menu .item {
    font-size: 15px;
}

.nav .sub_menu .link {
    background: #e4eff1;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-top: 1px solid rgba(255, 255, 255, 0);
    display: block;
    padding: 14px 60px 18px;
    color: #484848;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.nav .sub_menu .item:first-child .link {
    border: none;
}

.nav .sub_menu .link:hover {
    background: #fefeff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.nav> .list> .item:hover .sub {
    display: block;
}

.carousel_1 {
    border-bottom: 4px solid #d8d8d8;
    width: 1920px;
    height: 457px;
    margin-left: -960px;
    position: absolute;
    top: 110px;
    left: 50%;
}

.carousel_1> .list> .item {

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 1s ease, visibility 1s ease;
    transition: opacity 1s ease, visibility 1s ease;
}

.carousel_1> .list> .active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.carousel_1 .img {
    vertical-align: top;
}

/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.main_page .side_1 {
    margin: 0 65px 0 0;
}

.side_1, .side_2 {
    width: 233px;
    margin: 0 65px 0 0;
    position: relative;
    float: left;
}

.side_1 {
    margin: 30px 65px 0 0;
}

.side_2 {
    width: 268px;
    margin: 0 0 0 67px;
    float: right;
}

.products_list_1 .item {
    margin: 0 0 13px;
}

.products_list_1 .link {
    background: url(../images/pic9.png) no-repeat;
    display: block;
    min-height: 25px;
    padding: 2px 0 0 34px;
    color: #1C3A5B;
}

.products_list_1 .link:hover {
    background: url(../images/pic8.png) no-repeat;
    color: #cc2229;
}

.advantages_list_1 {
    margin: 0 0 3px;
}

.advantages_list_1 .item {
    background: url(../images/pic10.png) no-repeat 0 2px;
    padding: 0 0 0 30px;
    margin: 0 0 21px;
}

/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/
.content {
    padding: 0 0 44px;
    position: relative;
    overflow: hidden;
}

.more {
    background: #f6f6f6;
    display: inline-block;
    height: 36px;
    padding: 0 24px;
    color: #484848;
    text-decoration: none;
    line-height: 36px;
}

.promo {
    border-top: 1px solid #dcdcdc;
    clear: both;
    padding: 25px 0 29px;
    color: #9f9f9f;
}

.crumbs {
    margin: 0 0 9px;
}

.crumbs:before, .crumbs:after {
    display: none;
}

.crumbs:after {
    clear: both;
}

.crumbs .item {
    background: url(../images/pic14.png) no-repeat 1px 2px;
    display: inline;
    padding: 0 0 0 11px;
    font-size: 12px;
    color: #bcbcbc;
    line-height: 1.6;
}

.crumbs .item:first-child {
    background: none;
    padding-left: 0;
}

.crumbs .item:before, .crumbs .item:after {
    display: none;
}

.crumbs .item:after {
    clear: both;
}

.crumbs .link {
    color: #bcbcbc;
}

.products_list_2 {
    margin: 0 0 0 -16px;
}

.products_list_2 .item {
    width: 233px;
    margin: 0 0 25px 16px;
    font-size: 17px;
    text-align: center;
}

.products_list_2 .link {
    color: #0b80a1;
}

.products_list_2 .link:hover {
    color: #cc2229;
}

.products_list_2 .fig {
    display: block;
    margin: 0 0 11px;
}

.products_list_2 .img {
    vertical-align: top;
}

.products_list_3 {
    margin: 0 0 7px;
}

.products_list_3 .item {
    border-bottom: 1px solid #d9d8d8;
    margin: 0 0 23px;
    padding: 0 0 16px;
}

.products_list_3 .title {
    margin: 0 0 9px;
}

.products_list_3 .link {
    font-family: 'Exo 2', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #1c3a5b;
}

.products_list_3 .fig {
    float: left;
    margin: 6px 29px 0 0;
}

.products_list_3 .img {
    vertical-align: top;
}

.btn_1 {
    background: #1c3a5b;
    display: inline-block;
    height: 34px;
    padding: 0 18px;
    color: #fff;
    text-decoration: none;
    line-height: 34px;
}

.products_list_3 .price {
    font-family: 'Exo 2', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #cc2229;
}

.pages .item {
    margin: 0 10px 0 0;
    color: #fff;
    text-align: center;
}

.pages .link {
    display: block;
    width: 40px;
    height: 36px;
    position: relative;
    color: #484848;
    text-decoration: none;
    line-height: 36px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.pages .item:hover .link, .pages .active {
    background: #0b80a1;
    width: 40px;
    height: 36px;
    color: #fff;
    line-height: 36px;
}

.fig_1 {
    float: left;
    margin: 0 22px 10px 0;
}

.fig_1 .img {
    vertical-align: top;
}

.price_1 {
    margin: 0 0 11px;
    font-family: 'Exo 2', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #cc2229;
}

.back {
    background: #d8d8d8;
    display: inline-block;
    height: 36px;
    padding: 0 11px;
    color: #484848;
    text-decoration: none;
    line-height: 36px;
}

.h-140 {
    height: 140px;
}

.captcha {
    display: inline-block;
    padding-left: 131px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.captcha .fig {
    background: #fff;
    border: 1px solid #d8d8d8;
    width: 130px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.captcha .fig img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.captcha .field {
    width: 100%;
}

.button {
    background: #0b80a1;
    border: none;
    height: 41px;
    padding: 0 22px;
    font-size: 18px;
    color: #fff;
    line-height: 41px;
}



.modal {
    position: fixed;
    z-index: 1000;
}

.modal__inner {
    overflow: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.modal, .modal__bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal__horisontal_inner {
    display: table;
    height: 100%;
    margin: auto;
}

.modal__vertical_inner {
    display: table-cell;
    vertical-align: middle;
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.modal__bg {
    background: #000;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.show .modal__bg {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.68;
}

.modal__content {
    background: #fff;
    padding: 10px 0 0;
    position: relative;
}

.modal__content .h3 {
    font-size: 30px;
}

.modal_box_form .modal__content {
    padding: 37px 49px 32px;
}

.box_thanks .modal__content {
    width: 334px;
    padding: 35px 50px 42px;
}

.box_thanks .modal__content .h3 {
    margin: 0 0 7px;
}

.sert_list {
    margin: -44px 0 28px -30px;
}

.sert_list .link {
    display: block;
    text-decoration: none;
}

.sert_list .item {
    width: 222px;
    margin: 44px 0 0 30px;
}

.sert_list .img {
    max-width: 100%;
    vertical-align: top;

}

.sert_list .fig:before {
    content: '';
    background: rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.sert_list .link:hover .fig:before {
    background: rgba(255, 255, 255, 0.87);
}

.sert_list .text {
    padding: 0 20px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #383838;
    font-size: 18px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;

}

.sert_list .link:hover .text {
    opacity: 1;
}

.asq_question {
    background: url("../images/pic34.png") no-repeat;
    width: 63px;
    height: 282px;
    position: fixed;
    top: 261px;
    right: 0;
    z-index: 100;
}

.asq_question .link {
    display: block;
    width: 63px;
    height: 261px;
}

.modal__close_btn {
    background: url(../images/pic30.png) no-repeat 50% 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 32px;
    z-index: 2;
}

.modal_lightbox__title {
    margin: 0 0 13px;
    text-align: center;
}

.modal_lightbox__image img {
    vertical-align: top;
}

.modal_lightbox__prev, .modal_lightbox__next {
    cursor: pointer;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.modal_lightbox__next {
    left: auto;
    right: 0;
}

.modal_lightbox__prev:before, .modal_lightbox__next:before {
    content: "";
    background: url(../images/pic28.png) no-repeat;
    width: 16px;
    height: 27px;
    margin-top: -13px;
    position: absolute;
    top: 50%;
    left: -33px;
}

.modal_lightbox__next:before {
    background: url(../images/pic29.png) no-repeat;
    left: auto;
    right: -33px;
}

/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
    border-top: 4px solid #1c3a5b;
    width: 980px;
    height: 123px;
    margin-left: -490px;
    padding: 20px 0 0;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.footer:before {
    content: "";
    border-top: 4px solid #fff;
    width: 65px;
    position: absolute;
    top: -4px;
    left: 233px;
}

.mail_footer {
    position: absolute;
    top: 18px;
    left: 0;
}

.mail_footer .link {
    background: url(../images/pic2.png) no-repeat;
    display: inline-block;
    height: 30px;
    padding: 9px 0 0 53px;
    color: #1C3A5B;
}

.address_footer {
    background: url(../images/pic12.png) no-repeat;
    width: 131px;
    padding: 3px 0 0 53px;
    position: absolute;
    top: 71px;
    left: 0;
    line-height: 1.3;
}

.nav_footer {
    height: 34px;
    margin: 0 0 0 298px;
    position: relative;
    z-index: 10;
}

.nav_footer .list {
    display: table;
    width: 682px;
    position: relative;
    z-index: 1;
}

.nav_footer .list:before, .nav_footer .list:after, .nav_footer .item:before, .nav_footer .item:after {
    display: none;
}

.nav_footer .item {
    display: table-cell;
    vertical-align: top;
    position: relative;
    font-size: 15px;
}

.nav_footer .link {
    display: table;
    width: 100%;
    height: 34px;
    position: relative;
    color: #484848;
    text-decoration: none;
    z-index: 2;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.nav_footer .item:hover .link, .nav_footer .active .link {
    background: #f6f6f6;
}

.nav_footer .text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    text-align: center;
}

.company_footer {
    position: absolute;
    top: 81px;
    left: 298px;
}
.securitypolicy {
    position: absolute;
    top: 101px;
    left: 298px;
}

.securitypolicy .link {
    color: #1C3A5B;
}

.developer {
    position: absolute;
    top: 84px;
    right: 107px;
    font-size: 12px;
}

.developer .link {
    color: #1C3A5B;
}

.counter {
    position: absolute;
    top: 76px;
    right: 0;
}

/*---------------------- end footer -----------------------------------*/
/* media queries */
/* small screens (portrait and landscape) */
/* small screens (landscape) */
/* small screens (portrait) */
/* medium small screens */
/* medium screens (excludes iPad & iPhone) */
/* ipads (portrait and landscape) */
/* ipads (landscape) */
/* ipads (portrait) */
/* medium large screens */
/* large screens */
/* extra large screens */
/* iphone 4 and high pixel ratio (1.5+) devices */
/* iphone 4 and higher pixel ratio (2+) devices (retina) */
/*CSS for serving the retina image to devices with a high "device-pixel-ratio":*/
/* print media */
@media print {
    * {
        color: black !important;
        background: transparent !important;
        text-shadow: none !important;
        box-shadow: none !important;
        border: none !important;
        float: none !important;
        clear: none !important;
    }

    html, body, article, header, section, footer, aside, div {
        width: 100% !important;
    }

    a, a:link, a:visited, a:hover, a:active, abbr, acronym {
        text-decoration: none;
        border-bottom: 0 none;
    }

    h1, h2, h3, h4, h5, h6, p, li {
        page-break-inside: avoid;
        orphans: 3;
        widows: 3;
    }

    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    nav {
        display: none;
    }
}
