:root{
    --fontFamilyUbuntu: 'Ubuntu';
    --fontFamilyMain: 'Source Sans 3';
    --fontColorMain: #191C1A;
    --fontColorSecondary: #333934;
    --fontColorGreen: #33B44A;
    --fontColorWhite: #FFF;
    --fontColorFooterGray: #696969;
    --blogEmptyImg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='83' viewBox='0 0 90 83' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M51.8263 2.68713L21.9886 78.036C21.4147 79.2165 20.8865 80.1267 20.3997 80.7652C19.3543 82.1621 17.616 82.8709 15.2057 82.8709C13.1688 82.8709 11.3559 82.1263 9.78773 80.6341C8.21681 79.1434 7.43274 77.4472 7.43274 75.5648C7.43274 74.4657 7.61942 73.3294 7.97482 72.1738C8.34818 70.9988 8.94696 69.3964 9.78773 67.3099L30.305 15.3535C30.9024 13.8628 31.5952 12.0742 32.4167 9.98635C33.2394 7.88057 34.1176 6.14712 35.0524 4.76809C35.9858 3.38906 37.2013 2.27066 38.7141 1.41291C40.227 0.557907 42.0952 0.129028 44.3202 0.129028C46.5991 0.129028 48.4867 0.557907 50.0009 1.41429C50.6661 1.79214 51.2746 2.21688 51.8263 2.68713Z' fill='%2333B44A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M68.8119 40.7691L59.1181 65.2483C48.7371 57.163 29.1504 59.5018 24.2316 72.6592C23.4379 74.7856 22.7077 76.5439 22.0384 77.9354L22.0315 77.9326L51.8263 2.68712C52.5288 3.287 53.14 3.96134 53.6628 4.71292C54.5976 6.05471 55.3816 7.50821 56.0177 9.05411C56.6525 10.6014 57.4753 12.6699 58.446 15.2418L68.8119 40.7691Z' fill='%23006836'/%3E%3Cpath d='M6.38046 32.8728C9.90429 32.8728 12.7609 30.0241 12.7609 26.51C12.7609 22.9959 9.90429 20.1471 6.38046 20.1471C2.85663 20.1471 0 22.9959 0 26.51C0 30.0241 2.85663 32.8728 6.38046 32.8728Z' fill='%2333B44A'/%3E%3Cpath d='M8.39673 45.5985C10.4626 45.5985 12.1373 43.9284 12.1373 41.8682C12.1373 39.808 10.4626 38.1379 8.39673 38.1379C6.33085 38.1379 4.65613 39.808 4.65613 41.8682C4.65613 43.9284 6.33085 45.5985 8.39673 45.5985Z' fill='%2333B44A'/%3E%3Cpath d='M83.6197 54.3732C87.1436 54.3732 90.0002 51.5244 90.0002 48.0103C90.0002 44.4962 87.1436 41.6475 83.6197 41.6475C80.0959 41.6475 77.2393 44.4962 77.2393 48.0103C77.2393 51.5244 80.0959 54.3732 83.6197 54.3732Z' fill='%2333B44A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M64.521 72.4524C63.3967 69.5054 61.4994 67.1031 59.1182 65.2483L68.8119 40.7691L79.4142 66.8825C81.0584 70.8155 81.8812 73.6659 81.8812 75.4559C81.8812 77.2997 81.1151 79.0138 79.5649 80.5611C78.012 82.107 76.1244 82.871 73.9381 82.871C72.6673 82.871 71.5652 82.6476 70.6497 82.1814C69.7536 81.7346 68.9862 81.1182 68.3514 80.3363C67.7347 79.5544 67.0806 78.3422 66.3698 76.7398C65.6411 75.118 65.0437 73.6838 64.521 72.4524Z' fill='%230E2C17'/%3E%3C/svg%3E"), #F5F5F5;
}
.grecaptcha-badge {
    visibility: hidden !important;
  }
*:focus {
    outline: none;
}
body{
    padding: 0;
    margin: 0;
    position: relative;
}
h2{
    color: var(--fontColorMain);
    font-family: var(--fontFamilyUbuntu);
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    margin: 0;
}
p,
#contentPage{
    color: var(--fontColorSecondary);
    font-family: var(--fontFamilyMain);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
