a{
    text-decoration: none;
}
.navbar{
    background-color: #CBDDF3 !important;
    box-shadow: 1px 20px 19px -8px rgba(0,0,0,0.22);
    -webkit-box-shadow: 1px 20px 19px -8px rgba(0,0,0,0.22);
    -moz-box-shadow: 1px 20px 19px -8px rgba(0,0,0,0.22);
    font-family: 'Roboto', sans-serif;
}
.navbar-container{
    max-width: 1274px;
    margin: 0 auto;
}
.nav-link,
.dropdown-item{
    color: #233479;
    font-weight: 500;
}
.nav-link .active{
    color: #00188A !important;
    font-weight: 900 !important;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: #00188A !important;
}
.nav-link:hover{
    color: #00188A !important;
}
.navbar-toggler:not(.collapsed),
.navbar-toggler{
    border: 0px !important;
    box-shadow: none !important;
}
.nav-logo-img{
    width: 160px;
}
.navbar-toggler-icon{
    color: #233479;
}
.dropdown-menu{
    border: 0px;
    padding: 0px;
}
.dropdown-item{
    text-align: end;
    font-weight: 500;
}
.navbar-expand-lg .navbar-nav .dropdown-menu,
.dropdown-item:hover{
    background-color: #CBDDF3 !important;
}
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-item.dropdown .dropdown-menu {
    display: block;
    right: 0px;
}

.nav-link.dropdown-toggle {
    pointer-events: auto;
}

