body {
    margin: 0;
    color: #000000;
    font: 14px/30px 'Montserrat', Arial, Helvetica, sans-serif;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
}

img {
    border-style: none;
}

a {
    text-decoration: none;
    color: #0db665;
    outline: none;
    transition: 0.3s ease-in-out;
}

    a:hover {
        color: #045b32;
    }

p {
    margin: 0 0 20px;
}

input,
textarea,
select {
    font: 100% 'Montserrat', Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #a1a1a4;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

q {
    quotes: none;
}

    q:before {
        content: '';
    }

    q:after {
        content: '';
    }

header,
footer,
article,
section,
hgroup,
nav,
figure,
aside {
    display: block;
}

figure {
    margin: 0;
    padding: 0;
}

input[type=submit] {
    cursor: pointer;
}

input[type=emal] {
    -webkit-appearance: caret;
}

input[type=email],
input[type=tel],
input[type=text],
input[type=password],
input[type=file],
input[type=submit],
textarea {
    -webkit-appearance: none;
    outline: none;
    box-shadow: none;
    border-radius: 0;
}

.transition {
    transition: 0.3s ease-in-out;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

h1 {
    font: 700 40px/56px 'Montserrat', Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 0 0 20px;
    letter-spacing: 0.75px;
}

h2 {
    font: 700 30px/34px 'Montserrat', Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 0 0 24px;
    color: #000;
    position: relative;
    text-align: center;
}

h3 {
    font: 700 20px/34px 'Montserrat', Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #000;
    margin: 0 0 20px;
}

.radius {
    border-radius: 50%;
}

.wrapper-holder {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 133px;
}

.wrapper {
    max-width: 1230px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
}

.btn-menu {
    display: none;
    width: 26px;
    height: 16px;
    cursor: pointer;
    z-index: 1000;
    position: absolute;
    top: 30px;
    right: 30px;
}

    .btn-menu span {
        background-color: #000;
        display: block;
        height: 2px;
        width: 26px;
        text-indent: -9999px;
        z-index: 10;
        transition: 0.1s;
        border-radius: 1px;
        position: absolute;
        left: 0;
        top: 6px;
    }

        .btn-menu span:after,
        .btn-menu span:before {
            border-radius: 1px;
            position: absolute;
            display: block;
            width: 100%;
            height: 2px;
            right: 12px;
            background-color: #000;
            content: "";
            transition-duration: 0.1s, 0.1s;
            transition-delay: 0.1s, 0;
            left: 0;
        }

        .btn-menu span:after {
            transition-property: bottom, transform;
            top: -8px;
        }

        .btn-menu span:before {
            transition-property: top, transform;
            bottom: -9px;
        }

.menu-open .btn-menu span {
    background: none;
}

    .menu-open .btn-menu span:before {
        transform: rotate(45deg);
        transition-delay: 0, 0.3s;
        bottom: 0;
        width: 28px;
        left: 0;
        background: #fff;
    }

    .menu-open .btn-menu span:after {
        transform: rotate(-45deg);
        transition-delay: 0, 0.3s;
        top: 0;
        width: 28px;
        left: 0;
        background: #fff;
    }

.btn {
    display: inline-block;
    vertical-align: top;
    padding: 15px 10px 14px;
    text-align: center;
    min-width: 170px;
    border-radius: 5px;
    background: #0db665;
    color: #fff;
    border: 1px solid #0db665;
    text-transform: uppercase;
    box-sizing: border-box;
    font-weight: 600;
    line-height: 20px;
    cursor: pointer;
}

    .btn:hover {
        background: #fff;
        color: #0db665;
    }

    .btn.style01 {
        color: #0db665;
        background: #fff;
    }

        .btn.style01:hover {
            background: #0db665;
            color: #fff;
        }

    .btn.style02 {
        border-color: #dcdcdc;
        background: #fff;
        color: #000;
    }

        .btn.style02:hover {
            background: #dcdcdc;
            color: #000;
        }

.aligncenter {
    text-align: center;
}

    .aligncenter .btn {
        min-width: 250px;
        padding: 26px 10px 24px;
        letter-spacing: 1px;
    }

.header-holder {
    padding: 17px 0;
}

    .header-holder .wrapper {
        display: flex;
        justify-content: space-between;
        text-align: center;
    }

    .header-holder .holder,
    .header-holder .frame {
        display: flex;
        align-items: center;
    }

.logo {
    margin-right: 84px;
}

#nav {
    font-weight: 400;
    font-size: 15px;
}

    #nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        align-items: center;
    }

    #nav li {
        position: relative;
        margin-right: 50px;
    }

        #nav li:last-child {
            margin: 0;
        }

        #nav li:hover .drop {
            visibility: visible;
            opacity: 1;
        }

        #nav li.has-drop:hover > a {
            color: #0db665;
        }

            #nav li.has-drop:hover > a:after {
                border-color: #0db665;
                transform: rotate(-45deg);
                top: 8px;
            }

        #nav li.has-drop > a {
            position: relative;
            padding-right: 20px;
            z-index: 1000;
        }

            #nav li.has-drop > a:after {
                content: '';
                position: absolute;
                border: 1px solid #bebebe;
                border-width: 1px 1px 0 0;
                width: 5px;
                height: 5px;
                transform: rotate(135deg);
                top: 4px;
                right: -15px;
                transition: 0.3s ease-in-out;
            }

    #nav a {
        color: #000;
    }

        #nav a:hover {
            color: #0db665;
        }

    #nav .drop {
        position: absolute;
        left: -10px;
        top: -10px;
        padding-top: 50px;
        background: #fff;
        border-radius: 7px;
        padding: 60px 10px 10px 20px;
        box-sizing: border-box;
        /*min-width: 145px;*/
        min-width: 155px;
        visibility: hidden;
        opacity: 0;
        box-shadow: 0 0 18px rgba(0, 0, 0, 0.15);
        transition: 0.3s ease-in-out;
        display: block;
        text-align: left;
        z-index: 100;
    }

        #nav .drop li {
            display: block;
            margin-bottom: 10px;
            margin-right: 0;
        }

.lang-holder {
    position: relative;
    /*margin-right: 30px;*/
}

    .lang-holder:hover .drop-lang {
        visibility: visible;
        opacity: 1;
    }

    .lang-holder a:hover {
        color: #0db665 !important;
    }

    .lang-holder .drop-lang {
        padding: 0;
        margin: 0;
        list-style: none;
        position: absolute;
        /*top: 100%;*/
        top: 25px;
        /*right: 0;*/
        right: -5px;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s ease-in-out;
        background: #fff;
        border-radius: 7px;
        padding: 10px;
        width: 80px;
        box-shadow: 0 0 18px rgba(0, 0, 0, 0.15);
    }

        .lang-holder .drop-lang a {
            font-weight: 500;
            color: #6f6f6f;
        }

        .lang-holder .drop-lang img {
            display: inline-block;
            margin-right: 10px;
            margin-top: 7px;
            /*vertical-align: top;*/
            width: 20px;
        }

    .lang-holder .opener {
        position: relative;
        padding-right: 16px;
        align-items: center;
        color: #6f6f6f;
        font-size: 15px;
        /*line-height: 20px;*/
        font-weight: 500;
        margin-top: 6px;
        vertical-align: top;
    }

        .lang-holder .opener:after {
            content: '';
            position: absolute;
            border: 1px solid #bebebe;
            border-width: 1px 1px 0 0;
            width: 5px;
            height: 5px;
            transform: rotate(135deg);
            top: 4px;
            right: 0;
        }

        .lang-holder .opener img {
            display: inline-block;
            margin-right: 10px;
            margin-top: 2px;
            /*vertical-align: top;*/
            width: 15px;
        }

.header-frame {
    background: #303233;
    padding: 14px 0;
}

