.logo_site {
    max-width: 37px;
    border-radius: 4px;
}
@media screen and (min-width:1440px) {
                              #left-col,#right-col{
                                  min-width:19vw!important;

                              }
                              #center-col{
                                            max-width:50vw!important;
                              }

}
    @media (max-width:1440px) and (min-width:1000px) {
        #center-col{
        max-width: 600px;
        margin:0 auto;
    }
    }
.langues {
    opacity: .8;
    background: url(image/ua.gif) center/cover no-repeat;
    -webkit-text-stroke: 1px black;
    font-size: 20px;
    padding: 3px;
    text-decoration: none;
    font-family: fantasy;
    border-radius: 8px;
    width: 23px;
    height: 23px;
    display: flex;
    justify-content: center;
    /* border: 1px solid; */
    box-shadow: 1px 2px 3px 0px #000000c2;
    align-items: center;
}

.head1 {
    padding: 0 !important;
    font-size: 1.7em !important;
    display: flex;
    text-decoration: none!important;
align-items: center;
gap: 10px;
}

.ula li a {
    text-decoration: none;
    position: relative;
}

.ula li a:hover {
    text-decoration: none;
}

.ula li a::after {
    content: "";
    position: absolute;
    width: 0;
    bottom: 0;
    left: 0;
    height: 1.5px;
    background: rgb(250, 250, 250);
    transition: .5s;
}

.ula li a:hover::after {
    width: 100%;
    transition: .4s;

}

.header-container {
    position: fixed;
    z-index: 999;
    width: 100%;
    background: linear-gradient(#5a91b261, #5a91b29e);
    transition: .5s;
}

.header-wrapper {
    transition: .4s;
    padding: 5px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-container.sticky {
    background: linear-gradient(#007799, #007799);
}

.header-container.sticky .header-wrapper {
    padding: 0px 40px;
    transition: .5s;
}

#header-picture {
    position: relative;
    width: 100%;
    background: center/cover no-repeat;
    height: 353px;
}

.text-shadow-title {
    color: white !important;
    text-shadow: 2px 2px black;
}

.container-text {
    padding: 15px;
}

.ula {
    padding: 0;
}

#left-col, #right-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 25px;
}

#left-col img, #right-col img {
    border-radius: 3px;
}

#content {
    background: #007799;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 2fr 1fr;
}

.fotorama-container {
    display: flex;
    justify-content: center;
    border-radius: 4px;
    overflow: hidden;
}

.sub-title-page {
    font-size: 29px;
    padding: 20px;
    text-align: end;
    color: #007799;
    background: #00000057;
    bottom: 0;
    position: absolute;
    font-weight: 600;
    right: 0;
    border-radius: 50px 0px 0px 50px;
    font-family: sans-serif;
    letter-spacing: 1px;
    color: white !important;
    text-shadow: 2px 2px black;
}

.title-single {
    font-weight: 500;
    text-align: center;
    text-shadow: 1px 1px black;
    letter-spacing: 1px;
    padding: 0;
    font-family: Inter, sans-serif;
}

