body {
    display: flex;
    flex-direction: column;
    padding: 20px 80px;
    background-image: url('header1.jpg');
    background-attachment: fixed;
    background-size: 100%;
}

* {
    margin: 0;
    padding: 0;
}



.div-2 {
    display: block;
    margin-top: 53px;
    align-items: center;
    color: #fff;
}

.map-menu {
    border-radius: 5px;
    background: linear-gradient(to right, #125D84 10%, #4CA3C4, #89C3D9);
    display: flex;
    background-color: #fff;

}

.image-container {
    max-width: 70%;
    flex: 1;
    position: relative;
    text-align: center;
}

.image-container img {
    padding-left: 90px;
    width: 90%;
    height: auto;
}

.menu {
    margin-top: 5px;
    margin-left: 0;
    flex: 0;
}

.menu h4 {
    color: #0a467a;
    font-size: 25px;
    cursor: default;
}

.menu ul {
    list-style: none;
    padding: 0;
}

.menu li {
    font-size: 10px;
    margin-bottom: 5px;
}

.menu a {
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    color: #085487;
    transition: color 0.6s;
}

.menu a:hover {
    color: #fff;
}

@media (max-width: 991px) {
    .img {
        max-width: 100%;
    }
}

.div-3 {
    position: absolute;
    right: 0;
    display: flex;
    flex-basis: 40%;
    flex-direction: column;
    margin-right: 40px;
    margin-bottom: 40px;
    width: 53%;
}

@media (max-width: 991px) {
    .div-3 {
        max-width: 100%;
    }
}

.div-4 {
    font: 700 23px 'TT Travels';
    display: block;
    margin-left: 122px;
    margin-top: 10px;
    font-family: 'TT Travels';
    cursor: default;
}

@media (max-width: 991px) {
    .div-4 {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .div-5 {
        white-space: initial;
    }
}

.div-5 {
    font: 700 50px 'TT Travels';
    display: block;
    margin-left: 122px;
    margin-top: 10px;
    font-family: 'TT Travels';
    cursor: default;
}



.div-6 {
    font-family: sans-serif;
    border-radius: 5px;
    background: #327598;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    color: #033059;
    font-weight: 200;
    padding: 10px 39px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .div-6 {
        max-width: 100%;
        flex-wrap: wrap;
        margin: 40px 7px 0 0;
        padding: 0 20px;
    }
}


/* Кнопка соц.сети */
.social-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.social-icon {
    color: white;
    font-size: 24px;
}

.social-links {
    display: none;
    /* изначально скрываем ссылки */
}

.social-link {
    display: block;
    padding: 5px;
    background-color: #3498db;
    color: white;
    text-align: center;
    border-radius: 5px;
}

.social-button:hover .social-links {
    display: block;
}

.social-button.move .social-links {
    display: block;
    /* при активации класса move показываем ссылки */
}

@keyframes moveButton {
    from {
        right: -140px;
    }

    to {
        right: calc(100vw - 190px);
    }
}

/* END Кнопка соц.сети */

/* Кнопка выпадающего списка */
.dropbtn {
    cursor: pointer;
    background-color: transparent;
    color: white;
    padding: 10px;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 500;
    border: none;
}

/* Контейнер <div> - необходим для размещения выпадающего содержимого */
.dropdown {
    background-color: transparent;
    position: relative;
    display: inline-block;
    font-weight: 300;
}

/* Выпадающее содержимое (скрыто по умолчанию) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: transparent;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Ссылки внутри выпадающего списка */
.dropdown-content a {
    color: white;
    padding: 10px 10px;
    text-decoration: none;
    display: block;
    background-color: #327598;
}

/* Изменение цвета выпадающих ссылок при наведении курсора */
.dropdown-content a:hover {
    text-decoration: none;
    background-color: #6cc6e3;
}

/* Показать выпадающее меню при наведении курсора */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Изменение цвета фона кнопки раскрывающегося списка при отображении содержимого раскрывающегося списка */
.dropdown:hover .dropbtn {
    background-color: transparent;
}

.form {
    width: 287;
    float: right;
    margin-right: 30px;
}

* {
    box-sizing: border-box;
}

input {
    width: 287px;
    height: 39px;
    padding-left: 15px;
    border-radius: 42px;
    border: none;
    background: #D9D9D9;
    outline: none;
    position: relative;
    transition: .3s linear;
}

input:focus {
    width: 320px;
}

form button {
    width: 42px;
    height: 42px;
    background: none;
    border: none;
    position: absolute;
    top: -2px;
    right: 0;
}

form button:before {
    content: "\f002";
    font-family: ;
    color: #324b4e;
}

.div-7 {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: sans-serif;
    align-self: stretch;
    white-space: nowrap;
    margin: auto 0;
}

@media (max-width: 991px) {
    .div-7 {
        white-space: initial;
    }
}

.div-8 {
    font-family: sans-serif;
    align-self: start;
    margin-top: 16px;
    flex-grow: 1;
    flex-basis: auto;
}

.div-9 {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: TT Travels, sans-serif;
    align-self: stretch;
    margin: auto 0;
}

.div-10 {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25),
        0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: TT Travels, sans-serif;
    margin: auto 0;
}

.div-11 {
    font-family: TT Travels, sans-serif;
    align-self: stretch;
    margin: auto 0;
}

svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}