p a{
    color: var(--fontColorGreen);
}
img{
    max-width: 100%;
    height: auto;
}
.container-fluid{
    padding: 0;
    font-size: 0;
}
.container{
    max-width: 1920px;
    padding: 0;
}
.header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 24px 48px;
    background-color: #FFF;
    position: sticky;
    z-index: 998;
    top: 0;
}
#headerLogo{
    width: 262px;
    height: 92px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='198' height='58' viewBox='0 0 198 58' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M35.6333 2.2405L15.1184 54.19C14.7238 55.0038 14.3606 55.6314 14.0259 56.0716C13.3071 57.0347 12.112 57.5234 10.4548 57.5234C9.0543 57.5234 7.80783 57.01 6.72965 55.9812C5.64956 54.9535 5.11047 53.784 5.11047 52.4862C5.11047 51.7284 5.23883 50.945 5.48318 50.1482C5.73989 49.3382 6.15157 48.2334 6.72965 46.7948L20.8363 10.9734C21.2471 9.94559 21.7234 8.71243 22.2882 7.27296C22.8539 5.82112 23.4576 4.626 24.1003 3.67522C24.7421 2.72444 25.5778 1.95336 26.618 1.36198C27.6581 0.772498 28.9426 0.476807 30.4724 0.476807C32.0393 0.476807 33.3371 0.772498 34.3782 1.36293C34.8356 1.62344 35.2539 1.91628 35.6333 2.2405Z' fill='%2333B44A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.3117 28.4962L40.6467 45.3734C33.5092 39.799 20.0424 41.4115 16.6605 50.4829C16.1148 51.949 15.6128 53.1612 15.1526 54.1206L15.1478 54.1186L35.6333 2.24048C36.1163 2.65407 36.5365 3.119 36.8959 3.63717C37.5386 4.56227 38.0777 5.56439 38.5151 6.63021C38.9515 7.69699 39.5172 9.12315 40.1846 10.8963L47.3117 28.4962Z' fill='%23006836'/%3E%3Cpath d='M4.38688 23.0521C6.80969 23.0521 8.77377 21.088 8.77377 18.6652C8.77377 16.2424 6.80969 14.2783 4.38688 14.2783C1.96407 14.2783 0 16.2424 0 18.6652C0 21.088 1.96407 23.0521 4.38688 23.0521Z' fill='%2333B44A'/%3E%3Cpath d='M5.77314 31.8258C7.19354 31.8258 8.345 30.6744 8.345 29.254C8.345 27.8336 7.19354 26.6821 5.77314 26.6821C4.35275 26.6821 3.20129 27.8336 3.20129 29.254C3.20129 30.6744 4.35275 31.8258 5.77314 31.8258Z' fill='%2333B44A'/%3E%3Cpath d='M57.4925 37.8756C59.9153 37.8756 61.8794 35.9115 61.8794 33.4887C61.8794 31.0659 59.9153 29.1018 57.4925 29.1018C55.0697 29.1018 53.1056 31.0659 53.1056 33.4887C53.1056 35.9115 55.0697 37.8756 57.4925 37.8756Z' fill='%2333B44A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M197.182 42.3528C196.087 42.3195 195.132 42.1788 194.318 41.9297C193.504 41.6806 192.823 41.2984 192.276 40.784C191.727 40.2687 191.311 39.6051 191.029 38.7912C190.747 37.9773 190.606 36.9562 190.606 35.7269V3.83876L193.844 3.24072V35.627C193.844 36.4238 193.918 37.0636 194.068 37.5457C194.217 38.0268 194.442 38.409 194.741 38.6914C195.039 38.9738 195.43 39.181 195.911 39.3141C196.392 39.4472 196.965 39.5632 197.63 39.6631L197.182 42.3528Z' fill='%23000002'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M149.775 39.6127C151.635 39.6127 153.171 39.3056 154.383 38.6914C155.596 38.0772 156.202 37.039 156.202 35.5776C156.202 34.8807 156.095 34.2827 155.878 33.7845C155.662 33.2863 155.305 32.8375 154.807 32.4391C154.309 32.0408 153.652 31.6585 152.839 31.2925C152.026 30.9274 151.02 30.4957 149.824 29.9975C148.861 29.5992 147.948 29.1913 147.084 28.7767C146.221 28.3622 145.456 27.8802 144.793 27.3316C144.128 26.783 143.597 26.1269 143.198 25.3635C142.799 24.6 142.6 23.6701 142.6 22.5739C142.6 20.4812 143.389 18.7869 144.967 17.492C146.544 16.1961 148.711 15.5486 151.468 15.5486C153.229 15.5486 154.682 15.6979 155.828 15.9973C156.974 16.2959 157.78 16.5621 158.244 16.7941L157.497 19.6845C157.099 19.4857 156.427 19.2195 155.48 18.8868C154.533 18.5549 153.146 18.3886 151.319 18.3886C150.588 18.3886 149.899 18.4637 149.251 18.6129C148.604 18.7622 148.031 18.9942 147.532 19.3099C147.033 19.6255 146.635 20.0239 146.336 20.5135C146.037 20.9956 145.887 21.5851 145.887 22.282C145.887 22.9799 146.02 23.5779 146.286 24.0761C146.552 24.5829 146.942 25.0231 147.457 25.4043C147.971 25.7856 148.603 26.1431 149.35 26.4749C150.097 26.7991 150.953 27.1642 151.915 27.5635C152.912 27.9619 153.867 28.3689 154.781 28.7758C155.694 29.1913 156.5 29.6895 157.197 30.2704C157.894 30.8513 158.458 31.5492 158.891 32.3631C159.323 33.1769 159.538 34.1981 159.538 35.4274C159.538 37.753 158.667 39.5129 156.923 40.709C155.179 41.9041 152.796 42.5021 149.773 42.5021C147.514 42.5021 145.787 42.311 144.591 41.9288C143.395 41.5466 142.598 41.2557 142.2 41.057L143.047 38.1172C143.146 38.1837 143.363 38.2912 143.695 38.4414C144.027 38.5907 144.475 38.757 145.04 38.9396C145.605 39.1221 146.278 39.28 147.058 39.4131C147.84 39.5462 148.745 39.6127 149.775 39.6127Z' fill='%23000002'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M101.757 17.0423C102.72 16.776 103.974 16.4775 105.518 16.1447C107.063 15.8129 109.064 15.6475 111.521 15.6475C114.777 15.6475 117.135 16.5944 118.596 18.4874C118.762 18.3543 119.086 18.1299 119.568 17.8143C120.049 17.4986 120.655 17.1754 121.387 16.8435C122.118 16.5108 122.972 16.2293 123.953 15.9964C124.933 15.7635 126.021 15.6475 127.217 15.6475C129.176 15.6475 130.762 15.9374 131.974 16.5193C133.187 17.1002 134.125 17.9141 134.79 18.9609C135.453 20.0068 135.902 21.2608 136.135 22.7222C136.367 24.1845 136.483 25.778 136.483 27.5055V41.9041H133.245V28.5514C133.245 26.8571 133.171 25.3872 133.021 24.1417C132.872 22.8962 132.572 21.8665 132.125 21.0526C131.677 20.2388 131.036 19.6246 130.206 19.2091C129.375 18.7936 128.296 18.5863 126.968 18.5863C125.971 18.5863 125.066 18.6776 124.252 18.8601C123.438 19.0427 122.733 19.2671 122.135 19.5333C121.537 19.7986 121.047 20.0648 120.665 20.33C120.283 20.5953 120.009 20.795 119.843 20.9281C120.141 21.7914 120.365 22.7631 120.516 23.8422C120.666 24.9213 120.74 26.0594 120.74 27.2555V41.9032H117.502V28.5514C117.502 26.8571 117.427 25.3872 117.277 24.1417C117.128 22.8962 116.821 21.8665 116.356 21.0526C115.891 20.2388 115.234 19.6246 114.388 19.2091C113.541 18.7936 112.42 18.5863 111.024 18.5863C109.463 18.5863 108.142 18.669 107.063 18.8354C105.984 19.0018 105.295 19.1511 104.996 19.2842V41.9041H101.758L101.757 17.0423Z' fill='%23000002'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M84.177 15.5476C85.8713 15.5476 87.3069 15.7882 88.4869 16.2702C89.6658 16.7522 90.6204 17.4168 91.3516 18.263C92.0827 19.1102 92.6142 20.1151 92.946 21.277C93.2778 22.4398 93.4442 23.7015 93.4442 25.0639V41.3061C93.1114 41.4049 92.6303 41.5133 91.999 41.6293C91.3677 41.7463 90.6366 41.8699 89.8065 42.003C88.9756 42.1361 88.0543 42.2435 87.0407 42.3262C86.0282 42.4099 84.9899 42.4508 83.9269 42.4508C82.5645 42.4508 81.3114 42.3015 80.1647 42.002C79.0181 41.7035 78.0226 41.229 77.1745 40.5816C76.3274 39.9341 75.6637 39.1041 75.1817 38.0905C74.6996 37.0779 74.4591 35.84 74.4591 34.3787C74.4591 32.9839 74.7253 31.7878 75.2568 30.7914C75.7883 29.795 76.5356 28.9726 77.4987 28.3251C78.4619 27.6776 79.6085 27.2041 80.9367 26.9046C82.265 26.6061 83.7102 26.4559 85.2713 26.4559C85.7363 26.4559 86.2259 26.4806 86.7412 26.531C86.8316 26.5395 86.9219 26.55 87.0113 26.5595V29.313C86.4703 29.2692 85.857 29.2473 85.1706 29.2473C84.3738 29.2473 83.5438 29.3053 82.6795 29.4213C81.8153 29.5373 81.0185 29.7864 80.2874 30.1687C79.5562 30.5509 78.9591 31.0738 78.4932 31.7384C78.0283 32.403 77.7963 33.2834 77.7963 34.3787C77.7963 35.3418 77.9542 36.1557 78.2698 36.8203C78.5855 37.4839 79.0333 38.0164 79.6152 38.4147C80.1961 38.8131 80.894 39.1041 81.7078 39.2866C82.5217 39.4691 83.443 39.5604 84.4727 39.5604C85.7353 39.5604 86.8392 39.5195 87.7861 39.4359C88.7331 39.3522 89.5384 39.2448 90.203 39.1126C90.203 37.8994 90.2477 24.9185 90.1897 24.9185C90.165 24.2634 90.1022 23.6226 90.0043 22.995C89.8712 22.1479 89.5812 21.3844 89.1324 20.7027C88.6837 20.021 88.0524 19.4743 87.2385 19.0588C86.4256 18.6433 85.3541 18.4361 84.0249 18.4361C82.1319 18.4361 80.72 18.5682 79.7901 18.8344C78.8602 19.1007 78.1795 19.3155 77.7478 19.4829L77.2991 16.6429C77.8638 16.3767 78.7357 16.1276 79.9147 15.8956C81.0965 15.6646 82.5169 15.5476 84.177 15.5476Z' fill='%23000002'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M173.379 15.5476C175.073 15.5476 176.51 15.7882 177.689 16.2702C178.868 16.7522 179.822 17.4168 180.553 18.263C181.285 19.1092 181.816 20.1151 182.148 21.277C182.481 22.4398 182.646 23.7015 182.646 25.0639V41.3061C182.313 41.4049 181.833 41.5133 181.201 41.6293C180.57 41.7463 179.839 41.8699 179.008 42.003C178.178 42.1361 177.256 42.2435 176.244 42.3262C175.23 42.4099 174.193 42.4508 173.13 42.4508C171.767 42.4508 170.514 42.3015 169.369 42.002C168.222 41.7035 167.226 41.229 166.378 40.5816C165.531 39.9341 164.867 39.1041 164.385 38.0905C163.903 37.0779 163.662 35.84 163.662 34.3787C163.662 32.9839 163.928 31.7878 164.46 30.7914C164.991 29.795 165.738 28.9726 166.702 28.3251C167.665 27.6776 168.81 27.2041 170.139 26.9046C171.467 26.6061 172.912 26.4559 174.474 26.4559C174.939 26.4559 175.429 26.4806 175.944 26.531C176.034 26.5395 176.125 26.55 176.214 26.5595V29.313C175.673 29.2692 175.06 29.2473 174.373 29.2473C173.577 29.2473 172.746 29.3053 171.882 29.4213C171.019 29.5373 170.222 29.7864 169.491 30.1687C168.76 30.5509 168.163 31.0738 167.697 31.7384C167.231 32.403 167 33.2834 167 34.3787C167 35.3418 167.157 36.1557 167.473 36.8203C167.788 37.4839 168.237 38.0164 168.818 38.4147C169.399 38.8131 170.097 39.1041 170.911 39.2866C171.724 39.4691 172.646 39.5604 173.676 39.5604C174.938 39.5604 176.042 39.5195 176.988 39.4359C177.935 39.3532 178.74 39.2448 179.405 39.1126C179.405 37.8994 179.45 24.9185 179.392 24.9185C179.366 24.2634 179.303 23.6226 179.205 22.995C179.072 22.1479 178.782 21.3844 178.334 20.7027C177.885 20.022 177.254 19.4743 176.44 19.0588C175.628 18.6433 174.556 18.4361 173.227 18.4361C171.334 18.4361 169.922 18.5682 168.992 18.8344C168.062 19.1007 167.381 19.3155 166.95 19.4829L166.501 16.6429C167.066 16.3767 167.938 16.1276 169.117 15.8956C170.298 15.6646 171.718 15.5476 173.379 15.5476Z' fill='%23000002'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M44.3613 50.3402C43.5883 48.3084 42.2838 46.6521 40.6466 45.3733L47.3116 28.4961L54.6012 46.5C55.7316 49.2116 56.2973 51.1769 56.2973 52.411C56.2973 53.6822 55.7706 54.864 54.7048 55.9308C53.6371 56.9966 52.3393 57.5233 50.8361 57.5233C49.9623 57.5233 49.2045 57.3693 48.5751 57.0479C47.959 56.7399 47.4314 56.3149 46.9949 55.7758C46.5709 55.2367 46.1212 54.401 45.6325 53.2962C45.1314 52.178 44.7207 51.1892 44.3613 50.3402Z' fill='%230E2C17'/%3E%3C/svg%3E");
    background-position: center left 32px;
    background-repeat: no-repeat;
}
#headerLinkCont{
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
}
#headerLinkCont a,
#headerLinkCont{
    color: var(--fontColorMain);
    font-family: var(--fontFamilyMain);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}
