/**/

.tab-widget__wr{
    border-bottom: 1px solid #e8e8e8;
}
.tab-widget__link{
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    padding:2rem 3rem;
    font-weight: 600;
    position: relative;
}
.tab-widget__link.active{
    color: #000;
}
.tab-widget__link.active:before{
    content: '';
    width: 100%;
    bottom: -1px;
    left: 0;
    background: rgb(124, 54, 77);
    height: 3px;
    position: absolute;
}
.tab-widget__nav{
    margin-bottom: 3rem;
}
.calc-widget{
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-size:cover!important
}
.calc-imagered__content:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #f8f8f8 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
}
.calc-widget__content{
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
}
.calc-widget__left{
    width: 50%;
}
.calc-widget__right{
    width: 50%;
}
.datepicker--nav{
    width: 210px;
}
.deg-cal .datepicker{
    background: none;
}
.deg-cal .datepicker--nav-title{
    font-weight: 600;
}
.deg-cal .datepicker--nav-title i{
    color: rgb(124, 54, 77);
    font-weight: 400;
}
.deg-cal .datepicker--day-name{
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    color: #000;
}
.deg-cal  .datepicker--nav{
    border-bottom: none;
}

.event-date.active{
    background: rgb(124, 54, 77);
    color: #fff;
}
.deg-cal .datepicker{
    width: 355px;
}
.deg-cal .datepicker--cell{
    border-top: 1px solid #e8e8e8;
    border-radius: 0;
    height: 53px;
    font-weight: 600;
    font-family: "Open sans";

}
.deg-cal .datepicker--days-names{
    margin-bottom: 15px;
}
.calc-imagered__content{
    background: #fff;
    min-height: 252px;
    position: relative;
    padding: 52px 100px 52px 52px;
}
.calc-imagered__btns {
    padding-top: 16px;
}
.calc-imagered__btn {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    padding: 16px 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #932F53;
    max-width: 270px;
    transition: all .3s;
}
.calc-imagered__btn:hover {
    transform: scale(1.05);
    color: #fff;
}

.deg-list-wrapper__header {
    display: flex;
    align-items: center;
    gap:80px;
    padding-bottom: 24px;
}
.deg-list-wrapper__header .calc-imagered__btns {
    padding-top: 0;
}

.datepicker--cell-day.-current- .event-date{
    border: 2px solid rgb(124, 54, 77);
    color: #000;
}
.dp-note{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.calc-imagered__img{
    position: absolute;
    right: -10px;
    transform: translateY(-31%);
}
.calc-imagered__title{
    font-size: 24px;
    display: block;
    margin-bottom: 14px;
}
.calc-imagered__desc{
    font-size: 18px;
}
.calc-imagered__hr{
    width: 60px;
    margin-bottom: 19px;
    border:none;
    height: 3px;
    margin-top: 0;
    background: rgb(124, 54, 77);
    margin-left: 0;
}
.event-date{
    border: 2px solid transparent;
    font-size: 14px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.deg-cal .datepicker--nav-title{
    color: rgb(124, 54, 77);
}
.deg-cal .datepicker-inline .datepicker{
    border:none;
}
.deg-cal .datepicker--cell{
    font-size: 16px;
}
.tab{
    display: none;
}
.tab.active{
    animation: show .4s ease forwards;
    display: block;
}
/* .tab-widget_deg{
    margin-left: -45px;
    margin-right: -45px;
} */
.tab-widget__nav{
    padding-left: 45px;
    padding-right: 45px;
}
@keyframes show{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@media(max-width:1200px){
    .tab-widget__nav{
        padding-left: 30px;
        padding-right: 30px;
    }
    .tab-widget_deg{
        margin-left: -30px;
        margin-right: -30px;
    }
    .deg-cal .datepicker{
        width: 286px;
    }
    .calc-widget{
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media(max-width:990px){
    .tab-widget__nav {
        padding-left: 0px;
        padding-right: 0px;
    }
    .tab-widget_deg{
        margin-left: 0;
        margin-right: 0;
    }
    .deg-cal .datepicker{
        width: 100%;
    }
    .calc-widget__left{
        width: 100%;
    }
    .calc-widget__right{
        width: 100%;
        margin-bottom: 80px;
    }
    .calc-widget__content{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .deg-list-wrapper__header .calc-imagered__btns {
        display: none;
    }
}
@media(max-width:600px){
    .calc-imagered__title{
        font-size:21px ;
    }
    .tab-widget__link{
        width: 100%;
        text-align: center;
    }
    .calc-widget__right{
        margin-bottom: 30px;
    }
    .calc-imagered__content{
        min-height: inherit;
        padding:40px 32px;
    }
    .calc-widget{
        padding-left: 15px;
        padding-right: 15px;
    }
    .calc-imagered__img{
        display: none;
    }
}