.accordion-header {
    display: block;
    background-color: #fff;
    padding: 20px 20px;
    padding-left: 45px;
    color: #212121
}

.accordion-header:hover {
    color: #000;
    text-decoration: none
}

.accordion-header::before {
    position: absolute;
    top: 30px;
    left: 15px;
    background-color: #000;
    width: 15px;
    height: 3px;
    content: ""
}

.accordion-header::after {
    position: absolute;
    top: 30px;
    left: 15px;
    background-color: #000;
    width: 15px;
    height: 3px;
    content: ""
}

.accordion-header.collapsed::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accordion-header h2 {
    margin: 0;
    font-size: 20px
}

.card-body {
    color: #212121
}

.slick-next,.slick-prev {
    width: 24px;
    height: 24px
}

.slick-next:before,.slick-prev:before {
    display: block;
    background-position: center;
    background-size: cover;
    width: 24px;
    height: 24px;
    content: ""
}

.slick-prev {
    left: 30px;
    z-index: 1
}

.slick-prev:before {
    background-image: url(../img/icons/ar-prev.png)
}

.slick-next {
    right: 30px
}

.slick-next:before {
    background-image: url(../img/icons/ar-next.png)
}

.main-navbar {
    margin-bottom: 10px
}

.main-navbar .navbar-nav .nav-link {
    color: #fff
}

.header {
    padding: 15px 0;
    color: #fff
}

.header-phone {
    color: #fff
}

.header-phone:hover {
    text-decoration: none
}

.header-phone i {
    margin-right: 10px
}

.header-logo {
    max-width: 100px
}

.header-logo__green {
    display: none
}

.light .header-logo__green {
    display: block
}

.header-logo__white {
    display: none
}

.dark .header-logo__white {
    display: block
}

.main-slide {
    position: relative;
    width: 100%;
    height: 100vh;
    color: #fff
}

.main-slide:before {
    position: absolute;
    z-index: 1;
    inset: 0;
    background-color: rgba(0,0,0,.28);
    content: ""
}

.main-slide__image {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.main-slide__animate {
    display: none
}

.main-slide.active .main-slide__image,.main-slide.slick-active .main-slide__image {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition-duration: 20s;
    -o-transition-duration: 20s;
    transition-duration: 20s
}

.main-slide__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 9;
    text-align: center
}

.main-slide__title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 35px
}

.main-slide__text {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 1.4
}

.about-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-box-shadow .3s;
    margin-right: auto;
    margin-left: auto;
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 600px
}

.about-item:nth-child(even) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

.about-item__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-box-shadow .3s;
    background-color: rgba(0,0,0,.62);
    padding: 85px;
    width: 50%;
    min-height: 600px
}

.about-item__content {
    color: #fff
}

.about-item__title {
    margin-bottom: 30px;
    font-size: 24px;
    letter-spacing: 3px
}

.gallery-item {
    display: block;
    position: relative;
    margin-bottom: 10px;
    padding-top: 100%;
    width: 100%
}

.gallery-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.page-heading {
    position: relative;
    background-image: url(https://villy-uley.ru/wp-content/uploads/2022/07/LVU00172.jpeg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff
}

.page-heading::before {
    position: absolute;
    opacity: .5;
    z-index: 1;
    -webkit-transition: background .3s,border-radius .3s,opacity .3s;
    -o-transition: background .3s,border-radius .3s,opacity .3s;
    transition: background .3s,border-radius .3s,opacity .3s;
    inset: 0;
    background-color: #222;
    content: ""
}

.page-heading__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    margin: auto;
    max-width: 975px;
    min-height: 400px;
    text-align: center
}

.page-heading__title {
    margin-top: 50px;
    margin-bottom: 20px;
    width: 100%;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.4em;
    letter-spacing: 4px;
    text-transform: uppercase
}

.bordered-link {
    border: 1px solid;
    padding: 5px 10px
}

.footer {
    background-color: #24292e;
    padding: 40px 0;
    color: #fff
}