/* End of navigation*/
/*Footer*/
footer{
    font-family: 'Inter', sans-serif;
}
.footer-info{
    background-image: url("../images/footer-m.jpg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
}
.footer-container{
    max-width: 1274px;
    margin: 0 auto;
}
.footer-container .sanofi-logo{
    width: 90px;
}
.footer-info-text-small{
    font-size: clamp(0.8rem, 3vw, 0.9rem);
}
.footer-links{
    background-color: #27367B;
    text-align: center;
}
.footer-links a{
    font-weight: 400;
    font-size: clamp(0.875rem, 3vw, 1rem);
    color: #ffffff;
    text-decoration: none;
    margin: 0px 10px;
}
.foot-copyright-text{
    align-self: center;
}
.foot-copyright-text p{
    color: #ffffff;
    margin: 0px;
    font-weight: 400;
}
/* End of footer*/




/* Kids product section*/
body{
    font-size: 16px;
    font-family: "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

p{
    font-size: clamp(1rem, 3vw, 1.1875rem);
    line-height: 1.1;
    font-weight: 500;
}
.text-b{
    font-weight: 800;
}
h1{
    font-size: clamp(2.2875rem, 5vw, 4.375rem);
    font-weight: 700;
}
.main-title{
    font-size: clamp(1.4375rem, 4vw, 2.625rem);
    font-weight: 700;
}
.main-subtitle{
    font-size: clamp(1.125rem, 4vw, 1.75rem);
    font-weight: 600;
}
h2{
    font-size: clamp(1.4375rem, 4vw, 1.875rem);
    font-weight: 800;
}
.title{
    font-size: clamp(1.5rem, 4vw,2.625rem);
    font-weight: 800;
}
.subtitle{
    font-size: clamp(1.1875rem, 4vw, 1.5rem);
    font-weight: 800;
}
.subtitle .small{
    font-size: clamp(1rem, 3vw, 1.5rem);
}
.product-icons p{
    font-size: clamp(0.75rem, 3vw, 1.125rem);
    font-weight: 800;
}
.small{
    font-size: clamp(10px, 3vw, 14px);
}
.qa-answer-card p{
    font-size: clamp(10px, 3vw, 16px);
    font-weight: 500;
    padding: 5px;
}
.section-p{
    padding: 20px 20px;
}
.paragraph-p{
    padding: 15px 0px;
}
.product-container,
.homepage-container,
.beneficii-container,
.article-container{
    background-image: url("../images/product-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #27387C;
    font-family: "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.inside-container{
    background-color: #ffffff;
}
.product{
    max-width: 1274px;
    margin: 0 auto;
    width: 100%;
}
.btn{
    background-color: white;
    color: #00188A;
    font-size: clamp(14px, 3vw, 16px);
    font-weight: 600;
    min-width: 200px;
    border-radius: 10px;
    padding: 10px 20px;
    text-decoration: none;
    cursor: pointer;
}
.btn:hover{
    background-color: #27387C;
    color: #ffffff;
}
.cold-blue-color{
    color: #00188A;
}
/* Home page*/
/*.banner-text{*/
/*    max-width: 600px;*/
/*    margin: 0 auto;*/
/*}*/
.banner-leaf-img{
    width: 450px;
    max-width: 100%;
}
.main-text-description h2{
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}
.swiper-benefits .swiper-wrapper{
    display: flex;
    align-items: stretch;
}
.swiper-benefits .swiper-slide{
    display: grid;
    height: auto;
    padding-top: 60px;
}
.swiper-benefits{
    padding-right: 30px;
    padding-left: 10px;
}
.slide-benefits{
    position: relative;
    border: 10px solid #ffffff;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
    background-color: #D2E0F0;
}
.benefits-slider-icon img {
    position: absolute;
    top: 0;
    left: 0;
}
.benefits-slider-icon-hover {
    opacity: 0;
}

.slide-benefits:hover .benefits-slider-icon-hover {
    opacity: 1;
}

.slide-benefits:hover .benefits-slider-icon-normal {
    opacity: 0;
}
.slide-benefits:hover{
    background-color: #27387C;
    color: #ffffff;
}

.benefits-slider-icon{
    position: absolute;
    max-width: 55px;
    width: 100%;
    top: -20px;
    right: -20px;
}
.magnevie-products-img{
    height: 220px;
}
.btn-orange{
    background-color: #F27622;
    color: #000000;
}
.btn-yellow{
    background-color: #F9CA02;
    color: #000000;
}
.btn-purple{
    background-color: #922DD9;
    color: #ffffff;
}
.btn-other-products{
    display: block;
    width: 100%;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    align-self: end;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    padding: 10px;
}
.btn-other-products:hover{
    color: #ffffff;
    background-color: #27387C;
}
.btn-all-article{
    margin-top: 1.5rem;
}
/*Beneficii magneziu*/
.beneficii-container .swiper-product-composition{
    max-width: 900px;
    margin: 0 auto;
}
.beneficii-container .slide-product-composition{
    background-image: url("../images/cristal-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.beneficii-container .slide-product-composition .subtitle{
    /*height: 60px;*/
}
.benefits-swipers-wrapper{
    display: flex;
    flex-direction: column;
    border-top-left-radius: 17px;
    overflow: hidden;
    height: 100%;
}
.benefitsMainSwiper{
    width: 100%;
    box-sizing: border-box;
}
.benefitsThumbsSwiper{
    width: 100%;
}
.benefits-maine-slide p{
    font-size: clamp(0.625rem, 3vw, 1rem);
}
.benefits-maine-slide{
    background-image: url("../images/cristal-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.benefits-maine-slide h2{
    color: #F27622;
}
.benefits-maine-slide ol li::marker{
    font-weight: 600;
    font-size: clamp(0.625rem, 3vw, 1rem);
}
.benefits-maine-slide ol li p{
    margin-bottom: 0px;
}
.benefits-maine-slide .bold-list li p{
    margin-bottom: 5px;
}
.benefits-maine-slide .bold-list li::marker{
    font-weight: 800;
}
.benefits-maine-slide .benefits-slider-card{
    background-color: #BDCFE4;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.benefitsThumbsSwiper .swiper-slide{
    height: 100%;
    background-color: #BDCFE4;
    display: flex;
    align-items: end;
    justify-content: center;
    margin: 0px !important;
    border-left: 1px solid #27387C;
    /*border-right: 1px solid #27387C;*/
    padding: 0px;
    cursor: pointer;
}
.benefitsThumbsSwiper .swiper-slide:first-child{
    border-left: 0px;
}
.benefitsThumbsSwiper .swiper-slide:last-child{
    border-right: 0px;
}
.benefitsThumbsSwiper .swiper-slide p{
    margin: 0px;
    padding: 1rem;
}
.benefitsThumbsSwiper .swiper-slide-thumb-active{
    background-color: #FFCFAE;
}
.benefits-swipers-wrapper .swiper-wrapper{
    margin-bottom: 0px;
}
.benefitsThumbsSwiper .swiper-slide:hover{
    background-color: rgba(189, 207, 228, 0.7) ;
}
.benefitsThumbsSwiper .swiper-slide-thumb-active:hover{
    background-color: #FFCFAE;
}
/* Kids product*/
.custom-shadow {
    box-shadow: -1px 19px 24px -17px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -1px 19px 24px -17px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 19px 24px -17px rgba(0, 0, 0, 0.75);
}
.kids-product-section{
    background-color: #ffffff;
    border-top-left-radius: 45px;
    border-bottom-right-radius: 42px;
    display: grid;
    grid-template-areas:
        "prod-img"
        "description";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    overflow: hidden;
}
.kids-product-image{
    grid-area: prod-img;
}
.kids-product-description{
    grid-area: description;
}
.location-wrapper{
    background-color: #ffffff;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;

}
.location-swiper-wrapper{
    flex: 1;
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: hidden;
}
.location-logo-swiper {
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    padding: 0px;
}
.location-logo-swiper .swiper-slide {
    width: 33.33% !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.location-logo {
    max-width: 100%;
    max-height: 50px;
    width: auto;
    height: auto;
    object-fit: contain;
    padding: 0px 5px;
}
.swiper-button-next::after,
.swiper-button-prev::after{
    font-size: 20px;
}
.swiper-button-prev{
    left: 0px;
}
.swiper-button-next{
    right: 0px;
}
.swiper-button-next,
.swiper-button-prev{
    color: #27387C;
    width: 20px;
}

.row-kids-product-presentation{
    display: flex;
}
.kids-product-image{
    background-image: url("../images/magnevie-kids/magnevie-kids-product-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 45px;
    border-bottom-right-radius: 42px;
    -moz-border-radius-topleft: 45px;
    -moz-border-radius-bottomright: 42px;
    width: 100%;
    min-height: 330px;
    height: 100%;
    align-content: center;
    position: relative;
    overflow: hidden;
}
.magnevie-kids-product-img{
    max-width: 220px;
    width: 100%;
}
.magnevie-product-img{
    max-width: 300px;
    width: 100%;
}
.magnevie-stress-product-img{
    max-width: 450px;
    width: 100%;
}
.urs-up{
    max-width: 100px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.urs-down{
    position: absolute;
    max-width: 100px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.kids-product-presentation-title{
    max-width: 211px;
    width: 100%;
}
.product-icons img{
    width: 50px;
    height: auto;
    margin-bottom: 5px;
    margin-right: 5px;
}
.product-icons .special{
    width: 60px;
    margin-left: -10px;
    margin-right: 10px;
}

/* Stiati ca*/
.stiati-ca-section{
    background-color: #ffffff;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}
.stiati-ca-image img{
    max-width: 300px;
    width: 100%;
    margin-top: -40%;
}

/* Compozitie */
.swiper-product-composition .swiper-wrapper{
    align-items: stretch;
}
.swiper-product-composition .swiper-slide{
    display: grid;
    min-height: 100%;
}
.slide-product-composition{
    background-color: #ffffff;
    border-top-left-radius: 45px;
    border-bottom-right-radius: 20px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: start;
}

#accordionIngredients .accordion-item{
    background-color: #ffffff;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #27387C !important;

}
#accordionIngredients .subtitle{
    color: #27387C !important;
}
#accordionIngredients .accordion-button{
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0px;
    color: #27387C !important;
}
#accordionIngredients .accordion-body{
    padding: 0px;
}
#accordionIngredients .accordion-body ul{
    display: inline-block;
    margin-bottom: 0px;
}
#accordionIngredients .accordion-body ul li{
    font-weight: 500;
    font-size: clamp(0.875rem, 3vw, 1.125rem);
}
#accordionIngredients .accordion-button:not(.collapsed)::after {
    background-image: url("../images/minus-icon.svg");
    background-size: contain;
    width: 30px;
    height: 30px;
}
#accordionIngredients .accordion-button::after{
    background-image: url("../images/plus-icon.png");
    background-size: contain;
    width: 30px;
    height: 30px;
}
.qa-section{
    background-color: #D3E5F5;
}
#accordionQA{
    background-color: transparent !important;
    --bs-accordion-bg: transparent !important;
    --bs-accordion-border-radius: 0px !important;
    --bs-accordion-border-color: transparent !important;
}
#accordionQA .acordeon-title hr{
    color: #00188A;
    font-size: 2px;
}
#accordionQA .accordion-header{
    height: 100%;
    margin-top: 0px;
}
#accordionQA .accordion-button{
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 10px 0px;
    color: #00188A;
}
#accordionQA .accordion-item{
    padding: 0px;
}
#accordionQA .accordion-item hr{
    color: #00188A;
    margin: 0px;
    padding: 0px;
}
#accordionQA .accordion-item hr:last-child{
    padding-bottom: 10px;
}
#accordionQA .accordion-body{
    padding: 15px 0px;
    color: #00188A;
}
.qa-answer-card-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.qa-answer-card{
    background-image: url("../images/cristal-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    width: 120px;
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    margin: 2px;
    border: 2px solid #00188A;
    border-radius: 10px;
}
.urs-qa{
    height: 50px;
    margin: 5px 0px;
}

.schedule-qa-icons-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.schedule-qa-icons-card{
    display: flex;
    align-items: center;
}
.schedule-qa-icons-card img{
    max-width: 60px;
    margin-right: 10px;
}
.schedule-qa-icons-card p{
    max-width: 250px;
    font-size: clamp(12px, 3vw, 16px);
    margin: 0px;
}
.schedule-qa-icons-card img,
.schedule-qa-icons-card p{
    display: inline-block;
}

/* Alte produse*/
.swiper-other-products .swiper-slide{
    display: flex;
    align-items: end;
    overflow: visible !important;
    height: auto;
}
.swiper-articles .swiper-slide{
    display: flex;
    height: auto;
}
.slide-other-products{
    padding-top: 12%;
    display: flex;
    align-items: end;
}
.other-products-wrapper {
    background-image: url("../images/cristal-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20px;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 30px;
}
.horisontal-img img{
    margin-top: -50px;
}
.vertical-img img{
    margin-top: -70px;
}
.horisontal-img,
.vertical-img{
    height: 200px;
}
.other-products-ingredients-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.other-products-ingredients{
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    border-width: 2px;
    border-style: solid;
    position: relative;
    margin: 5px;
}
.orange-leaf .other-products-ingredients{
    border-color: #F27622;
}
.yellow-leaf .other-products-ingredients{
    border-color: #F9CA02;
}
.purple-leaf .other-products-ingredients{
    border-color: #922DD9;
}
.yellow-leaf .other-products-ingredients span{
    background-image: url("../images/yellow-leaf.png");
}
.orange-leaf .other-products-ingredients span {
    background-image: url("../images/orange-leaf.png");
}
.purple-leaf .other-products-ingredients span{
    background-image: url("../images/purple-leaf.png");
}
.other-products-ingredients span{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content:'';
    display: inline-block;
    position: absolute;
    top: 0px;
    left: -10px;
    bottom: -5px;
    width: 22px;
    height: 20px;
    margin-right: 5px;
}
.other-products-ingredients p{
    padding: 5px 15px;
    font-size: 12px;
}

.article-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    align-items: stretch;
}
.article-wrapper-inside,
.all-products{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    align-items: stretch;
}
.all-products .slide-other-products{
    background-image: url("../images/cristal-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20px;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 30px;
    align-items: start;
}
.article-wrapper-inside .article-card,
.card-product-benefits{
    max-width: 450px;
    margin: 0 auto;
}
.all-products .slide-other-products{
    max-width: 450px;
    margin: 0 auto;
    padding-top: 0px;
}
.article-card{
    max-width: 450px;
    width: 100%;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
    background-color: #ffffff;
    overflow: hidden;
}
.swiper-slide .article-card{
    max-width: 100%;
}
.article-details{
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.article-title{
    color: #4C73AB;
    font-size: clamp(15px, 3vw, 21px);
    font-weight: 700;
    height: 30px;
}
.article-details p{
    color: #000000;
    font-weight: 500;
    font-size: clamp(14px, 3vw, 19px);
    height: 70px;
}
.swiper-wrapper{
    margin-bottom: 50px;
}
.citeste-btn{
    color: #27387C;
    text-decoration: none;
    /*font-size: clamp(11px, 3vw, 16px);*/
}
.citeste-btn:hover{
    color: #000000;
}
.swiper-pagination-lock{
    display: block;
}

.bibleography{
    background-color: #F3F3F3;
}
#accordionBibleography .accordion-item{
    background-color: #F3F3F3;
    padding: 0px;
    border: 0px;
}
#accordionBibleography .accordion-button {
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0px;
}
#accordionBibleography .accordion-body{
    padding: 0px;
}
#accordionBibleography .accordion-button:not(.collapsed)::after {
    background-image: url("../images/minus-icon.svg");
    background-size: contain;
    width: 30px;
    height: 30px;
}
#accordionBibleography .accordion-button::after{
    background-image: url("../images/plus-icon.png");
    background-size: contain;
    width: 30px;
    height: 30px;
}
.bibleography-subtitle{
    color: #27387C;
    font-weight: 700;
    font-size: clamp(0.625rem , 3vw, 1.3125rem);
}
.bibleography-text p{
    weight: 400;
    font-size: 0.625rem;
    color: #4D4D4D;
    margin-bottom: 0px;
}
.bibleography-text{
    width: 500px;
    max-width: 100%;
}

