

body {
    font-family: 'Inter', sans-serif;
    background: #55555B;
}

a {
    text-decoration: none;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFFFFF;
}

.container-content {
    background: linear-gradient(270deg, #7E7E7E -2.12%, #0B0B0C 100%);
    width: 1366px;   
    position: absolute; 
    margin-top: 250px;
}

header {
    display: flex;
    width: 1366px;
    height: 66px;
    background: #19191C;
}

.header-logo img {
    width: 213px;
    height: 60px;
    margin: 3px 0 3px 32px;
}

.header-nav {
    margin-left: 438px;
    margin-top: 21px;
}

.header-nav a {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin-right: 47px;
    margin-top: 21px;
}

.header-cart img {
    width: 50px;
    margin-left: 36px;
    margin-top: 8px;
}

.categories {
    display: flex;
    width: 1366px;
    min-height: 95px;
    background: rgba(28, 31, 35, 0.74);
}

.content {
    min-height: 1000px;
}
.content-container {
    width: 1181px;
    min-height: 2170px;
    /* border: 2px solid red; */
    margin: 0 auto;
    margin-top: 81px;
    margin-bottom: 91px;
    padding-top: 35px;
    padding-bottom: 35px;
    display: flex;
    align-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

}

.content-container-product {
    /* border: 20px solid red; */
    width: 366.55px;
    height: 505px;
    padding: 13.5px;
}

.category-name {
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    margin-bottom: 21px;
}

.category-img {
    display: flex;
    justify-content: center;
}

.category-img img {
    width: 340px;
    margin-bottom: 30px;

}

.category-more {
    width: 253px;
    height: 60px;
    background: rgba(61, 62, 66, 0.35);
    border: 1px solid #000000;
    filter: drop-shadow(2px 4px 6px black);;
    border-radius: 30px;
    margin: 0 auto;
}

.category-more h2 {
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    margin-top: 13px;
}

footer {
    display: flex;
    width: 1366px;
    height: 200px;
    background: rgba(11, 11, 12, 0.5);

    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #85858559;
}

.footer-logo {
    margin: 70px 0px 70px 92px;
}

.footer-nav {
    margin: 63px 0 51px 100px;

}

.footer-nav li {
    /* margin-bottom: 13px; */
}

.footer-nav li a {
    /* font-family: 'Inter', sans-serif; */
    font-weight: 300;
    /* font-size: 17px; */
    color: #85858559;
    line-height: 24px;
}

.footer-address {
    margin: 51px 0 51px 42px;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 24px;
}

.telephone {
    margin: 51px 0 51px 42px;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 24px;
}
.telegram img {
    width: 70px;
    margin-left: 110px;
    margin-top: 60px;
}

.footer2 {
    width: 1366px;
    height: 68px;
    background: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0.5;
}