html, body {
    margin: 0;
    padding: 0;
    min-width: 990px;
    width: 100%;
    height: 100%;
    color: #333333;
    font-size: 14px;
    line-height: 1.26em;
}

body {
    background: #ffffff;
}

html, body, A, input, s select, textarea {
    font-family: 'Roboto', Verdana, Geneva CY, DejaVu Sans, Sans-serif;
}

A {
    outline: none;
    color: #333333;
    text-decoration: none;
}

    A:hover {
        text-decoration: underline;
    }

img, object, iframe {
    border: 0;
    vertical-align: top;
}

header, nav, menu, aside, address, section, article, footer, figure, figcaption {
    display: block;
}

form, figure, menu {
    margin: 0;
    padding: 0;
}

::-webkit-input-placeholder, .watermark {
    color: #676767 !important;
}

:focus::-webkit-input-placeholder {
    color: #000000;
}


input[type="text"], input[type="email"], input[type="password"], s select, textarea {
    border-radius: 3px;
    padding: 0 0 0 16px;
    outline: none;
    background: #ffffff;
    font-size: 16px;
}

s, s:after {
    border-radius: 3px;
}


    input[type="text"], input[type="email"], input[type="password"], s, s select, textarea {
        box-sizing: border-box;
        width: 300px;
    }

input[type="text"], input[type="email"], input[type="password"], s, textarea {
    border: 1px solid #b2b2b2;
}

    input[type="text"], input[type="email"], input[type="password"], s select, s, s:after, textarea {
        height: 42px;
    }

        s select {
            line-height: 35px;
        }

        input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, s:focus, textarea:focus {
            border: 1px solid #000000;
            color: #000000;
        }

        s, s::after, s option {
            background: #fff;
        }

            s option {
                color: #111111;
            }

            s::before {
                top: 20px;
                right: 6px;
                border-top-color: #979797;
            }

            s:hover::before {
                border-top-color: #111;
            }

.invalid {
    padding: 0 13px !important;
    border: 2px solid #e52e2e !important;
    color: #e52e2e !important;
}

select.invalid {
    padding: 4px 4px 4px 9px !important;
}

.invalid::-webkit-input-placeholder {
    color: #e52e2e;
}

.full {
    color: #000000 !important;
}

    .full:focus {
        color: #000000 !important;
    }

textarea {
    padding: 10px 14px;
    height: 114px;
    resize: vertical;
}

input[type="image"], input[type="button"], input[type="submit"], label {
    cursor: pointer;
}

table {
    width: 100%;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

input[type="checkbox"], input[type="radio"] {
    position: relative;
    top: 2px;
    *top: 0;
    margin: 0 5px 0 0;
}

@media not all and (-webkit-min-device-pixel-ratio) {
    input[type="checkbox"], input[type="radio"] {
        top: 0;
    }
}

.clear, .hr {
    clear: both;
    overflow: hidden;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.clearfix:before, .clearfix:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: ".";
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.flexible {
    overflow: hidden;
    zoom: 1;
}

.text_center {
    text-align: center !important;
}

.text_left {
    text-align: left !important;
}

.text_right {
    text-align: right !important;
}

.fl_left {
    float: left;
}

.fl_right {
    float: right;
}

/* ----- all ----- */

.pagewide {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/* ----- header ----- */
header {
    position: relative;
    z-index: 3;
    padding: 24px 0 32px 0;
    text-align: right;
    font-size: 15px;
    margin: 0 auto;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.0) 100%);
}

    header nav {
        width: 1000px;
        margin: 0 auto;
        padding: 24px 8px;
        text-align: left;
    }

        header nav ul {
            float: right;
            margin: 0;
            list-style: none;
        }

        header nav li {
            float: left;
            margin: 4px;
            padding: 8px 16px;
        }

        header nav .header_mail {
            position: relative;
        }

        header nav li a, header nav li a:hover, .search ul li a, .write_us a, .fact > a {
            border-bottom: 1px solid #999999;
            color: #dddddd;
            text-decoration: none;
        }

    header .a_block_enter {
        border: 1px solid #eee;
    }

.languages {
    position: relative;
    top: 5px;
    float: right;
}

#slider_bg_all, .slider_bg, .div {
    position: relative;
    margin: 0 auto;
    width: 940px;
    height: 330px;
    color: #ffffff;
    text-shadow: 0 1px 0 #000000;
    font-size: 16px;
    line-height: 21px;
}

