.title{
    margin-bottom: 50px !important;
}



 .section-bottom-btns {
        margin-top:40px ;
    }

/* .main-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 0;
} */
body > .menu-classic.menu-transparent:not(.scroll-menu){
    linear-gradient(to bottom, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.60) 70%,rgba(0,0,0,3) 100%);
}
.menu-brand img{
    max-width: 235px;
}
/* .menu-classic.menu-fixed.menu-transparent:before{
    background: #272228eb !important;
} */

/* Главный экран */
@media(min-width: 1200px){
.main-section .text-lg:not([data-to]){
    font-size: 52px !important;
    line-height: 77px ;
}
}
.main-section .slider{
    /* margin-top: 20px; */
}

/* .glide__slide img{
    box-shadow: 0 3px 23px rgba(39,79,117,.15);
} */
.main-section .glide__slide h3{
    margin-top: 40px;
}

.glide__slide p{
    max-width: 415px;
    margin-left: auto;
}
.slider-price{
    margin: 5px 0;
}
.text-base{
    font-size: 15px;
}

.light .controls-out .glide__bullets{
    max-width: 415px;
    margin-left: auto;
}

/* Аккордион */
.accordion-list{
    width: 100%;
}

/* Ваша выгода */
main > .section-call > .container, main > .section-google-map > .container{
    padding-top: 100px !important;
}

/* Лучшие моменты */

.bestMoments .row{
    align-items: center;
}

.bestMoments .glide__slide{
        margin-right: 10px;
    }
.counter-horizontal.counter-icon{
    color: #fff;
}

.review{
    bottom: 0;
    position: absolute;
    padding: 15px;
    color: #fff;

    line-height: normal;
    /* background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0) 100%); */
    /* background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 100%); */
    background: rgba(0, 0, 0, 0.5);

    width: 100%;
}
.review > *{
    box-sizing: border-box !important;
}

.review::before {
  content: "";
  position: absolute;
  top: -20px; 
  left: 0;
  right: 0;
  height: 20px; 
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.review-author{
    width: auto;
    white-space: normal;
    font-size: 12px;
}

.review-text{
    padding-top: 10px;
    width: auto;
    white-space: normal;
    float: none;
}

/* Экскурсии */
.caption h2{
    /* height: 60px; */
}

.cnt-box-info .extra-field, .media-box-reveal .extra-field{
    text-transform: none !important;
}
.caption>p{
    height: 150px;
}
.cnt-box-info .bottom-info{
    margin-top: 20px;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cnt-box-info .bottom-info a{
    height: 40px;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-size: 14px;
    line-height: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


/* Форма */
.cnt-box-info .bottom-info:before{
    display: none !important;
    content: '' !important;
}

.form-section input, .modal input{
    margin-bottom: 10px;
}
.form-section textarea, .modal textarea{
    width: 100%;
    height: 134px;
    resize: none;
    padding: 10px;
    border-radius: 3px;
}

.form-section textarea::placeholder, .modal textarea::placeholder {
  line-height: 1.5;
}
.form-section .input-textarea, .modal .input-textarea{
    margin-bottom: 20px;
}
.form-section .btn-row, .modal .btn-row{
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* margin-top: 40px; */
}
.modal .btn, .form-section .btn{
    padding: 16px 40px !important;
}
#feedbackSuccessStep{
    text-align: center;
}

@media (max-width: 768px){

    /* Модальное окно */

    .modal .title{
        display: none;
    }

    .modal-content{
        position: relative;
        padding: 20px;
        max-height: calc(100% - 80px);
        overflow-y: auto;
    }
    
    .modal .close-btn{
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .modal .btn-row{
        padding: 0;
    }

    .menu-brand img{
        max-width: 190px;
    }

    main > section > .container{
        /* padding-top: 70px; */
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .main-section .weather{
        display: none;
    }

    .main-section .col-lg-5{
        margin-top: 30px !important;
    }

    .main-section .glide__slide h3{
        margin-top: 20px;
    }

    .main-section .glide__bullets{
        display: none;
    }
    .main-section .btn-row{
        height: 42px;
        display: flex;
        flex-direction: row;
        /* justify-content: space-between; */
        gap: 20px;
        justify-content: center;
    }
    .main-section .btn{
        margin: 0 !important;
    }
    /* Лучшие моменты */

    .cnt-box-info .img-box img{
        width: 100%;
    }

    .section-call table.table-grid td{
        padding: 15px 30px !important;
    }

    .review{
        padding: 15px 30px 30px;
    }

    .review-author{
        font-size: 14px;
    }

    /* Контакты */

    .textarea-label{
        margin-top: 10px;
    }

    .form-section .title{
        margin-bottom: 0 !important;
    }

    .form-section .btn-row{
        width: 100%;
        padding: 0;
    }

    .form-section .btn-row .btn{
        width: 100%;
    }

    .form-section .col-lg-2{
        margin: 0 !important;
    }

    footer .container{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}
