.header-time p{
    min-width: 125px;
}
.after-text{
    text-align: center;
    margin-bottom: 25px;
    color: #ffffff;
}
.cab-project {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 4px;
    border: 1px solid rgba(32, 33, 54, 0.1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 20px 40px;
    box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
}
.cab-project__box {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cab-project__item {
    width: -moz-calc(50% - 12px);
    width: calc(50% - 12px);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 8px;
    min-height: 130px;
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 4px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.07);
}
.cab-project_yellow .cab-project__item {
    width: -moz-calc(100% / 3 - 10px);
    width: calc(100% / 3 - 10px);
    min-height: 100px;
    padding: 8px 5px;
}
.cab-progress__bar-line span.left-pos{
    right: auto;
    left: 0;
}
.cab-progress__bar-line span.left-pos:after{
    right: auto;
    left: 8px;
}
.cab-confirm__qr {
    display: block;
    text-align:center;
    color: #ffffff;
}
.cab-confirm__qr img {
    margin-bottom: 30px;
}
.row.invest-top {
    z-index: 1;
    position: relative;
}
.cab-confirm__btns{
    text-align: center;
}
span#calc-daily {
    min-width: 51px;
    display: inline-block;
}
span#calc-total{
    min-width: 66px;
    display: inline-block;
}
.cab-pagination{
    flex-wrap: wrap;
}
a.main-btn span {
    margin-left: 5px;
}
.stat-table__val{
    margin-right: 40px;
    position: relative;
}
.stat-table__val img{
    position: absolute;
    right: -30px;
    top: -3px;
    width: 20px;
}
.header-bot__title p, .header-bot__title a{
    max-width: 320px;
}
@media screen and (min-width: 1200px) and (max-width: 1350px){
    .about-right .main-text{
        padding-right: 115px;
    }
}
@media screen and (max-width: 480px){
    .cab-project_yellow .cab-project__item{
        width: 100%;
    }
}