
/*#menuToggle input:checked ~ #menu {*/
/*    transform: translateX(0%);*/
/*}*/
/*#menu{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right:0;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    transform: translateX(100%);*/
/*    transition: .4s;*/
/*    background-color: white;*/
/*    padding: 140px 60px 90px 100px;*/
/*}*/
/*.popular-solutions{*/
/*    width: 60%;*/
/*    height: 100%;*/
/*}*/
/*.popular-solutions-text{*/
/*    font-style: normal;*/
/*    font-weight: bold;*/
/*    font-size: 18px;*/
/*    line-height: 22px;*/
/*    color: #29414C;*/
/*    position: relative;*/
/*}*/
/*.popular-solutions-text:before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: -5px;*/
/*    right: -10px;*/
/*    background-color: rgba(233, 178, 69, 1);*/
/*    width: 10px;*/
/*    height: 10px;*/
/*}*/
/*.menu-items{*/
/*    width: 30%;*/
/*    height: 100%;*/
/*}*/
/* Header finish */


/*Content*/
.content{
    width: 100%;
    max-width: 1080px;
    margin:0 auto;
    padding: 80px 0;
}
.section-1{
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: justify;
    color: rgba(41, 65, 76, 0.8);
}
.section-2{
    display: flex;
}
.finance{
    padding-right: 55px;
    border-right: 1px solid #E9B245;
    margin-right: 65px;
}
.finance p{
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 21px;
    text-align: right;
    color: #29414C;
    width: 135px;
}
.ul li{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 39px;
    color: #29414C;
}
.portfolio-management-title{
    position: relative;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 35px;
    color: #29414C;
    margin-bottom: 80px;
    width: max-content;
}
.portfolio-management-title:before{
        content: '';
        position: absolute;
        top: -5px;
        right: -20px;
        background-color: rgba(233, 178, 69, 1);
        width: 15px;
        height: 15px;
}
.portfolio-table{
    max-width: 100%;
    min-width: 1080px;
    height: 100%;
}
.portfolio-table-block{
    width: 100%;
    padding-bottom: 20px;
    overflow-x: auto;
}


/* Add a thumb */

.portfolio-table-block::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: rgba(224, 224, 224, 1); /* or add it to the track */
}

/* Add a thumb */
.portfolio-table-block::-webkit-scrollbar-thumb {
    background: #E9B245;
}
.portfolio-table tr:nth-child(odd) {background: rgba(244, 245, 246, 1)}
.portfolio-table tr{
    height: 100%;
    min-height: 60px;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #29414C;
}
.portfolio-table .table-first{
    background-color: #29414C;
    color: white;
}
.portfolio-table .table-second{
    background-color: rgba(41, 65, 76, 0.8);
    color: white;
}
.portfolio-table .table-third{
    background-color: rgba(41, 65, 76, 0.6);
    color: white;
}
table{
    border-collapse: collapse;
}
.table-item{
    padding: 20px;
    text-align: left;
    border-spacing: 0;
}
.table-item p{
    margin-bottom: 5px;
}
.calculation-example{
    font-size: 16px;
    line-height: 20px;
    color: #29414C;
    margin-bottom: 80px;
}
.image-block{
    background-image: url("../images/OBJECTS.png") !important;
}
@media screen and (max-width: 1080px) {
    .header{
        padding: 20px;
    }
    .solution-banner{
        padding: 50px 80px;
        height: 100%;
        position: relative;
    }
    .content{
        padding: 80px;
    }
}

@media screen and (max-width: 1024px) {
    .header{
        padding: 20px;
    }
    .solution-banner{
        height: 100%;
        position: relative;
    }
}

@media screen and (max-width: 768px){
    .solution-banner{
        padding: 50px 20px 165px;
        height: 100%;
        position: relative;
    }
    .solution-banner-texts{
        width: 256px;
    }
    .solution-banner-title{
        font-size: 22px;
    }
    .solution-banner-title:before{
        content: '';
        right: 70px;
    }
    .solution-banner-description{
        font-size: 16px;
    }
    .solution-banner-button{
        width: 180px;
        font-size: 16px;
    }
    .image-block{
        width: 223px;
        height: 250px;
        background-image: url("../images/OBJECTS.png") !important;
        bottom: -160px;
        right: 0;
    }
    .solution-banner-content{
        max-width: 578px;
    }
    .content{
        max-width: 578px;
        padding: 60px 20px 50px;
    }
    .section-1{
        font-size: 16px;
        line-height: 22px;
    }
    .hr{
        margin: 50px 0;
    }
    .finance{
        padding-right: 20px;
        margin-right: 25px;
    }
    .finance p {
        font-size: 16px;
        line-height: 22px;
    }
    .ul li{
        font-size: 14px;
        line-height: 39px;
    }
    .portfolio-management-title{
        font-size: 22px;
        line-height: 27px;
    }
    .other-solutions .portfolio-table{
        min-width: 780px;
    }
    .solution-card{
        width: 250px;
        padding: 20px;
        margin-right: 14px;
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    }
    .request-call-block{
        padding: 30px 10px;
    }
}
