body {
    font-family: 'Open Sans', sans-serif;
    background-color: #f7f7f7;
}

.primary-color {
    background-color: #f6e100;
}

.secondary-color {
    color: #f6e100;
}

.social-icons i {
    font-size: 1.5rem;
    margin-right: 10px;
    color: #ffeeff;
    /*color: #f6e100;*/
}

.hero-section {
    background: url('../images/first-bg.jpg') no-repeat center center;
    background-size: cover;

    padding: 50px 0;
    color: white;
    text-align: center;
    position: relative;
}

.hero-section img {
    background-color: white;
    border-radius: 50%;
    padding: 20px;
    max-width: 200px;
}

.side-buttons {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}

.side-buttons.left {
    left: 10px;
}

.side-buttons.right {
    right: 10px;
}

.side-buttons a {
    display: block;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    background-color: #f6e100;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

.dropdown-menu {
    background-color: #f6e100;
    border: none;
}

.dropdown-menu .dropdown-item {
    color: #333;
    font-weight: bold;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #f0c300;
    color: white;
}

.footer {
    background-color: #333;
    color: white;
    padding: 20px 0;
    text-align: center;
}

.full-screen-section {
    min-height: 100vh; /* Занимает 100% высоты экрана */
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}

.full-screen-section h1 {
    font-size: 2.5rem;
    font-weight: bold;
}

.full-screen-section p {
    font-size: 1.25rem;
    max-width: 600px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .full-screen-section h1 {
        font-size: 2rem;
    }

    .full-screen-section p {
        font-size: 1rem;
    }
}

.chusik-bg {
    background: rgba(246, 225, 0, 0.3);
    padding: 25px;
}

#chusik-sport {
    position: relative;
    background: url('../images/section/good/3.jpeg') no-repeat center center;
    background-size: cover;
    transition: background-image 1s ease-in-out;
}

#chusik-diet {
    position: relative;
    background: url('../images/section/good/2.jpeg') no-repeat center center;
    background-size: cover;
    transition: background-image 1s ease-in-out;
}

#chusik-shop {
    position: relative;
    background: url('../images/section/good/1.jpeg') no-repeat center center;
    background-size: cover;
    transition: background-image 1s ease-in-out;
}
