/* Основные стили темы */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.wholesale-container{
    padding: 0 1rem;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

.container {
    margin: 0 auto;
    padding: 0 10px;
}

/* Header styles */
.site-header {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.header-main {
    padding: 1rem 0;
}

.header-top-bar {
    background-color: #F1F2FF;
    padding: 1rem 0;
}

.header-top-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 2rem;
}

.header-search {
    flex: 1;
    max-width: 600px;
}

.search-input {
    width: 100%;
    padding: 0.5rem 1rem;
    border: 1px solid #ddd;
    border-radius: 24px;
    font-size: 1rem;
}

/* Navigation */
.main-navigation ul {
    list-style: none;
    display: flex;
    gap: 2rem;
}

.main-navigation a {
    text-decoration: none;
    color: #333;
}

.btn-primary {
    background-color: #2D37EE;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 24px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

/* Footer */
.site-footer {
    background-color: #333;
    color: #fff;
    padding: 2rem 0;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.footer-navigation ul {
    list-style: none;
}

.footer-navigation a {
    color: #fff;
    text-decoration: none;
}

/* Mobile menu styles are in style.css */

/* Content Section */
.content-section {
    padding: 4rem 0;
}

.content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.social-icons-desktop {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.social-icon {
    color: #333;
    text-decoration: none;
    margin: 0 0.5rem;
}

.content-text h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.content-text p {
    font-size: 1.1rem;
    line-height: 1.8;
}

.content-image-wrapper {
    position: relative;
}

.content-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

/* Responsive */
@media (max-width: 768px) {
    .header-top-content {
        flex-wrap: wrap;
    }
    
    .desktop-only {
        display: none;
    }

    .content-wrapper {
        grid-template-columns: 1fr;
    }
}


body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

.container {
    margin: 0 auto;
    padding: 0 10px;
}

/* Header styles */
.site-header {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.header-main {
    padding: 1rem 0;
}

.header-top-bar {
    background-color: #F1F2FF;
    padding: 1rem 0;
}

.header-top-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 2rem;
}

.header-search {
    flex: 1;
    max-width: 600px;
}

.search-input {
    width: 100%;
    padding: 0.5rem 1rem;
    border: 1px solid #ddd;
    border-radius: 24px;
    font-size: 1rem;
}

/* Navigation */
.main-navigation ul {
    list-style: none;
    display: flex;
    gap: 2rem;
}

.main-navigation a {
    text-decoration: none;
    color: #333;
}

.btn-primary {
    background-color: #2D37EE;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 24px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

/* Footer */
.site-footer {
    background-color: #333;
    color: #fff;
    padding: 2rem 0;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.footer-navigation ul {
    list-style: none;
}

.footer-navigation a {
    color: #fff;
    text-decoration: none;
}

/* Mobile menu styles are in style.css */

/* Content Section */
.content-section {
    padding: 4rem 0;
}

.content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.social-icons-desktop {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.social-icon {
    color: #333;
    text-decoration: none;
    margin: 0 0.5rem;
}

.content-text h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.content-text p {
    font-size: 1.1rem;
    line-height: 1.8;
}

.content-image-wrapper {
    position: relative;
}

.content-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

/* Responsive */
@media (max-width: 768px) {
    .header-top-content {
        flex-wrap: wrap;
    }
    
    .desktop-only {
        display: none;
    }

    .content-wrapper {
        grid-template-columns: 1fr;
    }
}