@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

body {
    background-color: #f0f0f0;
}

.qq {
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: #f8f9fa;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    
}

.logo {
    width: 165px;
    height: auto;
    margin: 0 20px 0 0;
}

.text {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    margin-right: 140px;
}

.search-container {
    display: flex;
    align-items: center;
    background: #d9d9d9;
    border-radius: 9px;
    padding: 5px 10px;
    flex-grow: 1;
    width: 300px;
}

.search-icon {
    width: 20px;
    height: 20px;
}

.search {
    flex-grow: 1;
    height: 35px;
    border: none;
    outline: none;
    font-size: 14px;
    background: transparent;
    margin-left: 10px;
}

.text-search-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.social-icons {
    display: flex;
    gap: 30px;
    margin: 0 50px 0 330px;
}

.social-icons img {
    width: 30px;
    height: 30px;
    transition: all 0.3s ease;
}

.language-form select {
    width: 80px;
    height: 42px;
    padding: 10px;
    font-size: 16px;
    border-radius: 10px;
    border: none;
    background: #d9d9d9;
}

nav {
    display: flex;
    justify-content: space-around;
    background-color: #043729;
    padding: 15px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    flex-wrap: wrap;
    height: 60px;
}

nav a {
    color: white;
    text-decoration: none;
    font-weight: normal;
    position: relative;
    padding: 5px 15px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    font-size: 19px;
}

nav a:hover {
    color: white;
    transform: scale(1.1);
}

.social-icons img:hover {
    transform: scale(1.2);
}

.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    z-index: 1;
    min-width: 200px;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.dropdown-content a {
    color: #043729;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.dropdown-content a:hover {
    background-color: #043729;
}

.dropdown:hover .dropdown-content {
    display: block;
    opacity: 1;
    transform: translateY(0);
}




#page1 {
    background: url(../images/ksss3.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 27vh;
    position: relative;
    display: flex;
    align-items: flex-end;
    height: 40vh;
    padding-bottom: 15px;
}



.zagolovok1 {
    color: #ffffff;
    font-size: 48px;
    text-align: left;
    margin-bottom: 15px;
    margin-left: 50px;
}




.zagolovok2 {
    color: #083001;
    font-size: 36px;
    margin-left: 110px;
    margin-top: 35px;
    font-weight: 370;

}

.list1{
margin-left: 115px;
font-size: 25px;
margin-top: 50px;


}

.imgul1{
    display: flex;
    align-items: flex-start;
    gap: 80px;
margin-left: 90px;
font-size: 25px;
margin-top: 40px;


}
.img14{
width: 529px;
height: 519px;

}
.list2{
margin-top: -10px;
}

.zagolovok3{
margin-left: 90px;
margin-top: 60px;
font: size 32px; 



}
.text1{
    margin-left: 90px;
    font-size: 25px;

}

.green-btn1 {
    width: 215px;
    height: 43px;
    margin-top: 15px;
    background-color: #083001;
    color: white;
    font-size: 16px;
    padding: 10px 20px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    
}

.green-btn1:hover {
    transform: scale(1.1);
}

.btn-container1 {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.text2{
margin-left: 180px;
font-size: 25px;
margin-top: 60px;
}

.green-btn2 {
    width: 215px;
    height: 43px;
    margin-top: 20px;
    background-color: #083001;
    color: white;
    font-size: 16px;
    padding: 10px 20px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    
}

.green-btn2:hover {
    transform: scale(1.1);
}

.btn-container2 {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}


footer {
    width: 100%;
    position: relative;
    text-align: center;
    color: white;
    margin-top:50px;
}

/* Фотка футера */
.footer-image {
    width: 100%;
    height: 300px;
    display: block;
}

/* Контейнер с контентом поверх фотки */
.footer-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
}

/* Левая часть: Лого + текст + адрес */
.footer-left {
    display: flex;
    flex-direction: column; /* Располагаем элементы вертикально */
    align-items: flex-start; /* Выравниваем по левому краю */
   margin-left: -120px;
}

/* Лого и текст в одном блоке */
.footer-logo-text {
    display: flex;
    align-items: center;
    gap: 15px; /* Отступ между лого и текстом */
    margin-bottom: 20px;
}

.footer-logo {
    width: 165px;
    height: auto;
}

.footer-text {
    font-size: 16px;
    font-weight: 200;
    text-align: left;
}

/* Адрес идет под логотипом и текстом */
.footer-address {
    font-size: 16px;
    color: #ccc;
    margin-top: 30px;
    text-align: left;
}

/* Правая часть: Три колонки */
.footer-links {
    display: flex;
    gap: 100px;
}

.footer-column {
    display: flex;
    flex-direction: column;
    
}

.footer-column h3 {
    font-size: 24px;
    margin-bottom: 13px;
    font-weight: 500;
    text-align: left;
}

.footer-column a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 300;
    line-height: 25px;
    text-align: left;
}

.footer-column a:hover {
    text-decoration: underline;
}


.footer-bottom {
    background-color: #083001;
    color: white;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
}
