.t-slds__arrow-left {
    left: 1500%;
}

.t-slds__arrow-right {
    right: 1500%;
}

@media screen and (max-width: 920px) {
    .t-slds__arrow-left {
        display: none;
    }
    
    .t-slds__arrow-right {
        display: none;
    }
}

@media screen and (min-width: 1950px) {
    .t-slds__arrow_body-left {
        width: 30px !important;
    }
    
    .t-slds__arrow_body-right {
        width: 30px !important;
    }
}

/*Экскурсия форма*/

.t-datepicker__wrapper {
    max-width: 100% !important;
}

.t-datepicker__icon  {
    display: none;
}