@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@import 'https://cdn.jsdelivr.net/npm/swiper@12/swiper-bundle.min.css';

*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    
}

body 
{
    min-width: 1200px;
}

.s-wrap 
{
    padding: 38px 0;
}

.s-wrap.primary 
{
    background: #E4791A;
}

.s-title 
{
   
    font-size: 44px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFEBC0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 16px;
    line-height: .8;
}

.s-title-icon 
{
    height: 50px;
}

.container
{
    margin: auto;
    width: 1200px;
    height: 100%;
    position: relative;
    padding: 0 15px;
}

.header 
{
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 150px;
    z-index: 99;
}

.header-fx
{
    display: flex;
    justify-content: space-between;
}

.header-logo-img 
{
    width: auto;
    height: 134px;
}

.header-nav 
{
    display: flex;
    gap: 20px;
}

.nav-link 
{
    height: 110px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
    color: #FFEBC0;
    padding: 30px 50px;
    transition: .4s;
}

.nav-link:nth-of-type(1),
.nav-link:nth-of-type(2)
{
    background-image: url(../img/link1.svg);
}

.nav-link:nth-of-type(3)
{
    background-image: url(../img/link2.svg);
}

.nav-link:hover 
{
    transform: scale(.9);
}

.banner 
{
    aspect-ratio: 4 / 3;
    background: #FFECC1 url(../img/banner.svg)no-repeat bottom/contain;
}

.classification
{
    padding: 100px 0 370px;
    background: #281E18 url(../img/classes.svg)no-repeat bottom/contain;
}


.classification-fx
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 70px 20px;
}

.classification-article 
{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: auto;
    height: 174px;
}

.classification-article:nth-of-type(1)
{
    
    background-image: url(../img/l1.svg);
}

.classification-article:nth-of-type(2)
{
    
    background-image: url(../img/l2.svg);
}

.classification-article:nth-of-type(3)
{
    width: 35%;
    background-image: url(../img/l3.svg);
}

.classification-article:nth-of-type(4)
{
    
    background-image: url(../img/l4.svg);
}

.classification-article:nth-of-type(5)
{
    width: 40%;
    background-image: url(../img/l5.svg);
}

.classification-article:nth-of-type(6)
{
    
    background-image: url(../img/l6.svg);
}

.classification-article:nth-of-type(7)
{
    
    background-image: url(../img/l7.svg);
}

.classification-article:nth-of-type(8)
{
    
    background-image: url(../img/l8.svg);
}

.classification-article-title
{
    font-size: 28px;
    font-weight: bold;
    color:#281E18;
}

.classification-article-type
{
    font-size: 22px;
    font-weight: bold;
    color:#FFECC1;
}


.structure 
{
    padding: 150px 0 290px;
    position: relative;
    background: #281E18 url(../img/structure-bottom.png)no-repeat bottom;
    background-size: 100% 600px;
}

.structure-img
{
    width: 100%;
}

.structure-label
{
    font-size: 24px;
    font-weight: bold;
    color:#281E18;

    position: absolute;
}

.structure-label:nth-of-type(1)
{
    top: 34px; left: 98px;
}

.structure-label:nth-of-type(2)
{
    top: 315px; left: 66px;
}

.structure-label:nth-of-type(3)
{
    top: 700px; left: 130px;
}

.structure-label:nth-of-type(4)
{
    top: 8px; left: 356px;
}

.structure-label:nth-of-type(5)
{
    top: 176px; left: 390px;
}

.structure-label:nth-of-type(6)
{
    top: 453px; left: 376px;
}

.structure-label:nth-of-type(7)
{
    top: 174px; left: 720px;
}

.structure-label:nth-of-type(8)
{
    top: 414px; left: 730px;
}

.structure-label:nth-of-type(9)
{
    top: 19px; left: 1006px;
}

.structure-label:nth-of-type(10)
{
    top: 254px; left: 1036px;
}

.structure-label:nth-of-type(11)
{
    top: 414px; left: 1076px;
}

.structure-label:nth-of-type(12)
{
    top: 698px; left: 992px;
}

.art 
{
    padding-bottom: 240px;
    background: #FFECC1 url(../img/art-bottom.svg)no-repeat bottom/contain;
}

.art-img 
{
    width: 100%;
}

.art-fx 
{
    display: flex;
    justify-content: flex-end;
}

.art-wrap 
{
    width: 80%;
    height: 540px;
}

.art-slider 
{
    width: 100%;
    height: 540px;
}

.art-slide
{
    width: 100%;
    height: 100%;
    position: relative;
}

.art-slide-title 
{
    position: absolute;
    left: 0; bottom: 0;
    width: 100%;
    height: 70px;
    background: url(../img/slide_bg.png)no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-weight: bold;
    color: #281E18;
}



.art-slide-img 
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer 
{
    background: #281E18;
    padding: 100px 0 60px;
    text-align: center;
}

.footer-logo-img 
{
    height: 60px;
}

.swiper-button-prev,
.swiper-button-next
{
    color: #FFEBC0;
}