/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* =Fonts
-------------------------------------------------------------- */
@font-face {
    font-family: 'helvetica-thin';
    src: url('../fonts/helveticaneuecyr-thin-webfont.eot');
    src: url('../fonts/helveticaneuecyr-thin-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/helveticaneuecyr-thin-webfont.woff') format('woff'),
    url('../fonts/helveticaneuecyr-thin-webfont.ttf') format('truetype'),
    url('../fonts/helveticaneuecyr-thin-webfont.svg#helveticaneuecyrthin') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helvetica-light';
    src: url('../fonts/helveticaneuecyr-light-webfont.eot');
    src: url('../fonts/helveticaneuecyr-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/helveticaneuecyr-light-webfont.woff') format('woff'),
    url('../fonts/helveticaneuecyr-light-webfont.ttf') format('truetype'),
    url('../fonts/helveticaneuecyr-light-webfont.svg#helveticaneuecyrlight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helvetica-medium';
    src: url('../fonts/helveticaneuecyr-medium-webfont.eot');
    src: url('../fonts/helveticaneuecyr-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/helveticaneuecyr-medium-webfont.woff') format('woff'),
    url('../fonts/helveticaneuecyr-medium-webfont.ttf') format('truetype'),
    url('../fonts/helveticaneuecyr-medium-webfont.svg#helveticaneuecyrmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helvetica-roman';
    src: url('../fonts/helveticaneuecyr-roman-webfont.eot');
    src: url('../fonts/helveticaneuecyr-roman-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/helveticaneuecyr-roman-webfont.woff') format('woff'),
    url('../fonts/helveticaneuecyr-roman-webfont.ttf') format('truetype'),
    url('../fonts/helveticaneuecyr-roman-webfont.svg#helveticaneuecyrroman') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'helvetica-bold';
    src: url('../fonts/helveticaneuecyr-bold-webfont.eot');
    src: url('../fonts/helveticaneuecyr-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/helveticaneuecyr-bold-webfont.woff') format('woff'),
    url('../fonts/helveticaneuecyr-bold-webfont.ttf') format('truetype'),
    url('../fonts/helveticaneuecyr-bold-webfont.svg#helveticaneuecyrbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helvetica-italic';
    src: url('../fonts/helveticaneuecyr-italic-webfont.eot');
    src: url('../fonts/helveticaneuecyr-italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/helveticaneuecyr-italic-webfont.woff') format('woff'),
    url('../fonts/helveticaneuecyr-italic-webfont.ttf') format('truetype'),
    url('../fonts/helveticaneuecyr-italic-webfont.svg#helveticaneuecyritalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
    font-size: 10px;
}

section {
    overflow: hidden;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container-fluid {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-sm-6 {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 50%;
}

.col-sm-7 {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 58.333333%;
}

.col-sm-5 {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 41.666666%;
}

.site_header {
    margin-bottom: 65px;
}

.site_header img {
    width: 100%;
    height: auto;
}



.site_footer {
    background-color: #000;
    padding: 5% 15px;
    text-align: center;
}

.site_footer a,
.site_footer a:focus {
    text-decoration: none;
    color: #ed2024;
    font-family: 'helvetica-light', Arial, sans-serif;
    font-size: 5.8rem;
}

.site_footer a:hover {
    text-decoration: underline;
}



.sect_1 {
    margin-bottom: 70px;
}

.sect_1 h1 {
    font-size: 4.2rem;
    color: #000;
    font-family: 'helvetica-bold', Arial, sans-serif;
    text-align: left;
    line-height: 1.3;
    min-height: 134px;
    padding-left: 146px;
    padding-right: 85px;
    position: relative;
    padding-top: 13px;
    margin-bottom: 35px;
    margin-top: 0;
}

.sect_1 h1 span {
    display: inline-block;
    vertical-align: middle;
}


.sect_1 h1:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 121px;
    height: 134px;
    margin-right: 25px;
    position: absolute;
    left: 0;
    top: 0;
    background: #a01d20 url(../img/before_sect1_h1.png) no-repeat top right;
}

.sect_1 h1:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 84px;
    background: #ed1c24;
    margin-left: 25px;
    position: absolute;
    right: 0;
    top: 23px;
}

.plus_list {
    margin: 0;
    padding: 0 40px;
}

.plus_list .col-sm-6 {
    padding: 0 30px;
}
.sect_1 .plus {
    font-family: 'helvetica-regular', Arial, sans-serif;
    font-size: 2.7rem;
    color: #ed1c24;
    padding-left: 100px;
    height: 90px;
    background-position: top left;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}


.sect_1 .plus span {
    display: inline-block;
    vertical-align: middle;
}

.sect_1 .plus:before {
    content: '';
    height: 100%;
    min-height: 100%;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}


.sect_1 .plus_1 {
    background-image: url(../img/plus_01.png);
}

.sect_1 .plus_2 {
    background-image: url(../img/plus_02.png);
}

.sect_1 .plus_3 {
    background-image: url(../img/plus_03.png);
}

.sect_1 .plus_4 {
    background-image: url(../img/plus_04.png);
}

.sect_1 .plus_5 {
    background-image: url(../img/plus_05.png);
}

.sect_1 .plus_6 {
    background-image: url(../img/plus_06.png);
}

.sect_1 .plus_7 {
    background-image: url(../img/plus_07.png);
}
.sect_1 .plus_8 {
    background-image: url(../img/plus_08.png);
}
.sect_1 .plus_9 {
    background-image: url(../img/plus_09.png);
}
.sect_1 .plus_10 {
    background-image: url(../img/plus_10.png);
}


.sect_2 {
    margin-bottom: 50px;
}


.sect_2_product {
    max-height: 650px;
    height: 650px;
    background: url(../img/sect_2.png) no-repeat top center;
    -webkit-background-size: contain;
    background-size: contain;
}

.sect_2 h1 {
    font-size: 4.2rem;
    color: #ed1c24;
    font-family: 'helvetica-bold', Arial, sans-serif;
    text-align: left;
    line-height: 1.3;
    min-height: 134px;
    padding-left: 80px;
    padding-right: 140px;
    position: relative;
    padding-top: 13px;
    margin-bottom: 35px;
    margin-top: 0;
}

.sect_2 h1 span {
    display: inline-block;
    vertical-align: middle;
}


.sect_2 h1:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 84px;
    margin-right: 25px;
    position: absolute;
    left: 0;
    top: 23px;
    background: #000;
}

.sect_2 h1:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 121px;
    height: 134px;
    background: #555555 url(../img/after_sect1_h1.png) no-repeat top left;
    margin-left: 25px;
    position: absolute;
    right: 0;
    top: 0;
}

.sect_2_product_img {
    padding-top: 39px;
    padding-left: 79px;
}


.sect_2_product_img img {
    max-width: 100%;
    height: auto;
}


.energo_ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-top: 25%;
    padding-right: 15px;
}

.energo_ul li {
    padding-left: 48px;
    position: relative;
    color: #fff;
    font-size: 3.2rem;
    font-family: 'helvetica-light', Arial, sans-serif;
    margin-bottom: 25px;
    min-height: 44px;
}

.energo_ul li:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 32px;
    height: 25px;
    background: url(../img/arr_red.png) no-repeat top left;
}