.isPrentHeaderLink{
    height: 28px;
    cursor: pointer;
    padding-right: 24px !important;
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cmask id='mask0_95_448' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_95_448)'%3E%3Cpath d='M12 15.4L6 9.4L7.4 8L12 12.6L16.6 8L18 9.4L12 15.4Z' fill='%231C1B1F'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
}
.isPrentHeaderLink.isOpen{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cmask id='mask0_95_448' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='26' height='26'%3E%3Crect x='24.9829' y='25.0171' width='24' height='24' transform='rotate(-179.918 24.9829 25.0171)' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_95_448)'%3E%3Cpath d='M13.0049 9.6L18.9963 15.6085L17.5943 17.0065L13.0009 12.4L8.39433 16.9934L6.99633 15.5914L13.0049 9.6Z' fill='%231C1B1F'/%3E%3C/g%3E%3C/svg%3E");
}
.dropdownChildMenu{
    width: auto;
    display: none;
    flex-direction: column;
    gap: 16px;
    position: absolute;
    z-index: 997;
    top: 36px;
    left: -1px;
    background-color: #FFF;
    border-radius: 16px;
    border: 1px solid #DBDBDB;;
    padding: 16px;
}
.dropdownChildMenu a{
    white-space: nowrap;
    font-size: 16px !important;
}

#headerLinkCont a.active,
.isPrentHeaderLink.active span,
#mobileLinksCont a.active,
.mobileParent.active span{
    font-weight: 700;
}
.dropdownChildMenu a:hover,
.dropdownChildMenu a.active,
.mobileChildCont a.active{
    text-decoration: underline dotted var(--fontColorGreen) !important;
    color: var(--fontColorGreen) !important;
    font-weight: 400 !important;
}
.dropdownChildMenu.isShown{
    display: flex;
}
#headerRestCont,
#footerRestCont{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px 40px;
}
#headerLangCont,
#headerSocialCont,
#headerSearchCont,
#mobileSocialCont,
#mobileLanguageCont{
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    position: relative;
}
.langOpt{
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
.langOpt.active{
    width: 32px;
    height: 32px;
    cursor: no-drop;
}
#bhs{
    background-image: url('../images/bhs.png');
}
#eng{
    background-image: url('../images/eng.png');
}
#headerSocialCont a,
#mobileSocialCont a{
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
}
#fb{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21 8V16C21 18.7614 18.7614 21 16 21H8C5.23858 21 3 18.7614 3 16V8C3 5.23858 5.23858 3 8 3H16C18.7614 3 21 5.23858 21 8Z' stroke='%23191C1A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 21C11 18 11 15 11 12C11 9.8125 11.5 8 15 8' stroke='%23191C1A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 13H11H15' stroke='%23191C1A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
#ig{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16Z' stroke='%23191C1A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 16V8C3 5.23858 5.23858 3 8 3H16C18.7614 3 21 5.23858 21 8V16C21 18.7614 18.7614 21 16 21H8C5.23858 21 3 18.7614 3 16Z' stroke='%23191C1A' stroke-width='1.6'/%3E%3Cpath d='M17.5 6.50989L17.51 6.49878' stroke='%23191C1A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
#in{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21 8V16C21 18.7614 18.7614 21 16 21H8C5.23858 21 3 18.7614 3 16V8C3 5.23858 5.23858 3 8 3H16C18.7614 3 21 5.23858 21 8Z' stroke='%23191C1A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 17V13.5V10' stroke='%23191C1A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 17V13.75M11 13.75V10M11 13.75C11 10 17 10 17 13.75V17' stroke='%23191C1A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 7.00989L7.01 6.99878' stroke='%23191C1A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
#searchIcon{
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17 17L21 21' stroke='%23191C1A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 11C3 15.4183 6.58172 19 11 19C13.213 19 15.2161 18.1015 16.6644 16.6493C18.1077 15.2022 19 13.2053 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11Z' stroke='%23191C1A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
#mainFloatCont{
    width: 100%;
    height: auto;
    position: relative;
}
#floatCont{
    width: 380px;
    height: 345px;
    position: absolute;
    z-index: 997;
    top: 137px;
    left: 80px;
    background-color: rgba(255, 255, 255, 0.90);
    border-radius: 24px;
    padding: 48px 40px 40px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    box-sizing: content-box;
}
#floatContTitle{
    color: var(--fontColorMain);
    font-family: var(--fontFamilyUbuntu);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
#floatContTxt{
    color: var(--fontColorMain);
    font-family: var(--fontFamilyMain);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    margin-bottom: 8px;
}
.mainBtn{
    width: auto;
    height: 64px;
    padding: 0px 40px;
    display: flex;
    align-items: center;
    border-radius: 58px;
    border: 2px solid #DBDBDB;
    color: var(--fontColorMain);
    font-family: var(--fontFamilyUbuntu);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    cursor: pointer;
}
.mainBtn.green{
    border-radius: 60px;
    border: none;
    background-color: var(--fontColorGreen);
    color: var(--fontColorWhite);
}
#mainProductSliderCont{
    width: 100%;
    height: 134px;
    padding: 40px 48px 38px 40px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10);
}
#mainProductSlider{
    width: 100%;
    height: 56px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 48px;
    border-right: 1px solid #F0F0F0;
    border-left: 1px solid #F0F0F0;
}
.singleProductSlide{
    width: auto !important;
    height: 56px !important;
    padding: 8px 16px;
    display: flex !important;
    align-items: center;
}
#mainBigSliderCont{
    width: 100%;
    height: auto;
    margin-top: 120px;
    padding: 0px 48px;
    display: flex;
    flex-direction: column;
    gap: 102px;
}
#mainBigSliderRowCont{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 64px;
    /*flex-wrap: wrap;*/
    justify-content: center;
}
#mainBigSliderIntroCont{
    width: 440px;
    height: 545px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding-top: 40px;
}
#mBSICTitle{
    color: var(--fontColorMain);
    font-family: var(--fontFamilyUbuntu);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#mBSICTxt{
    color: var(--fontColorSecondary);
    font-family: var(--fontFamilyMain);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}
#mBSICTArrow{
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M5.33329 18.6668C3.86053 18.6668 2.66663 17.473 2.66663 16.0002C2.66663 14.5274 3.86053 13.3335 5.33329 13.3335C6.80605 13.3335 7.99996 14.5274 7.99996 16.0002C7.99996 17.473 6.80605 18.6668 5.33329 18.6668Z' stroke='%2333B44A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 16H29.3333M29.3333 16L25.3333 12M29.3333 16L25.3333 20' stroke='%2333B44A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
}
#mainBigSliderDiv{
    height: 545px;
    max-width: 880px;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}
#mainProductSlider .slick-list .slick-track{
    display: flex;
}
#mainProductSlider .slick-list .slick-track{
    gap: 48px !important;
}
#mainProductSlider .slick-list{
    padding-left: 0px !important; /* half partial*/
}
.bsSingle{
    height: 575px;
    max-width: 400px !important;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.bsSingleImgCont{
    width: 100%;
    height: 300px;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 8px;
    background: var(--blogImg, --blogEmptyImg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bsSingleTitle{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--fontColorMain);
    font-family: var(--fontFamilyUbuntu);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.bsSingleTxt{
    color: var(--fontColorSecondary);
    font-family: var(--fontFamilyMain);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bsSingleLink{
    color: var(--fontColorGreen);
    font-family: var(--fontFamilyMain);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    text-decoration-line: underline;
}
#mainBigSliderNavCont{
    width: 100%;
    max-width: 1470px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
#mainBigSliderNavLine{
    width: 100%;
    height: 4px;
    background-color: #F3F3F3;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
#mainBigSliderNavProgress{
    width: 75%;
    height: 4px;
    background-color: var(--fontColorMain);
    border-radius: 4px;
    overflow: hidden;
    transition: all 1s ease;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 997;
}
.onTheMove{
    left: var(--positionLeft, 1) !important;
}
.atTheEnd{
    right: 0px !important;
}
#mainBigSliderNavs{
    display: flex;
    flex-direction: row;
    gap: 24px;
}
.mainBigSliderNavBtn{
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.mainBigSliderNavBtn.disabledNavBtn{
    cursor: no-drop;
}
.mainBigSliderNavBtn#leftNavBtn{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M27.9167 19.9998H11.25M11.25 19.9998L15.8333 24.5832M11.25 19.9998L15.8333 15.4165' stroke='%23191C1A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.33337 25.0002V15.0002C3.33337 11.3183 6.31814 8.3335 10 8.3335H30C33.6819 8.3335 36.6667 11.3183 36.6667 15.0002V25.0002C36.6667 28.682 33.6819 31.6668 30 31.6668H10C6.31814 31.6668 3.33337 28.682 3.33337 25.0002Z' stroke='%23191C1A' stroke-width='1.6'/%3E%3C/svg%3E");
}
.disabledNavBtn#leftNavBtn{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M27.9167 19.9998H11.25M11.25 19.9998L15.8333 24.5832M11.25 19.9998L15.8333 15.4165' stroke='%23C0C0C0' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.33337 25.0002V15.0002C3.33337 11.3183 6.31814 8.3335 10 8.3335H30C33.6819 8.3335 36.6667 11.3183 36.6667 15.0002V25.0002C36.6667 28.682 33.6819 31.6668 30 31.6668H10C6.31814 31.6668 3.33337 28.682 3.33337 25.0002Z' stroke='%23C0C0C0' stroke-width='1.6'/%3E%3C/svg%3E");
}
.mainBigSliderNavBtn#rightNavBtn{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M11.25 19.9998H27.9167M27.9167 19.9998L23.3333 24.5832M27.9167 19.9998L23.3333 15.4165' stroke='%23191C1A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.33337 25.0002V15.0002C3.33337 11.3183 6.31814 8.3335 10 8.3335H30C33.6819 8.3335 36.6667 11.3183 36.6667 15.0002V25.0002C36.6667 28.682 33.6819 31.6668 30 31.6668H10C6.31814 31.6668 3.33337 28.682 3.33337 25.0002Z' stroke='%23191C1A' stroke-width='1.6'/%3E%3C/svg%3E");
}
.disabledNavBtn#rightNavBtn{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M11.25 19.9998H27.9167M27.9167 19.9998L23.3333 24.5832M27.9167 19.9998L23.3333 15.4165' stroke='%23C0C0C0' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.33337 25.0002V15.0002C3.33337 11.3183 6.31814 8.3335 10 8.3335H30C33.6819 8.3335 36.6667 11.3183 36.6667 15.0002V25.0002C36.6667 28.682 33.6819 31.6668 30 31.6668H10C6.31814 31.6668 3.33337 28.682 3.33337 25.0002Z' stroke='%23C0C0C0' stroke-width='1.6'/%3E%3C/svg%3E");
}
#mainCVCont{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 80px;
    margin-top: 106px;
    align-items: center;
    background-color: #F9F9F9;
}
#cvContLeft{
    width: 47%;
    height: auto;
}
#cvContRight{
    width: 440px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
}
#cvContRightTitle{
    color: var(--fontColorMain);
    font-family: var(--fontFamilyUbuntu);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#cvContRightTxt{
    color: var(--fontColorSecondary);
    font-family: var(--fontFamilyMain);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}