.slider_bg_all a {
    color: #ffffff;
}

.slider_bg, .div {
    z-index: 1;
    overflow: hidden;
    vertical-align: bottom;
    text-align: left;
}

.div_inn {
    margin: 0 auto;
    padding: 20px 0 0 0;
    width: 940px;
}

.w100p {
    width: 100%;
}

h1 {
    margin: 0 auto 28px auto;
    padding: 10px 0;
    color: #333;
    word-spacing: 2px;
    font-weight: normal;
    font-size: 40px;
    line-height: 40px;
    width: 100%;
}

    h1.xl {
        color: #eee;
        margin-top: 120px;
        font-size: 48px;
        font-weight: 700;
        text-shadow: 0 1px 7px #000000;
        text-align: center;
        line-height: 56px;
    }

.h1_xl_descr {
    color: #eee;
    font-size: 28px;
    line-height: 36px;
    margin-top: 15px;
    text-shadow: 0 1px 7px #000000;
}

#all_cont {
    position: relative;
    text-align: center;
}

    #all_cont .brick h1 {
        position: absolute;
        top: 112px;
        left: 0;
        display: none;
        width: 970px;
        background-color: #fff;
        text-align: center;
        min-height: 80px;
    }

    #all_cont .brick:hover h1 {
        display: block;
    }

    #all_cont .left_h1 h1, #all_cont .right_h1 h1 {
        margin-bottom: 0;
        font-size: 30px;
    }

.left_h1, .right_h1 {
    margin-bottom: 40px;
    padding: 0 3%;
    width: 44%;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 30px;
}

.left_h1 {
    float: left;
}

.right_h1 {
    float: right;
}

.site_examples {
    padding: 10px 0;
    text-align: center;
}

a.site_example, a.site_example:hover {
    margin: 12px 0;
    text-decoration: none;
    display: inline-block;
    width: 96px;
    text-align: center;
}

    a.site_example img {
        max-height: 72px;
        max-width: 72px;
    }

    a.site_example:hover img, .block_subscriptions img {
        opacity: 1 !important;
    }

    a.site_example .teamName, a.site_example .cityName {
        line-height: 18px;
        height: 18px;
        overflow: hidden;
    }

    a.site_example .cityName {
        color: grey;
    }


.pagerTitle {
    display: none;
}

.search {
    box-sizing: border-box;
    padding: 15px 20px;
    width: 290px;
    height: 200px;
}

/* ----- footer ----- */
footer {
    padding: 20px;
    background-color: #ffffff;
    color: #111;
    text-align: right;
    width: 1000px;
    margin: 0 auto;
}

    footer span {
        float: left;
    }

    footer a, footer a:hover {
        border-bottom: 1px solid #bbbbbb;
        text-decoration: none;
    }


    footer ul {
        display: inline-block;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        footer ul li {
            float: left;
            padding: 0 0 0 16px;
        }

h1 {
    margin: 0 0 20px 0;
    color: #444444;
    font-size: 34px;
    line-height: 34px;
}

h2 {
    color: #333;
    font-size: 24px;
    line-height: 38px;
}

    h2.fact {
        color: #111;
        font-size: 32px;
        line-height: 36px;
    }


.fact_descr {
    padding: 0 15px;
    color: #555;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
}

    .fact_descr a {
        text-decoration: underline;
    }

    .fact_descr span {
        font-weight: 600;
    }


.fact_ul {
    margin: 20px 15px 0 15px;
    padding-bottom: 80px;
    text-align: left;
    font-size: 15px;
    line-height: 20px;
}

    .fact_ul tr td {
        width: 50%;
        vertical-align: top;
    }

    .fact_ul tr td, ul.fact_ul li {
        padding-bottom: 24px;
        color: #666;
    }

        .fact_ul tr td:first-child {
            padding-right: 15px;
        }

        .fact_ul tr td + td {
            padding-left: 15px;
        }

    .fact_ul span {
        display: inline-block;
        margin-bottom: 6px;
        color: #444;
        font-size: 20px;
    }

ul.fact_ul span {
    font-size: 22px;
}

ul.fact_ul {
    display: inline-block;
    margin-top: 0;
    padding: 0 40px 20px 0;
    width: 800px;
    list-style: none;
    vertical-align: top;
}

.info_and_form {
    margin: 0 auto;
    margin-bottom: 0;
    padding: 20px 0;
}


.write_us {
    margin: 0 8px;
    padding: 25px 0;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
}

    .write_us a {
        color: #0a752e;
    }

.h1_descr {
    margin: 0 auto 25px auto;
    color: #333;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    padding: 0 20px;
}

    .h1_descr span {
        color: #da2525;
    }

#block_create h1 {
    margin: 0 0 31px 0;
}