.categories {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 1px;
}

    .categories a {
        color: #fff;
    }

        .categories a:hover {
            color: #0db665;
        }

.main.home-page {
    background: url(../images/bg01.webp) no-repeat 100% 0;
}

.main.about-page {
    background: url(../images/bg02.webp) no-repeat 100% 0;
}

    .main.about-page .main-container {
        height: 516px;
        box-sizing: border-box;
        margin-bottom: 70px;
    }

.main.product-page {
    background: url(../images/img-soccer.webp) no-repeat 100% 0;
}

    .main.product-page .main-container {
        height: 516px;
        box-sizing: border-box;
        margin-bottom: 70px;
    }

.main.basketball-page {
    background: url(../images/img-basketball.webp) no-repeat 100% 0;
}

    .main.basketball-page .main-container {
        height: 516px;
        box-sizing: border-box;
        margin-bottom: 70px;
    }

.main.hockey-page {
    background: url(../images/img-ice-hokey.webp) no-repeat 100% 0;
}

    .main.hockey-page .main-container {
        height: 516px;
        box-sizing: border-box;
        margin-bottom: 70px;
    }

.main.e-sport-page {
    background: url(../images/img-esports.webp) no-repeat 100% 0;
}

    .main.e-sport-page .main-container {
        height: 516px;
        box-sizing: border-box;
        margin-bottom: 70px;
    }

.main.odd-page {
    background: url(../images/img-odds.webp) no-repeat 100% 0;
}

    .main.odd-page .main-container {
        height: 516px;
        box-sizing: border-box;
        margin-bottom: 70px;
    }

.main.cricket-page {
    background: url(../images/img-cricket.webp) no-repeat 100% 0;
}

    .main.cricket-page .main-container {
        height: 516px;
        box-sizing: border-box;
        margin-bottom: 70px;
    }

.main.us-sport-page {
    background: url(../images/img-us-sports.webp) no-repeat 100% 0;
}

    .main.us-sport-page .main-container {
        height: 516px;
        box-sizing: border-box;
        margin-bottom: 70px;
    }

.main.tennis-page {
    background: url(../images/img-tennis.webp) no-repeat 100% 0;
}

    .main.tennis-page .main-container {
        height: 516px;
        box-sizing: border-box;
        margin-bottom: 70px;
    }

.main.baseball-page {
    background: url(../images/img-baseball.webp) no-repeat 100% 0;
}

    .main.baseball-page .main-container {
        height: 516px;
        box-sizing: border-box;
        margin-bottom: 70px;
    }

.home-page .main-container:after {
    height: 724px;
}

.main-content {
    text-align: justify;
}

    .main-content .content {
        padding-bottom: 50px;
    }

    .main-content h2 {
        text-align: left;
    }

    .main-content .photo-holder {
        text-align: center;
        margin: 0 0 48px;
    }

        .main-content .photo-holder.margin {
            margin-bottom: 90px;
        }

        .main-content .photo-holder img {
            display: inline-block;
            vertical-align: top;
            width: 100%;
            max-width: 100%;
        }

    .main-content p {
        margin-bottom: 54px;
    }

    .main-content .mail {
        color: #000;
    }

        .main-content .mail:hover {
            color: #0db665;
        }

.sport-offers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 67px;
}

    .sport-offers.inner .block {
        min-height: 235px;
    }

    .sport-offers .block {
        width: 32%;
        background: #fff;
        box-shadow: 0 0 18px rgba(0, 0, 0, 0.15);
        border-radius: 7px;
        line-height: 28px;
        padding: 35px 30px 75px;
        text-align: center;
        overflow: hidden;
        min-height: 360px;
        box-sizing: border-box;
        position: relative;
        margin-bottom: 30px;
    }

        .sport-offers .block p {
            margin-bottom: 10px;
        }

        .sport-offers .block .link-holder {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 16px;
            text-align: center;
            border-top: 1px solid #f8f8f8;
        }

            .sport-offers .block .link-holder a {
                text-transform: uppercase;
                font-size: 11px;
                font-weight: 600;
                color: #000;
            }

                .sport-offers .block .link-holder a:hover {
                    color: #0db665;
                }

    .sport-offers .img-holder {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        margin-bottom: 23px;
    }

    .sport-offers .heading {
        display: block;
        font-size: 22px;
        line-height: 26px;
        font-weight: 500;
        margin: 0 0 18px;
    }

    .sport-offers .sub-nav {
        columns: 2;
        padding-top: 18px;
        padding-bottom: 20px;
    }

    .sport-offers .pricing-holder {
        text-align: left;
        margin-bottom: 24px;
    }

    .sport-offers .link-pricing {
        font-weight: 700;
        color: #000;
        text-align: left;
    }

        .sport-offers .link-pricing:hover {
            color: #0db665;
        }

.tab-area {
    margin-bottom: 80px;
}

