@font-face {
    font-family: 'Roboto _GEO Bold';
    src: url('/_website/assets/fonts/roboto-bold/Roboto_GEOMtBold.eot');
    src: url('/_website/assets/fonts/roboto-bold/Roboto_GEOMtBold.eot?#iefix') format('embedded-opentype'),
        url('/_website/assets/fonts/roboto-bold/Roboto_GEOMtBold.woff2') format('woff2'),
        url('/_website/assets/fonts/roboto-bold/Roboto_GEOMtBold.woff') format('woff'),
        url('/_website/assets/fonts/roboto-bold/Roboto_GEOMtBold.ttf') format('truetype'),
        url('/_website/assets/fonts/roboto-bold/Roboto_GEOMtBold.svg#Roboto_GEOMtBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto _GEO Regular';
    src: url('/_website/assets/fonts/roboto-regular/Roboto_GEOMt.eot');
    src: url('/_website/assets/fonts/roboto-regular/Roboto_GEOMt.eot?#iefix') format('embedded-opentype'),
        url('/_website/assets/fonts/roboto-regular/Roboto_GEOMt.woff2') format('woff2'),
        url('/_website/assets/fonts/roboto-regular/Roboto_GEOMt.woff') format('woff'),
        url('/_website/assets/fonts/roboto-regular/Roboto_GEOMt.ttf') format('truetype'),
        url('/_website/assets/fonts/roboto-regular/Roboto_GEOMt.svg#Roboto_GEOMt') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto _Nusx';
    src: url('/_website/assets/fonts/roboto-nusx/RobotoNusx.eot');
    src: url('/_website/assets/fonts/roboto-nusx/RobotoNusx.eot?#iefix') format('embedded-opentype'),
        url('/_website/assets/fonts/roboto-nusx/RobotoNusx.woff2') format('woff2'),
        url('/_website/assets/fonts/roboto-nusx/RobotoNusx.woff') format('woff'),
        url('/_website/assets/fonts/roboto-nusx/RobotoNusx.ttf') format('truetype'),
        url('/_website/assets/fonts/roboto-nusx/RobotoNusx.svg#RobotoNusx') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


*{
    font-family: 'Roboto _Nusx';
}

#header .header-nav-main nav > ul > li > a{
    font-family: 'Roboto _GEO Bold' !important;
    padding: 0.5rem 0.8rem;
}

#header .header-nav-main nav > ul > li > a span{
    font-family: 'Roboto _GEO Bold' !important;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a{
    font-family: 'Roboto _Nusx';
}

#header .header-nav-top .nav > li > a{
    font-family: 'Roboto _Nusx';
}

#header .header-column .header-extra-info li .header-extra-info-text label{
    font-family: 'Roboto _GEO Bold' !important;
}

h1, h2, h3, h4, h5, .btn-primary{
    font-family: 'Roboto _GEO Bold' !important;
}

h2 strong, .btn-dark{
    font-family: 'Roboto _GEO Bold' !important;
}

h4 a{
    font-family: 'Roboto _GEO Bold' !important;
}

h2 a{
    font-family: 'Roboto _GEO Bold' !important;
}

h3 span, table th{
    font-family: 'Roboto _GEO Bold' !important;
}

.testimonial.testimonial-with-quotes blockquote p{
    font-family: 'Roboto _Nusx' !important;
}

.post-content .btn{
    font-family: 'Roboto _GEO Bold' !important;
}

.clearfix{
    clear: both;
}

.g-text p{
    line-height: 1.8rem;
    letter-spacing: -.05em;
    font-size: 19.2px;
    font-weight: 300;
}

.g-text strong{
    line-height: 1.8rem;
    letter-spacing: -.05em;
    font-size: 19.2px;
    font-weight: bold;
}

.g-text ul li{
    line-height: 1.8rem;
    letter-spacing: -.05em;
    font-size: 19.2px;
    font-weight: 300;
}

.sticky-header-active #header .header-nav-main nav > ul > li > a{
    padding: 0.5rem;
    font-size: 13px;
} 

.testimonial.testimonial-style-2 .testimonial-author img{
    width: 60px;
    height: 60px;
    object-fit: cover;
}

#footer a:not(.btn):not(.no-footer-css).text-color-light{
    font-size: 16px;
}

.main .container{
    min-height: 500px;
}

#header .header-nav.header-nav-force-light-text .header-nav-main nav > ul > .g-active{
    background-color: white;
}

#header .header-nav.header-nav-force-light-text .header-nav-main nav > ul > .g-active > a{
    color: var(--dark) !important
}

#header .header-nav.header-nav-force-light-text .header-nav-main nav > ul > .g-active > a span{
    color: var(--dark) !important;
}

#header .header-nav-main nav > ul > li > a span, 
.g-cell span{
    color: var(--dark) !important;
}

#header .header-nav.header-nav-force-light-text .header-nav-main nav > ul > .g-active:hover{
    background-color: white !important;
}

