.navigation-component {
    width: 100%;
    height: 105px;
    min-height: 100%;
    margin: 0 auto;
    background-color: #F3FAFF;
    padding: 20px 40px;
}
.nav-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
}
.nav-content-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 24px;
    min-height: 100%;
}
.nav-content-top-main {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 8px;

}
.nav-content-top-main img {
    width: 24px;
    height: 24px;
    object-fit: cover;
}
.nav-content-top-main p {
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0;
    color: #08487C;
    text-decoration: underline;
}
.nav-content-top-main p a {
    color: #08487C;
}
.nav-content-top-img {
    width: 13px;
    height: 13px;
    object-fit: cover;
}
.nav-content-top-subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0;
    color: #08487C;
}
.nav-content-bottom p {
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0;
    color: #08487C;
    text-transform: uppercase;
    padding: 0 8px;
}
.nav-underline {
    font-weight: 600;
    color: #08487C;
    text-decoration: underline;
}
.tab-pane {
    display: none;
}

.tab-pane.active {
    display: flex;
}
.sovet-pagination-btn {
    width: 32px;
    height: 32px;
    background-color: #B8A05E !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    opacity: 70%;
    text-decoration: none;
}
.sovet-pagination-item {
    width: 32px;
    height: 32px;
    border: 1px solid #D9D9D9 !important;
    border-radius: 4px;
    background-color: #FFFFFF !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #000000 !important;
    font-size: 13px !important;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0%;
    margin-bottom: 0;
    text-decoration: none;
}
.sovet-pagination-item.active {
    border: 1px solid #B8A05E !important;
    color: #B8A05E !important;
}
.sovet-pagination-btn.active {
    opacity: 100%;
    border-color: transparent;
}
.sovet-pagination-item:hover {
    border: 1px solid #B8A05E !important;
    color: #B8A05E !important;
}
.sovet-pagination-btn:hover {
     opacity: 100%;
}
.sovet-pagination-btn.disabled {
     opacity: 30%;
}
.worldskills-page-section {
    padding: 40px;
}
.worldskills-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}
.worldskills-top p {
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0;
    color: #000000;
}
.worldskills-middle {
    width: 100%;
}
.worldskills-middle-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.worldskills-middle-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
}
.worldskills-middle-card {
    width: 325px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    gap: 20px;
}
.worldskills-middle-card {
    text-decoration: none;
}
.worldskills-middle-card span {
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0;
    color: #A1A1A1;
}
.worldskills-middle-card h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0;
    color: #08487C;
    text-decoration: underline;
}
.worldskills-middle-card h5:hover {
    cursor: pointer;
    text-decoration: none;
}
@media (max-width:1280px) {
    .container {
      max-width: 100% !important;
      padding: 0 !important;
    }
    .nav-content-top-main img {
      width: 22px;
      height: 22px;
    }
    .nav-content-top-main p, .nav-content-top-subtitle {
      font-size: 12px;
    }
    .nav-content-top-img {
      width: 11px;
      height: 11px;
    }
    .nav-content-bottom p {
      font-size: 28px;
    }
    .nav-content  {
      gap: 10px;
    }
    .navigation-component {
      height: 100%;
      padding: 16px 36px;
    }
    .worldskills-page-section {
        padding: 30px;
    }
    .worldskills-content {
        gap: 30px;
    }
    .worldskills-top p, .worldskills-middle-card h5 {
        font-size: 14px;
    }
    .worldskills-middle-cards {
        grid-template-columns: repeat(3, 1fr);
    }
    .worldskills-middle-card {
        width: 100%;
        gap: 15px;
    }
    .worldskills-middle-card span {
        font-size: 12px;
    }
}
@media (max-width:768px) {
   .nav-content-top-main img {
        width: 19px;
        height: 19px;
    }
    .nav-content-top-main {
        gap: 5px;
        padding: 10px 5px;
    }
    .nav-content-top-img {
        width: 9px;
        height: 9px;
    }
    .nav-content-top-main p, .nav-content-top-subtitle {
        font-size: 10px;
    }
    .nav-content-top {
        gap: 10px;
    }
    .nav-content {
        gap: 5px;
    }
    .navigation-component {
        height: 100%; 
        padding: 15px 20px;
    }
    
    .nav-content-bottom p {
        font-size: 24px; 
        padding: 0 5px;
    }
    .nav-content-top-main p, .nav-content-top-subtitle{
       font-size: 12px;
    }
    .sovet-pagination-btn, .sovet-pagination-item {
        width: 30px;
        height: 30px;
        font-size: 11px !important;
    }
    .sovet-pagination-btn img {
        width: 10px;
        height: 15px
    }
    .worldskills-page-section {
        padding: 20px;
    }
    .worldskills-content {
        gap: 20px;
    }
    .worldskills-top p, .worldskills-middle-card h5 {
        font-size: 12px;
    }
    .worldskills-middle-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .worldskills-middle-card {
        gap: 10px;
    }
    .worldskills-middle-card span {
        font-size: 10px;
    }
}
@media (max-width: 480px) {
    .nav-content-top-main p, .nav-content-top-subtitle {
        font-size: 10px;
    }
    .nav-content-bottom p {
        font-size: 18px;
    }
    .nav-content-top-main img {
        width: 17px;
        height: 17px;
    }
    .nav-content-top-img {
        width: 7px;
        height: 7px;
    }
    .nav-content-top {
        gap: 5px;
    }
    .navigation-component {
        padding: 10px 15px;
    }
    .worldskills-middle-cards {
        display: flex;
        flex-direction: column;
    }
    .worldskills-page-section {
        padding: 10px;
    }
    .worldskills-middle-card img {
        height: 100%;
    }
}