.header{
    background: #1F70A5;
}
.containerHeader {
    background: none;
    justify-content: flex-end; 
}
.containerHeader .group{
    margin-bottom: 50px; 
}
.containerHeader .title{
    max-width: 280px;
    color: var(--text-color);
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 32px;
    line-height: 40px; 
    margin-bottom: 5px;
}
.containerHeader .text{
    max-width: 480px;
    color: var(--text-color);
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    
}
.containerHeader.head {
    height: 260px;
    width: 90%;
    max-width: 1400px;
}
.containerHeader{
    background-image: none;
    animation: none;
}
.calendarContent {
    padding-bottom: 80px;
}

.calendarContent .content .titleGraph{
    margin-bottom: 30px;
}

.calendarContent .content .titleGraph .title {
    max-width: 550px;
    color: #1F70A5;
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    margin-right: 30px;
}
.calendarContent .content .titleGraph img{
    max-width: 325px;
    margin-top: -90px;
    position: relative;
}

.calendarContent .tableTax{
    max-width: 965px;
    width: 100%;
}
.calendarContent .tableTax .titleTable{
    color: var(--text-color);
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 10px;
    width: 90%;
    background: #1F70A5;
    border-radius: 27px;
    padding: 8px;
    padding-left: 25px;
    padding-right: 25px;
}

.calendarContent .tableTax .tableContent .headRow{
    border-bottom: 1px solid #1F70A5;
}
.calendarContent .tableTax .tableContent .headRow p{
    color: #575656;
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
}
.calendarContent .tableTax .tableContent .normalRow p{
    color: #575656;
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
}
.calendarContent .tableTax .tableContent .normalRow{
    border-bottom: 1px solid #1F70A5;
}
/*
.calendarContent .tableTax .tableContent .normalRow:nth-child(even) {
    background-color: #1F70A5;
}
.calendarContent .tableTax .tableContent .normalRow:nth-child(even) p{
    color: var(--text-color);
}
*/
.calendarContent .tableTax .tableContent .headRow p:nth-child(1){
    min-width: 90px;
}
.calendarContent .tableTax .tableContent .normalRow p:nth-child(1){
    min-width: 90px;
}

.calendarContent .tableTax .tableContent .headRow p:nth-child(2){
    min-width: 90px;
}
.calendarContent .tableTax .tableContent .normalRow p:nth-child(2){
    min-width: 90px;
}

.calendarContent .tableTax .tableContent .headRow p:nth-child(3){
    min-width: 195px;
}
.calendarContent .tableTax .tableContent .normalRow p:nth-child(3){
    min-width: 195px;
}

.calendarContent .tableTax .tableContent .headRow p:nth-child(4){
    min-width: 90px;
}
.calendarContent .tableTax .tableContent .normalRow p:nth-child(4){
    min-width: 90px;
}

.calendarContent .tableTax .tableContent .headRow p:nth-child(5){
    min-width:400px;
}
.calendarContent .tableTax .tableContent .normalRow p:nth-child(5){
    min-width: 400px;
}

.calendarContent .tableTax .tableContent p{
    margin-bottom: 7.5px;
    margin-top: 7.5px;
}
.rightDrag{
    margin-left: auto;
    display: none;
}
@-webkit-keyframes fade {
    0% {opacity: 0.2} 
    50% {opacity: 1}
    100% {opacity:0.2}
    }
    
    @-moz-keyframes fade{
        0% {opacity: 0.2} 
      50% {opacity: 1}
      100% {opacity:0}  
    }
    
    @keyframes fade {
      0% {opacity: 0.2} 
      50% {opacity: 1}
      100%{opacity: 0.2}
        }
    @-o-keyframes fade {
    0% {opacity: 0.2} 
      50% {opacity: 1}
      100%{opacity: 0.2}
    
    }
@media (max-width: 1000px) {
    .calendarContent .content .titleGraph {
        flex-direction: column;
    }
    .calendarContent .content .titleGraph img {
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .calendarContent .content .titleGraph .title {
        margin-top: 60px;
        text-align: center;
        margin-right: 0px;
        width: 90%;
    }
    .tableContent {
        width: max-content;
        margin-left: auto;
    }
    .calendarContent .tableTax .titleTable {
        width: 55%;
    }
    .scrollArea{
        width: 89vw;
        overflow: hidden;
        overflow-x: scroll;
        padding-bottom: 20px;
    }
    .calendarContent .tableTax{
        padding-bottom: 20px;
    }
    .calendarContent {
        padding-bottom: 50px;
    }
}
@media (max-width: 975px) {
    .rightDrag{
        display: inherit;
        -webkit-animation: fade 5s infinite;
        animation: fade 5s infinite;
        -moz-animation: fade 5s infinite;
        -o-animation: fade 5s infinite;
    }
}
@media (max-width: 750px) {
    .calendarContent .tableTax .titleTable {
        width: 85%;
    }
}

@media (max-width: 500px) {
    .containerHeader .group .title {
        max-width: 45%;
        font-size: 30px;
        line-height: 34px;
    }
    .containerHeader .group .text {
        max-width: 80%;
        font-size: 15px;
        line-height: 19px;
    }
    .calendarContent .tableTax .titleTable {
        width: 80%;
    }
    .calendarContent .content .titleGraph img {
        width: 85%;
        padding-right: 30px;
        padding-left: 30px;
    }
    .containerHeader.head {
        height: 220px;
    }
}

@media (max-width: 475px) {
    .calendarContent .content .titleGraph .title {
        font-size: 28px;
        line-height: 28px;
    }
}