#cvContRightTxt a{
    color: var(--fontColorGreen);
}
.footerFluid{
    background-color: var(--fontColorMain);
}
.footer{
    padding: 80px 56px 71px 56px;
    display: flex;
    flex-direction: column;
    gap: 64px;
    position: relative;
    align-items: center;
}
#footerLinkCont{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 56px;
    justify-content: center;
}
.footerLinkCont{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.footerLinkCont.txtCont{
    width: 211px;
}
.footerLinkContTitle{
    color: var(--fontColorWhite);
    font-family: var(--fontFamilyMain);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footerLinkContTxt{
    color: var(--fontColorFooterGray);
    font-family: var(--fontFamilyMain);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}
.footerLinks{
    display: flex;
    flex-direction: column;
}
.footerSingleLink{
    display: flex;
    flex-direction: row;
    gap: 8px;
}
.footerLinks a{
    color: var(--fontColorWhite);
    font-family: var(--fontFamilyMain);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    text-decoration: none;
}
.footerLinks span{
    color: var(--fontColorGreen);
    font-family: var(--fontFamilyMain);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}
#footerRestCont{
    flex-wrap: wrap;
    width: 100%;
    max-width: 1280px;
}
#footerRestCont #fb{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21 8V16C21 18.7614 18.7614 21 16 21H8C5.23858 21 3 18.7614 3 16V8C3 5.23858 5.23858 3 8 3H16C18.7614 3 21 5.23858 21 8Z' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 21C11 18 11 15 11 12C11 9.8125 11.5 8 15 8' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 13H11H15' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
#footerRestCont #ig{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16Z' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 16V8C3 5.23858 5.23858 3 8 3H16C18.7614 3 21 5.23858 21 8V16C21 18.7614 18.7614 21 16 21H8C5.23858 21 3 18.7614 3 16Z' stroke='white' stroke-width='1.6'/%3E%3Cpath d='M17.5 6.51013L17.51 6.49902' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
#footerRestCont #in{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21 8V16C21 18.7614 18.7614 21 16 21H8C5.23858 21 3 18.7614 3 16V8C3 5.23858 5.23858 3 8 3H16C18.7614 3 21 5.23858 21 8Z' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 17V13.5V10' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 17V13.75M11 13.75V10M11 13.75C11 10 17 10 17 13.75V17' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 7.01013L7.01 6.99902' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
#footerCopyright{
    width: 100%;
    flex-grow: 1;
    color: var(--fontColorFooterGray);
    font-family: var(--fontFamilyMain);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}
