*,
html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Lexend Exa', sans-serif;
    letter-spacing: 0rem;
    font-size: 14px;
}

a {
    text-decoration: none;
    color: #414141;
}

.prev-btn {
    display: inline-block;
    outline: none;
    box-shadow: none;
    border: 0;
    background: transparent;
    margin-right: 3px;
}

.next-btn {
    display: inline-block;
    outline: none;
    box-shadow: none;
    border: 0;
    background: transparent;
    margin-left: 3px;
}

.btn-theme {
    display: inline-block;
    padding: 15px 30px;
    transition: .3s;
    position: relative;
}

.btn-theme:hover {
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    padding-right: 45px;
}

.btn-theme .icon {
    position: absolute;
    top: 50%;
    right: 10px;
    opacity: 0;
    transform: translate(10px, -50%);
    transition: .3s;
}

.btn-theme:hover .icon {
    opacity: 1;
    transform: translate(0, -50%);
}

.btn-theme.btn-theme-grey {
    background: #414141;
    color: #FFF;
}

.btn-theme.btn-theme-light-blue {
    background: #009CDC;
    color: #FFF;
    border: none;
}

.btn-theme.btn-theme-blue {
    background: #002B85;
    color: #FFF;
}

.header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}

.header>.container-fluid {
    padding-right: 50px !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

@media only screen and (min-width: 768px) {
    .header>.container-fluid {
        padding-right: 90px !important;
    }
}

nav.navbar .container-fluid {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

#main-navbar,
.navbar-mobile {
    background: #414141;
    padding-top: 15px;
    padding-bottom: 15px
}

.languages {
    border-radius: 15px;
    border: 1px solid #5D5D5D;
    padding: 5px 15px;
    display: inline-block;
}

.languages li {
    border-radius: 15px;
    padding: 3px 13px;
    text-transform: uppercase;
    font-size: 13px;
}

.languages a {
    color: #fff;
}

.languages li.active {
    background: #5D5D5D;
}

.search-btn {
    background: #FFF;
    border: 0;
    border-radius: 50px;
    margin-left: 30px;
    padding: 4px 5px;
    transition: .3s;
}

.search-bar {
    background-color: #002B85;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    padding: 10px 5px 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    transition: .3s;
    opacity: 0;
    z-index: -10;
}

.search-bar .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: 0;
    outline: none;
    box-shadow: unset;
}

.search-bar:before {
    position: absolute;
    display: block;
    content: '';
    width: 200px;
    height: 200px;
    background-image: url('../images/icon/search-icon.svg');
    background-size: cover;
    z-index: -1;
}

@media only screen and (min-width: 768px) {
    .search-bar {
        padding: 30px 15px 30px 75px;
    }
}

.search-bar span {
    font-weight: 700;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
}

.search-bar form {
    position: relative;
    display: inline-flex;
    flex-direction: column;
}

@media only screen and (min-width: 768px) {
    .search-bar form {
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        flex-basis: 50%;
    }

    .search-bar form:before {
        display: block;
        content: '';
        position: absolute;
        left: -10px;
        top: 0;
        height: 100%;
        width: 1px;
        background: #fff;
        opacity: .2;
    }
}

.search-bar input {
    background: transparent;
    border: 0;
    box-shadow: none;
    letter-spacing: 0;
    color: #fff;
    flex-basis: 50%;
    font-size: 13px;
}

@media only screen and (min-width: 768px) {
    .search-bar input {
        flex-basis: 75%;
        font-size: 16px;
    }
}

.search-bar input::placeholder {
    color: #3465CB
}

.search-bar input:focus-visible {
    box-shadow: none;
    border: 0;
    outline: none;
}

.search-bar button {
    background: #009CDC;
    border: 0;
    box-shadow: none;
    transition: .3s ease;
    padding: 5px;
    margin-top: 10px;
}

.search-bar button:hover {
    background: #fff;
    padding: 5px 10px;
}

@media only screen and (min-width: 768px) {
    .search-bar button {
        padding: 15px;
        margin-top: 0;
    }

    .search-bar button:hover {
        padding: 15px 25px;
    }
}

.search-btn:hover {
    background: #009CDC;
}

.navbar-mobile {
    display: inline-flex;
    flex-basis: 40%;
    padding: 10px;
}

.navbar-toggler {
    color: #414141;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 15px;
}

.navbar-brand {
    height: 130px !important;
    aspect-ratio: 3;
    max-width: 60%;
    background: transparent linear-gradient(271deg, #009CDC 0%, #002B85 100%) 0% 0% no-repeat padding-box;
}

.navbar-brand img {
    width: 75%;
}

.navbar .navbar-nav .nav-link {
    color: #fff;
    padding: 1.5rem 0;
    margin-left: 2rem;
    margin-right: 2rem;
    position: relative;
    font-size: 13px;
}

.nav-link:before {
    display: block;
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    bottom: 15px;
    left: 0;
    background: #009CDC;
    transition: .3s ease;
    display: inline-block;
}

.nav-link.active:before,
.nav-link:hover:before {
    width: 40px;
}

.sidebar {
    background: rgb(65, 65, 65);
    background: linear-gradient(180deg, rgba(65, 65, 65, 1) 0%, rgba(65, 65, 65, 1) 70%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100vh;
    z-index: 5;
    padding-top: 30px;
    color: #fff;
}

.sidebar {
    background: #414141;
}

@media only screen and (min-width: 768px) {
    .sidebar {
        width: 90px;
    }
}

.sidebar .social-media a {
    color: #676767;
    margin: 5px 0;
    display: inline-block;
    transition: .3s ease;
}

.sidebar .social-media a:hover {
    color: #009CDC;
}

.sidebar .scroll-down {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.main-slider {
    width: 100%;
    height: 100vh;
    position: relative;
}

.main-slider .slide {
    height: 100%;
    width: 100%;
    position: relative;
}

.main-slider .slide img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

.main-slider .slide .caption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    transition: .3s ease;
    transform: translateX(50%);
    opacity: 0;
}

.main-slider .owl-item.active .caption {
    transform: translate(0);
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .main-slider .slide .caption {
        justify-content: flex-end;
        text-align: right;
        padding-right: 120px;
        font-size: 50px;
    }
}

.sidebar .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sidebar .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    background: transparent;
    outline: none;
    box-shadow: unset;
    border: 0;
}

.sidebar .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.sidebar .owl-dots .owl-dot.active span,
.sidebar .owl-dots .owl-dot:hover span {
    background: #869791
}

.sidebar .owl-carousel .owl-dots {
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translate(-50%);
    z-index: 1500;
}

.sidebar .owl-dots .owl-dot {
    display: block;
}

.sidebar .owl-dots .owl-dot span {
    border: 1px solid #fff;
    background: transparent;
}

.sidebar .owl-dots .owl-dot.active span {
    background-color: #fff;
}

.main-slider .buttons {
    display: none;
}

@media only screen and (min-width: 768px) {
    .main-slider .buttons {
        display: inline-block;
        margin-left: auto;
        margin-right: 0;
        position: absolute;
        bottom: 200px;
        left: 20px;
        z-index: 5;
    }

    .main-slider .buttons button {
        position: relative;
        padding: 7px 12px;
    }

    .main-slider .buttons .prev-btn:after {
        display: block;
        content: '';
        position: absolute;
        width: 30px;
        height: 30px;
        right: -7.5px;
        top: 50%;
        transform: translateY(-50%);
        background: #009CDC;
        border-radius: 15px;
        opacity: 0;
        transition: .3s;
        z-index: -1;
    }

    .main-slider .buttons .next-btn:after {
        display: block;
        content: '';
        position: absolute;
        width: 30px;
        height: 30px;
        left: -7.5px;
        top: 50%;
        transform: translateY(-50%);
        background: #009CDC;
        border-radius: 15px;
        opacity: 0;
        transition: .3s;
        z-index: -1;
    }

    .main-slider .buttons button:hover:after {
        opacity: 1;
    }
}

.product-search {
    background-color: #002B85;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    right: 75px;
    padding: 10px 5px 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.product-search:before {
    position: absolute;
    display: block;
    content: '';
    width: 200px;
    height: 200px;
    background-image: url('../images/icon/search-icon.svg');
    background-size: cover;
    z-index: -1;
}

@media only screen and (min-width: 768px) {
    .product-search {
        right: 200px;
        padding: 30px 15px 30px 75px;
    }
}

.product-search span {
    font-weight: 700;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
}

.product-search form {
    position: relative;
    display: inline-flex;
    flex-direction: column;
}

@media only screen and (min-width: 768px) {
    .product-search form {
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        flex-basis: 80%;
    }

    .product-search form:before {
        display: block;
        content: '';
        position: absolute;
        left: -10px;
        top: 0;
        height: 100%;
        width: 1px;
        background: #fff;
        opacity: .2;
    }
}

.product-search input {
    background: transparent;
    border: 0;
    box-shadow: none;
    letter-spacing: 0;
    color: #fff;
    flex-basis: 50%;
    font-size: 13px;
}

@media only screen and (min-width: 768px) {
    .product-search input {
        flex-basis: 75%;
        font-size: 16px;
    }
}

.product-search input::placeholder {
    color: #3465CB
}

.product-search input:focus-visible {
    box-shadow: none;
    border: 0;
    outline: none;
}

.product-search button {
    background: #009CDC;
    border: 0;
    box-shadow: none;
    transition: .3s ease;
    padding: 5px;
    margin-top: 10px;
}

.product-search button:hover {
    background: #fff;
    padding: 5px 10px;
}

@media only screen and (min-width: 768px) {
    .product-search button {
        padding: 15px;
        margin-top: 0;
    }

    .product-search button:hover {
        padding: 15px 25px;
    }
}

.product-group {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1.2;
}

.product-group .image {
    background: #000;
    transition: .3s ease;
}

.product-group:hover .image {
    background: #009CDC;
}

.product-group .image img {
    opacity: .4;
    aspect-ratio: 1.2;
    object-fit: cover;
    object-position: center;
}

.product-group .caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 5%;
    padding-right: 10%;
}

.product-group .caption a {
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 700;
}

.product-group .caption a span.line {
    position: relative;
}

.product-group .caption a span.line:after {
    display: block;
    content: '';
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    transition: .3s;
}

.product-group:hover .caption a span.line:after {
    width: 50px;
}

.product-group .icon {
    width: 100px;
    height: 100px;
    color: transparent;
    position: absolute;
    top: 5%;
    left: 10%;
    z-index: 5;
}

.product-group .icon img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    object-position: center;
}

.last-products .prev-btn svg path {
    fill: #414141;
}

.last-products .next-btn svg path {
    fill: #414141;
}

.last-products .home-heading {
    display: inline-block;
    margin-right: auto;
    color: #002B85;
}

.last-products .products-slider-nav {
    display: inline-block;
    margin-left: auto;
    margin-right: 0;
}

.last-products .products-slider-nav button {
    position: relative;
}

.last-products .products-slider-nav .prev-btn:after {
    display: block;
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    right: -7.5px;
    top: 50%;
    transform: translateY(-50%);
    background: #009CDC;
    border-radius: 15px;
    opacity: 0;
    transition: .3s;
    z-index: -1;
}

.last-products .products-slider-nav .next-btn:after {
    display: block;
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    left: -7.5px;
    top: 50%;
    transform: translateY(-50%);
    background: #009CDC;
    border-radius: 15px;
    opacity: 0;
    transition: .3s;
    z-index: -1;
}

.last-products .products-slider-nav button:hover:after {
    opacity: 1;
}

.home-heading:before {
    position: absolute;
    display: block;
    content: '';
    width: 50%;
    height: 3px;
    bottom: -15px;
    left: 0;
    background: #009CDC;
}

.home-heading {
    position: relative;
    margin-bottom: 35px;
    display: inline-block;
}

.product {
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #009CDC;
}

.product .image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.product:hover .image {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .15);
}

