/********************************************
    General Style
********************************************/
body {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #727E8E;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Sans', sans-serif;
    line-height: 1.4;
    color: #1A1A1A;
}

h1 {
    font-size: 26px;
    font-weight: 600;
}

h2 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

h2 span {
    color: #00BBFE;
}

h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

h3.heading-with-bg {
    font-family: 'Lato', sans-serif;
    background: #003DA5;
    color: #fff;
    margin-bottom: 0;
    padding: 15px;
    text-align: left;
    text-transform: uppercase;
}

p.highlighted-paragraph {
    color: #003DA5;
    font-size: 18px;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: #003DA5 !important;
    transition: all .3s;
    font-weight: 400;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, li a, p a {
    color: #1A1A1A !important;
}

ul, ol {
    list-style-position: inside;
    padding-left: 0;
}

li {
    margin-bottom: 10px;
}

li a, p a {
    font-weight: 400;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
a:hover {
    color: #00BBFE !important;
    transition: all .3s;
}

button,
button:focus {
    border: 0 !important;
    outline: none;
    box-shadow: none !important;;
}

.dropdown-menu[data-bs-popper] {
    left: unset;
}
.catalog-dropdown-menu[data-bs-popper]{
    left: 0 !important;
}

.btn.btn-primary {
    color: #fff !important;
    background-color: #00BBFE !important;
    border-color: #00BBFE !important;
    border-radius: 0 !important;
    padding: 10px 30px;
}

.btn.btn-primary:hover {
    background-color: #003DA5 !important;
    border-color: #003DA5 !important;
}

.learn-more-link {
    display: flex;
    align-items: center;
    font-weight: 400;
}

.learn-more-link img {
    width: 16px;
    margin-left: 10px;
    transition: all .3s;
}

.learn-more-link:hover img {
    margin-left: 20px;
    transition: all .3s;
}

.links-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

img {
    width: 100%;
}
.article-content img {
    height: auto;
}

section {
    padding: 30px 0;
}

.container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.narrow {
    max-width: 500px;
    margin: 0 auto;
}

.thin {
    max-width: 720px;
    margin: 0 auto;
}

.copy {
    padding: 30px;
}

.bg-grey {
    background-color: #F3F5F9;
}

.bg-blue {
    background-color: #00BBFE;
}

.bg-dark-blue {
    background-color: #003DA5;
}

.video {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.video video {
    width: 100%;
}
.specs-table tr:nth-child(odd) {
    background-color: #F3F5F9;
}
table {
    overflow-x: auto;
    display: block;
}

tbody {
    width: 100%;
    display: block;
}

table * {
    font-size: 14px;
}

table tr {
    width: 100%;
}

table tr.bg-dark-blue th,
table tr.bg-dark-blue td {
    color: #fff;
    border-left: 2px solid #fff;
}

.sub-row {
    border-bottom: 2px solid #fff;
}

table th,
table td {
    padding: 10px;
}

table th {
    color: #003DA5;
}

table td {
    font-weight: 300;
}

table tr.sub-row th,
table tr.sub-row td,
table tr:nth-child(odd) td {
    border-left: 2px solid #fff !important;
}



.comparasion-table table td {
    width: 35%;
}

table a {
    display: block;
}

table a img {
    width: 30px;
    height: auto;
}

table .product-img {
    padding: 15px;
    text-align: center;
    border-left: 2px solid #fff;
}

table .product-img img {
    width: calc(100% - 30px);
    height: auto;
}

.accordion-item {
    border-radius: 0 !important;
    border: 0;
    border-bottom: 3px solid #fff;
    background-color: #F3F5F9;
}

.accordion-item:first-of-type {
    border-radius: 0 !important;
    border: 0;
    border-bottom: 3px solid #fff;
    background-color: #F3F5F9;
}

.accordion-item .accordion-button {
    border-radius: 0 !important;
    background-color: #F3F5F9;
    position: relative;
}

.accordion-button:not(.collapsed) {
    background-color: #003DA5;
    border-top: 3px solid #00BBFE !important;
    color: #fff;
}

.accordion-button::before {
    display: block;
    content: '';
    position: absolute;
    right: 13px;
    top: 0;
    background-image: url(../images/icons/right-arrow.png);
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 100%;
}

.accordion-button:not(.collapsed)::before {
    background-image: url(../images/icons/down-arrow-white.png);
}

.column-wrapper .copy h2 {
    text-align: left;
}

/********************************************
    Header Style
********************************************/
.animated-icon {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #003DA5;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon span:nth-child(2) {
    width: 20px;
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 8px;
}

.animated-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.animated-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
}

.navbar-collapse {
    /* flex: none; */
    width: 100%;
    border-top: 3px solid #003DA5;
}

.navbar-brand {
    padding: 15px 0;
}

.navbar-brand img {
    width: 125px;
    height: auto;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 15px 0px;
    border-bottom: 1px solid #fff;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.navbar-expand-lg .navbar-nav .nav-link.show {
    border-color:#00BBFE;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-toggle::before {
    display: block;
    content: '';
    position: absolute;
    right: 0px;
    top: 21px;
    background-image: url(../imgs/icons/right-arrow.png);
    background-size: 12px auto;
    background-repeat: no-repeat;
    width: 20px;
    height: 100%;
}

.dropdown-toggle.show::before {
    background-image: url(../imgs/icons/down-arrow.png);
}

.navbar-nav .catalog-dropdown-menu, .dropdown-menu {
    position: static;
    border: 0;
    background: transparent;
    justify-content: space-between;
    flex-wrap: wrap;
}

.navbar-nav .catalog-dropdown-menu.show {
    display: flex;
}

.navbar-nav .catalog-dropdown-menu li {
    width: calc(50% - 10px);
}

.navbar-nav .catalog-dropdown-menu .btn {
    margin-top: 15px;
}

.navbar-nav .dropdown-item {
    padding: 10px 0;
    display: flex;
    align-items: center;
    color: #1A1A1A !important;
}

.navbar-nav .dropdown-item:hover {
    color: #00BBFE !important;
}

.navbar-nav .dropdown-item .menu-item-icon {
    display: inline-flex;
    justify-content: center;
    width: 50px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 10px #d9d9d9;
    margin-right: 10px;
}

.navbar-nav .dropdown-item .menu-item-icon img {
    height: 25px;
    width: auto;
}

.navbar-nav .dropdown-item .menu-item-desc {
    display: none;
}

.mob-search input {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    background: transparent;
    padding: 15px 0;
}

.search-btn {
    background-image: url(../imgs/icons/search.png);
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: right center;
    width: 50px;
    height: 100%;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 99;
}

.icon {
    display: flex;
    padding: 15px 0;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
}

.icon img {
    width: 16px;
    height: auto;
}

.icon span {
    margin-right: 10px;
}

.icon-bg {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/********************************************
    Footer Section Style
********************************************/
footer {
    padding: 2rem 0 1rem;
}

.footer-logo img {
    width: 100px;
    height: auto;
    margin-bottom: 30px;
}

footer .accordion-item,
footer .accordion-item:first-of-type {
    background-color: transparent;
    border: 0;
}

footer .accordion-header {
    border-bottom: 1px solid rgba(255,255,255,.5);
    margin-bottom: 15px;
}

footer .accordion-button {
    padding: 10px 0;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #00BBFE;
    text-transform: uppercase;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

footer .accordion-item .accordion-button {
    background-color: transparent;
}

footer .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #00BBFE;
    border-top: 0 !important;
}

footer .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

footer .accordion-button::after {
    display: none;
}

footer .accordion-button::before {
    display: block;
    content: '';
    position: absolute;
    right: 0px;
    top: 0;
    background-image: url(../imgs/icons/right-arrow-white.png);
    background-size: 12px auto;
    background-repeat: no-repeat;
    width: 20px;
    height: 100%;
}

footer .accordion-button:not(.collapsed)::before {
    background-image: url(../imgs/icons/down-arrow-white.png);
}

footer .accordion-body {
    padding: 0px;
}

footer ul {
    padding-left: 0;
    list-style-type: none;
}

footer li {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}

footer li img {
    width: 16px;
    margin-right: 10px;
}

footer li a,
.footer-bottom p {
    color: #fff !important;
    font-size: 12px;
}

footer ul.icons-inline {
    display: flex;
}

/********************************************
    Hero Section Style
********************************************/
.hero-section img {
    height: 200px;
    object-fit: cover;
}

.hero-copy {
    background: #fff;
    text-align: center;
    padding: 30px;
}

.hero-section .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.hero-section .slick-dots {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding-right: 15px;
    height: 200px;
    margin-top: 0 !important;
    width: unset;
    right: 10px;
}

.hero-section .slick-dots li button {
    background-color: rgba(255,255,255,0);
}

.hero-section .slick-dots li.slick-active button {
    background-color: rgba(255,255,255,.6);
}

.hero-section .slick-dots li button:before {
    background-color: #fff;
}

.inner-page-hero.hero-wrapper {
    position: relative;
}

.inner-page-hero.hero-wrapper::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 61, 165, .5);
}

.inner-page-hero .hero-copy {
    position: absolute;
    top: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    display: flex;
    align-items: center;
    z-index: 99;
}

.inner-page-hero .hero-copy h1 {
    color: #fff;
}

.inner-page-hero .hero-copy img {
    width: 16px;
    height: auto;
}

/********************************************
    Product Section Style
********************************************/
.breadcrumb-item::before {
    float: none !important;
}
.product-box {
    background: #fff;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all .3s;
    position: relative;
    border-top: 3px solid transparent;
}

.product-box:hover {
    border-top: 3px solid #00BBFE;
    box-shadow: 0 0 10px #d9d9d9;
    transition: all .3s;
    cursor: pointer;
}

.product-box:hover .comparison-checkbox {
    visibility: visible;
}

.product-box:hover h2,
.product-box:hover h3 {
    color: #003DA5;
}

.product-box > img {
    width: auto;
    height: 70px;
    margin-bottom: 30px;
}

.all-product-box .copy,
.about-section .copy {
    background: #fff;
    text-align: center;
}

.product-box .image-wrapper {
    width: 100%;
    padding: 30px;
    text-align: center;
}

.product-box .image-wrapper img {
    height: 120px;
    width: auto;
}

.products-wrapper .product-box .copy {
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.products-wrapper .product-box .meta {
    margin: 15px 0;
}

.products-wrapper .product-box .meta span {
    padding: 0 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.product-box .form-check {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 99;
}

.products-wrapper.products-list .product-box {
    flex-direction: row;
    align-items: stretch;
}

.products-wrapper.products-list .product-box .image-wrapper {
    width: 140px;
    display: flex;
    padding: 15px;
    align-items: center;
    justify-content: center;
}

.products-wrapper.products-list .product-box .image-wrapper img {
    width: 110px;
    height: auto;
}

.products-wrapper.products-list .product-box .copy {
    padding: 30px 20px;
    align-items: flex-start;
}

.products-wrapper.products-list .product-box .meta span:first-child {
    padding-left: 0;
}

.product-view {
    display: flex;
    margin-bottom: 30px;
}

.product-view a {
    display: block;
}

.product-view img {
    width: 25px;
    height: auto;
    margin-right: 15px;
}

/********************************************
    Single Product Style
********************************************/
.product-image {
    padding: 30px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.product-image .zoom-icon {
    background-color: #003DA5;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 15px;
    top: 15px;
}

.product-image .zoom-icon img {
    width: 16px;
    height: auto;
}

.product-description h1,
.product-description h2 {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 15px;
}

ul.check-list,
ul.files-list {
    list-style-type: none;
    padding-left: 0;
}

ul.check-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

ul.files-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}

ul.check-list li:last-child,
ul.files-list li:last-child {
    margin-bottom: 0;
}

ul.check-list li img {
    width: 16px;
    height: auto;
    margin-right: 10px;
    margin-top: 5px;
}

ul.files-list li img {
    width: 30px;
    height: auto;
    margin-right: 10px;
}

.product-table h2,
.related-products-section h2 {
    text-align: left;
}

/********************************************
    News Section Style
********************************************/
.news-item .copy {
    background: #fff;
}

.news-item .date {
    padding-left: 10px;
}

.news-item .category {
    color: #003DA5;
    font-size: 12px;
    font-weight: 400;
    padding-right: 10px;
}

.news-item .date {
    font-size: 12px;
    font-weight: 400;
}

.news-item h3 {
    margin-top: 15px;
}

.slick-dots {
    position: relative;
    margin-top: 20px !important;
    bottom: initial !important;
}

.slick-dots li button {
    width: 20px;
    height: 20px;
    background-color: rgba(0,0,0,0);
    border-radius: 50%;
}

.slick-dots li button:before {
    border-radius: 50%;
    background-color: #000;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    top: 5px;
    left: 5px;
}

.slick-dots li.slick-active button {
    background-color: rgba(0,0,0,.6);
}

.slick-slide {
    margin: 0 15px;
}

.slick-list {
    margin: 0 -15px;
}

/********************************************
    Icons Section Style
********************************************/
.icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 30px 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.icon-item:last-child {
    margin-bottom: 0px;
    border-bottom: 0;
}

.icon-item > img {
    width: 45px;
    height: auto;
    margin-bottom: 15px;
}

/********************************************
    Contact Section Style
********************************************/
.contact-section {
    background-image: url(../imgs/contact-bg-mob.png);
    background-position: bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.form-control {
    padding: 15px;
    line-height: 1.6;
    color: #003DA5;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    margin-bottom: 15px;
}

::placeholder {
    color: #003DA5 !important;
    font-size: 14px !important;
    font-family: 'Noto Sans', sans-serif;
}

/********************************************
    Filters Section Style
********************************************/
.filters-section .accordion-item {
    background-color: #F3F5F9;
    border: 0;
    border-bottom: 3px solid #fff;
}

.filters-section .accordion-button:not(.collapsed),
.filters-section .accordion-button {
    text-transform: uppercase;
    color: #003DA5;
    background-color: transparent;
    padding: 15px;
    border-top: 0 !important;
}

.accordion-button::after {
    display: none;
}

.filters-section .accordion-button::before {
    display: block;
    content: '';
    position: absolute;
    right: 13px;
    top: 0;
    background-image: url(../imgs/icons/right-arrow.png);
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 100%;
}

.filters-section .accordion-button:not(.collapsed)::before {
    background-image: url(../imgs/icons/down-arrow.png);
}

.filters-section ul {
    padding-left: 0;
    list-style-position: inside;
}

.filters-section ul li a {
    color: #727E8E !important;
}

.filters-section ul li:last-child {
    padding-bottom: 0;
}

.filters-section ul li a:hover {
    color: #00BBFE !important;
}

.form-check {
    display: flex;
    align-items: center;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 5px;
}

.form-check-input[type=checkbox] {
    border-radius: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #003DA5;
    margin-right: 10px;
}

.form-check-input:checked {
    background-color: #00BBFE;
    border-color: #00BBFE;
}

.form-check label {
    color: #727E8E;
    font-weight: 400;
}

.reset {
    text-decoration: underline;
    margin-top: 15px;
    display: inline-block;
}
/********************************************
    Contact Page Style
********************************************/
.address-box h3,
.three-column-border h3,
.two-column-border h3 {
    color: #003DA5;
}

.icon-box {
    background-color: #F3F5F9;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.icon-box a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    color: #1A1A1A !important;
}

.icon-box a:hover {
    color: #003DA5 !important;
}

.icon-box img {
    width: 30px;
    height: auto;
    display: block;
    margin-bottom: 30px;
}

.three-column-border,
.two-column-border {
    padding: 30px;
    text-align: center;
}

.three-column-border div.col-12,
.two-column-border div.col-12 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #fff;
}

.three-column-border div.col-12:last-child,
.two-column-border div.col-12:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.three-column-border div.col-12 p:last-child,
.two-column-border div.col-12 p:last-child {
    margin-bottom: 0;
}

.two-column-border img.logo {
    width: auto;
    height: 40px;
    margin-bottom: 15px;
}

/********************************************
    Media Queries Style
********************************************/
@media(min-width:768px) {
    section {
        padding: 40px 0;
    }
    .hero-section img,
    .hero-section .slick-dots {
        height: 350px;
    }
    .hero-section .inner-page-hero > img {
        height: 200px;
    }
    .products-grid,
    .icons-wrapper,
    .products-wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    .products-grid {
        gap: 30px;
    }
    .product-box {
        width: calc(50% - 15px);
        margin-bottom: 0;
    }
    .products-wrapper.products-list .product-box {
        width: 100%;
    }
    .products-wrapper.products-list .product-box .image-wrapper {
        width: 30%;
        padding: 30px;
    }
    .products-wrapper.products-list .product-box .copy {
        width: 70%;
        padding: 30px;
    }
    .products-wrapper.products-list .product-box .image-wrapper img {
        width: 150px;
    }
    .video {
        max-width: 720px;
        margin: 0 auto;
    }
    .icon-item {
        margin-bottom: 0px;
        border-bottom: 0;
        width: calc(33.33% - 15px);
        padding-bottom: 0;
    }
    .columns-2 {
        column-count: 2;
        column-gap: 30px;
    }
    .contact-icons-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        margin-top: 30px;
    }
    .icon-box {
        width: calc(50% - 15px);
        margin-top: 0;
    }
}

@media(min-width:992px) {
    h1 {
        font-size: 42px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 24px;
    }
    table * {
        font-size: 16px;
    }
    table th, table td {
        padding: 15px
    }
    table a img {
        width: 45px;
    }
    section {
        padding: 60px 0;
    }
    .copy {
        padding: 20px;
    }
    .mob-search {
        display: none;
    }
    .navbar-collapse {
        border-top: 0;
    }
    .navbar-expand-lg .navbar-nav {
        display: flex;
        justify-content: center;
        width: calc(100% - 185px);
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 15px 25px;
        border-bottom: 0;
        position: relative;
    }
    .dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
        position: initial;
    }
    .dropdown-toggle::before {
        right: -5px;
        top: 20px;
        background-image: url(../imgs/icons/down-arrow.png);
    }
    .navbar-nav .catalog-dropdown-menu.show {
        max-width: 960px;
        width: 100%;
        margin: 0 calc((100% - 960px)/2);
        padding: 0 30px;
        background-color: #F3F5F9;
        border-radius: 0;
        border-top: 3px solid #003DA5;
    }
    .dropdown-menu {
        background: #F3F5F9;
        border-top: 3px solid #003DA5;
        border-radius: 0;
        padding: 0 30px;
    }
    .dropdown-menu li {
        margin: 0;
    }
    .navbar-nav .catalog-dropdown-menu li {
        width: calc(25% - 15px);
    }
    .navbar-nav .catalog-dropdown-menu .btn {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .navbar-nav .catalog-dropdown-menu .dropdown-item {
        padding: 30px 0;
    }
    .navbar-nav .dropdown-item .menu-item-icon {
        width: 80px;
        padding: 20px;
    }
    .navbar-nav .dropdown-item span .menu-item-icon img {
        height: 35px;
    }
    .menu-item-copy {
        display: flex;
        flex-direction: column;
    }
    .navbar-nav .dropdown-item .menu-item-desc {
        white-space: normal;
        display: block;
        font-size: 12px;
        color: #727E8E;
    }
    .hero-section img,
    .hero-section .slick-dots {
        height: 450px;
    }
    .hero-section .inner-page-hero > img {
        height: 300px;
    }
    .slick-slide {
        position: relative;
    }
    .hero-copy {
        padding: 0 30px;
        position: absolute;
        z-index: 99;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        text-align: left;
        width: 100%;
        background: transparent;
    }
    .hero-section .inner-page-hero .hero-copy {
        text-align: center;
    }
    .hero-copy .container * {
        color: #fff;
        width: 70%;
    }
    .hero-section .inner-page-hero .container * {
        width: 100%;
    }
    .hero-copy .container .btn {
        width: auto;
    }
    .hero-section .inner-page-hero .container img {
        width: 30px;
    }
    .product-view {
        justify-content: flex-end;
    }
    .product-view img {
        width: 30px;
        margin-left: 15px;
        margin-right: 0px;
    }
    .products-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        gap: 30px;
        grid-template-areas:
          "div1 div2 div3 div4"
          "div5 div6 div9 div9"
          "div7 div8 div9 div9";
    }
    .products-wrapper {
        gap: 30px;
    }
    .product-box {
        margin-bottom: 0;
        width: 100%;
        padding: 20px;
    }
    .comparison-checkbox {
        border: 1px solid #000;
        float: right;
        margin-top: -30px;
        visibility: hidden;
    }
    .products-wrapper-row .col-md-4 {
        margin-bottom: 30px;
    }
    .products-wrapper.products-list .product-box {
        margin-bottom: 0;
    }
    .products-wrapper.products-list .product-box .image-wrapper {
        min-height: 300px;
    }
    .products-wrapper.products-list .product-box .image-wrapper img {
        width: auto;
        height: 120px;
    }
    .products-grid .product-box:nth-child(1) {
        grid-area: div1;
    }
    .products-grid .product-box:nth-child(2) {
        grid-area: div2;
    }
    .products-grid .product-box:nth-child(3) {
        grid-area: div3;
    }
    .products-grid .product-box:nth-child(4) {
        grid-area: div4;
    }
    .products-grid .product-box:nth-child(5) {
        grid-area: div5;
    }
    .products-grid .product-box:nth-child(6) {
        grid-area: div6;
    }
    .products-grid .product-box:nth-child(7) {
        grid-area: div7;
    }
    .products-grid .product-box:nth-child(8) {
        grid-area: div8;
    }
    .products-grid .all-product-box {
        grid-area: div9;
    }
    .products-wrapper .product-box {
        width: calc(33.33% - 20px);
        margin-bottom: 30px;
    }
    .product-top-wrapper {
        display: flex;
        gap: 30px;
    }
    .product-top-wrapper .product-image,
    .product-top-wrapper .product-description {
        width: calc(50% - 15px);
    }
    .all-product-box .copy,
    .about-section .copy,
    .about-section .copy h2 {
        text-align: left;
    }
    section#about,
    .column-wrapper {
        padding: 0;
        display: flex;
        align-items: center;
    }
    .column-wrapper:nth-child(even) {
        flex-direction: row-reverse;
    }
    .video,
    .column-wrapper .image {
        padding: 0;
        max-width: 50%;
        margin: 0;
    }
    .video video {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
    #about .copy,
    .column-wrapper .copy {
        width: 50%;
        padding: 40px;
        padding-right: calc(50% - 460px);
    }
    .column-wrapper:nth-child(even) .copy {
        width: 50%;
        padding-right: 40px;
        padding-left: calc(50% - 460px);
    }
    #about .links-wrapper {
        justify-content: flex-start;
    }
    #news .slick-list {
        padding: 40px 0 30px;
    }
    #news .slick-dots {
        display: none;
    }
    #news .slick-initialized .slick-slide {
        transition: all .3s;
    }
    #news .slick-initialized .slick-slide:hover {
        transform: scale(1.05);
        transition: all .3s;
        cursor: pointer;
    }
    #news .slick-initialized .slick-slide:hover > img {
        border-bottom: 3px solid #00BBFE;
    }
    #news .slick-initialized .slick-slide:hover h3 {
        color: #003DA5;
    }
    #contact-form {
        max-width: 720px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0 20px;
    }
    #contact-form input {
        margin-bottom: 20px;
        width: calc(50% - 10px);
    }
    .contact-section {
        background-image: url(../imgs/contact-bg-desk.png);
        background-position: center;
        background-size: 100%;
    }
    .accordion-item .accordion-button,
    .accordion-item .accordion-body {
        padding: 30px;
    }
    .accordion-button::before {
        right: 30px;
    }
    footer .accordion,
    .filters-section .accordion {
        display: flex;
        justify-content: space-between;
        gap: 0 30px;
    }
    .filters-section .accordion {
        background-color: #F3F5F9;
        padding: 15px;
    }
    footer .accordion-item,
    .filters-section .accordion-item {
        width: calc(25% - 15px);
        border-bottom: 0;
    }
    footer .accordion-header {
        border-bottom: 0;
    }
    footer .accordion-item .accordion-button,
    footer .accordion-item .accordion-body {
        padding: 0;
    }
    footer .accordion-button::before,
    .filters-section .accordion-button::before {
        display: none;

    }
    footer .collapse:not(.show),
    .filters-section .collapse:not(.show) {
        display: block;
    }
    .footer-bottom p {
        text-align: center;
        margin-bottom: 0;
        padding-top: 15px;
        margin-top: 15px;
        border-top: 1px solid rgba(255,255,255,.5);
    }
    footer li a, .footer-bottom p {
        font-size: 14px;
    }
    footer li img,
    .icon img,
    .product-image .zoom-icon img,
    ul.check-list li img  {
        width: 18px;
    }
    .product-image .zoom-icon {
        width: 40px;
        height: 40px;
    }
    ul.files-list li img {
        width: 45px;
    }
    .footer-logo img {
        width: 120px;
        margin-bottom: 15px;
    }
    .icon-item > img {
        width: 70px;
    }
    h3.heading-with-bg {
        display: none;
    }
    .product-box .image-wrapper {
        padding: 60px 30px;
    }
    .icon-box {
        width: calc(25% - 23px);
        margin-top: 0;
    }
    .three-column-border,
    .two-column-border {
        display: flex;
        padding: 30px 0;
    }
    .three-column-border div.col-12,
    .two-column-border div.col-12 {
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: 0;
        border-right: 2px solid #fff;
        padding: 0 30px;
    }
    .three-column-border div.col-12:last-child,
    .two-column-border div.col-12:last-child {
        border-right: 0;
    }
    .two-column-border img.logo {
        width: auto;
        height: 60px;
    }
}
@media(min-width:1200px) {
    .navbar-brand img {
        width: 180px;
    }
    .navbar-nav .catalog-dropdown-menu.show {
        max-width: 1140px;
        margin: 0 calc((100% - 1140px)/2);
    }
    .hero-section img,
    .hero-section .slick-dots {
        height: 550px;
    }
    .hero-section .inner-page-hero > img {
        height: 400px;
    }
    .hero-copy .container p {
        font-size: 20px;
        padding: 15px 0;
    }
    .video video {
        height: auto;
    }
    .column-wrapper .image {
        height: 500px;
        width: 100%;
    }
    .column-wrapper .image img {
        height: 100%;
        object-fit: cover;
    }
    #about .copy,
    .column-wrapper .copy {
        padding-right: calc(50% - 570px);
    }
    .column-wrapper:nth-child(even) .copy {
        padding-left: calc(50% - 570px);
    }
    .icon-box {
        height: 200px;
    }
}
@media(min-width:1400px) {
    .video video {
        height: auto;
    }
    #about .copy,
    .column-wrapper .copy {
        padding-right: calc(50% - 660px);
    }
    .column-wrapper:nth-child(even) .copy {
        padding-left: calc(50% - 660px);
    }
}