#footerCopyright a{
    color: #8C8C8C;
}
#footerGoTop{
    width: 172px;
    height: 172px;
    position: absolute;
    z-index: 997;
    bottom: 0;
    right: 0;
    cursor: pointer;
}
.contentCont{
    margin-top: 24px;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#contentPage{
    max-width: 886px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
}
#contentContImg{
    padding-left: 48px;
}
.kompanijaCont,
.kontaktiCont,
.karijeraCont{
    gap: 80px;
}
.kontaktiCont{
    margin-bottom: 0px;
}
#contentPageGreen{
    width: 72px;
    height: 71px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='71' viewBox='0 0 72 71' fill='none'%3E%3Ccircle cx='24' cy='24' r='24' fill='%2333B44A'/%3E%3Ccircle cx='60' cy='59' r='12' fill='%2333B44A'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 997;
}
.kompanijaCont #contentPage #contentPageGreen{
    top: 13px;
    left: -107px;
}
.kontaktiCont #contentPage #contentPageGreen,
.karijeraCont #contentPage #contentPageGreen{
    top: 13px;
    right: -104px;
}
#contentBs{
    display: flex;
    flex-direction: row;
    gap: 80px;
}
.blogListCont{
    padding-bottom: 104px;
}
#contentHeader{
    width: 100%;
    height: 148px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    background: url('../images/content_bg.png'), #F9F9F9;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 80px;
}
.contentHeaderBig{
    height: 374px !important;
    display: flex;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 112px !important;
    background: url('../images/contentBig_bg.png'), #F9F9F9 !important;
    background-position: bottom right !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    position: relative;
    padding: 0 !important;
}
#contentHeaderTitle{
    color: var(--fontColorMain);
    font-family: var(--fontFamilyUbuntu);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#contentHeaderTxt{
    padding-right: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M5.33329 18.6667C3.86053 18.6667 2.66663 17.4728 2.66663 16C2.66663 14.5272 3.86053 13.3333 5.33329 13.3333C6.80605 13.3333 7.99996 14.5272 7.99996 16C7.99996 17.4728 6.80605 18.6667 5.33329 18.6667Z' stroke='%2333B44A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 16H29.3333M29.3333 16L25.3333 12M29.3333 16L25.3333 20' stroke='%2333B44A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center right;
    background-repeat: no-repeat;
    color: #848484;
    font-family: var(--fontFamilyMain);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#contentHeaderTxt a{
    text-decoration: none;
    color: #848484;
}
#blogListCont{
    width: 100%;
    max-width: 1280px;
    margin-top: 64px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 64px 64px;
    margin-bottom: 64px;
}
#blogListCont .bsSingle{
    width: 384px;
}
#kontaktiSmlCont{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-top: 24px;
}
.kontaktiSmlSingle{
    width: 423px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.kontaktiSmlSinglePos,
.kontaktiSmlSingleContactInfo{
    color: var(--fontColorSecondary);
    font-family: var(--fontFamilyMain);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
.kontaktiSmlSingleName{
    color: var(--fontColorSecondary);
    font-family: var(--fontFamilyMain);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
}
.kontaktiSmlSingleContactInfo{
    display: flex;
    flex-direction: column;
}
.kontaktiSmlSingleContactInfo .kontaktiSmlSinglePhoneLink{
    color: var(--fontColorSecondary);
    text-decoration: none;
}
.kontaktiSmlSingleContactInfo .kontaktiSmlSingleEmailLink{
    color: var(--fontColorGreen);
}
#formcont,
#formCV{
    width: 1114px;
    padding: 32px 24px;
    margin-top: 11px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 16px;
    border: 1px solid #EBEBEB;
    background: #FAFAFA;
}
#formCV{
    margin-top: -8px;
}
.kontaktiCont #contentPage{
    max-width: 1114px;
}
.kontaktiCont #contentPage h2,
.kontaktiCont #contentPage #kontaktiSmlCont{
    max-width: 886px;
    position: relative;
}
.kontaktiRow{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 24px;
}
.kontaktiFormGroup{
    width: 521px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.kontaktiFormGroup.fullWidth{
    width: 100%;
}
.kontaktiFormGroup.quaterWidth{
    width: 269px;
}
.kontaktiFormGroup input[type="file"] {
    display: none;
}
.kontaktiFormGroup label{
    color: var(--fontColorSecondary);
    font-family: var(--fontFamilyMain);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
}
.kontaktiFormInput{
    border-radius: 12px;
    border: 1px solid #EEE;
    background: #FFF;
    width: 100%;
    height: 48px;
    padding: 0px 8px 0px 16px;
    color: var(--fontColorSecondary);
    font-family: var(--fontFamilyMain);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
.kontaktiFormTxtArea{
    width: 100%;
    height: 240px;
    padding: 11px 8px 11px 16px;
    border-radius: 12px;
    border: 1px solid #EEE;
    background: #FFF;
    color: var(--fontColorSecondary);
    font-family: var(--fontFamilyMain);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
.kontaktiFormInput::placeholder,
.kontaktiFormTxtArea::placeholder{
    color: rgba(51, 57, 52, 0.30);
}
#kontaktiMapCont{
    width: 100%;
    height: 368px;
    display: flex;
    flex-direction: row;
    gap: 64px;
    margin-top: 60px;
    margin-bottom: 128px;
}
#kontaktiMapLeft{
    width: 272px;
    padding: 32px;
    border-radius: 16px;
    border: 1px solid #EBEBEB;
    background: #FAFAFA;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
#kontaktiMapContTitle{
    color: var(--fontColorSecondary);
    font-family: var(--fontFamilyMain);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
}
#kontaktiMapRight{
    flex-grow: 1;
    max-width: 778px;
    border-radius: 16px;
    border: 1px solid #EEE;
    overflow: hidden;
}
.productsListCont{
    margin-bottom: 80px;
}
.productsSingleCont{
    margin-bottom: 446px;
}
#productsFilterCont{
    width: 100%;
    max-width: 1280px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    margin: 32px 0px;
}
#productsFilterInput{
    width: 100%;
    height: 56px;
    border-radius: 12px;
    border: 1px solid #E6E6E6;
    background: #F9F9F9;
    padding: 14px 46px 14px 56px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cmask id='mask0_95_482' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_95_482)'%3E%3Cpath d='M8 17V15H10.175C10.0917 15.3333 10.0375 15.6667 10.0125 16C9.9875 16.3333 9.99167 16.6667 10.025 17H8ZM8 22C6.61667 22 5.4375 21.5125 4.4625 20.5375C3.4875 19.5625 3 18.3833 3 17V8C2.45 8 1.97917 7.80417 1.5875 7.4125C1.19583 7.02083 1 6.55 1 6V4C1 3.45 1.19583 2.97917 1.5875 2.5875C1.97917 2.19583 2.45 2 3 2H13C13.55 2 14.0208 2.19583 14.4125 2.5875C14.8042 2.97917 15 3.45 15 4V6C15 6.55 14.8042 7.02083 14.4125 7.4125C14.0208 7.80417 13.55 8 13 8V11.025C12.6 11.275 12.2333 11.5667 11.9 11.9C11.5667 12.2333 11.275 12.6 11.025 13H8V11H11V8H5V17C5 17.8333 5.29167 18.5417 5.875 19.125C6.45833 19.7083 7.16667 20 8 20C8.5 20 8.95417 19.8917 9.3625 19.675C9.77083 19.4583 10.1167 19.1583 10.4 18.775C10.5333 19.1083 10.6833 19.425 10.85 19.725C11.0167 20.025 11.2167 20.3167 11.45 20.6C11 21.0333 10.4833 21.375 9.9 21.625C9.31667 21.875 8.68333 22 8 22ZM3 6H13V4H3V6ZM16.5 19C17.2 19 17.7917 18.7583 18.275 18.275C18.7583 17.7917 19 17.2 19 16.5C19 15.8 18.7583 15.2083 18.275 14.725C17.7917 14.2417 17.2 14 16.5 14C15.8 14 15.2083 14.2417 14.725 14.725C14.2417 15.2083 14 15.8 14 16.5C14 17.2 14.2417 17.7917 14.725 18.275C15.2083 18.7583 15.8 19 16.5 19ZM21.6 23L18.9 20.3C18.5333 20.5333 18.15 20.7083 17.75 20.825C17.35 20.9417 16.9333 21 16.5 21C15.25 21 14.1875 20.5625 13.3125 19.6875C12.4375 18.8125 12 17.75 12 16.5C12 15.25 12.4375 14.1875 13.3125 13.3125C14.1875 12.4375 15.25 12 16.5 12C17.75 12 18.8125 12.4375 19.6875 13.3125C20.5625 14.1875 21 15.25 21 16.5C21 16.9333 20.9417 17.35 20.825 17.75C20.7083 18.15 20.5333 18.5333 20.3 18.9L23 21.6L21.6 23Z' fill='%23191C1A'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center left 24px;
    background-repeat: no-repeat;
    color: var(--fontColorMain);
    font-family: var(--fontFamilyMain);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#productsFilterInput::placeholder{
    color: #848484;
}
#productsFilterCont span,
.select2-results{
    color: var(--fontColorMain);
    font-family: var(--fontFamilyMain);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#productsFilterSelectCont{
    flex-grow: 1;
    height: 56px;
}
#productsFilterSelectCont .select2-container{
    width: 100% !important;
}
#productsFilterSelectCont .select2-selection.select2-selection--single{
    height: 56px;
    border-radius: 12px;
    border: 1px solid #E6E6E6;
    background: #F9F9F9;
}
#productsFilterSelectCont .select2-container--default.select2-container--open .select2-selection--single{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#productsFilterSelectCont .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 56px !important;
    padding-left: 24px;
    padding-right: 24px;
}
#productsFilterSelectCont .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 24px;
    width: 24px;
    top: 50%;
    right: 24px;
    transform: translate(0%,-50%);
}
#productsFilterSelectCont .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border: none;
    height: 24px;
    width: 24px;
    position: relative;
    top: unset;
    margin: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cmask id='mask0_95_488' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_95_488)'%3E%3Cpath d='M12 15.4L6 9.4L7.4 8L12 12.6L16.6 8L18 9.4L12 15.4Z' fill='%231C1B1F'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}
#productsFilterSelectCont .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cmask id='mask0_95_488' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect x='24' y='24' width='24' height='24' transform='rotate(-180 24 24)' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_95_488)'%3E%3Cpath d='M12 8.6L18 14.6L16.6 16L12 11.4L7.4 16L6 14.6L12 8.6Z' fill='%231C1B1F'/%3E%3C/g%3E%3C/svg%3E");
}
.select2-dropdown{
    border-radius: 12px;
    border: 1px solid #E6E6E6;
    background: #F9F9F9;
}
#productsListCont{
    width: 100%;
    max-width: 1280px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px 40px;
    margin-bottom: 40px;
}
.productsSingle{
    width: 290px;
    height: 328px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.productsSingle span {
	font-size: 14px;
	font-family: var(--fontFamilyUbuntu);
}
.productsSingleImgCont{
    width: 100%;
    height: 240px;
    margin-bottom: 16px;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.productsSingleImgCont img{
    max-width: 90%;
}
.invertImgprop img{
    max-width: unset !important;
    width: auto;
    max-height: 90%;
}
.productsEmptyImg{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='83' viewBox='0 0 90 83' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M51.8263 2.68713L21.9886 78.036C21.4147 79.2165 20.8865 80.1267 20.3997 80.7652C19.3543 82.1621 17.616 82.8709 15.2057 82.8709C13.1688 82.8709 11.3559 82.1263 9.78773 80.6341C8.21681 79.1434 7.43274 77.4472 7.43274 75.5648C7.43274 74.4657 7.61942 73.3294 7.97482 72.1738C8.34818 70.9988 8.94696 69.3964 9.78773 67.3099L30.305 15.3535C30.9024 13.8628 31.5952 12.0742 32.4167 9.98635C33.2394 7.88057 34.1176 6.14712 35.0524 4.76809C35.9858 3.38906 37.2013 2.27066 38.7141 1.41291C40.227 0.557907 42.0952 0.129028 44.3202 0.129028C46.5991 0.129028 48.4867 0.557907 50.0009 1.41429C50.6661 1.79214 51.2746 2.21688 51.8263 2.68713Z' fill='%2333B44A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M68.8119 40.7691L59.1181 65.2483C48.7371 57.163 29.1504 59.5018 24.2316 72.6592C23.4379 74.7856 22.7077 76.5439 22.0384 77.9354L22.0315 77.9326L51.8263 2.68712C52.5288 3.287 53.14 3.96134 53.6628 4.71292C54.5976 6.05471 55.3816 7.50821 56.0177 9.05411C56.6525 10.6014 57.4753 12.6699 58.446 15.2418L68.8119 40.7691Z' fill='%23006836'/%3E%3Cpath d='M6.38046 32.8728C9.90429 32.8728 12.7609 30.0241 12.7609 26.51C12.7609 22.9959 9.90429 20.1471 6.38046 20.1471C2.85663 20.1471 0 22.9959 0 26.51C0 30.0241 2.85663 32.8728 6.38046 32.8728Z' fill='%2333B44A'/%3E%3Cpath d='M8.39673 45.5985C10.4626 45.5985 12.1373 43.9284 12.1373 41.8682C12.1373 39.808 10.4626 38.1379 8.39673 38.1379C6.33085 38.1379 4.65613 39.808 4.65613 41.8682C4.65613 43.9284 6.33085 45.5985 8.39673 45.5985Z' fill='%2333B44A'/%3E%3Cpath d='M83.6197 54.3732C87.1436 54.3732 90.0002 51.5244 90.0002 48.0103C90.0002 44.4962 87.1436 41.6475 83.6197 41.6475C80.0959 41.6475 77.2393 44.4962 77.2393 48.0103C77.2393 51.5244 80.0959 54.3732 83.6197 54.3732Z' fill='%2333B44A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M64.521 72.4524C63.3967 69.5054 61.4994 67.1031 59.1182 65.2483L68.8119 40.7691L79.4142 66.8825C81.0584 70.8155 81.8812 73.6659 81.8812 75.4559C81.8812 77.2997 81.1151 79.0138 79.5649 80.5611C78.012 82.107 76.1244 82.871 73.9381 82.871C72.6673 82.871 71.5652 82.6476 70.6497 82.1814C69.7536 81.7346 68.9862 81.1182 68.3514 80.3363C67.7347 79.5544 67.0806 78.3422 66.3698 76.7398C65.6411 75.118 65.0437 73.6838 64.521 72.4524Z' fill='%230E2C17'/%3E%3C/svg%3E"), #F5F5F5;
    background-position: center;
    background-repeat: no-repeat;
}
.productsSingleTitle{
    color: var(--fontColorMain);
    font-family: var(--fontFamilyUbuntu);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.productsSingle a{
    color: var(--fontColorGreen	);
    font-family: var(--fontFamilyUbuntu);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration-line: underline;
}
#productsListFooter{
    width: 100%;
    max-width: 1280px;
    display: flex;
    justify-content: flex-start;
}
#contentRombImg{
    width: 498px;
    height: 374px;
    transform: skewX(-20.3deg);
}
#contentRombImg img{
    transform: skewX(20.3deg);
    width: 638px !important;
    max-width: unset;
    height: 374px !important;
    margin-left: -70px;
}
#contentRombRest{
    width: 444px;
    height: 95px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}
