.footerColumnMenuCon {
    box-shadow: 0 0 3px rgba(0,0,0,.3)
}

body:not(.withLangs):not(.haveLeftMenu):not(.fixedRight):not(.noWrap):not(.toto_bg) .footerColumnMenuCon {
    margin: 0
}

.footerColumnMenu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 10px 0 20px;
    margin-bottom: 5px;
    background: #103856;
    font-size: 16px
}

.footerColumnMenuCon {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.footerColumnMenu .namesBG {
    display: none
}

.china .footerColumnMenu .namesBG {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 10px;
    overflow: hidden;
    border: 0;
    background: none
}

.footerColumnMenu .col {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 2px;
    width: 15%
}

.footerColumnMenu .col,.footerColumnMenu .name {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.footerColumnMenu .name {
    position: relative;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 15px 0;
    height: auto;
    text-transform: uppercase;
    font-size: 1.125em;
    font-weight: 500;
    color: #fff
}

@media (max-width: 1439px) {
    .footerColumnMenu .name {
        font-size:.875em
    }
}

.footerColumnMenu .name:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 26px;
    height: 3px;
    background: #4aa3d9
}

.footerColumnMenuUL {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 15px 0;
    margin: 0;
    list-style: none
}

.footerColumnMenuUL>li {
    display: block;
    position: relative;
    padding: 5px 0;
    height: auto;
    line-height: 20px;
    white-space: nowrap
}

.footerColumnMenuUL a {
    display: inline-block;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .9375em;
    white-space: nowrap;
    color: #d1dfef
}

@media (max-width: 1439px) {
    .footerColumnMenuUL a {
        font-size:.8125em
    }
}

.footerColumnMenuUL a:hover {
    z-index: 1;
    max-width: 100%;
    background: none;
    color: #fff
}

.footerColumnMenuUL a:hover:before {
    width: 100%;
    background-color: #fff
}

.footerColumnMenuUL a:hover+.arr:before {
    color: hsla(0,0%,100%,.5);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.footerColumnMenuUL a:before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #d1dfef
}

.footerColumnMenuUL .sub_ul li a {
    font-size: 1.091em
}

.footerColumnMenuUL .sub_ul li .sub_ul li a {
    font-size: 1.59em
}

.footerColumnMenuUL .arr {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 10px;
    height: 20px;
    vertical-align: top;
    font-size: .6875em
}

.footerColumnMenuUL .arr:before {
    content: "\f0d7";
    position: relative;
    bottom: auto;
    font-family: FontAwesome;
    line-height: 19px;
    color: #fff;
    transition: .3s
}

.footerColumnMenuUL .arr:hover:before {
    color: hsla(0,0%,100%,.5);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sub_ul {
    display: none;
    position: absolute;
    bottom: 0;
    left: 8px;
    z-index: 1;
    padding: 5px 10px;
    border: 1px solid hsla(0,0%,100%,.5);
    border-radius: 3px;
    background: #0c304b;
    list-style: none;
    transition: .3s ease
}

.arr:hover>.sub_ul,.footerColumnMenuUL a:hover+.arr>.sub_ul {
    display: block
}

.footerColumnMenuUL a {
    transition: color .3s ease
}

.footerColumnMenuUL a:hover:before {
    transition: .3s ease
}

.foot-description {
    margin-bottom: 5px;
    overflow: hidden;
    background: #103856;
    color: #fff
}

.china .foot-description {
    margin: 0
}

.foot-description-bg {
    box-shadow: none;
    background: #0c304b;
    font-size: 16px;
    line-height: 115%;
    color: #659bc3
}

.foot-description-bg .style_h1,.foot-description-bg h1,.foot-description-bg h3 {
    color: #fff
}

.foot-description-bg h3 {
    font-size: .875em
}

.foot-description-bg .style_h1,.foot-description-bg h1,.foot-description-bg h2 {
    padding: 0 10px;
    margin-top: 27px;
    margin-left: 10px;
    font-size: 1.125em
}

.foot-description table {
    margin-bottom: 15px;
    margin-left: 10px
}

.foot-description table tr td {
    padding: 0 10px;
    vertical-align: top
}

.foot-description ul {
    padding: 0 0 0 15px
}

.foot-description p,.foot-description ul {
    font-size: .875em;
    line-height: 1.43
}

.foot-description h1 {
    padding-left: 20px
}

.foot-description h1,.foot-description h3 {
    margin: 1.2em 0;
    text-transform: uppercase
}

@media (max-width: 1439px) {
    .foot-description h1,.foot-description h3 {
        font-size:.875em
    }
}

.foot-description-partner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: .625em 1.25em 1.25em;
    font-size: 16px
}

.foot-description-partner__title {
    margin: 0 0 1.07143em;
    font-size: .875em;
    color: #fff
}

.foot-description-partner__esport,.foot-description-partner__sport {
    margin-top: 1.875em
}

.foot-description-partner__sport {
    margin-right: 2.5em
}

.foot-description-partner__wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .9375em
}