.btn {
    display: inline-block;
    *display: inline;
    padding: 0 30px;
    height: 40px;
    border-radius: 4px;
    background: #0a752e;
    border: 1px solid #777;
    color: #ffffff;
    vertical-align: top;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
}

    .btn img {
        margin-top: 22px;
    }

#block_create .btn, #resetPasswordForm .btn {
    margin: 5px 0 0 0;
}

.w232 {
    margin-right: 6px !important;
    margin-left: 8px !important;
    width: 232px !important;
}

.w400 {
    width: 400px !important;
}

#block_user_agreement {
    padding: 30px;
    text-align: left;
}

    #block_user_agreement h1 {
        margin: 50px 0 30px 0;
        text-align: center;
    }


.not_your_sport {
    margin-top: 15px;
    color: #777;
    text-decoration: underline;
    font-size: 14px;
}

    .not_your_sport a {
        color: #676767;
    }

.terms_of_use {
    margin-top: 10px;
    color: #999;
    font-size: 12px;
    line-height: 14px;
}

    .terms_of_use a {
        color: #999;
        text-decoration: underline;
    }

        .terms_of_use a:hover {
            text-decoration: none;
        }

.p_remember {
    margin: 0 auto 25px auto;
    text-align: left;
}

input[type=checkbox] + * {
    padding-left: 25px;
    line-height: 19px;
}

    input[type=checkbox] + *:before {
        bottom: 0;
        bottom: 0;
        width: 16px;
        height: 16px;
        background-color: #eee;
        box-shadow: inset 0 2px 3px 0 #000000, 0 1px 0 0 #000000;
        box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .3), 0 1px 0 0 rgba(0, 0, 0, .3);
        color: #cc5302;
    }

input[type=checkbox]:checked + *:before {
    font-size: 17px;
}

.button_soc {
    display: inline-block;
    *display: inline;
    margin: 0 12px;
    padding: 0 25px;
    height: 48px;
    border-radius: 4px;
    vertical-align: top;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 22px;
    line-height: 48px;
    zoom: 1;
}

    .button_soc img {
        position: relative;
        top: -2px;
        margin: 0 8px 0 0;
        vertical-align: middle;
    }

.button_vk {
    background: #6184ad;
    box-shadow: 0 1px 4px #000000, inset 0 1px 0 #7e9cbc;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), inset 0 1px 0 #7e9cbc;
    color: #ffffff;
    text-shadow: 0 -1px 0 #4c709e;
}

    .button_vk:hover {
        background: #6082ad;
        box-shadow: 0 1px 4px #000000, inset 0 1px 0 #89a9cc;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), inset 0 1px 0 #89a9cc;
    }

    .button_vk:active {
        background: #5075a5;
        box-shadow: 0 1px 0 #ffffff, inset 0 1px 8px #000000;
        box-shadow: 0 1px 0 #ffffff, inset 0 1px 8px rgba(0, 0, 0, 0.5);
    }