.sect_3 .energo_ul {
    padding-left: 50px;
    padding-right: 0;
    padding-top: 20%;
}


.sect_3 .energo_ul li:after {
    background: url(../img/arr_black.png) no-repeat top left;
}

.energo_ul li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    min-height: 100%;
}

.energo_ul li span {
    display: inline-block;
    vertical-align: middle;
}








.sect_3_product_img {
    padding-top: 40px;
    padding-left: 26px;
}



.sect_3_product_img img {
    max-width: 100%;
    height: auto;
}










.sect_3 {
    margin-bottom: 50px;
}


.sect_3_product {
    max-height: 650px;
    height: 650px;
    background: url(../img/sect_3.png) no-repeat top center;
    -webkit-background-size: contain;
    background-size: contain;
}



.sect_3 h1 {
    font-size: 4.2rem;
    color: #000;
    font-family: 'helvetica-bold', Arial, sans-serif;
    text-align: left;
    line-height: 1.3;
    min-height: 134px;
    padding-left: 146px;
    padding-right: 325px;
    position: relative;
    padding-top: 13px;
    margin-bottom: 35px;
    margin-top: 0;
}

.sect_3 h1 span {
    display: inline-block;
    vertical-align: middle;
}


.sect_3 h1:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 121px;
    height: 134px;
    margin-right: 25px;
    position: absolute;
    left: 0;
    top: 0;
    background: #a01d20 url(../img/before_sect1_h1.png) no-repeat top right;
}