.footer__heading {
    margin-bottom: 20px;
    font-size: 14px;
    text-transform: uppercase
}

.footer a {
    color: inherit
}

.footer-menu {
    margin-left: 0;
    padding: 0;
    list-style: none
}

.footer-menu a {
    color: #fff
}

.footer-menu a:hover {
    opacity: .9;
    color: #fff;
    text-decoration: none
}

.footer-menu li {
    margin-bottom: 10px
}

.footer-menu ul {
    margin-top: 10px;
    margin-left: 30px;
    border-left: 1px solid #f0f0f0;
    padding-left: 10px;
    list-style: none
}

.contacts iframe {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    width: 100%;
    height: 100%
}

.gallery {
    padding: 60px 0
}

.social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin: 0;
    padding: 0;
    font-size: 18px;
    list-style: none
}

.social-list li {
    margin-right: 20px
}

.social-list li:last-child {
    margin-right: 0
}

.social-list a {
    padding: 5px;
    color: inherit
}

.social-list a:hover {
    color: inherit
}

@media (min-width: 992px) {
    .main-navbar .navbar-nav .nav-item {
        margin-right:20px
    }

    .main-navbar .navbar-nav .nav-item:last-child {
        margin-right: 0
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1170px
    }
}

@media (min-width: 1440px) {
    .container {
        max-width:1300px
    }
}

@media (max-width: 991.98px) {
    .header {
        background-color:#103a2a;
        padding-top: 0
    }
}

@media (max-width: 767.98px) {
    .about-item__col {
        width:100%
    }
}

@media (max-width: 575.98px) {
    .header-logo {
        max-width:80px
    }
}

/*# sourceMappingURL=style.min.css.map */

.items .title {
    font-size: 27px;
    font-weight: 700;
    text-align: center;
}

.time {
    display: flex;
    justify-content: space-between;
}

.info {
    display: flex;
}

.info .opt img {
    width: 28px;
}

.items .image img {
    width: 100%;
}

.hour span {
    font-size: 20px;
    margin-left: 10px;
}

.hour i {
    font-size: 20px;
}

.info .opt {
    padding: 0 9px;
}

.price-box {
    display: flex;
    align-items: center;
}

.price-box img {
    width: 60px;
}

.price {
    padding: 20px 20px 11px 20px;
    border: 2px solid #4b602a;
    color: #4b602a;
}



.price-box img {
    margin-right: 30px;
    position: relative;
    top: -8px;
}

.price-text .price-title {
    font-weight: 700;
    margin-bottom: 5px;
}
.items .item {
    border-bottom: 1px solid #425525;
    padding: 30px 0;
}

.buts {
    display: flex;
    align-items: center;
    justify-content: center;
    padding:30px 0;
    flex-wrap:wrap;
}

.buts .but1 {
    background: #4b602a;
    color: white;
    padding: 12px 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin-right: 30px;
    border:2px solid #4b602a;
}

.buts .but2 {
    background: none;
    color: white;
    padding: 12px 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin-right: 30px;
    border:2px solid #4b602a;
    color:#4b602a;
    cursor:pointer;
}
.progs {display:flex; justify-content:center; margin-right:20px; flex-basis:100%; margin-top:30px;}
.progs table td {padding:5px;vertical-align:top;}
.progs table td:first-child {
    text-align: left;
    font-weight: 700;
}

@media (max-width: 767px) {
    .time {
    flex-wrap: wrap;
    padding: 20px 0;
    justify-content: center;
}

.info {
    padding-top: 15px;
}

.buts .but1 {
 
    padding: 8px 15px;
    font-size: 14px;
    margin-right: 10px;

}
.price {
    padding: 10px 10px 5px 10px;
    border: 2px solid #4b602a;
    color: #4b602a;
}
.buts .but2 {

    padding: 8px 20px;
    font-size: 14px;
    margin-right: 0px;
 
}
.price-box img {
    margin-right: 20px;
    position: relative;
    top: -6px;
}
  .progs table td {padding:5px;font-size: 14px;vertical-align:top;}  
}