@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root {
        
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: #2b2b2b;
}
main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
section {
    display: flex;
    flex: 1;
}
.menu {
    width: 300px;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    background-color: #eeeeee;
}
@media(max-width: 1120px) {
    section {
        flex-direction: column;
    }
    .menu {
        flex: 1;
        width: auto;
        position: relative;
        height: auto;
        padding-bottom: 200px;
    }
}
@media(max-width: 800px) {
    section {
        width: 100%;
    }
}
ul {
    list-style: none;
}
.ul-sub {
    margin: 20px 0 0 20px;
    display: none;
}
.ul-sub > li {
    border: none;
    padding: 0;
}
.ul-sub > li a {
    font-size: 15px;
    font-weight: 300;
}
.ul-sub > li a:hover {
    color: #747474;
}
li {
    border-bottom: 1px solid #2b2b2b;
    padding: 20px;
}
li a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}
li a:hover {
    color: #747474;
}
.katalog {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 800px;
    background-color: #fbfbfb;
}
.hero {
    width: 100%;
    background-color: #76c043;
}
.hero-title {
    padding: 50px 0;
}
.hero-title > * {
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}
.hero-title > h1 {
    font-size: 50px;
}
@media(max-width: 800px) {
    .hero-title > h1 {
        font-size: 40px;
    }
}
@media(max-width: 500px) {
    .hero-title > h1 {
        font-size: 30px;
    }
}
.hero-text {
    padding: 0 40px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.hero-text > p {
    display: flex;
    align-items: center;
}
.hero-text * {
    color: #ffffff;
}
.hero-text i {
    font-size: 10px;
    margin-right: 20px;
}
.hero-text label {
    font-size: 20px;
    font-weight: 500;
}
@media(max-width: 800px) {
    .hero-text label {
        font-size: 4vw;
    }
}
.hero-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fbfbfb;
    padding: 30px 0;
}
.hero-logo img {
    display: block;
    width: 70%;
}
@media(max-width: 500px) {
    .hero-logo img {
        width: 90%;
    }
}
.search {
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search form {
    padding: 6px 10px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    display: flex;
    background-color: #ffffff;
}
.search input {
    border: 0;
    outline: 0;
    width: 200px;
    padding: 5px 10px;
}
.search button {
    background: none;
    border: 0;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.category {
    display: flex;
    gap: 50px;
    flex-direction: column;
    width: 100%;
}
.category h1 {
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
}
@media(max-width: 800px) {
    .category h1  {
        font-size: 40px;
    }
}
@media(max-width: 500px) {
    .category h1  {
        font-size: 30px;
    }
}
@media(max-width: 400px) {
    .category h1  {
        font-size: 25px;
    }
}
.category-top {
    padding: 100px 50px;
    display: flex;
    gap: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.category-top * {
    color: #ffffff;
}
.category-text {
    max-width: 300px;
    display: flex;
    gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.category-text img {
    display: inline-block;
    width: 50px;
}
.category-text h3 {
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px solid #ffffff;
}
.category-text p {
    font-weight: 200;
    font-size: 15px;
}
.subcategory-top > * {
    padding: 50px;
}
.subcategory-top h2 {
    color: #ffffff;
}
.subcategory-top h2 span {
    font-weight: 300;
    color: #ffffff;
}
.subcategories > .tables {
    padding: 50px;
    display: flex;
    gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media(max-width: 800px) {
    .subcategories > .tables {
        padding: 50px 10px;
    }
}
.subcategory-text {
    display: flex;
    gap: 40px;
}
@media(max-width: 500px) {
    .subcategory-text {
        flex-direction: column;
    }
}
.subcategory-text-img {
    flex: 3;
}
.subcategory-text-img img {
    display: block;
    width: 100%;
    max-height: 300px;
    object-fit: contain;
}
.subcategory-text-text {
    flex: 7;
}
.subcategory-text-text p {
    display: flex;
    align-items: center;
}
.subcategory-text-text p i {
    font-size: 10px;
    margin-right: 20px;
}
.tables h3 {
    color: #ffffff;
    padding: 6px 10px;
}
.table {
    width: 100%;
    overflow-x: auto;
    overflow: auto;
    overflow-y: auto;
    background-color: #626365;
}
.table > table {
    border-collapse: collapse;
    width: 100%;
    overflow-x: auto;
    overflow: auto;
    overflow-y: auto;
    
}
tr > * {
    padding: 6px 10px;
    text-align: center;
    white-space: nowrap;
    font-size: 13px;
}
.tables table tr {
    background-color: #ffffff;
}
.tables table tr:nth-child(odd) {
    background-color: #eeeeee;
}
.tables table tr:hover {
    background-color: #dcdcdc;
    transition: 0.3s;
}
td a {
    text-decoration: none;
}
td a i {
    color: #626365;
}

.arrow {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.arrow > i {
    color: #3ca39c;
    font-size: 50px;
}
@media(max-width: 800px) {
    .arrow {
        display: block;
    }
}