#contentRombTitle{
    color: var(--fontColorMain);
    font-family: var(--fontFamilyUbuntu);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.contentHeaderTxtFlexRow{
    background-image: none !important;
    padding-right: 0 !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}
.contentHeaderTxtFlexRow span{
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M5.33341 18.6663C3.86065 18.6663 2.66675 17.4725 2.66675 15.9997C2.66675 14.5269 3.86065 13.333 5.33341 13.333C6.80617 13.333 8.00008 14.5269 8.00008 15.9997C8.00008 17.4725 6.80617 18.6663 5.33341 18.6663Z' stroke='%2333B44A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 16H29.3333M29.3333 16L25.3333 12M29.3333 16L25.3333 20' stroke='%2333B44A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
}
.noBG{
    background-color: transparent !important;
}
#form-spinner {
    display: none;
    margin-left: 8px;
}
#emlctrl {
    display: none;
}
#kontaktiFormFooter{
    color: var(--fontColorSecondary);
    font-family: var(--fontFamilyMain);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
#kontaktiFormFooter a{
    color: var(--fontColorGreen);
}
#p404_cont{
    color: var(--fontColorSecondary);
    font-family: var(--fontFamilyMain);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
#contentPageSmlH{
    font-size: 20px;
    line-height: normal;
}
#attach-cont {
    width: 100%;
    height: 48px;
    border-radius: 12px;
    border: 1px solid #EEE;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#attach-cont span{
    color: var(--fontColorSecondary);
    font-family: var(--fontFamilyMain);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
#attachPlaceholder{
    color: rgba(51, 57, 52, 0.60) !important;
}
#proizvodiSingleDetailCont{
    width: 100%;
    padding: 0px 80px;
    margin: 56px 0px 0px 0px;
    display: flex;
    flex-direction: row;
    gap: 48px;
}
#psdcImgCont{
    width: 476px;
    height: 326px;
    border-radius: 24px;
    background-color: #FFF;
    overflow: hidden;
    border: 2px solid #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.psdcImgContNoImg{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='125' height='115' viewBox='0 0 125 115' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M71.4847 4.31982L30.3292 107.925C29.5377 109.548 28.8091 110.799 28.1377 111.677C26.6957 113.598 24.2981 114.573 20.9736 114.573C18.164 114.573 15.6634 113.549 13.5005 111.497C11.3337 109.447 10.2522 107.115 10.2522 104.527C10.2522 103.015 10.5097 101.453 10.9999 99.864C11.5149 98.2484 12.3408 96.0451 13.5005 93.1762L41.8002 21.7361C42.6242 19.6864 43.5798 17.227 44.7128 14.3562C45.8477 11.4608 47.0588 9.07731 48.3482 7.18114C49.6357 5.28497 51.3123 3.74718 53.399 2.56776C55.4856 1.39214 58.0625 0.802429 61.1315 0.802429C64.2748 0.802429 66.8784 1.39214 68.967 2.56966C69.8844 3.08921 70.7237 3.67323 71.4847 4.31982Z' fill='%2333B44A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M94.9128 56.6825L81.5421 90.3414C67.2234 79.2241 40.2074 82.44 33.4228 100.531C32.328 103.455 31.3209 105.873 30.3977 107.786L30.3882 107.782L71.4845 4.31979C72.4535 5.14463 73.2965 6.07185 74.0175 7.10526C75.3069 8.95024 76.3884 10.9488 77.2658 13.0744C78.1413 15.2019 79.2761 18.0462 80.6151 21.5825L94.9128 56.6825Z' fill='%23006836'/%3E%3Cpath d='M8.80063 45.8251C13.6611 45.8251 17.6013 41.9081 17.6013 37.0762C17.6013 32.2443 13.6611 28.3273 8.80063 28.3273C3.94018 28.3273 0 32.2443 0 37.0762C0 41.9081 3.94018 45.8251 8.80063 45.8251Z' fill='%2333B44A'/%3E%3Cpath d='M11.5813 63.3229C14.4308 63.3229 16.7408 61.0265 16.7408 58.1938C16.7408 55.361 14.4308 53.0646 11.5813 53.0646C8.73184 53.0646 6.42188 55.361 6.42188 58.1938C6.42188 61.0265 8.73184 63.3229 11.5813 63.3229Z' fill='%2333B44A'/%3E%3Cpath d='M115.338 75.3881C120.198 75.3881 124.138 71.4711 124.138 66.6392C124.138 61.8073 120.198 57.8903 115.338 57.8903C110.477 57.8903 106.537 61.8073 106.537 66.6392C106.537 71.4711 110.477 75.3881 115.338 75.3881Z' fill='%2333B44A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M88.9944 100.247C87.4437 96.1949 84.8267 92.8918 81.5422 90.3414L94.9129 56.6825L109.537 92.5884C111.805 97.9963 112.94 101.916 112.94 104.377C112.94 106.912 111.883 109.269 109.745 111.396C107.603 113.522 104.999 114.573 101.984 114.573C100.231 114.573 98.7105 114.265 97.4478 113.624C96.2119 113.01 95.1533 112.163 94.2778 111.087C93.4271 110.012 92.5249 108.346 91.5445 106.142C90.5393 103.912 89.7153 101.94 88.9944 100.247Z' fill='%230E2C17'/%3E%3C/svg%3E"), #F5F5F5;
    background-position: center;
    background-repeat: no-repeat;
}
#psdcImgCont img{
    max-width: 90%;
}
#psdcTextCont{
    flex-grow: 1;
    max-width: calc(100% - 524px);
    display: flex;
    flex-direction: column;
    gap: 24px;
}
#psdcTitle{
    color: #191000;
    font-family: var(--fontFamilyUbuntu);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
}
#psdcTitle span {
	font-size: 32px;
	font-weight: 400;
}
#psdcTxt,
#psdcUputstvo,
#psdcDesc{
    display: flex;
    flex-direction: column;
    color: #191000;
    font-family: var(--fontFamilyMain);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
#psdcDesc{
    margin: 16px 0px;
}
#psdcDesc p{
    margin: 0;
}
#psdcUputstvo a{
    color: var(--fontColorGreen);
}
#blogSingleCont{
    display: flex;
    flex-direction: column;
    gap: 56px;
    width: 996px;
    margin-top: 88px;
    margin-bottom: 80px;
    color: #393939;
    font-family: var(--fontFamilyMain);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}
