/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    background-image: url(../img/bg.png);
    background-size: cover;
    background-position: center;
    font-family: 'Roboto';
    color: #515150;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
}
b, strong {
    font-weight: 700;
}
* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
a {
    text-decoration: none;
}
.d-fx {
    display: flex;
}
.jc-sb {
    justify-content: space-between;
}
.ai-c {
    align-items: center;
}
.jc-e {
    justify-content: end;
}
.lang a {
    color: #fff;
    background-color: #515150;
    padding: 4px 9px;
    font-size: 14px;
    margin: 0;
    display: block;
    margin: 0 0px 0 9px;
}
.lang a:hover {
    background-color: #000;
}
.header-wrap {
    background-color: #000;
    margin-top: 48px;
    height: 70px;
    display: flex;

}
.header__left-bl {
    width: 182px;
    background: rgb(112,111,111);
    background: linear-gradient(90deg, rgba(112,111,111,1) 0%, rgba(218,218,218,1) 100%);
}
a.logo {
    font-family: 'Roboto';
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    display: block;
    text-align: right;
    letter-spacing: 2px;
    /*padding-right: 21px;
    padding-top: 25px;*/
    line-height: 10px;
}
a.logo span {
    color: #515150;
    font-size: 14px;
    letter-spacing: 0;
    padding-right: 10px;
    display: block;
    padding-top: 12.5px;
}
.header__right-bl {
    display: flex;
    height: 70px;
    align-items: center;
    padding-left: 25px;
    justify-content: space-between;
    width: 588px;
    background: rgb(178,178,178);
    background: linear-gradient(90deg, rgba(178,178,178,1) 0%, rgba(237,237,237,1) 100%);
    padding-right: 26px;
}
.navigation-list__link {
    color: #515150;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -0.4px;
}
.navigation-list__link:hover {
    color: rgba(227,6,19,1);
}
li.navigation-list__item {
    margin-right: 23px;
}
.header__phone-number {
    color: #515150;
    font-size: 27px;
    font-weight: 700;
}
.header__phone-number:hover {
    color: rgba(227,6,19,1);
}
img.hs1-banner-img {
    width: 56%;
    margin-left: -37px;
    margin-top: 9px;
}
.banner-title {
    font-size: 65px;
    font-weight: 300;
    margin-top: 28px;
    position: relative;
    left: -31px;
    color: #515150;
    line-height: 66px;
}
.hs2-text {
    font-size: 20px;
    font-weight: 300;
}
.text-block-wrap {
    padding: 0 10px;
}
.hs2-text {
    font-size: 19px;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 23px;
    text-align: justify;
    color: #515150;
}
.section2 {
    padding-top: 20px;
}
.section3 {
    margin-top: 48px;
    padding-bottom: 12px;
}
.faq-title {
    height: 41px;
    background-color: #000;
    padding-left: 12px;
    display: flex;
    align-items: center;
    font-size: 21px;
    color: #fff;
    background: rgb(227,6,19);
    background: linear-gradient(90deg, rgba(227,6,19,1) 0%, rgba(255,255,255,1) 100%);
}
.page-2 .faq-title {
    background: rgb(235,98,53);
    background: linear-gradient(90deg, rgba(235,98,53,1) 0%, rgba(255,255,255,1) 100%);
}
.page-3 .faq-title {
    background: rgb(235,119,139);
    background: linear-gradient(90deg, rgba(235,119,139,1) 0%, rgba(255,255,255,1) 100%);
}
.page-4 .faq-title {
    background: rgb(119,180,29);
    background: linear-gradient(90deg, rgba(119,180,29,1) 0%, rgba(255,255,255,1) 100%);
}
.page-5 .faq-title {
    background: rgb(216,102,149);
    background: linear-gradient(90deg, rgba(216,102,149,1) 0%, rgba(255,255,255,1) 100%);
}
.page-4 .faq-content.faq-content-wbg,
.page-5 .faq-content.faq-content-wbg {
    min-height: 300px;
}
.faq-content {
    padding: 5px 37px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.14px;
    line-height: 1.14;
    color: #515150;
}
.list b {
    font-weight: 500;
}
.list li {
    margin-bottom: 8.5px;
    position: relative;
}
.no-border .product-details {
    padding: 0;
    border: navajowhite;
}
.faq-content.faq-content-wbg {
    padding-top: 12px;
    margin-bottom: 20px;
}
.faq-content-wbg {
    background-image: url('../img/cont-bg.png');
    background-size: cover;
    background-position: center;
    padding-bottom: 17px;
}
.page-2 .faq-content-wbg {
    background-image: url('../img/cont-bg2.png');
}
.page-3 .faq-content-wbg {
    background-image: url('../img/cont-bg3.png');
}
.page-4 .faq-content-wbg {
    background-image: url('../img/cont-bg4.png');
}
.page-5 .faq-content-wbg {
    background-image: url('../img/cont-bg5.png');
}