.sect_3 h1:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    height: 84px;
    background: #ed1c24;
    margin-left: 25px;
    position: absolute;
    right: 0;
    top: 23px;
}

.sect_3_product .col-sm-7 {
    float: right;
}

.sect_3_product .col-sm-5 {
    float: left;
}


@media only screen and (max-width: 480px) and (min-width: 320px) {

    html,
    body {
        font-size: 5px;
    }
    .col-sm-6,
    .col-sm-5,
    .col-sm-7 {
        width: 100%;
        float: none;
    }

    .site_header {
        margin-bottom: 10px;
    }

    .sect_1 h1,
    .sect_3 h1,
    .sect_2 h1 {
        font-size: 3.6rem;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 34px;
        margin-bottom: 15px;
    }
    .sect_2 h1 {
        padding-top: 20px;
    }
    .sect_1 h1:before,
    .sect_3 h1:before,
    .sect_2 h1:before {
        width: 15px;
    }

    .sect_1 h1:after,
    .sect_3 h1:after,
    .sect_2 h1:after {
        width: 15px;
    }

    .plus_list {
        padding: 0;
    }

    .sect_1 {
        margin-bottom: 20px;
    }

    .sect_1 .plus {
        padding-left: 80px;
        height: 70px;
        font-size: 3.0rem;
    }

    .sect_2_product_img {
        margin-left: 3%;
        width: 49%;
        padding: 0;
        padding-top: 4%;
    }

    .energo_ul {
        padding: 50px 15px 30px 15px;
    }

    .energo_ul li {
        color: #080808;
        font-family: 'helvetica-regular', Arial, sans-serif;
        height: 44px;
    }

    .sect_2 {
        margin-bottom: 0;
    }

    .sect_2_product,
    .sect_3_product {
         max-height: none;
        height: auto;
        overflow: hidden;
    }

    .sect_3 .energo_ul {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 50px;
    }

    .sect_3 {
        margin-bottom: 0;
    }

    .sect_3_product_img {
        margin-top: 11px;
        margin-left: 44%;
        padding: 0;
        width: 50%;
    }
}

@media only screen and (max-width: 767px) and (min-width: 481px) {

    html,
    body {
        font-size: 5px;
    }
    .col-sm-6,
    .col-sm-5,
    .col-sm-7 {
        width: 100%;
        float: none;
    }

    .site_header {
        margin-bottom: 10px;
    }

    .sect_1 h1,
    .sect_3 h1,
    .sect_2 h1 {
        font-size: 4rem;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 34px;
        margin-bottom: 15px;
    }
    .sect_2 h1 {
        padding-top: 20px;
    }
    .sect_1 h1:before,
    .sect_3 h1:before,
    .sect_2 h1:before {
        width: 15px;
    }

    .sect_1 h1:after,
    .sect_3 h1:after,
    .sect_2 h1:after {
        width: 15px;
    }

    .plus_list {
        padding: 0;
    }

    .sect_1 {
        margin-bottom: 20px;
    }

    .sect_1 .plus {
        padding-left: 80px;
        height: 70px;
        font-size: 4rem;
    }

    .sect_2_product_img {
        margin-left: 4%;
        width: 48%;
        padding: 0;
        padding-top: 3%;
    }

    .energo_ul {
        padding: 50px 15px 30px 15px;
    }

    .energo_ul li {
        color: #080808;
        font-family: 'helvetica-regular', Arial, sans-serif;
        height: 44px;
    }

    .sect_2 {
        margin-bottom: 0;
    }

    .sect_2_product,
    .sect_3_product {
        max-height: none;
        height: auto;
        overflow: hidden;
    }

    .sect_3 .energo_ul {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 50px;
    }

    .sect_3 {
        margin-bottom: 0;
    }

    .sect_3_product_img {
        margin-top: 11px;
        margin-left: 44%;
        padding: 0;
        width: 50%;
    }
}



