#plus {
    position: relative;
    background: #fff;
    border: 1px solid black;
    border-radius: 6px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 1);
    margin: 20px auto;
    width: 590px;
    z-index: 100;
}
#plus .content {
    background: #fff;
}
#plus .block {
    position: relative;
    margin: 25px 0 45px;
    padding: 0 40px;
}
#plus .block.prvni {
    left: -20px;
}
#plus .block.treti {
    padding: 0;
}
#plus .block.ctvrty {
    right: 20px;
}
#plus .block h2 {
    position: relative;
    font-size: 30px;
    font-weight: normal;
    height: 65px;
}
#plus .block h2 .number {
    position: absolute;
    background: url("/img/ikonky/cislicka-1-5.png") no-repeat;
    display: inline-block;
    width: 27px;
    height: 65px;
}
#plus .block h2 .text {
    position: relative;
    vertical-align: middle;
    margin-left: 40px;
    line-height: 65px;
    color: #292b2c;
    top: 2px;
}
#plus .block.prvni h2 {
    text-align: left;
}
#plus .block.druhy h2 {
    text-align: right;
}
#plus .block.treti h2 {
    text-align: center;
}
#plus .block.ctvrty h2 {
    text-align: right;
}
#plus .block.paty h2 {
    text-align: left;
}
#plus .block.prvni h2 .number {
    background-position: 0px 50%;
}
#plus .block.druhy h2 .number {
    background-position: -27px 50%;
}
#plus .block.treti h2 .number {
    background-position: -54px 50%;
}
#plus .block.ctvrty h2 .number {
    background-position: -81px 50%;
}
#plus .block.paty h2 .number {
    background-position: -108px 50%;
}
#plus .block h3 {
    position: relative;
    letter-spacing: -0.5px;
    font-size: 18px;
    font-weight: normal;
    color: #7f889a;
    top: -7px;
}
#plus .block.prvni h3 {
    margin-left: 40px;
}
#plus .block.druhy h3 {
    text-align: right;
}
#plus .block.treti h3 {
    text-align: center;
}
#plus .block.ctvrty h3 {
    text-align: left;
    margin-left: 110px;
}
#plus .block .image {
    margin: 15px auto 0;
}
#plus .block.prvni .image {
    background: url("/img/plus/1-obrazek.jpg") no-repeat;
    width: 470px;
    height: 242px;
}
#plus .block.druhy .image {
    background: url("/img/plus/2-obrazek.jpg") no-repeat;
    width: 496px;
    height: 371px;
}
#plus .block.treti .image {
    background: url("/img/plus/3-obrazek.jpg") no-repeat;
    width: 582px;
    height: 197px;
}
#plus .block p {
    text-align: justify;
    font-size: 16px;
    padding: 25px 40px 0;
}
#plus .block.druhy p {
    padding: 0;
}
#plus .block.ctvrty .table {
    position: relative;
    border: #d7d7d7 solid 1px;
    border-radius: 5px;
    margin: 30px 0 85px 90px;
    padding: 0 30px;
    width: 220px;
}
#plus .block.ctvrty .table .radek {
    margin: auto;
    width: 100%;
    height: 60px;
}
#plus .block.ctvrty .table .radek:first-child {
    border-bottom: #d7d7d7 solid 1px;
}
#plus .block.ctvrty .table .radek .cena,
#plus .block.ctvrty .table .radek .doba {
    vertical-align: middle;
    font-size: 21px;
    display: inline-block;
    line-height: 60px;
}
#plus .block.ctvrty .table .radek .cena {
    text-align: right;
    font-weight: bold;
    margin-right: 40px;
    width: 80px;
    color: #01eec2;
}
#plus .block.ctvrty .table .radek .doba {
}
#plus .block.ctvrty .table .vice {
    position: absolute;
    text-align: center;
    background: #fff;
    border: #01eec2 solid 2px;
    border-radius: 3px;
    width: 120px;
    height: 35px;
    bottom: -10px;
    right: -70px;
}
#plus .block.ctvrty .table .vice .label {
    font-size: 21px;
    display: inline-block;
    padding: 5px 5px 2px 35px;
    color: #01eec2;
    float: left;
}
#plus .block.ctvrty .table .vice .sipecka {
    position: relative;
    background: url("/img/ikonky/4-sipecka.png") no-repeat;
    background-position: 100% 0px;
    display: inline-block;
    width: 9px;
    height: 18px;
    float: left;
    top: 10px;
}
#plus .block.ctvrty .table .vice:hover {
    background: #01eec2;
    cursor: pointer;
}
#plus .block.ctvrty .table .vice:hover .label {
    color: #fff;
    cursor: pointer;
}
#plus .block.ctvrty .table .vice:hover .sipecka {
    background-position: 100% -18px;
    cursor: pointer;
}
#plus .prejit-na-plus {
    text-align: center;
    background: #ffda17;
    border: none;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
    width: 100%;
    height: 45px;
}
#plus .prejit-na-plus label {
    background: url("/img/ikonky/registrace-dalsi-krok-sipecka.png") no-repeat;
    background-position: 100% 50%;
    font-size: 19px;
    display: inline-block;
    padding-top: 10px;
    padding-right: 25px;
    height: 35px;
}
#plus .prejit-na-plus label .plus {
    vertical-align: bottom;
    font-size: 14px;
}
#plus .prejit-na-plus:hover,
#plus .prejit-na-plus *:hover {
    cursor: pointer;
}