html,body{margin:0;padding:0;}
body{font-size: 17px; font-family: "Poppins", serif; font-weight: 400; background: rgb(255, 255, 255); color: rgb(58, 58, 60); text-align: center; font-optical-sizing: auto; overflow-x: hidden;}

input{-webkit-user-select: text;-moz-user-select: text;-ms-user-select: text;user-select: text;}

img{border:0}
form{margin:0;}
p{margin:10px 0 10px 0;padding:0;}
a:link, a:visited {color:rgb(85, 86, 87); text-decoration:none;}
a:hover {color:rgb(109, 110, 113); text-decoration: underline;}


.main-color {color: rgb(145, 169, 62) !important; background: rgb(145, 169, 62) !important;}
.main-color-c {color: rgb(145, 169, 62) !important;}
.main-color-b {background: rgb(145, 169, 62) !important;}

.second-color {color: rgb(108, 96, 78) !important; background: rgb(108, 96, 78) !important;}
.second-color-c {color: rgb(108, 96, 78) !important;}
.second-color-b {background: rgb(108, 96, 78) !important;}

.third-color {color: rgb(11,11,11) !important; background: rgb(11,11,11) !important;}
.third-color-c {color: rgb(11,11,11) !important;}
.third-color-b {background: rgb(11,11,11) !important;}

.web-title {float: left; position:fixed;left: -100%;margin: 0px;font-size: 1px;}



.font {}
.font-bold {}




/*  HEADER and MENU  */
.web-header-ghost {width: 100%; height: 120px; margin: auto; background: rgb(255,255,255); position: relative;}

.web-header {height: 120px; width: 100%; top: 0px; left: 0%; right: 0%; margin: auto; position: fixed; z-index: 99; transition: all 0.4s;}

.web-header-bg {width: 100vw; height: 100%; left: -100%; right: -100%; top: -100%; bottom: -100%; background: rgb(108, 96, 78); transition: all 0.3s; margin: auto; position: absolute; z-index: 0;}

.web-header-in {width: 98%; max-width: 1500px; height: 120px; margin: 0px auto 0px; position: relative; z-index: 66;}

.web-header-inner {width: 100%; height: 120px; position: relative; transition: all 0.5s;}

.home-page .web-header-bg {max-width: 1600px;}
.header-fix .web-header-bg {max-width: 100vw !important; box-shadow: 0px 0px 14px -10px black;}


.web-header-in-logo {width: 220px; height: 120px; left: -2px; top: 0px; margin: auto; position: absolute; z-index: 11; transition: all 0.5s;}
.web-header-in-logo-in {width: 100%; height: 100%; left: 0%; top: 0%; background: url("/images/design/logo-white.svg") no-repeat; background-size: contain; background-position: left center; position: absolute; transition: all 0.3s;}
.web-header-in-logo a {width: 100%; height: 100%; left: 0px; top: 0px; position: absolute; display: block; z-index: 3; cursor: pointer;}
.web-header-in-logo:hover {}
.web-header-in-logo:hover .web-header-in-logo-in {transform: scale(1.025);}








/* MAIN MENU */
.web-main-menu {left: 250px; top: 35px; margin: auto; position: absolute; z-index: 6;}
.web-main-menu, .web-main-menu-in {height: 50px;}
.web-main-menu-in {padding: 0px; margin: auto; position: relative;}
.main-menu-item {height: 50px; display: inline-block; float: left; position: relative;}
.main-menu-item-a {height: auto; font-size: 20px; line-height: 25px; color: rgb(255, 255, 255) !important; padding: 12px 18px; letter-spacing: 1px; font-weight: 500; display: block; cursor: pointer; text-transform: uppercase;}

.main-menu-item:after {width: 4px; height: 0%; left: 8px; top: 0%; bottom: 0%; background: rgb(145, 169, 62); position: absolute; margin: auto; content:""; transition: all 0.25s; transition-delay: 0.05s; pointer-events: none; z-index: -1;}
.menu-active, .main-menu-item:hover {}
.menu-active .main-menu-item-a, .main-menu-item-a:hover {color: rgb(66,66,66); text-decoration: none;} 
.menu-active:after , .main-menu-item:hover:after {height: 20px; opacity: 1;}

.main-menu-item-subs {min-width: 300px; left: 1%; top: 88%; background: rgb(145, 169, 62); box-shadow: 2px 3px 15px -14px rgb(0, 0, 0); text-align: left; position: absolute;}
.main-menu-item-subs {transform: scale(0); opacity: 0; transform-origin: left top; transition: all 0s; transition-delay: 0.1s;}
.main-menu-item:hover .main-menu-item-subs {top: 95%; transform: scale(1); opacity: 1; transition: opacity 0.5s , top 0.3s linear;}

.main-menu-item-subs-item {width: 100%; position: relative;}
.main-menu-item-subs-item a {padding: 18px 0px 18px 25px; font-size: 17px; line-height: 22px; letter-spacing: 1px; word-spacing: 1px; font-weight: 300; color: rgb(255, 255, 255); display: flex; gap: 15px; align-items: center;}
.main-menu-item-subs-item a:hover {background: rgba(0, 0, 0, 0.1); color: rgb(255, 255, 255); text-decoration: none;}
.main-menu-item-subs-item a i {font-size: 28px;}
.main-menu-item-subs-item a span {}

.menu-btn, .mobil-menu {display: none;}




/* MAIN MENU - KATALOG */ 
.main-menu-item-katalog {left: -5px; top: 90%; opacity: 0; transform: scale(0); position: absolute;}
.main-menu-item:hover .main-menu-item-katalog {top: 100%; transform: scale(1); opacity: 1; transition: opacity 0.2s , top 0.2s;}

.main-menu-item-katalog-in {padding: 10px 10px 10px 30px; display: flex; gap: 10px; flex-direction: column; box-shadow: 5px 0px 20px -10px black; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px;background: rgb(255,255,258); position: relative;}
.main-menu-item-katalog-in:before {width: 5px; height: 80%; left: 13px; top: 0%; bottom: 0%; margin: auto; background: rgb(145, 169, 62); content: ''; position: absolute; z-indeX: 1;}
.main-menu-item-katalog-in-item {padding: 0px 20px 5px 0px; display: flex; gap: 5px; align-items: center; position: relative;}
.main-menu-item-katalog-in-item:hover {background: rgb(244,244,244);}
.main-menu-item-katalog-in-item-img {width: 100px; height: 100px;}
.main-menu-item-katalog-in-item-img img {width: 100%; height: 100%; object-fit: contain; display: block; mix-blend-mode: multiply;}
.main-menu-item-katalog-in-item-title {}
.main-menu-item-katalog-in-item-title span {font-size: 19px; letter-spacing: 0.75px; white-space: nowrap; font-weight: 600;}
.main-menu-item-katalog-in-item a {width: 100%; height: 100%; left: 0px; top: 0px; position: absolute; display: block; z-index: 9; cursor: pointer;}







/* CART */
.web-menu-cart {height: 54px; width: 180px; right: 0px; bottom: 35px; margin: auto; background: rgb(145, 169, 62); border-bottom-left-radius: 10px; position: absolute; z-index: 9; transition: all 0.2s;}
.web-menu-cart-i {height: 54px; width: 60px; float: left;}
.web-menu-cart-i i {font-size: 34px; line-height: 54px; color: rgb(255,255,255);}
.web-menu-cart-title {font-size: 10px; right: 12px; top: 10px; color: rgba(255,255,255, 0.5); font-weight: 300; letter-spacing: 1px; text-align: right; position: absolute;}
.web-menu-cart-status {font-size: 15px; right: 12px; top: 26px; color: rgb(255,255,255); letter-spacing: 1px; text-align: right; font-weight: 500; white-space: nowrap; position: absolute;}
.web-menu-cart-url {width: 100%; height: 100%; left: 0%; top: 0%; display: block; position: absolute; z-index: 6;}






.web-header-social {top: 48px; right: 200px; position: absolute;}
.web-header-social-items {display: flex; gap: 20px; align-items: center;}
.web-header-social-items div {}
.web-header-social-items div a {color: rgb(255, 255, 255);}
.web-header-social-items div a i {font-size: 20px;}
.web-header-social-items div a:hover {color: rgb(145, 169, 62);}










/* HOME */
.home-form {width: 100%; margin: 0px auto 0px; position: relative; z-index: 9;}




.home-0 {width: 100%; margin: 0px auto 0px; background: rgb(255,255,255); position: relative; z-index: 3;}
.home-0:before {width: 100%; height: 200px; left: 0%; top: 0%; position: absolute; z-index: 9; content:'';}
.home-0-in {width: 100%; padding: 0px; margin: auto; position: relative;}

.home-slider, .home-slider .swiper-container {width: 100%; height: 100vh; position: relative; margin: auto;}
.home-slide-form {width: 100%; height: 100%; left: 0px; right: 0px; top: 0px; position: absolute; margin: auto; overflow: hidden;}
.home-slide-form-in {width: 100%; height: 100%; left: 0%; top: 0%; margin: auto; overflow: hidden; position: absolute;}

.home-slide-form-bg {width: 100%; height: 100%; left: 0%; top: 0%; background: rgb(245,245,245); transform: scale(1.04); transition: all 2.1s; transition-delay: 0.6s; overflow: hidden; position: absolute; overflow: hidden; z-index: 1;}
.home-slide-form-bg img {width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; opacity: 0; transition: all 1s; transition-delay: 0.3s;}
.home-slide-form-bg .lazyloaded {opacity: 1 !important;}
.swiper-slide-active .home-slide-form-bg , .swiper-slide-duplicate-active .home-slide-form-bg {transform: scale(1.0);}