@media only screen and (max-width: 1023px) and (min-width: 768px) {

    .sect_1 h1,
    .sect_3 h1,
    .sect_2 h1 {
        font-size: 2.8rem;
    }
    .sect_3 h1 {
        padding-right: 270px;
        padding-top: 30px;
    }
    .sect_3 h1:after {
        width: 255px;
    }

    .plus_list {
        padding: 0;
    }

    .plus_list .col-sm-6 {
        padding: 0 15px;
    }

    .sect_1 .plus {
        font-size: 2.3rem;
    }

    .energo_ul li {
        font-size: 2.0rem;
        margin-bottom: 25px;
        min-height: 25px;
        line-height: 1.3;
    }

    .energo_ul li:after {
        height: 100%;
        top: 0;
        background: url(../img/arr_red.png) no-repeat center left;
    }

    .sect_3 .energo_ul li:after {
        height: 100%;
        top: 0;
        background: url(../img/arr_black.png) no-repeat center left;
    }
    .sect_2_product_img {
        padding-top: 32px;
        padding-left: 0;
        width: 81%;
        margin-left: 10%;
    }

    .sect_2_product,
    .sect_3_product {
        max-height: none;
        height: auto;
        overflow: hidden;
    }


    .sect_3 .energo_ul {
        padding-left: 20px;
        padding-right: 0;
        padding-top: 13%;
    }

    .sect_3_product_img {
        padding-top: 14px;
        padding-left: 0;
        width: 90%;
    }


    .sect_2_product,
    .sect_3_product {
        -webkit-background-size: cover;
        background-size: cover;
    }

}

@media only screen and (max-width: 1199px) and (min-width: 1024px) {

    .sect_1 h1,
    .sect_3 h1,
    .sect_2 h1 {
        font-size: 3.4rem;
        padding-top: 22px;
    }
    .sect_3 h1 {
        padding-right: 270px;
        padding-top: 30px;
    }
    .sect_3 h1:after {
        width: 255px;
    }

    .plus_list {
        padding: 0;
    }

    .plus_list .col-sm-6 {
        padding: 0 15px;
    }

    .sect_1 .plus {
        font-size: 2.3rem;
    }

    .energo_ul li {
        font-size: 2.8rem;
        margin-bottom: 30px;
        min-height: 25px;
        line-height: 1.3;
    }

    .energo_ul li:after {
        height: 100%;
        top: 0;
        background: url(../img/arr_red.png) no-repeat center left;
    }

    .sect_3 .energo_ul li:after {
        height: 100%;
        top: 0;
        background: url(../img/arr_black.png) no-repeat center left;
    }
    .sect_2_product_img {
        padding-top: 32px;
        padding-left: 0;
        width: 81%;
        margin-left: 10%;
    }

    .sect_2_product,
    .sect_3_product {
        max-height: none;
        height: auto;
        overflow: hidden;
    }


    .sect_3 .energo_ul {
        padding-left: 20px;
        padding-right: 0;
        padding-top: 20%;
    }

    .sect_3_product_img {
        padding-top: 14px;
        padding-left: 0;
        width: 90%;
    }


    .sect_2_product,
    .sect_3_product {
        -webkit-background-size: cover;
        background-size: cover;
    }

}



.jacket .site_header {
    margin-bottom: 0;
    background: #ef452b;
}


.jacket .site_header img {
    border-left: 7px solid #fff;
    border-right: 7px solid #fff;
}

.jacket_sect_1 {
    padding-top: 40px;
    background: url(../img2/sect_1_bg.jpg) no-repeat center -1px;
    -webkit-background-size: cover;
    background-size: cover;
}

@media only screen and (min-width: 1367px) {
    .jacket_sect_1 {
        background: url(../img2/sect_1_bg.jpg) no-repeat center -500px;
    }
}