#blogSingleCont h1{
    color: #191000;
    font-family: var(--fontFamilyUbuntu);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
}
#blogSingleCont h2{
    color:  #191000;
    font-family: var(--fontFamilyUbuntu);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    margin-top: -40px;
}
#blogSingleImgCont{
    width: 100%;
    height: 544px;
    overflow: hidden;
    border-radius: 24px;
}
#p404Cont{
    width: 1160px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 48px;
    align-items: center;
}
#p404Img{
    width: 578px;
    margin-bottom: 8px;
}
.p404Top{
    width: 720px;
    color: #191000;
    text-align: center;
    font-family: var(--fontFamilyMain);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.p404Top span{
    font-weight: 600;
}
#p404Mid{
    color: #191000;
    text-align: center;
    font-family: var(--fontFamilyMain);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
#p404FlexRow{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 40px;
}
.p404FlexRowSingle{
    color: #191000;
    font-family: var(--fontFamilyMain);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
}
.p404FlexRowSingle a{
    color: var(--fontColorGreen);
}
#productsFilterinputCont{
    width: 58.5%;
    position: relative;
}
#productFilterIcon{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translate(0, -50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M8.6 14.6L15.65 7.55L14.25 6.15L8.6 11.8L5.75 8.95L4.35 10.35L8.6 14.6ZM10 20C8.61667 20 7.31667 19.7375 6.1 19.2125C4.88333 18.6875 3.825 17.975 2.925 17.075C2.025 16.175 1.3125 15.1167 0.7875 13.9C0.2625 12.6833 0 11.3833 0 10C0 8.61667 0.2625 7.31667 0.7875 6.1C1.3125 4.88333 2.025 3.825 2.925 2.925C3.825 2.025 4.88333 1.3125 6.1 0.7875C7.31667 0.2625 8.61667 0 10 0C11.3833 0 12.6833 0.2625 13.9 0.7875C15.1167 1.3125 16.175 2.025 17.075 2.925C17.975 3.825 18.6875 4.88333 19.2125 6.1C19.7375 7.31667 20 8.61667 20 10C20 11.3833 19.7375 12.6833 19.2125 13.9C18.6875 15.1167 17.975 16.175 17.075 17.075C16.175 17.975 15.1167 18.6875 13.9 19.2125C12.6833 19.7375 11.3833 20 10 20ZM10 18C12.2333 18 14.125 17.225 15.675 15.675C17.225 14.125 18 12.2333 18 10C18 7.76667 17.225 5.875 15.675 4.325C14.125 2.775 12.2333 2 10 2C7.76667 2 5.875 2.775 4.325 4.325C2.775 5.875 2 7.76667 2 10C2 12.2333 2.775 14.125 4.325 15.675C5.875 17.225 7.76667 18 10 18Z' fill='%23191C1A'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    display: none;
    cursor: pointer;
}
.invFld{
    border-color: #FF0000;
}
.invFld::placeholder{
    color: #FF0000;
}
.productFooterLink{
    cursor:pointer;
}
#mobileMenu{
    display: none;
    width: 100%;
    height: 100%;
    background-color: var(--fontColorWhite);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    padding: 24px 24px;
}
#mobileMenu.opened{
    display: flex;
}
#mobileLinksCont{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
}
.mobileLinks{
    color: var(--fontColorMain);
    font-family: var(--fontFamilyMain);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}
