/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    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;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

input:invalid {
  box-shadow: none;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
    font-family: "Koverwatch";
    src: url(../font/Koverwatch.ttf) format("truetype");
}
a{
    display: block;
    color: #000;
    text-decoration: none;
}

img {
    max-width: 100%;
}

body {
    font-family: Roboto, sans-serif;
    line-height: 1.4;
    font-size: 18px;
    background-color: #000;
    color: #fff;
}

main {
    overflow: hidden;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    padding: 0 30px;
    max-width: 945px;
    margin: 0 auto;
    position: relative;

}

.row{
    margin: 0 -30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-width: 945px;

}

.col {
    padding: 0 30px;
    width: 100%;
}

.col-2 {
    padding: 0 30px;
    width: 50%;
}

.col-3 {
    padding: 0 30px;
    width: 33.3333%;
}

.col-4 {
    padding: 0 30px;
    width: 25%;
}

section {
    padding: 40px 0;

}

h1, h2, h3, h4, p, ul, li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
h2{
    color: #fff;
    text-transform: uppercase;
}

.s1{
    background: url("../img/ogon.png") no-repeat center top;
    padding: 0 0 175px 0;
    background-size: cover;
    position: relative;
}
.s1 .container{
    background: url("../img/s1bgisp.png") no-repeat center top;
    background-size: 100% 100%;

    padding-bottom: 14px;
}
.logo{
    display: block;
    margin: 0 -15px;
    text-transform: uppercase;
    font-size: 40px;
    background: #4d1517;
    font-family: Koverwatch,sans-serif;
    padding: 0 15px;
    color: #fff;
}
.s1 .col:first-child{
    background: #651e21;
}
.s1_text{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    text-transform: uppercase;
    padding-bottom: 12px;
    color: #fff;
    padding-top: 12px;
}
.s1 .row:last-child{
    padding-top: 24px;
}
.s1_text p{
    font-size: 15px;
    letter-spacing: 1px;
    margin-left: 35px;
}
.red{
    color: #e56569;
}
.s1_text_2 h1{
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 2px;
    font-weight: 900;
    color: #fff;
}

.s1 .container:before{
    content: url("../img/s1_man.png");
    position: absolute;
    z-index: 5;
    left: -85px;
    bottom: 0;
    max-height: 524px;
}
.s1_text_2 span{
    font-size: 65px;
}
.s1_text_2 p{
    color: #daa900;
    word-spacing: 4px;
    margin-bottom: 35px;
}
.s1_ul ul b{
    color: #fff;
}
.s1_ul ul{
    padding-top: 35px;
}
.s1_ul li{
    position: relative;
    font-size: 16px;
    font-style: italic;
    padding: 0 0 10px 36px;
}
.s1_ul li:before{
    content: url("../img/tick.png");
    position: absolute;
    top: -21px;
    left: -19px;
}
.s1 .col-3:nth-child(1){
    width: 31%;
}
.s1 .col-3:nth-child(2){
    margin-right: 0;
}
.s1 .col-3{
    padding: 0;
}
.s1 .col-3{
    position: relative;
}

.s1 .man:before{
    content: url("../img/s1_img2.png");
    position: absolute;
    z-index: 6;
    bottom: -124px;
    left: -100px;
    animation-name: pulse;
    animation-duration: 2.2s;
    animation-fill-mode: both;
    animation-iteration-count:infinite;
}
.s1_icons{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin-bottom: 17px;
    justify-content: space-around;
}
.s1_form_group{
    position: relative;
}
.s1_form_group:before{
    content: url("../img/s1_img.png");
    position: absolute;
    right: -126px;
    top: 13px;
    animation-name: pulse;
    animation-duration: 2.2s;
    animation-fill-mode: both;
    animation-iteration-count:infinite;
}
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
.s1_form{
    padding: 10px;
    background: #1f1f1f;
    text-align: center;
    margin-right: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
   width: 324px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px 0px 30px 0px rgba(0, 0, 0, 1);
    box-shadow:         0px 0px 30px 0px rgba(0, 0, 0, 1);
}
.form{
    border: 2px dashed #363636;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-top: 15px;
}
.timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-pack: center;
    width: 250px;
    background: #1f1f1f;
    margin: 0 auto;
    align-items: center;
    -ms-flex-align: center;
    padding-bottom: 5px;
}