section.section5.no-border img {
    margin-bottom: 10px;
}
section.section5.no-border img + img {
    margin-bottom: 0;
}
.page-5 img.hs1-banner-img {
    width: 56%;
    margin-left: 0;
    margin-top: 9px;
    margin-right: 100px;
    position: relative;
    top: 23px;
}


.list li::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    background-color: #e4131a;
    position: absolute;
    left: -12px;
    top: 10px;
}
.product-item {
    width: 248px;
}
h4.product-title {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    margin-top: 18px;
    margin-bottom: 14px;
}
img {
    max-width: 100%;
}
.product-details li {
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 0.2px;
}
.product-details ul {
    padding-left: 13px;
}
.list-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 13px;
}
.product-details {
    padding: 18px 18px 0;
    border-left: 3px solid #C2C2C0;
}
.product-item:last-child .product-details {
    border-right: 3px solid #C2C2C0;
}
a.pdf-link {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    text-transform: uppercase;
    color: #515150;
    /* color: #ccc; */
    align-items: center;
    margin-top: 43px;
    /* display: block; */
    background: rgb(144,144,144);
    background: linear-gradient(90deg, rgba(144,144,144,1) 0%, rgba(177,175,174,1) 100%);
    max-width: 88px;
    
}
a.pdf-link span {
    border: 2px solid #D60415;
    height: 32px;
    align-items: center;
    display: block;
    width: 56px;
    text-align: center;
    padding: 6px 7px;
    
}
a.pdf-link span + span {
    width: 32px;
    border-left: none;
    padding: 6px 10px;
}
a.pdf-link:hover span:first-child {
    background-color: #d60515;
    color: #fff;
}


footer p {
    line-height: 1.5;
}
footer li a {
    color: #515150;
    line-height: 24px;
}
footer li a:hover {
    color:#d60515;
}
footer h4 {
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 9px;
}
footer {
    padding-top: 63px;
}
footer img {
    width: 182px;
}
.footer-col.footer-col4 {
    width: 206px;
}
.copyright {
    text-align: center;
    margin-top: 56px;
    padding-bottom: 60px;
}
.product-details ul {
    padding-left: 13px;
    min-height: 188px;
}
.page-2 img.hs1-banner-img {
    margin-top: 34px;
}
.page-2 .section2 {
    padding-top: 0;
}
.page-4 section.section1 .d-fx {
    align-items: center;
}
.page-4 .no-border .product-details {
    padding: 20px;
    border: navajowhite;
}
.page-4 img.hs1-banner-img {
    width: 41%;
    margin-left: 27px;
    margin-top: 9px;
    height: 100%;
    margin-right: 53px;
}
.page-5 .no-border .product-details {
    padding: 20px;
}
.home-section1 {
    margin-top: 30px;
}
.home .section2 {
    padding-top: 0;
}
.products-item {
    width: 100%;
}
.products-item__title {
    background: rgb(94,94,93);
    background: linear-gradient(90deg, rgba(94,94,93,1) 0%, rgba(255,255,255,1) 100%);
    border-left: 20px solid #E20019;
    padding-left: 19px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}