.total-panel {
    max-width: 970px;
    margin: 0 auto;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .total-panel .btn {
        min-width: 240px;
        margin-left: 30px;
        padding: 20px 20px 19px;
    }

    .total-panel .total {
        font-size: 17px;
        line-height: 22px;
        color: #0db665;
        font-weight: 600;
    }

        .total-panel .total .price {
            color: #000;
            font-weight: 700;
            font-size: 20px;
            line-height: 22px;
        }

.tariff-block {
    background: #fff;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.15);
    border-radius: 7px;
    padding: 38px 70px 75px;
    position: relative;
    max-width: 970px;
    margin: 0 auto 38px;
    box-sizing: border-box;
}

    .tariff-block.sale:after {
        content: '';
        position: absolute;
        z-index: 100;
        background: url(../images/sale30.webp) no-repeat;
        width: 115px;
        height: 116px;
        top: -5px;
        left: -5px;
    }

    .tariff-block .row {
        border-bottom: 1px solid #eff3f1;
        padding: 24px 5px 7px;
    }

        .tariff-block .row.active-plan {
            position: relative;
            z-index: 3;
        }

            .tariff-block .row.active-plan:after {
                content: '';
                position: absolute;
                border: 3px solid #525252;
                top: 0;
                right: -30px;
                bottom: 0;
                left: -30px;
                border-radius: 5px;
                z-index: -1;
            }

        .tariff-block .row .col01 {
            width: 40%;
        }

        .tariff-block .row .holder {
            width: 60%;
            display: flex;
            box-sizing: border-box;
            padding: 3px;
            background: #f1f1f1;
            border-radius: 20px;
        }

            .tariff-block .row .holder .col {
                width: 33.33%;
                text-align: center;
                box-sizing: border-box;
                padding-left: 20px;
                padding-right: 20px;
                display: flex;
                align-items: center;
                border-radius: 20px;
                justify-content: center;
                padding-top: 5px;
                padding-bottom: 4px;
            }

                .tariff-block .row .holder .col .sale {
                    display: inline-block;
                    font-size: 11px;
                }

                .tariff-block .row .holder .col.grey {
                    background: #9e9e9e;
                    color: #fff;
                }

                    .tariff-block .row .holder .col.grey .price {
                        font-family: 'montserratmedium';
                    }

                .tariff-block .row .holder .col.green {
                    background: #0db665;
                }

                    .tariff-block .row .holder .col.green .price {
                        font-weight: 500;
                        color: #fff;
                    }

                    .tariff-block .row .holder .col.green .sale {
                        color: #ffffff;
                    }

                    .tariff-block .row .holder .col.green .old-price {
                        color: #000000;
                    }

    .tariff-block .price {
        font-weight: 700;
        font-size: 15px;
        line-height: 18px;
        margin-right: 10px;
    }

        .tariff-block .price .old-price {
            font-size: 11px;
            line-height: 12px;
            color: #bbb;
            display: block;
        }

    .tariff-block .row-holder {
        display: flex;
        margin-bottom: 20px;
    }

    .tariff-block .heading-row {
        font-size: 14px;
        font-weight: 500;
        color: #aeaeae;
        display: flex;
        padding: 0 0 15px;
    }

        .tariff-block .heading-row .col {
            padding-top: 0 !important;
            padding-bottom: 0 !important;
        }

        .tariff-block .heading-row .row {
            display: flex;
        }

        .tariff-block .heading-row .holder {
            background: none;
        }

    .tariff-block .list {
        font-size: 13px;
        line-height: 15px;
        display: block;
        margin: 0 15px 0 0;
        padding: 0;
    }

        .tariff-block .list li {
            padding-left: 13px;
            margin-bottom: 18px;
            display: inline-block;
            vertical-align: top;
            margin-right: 17px;
        }

            .tariff-block .list li:after {
                top: 3px;
            }

    .tariff-block .bottom {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding-right: 20px;
    }

        .tariff-block .bottom .list {
            width: 74%;
        }

        .tariff-block .bottom .link-more {
            text-transform: uppercase;
            font-size: 11px;
            line-height: 15px;
            font-weight: 600;
            border-bottom: 1px solid #dbf1e4;
        }

            .tariff-block .bottom .link-more:hover {
                border-color: transparent;
            }

    .tariff-block .title {
        display: block;
        font-size: 20px;
        line-height: 24px;
        color: #000;
        font-weight: 700;
    }

    .tariff-block .sale {
        display: block;
        font-size: 13px;
        line-height: 15px;
        color: #f02322;
        text-transform: uppercase;
        font-weight: 700;
    }

.sub-nav {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}

    .sub-nav li {
        margin-bottom: 4px;
    }

    .sub-nav a {
        border-bottom: 1px solid #bfbfbf;
        color: #000;
    }

        .sub-nav a:hover {
            border-color: transparent;
            color: #0db665;
        }

.main-container {
    color: #fff;
    padding-top: 68px;
    margin-bottom: 108px;
    position: relative;
}

    .main-container:after {
        content: '';
        position: absolute;
        background: url(../images/gradient.webp) repeat-y;
        top: 0;
        bottom: 0;
        right: 26%;
        width: 2997px;
    }

    .main-container .description {
        max-width: 700px;
        position: relative;
        z-index: 100;
    }

    .main-container h1 {
        text-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    }

    .main-container p {
        margin-bottom: 56px;
        text-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    }

    .main-container .btn {
        padding: 19px 10px 19px;
        min-width: 190px;
        margin-right: 8px;
    }

        .main-container .btn.style01 {
            border-color: #fff;
        }

            .main-container .btn.style01:hover {
                border-color: #0db665;
            }

.products-area {
    padding-bottom: 70px;
    border-bottom: 1px solid #f2f2f2;
}

    .products-area h2 {
        color: #fff;
        margin-bottom: 60px;
    }

.about-area {
    padding-bottom: 90px;
    padding-top: 109px;
}

    .about-area .btn {
        padding: 14px;
        font-size: 11px;
        min-width: 170px;
    }

.about {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 28px;
    color: #a9a9a9;
}

    .about li {
        width: 50%;
        box-sizing: border-box;
        padding-right: 30px;
        padding-top: 44px;
        position: relative;
        margin-bottom: 34px;
    }

        .about li:after {
            content: '';
            position: absolute;
            background: url(../images/ico01.webp) no-repeat;
            width: 34px;
            height: 30px;
            top: 0;
            left: 0;
        }

    .about .heading {
        display: block;
        font-weight: 700;
        font-size: 20px;
        line-height: 22px;
        color: #000;
        margin-bottom: 8px;
    }

.list {
    padding: 9px 0 60px;
    margin: 0;
    list-style: none;
    font-size: 16px;
}

    .list.columns {
        columns: 2;
    }

    .list li {
        position: relative;
        padding-left: 25px;
        margin-bottom: 14px;
    }

        .list li:after {
            content: '';
            position: absolute;
            width: 6px;
            height: 3px;
            border: 2px solid #0db665;
            border-width: 2px 2px 0 0;
            transform: rotate(135deg);
            left: 0;
            top: 11px;
        }

.tabs {
    padding: 5px 0 0;
    margin: 0 0 70px;
    list-style: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

    .tabs li {
        display: inline-block;
        vertical-align: top;
        margin: 0 33px;
    }

    .tabs a {
        color: #000;
        position: relative;
    }

        .tabs a:hover {
            color: #0db665;
        }

    .tabs .ui-tabs-active a {
        color: #0db665;
    }

        .tabs .ui-tabs-active a:after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: -5px;
            height: 2px;
            background: #0db665;
        }

.download-holder {
    text-align: right;
    margin-bottom: 20px;
    margin-top: -60px;
}

    .download-holder .btn-download {
        font-size: 11px;
        padding: 15px 35px 14px;
    }

        .download-holder .btn-download span {
            position: relative;
            padding-left: 30px;
        }

            .download-holder .btn-download span:after {
                content: '';
                position: absolute;
                background: url(../images/item18.webp) no-repeat;
                width: 20px;
                height: 25px;
                left: -5px;
                top: -9px;
            }

.table-holder .fixed-visible .coverage-table {
    display: none;
}

.fixed-visible .sticky {
    position: fixed;
    z-index: 101;
    top: 250px;
    left: 0;
    right: 0;
    width: 100% !important;
    box-sizing: border-box;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

    .fixed-visible .sticky .holder {
        max-width: 1170px;
        margin: -2px auto 0;
        border-radius: 7px 7px 0 0;
    }

    .fixed-visible .sticky .coverage-tabl tr {
        width: 100%;
    }

    .fixed-visible .sticky .coverage-table thead {
        display: none;
    }

    .fixed-visible .sticky .coverage-table thead,
    .fixed-visible .sticky .coverage-table {
        display: block;
    }

.fixed-visible .stop {
    position: relative;
    z-index: 101;
}

.coverage-table {
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 50px;
}

    .coverage-table .col01 {
        width: 15%;
    }

    .coverage-table .col04,
    .coverage-table .col05,
    .coverage-table .col06,
    .coverage-table .col03,
    .coverage-table .col07 {
        width: 10%;
    }

    .coverage-table .col02 {
        width: 38%;
    }

    .coverage-table th {
        background: #303233;
        color: #fff;
        font-size: 12px;
        line-height: 14px;
        font-weight: 500;
        font-weight: normal;
        padding: 10px 20px;
        text-align: center;
        border-left: 1px solid rgba(243, 245, 244, 0.35);
    }

    .coverage-table tr td:first-child,
    .coverage-table tr th:first-child {
        border-left: none;
        text-align: left;
    }

    .coverage-table tr td:nth-child(2) {
        text-align: left;
    }

    .coverage-table tr.inner td:first-child {
        border-left: 1px solid #eff3f1 !important;
        text-align: left !important;
    }

    .coverage-table tr.inner td:nth-child(2) {
        text-align: center;
    }

    .coverage-table td {
        padding: 8px 20px;
        border-left: 1px solid #eff3f1;
        border-bottom: 1px solid #eff3f1;
        text-align: center;
    }

    .coverage-table tr.color td {
        background: #fafafa;
    }

.table-holder {
    margin-bottom: 100px;
    background: #fff;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.15);
    border-radius: 7px;
    overflow: hidden;
}

.products {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    flex-wrap: wrap;
}

    .products .block {
        width: 24%;
        background: #fff;
        border-radius: 7px;
        box-sizing: border-box;
        padding: 37px 10px;
        text-align: center;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
        transition: 0.3s ease-in-out;
        position: relative;
        margin: 0 0.5%;
    }

        .products .block:hover {
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
        }

            .products .block:hover:before {
                visibility: visible;
                opacity: 1;
            }

        .products .block:before {
            content: '';
            position: absolute;
            transition: 0.3s ease-in-out;
            top: 0;
            left: 0;
            right: 0;
            height: 10px;
            border-radius: 7px 7px 0 0;
            background: #0fd677;
            visibility: hidden;
            opacity: 0;
        }

        .products .block.sale:after {
            content: '';
            position: absolute;
            z-index: 100;
            background: url(../images/sale30.webp) no-repeat;
            width: 115px;
            height: 116px;
            top: -5px;
            left: -5px;
        }

    .products .img-holder {
        display: block;
        margin-bottom: 21px;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .products .heading {
        display: block;
        font-size: 24px;
        line-height: 30px;
        max-width: 170px;
        margin: 0 auto 28px;
        padding-bottom: 16px;
        border-bottom: 1px solid #dcdcdc;
        font-weight: 700;
    }

    .products .list-info {
        padding: 0;
        margin: 0;
        list-style: none;
        font-size: 13px;
        line-height: 20px;
    }

        .products .list-info .number {
            display: block;
            color: #0db665;
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 2px;
        }

        .products .list-info li {
            margin-bottom: 28px;
        }

    .products .btn {
        font-size: 12px;
        min-width: 125px;
        padding: 9px 10px 9px;
    }

.team {
    padding: 0;
    padding: 22px 0 0;
    list-style: none;
}

    .team p {
        margin: 0;
    }

    .team li {
        margin-bottom: 60px;
    }

    .team .user-info {
        overflow: hidden;
        margin-bottom: 30px;
    }

        .team .user-info .photo-holder {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            margin-right: 24px;
            margin-bottom: 0;
            overflow: hidden;
            float: left;
        }

            .team .user-info .photo-holder img {
                display: block;
                width: 100%;
            }

    .team .name {
        display: block;
        font-size: 22px;
        line-height: 26px;
        font-weight: 700;
        padding-top: 8px;
    }

    .team .info {
        text-transform: uppercase;
        font-size: 12px;
        line-height: 20px;
        color: #dedede;
        font-weight: 500;
    }

.cta-area {
    background: #0fd677;
    color: #fff;
    padding: 119px 0 95px;
}

    .cta-area .title {
        font-size: 40px;
        line-height: 48px;
        font-weight: 600;
        display: block;
        text-align: center;
        letter-spacing: 0.5px;
        margin-bottom: 60px;
    }

        .cta-area .title span {
            display: block;
            font-size: 30px;
            font-family: 'Montserrat';
            font-weight: 400;
        }

    .cta-area .btn {
        min-width: 190px;
        padding: 21px 10px 19px;
    }

.pertners-area {
    padding: 71px 0 152px;
}

    .pertners-area h2 {
        margin-bottom: 120px;
    }

.pertners-holder {
    position: relative;
    padding: 0 84px;
}

    .pertners-holder .owl-prev,
    .pertners-holder .owl-next {
        position: absolute;
        top: 50%;
        margin-top: -5px;
        left: -20px;
        text-indent: -9999px;
        overflow: hidden;
        width: 9px;
        height: 9px;
        border: 1px solid #939393;
        border-width: 1px 1px 0 0;
        transform: rotate(-135deg);
    }

    .pertners-holder .owl-next {
        left: auto;
        right: -20px;
        transform: rotate(45deg);
    }

.bookmakers {
    padding: 36px 0 0;
    margin: 0 -35px 100px 0;
    list-style: none;
}

    .bookmakers li {
        display: inline-block;
        vertical-align: middle;
        margin-right: 30px;
        margin-bottom: 35px;
    }

        .bookmakers li img {
            display: inline-block;
            vertical-align: middle;
        }

.main-holder {
    padding-top: 70px;
    padding-bottom: 150px;
}

    .main-holder .info-box {
        max-width: 770px;
        margin: 0 auto;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
        background: #fff;
        box-sizing: border-box;
        padding: 65px 25px;
    }

        .main-holder .info-box h2 {
            font-size: 28px;
            margin: 0 0 57px;
        }

        .main-holder .info-box form {
            max-width: 430px;
            margin: 0 auto;
        }

.footer-holder {
    background: #393939;
    padding: 38px 0 31px;
}

    .footer-holder .wrapper {
        display: flex;
        /*align-items: center;*/
        align-items: initial;
        justify-content: space-between;
    }



    .footer-holder .categories {
        display: block;
        width: inherit;
        font-size: 13px;
        /*text-align: right;*/
        text-align: left;
    }

.footer-column {
    margin: 0 20px 0 0;
}

    .footer-column .logo {
        display: inline-block;
        margin-bottom: 30px;
        margin-right: 0;
    }

    .footer-column .social-list h4 {
        color: #0db665;
        margin-top: 0;
        margin-bottom: 0.8em;
        font-weight: 900;
    }

    .footer-column .social-list .categories {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 10px;
    }

        .footer-column .social-list .categories a {
            display: block;
            width: 32px;
            height: 32px;
        }

.footer-mail {
    display: block;
    width: fit-content;
    color: #fff;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
}

    .footer-mail:hover {
        color: #0db665;
    }

.footer-address {
    font-style: normal;
    display: block;
    margin-top: 20px;
    color: #fff;
    line-height: 1.2;
}

    .footer-address strong {
        display: inline-block;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

@media (max-width: 1024px) {
    .footer-holder .wrapper {
        flex-wrap: wrap;
    }

    .footer-column {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

        .footer-column .logo {
            margin-bottom: 10px;
        }

    .footer-holder .categories {
        width: 45%;
    }

    .footer-holder .payments {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
}


.partners-carousel {
    text-align: center;
}

    .partners-carousel img {
        width: auto !important;
        margin: 0 auto;
    }

.footer-frame {
    background: #2c2c2c;
    text-align: center;
    font-size: 12px;
    color: #444444;
    padding: 7px 0;
}

form .text-holder {
    position: relative;
}

    form .text-holder.error input[type=password],
    form .text-holder.error input[type=text],
    form .text-holder.error input[type=tel],
    form .text-holder.error input[type=email] {
        border-color: #f73333;
    }

    form .text-holder .error-message {
        position: absolute;
        top: 50%;
        right: 18px;
        color: #f73333;
        font-size: 12px;
        margin-top: -17px;
        font-weight: 600;
    }

    form .text-holder.valid:after {
        content: '';
        position: absolute;
        width: 8px;
        height: 4px;
        border: 2px solid #0db665;
        border-width: 2px 2px 0 0;
        transform: rotate(135deg);
        top: 50%;
        margin-top: -4px;
        right: 18px;
    }

textarea,
input[type=password],
input[type=text],
input[type=tel],
input[type=email] {
    display: block;
    background: none;
    padding: 20px 45px 20px 18px;
    width: 100%;
    border: none;
    border: 1px solid #D4D9E2;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    color: #000;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 10px;
    border-radius: 5px;
}

    textarea.error,
    input[type=password].error,
    input[type=text].error,
    input[type=tel].error,
    input[type=email].error {
        border-color: #ff614d;
    }

    textarea.successful,
    input[type=password].successful,
    input[type=text].successful,
    input[type=tel].successful,
    input[type=email].successful {
        border-color: #10b070;
    }

    textarea:focus,
    input[type=password]:focus,
    input[type=text]:focus,
    input[type=tel]:focus,
    input[type=email]:focus {
        border-color: #0db665;
    }

button.submit,
input[type=submit] {
    display: inline-block;
    vertical-align: top;
    padding: 15px 10px 14px;
    text-align: center;
    width: 190px;
    height: 58px;
    border-radius: 5px;
    background: #0db665;
    color: #fff;
    border: 1px solid #0db665;
    text-transform: uppercase;
    box-sizing: border-box;
    font-weight: 600;
    line-height: 20px;
    transition: 0.3s ease-in-out;
}

    button.submit:hover,
    input[type=submit]:hover {
        background: #fff;
        color: #0db665;
    }

    button.submit.size01,
    input[type=submit].size01 {
        width: 148px;
    }

textarea {
    resize: none;
    overflow: auto;
    margin-bottom: 10px;
    height: 128px;
}

.submit-holder {
    padding-top: 50px;
    text-align: center;
}

.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
}

    .jq-selectbox.opened .jq-selectbox__trigger-arrow {
        transform: rotate(0);
    }

.jq-selectbox__select {
    height: 58px;
    padding: 0 45px 0 18px;
    border: 1px solid #D4D9E2;
    border-radius: 5px;
    background: #fff;
    font: 14px/58px 'Montserrat', Arial, sans-serif;
    color: #8f8f8f;
}

    .jq-selectbox__select:active {
        background: #F5F5F5;
    }

.jq-selectbox__select-text {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 700;
    color: #000;
}

.jq-selectbox .placeholder {
    color: #8f8f8f;
    font-style: italic;
    font-weight: 400;
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 14px;
    right: 12px;
    width: 9px;
    height: 5px;
    background: url(../images/arrow01.webp) no-repeat;
    transform: rotate(180deg);
    top: 50%;
    right: 18px;
    margin-top: -4px;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #000;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    border-top-color: #AAA;
}

.jq-selectbox__dropdown {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    border: 1px solid #0db665;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 0 10px rgba(13, 182, 101, 0.2);
    font: 700 14px/18px 'Montserrat' Arial, sans-serif;
}

.jq-selectbox__search {
    margin: 5px;
}

    .jq-selectbox__search input {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 5px 27px 6px 8px;
        border: 1px solid #CCC;
        border-radius: 3px;
        outline: none;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
        box-shadow: inset 1px 1px #F1F1F1;
        color: #333;
        -webkit-appearance: textfield;
    }

        .jq-selectbox__search input::-webkit-search-cancel-button,
        .jq-selectbox__search input::-webkit-search-decoration {
            -webkit-appearance: none;
        }

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #F0F0F0;
    font-size: 13px;
}

.jq-selectbox ul {
    margin: 0;
    padding: 0;
    font-weight: 700;
}

.jq-selectbox li {
    min-height: 18px;
    padding: 5px 10px 6px 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    color: #000;
}

    .jq-selectbox li:hover {
        color: #0db665;
    }

    .jq-selectbox li.disabled {
        color: #AAA;
    }

        .jq-selectbox li.disabled:hover {
            background: none;
        }

    .jq-selectbox li.optgroup {
        font-weight: bold;
    }

        .jq-selectbox li.optgroup:hover {
            background: none;
            color: #231F20;
            cursor: default;
        }

    .jq-selectbox li.option {
        padding-left: 25px;
    }

.mobile-visible,
.tablet-visible {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .logo {
        margin-right: 66px;
    }
}

@media only screen and (max-width: 1023px) {
    .btn-menu {
        display: block;
    }

    .coverage-table td {
        padding-left: 10px;
        padding-right: 10px;
    }

    .logo {
        margin: 0 auto;
    }

    .header-holder .frame {
        display: block;
        width: 100%;
    }

    .tablet-visible {
        display: block;
    }

    .header-holder {
        justify-content: center;
    }

        .header-holder .holder,
        .header-holder #nav {
            display: none;
        }

    .header-frame {
        position: fixed;
        top: 0;
        right: 0;
        left: 100%;
        bottom: 0;
        overflow-y: auto;
        background: #303233;
        padding: 75px 50px 30px;
        visibility: hidden;
        opacity: 0;
        z-index: 101;
        transition: 0.3s ease-in-out;
    }

        .header-frame .wrapper {
            padding: 0;
        }

        .header-frame .categories {
            display: block;
            font-size: 13px;
            max-width: 200px;
            margin: 0 auto 30px;
        }

            .header-frame .categories a {
                color: #929292;
            }

                .header-frame .categories a:hover {
                    color: #0db665;
                }

            .header-frame .categories li {
                margin-bottom: 10px;
            }

    .menu-open .header-frame {
        visibility: visible;
        opacity: 1;
        left: 0;
    }

    .menu-open .btn-menu {
        position: fixed;
    }

    .lang-holder {
        max-width: 200px;
        margin: 0 -999px 30px;
        padding-left: 999px;
        padding-right: 999px;
    }

        .lang-holder a {
            color: #929292 !important;
        }

    #nav {
        font-size: 18px;
        margin-bottom: 30px;
        max-width: 200px;
        margin: 0 auto 30px;
    }

        #nav ul {
            display: block;
        }

            #nav ul a {
                color: #fff;
            }

        #nav .drop {
            width: 200px;
            background: #1f2021;
            position: relative;
            top: -47px;
            visibility: hidden;
            opacity: 0;
            position: absolute;
            transition: 0;
        }

        #nav li:hover .drop {
            visibility: visible;
            position: relative;
            opacity: 1;
        }

        #nav .drop a {
            color: #fff;
        }

            #nav .drop a:hover {
                color: #0db665;
            }

    .products .block {
        width: 48%;
        margin-bottom: 15px;
    }

    .lang-holder {
        border-top: 1px solid #3d3e3f;
        padding-top: 20px;
    }

        .lang-holder:hover .drop-lang {
            height: auto;
        }

        .lang-holder .drop-lang {
            position: static;
            height: 0;
        }
}