.timer_hours {
    color: #fff;
    line-height: 0.95;
    width: 177px;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
    -ms-flex-align: center;
    padding: 0 0 15px 0;
}

.timer_hours span {
    width: 33.3333%;
}
.timer .t:last-child{
    margin: 0;
}
.timer .t {
    background: #393939;
    font-size: 20px;
    border: 1px solid #2a2a2a;
    /*width: 50px;*/
    line-height: 40px;
    /*height: 50px;*/
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 4px;
    margin-right: 8px;
}
.timer_border{
    border: 1px dashed #2d2d2d;
    padding: 8px;
}
.timer_text{
    font-size: 10px;
    margin: 8px 0;
    display: block;
}
.form__title{
    font-size: 21px;
    text-transform: uppercase;
    background: #292929;
    line-height: 44px;
    color: #fff;
}
.form__title s{
    color: #daa900;
}
.form input {
    margin-bottom: 17px;
    line-height: 50px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    outline: none;
    border: 0;
    font-size: 14px;
    font-style: italic;
    width: 270px;
    text-align: center;
    color: #000;
}
.btn{
    line-height:66px;
    font-size: 26px;
    font-weight: 900;
    font-style: italic;
    width: 270px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 0;
    outline: none;
    background: url("../img/s1_btn_bg.png") no-repeat center left;
    background-size:100%;
    color: #550000;
    text-transform: uppercase;
    padding: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.stat{
    font-size: 13px;
    line-height: 1.2;
    margin: 10px 0;
}
.stat span{
    color: #fff;
    font-style: italic;
    font-weight: 900;
}
.sale{
    background: url("../img/s1_img3.png") no-repeat center top;
    color: #000;
    text-transform: uppercase;
    -webkit-background-size: cover;
    background-size: cover;
    padding:  8px 0 7px 25px;

}
.sale p{
    font-size: 17px;
    word-spacing: 2px;
}
.sale_span{
    background: url("../img/s1_img4.png")no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    font-size: 14px;
    color: #fff;
    text-transform: none;
    padding: 0 0 0 25px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 30px;
}
.sale_span span{
    display: block;
    line-height: 26px;
}
.before{
    text-transform: uppercase;
    font-style: italic;
    color: #fff;
    padding-left: 25px;
    line-height: 1;
    position: relative;
    max-width: 170px;
}
.before span{
    color: #daa900;
    font-weight: 800;
    display: block;
}
.before:before{
    content: url("../img/s1_dick.png");
    position: absolute;
    right: -143px;
    top: -18px;
}
.price{
    width:130px;
    background: url("../img/s1_price.png")no-repeat center top;
    position: absolute;
    font-size: 12px;
    font-style: italic;
    text-align: center;
    color: #fff;
    padding: 30px 25px 30px 20px;
    left: -50px;
    top: 20px;
}
.price span{
    font-size: 29px;
    font-weight: 900;
    color: #fff;

}
.s2{
    background: url("../img/s2_iskr.png") no-repeat center top;
    background-size:cover;
    /*padding-top: 175px;*/
    padding-bottom: 0;
    position: relative;
}
@media only screen and (min-width:1720px ) {
    .s2{
        background-size:80% 100% ;
    }

}
.s2 .container{
    background: url("../img/s2_1bg.png") no-repeat center top;
    background-size: 100% 100%;
    padding-top: 40px;
}
.s2 .container:before{
    content: url("../img/s2girl.png");
    position: absolute;
    bottom: 0;
    right: -70px;
    max-height: 543px;
}
.s2 .container:after {
    content: url("../img/s2_dick.png");
    position: absolute;
    bottom: 0;
    right: 110px;
    max-height:349px ;
    z-index: 1;
}
.s2_fire{
    position: absolute;
    top: -131px;
    left: 142px;
}
.s2 h2{
    font-size: 25px;
    margin-bottom: 40px;
}
.s2 span{
    display: block;
}
.s2 .yellow{
    display: inline;
    color: #daa900;
}
.s2_content span{
    font-size: 16px;
    font-style: italic;
    display: block;
    color: #daa900;
}
.s2_content p{
    font-size:14px;
    font-style: italic;
}
.s2_content li{
    position: relative;
    padding: 0 0 24px 30px;
}
.s2_content li:before{
    content:url("../img/cicrle.png");
    position: absolute;
    top: -13px;
    left: -18px;
}
.s2_content li:nth-child(1):after{
    content: url("../img/s2_dashed1.png");
    position: absolute;
    bottom: 47px;
    left: 115px;

}
.s2_content li:nth-child(2):after{
    content: url("../img/s2_dashed2.png");
    position: absolute;
    bottom: 47px;
    left: 115px;

}
.s2_content li:nth-child(3):after{
    content: url("../img/s2_dashed3.png");
    position: absolute;
    bottom: 47px;
    left: 115px;

}
.s2_content li:nth-child(4):after{
    content: url("../img/s2_dashed4.png");
    position: absolute;
    bottom: 47px;
    left: 115px;

}

.dick_text {
    background: url("../img/s2_1img.png") no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    color: #000;
    font-size: 18px;
    font-weight: 800;
    font-style: italic;
    padding-top: 6px;
    padding-bottom: 6px;
    max-width: 425px;
    margin-left: -24px;
    padding-left: 36px;


}
.dick_text+p{
    color: #000;
    font-weight: 800;
    font-style: italic;
    max-width: 300px;
}

.s2 .s2_items_1{
    position: relative;
    margin-bottom: 50px;
}


.s2 i{
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    position: absolute;
    z-index: 999;
    display: block;
    text-align: center;
    width: 40px;

}
.one{
    right: 446px;
    bottom: 53px;
}
.two{
    right: 355px;
    bottom: 105px;
}
.three{
    right: 250px;
    bottom: 138px;
}
.four{
    right: 130px;
    bottom: 168px;
}
.s2_2{
    padding-top: 0;
}
.s2_2 .container{
    background:url("../img/s2_2bg.png") no-repeat center top;
    padding-top: 40px;
    background-size: 100% 100%;
    padding-bottom: 40px;

}
.s2_2 .col{
    display: flex;
    justify-content: flex-end;
}
.s2_items_2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    justify-content: flex-end;
    max-width: 417px;
}
.s2_item_2__text{
    padding:  16px 0 0 0 ;
}
.s2_item_2__text h3{
    font-size: 40px;
    color: #000;
    font-weight: 900;
    font-style: italic;
    line-height: 1;
}
.s2_item_2__text span{
    font-size: 26px;
    color: #daa900;
    font-style: italic;
    font-weight: 800;

}
.s2_item_2__text p{
    text-transform:initial;
    font-size: 18px;
    font-style: italic;
    color: #000;
    margin: 5px 0 15px 0;
}
.btn_2{
    background: url("../img/s2_btn_bg.png") no-repeat center top;
    width: 205px;
    height: 62px;
    border:0;
    outline: none;
    font-size: 14px;
    font-weight: 800;
    font-style: italic;
    background-size: cover;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.btn_name{
    font-size: 14px!important;
    color: #fff!important;
    height: 29px;
    display: inline-block;
}

.s2_items_2 .s2_img{
    margin-right: 31px;
}
.s3{
    padding-top: 70px;
    position: relative;
}
#video_background{
    position: absolute!important;
    top: -193px;
    z-index: -100;
    width: 100%;

}
.s3 h2{
    font-size: 40px;
    font-weight: 900;
    font-style: italic;
    text-align: center;
}
.s3 .col{
    margin-bottom: 64px;
}
.s3 h3{
    color: #daa900;
    font-size: 18px;
    font-style: italic;
    font-weight: 800;
    margin-bottom: 5px;
    position: relative;
}
.s3 h3:before{
    content: url("../img/cicrle.png");
    position: absolute;
    left: -43px;
    top: -13px;
}
.s3 p{
    font-size: 14px;
    font-style: italic;
}
.s4_1{
    background: url("../img/s4fire.png") no-repeat center top;
    background-size: cover;
    padding-top: 225px;
    padding-bottom: 0;
    position: relative;
}
.s4_1_before{
    content: url("../img/s4_fire.png");
    position: absolute;
    top: -177px;
    left: 133px;
    z-index: 1;

}
.s4_1 .container{
    background: url("../img/s4bgpravka2.png") no-repeat center top;
    background-size: 100% 100%;
    padding-top: 30px;
    padding-bottom: 70px;
}
.s4_1 .col{
    background: url("../img/s4_bgtext.png");
    background-size: cover;
    line-height: 1;
    padding-top: 20px;
    padding-bottom: 20px;
}
.s4_1 .container:before{
    content: url("../img/s4_1girl.png");
    position: absolute;
    top: -203px;
    left: -4px;
    z-index: 2;
}
.s4_1 .container:after{
    content: url("../img/s4_1arrow.png");
    position: absolute;
    top: 0px;
    right: -9px;
}