.products-item__description h4 {
    position: absolute;
    left: 40px;
    top: 15px;
    font-size: 17px;
    line-height: 1.2;
    color: #fff;
    font-weight: 300;
    color: #5C5B5B;
}
section.home-section2 .left-bl, section.home-section2 .right-bl {
    width: 48.5%;
}
.products-item {
    width: 100%;
    margin-bottom: 20px;
}
.orange-border {
    border-color: #EC6236;
}
.pink-border {
    border-color: #DC538E;
}
.light-pink-border {
    border-color: #F08398;
}
.green-border {
    border-color: #83BD2F;
}
.blue-border {
    border-color: #45BEEF;
}
.white-text {
    color: #E9E9E9!important;
}
.products-item__description {
    position: relative;
}
.products-item {
    position: relative;
}
.products-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
@media screen and (min-width: 841px){
    .mobile-nav {
        display: none !important;
    }
}
@media screen and (max-width: 840px){
    .container {
        max-width: 600px;
    }
    nav.navigation {
        display: none;
    }
    .header__right-bl {
        width: 388px;
        justify-content: end;
    }
    img.hs1-banner-img {
        width: 52%;
        margin-left: 0;
        margin-top: 0;
        height: 100%;
    }
    .banner-title {
        font-size: 46px;
        line-height: 48px;
        width: 48%;
        left: 0;
        margin-top: 0;
    }
    section.section1 {
        padding: 20px 0 0;
    }
    section.section1 .d-fx {
        align-items: center;
    }
    .hs2-text {
        font-size: 16px;
        line-height: 20px;
    }
    .header__phone-number {
        font-size: 22px;
    }
    .section3 {
        margin-top: 30px;
    }
    .faq-content {
        font-size: 16px;
    }
    .faq-title {
        height: 35px;
        font-size: 17px;
        background: rgb(227,6,19);
        background: linear-gradient(90deg, rgba(227,6,19,1) 0%, rgba(255,255,255,1) 100%);
    }
    h4.product-title {
        text-align: center;
        font-weight: 500;
        font-size: 20px;
        margin-top: 16px;
        margin-bottom: 11px;
    }
    .list-title {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 13px;
    }
    .product-details li {
        font-size: 14px;
    }
    .product-details ul {
        padding-left: 13px;
        min-height: 145px;
    }
    a.pdf-link {
        margin-top: 27px;
    }
    .list li::before {
        content: '';
        display: block;
        width: 4px;
        height: 4px;
        transform: rotate(45deg);
        background-color: #e4131a;
        position: absolute;
        left: -12px;
        top: 5px;
    }
    .product-details {
        padding: 18px 18px 0;
        border-left: 2px solid #C2C2C0;
    }
    .product-item:last-child .product-details {
        border-right: 2px solid #C2C2C0;
    }
    footer {
        font-size: 14px;
    }
    footer img {
        width: 122px;
    }
    .footer-col.footer-col4 {
        width: 137px;
    }
    .copyright {
        margin-top: 43px;
        padding-bottom: 48px;
        font-size: 14px;
    }
    
    .mob-btn {
        width: 20px;
        height: 3px;
        background-color: #000;
        border-radius: 3px;
        margin-left: 22px;
        position: relative;
    }
    .mob-btn.active {
        background-color: #e42224;
    }
    .mob-btn::before {
        content: '';
        display: block;
        width: 20px;
        background-color: #000;
        height: 3px;
        border-radius: 3px;
        position: absolute;
        top:-5px;
    }
    .mob-btn.active::before {
        background-color: #e42224;
    }
    .mob-btn::after {
        content: '';
        display: block;
        width: 20px;
        background-color: #000;
        height: 3px;
        border-radius: 3px;
        position: absolute;
        top:5px;
    }
    .mob-btn.active::after {
        background-color: #e42224;
    }
    nav.navigation.mobile-nav {
        display: block;
        max-width: 360px;
        margin: 0 auto;
        padding: 0 17px;
        padding: 20px 40px 8px;
        background-color: #ccc;
        display: none;
    }
    nav.navigation.mobile-nav li:last-child {
        border: navajowhite;
    }

    nav.navigation.mobile-nav li {
        margin: 11px 0px;
        border-bottom: 1px solid #000;
        padding-bottom: 9px;
    }
    nav.navigation.mobile-nav ul {
        display: block;
    }
    .page-5 img.hs1-banner-img {
        width: 60%;
        margin-left: 0;
        margin-top: 0;
        margin-right: 38px;
        position: relative;
        top: 23px;
    }
    .page-5 section.section1 {
        padding: 0;
    }
    .page-4 .faq-content.faq-content-wbg, .page-5 .faq-content.faq-content-wbg {
        min-height: 0;
        padding-bottom: 36px;
    }
    .page-4 img.hs1-banner-img {
        width: 41%;
        margin-left: 27px;
        margin-top: 9px;
        height: 100%;
        margin-right: 36px;
    }
    .page-3 section.section5.no-border .product-details {
        padding: 0 15px;
    }
    
}
@media screen and (max-width: 600px){
    .container {
        max-width: 390px;
    }
    .header-wrap {
        margin-top: 29px;
        height: 54px;
    }
    .header__left-bl {
        width: 127px;
    }
    a.logo {
        font-size: 24px;
        padding-right: 21px;
        padding-top: 18px;
        line-height: 10px;
    }
    a.logo span {
        font-size: 10px;
        letter-spacing: 0;
        padding-right: 4px;
        padding-top: 6.5px;
    }
    .header__right-bl {
        display: flex;
        height: 55px;
        align-items: center;
        padding-left: 15px;
        justify-content: space-between;
        width: 588px;
        background: rgb(178,178,178);
        background: linear-gradient(90deg, rgba(178,178,178,1) 0%, rgba(237,237,237,1) 100%);
        padding-right: 15px;
    }
    .header__phone-number {
        font-size: 18px;
    }
    .header__right-bl {
        width: 233px;
        justify-content: end;
    }
    section.section1 {
        padding: 10px 0 0;
    }
    img.hs1-banner-img {
        width: 50%;
        margin-left: 0;
        margin-top: 0;
        height: 100%;
    }
    .banner-title {
        font-size: 30px;
        line-height: 37px;
        width: 50%;
        left: 0;
        margin-top: 0;
    }
    .hs2-text {
        font-size: 14px;
        line-height: 18px;
    }
    .faq-content {
        font-size: 14px;
        padding: 5px 25px;
    }
    .faq-title {
        height: 28px;
        font-size: 12px;
    }
    .products.d-fx.jc-sb {
        flex-wrap: wrap;
    }
    .product-item {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .product-item img {
        width: 100%;
    }
    .product-details {
        border: none!important;
    }
    .product-details ul {
        padding-left: 13px;
        min-height: 0;
    }
    footer .d-fx {
        flex-wrap: wrap;
    }
    footer .footer-col1 {
        width: 100%;
        text-align: center;
        margin-bottom: 26px;
    }
    .footer-col {
        width: 29%;
    }
    footer {
        font-size: 14px;
    }
    body {
        min-width: 390px;
    }
    footer img {
        width: 196px;
    }
    .page-5 .product-item {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 0;
    }
    .page-5 .no-border .product-details {
        padding-bottom: 0;
        padding-top: 0;
    }
    .page-5 img.hs1-banner-img {
        width: 60%;
        margin-left: 0;
        margin-top: 0;
        margin-right: 20px;
        position: relative;
        top: 10px;
    }
    .page-5 section.section1 {
        padding: 20px 0 0 0;
    }
    .page-4 img.hs1-banner-img {
        width: 41%;
        margin-left: 6px;
        margin-top: 9px;
        height: 100%;
        margin-right: 22px;
    }
    .page-4 section.section5.no-border .product-item {
        margin: 0;
    }
    .page-4 section.section5.no-border .product-item .product-details {
        padding-top: 0;
        padding-bottom: 0;
    }
    section.section5.no-border .product-item:first-child img {
        width: 49%;
        margin: 0;
    }
    .page-3 .section5 .product-item {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 0;
    }
    .page-3 .product-item img {
        width: 49%;
        margin: 0!important;
    } 
    .page-2 img.hs1-banner-img {
        margin-top: 17px;
    }
    section.section1 {
        padding: 20px 0 15px 0;
    }
    section.home-section2 .left-bl, section.home-section2 .right-bl {
        width: 100%;
    }
    section.home-section2 .d-fx {
        flex-wrap: wrap;
    }
}