.mobileParent{
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.mobileChildCont{
    width: 100%;
    display: none;
    flex-direction: column;
    gap: 16px;
    padding-left: 16px;
}
.mobileParent.active,
.mobileChildCont.active{
    display: flex;
}
.mobileChildCont a{
    color: var(--fontColorMain);
    font-family: var(--fontFamilyMain);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}
#mobileHeader{
    width: 100%;
    height: 58px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='198' height='58' viewBox='0 0 198 58' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M35.6333 2.2405L15.1184 54.19C14.7238 55.0038 14.3606 55.6314 14.0259 56.0716C13.3071 57.0347 12.112 57.5234 10.4548 57.5234C9.0543 57.5234 7.80783 57.01 6.72965 55.9812C5.64956 54.9535 5.11047 53.784 5.11047 52.4862C5.11047 51.7284 5.23883 50.945 5.48318 50.1482C5.73989 49.3382 6.15157 48.2334 6.72965 46.7948L20.8363 10.9734C21.2471 9.94559 21.7234 8.71243 22.2882 7.27296C22.8539 5.82112 23.4576 4.626 24.1003 3.67522C24.7421 2.72444 25.5778 1.95336 26.618 1.36198C27.6581 0.772498 28.9426 0.476807 30.4724 0.476807C32.0393 0.476807 33.3371 0.772498 34.3782 1.36293C34.8356 1.62344 35.2539 1.91628 35.6333 2.2405Z' fill='%2333B44A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.3117 28.4962L40.6467 45.3734C33.5092 39.799 20.0424 41.4115 16.6605 50.4829C16.1148 51.949 15.6128 53.1612 15.1526 54.1206L15.1478 54.1186L35.6333 2.24048C36.1163 2.65407 36.5365 3.119 36.8959 3.63717C37.5386 4.56227 38.0777 5.56439 38.5151 6.63021C38.9515 7.69699 39.5172 9.12315 40.1846 10.8963L47.3117 28.4962Z' fill='%23006836'/%3E%3Cpath d='M4.38688 23.0521C6.80969 23.0521 8.77377 21.088 8.77377 18.6652C8.77377 16.2424 6.80969 14.2783 4.38688 14.2783C1.96407 14.2783 0 16.2424 0 18.6652C0 21.088 1.96407 23.0521 4.38688 23.0521Z' fill='%2333B44A'/%3E%3Cpath d='M5.77314 31.8258C7.19354 31.8258 8.345 30.6744 8.345 29.254C8.345 27.8336 7.19354 26.6821 5.77314 26.6821C4.35275 26.6821 3.20129 27.8336 3.20129 29.254C3.20129 30.6744 4.35275 31.8258 5.77314 31.8258Z' fill='%2333B44A'/%3E%3Cpath d='M57.4925 37.8756C59.9153 37.8756 61.8794 35.9115 61.8794 33.4887C61.8794 31.0659 59.9153 29.1018 57.4925 29.1018C55.0697 29.1018 53.1056 31.0659 53.1056 33.4887C53.1056 35.9115 55.0697 37.8756 57.4925 37.8756Z' fill='%2333B44A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M197.182 42.3528C196.087 42.3195 195.132 42.1788 194.318 41.9297C193.504 41.6806 192.823 41.2984 192.276 40.784C191.727 40.2687 191.311 39.6051 191.029 38.7912C190.747 37.9773 190.606 36.9562 190.606 35.7269V3.83876L193.844 3.24072V35.627C193.844 36.4238 193.918 37.0636 194.068 37.5457C194.217 38.0268 194.442 38.409 194.741 38.6914C195.039 38.9738 195.43 39.181 195.911 39.3141C196.392 39.4472 196.965 39.5632 197.63 39.6631L197.182 42.3528Z' fill='%23000002'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M149.775 39.6127C151.635 39.6127 153.171 39.3056 154.383 38.6914C155.596 38.0772 156.202 37.039 156.202 35.5776C156.202 34.8807 156.095 34.2827 155.878 33.7845C155.662 33.2863 155.305 32.8375 154.807 32.4391C154.309 32.0408 153.652 31.6585 152.839 31.2925C152.026 30.9274 151.02 30.4957 149.824 29.9975C148.861 29.5992 147.948 29.1913 147.084 28.7767C146.221 28.3622 145.456 27.8802 144.793 27.3316C144.128 26.783 143.597 26.1269 143.198 25.3635C142.799 24.6 142.6 23.6701 142.6 22.5739C142.6 20.4812 143.389 18.7869 144.967 17.492C146.544 16.1961 148.711 15.5486 151.468 15.5486C153.229 15.5486 154.682 15.6979 155.828 15.9973C156.974 16.2959 157.78 16.5621 158.244 16.7941L157.497 19.6845C157.099 19.4857 156.427 19.2195 155.48 18.8868C154.533 18.5549 153.146 18.3886 151.319 18.3886C150.588 18.3886 149.899 18.4637 149.251 18.6129C148.604 18.7622 148.031 18.9942 147.532 19.3099C147.033 19.6255 146.635 20.0239 146.336 20.5135C146.037 20.9956 145.887 21.5851 145.887 22.282C145.887 22.9799 146.02 23.5779 146.286 24.0761C146.552 24.5829 146.942 25.0231 147.457 25.4043C147.971 25.7856 148.603 26.1431 149.35 26.4749C150.097 26.7991 150.953 27.1642 151.915 27.5635C152.912 27.9619 153.867 28.3689 154.781 28.7758C155.694 29.1913 156.5 29.6895 157.197 30.2704C157.894 30.8513 158.458 31.5492 158.891 32.3631C159.323 33.1769 159.538 34.1981 159.538 35.4274C159.538 37.753 158.667 39.5129 156.923 40.709C155.179 41.9041 152.796 42.5021 149.773 42.5021C147.514 42.5021 145.787 42.311 144.591 41.9288C143.395 41.5466 142.598 41.2557 142.2 41.057L143.047 38.1172C143.146 38.1837 143.363 38.2912 143.695 38.4414C144.027 38.5907 144.475 38.757 145.04 38.9396C145.605 39.1221 146.278 39.28 147.058 39.4131C147.84 39.5462 148.745 39.6127 149.775 39.6127Z' fill='%23000002'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M101.757 17.0423C102.72 16.776 103.974 16.4775 105.518 16.1447C107.063 15.8129 109.064 15.6475 111.521 15.6475C114.777 15.6475 117.135 16.5944 118.596 18.4874C118.762 18.3543 119.086 18.1299 119.568 17.8143C120.049 17.4986 120.655 17.1754 121.387 16.8435C122.118 16.5108 122.972 16.2293 123.953 15.9964C124.933 15.7635 126.021 15.6475 127.217 15.6475C129.176 15.6475 130.762 15.9374 131.974 16.5193C133.187 17.1002 134.125 17.9141 134.79 18.9609C135.453 20.0068 135.902 21.2608 136.135 22.7222C136.367 24.1845 136.483 25.778 136.483 27.5055V41.9041H133.245V28.5514C133.245 26.8571 133.171 25.3872 133.021 24.1417C132.872 22.8962 132.572 21.8665 132.125 21.0526C131.677 20.2388 131.036 19.6246 130.206 19.2091C129.375 18.7936 128.296 18.5863 126.968 18.5863C125.971 18.5863 125.066 18.6776 124.252 18.8601C123.438 19.0427 122.733 19.2671 122.135 19.5333C121.537 19.7986 121.047 20.0648 120.665 20.33C120.283 20.5953 120.009 20.795 119.843 20.9281C120.141 21.7914 120.365 22.7631 120.516 23.8422C120.666 24.9213 120.74 26.0594 120.74 27.2555V41.9032H117.502V28.5514C117.502 26.8571 117.427 25.3872 117.277 24.1417C117.128 22.8962 116.821 21.8665 116.356 21.0526C115.891 20.2388 115.234 19.6246 114.388 19.2091C113.541 18.7936 112.42 18.5863 111.024 18.5863C109.463 18.5863 108.142 18.669 107.063 18.8354C105.984 19.0018 105.295 19.1511 104.996 19.2842V41.9041H101.758L101.757 17.0423Z' fill='%23000002'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M84.177 15.5476C85.8713 15.5476 87.3069 15.7882 88.4869 16.2702C89.6658 16.7522 90.6204 17.4168 91.3516 18.263C92.0827 19.1102 92.6142 20.1151 92.946 21.277C93.2778 22.4398 93.4442 23.7015 93.4442 25.0639V41.3061C93.1114 41.4049 92.6303 41.5133 91.999 41.6293C91.3677 41.7463 90.6366 41.8699 89.8065 42.003C88.9756 42.1361 88.0543 42.2435 87.0407 42.3262C86.0282 42.4099 84.9899 42.4508 83.9269 42.4508C82.5645 42.4508 81.3114 42.3015 80.1647 42.002C79.0181 41.7035 78.0226 41.229 77.1745 40.5816C76.3274 39.9341 75.6637 39.1041 75.1817 38.0905C74.6996 37.0779 74.4591 35.84 74.4591 34.3787C74.4591 32.9839 74.7253 31.7878 75.2568 30.7914C75.7883 29.795 76.5356 28.9726 77.4987 28.3251C78.4619 27.6776 79.6085 27.2041 80.9367 26.9046C82.265 26.6061 83.7102 26.4559 85.2713 26.4559C85.7363 26.4559 86.2259 26.4806 86.7412 26.531C86.8316 26.5395 86.9219 26.55 87.0113 26.5595V29.313C86.4703 29.2692 85.857 29.2473 85.1706 29.2473C84.3738 29.2473 83.5438 29.3053 82.6795 29.4213C81.8153 29.5373 81.0185 29.7864 80.2874 30.1687C79.5562 30.5509 78.9591 31.0738 78.4932 31.7384C78.0283 32.403 77.7963 33.2834 77.7963 34.3787C77.7963 35.3418 77.9542 36.1557 78.2698 36.8203C78.5855 37.4839 79.0333 38.0164 79.6152 38.4147C80.1961 38.8131 80.894 39.1041 81.7078 39.2866C82.5217 39.4691 83.443 39.5604 84.4727 39.5604C85.7353 39.5604 86.8392 39.5195 87.7861 39.4359C88.7331 39.3522 89.5384 39.2448 90.203 39.1126C90.203 37.8994 90.2477 24.9185 90.1897 24.9185C90.165 24.2634 90.1022 23.6226 90.0043 22.995C89.8712 22.1479 89.5812 21.3844 89.1324 20.7027C88.6837 20.021 88.0524 19.4743 87.2385 19.0588C86.4256 18.6433 85.3541 18.4361 84.0249 18.4361C82.1319 18.4361 80.72 18.5682 79.7901 18.8344C78.8602 19.1007 78.1795 19.3155 77.7478 19.4829L77.2991 16.6429C77.8638 16.3767 78.7357 16.1276 79.9147 15.8956C81.0965 15.6646 82.5169 15.5476 84.177 15.5476Z' fill='%23000002'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M173.379 15.5476C175.073 15.5476 176.51 15.7882 177.689 16.2702C178.868 16.7522 179.822 17.4168 180.553 18.263C181.285 19.1092 181.816 20.1151 182.148 21.277C182.481 22.4398 182.646 23.7015 182.646 25.0639V41.3061C182.313 41.4049 181.833 41.5133 181.201 41.6293C180.57 41.7463 179.839 41.8699 179.008 42.003C178.178 42.1361 177.256 42.2435 176.244 42.3262C175.23 42.4099 174.193 42.4508 173.13 42.4508C171.767 42.4508 170.514 42.3015 169.369 42.002C168.222 41.7035 167.226 41.229 166.378 40.5816C165.531 39.9341 164.867 39.1041 164.385 38.0905C163.903 37.0779 163.662 35.84 163.662 34.3787C163.662 32.9839 163.928 31.7878 164.46 30.7914C164.991 29.795 165.738 28.9726 166.702 28.3251C167.665 27.6776 168.81 27.2041 170.139 26.9046C171.467 26.6061 172.912 26.4559 174.474 26.4559C174.939 26.4559 175.429 26.4806 175.944 26.531C176.034 26.5395 176.125 26.55 176.214 26.5595V29.313C175.673 29.2692 175.06 29.2473 174.373 29.2473C173.577 29.2473 172.746 29.3053 171.882 29.4213C171.019 29.5373 170.222 29.7864 169.491 30.1687C168.76 30.5509 168.163 31.0738 167.697 31.7384C167.231 32.403 167 33.2834 167 34.3787C167 35.3418 167.157 36.1557 167.473 36.8203C167.788 37.4839 168.237 38.0164 168.818 38.4147C169.399 38.8131 170.097 39.1041 170.911 39.2866C171.724 39.4691 172.646 39.5604 173.676 39.5604C174.938 39.5604 176.042 39.5195 176.988 39.4359C177.935 39.3532 178.74 39.2448 179.405 39.1126C179.405 37.8994 179.45 24.9185 179.392 24.9185C179.366 24.2634 179.303 23.6226 179.205 22.995C179.072 22.1479 178.782 21.3844 178.334 20.7027C177.885 20.022 177.254 19.4743 176.44 19.0588C175.628 18.6433 174.556 18.4361 173.227 18.4361C171.334 18.4361 169.922 18.5682 168.992 18.8344C168.062 19.1007 167.381 19.3155 166.95 19.4829L166.501 16.6429C167.066 16.3767 167.938 16.1276 169.117 15.8956C170.298 15.6646 171.718 15.5476 173.379 15.5476Z' fill='%23000002'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M44.3613 50.3402C43.5883 48.3084 42.2838 46.6521 40.6466 45.3733L47.3116 28.4961L54.6012 46.5C55.7316 49.2116 56.2973 51.1769 56.2973 52.411C56.2973 53.6822 55.7706 54.864 54.7048 55.9308C53.6371 56.9966 52.3393 57.5233 50.8361 57.5233C49.9623 57.5233 49.2045 57.3693 48.5751 57.0479C47.959 56.7399 47.4314 56.3149 46.9949 55.7758C46.5709 55.2367 46.1212 54.401 45.6325 53.2962C45.1314 52.178 44.7207 51.1892 44.3613 50.3402Z' fill='%230E2C17'/%3E%3C/svg%3E");
    background-position: center left;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#mobBurger{
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3 5H21' stroke='%23191C1A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 12H21' stroke='%23191C1A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 19H21' stroke='%23191C1A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    display: none;
    cursor: pointer;
}
#closeMobMenu{
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6.7583 17.2426L12.0009 12M12.0009 12L17.2435 6.75732M12.0009 12L6.7583 6.75732M12.0009 12L17.2435 17.2426' stroke='%23191C1A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
#mobileRestCont,
#mobileSearchCont{
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center;
}
#mobileSearchCont{
    width: 100%;
    gap: 16px;
}
#mobileSearchCont input{
    flex-grow: 1;
    max-width: 82%;
    border-radius: 12px;
    border: 1px solid #EEE;
    background: #FFF;
    width: 100%;
    height: 48px;
    padding: 0px 8px 0px 16px;
    color: var(--fontColorSecondary);
    font-family: var(--fontFamilyMain);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
#mobileSearchIcon{
    width: 48px;
    height: 48px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17 17L21 21' stroke='%23191C1A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 11C3 15.4183 6.58172 19 11 19C13.213 19 15.2161 18.1015 16.6644 16.6493C18.1077 15.2022 19 13.2053 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11Z' stroke='%23191C1A' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 12px;
    border: 1px solid #EEE;
}
.searchResultsCont{
    justify-content: flex-start;
    align-items: flex-start;
    width: 996px;
}
.searchResultsCont .gsc-control-cse{
    padding: 1em 0em;
}
#headerSearchCont input{
    width: 250px !important;
    height: 48px;
    border-radius: 12px;
    border: 1px solid #EEE;
    background: #FFF;
    width: 100%;
    height: 48px;
    padding: 0px 8px 0px 16px;
    color: var(--fontColorSecondary);
    font-family: var(--fontFamilyMain);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    position: absolute;
    z-index: 997;
    top: 50%;
    left: -270px;
    transform: translate(0%,-50%);
    display: none;
}
.productsCategory{
    width: 100%;
    margin-top: 80px;
    color: var(--fontColorMain);
    font-family: var(--fontFamilyUbuntu);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.productsCategory:first-of-type{
    margin: 0;
}