@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:wght@500&family=Barlow:wght@300&family=JetBrains+Mono:wght@300&family=Roboto:wght@100&display=swap');

body {
    background-color: rgb(255, 255, 255);
    margin: 0;
    padding: 0;
    font-family: 'Alumni Sans', sans-serif;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

.wrapper_main {
    max-width: 1170px;
    margin: 0 auto;
    box-shadow: 2px 5px 15px 5px rgb(159, 159, 159);
}
/* ОБЩИЕ НАСТРОЙКИ конец */



/* МЕНЮ ВЕРХНЕЕ / ХЕДЕР начало */

#header {
    background-color: rgb(237, 237, 237);
    padding-bottom: 10px;
    background-image: url("https://www.transparenttextures.com/patterns/dark-stripes-light.png");
}

header.white-header {
    background-color: rgb(255, 255, 255);
    transition-duration: 1.5s;
}

.logo-title {
    width: 380px;
    margin: 0 auto;
    padding: 1px 1px 10px 1px;
}

.logo-title h1 {
    display: flex;
    justify-content: center;
    color: rgb(59, 59, 59);
    font-family: 'Alumni Sans', sans-serif;
    font-size: 35px;
}

.logo-title h2{
    display: flex;
    justify-content: center;
    color: rgb(208, 145, 0);
    font-family: 'Alumni Sans', sans-serif;
    width: 380px;
    margin: -27px 0 10px 0;
    font-size: 21px;
}

.menu ul {
    display: flex;
    justify-content: space-between;
    max-width: 750px;
    margin: 0 auto;
    padding: 0;
}

.menu ul a {
    font-family: 'Alumni Sans', sans-serif;
    font-size: 25px;
    padding: 0 10px;
    color: rgb(59, 59, 59);
    border-radius: 7px;
}

.menu ul a:hover {
    background-color: rgb(218, 218, 218);
    padding: 0 11px;
}

/* МЕНЮ ВЕРХНЕЕ / ХЕДЕР Конец */




/* ОПИСАНИЕ НОМЕРА / АКЦИЯ начало  */

main {
    background-color: rgb(29, 62, 144);
    padding-bottom: 43px;
    padding-top: 30px;
}

#photos h2 {
    display: flex;
    justify-content: center;
    font-family: 'Alumni Sans', sans-serif;
    font-size: 33px;
    color: rgb(237, 237, 237);
    padding: 65px 0 15px 0;
    margin: 0;
}

.description_text {
    font-size: 21px;
    margin: 13px 23px;
    padding: 13px;
    border-radius: 8px;
    background-color: rgb(237, 237, 237);
    background-image: url("https://www.transparenttextures.com/patterns/dark-stripes-light.png");
}

.description_text span {
    color: rgb(29, 62, 144);
    margin-top: 4px;
}

#photos h2 {
    font-size: 35px;
    text-align: center;
    color: #ed9a00;
    position: relative;
}

#photos h2::after {
    position: absolute;
    content: '';
    background: url('./sales.png') no-repeat bottom right / 60px 60px;
    top: 91%;
    bottom: 0;
    left: 89%;
    right: 0;
    width: 60px;
    height: 60px;
}

.promo_action {
    font-size: 21px;
    color: rgb(255, 255, 255);
    margin: 0 23px;
    padding: 13px;
    border-radius: 8px;
    background-color: #ed9a00;
    background-image: url("https://www.transparenttextures.com/patterns/dark-stripes-light.png");
}

.promo_action span {
    color: rgb(85, 85, 85);
}

.dates_action {
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 0;
}

.button {
    background-color: rgb(24, 51, 121);
    padding: 15px;
    border-radius: 8px;
    margin-top: 15px;
    font-size: 21px;
    color: #ed9a00;
    text-align: center;
}

.button:hover {
    background-color: #ffffff;
    box-shadow: 2px 5px 15px 5px rgb(159, 159, 159);
}
/* ОПИСАНИЕ НОМЕРА / АКЦИЯ конец  */



/* ФОТО НОМЕРА начало */

.toreplaced {
    display: flex;
    justify-content: center;
    font-family: 'Alumni Sans', sans-serif;
    font-size: 33px;
    color: rgb(237, 237, 237);
    padding: 70px 0 0 0;
    margin: 0;
}

.photos_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-top: 10px;
}

.photos_wrapper .image {
    width: 44%;
    margin: 13px 3px;
    padding: 13px;
    border-radius: 8px;
    background-color:rgb(237, 237, 237);
}

img {
    width: 100%;
    border-radius: 8px;
}

