#mainPage {
    text-align: center;
    padding: 30px 40px;
}
#mainPage .underline {
    text-decoration: underline
}
#mainPage .pageTitle {
    font-size: 22pt;
    font-weight: bold;
    font-family: 'JasperCapsB', 'Courier New', Courier, monospace;
    margin-bottom: 20px;
    color: #323232;
}
#mainPage video {
    margin: 0;
}
#mainPage .player {
    margin: 20px 0 5px 0;
    display: inline-block;
    width: 512px;
    height: 327px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-image: url(../images/mp/video-player-footer.png);
}
#mainPage .player>div {
    display: inline-block;
    width: 512px;
    height: 320px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/mp/video-player.png);
}

#mainPage a.start {
    background: #c00 none repeat scroll 0 0;
    border: 2px solid #ef8a36;
    border-radius: 3px;
    box-shadow: 2px 2px 5px #333;
    color: #fff;
    font-size: 18px;
    padding: 12px 22px;
    margin: 0px 0;
    display: inline-block;
}
#mainPage a.start:hover {
    background: #900;
    border: 2px solid #AB531D;
	box-shadow: 2px 2px 5px #000;
}
#mainPage .blockHead {
    font-size: 20pt;
    font-weight: bold;
    font-family: 'JasperCapsB', 'Courier New', Courier, monospace;
    text-decoration: underline;
    margin: 20px 0 40px 0;
}
#mainPage .advantages {
    margin: 0px 0;
    padding-left: 50px;
    background-position: right center;
    background-repeat: no-repeat;

}
#mainPage .advantages li {
    list-style: none;
    padding: 25px 0 10px 65px;
    text-align: left;
    font-size: 14pt;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 40px;
}
#mainPage .advantages li.dohod {
    background-image: url(../images/mp/clock.png);
}
#mainPage .advantages li.vyvod {
    background-image: url(../images/mp/currency.png);
}
#mainPage .advantages li.rost {
    background-image: url(../images/mp/analytics.png);
}
#mainPage .advantages li.monety {
    background-image: url(../images/mp/gift.png);
}
#mainPage .advantages li.partner {
    background-image: url(../images/mp/networking.png);
}
#mainPage .advantages li.support {
    background-image: url(../images/mp/settings.png);
}
#mainPage .steps {
    margin: 50px 0 20px 0;
    padding: 0;
}
#mainPage .steps li {
    list-style: none;
    padding: 100px 0 0;
    font-size: 14pt;
    display: inline-block;
    width: 32%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 85px;
}
#mainPage .steps li.step1 {
    background-image: url(../images/mp/step1.png);
}
#mainPage .steps li.step2 {
    background-image: url(../images/mp/step2.png);
}
#mainPage .steps li.step3 {
    background-image: url(../images/mp/step3.png);
}
#mainPage .partnerImg1, #mainPage .partnerImg2 {
    display: inline-block;
    width: 300px;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 200px;
}
#mainPage .partnerImg1 {
    background-image: url(../images/mp/referrals.png);
}
#mainPage .partnerImg2 {
    background-image: url(../images/mp/money.png);
}

#mainPage .dohodCalc {
    margin-bottom: 20px;
}
#mainPage .dohodCalc>div {
    margin: 20px 0;
}
#mainPage .dohodCalc>div>div {
    display: inline-block;
    vertical-align: middle;
}
#mainPage .dohodCalc .slider {
    width: 450px;
    margin: 0 10px;
}
#mainPage .dohodCalc .label {
    font-size: 15pt;
    width: 130px;
    text-align: right;
}
#mainPage .dohodCalc .label:first-child {
    width: 100px;
    text-align: center;
    font-size: 13pt;
}
#mainPage .dohodCalc .label:first-child>span {
    color: #c00;
    font-size: 70%;
}
#mainPage .dohodLabel {
    font-size: 12pt;
    margin: 30px 0 0 0;
}
#dohodValue {
    font-size: 27pt;
    font-family: Arial, Helvetica, sans-serif;
    color: #c00;
}

.ui-slider {
    border: 2px solid #399;
}
.ui-slider .ui-slider-range {
    background-color: #399;
    background-image: none;
}
.ui-slider-horizontal {
    height: 20px;
    border-radius: 20px;
}
.ui-slider-horizontal .ui-slider-handle {
    background-color: #399;
    background-image: none;
    border: 12px solid #fff;
    border-radius: 30px;
    box-shadow: 0 0 1px 1px #399;
    cursor: pointer;
    height: 20px;
    margin-left: -20px;
    top: -11px;
    width: 20px;
}
.ui-slider-horizontal .ui-state-hover {
    background-color: #366;
    box-shadow: 0 0 2px 2px #366;
}
