    
.standard-padding {
    padding: 0px 40px
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px;
}

.section .container {
    max-width: 1200px;
    padding: 0px 40px;
}

.padding-0 {
    padding: 0px
}

.textalign-center {
    text-align: center
}

.header {
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0px;
    transition: all .2s ease-out;
    border-bottom: 1px solid #E4E4E4;
    height: auto !important;
    min-height: auto;
}

.header .container {
    max-width: 1200px;
    height: auto;
}

.header.scrolled {
    top: -45px;
}

.header .top-block {
    background: #2F2F2F;
    color: rgb(255 255 255 / 80%);
    padding: 0px 40px;
}

.header .top-block .container>ul {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    list-style: none;
    height: 44px;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.header .top-block ul li {
    margin-right: 30px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.header .top-block ul li:last-child {
    margin-right: 0px;
    cursor: pointer;
}

.header .top-block ul li a {
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(255 255 255 / 80%);
    display: flex;
    align-items: center;
    transition: all .2s ease-out;
}

.header .top-block ul li a:hover {
    color: rgb(255 255 255 / 100%);
}

.header .top-block ul li a svg {
    width: 12px;
    height: 15px;
    margin-right: 5px;
}

.header .top-block ul li .flag {
    width: 25px;
    border: 1px solid white;
    border-radius: 13px;
    margin-bottom: 0px;
}

.header .top-block ul li .dropdown {
    background: white;
    position: absolute;
    right: -20px;
    top: 60px;
    border: 1px solid #E4E4E4;
    padding: 20px;
    width: 500px;
    max-width: 360px;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-out;
    z-index: 5
}

.header .top-block ul li:hover .dropdown {
    opacity: 1;
    visibility: visible;
    top: 40px
}

.header .top-block ul li .dropdown p {
    font-size: 14px;
    line-height: 1.4;
    color: rgb(0 0 0 / 70%);
    margin: 0px 0px 25px 0px;
}

.header .top-block ul li .dropdown p a {
    text-transform: none;
    color: red;
    font-weight: 700;
    display: inline;
    text-decoration: underline
}

.header .top-block ul li .dropdown ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
    gap: 15px;
}

.header .top-block ul li .dropdown ul li {
    margin: 0px;
}

.header .top-block ul li .dropdown ul li img {
    width: 40px;
    transition: all .2s ease-out
}

.header .top-block ul li .dropdown ul li img:hover {
    transform: scale(1.2)
}

.header .main-block {
    background: white;
    padding: 0px 40px;
    position: relative;
}

.header .main-block .container {
    display: flex;
    justify-content: space-between;
    position: static;
    padding: 0px !important;
    height: auto;
}

.header .main-block .years-logo {
    align-self: center;
    display: flex;
}

.header .main-block .years-logo img {
    width: 260px;
}

.header .main-block .nav-menu {
    height: 70px;
    display: flex;
    margin: 0;
    padding-left: 0px;
    font-size: 16px;
}

.header .main-block .nav-menu li {
    display: flex;
    align-items: center;
    margin-right: 40px;
    position: relative;
    margin-bottom: 0px;
}

.header .main-block .nav-menu li span {
    cursor: pointer
}

.header .main-block .nav-menu li:last-child {
    margin-right: 0px;
}

.header .main-block .nav-menu li:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 53px;
    height: 2px;
    width: 0px;
    background: red;
    transition: all .2s ease-out;
}

.header .main-block .nav-menu li:last-child:after {
    display: none
}

.header .main-block .nav-menu li:hover:after {
    width: 100%;

}

.header .main-block .nav-menu li .dropdown {
    position: absolute;
    left: 0px;
    top: 100%;
    background: white;
    display: flex;
    border: 0px solid #E4E4E4;
    max-height: 0px;
    overflow: hidden;
    transition: all .2s ease-out;
}

.header .main-block .nav-menu li.strength .dropdown {
    left: -300px;
}

.header .main-block .nav-menu li.accessories .dropdown {
    left: -40px;
}

.header .main-block .nav-menu li:hover .dropdown {
    border: 1px solid #E4E4E4;
    max-height: 600px;
}