.jacket_sect_1_header {
    margin-bottom: 30px;
    padding-left: 60px;
    padding-right: 60px;
}

.jacket_sect_1_header h1 {
    font-size: 75px;
    font-family: 'helvetica-bold', Arial, sans-serif;
    margin: 0;
    line-height: 1;
    color: #ed2024;
}

.jacket_sect_1_header h2 {
    font-size: 46px;
    color: #231f20;
    font-family: 'helvetica-light', Arial, sans-serif;
    margin: 0;
    line-height: 1;
}

.jacket_sect_1_img {
    max-width: 748px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.jacket_sect_1_img img {
    width: 100%;
    height: auto;
}

.jacket_sect_1 h3 {
    font-weight: normal;
    color: #ed2024;
    font-family: 'helvetica-regular', Arial, sans-serif;
    font-size: 38px;
    text-transform: uppercase;
    max-width: 900px;
    margin: 0 0 20px 0;
    padding-left: 60px;
    padding-right: 60px;
}

.jacket_sect_1 h3 span {
    font-family: 'helvetica-bold', Arial, sans-serif;
}

.jacket_sect_1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
    padding-left: 60px;
    padding-right: 60px;
}

.jacket_sect_1 li {
    font-size: 32px;
    color: #231f20;
    padding-left: 40px;
    background: url(../img/arr_red.png) no-repeat left 14px;
    -webkit-background-size: 25px 20px;
    background-size: 25px 20px;
    line-height: 1.4;
    margin-left: 20px;
}






.jacket_sect_2 {
    background: url(../img2/sect_2_bg.jpg) no-repeat center -1px;
    -webkit-background-size: cover;
    background-size: cover;
    /*padding-left: 60px;*/
    /*padding-right: 60px;*/
}

.jacket_sect_2_header {
    margin-bottom: 30px;
}

.jacket_sect_2_header h1 {
    font-size: 45px;
    font-family: 'helvetica-light', Arial, sans-serif;
    margin: 0;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 25px;
    background: #231f20;
    padding-left: 60px;
    padding-right: 60px;
}

.jacket_sect_2 h1 span {
    font-family: 'helvetica-bold', Arial, sans-serif;
    color: #ed2024;
}



.jacket_sect_2 h3 {
    font-weight: normal;
    color: #ed2024;
    font-family: 'helvetica-regular', Arial, sans-serif;
    font-size: 38px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    padding-left: 60px;
    padding-right: 60px;
}

.jacket_sect_2 h3 span {
    font-family: 'helvetica-bold', Arial, sans-serif;
}

.jacket_sect_2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
    padding-left: 60px;
    padding-right: 60px;
}

.jacket_pluses2 li {
    font-size: 32px;
    color: #231f20;
    padding-left: 40px;
    background: url(../img/arr_red.png) no-repeat left 14px;
    -webkit-background-size: 25px 20px;
    background-size: 25px 20px;
    line-height: 1.4;
    margin-left: 20px;
}

.jacket_pluses {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}


.jacket_pluses li {
    width: 33.333333%;
    float: left;
    font-size: 32px;
    color: #231f20;
    text-transform: uppercase;
    text-align: center;
    font-family: 'helvetica-medium', Arial, sans-serif;
}

.j_plus {
    width: 197px;
    height: 197px;
    background-color: #ed2024;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.j_plus_1 {
    background-image: url(../img2/plus1.png);
}

.j_plus_2 {
    background-image: url(../img2/plus2.png);
}

.j_plus_3 {
    background-image: url(../img2/plus3.png);
}