.button_fb {
    background: #eaeaea;
    box-shadow: 0 1px 4px #000000, inset 0 1px 0 #f7f7f7;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), inset 0 1px 0 #f7f7f7;
    color: #3b5898;
    text-shadow: 0 1px 0 #f9fafc;
}

    .button_fb:hover {
        background: #eeeeee;
        box-shadow: 0 1px 4px #000000, inset 0 1px 0 #f8f8f8;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), inset 0 1px 0 #f8f8f8;
        text-shadow: 0 1px 0 #ffffff;
    }

    .button_fb:active {
        background: #e8e8e8;
        box-shadow: 0 1px 0 #ffffff, inset 0 1px 8px #000000;
        box-shadow: 0 1px 0 #ffffff, inset 0 1px 8px rgba(0, 0, 0, 0.5);
        text-shadow: 0 1px 0 #f9fafc;
    }




/*grey button*/
.button_grey {
    display: inline-block;
    *display: inline;
    margin: 15px 12px 0 12px;
    padding: 0 15px;
    min-width: 200px;
    height: 40px;
    border-radius: 4px;
    background: #eaeaea;
    box-shadow: 0 1px 4px #000000, inset 0 1px 0 #f7f7f7;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), inset 0 1px 0 #f7f7f7;
    color: #111;
    vertical-align: middle;
    text-decoration: none !important;
    text-shadow: 0 1px 0 #f9fafc;
    font-size: 15px;
    line-height: 40px;
    zoom: 1;
}

    .button_grey:hover {
        background: #eeeeee;
        box-shadow: 0 1px 4px #000000, inset 0 1px 0 #f8f8f8;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), inset 0 1px 0 #f8f8f8;
        text-shadow: 0 1px 0 #ffffff;
    }

    .button_grey:active {
        background: #e8e8e8;
        box-shadow: 0 1px 0 #ffffff, inset 0 1px 8px #000000;
        box-shadow: 0 1px 0 #ffffff, inset 0 1px 8px rgba(0, 0, 0, 0.5);
        text-shadow: 0 1px 0 #f9fafc;
    }

/*grey button*/

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    display: none;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.50;
    filter: alpha(opacity=50);
}

/*Legacy code end*/


div.loading {
    height: 240px;
    background-image: url(/Images/loadingLight.gif);
    background-position: center;
    background-repeat: no-repeat;
}

.hidden {
    display: none;
}

.a_block_user_agreement_before_reg {
    padding-right: 20px;
    background-image: url(/Images/new_window_icon.png);
    background-position: right;
    background-repeat: no-repeat;
}

/* ----- new ----- */
.warning, .validation-summary-errors {
    margin: 0 0 25px 0;
    color: #cc0000;
    font-size: 14px;
    line-height: 16px;
}

.validation-summary-errors {
    margin: 0;
    color: #cc0000;
    font-size: 14px;
}


    .validation-summary-errors ul li {
        list-style: none;
    }

.row {
    position: relative;
    margin: 0 0 15px 0;
}

    .row input, .row s select, .row textarea {
        margin: 0;
    }

.row_title, .row_error, .row_center {
    display: table-cell;
    vertical-align: middle;
}

.row_title_top {
    vertical-align: top;
}

.row_title, .row_error {
    text-align: left;
    font-size: 14px;
    line-height: 16px;
}

.row_title {
    padding: 0 10px 0 130px;
    width: 130px;
    color: #888888;
}

.row_error {
    position: relative;
    padding: 0 0 0 24px;
    width: 300px;
    color: #cc0000;
}

div.validationError {
    vertical-align: middle;
    padding: 5px 10px;
    background: #ffe6e6;
    border: 1px solid #ff6969;
    border-radius: 4px;
    position: absolute;
    top: 0;
    vertical-align: middle;
}

#validationSummary {
    text-align: center !important;
}

#cities h3 {
    padding-left: 30px;
    vertical-align: middle;
    text-align: left;
    font-size: 16px;
}

#cities .ui-icon {
    display: inline-block;
}

#cities, #cities th {
    text-align: left;
    font-size: 14px;
}

#fancybox-loading {
    background-image: none;
}

    #fancybox-loading div {
        width: 74px;
        height: 10px;
        background-image: url(/images/loading.gif);
    }


.requireCallDescr {
    padding: 10px;
    font-size: 16px;
}


.brick, .gblock {
    display: inline-block;
    margin: 0 8px;
    padding: 5px;
    border-radius: 5px;
    transition: all 0.2s;
}

