#s1 {
    background-image: url(../images/background/weekend_bootcamp_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 450px;
}
body #bgadver #bgadver1000 * {
    font-family: 'Roboto', sans-serif!important;
}
.font-w400 {
    font-weight:400;
}
#s1 .h2-container {
    width: 430px;
    margin-left:calc((100% - 430px) / 2);
    padding: 15px 0;
    margin-top: 110px;
    border-top: 1px solid #626068;
    border-bottom: 1px solid #626068;
}
#s1 .first {
    font-size: 40px;
    font-weight:300;
    color: #fff;
    letter-spacing: 0.7px;
}
#s1 .second {
    font-size: 42px;
    font-weight:600;
    color: #bf4954;
    text-transform: uppercase;
}
#s1 .date {
    display: block;
    margin-left:calc((100% - 430px) / 2);
    margin-top: 20px;
    width: 406px;
    padding: 4px 12px;
    background-color: #26242f;
    color: #fff;
    font-size: 19.4px;
    font-weight:500;
}
#s1 .date span {
    display: inline-block;
    padding: 0 10px;
}
#s1 .date span:nth-child(1) {
    padding-left: 0;
}
#s1 .date span:nth-child(2) {
    border-right: 1px solid #a7a6a9;
    border-left: 1px solid #a7a6a9;
    line-height: 14px;
}
#s1 .date span:nth-child(3) {
    padding-right: 0;
}
#s2 {
    padding:55px 0 75px;
}
#s2 ul li {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #3e4247;
    margin-bottom: 35px;
    position: relative;
}
#s2 ul li:before {
    content: '';
    position: absolute;
    top: 11px;
    left: -20px;
    width: 6px;
    height: 6px;
    background-color: #bf4954;
    border-radius: 50%;
}
#s2 .down-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #3e4247;
}
#s2 .down-text b {
    color: #282626;
}
#s3 {
    padding: 75px 0;
    background-color: #f4f5f7;
}
#s3 .h2-container {
    width: 430px;
    padding: 15px 0;
    border-top: 1px solid #c5c5c7;
    border-bottom: 1px solid #c5c5c7;
}
#s3 .first {
    font-size: 40px;
    font-weight:300;
    color: #282626;
    letter-spacing: 0.7px;
}
#s3 .second {
    font-size: 42px;
    font-weight:600;
    color: #bf4954;
    text-transform: uppercase;
}
#s3 .date {
    display: block;
    margin-top: 20px;
    width: 406px;
    padding: 4px 12px;
    background-color: #8b8c8d;
    color: #fff;
    font-size: 19.4px;
    font-weight:500;
}
#s3 .date span {
    display: inline-block;
    padding: 0 10px;
}
#s3 .date span:nth-child(1) {
    padding-left: 0;
}
#s3 .date span:nth-child(2) {
    border-right: 1px solid #c9caca;
    border-left: 1px solid #c9caca;
    line-height: 14px;
}
#s3 .date span:nth-child(3) {
    padding-right: 0;
}
#s3 .first-text-right {
    font-size: 20px;
    color: #3e4247;
    line-height: 26px;
}
#s3 ul li {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #3e4247;
    margin-bottom: 35px;
    position: relative;
}
#s3 ul li:before {
    content: '';
    position: absolute;
    top: 11px;
    left: -20px;
    width: 6px;
    height: 6px;
    background-color: #bf4954;
    border-radius: 50%;
}
#s3 .last-text {
    font-size: 22px;
    font-weight: 600;
    color: #3e4247;
}
#s3 .last-text .price {
    color: #bf4954;
}
#s4 {
    padding:75px 0;
}
#s4 .last-text {
    font-size: 20px;
    font-weight: 500;
    color: #3e4247;
}
#s4 .last-text strong {
    font-weight: 900;
}
#s4 .table-block {
    border: 3px solid #f4f5f7;
    width: 454px;
    height: 765px;
}
#s4 .table-block.s1 {
    background-image: url(../images/icons/saturday.png);
    background-repeat: no-repeat;
    background-position: 10px 57px;
}
#s4 .table-block.s2 {
    background-image: url(../images/icons/sunday.png);
    background-repeat: no-repeat;
    background-position: 10px 57px;
}
#s4 .table-block h3 {
    margin:0;
    padding:15px 15px;
    font-size: 20px;
    font-weight: 400;
    color: #626365;
    background-color: #f4f5f7;
    line-height: normal;
    text-transform: uppercase;
}
#s4 .table-block .li {
    margin-left: 77px;
    margin-top: 16px;
}
#s4 .table-block .li:nth-child(2) {
    margin-top: 24px;
}
#s4 .table-block .li .time {
    font-size: 15px;
    font-weight: 500;
    color: #bf4954;
}
#s4 .table-block .li .topic {
    font-size: 20px;
    color: #282626;
}
#s4 .table-block .li.gym {
    margin-bottom: 27px;
}
#s4 .table-block .li.gym .time {
    margin-bottom: 6px;
}
#s4 .table-block .li.gym .topic {
    line-height: 16px;
}
#s4 .table-block .li .topic span {
    font-size: 15px;
}
#s4 .table-block .li.mt1 {
    margin-top: 27px;
    margin-bottom: 23px;
}
#s4 .table-block .li.mt2 {
    margin-top: 34px;
}
.red-button {
    padding: 15px 10px 6px;
    font-size: 19px;
}
.red-button:hover {
    padding: 13px 10px 6px;
    font-size: 19px;
}