#header .header-nav-main nav > ul > li.g-active:hover{
    background-color: white !important;
}

#header .header-nav-main nav > ul > li.g-active:hover > a{
    background: unset !important;
    color: var(--primary) !important;
}

#header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul > li:hover > a{
    color: var(--primary) !important;
    background-color: white !important;
}

.page-header.page-header-modern.page-header-md{
    background-size: cover;
    background-position: center;
}

.thumb-info .thumb-info-wrapper img{
    height: 260px;
    object-fit: cover;
}

/* landing page custom design START */
.g-wrap {
    --gap: 16px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: var(--gap);
    max-width: 100%;   /* optional, just to match your mock */
    margin: var(--gap) auto;
    padding: 0 var(--gap);
}

.g-cell {
    border-radius: 6px;
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.g-cell span{
    font-family: 'Roboto _GEO Bold' !important;
    font-size: 16px;
    text-align: center;
}

.g-span-3 {
    grid-column: 2 / span 3;
}

.g-flex-row{
    display: flex;
    flex-direction: column; 
    width: 100%;
    height: 100%; 
    gap:var(--gap);
}

.g-flex-row .g-col{
    flex: 1; 
    width: 100%; 
    box-sizing: border-box;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.g-flex-row .g-col, 
.g-cell{
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.g-flex-row .g-col::before, 
.g-cell::before{
    transition-property: background-color;
    transition-duration: 600ms;
    transition-timing-function: ease-in-out;
}

.g-flex-row .g-col:hover::before, 
.g-cell:hover::before{
    background-color: var(--primary);
}

.g-flex-row .g-col .image, 
.g-cell .image{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition-property: transform, filter;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    display: none;
}

.g-flex-row .g-col:hover > .image, 
.g-cell:hover > .image{
    transform: scale(1.1);
    filter: blur(4px);
}

.g-flex-row .g-col::before, 
.g-cell::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: var(--boxColor);
}

.g-cell2::before{
    background-color: transparent !important;
}

.g-flex-row .g-col span, 
.g-cell span{
    transition-property: color;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    position: relative;
    z-index: 5;
}

.g-flex-row .g-col:hover, 
.g-cell:hover{
    text-decoration: none !important;
    color: white !important;
}

.g-flex-row .g-col span{
    font-family: 'Roboto _GEO Bold' !important;
    font-size: 16px;
    text-align: center;
}

.g-slider{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 490px;
    position: relative;
    z-index: 100;
    background-color: white;
}

#g-main-slider, 
#g-main-slider .owl-stage-outer,
#g-main-slider .owl-stage-outer .owl-item,
#g-main-slider .owl-stage-outer .owl-item .item{
    height: 490px;
}

#g-main-slider .owl-stage-outer .owl-item .item{
    width: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#g-main-slider .owl-stage-outer .owl-item .item .g-content{
    margin: 0;
    padding: 15px;
    background-color: #00489a;
    width: auto;
    max-width: calc(100% - 30px);
    position: absolute;
    top: 15px;
    left: 15px;
    color: white;
}

#g-main-slider .owl-stage-outer .owl-item .item .g-content h4{
    margin: 0;
    color: white;
}

#g-main-slider .owl-next span,
#g-main-slider .owl-prev span
{
    display: none !important
}

#g-main-slider .owl-stage-outer .owl-item .item .g-content p{
    color: white;
    margin: 0;
    padding: 0;
}

#header .header-nav-main{
    display: block !important;
    width: 100% !important;
}

.g-right{
    margin: 0;
    padding: 0;
    float: right;
    display: flex;
}

.g-socials{
    margin: 0;
    padding: 0;
    height: 40px;
    line-height: 40px;
    display: flex;
    list-style-type: none;
}

.g-socials li{
    margin: 0;
    padding: 0;
    height: 40px;
    line-height: 40px;
}

.g-socials li a{
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-indent: -9999px;
    position: relative;
    display: block;
    color: white;
}

.g-socials li a::before{
    content: "";
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-background-repeat: no-repeat;
    background-repeat: no-repeat;
    -webkit-background-position: center;
    background-position: center;
    /*background-color: var(--dark);*/
}

.g-socials li a.facebook::before{
    -webkit-background-image: url(../img/social/facebook.svg);
    background-image: url(../img/social/facebook.svg);
}

.g-socials li a.linkedin::before{
    -webkit-background-image: url(../img/social/linkedin.svg);
    background-image: url(../img/social/linkedin.svg);
}

.g-socials li a.youtube::before{
    -webkit-background-image: url(../img/social/youtube.svg);
    background-image: url(../img/social/youtube.svg);
}

.justify-content-right{
    justify-content: right;
}

.g-right .g-language{
    margin: 0;
    padding: 0;
    height: 40px;
    display: flex;
    align-items: center;
}

.g-right .g-language a{
    margin: 0;
    padding: 0;
    font-family: 'Roboto _GEO Bold' !important;
    display: block;
}

