@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    font-family: "Montserrat", serif;
    font-size: auto;
    font-style: normal;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    max-height: 100vh;
    max-width: 100%;
    /* background-image: url('/image/фон\ 2.png'); */
    /* background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed; */
}


/* .container {
    width: 100%;
    max-width: 1288px;
    margin: 0 auto;
    padding: 0 20px;
} */
/* main {
    display: flex;
    max-width: 100%;
    margin-bottom: 50px;
} */

.logo:hover {
    left: 150px;
    top: 55px;
    transform: scale(1.5);
}

.lk {
    width: 54px;
    height: 54px;
}

.lk:hover {
    transform: scale(1.5);
    border-radius: 100px solid rgb(49, 36, 105);
}

/* Бургер-меню */
.burger-menu {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
    z-index: 1000;
}

.burger-menu div {
    width: 25px;
    height: 3px;
    background-color: #000;
}

.nav-burger {
    position: fixed;
    top: 0;
    left: -100%;
    width: 250px;
    height: 100vh;
    background-color: rgba(200, 186, 141, 0.95);
    transition: left 0.3s ease;
    z-index: 999;
    padding-top: 80px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.nav-burger.active {
    left: 0;
}

.nav-burger .ul-header {
    list-style: none;
    padding: 20px;
    margin: 0;
    flex-direction: column;
}

.nav-burger .li-header {
    margin-bottom: 20px;
}

.nav-burger .a-header {
    color: hsla(47, 18%, 20%, 0.814);
    text-decoration: none;
    font-size: 18px;
    display: block;
}

.nav-burger .a-header:hover {
    color: rgb(4, 1, 48);
}



header .container {
    max-width: 100%;
    font-family: "Montserrat", serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #c8ba8d;
    padding-right: 110px;
    padding-left: 110px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.nav-header {
    padding: 20px;
}

.ul-header {
    display: flex;
    list-style: none;
}

.li-header {
    display: flex;
    margin-right: 45px;
}

.a-header {
    color: hsla(47, 18%, 20%, 0.814);
    text-decoration: none;
    font-size: 18px;
}

.a-header:hover {
    color: rgb(4, 1, 48);
}



/* Footer */
footer {
    background-color: #c8ba8d;
    padding: 20px 0;
}

.footer1 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

.mail,
.tel {
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 5px;
}

.tel img {
    width: 12px;
    height: 12px;
}

.footer-icon {
    display: flex;
    gap: 15px;
}

.footer-icon img {
    width: 30px;
    height: 30px;
}
address{
    display: flex;
    flex-direction: row;

    justify-content: space-around;
    /* padding-left: 10px;
    padding-right: 10px; */
}
.footer2 {
    display: flex;
   
    align-items: flex-start;
    text-align: left;
    margin-bottom: 20px;
}

.ul-footer {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.li-footer {
    margin: 0;
}

.a-footer {
    color: hsla(47, 18%, 20%, 0.814);
    text-decoration: none;
    font-size: 12px;
    white-space: nowrap;
}

.a-footer:hover {
    color: rgb(4, 1, 48);
}

.copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: hsla(47, 18%, 20%, 0.814);
    font-size: 14px;
}

#copyright {
    height: 18px;
    width: 18px;
}

.perehod {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin: 20px 0;
}

.perehod img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgb(49, 36, 105);
    transition: transform 0.3s;
}


.perehod>a:hover {
    transform: scale(1.5);
}

.perehod {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-self: flex-end;
    padding: 0 120px 0 120px;
    margin-bottom: 20px;
}




/* .box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-left: 45px;
    padding-right: 45px;
    margin-top: 20px;
} */











@media(max-width:1250px) {

    header,
    .container,

    .copyright,
    .box {
        justify-content: center;
        text-align: center;
    }



    .box {
        flex-direction: column;
    }
}
  /* Добавьте свои стили здесь */
    
  @media (max-width: 1100px) {
    .footer {
        flex-direction: column;
    }

    .footer1, .footer2 {
        width: 100%;
    }

    .footer-icon {
        justify-content: center;
        margin-bottom: 20px;
    }

    .footer2 {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .nav1-footer, .nav2-footer, .nav3-footer {
        margin-bottom: 10px;
    }

    .copyright {
        margin-top: 10px;
    }
}

@media(max-width:1024px) {

    header,
    .container,
  footer,
    .copyright,
    .box {
        justify-content: center;
        text-align: center;
    }

    .footer3 ul {
        flex-wrap: wrap;
    }

    

    .footer>ul {
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .header_ul {
        justify-content: flex-start;
    }

    nav {
        padding: 0;
    }

    .box {
        flex-direction: column;
    }

  
}  

/* @media (max-width: 750px) {
  
} */

@media (max-width: 600px) {
    .logo {
    width: 54px; /* Уменьшено в 2 раза */
    height: 54px; /* Уменьшено в 2 раза */
    transition: transform 0.3s;
}

.lk {
    width: 27px; /* Уменьшено в 2 раза */
    height: 27px; /* Уменьшено в 2 раза */
    transition: transform 0.3s;
}


/* Подвал */
footer {
    text-align: center;
}

address {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer1, .footer2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.footer-icon {
    justify-content: center;
}
   
  
    
    
    
    /* Подвал - центрируем все элементы */
    .footer1, .footer2, .copyright {
        align-items: center;
        text-align: center;
    }
    
    .ul-footer {
        justify-content: center;
    }
    
    /* Еще больше уменьшаем логотип и ЛК на мобильных */
    .logo {
        width: 40px;
        height: 40px;
    }
    
    .lk {
        width: 20px;
        height: 20px;
    }
}