.header .main-block .nav-menu li .dropdown>div {
    width: 170px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-right: 1px solid #E4E4E4;
    align-items: flex-start;
}

.header .main-block .nav-menu li.strength .dropdown>div {
    width: 200px;
}

.header .main-block .nav-menu li.accessories .dropdown>div {
    width: 190px;
}

.header .main-block .nav-menu li .dropdown .columns-2 {
    width: 340px;
}

.header .main-block .nav-menu li .dropdown .columns-2 .block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr);
    grid-auto-columns: 1fr;
    display: grid;
    width: 100%;
}

.header .main-block .nav-menu li .dropdown .columns-2 .block>div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.header .main-block .nav-menu li .dropdown>div:last-child {
    border-right: none
}

.header .main-block .nav-menu li .dropdown>div a {
    margin-bottom: 15px;
    color: #000;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.header .main-block .nav-menu li .dropdown>div a:after {
    position: absolute;
    content: "";
    left: -101%;
    top: 19px;
    width: 100%;
    height: 1px;
    background: black;
    transition: all .2s ease-out;
}

.header .main-block .nav-menu li .dropdown>div a:hover:after {
    left: 0%
}

.header .main-block .nav-menu li .dropdown>div a:last-child {
    margin-bottom: 0px;
}

.header .main-block .nav-menu li .dropdown>div a:first-child {
    margin-bottom: 15px;
    font-weight: 900;
}

.header .main-block .nav-menu li .dropdown>div .label {
    color: rgb(0 0 0 / 30%);
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 12px;
    margin-top: 10px;
    text-transform: uppercase;
}

.header .main-block .nav-menu li .dropdown>div .label:first-of-type {
    margin-top: 0px;
}

.header .main-block .nav-menu li .dropdown>div.2-col {
    width: 340px
}

.header .main-block .nav-menu li .dropdown>div.2-col .block {
    display: flex
}

.menu-btn {
    height: 30px;
    width: 30px;
    align-self: center;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    display: none;
    flex-shrink: 0;
}

.menu-btn>div {
    height: 2px;
    background: black;
    width: 100%;
}

.menu-btn:after, .menu-btn:before {
    height: 2px;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    background: black;
    transform-origin: center;
    transition: all .2s ease-out
}

.menu-btn:after {
    top: 5px;
}

.menu-btn:before {
    bottom: 5px;
}

.menu-btn.active>div {
    height: 0px;
}

.menu-btn.active:after {
    transform: rotate(45deg);
    top: 12px
}

.menu-btn.active:before {
    transform: rotate(-45deg);
    bottom: 11px;
}

a.cart {
    display: flex;
}

a.cart svg {
    width: 25px;
    height: auto;
}

.mobile-menu {
    display: none;
}

.category-blocks {
    gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
    grid-auto-columns: 1fr;
    display: grid;
    padding: 50px 0px;
}

.category-blocks>div {
    position: relative;
    height: 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    background: black;
    padding: 40px 30px;
    transition: all .2s ease-out;
    transform: scale(1);
}

.category-blocks>div:hover {
    transform: scale(1.1);
}

.category-blocks>div .background {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 0;
}

.category-blocks>div:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
}

.category-blocks>div img {
    position: relative;
    z-index: 2;
    margin-bottom: 25px
}

.category-blocks>div h3 {
    position: relative;
    z-index: 2;
    margin-bottom: 25px;
    font-size: 36px;
    font-family: 'hanzel';
    font-weight: 700;
    color: white;
    text-transform: uppercase;
}

.category-blocks>div p {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    font-size: 16px;
    color: white;
}

.category-blocks>div a {
    position: relative;
    z-index: 2;
    height: 54px;
    font-size: 16px;
    color: white;
    background-color: #E4002B;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0px 40px;
}

