html {
    font-size: 15px
}

body {
    color: #2d2d2c;
    font-family: "Rubik";
    background-color: #f8f8f8
}

ul {
    margin: 0;
    padding: 0;
    list-style-position: inside
}
img {
    max-width: 100%;
    height: auto
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
    font-family: inherit
}
a {
    color: #181818;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease
}

a:focus,a:hover {
    color: #181818;
    text-decoration: none
}
.btn {
    font-weight: bold;
    padding: 0.7rem 1rem;
    font-size: 18px;
    font-size: 1.2857142857rem;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    overflow: hidden
}

.btn:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.15;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10
}

.btn:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1)
}

.btn--green {
    background: #559f3d;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
    color: #fff
}

.btn--green:hover {
    color: #fff;
    opacity: 0.7
}
.btn--full {
    display: block;
    width: 100%
}
.btn .btn-p1 {
    display: block
}

.btn .btn-p2 {
    display: block;
    font-weight: 400;
    font-size: 13px;
    font-size: 0.9285714286rem;
    opacity: 0.8
}
.rating .star {
    display: inline-block;
    margin: 0 1px;
    background: #2d739b;
    width: 28px;
    height: 28px;
    line-height: 27px;
    text-align: center;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    vertical-align: middle
}

.rating i {
    color: #fff;
    font-size: 14px;
    vertical-align: middle
}
.table-s2 {
    margin-bottom: 20px
}

.table-s2.table-s2--hide-counter .item .item-row .col-logo .rank-num {
    display: none
}

.table-s2.table-s2--hide-counter .item .item-row .col-logo .logo-box {
    margin-left: 0
}

.table-s2.table-s2--hide-rating .item .item-row .col-logo {
    width: 28%
}

@media (max-width: 991px) {
    .table-s2.table-s2--hide-rating .item .item-row .col-logo {
        width:25%
    }
}

@media (max-width: 767px) {
    .table-s2.table-s2--hide-rating .item .item-row .col-logo {
        width:100%
    }
}

.table-s2.table-s2--hide-rating .item .item-row .col-bonus {
    width: 22%
}

@media (max-width: 991px) {
    .table-s2.table-s2--hide-rating .item .item-row .col-bonus {
        width:22%
    }
}

@media (max-width: 767px) {
    .table-s2.table-s2--hide-rating .item .item-row .col-bonus {
        width:100%
    }
}

.table-s2.table-s2--hide-rating .item .item-row .col-features {
    width: 30%
}

@media (max-width: 991px) {
    .table-s2.table-s2--hide-rating .item .item-row .col-features {
        width:30%;
        display: block
    }
}

@media (max-width: 767px) {
    .table-s2.table-s2--hide-rating .item .item-row .col-features {
        width:100%
    }
}

.table-s2.table-s2--hide-rating .item .item-row .col-btn {
    width: 20%
}

@media (max-width: 991px) {
    .table-s2.table-s2--hide-rating .item .item-row .col-btn {
        width:23%
    }
}

@media (max-width: 767px) {
    .table-s2.table-s2--hide-rating .item .item-row .col-btn {
        width:100%
    }
}
.table-s2 .item {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 10px 15px;
    transition: background-color 400ms ease;
    margin-top: -1px
}

.table-s2 .item:nth-child(even) {
    background-color: #faf9f9
}

.table-s2 .item:hover {
    background: #e8f2f8;
    box-shadow: inset 0 0 0 5px #fff
}

.table-s2 .item .item-row {
    margin-left: -5px;
    margin-right: -5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center
}

.table-s2 .item .item-row>div {
    padding: 0 5px
}

.table-s2 .item .item-row .col-logo {
    width: 23%;
    position: relative
}

@media (max-width: 991px) {
    .table-s2 .item .item-row .col-logo {
        width:25%
    }
}

@media (max-width: 767px) {
    .table-s2 .item .item-row .col-logo {
        width:100%;
        position: relative;
        margin-bottom: 15px
    }
}
.table-s2 .item .item-row .col-logo .rank-num {
    position: absolute;
    top: 50%;
    left: 12px;
    font-size: 18px;
    font-size: 1.2857142857rem;
    margin-top: -8px;
    line-height: 1;
    font-weight: 700
}
@media (max-width: 991px) {
    .table-s2 .item .item-row .col-logo .rank-num {
        left:7px;
        font-size: 16px;
        font-size: 1.1428571429rem
    }
}