/* Magnevie regular products*/
.product-description-section{
    display: grid;
    grid-template-areas:
        "product-img"
        "product-description"
        "product-location";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    overflow: hidden;
    row-gap: 1rem;
    padding-bottom: 30px;
}


.product-description-section .product-image{
    grid-area: product-img;
    /*display: flex;*/
    /*justify-content: center;*/
    align-content: center;
}
.product-description-section .product-description{
    grid-area: product-description;
    background-color: #ffffff;
    border-top-left-radius: 45px;
    border-bottom-right-radius: 20px;
}
.product-description-section .location-wrapper{
    grid-area: product-location;
    background-color: #ffffff;
    border-top-left-radius: 44px;
    border-bottom-right-radius: 20px;
    width: 100%;
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    position: relative;
}

/* Article page*/
.btn-beneficii{
    display: block;
    width: 250px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-decoration: none;
    text-align: center;
    /*font-size: 12px;*/
    font-weight: 600;
    padding: 10px;
}
.card-product-benefits{
    background-image: url("../images/cristal-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 30px;
}
.inside-img-1 {
    background-image: url("../images/article-1.jpg");
}
.inside-img-2 {
    background-image: url("../images/article-2.jpg");
}
.inside-img-3 {
    background-image: url("../images/article-3.jpg");
}
.inside-img{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
}
.inside-text{
    /*background-color: #c1dbf1;*/
    margin: 0 auto;
}
/*Stress detector*/
.stress-detector-banner{
    position: relative;
}
.detector-banner-text{
    position: absolute;
    top:10%;
    left:50%;
    width: 100%;
    padding: 5px;
    text-align: center;
    transform: translateX(-50%);
}
.detector-banner-text h1{
    color: #ffffff;
    font-weight: 500;
    text-shadow: 2px 6px 8px rgba(0,0,0,0.3);
    font-size: clamp(2.18rem, 3vw,4.6875rem);
}
.detector-banner-text .subtitle{
    color: #ffffff;
    font-weight: 500;
    text-shadow: 2px 6px 8px rgba(0,0,0,0.3);
    font-size: clamp(1.75rem, 2vw,2rem);
}
.stress-detector-card-product-benefits{
    padding-bottom: 0px;
    margin-bottom: -20px;
    max-width: 100%;
}
.stress-detector-card-product-benefits img{
    width: 350px;
    max-width: 100%;
}
.stress-detector-card-product-benefits .subtitle{
    font-weight: 600;
}
.stress-detector-card-product-benefits .card-text{
    position: relative;
}
.stress-detector-card-product-benefits .card-text .stress-detector-logo{
    position: absolute;
    top: -3%;
    right: 50%;
    transform: translateX(50%);
    max-width: 150px;

}

.stress-detector-card-product-benefits .card-text .btn-beneficii {
    width: 100%;
}
.card-qr img{
    width: 200px;
    max-width: 100%;
}


/*Contact*/
.contact-info img{
    width: 30px;
}
.inside-img-contact{
    background-image: url('../images/contact.jpg');
}
.contact-section{
    border-left: 2px solid #00188A;
}
.contact-section a{
    color: #00188A ;
}
/* Politica de cookie*/
.special-title-section{
    color: #00188A;
    border-bottom: 1px solid #00188A;
}

#ot-sdk-btn{
    color: #ffffff;
    background-color: #00188A;
    padding: 7px 10px;
    border: 0px;
}
#ot-sdk-btn img{
    width: 24px;
    height: 24px;
    margin-right: 5px;
}
.cookie-table .table{
    font-size: 12px;
    font-weight: 600;
    background-color: transparent !important;
    width: 100%;

}
.table > :not(caption) > * > *{
    background-color: transparent !important;
    color: #00188A;
}
.table td{
    max-width: 150px;
}
.custom-bordered-table th,
.custom-bordered-table td {
    position: relative;
    padding-bottom: 12px;
}