.title-44-bold {
    font-size: 44px;
    font-family: 'hanzel';
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.title-40-bold {
    font-size: 40px;
    font-family: 'hanzel';
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.text-20-regular {
    font-size: 20px;
    margin: 0;
}

.text-20-regular {
    font-size: 20px;
    margin: 0;
    line-height: 1.4
}

.text-18-regular {
    font-size: 18px;
    margin: 0;
    line-height: 1.4
}

.spacer-100 {
    height: 100px;
    width: 100%
}

.spacer-50 {
    height: 50px;
    width: 100%
}

.spacer-40 {
    height: 40px;
    width: 100%
}

.spacer-30 {
    height: 30px;
    width: 100%
}

.color-red {
    color: #E4002B
}

.rehab-header {
    min-height: 600px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.rehab-header-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;

    left: 0;
}

.rehab-header-bg.mobile {
    display: none
}

.rehab-header .content {
    max-width: 470px;
    width: 100%;
    text-align: left;
}

.rehab-header .content ul {
    font-size: 20px;
    padding-left: 0px;
    list-style: none;
    color: #212529;
}

.rehab-header .content ul li {
    font-size: 18px;
    background-image: url('data:image/svg+xml,<svg width="15" height="11" viewBox="0 0 15 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 6.0625L4.95652 10L14 1" stroke="%23E4002B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: 0px 8px;
    margin: 0;
    margin-top: 10px;
}

.rehab-header .content ul li:first-child {
    margin-top: 15px;
}

.bgcolor-light {
    background: #F9F9F9;
}

.rehab-categories {
    gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
    grid-auto-columns: 1fr;
    display: grid;
    width: 100%;
    max-width: 780px;
    margin: 0 auto
}

.rehab-categories>a {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
    border: 1px solid #E4E4E4;
    box-shadow: 10px 10px 21px rgba(0, 0, 0, .03);
    transform: scale(1);
    transition: all .2s ease-out;
}

.rehab-categories>a:hover {
    transform: scale(1.1);
}

.rehab-categories>a img {
    margin-bottom: 25px;
    height: 140px;
    width: auto;
}

.rehab-categories>a h3 {
    font-size: 24px;
    color: #000;
}

.rehab-block-1 {
    min-height: 650px;
    display: flex
}

.rehab-block-1 .content {
    width: 650px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 60px;
    text-align: left;
}

.rehab-block-1 .img-wrapper {
    position: relative;
    flex-grow: 1;
}

.rehab-block-1 .img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(((100vw - 1200px) /2) + 550px);
    object-fit: cover;
    max-width: none;
}

.rehab-products {
    gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
    grid-auto-columns: 1fr;
    display: grid;
}

.rehab-products>a {
    display: flex;
    flex-direction: column;
    padding: 20px 20px 30px 20px;
    background: white;
    border: 1px solid #E4E4E4;
    box-shadow: 10px 10px 21px rgba(0, 0, 0, .03);
    transition: all .2s ease-out;
    align-items: center;
}

.rehab-products>a:hover .button {
    width: 100%
}

.rehab-products>a img {
    width: 100%;
    margin-bottom: 20px
}

.rehab-products>a h3 {
    font-size: 24px;
    margin-bottom: 30px;
    font-family: 'hanzel';
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    flex-grow: 1;
}

.rehab-products>a .button {
    font-size: 18px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0px 40px;
    background: #E4002B;
    color: white;
    width: 174px;
    max-width: 100%;
    transition: all .2s ease-out;
}

.rehab-block-2 {
    min-height: 650px;
    display: flex
}

.rehab-block-2 .content {
    width: 560px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 60px;
    align-items: flex-start;
    text-align: left;
}

.rehab-block-2 .content a {
    font-size: 18px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0px 40px;
    width: auto;
    background: #000;
    color: white;
}

.rehab-block-2 .img-wrapper {
    position: relative;
    flex-grow: 1;
}

.rehab-block-2 .img-wrapper img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: calc(((100vw - 1200px) /2) + 640px);
    object-fit: cover;
    max-width: none;
}

.maxwidth-620 {
    max-width: 620px;
    margin: 0 auto
}

.maxwidth-890 {
    max-width: 890px;
    margin: 0 auto
}

/* Residential page */

.rehab-header-bg.residential {
    object-position: 60%;
}

.rehab-header.residential {
    color: #fff;
}

.rehab-header.residential .content {
    max-width: 490px;
}

.rehab-header.residential .content ul {
    color: #fff;
}

.rehab-categories.residential {
    grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
    max-width: 1024px;
}

.rehab-block-1.residential {
    min-height: auto;
    display: flex;
}

.rehab-block-1.residential .content {
    width: 610px;
    padding-right: 0px;
    padding-left: 60px;
    flex-shrink: 0;
    padding-top: 0px;
    padding-bottom: 0px;
}

.rehab-block-1.residential .img-wrapper img {
    width: 100%;
    position: static;
    max-width: 406px;
    height: auto;
}

.rehab-products.residential {
    gap: 30px;
    grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
}

.rehab-products>a {
    color: #000
}

.rehab-products.residential>a h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

.rehab-products.residential>a .price {
    font-size: 28px;
    margin-bottom: 20px;
    font-family: 'hanzel';
    font-weight: 700;
    line-height: 1;
}

.rehab-block-2.residential .img-wrapper img {
    width: 114%;
    position: static;
    max-width: none;
    object-fit: contain;
    height: auto;
}

.rehab-block-2.residential .content {
    width: 560px;
    padding-left: 0px;
    padding-right: 60px;
    flex-shrink: 0;
}

.title-24-bold {
    font-size: 24px;
    font-family: 'hanzel';
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.rehab-block-2.residential {
    min-height: auto
}

.rehab-block-2.residential .qr_codes {
    display: flex;
    gap: 10px;
    align-items: stretch;
    justify-content: center;
    margin-top: 20px;
}

.rehab-block-2.residential .qr_codes>img {
    width: 100px;
    margin: 0;
}

.rehab-block-2.residential .qr_codes .block {
    background: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 0px 8px 0px 20px;
    margin: 0;
    border: 1px solid #E4E4E4;
}

.rehab-block-2.residential .qr_codes .block img:first-child {
    width: 40px;
    margin-right: 7px;
    margin-bottom: 0px;
}

.rehab-block-2.residential .qr_codes .block img:last-child {
    width: 100px;
}

.section.dealer-search-bar {
    padding: 0px;
    height: 70px;
    background: #000;
    color: #fff
}

.section.dealer-search-bar h3 {
    font-size: 24px;
    margin-bottom: 0px;
    margin-right: 40px;
}

.section.dealer-search-bar .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section.dealer-search-bar form {
    display: flex;
}

.section.dealer-search-bar form input {
    width: 500px;
    font-size: 18px;
    height: 44px;
    padding-left: 20px;
}

.section.dealer-search-bar form input::placeholder {
    color: rgb(0 0 0 / 50%)
}

.section.dealer-search-bar form button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E4002B;
    color: #fff;
    width: 140px;
    flex-shrink: 0;
    margin-left: 5px;
}

/* Commercial page */

.rehab-header.commercial {
    color: #fff;
}

.rehab-header.commercial .content {
    max-width: 470px;
}

.rehab-header.commercial .content ul {
    color: #fff;
}

.rehab-categories.commercial>a {
    background: white !important;
    padding: 30px 20px;
}

.rehab-categories.commercial>a h3 {
    font-size: 20px;
}

.rehab-categories.commercial {
    grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
    max-width: none;
    gap: 10px;
}

.section.dealer-search-bar a {
    width: 100%;
    color: #fff;
    font-size: 28px;
    font-family: 'hanzel';
    text-transform: uppercase;
    font-weight: 700;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-out
}

.section.dealer-search-bar a:hover {
    color: #E4002B;
}

.rehab-block-1.commercial .content {
    width: 605px;
}

.rehab-products.commercial {
    gap: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.rehab-products.commercial a {
    width: calc((100% - 60px) / 3)
}

.rehab-products.commercial>a {
    background: white !important
}

.rehab-block-2.commercial .content {
    width: 560px;
}

.maxwidth-940 {
    max-width: 940px;
    margin: 0 auto
}

.rehab-block-2.commercial ul {
    gap: 10px 50px;
    grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr);
    display: grid;
    padding-left: 0px;
    list-style: none;
    margin-top: 20px;
}

.rehab-block-2.commercial ul li {
    margin-bottom: 0px;
    background-image: url('data:image/svg+xml,<svg width="15" height="11" viewBox="0 0 15 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 6.0625L4.95652 10L14 1" stroke="%23E4002B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: 0px 7px;
    background-size: 13px;
}

.widgerouter .container{ max-width:1000px;}
.widgerouter .locator_bar {
    background: #000;
    color: #fff;
    padding: 20px 15px;
    font-family: 'Futura Std';
}

.widgerouter .locator_bar .content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.widgerouter .locator_bar .content span {
    font-size: 28px;
    margin-right: 40px;
    flex-shrink: 0;
}

.widgerouter .locator_bar .content form {
    flex-grow: 1;
    display: flex;
    align-items: stretch;
    width: 100%;
}

.widgerouter .locator_bar .content form input {
    flex-grow: 1;
    height: 40px;
    margin-right: 10px;
    padding: 5px 15px;
    font-size: 16px;
}

.widgerouter .locator_bar .content form button {
    background: #e4002b;
    min-width: 140px;
    color: #fff;
    font-weight: 900;
    border: none;
    height: 40px;
}

@media only screen and (max-width: 1200px) {
    body {
        padding-top: 70px;
    }
    .container {
        padding: 0px 30px;
    }
    .section .container {
        max-width: 1200px;
        padding: 0px 30px;
    }
    .header.scrolled {
        top: 0px
    }
    .header .top-block {
        display: none
    }
    .header .main-block {
        padding: 0px 30px;
    }
    .menu-btn {
        display: flex;
    }
    .header .main-block .nav-menu li {
        display: none
    }
    .header .main-block .nav-menu li:last-child {
        display: flex;
    }
    a.cart svg {
        width: 30px;
    }
    .header .main-block .nav-menu {
        margin-left: auto;
        margin-right: 20px
    }
    .mobile-menu {
        position: absolute;
        top: 101%;
        left: 0;
        width: 100%;
        background: white;
        padding: 10px 30px 40px 40px;
        height: calc(100svh - 70px);
        overflow: auto;
        display: none;
    }
    .mobile-menu ul {
        padding: 0px;
        list-style: none;
        margin: 0px;
    }
    .mobile-menu ul li {
        border-bottom: 1px solid #E4E4E4;
        padding: 13px 0px;
        font-size: 18px;
        margin-bottom: 0px;
    }
    .mobile-menu ul li.secondary {
        padding: 10px 0px;
    }
    .mobile-menu ul li span {
        width: 100%;
        display: block;
        position: relative;
        cursor: pointer;
    }
    .mobile-menu ul li span:after {
        width: 18px;
        height: 10px;
        content: "";
        position: absolute;
        right: 0px;
        top: 7px;
        background-image: url('data:image/svg+xml,<svg width="54" height="30" viewBox="0 0 54 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.5 3L27 26.5L50.5 3" stroke="black" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/></svg>');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        transition: all .2s ease-out;
    }
    .mobile-menu ul li.active span:after {
        transform: rotate(180deg)
    }
    .mobile-menu ul li .dropdown {
        display: none
    }
    .mobile-menu ul li .dropdown>div {
        display: flex;
        flex-direction: column;
        padding-left: 20px;
    }
    .mobile-menu ul li a {
        margin-top: 10px;
        color: black;
        text-decoration: none;
        font-size: 18px;
    }
    .mobile-menu ul li .dropdown a {
        font-size: 16px;
    }
    .mobile-menu ul li.secondary a {
        color: rgb(0 0 0 / 70%);
        font-size: 16px;
    }
    .mobile-menu ul li.secondary a svg {
        margin-right: 5px
    }
    .mobile-menu ul li.secondary a svg path {
        fill: rgb(0 0 0 / 70%);
    }
    .category-blocks {
        gap: 20px;
        padding: 30px 0px;
    }
    .category-blocks>div {
        padding: 30px 20px;
        height: 400px;
    }
    .category-blocks>div img {
        width: 60px
    }
    .category-blocks>div h3 {
        margin-bottom: 20px;
        font-size: 32px;
    }
    .category-blocks>div p {
        font-size: 15px;
    }
    .rehab-header {
        min-height: 500px;
    }
    .rehab-block-1 .content {
        width: 500px;
        padding-right: 30px;
    }
    .rehab-block-2 .content {
        width: 440px;
        padding-left: 30px;
    }
    .title-44-bold {
        font-size: 40px;
    }
    .title-40-bold {
        font-size: 36px;
    }
    .rehab-header .content {
        max-width: 420px;
    }
    .rehab-header .content ul {
        font-size: 18px;
    }
    .rehab-header .content ul li {
        font-size: 16px;
        margin-top: 7px;
        padding-left: 25px;
        background-position: 0px 7px;
        background-size: 13px;
    }
    .rehab-header .content ul li:first-child {
        margin-top: 10px;
    }
    .text-20-regular {
        font-size: 18px;
    }
    .text-18-regular {
        font-size: 16px;
    }
    .spacer-100 {
        height: 80px;
    }
    .rehab-header-bg {
        object-position: 60%;
    }
    /* Residential page */
    .rehab-header-bg.residential {
        object-position: 70%;
    }
    .section.dealer-search-bar form input {
        width: 350px;
    }
    .rehab-products.residential {
        gap: 20px;
    }
    .rehab-block-2.residential .content {
        width: 440px;
        padding-right: 30px;
    }
    .rehab-categories.residential {
        gap: 20px;
    }
    .rehab-block-2.residential .qr_codes .block {
        padding: 0px 8px 0px 10px;
    }
    .rehab-block-2.residential .qr_codes .block img:last-child {
        width: 80px;
    }
    .rehab-block-2.residential .qr_codes>img {
        width: 80px;
    }
    /* Commercial page */
    .rehab-header-bg.commercial {
        object-position: 55%;
    }
    .rehab-products.commercial {
        gap: 20px;
    }
    .rehab-products.commercial a {
        width: calc((100% - 40px) / 3)
    }
}

@media only screen and (max-width: 992px) {
    .rehab-header {
        padding-bottom: 70%;
        padding-top: 40px;
        justify-content: flex-start;
    }
    .category-blocks {
        gap: 10px;
    }
    .category-blocks>div h3 {
        margin-bottom: 20px;
        font-size: 26px;
    }
    .category-blocks>div p {
        font-size: 14px;
    }
    .category-blocks>div a {
        height: 50px;
        width: 100%
    }
    .category-blocks>div {
        height: 380px;
    }
    .rehab-header {
        padding-bottom: 70%;
        padding-top: 40px;
        justify-content: flex-start;
    }
    .rehab-header-bg {
        display: none
    }
    .rehab-header-bg.mobile {
        display: block
    }
    .rehab-header .content {
        max-width: 80%;
    }
    .rehab-categories {
        gap: 20px;
    }
    .rehab-categories>a h3 {
        font-size: 20px;
    }
    .rehab-block-1 {
        flex-direction: column
    }
    .rehab-block-1 .content {
        width: 100%;
        padding: 60px 0px;
    }
    .rehab-block-1 .img-wrapper img {
        position: static;
        width: calc(100% + 80px);
        margin-left: -40px;
    }
    .rehab-products {
        grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
    }
    .rehab-block-2 {
        flex-direction: column-reverse
    }
    .rehab-block-2 .content {
        width: 100%;
        padding: 60px 0px;
    }
    .rehab-block-2 .img-wrapper img {
        position: static;
        width: calc(100% + 80px);
        margin-left: -40px;
    }
    /* Residential page */
    .rehab-header.residential .content {
        max-width: 80%;
    }
    .rehab-categories.residential {
        gap: 10px
    }
    .section.dealer-search-bar .container {
        flex-direction: column;
    }
    .section.dealer-search-bar {
        height: auto;
        padding: 20px 0px;
    }
    .section.dealer-search-bar h3 {
        margin-bottom: 10px;
        margin-right: 0px;
    }
    .section.dealer-search-bar form {
        width: 100%;
    }
    .section.dealer-search-bar form input {
        width: 100%;
    }
    .rehab-block-1.residential {
        flex-direction: column-reverse
    }
    .rehab-block-1.residential .content {
        width: 100%;
        padding-left: 0px;
        padding-right: 10%;
        padding-bottom: 60px;
    }
    .rehab-block-2.residential {
        flex-direction: column
    }
    .rehab-block-2.residential .content {
        width: 100%;
        padding-right: 10%;
        padding-top: 0px;
    }
    .rehab-block-2.residential .img-wrapper img {
        width: 100%;
        margin: 0px;
        max-width: 80%;
    }
    .rehab-block-2.residential .qr_codes .block {
        padding: 0px 8px 0px 20px;
    }
    .rehab-block-2.residential .qr_codes .block img:last-child {
        width: 100px;
    }
    .rehab-block-2.residential .qr_codes>img {
        width: 100px;
    }
    /* Commercial page */
    .rehab-header.commercial .content {
        max-width: 80%;
    }
    .rehab-categories.commercial {
        grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
        gap: 20px;
    }
    .rehab-products.commercial {
        gap: 10px;
    }
    .rehab-products.commercial a {
        width: calc((100% - 20px) / 3)
    }
    .rehab-block-1.commercial .content {
        width: 100%;
        padding-right: 10%
    }
    .rehab-block-2.commercial .content {
        width: 100%;
        padding-right: 10%
    }
    .section.dealer-search-bar a {
        height: auto;
       
            width: 100%;
            color: #fff;
            font-size: 28px;
            font-family: 'hanzel';
            text-transform: uppercase;
            font-weight: 700;
            height: 70px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all .2s ease-out;
        }
		
		
	 .widgerouter .locator_bar .content {
        flex-direction: column;
    }
    .widgerouter .locator_bar .content span {
        margin-right: 0px;
        text-align: center;
        margin-bottom: 20px;
        font-size: 24px;
    }
       
    }


@media only screen and (max-width: 768px) {
    .footer>.container {
        padding: 0px !important;
    }
    .footer .container {
        padding: 30px 30px;
    }
    .footer__copy {
        display: block;
        margin: 0px;
        padding: 30px;
    }
    .rehab-header {
        padding-bottom: 90%
    }
    .rehab-header .content {
        max-width: 500px;
    }
    .rehab-products {
        grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr);
    }
    .spacer-50 {
        height: 40px;
    }
    .spacer-40 {
        height: 30px;
    }
    .spacer-30 {
        height: 20px;
    }
    .rehab-header.residential .content {
        max-width: 100%;
    }
    .rehab-header.residential {
        padding-bottom: 50%
    }
    .rehab-header.commercial {
        padding-bottom: 60%;
    }
    .rehab-header.commercial .content {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    body .header {
        height: auto !important;
        min-height: auto;
    }
    .category-blocks {
        gap: 20px;
        grid-template-columns: minmax(200px, 1fr);
    }
    .category-blocks>div h3 {
        margin-bottom: 20px;
        font-size: 32px;
    }
    .category-blocks>div p {
        font-size: 16px;
        max-width: 400px;
    }
    .category-blocks>div a {
        height: 50px;
        width: auto
    }
    .category-blocks>div {
        height: 380px;
    }
    .category-blocks>div .background {
        position: absolute;
        width: 100%;
        height: 100%;
        object-position: top
    }
    .rehab-categories {
        grid-template-columns: minmax(100px, 1fr);
    }
    .rehab-categories>a {
        max-width: 250px;
        width: 100%;
        margin: 0 auto;
    }
    /* Residential page */
    .rehab-categories.residential {
        grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr);
        gap: 20px;
    }
    .rehab-categories.residential>a {
        max-width: none;
        width: 100%;
    }
    .rehab-block-1.residential .content {
        padding-right: 0%;
    }
    .rehab-block-2.residential .content {
        padding-right: 0%;
    }
    .rehab-products.residential {
        gap: 20px;
        grid-template-columns: minmax(100px, 1fr);
        max-width: 400px;
        margin: 0 auto
    }
    .rehab-header.residential {
        padding-bottom: 60%
    }
    .rehab-header-bg.residential {
        object-position: center;
    }
    /* Commercial page */
    .rehab-block-1.commercial .content {
        padding-right: 0%;
    }
    .rehab-block-2.commercial .content {
        padding-right: 0%;
    }
    .rehab-categories.commercial {
        gap: 10px;
    }
    .rehab-products.commercial {
        gap: 10px;
    }
    .rehab-products.commercial a {
        width: calc((100% - 20px) / 2)
    }
}


@media (max-width:576px) {
    .widgerouter .locator_bar .content span {
        font-size: 20px;
    }
}


@media only screen and (max-width: 480px) {
    body {
        padding-top: 60px !important;
    }
    .container {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .section .container {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .footer__copy {
        padding: 20px;
    }
    .header .main-block {
        padding: 0px 20px;
    }
    .mobile-menu {
        padding: 10px 20px 40px 20px;
        height: calc(100svh - 60px);
    }
    .mobile-menu ul li {
        font-size: 16px;
    }
    .mobile-menu ul li.secondary a {
        font-size: 14px;
    }
    .mobile-menu ul li span:after {
        width: 16px;
        height: 9px;
    }
    .header .main-block .nav-menu {
        height: 60px;
    }
    .header .main-block .years-logo img {
        width: 200px;
    }
    a.cart svg {
        width: 24px;
    }
    .menu-btn {
        height: 25px;
        width: 25px;
    }
    .title-44-bold {
        font-size: 36px;
    }
    .title-40-bold {
        font-size: 32px;
    }
    .rehab-products {
        grid-template-columns: minmax(100px, 1fr);
    }
    .rehab-block-2 .content a {
        height: 54px;
    }
    /* Residential page */
    .rehab-header.residential {
        padding-bottom: 80%
    }
    .rehab-header.residential {
        padding-bottom: 80%
    }
    .rehab-categories.residential {
        gap: 10px;
    }
    .rehab-categories.residential>a {
        padding: 20px 15px;
    }
    .rehab-header .content ul {
        font-size: 16px;
    }
    .rehab-header .content ul li {
        font-size: 14px;
        margin-top: 5px;
        padding-left: 20px;
        background-position: 0px 5px;
        background-size: 11px;
    }
    .rehab-categories>a img {
        width: 100%;
        height: 100px;
        object-fit: contain
    }
    .section.dealer-search-bar h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .section.dealer-search-bar form {
        flex-direction: column
    }
    .section.dealer-search-bar form button {
        width: 100%;
        margin-left: 0px;
        margin-top: 10px;
        height: 44px;
    }
    .rehab-block-2.residential .img-wrapper img {
        max-width: 100%;
    }
    .rehab-header.residential .content h1 {
        font-size: 7.5vw;
    }
    .rehab-header {
        padding-bottom: 100%;
    }
    .rehab-block-2.residential .qr_codes .block {
        padding: 0px 8px 0px 10px;
    }
    .rehab-block-2.residential .qr_codes .block img:last-child {
        width: 19vw;
    }
    .rehab-block-2.residential .qr_codes>img {
        width: 18vw;
    }
    .rehab-block-2.residential .qr_codes .block img:first-child {
        width: 7vw;
    }
    .rehab-block-2.residential .qr_codes {
        gap: 1vw;
    }
    /* Commercial page */
    .rehab-header.commercial {
        padding-bottom: 100%;
    }
    .rehab-header.commercial .content h1 {
        font-size: 8vw;
    }
    .rehab-categories.commercial {
        grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr);
        gap: 10px;
    }
    .rehab-categories.commercial>a {
        background: white !important;
        padding: 20px 10px;
    }
    .rehab-products.commercial {
        gap: 20px;
    }
    .rehab-products.commercial a {
        width: 100%
    }
    .rehab-block-2.commercial ul {
        gap: 10px 20px;
    }
	
	    .widgerouter .locator_bar .content form {
        flex-direction: column;
    }
    .widgerouter .locator_bar .content form input {
        margin-right: 0px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 420px) {
    .rehab-header .content ul {
        font-size: 16px;
    }
    .rehab-header .content ul li {
        font-size: 14px;
        padding-left: 20px;
        background-position: 0px 5px;
        background-size: 12px;
    }
    .title-44-bold {
        font-size: 32px;
    }
    .title-40-bold {
        font-size: 28px;
    }
    /* Residential page */
    .rehab-header.residential {
        padding-bottom: 90%;
    }
    /* Residential page */
    .rehab-header.commercial {
        padding-bottom: 110%;
    }
}