@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/ksss2.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 27vh;
    position: relative;
    display: flex;
    align-items: flex-end;
    height: 27vh;
    padding-bottom: 15px;
}

.zag {
    color: #ffffff;
    font-size: 50px;
    text-align: left;
    margin-bottom: 15px;
    margin-left: 50px;
}

#page2 {
    background-color: white;
    height: 350vh;
}

.zagp {
    color: rgb(0, 0, 0);
    font-weight: normal;
    font-size: 25px;
    text-align: justify;
    padding: 60px;
    margin-left: 30px;
    margin-right: 30px;
}

.zagp b {
    color: black;
}

.zagpph4 {
    font-size: 25px;
    margin-left: 50px;
    margin-top: 50px;
}

.zagpph4 b {
    color: black;
    font-weight: bold;
}

.zagpp {
    font-size: 25px;
    margin-left: 50px;
    margin-top: 10px;
}

.zagppp {
    font-size: 25px;
    margin-left: 70px;
    margin-top: 60px;
    padding-left: 20px;
}

ul {
    list-style-type: disc;
    padding-left: 20px;
}

.conulimg {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.image23 {
    width: 550px;
    height: auto;
    margin-top: 70px;
    margin-left: 95px;
}

.green-btn {
    width: 215px;
    height: 43px;
    margin-top: 45px;
    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-btn:hover {
    transform: scale(1.1);
}

.button-container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.zagp4h4 {
    margin-top: 50px;
    margin-left: 30px;
    font-size: 25px;

}

.zagp4 {
    margin-top: 10px;
    font-size: 25px;
    margin-left: 30px;

}

.conul2 {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-top: 30px;
}

.ul2 {
    list-style-type: disc;
    padding-left: 20px;
    flex: 1;
    font-size: 25px;
    margin-left: 30px;
}

.img22 {
    width: 600px;
    height: auto;
    margin-left: 110px;
}

.green-btn2 {
    width: 215px;
    height: 43px;
    margin-top: 45px;
    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);
}

.button-container2 {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.zagp5 {
    margin-top: 10px;
    font-size: 23px;
    margin-left: 30px;


}

.ul3 {
    font-size: 23px;
    list-style-type: disc;
    margin-left: 20px;


}

.zagp6 {

    font-size: 23px;
    margin-left: 20px;
    margin-top: 15px;


}

.zagp7 {
    font-size: 23px;
    text-align: center;
    margin-top: 40px;
    font-weight: 500px;

}

.green-btn3 {
    width: 215px;
    height: 43px;
    margin-top: 45px;
    background-color: #083001;
    color: white;
    font-size: 16px;
    padding: 10px 10px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.green-btn3:hover {
    transform: scale(1.1);
}

.button-container3 {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
footer {
    width: 100%;
    position: relative;
    text-align: center;
    color: white;
    margin-top:30px;
}

/* Фотка футера */
.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;
}