.g-right .g-language a img{
    margin: 0;
    padding: 0;
    width: 25px;
}

#footer .footer-copyright p{
    color: white;
}

#footer{
    border-top: 0px;
}

#header .header-nav-bar .header-nav{
    padding: 5px 0 !important;
    min-height: auto !important;
}

.g-contact{
    margin: 0 20px;
    padding: 0;
    list-style-type: none;
    height: 40px;
    display: flex;
    gap:20px;
}

.g-contact li{
    margin: 0;
    padding: 0;
    height: 40px;
    line-height: 40px;
}

.g-contact li a{
    margin: 0;
    padding: 0;
    display: block;
    height: 40px;
    line-height: 40px;
    color: var(--dark);
}

.searchForm{
    margin: 5px 0 0 20px;
    padding: 0;
    width: 150px;
    height: 30px;
    position: relative;
}

.searchForm input{
    margin: 0;
    padding: 0 10px;
    border: 0;
    width: 150px;
    height: 30px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
}

.searchForm button{
    margin: 0;
    padding: 0;
    border: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    right: 10px;
    text-indent: -9999px;
    overflow: hidden;
    background-color: transparent;
}

.searchForm button::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-mask-image: url(../img/search.svg);
    mask-image: url(../img/search.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: var(--dark) !important;
}

.product-thumb-info-list .col-12{
    margin-bottom: 30px;
}

.breadcrumb > li{
    font-size: 16px !important;
}

.main .page-header h1{
    font-size: 24px !important;
}

.product-thumb-info-image img{
    width: 100% !important;
    height: 260px !important;
    object-fit: cover !important;
}

.product-thumb-info-image.smaller img{
    height: 150px !important;
}

.smaller-margin-bottom .col-12{
    margin-bottom: 15px !important;
}

.masonry-loader .row div.col-12:has(.alert) {
    text-align: center;
}

.alert{
    display: inline-block;
}

.g-btn-box{
    display: block;
    text-align: center;
}

.g-btn-box .g-btn{
    padding: 10px 15px;
    background-color: var(--primary) !important;
    border-radius: 10px;
    color: var(--dark);
}

.g-center{
    margin: 0 auto;
    width: 60%;
}

.main{
    min-height: 800px;
}

.g-pdf-box{
    margin: 0 30px;
    padding: 0;
    width: calc(100% - 60px);
}

.g-pdf-box .g-pdf-list{
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}

.g-pdf-box .g-pdf-list a{
    margin: 0 0 20px 0;
    padding: 15px;
    border: solid 1px #ccc;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
    text-align: left;
    padding-left: 70px;
    text-decoration: none;
    transition-property: background-color;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
}

.g-pdf-box .g-pdf-list a:hover{
    background-color: #E24C4B;
}

.g-pdf-box .g-pdf-list a h3{
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    font-size: 20px;
    color: black;
    transition-property: background-color;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
}

.g-pdf-box .g-pdf-list a:hover h3{
    color: white;
}

.g-pdf-box .g-pdf-list a h3::before{
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: calc(50% - 15px);
    left: -50px;
    -webkit-mask-image: url('../img/pdf.svg');
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url('../img/pdf.svg');
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: #E24C4B; /* Typical PDF red color */
    transition-property: background-color;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
}

.g-pdf-box .g-pdf-list a:hover h3::before{
    background-color: #ffffff;
}

.g-pdf-box .pagination{
    margin: 50px 0;
}

.oftalmofarmatsia .product-thumb-info-image{
    background-color: white;
}

.oftalmofarmatsia .product-thumb-info-image img{
    transform: scale(0.5);
}

.g-text h2{
    margin: 15px 0;
    padding: 0;
    font-size: 20px;
}

@media(min-width: 1200px){
    .container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
        max-width: calc(100% - 8px);
    }
}

@media (min-width: 960px) {
    #header .header-nav-main nav{
        display: inline-block !important;
    }
}

@media (max-width: 960px) {
    .g-center{
        margin: 0 auto;
        width: 100%;
    }
    .g-right{
        float: none !important;
        display: none;
    }

    .g-wrap { 
        display: block;
    }

    .g-flex-row .g-col, 
    .g-cell{
        width: 100%;
        min-height: 106px;
        margin-bottom: var(--gap);
    }

    .g-flex-row{
        display: block;
    }

    .g-flex-row .g-col:last-child{
        margin-bottom: 0px !important;
    }

  .g-span-3 { grid-column: 1 / -1; } 
  
  .g-slider,
  #g-main-slider, #g-main-slider .owl-stage-outer, #g-main-slider .owl-stage-outer .owl-item, #g-main-slider .owl-stage-outer .owl-item .item{
    height: 300px;
  }

  #g-main-slider .owl-stage-outer .owl-item .item .g-content{
    padding: 5px !important;
    top: 5px !important;
    left: 5px !important;
  }

  #g-main-slider .owl-stage-outer .owl-item .item .g-content h4{
    font-size: 16px !important;
  }
}
/* landing page custom design END */