@font-face {
    font-family: "Open sans";
    src: url(fonts/Open_sans/OpenSans-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Kurale";
    src: url(fonts/Kurale/Kurale-Regular.ttf);
}

* {
    box-sizing: border-box;

}

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");


body {
    margin: 0;
    font-family: "Kurale";
}

.container {
    max-width: 1170px;
    margin: 0 auto;
}

.main {
    background-image: url(img/15006daab22f09d0fa89e324fc5519fb.jpeg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    backface-visibility: hidden;
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    padding-right: 30px;
}

.title {
    color: white;
    font-size: 2vw;
    font-weight: normal;
    line-height: 130%;
    text-shadow: #000000 0px 1px 1px;
    height: 100vh;
    text-align: center;
    width: 50%;
    margin-top: 20px;
}

.carousel {
    margin: 1em;
    padding: 1em;
    font: 1.2rem/1.4 Georgia, serif;
}

.carousel-indicators [data-bs-target] {
    background-color: #da0003;
}


.quote {
    margin: 1em;
    font: 1.2rem/1.4 Georgia, serif;

}

.quote_quote {
    margin: 1em;
    background: #eee;
    padding: 1em;
    border-radius: 1em;
    text-align: center;
}

.quote_quote figcaption,
.quote_quote blockquote {
    margin: 1em;
}

/* q::before,
q::after {
    animation: dancing 1s linear infinite;
    display: inline-block;
    transform: rotate(13deg);
} */

.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

.colomn {
    width: 0;
    flex-grow: 1;
    padding: 0 4px;
}

.colomn img {
    margin-top: 8px;
    vertical-align: middle;
}

/* .hover:hover {
    opacity: 100%;
} */

/* .img {
    height: 230px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1s;
    background-repeat: no-repeat;
    border-radius: 20px;
    margin: 5px;
} */
/*плоские картинки*/
/* 
.img1 {
    background-image: url(img/412481946_2067269076976368_1003214241084361812_n.jpg);
}

.img2 {
    background-image: url(img/411601295_323181840683643_4747292897872958161_n.jpg);
}

.img3 {
    background-image: url(img/412405837_1075002923537478_1350940449965434480_n.jpg);
}

.img4 {
    background-image: url(img/412013926_265319676258714_9070935446453958442_n.jpg);
}

.img5 {
    background-image: url(img/412660828_251380584628825_7885023104766689354_n.jpg);
}

.img6 {
    background-image: url(img/411576648_1016175296148604_8775091618901078471_n.jpg);
} */



/* .img__link {
    opacity: 0;
}

.img:hover .img__link {
    opacity: 100%;

}

.img__link {
    padding: 10px;
    background-color: tan;
    color: white;
    width: 60%;
    text-align: center;
    border-radius: 5px;
} */
/*плоские картинки*/

.lake {
    width: 100%;
    height: 310px;
    margin: 110px auto 95px auto;
    margin-top: 0;
    perspective: 1000px;
}

.efekt {
    display: block;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url(img/412481946_2067269076976368_1003214241084361812_n.jpg);
    /* Картинка */
    background-size: 0, cover;
    transform-style: preserve-3d;
    transition: all 0.5s;
}

.efekt_2 {
    background:
        linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url(img/411601295_323181840683643_4747292897872958161_n.jpg);
    /* Картинка */
    background-size: 0, cover;
}

.efekt_3 {
    background:
        linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url(img/412405837_1075002923537478_1350940449965434480_n.jpg);
    /* Картинка */
    background-size: 0, cover;
}

.efekt_4 {
    background:
        linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url(img/412013926_265319676258714_9070935446453958442_n.jpg);
    /* Картинка */
    background-size: 0, cover;
}

.efekt_5 {
    background:
        linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url(img/412660828_251380584628825_7885023104766689354_n.jpg);
    /* Картинка */
    background-size: 0, cover;
}

.efekt_6 {
    background:
        linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url(img/411576648_1016175296148604_8775091618901078471_n.jpg);
    /* Картинка */
    background-size: 0, cover;
}

.descriptions {
    display: inline-block;
    color: rgb(243, 243, 243);
    position: absolute;
    bottom: -43%;
    left: 0;
    width: 90%;
    margin: 0 10px 0 20px;
    text-align: center;
    font-size: 23px;
    /* Размер текста */
    transform: rotateX(-80deg);
    /* transform-origin: top; */

}

.descriptions_lineHeight {
    line-height: 1;
}

.lake:hover .efekt {
    transform: rotateX(80deg);
    transform-origin: bottom;

}

.efekt:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    /* Размер поля с текстом */
    background: inherit;
    background-size: cover, cover;
    background-position: bottom;
    transform: rotateX(90deg);
    transform-origin: bottom;
}



.map {
    background-size: cover;

}

footer {
    background-color: #3d3d3d;
    padding: 20px;
    color: dimgray;


}

.a {
    height: 10vh;
    margin: 20px 0;
}
.book__item{
    padding: 5px;
}
.send__form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.accept__lit_Commis {
    padding: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;

}

.queue__entry {
    background-color: rgba(0, 0, 0, 0.467);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
}

.queue__entry_body {
    background-color: white;
    width: 80%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 60px;
    transform: translateY(-600px);
    transition: all 600ms;
    overflow-y: scroll;
}

.queue__entry.active {
    display: flex;
}


.footer__contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    /* align-items: baseline; */
    padding: 0.1vh;
}

.fone {
    padding: 1vh;
}

.tel .mail {
    margin: 0;
}

.social {
    padding: 1vh;
}

a {
    text-decoration: none;
    color: white;
}

.footer__contact_flex {
    justify-content: left;
}

.tel {
    margin-left: 20px;
}

a:hover {
    color: tan;
}

@keyframes dancing {
    0% {
        transform: rotate(13deg) scale(2);
    }

    25% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-13deg) scale(2);
    }

    75% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(13deg) scale(2);
    }
}

@media screen and (max-width: 800px) {
    .column {
        flex: 50%;
        max-width: 50%;
    }
}


@media screen and (max-width: 600px) {
    .column {
        flex: 100%;
        max-width: 100%;
    }
}

#example .new {
    opacity: 0;
}

#example .div_opacity {
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 1;
}