.s4_1 h2{
    font-size: 24px;
    font-weight: 900;
}
.s4_1 span{
    color: #daa900;

}
.s4_1_content{
    background: url("../img/s4bg2.png")center top;
    text-align: center;
    padding:20px 0 64px 0;
    position: relative;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px 0px 14px 0px rgba(0, 0, 0, 1);
    box-shadow:         0px 0px 14px 0px rgba(0, 0, 0, 1);
}
.stars{
    position: absolute;
    left: 73px;
}

.s4_1_content_img{
    margin-bottom: 22px;
}
.s4_1_content_text {
    font-size: 15px;
    font-style: italic;
    padding: 0 20px;
    margin-bottom: 20px;
}
.s4_1 .row:nth-child(1){
    margin-bottom: 25px;
}
.s4_1 .row:nth-child(2){
    position: relative;
    padding-top: 20px;
    margin-bottom: 72px;

}
.s4_1 .row:nth-child(2):before{
    content: url("../img/s4_img_before.png");
    position: absolute;
    right: -106px;
    top: 170px;
    animation-name: pulse;
    animation-duration: 2.2s;
    animation-fill-mode: both;
    animation-iteration-count:infinite;
}
.s4_1 .col-2:nth-child(1) img{
    margin-left: -25px;
}
.s4_1_content_text2{
    margin-left: -65px;
    padding: 15px 0 0 0;
}