@media (max-width: 1439px) {
    .foot-description-partner__wrap {
        font-size:12px
    }
}

@media (max-width: 1349px) {
    .foot-description-partner__wrap {
        font-size:9px
    }
}

.foot-description-partner__item {
    display: block;
    -webkit-flex-basis: 5.3125em;
    -ms-flex-preferred-size: 5.3125em;
    flex-basis: 5.3125em;
    min-width: 5.3125em;
    height: 5.9375em;
    margin-right: .9375em;
    margin-bottom: .625em;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%
}

.foot-description-partner__item--vertical {
    background-size: auto 100%
}

.foot-description-partner__item--astana {
    min-width: 9.375em;
    background-image: url(/web/20190624090817im_/https://v2l.ccdnss.com/default/img/partners/logo-astana.png)
}

.foot-description-partner__item--tottenham {
    -webkit-flex-basis: 3.125em;
    -ms-flex-preferred-size: 3.125em;
    flex-basis: 3.125em;
    min-width: 3.125em;
    background-image: url(/web/20190624090817im_/https://v2l.ccdnss.com/default/img/partners/logo-tottenhamhotspur.svg);
    background-size: auto 100%
}

.foot-description-partner__item--serie {
    background-image: url(/web/20190624090817im_/https://v2l.ccdnss.com/default/img/partners/logo-serie.png);
    background-size: auto 100%
}

.foot-description-partner__item--cardiff {
    background-image: url(/web/20190624090817im_/https://v2l.ccdnss.com/default/img/partners/logo-cardiff.png)
}

.foot-description-partner__item--npfl {
    background-image: url(/web/20190624090817im_/https://v2l.ccdnss.com/default/img/partners/logo-npfl.png)
}

.foot-description-partner__item--npf {
    background-image: url(/web/20190624090817im_/https://v2l.ccdnss.com/default/img/partners/logo-npf.png)
}

.foot-description-partner__item--can-en {
    min-width: 10.125em;
    background-image: url(/web/20190624090817im_/https://v2l.ccdnss.com/default/img/partners/can-2019_en.png)
}

.foot-description-partner__item--can-fr {
    min-width: 10.125em;
    background-image: url(/web/20190624090817im_/https://v2l.ccdnss.com/default/img/partners/can-2019_fr.png)
}

.foot-description-partner__item--caf-champ {
    background-image: url(/web/20190624090817im_/https://v2l.ccdnss.com/default/img/partners/caf-champions_en.png)
}

.foot-description-partner__item--caf-conf {
    background-image: url(/web/20190624090817im_/https://v2l.ccdnss.com/default/img/partners/caf-confederation_en.png)
}

.foot-description-partner__item--usd {
    background-image: url(/web/20190624090817im_/https://v2l.ccdnss.com/default/img/partners/logo-usd.png)
}

.foot-description-partner__item--hellraisers {
    background-image: url(/web/20190624090817im_/https://v2l.ccdnss.com/default/img/partners/logo-hellraisers.png)
}

.foot-description-partner__item--cascade {
    margin-left: .9375em;
    background-image: url(/web/20190624090817im_/https://v2l.ccdnss.com/default/img/partners/cascade.png)
}

.foot-description-partner__item--hockey-astana {
    min-width: 10.125em;
    background-image: url(/web/20190624090817im_/https://v2l.ccdnss.com/default/img/partners/logo-hockey-astana.png)
}

.foot-description-partner__item--laliga {
    background-image: url(/web/20190624090817im_/https://v2l.ccdnss.com/default/img/partners/logo-laliga.png);
    background-size: contain
}

.foot-description-partner__item--brazilA {
    background-image: url(/web/20190624090817im_/https://v2l.ccdnss.com/default/img/partners/brazilSerieA.png);
    background-size: auto 100%
}

.foot-description-partner__item--brazilB {
    background-image: url(/web/20190624090817im_/https://v2l.ccdnss.com/default/img/partners/brazilSerieB.png);
    background-size: auto 100%
}

.footer-position {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0 3px 3px rgba(0,0,0,.3);
    background: #103856;
    color: #d1dfef
}

.footer-position--kz .col_1 {
    position: relative;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0
}

.footer-position--kz .footer-support-phone {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.footer-position--kz .footer-support-text {
    width: 50%
}

.footer-position--kz .footer-support-block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 20px;
    right: 0;
    width: 60%
}

.footer-position--kz .footer-support-numb,.footer-position--kz .footer-support-text {
    font-size: .875em
}

.footer-position--kz .footer-support-numb {
    margin-left: 15px
}

@media screen and (max-width: 1720px) {
    .footer-position--kz .col_1 {
        -webkit-flex-basis:33%;
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }

    .footer-position--kz .footer-support-block {
        position: static;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer-position--kz .footer-support-numb {
        margin: 2px 0 0
    }

    .footer-position--kz .foot_column.col_2 {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .footer-position--kz .footer-copy span {
        margin: 0 0 5px 5px
    }

    .footer-position--kz .foot_column.col_3 {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 32%
    }
}

@media screen and (max-width: 1100px) {
    .footer-position--kz {
        margin-bottom:20px;
        box-shadow: none
    }

    .footer-position--kz .footer-support-block {
        padding-bottom: 10px
    }

    .footer-position--kz .foot_column:nth-child(3).col_2 {
        position: absolute;
        top: 50%;
        right: 0;
        width: 50%
    }

    .footer-position--kz .foot_column.col_3 {
        position: absolute;
        top: 75%;
        width: 50%;
        min-height: 50px
    }
}

.footer-position .age {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-right: 10px;
    border: 2px solid #d1dfef;
    border-radius: 50%;
    text-align: center;
    font-size: 1.125em;
    font-weight: 700;
    line-height: 1;
    color: #d1dfef
}

.foot_column,.footer-position .age {
    box-sizing: border-box;
    -webkit-align-items: center;
    align-items: center
}

.foot_column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 10px 0 20px;
    min-height: 86px;
    font-size: 16px
}

.foot_column--thailand {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.foot_column--thailand .footer-info-social {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0
}

.foot_column--thailand .contacts-info-social__icon {
    width: 32px;
    height: 32px;
    margin-right: 16px;
    background: url(/web/20190624090817im_/https://v2l.ccdnss.com/default/img/information/contacts/line.jpg) no-repeat 50%/cover
}

.foot_column--thailand .footer-support-phone {
    padding-top: 55px
}

.foot_column--thailand .contacts-info-social__number {
    font-size: 14px;
    color: #d4d4d4;
    transition: color .3s ease
}

.foot_column--thailand .contacts-info-social__number:hover {
    color: #fff
}

.foot_column.col_2 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.foot_column.col_3 {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.footer-copy {
    font-size: .6875em
}

.footer-support-phone {
    margin-right: 10px;
    font-size: .875em
}

.footer-support-phone b {
    font-size: 22px;
    white-space: nowrap;
    color: #fff
}

#social_networks {
    position: relative;
    margin-left: auto;
    white-space: nowrap
}

.sn_line {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin-top: 3px
}

.sn_line_logo {
    position: relative;
    padding: 4px 3px;
    margin: 0 5px 0 0;
    border-radius: 50%;
    background: #fff;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: .5px;
    color: #103856
}

.sn_line_logo:before {
    content: "";
    position: absolute;
    right: 9px;
    bottom: -4px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg)
}

.sn_line_text {
    padding: 0;
    margin: 0;
    font-size: 10px;
    color: #fff
}

#___plusone_0 {
    margin-left: 10px!important
}

.f-license--main {
    cursor: pointer;
    text-decoration: underline
}

.f-license--main:hover {
    text-decoration: none;
    color: #fff
}

.f-license--main:hover+.f-license--more {
    visibility: visible;
    opacity: 1
}

.f-license-other {
    display: block;
    position: relative
}

.f-license-other__highlight {
    cursor: pointer;
    text-decoration: underline;
    color: #fff
}

.f-license-other:hover .f-license-other__more {
    visibility: visible;
    opacity: 1
}

.f-license-other__more {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: -25px;
    bottom: calc(100% + 5px);
    z-index: 1;
    box-sizing: border-box;
    padding: 8px;
    width: 310px;
    border: 1px solid #fff;
    border-radius: 2px;
    background: #103856;
    text-align: left;
    font-size: 10px;
    color: hsla(0,0%,100%,.85)
}

.f-license-other__more:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.f-license--more {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 100%;
    left: -50%;
    z-index: 1;
    box-sizing: border-box;
    padding: 5px;
    width: 200%;
    border: 1px solid #95c6e9;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,.6);
    background: #0c304b
}

.f-license--more:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 4px solid #d1dfef;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.f-license__text {
    padding-bottom: 2px;
    text-align: left
}

.footer-license {
    position: relative;
    margin-bottom: 5px;
    font-size: .6875em
}

.footer-license.f-license--big {
    margin-bottom: 2px;
    font-size: 16px
}

.footer-license.f-license--big .f-license--more {
    left: -100%;
    width: 300%
}

.footer-copy span {
    display: block
}

.footer-partners {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

body.haveLeftMenu #footer,body.haveLeftMenu .foot-description-bg,body.haveLeftMenu .footerColumnMenuCon,body.withLangs #footer,body.withLangs .foot-description-bg,body.withLangs .footerColumnMenuCon {
    margin-left: 60px
}

body.withLangs.haveLeftMenu #footer,body.withLangs.haveLeftMenu .foot-description-bg,body.withLangs.haveLeftMenu .footerColumnMenuCon {
    margin-left: 110px
}

body.fixedLeft #footer,body.fixedLeft .foot-description-bg,body.fixedLeft .footerColumnMenuCon {
    margin-left: 270px
}

@media screen and (max-width: 1366px) {
    body.fixedLeft #footer,body.fixedLeft .foot-description-bg,body.fixedLeft .footerColumnMenuCon {
        margin-left:220px
    }
}

body.noWrap #m_right #footer,body.noWrap #m_right .foot-description-bg,body.noWrap #m_right .footerColumnMenuCon {
    margin-left: 270px
}

body.betting-main:not(.withLangs) #footer,body.betting-main:not(.withLangs) .foot-description-bg,body.betting-main:not(.withLangs) .footerColumnMenuCon {
    margin-left: 0
}

body.withLangs.fixedLeft #footer,body.withLangs.fixedLeft .foot-description-bg,body.withLangs.fixedLeft .footerColumnMenuCon {
    margin-left: 320px
}

@media screen and (max-width: 1366px) {
    body.withLangs.fixedLeft #footer,body.withLangs.fixedLeft .foot-description-bg,body.withLangs.fixedLeft .footerColumnMenuCon {
        margin-left:270px
    }
}

#m_left #footer,#m_left .foot-description-bg,#m_left .footerColumnMenuCon,body.fixedRight #footer,body.fixedRight .foot-description-bg,body.fixedRight .footerColumnMenuCon {
    margin-right: 270px
}

@media screen and (max-width: 1366px) {
    body.betting:not(.withLangs) #footer,body.betting:not(.withLangs) .foot-description-bg,body.betting:not(.withLangs) .footerColumnMenuCon {
        margin-left:0
    }
}

@media screen and (min-width: 1366px) {
    #m_left body.fixedRight.biggerRight #footer,#m_left body.fixedRight.biggerRight .foot-description-bg,#m_left body.fixedRight.biggerRight .footerColumnMenuCon,#m_left body.fixedRight.biggestRight #footer,#m_left body.fixedRight.biggestRight .foot-description-bg,#m_left body.fixedRight.biggestRight .footerColumnMenuCon,body.fixedRight.biggerRight #footer,body.fixedRight.biggerRight .foot-description-bg,body.fixedRight.biggerRight .footerColumnMenuCon,body.fixedRight.biggestRight #footer,body.fixedRight.biggestRight .foot-description-bg,body.fixedRight.biggestRight .footerColumnMenuCon {
        margin-right:420px
    }
}

@media screen and (min-width: 1920px) {
    #m_left body.fixedRight.biggestRight #footer,#m_left body.fixedRight.biggestRight .foot-description-bg,#m_left body.fixedRight.biggestRight .footerColumnMenuCon,body.fixedRight.biggestRight #footer,body.fixedRight.biggestRight .foot-description-bg,body.fixedRight.biggestRight .footerColumnMenuCon {
        margin-right:500px
    }
}

body.noWrap .account-page~#m_right #footer,body.noWrap .account-page~#m_right .foot-description-bg,body.noWrap .account-page~#m_right .footerColumnMenuCon {
    margin-left: 0
}

@media screen and (max-width: 1599px) {
    .footer-position {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background-color: transparent
    }

    .foot_column {
        background: #103856
    }

    .foot_column.col_1 {
        border-bottom: 1px solid #0c304b
    }

    .foot_column.col_2 {
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left
    }
}

.footer_games {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px!important;
    background: #0c304b
}

.fg_items {
    display: block;
    position: relative;
    -webkit-flex: 1 16.66667%;
    -ms-flex: 1 16.66667%;
    flex: 1 16.66667%;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 6px 30px 6px 25px;
    min-width: 200px;
    margin-bottom: 1px;
    margin-left: 2px;
    background: #103856;
    text-decoration: none;
    transition: background-color .3s ease
}

.fg_items:before {
    content: "\f105";
    position: absolute;
    top: calc(50% - 7px);
    right: 13px;
    font-family: FontAwesome;
    font-size: 14px;
    color: #d1dfef
}

.fg_items_date,.fg_items_title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    white-space: nowrap;
    color: #fff
}

.fg_items_date {
    font-size: 11px;
    color: #d1dfef
}

.fg_items_time {
    padding-left: 5px
}

.fg_items:hover {
    background: #2a597a
}

.sn_line_logo_line {
    width: 25px;
    height: 25px;
    margin: 0 10px 0 0;
    background-image: url(/web/20190624090817im_/https://v2l.ccdnss.com/default/img/footer_ico_message.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 300%
}

.sn_line_logo_line+.sn_line_text {
    font-size: 12px
}

.snl_logo_dialog {
    background-position: 50% 0
}

.snl_logo_dialog_two {
    background-position: 100% 0
}

.footer-position_big .foot_column {
    height: 130px
}

body.noWrap .rating1x_back~#m_right #footer,body.noWrap .rating1x_back~#m_right .foot-description-bg,body.noWrap .rating1x_back~#m_right .footerColumnMenuCon {
    margin-left: 0
}

.f-offers {
    padding-top: 15px;
    font-size: 16px
}

.f-offers__name {
    font-size: 1.125em
}

@media screen and (max-width: 1780px) {
    .f-offers {
        -webkit-flex:0 0;
        -ms-flex: 0 0;
        flex: 0 0;
        width: 100%;
        max-width: 520px
    }
}

.f-s_big .footerColumnMenu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.f-s_big .footerColumnMenu .col {
    width: 25%
}

.casino-tapes {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 2.1vw;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-family: Roboto,Roboto Local;
    font-weight: 400;
    color: #000
}

.casino-tape {
    display: inline-block;
    position: relative;
    padding: .38889em .61111em;
    margin-bottom: 3px;
    text-align: right;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    color: #000
}

.casino-tape:after,.casino-tape:before {
    content: "";
    position: absolute;
    right: 100%;
    border-color: transparent;
    border-style: solid;
    border-width: .88889em .11111em .88889em .55556em;
    text-transform: uppercase
}

.casino-tape:before {
    top: 0
}

.casino-tape:after {
    bottom: 0
}

.casino-tape--theme-green {
    background: #7ea930;
    background: linear-gradient(90deg,#789c36 -25%,#c3f097,#789c36 125%)
}

.casino-tape--theme-green:after {
    border-right-color: #92b958;
    border-bottom-color: #92b958
}

.casino-tape--theme-green:before {
    border-top-color: #92b958;
    border-right-color: #92b958
}

.casino-tape--theme-blue {
    background: #97c7f9;
    background: linear-gradient(90deg,#36689c -25%,#97b5f0,#36689c 125%)
}

.casino-tape--theme-blue:after {
    border-right-color: #5883b9;
    border-bottom-color: #5883b9
}

.casino-tape--theme-blue:before {
    border-top-color: #5883b9;
    border-right-color: #5883b9
}

.casino-tape--theme-brown {
    background: #9c7636;
    background: linear-gradient(90deg,#9c7636 -25%,#f0dc97,#9c7636 125%)
}

.casino-tape--theme-brown:after {
    border-right-color: #b99a58;
    border-bottom-color: #b99a58
}

.casino-tape--theme-brown:before {
    border-top-color: #b99a58;
    border-right-color: #b99a58
}

.casino-tape--add {
    position: relative;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

.casino-tape--add:before {
    content: "+";
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: calc(50% - 7px);
    right: 0;
    z-index: 1;
    box-sizing: border-box;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 2px;
    width: 16px;
    height: 14px;
    border: none;
    background: url(/web/20190624090817im_/https://v2l.ccdnss.com/default/img/triangle.svg) 50% no-repeat;
    background-size: cover;
    font-size: 12px;
    line-height: 1
}

.casino-tape--is-rotated {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: rotate(45deg) translate(31%,-150%);
    transform: rotate(45deg) translate(31%,-150%)
}

.casino-tape--is-rotated:after,.casino-tape--is-rotated:before {
    display: none
}

.footer-messengers {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer-messengers__phone {
    padding: 3px 0;
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1;
    color: #fff
}

.footer-messengers__titile {
    text-align: center;
    font-size: .875em
}

.footer-messengers__item {
    margin: 0 5px;
    text-decoration: none
}

.footer-messengers__item:before {
    font-family: FontAwesome;
    font-size: 28px;
    line-height: 1;
    color: #fff
}

.footer-messengers__item--viber:before {
    content: "";
    display: block;
    width: 28px;
    height: 30px;
    background: url(/web/20190624090817im_/https://v2l.ccdnss.com/default/img/viber.svg) 50% no-repeat;
    background-size: cover
}

.footer-messengers__item--whatsapp:before {
    content: "\f232";
    font-size: 32px
}

.footer-messengers__item--telegram:before {
    content: "\f2c6"
}

.f-policy {
    padding: 1.25em .83333em;
    margin-bottom: .41667em;
    background-color: #113755;
    font-size: 12px;
    line-height: 1.5;
    color: hsla(0,0%,100%,.7)
}

.f-policy,.f-policy * {
    box-sizing: border-box
}

.f-policy__link {
    text-decoration: underline;
    color: #fff;
    transition: color .3s ease
}

.f-policy__link:hover {
    color: #d4d4d4
}

.social_networks_footer {
    padding-top: 20px
}

.f-paysystems {
    padding: .83333em;
    margin-bottom: .41667em;
    background-color: #113755;
    font-size: 12px;
    line-height: 1.5;
    color: hsla(0,0%,100%,.7);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.f-paysystems,.f-paysystems * {
    box-sizing: border-box
}

.f-paysystems__item {
    margin: 0 .83333em
}

.f-paysystems__icon {
    display: block;
    width: 2.5em;
    height: 2.5em
}

.f-paysystems__icon--qiwi {
    width: 6.66667em
}

.f-paysystems__icon--free-kassa {
    width: 10em
}

.f-paysystems__icon--bank-transfer {
    width: 8em
}

.f-paysystems__icon--wallet-one {
    width: 2.91667em
}

.f-paysystems__icon--webmoney,.f-paysystems__icon--yandex-money {
    width: 10.66667em
}

.f-paysystems__icon--maestro,.f-paysystems__icon--mastercard {
    width: 2.91667em
}

.f-paysystems__icon--visa {
    width: 4em
}

@media screen and (max-width: 1599px) {
    .f-paysystems__icon {
        width:1.66667em;
        height: 1.66667em
    }

    .f-paysystems__icon--free-kassa,.f-paysystems__icon--qiwi {
        width: 6.66667em
    }

    .f-paysystems__icon--bank-transfer {
        width: 5.33333em
    }

    .f-paysystems__icon--wallet-one {
        width: 2em
    }

    .f-paysystems__icon--yandex-money {
        width: 7.16667em
    }

    .f-paysystems__icon--webmoney {
        width: 4.5em
    }

    .f-paysystems__icon--maestro,.f-paysystems__icon--mastercard {
        width: 2.16667em
    }

    .f-paysystems__icon--visa {
        width: 2.66667em
    }
}

@media screen and (max-width: 1150px) {
    .f-paysystems__item {
        margin:0 .41667em
    }

    .f-paysystems__icon {
        width: 1.5em;
        height: 1.5em
    }

    .f-paysystems__icon--qiwi {
        width: 4.08333em
    }

    .f-paysystems__icon--free-kassa {
        width: 6em
    }

    .f-paysystems__icon--bank-transfer {
        width: 4.66667em
    }

    .f-paysystems__icon--wallet-one {
        width: 1.75em
    }

    .f-paysystems__icon--webmoney,.f-paysystems__icon--yandex-money {
        width: 6.41667em
    }

    .f-paysystems__icon--maestro,.f-paysystems__icon--mastercard {
        width: 1.91667em
    }

    .f-paysystems__icon--visa {
        width: 2.41667em
    }
}

/*
     FILE ARCHIVED ON 09:08:17 Jun 24, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:22:27 May 18, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.436
  load_resource: 140.979
  PetaboxLoader3.resolve: 31.811
  PetaboxLoader3.datanode: 39.43
*/
