/* <editor-fold defaultstate="collapsed" desc="Our Products"> */
.our-products { }
.our-products .products-list { display: flex; flex-wrap: wrap; gap: 38px; justify-content: center; }
.our-products .product-card { background: #fff; border-radius: 24px; border: 2px solid transparent; width: 328px; min-height: 420px; box-shadow: 0 2px 18px 0 #02497d13; display: flex; flex-direction: column; align-items: center; transition: box-shadow 0.22s cubic-bezier(.25,.8,.25,1), border 0.17s, transform 0.18s; padding: 24px 20px 30px 20px; cursor: pointer; position: relative; overflow: hidden; }
.our-products .product-card:hover, .our-products .product-card:focus { box-shadow: 0 8px 38px 0 #02497d3d, 0 2px 8px #ffcb2120; border: 2px solid #02497D; outline: none; transform: translateY(-1.5px) scale(1.019); }
.our-products .product-card:focus { box-shadow: 0 0 0 2px #02497d3d, 0 10px 48px 0 #02497dd1; border: 2px solid #02497D; }
.our-products .image img { width: 190px; height: 190px; object-fit: contain; }
.our-products .info { text-align: center; width: 100%; }
.our-products .name { color: #004B7F; font-weight: bold; font-size: 1.14em; margin-bottom: 7px; font-family: 'Montserrat-Bold', Noto Sans, Arial, sans-serif; letter-spacing: .5px; }
.our-products .desc { color: #222b; min-height: 54px; margin-bottom: 18px; font-size: 1em; line-height: 1.39; }
.our-products .pricing { margin-bottom: 20px; font-size: 1.09em; }
.our-products .offer-price { color: #C9242B; font-family: 'PriceFont', Noto Sans, Arial, sans-serif; font-weight: 700; font-size: 1.13em; margin-right: 9px; letter-spacing: 0.1px; }
.our-products .old-price { text-decoration: line-through; color: #9dbcd2; font-size: 1em; margin-left: 1px; font-family: 'PriceFont', Noto Sans, Arial, sans-serif; }
.our-products .price { color: #02497D; font-family: 'PriceFont', Noto Sans, Arial, sans-serif; font-weight: 700; }
.our-products .vat { margin-left: 7px; color: #606062; font-size: 0.95em; font-weight: 500; }
.our-products .more-link { text-align: center; margin-top: 38px; }

@media (max-width: 1100px) {
    .our-products .products-list {gap: 19px;}
    .our-products .product-card {width: 90vw;max-width:338px;}
}
@media (max-width: 750px) {
    .our-products .products-list {flex-direction: column; align-items: center;}
    .our-products .section-header .SectionTitle {font-size: 29px;}
}
@media (max-width: 600px) {
    .our-products {padding: 30px 0 20px 0;}
    .our-products .product-card {padding: 15px 5px 22px 5px; min-height: unset;}
    .our-products .section-header .SectionTitle {font-size: 21px;}
}
/* </editor-fold> */

.HomePageVideosListPlaceHolder {background-color:#F7F7F7;}
.HomePageVideosListContainer {width:100%; max-width: 960px; margin-left:auto;margin-right:auto; overflow:hidden;}
.HomePageVideosListContainer .FirstVideo{float:left; width:640px;}
.HomePageVideosListContainer .FirstVideo .Embed{width:640px;height:360px; cursor:pointer;}
.HomePageVideosListContainer .FirstVideo .Embed iframe{width:640px;height:360px;border:0px;}
.HomePageVideosListContainer .List {float:left; width:290px; padding-left:10px;}
.HomePageVideosListContainer .List img{width:96px;height:52px;}
.HomePageVideosListContainer .List .Video {width:270px;height:52px; padding:8px;cursor:pointer;}
.HomePageVideosListContainer .List .Video .Image{float:left; width:105px;}
.HomePageVideosListContainer .List .Video .Title{float:left; width:160px;font-size:14px;}
.HomePageVideosListContainer .List .Selected{width:270px;height:52px; padding:8px;cursor:pointer; background-color:#0364AB; color:white;}
.HomePageVideosListContainer .List .Selected img{width:96px;height:52px;}
.HomePageVideosListContainer .List .Selected .Image{float:left; width:105px;}
.HomePageVideosListContainer .List .Selected .Title{float:left; width:160px; font-size:14px;}

@media screen and (max-width: 960px) {
    .HomePageVideosListContainer{width:100%;zoom: 0.5; -moz-transform: scale(0.5);}
}

@media screen and (max-width: 452px) {
    .HomePageVideosListContainer{width:100%;zoom: 0.40; -moz-transform: scale(0.40);}
}
