#program{
    padding-top: 25px;
    padding-bottom: 25px;
}

.title-program{
    color: #2d4862;
    font-size: 22px;
    font-family: 'SfuFuturaBold';
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}

.title-program:before{
    content: " ";
    height: 5px;
    width: 84px;
    background: #2b70b9;
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.header-tab-program{
    margin-bottom: 25px;
    text-align: center;
}

.header-tab-program li{
    display: inline-block;
    min-width: 321px;
    line-height: 42px;
    margin: 0 5px;
    border: 1px solid #d1cfcf;
    color: #888888;
    font-size: 22px;
    font-family: 'Roboto';
}

.header-tab-program li a:hover,.header-tab-program li a:active,
.header-tab-program li a:visited,.header-tab-program li a:focus{
    text-decoration: none;
}
.header-tab-program li a{
    color: #888888;
    display: block;
}

.header-tab-program li.active a{
    color: #037cfc;
}

.wapper-item-tab{
    padding: 0 70px;
}

.content-item-tab li{
    color: #3b556f;
    font-size: 22px;
    line-height: 1.3;
    font-family: 'Roboto';
    font-weight: 300;
    margin-bottom: 30px;
    position: relative;
}

.content-item-tab li:last-child{
    margin-bottom: 0;
}

.content-item-tab li:before{
    content: " ";
    width: 24px;
    height: 24px;
    background: url("../images/icon-list.png") no-repeat;
    position: absolute;
    left: -35px;
    top: 0;
}

.content-item-tab{
    padding-top: 60px;
    padding-left: 60px;
}

@media screen and (max-width: 800px){
    .title-program{
        font-size: 20px;
        margin-bottom: 40px;
    }
    .header-tab-program li{
        min-width: auto;
        width: 44%;
        margin: 0 5px;
        font-size: 16px;
        line-height: 1.3;
        min-height: 52px;
        display: block;
        float: left;
    }

    .header-tab-program ul{
        display: flex;
        justify-content: center;
    }
    .header-tab-program li a{
        padding: 5px 0;
    }
    .thumb-item-box3{
        display: none;
    }
    .wapper-item-tab{
        padding: 0;
    }
    .content-item-tab{
        padding-top: 0;
        padding-left: 48px;
    }
    .content-item-tab li{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .content-item-tab li:before{
        width: 20px;
        height: 20px;
        background-size: 100%;
        left: -30px;
    }
}