.custom-bordered-table th::after,
.custom-bordered-table td::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    height: 1px;
    background-color: #00188A;
    opacity: 0.5;
}
.bottom-border-m{
    border-bottom: 1px solid #00188A;
}
/* Sitemap*/
.custom-list, .custom-list-inside{
    list-style: none;
    padding-left: 20px;
    position: relative;
}

.custom-list li,
.custom-list-inside li{
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: clamp(0.625rem, 2rem, 1.25rem);
}

.custom-list li::before,
.custom-list-inside li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 16px;
    height: 16px;
    background-color: #00188A;
    border-radius: 50%;
}
.custom-list li::after {
    content: "";
    position: absolute;
    left: 7px;
    top: -15px;
    width: 2px;
    height: calc(100% - 10px);
    background-color: #00188A;
}
.custom-list-inside li::after,
.custom-list li:first-child::after {
    display: none;
}
@media only screen and (min-width: 490px) {
    .horisontal-img,
    .vertical-img {
        height: 250px;
    }

}
@media only screen and (min-width: 576px) {
    .product-icons img{
        width: 60px;
        margin-bottom: 5px;
        margin-right: 5px;
    }
    .product-icons .special{
        width: 70px;
        margin-left: -10px;
        margin-right: 10px;
    }

    .detector-banner-text{
        top:50%;
        transform: translate(-50%,-50%);
        text-align: start;
        max-width: 1274px;
        padding: 0px 16px;
    }
    .stress-detector-card-product-benefits .card-text{
        margin-top: 24px;
    }
    .stress-detector-card-product-benefits .card-text .btn-beneficii{
        width: 300px;
        margin: auto;
    }
    .detector-banner-text{
        top:50%;
        transform: translate(-50%,-50%);
        text-align: start;
        max-width: 1274px;
        padding: 0px 16px;
    }
    .stress-detector-card-product-benefits .card-text .stress-detector-logo {
        top: -13%;
    }
    #start_scan{
        margin-left: 0px;
    }
}
@media only screen and (min-width: 600px) {
    .qa-answer-card {
        width: 150px;
    }

}

