/*steps css start*/
h3.to-take-part-title {
    text-transform: none;
    text-align: center;
    font-family: Helvetica,sent-serif;
    font-size: 24px;
    line-height: 29px;
    font-weight: bold;
    letter-spacing: -.48px;
    color: #333;
}
.to-take-part-block {
    display: table;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 75px;
}
.to-take-part-block .to-take-tile {
    display: table-cell;
    text-align: center;
    vertical-align: top;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
}
.to-take-part-block .to-take-tile .content {
    display: inline-block;
    max-width: 180px;
    border-radius: 12px;
    border: 1px solid #d9d9d9;
    height: 240px;
    padding: 0;
    position: relative;
}
.to-take-part-block .to-take-tile:not(.tile_5):after {
    display: block;
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    border: 40px solid transparent;
    border-width: 25px 12px;
}
.to-take-part-block .to-take-tile .content .image-logo {
    display: inline-block;
    height: 139px;
    width: 100%;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.to-take-part-block .to-take-tile .content .image-logo img {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.to-take-part-block .to-take-tile.tile_1 .content .image-logo img {
    left: 15px;
}
.to-take-part-block .to-take-tile .content .image-logo:after {
    opacity: .65;
    background-color: #000;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 0;
}
.to-take-part-block .to-take-tile .content .text {
    margin: 10px 10px 15px;
}
.to-take-part-block .to-take-tile .content .text p {
    font-family: "Helvetica",sent-serif;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0;
    text-align: center;
}
.to-take-part-block .to-take-tile .content .label {
    position: absolute;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
    bottom: -26px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    line-height: 52px;
    font-family: "Helvetica",sent-serif;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0;
    color: #000;
}
.to-take-part-block .to-take-tile .content .image-logo {
    width: 180px;
}
.to-take-part-block .to-take-tile.tile_1 .content .image-logo {
    background-image: url(/i/img/contests/lucky/bc_1.jpg);
}
.to-take-part-block .to-take-tile.tile_2 .content .image-logo {
    background-image: url(/i/img/contests/lucky/bc_2.jpg);
}
.to-take-part-block .to-take-tile.tile_3 .content .image-logo {
    background-image: url(/i/img/contests/lucky/bc_3.jpg);
}
.to-take-part-block .to-take-tile.tile_4 .content .image-logo {
    background-image: url(/i/img/contests/lucky/bc_4.jpg);
}
.to-take-part-block .to-take-tile.tile_5 .content .image-logo {
    background-image: url(/i/img/contests/lucky/bc_5.jpg);
}
.to-take-part-block a.to-take-tile:hover .content {
    box-shadow: 0 0 10px 0;
}
.to-take-part-block.slick-slider .slick-dots {
    position: static!important;
    margin: 0 auto;
    text-align: center;
}
.to-take-part-block.slick-slider .slick-dots li {
    margin: 0 6px;
}
.to-take-part-block.slick-slider .slick-dots li.slick-active button {
    background-color: #fff;
    box-shadow: 0 0 6px 1px rgba(0,0,0,.7);
}
.to-take-part-block.slick-slider .slick-dots li button {
    width: 20px;
    height: 20px;
    background-color: rgba(0,0,0,.45);
    opacity: .2;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    outline: 0!important;
    transition-duration: .3s;
}
.to-take-part-block.slick-slider .slick-dots li button:before {
    content: '';
}
.to-take-part-block .draggable{
    height:267px;
}

.contest_countdown {
    display: block;
}
#contest_search_and_result .block-reload[data-ancher=rules] .content {
    overflow-x: hidden;
    max-height: 900px;
    overflow-y: auto;
}
.footer-button {
    text-align: center;
    margin-top: 20px;
}
#formCalculateRate {
    width: 800px;
    margin: 20px auto 0 auto;
    background: #eeeeee;
    border: 1px solid silver;
    padding: 20px;
}
#formCalculateRate #addTrade {
    cursor: pointer;
    text-align: center;
    margin-top: 25px;
    margin-right: 5px;
    color: #7f0c0c;
}
#formCalculateRate #addTrade:hover {
    text-decoration: underline;
}
#formCalculateRate .submit {
    clear: both;
    text-align: center;
    margin-top: 30px;
    width: 100%;
}
#formCalculateRate .status {
    margin-top: 10px;
    text-align: center;
}
#formCalculateRate .status HR {
    border-width: 1px;
    border-style: inset;
    margin-top: 5px;
    margin-bottom: 5px;
}
.frame {
    background: url(/i/img/calculate_background.png) 0 0 no-repeat;
    background-size: 100%;
    padding: 0px;
    color: #ffffff;
    border-radius: 10px;
    background-color: #23302a;
}
input[type="submit"].beauty {
    background: url(/i/img/calculate_button.png) 0 0 no-repeat;
    border: 0;
    width: 149px;
    height: 37px;
    color: #ffffff;
}
input[type="text"].beauty {
    width: 80px;
    height: 30px;
    border-radius: 15px;
    text-align: center;
    font: bold 11pt tahoma;
}

.frame {
    height:415px;
    width:100%;
    border:0;
}
.frame td {
    padding-bottom: 15px;
}
.rating_result {
    font-size:14px;
    width:100px;
    margin: 0 auto;
    border: 0px solid #000;
    text-align: left;
    line-height: 1.3rem;
}

#formCalculateRate TD {
    padding: 9px;
    vertical-align: middle;
}

#formCalculateRate INPUT[type="text"] {
    padding-top: 1px;
    width: 80px;
    height: 24px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid silver;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0px 1em;
    text-align: center ;
}

@media (max-width: 900px) {
    .page .tabscontests__block { flex-direction: column; }
    .page .tabscontests__block .tabscontests__block__one { font-size: 16px; display: block; width: calc(100% - 15px); padding: 7px; }
}

@media (max-width: 720px) {
    .page div.banner h3 {
        text-align: center;
    }

    #trades tr {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: baseline;
        align-items: baseline;
    }

    #trades tr td:nth-last-child(2) {
        padding-bottom: 0;
    }

    #trades td {
        -webkit-flex-basis: 70%;
        flex-basis: 70%;
        text-align: center;
    }

    #trades tr td:nth-last-child(1) {
        padding-top: 0;
        -webkit-flex-basis: 10%;
        flex-basis: 10%;
    }

    #trades td input {
        width: 90% !important;
        margin: 0 !important;
    }

    #formCalculateRate {
        padding: 10px;
    }
}

form#formCalculateRate {
    width: 90%;
    max-width: 800px;
}