.product .image img {
    width: 100%;
    object-fit: contain;
    object-position: center;
    aspect-ratio: 1;
}

.product .caption .title {
    font-size: 15px;
}

.product .caption .title a {
    color: #414141;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 20px;
}

.product .caption .code {
    color: #ACACAC;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
}

.about {
    background: transparent linear-gradient(271deg, #009CDC 0%, #002B85 100%) 0% 0% no-repeat padding-box;
    margin-top: 50px;
    color: #FFF;
    position: relative;
}

.about-image {
    transform: translateY(-50px);
    position: relative;
}

@media only screen and (min-width: 768px) {
    .about {
        margin-top: 100px;
    }

    .about-image {
        transform: translateY(-100px);
    }
}

.about .home-heading {
    color: #fff;
    margin-top: -170px;
}

.about .home-heading:before {
    background-color: #fff;
}

.about p {
    letter-spacing: .02em;
    line-height: 2rem;
    margin-bottom: 20px;
}

.about .principles {
    width: 270px;
    margin-top: -300px;
    position: relative;
    z-index: 6;
}

.about .principles .principle {
    aspect-ratio: 1.3;
    background: rgba(255, 255, 255, .8);
    color: #414141;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-bottom: 15px;
}

.about .principles .principle .icon {
    margin-bottom: 10px;
}

.about .principles .principle .icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.about .principles .principle .text {
    font-size: 18px;
    font-weight: 700;
}

.quality .home-heading {
    color: #002B85;
}

.quality-slider .image {
    position: relative;
}

.quality .buttons {
    display: none;
}

@media only screen and (min-width: 768px) {
    .quality .buttons {
        display: inline-block;
        margin-left: auto;
        margin-right: 0;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 5;
    }

    .quality .buttons button {
        position: relative;
        padding: 12px 12px;
        background: rgba(255, 255, 255, .8);
        margin: -2.5px;
    }

    .quality .buttons .prev-btn:after {
        display: block;
        content: '';
        position: absolute;
        width: 30px;
        height: 30px;
        right: -7.5px;
        top: 50%;
        transform: translateY(-50%);
        background: #002B85;
        border-radius: 15px;
        opacity: 0;
        transition: .3s;
        z-index: -1;
    }

    .quality .buttons .next-btn:after {
        display: block;
        content: '';
        position: absolute;
        width: 30px;
        height: 30px;
        left: -7.5px;
        top: 50%;
        transform: translateY(-50%);
        background: #002B85;
        border-radius: 15px;
        opacity: 0;
        transition: .3s;
        z-index: -1;
    }

    .quality .buttons button:hover:after {
        opacity: 1;
    }
}

.media-group {
    background: #414141;
    position: relative;
    transition: .3s;
}

.media-group:hover {
    background: #009CDC;
}

.media-group .image img {
    aspect-ratio: 2;
    width: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .7;
    mix-blend-mode: multiply;
}

.media-group .caption {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.media-group .caption h3 a {
    font-size: 25px;
}

.media-group .caption h3 span.line {
    position: relative;
}

.media-group .caption h3 span.line:before {
    display: block;
    position: absolute;
    content: '';
    bottom: -15px;
    left: 0;
    height: 3px;
    width: 75px;
    background: #009CDC;
}

.home-media {
    position: relative;
}

.media-group .caption h3:hover:before {
    background: #fff;
}

.media-group .caption h3 a {
    color: #fff;
}

.centered-media-btn {
    position: absolute;
    bottom: 30px;
    z-index: 5;
    left: 50%;
    transform: translateX(-50%);
}

.footer {
    background: #F2F2F2;
}

.footer .row {
    border-bottom: 1px solid #C4C4C4;
}

.footer .row:last-child {
    border-bottom: transparent;
}

.footer .logo img {
    max-width: 300px;
}

.footer .menu li {
    display: block;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

@media only screen and (min-width: 768px) {
    .footer .menu li {
        display: inline-block;
        padding: 1.5rem 0;
        margin: 0 1rem;
        position: relative;
    }
}

.footer .menu li a {
    color: #414141;
}

.footer .menu li a:before {
    display: block;
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    bottom: 15px;
    left: 0;
    background: #009CDC;
    transition: .3s ease;
}

.footer .menu li a.active:before,
.footer .menu li a:hover:before {
    width: 40px;
}

.footer-heading {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    margin-bottom: 15px;
    display: block;
}

.footer a {
    color: #414141;
}

.footer ul.social li {
    display: inline-block;
    margin: 0 1rem;
}

.footer ul.social li a {
    color: #414141;
}

.footer ul.social li a i {
    font-size: 2rem;
}

.footer .copyright p {
    font-size: 13px;
}

.footer .agency img {
    width: 100px;
}

.banner img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.page-heading {
    position: absolute;
    bottom: 0;
    transform: translateY(-100%);
    width: 100%;
    z-index: 7;
}

.page-heading .breadcrumbs {
    background: rgba(0, 43, 143, .8);
    padding: 30px 0;
    position: absolute;
    right: 0;
    z-index: 0;
    bottom: -100%;
}

.page-title {
    margin-top: -100%;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) {
    .page-title {
        font-size: 50px;
    }
}

.page-heading .breadcrumbs .side {
    width: 50px;
    height: 100%;
    background: #FFF;
}

@media only screen and (min-width: 768px) {
    .page-heading .breadcrumbs .side {
        width: 90px;
    }
}

.breadcrumbs {
    text-align: right;
    margin-right: 50px !important;
    padding-right: 10px !important;
    padding-bottom: 50px;
}

@media only screen and (min-width: 768px) {
    .breadcrumbs {
        margin-right: 90px !important;
    }
}

.breadcrumbs .menu {
    border-bottom: 1px solid #FFF;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-left: 45px;
    margin-top: 65px;
}

.breadcrumbs .menu li {
    display: inline-block;
    margin-right: 15px;
}

.breadcrumbs .menu li:last-child {
    margin-right: 0;
}

.breadcrumbs .menu a {
    color: #FFF;
}

.bread li {
    display: inline-block;
    margin-right: 5px;
}

.bread li:after {
    display: inline-block;
    content: '>';
    margin-left: 5px;
}

.bread li:last-child {
    margin-right: 40px;
}

.bread li:last-child:after {
    display: none;
}

.bread li,
.bread li a {
    color: #009CDC;
}

.page {
    padding: 50px 0;
}

.page .main-title {
    font-size: 35px;
    font-weight: 700;
    position: relative;
}

.page .main-title:before {
    position: absolute;
    display: block;
    content: '';
    width: 60px;
    height: 5px;
    bottom: -15px;
    left: 0;
    background: #009CDC;
}

.page .content {
    font-weight: 300;
}

.content-image {
    max-height: 300px;
    object-fit: cover;
}

.contact-box {
    background: #F4F5F9 0% 0% no-repeat padding-box;
    box-shadow: 30px 30px 40px #00000029;
    aspect-ratio: 1;
    position: relative;
}

.contact-box .icon {
    aspect-ratio: 1;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-box .icon i {
    font-size: 24px;
}

.contact-box.address .icon {
    background-color: #414141;
    color: #FFF;
}

.contact-box.phone .icon {
    background-color: #002B85;
    color: #FFF;
}

.contact-box.email .icon {
    background-color: #009CDC;
    color: #FFF;
}

.contact-box .info {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 80%;
    text-align: right;
    font-size: 18px;
}

.contact-form {
    background-color: #414141;
}

.map iframe {
    aspect-ratio: 5;
}

.contact-form .custom-input,
.contact-form .custom-textarea {
    padding: 10px 10px 10px 35px;
    position: relative;
    background: transparent;
    border: 0;
    outline: none;
    box-shadow: unset;
    margin: 15px 0;
    width: 100%;
    border-bottom: 1px solid #FFF;
    transition: .3s;
    opacity: .6;
    color: #FFF;
}

.contact-form .custom-input::placeholder,
.contact-form .custom-textarea::placeholder {
    color: #FFF;
}

.contact-form .custom-input:focus,
.contact-form .custom-textarea:focus {
    opacity: 1;
}

.contact-input-icon {
    color: #CCC;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.product-gallery {
    margin: 15px 0;
}

.product-gallery .image {
    width: 100%;
    border: 1px solid #ccc;
}

.product-gallery .image img {
    height: 100px;
    aspect-ratio: 2;
    object-fit: contain;
    object-position: center;
    margin: 10px;
    cursor: pointer;
}

.product-info {
    background: #EEF1F6;
    padding: 20px;
}

.product-info .info-section {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CCCCCC;
    color: #414141;
}

.product-info .info-section:nth-last-child(1) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.product-info .info-section h2.title {
    color: #002B85;
}

.products-link:hover .groups-title {
    color: #009CDC;
}

.groups-title {
    transition: .3s;
    margin-bottom: 2.5rem;
}




@media screen and (max-width: 1400px) {

    .menu li a {
        font-size: 12px !important;
    }
}