@media only screen and (min-width: 768px) {
    .footer-info {
        background-image: url("../images/footer-d.jpg");
    }

    .benefits-slider-icon {
        max-width: 70px;
        width: 100%;
        top: -30px;
        right: -30px;
    }

    .benefits-swipers-wrapper {
        display: flex;
        flex-direction: row;
        outline: 5px solid #27387C;
        border-top-left-radius: 70px;
        border-bottom-right-radius: 30px;
        overflow: hidden;
    }

    .benefitsMainSwiper {
        width: 75%;
        box-sizing: border-box;
    }

    .benefitsThumbsSwiper {
        width: 25%;
    }

    .benefits-maine-slide ol li p {
        margin-bottom: 7px;
    }

    .w-md-70 {
        max-width: 70%;
    }

    .benefitsThumbsSwiper .swiper-slide:first-child {
        border-left: 1px solid #27387C;
    }

    .qa-answer-card {
        width: 180px;
    }

    .urs-qa {
        margin: 10px 0px;
    }

    .article-title {
        height: 60px;
    }

    .swiper-pagination-lock {
        display: none;
    }

    .inside-img {
        min-height: 600px;
    }

    .article-wrapper-inside .article-card,
    .all-products .slide-other-products {
        max-width: 48%;
    }

    .all-products .other-products-wrapper {
        min-height: 620px;
    }

    .card-product-benefits {
        max-width: 100%;
    }

    .stress-detector-card-product-benefits .card-text{
        margin-top: 10px;
    }
    .bottom-border-m {
        border-bottom: 0px;
    }
    .stress-detector-card-product-benefits img{
        width: 100%;
    }
    .stress-detector-card-product-benefits .card-text .stress-detector-logo {
        top: -9%;
    }
}