.div-12 {
    border-radius: 110px;
    background-color: rgba(217, 217, 217, 1);
    border: 1px solid rgba(3, 48, 89, 1);
    align-self: stretch;
    flex-grow: 1;
    justify-content: center;
    align-items: start;
    color: #033059;
    white-space: nowrap;
    padding: 14px 60px 14px 20px;
    font: 16px TT Travels, sans-serif;
}

@media (max-width: 991px) {
    .div-12 {
        display: flex;
        align-items: center;
    }
}

.div-12 input {
    background-color: #D9D9D9;
    padding: 0px 0px;
    border-radius: 110px;
    width: 287px;
    border: none;
    outline: none;
}

.img-2 {
    aspect-ratio: 2.7;
    object-fit: auto;
    object-position: center;
    width: 100%;
    margin-top: 23px;
}

@media (max-width: 991px) {
    .img-2 {
        max-width: 100%;
        margin-right: 7px;
    }
}

.st9 {
    font-family: 'Roboto Condensed Regular', 'Arial', sans-serif;
    text-transform: uppercase;
    fill: #ffffff;
    font-size: 21px;
    font-weight: 600;
    text-shadow: #0b2f4a 3px 1px 2px;
}

.div-13 {
    border-radius: 5px;
    background-color: #327598;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    padding: 18px 60px;
    font: 700 32px TT Travels, sans-serif;
    cursor: default;
}

@media (max-width: 991px) {
    .div-13 {
        max-width: 100%;
        margin-right: 7px;
        white-space: initial;
        padding: 0 20px;
    }
}

.tooltip {
    position: fixed;
    padding: 15px;
    border: 2ps dashed #b3c9ce;
    border-radius: 4px;
    text-align: center;
    color: black;
    background: #fff;
}

/* НОВОСТИ */

.news-block {
    text-decoration: none;
    display: flex;
    background: linear-gradient(to right, #125D84 10%, #4CA3C4, #89C3D9);
    border-radius: 5px;
    padding: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.news-item {
    text-decoration: none;
    transition: transform 0.3s;
    display: block;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 30px;
    justify-content: center;
    align-items: center;
}

.news-item:hover {
    text-decoration: none;
    transform: scale(1.05);
}

.news-item img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    margin-right: 20px;
    border-radius: 5px;
}

.news-content {
    flex: 1;
}

.news-content a {
    text-decoration: none;
}

.news-content h3 {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
}

/* END НОВОСТИ */

.div-14 {
    background: linear-gradient(87deg, #fff -19.15%, #4ca3c4 28.39%,
            #0e567e 100%);
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 50px;
}

@media (max-width: 991px) {
    .div-14 {
        max-width: 100%;
        margin-right: 7px;
        flex-wrap: wrap;
        padding: 0 20px;
    }
}

.img-3 {
    aspect-ratio: 0.81;
    object-fit: auto;
    object-position: center;
    width: 180px;
    max-width: 100%;
}

.img-4 {
    aspect-ratio: 0.82;
    object-fit: auto;
    object-position: center;
    width: 181px;
    max-width: 100%;
}

.img-5 {
    aspect-ratio: 0.83;
    object-fit: auto;
    object-position: center;
    width: 182px;
    max-width: 100%;
}

.img-6 {
    aspect-ratio: 0.79;
    object-fit: auto;
    object-position: center;
    width: 176px;
    max-width: 100%;
}

.img-7 {
    aspect-ratio: 0.79;
    object-fit: auto;
    object-position: center;
    width: 175px;
    max-width: 100%;
}

.div-16 {
    margin-top: 32px;
    padding: 45px 50px;
}

@media (max-width: 991px) {
    .div-16 {
        max-width: 100%;
        margin-right: 7px;
        padding: 0 20px;
    }
}

.div-17 {
    gap: 20px;
    display: flex;
}

@media (max-width: 991px) {
    .div-17 {
        flex-direction: column;
        align-items: stretch;
        gap: 0px;
    }
}

.zap-menu {
    display: flex;
    padding-top: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.zap {
    margin: 10px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.56) 100%);
    display: inline-block;
    min-height: 200px;
    flex-wrap: wrap;
    justify-content: center;
}

.zap-m {
    display: inline-block;
}

.zap-menu .zap:hover {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.6) 100%);
}