.brick {
    background: #ffffff;
    box-shadow: 0 1px 10px #000000;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}

.gblock {
    border: 1px solid rgb(219, 219, 219);
    background: rgb(250, 250, 250);
}

    .gblock > a {
        text-decoration: none;
    }

.brick > a {
    position: relative;
    display: inline-block;
    width: 290px;
    height: 340px;
    color: #fff;
    vertical-align: bottom;
    text-align: left;
    text-decoration: none;
    line-height: 20px;
}

    .brick > a .descr {
        position: absolute;
        bottom: 0;
        padding: 10px 15px;
        height: 90px;
        background: #000000;
        background: rgba(0, 0, 0, 0.75);
    }

.brick p {
    display: inline-block;
    margin-top: 10px;
    font-weight: 200;
    font-size: 16px;
    line-height: 17px;
}

.brick a span {
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
}

.registerteam {
    margin: 25px auto 70px auto;
    padding: 35px 30px 15px 30px;
    width: 840px;
    background: #f9f9f9;
    background: rgba(250, 250, 250, 0.85);
    box-shadow: 0 1px 10px #000000;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
}

.right_register_form {
    display: inline-block;
    margin-top: 2px;
    padding: 25px 20px;
    width: 300px;
    background: #f9f9f9;
}

    .right_register_form + * {
        margin-right: 0;
        margin-left: 40px;
    }

    .right_register_form .btn {
        padding-right: 0;
        padding-left: 0;
        width: 300px;
    }

    .right_register_form h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .right_register_form span {
        font-size: 18px;
        line-height: 20px;
    }

    .gblock h2, .right_register_form h2, .onlyform h3, .right_register_form h3 {
        margin-top: 0;
        margin-bottom: 5px;
        color: #333;
        text-align: left;
        text-transform: uppercase;
        font-weight: normal;
    }

    .gblock h2, .right_register_form h2, .onlyform h3 {
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 1px;
        line-height: 28px;
    }

    .right_register_form h2, .onlyform h3, .right_register_form h3 {
        margin-bottom: 15px;
        color: #da2525;
        text-align: center;
    }

.gblock ul {
    padding-left: 0;
}

    .gblock ul li {
        margin-top: 8px;
        list-style: none;
        text-align: left;
        font-size: 16px;
        line-height: 18px;
    }


.block {
    padding: 30px 35px 20px 35px;
    border-top: 1px solid #000000;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background: #f9f9f9;
    box-shadow: 0 1px 10px #000000;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
    font-size: 16px;
    line-height: 18px;
}


.logo_container {
    display: inline-block;
}

    .logo_container img {
        height: 30px;
    }

.bottom-line {
    border-bottom: 1px solid #dbdbdb;
}

.line_margins {
    margin-bottom: 20px;
    padding-bottom: 25px;
}

    .line_margins h1 {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }


.pb_big {
    padding-bottom: 100px;
}

.players_info .fact_descr {
    padding: 0 40px 40px 40px;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
}

    .players_info .fact_descr span {
        color: #222;
    }

.search_form {
    padding: 30px 20px;
    background: #f9f9f9;
}

.search_results {
    margin-bottom: 80px;
}

.signin, .soc_signin {
    padding-bottom: 25px;
}

    .signin form, .onlyform {
        padding: 50px 100px;
        text-align: center;
        width: 400px;
    }

        .signin form input[type="text"], .signin form input[type="password"], .onlyform input, .onlyform s {
            width: 400px;
            margin: 16px 0;
        }

.sf_cols {
    margin: 0;
    padding: 0;
    zoom: 1;
}

    .sf_cols::after {
        content: '';
        display: block;
        clear: both;
    }

.col-6 {
    position: relative;
    display: inline-block;
    min-height: 1px;
    padding-left: 15px;
    /*padding-right: 15px;*/
    font-size: 16px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.u-pt3 {
    padding-top: 30px;
}

.u-mb1 {
    margin-bottom: 10px;
}

.row {
    margin-left: 0;
    margin-right: -15px;
    font-size: 0;
}

    .row.sf_cols {
        width: auto;
        white-space: nowrap;
    }

.u-ml20 {
    margin-left: 20px;
}

.u-pt20 {
    padding-top: 200px;
}

.u-ml6 {
    margin-left: 60px;
}

.features {
    min-height: 2340px;
    background: url(/images/landing/steps.png) 50% 0 no-repeat rgb(255, 255, 255);
    text-align: initial;
    padding: 0 15px;
}

    .features img {
        display: inline-block;
        max-width: 350px;
        height: auto;
        border: 0;
        vertical-align: middle;
        position: absolute;
        top: 0;
        opacity: 1;
        transition: all 0.5s;
        box-shadow: 0 0 10px #000000;
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
        border-radius: 5px;
    }

.features h3, .leagues a, .leagues a:hover {
        color: #da2525;
    }

.leagues h3 {
    margin-top: 90px;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
}

.leagues span {
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 20px;
}

.leagues img {
    width: 600px;
    max-width: 100%;
}

.featureText {
    font-size: 14px;
    white-space: normal;
    text-align: left;
}

.features ul {
    font-size: 14px;
    line-height: 1.33em;
    margin: 0 0 20px;
    padding-left: 20px;
}

.features li {
    display: list-item;
    text-align: left;
}

.features .image {
    width: 47%;
}

.features .text {
    width: 53%;
}

#registerForm form {
    position: relative;
    overflow: hidden;
    height: 364px;
}

    #registerForm form .active {
        -ms-opacity: 1;
        opacity: 1;
        top: 0;
        left: 0;
        z-index: 10;
    }