@media (max-width: 767px) {
    .table-s2 .item .item-row .col-logo .rank-num {
        margin-top:0;
        left: 5px;
        top: 0;
        background: #fff;
        z-index: 2;
        width: 20px;
        line-height: 20px;
        text-align: center;
        font-size: 14px;
        font-size: 1rem
    }
}

.table-s2 .item .item-row .col-logo .logo-box {
    background: #eeedeb;
    height: 0;
    padding: 0 0 55%;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    margin-left: 35px;
    position: relative;
    border-radius: 5px
}

@media (max-width: 991px) {
    .table-s2 .item .item-row .col-logo .logo-box {
        margin-left:25px
    }
}

@media (max-width: 767px) {
    .table-s2 .item .item-row .col-logo .logo-box {
        margin-left:0;
        padding-bottom: 30%
    }
}

.table-s2 .item .item-row .col-logo .logo-box a {
    display: inline-block;
    width: 100%;
    height: inherit;
    padding-bottom: inherit
}

.table-s2 .item .item-row .col-logo .logo-box a img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 80%;
    max-height: 90%
}

.table-s2 .item .item-row .col-rating {
    width: 14%
}
@media (max-width: 991px) {
    .table-s2 .item .item-row .col-rating {
        width:19%
    }
}

@media (max-width: 767px) {
    .table-s2 .item .item-row .col-rating {
        width:50%
    }
}
.table-s2 .item .item-row .col-rating .rating .star {
    background: none;
    width: auto;
    height: auto;
    line-height: 1
}

.table-s2 .item .item-row .col-rating .rating .star .icon-poka {
    color: #ffce1b;
    font-size: 18px
}

.table-s2 .item .item-row .col-rating .item-ratings-num {
    padding-top: 5px;
    font-size: 12px;
    font-size: 0.8571428571rem;
    opacity: 0.6
}

.table-s2 .item .item-row .col-rating .btn-read-more {
    padding-top: 4px;
    color: #2d739b;
    font-weight: 400;
    border-bottom: 1px dashed #2d739b;
    display: inline-block;
    line-height: 1.2
}

.table-s2 .item .item-row .col-rating .btn-read-more:hover {
    border-bottom-style: solid
}

.table-s2 .item .item-row .col-bonus {
    width: 16%
}
@media (max-width: 991px) {
    .table-s2 .item .item-row .col-bonus {
        width:26%
    }
}

@media (max-width: 767px) {
    .table-s2 .item .item-row .col-bonus {
        width:50%
    }
}
.table-s2 .item .item-row .col-bonus h5 {
    font-size: 14px;
    font-size: 1rem;
    padding: 0;
    margin-bottom: 5px
}
.table-s2 .item .item-row .col-features {
    width: 25%;
    text-align: left
}

@media (max-width: 991px) {
    .table-s2 .item .item-row .col-features {
        display:none
    }
}

@media (max-width: 767px) {
    .table-s2 .item .item-row .col-features {
        width:100%;
        display: block
    }
}

@media (max-width: 767px) {
    .table-s2 .item .item-row .col-features ul {
        padding:20px 0
    }
}
.table-s2 .item .item-row .col-features ul li {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    font-size: 0.9285714286rem;
    line-height: 1.2
}
@media (max-width: 767px) {
    .table-s2 .item .item-row .col-features ul li {
        text-align:center;
        line-height: 1.1;
        font-size: 12px;
        font-size: 0.8571428571rem;
        margin-bottom: 3px
    }
}

.table-s2 .item .item-row .col-features ul li:before {
    content: "\02714";
    color: #2d739b;
    padding-right: 8px;
    font-size: 16px;
    font-size: 1.1428571429rem
}

.table-s2 .item .item-row .col-features ul li:last-child {
    margin-bottom: 0
}

.table-s2 .item .item-row .col-btn {
    width: 22%
}
@media (max-width: 991px) {
    .table-s2 .item .item-row .col-btn {
        width:30%
    }
}

@media (max-width: 767px) {
    .table-s2 .item .item-row .col-btn {
        width:100%
    }
}
.table-s2 .item .item-row .row-terms {
    width: 100%
}
img.size-auto,img.size-full,img.size-large,img.size-medium,.attachment img,.widget-container img {
    max-width: 100%;
    height: auto
}