@media only screen and (max-width: 950px) {
    .sport-offers .block {
        width: 49%;
    }

    .tariff-block {
        padding-left: 15px;
        padding-right: 15px;
    }

        .tariff-block .row.active-plan::after {
            right: -15px;
            left: -15px;
        }

    .main-container .description {
        max-width: 550px;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-visible {
        display: block;
    }

    .mobile-hidden {
        display: none;
    }

    .coverage-mobile .opener {
        display: block;
        position: relative;
        font-weight: 700;
        padding-bottom: 10px;
        padding-top: 10px;
        border-bottom: 1px solid #dcdcdc;
        padding-right: 25px;
    }

        .coverage-mobile .opener:after {
            content: '';
            position: absolute;
            border: 1px solid #000;
            width: 5px;
            height: 5px;
            border-width: 1px 1px 0 0;
            transform: rotate(135deg);
            top: 18px;
            right: 10px;
            transition: 0.3s ease-in-out;
        }

        .coverage-mobile .opener.ui-state-active:after {
            transform: rotate(-45deg);
            top: 22px;
        }

    .coverage-mobile .drop .row {
        padding: 10px 0;
        border-bottom: 1px solid #dcdcdc;
    }

    .coverage-mobile .drop .heading {
        width: 170px;
        display: inline-block;
        vertical-align: middle;
    }

    .coverage-mobile .drop .col {
        width: 20px;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }

    .main-container {
        margin-bottom: 50px;
    }

        .main-container .btn {
            padding: 9px 10px 8px;
            min-width: 139px;
            margin-bottom: 10px;
        }

    h1 {
        font-size: 36px;
        line-height: 40px;
    }

    h2 {
        font-size: 26px;
    }

    .footer-holder .categories {
        display: block;
        width: 100%;
    }

        .footer-holder .categories li {
            display: block;
            text-align: left;
            vertical-align: top;
            /*width: 49%;*/
            box-sizing: border-box;
            padding-right: 10px;
            margin-bottom: 10px;
        }

    .pertners-area h2 {
        margin-bottom: 30px;
    }

    .pertners-area {
        padding: 40px 0 70px;
    }

    .pertners-holder {
        padding: 0 30px;
    }

    .cta-area {
        padding: 60px 0;
    }

        .cta-area .title {
            font-size: 35px;
            line-height: 40px;
            margin-bottom: 30px;
        }

            .cta-area .title span {
                font-size: 26px;
            }

    .products-area h2 {
        color: #000;
        margin-bottom: 40px;
    }

    .products {
        margin-bottom: 40px;
    }

    .products-area {
        padding-bottom: 50px;
    }

    .about {
        margin-bottom: 0;
    }

    .about-area {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .aligncenter .btn {
        padding: 15px 10px 13px;
        min-width: 180px;
    }

    .sport-offers {
        margin-bottom: 30px;
    }

    .aligncenter.margin {
        margin-bottom: 40px;
    }

    .team .user-info {
        text-align: center;
        margin-bottom: 15px;
    }

        .team .user-info .photo-holder {
            float: none;
            margin: 0 auto 10px;
        }

    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tariff-block .row-holder,
    .tariff-block .heading-row {
        display: block;
    }

        .tariff-block .heading-row .col01 {
            display: none;
        }

    .tariff-block .row .holder,
    .tariff-block .row .col01 {
        width: 100%;
    }

    .tariff-block .row .col01 {
        text-align: center;
        margin-bottom: 20px;
    }

    .tariff-block .bottom {
        display: block;
        text-align: center;
    }

        .tariff-block .bottom .list {
            width: 100%;
            margin-bottom: 15px;
            text-align: left;
        }

            .tariff-block .bottom .list li {
                margin-bottom: 5px;
            }

    .tariff-block .row {
        padding-bottom: 20px;
    }

    .total-panel {
        display: block;
        text-align: center;
    }

        .total-panel .btn {
            margin: 0 auto 15px;
        }

        .total-panel .total {
            display: block;
            margin-bottom: 20px;
        }

    .tab-area {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 750px) {
    .main.home-page {
        background: none;
    }

        .main.home-page .main-container {
            background: #000000 url(../images/bg01-mob.webp) no-repeat 50% 100%;
            padding-bottom: 70px;
        }

    .main.about-page {
        background: none;
    }

        .main.about-page .main-container {
            background: #000000 url(../images/bg02-mob.webp) no-repeat 50% 100%;
            padding-bottom: 70px;
        }

    .main.product-page {
        background: none;
    }

        .main.product-page .main-container {
            background: #000000 url(../images/bg03-mob.webp) no-repeat 50% 100%;
            padding-bottom: 70px;
        }

    .main.basketball-page {
        background: none;
    }

        .main.basketball-page .main-container {
            background: #000000 url(../images/m_basketball.webp) no-repeat 50% 100%;
            padding-bottom: 70px;
        }

    .main.cricket-page {
        background: none;
    }

        .main.cricket-page .main-container {
            background: #000000 url(../images/m_cricket.webp) no-repeat 50% 100%;
            padding-bottom: 70px;
        }

    .main.e-sport-page {
        background: none;
    }

        .main.e-sport-page .main-container {
            background: #000000 url(../images/m_e-sports.webp) no-repeat 50% 100%;
            padding-bottom: 70px;
        }

    .main.hockey-page {
        background: none;
    }

        .main.hockey-page .main-container {
            background: #000000 url(../images/m_ice-hockey.webp) no-repeat 50% 100%;
            padding-bottom: 70px;
        }

    .main.odd-page {
        background: none;
    }

        .main.odd-page .main-container {
            background: #000000 url(../images/m_odds.webp) no-repeat 50% 100%;
            padding-bottom: 70px;
        }

    .main.tennis-page {
        background: none;
    }

        .main.tennis-page .main-container {
            background: #000000 url(../images/m_tennis.webp) no-repeat 50% 100%;
            padding-bottom: 70px;
        }

    .main.us-sport-page {
        background: none;
    }

        .main.us-sport-page .main-container {
            background: #000000 url(../images/m_us-sports.webp) no-repeat 50% 100%;
            padding-bottom: 70px;
        }

    .main.baseball-page {
        background: none;
    }

        .main.baseball-page .main-container {
            background: #000000 url(../images/m_baseball.webp) no-repeat 50% 100%;
            padding-bottom: 70px;
        }

    .main-container:after {
        display: none;
    }
}

@media only screen and (max-width: 650px) {
    .products {
        display: block;
    }

        .products .block {
            width: 100%;
            max-width: 350px;
            margin: 0 auto 15px;
        }

            .products .block .holder {
                height: 0;
                overflow: hidden;
                transition: 0.3s ease-in-out;
            }

            .products .block.open .holder {
                height: auto;
                padding-top: 27px;
            }

            .products .block.open .heading {
                border-color: #dcdcdc;
            }

                .products .block.open .heading:after {
                    transform: rotate(-45deg);
                    top: 9px;
                }

        .products .heading {
            margin-bottom: 0;
            border-color: transparent;
            padding-left: 10px;
            padding-right: 10px;
            position: relative;
        }

            .products .heading:after {
                content: '';
                position: absolute;
                width: 9px;
                height: 9px;
                border: 2px solid #939393;
                border-width: 2px 2px 0 0;
                transform: rotate(135deg);
                top: 5px;
                right: 0;
                transition: 0.3s ease-in-out;
            }

    .about {
        display: block;
    }

        .about li {
            width: 100%;
            padding-right: 0;
        }

    .sport-offers.open .block {
        display: block;
    }

    .sport-offers .block {
        display: none;
    }

        .sport-offers .block:nth-child(1),
        .sport-offers .block:nth-child(2),
        .sport-offers .block:nth-child(3),
        .sport-offers .block:nth-child(4),
        .sport-offers .block:nth-child(5),
        .sport-offers .block:nth-child(6) {
            display: block;
        }

    .mobile-visible {
        display: block;
    }

    .main-container {
        margin-bottom: 30px !important;
    }

    .tabs {
        margin-bottom: 30px;
    }

    .main-container .btns {
        text-align: center;
        margin-left: 4px;
        margin-right: 4px;
    }

    .download-holder {
        margin-top: -10px;
        text-align: center;
    }

    .table-holder {
        display: none;
    }

    .list.columns {
        columns: 1;
    }

    .list {
        padding-top: 0;
        padding-bottom: 20px;
        font-size: 14px;
    }

    .bookmakers {
        margin-bottom: 0;
        margin-right: 0;
    }

        .bookmakers.open li {
            display: inline-block;
        }

        .bookmakers li {
            width: 23%;
            box-sizing: border-box;
            padding-right: 10px;
            max-width: 120px;
            display: none;
        }

            .bookmakers li:nth-child(1),
            .bookmakers li:nth-child(2),
            .bookmakers li:nth-child(3),
            .bookmakers li:nth-child(4),
            .bookmakers li:nth-child(5),
            .bookmakers li:nth-child(6) {
                display: inline-block;
            }

            .bookmakers li img {
                display: inline-block;
                max-width: 100%;
            }

    .sport-offers .pricing-holder {
        display: none;
    }
}

@media only screen and (max-width: 630px) {
    .sport-offers .block {
        width: 100%;
        min-height: 150px;
    }
    /*.sport-offers .block p {
    display: none;
  }*/
    .tariff-block {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 5px;
        padding-right: 5px;
    }

        .tariff-block .row.active-plan::after {
            right: -5px;
            left: -5px;
        }

        .tariff-block .heading-row {
            font-size: 12px;
            padding-top: 20px;
        }

        .tariff-block .row .holder .col {
            padding-left: 10px;
            padding-right: 10px;
        }

    .tabs {
        font-size: 11px;
    }

        .tabs li {
            margin: 0 5px;
        }

    .main-holder {
        padding-top: 10px;
        padding-bottom: 50px;
    }

        .main-holder .info-box {
            padding-left: 10px;
            padding-right: 10px;
        }
}

@media only screen and (max-width: 400px) {
    .sport-offers .sub-nav {
        columns: 1;
    }

    .main-container::after {
        left: -1100px;
    }
}

::-webkit-input-placeholder {
    color: #8f8f8f;
    font-weight: 400;
    font-style: italic;
}

:-moz-placeholder {
    color: #8f8f8f;
    font-weight: 400;
    font-style: italic;
}

::-moz-placeholder {
    color: #8f8f8f;
    font-weight: 400;
    font-style: italic;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #8f8f8f;
    font-weight: 400;
    font-style: italic;
}

:focus::-webkit-input-placeholder {
    color: transparent;
}

:focus::-moz-placeholder {
    color: transparent;
}

:focus:-moz-placeholder {
    color: transparent;
}

:focus:-ms-input-placeholder {
    color: transparent;
}

ol {
    margin: 0 0 30px;
    padding: 0;
    color: #000;
    width: 100%;
    overflow: hidden;
    counter-reset: item;
}

    ol ol {
        margin: 0;
    }

    ol li {
        text-indent: 40px;
        margin-bottom: 29px;
    }

        ol li:before,
        ol .num {
            float: left;
            width: 40px;
            margin: 0 0 0 -40px;
            content: counters(item, ".") ". ";
            counter-increment: item;
        }

.latin li:before {
    content: counter(item, lower-latin);
}

.upper-latin li:before {
    content: counter(item, upper-latin);
}

.lower-roman li:before {
    content: counter(item, lower-roman);
}

.upper-roman li:before {
    content: counter(item, upper-roman);
}

.partners-carousel .owl-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}

    .partners-carousel .owl-item img {
        /*content: "";*/
        max-width: 95%;
        max-height: 120px;
        width: 100% !important;
        height: auto;
    }

    .partners-carousel .owl-item a {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        height: 120px;
        align-items: center;
        justify-content: center;
    }

.products:after {
    content: "";
    flex: auto;
}

.pay-btc-btn {
    background: url(/dist/main/images/pay_with_btc_btn_bw.webp);
    width: 240px;
    height: 54px;
    cursor: pointer;
    background-size: 240px;
    background-repeat: no-repeat;
    border: none;
}

    .pay-btc-btn:hover {
        background: url(/dist/main/images/pay_with_btc_btn.webp);
        width: 240px;
        height: 54px;
        cursor: pointer;
        background-size: 240px;
        background-repeat: no-repeat;
        border: none;
    }

/* Custom rules */
.opt-item {
    position: relative;
    padding-left: 40px;
}

    .opt-item:before {
        content: '';
        position: absolute;
        background: url(/dist/main/images/ico01.webp) no-repeat;
        background-size: 25px;
        width: 25px;
        height: 25px;
        top: 0;
        left: 0;
    }

.opt-ls li {
    position: relative;
    list-style: none;
    padding-left: 15px;
}

    .opt-ls li:before {
        content: '';
        position: absolute;
        width: 6px;
        height: 3px;
        border: 2px solid #0db665;
        border-width: 2px 2px 0 0;
        transform: rotate(135deg);
        left: 0;
        top: 12px;
    }

/* gs presentation carousel block */
.presentation-slider {
    margin: 0 auto;
}

    .presentation-slider img {
        max-width: 100%;
    }

    .presentation-slider * {
        box-sizing: border-box;
    }

    .presentation-slider .owl-controls {
        position: static;
    }

        .presentation-slider .owl-controls .owl-dots {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            width: max-content;
            max-width: 95%;
            display: flex;
            flex-wrap: wrap;
            background-color: #5d5d5d;
            padding: 5px 10px;
            border-radius: 6px;
        }

            .presentation-slider .owl-controls .owl-dots .owl-dot {
                width: 20px;
                height: 20px;
                border-radius: 50%;
                background-color: #fff;
                cursor: pointer;
                margin: 5px;
            }

                .presentation-slider .owl-controls .owl-dots .owl-dot.active {
                    background-color: #0DB665;
                }

        .presentation-slider .owl-controls .owl-prev,
        .presentation-slider .owl-controls .owl-next {
            cursor: pointer;
            font-size: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            height: 50px;
            width: 50px;
            background-color: #0DB665;
            border-radius: 6px;
        }

        .presentation-slider .owl-controls .owl-prev {
            left: 20px;
        }

        .presentation-slider .owl-controls .owl-next {
            right: 20px;
        }

            .presentation-slider .owl-controls .owl-prev:before,
            .presentation-slider .owl-controls .owl-next:before {
                content: '';
                width: 9px;
                height: 9px;
                text-indent: -9999px;
                overflow: hidden;
                border: 2px solid #fff;
                border-width: 2px 2px 0 0;
                transform: rotate(-135deg);
                margin-left: 4px;
            }

            .presentation-slider .owl-controls .owl-next:before {
                transform: rotate(45deg);
                margin-left: -4px;
            }

@media (min-width: 769px) {
    .presentation-carousel .owl-stage {
        display: flex;
    }
}

.presentation-carousel .owl-stage .item {
    overflow: hidden;
    height: 100%;
    background-color: #fff;
    background: url(/dist/main/images/presentation_carousel/top-right-lines.svg) no-repeat right top, url(/dist/main/images/presentation_carousel/bottom-right-decor.svg) no-repeat right bottom, url(/dist/main/images/presentation_carousel/bottom-left-decor.svg) no-repeat left bottom;
    padding: 80px 0;
}

.presentation-slider p {
    color: #0db665;
    font-size: 16px;
}

.presentation-slider__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .presentation-slider__content > :first-child {
        margin-top: 0;
    }

    .presentation-slider__content > :last-child {
        margin-bottom: 0;
    }

.presentation-slider__wrapper {
    flex-grow: 1;
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 400px;
}

.presentation-slider__logo {
    display: block;
    max-width: 216px;
    margin: 0;
}

.presentation-slider__title {
    position: relative;
    color: #fff;
    margin-bottom: 75px;
    padding-right: 40px;
}

    .presentation-slider__title::before {
        content: '';
        position: absolute;
        top: 50%;
        left: calc(50% - 50vw);
        transform: translateY(-40%);
        width: 70vw;
        height: 185px;
        background: url(/dist/main/images/presentation_carousel/title-decor.svg) no-repeat left center;
        z-index: 0;
    }

    .presentation-slider__title h3 {
        position: relative;
        z-index: 1;
        text-transform: uppercase;
        color: inherit;
        margin: 0;
        padding: 15px 0;
    }

        .presentation-slider__title h3::before {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            width: calc(100% + 50vw);
            background-color: #0DB665;
            -webkit-transform: skew(-50deg);
            -moz-transform: skew(-50deg);
            -o-transform: skew(-50deg);
            z-index: -1;
        }

.presentation-slider__more {
    margin-top: 40px;
}

    .presentation-slider__more .btn {
        min-width: 170px;
        font-size: 12px;
        padding: 14px;
    }

.presentation-slider__list {
    margin: 0 0 -20px;
    padding: 0;
    list-style: none;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

    .presentation-slider__list li {
        display: flex;
        align-items: center;
        position: relative;
        padding-bottom: 20px;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        font-size: 18px;
        color: #0db665;
    }

        .presentation-slider__list li:before {
            content: '';
            width: 20px;
            height: 13px;
            -webkit-transform: skew(-15deg);
            -moz-transform: skew(-15deg);
            -o-transform: skew(-15deg);
            background-color: #0db665;
            flex-shrink: 0;
            margin-right: 10px;
        }

/* main content */
.presentation-carousel .owl-stage .item.presentation-slider__content_main {
    background: url(/dist/main/images/presentation_carousel/main-top-left-decor.svg) no-repeat left 25%, url(/dist/main/images/presentation_carousel/main-bottom-left-decor.svg) no-repeat left bottom, url(/dist/main/images/presentation_carousel/main-center-left-decor.svg) no-repeat left center / 60% auto, url(/dist/main/images/presentation_carousel/top-right-lines.svg) no-repeat right top, url(/dist/main/images/presentation_carousel/main-top-right-decor.svg) no-repeat right top, url(/dist/main/images/presentation_carousel/main-bottom-right-decor.svg) no-repeat right bottom, url(/dist/main/images/presentation_carousel/main-bg.jpg) no-repeat center / cover;
}

.presentation-slider__content_main * {
    text-align: left;
}

.presentation-slider__content_main h2 {
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 0;
}

.presentation-slider__content_main .main-wrapper {
    width: 50%;
    padding-left: 8%;
}

/* sport content */
.presentation-slider__sport-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
}

.presentation-slider__content_sports .sport-list__item {
    width: calc(100% / 6);
    text-align: center;
    padding: 0 10px;
    margin-bottom: 20px;
}

.presentation-slider__content_sports .item__wrapper {
    display: block;
    text-decoration: none;
    line-height: 1.2;
}

    .presentation-slider__content_sports .item__wrapper img {
        display: block;
        width: 50px;
        height: 50px;
        object-fit: contain;
        margin: 0 auto 10px;
    }

/* coverage content */
.presentation-slider__coverage-list {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    max-width: 850px;
    margin: 0 auto;
}

    .presentation-slider__coverage-list li {
        position: relative;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        padding-left: 25px;
    }

        .presentation-slider__coverage-list li:after {
            content: '';
            position: absolute;
            width: 6px;
            height: 3px;
            border: 2px solid #0db665;
            border-width: 2px 2px 0 0;
            transform: rotate(135deg);
            left: 0;
            top: 11px;
        }

/* basics content */
.presentation-slider__content_basics .presentation-slider__list {
    max-width: 650px;
}

/* basics summary */
.presentation-slider__sumary-blocks {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -20px;
}

    .presentation-slider__sumary-blocks li {
        margin-bottom: 20px;
        width: calc(50% - 15px);
    }

        .presentation-slider__sumary-blocks li:before {
            content: '';
            display: block;
            background: url(https://www.goalserve.com/dist/main/images/ico01.webp) no-repeat;
            width: 34px;
            height: 30px;
            margin-bottom: 15px;
        }

.presentation-slider .sumary-blocks__block p {
    margin-bottom: 10px;
    color: #a9a9a9;
    font-size: 14px;
    line-height: 1.2;
}

    .presentation-slider .sumary-blocks__block p:last-of-type {
        margin-bottom: 0;
    }


    .presentation-slider .sumary-blocks__block p.title {
        color: #000;
        font-size: 20px;
    }

/* basics copyright */
.presentation-carousel .owl-stage .item.presentation-slider__content_copyright {
    background: url(/dist/main/images/presentation_carousel/copy-top-left-decor.svg) no-repeat left 3%, url(/dist/main/images/presentation_carousel/top-right-lines.svg) no-repeat right top, url(/dist/main/images/presentation_carousel/copy-bottom-right-decor.svg) no-repeat right bottom, url(/dist/main/images/presentation_carousel/copy-bottom-left-decor.svg) no-repeat left bottom;
}

.presentation-slider__content_copyright .presentation-slider__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.presentation-slider__content_copyright .presentation-slider__logo {
    margin-top: auto;
    margin-bottom: 30px;
}

.presentation-slider__content_copyright h4 {
    color: #0DB665;
    font-size: 20px;
    margin: 0;
}

.presentation-slider__content_copyright p.copyright-text {
    margin-top: auto;
    margin-bottom: 20px;
    color: #000000;
    font-size: 14px;
}

@media(max-width: 992px) {
    .presentation-slider__more {
        margin-top: 20px;
    }

    .presentation-carousel .owl-stage .item.presentation-slider__content_main {
        background: url(/dist/main/images/presentation_carousel/main-top-left-decor.svg) no-repeat left 30%, url(/dist/main/images/presentation_carousel/main-bottom-left-decor.svg) no-repeat left bottom, url(/dist/main/images/presentation_carousel/main-center-left-decor.svg) no-repeat left center, url(/dist/main/images/presentation_carousel/top-right-lines.svg) no-repeat right top, url(/dist/main/images/presentation_carousel/main-top-right-decor.svg) no-repeat right top, url(/dist/main/images/presentation_carousel/main-bottom-right-decor.svg) no-repeat right bottom, url(/dist/main/images/presentation_carousel/main-bg.jpg) no-repeat center / cover;
    }

    .presentation-slider__content_main .main-wrapper {
        max-width: 450px;
        width: 100%;
    }

    .presentation-slider__title::before {
        width: 100vw;
    }

    .presentation-slider__coverage-list {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media(max-width: 768px) {
    .presentation-slider__wrapper {
        max-width: 100%;
        width: 100%;
    }

    .presentation-slider .owl-controls .owl-nav {
        display: none;
    }

    .presentation-slider__content_main .main-wrapper {
        padding-left: 0;
    }

    .presentation-slider__content_main .presentation-slider__content,
    .presentation-slider__content_copyright .presentation-slider__content {
        min-height: 500px;
    }

    .presentation-slider__list {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .presentation-slider__content_sports .sport-list__item {
        width: calc(100% / 3);
    }
}

@media(max-width: 576px) {
    .presentation-slider__title {
        margin-bottom: 40px;
    }

        .presentation-slider__title::before {
            height: calc(100% + 100px);
            transform: translateY(-50%);
            background-size: auto 70%;
        }

    .presentation-slider__list {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }

    .presentation-carousel .owl-stage .item {
        background: url(/dist/main/images/presentation_carousel/top-right-lines.svg) no-repeat right top / 35% auto, url(/dist/main/images/presentation_carousel/bottom-right-decor.svg) no-repeat right bottom / 35% auto, url(/dist/main/images/presentation_carousel/bottom-left-decor.svg) no-repeat left bottom;
    }

        .presentation-carousel .owl-stage .item.presentation-slider__content_main {
            background: url(/dist/main/images/presentation_carousel/main-top-left-decor.svg) no-repeat left 25%, url(/dist/main/images/presentation_carousel/main-bottom-left-decor.svg) no-repeat left bottom / 30% auto, url(/dist/main/images/presentation_carousel/main-center-left-decor.svg) no-repeat left center / auto 74%, url(/dist/main/images/presentation_carousel/top-right-lines.svg) no-repeat right top / 35% auto, url(/dist/main/images/presentation_carousel/main-top-right-decor.svg) no-repeat right top / 30% auto, url(/dist/main/images/presentation_carousel/main-bottom-right-decor.svg) no-repeat right bottom / 50% auto, url(/dist/main/images/presentation_carousel/main-bg.jpg) no-repeat center / cover;
        }

    .presentation-slider__content_sports .sport-list__item {
        width: calc(100% / 2);
    }

    .presentation-slider__coverage-list {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }

        .presentation-slider__coverage-list li {
            padding-left: 15px;
        }

    .presentation-slider__sumary-blocks li {
        width: 100%;
    }

    .presentation-carousel .owl-stage .item.presentation-slider__content_copyright {
        background: url(/dist/main/images/presentation_carousel/copy-top-left-decor.svg) no-repeat left 4% / 25% auto, url(/dist/main/images/presentation_carousel/top-right-lines.svg) no-repeat right top / 35% auto, url(/dist/main/images/presentation_carousel/copy-bottom-right-decor.svg) no-repeat right bottom / 25% auto, url(/dist/main/images/presentation_carousel/copy-bottom-left-decor.svg) no-repeat left bottom / 80% auto;
    }
}


.main-info-area {
    background-color: #ececec;
    background-image: linear-gradient(#ececec, #fff);
    padding: 80px 0;

    .gs-h2, .gs-h3, .coverage-area p.gs-p {
        text-align: left;
    }

    .gs-h2-top-margin {
        margin-top: 25px;
    }
}