/*кнопки*/

 .swipe .tn-atom,  .swipe1 .tn-atom{
    position: relative;
    -webkit-transition: 300ms ease all;
    -o-transition: 300ms ease all;
    transition: 300ms ease all;
    outline: none;
    overflow: hidden;
    z-index:1;
   }
    .swipe .tn-atom:before, .swipe1 .tn-atom:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    webkit-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: -1;

}
    .swipe .tn-atom:hover:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    background-color: #BE3E16;
}

    .swipe1 .tn-atom:hover:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    background-color: #E04C1D;
}

/*Слайдер в Hero на главной*/
.t-slds__arrow_container{
    display: none;
}

 .zeroarrow{
  transition: all 300ms ease;
 } 

.zeroarrow:hover {
    cursor:pointer;
}

/*слайдеры команды и альбомов*/
.scrollbooster-viewport {
    cursor: -webkit-grab;
    cursor: grab;
    padding-bottom: 30px;
    margin-bottom: -30px;
}
.scrollbooster-viewport:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.scrollbooster-content {
    position: absolute;
    width: 100%;
    height: 100%;
}
.arrow-left,
.arrow-right {
    cursor: pointer;
}

/*Галерея*/
.img-zoom, .img-zoom1 {
    border-radius: 0px;
    overflow: hidden;
}
.img-zoom .tn-atom, .img-zoom1 .tn-atom {
    border-radius: 0px;
    transition: transform 300ms ease-in-out;
}

.img-zoom1:hover .tn-atom {
    transform: scale(115%);
}

/*Календарь*/

#calendar {
        font-family: 'Manrope';
    }
    .fc th {
        text-align: left !important;
    }
    .fc-col-header {
        text-transform: capitalize;
    }
    .fc-daygrid-day-number {
        color: #3D3D3D !important;  
    }
    .fc-day-today {
        background-color: #fff !important;
    }
    
    .fc-day-today .fc-daygrid-day-number {
        color: #BE3E16 !important;
    }
    
    .fc-h-event {
        background-color: #BE3E16 !important;
        border: 1px solid #BE3E16 !important;
    }
    
    .fc-today-button {
        display: none !important;
    }
    
    .fc-button-primary {
        background-color: #BE3E16!important;
        border: 1px solid #BE3E16 !important;
    }
    .fc-button-group > .fc-button:not(:first-child) {
        margin-left: 20px !important;
    }
    .fc .fc-button-primary:focus,
    .fc .fc-button-primary:not(:disabled):active:focus {
        box-shadow: none !important;
    }
    .fc-toolbar-title:first-letter {
        text-transform: capitalize;
    }
    .fc .fc-col-header-cell-cushion {
        color: #BE3E16!important;
    }
    
    .fc .fc-daygrid-day-top {
        flex-direction: row !important;
    }

    @media (max-width: 480px) {
        .fc-toolbar-title {
            font-size: 24px !important;
        }
    }