@media only screen and (min-width:992px) {
    .nav-link,
    .dropdown-item{
        font-weight: 700;
    }
    .dropdown-menu{
        padding: 16px;
    }
    .special-title-section{
        background-color: #6BAADE;
    }
    .benefits-slider-icon{
        position: absolute;
        max-width: 90px;
        width: 100%;
        top: -50px;
        right: -50px;
    }
    .swiper-benefits{
        padding-right: 50px;
        padding-left: 50px;
    }
    .nav-item.dropdown .dropdown-menu {
        display: none;
    }
    .nav-link{
        padding: 0 20px !important;
    }
    .section-p{
        padding: 40px;
    }
    .paragraph-p{
        padding: 20px 0px;
    }
    .kids-product-section{
        background-color: #ffffff;
        border-top-left-radius: 140px;
        border-bottom-right-radius: 70px;
        display: grid;
        grid-template-areas:
        "prod-img description";
        grid-template-columns: 1fr 1fr;
        gap: 0 2rem;
        overflow: hidden;
    }
    .location-wrapper{
        background-color: #ffffff;
        border-top-left-radius: 70px;
        border-bottom-right-radius: 70px;
    }
    .kids-product-image{
        border-top-left-radius: 90px;
        border-bottom-right-radius: 50px;
    }
    .urs-up{
        max-width: 120px;
        top: 0;
        left: 0;
    }
    .urs-down{
        max-width: 120px;
        bottom: 0;
        right: 0;
    }
    .magnevie-kids-product-img{
        max-width: 300px;
        width: 100%;
    }
    .product-icons-subtitle{
        padding-top: 11px;
    }
    .product-icons img{
        width: 70px;
        margin-bottom: 10px;
        margin-right: 10px;
    }
    .product-icons .special{
        width: 85px;
        margin-left: -15px;
        margin-right: 10px;
    }
    .stiati-ca-section{
        border-top-left-radius: 70px;
        border-bottom-right-radius: 70px;
    }
    .slide-product-composition{
        background-color: #ffffff;
        border-top-left-radius: 70px;
        border-bottom-right-radius: 30px;
    }
    .horisontal-img img{
        margin-top: 0px;
    }
    .vertical-img img{
        margin-top: -40px;
    }
    .urs-qa{
        width: 70px;
    }
    .qa-answer-card {
        width: 240px;
        margin: 10px;
    }
    .article-card {
        width: 31%;
        min-height: 430px;
    }
    .article-card p{
        height: 100px;
    }
    .all-products .slide-other-products{
        width: 31%;
    }
    .product-description-section {
        display: grid;
        grid-template-areas:
        "product-img product-description"
        "product-location product-description";
        grid-template-columns: 1fr 1fr;
        /*grid-template-rows: auto minmax(150px, 120px);*/
        grid-template-rows: auto minmax(170px, 200px);
        gap: 2rem;
        overflow: hidden;
    }
    .product-description-section .product-description {
        border-top-left-radius: 70px;
        border-bottom-right-radius: 30px;
    }
    .product-description-section .location-wrapper{
        border-top-left-radius: 70px;
        border-bottom-right-radius: 70px;
    }
    .inside-container{
        position: relative;
    }
    /*.inside-container::before {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    inset: 0;*/
    /*    background-color: rgba(193, 219, 241, 0.7);*/
    /*    z-index: 1;*/
    /*}*/
    .contact-container{
        position: relative;
    }
    /*.contact-container::before{*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    inset: 0;*/
    /*    background-color: rgba(107, 170, 222, 0.7);*/
    /*    z-index: 1;*/
    /*}*/
    .contact-container > *{
        position: relative;
        z-index: 2;
    }
    .inside-container > *{
        position: relative;
        z-index: 2;
    }
    .card-product-benefits{;
        border-top-left-radius: 70px;
        border-bottom-right-radius: 70px;
    }
    .inside-img{
        border-top-left-radius: 70px;
        border-bottom-right-radius: 30px;
        min-height: auto;
    }
    .inside-text{
        background-color: transparent;
    }
    .cookie-table .table{
        width: 70%;
    }
    .stress-detector-card-product-benefits .card-text .stress-detector-logo {
        top:-15%;
        max-width: 200px;
    }
    .stress-detector-card-product-benefits .card-text .btn-beneficii {
        margin-left: 0px ;
    }
}
@media only screen and (min-width: 1200px) {

    #accordionQA .accordion-item{
        padding: 10px 0px;
    }

    .slide-other-products{
        padding-top: 8%;
    }
    .article-card p{
        height: 80px;
    }
    .article-card{
        min-height: 420px;
    }
}

