* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style-type: none;
    scroll-behavior: smooth; /*плавный скрол*/
    font-family: "Commissioner", sans-serif;
}
/*---------------------------------main-dodjang-------------------------------*/
.main-dojangs{
    background: #477cac;
    background: radial-gradient(circle farthest-corner at center center, #477cac 0%, #042848 80%);
    background: -webkit-radial-gradient(circle farthest-corner at center center, #477cac 0%, #042848 80%);
    background: -moz-radial-gradient(circle farthest-corner at center center, #477cac 0%, #042848 80%);
    height: 450px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 53px;
    flex-direction: column;
    padding-bottom: 25px;
}
.dojangs-top-box{
    width: 880px;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.h1-region{
    margin-top: 20px;
    font-size: 40px ;
    font-family: "Commissioner", sans-serif;
    font-optical-sizing: auto;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    background: #4fb5e2;
    background: radial-gradient(ellipse farthest-corner at bottom left, #4fb5e2 0%, #ffffff 80%);
    background: -webkit-radial-gradient(ellipse farthest-corner at bottom left, #4fb5e2 0%, #ffffff 80%);
    background: -moz-radial-gradient(ellipse farthest-corner at bottom left, #4fb5e2 0%, #ffffff 80%);
    background-size: 400% 400%;
    background-repeat: no-repeat;
    /* Градиент как текст */
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #4fb5e2; /* fallback */
    /* 🔁 Анимация */
    animation: gradientShift 6s ease infinite;
    animation-delay: 0s;
}
.h1-kiev{
    margin-top: 42px;
    font-size: 55px ;
    font-family: "Commissioner", sans-serif;
    font-optical-sizing: auto;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    background: #4fb5e2;
    background: radial-gradient(ellipse farthest-corner at bottom left, #4fb5e2 0%, #ffffff 80%);
    background: -webkit-radial-gradient(ellipse farthest-corner at bottom left, #4fb5e2 0%, #ffffff 80%);
    background: -moz-radial-gradient(ellipse farthest-corner at bottom left, #4fb5e2 0%, #ffffff 80%);
    background-size: 400% 400%;
    background-repeat: no-repeat;
    /* Градиент как текст */
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #4fb5e2; /* fallback */
    /* 🔁 Анимация */
    animation: gradientShift 6s ease infinite;
    animation-delay: 0s;
}
.kiev_dojang_heder_mobil{
    display: none;
}
.region_dojang_heder_mobil{
    display: none;
}
.kiev_dojang_heder{
    width: 880px;
}
.region_dojang_heder{
    width: 880px;
    position: absolute;
    bottom: 0;
}
.dodjang-top-section{
    width: 880px;
    height: auto;
    display: flex;
    /*flex-direction: column;*/
    align-items: flex-start;
    justify-content: flex-start;
    margin: 15px auto;
    /*border: 2px solid red;*/
}
/*---------------------------Повернення на головну------------------------*/
.home-menu{
    width: 400px;
    height: auto;
    margin-top: 5px;
    /*border: 2px solid blueviolet;*/
    display: none;
    align-items: flex-start;
    justify-content: flex-start;
}
.home-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #0D3B66;
    font-family: sans-serif;
    font-size: 16px;
    transition: color 0.3s ease;
}

.home-link:hover {
    color: #0056b3;
}

.home-icon {
    margin-right: 4px;
}
.home-menu>a{
    font-size: 15px;
}

/*-------------------------------Футор сторінки ЗАЛИ-----------------------------*/
.footer-zaly{
    height: 50px;
    width: 100%;
    background: #477cac;
    background: radial-gradient(circle farthest-corner at center center, #477cac 0%, #042848 80%);
    background: -webkit-radial-gradient(circle farthest-corner at center center, #477cac 0%, #042848 80%);
    background: -moz-radial-gradient(circle farthest-corner at center center, #477cac 0%, #042848 80%);
}
/*-----------------------------Выпадающий список адесов---------------------------*/
.select-dodjangs{
    font-family: 'Segoe UI', sans-serif;
    width: 280px;
    padding: 5px 14px;
    font-size: 12px;
    border: 2px solid #356691;
    border-radius: 8px;
    background-color: #ffffff;
    color: #333;
    appearance: none;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.select-dodjangs:hover {
    border-color: #005bb5;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.select-dodjangs:focus {
    outline: none;
    border-color: #004a99;
    box-shadow: 0 0 0 3px rgba(0, 120, 215, 0.3);

}

optgroup {
    font-weight: bold;
    color: #023b66;
}

option {
    padding: 8px;
}
.select-wrapper {
    position: relative;
    width: 290px;
    align-self: flex-start;
    /*border: 2px solid yellow;*/
}
.select-wrapper::after {
    content: "▼";
    position: absolute;
    top: 30%;
    right: 20px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #023b66;
    font-size: 14px;
}

/*----------------------------------Загальна частина сторінок Зали-------------*/
.dodjang-midl-section {
    width: 882px;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.foto-container{
    display: flex;
    width: 884px;
    gap: 10px;
    margin-bottom: 50px;
    }
    .foto-box{
        display: flex;
        width: 436px;
        height: 310px;
        flex-wrap: wrap;
        gap: 10px;
    }
.foto-box img{
    width: 213px;
    height: 150px;
    /*border: 1px solid blue;*/
}
.address-text{
    font-family: "Commissioner", sans-serif;
    font-optical-sizing: auto;
    font-size: 20px;
    color: #032b53;
    margin-bottom: 32px;
    margin-top: 7px;
}
.map-box{
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 50px;
}
.map-box>img{
    width: 420px;
    height: 238px;
}
.frame-map{
    width: 420px;
    height: 238px;
}
.information-traning{
    width: 420px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.information-traning>p{
    font-size: 16px;
    text-align: justify;
}
/* -----------------------Слайдер прикладів тренувань--------------------------*/
.slider {
    position: relative;
    width: 420px;
    height: 238px;
    overflow: hidden;
}
.slider-track {
    display: flex;
    transition: transform 0.5s ease;
    padding: 0;
    margin: 0;
    gap: 0;
    width: fit-content;
}

.slider-track img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: auto;

}

.nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 24px;
    font-weight: 600;
    color: #fbfafa;
    cursor: pointer;
    z-index: 2;
}


.prev, .next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.prev::before, .next::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.prev::before {
    border-width: 10px 12px 10px 0;
    border-color: transparent gray transparent transparent;
}

.next::before {
    border-width: 10px 0 10px 12px;
    border-color: transparent transparent transparent gray;
}
.prev:hover, .next:hover {
    background-color: #f0f0f0;
}

.indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.indicators div {
    width: 15px;
    height: 6px;
    background: #b3b0b0;
    border-radius: 4px;
    transition: transform 0.3s ease;
}

.indicators .active {
    background: #f40707;
    transform: scale(1.1);
}
/*----------------------------слайдер прикладів тренувань для дорослих----------*/
.slider_2 {
    position: relative;
    width: 420px;
    height: 238px;
    overflow: hidden;
}

.slider-track_2 {
    display: flex;
    transition: transform 0.5s ease;
    padding: 0;
    margin: 0;
    gap: 0;
    width: fit-content;
}

.slider-track_2 img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: auto;
}

.nav_2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 24px;
    font-weight: 600;
    color: #fbfafa;
    cursor: pointer;
    z-index: 2;
}

.prev_2, .next_2 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.prev_2::before, .next_2::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
}

.prev_2 {
    left: 10px;
}

.next_2 {
    right: 10px;
}

.prev_2::before {
    border-width: 10px 12px 10px 0;
    border-color: transparent gray transparent transparent;
}

.next_2::before {
    border-width: 10px 0 10px 12px;
    border-color: transparent transparent transparent gray;
}

.prev_2:hover, .next_2:hover {
    background-color: #f0f0f0;
}

.indicators_2 {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.indicators_2 div {
    width: 15px;
    height: 6px;
    background: #b3b0b0;
    border-radius: 4px;
    transition: transform 0.3s ease;
}

.indicators_2 .active {
    background: #f40707;
    transform: scale(1.1);
}

/*----------------------------РОЗКЛАД---------------------------------*/
.rozklad{
    display: block;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 50px;
}
.rozklad>hr{
    width: 500px;
    height: 7px;
    background-color: #E1D10FFF;
    border: none;
    margin: 10px auto;
}
.rozklad>h5{
    color: #032b53;
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
}
.text-box{
    display: flex;
    align-items: center;
    gap: 10px;

}
.text-box > h6{
    font-size: 22px;
    color: #032b53;
    display: block;
    font-weight: 700;
    text-indent: 40px;
}
.text-box>p{
    font-size: 22px;
}
.paragraf{
    text-indent: 8px;
}
.paragraf2{
    font-size: 22px;
    text-indent: 235px;
}
.paragraf3{
    font-size: 22px;
    text-indent: 255px;
}
.rozklad>p{
    font-size: 22px;
    text-indent: 225px;
}
.text-box-smol{
    display: flex;
    align-items: center;
    gap: 10px;
}
.text-box-smol>h6{
    font-weight: 700;
    text-indent: 120px;
    font-size: 22px;
    color: #032b53;
    display: block;
}
.text-box-smol>p{
    font-size: 22px;
    /*text-indent: 225px;*/
}

/*-------------------------------ТРЕНЕР--------------------------------------*/
.foto-box-mix{
    display: flex;
    width: 436px;
    height: 310px;
    gap: 10px;
}
.foto-box-mix>img{
    width: 213px;
    height: 310px;
    /*border: 2px solid blue;*/
}
.foto-inbox{
    display: flex;
    flex-direction: column;
    width: 213px;
    height: 310px;
    gap: 10px;
}
.foto-inbox>img{
    width: 213px;
    height: 150px;
    /*border: 2px solid blue;*/
}
.information-traning>h3{
    font-size: 22px;
    color: #032b53;
    margin-left: 20px;
}
.information-traning>img{
    width: 350px;
    align-self: center;
}
.information-traning.coach{
    width: 420px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.information-traning.coach>p{
font-size: 17px;
    text-align: center;
}
/*------------------------------Слайдер тренера-------------------------------*/
.slider2 {
    position: relative;
    width: 420px;
    height: 238px;
    overflow: hidden;
}

.slider2-track {
    display: flex;
    transition: transform 0.5s ease;
    padding: 0;
    margin: 0;
    gap: 0;
    width: fit-content;
}

.slider2-track img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: auto;
}

.slider2-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 24px;
    font-weight: 600;
    color: #fbfafa;
    cursor: pointer;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.slider2-prev::before, .slider2-next::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
}

.slider2-prev {
    left: 10px;
}

.slider2-next {
    right: 10px;
}

.slider2-prev::before {
    border-width: 10px 12px 10px 0;
    border-color: transparent gray transparent transparent;
}

.slider2-next::before {
    border-width: 10px 0 10px 12px;
    border-color: transparent transparent transparent gray;
}

.slider2-prev:hover, .slider2-next:hover {
    background-color: #f0f0f0;
}

.slider2-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.slider2-indicators div {
    width: 15px;
    height: 6px;
    background: #b3b0b0;
    border-radius: 4px;
    transition: transform 0.3s ease;
}

.slider2-indicators .active {
    background: #f40707;
    transform: scale(1.1);
}

/*------------------------------СЛАЙДЕР ВІДГУКИ------------------------------*/
.dodjan-section {
    margin: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dodjan-title {
    font-size: 28px;
    margin-bottom: 20px;
}

.dodjan-slider-wrapper {
    position: relative;
    width: 600px;
    height: 580px;
}

.dodjan-slider-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.dodjan-slider-track {
    position: relative;
    width: 100%;
    height: 100%;
}

.dodjan-slide {
    position: absolute;
    transition: all 0.5s ease;
    opacity: 0;
    pointer-events: none;
}

.dodjan-slide-active {
    opacity: 1;
    pointer-events: auto;
    z-index: 3;
    transform: translate(-50%, -50%) scale(1);
    top: 50%;
    left: 50%;
}

.dodjan-slide-prev,
.dodjan-slide-next {
    opacity: 0.6;
    z-index: 2;
    transform: translate(-50%, -50%) scale(0.85);
    top: 60%;
}

.dodjan-slide-prev {
    left: calc(50% - 320px);
}

.dodjan-slide-next {
    left: calc(50% + 320px);
}

.dodjan-slide-hidden {
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}

.dodjan-btn {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: rgba(180, 180, 180, 0.3);
    border: none;
    cursor: pointer;
    z-index: 4;
}

.dodjan-btn-left::before,
.dodjan-btn-right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
}

.dodjan-btn-left::before {
    border-width: 10px 14px 10px 0;
    border-color: transparent #777 transparent transparent;
}

.dodjan-btn-right::before {
    border-width: 10px 0 10px 14px;
    border-color: transparent transparent transparent #777;
}

.dodjan-btn-left {
    left: calc(50% - 340px);
}

.dodjan-btn-right {
    left: calc(50% + 297px);
}

.dodjan-dots-container {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 5;
    width: 400px;
    height: 20px;
}
.dodjan-dots-container.dodjan-dots-container-center{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 10px;
    z-index: 5;
    width: 400px;
    height: 20px;
   }

.dodjan-dot {
    width: 17px;
    height: 8px;
    border-radius: 4px;
    background: #b3b0b0;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
}

.dodjan-dot-active {
    background: red;
    transform: scale(1.2);
}

/* === Картка відгуку === */
.dodjan-card {
    background: radial-gradient(circle farthest-corner at center center, #fefefe 0%, #d8dcd8 80%);
    border-radius: 8px;
    box-shadow: 1px 22px 5px -18px rgba(0,0,0,0.75);
    width: 580px;
    height: 580px;
    box-sizing: border-box;
    padding: 40px;
    overflow-y: auto;
    scrollbar-gutter: stable;
}

.dodjan-top-card-box {
    display: flex;
    gap: 30px;
}

.dodjan-top-card-box > img {
    width: 200px;
    height: 200px;
    /*border: 2px solid grey;*/
    border-radius: 50%;
    flex-shrink: 0;
}

.dodjan-right-top-card-box {
    display: flex;
    flex-direction: column;
}

.dodjan-right-top-card-box > h3 {
    color: #032b53;
    font-size: 20px;
    transform: scaleY(1.3);
    transform-origin: bottom;
}

.dodjan-specialty {
    margin-top: 7px;
    padding: 8px 15px;
    border-radius: 5px;
    background-color: #f5f5f5;
    font-size: 12px;
    font-weight: 500;
    color: #474545;
    box-shadow: -19px 20px 20px -25px rgba(105, 102, 102, 0.8) inset;
}

.dodjan-bottom-card-box {
    display: flex;
    padding-top: 20px;
    gap: 10px;
}
.dodjan-left-bottom-card-box{
    margin-top: -10px;
}

.dodjan-left-bottom-card-box > span {
    font-size: 84px;
    font-family: serif;
    background: black;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);

}

.dodjan-right-bottom-card-box {
    padding-top: 8px;
    text-align: left;
    color: #474545;
    font-size: 15px;
    line-height: 1.6;
}
/*---------------------------------FINAL STEP---------------------------------*/
.finalStep-section{
    background: #477cac;
    background: radial-gradient(circle farthest-corner at center center, #477cac 0%, #042848 80%);
    background: -webkit-radial-gradient(circle farthest-corner at center center, #477cac 0%, #042848 80%);
    background: -moz-radial-gradient(circle farthest-corner at center center, #477cac 0%, #042848 80%);
    width: 100%;
    height: 620px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 50px;
}
.finalStep-container{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 880px;
    height: auto;
    position: relative;

}

.final-img-loptop{
    width: 510px;
    position: absolute;
    top: 10px;
    left: 45px;
}
.final-img-mob{
    display: none;
}
.stiker-step{
    width: 280px;
    height: 80px;
    border-radius: 5px;
    /*background: rgba(247, 247, 247, 1);*/
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    margin-right: 118px;


}
.stiker-step>p{
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    /*color: #204d75;*/
    color: rgba(247, 247, 247, 1);
}
.stiker-step>p:last-of-type{
    letter-spacing: 1px;
}
.stiker-step_mob{
    display: none;
}

/*---------------------------------ФОРМА ВІДПРАВКИ ДАНИХ----------------------*/
.form-container {
    margin-top: 15px;
    margin-right: 100px;
    width: 315px;
    height: 430px;
    background: #477cac;
    background: radial-gradient(circle farthest-corner at center center, #477cac 0%, #042848 80%);
    background: -webkit-radial-gradient(circle farthest-corner at center center, #477cac 0%, #042848 80%);
    background: -moz-radial-gradient(circle farthest-corner at center center, #477cac 0%, #042848 80%);
    /*box-shadow: inset 8px 9px 7px 0 rgba(255, 255, 255, 0.25);*/
    box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.25),
    inset 7px 7px 7px 0 rgba(255, 255, 255, 0.25);
    padding: 50px 35px;
    color: white;
    font-family: 'Segoe UI', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
}

.form-container h3 {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: rgba(247, 247, 247, 1);
    margin-bottom: 15px;
}

.form-container p {
    font-size: 12px;
   margin-bottom: 70px;
    text-align: center;
    color: rgb(133, 153, 188);
}
.form-container>p>span{
    color: rgba(247, 247, 247, 1);
    font-weight: 400;
    font-size: 12px;
}

select {
    padding: 12px;
    font-size: 14px;
    border-radius: 8px;
    border: none;
    margin-bottom: 20px;
    /*appearance: none;*/
    background-color: white;
    color: #333;
    position: relative;
    width: 235px;
}

select:invalid {
    color: #023b66;
}
select:focus {
    outline: none;
}


input[type="text"] {
    padding: 12px;
    font-size: 14px;
    border-radius: 8px;
    border: none;
    margin-bottom: 20px;
    width: 236px;
}

.form-container>button {
    padding: 14px;
    width: 236px;
    height: 50px;
    display: inline-block;
    border-radius: 8px;
    background: #f5f197;
    background: radial-gradient(circle farthest-corner at center center, #f5f197 0%, #e1d10f 80%);
    background: -webkit-radial-gradient(circle farthest-corner at center center, #f5f197 0%, #e1d10f 80%);
    background: -moz-radial-gradient(circle farthest-corner at center center, #f5f197 0%, #e1d10f 80%);
    /*border: none;*/
    font-weight: 600;
    cursor: pointer;
    font-size: 13px;
    font-family: "Commissioner", sans-serif;
    font-optical-sizing: auto;
    color: rgb(126, 91, 2);
    box-shadow:
            0 4px 5px 0 rgba(0, 0, 0, 0.75); /* Внешняя тень */
    border: 2px solid #b38b00;
}
.form-container>button:hover{
    transform: scale(1.025);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.form-container>button:active{
    transform: scale(0.95);
    box-shadow: 0 0 3px 4px rgba(0,0,0,0.65);
}
button.sent {
    border: 2px solid #055a11;
    box-shadow: inset 4px 4px 7px 0 rgba(255, 255, 255, 0.25), /* Внутрішня тінь */
    0 4px 5px 0 rgba(0, 0, 0, 0.75); /* Зовнішня тінь */
    background: #055a11;
    background: linear-gradient(333deg,#055a11 0%, #0da218 80%);
    background: -webkit-linear-gradient(333deg,#055a11 0%, #0da218 80%);
    background: -moz-linear-gradient(333deg,#055a11 0%, #0da218 80%);
    color: white;
}
/*---------------------------------Посилання у ФУТЕРІ-------------------------*/
.target-button{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}
.top-target-button{
    width: 240px;
    height: 30px;
    background-color: #032b53;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
            0 4px 5px 0 rgba(0, 0, 0, 0.75);
}
.top-target-button>h6{
    color: rgba(247, 247, 247, 1);
    font-size: 14px;
    font-weight: 400;
}
.target-button>a{
    width: 320px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: #f5f197;
    background: radial-gradient(circle farthest-corner at center center, #f5f197 0%, #e1d10f 80%);
    background: -webkit-radial-gradient(circle farthest-corner at center center, #f5f197 0%, #e1d10f 80%);
    background: -moz-radial-gradient(circle farthest-corner at center center, #f5f197 0%, #e1d10f 80%);
    border: 2px solid #b38b00;
    font-weight: 600;
    cursor: pointer;
    font-size: 12px;
    font-family: "Commissioner", sans-serif;
    font-optical-sizing: auto;
    color: rgb(126, 91, 2);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.75); /* Внешняя тень */
}
.target-button>a:hover{
    transform: scale(1.025);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.target-button>a:active {
    transform: scale(0.95);
    box-shadow: 0 0 3px 4px rgba(0,0,0,0.65);
}


/*---------------------------------Меню тренувальних програм------------------------------*/
/*--------------------Меню спортзалів-------------------*/
.nav-programs{
    display: flex;
    justify-content: center;
    width: 875px;
    margin-bottom: 50px;
    padding: 10px;
    gap: 7px;
    margin-top: 10px;
    background: radial-gradient(circle farthest-corner at center center, #fefefe 0%, #d8dcd8 80%);
    background: -webkit-radial-gradient(circle farthest-corner at center center, #fefefe 0%, #d8dcd8 80%);
    background: -moz-radial-gradient(circle farthest-corner at center center, #fefefe 0%, #d8dcd8 80%);
}
.nav-programs>p{
    color: #022a4c;
    font-size: 13px;
    transform: scaleY(1.2);
    font-family: "Commissioner", sans-serif;
    font-optical-sizing: auto;
}
.nav-programs>a{
    font-family: "Commissioner", sans-serif;
    font-optical-sizing: auto;
    color:#2e2e2e;
    font-weight: 500;
    transform: scaleY(1.2);
    font-size: 13px;
}
.nav-programs span{
    color: #2e2e2e;
}
/*------------------------------Сторінка Програми тренувань---------------------------*/
.map-box.program{
    margin-bottom: 20px;
}

.information-traning.program{
}
.foto-container.program{
    height: 110px;
    margin-bottom: 60px;
}
.citata1.program{
    margin-top: 5px;
    margin-bottom: 15px;
    height: 90px;
    width: 850px;
    padding: 20px;
}