.zap-menu .zap:last-child {
    margin-right: 0;
}

.zap-menu .zap a {
    padding: 5px;
    display: flex;
    align-items: center;
    flex-basis: 100%;
    display: flex;
    color: #1f2f4c;
}



.zap-menu .zap a:hover {
    text-decoration: none;
}

.zap-menu .zap img {
    padding: 2px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50% !important;
    width: 30px;
    padding: 2px;
    margin-top: 75px;
}

.zap-menu .zap span {
    margin-top: 100px;
    padding-left: 5px;
    font-size: 1.07rem;
    line-height: 1.15;
    margin-bottom: 0;
}

/*INFO*/

.info__wrapper {
    border-radius: 5px;
    margin-top: 10px;
    background: linear-gradient(to right, #125D84 10%, #4CA3C4, #89C3D9);
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 0;

}

.info__block {
    transition: transform 0.3s;
    margin-top: 20px;
    align-items: center;
    width: 33%;
    padding: 0 10px;
}

.info__img {
    float: ;
    padding: 10px 10px;
    max-height: 70px;
    max-width: 70px;
    display: block;
    margin: 10px 0;
}

.info__item {
    margin-left: 20px;
    background-color: white;
    margin-bottom: 20px;
    align-items: center;
    text-decoration: none;
    display: flex;
    padding: 20px;
    border: 2px solid white;
    border-radius: 10px;
    transition: background-color .2s ease, transform 0.3s;
}

.info__item:hover h3 {
    color: white;
}

.info__item h3 {
    color: #033059;
    font-size: 23px;
    margin: 20px;
}

.info__item:hover {
    transform: scale(1.05);
    /* увеличиваем блок на 5% при наведении */
    border: 2px solid white;
    text-decoration: none;
    background-color: #11ffee00;
}

/*END /INFO*/

.img-9 {
    aspect-ratio: 2.27;
    object-fit: auto;
    object-position: center;
    width: 100%;
    flex-grow: 1;
}

@media (max-width: 991px) {
    .img-9 {
        margin-top: 40px;
    }
}

.column-3 {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 33%;
    margin-left: 20px;
}

@media (max-width: 991px) {
    .column-3 {
        width: 100%;
    }
}

.img-10 {
    aspect-ratio: 2.33;
    object-fit: auto;
    object-position: center;
    width: 100%;
    flex-grow: 1;
}

@media (max-width: 991px) {
    .img-10 {
        margin-top: 40px;
    }
}

.custom-org-link {
    margin-top: 50px;
    padding: 5px 5px;
    display: flex;
    padding-top: 5px;
}

.item-org {
    text-decoration: none;
    border-radius: 5px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.56) 100%);
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    margin-right: 20px;
    min-height: 60px;
    align-items: center;
    position: relative;
}

.custom-org-link .item-org:hover {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.6) 100%);
}

.custom-org-link .item-org:last-child {
    margin-right: 0;
}

.custom-org-link .item-org a {
    text-decoration: none;
    padding: 20px;
    align-items: center;
    flex-basis: 100%;
    display: flex;
    color: #1f2f4c;
}

.custom-org-link .item-org a:hover {
    text-decoration: none;
}

.custom-org-link .item-org img {
    padding: 2px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50% !important;
    width: 40px;
    padding: 2px;
    margin: 0;
}

.custom-org-link .item-org span {
    text-decoration: none;
    flex-basis: calc(100% - 35px);
    padding-left: 10px;
    font-size: 1.04rem;
    line-height: 1.15;
    margin-bottom: 0;
}

.div-18 {
    margin-left: 10px;
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    gap: 1070px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

@media (max-width: 991px) {
    .div-18 {
        max-width: 100%;
        flex-wrap: wrap;
        margin: 40px 7px 0 0;
    }
}

.div-19 {
    color: #fff;
    font-family: TT Travels, sans-serif;
    flex-grow: 1;
    flex-basis: auto;
}

.div-20 {
    color: #fff;
    float: right;
    font-family: TT Travels, sans-serif;
    flex-grow: 1;
    flex-basis: auto;
}

@media (max-width: 991px) {
    .div-20 {
        max-width: 100%;
    }
}