.backcover-container {
    position: relative;
    overflow: hidden;
}

    .backcover-container .backcover-content {
        position: relative;
    }

.backcover-down {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 700px;
    background: #333;
    content: "";
}

.backcover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 700px;
    opacity: 0.6;
    background-size: cover;
}

.backcover-team {
    background: url(/Images/landing/8.jpg);
}

.backcover-league {
    background: url(/Images/landing/leagues2.jpg);
}

.backcover::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 700px;
    background: url(/Images/landing/texture.png);
    content: "";
}

.input-validation-error {
    border: 2px solid #cc0000 !important;
}

.phone-info {
    text-align: left;
    color: #919191;
    margin-bottom: 12px;
    font-size: 12px;
}

@media screen and (max-width: 980px) {
    html, body, .all, header nav, .pagewide, footer {
        width: auto;
    }

    html, body {
        min-width: 0;
    }


    h1.xl, h2.fact {
        display: block;
        margin-top: 40px;
        font-size: 50px;
        line-height: 60px;
        padding: 8px;
        width: auto;
    }

        h1.xl.leagues {
            font-size: 40px;
            line-height: 52px;
        }

    .h1_xl_descr {
        color: #eee;
        font-size: 30px;
        line-height: 40px;
        margin-top: 25px;
        text-shadow: 0 1px 7px #000000;
    }




        .h1_xl_descr br {
            display: none;
        }

    .features {
        background: transparent;
        padding: 0;
        margin-bottom: 60px;
    }

        .features img {
            position: static;
            width: auto;
            max-width: 100% !important;
        }

        .features .text, .features .image {
            width: auto;
            padding: 0 20px;
        }

    .col-6 {
        display: block;
    }

        .col-6.image {
            display: block;
            text-align: center;
            padding-top: 20px;
        }

    .features div {
        margin: 0 !important;
        float: none;
    }

    .row.sf_cols {
        white-space: normal;
    }

    .features > div.row {
        padding-top: 20px !important;
    }

    input[type="text"], input[type="email"], input[type="password"], select, textarea {
        -webkit-appearance: none;
    }

    ul.fact_ul {
        width: auto;
        padding: 0;
    }
}

a#registerTeamButton {
    margin: 67px 0;
    display: inline-block;
    padding: 15px 55px;
    height: 46px;
    border-radius: 4px;
    background: #0a752e;
    color: #ffffff;
    vertical-align: top;
    text-decoration: none !important;
    font-size: 27px;
    line-height: 46px;
    box-shadow: 0 1px 4px #000000, inset 0 1px 0 #ffffff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.onlymobile {
    display: none;
}