/* АНИМАЦИЯ ФОТО начало */
    .klimovsk_img_1 {
    display: inline-block; /* Строчно-блочный элемент */
    overflow: hidden; /* Скрываем всё за контуром */
    }
    .klimovsk_img_1 img {
    transition: 1s; /* Время эффекта */
    display: block; /* Убираем небольшой отступ снизу */
    }
    .klimovsk_img_1 img:hover {
    transform: scale(1.3); /* Увеличиваем масштаб */
    }

    .klimovsk_img_2 {
    display: inline-block; /* Строчно-блочный элемент */
    overflow: hidden; /* Скрываем всё за контуром */
    }
    .klimovsk_img_2 img {
    transition: 1s; /* Время эффекта */
    display: block; /* Убираем небольшой отступ снизу */
    }
    .klimovsk_img_2 img:hover {
    transform: scale(1.3); /* Увеличиваем масштаб */
    }

    .klimovsk_img_3 {
        display: inline-block; /* Строчно-блочный элемент */
        overflow: hidden; /* Скрываем всё за контуром */
        }
        .klimovsk_img_3 img {
        transition: 1s; /* Время эффекта */
        display: block; /* Убираем небольшой отступ снизу */
        }
        .klimovsk_img_3 img:hover {
        transform: scale(1.3); /* Увеличиваем масштаб */
        }

        .klimovsk_img_4 {
            display: inline-block; /* Строчно-блочный элемент */
            overflow: hidden; /* Скрываем всё за контуром */
            }
            .klimovsk_img_4 img {
            transition: 1s; /* Время эффекта */
            display: block; /* Убираем небольшой отступ снизу */
            }
            .klimovsk_img_4 img:hover {
            transform: scale(1.3); /* Увеличиваем масштаб */
            }

            .klimovsk_img_5 {
                display: inline-block; /* Строчно-блочный элемент */
                overflow: hidden; /* Скрываем всё за контуром */
                }
                .klimovsk_img_5 img {
                transition: 1s; /* Время эффекта */
                display: block; /* Убираем небольшой отступ снизу */
                }
                .klimovsk_img_5 img:hover {
                transform: scale(1.3); /* Увеличиваем масштаб */
                }

                .klimovsk_img_6 {
                    display: inline-block; /* Строчно-блочный элемент */
                    overflow: hidden; /* Скрываем всё за контуром */
                    }
                    .klimovsk_img_6 img {
                    transition: 1s; /* Время эффекта */
                    display: block; /* Убираем небольшой отступ снизу */
                    }
                    .klimovsk_img_6 img:hover {
                    transform: scale(1.3); /* Увеличиваем масштаб */
                    }

                    .klimovsk_img_7 {
                        display: inline-block; /* Строчно-блочный элемент */
                        overflow: hidden; /* Скрываем всё за контуром */
                        }
                        .klimovsk_img_7 img {
                        transition: 1s; /* Время эффекта */
                        display: block; /* Убираем небольшой отступ снизу */
                        }
                        .klimovsk_img_7 img:hover {
                        transform: scale(1.3); /* Увеличиваем масштаб */
                        }

                        .klimovsk_img_8 {
                            display: inline-block; /* Строчно-блочный элемент */
                            overflow: hidden; /* Скрываем всё за контуром */
                            }
                            .klimovsk_img_8 img {
                            transition: 1s; /* Время эффекта */
                            display: block; /* Убираем небольшой отступ снизу */
                            }
                            .klimovsk_img_8 img:hover {
                            transform: scale(1.3); /* Увеличиваем масштаб */
                            }
                            /* АНИМАЦИЯ ФОТО конец */
/* ФОТО НОМЕРА конец */



        /* ФУТЕР Начало */
        .wrapper_footer {
            background-color: rgb(24, 51, 121);
            margin: 0;
            padding: 13px 0 13px 27px;
            background-image: url("https://www.transparenttextures.com/patterns/office.png");
            padding-right: 90px;
            position: relative;
        }
            .wrapper_footer::after {
            position: absolute;
            content: '';
            background: url('./hostel-1.png') no-repeat bottom right / 70px 70px;
            top: 26%;
            bottom: 0;
            left: 91.5%;
            right: 0;
            width: 70px;
            height: 70px;
        }
    
        .wrapper_footer .naming span {
        color: #ed9a00;
        }
    
        .wrapper_footer .naming {
            color: rgb(175, 175, 175);
            padding-bottom: 5px;
            margin-top: 10px;
            }
    
            .feedback {
                color: rgb(198, 198, 198);
                margin-left: 12px;
            }
    
            .feedback a {
                color: rgb(198, 198, 198);
            }
    
            .rekvizity span {
                color: rgb(198, 198, 198);
                margin-left: 12px;
            }
    
            .news {
                color: rgb(198, 198, 198);
                margin-left: 12px;
            }
    
            .thanks {
                color: rgb(198, 198, 198);
                margin-left: 12px;
            }
    
            .counter {
                margin-top: 15px;
                margin-bottom: 15px;
                margin-left: 12px;
            }
            /* ФУТЕР конец */