.home-slide-form-data {width: 96%; height: 0px; max-width: 1500px; left: 0%; right: 0%; top: -20%; bottom: 0%; margin: auto; display: flex; justify-content: end; position: absolute; z-index: 3;}
.home-slide-form-data-in {width: 100%; max-width: 600px; position: relative;}
.home-slide-form-data-in {opacity: 0; transform: scale(0.95) translateX(50px); transition: opacity 1.5s , transform 1.5s; transition-delay: 0.8s; transform-origin: left center; background: rgba(0,0,0,0.8); position: relative;}
.home-slide-form-data-in-top {width: 100%; left: 0%; right: 0%; bottom: 0%; margin: auto; position: absolute;}
.home-slide-form-data-in-top-title {font-size: 70px; line-height: 76px; font-weight: 700; color: rgb(255,255,255); text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25); text-transform: uppercase;}
.home-slide-form-data-in-bot {width: 80%; left: 0%; right: 0%; top: 10px; margin: auto; position: absolute;}
.home-slide-form-data-in-bot-text {font-size: 17px; line-height: 22px; letter-spacing: 0.5px; font-weight: 300; color: rgb(255,255,255); text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);}
.home-slide-form-data-in-bot-text {display: block; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.swiper-slide-active .home-slide-form-data-in , .swiper-slide-duplicate-active .home-slide-form-data-in {opacity: 1; transform: scale(1) translateX(0px);}



.home-slider-pagination {width: 96%; max-width: 1500px; left: 0%; right: 0%; bottom: 30px; margin: auto; position: absolute; z-index: 11;}
.home-slider-pagination-in {width: auto !important; display: flex; gap: 18px;}
.home-slider-pagination-in .swiper-pagination-bullet {height: auto; font-size: 24px; padding: 0px; margin: 0px !important; color: rgb(255, 255, 255); background: transparent; font-weight: 900;}
.home-slider-pagination-in .swiper-pagination-bullet-active {}








.home-1 {width: 100%; margin: -140px auto 0px; background: rgba(255,255,255,0); position: relative; z-index: 6;}
.home-1-in {width: 96%; max-width: 1600px; padding: 0px; margin: auto; display: flex; flex-direction: column; background: rgb(145, 169, 62); border-top-right-radius: 60px; overflow: hidden; position: relative;}
.home-1-in-banner {width: 100%; position: relative;}
.home-1-in-banner-in {width: 100%; display: flex; position: relative;}
.home-1-in-banner-in a {width: 100%; height: 100%; left: 0%; top: 0%; display: block; position: absolute; cursor: pointer; z-index: 9;}
.home-1-in-banner-in:hover {background: rgb(130, 154, 47); transition: all 0.2s;}
.switched-banner .home-1-in-banner-in {flex-direction: row-reverse;}
.home-1-in-banner-left {width: 50%; flex-grow: 0; flex-shrink: 0; position: relative;}
.home-1-in-banner-left-in {width: 100%; height: 100%; left: 0%; top: 0%; overflow: hidden; position: absolute;}
.home-1-in-banner-left-in img {width: 100%; height: 100%; object-fit: cover;}
.home-1-in-banner-in:hover .home-1-in-banner-left-in img {transform: scale(1.03);}
.home-1-in-banner-right {width: 50%; flex-grow: 0; flex-shrink: 0; position: relative;}
.home-1-in-banner-right-in {width: 100%; position: relative;}
.home-1-in-banner-right-in-data {width: 96%; max-width: 500px; margin: auto; }
.home-1-in-banner-right-in-data-in {padding: 70px 0px; display: flex; flex-direction: column; gap: 30px;}
.home-1-in-banner-right-in-data-in-title {}
.home-1-in-banner-right-in-data-in-title h2 {font-size: 50px; line-height: 54px; padding: 0px; margin: 0px; letter-spacing: 1px; color: rgb(255, 255, 255);}
.home-1-in-banner-right-in-data-in-text {font-size: 17px; line-height: 24px; letter-spacing: 0.5px; font-weight: 300; color: rgb(255, 255, 255);}
.home-1-in-banner-right-in-data-in-btn {width: 100%; display: flex; justify-content: center; align-items: center;}
.home-1-in-banner-right-in-data-in-btn div {height: 60px; padding: 0px 50px; border-radius: 30px; background: rgb(238, 28, 37); display: flex; justify-content: center; align-items: center;}
.home-1-in-banner-right-in-data-in-btn div span {font-size: 22px; letter-spacing: 1px; color: rgb(255, 255, 255); font-weight: 600;}
.home-1-in-banner-in:hover .home-1-in-banner-right-in-data-in-btn div {box-shadow: 0px 0px 0px 8px rgba(238, 28, 37, 0.3); transition: all 0.3s;}








.home-2 {width: 100%; margin: 0px auto 0px; background: rgba(255,255,255,0); position: relative; z-index: 3;}
.home-2-in {width: 96%; max-width: 1600px; padding: 0px; margin: auto; background: rgb(108, 96, 78); border-bottom-left-radius: 60px; overflow: hidden; position: relative;}
.home-2-in-title {width: 100%; padding: 50px 0px; text-align: center; position: relative;}
.home-2-in-title h2 {font-size: 46px; line-height: 50px; padding: 0px; margin: 0px; letter-spacing: 1px; color: rgb(255, 255, 255); font-weight: 500;}
.home-2-in-items {width: 100%; padding: 0px 0px 100px; position: relative;}
.home-2-in-items-in {width: 100%; display: flex;}
.home-2-in-item {width: 33.33%; flex-grow: 0; flex-shrink: 0; cursor: pointer;}
.home-2-in-item-in {width: 90%; margin: auto; position: relative;}
.home-2-in-item-in-img {width: 100%; height: 300px; transition: all 0.2s;}
.home-2-in-item-in-img img {width: 100%; height: 100%; object-fit: contain;}
.home-2-in-item:hover .home-2-in-item-in-img {transform: scale(1.05); transition: all 0.4s;}
.home-2-in-item-in-data {width: 96%; height: 300px; display: flex; flex-direction: column; justify-content: space-between; margin: auto;}
.home-2-in-item-in-data-title {height: 90px; display: flex; justify-content: center; align-items: center;}
.home-2-in-item-in-data-title h3 {font-size: 36px; line-height: 42px; padding: 0px; margin: 0px; letter-spacing: 1px; color: rgb(255, 255, 255); font-weight: 500;}
.home-2-in-item-in-data-title h3 {display: block; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.home-2-in-item-in-data-text {width: 80%; margin: auto;}
.home-2-in-item-in-data-text div {font-size: 16px; line-height: 21px; color: rgb(255,255,255); font-weight: 300;}
.home-2-in-item-in-data-text div {display: block; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.home-2-in-item-in-data-btn {width: 100%; display: flex; justify-content: center; align-items: center;}
.home-2-in-item-in-data-btn div {height: 60px; padding: 0px 50px; border-radius: 30px; background: rgba(145,169,62,0); border: 1px solid rgb(145,169,62); display: flex; justify-content: center; align-items: center;}
.home-2-in-item-in-data-btn div span {font-size: 22px; letter-spacing: 1px; color: rgb(255, 255, 255); font-weight: 600;}
.home-2-in-item:hover .home-2-in-item-in-data-btn div {background: rgba(145,169,62,1); box-shadow: 0px 0px 0px 8px rgba(145, 169, 62, 0.3); transition: all 0.3s;}








.home-3 {width: 100%; margin: 0px auto 0px; background: rgba(255,255,255,0); position: relative; z-index: 6;}
.home-3-in {width: 96%; max-width: 1400px; padding: 0px; margin: auto; position: relative;}
.home-3-inner {width: 100%; padding: 0px; margin: auto; display: flex; align-items: center; position: relative;}
.home-3-in-img {width: 55%; flex-grow: 0; flex-shrink: 0;}
.home-3-in-img-in {width: 100%; height: 500px; position: relative;}
.home-3-in-img-in img {width: 100%; left: 0%; right: 0%; top: -100px; bottom: 0%; object-fit: contain; object-position: center top; position: absolute; pointer-events: none;}
.home-3-inner:hover .home-3-in-img-in img {transform: scale(1.02); filter: drop-shadow(8px 20px 15px rgba(145, 169, 62, 0.5));}
.home-3-in-data {}
.home-3-in-data-in {width: 100%; display: flex; flex-direction: column; gap: 25px;}
.home-3-in-data-in-title {}
.home-3-in-data-in-title h3 {font-size: 54px; line-height: 60px; letter-spacing: 0.5px; padding: 0px; margin: 0px; color: rgb(108, 96, 78); font-weight: 800;}
.home-3-in-data-in-text {width: 80%; margin: auto;}
.home-3-in-data-in-text div {color: rgb(145,169,62); letter-spacing: 0.25px;}






.home-4 {width: 100%; margin: 0px auto 0px; background: rgba(255,255,255,0); position: relative; z-index: 6;}
.home-4-in {width: 96%; max-width: 1500px; padding: 0px; margin: 20px auto 0px; position: relative;}
.home-4-slide {width: 100%; position: relative;}
.home-4-slide-in {width: 100%; position: relative;}
.home-4-slide-in a {width: 100%; height: 100%; left: 0%; top: 0%; display: block; position: absolute; cursor: pointer; z-index: 9;}
.home-4-slide-in-img {width: 100%; height: 360px; background: rgb(245,245,245); position: relative; overflow: hidden; position: relative; z-index: 3;}
.home-4-slide-in-img img {width: 100%; height: 100%; object-fit: cover;}
.home-4-slide-in:hover .home-4-slide-in-img img {transform: scale(1.05);}
.home-4-slide-in-title {height: 150px; display: flex; justify-content: center; align-items: center; position: relative; z-index: 3;}
.home-4-slide-in-title div {width: 260px; height: 70px; padding: 0px 10px; border-radius: 70px; background: rgb(108, 96, 78); transition: all 0.1s; display: flex; justify-content: center; align-items: center;}
.home-4-slide-in-title div span {font-size: 22px; line-height: 22px; letter-spacing: 0.5px; color: rgb(255,255,255); font-weight: 600;}
.home-4-slide-in-title div span {display: block; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.home-4-slide-in:hover .home-4-slide-in-title div {background: rgba(145,169,62,1); box-shadow: 0px 0px 0px 8px rgba(145, 169, 62, 0.3); transition: all 0.3s;}
.home-4-in-btn {width: 40px; height: 40px; top: 170px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: all 0.2s; position: absolute;}
.home-4-in-btn i {font-size: 40px; color: rgb(145,169,62);}
.home-4-in-btn:hover {transform: scale(1.3);}
.h4ib-prev {right: 102%;}
.h4ib-next {left: 102%;}
















/*  CONTENT  */
.web-container {background: rgb(255, 255, 255); display: inline-block; width: 100%; margin-bottom: 2%;}

.web-content {width: 96%; max-width: 1500px; font-size: 16px; padding: 30px 2% 40px; margin: 0px auto 50px; text-align: left; background: rgb(255, 255, 255); display: inline-block; position: relative; z-index: 6;}

.action--product .web-content {padding-top: 0px;}


.is-web-content-top-img {padding: 25px 3.5% 40px; margin-top: -50px;}
.is-web-content-top-img:before {width: 100%; height: 100%; max-height: 400px; left: 0%; top: 0%; right: 0%; position: absolute; content: ''; box-shadow: 0px -10px 40px -40px black; z-index: -1;}
.is-web-content-top-img:after {width: 100%; height: 200px; left: 0%; top: -40px; right: 0%; background: linear-gradient(180deg, rgb(235, 249, 241) 0%, rgb(255, 255, 255) 70%); border-top: 4px solid rgb(77, 179, 119); position: absolute; content: ''; z-index: -1;}




.web-content-top-img {width: 100%; height: 400px; margin: auto; position: relative; z-index: 3;}
.web-content-top-img-in {width: 100%; height: 100%; right: 0px; top: 0px; background: rgb(240, 240, 240); position: absolute;}
.web-content-top-img-in:after {width: 100%; height: 60%;left: 0%;bottom: 0%;background: linear-gradient(to top, rgb(255, 255, 255) 0%,rgba(255, 255, 255, 0) 100%);margin: auto;position: absolute;content: '';z-index: 9;}
.web-content-top-img-in img {width: 100%; height: 100%; filter: grayscale(55%) contrast(50%) brightness(125%); opacity: 0; transition: opacity 0.5s; display: block; object-fit: cover; position: relative; z-index: 3;}
.web-content-top-img-in .lazyloaded {opacity: 0.5;}
.web-content-top-img-in-mask {}

.web-content-top-img-logo {width: 550px; height: 500px; top: 10px; left: 0px; right: -1300px; margin: auto; position: absolute; z-index: 9;}
.web-content-top-img-logo img {width: 100%; height: 100%; filter: grayscale(70%); opacity: 0; transition: opacity 0.5s; display: block; object-fit: contain; position: relative; z-index: 3;}
.web-content-top-img-logo .lazyloaded {opacity: 0.3;}


.page-bread-form {width: 100%; margin: -5px 0px 20px;}
.page-bread-form ul {padding: 0px;margin: 0px;list-style: none; display: inline-block;}
.page-bread-form ul li {font-size: 14px; color: rgb(33, 49, 72); float: left;}
.page-bread-form ul li:before {padding: 0px 10px; content:"/"; opacity: 0.1;}
.page-bread-form ul li:first-child:before {content:""; display: none;}
.page-bread-form ul li a {letter-spacing: 1px; color: rgba(33, 49, 72, 0.4); font-weight: 300; text-transform: uppercase;}
.page-bread-form ul li a i {font-size: 16px; margin: 0px 11px 0px 2px; color: rgb(145, 169, 62); float: left;}
.page-bread-form ul li a:hover {opacity: 0.8;}



.page-title-form {width: 100%; padding: 0px 0px 20px; position: relative;}
.page-title-form-icon {padding: 0px 30px 0px 0px; float: left;}
.page-title-form-icon i {font-size: 70px; color: rgb(238, 28, 37);}
.page-title {color: rgb(58, 58, 60) !important; font-size: 60px !important; letter-spacing: 1px; word-spacing: 5px; margin: 0px 0px 20px !important; display: block; font-weight: 800 !important; text-transform: uppercase; position: relative;}


.web-content strong {font-size: 20px; color: rgb(58, 58, 60); letter-spacing: 1px; font-weight: 700;}
.web-content h2 {color: rgb(33, 49, 72); font-size: 28px; margin: 5px 0px 40px; font-weight: 800;}
.web-content h3 {color: rgb(33, 49, 72); font-size: 22px; margin: 30px 0px 10px; font-weight: 800;}
.web-content h4 {color: rgb(33, 49, 72); font-size: 18px; margin: 30px 0px 10px; font-weight: 800;}

.web-content h2:first-child {margin-top: 0px !important;}
.web-content h3:first-child {margin-top: 0px !important;}
.web-content h4:first-child {margin-top: 0px !important;}


.content-text-short {font-size: 20px; color: rgb(100, 100, 100); line-height: 32px; margin: 0px auto 40px; padding: 40px 4% 45px 100px; background: rgba(198, 255, 0, 0.1); letter-spacing: 0.5px; word-spacing: 1px; font-weight: 500; text-align: justify; position: relative;}
.content-text-short:before {height: 70%; width: 10px; bottom: 0%; top: 0%; left: 50px; background: rgb(145, 169, 62); content:''; position: absolute; margin: auto; z-index: 9;}




.content-text {font-size: 18px; line-height: 30px; letter-spacing: 1px; color: rgb(91, 91, 91); text-align: justify;}
.content-text ul {padding: 0px 0px 50px; margin: 0px; list-style: none;}
.content-text ul li {padding: 10px 0px 10px 40px; line-height: 26px; text-align: left; position: relative;}
.content-text ul li:before {font-size: 24px; left: 15px; top: 9px; color: rgb(77, 179, 119); content:"\25CF"; position: absolute;}
.content-text p {margin: 25px 0px 25px 0px;}
.content-text p:first-child {padding-top: 0px; margin-top: 0px;}
.content-text a {color: rgb(77, 179, 119); font-weight: 500;}
.content-text em {}
.content-text img {max-width: 100% !important; height: auto !important;}
.content-text table {font-size: 14px; line-height: 19px; text-align: left;}
.content-text video {background: whitesmoke;}


.web-content-videobox {width: 100%; max-width: 1000px; height: 60vw; max-height: 563px; background: rgb(245, 245, 245); box-shadow: 0px 0px 0px 15px rgb(245, 245, 245); margin: 0px auto 50px; position: relative;}
.web-content-videobox video {width: 100%; height: 100%; left: 0%; top: 0%; position: absolute;}



.content-text blockquote {font-size: 18px; color: rgb(100, 100, 100); line-height: 26px; margin: 0px auto 40px; padding: 40px 4% 45px 50px; background: rgba(165, 253, 174, 0.15); letter-spacing: 0.5px; word-spacing: 1px; font-weight: 500; text-align: justify; position: relative;}
.content-text blockquote:before {height: 70%; width: 8px; bottom: 0%; top: 0%; left: 24px; background: rgb(77, 179, 119); content:''; position: absolute; margin: auto; z-index: 9;}
.content-text blockquote p:last-child {padding-bottom: 0px; margin-bottom: 0px;}




.web-content-gallery {display: inline-block; width: 100%; margin-top: 35px;}
.web-content-gallery-item {width: 14.6%; margin: 1%; float: left; overflow: hidden; box-shadow: 0px 0px 1px 1px rgb(215, 215, 215);}

.web-content-gallery-item img {width: 100%; height: auto; float: left; transition: all 0.5s;}
.web-content-gallery-item:hover img {opacity: 0.3;}

.web-content-gallery-video {width: 98%; margin: 1%; overflow: hidden;}
.web-content-gallery-video iframe {width: 100%; height: 550px;}


.content-text-share {width: 100%; height: 30px; margin: 30px auto 20px;}
.content-text-share a {display: inline-block; cursor: pointer;}
.content-text-share i {width: 18px; height: 16px; padding: 7px; color: white; line-height: 15px; background: rgb(52, 101, 200); text-align: center; display: inline-block; float: left; transition: all 0.2s;}
.content-text-share span {height: 30px; line-height: 30px; color: white; padding: 0px 18px; background: rgb(87, 86, 86); font-weight: 300; display: inline-block; float: left; text-transform: uppercase; font-size: 14px; letter-spacing: 1.5px; transition: all 0.2s;}
.content-text-share a:hover i {background: black;}
.content-text-share a:hover span {background: rgb(20, 67, 114);}


.text-side-0 .content-text .content-text-in {column-count: 1; column-gap: 0px;}
.text-side-1 .content-text .content-text-in {column-count: 2; column-gap: 50px;}
.text-side-2 .content-text .content-text-in {column-count: 3; column-gap: 50px;}
.text-side-3 .content-text .content-text-in {column-count: 4; column-gap: 50px;}

.img-side-1 .content-text {width: 49%; float: left;}

.img-side-1 .content-text video {width: 100%; height: 344px;}
.img-side-2 .content-text video {width: 100%; height: 344px;}

.img-side-1 .web-content-gallery {width: 48%; float: right; margin-top: -0.3%; margin-right: -0.5%;}
.img-side-1 .web-content-gallery-item {width: 46%; margin: 2%;}
.img-side-1 .web-content-gallery-item img {height: 220px; object-fit: cover;}

.img-side-2 .content-text {width: 50%; float: right;}
.img-side-2 .web-content-gallery {width: 48%; float: left; margin-top: -0.3%; margin-left: -1%;}
.img-side-2 .web-content-gallery-item {width: 46%; margin: 2%;}
.img-side-2 .web-content-gallery-item img {height: 220px; object-fit: cover;}

.img-side-1 .web-content-gallery-video iframe {height: 338px;}
.img-side-2 .web-content-gallery-video iframe {height: 338px;}









/* GLOBAL PAGE */
.page-content-global {width: 100%; height: auto; margin: 0px auto 60px; position: relative;}

.page-content-global-bg {width: 100vw; left: -100%; right: -100%; top: -30px; bottom: 0px; background: rgb(87, 76, 60); margin: auto; position: absolute; z-index: 6;}
.page-content-global-bg:before {width: 44vw; height: 100%; left: 0px; top: 0px; bottom: 0px; background: rgb(87, 76, 60); position: absolute; content: ''; z-index: 6;}

.page-content-global-img {width: 50vw; right: 0%; top: 0px; bottom: 0px; background: rgb(81, 70, 55); position: absolute; z-index: 3;}
.page-content-global-img img {width: 100%; height: 100%; display: block; object-fit: cover; object-position: left center; transition: all 0.3s; opacity: 0;}
.page-content-global-img .lazyloaded {opacity: 1;}

.page-content-global-data {width: 46%; max-width: 500px; min-height: 230px; padding: 20px 0px 30px; position: relative; z-index: 9;}

.page-content-global-data-title {padding: 0px 0px 20px;}
.page-content-global-data-title h2 {font-size: 62px; line-height: 76px; letter-spacing: 1px; word-spacing: 5px; padding: 0px; margin: 0px; color: rgb(255, 255, 255); font-weight: 800;}

.page-content-global-data-line {width: 20%; padding: 0px 0px 25px; border-top: 6px solid rgb(145, 169, 62); position: relative;}

.page-content-global-data-text {width: 100%; font-size: 16px; line-height: 24px; color: rgba(255,255,255,0.7); letter-spacing: 0.5px; text-align: justify; font-weight: 300; position: relative;}
.page-content-global-data-date {width: 100%; padding: 15px 0px 0px; letter-spacing: 0.5px; text-align: justify; font-weight: 300; position: relative;}
.page-content-global-data-date div {width: 100%; font-size: 17px; line-height: 24px; padding: 15px 0px 0px; color: rgba(255,255,255,0.9); position: relative;}
.page-content-global-data-date div i {width: 22px; font-size: 18px; color: rgb(196, 154, 108); text-align: center;}
.page-content-global-data-date div span {font-size: 14px; padding: 0px 5px 0px 2px; color: rgba(255,255,255,0.7);}

.page-content-global-data .page-bread-form ul li {color: rgb(255, 255, 255);}
.page-content-global-data .page-bread-form ul li a {color: rgba(255, 255, 255, 0.5);}










/* HISTORY */
.history-tree {width: 100%; margin: 50px auto 0px; position: relative;}
.history-tree-line {width: 3px; height: auto; left: 0px; top: 0px; bottom: 70px; background: rgb(58, 58, 60); position: absolute;}
.history-tree-items {width: 100%; position: relative;}
.history-tree-item {position: relative;}
.history-tree-item-dot {width: 40px; height: 40px; left: -19px; top: -4px; background: rgb(28, 135, 205); border-radius: 50%; box-shadow: 0px 0px 0px 5px rgb(255, 255, 255); position: absolute;}
.history-tree-item-form {padding: 0px 0px 70px 50px; position: relative;}
.history-tree-item-form-date {font-size: 28px; padding: 0px 0px 10px; color: rgb(28, 135, 205); font-weight: 700;}
.history-tree-item-form-title {font-size: 26px; line-height: 38px; font-weight: 700;}
.history-tree-item-form-text {font-size: 18px; line-height: 24px; opacity: 0.8;}







/* CENNIK PAGE */
.get-nice-table {}
.get-nice-table p {font-size: 14px; margin: 10px 0px;}

.get-nice-table table {width: 100% !important;}
.get-nice-table table thead {background: rgb(179, 64, 121);}
.get-nice-table table thead th {padding: 12px 15px; font-size: 12px; color: rgb(255, 255, 255);}
.get-nice-table table tbody {}
.get-nice-table table tbody tr {}
.get-nice-table table tbody tr td {font-size: 17px; padding: 13px 15px; letter-spacing: 2px; background: rgb(249, 249, 249);}
.get-nice-table table tbody tr:nth-child(even) td {background: rgb(241, 241, 241);}
.get-nice-table table tbody tr:hover td {background: rgb(236, 219, 228);}
.get-nice-table table thead tr th:last-child {width: 130px; text-align: center;}
.get-nice-table table tbody tr td:last-child {width: 130px; text-align: right; font-weight: 600;}








.content-in-related-pages {width: 100%; padding: 70px 0px 20px; float: left; display: table;}
.content-in-related-page {height: 50px; display: table-cell; text-align: center; position: relative;}
.content-in-related-page-in {height: 50px; padding: 0px 10px 0px; line-height: 50px; display: inline-block; white-space: nowrap; transition: all 0.5s;}
.content-in-related-page-in i {height: 50px; font-size: 32px; padding: 0px 5px 0px 0px; line-height: 50px; color: rgb(237, 31, 41); float: left;}
.content-in-related-page-in span {font-size: 23px; color: rgb(46, 61, 146);}
.content-in-related-page-in a {width: 100%; height: 100%; left: 0px; top: 0px; display: block; position: absolute; z-index: 9;}
.content-in-related-page-in:hover {transform: scale(1.1);}




.recenzie-page-items {width: 100%;}
.recenzie-page-item {padding: 25px; margin-bottom: 30px; border-radius: 12px; box-shadow: 0px 0px 7px -4px rgb(0, 0, 0);}
.recenzie-page-item-header {width: 100%; padding-bottom: 5px; border-bottom: 1px solid rgb(134, 195, 86); display: table;}
.recenzie-page-item-header-title {color: rgb(136, 136, 136); width: 70%; text-align: left; float: left;}
.recenzie-page-item-header-title span {color: rgb(44, 44, 44); font-size: 20px; font-weight: 600;}
.recenzie-page-item-header-date {font-size: 15px; width: 30%; text-align: right; float: left;}
.recenzie-page-item-header-date i {padding-right: 5px; color: rgb(134, 195, 86);}
.recenzie-page-item-text {font-size: 15px; line-height: 22px; margin-top: 20px; text-align: justify; overflow: hidden; position: relative; cursor: pointer;}
.recenzie-page-item-text-btn {width: 100%; height: 100px; position: absolute; bottom: 0px; background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%); text-align: center; pointer-events: none;}
.recenzie-page-item-text-btn div {height: 30px; background: rgb(134, 195, 86); margin: 70px auto 0px; padding: 0px 20px; color: white; display: inline-block; border-radius: 5px;}
.recenzie-page-item-text-btn div {font-size: 13px; line-height: 30px; text-transform: uppercase; letter-spacing: 1px;}
.rpt-small {max-height: 250px; transition: all 0.8s;}
.rpt-small-hide {max-height: 5000px;}






/* NEWS */
.web-content-news {width: 100%; display: inline-block;}
.web-content-news-item {width: 100%; display: inline-block; margin-bottom: 3%; background: white; overflow: hidden; position: relative;}
.web-content-news-item a {width: 100%; height: 100%; left: 0px; top: 0px; display: block; position: absolute; z-index: 9;}
.web-content-news-item-img {width: 30%; height: 250px; margin: 0px; background: rgb(247, 247, 247); float: left; overflow: hidden; position: relative;}
.web-content-news-item-img img {width: 100%; height: 100%; display: block; opacity: 0; object-fit: cover; transition: all 0.5s;}
.web-content-news-item-img .lazyloaded {opacity: 1;}
.web-content-news-item-data {width: 66%; height: 250px; padding: 0px 0px 0px 4%; color: rgb(80, 80, 80); overflow: hidden; float: left;}
.web-content-news-item-data-date {margin: 0px 0px 10px; font-size: 16px; line-height: 24px; letter-spacing: 1px; color: rgba(46, 45, 51, 0.6); position: relative;}
.web-content-news-item-data-date i {font-size: 20px; padding: 0px 5px 0px 0px; color: rgb(145, 169, 62);}
.web-content-news-item-data-title h3 {font-size: 34px; padding: 35px 0px 5px; margin: 0px; letter-spacing: 2px; color: rgb(47, 48, 51); font-weight: 700;}
.web-content-news-item-data-text {font-size: 17px; line-height: 22px; letter-spacing: 0.5px; opacity: 0.75; font-weight: 300; text-align: justify; }
.web-content-news-item-data-text {display: block; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.web-content-news-item:hover .web-content-news-item-img img {transform: scale(1.05);}
.blog-top-img {width: 100%; margin-bottom: 25px;}
.blog-top-img img {width: 100%; height: auto;}






/* REFERENCIE */
.page-referencie-form {width: 100%; position: relative;}
.page-referencie-form-in {width: 100%; display: flex; gap: 30px 2%; flex-wrap: wrap; position: relative;}


.page-referencie-form-item {width: 49%; position: relative;}
.page-referencie-form-item-in {width: 100%; height: 400px; position: relative;}

.page-referencie-form-item-in a {width: 100%; height: 100%; left: 0px; top: 0px; display: block; position: absolute; z-index: 9;}

.page-referencie-form-item-bg {width: 100%; height: 100%; left: 0%; top: 0%; background: whitesmoke; overflow: hidden; position: absolute; z-index: 3;}
.page-referencie-form-item-bg img {width: 100%; height: 100%; left: 0%; top: 0%; position: absolute;}
.page-referencie-form-item:hover .page-referencie-form-item-bg img {transform: scale(1.05);}

.page-referencie-form-item-data {width: 100%; left: 0%; bottom: 0%; background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); position: absolute; z-index: 6;}
.page-referencie-form-item-data-in {padding: 70px 30px 20px; color: rgb(255,255,255);}

.page-referencie-form-item-data-in-location {padding: 0px 0px 8px; display: flex; gap: 8px; align-items: center;}
.page-referencie-form-item-data-in-location i {width: 18px; font-size: 24px;}
.page-referencie-form-item-data-in-location span {font-size: 21px; letter-spacing: 1px;}

.page-referencie-form-item-data-in-title {padding-left: 12px; margin-left: 3px; border-left: 10px solid rgb(77, 179, 119);}
.page-referencie-form-item-data-in-title div {font-size: 30px; letter-spacing: 1px; font-weight: 800; text-transform: uppercase;}

.web-referencie-one {width: 100%; position: relative;}
.web-referencie-one-top {width: 100%; padding: 0px 0px 25px; position: relative;}

.web-referencie-one-top-main {width: 100%; padding: 0px 0px 35px; margin: -10px auto 0px; display: flex; gap: 0px 40px; position: relative;}
.web-referencie-one-top-main div {font-size: 18px; font-weight: 300;}
.web-referencie-one-top-main div i {font-size: 22px; padding: 0px 5px 0px 0px; color: rgb(113, 185, 160);}
.web-referencie-one-top-main div span {font-size: 22px; font-weight: 500;}


.web-referencie-one-bottom {width: 100%; position: relative;}
.web-referencie-one-bottom-imgs {width: 100%; position: relative;}
.web-referencie-one-bottom-img {width: 100%; height: 700px; margin: 25px auto; position: relative; overflow: hidden;}
.web-referencie-one-bottom-img img {width: 100%; height: 100%; display: block; object-fit: cover; transition: all 0.9s;}
.web-referencie-one-bottom-img:hover img {transform: scale(1.03);}
.web-referencie-one-bottom-img a {width: 100%; height: 100%; left: 0px; top: 0px; display: block; position: absolute; z-index: 9;}


.web-referencie-one .lazyload {opacity: 0; transition: 1s;}
.web-referencie-one .lazyloaded {opacity: 1 !important;}



























/* KATALOG */
.katalog-content-form {width: 100%; position: relative; text-align: left;}
.katalog-content-form-in {width: 100%; display: flex; gap: 0px 40px; position: relative; text-align: left;}




/* KATALOG SIDE MENU */
.katalog-content-sidemenu {width: 340px; flex-grow: 0; position: relative;}
.katalog-content-sidemenu-in {width: 100%; margin: 50px 0px 0px; display: flex; gap: 20px 0px; justify-content: start; flex-direction: column; position: relative; position: sticky; top: 140px;}
.katalog-content-sidemenu-inner {width: 280px; padding: 20px 10px 20px 40px; background: rgb(243, 255, 231); position: relative;}


.katalog-content-sidemenu-btn {display: none; visibility: hidden;}

.katalog-content-sidemenu-menu {width: 100%; padding: 0px 0px 0px; position: relative;}
.katalog-content-sidemenu-menu-item {width: 100%; padding: 0px 0px 18px; position: relative;}
.katalog-content-sidemenu-menu-item-top {width: 100%; display: flex; gap: 0px 5px; position: relative;}
.katalog-content-sidemenu-menu-item-top-title {font-size: 20px; letter-spacing: 0.5px; }
.katalog-content-sidemenu-menu-item-top-title a {color: rgb(87, 77, 63); font-weight: 600;}
.kkc-seo .katalog-content-sidemenu-menu-item-top-title a {color: rgb(145, 169, 62) !important; font-weight: 600 !important;}
.kkc-seo:before {width: 16px; height: 16px; left: -25px; top: 5px; background: rgb(145, 169, 62); content:''; position: absolute;}
.katalog-content-sidemenu-menu-item-top-open {cursor: pointer;}
.katalog-content-sidemenu-menu-item-top-open i {width: 24px; height: 26px; font-size: 16px; line-height: 30px; color: rgb(28, 135, 205); text-align: center;}
.katalog-content-sidemenu-menu-item-subs {width: 100%; max-height: 0px; margin: 0px 0px 0px 0px; opacity: 0; transition: all 0.2s; overflow: hidden; position: relative;}
.katalog-content-sidemenu-menu-item-subs-item {padding: 2px 0px; position: relative;}
.katalog-content-sidemenu-menu-item-subs-item-title {font-size: 16px; font-weight: 400;}
.katalog-content-sidemenu-menu-item-subs-item-title a {color: rgb(70, 70, 70);}
.kkc-seo-sub a {color: rgb(28, 135, 205); font-weight: 500;}
.kk-menu-active {}
.kk-menu-active .katalog-content-sidemenu-menu-item-subs {max-height: 666px; opacity: 1; transition: all 0.9s;}

.katalog-content-sidemenu-filters {width: 100%; border-top: 1px solid rgb(232, 232, 232); position: relative;}
.katalog-content-sidemenu-filters-item {width: 100%; position: relative;}
.katalog-content-sidemenu-filters-item-title {font-size: 16px; padding: 30px 0px 10px; color: rgb(47, 49, 61); font-weight: 600;}
.katalog-content-sidemenu-filters-item-items {width: 100%; display: inline-block;}
.katalog-content-sidemenu-filters-item-items-item {padding: 0px 0px 8px 23px; position: relative;}
.katalog-content-sidemenu-filters-item-items-item i {font-size: 15px; left: 0px; top: 2px; position: absolute;}
.katalog-content-sidemenu-filters-item-items-item .fal {opacity: 0.3;}
.katalog-content-sidemenu-filters-item-items-item .fas {display: none; visibility: hidden;}
.katalog-content-sidemenu-filters-item-items-item-color {float: left; position: relative;}
.katalog-content-sidemenu-filters-item-items-item-color-in {width: 30px; height: 30px; margin: 3px 0px 4px 9px; border-radius: 50%; overflow: hidden; display: block; position: relative;}
.katalog-content-sidemenu-filters-item-items-item-color-in-1 {width: 100% !important; height: 100% !important; left: 0px !important; top: 0px !important; position: absolute !important; padding: 0px !important;}
.katalog-content-sidemenu-filters-item-items-item-color-in-2 {width: 100% !important; height: 50% !important; left: 0px !important; top: 0px !important; position: absolute !important; padding: 0px !important;}
.katalog-content-sidemenu-filters-item-items-item-color-in-3 {width: 50% !important; height: 50% !important; right: 0px !important; top: 0px !important; position: absolute !important; padding: 0px !important;}

.kcsfiii-active .fal {display: none; visibility: hidden;}
.kcsfiii-active .fas {display: inline-block; visibility: visible; color: rgb(168, 139, 96);}



.katalog-content-sidemenu-in-hint {width: 100%; position: relative;}
.katalog-content-sidemenu-in-hint-in {height: 60px; display: flex; gap: 16px; align-items: center; background: rgb(245, 245, 245); position: relative;}
.katalog-content-sidemenu-in-hint-in:hover {filter: brightness(95%);}
.katalog-content-sidemenu-in-hint-in-icon {padding-left: 40px;}
.katalog-content-sidemenu-in-hint-in-icon i {font-size: 25px; color: rgb(145, 169, 62);}
.katalog-content-sidemenu-in-hint-in-text {}
.katalog-content-sidemenu-in-hint-in-text span {font-size: 16px; letter-spacing: 1px; font-weight: 300;}
.katalog-content-sidemenu-in-hint-in a {width: 100%; height: 100%; left: 0px; top: 0px; display: block; position: absolute; z-index: 9;}










.katalog-content {width: auto; min-height: 60vh; text-align: left; flex-grow: 1; position: relative;}
.katalog-content-inner {padding: 50px 30px 150px 0px;}


.katalog-content-navigator {width: 100%; position: relative;}


.katalog-content-title {}
.katalog-content-title {background: linear-gradient(90deg, rgb(68, 68, 68) 0%, rgb(100, 100, 104) 100%); background-clip: border-box; background-clip: border-box; background-clip: border-box; -webkit-text-fill-color: transparent; -webkit-background-clip: text; background-clip: text; -webkit-box-decoration-break: clone; box-decoration-break: clone;}
.katalog-content-title h2 {font-size: 54px !important; letter-spacing: 1px; margin: 0px !important; font-weight: 700 !important;}



.katalog-content-text {}
.katalog-content-text-in {padding: 10px 0px 30px; font-size: 15px; line-height: 24px; letter-spacing: 0.5px; opacity: 0.5; font-weight: 300;}



.katalog-content-top-categories {width: 100%; padding-bottom: 50px; display: flex; flex-wrap: wrap; gap: 13px 1%; position: relative;}
.product-related-categories {padding-top: 60px; padding-bottom: 0px;}
.katalog-content-top-categories-item {width: 15.8%; height: 60px; display: flex; gap: 0px 6px; align-items: center; flex-grow: 0; background: rgb(245, 245, 245); overflow: hidden; position: relative; transition: all 0.4s;}
.katalog-content-top-categories-item:hover {filter: brightness(90%);}
.katalog-content-top-categories-item a {width: 100%; height: 100%; left: 0px; top: 0px; display: block; position: absolute; z-index: 3;}
.katalog-content-top-categories-item-img {width: 60px; height: 60px; background: rgb(245, 245, 245); text-align: center; flex-shrink: 0; display: flex; align-items: center; justify-content: center;}
.katalog-content-top-categories-item-img i {font-size: 32px; color: rgb(145, 169, 62); opacity: 0.5;}
.katalog-content-top-categories-item-img img {width: 60px; height: 60px; object-fit: contain; mix-blend-mode: multiply; opacity: 0; transition: opacity 0.5s;}
.katalog-content-top-categories-item-img .lazyloaded {opacity: 1;}
.katalog-content-top-categories-item-title {font-size: 16px; line-height: 20px; padding: 0px 5px 3px 0px; color: rgb(33,33,33) !important; font-weight: 400; letter-spacing: 0.2px;}
.katalog-content-top-categories-item-title {display: block; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; overflow-wrap: break-word;}
.katalog-content-top-categories-seo {background: rgb(227, 249, 202);}
.katalog-content-top-categories-seo .katalog-content-top-categories-item-img {background: rgb(227, 249, 202);}
.katalog-content-top-categories-seo .katalog-content-top-categories-item-title {color: rgb(43, 43, 45) !important; font-weight: 500;}







/* KATALOG PRODUCTS */
.katalog-content-products {width: 100%; position: relative;}

.katalog-content-products-in {width: 100%; display: flex; gap: 30px 2%; flex-wrap: wrap; position: relative;}

.katalog-content-products-in-item {width: 23.5%;}


/* SMALL PRODUCT */
.web-content-products-item {width: 100%; margin: 0% 0% 0% 1px; position: relative; box-shadow: 0px 0px 0px 2px rgb(108, 96, 78); border-radius: 15px; overflow: hidden; float: none;}
.web-content-products-item:hover {box-shadow: 0px 0px 0px 3px rgb(108, 96, 78);}
.web-content-products-item:nth-child(4n+1) {margin-left: 0px;}

.web-content-products-item-full {width: 100%; margin: 0% 0% 0% 1px; float: none;}

.web-content-products-item-img {width: 96%; height: 270px; margin: 7px auto 0px; background: rgb(234, 234, 234); text-align: center; border-top-left-radius: 15px; border-top-right-radius: 15px; overflow: hidden; position: relative;}
.web-content-products-item-img img { width: 100%; height: 100%; left: -100%; right: -100%; top: -100%; bottom: -100%; margin: auto; object-fit: cover; position: absolute; transition: opacity 0.3s; transition-delay: 0.4s;}
.web-content-products-item-img img:nth-child(2) {opacity: 0;}
.small-pro-img-count-2:hover img:nth-child(1) {opacity: 0;}
.small-pro-img-count-2:hover img:nth-child(2) {opacity: 1;}
.web-content-products-item:hover .web-content-products-item-img img {filter: brightness(110%);}


.web-content-products-item-img a {width: 100%; height: 100%; display: block; position: absolute; left: 0px; top: 0px; z-index: 9;}

.web-content-products-item-tags {left: 20px; top: 20px; width: 60px; position: absolute; z-index: 9; pointer-events: none;}
.web-content-products-item-tags {}
.web-content-products-item-tags div {height: 26px; font-size: 14px; line-height: 28px; padding: 0px 12px; background: rgb(168, 139, 96); color: rgb(255, 255, 255); white-space: nowrap; text-transform: uppercase; letter-spacing: 0.5px; font-weight: 300; display: inline-block; border-radius: 20px; overflow: hidden;}
.web-content-products-item-tags .p-tag-novinka {background: rgb(62, 193, 89);}




.web-content-products-item-info {width: 100%; position: relative;}
.web-content-products-item-info-in {width: 100%; position: relative;}


.web-content-products-item-info-titles {}
.web-content-products-item-info-titles-in {height: 70px; display: flex; justify-content: center; align-items: center;}


.web-content-products-item-info-titles-main {display: flex; justify-content: center; align-items: center;}
.web-content-products-item-info-titles-main div {font-size: 20px; letter-spacing: 0.5px; color: rgb(108, 96, 78); font-weight: 600;}
.web-content-products-item-info-titles-main div {display: block; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}



.web-content-products-item-info-btn {width: 90%; max-width: 200px; padding: 0px 0px 12px; margin: auto;}
.web-content-products-item-info-btn-in {height: 44px; background: rgb(145, 169, 62); box-shadow: 0px 0px 0px 1px rgb(145, 169, 62); border-radius: 50px; display: flex; justify-content: center; align-items: center;}
.web-content-products-item:hover .web-content-products-item-info-btn-in {box-shadow: 0px 0px 0px 6px rgba(145, 169, 62, 0.3); transition: all 0.3s;}

.web-content-products-item-info-price-in {display: flex; gap: 7px; align-items: center;}
.s-p-price-main {font-size: 19px; color: rgb(255, 255, 255); font-weight: 600;}
.s-p-price-cur {color: rgb(255, 255, 255); font-weight: 300; opacity: 0.8;}
.s-p-price-unit {font-weight: 300;}
.s-p-price-unit span {font-weight: 600;}









/* MICRO PRODUCT */
.web-content-products-micro {width: 100%; height: 70px; background: rgb(251, 251, 251); box-shadow: inset 0px 0px 0px 1px rgb(234, 234, 234); position: relative;}
.web-content-products-micro a {width: 100%; height: 100%; left: 0%; top: 0%; display: block; position: absolute; z-index: 11; cursor: pointer;}
.web-content-products-micro:before {width: 0px; height: 100%; left: 0%; top: 0%; background: rgb(28, 135, 205); transition: all 0.2s; position: absolute; content:'';}
.web-content-products-micro:hover:before {width: 3px;}


.web-content-products-micro-img {width: 50px; height: 50px; left: 10px; top: 0%; bottom: 0%; margin: auto; position: absolute; z-index: 3;}
.web-content-products-micro-img img {width: 100%; height: 100%; display: block; object-fit: cover;}

.web-content-products-micro-data {height: 50px; left: 68px; right: 5px ;top: 0%; bottom: 0%; display: flex; margin: auto; position: absolute; z-index: 3;}

.web-content-products-micro-data-titles {width: 50%; flex-grow: 2; position: relative;}
.web-content-products-micro-data-titles-in {width: 95%; padding: 0% 5% 0% 0%; left: 0%; top: 50%; transform: translateY(-50%); position: absolute;}
.web-content-products-micro-data-titles-main {max-height: 35px; font-size: 14px; line-height: 17px; font-weight: 500; color: rgb(20, 63, 80); display: block; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.web-content-products-micro-data-titles-sub {height: 15px; font-size: 11px; line-height: 15px; font-weight: 300; letter-spacing: 0.1px; opacity: 0.6; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}


.web-content-products-micro-data-info {width: 90px; height: 60px; text-align: center; position: relative;}

.web-content-products-micro-data-info-btn {width: 100%; height: 28px; font-size: 12px; line-height: 28px; letter-spacing: 0.5px; background: rgb(57, 57, 57) !important; color: rgb(255,255,255); font-weight: 300; position: relative;}
.web-content-products-micro-data-info-btn:before {width: 4px; height: 100%; left: 0%; top: 0%; background: rgb(28, 135, 205); position: absolute; z-index: 3; content:'';}

.web-content-products-micro-data-info-price {width: 100%; color: rgba(8, 13, 51, 0.5);}
.web-content-products-micro-data-info-price strong {font-size: 11px; padding-right: 3px; letter-spacing: -1px; color: rgb(30, 190, 123); font-weight: 600;}
.web-content-products-micro-data-info-price b {font-size: 15px; font-weight: 600;}
.web-content-products-micro-data-info-price span {font-size: 11px; word-spacing: -2.5px; letter-spacing: -1px;}









/* PRODUCTS */
.web-content-products-form {width: 100%; display: inline-block;}
.web-content-products-form-empty {width: 100%; text-align: center; margin-bottom: 80px;}
.web-content-products-form-empty i {font-size: 150px; opacity: 0.2; margin: 50px 0px;}
.web-content-products-form-empty div {margin: 40px 0px; color: rgb(141, 141, 141);}
.web-content-products-form-empty div a {display: block;padding: 10px;font-size: 20px;font-weight: 400;}
.products-title {text-align: center; color: rgb(0, 195, 201);font-size: 26px;margin: 20px 0 25px 0;font-weight: 600; text-transform: uppercase;}




.product-form-top {width: 100%; margin-bottom: 0px;}
.product-form-top ul {padding: 0px;margin: 0px;list-style: none; display: inline-block;}
.product-form-top ul li {font-size: 14px; color: rgb(83, 83, 83); float: left;}
.product-form-top ul li:before {padding: 0px 7px; content:"/"; opacity: 0.5;}
.product-form-top ul li:first-child:before {content:""; display: none;}
.product-form-top ul li a {color: rgb(84, 84, 84); font-weight: 200; text-transform: uppercase;}
.product-form-top ul li a i {}
.product-form-top ul li a:hover {opacity: 0.8;}




























































/* FORMULARIK */
.formularik-btn {right: 15px; bottom: 20px; background: rgb(33, 49, 72); position: fixed; z-index: 11; transition: all 0.15s; transition-delay: 0.2s; box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.15); border-radius: 4px; overflow: hidden;}
.formularik-btn-in {height: 40px; display: flex; color: rgb(255,255,255); cursor: pointer; }
.formularik-btn-in-icon {width: 40px; line-height: 40px; background: rgb(179, 64, 121);}
.formularik-btn-in-icon i {font-size: 20px;}
.formularik-btn-in-title {font-size: 16px; padding: 0px 15px; line-height: 40px; letter-spacing: 1.5px; word-spacing: 2px; font-weight: 300; text-transform: uppercase;}
.body_is_scrolled .formularik-btn {right: 65px;}

.formularik-shadow {width: 100vw; height: 100vh; left: 0%; top: 0%; background: rgba(0,0,0,0.85); transform: scale(0); opacity: 0; position: fixed; z-index: 111;}
.formularik-shadow {transition: opacity 0.5s;}
.formularik-shadow-active {transform: scale(1); opacity: 1; cursor: pointer;}

.formularik-form {width: 96vw; height: auto; max-width: 800px; left: 0%; right: 0%; top: 56%; background: rgba(255,255,255); transform: scale(0) translateY(-50%); opacity: 0; margin: auto; position: fixed; z-index: 122;}
.formularik-form {transition: opacity 0.5s;}
.formularik-form-active {transition: all 0.3s; transform: scale(1) translateY(-50%); opacity: 1;}

.formularik-form-in {width: 100%; height: 100%; position: relative;}

.formularik-form-in-head {width: 100%; height: 60px; background: rgb(179, 64, 121); color: rgb(255,255,255); display: flex; position: relative;}
.formularik-form-in-head-title {padding: 0px 0px 0px 25px; display: flex; gap: 20px; align-items: center; flex-grow: 1;}
.formularik-form-in-head-title i {font-size: 30px; color: rgb(235, 178, 209);}
.formularik-form-in-head-title span {font-size: 21px; letter-spacing: 1.5px; word-spacing: 5px; font-weight: 500; text-transform: uppercase;}
.formularik-form-in-head-close {width: 60px; height: 60px; background: rgba(0, 0, 0, 0.15); display: flex; align-items: center; justify-content: center; flex-grow: 0; cursor: pointer;}
.formularik-form-in-head-close i {font-size: 46px;}
.formularik-form-in-head-close:hover i {transform: rotate(90deg); transition: all 0.3s;}

.kurzy-formular-box-in-body {width: 100%; max-height: calc( 88vh - 120px ); background: rgb(242, 242, 242); overflow-y: auto; overflow-x: hidden; position: relative;}
.kurzy-formular-box-in-body-in {padding: 25px 25px; text-align: left; position: relative;}

.kurzy-formular-box-in-body-info {width: 94%; font-size: 15px; line-height: 22px; padding: 15px 3%; margin: 0px 0px 20px; background: rgb(230, 230, 230); letter-spacing: 0.5px; font-weight: 300; text-align: justify; position: relative; box-shadow: inset 0px 0px 0px 6px rgba(113, 185, 160, 0.3);}

.kurzy-formular-box-in-body-in-infos {padding: 12px 5px 12px 15px; margin: 0px 0px 15px; display: flex; gap: 10px; align-items: center; background: rgb(234, 234, 234); position: relative;}
.kurzy-formular-box-in-body-in-infos-icon {}
.kurzy-formular-box-in-body-in-infos-icon i {font-size: 20px; opacity: 0.5;}
.kurzy-formular-box-in-body-in-infos-text {font-size: 14px; letter-spacing: 0.2px;}

.kurzy-formular-box-in-body-in-inputs {width: 100%; margin: 0px auto 20px; display: flex; gap: 20px; flex-wrap: wrap; position: relative;}

.kurzy-formular-box-in-body-in-hidden {display: none;}

.fff-calenarium {letter-spacing: 4px !important; cursor: pointer;}
.fff-calenarium::placeholder {letter-spacing: 0.5px !important;}


.kurzy-formular-box-in-body-in-input {width: 45%; height: 54px; background: rgb(255,255,255); flex-grow: 1; display: flex; position: relative;}
.kurzy-formular-box-in-body-in-input i {width: 30px; left: 10px; top: 50%; font-size: 22px; color: rgb(179, 64, 121); transform: translateY(-50%); text-align: center; position: absolute; z-index: 6; }
.kurzy-formular-box-in-body-in-input input {width: auto; height: 54px; padding: 0px 0px 0px 50px; font-size: 17px; letter-spacing: 0.5px; flex-grow: 1; position: relative; z-index: 3; font-weight: 300; font-family: 'Rubik', sans-serif; border: none !important; background: transparent !important;}
.kurzy-formular-box-in-body-in-input select {width: auto; height: 54px; padding: 0px 0px 0px 50px; font-size: 17px; letter-spacing: 0.5px; flex-grow: 1; position: relative; z-index: 3; font-weight: 300; font-family: 'Rubik', sans-serif; border: none !important; background: transparent !important; cursor: pointer;}

.kurzy-formular-box-in-body-in-hint {width: 45%; height: 54px; flex-grow: 1; display: flex; gap: 12px; align-items: center; position: relative;}
.kurzy-formular-box-in-body-in-hint i {font-size: 26px; color: rgb(235, 178, 209);}
.kurzy-formular-box-in-body-in-hint span {font-size: 14px; letter-spacing: 0.7px; font-weight: 300;}


.kurzy-formular-box-in-body-in-custom {width: 100%; max-height: 0px; transition: all 0.3s; opacity: 0; overflow: hidden; position: relative;}
.kurzy-formular-box-in-body-in-custom-in {width: 100%; position: relative;}
.kurzy-formular-box-in-body-in-custom-active {max-height: 888px; opacity: 1; transition: all 0.8s;}
.kurzy-formular-box-in-body-in-custom-in-top {padding: 0px 0px 20px; display: flex; gap: 20px; justify-content: space-between; position: relative;}
.kurzy-formular-box-in-body-in-custom-in-top-item {height: 54px; display: flex; gap: 10px; justify-content: center; align-items: center; flex-grow: 1; background: rgb(255, 255, 255); position: relative; cursor: pointer;}
.kurzy-formular-box-in-body-in-custom-in-top-item i {font-size: 22px; color: rgb(237, 28, 36);}
.kurzy-formular-box-in-body-in-custom-in-top-item span {}
.kurzy-formular-box-in-body-in-custom-in-top-item-active {background: rgb(238, 249, 245); box-shadow: inset 0px 0px 0px 2px rgb(28, 223, 159);}
.kurzy-formular-box-in-body-in-custom-in-main {padding: 0px 0px 0px; max-height: 0px; transition: all 0.3s; opacity: 0; overflow: hidden; display: flex; gap: 20px; justify-content: space-between; position: relative;}
.kurzy-formular-box-in-body-in-custom-in-main-active {padding: 0px 0px 20px; max-height: 666px; opacity: 1; transition: all 0.7s;}
.kurzy-formular-box-in-body-in-custom-in-main-select {width: 45%; height: 54px; background: rgb(255,255,255); flex-grow: 1; display: flex; position: relative;}
.kurzy-formular-box-in-body-in-custom-in-main-select i {width: 30px; left: 10px; top: 50%; font-size: 22px; color: rgb(238, 28, 37); transform: translateY(-50%); text-align: center; position: absolute; z-index: 6; }
.kurzy-formular-box-in-body-in-custom-in-main-select select {width: auto; height: 54px; padding: 0px 0px 0px 45px; font-size: 17px; letter-spacing: 0.5px; flex-grow: 1; position: relative; z-index: 3; font-weight: 300; font-family: 'Rubik', sans-serif; border: none !important; background: transparent !important; cursor: pointer;}


.kurzy-formular-box-in-body-in-input-check {width: 45%; height: 54px; display: flex; flex-grow: 1; position: relative;}
.kurzy-formular-box-in-body-in-input-check-in {display: flex; gap: 15px;}
.kurzy-formular-box-in-body-in-input-check-in-input {display: flex; align-items: center;}
.kurzy-formular-box-in-body-in-input-check-in-input input {}
.kurzy-formular-box-in-body-in-input-check-in-label {display: flex; align-items: center;}
.kurzy-formular-box-in-body-in-input-check-in-label label {text-align: left; cursor: pointer;}
.kurzy-formular-box-in-body-in-input-check-in-label label span {width: 90%; font-size: 16px; line-height: 19px; letter-spacing: 0.5px; word-spacing: 1px; font-weight: 300; display: block;}

.kurzy-formular-box-in-body-in-input-full {width: 100%;}

.kurzy-formular-box-in-body-in-input-read {pointer-events: none;}
.kurzy-formular-box-in-body-in-input-read input {background: rgb(227, 227, 227) !important;}

.kurzy-formular-box-in-body-in-text {width: 100%; margin: 0px auto 20px; background: rgb(255,255,255); position: relative;}
.kurzy-formular-box-in-body-in-text textarea {width: 96%; min-height: 100px; padding: 20px 2%; position: relative; letter-spacing: 1px; font-weight: 300; font-family: 'Rubik', sans-serif; border: none !important; background: transparent !important; resize: vertical;}

.kurzy-formular-box-in-body-in-robots {width: 100%; margin: 0px auto 25px; position: relative;}
#recaptcha_check_empty {width: 50px; height: 0px; opacity: 0; pointer-events: none; left: 0px; right: 0px; bottom: 2px; position: absolute; margin: 0px;}

.kurzy-formular-box-in-body-in-check {width: 100%; margin: 0px auto 25px; position: relative;}
.kurzy-formular-box-in-body-in-check label {font-size: 14px; letter-spacing: 0.5px; word-spacing: 1px;}

.kurzy-formular-box-in-body-in-send {}
.kurzy-formular-box-in-body-in-send button {width: 100%; height: 54px; font-size: 18px; padding: 0px !important; background: rgb(28, 223, 159); letter-spacing: 2px; word-spacing: 5px; font-weight: 300; border: none !important; color: rgb(255, 255, 255); text-transform: uppercase; font-family: 'Roboto', sans-serif; cursor: pointer; position: relative;}
.kurzy-formular-box-in-body-in-send button i {font-size: 24px; right: 12%; top: 50%; transform: translateY(-50%); transition: all 0.8s; opacity: 0; position: absolute;}
.kurzy-formular-box-in-body-in-send button:hover i {right: 8%; opacity: 1;}
.kurzy-formular-box-in-body-in-send button:hover {box-shadow: 0px 0px 0px 5px rgba(28, 223, 159, 0.25);}





#ui-datepicker-div {width: 19em !important; z-index: 133 !important;}
.ui-widget-header {background: rgba(145, 169, 62, 0.4); user-select: none;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {cursor: pointer;}
.ui-datepicker .ui-datepicker-title {font-size: 16px;}
.ui-datepicker table {font-size: 15px;}
.ui-datepicker th {font-size: 11px;}
.ui-datepicker td span, .ui-datepicker td a {padding: 6px 0.5em;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active { border: 1px solid rgb(170, 170, 170); background: rgb(255, 255, 255);}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {background: rgb(211, 220, 177) !important; font-weight: 600; color: rgb(0, 0, 0);}
.ui-state-default:hover {filter: brightness(94%);}










/* DOWN MAP */
.web-down-map {width: 100%; position: relative;}
.web-down-map-in {width: 100%; background: rgb(145, 169, 62); position: relative;}


.web-down-map-in-top {width: 100%; height: 400px; position: relative; z-index: 3;}

.web-down-map-in-top-img {width: 100%; height: 100%; left: 0%; top: 0%; position: absolute; z-index: 1;}
.web-down-map-in-top-img img {width: 100%; height: 100%; object-fit: cover; object-position: center;}
.web-down-map-in:hover .web-down-map-in-top-img img {filter: brightness(95%);}

.web-down-map-in-top-title {width: 100%; left: 0%; bottom: 60px; text-align: center; position: absolute; z-index: 3;}
.web-down-map-in-top-title span {font-size: 70px; letter-spacing: 2px; color: rgb(255,255,255); text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.7); text-transform: uppercase; font-weight: 700; white-space: nowrap;}



.web-down-map-in-bot {width: 100%; height: 400px; background: rgba(255,255,255,0.1); position: relative; z-index: 3;}

.web-down-map-in-bot-icon {left: 50%; top: 50%; transform: translate(-50%,-50%); position: absolute; z-index: 1;}
.web-down-map-in-bot-icon i {font-size: 100px; color: rgb(255,255,255); opacity: 0.2;}

.web-down-map-in-bot-map {width: 100%; height: 100%; left: 0%; top: 0%; position: absolute; z-index: 3;}
.web-down-map-in-bot-map iframe {width: 100%; height: 100%; left: 0%; top: 0%; position: absolute; z-index: 3;}


.web-down-map-in-btn {width: 0px; height: 0px; left: 50%; top: 50%; position: absolute; z-index: 6;}
.web-down-map-in-btn div {height: 70px; padding: 0px 50px; border-radius: 70px; background: rgb(145, 169, 62); position: absolute; transform: translate(-50%,-50%); display: flex; justify-content: center; align-items: center;}
.web-down-map-in-btn div span {font-size: 26px; letter-spacing: 0.5px; color: rgb(255,255,255); font-weight: 700; white-space: nowrap;}
.web-down-map-in-btn div a {width: 100%; height: 100%; left: 0%; top: 0%; display: block; cursor: pointer; position: absolute; z-index: 3;}
.web-down-map-in-btn div:hover {border: 2px solid white; box-shadow: 0px 0px 0px 8px rgba(145, 169, 62, 0.3); transition: all 0.3s;}







/* DOWN */
/* DOWN */
.web-down-form {width: 100%; height: auto; margin: auto; background: rgb(145, 169, 62); position: relative; z-index: 9;}
.web-down {width: 96%; max-width: 1500px; padding: 50px 0px; margin: 0px auto 0px; text-align: center; z-index: 11; position: relative;}
.web-down-in {width: 100%; padding: 0px 0px; margin: 0px auto; display: inline-block; position: relative;}



.web-down-in-items {width: 100%; display: flex; gap: 100px; align-items: center; justify-content: space-between; position: relative;}

.web-down-in-item {padding: 0px 0px 0px; color: rgb(255,255,255); text-align: left; position: relative;}

.web-down-in-logo {width: 80%; height: 100px; position: relative;}
.web-down-in-logo img {width: 100%; height: 100%; object-fit: contain; object-position: left center;}

.web-down-in-logo-text {padding: 15px 0px 0px;}
.web-down-in-logo-text-in {font-size: 15px; letter-spacing: 0.25px; font-weight: 300;}



.web-down-in-item-first {width: 400px; flex-shrink: 0;}
.web-down-in-item-second {flex-grow: 1;}
.web-down-in-item-third {flex-grow: 1;}
.web-down-in-item-fourth {flex-shrink: 0;}

.web-down-in-item-title {font-size: 22px; letter-spacing: 0.5px; color: rgb(33, 49, 72); font-weight: 600;}

.web-down-in-item-text {font-size: 16px; line-height: 24px; letter-spacing: 0.75px; font-weight: 300;}
.web-down-in-item-text p {  margin: 10px 0px 20px;}
.web-down-in-item-text a {padding: 5px 0px 5px 0px; color: rgb(33, 49, 72); display: inline-block;}
.web-down-in-item-text strong {font-weight: 600;}
.web-down-in-item-text h4 {font-size: 26px; padding: 30px 0px 0px; margin: 0px; letter-spacing: 0.5px; color: rgb(113, 185, 160);}
.web-down-in-item-text ul {padding: 10px 0px 0px 15px;  margin: 0px;}
.web-down-in-item-text ul li {font-size: 16px; padding: 0px 0px 5px; letter-spacing: 0.5px; font-weight: 300;}



.web-down-in-item-menu {display: flex; flex-direction: column; gap: 5px;}
.web-down-in-item-menu-item {position: relative;}
.web-down-in-item-menu-item span {font-size: 18px; letter-spacing: 1px; font-weight: 500;}
.web-down-in-item-menu-item a {width: 100%; height: 100%; left: 0%; top: 0%; display: block; cursor: pointer; position: absolute; z-index: 3;}




.foot-url-tel:before , .foot-url-mail:before , .foot-url-pdf:before {width: 20px; font-size: 19px; color: rgb(179, 64, 121); margin: 0px 10px 0px 0px; font-weight: 900; font-family: "Font Awesome 6 Pro"; text-align: center; display: inline-block; float: left;}
.foot-url-mail:before { content: "\f658";}
.foot-url-tel:before {content: "\f67d";}
.foot-url-pdf:before {content: "\f15c";}


.web-down-cookies {width: 100%; text-align: left;}
.web-down-cookies a {font-size: 15px; letter-spacing: 0.5px; color: rgb(255,255,255); font-weight: 300;}
.web-down-cookies a i {width: 18px; font-size: 18px; padding-right: 6px; color: rgb(108, 96, 78); text-align: center; display: inline-block;}



.web-down-social {}
.web-down-social-items {display: flex; gap: 25px; align-items: center;}
.web-down-social-items div {}
.web-down-social-items div a {color: rgb(255, 255, 255);}
.web-down-social-items div a i {font-size: 22px;}
.web-down-social-items div a:hover {color: rgb(77, 179, 119);}




.web-footer-link {width: 100%; font-size: 12px; padding: 25px 0% 25px; color: rgb(200, 200, 200); margin: 0px auto; letter-spacing: 1px; font-weight: 300; background: rgb(108, 96, 78); text-align: center; position: relative; z-index: 5;}
.web-footer-link strong {color: rgb(255, 255, 255); font-weight: 500;}
.web-footer-link a {color: rgb(255, 255, 255); font-weight: 400;}









/* CART BOX */
/* CART BOX */
#cart_box {width: 280px; left: 0px; right: -895px; top: 96px; position: fixed; margin: auto; box-shadow: 0px 10px 15px -17px; border: 2px solid rgb(142, 190, 63); border-radius: 5px;}
#menu_cart_box {width: 500px; right: 0px; top: 53px; position: absolute; margin: auto; background: white; box-shadow: 0px 10px 30px -20px black; border: 5px solid rgb(145, 169, 62); transition: all 0s; opacity: 0; transform: scale(0); transform-origin: right top;}
.cart_box_content-active {opacity: 1 !important; transform: scale(1) !important;  transition: all 0.3s !important;}
.cart_box_content-loader {padding: 40px;}
.cart_box_content-loader i {font-size: 50px;}
.cart_box_content-loader i:before {color: rgb(145, 169, 62);}
.cart_box_content-loader i:after {color: rgb(222,222,222);}
.cart_box_content {padding: 5%;}
.cart-box-items-title {font-size: 17px; font-weight: 300; letter-spacing: 1px; text-transform: uppercase; color: rgb(29, 31, 42); text-align: center;}
.cart-box-items-head {width: 100%; padding: 15px 0px 5px; display: inline-block; border-bottom: 1px solid rgb(210, 210, 210);}
.cart-box-items-head div {font-size: 11px; color: rgb(114, 114, 114); float: left;}
.cart-box-items-head div:nth-child(1) {width: 72%; text-align: left;}
.cart-box-items-head div:nth-child(2) {width: 10%; text-align: right;}
.cart-box-items-head div:nth-child(3) {width: 18%; text-align: right;}
.cart-box-items {max-height: 50vh; overflow-y: auto;}
.cart-box-item {width: 100%; padding: 9px 0px 13px; display: inline-block; border-bottom: 1px solid rgb(228, 228, 228); position: relative;}
.cart-box-item-1 {width: 72%; float: left; text-align: left; position: relative;}
.cart-box-item-1 img {left: 0px; top: 0px; bottom: 0px; margin: auto; position: absolute;}
.cart-box-item-1-titles {padding-left: 45px; display: flex; flex-direction: column;}
.cart-box-item-1-titles-main {font-size: 16px; line-height: 22px; font-weight: 500; display: block;}
.cart-box-item-1-titles-sub {}
.cart-box-item-1-titles-sub div {font-size: 14px; line-height: 18px; display: block;}
.cart-box-item-1-titles-sub div i {font-size: 16px; padding: 0px 4px 0px 0px; color: rgb(145, 169, 62);}
.cart-box-item-1-titles-sub div b {font-weight: 500;}

.cart-box-item-1-main {font-size: 12px; line-height: 13px; color: gray; padding-bottom: 2px;}
.cart-box-item-1-add {font-size: 12px; line-height: 13px; color: rgb(79, 128, 0); padding-bottom: 2px;}
.cart-box-item-2 {width: 10%; font-size: 12px; line-height: 21px; color: gray; font-family: Arial; text-align: right; float: left;}
.cart-box-item-2 span {white-space: nowrap;}
.cart-box-item-3 {width: 18%; font-size: 12px; line-height: 21px; font-weight: 600; letter-spacing: -0.3px; font-family: Arial; text-align: right; float: left;}
.cart-box-item-3 span {white-space: nowrap;}
.cart-box-item-del {width: 50%; height: 100%; left: 50%; top: -3px; position: absolute; background: rgba(255,255,255,0.9); transition: all 0.3s; opacity: 0;}
.cart-box-item-del {font-size: 12px; text-transform: uppercase;}
.cart-box-item-del i {font-size: 22px; margin-right: 10%; margin-left: 15%; color: red; cursor: pointer;}
.cart-box-item-view {width: 50%; height: 100%; left: 0px; top: -3px; position: absolute; background: rgba(255,255,255,0.9); transition: all 0.3s; opacity: 0;}
.cart-box-item-view {font-size: 13px; text-transform: uppercase;}
.cart-box-item-view i {font-size: 26px;  color: rgb(142, 190, 63); cursor: pointer;}
.cart-box-item:hover > .cart-box-item-del {opacity: 1;}
.cart-box-item:hover > .cart-box-item-view {opacity: 1;}
.cart-box-item-empty {font-size: 14px;color: rgb(161, 161, 161); text-align: center; padding: 7% 0px 4%;}
.cart-box-item-empty span {font-size: 13px; display: block; opacity: 0.7; padding-top: 5%;}
.cart-box-status {width: 100%; display: inline-block; padding: 16px 0px;}
.cart-box-status-title {font-size: 12px; line-height: 26px; text-align: left; width: 50%; float: left; height: 20px; text-transform: uppercase;}
.cart-box-status-price {font-size: 18px; line-height: 24px; font-weight: 500; text-align: right; width: 50%; float: left; height: 20px; text-transform: uppercase; font-family: Arial;}
.cart-box-end-it {}
.cart-box-end-it a {width: 100%; padding: 13px 0px; font-size: 16px; text-align: center; color: rgb(255, 255, 255); background: rgb(30, 190, 123); display: block; text-transform: uppercase; font-weight: 300; margin: auto; letter-spacing: 1px;}
.cart-box-end-it a:hover {text-decoration: none; cursor: pointer; opacity: 0.9;}









/* ADD BIG DIALOG */
.add-big-dialog-shadow {width: 100%; height: 100vh; left: 0px; top: 0px; background: rgba(0,0,0,0.75); position: fixed; z-index: 99;}
.add-big-dialog-shadow {transform: scale(0); opacity: 0; transition: opacity 0.6s;}
.add-big-dialog-shadow-active {transform: scale(1); opacity: 1;}
.add-big-dialog {width: 96%; max-width: 1200px; max-height: 90vh; left: 0px; right: 0px; top: 20%; background: rgb(255,255,255); position: fixed; z-index: 111; margin: auto; overflow-y: auto;}
.add-big-dialog {transform: scale(0) translateY(-50%); opacity: 0; transition: all 0.4s;}
.add-big-dialog-active {transform: scale(1) translateY(-50%); top: 50%; opacity: 1; box-shadow: 0px 15px 40px -10px black;}
.add-big-dialog-top {padding: 2%; border-bottom: 1px solid silver; background: rgb(240, 240, 240);}
.add-big-dialog-top-title {padding-bottom: 25px; width: 100%; text-align: left; display: inline-block; position: relative;}
.add-big-dialog-top-title-main {font-size: 22px; color: green;}
.add-big-dialog-top-title-main i {font-size: 26px; padding-right: 15px; float: left;}
.add-big-dialog-top-title-close {right: -5px; top: -5px; position: absolute;}
.add-big-dialog-top-title-close i {font-size: 30px; padding: 5px; cursor: pointer;}
.add-big-dialog-top-product {padding: 10px 0px; background: white; display: inline-block; width: 100%; text-align: center; box-shadow: 0px 2px 6px -5px black;}
.add-big-dialog-top-product-img {height: 50px; width: 15%; text-align: left; float: left;}
.add-big-dialog-top-product-img img {padding-left: 5%;}
.add-big-dialog-top-product-text {height: 50px; width: 60%; text-align: left; float: left;}
.add-big-dialog-top-product-text-title {font-size: 22px; padding-bottom: 2px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.add-big-dialog-top-product-text-title span {font-size: 16px; padding-left: 5px; font-weight: 300; text-transform: lowercase;}
.add-big-dialog-top-product-text-text {opacity: 0.5; font-size: 14px; font-weight: 300; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.add-big-dialog-top-product-qqq {height: 50px; width: 10%; text-align: center; float: left;}
.add-big-dialog-top-product-qqq span {opacity: 0.7;}
.add-big-dialog-top-product-price {height: 50px; width: 15%; text-align: center; float: left;}
.add-big-dialog-top-product-price span {font-size: 18px; font-weight: 600; font-family: Arial;}
.add-big-dialog-top-ship {padding-top: 20px; display: inline-block; width: 100%; text-align: center;}
.add-big-dialog-top-ship-text {padding-bottom: 10px; display: inline-block; }
.add-big-dialog-top-ship-text i {font-size: 26px; color: green; padding-right: 10px; display: inline-block;}
.add-big-dialog-top-ship-text div {display: inline-block;}
.add-big-dialog-top-ship-text div span {padding: 0px 5px; color: green; font-weight: 600; font-family: Arial; display: inline-block;}
.add-big-dialog-top-ship-text div strong {padding: 0px 5px; color: green; font-weight: 500; display: inline-block;}
.add-big-dialog-top-ship-progres {width: 96%; max-width: 700px; height: 8px; background: silver; position: relative; margin: auto; border-right: 4px solid green;}
.add-big-dialog-top-ship-progres div {width: 0px; height: 100%; left: 0px; top: 0px; position: absolute; transition: all 2.5s; transition-delay: 0.5s; background: green; background: linear-gradient(to right, rgb(201, 222, 150) 0%,rgb(138, 182, 107) 44%,rgb(0, 128, 0) 100%);}
.add-big-dialog-top-buttons {width: 100%; padding-top: 25px; display: table;}
.add-big-dialog-top-button {}
.add-big-dialog-top-button a {font-size: 18px; padding: 10px 25px; font-weight: 300; text-transform: uppercase; text-decoration: none; cursor: pointer; letter-spacing: 0.5px; display: block;}
.add-big-dialog-top-button a i {padding-left: 5px;}
.add-big-dialog-top-button a:hover {opacity: 0.8;}
.add-big-dialog-top-buttons .bb-continue {background: rgb(204, 204, 204); float: left;}
.add-big-dialog-top-buttons .bb-tocart {background: rgb(23, 198, 113); float: right;}
.add-big-dialog-top-buttons .bb-tocart a {color: white;}
.add-big-dialog-bottom {width: 96%; padding: 2% 2% 1%; display: inline-block;}
.add-big-dialog-bottom-left, .add-big-dialog-bottom-right {height: 310px; position: relative; text-align: left;}
.add-big-dialog-bottom-title {font-size: 14px; padding-bottom: 5px; border-bottom: 2px solid rgb(161, 197, 123); font-weight: 500;}
.add-big-dialog-bottom-left {width: 68%; float: left;}
.add-big-dialog-bottom-left-slider {width: 100%; position: relative;}
#add-dialog-swiper {width: 90%; height: 280px; margin: auto;}
.dialog-slider-slide {width: 90%; height: 260px; margin: 18px auto 0px; box-shadow: 0px 0px 1px 1px rgb(227, 227, 227); display: block; position: relative;}
.dialog-slider-slide-img {width: 100%; height: 100%; left: 0px; top: 0px; position: absolute; overflow: hidden;}
.dialog-slider-slide-img img {height: auto; width: 100%; left: -50%; right: -50%;top: 0px;margin: auto; position: absolute;}
.dialog-slider-slide-text {width: 100%; background: rgba(255,255,255,0.8); bottom: 0px; left: 0px; right: 0px; position: absolute; margin: auto; text-align: center;}
.dialog-slider-slide-text-title {width: 90%; font-size: 13px; line-height: 13px; font-weight: 300; margin: 8px auto 4px;}
.dialog-slider-slide-text-price {width: 90%; font-size: 14px; font-weight: 600; font-family: Arial; text-transform: uppercase; margin: auto;}
.dialog-slider-slide a {width: 100%; height: 100%; left: 0px; top: 0px; position: absolute; z-index: 3;}
.add-dialog-swiper-btn {width: 20px; height: 30px; padding: 5px; background: rgb(222, 222, 222); top: 0px; bottom: 0px; position: absolute; margin: auto; text-align: center; cursor: pointer;}
.add-dialog-swiper-btn i {font-size: 25px; width: 20px; height: 20px; line-height: 29px; }
.add-dialog-swiper-btn:hover {background: rgb(23, 198, 113); color: white;}
.add-dia-prev {left: 5px;}
.add-dia-next {right: 5px;}
.add-big-dialog-bottom-right {width: 30%; float: right;}
.add-big-dialog-bottom-right-items {width: 100%;}
.add-big-dialog-bottom-right-item {width: 100%; height: 45px; margin-top: 10px; background: rgb(245, 245, 245); border-bottom: 1px solid rgb(202, 202, 202); position: relative;}
.add-big-dialog-bottom-right-item a {width: 90%; padding-left: 10px; line-height: 45px; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor: pointer;}
.add-big-dialog-bottom-right-item i {font-size: 15px; height: 15px; width: 15px; right: 4px; top: 0px; bottom: 0px; position: absolute; margin: auto; pointer-events: none;}












/*  SITE  MAPS  */
.site-maps {margin-top: 30px;}
.site-maps h3 {margin: 1% 1%;}
.site-maps h3 a {color: #5d5d5d; font-size: 26px;}

.site-maps h4 {margin: 1% 3%;}
.site-maps h4 a {color: #9b9b9b; font-size: 20px;}

.site-maps h5 {margin: 1% 6%;}
.site-maps h5 a {color: #898989; font-size: 20px;}

.site-maps h6 {margin: 1% 9%;}
.site-maps h6 a {color: #aaa; font-size: 20px;}



/*  GLOBAL CSS  */
.transition {transition: all 0.3s; -webkit-transition: all 0.3s;}

.pointer {cursor: pointer;}
.pointer:hover {opacity:0.8;}

.no-select {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: -moz-none;-o-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0,0,0,0);}

.center {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.centerr {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}

.hidden {display: none;}

#shadow {position: fixed; height: 100vh; width: 100vw; top: 0px; left: 0px; background: rgba(0,0,0,0.65); z-index: 55; cursor: pointer; display: none;}

#to-top {width: 36px; height: 36px; right: 15px; bottom: 15px; background: rgb(145, 169, 62); position: fixed; z-index: 33; border-radius: 50%; display: none; box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.2);}
#to-top i {width: 36px; height: 36px; line-height: 36px; font-size: 21px; color: rgb(255,255,255);}
#to-top:hover i {animation: fadeInUp 500ms ease-in-out;}


.contact-form {}
.contact-form div {display: block; width: 100%; margin: 7px auto;}
.contact-form div input {border: 1px solid silver; padding: 7px 1%; font-size: 15px; min-width: 250px;}
.contact-form div textarea {border: 1px solid silver; padding: 7px 1%; font-size: 15px; min-width: 500px; min-height: 110px;}
.contact-form div img {display: inline-block; height: 36px; margin-bottom: -12px; margin-left: 5px;}
.contact-form div button {font-size: 17px; padding: 7px 30px; margin-top: 10px; border: none; color: white !important; cursor: pointer; text-transform: uppercase;}

.page-contact {width: 100%; display: inline-block;}

.page-contact-text {width: 40%; font-size: 18px; line-height: 28px; margin-top: -25px; margin-right: 2%; letter-spacing: 1px; float: left;}
.page-contact-text table {width: 100%;}
.page-contact-text table td {width: 60%; vertical-align: top;}
.page-contact-text table td:nth-child(2) {width: 40%; vertical-align: top;}
.page-contact-text p {margin: 20px 0px !important;}
.page-contact-text h3 {font-size: 30px; font-weight: 800; margin-bottom: 30px !important;}
.page-contact-text h4 {font-size: 24px; font-weight: 800;}




/* OTVARACIE */
.contact-openings-days {width: 100%; padding-top: 15px; display: table; position: relative;}
.contact-openings-days-head {height: 56px; line-height: 52px; margin-bottom: 12px; background: rgb(145, 169, 62); color: white;}
.contact-openings-days-head i {font-size: 30px; padding: 12px 20px 0px 30px; float: left;}
.contact-openings-days-head span {font-size: 20px; letter-spacing: 1.5px; word-spacing: 5px; font-weight: 300;}
.contact-openings-days-form {width: 100%; font-size: 16px; position: relative;}
.contact-openings-days-form-item {height: 50px; padding: 2px 0px; line-height: 50px; width: 100%; display: table; position: relative;}
.contact-openings-days-form-item:nth-child(odd) {background: rgb(244, 244, 244);}
.ddday-active:before {width: 18px; left: 0px; top: 0px; bottom: 0px; background: rgb(98, 202, 138); content:''; position: absolute;}
.contact-openings-days-form-item-title {width: 115px; padding-left: 35px; letter-spacing: 1px; font-weight: 300; text-transform: uppercase; float: left;  position: relative;}
.contact-openings-days-form-item-title:before {width: 1px; right: 0px; top: 8px; bottom: 8px; background: rgb(222,222,222); content:''; position: absolute;}
.ddday-active .contact-openings-days-form-item-title {font-weight: 600;}
.ddday-active .contact-openings-days-form-item-text span {font-weight: 600;}
.ddday-active .contact-openings-days-form-item-text span i {font-weight: 300;}
.contact-openings-days-form-item-text {padding: 0px 2px 0px 35px; float: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.contact-openings-days-form-item-text span {letter-spacing: 1px; word-spacing: 4px;}
.contact-openings-days-form-item-text span i {font-size: 12px; padding-left: 15px; opacity: 0.5; letter-spacing: 0px; word-spacing: 0px;}





.page-contact-imgs {width: 58%; float: left;}

.page-contact-map {width: 100%; background: whitesmoke;}
.page-contact-map iframe {width: 100%;}

.page-contact-imgs-form {width: 100%; padding-top: 30px; display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; position: relative;}
.page-contact-imgs-form-item {width: 30%; height: 220px; flex-grow: 1; position: relative; overflow: hidden;}
.page-contact-imgs-form-item img {width: 100%; height: 100%; display: block; object-fit: cover; transition: all 0.5s; position: relative; transition: all 0.6s; opacity: 0; z-index: 3;}
.page-contact-imgs-form-item a {width: 100%; height: 100%; left: 0%; top: 0%; display: block; position: absolute; z-index: 9;}
.page-contact-imgs-form-item:hover img {transform: scale(1.05); filter: brightness(80%);}
.page-contact-imgs-form-item .lazyloaded {opacity: 1;}


.css-url-mail:before, .css-url-tel:before, .css-url-pdf:before, .css-url-fax:before {width: 30px; font-size: 20px; color: rgb(145, 169, 62); padding-right: 6px; font-family: "Font Awesome 6 Pro"; display: inline-block; text-align: center;}

.css-url-mail:before {content: "\f658";}
.css-url-tel:before {content: "\f098";}
.css-url-pdf:before {content: "\f15b";}
.css-url-fax:before {content: "\f1ac";}

.css-url-mail , .css-url-tel , .css-url-pdf , .css-url-fax {padding-bottom: 5px; display: inline-block;}








/* KONTAKT TEAM */
.page-contact-team {width: 100%; padding-top: 50px; display: flex; justify-content: space-between; flex-wrap: wrap; float: left; position: relative;}

.page-contact-team-function {width: 48%; padding-top: 10px; display: inline-block; position: relative;}

.page-contact-team-function-title {width: 100%; height: 52px; font-size: 17px; line-height: 53px; color: rgb(255, 255, 255); background: rgb(108, 96, 78); position: relative}
.page-contact-team-function-title i {width: 40px; font-size: 30px; margin: 11px 15px 0px 20px; font-weight: 300; color: rgb(145, 169, 62); text-align: center; float: left;}
.page-contact-team-function-title span {letter-spacing: 0.5px; font-weight: 300;}

.page-contact-team-function-persons {width: 85%; padding: 25px 0px 0px; transform: translateX(75px); display: inline-block; position: relative;}
.page-contact-team-function-person {width: 100%; padding: 0px 0px 25px; float: left; position: relative;}
.page-contact-team-function-person-title {font-size: 21px; padding-bottom: 2px; color: rgb(65, 64, 66); letter-spacing: 1px; font-weight: 700;}
.page-contact-team-function-person-subtitle {font-size: 16px; padding-bottom: 2px; color: rgb(166, 166, 166); letter-spacing: 1px; font-weight: 300;}
.page-contact-team-function-person-expert {font-size: 16px; padding: 10px 0px 0px; letter-spacing: 1px; opacity: 0.7;}
.page-contact-team-function-person-contact {width: 100%; display: inline-block; padding: 4px 0px 0px;}
.page-contact-team-function-person-contact div {width: 100%; padding: 0px 25px 10px 0px; float: left; position: relative;}
.page-contact-team-function-person-contact div a {font-size: 17px; letter-spacing: 0.5px; word-spacing: 3px;}
.page-contact-team-function-person-contact div a i {width: 30px; font-size: 20px; padding-right: 0px; color: rgb(145, 169, 62); text-align: center;}
.page-contact-team-function-person-contact div a .fa-envelope {font-size: 21px;}













.form-status {margin: 40px 0px; display: inline-block;}
.form-status b {font-size: 20px;}
.form-timer {width: 99%; padding: 0.5%; box-shadow: 0px 0px 0px 1px #ededed; margin-top: 50px; text-align: left;}
.form-timer div {height: 25px; width: 100%; animation-name: form; animation-duration: 5s; margin: 0px !important;}
@keyframes form {
    from {width: 0px;}
    to {width: 100%;}
}


/* PAGER */
.pager {width: 100%; text-align: center; margin: 30px auto 40px;}
.novy-pager {display: inline-block; list-style: none; padding: 0px; margin: auto;}
.novy-pager .gomkikk {font-size: 18px; color: white; width: 44px; height: 44px; line-height: 44px; background: rgb(31, 41, 62); text-align: center; letter-spacing: 1px; float: left;}
.novy-pager .gombik {font-size: 22px; color: white; width: 44px; height: 44px; line-height: 44px; background: rgb(247, 147, 56); text-align: center; letter-spacing: 1px; float: left;}
.novy-pager .akt {background: rgb(247, 147, 56); font-weight: 600; pointer-events: none;}
.novy-pager .neakt {color: rgb(21, 21, 21); background: rgba(31, 41, 62, 0.5); pointer-events: none;}
.novy-pager a {display: inline-block;}
.novy-pager a:hover {opacity:0.7;}
.novy-pager li {margin: 5px 8px 5px 0px;}









/* MENU USER */
.web-main-menu-login {position: relative;}

.web-main-menu-login-a {color: white;display: block;width: 100%;height: 100%;}
.web-main-menu-login-menu {left: -13px; top: 86%; padding: 10px 1px 15px; position: absolute; background: rgb(255, 255, 255); box-shadow: 3px 3px 15px -5px rgb(0, 0, 0); z-index: 9;}
.web-main-menu-login-menu {transform: scale(0); -webkit-transform: scale(0); transform-origin: 25px top; -webkit-transform-origin: 25px top;}
.web-main-menu-login-menu div {position: relative; width: 100%; text-align: left;}
.web-main-menu-login-menu div a {padding: 8px 20px 0px 15px; white-space: nowrap; display: block; color: rgb(60, 60, 60); font-size: 17px;}
.web-main-menu-login-menu div a i {font-size: 20px; width: 35px; text-align: center; margin-right: 4px; }
.web-main-menu-login-menu div:hover {opacity: 0.7;}
.web-main-menu-login:hover .web-main-menu-login-menu {transform: scale(1); -webkit-transform: scale(1);}

.web-main-menu-login-head {width: 100%; display: inline-block;}
.web-main-menu-login-head-icon {width: 30px; height: 30px; margin: 4px 5px 0px; background: rgb(0, 128, 198); padding: 1px; border-radius: 50%; float: left;}
.web-main-menu-login-head-icon span {width: 20px; height: 20px; text-align: center; color: rgb(65,64,66); font-size: 18px; line-height: 20px;padding: 3px;border-radius: 50%;}
.web-main-menu-login-head-icon i {font-size: 18px; margin: 4px; color: rgb(255, 255, 255);}
.web-main-menu-login-head-text {width: 100px; height: 34px; color: rgb(255, 255, 255); font-size: 11px; line-height: 34px; font-weight: 300; left: 48px; top: 4px; white-space: nowrap; text-align: left; position: absolute; text-transform: uppercase; letter-spacing: 1px;}
.web-main-menu-login-head-text span {background: rgb(22, 119, 122); color: rgba(255, 255, 255, 0.85); font-size: 13px; padding: 3px 4px; margin-left: 4px;}



.lazyload-fade {opacity: 0; transition: all 0.5s;}
.lazyload-fade.lazyloaded {opacity: 1;}


/* MODERN SPINNER */
.spinner {-moz-appearance:textfield;}
.spinner::-webkit-outer-spin-button, .spinner::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
.spinner {width: 30px !important; height: 26px !important; background: transparent !important; border: none !important; padding: 2px 0px 2px 0px !important; margin-right: 25px !important; margin-left: 0px !important; font-size: 15px !important;}
.ui-spinner {height: 34px !important; width: 60px !important; border: 1px solid rgb(170, 170, 170) !important; border-radius: 0px !important; display: inline-block !important; overflow: hidden;}








/* 404 */
.page-404 {font-size: 110px;opacity: 0.2;color: rgb(0, 0, 0);text-align: center;margin: 0px auto 15px;}
.page-404-icon {width: 100%; font-size: 110px;opacity: 0.2;color: rgb(0, 0, 0);text-align: center;}
.page-404-text {font-size: 20px;opacity: 0.6;color: rgb(0, 0, 0);text-align: center;margin: 25px auto 35px;}
.page-404-btn {width: 100%; text-align: center; margin-bottom: 25px;}
.page-404-btn a {color: white; padding: 10px 26px; font-size: 18px; text-transform: uppercase;display: inline-block;}
.page-404-img {width: 100%; height: 400px; }




/* OLD CART NOTIFY */
.old-cart-notify {width: 90%; max-width: 350px; background: white; left: 0px; right: 0px; top: 40%; margin: auto; position: fixed; z-index: 99; display: none; box-shadow: 0px 5px 20px -10px black;}
.old-cart-notify-title {width: 90%; padding: 22px 5%; font-size: 17px; color: white; background: black; text-align: center; text-transform: uppercase; position: relative;}
.old-cart-notify-title i {width: 30px;height: 30px; font-size: 30px; line-height: 30px; right: 3%; top: 0px; bottom: 0px; margin: auto; position: absolute; cursor: pointer;}
.old-cart-notify-title i:hover {opacity: 0.75;}
.old-cart-text {background: white; padding: 7% 10%; width: 80%; font-size: 17px; text-align: justify;}
.old-cart-text i {float: left; font-size: 52px; margin-right: 15px;}

.old-cart-btns {background: white; padding: 0% 10% 5%; width: 80%; display: inline-block;}
.old-cart-btns button {width: 44%; padding: 15px 0px; font-size: 16px; border: none; color: white; text-transform: uppercase; cursor: pointer; border-radius: 10px;}
.old-cart-btns .con {background: rgb(238, 27, 152); float: right;}
.old-cart-btns .end {background: rgb(51, 51, 51); float: left;}




/* SEARCH */
.search-form {width: 100%; display: inline-block; margin: 10px auto;}
.search-form-input {width: 40%;padding: 10px;text-transform: uppercase;font-size: 16px;color: rgb(59, 59, 59);}
.search-form-btn {text-transform: uppercase;font-size: 16px;padding: 11px 40px;border: none;background: rgb(109, 110, 113);color: white; cursor: pointer;}
.search-form-btn:hover {opacity: 0.9;}
.search-form-export {font-size: 19px;width: 100%;display: inline-block;margin: 10px auto 20px; color: rgb(109, 110, 113);}
.search-form-export strong {text-transform: uppercase; color: rgb(70, 70, 70);}
.search-form-items-head {margin: 20px auto 10px; padding: 0px 0px 5px; color: rgb(126, 126, 126); width: 100%; display: inline-block;border-bottom: 1px solid rgb(215, 215, 215);text-transform: uppercase;}
.search-form-items-item {width: 100%; padding: 5px;}
.search-form-items-item a {color: black; font-size: 18px;}
.search-form-export-space {width: 100%; height: 0px;}
.search-form-empty {width: 100%;display: inline-block;text-align: center;opacity: 0.3;font-size: 32px;margin: 70px auto 10px;}




/*  POP  BOX  */
#pop-shadow {position: fixed; height: 100vh; width: 100vw; top: 0px; left: 0px; background: rgba(0,0,0,0.45); z-index: 99; cursor: pointer; display: none;}
#pop-box {position: fixed; top: 25vh; left: 0px; right: 0px; margin: auto; background: rgba(255,255,255,0.9); z-index: 100; display: none;}
#pop-box {text-align: left; padding: 0px; letter-spacing: 0.5px; line-height: 18px;}
#pop-box div {width: 96%; padding: 2%;}
#pop-box img {width: 100%; height: auto; margin: auto;}
#pop-box p {padding: 0px !important; margin: 0px !important;}
#pop-box h2 {color: #1585b7; padding: 0px 0px 0px 0px;width: auto;font-family: 'Merriweather', serif;font-size: 3em; letter-spacing: 0px;}
#pop-box h3 {color: #1585b7; padding: 0px 0px 0px 0px;width: auto;font-family: 'Merriweather', serif;font-size: 2em; border: none;}
#pop-box:before {top: -40px; right: -40px;position: absolute;content: "";background: transparent url("/images/close.png") no-repeat;height: 35px;width: 35px;background-position: center center;background-size: 100% 100%;opacity: 0.4;transition: all 0.3s;-webkit-transition: all 0.3s;pointer-events: none;}
.pop-box:before {opacity: 1 !important; transform: rotate(90deg);}





@keyframes fadeInUp {
  from {opacity: 0; transform: translate3d(0, 100%, 0);}
  to {opacity: 1; transform: translate3d(0, 0, 0);}
}



/* LOADER */
.loader {position: relative;margin: 0 auto;width: 100px;}
.loader:before {content: '';display: block;padding-top: 100%;}
.circular {animation: rotate 2s linear infinite;height: 100%;transform-origin: center center;width: 100%;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;}
.path {stroke-dasharray: 1, 200;stroke-dashoffset: 0;animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;stroke-linecap: round;}
@keyframes rotate {100% {transform: rotate(360deg);}}
@keyframes rotatee {100% {transform: rotate(-360deg);}}
@keyframes dash {0% {stroke-dasharray: 1, 200;stroke-dashoffset: 0;}50% {stroke-dasharray: 89, 200;stroke-dashoffset: -35px;}100% {stroke-dasharray: 89, 200;stroke-dashoffset: -124px;}}
@-webkit-keyframes color {100%,0% {stroke: #d62d20;}40% {stroke: #0057e7;}66% {stroke: #008744;}80%,90% {stroke: #ffa700;}}
@keyframes color {100%,0%{stroke: #d62d20;}40% {stroke: #0057e7;}66%{stroke: #008744;}80%,90%{stroke: #ffa700;}}