.s4_1_content_text2 h3{
    text-transform: uppercase;
    font-size: 40px;
    font-style: italic;
    font-weight: 900;
    color: #000;
    line-height: 1;
}
.s4_1_content_text2 span{
    color: #daa900;
    font-size: 26px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 900;
    margin-left: 5px;
    margin-bottom: 10px;
    display: block;
}

.s4_text{
    color: #000;
    font-style: italic;
    font-size: 18px;
    margin-bottom: 28px;
}
.s4_2{
    padding-top: 0;
    /*margin-top: -165px;*/
    padding-bottom: 0;
}
.s4_2 .container:before{
    content: url("../img/s1_img2.png");
    left: -100px;
    top: -125px;
    position: absolute;
    animation-name: pulse;
    animation-duration: 2.2s;
    animation-fill-mode: both;
    animation-iteration-count:infinite;

}
.s4_2 img{
    max-width: 92%;
}
.s4_2 .row{
    background:#fff;
    padding: 5px 0 5px 0;
}
.s4_2 .col-2:first-child{
    padding-left: 5px;
}
.s4_2 .btn2{
    font-size: 14px;
}
.s4_2 .btn_name{
    margin-top: 12px;
    margin-left: -5px;
}
.s4_3{
    background: url("../img/s4_3fire.png")no-repeat center top;
    background-size: 100% 100%;
    padding-top: 0;
}
.s4_3 .container{
    background: url("../img/s4bgpravka.png")no-repeat center top;
    background-size: 100% 100%;
    padding-bottom: 35px;
    padding-top: 35px;

}
.scroll{
    position: relative;
    z-index: 99999;
}
.s4_3 .row{
    /*background: url("../img/s4bgpravka.png") no-repeat center top;*/
    /*position: relative;*/

}