@media only screen and (max-width: 480px){

    .jacket_sect_1 {
        padding-left: 15px;
        padding-right: 15px;
        webkit-background-size: contain;
        background-size: contain;
    }
    .jacket_sect_1_header {
        margin-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
    }

    .jacket_sect_1_header h1 {
        font-size: 32px;
    }

    .jacket_sect_1_header h2 {
        font-size: 21px;
    }

    .jacket_sect_1 h3 {
        font-size: 21px;
        padding-left: 0;
        padding-right: 0;
    }

    .jacket_sect_1 ul {
        padding-left: 0;
        padding-right: 0;
    }

    .jacket_sect_1 li {
        font-size: 18px;
        line-height: 1.3;
        margin-left: 0;
        margin-bottom: 15px;
        min-height: 46px;
        background: url(../img/arr_red.png) no-repeat left center;
    }

    .jacket_sect_2 {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
    }
    .jacket_sect_2_header h1 {
        font-size: 23px;
        line-height: 1.4;
        padding: 20px;
        padding-left: 0;
        padding-right: 0;
        margin-left: -15px;
        margin-right: -15px;
    }

    .jacket_sect_2 ul {
        margin-bottom: 25px;
        padding-left: 0;
        padding-right: 0;
    }

    .jacket_pluses li {
        width: auto;
        float: none;
        font-size: 21px;
        margin-bottom: 25px;
    }

    .jacket_pluses2 li {
        min-height: 46px;
        background: url(../img/arr_red.png) no-repeat left center;
    }

    .jacket_sect_1 li span,
    .jacket_pluses2 li span {
        display: inline-block;
        vertical-align: middle;
    }

    .jacket_sect_1 li:before,
    .jacket_pluses2 li:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        min-height: 100%;
        width: auto;
    }

    .j_plus {
        width: 170px;
        height: 170px;
    }

    .jacket_sect_2 h3 {
        font-size: 25px;
        padding-left: 0;
        padding-right: 0;
    }

    .jacket_pluses2 li {
        font-size: 18px;
        line-height: 1.4;
        margin-left: 0;
        margin-bottom: 15px;
    }

}



@media only screen and (max-width: 767px) and (min-width: 481px){

    .jacket_sect_1 {
        padding-left: 15px;
        padding-right: 15px;
        webkit-background-size: contain;
        background-size: contain;
    }
    .jacket_sect_1_header {
        margin-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
    }

    .jacket_sect_1_header h1 {
        font-size: 32px;
    }

    .jacket_sect_1_header h2 {
        font-size: 21px;
    }

    .jacket_sect_1 h3 {
        font-size: 21px;
        padding-left: 0;
        padding-right: 0;
    }

    .jacket_sect_1 ul {
        padding-left: 0;
        padding-right: 0;
    }

    .jacket_sect_1 li {
        font-size: 18px;
        line-height: 1.3;
        margin-left: 0;
        margin-bottom: 15px;
        /*height: 46px;*/
        background: url(../img/arr_red.png) no-repeat left center;
    }

    .jacket_sect_2 {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
    }
    .jacket_sect_2_header h1 {
        font-size: 23px;
        line-height: 1.4;
        padding: 20px;
        padding-left: 0;
        padding-right: 0;
        margin-left: -15px;
        margin-right: -15px;
    }

    .jacket_sect_2 ul {
        margin-bottom: 25px;
        padding-left: 0;
        padding-right: 0;
    }

    .jacket_pluses li {
        width: auto;
        float: none;
        font-size: 21px;
        margin-bottom: 25px;
    }

    .jacket_pluses2 li {
        /*height: 46px;*/
        background: url(../img/arr_red.png) no-repeat left center;
    }

    .jacket_sect_1 li span,
    .jacket_pluses2 li span {
        display: inline-block;
        vertical-align: middle;
    }

    .jacket_sect_1 li:before,
    .jacket_pluses2 li:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        min-height: 100%;
        width: auto;
    }

    .j_plus {
        width: 170px;
        height: 170px;
    }

    .jacket_sect_2 h3 {
        font-size: 25px;
        padding-left: 0;
        padding-right: 0;
    }

    .jacket_pluses2 li,
    .jacket_sect_1 li {
        font-size: 18px;
        line-height: 1.4;
        margin-left: 0;
        margin-bottom: 15px;
    }


}


@media only screen and (max-width: 991px) and (min-width: 768px){

    .j_plus {
        width: 170px;
        height: 170px;
    }

    .jacket_pluses li {
        font-size: 23px;
    }

    .jacket_pluses2 li,
    .jacket_sect_1 li {
        margin-bottom: 20px;
    }
}







/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    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;
    }
}