.btn-grad {
    background-image: linear-gradient(to right, #08b1e1 0%, #60a4cdcc 51%, #08b1e1 100%);
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eeeeee8f;
    border-radius: 6px;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    height: fit-content;
    font-family: Inter, sans-serif;
    letter-spacing: 1px;
}

.btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.location {
    display: flex;
    align-items: center;
    gap: 20px;
    height: fit-content;
    padding: 10px 15px;
    border: 1px solid white;
    border-radius: 3px;
    color: #5a91b2;
    font-weight: 600;
    font-size: 18px;
    font-family: Inter, sans-serif;
    letter-spacing: .5px;

}

.location p {
    margin: 0;
}

.main-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.numbers-phones {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

.container-text {
    border-radius: 4px;
    box-shadow: 1px 1px 10px 6px #00000038;
    margin: 20px 0;
    background: white;
    color: #5a91b2;
    font-family: Inter, sans-serif;
    text-align: justify;
    line-height: 23px;
}

.container-text p {
    margin: 0;
}

.container-text .price-text {
    margin: 20px 0;
    text-align: center;
}

h3 {
    font-weight: 500;
    text-align: center;
    text-shadow: 1px 1px black;
    letter-spacing: .7px;
    padding: 0;
    font-family: Inter, sans-serif;
    color: white;
    font-size: 26px;
}


/* table */
.table-container{
    
}
.table-container thead{
background:#007799 ;
color: white;
letter-spacing: .7px;
    font-family: Inter, sans-serif;
    
}
.table-container table{
    border: 1px solid #007799;
}
.table-container table thead tr td{
    color: white;
    font-family: Inter,sans-serif;
    font-weight: 500;
}

.table-container table tr td{
    border: 1px solid #007799;
    text-align: center;
    color: #007799;
    font-family: Inter,sans-serif;
}
.table-container table tbody tr:nth-child(even){
    background: #8080802b;
}
/* table end */

.after-table-list li {
    list-style-type: inherit;
    font-size: 14px;
}



/* footer */
.footer{
    padding-bottom: 5px;
    margin: 50px 0 0;
background: #eeeeee;
box-shadow: 1px 1px 10px 6px #00000038;
border-radius: 4px;
}
.footer-column:first-child{
    background: #007799;
    color: white;
    padding: 15px;
    border-radius: 4px;
    height: fit-content;
}
.footer-column:first-child .footer-logo span{
    color: white;
}
.footer-logo{
    display: flex;
align-items: center;
font-size: 26px;
gap: 25px;
text-decoration: none;
}
.footer-logo a{
    color: #007799;
}
.footer-logo img{
    border-radius: 5px  ;
}
.footer-container{
    display: grid;
grid-template-columns: repeat(4,1fr);
padding:30px;
gap: 20px;
color: #007799;
font-family: Inter;
margin: 50px 0 0;
}
.footer-column{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.footer-column a{
    color: #007799!important;
    text-decoration:none!important;
}
.after-footer{
    background: #007799;
color: #ffffff;
text-align: center;
font-family: Inter;
letter-spacing: .5px;
padding: 15px 40px;
}
.footer-column:not(:first-child) a::before{
    content: " ";
background: #007799;
border-radius: 50%;
width: 5px;
height: 5px;
position: absolute;
left: 0;
top: 7px;
}
.footer-column:not(:first-child) a{
    text-decoration: none;
    padding-left: 15px;
    position: relative;
    letter-spacing: .5px;
}
/* Mobile menu */
.menu__burger {
display: block;
cursor: pointer;
width: 35px;
height: 35px;
position: relative;
margin: 0;
padding: 0;
overflow: hidden;
font-size: 0;
}
.menu__burger span {
position: absolute;
display: block;
background-color: #ffffff;
height: 3px;
width: 30px;
top: 18px;
left: 5px;
right: 5px;
transition: 0.5s;
border-radius: 5px;
}
.menu__burger span::after,
.menu__burger span::before {
position: absolute;
display: block;
height: 3px;
background-color: #ffffff;
content: '';
width: 100%;
transition: 0.5s;
border-radius: 5px;
}
.menu__burger span::after {
top: -10px;
}
.menu__burger span::before {
bottom: -10px;
}
.menu__burger.close span {
background-color: transparent;
transition: 0.5s;
}
.menu__burger.close span::after {
top: 0;
transform: rotate(45deg);
transition: 0.5s;
}
.menu__burger.close span::before {
bottom: 0;
transform: rotate(-45deg);
transition: 0.5s;
}
/* mobile menu */
/* responsive */
html.active{
    overflow-y:hidden ;
}



@media screen and (max-width: 1000px) {
    .footer{
        padding-bottom: 0;
    }
    .footer-container {
grid-template-columns: 1fr;
padding: 15px;
gap: 15px;
    }
    .footer-logo{
        justify-content: center;
    }
    .reserved{
        text-align: center;
    }
    .sub-title-page{
        text-align: center;
line-height: 35px;
border-radius: 0;
    }
    .after-footer{
        padding: 10px;
        font-size: 12px;
        margin: 0;
    }
    .location{
        padding: 5px;
        gap: 10px;
    }
    .footer-logo img {
border-radius: 5px;
width: 70px;
}
    .location p{
        font-size: 15px;
    }
    #left-col, #right-col {
        padding: 15px;
        order: 1;
    }
    .fotorama-container {
width: 95vw;
margin: auto;
    }
    #content{
        grid-template-columns: 1fr;
    }
    .header-wrapper{
        padding: 5px 15px;
    }
    .header-container.sticky .header-wrapper {
padding: 1px 15px;
    }
    .container-text{
        font-size: 15px;
        text-align: left;
        margin: 15px 10px;
padding: 12px;  
    }
    h3{
        font-size: 22px;
    }
    .container-text {
padding: 12px;
}
.menu__burger{
opacity: .8;
        display: block;
    }
    #navigation{
        position: absolute;
        padding-top: 8em!important;
        top: -200vh;
        flex-direction: column;
background: linear-gradient(#007799, #007799);
width: 100%;
left: 0;
align-items: center;
justify-content: start;
gap: 20px;
height: 105vh;
        transition: .8s ease-out;
        opacity: 0;
    }
    #navigation.active{
        top: -35px;
        opacity: 1;
        transition: .5s ease-in-out;
    }
    .head3{
        position: fixed;
bottom: -100vh;
left: 0;
top: inherit;
height: fit-content;
transition: .8s ease-out;
width: 100%;
justify-content: center;
align-items: center;
    }
    .head1 {
top: 0!important;
z-index: 1;
position: relative!important;
font-size: 1.4em !important;
    }
    .head3.active{
        bottom: 3vh;
        transition: .8s ease-out;
    }
}


@media (min-width: 1300px) and (min-width: 1000px) {
    .footer-logo{
        gap: 14px;
    }
}

@media screen and (min-width: 1000px) {
    .menu__burger{
        display: none;
    }
}
 @media (max-width:1440px) and (min-width:1000px){
    .header-wrapper {
padding: 5px 15px;
    }
    .header-container.sticky .header-wrapper{
        padding: 5px 15px!important;
    }
    .ula {
gap: 10px!important;
    }
    .head3 {
gap: 11px;
    }
    .container-text{
        font-size: 15px;
    }
    h3{
        font-size: 22px;
    }
}
@media (max-width:1370px) and (min-width:1000px){
    #content{
gap:10px!important;
    }

    #left-col, #right-col {
    padding: 5px!important;
    padding-top:20px!important;
    }
    .container-text{
        font-size: 12px!important;
    }
    .footer-container{
        padding: 15px;
    }
    .footer-logo img{
        width: 61px;
    }
    .footer-logo {
        gap: 14px!important;
    }
}
/*responsive end */