.s4_3 .container:before{
    content: url("../img/s4babapravka.png");
    position: absolute;
    right: 45px;
    bottom: 0;
}
.slider_title{
    background: url("../img/s4_bgtext.png") no-repeat center top;
    background-size: cover;
    margin-left: -30px;
    line-height: 0.9;
    padding: 17px 0 17px 30px;
}

.slider_title h2{
    font-size: 30px;
    padding-left: 20px;
    font-style: italic;
}
.slider_title span{
    color: #daa900;
}
.slider_text {
    font-size: 14px;
    font-style: italic;
    padding-left: 45px;
}
.slider_text span{
    font-weight:900;
    position: relative;
}
.slider_text li{
    padding-top: 27px;
}
.slide:after{
    content: url("../img/slider_img1.png");
    position: absolute;
    top: 12px;
}
.slide:before{
    content: url("../img/slider_img2.png");
    position: absolute;
    bottom: 18px;
    right: 335px;
}
.slide{
    max-width:587px;
    overflow: hidden;
    position: relative;
}

.slider_text span:before{
    content: url("../img/cicrle.png");
    position: absolute;
    bottom: -20px;
    left: -42px;
}
.owl-nav{
    text-align: right;
    position: relative;
}
.owl-prev{
    outline: none;
    margin-right: 50px;
}
.owl-next{
    outline: none;
}
.owl-dot{
    font-size: 18px;
    color: #daa900!important;

}
.owl-dots {
    font-style: italic;
    position: absolute;
    bottom: -2px;
    right: 24px;
}
.owl-dots:before{
    content:'/';
    left: 16px;
    position: relative;
}
.owl-dots .active{
    color: #fff!important;
}
.owl-dot:first-child{
    margin-right: 5px;
}
.s5{
    background: url("../img/s5_fire.png") no-repeat center top;
    background-size: cover;
    padding-top: 110px;
    position: relative;
}
.s5 .container{
    background: url("../img/s5bg.png") no-repeat center top;
    background-size: 100% 100%;
    padding-top: 20px;
    padding-bottom: 15px;
}
.s5 .container:before{
    content: url("../img/s5girl.png");
    position: absolute;
    bottom: 4px;
    left: 400px;
    max-height: 576px;
}
.s5 h2{
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 23px;
    line-height: 1.2;
}
.s5 h2 span{
    display: inline-block;
    color: #daa900;
}
.s5_sale{
    background: url("../img/s5_img.png") no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    color: #000;
    text-transform: uppercase;
    width: 327px;
    font-weight: 800;
    font-size: 15px;
    padding: 10px 0 10px 25px;
    margin: 0 0 0 -25px;
}
.tornado_text{
    font-size: 14px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 800;
    position: relative;
    padding: 25px 0 0 0 ;
    max-width: 350px;
}
.tornado_text span {
    display: block;
    color: #daa900;
    margin-bottom: 30px;

}
.tornado_text:before{
    content: url("../img/s5_dashed.png");
    position: absolute;
    bottom: 47px;
}
.s5 .container:after{
    content: url("../img/s5_tornado.png");
    position: absolute;
    left: 241px;
    bottom: 0;
}
.s5 .s1_form_group{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -10px;
    margin-right: -15px;
}
.s5 .s1_form{
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-right: 0;

}
.s5 .s1_icons{
    align-self: flex-end;
    -ms-flex-item-align: end;
}
.s5 .s1_icons a{
    padding: 0 6px;
}
.s5 .s1_ul{
    max-width: 300px;
}
.s6{
    padding: 30px 0;
}
.policy{
    color: #fff;
    text-decoration: underline;
    text-align: center;
    font-style: italic;
    font-size: 13px;
}
.btn:hover,
.btn_2:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/* ==========================================================================
   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) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.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 {
    *,
    *:before,
    *:after {
        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) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]: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;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
