html {
        background-color: var(--bg-body)
        }
body {
        margin: 0;
        font-size: var(--b-font-size);
        font-family: Roboto, sans-serif;
        color: var(--text-body-color);
        overflow-y: scroll;
        overflow-x: hidden
        }
body .tag-block {
        margin-left: calc(-100vw / 2 + 100% / 2) !important;
        margin-right: calc(-100vw / 2 + 100% / 2) !important;
        max-width: 100vw !important
        }
body .tag-block .tag-block {
        margin-left: 0 !important;
        margin-right: 0 !important
        }
body .tag-block__btn-more {
        padding: 10px 36px 9px;
        margin: 27px auto;
        display: table
        }
body .with-sidebar .tag-block, body.wp-admin .tag-block {
    margin-left: 0 !important;
    margin-right: 0 !important
    }
body .container, body .no-sidebar .page-content > *, body .with-sidebar .page-content {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%
    }
body .left-right .container {
    padding-left: 10px;
    padding-right: 10px
    }
body .top-bottom .container {
    padding-top: 10px;
    padding-bottom: 10px
    }
body .mobile-version {
    position: fixed;
    bottom: 6px;
    left: 0;
    right: 0;
    z-index: 10;
    display: none;
    padding: 10px 0 0 10px;
    text-align: center
    }
body .mobile-version:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.9
    }
body .mobile-version > * {
    font-size: 18px;
    padding: 5px 64px;
    border-radius: 5px !important
    }
body ol {
    counter-reset: myCounter;
    padding-left: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
    }
body ol li {
    list-style: none
    }
body ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: #fff;
    background: #f25b05;
    display: inline-block;
    text-align: center;
    margin: 5px 10px 5px 0;
    line-height: 19px;
    min-width: 19px;
    width: 19px;
    height: 19px;
    border-radius: 50%
    }
body .wp-block-image figcaption {
    border-bottom: 1px solid var(--main-accent-color);
    display: inline-block;
    font-size: 1.1rem
    }
body .wp-block-image img {
    height: auto
    }
body .wp-block-image .aligncenter {
    text-align: center
    }
body .wp-block-image .aligncenter figcaption {
    display: inline-block
    }
body .wp-block-media-text__media img {
    width: auto;
    max-width: 100%;
    height: auto
    }
body .wp-block-quote {
    border-left: 4px solid var(--main-accent-color);
    margin-left: 0;
    padding-left: 20px
    }
body .wp-block-quote cite {
    font-weight: 600
    }
body .sub-title {
    font-weight: 700;
    font-size: 19px;
    line-height: 142.69%;
    margin-bottom: 13px;
    margin-top: 0
    }
body p {
    line-height: 142.69%
    }
body h2 {
    font-weight: 600;
    font-size: 1.7rem;
    position: relative
    }
body h2::after {
    content: "";
    border-bottom: 2px solid var(--main-accent-color);
    width: 10%;
    position: absolute;
    bottom: -6px;
    left: 0
    }
.wp-admin body h2::after, .wp-toolbar body h2::after {
    content: none
    }
body h3 {
    font-weight: 700;
    font-size: 1.3rem
    }
body .dark-bg:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute
    }
a {
    color: var(--link_color)
    }
a:hover {
    color: var(--link_hover)
    }
.wp-block-table.is-style-stripes table {
    border-collapse: inherit
    }
.wp-block-table table {
    width: 99.6%;
    border-collapse: collapse;
    margin-left: 1px;
    border: 3px solid #d0e1cf
    }
.wp-block-table table thead {
    background-color: var(--h_background_color);
    color: var(--h_navigation_color);
    font-size: 19px
    }
.wp-block-table table thead th {
    padding: 10px;
    border-left: 1px solid var(--h_navigation_color)
    }
.wp-block-table table thead th:first-child {
    border-left: none
    }
table tbody td {
    border: 1px solid #f96018;
    padding: 10px;
    font-size: 14px
    }
.go-to-top {
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    position: fixed;
    bottom: 21px;
    right: 8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -20px -10px 0;
    border: 1px solid var(--main-accent-color);
    border-radius: 50%;
    padding: 5px;
    background-color: #f8f8f8;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 11;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
    }
.go-to-top.show {
    visibility: visible;
    opacity: 0.6
    }
.go-to-top.hide {
    visibility: hidden;
    opacity: 0
    }
.go-to-top:hover {
    opacity: 1
    }
.go-to-top:hover::after {
    right: -12px
    }
.btn, .btn-loadmore, .cards__btn-more, body .tag-block__btn-more {
    border-width: 1px;
    border-radius: var(--border-radius);
    border-style: solid;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    outline: 0;
    cursor: pointer;
    text-decoration: none
    }
.btn-loadmore, .btn-with-back {
    background-color: var(--btn-back-color);
    border-color: var(--btn-back-color);
    color: var(--btn-back-text-color)
    }
.btn-loadmore:hover, .btn-with-back:hover {
    background-color: var(--btn-back-hover-bg-color);
    border-color: var(--btn-back-hover-bg-color);
    color: var(--btn-back-hover-text-color)
    }
.btn-without-back-white {
    background-color: unset;
    border-color: var(--btn-border-color);
    color: var(--btn-border-color);
    border-width: 2px;
    font-weight: 400
    }
.btn-without-back-white:hover {
    border-color: var(--btn-border-hover-color);
    background-color: var(--btn-border-hover-color);
    color: var(--btn-border-hover-text-color)
    }
.cards__btn-more, body .tag-block__btn-more {
    background-color: unset;
    border-color: var(--main-accent-color);
    color: var(--text-body-color)
    }
.cards__btn-more:hover, body .tag-block__btn-more:hover {
    border-color: var(--text-body-color);
    color: var(--main-accent-color)
    }
.btn-big-text, .btn-loadmore, .cards__btn-more, body .tag-block__btn-more {
    text-transform: uppercase;
    font-size: 16px
    }
.btn-loadmore {
    margin: 40px auto;
    display: table;
    padding: 10px 40px
    }
.content-button {
    margin: 20px
    }
.content-button__control {
    display: table;
    padding: 10px 55px 9px;
    font-size: 1.3rem
    }
.align-center .content-button__control {
    margin: auto
    }
.align-right .content-button__control {
    margin: 0 0 0 auto
    }
.align-left .content-button__control {
    margin: 0 auto 0 0
    }
.list-IL__link::after {
    width: 27px;
    height: 18px;
    background: url(images/icon/icon_sprites.png) -40px -1325px
    }
.promo-code div a span::before {
    width: 15px;
    height: 15px;
    background: url(images/icon/icon_sprites.png) -40px -942px
    }
.header__mobile-navbar nav > ul > li.menu-item-has-children::after {
    width: 10px;
    height: 6px;
    background: url(images/icon/icon_sprites.png) -40px -40px
    }
.pc-cards > div > div ul.cons li, .site__pros-cons ul.cons li {
    background: url(images/icon/icon_sprites.png) -40px -568px no-repeat
    }
.pc-cards > div > div ul.pros li, .site__pros-cons ul.pros li {
    background: url(images/icon/icon_sprites.png) -40px -477px no-repeat
    }
.slider-arrow {
    background: url(images/icon/icon_sprites.png) -29px -202px var(--main-accent-color)
    }
.site__rating p::before {
    width: 25px;
    height: 23px;
    background: url(images/icon/icon_sprites.png) -40px -1520px
    }
.info-about-site__title, body .tag-block__title {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
    }
.info-about-site__title::before, body .tag-block__title::before {
    content: "";
    position: absolute;
    background-color: var(--main-accent-color);
    height: 3px;
    left: 0;
    right: 0;
    top: 39px;
    z-index: -1
    }
.info-about-site__title > *, body .tag-block__title > * {
    background-color: var(--bg-body);
    padding: 0 17px;
    font-weight: 500;
    font-size: 24px;
    color: var(--text-body-color);
    line-height: 142.69%;
    -webkit-margin-before: 1em;
    margin-block-start: 1em;
    -webkit-margin-after: 1em;
    margin-block-end: 1em
    }
.info-about-site__title > ::after, body .tag-block__title > ::after {
    content: none
    }
.header {
    background-color: var(--h_background_color);
    margin: auto
    }
.header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 66px
    }
.header__navbar nav ul, .header__second-navbar nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
    }
.header__navbar nav li, .header__second-navbar nav li {
    list-style-type: none;
    margin: 0 26px;
    padding-top: 4px;
    position: relative;
    padding-left: 2px;
    padding-right: 6px
    }
.header__navbar nav li img, .header__second-navbar nav li img {
    width: 16px;
    height: auto;
    margin-right: 10px
    }
.header__navbar nav li.menu-item-has-children:after, .header__second-navbar nav li.menu-item-has-children:after {
    width: 13px;
    height: 23px;
    content: "‹";
    position: absolute;
    right: -22px;
    top: 2px;
    font-size: 26px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    line-height: 13px;
    color: #f5cd62;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s
    }
.header__navbar nav li:last-child, .header__second-navbar nav li:last-child {
    margin-right: 0
    }
.header__navbar nav li .sub-menu, .header__second-navbar nav li .sub-menu {
    position: absolute;
    z-index: 4;
    left: 50%;
    top: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 180px;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--h_background_color);
    border-top: 1px solid var(--main-accent-color)
    }
.header__navbar nav li .sub-menu li, .header__second-navbar nav li .sub-menu li {
    padding: 0 15px;
    margin: 0
    }
.header__navbar nav li .sub-menu li:hover, .header__second-navbar nav li .sub-menu li:hover {
    background-color: #363
    }
.header__navbar nav li .sub-menu a, .header__second-navbar nav li .sub-menu a {
    font-size: 1rem;
    font-weight: 400
    }
.header__navbar nav li:hover .sub-menu, .header__second-navbar nav li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
    }
.header__navbar nav a, .header__second-navbar nav a {
    color: var(--h_navigation_color);
    text-decoration: none;
    font-style: normal;
    font-size: 1rem;
    font-weight: 500;
    padding-bottom: 3px;
    position: relative;
    display: inline-block
    }
.header__navbar nav a:before, .header__second-navbar nav a:before {
    content: unset;
    position: absolute;
    bottom: -1px;
    height: 1px;
    width: 100%;
    background-color: var(--main-accent-color);
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s
    }
.header__navbar nav a:hover, .header__second-navbar nav a:hover {
    text-shadow: 0.1px 0 #fff
    }
.header__navbar nav a:hover:before, .header__second-navbar nav a:hover:before {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
    }
.header__second-navbar {
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    background-color: var(--main-accent-color);
    background-color: #2e2e2e;
    border-top: 3px solid #f5cd62
    }
.header__second-navbar nav > ul {
    padding: 5px 20px 7px;
    margin-bottom: 0
    }
.header__second-navbar nav > ul > li:first-child {
    margin-left: 0
    }
.header__second-navbar nav ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 0
    }
.header__second-navbar nav ul li .sub-menu a {
    font-size: 0.9rem
    }
.header__second-navbar nav ul a {
    font-size: 0.9rem;
    color: #f5cd62
    }
.header__mobile-navbar {
    display: none;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
    }
.header__mobile-navbar nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    padding: 80px 0 40px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 300px;
    background: rgba(54, 60, 63, 0.85);
    background-repeat: no-repeat;
    background-size: 129px;
    background-position: 19px 0;
    height: 100%;
    top: 0;
    left: -300px;
    -webkit-transition: left 0.4s;
    transition: left 0.4s;
    z-index: 2;
    -webkit-transform: translatez(0);
    -webkit-backface-visibility: hidden
    }
.header__mobile-navbar nav p {
    color: #fff;
    padding: 0 19px;
    margin: 0
    }
.header__mobile-navbar nav > ul {
    margin: 0;
    padding: 0 12px 0 19px;
    list-style-type: none;
    border-top: 1px solid var(--main-accent-color);
    overflow: scroll
    }
.header__mobile-navbar nav > ul a {
    color: #fff;
    text-decoration: none
    }
.header__mobile-navbar nav > ul a img {
    width: 20px;
    height: auto;
    margin-right: 20px;
    -webkit-filter: invert(100%);
    filter: invert(100%)
    }
.header__mobile-navbar nav > ul > li {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    border-bottom: 0.5px solid #cdcdcd;
    padding: 9px 0;
    position: relative
    }
.header__mobile-navbar nav > ul > li ul {
    opacity: 0;
    position: absolute;
    padding-left: 20px;
    padding-top: 10px
    }
.header__mobile-navbar nav > ul > li ul a {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    padding: 4px 0;
    display: block
    }
.header__mobile-navbar nav > ul > li ul a.active {
    font-weight: 700;
    color: var(--main-accent-color)
    }
.header__mobile-navbar nav > ul > li.menu-item-has-children::after {
    content: "";
    position: absolute;
    right: 0;
    top: 16px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s
    }
.header__mobile-navbar nav > ul > li.open::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
    }
.header__mobile-navbar nav > ul > li.open ul {
    position: relative;
    opacity: 1
    }
.header__mobile-navbar > input {
    display: none
    }
.header__mobile-navbar > input:checked ~ label {
    position: absolute;
    top: 20px;
    left: 260px;
    width: 30px;
    height: 30px
    }
.header__mobile-navbar > input:checked ~ label span {
    height: 2px
    }
.header__mobile-navbar > input:checked ~ label span.first {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 18px
    }
.header__mobile-navbar > input:checked ~ label span.second {
    opacity: 0
    }
.header__mobile-navbar > input:checked ~ label span.third {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
    }
.header__mobile-navbar > input:checked ~ label span.second, .header__mobile-navbar > input:checked ~ label span.third {
    width: 100%
    }
.header__mobile-navbar > input:checked ~ nav {
    left: 0
    }
.header__mobile-navbar > label {
    position: inherit;
    top: unset;
    left: 0;
    width: 40px;
    height: 25px;
    display: block;
    -webkit-transition: left 0.4s;
    transition: left 0.4s;
    z-index: 3
    }
.header__mobile-navbar > label span {
    display: block;
    height: 3px;
    background-color: #f5cd62;
    margin: 6px 0 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: relative;
    opacity: 1;
    top: 0;
    border-radius: 5px
    }
.header__mobile-navbar > label span.first {
    margin-top: 0
    }
.header__mobile-navbar > label span.second {
    width: 70%
    }
.header__mobile-navbar > label span.third {
    width: 40%
    }
.header__buttons * {
    padding: 9px 43px 8px;
    -webkit-transition: 0.5s;
    transition: 0.5s
    }
.header__buttons :nth-child(2) {
    margin-left: 10px;
    background-color: #363;
    border: unset;
    color: #fff
    }
.header__buttons :nth-child(2):hover {
    background-color: #fff;
    color: #000
    }
.header__buttons :nth-child(1) {
    background-color: #be5227;
    border: unset;
    color: #fff
    }
.header__buttons :nth-child(1):hover {
    background-color: #fff;
    color: #000
    }
.content-button button {
    background-color: #363;
    border: unset;
    color: #fff
    }
.list-IL ul {
    padding: 0;
    margin: 35px 0
    }
.list-IL__item {
    list-style-type: none;
    background-color: var(--h_navigation_color);
    border-radius: 8px;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 8px 8px 15px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    border: 1px solid var(--main-accent-color)
    }
.list-IL__item:last-child {
    margin-bottom: 0
    }
.list-IL__item span {
    line-height: 142.69%;
    font-weight: 600;
    color: var(--text-body-color);
    font-size: 0.9rem
    }
.list-IL__item img {
    margin-right: 11px;
    border-radius: 8px;
    max-height: 50px;
    width: auto
    }
.list-IL__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    width: 100%
    }
.list-IL__link span {
    max-width: 65%
    }
.list-IL__link::after {
    content: "";
    position: absolute;
    right: 20px;
    -webkit-transition: 0.1s;
    transition: 0.1s
    }
.list-IL__link:hover::after {
    right: 17px
    }
.cards__list {
    margin: 0 0 20px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
    }
.cards__item {
    width: 100%;
    max-width: 172px;
    height: 172px;
    list-style-type: none;
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
    margin-top: 30px;
    padding: 0 5px
    }
.cards__item:hover {
    background: #f8f8f8
    }
.cards__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-decoration: none;
    height: 100%
    }
.cards__item a img {
    padding-top: 26px
    }
.cards__item a span {
    font-weight: 700;
    font-size: 16px;
    line-height: 142.69%;
    text-transform: uppercase;
    color: var(--text-body-color);
    padding-bottom: 16px
    }
.cards__btn-more {
    padding: 10px 36px 9px;
    margin: 27px auto;
    display: table
    }
.full {
    width: 100%
    }
.medium {
    width: 50%;
    display: inline-block
    }
.small {
    width: 30%;
    display: inline-block
    }
.full-list {
    width: 100%
    }
.medium-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
    }
.medium-list ul li {
    width: 47%
    }
.medium-list ul li:last-child {
    margin-bottom: 16px
    }
.small-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
    }
.small-list ul li {
    width: 30%
    }
.small-list ul li:last-child {
    margin-bottom: 16px
    }
.best-sites {
    margin: 20px 0 35px
    }
.site {
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
    border: 1px solid #eee;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
    }
.site__logo-and-rating {
        max-width: 240px;
        min-width: 240px;
        min-height: 196px;
        background-color: var(--ft_background_color);
        background-image: url(images/back-sites.png);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
        }
.site__logo-and-rating img {
        max-width: 200px;
        height: auto
        }
.site__logo {
        margin: 30px 0 0
        }
.site__rating {
        color: #fff;
        font-weight: 700;
        font-size: 21px;
        line-height: 130.19%
        }
.site__rating p {
        margin: 10px 0;
        position: relative;
        padding-left: 30px
        }
.site__rating p::before {
        content: "";
        position: absolute;
        top: 2px;
        left: 0
        }
.site__link-review {
        padding: 3px 9px;
        margin: 10px 0
        }
.site__link {
        padding: 7px 55px 6px;
        display: inline-block;
        margin-top: 5px
        }
.site__offer {
        margin: auto 5px auto 15px;
        text-align: left;
        min-width: 260px;
        width: 260px
        }
.site__pros-cons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 5px 20px 5px 35px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
        }
.site__pros-cons ul {
        list-style-type: none;
        margin: 5px 0;
        padding: 0
        }
.site__pros-cons ul li {
        font-weight: 500;
        font-size: 0.9rem;
        line-height: 142.69%;
        padding-left: 25px;
        padding-bottom: 10px;
        background-repeat: no-repeat;
        background-position: 0 2px
        }
.site__pros-cons ul li:last-child {
        padding-bottom: 0
        }
.site__pros-cons ul.cons li {
        padding-left: 22px
        }
.site__pm {
        max-width: 215px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
        }
.site__pm ul {
        list-style-type: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        margin: 5px 0
        }
.site__pm ul li {
        margin: 2px;
        background-color: #f8f8fa;
        padding: 2px;
        vertical-align: middle;
        height: 30px;
        width: 55px;
        border-radius: 2px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1px solid #e5e5e5
        }
.site__pm ul img {
        max-width: 50px;
        height: auto;
        max-height: 30px
        }
.site__pm ul svg {
        border-radius: 5px;
        margin-left: 10px;
        width: 27px;
        height: 27px
        }
.site__pm ul svg path {
        fill: var(--main-accent-color)
        }
.offer__welcome-offer {
        font-size: 23px;
        font-weight: 700;
        color: var(--main-accent-color);
        margin: 0 0 10px;
        line-height: 118%
        }
.offer__welcome-offer span {
        display: block;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 600;
        color: var(--text-body-color)
        }
.with-sidebar .site__pros-cons ul {
        margin: 5px
        }
.block-posts {
        margin: 20px 0 35px
        }
.block-posts__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
        }
.with-sidebar .block-posts__second {
        display: none
        }
.block-posts__second {
        width: 464px
        }
.block-posts__second .post {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: unset;
        height: 195px;
        margin-bottom: 15px
        }
.block-posts__second .post:last-child {
        margin-bottom: 0
        }
.block-posts__second .post__image {
        background-color: #dbdbdb;
        text-align: center
        }
.block-posts__second .post__image img {
        clip: rect(0 202px 195px 0);
        position: absolute
        }
.block-posts__second .post__content {
        margin-left: 202px
        }
.block-posts__second .post__title {
        margin: 15px 20px
        }
.block-posts__second .post__description {
        margin: 10px 20px 17px
        }
.post {
        max-width: 343px;
        min-width: 320px;
        background: var(--bg-body);
        border: 1px solid var(--main-accent-color);
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
        -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
        position: relative
        }
.post a {
        text-decoration: none
        }
.post__date {
        line-height: 142.69%;
        color: #fff;
        position: absolute;
        left: 0;
        top: 15px;
        background-color: rgba(51, 182, 60, 0.38);
        padding: 6px 13px 5px;
        z-index: 1
        }
.post__image {
        background-color: #dbdbdb;
        text-align: center;
        min-height: 60px;
        max-height: 195px;
        display: block;
        overflow: hidden
        }
.post__image img {
        width: inherit;
        max-width: 343px;
        height: auto
        }
.post__title {
        font-size: 19px;
        font-weight: 700;
        line-height: 142.69%;
        border-bottom: 1px solid #efefef;
        margin: 15px 20px 20px;
        padding-bottom: 7px;
        color: var(--text-body-color)
        }
.post__description {
        margin: 10px 20px 40px;
        line-height: 142.69%;
        color: var(--text-body-color)
        }
.post__description span {
        padding: 3px 15px
        }
.slider {
        margin: 20px 0;
        position: relative;
        height: 295px;
        overflow: hidden
        }
.slider__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        left: 0;
        -webkit-transition: left 0.3s;
        transition: left 0.3s;
        padding: 10px 6px
        }
.slider::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 20px;
        z-index: 1
        }
.slider__item {
        max-width: 227px;
        width: 227px;
        padding: 17px 19px;
        margin-right: 30px;
        background: var(--bg-body);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
        border: 1px solid var(--main-accent-color)
        }
.slider__item span {
        line-height: 142.69%
        }
.slider__item-title {
        font-weight: 700;
        font-size: 16px;
        line-height: 142.69%;
        border-bottom: 1px solid #e3e2e2;
        padding-bottom: 6px;
        margin-bottom: 12px;
        margin-top: 0
        }
.slider__arrow .count {
        width: 39px;
        height: 30px;
        position: absolute;
        bottom: -3px;
        left: 46px;
        font-size: 17px;
        font-weight: 600;
        color: gray;
        display: none
        }
.slider-arrow {
        border-radius: 6px;
        width: 39px;
        height: 30px;
        position: absolute;
        bottom: 0;
        background-repeat: no-repeat;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        cursor: pointer
        }
.next {
        left: 60px;
        -webkit-transform: rotate(0);
        transform: rotate(0)
        }
.faq {
        margin-top: 45px
        }
.faq details {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid var(--main-accent-color);
        border-radius: var(--border-radius);
        padding: 31px 42px 31px 53px;
        margin-bottom: 15px;
        position: relative;
        line-height: 142%
        }
.faq summary {
        font-weight: 700;
        font-size: 20px;
        line-height: 142.69%;
        outline: 0;
        cursor: pointer;
        display: block;
        margin-right: -10px
        }
.faq summary::-webkit-details-marker, .faq summary::marker {
        display: none;
        content: ""
        }
.faq summary::after {
        content: "›";
        position: absolute;
        top: 24px;
        right: 30px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        font-size: 3rem;
        color: var(--text-body-color);
        width: 12px;
        height: 40px
        }
.faq details[open] summary::after {
        -webkit-transition: 0.5s;
        transition: 0.5s;
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
        }
.q_and_a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
        }
.q_and_a details {
        width: 48.5%;
        height: 273px;
        position: relative;
        background: #fff;
        margin-bottom: 30px;
        min-width: 470px
        }
.q_and_a details summary {
        font-weight: 700;
        font-size: 25px;
        line-height: 142.69%;
        padding: 100px 20px 50px 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
        }
.q_and_a details summary::-webkit-details-marker, .q_and_a details summary::marker {
        display: none;
        content: ""
        }
.q_and_a details summary svg {
    width: 70px;
    min-width: 70px;
    fill: var(--main-accent-color);
    padding-right: 30px
    }
.q_and_a details[open]:hover div {
    opacity: 1
    }
.q_and_a details[open] div {
    background-color: var(--main-accent-color);
    background-image: url(images/back-qr.png);
    background-position: 50%;
    background-size: 110%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 25px 40px;
    color: #fff;
    line-height: 142%;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fill-available;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
    }
.q_and_a details[open] a {
    display: inline-block;
    color: #fff;
    outline: 0
    }
.q_and_a details[open] p {
    margin: 2px 0
    }
.bonuses {
    margin-bottom: 35px
    }
.bonuses__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
    }
.bonus {
    background: var(--bg-body);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
    border: 1px solid #eee;
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 286px
    }
.bonus__logo {
    background-color: var(--ft_background_color);
    min-height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
    }
.bonus__description {
    padding: 15px 22px 5px
    }
.bonus__description p {
    font-weight: 700;
    font-size: 20px;
    line-height: 142.69%;
    margin: 0
    }
.bonus__group-btn {
    padding: 16px;
    margin: 11px 16px;
    border: 2px dotted var(--main-accent-color);
    text-align: center
    }
.bonus__visit-casino {
    display: table;
    padding: 9px 22px 8px;
    margin: 0 auto 4px
    }
.bonus__read-review {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    line-height: 142.69%;
    color: var(--bg-color)
    }
.rating {
    padding: 0 22px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
    }
.rating__star {
    width: 160px;
    height: 14px;
    position: relative
    }
.rating__star .empty {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(images/icon/icon-b-star-1.png)
    }
.rating__star .full {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(images/icon/icon-b-star-2.png);
    position: absolute
    }
.rating__number {
    font-weight: 700;
    font-size: 21px;
    line-height: 130.19%
    }
footer .footer {
    padding: 36px 0;
    color: var(--ft_text_color);
    background-color: var(--ft_background_color)
    }
footer .footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
    }
footer .footer__social-link {
    max-width: 230px;
    color: var(--ft_text_color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
    }
footer .footer .footer-widget {
    color: var(--ft_text_color);
    font-size: 14px
    }
footer .footer .footer-widget__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 142.69%;
    color: var(--main-accent-color);
    margin-bottom: 0
    }
footer .footer .footer-widget ul {
    padding: 0
    }
footer .footer .footer-widget ul li {
    list-style-type: none;
    margin-bottom: 16px
    }
footer .footer .footer-widget a {
    color: var(--ft_text_color);
    font-weight: 500;
    font-size: 14px;
    line-height: 142.69%;
    text-decoration: none
    }
.site-info {
    border-top: 2px solid var(--site_info_b_color);
    padding: 10px 0;
    background-color: var(--ft_background_color)
    }
.site-info > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 66px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
    }
.site-info a, .site-info p {
    color: var(--ft_text_color);
    text-decoration: none;
    font-size: 16px;
    margin: 0 10px
    }
.breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    padding: 16px 0;
    margin: 0
    }
.breadcrumb ul li {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 155.69%;
    font-weight: 600
    }
.breadcrumb ul li a {
    text-decoration: underline;
    color: var(--text-body-color);
    opacity: 0.8;
    font-weight: 400;
    padding-right: 30px;
    position: relative
    }
.breadcrumb ul li a:after {
    content: "»";
    position: absolute;
    top: -4px;
    right: 10px;
    font-size: 20px;
    color: var(--main-accent-color);
    font-weight: 600
    }
.about-page {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-color: var(--h_background_color);
    background-position: 50%;
    min-width: 100%;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important
    }
.about-page__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    min-height: 320px;
    margin: 20px 0
    }
.about-page__wrap > :nth-child(2) {
    max-width: 40%
    }
.about-page__title {
    font-weight: 700;
    font-size: 51px;
    line-height: 124.69%;
    padding-bottom: 10px;
    position: relative;
    margin: 0 0 20px
    }
.about-page__title::before {
    width: 209px;
    height: 2px;
    content: "";
    position: absolute;
    border-radius: 9px;
    bottom: 0;
    background-color: var(--main-accent-color)
    }
.about-page__description {
    max-width: 860px;
    margin: 0
    }
.about-page__description p {
    margin: 0
    }
.list-anchor {
    background: #fff;
    border: 1px solid var(--main-accent-color);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 20px;
    margin-top: 30px !important
    }
.list-anchor__title {
    font-weight: 700;
    font-size: 13px;
    line-height: 192.69%;
    padding-right: 17px;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 0
    }
.list-anchor__title::after {
    content: none
    }
.list-anchor ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0
    }
.list-anchor ul li {
    padding-right: 45px
    }
.list-anchor ul li:last-child {
    padding-right: 0
    }
.list-anchor ul a {
    text-decoration: none;
    color: #838383;
    font-size: 12px;
    line-height: 142.69%
    }
.list-anchor ul a:hover {
    text-decoration: underline;
    color: var(--main-accent-color)
    }
.promo-code {
    margin: 30px 0;
    border: 1px solid var(--main-accent-color);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 37px 40px 24px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    border-radius: 10px;
    position: relative;
    background-color: #2e2e2e
    }
.promo-code div p {
    font-weight: 700;
    font-size: 21px;
    line-height: 142.69%;
    text-transform: uppercase;
    color: #fff;
    margin: 0 17px 20px
    }
.promo-code div input {
        background: #fff;
        color: #1d2730;
        border: 1px solid var(--main-accent-color);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 10px;
        font-weight: 700;
        font-size: 20px;
        line-height: 142.69%;
        text-transform: uppercase;
        width: 233px;
        padding: 7px 20px 6px;
        margin: 0 17px 20px;
        outline: 0
        }
.promo-code div input.promocode-copy {
        height: 1px;
        opacity: 0;
        padding: 0;
        margin: 0;
        position: absolute;
        left: 0
        }
.promo-code div a {
        border-radius: 10px;
        width: 233px;
        max-width: 233px;
        display: inline-block;
        text-align: center;
        font-weight: 600;
        font-size: 16px;
        text-transform: uppercase;
        padding: 14px 0 9px;
        margin: 0 17px;
        background-color: #363;
        border-width: 0
        }
.promo-code div a span {
        color: #fff;
        position: relative
        }
.promo-code div a span::before {
        content: "";
        position: absolute;
        left: -20px
        }
.promo-code div > span {
        background-color: var(--btn-back-color);
        color: var(--btn-back-text-color);
        font-weight: 100;
        text-transform: uppercase;
        padding: 5px 10px;
        border-radius: var(--border-radius);
        line-height: 142.69%;
        display: inline-block;
        margin-top: 3px;
        position: absolute;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
        opacity: 0
        }
.info-about-site {
        margin-bottom: 35px
        }
.info-about-site__title {
        text-transform: uppercase
        }
.info-about-site__warp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
        }
.info-about-site__warp > div {
        width: 49%
        }
.non-recommend {
        margin-bottom: 35px
        }
.non-recommend__warning {
        background: #ffe9e9;
        border: 1px solid #c5a1a1;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: var(--border-radius);
        padding: 22px 35px;
        margin-bottom: 30px
        }
.non-recommend .site {
        padding-left: 71px
        }
.non-recommend .site__logo-and-rating {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
        }
.non-recommend .site__logo {
        margin: 5px 0 15px
        }
.non-recommend .site::after {
        content: none
        }
.non-recommend .site::before {
        content: "X";
        position: absolute;
        height: 100%;
        width: 71px;
        top: 0;
        left: 0;
        background-color: #e03131;
        color: #fff;
        font-weight: 400;
        font-size: 37px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
        }
.non-recommend .site__description {
        width: 65%;
        padding: 20px 40px;
        line-height: 142.69%
        }
.non-recommend .site__title {
        font-weight: 700;
        font-size: 19px;
        margin-top: 0
        }
.author {
        margin-bottom: 35px
        }
.author h2 {
        margin-top: 0
        }
.author__wrap {
        background: #fff;
        border: 1px solid var(--main-accent-color);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: var(--border-radius);
        padding: 50px 55px
        }
.author__description {
        margin-bottom: 15px
        }
.author__description h2 {
        display: inline-block;
        margin-right: 20px
        }
.author__description img {
        max-width: 100%;
        height: auto
        }
.author__cart {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
        }
.author__img-name {
        text-align: center;
        margin-right: 38px
        }
.author__img-name img {
        border-bottom: 5px solid var(--main-accent-color)
        }
.author__img-name h3 {
        display: block;
        font-weight: 700;
        font-size: 16px;
        line-height: 142.69%;
        margin: 0
        }
.author__rating {
        font-weight: 700;
        font-size: 19px;
        line-height: 142.69%;
        border: 1px solid var(--main-accent-color);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 10px;
        padding: 14px 26px;
        margin-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
        }
.author__rating > span {
        width: 110px;
        height: 19px;
        position: relative;
        margin-left: 1rem;
        display: inline-block
        }
.author__rating > span .empty {
        width: 100%;
        height: 100%;
        display: block;
        background-image: url(images/icon/icon-big-star-1.png)
        }
.author__rating > span .full {
        width: 100%;
        height: 100%;
        background-image: url(images/icon/icon-big-star-2.png);
        position: absolute;
        background-size: 22px;
        top: 0
        }
.author .label-comment {
        color: var(--link_color);
        text-decoration: underline;
        cursor: pointer;
        font-weight: 600
        }
.author .label-comment:hover {
        color: var(--link_hover)
        }
.author__date, .author__email {
        font-size: 19px;
        line-height: 142.69%;
        color: #dbd1d1;
        font-weight: 300
        }
.author__social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
        }
.author__social > div {
        margin-right: 20px;
        margin-bottom: 20px
        }
.author__social .social-links {
        padding-top: 10px;
        padding-left: 10px;
        border-radius: var(--border-radius);
        border: 1px solid var(--main-accent-color);
        margin-top: 0
        }
.author-page .author__img-name h1 {
        margin: 0
        }
.author-page {
        margin-top: 20px
        }
body.author {
        margin-bottom: 0
        }
.social-links {
        list-style-type: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0
        }
.social-links li {
        margin-right: 10px;
        margin-bottom: 10px
        }
.social-links li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        background-color: var(--color_bg_soc_icons);
        -webkit-transition: 0.3s;
        transition: 0.3s;
        border-radius: 7px
        }
.social-links li a svg {
        fill: var(--color_soc_icons)
        }
.social-links li a:hover {
        background-color: var(--color_soc_icons)
        }
.social-links li a:hover svg {
        fill: var(--color_bg_soc_icons)
        }
@font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: local(""), url(fonts/roboto-regular.woff2) format("woff2"), url(fonts/roboto-regular.woff) format("woff")
        }
@font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 600;
        font-display: swap;
        src: local(""), url(fonts/roboto-bold.woff2) format("woff2"), url(fonts/roboto-bold.woff) format("woff")
        }
.with-sidebar > .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
        }
.with-sidebar .sidebar {
        width: 25%;
        padding-left: 20px
        }
.with-sidebar .page-content {
        width: 100%
        }
.sidebar__title {
        font-weight: 700;
        font-size: 22px;
        line-height: 142.69%;
        margin-bottom: 10px
        }
.sidebar__wrap img {
        max-width: 100%
        }
.sidebar__wrap .calendar_wrap table {
        margin: auto
        }
.review-page {
        background-color: var(--review-bg-color);
        color: var(--review-text);
        display: flow-root;
        margin-bottom: 35px;
        background-size: cover;
        position: relative
        }
.review-page h1 {
        font-size: 40px;
        margin: 40px 0;
        font-weight: 700;
        line-height: 124.69%;
        position: relative
        }
.review-page__wrap {
        margin-bottom: 60px;
        z-index: 1;
        position: relative
        }
.review-page__wrap > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
        }
.review-page__logo div {
        border-radius: 15px;
        border: 1px solid var(--review-progress-bar);
        margin-top: 13px;
        margin-right: 25px;
        width: 240px;
        height: 140px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-size: cover
        }
.review-page__logo div img {
        max-width: 200px;
        height: auto
        }
.review-page__rating {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
        }
.mobile-app .review-page__rating {
        margin: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
        }
.mobile-app .review-page__rating div {
        margin-bottom: 30px
        }
.mobile-app .review-page__rating div:after {
        content: none
        }
.review-page__rating div {
        position: relative
        }
.review-page__rating div:after {
        position: absolute;
        height: 130px;
        width: 130px;
        left: 0;
        top: 0;
        content: attr(data-pct) "%";
        line-height: 132px;
        text-align: center;
        font-weight: 600;
        font-size: 26px;
        text-shadow: 0 0 15px var(--review-progress-bar)
        }
.review-page__rating p {
        font-weight: 700;
        font-size: 16px;
        line-height: 130.19%;
        text-align: center;
        margin-top: -10px
        }
.review-page__rating svg {
        height: 130px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        width: 130px
        }
.review-page__rating .progress-bar__background {
        fill: none;
        stroke: rgba(255, 255, 255, 0.15);
        stroke-width: 1
        }
.review-page__rating .progress-bar__progress {
        fill: none;
        stroke: var(--review-progress-bar);
        stroke-dasharray: 80 80;
        stroke-dashoffset: 80;
        stroke-linecap: round;
        stroke-width: 1;
        -webkit-transition: stroke-dashoffset 1s ease-in-out;
        transition: stroke-dashoffset 1s ease-in-out;
        -webkit-filter: drop-shadow(0 0 1px var(--review-progress-bar));
        filter: drop-shadow(0 0 1px var(--review-progress-bar))
        }
body .review-page__overall-rating:after {
        height: 180px;
        width: 185px;
        content: attr(data-pct) "% OVERALL";
        line-height: 34px;
        font-size: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 7px
        }
body .review-page__overall-rating svg {
        height: 200px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        width: 200px
        }
body .review-page__overall-rating .progress-bar__progress {
        stroke-dasharray: 90 90;
        stroke-dashoffset: 90
        }
.review-page__link-bonus {
        padding: 10px 10px 9px;
        min-width: 220px;
        text-align: center;
        margin-right: 25px;
        display: block
        }
.review-page__link-bonus.link-button {
        min-width: 242px
        }
.mobile-app .review-page__link-bonus {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
        }
.mobile-app .review-page__link-bonus svg {
        border-radius: 5px;
        margin-right: 10px;
        width: 21px;
        height: 21px
        }
.review-page__bonus {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid var(--review-progress-bar);
        padding: 10px;
        border-radius: var(--border-radius);
        margin-right: 20px
        }
.review-page__bonus p {
        font-size: 16px;
        line-height: 19px;
        text-transform: uppercase;
        margin: 0
        }
.review-page__mobile {
        padding: 6px 10px;
        border: 1px solid var(--review-progress-bar);
        border-radius: var(--border-radius)
        }
.review-page__mobile p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
        line-height: 19px;
        margin: 0
        }
.review-page__mobile p svg {
        border-radius: 5px;
        margin-left: 10px;
        width: 27px;
        height: 27px
        }
.review-page__mobile p svg path {
        fill: var(--review-text)
        }
.pc-cards {
        margin-top: -140px;
        margin-bottom: 35px;
        position: relative;
        z-index: 1
        }
.pc-cards > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
        }
.pc-cards > div > div {
        background-color: #fff;
        border: 1px solid var(--main-accent-color);
        border-radius: var(--border-radius);
        padding: 25px;
        max-width: 218px;
        width: 218px;
        margin-bottom: 10px
        }
.pc-cards > div > div span {
        font-weight: 600;
        font-size: 19px;
        line-height: 142.69%;
        text-align: center;
        display: block
        }
.pc-cards > div > div img {
        margin: auto auto 10px;
        display: block
        }
.pc-cards > div > div ul {
        list-style-type: none;
        margin: 25px 0;
        padding: 0
        }
.pc-cards > div > div ul li {
        font-weight: 500;
        font-size: 13px;
        line-height: 142.69%;
        padding-left: 25px;
        padding-bottom: 10px;
        background-repeat: no-repeat;
        background-position: 0 2px
        }
.pc-cards > div > div ul li:last-child {
        padding-bottom: 0
        }
.pc-cards > div > div ul.cons li {
        padding-left: 22px
        }
.mobile-app .rating__star {
        width: 151px;
        height: 24px;
        position: relative
        }
.mobile-app .rating__star .empty {
        width: 100%;
        height: 100%;
        display: block;
        background-image: url(images/icon/icon-big-star-1.png);
        background-size: 30px
        }
.mobile-app .rating__star .full {
        width: 100%;
        height: 100%;
        display: block;
        background-image: url(images/icon/icon-big-star-2.png);
        position: absolute;
        background-size: 30px
        }
.column-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
        }
.column-wrap .column-wrap-50 {
        width: 50%
        }
.review-page__link-bonus.btn-big-text {
        min-width: 265px;
        font-size: 1.3rem;
        background-color: #1d2730;
        color: #fff;
        margin: 0 20px;
        -webkit-transition: 0.5s;
        transition: 0.5s
        }
.review-page__link-bonus.btn-big-text:hover {
        background-color: grey;
        color: #000
        }
.review-page__buttons {
        background-color: #ffce06;
        padding: 20px 0;
        width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content;
        margin: 15px 0;
        border-radius: 10px
        }
.review-page__buttons > div:last-child {
        margin-top: 20px
        }
.review-page__image {
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
        }
.review-page__image img {
        max-width: 100%;
        width: 390px;
        height: auto
        }
.posts-archive__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
        }
.posts-archive__wrap .post {
        margin: 0 25px 30px;
        min-width: 343px
        }
.error-404 > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
        }
.error-404__error-number {
        color: var(--main-accent-color);
        font-weight: 100;
        font-size: 196px;
        border-right: 3px solid #ece1e1;
        margin: 50px 0;
        padding: 0 20px
        }
.error-404__text {
        font-size: 21px;
        font-weight: 600;
        padding: 0 20px
        }
.error-404__text span {
        font-size: 74px;
        text-transform: uppercase;
        line-height: 80px
        }
.howto {
        background-color: var(--bg-body);
        border: 1px solid var(--main-accent-color);
        border-radius: var(--border-radius);
        padding: 20px;
        margin: 35px 50px
        }
.howto__title {
        text-align: center;
        margin-bottom: 0;
        margin-top: 10px;
        font-weight: 600;
        font-size: 1.7rem;
        position: relative
        }
.howto__title::after {
        content: none
        }
.howto__description {
        border-bottom: 1px solid var(--main-accent-color);
        padding: 0 0 20px
        }
.howto__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px;
        position: relative
        }
.step {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: 100px;
        position: relative;
        border-bottom: 1px solid #ece7e7;
        margin-bottom: 10px;
        width: 100%
        }
.step::before {
        content: "";
        position: absolute;
        width: 2px;
        height: 120%;
        background-color: #ece7e7;
        left: -56px;
        top: 0
        }
.step:last-child::before {
        background-color: var(--bg-body);
        height: 50%
        }
.step__body span {
        color: #fff;
        background-color: #363;
        width: 30px;
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 50%;
        position: absolute;
        left: -70px;
        top: 0
        }
.step__body.with-image {
        max-width: 45%;
        min-width: 45%
        }
.step__image {
        margin-left: 25px;
        min-width: 50%;
        max-width: 65%
        }
.step__image img {
        max-width: 100%;
        height: auto
        }
.step__title {
        color: #363;
        margin: 0;
        font-weight: 600;
        font-size: 1.3rem
        }
.review-table__wrap {
        margin: 20px 0
        }
.review-table__wrap ol {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        margin: 0
        }
.review-table__wrap ol li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px;
        border: 1px solid var(--main-accent-color);
        border-top: none
        }
.review-table__wrap ol li:nth-child(1) {
        border: 2px solid var(--site_info_b_color)
        }
.review-table__wrap ol li img {
        max-width: 60px;
        margin: 0 10px;
        border-radius: var(--border-radius)
        }
.review-table__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: var(--main-accent-color);
        color: #fff;
        font-weight: 600;
        font-size: 16px;
        padding: 8px 10px
        }
.review-table__header div:nth-child(1) {
        width: 40px
        }
.review-table__header div:nth-child(2) {
        width: 205px
        }
.review-table__header div:nth-child(3) {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
        }
.review-table__header div:nth-child(4) {
        width: 111px
        }
.review-table__header div:nth-child(5) {
        width: 170px
        }
.review-table__bookmaker {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 214px
        }
.review-table__b-link {
        padding: 8px 0;
        margin-left: 20px;
        white-space: nowrap;
        width: 150px;
        display: block;
        text-align: center
        }
.review-table__name {
        padding: 0 10px;
        width: 120px
        }
.review-table__bonus {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        font-weight: 600;
        font-size: 18px;
        margin: 0
        }
.review-table__rating p {
        width: 111px;
        height: 20px;
        position: relative
        }
.review-table__rating span {
        background-image: url(images/icon/icon-big-star-1.png);
        display: block;
        width: 100%;
        height: 20px;
        background-repeat: repeat-x
        }
.review-table__rating span.full {
        background-image: url(images/icon/icon-big-star-2.png);
        position: absolute;
        top: 0;
        background-size: 22px
        }
.comments-area {
        padding: 35px 0
        }
.comments-area .comments__wrap {
        border: 1px solid var(--main-accent-color);
        border-radius: var(--border-radius);
        padding: 30px 40px;
        background: #fff
        }
.comments-area .comment-respond p {
        margin: 0
        }
.comments-area .comment-respond form {
        display: flow-root
        }
.comments-area .comment-respond .comment-form-comment {
        width: 75%;
        float: left
        }
.comments-area .comment-respond .comment-form-comment textarea {
            width: 99%;
            border: 1px solid var(--main-accent-color);
            border-radius: var(--border-radius);
            outline: 0;
            padding: 20px
            }
.comments-area .comment-respond .comment-form-author, .comments-area .comment-respond .comment-form-email {
            float: right;
            width: 20%;
            margin-bottom: 8px
            }
.comments-area .comment-respond .comment-form-author input, .comments-area .comment-respond .comment-form-email input {
            border: 1px solid var(--main-accent-color);
            border-radius: var(--border-radius);
            padding: 10px;
            outline: 0;
            width: 91%
            }
.comments-area .comment-respond .form-submit {
            float: right;
            width: 20%
            }
.comments-area .comment-respond .form-submit input {
            width: 100%;
            text-align: center;
            padding: 8px 5px
            }
.comments-area li.comment {
            border-bottom: 1px solid #e0e3e0;
            padding-bottom: 20px;
            margin: 35px 0
            }
.comments-area li.comment li {
            border-bottom: none
            }
.comments-area .comment {
            list-style-type: none;
            padding: 0
            }
.comments-area .comment__body {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between
            }
.comments-area .comment__author {
            font-weight: 600;
            font-size: 1.1rem
            }
.comments-area .comment__author p {
            margin: 0
            }
.comments-area .comment__meta {
            color: #c4c4c4
            }
.comments-area .comment__text {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between
            }
.comments-area .comment__text .com-text {
            max-width: 85%
            }
.comments-area .comment__text .com-rating {
            width: 110px;
            height: 19px;
            position: relative;
            margin-top: 1rem;
            margin-left: 1rem
            }
.comments-area .comment__text .com-rating .empty {
            width: 100%;
            height: 100%;
            display: block;
            background-image: url(images/icon/icon-big-star-1.png)
            }
.comments-area .comment__text .com-rating .full {
            width: 100%;
            height: 100%;
            display: block;
            background-image: url(images/icon/icon-big-star-2.png);
            position: absolute;
            background-size: 22px;
            top: 0
            }
.comments-area .comment.parent > div {
            margin-bottom: 10px
            }
.comments-area .comment .children {
            border-left: 1px solid var(--main-accent-color)
            }
.comments-area .comment .comment-reply-title a {
            font-size: 14px;
            margin-top: 15px;
            float: right
            }
.rating-container label {
            background-image: url(images/icon/icon-big-star-2.png);
            background-repeat: no-repeat;
            background-position: 100% 0;
            width: 23px;
            height: 23px;
            display: inline-block;
            color: #acacac
            }
.rating-container label:hover {
            background-image: url(images/icon/icon-big-star-2.png);
            background-size: 23px;
            cursor: pointer
            }
.rating-container input {
            display: none
            }
.rating-container input:checked ~ label {
            background-image: url(images/icon/icon-big-star-1.png)
            }
.sliderFull {
            position: relative;
            height: 400px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            overflow: hidden;
            background-size: cover
            }
.sliderFull__wrap {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            position: absolute;
            left: 0;
            -webkit-transition: left 0.3s;
            transition: left 0.3s;
            height: 100%
            }
.sliderFull__arrow {
            position: absolute;
            font-size: 3rem;
            font-weight: 600;
            bottom: 0;
            cursor: pointer;
            padding: 0 20px
            }
.sliderFull__arrow.next {
            left: 100px
            }
.sliderFull__arrow.prev {
            left: 0;
            right: unset
            }
.sliderFull__navigation {
            position: relative;
            height: 65px !important;
            width: 100%
            }
.sliderFull__count {
            color: var(--h_navigation_color);
            font-size: 1.5rem;
            font-style: italic;
            position: absolute;
            bottom: 13px;
            left: 52px;
            margin: 0
            }
.sl-item {
            width: 1526px;
            background-color: var(--h_background_color);
            color: var(--h_navigation_color)
            }
.sl-item > div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            position: relative;
            background-repeat: no-repeat;
            background-position: 100%;
            background-size: contain
            }
.sl-item > div > div {
            max-width: 55%;
            padding: 25px;
            margin-bottom: 40px;
            position: relative;
            z-index: 0
            }
.sl-item > div > div:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0.1;
            top: 0;
            left: 0;
            z-index: -1
            }
.sl-item__title {
            margin: 0 0 20px;
            font-size: 2rem;
            text-transform: capitalize
            }
.sl-item__description {
            font-size: 1.2rem
            }
.sl-item__link {
            padding: 7px 40px;
            text-transform: capitalize;
            font-size: 1.2rem;
            display: inline-block
            }
.bk-point {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between
            }
.bk-point > div {
            width: 39%;
            border-width: 1px;
            border-style: solid;
            border-radius: var(--border-radius);
            padding: 40px 50px;
            position: relative;
            margin: 30px 0
            }
.bk-point > div ul {
            margin: 0;
            padding: 0 0 0 16px
            }
.bk-point > div ul li {
            line-height: 35px
            }
.bk-point > div::before {
            content: url(images/hand-like.png);
            position: absolute;
            width: 65px;
            min-width: 65px;
            height: 65px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border-radius: 30px;
            top: -25px;
            left: -25px
            }
.bk-point__pros {
            border-color: var(--pros_colors);
            background-color: #ecf4e7
            }
.bk-point__pros::before {
            background-color: var(--pros_colors)
            }
.bk-point__cons {
            border-color: var(--cons_colors);
            background-color: #f6e9e9
            }
.bk-point__cons::before {
            background-color: var(--cons_colors);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg)
            }
.payment-methods {
            border: 1px solid var(--btn-back-color);
            border-radius: var(--border-radius);
            margin-top: 30px !important;
            margin-bottom: 30px !important
            }
.payment-methods__title {
        background-color: var(--btn-back-color);
        border-top-left-radius: var(--border-radius);
        border-top-right-radius: var(--border-radius);
        margin: -3px -1px;
        padding: 13px 35px;
        font-size: 1.1rem;
        font-weight: 600;
        color: var(--btn-back-text-color)
        }
.payment-methods__list {
        list-style: none;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 30px 0 20px
        }
.payment-methods__list li {
        margin: 5px 30px
        }
.video {
        max-width: 650px
        }
.video.align-center {
        margin: 0 auto
        }
.video.align-right {
        margin-left: auto
        }
.video__wrap {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        background-color: #000;
        margin: 40px 0
        }
.video__img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
        }
.video__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
        }
.video__play {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: 0 0;
        border: none
        }
.video__play-shape {
        fill: #212121;
        fill-opacity: 0.8
        }
.video__play-icon {
        fill: #fff
        }
.video__play:focus {
        outline: 0
        }
.video__play:focus .video__play-shape, .video__play:hover .video__play-shape {
        fill: red;
        fill-opacity: 1
        }
.video__play:hover {
        cursor: pointer
        }
.video__media {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none
        }
.num-blocks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
        }
.num-blocks__item {
        width: 20%;
        border: 1px solid var(--main-accent-color);
        padding: 20px;
        position: relative;
        margin: 20px 0
        }
.num-blocks__count {
        background-color: var(--main-accent-color);
        color: #fff;
        width: 30px;
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 1.2rem
        }
.num-blocks__img img {
        margin: auto;
        display: block;
        max-width: 100%;
        height: auto
        }
.gift-block__arrow-img {
        -webkit-animation: 2s steps(2) infinite stopsignal;
        animation: 2s steps(2) infinite stopsignal
        }
.gift-block__arrow {
        position: relative;
        height: 50px
        }
.gift-block__arrow img:nth-child(2) {
        width: 80px;
        position: absolute;
        top: -8px;
        right: calc(50% - 40px);
        -webkit-animation-delay: 1s;
        animation-delay: 1s
        }
.gift-block__arrow img:nth-child(1) {
        width: 140px;
        position: absolute;
        top: 0;
        right: calc(50% - 70px)
        }
@-webkit-keyframes stopsignal {
    0% {
        opacity: 1
        } to {
        opacity: 0
        }
    }
@keyframes stopsignal {
    0% {
        opacity: 1
        } to {
        opacity: 0
        }
    }
@-webkit-keyframes scaleanim {
    0%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1)
        } 50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
        }
    }
@keyframes scaleanim {
    0%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1)
        } 50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
        }
    }
.fast-links-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 16px;
        padding: 0;
        margin-top: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s
        }
.fast-links-block button {
        border: unset;
        padding: 0;
        background: 0 0
        }
.fast-links-block__item {
        border-left: 1px solid #f0f2f4;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        text-transform: uppercase;
        color: #000;
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 180px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: left;
        cursor: pointer
        }
.fast-links-block__item strong {
        padding: 10px;
        display: block;
        font-weight: 100;
        text-align: left
        }
.fast-links-block__item.active {
        background-color: var(--main-accent-color);
        color: #fff;
        padding: 10px 25px
        }
.fast-links-block__item.active span {
        color: #fff
        }
.fast-links-block__item span {
        font-size: 28px;
        color: #000;
        margin-right: 20px
        }
.fast-links-block__item p {
        font-size: 10px;
        text-align: left;
        margin: 0
        }
.fast-links-block__item img {
        width: auto;
        height: 40px;
        padding: 15px 0
        }
.fast-links-block__item a {
        font-weight: 700;
        text-decoration: none;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 25px
        }
.fast-links-block__item:hover {
        background-color: #ffe7dd;
        color: #000;
        font-weight: bolder
        }
.fast-links-block__item:hover a, .fast-links-block__item:hover span {
        color: #fff
        }
.app-rating-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
        }
.app-rating-block__item {
        margin-right: 15px
        }
.app-rating-block__number {
        font-weight: 700;
        font-size: 4rem;
        text-align: center;
        padding: 0 25px;
        color: #fff;
        border-radius: 10px;
        background-color: var(--main-bg-color);
        background-color: var(--main-accent-color)
        }
.app-rating-block__stars {
        position: relative;
        letter-spacing: -3px;
        width: 8.5rem;
        color: orange;
        font-size: 2rem;
        line-height: 2rem
        }
.app-rating-block__stars span {
        letter-spacing: -3px;
        white-space: nowrap
        }
.app-rating-block__stars span:last-child {
        position: absolute;
        left: 0;
        top: 0;
        white-space: nowrap;
        overflow: hidden
        }
@media (min-width: 768px) {
        .go-to-top {
                width: 50px;
                height: 50px
                }
        .go-to-top:after {
                content: "›";
                position: relative;
                top: -51px;
                -webkit-transition: 0.2s;
                transition: 0.2s;
                height: 25px;
                font-size: 5rem;
                left: 13px;
                color: #000
                }
        .header .container:before {
                content: " ";
                position: absolute;
                bottom: 0;
                z-index: 0;
                right: 0;
                border-bottom: 65px solid #f5cd62;
                border-left: 86px solid transparent;
                border-right: 0 solid transparent;
                height: 0;
                width: 50%;
                top: 11px
                }
        .header__wrap {
                position: relative;
                padding-top: 10px
                }
        .header__wrap:before {
                content: " ";
                position: absolute;
                bottom: 0;
                z-index: 0;
                right: 0;
                border-bottom: 65px solid #f5cd62;
                border-left: 86px solid transparent;
                border-right: 0 solid transparent;
                height: 0;
                width: 70%
                }
        .header__wrap * {
                z-index: 1
                }
        .header__wrap nav li {
                /*-webkit-transition: .5s;*/
                /*transition: .5s;*/
                border: 2px solid #f5cd62;
                border-radius: 10px
                }
        .header__wrap nav li:hover {
                border: 2px solid #ffe8ab;
                background-color: #fff;
                border-radius: 10px
                }
        .header__wrap nav a {
                font-weight: 500;
                color: #000;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center
                }
        .admin-bar .header .container:before {
                top: 43px
                }
        .review-page__logo {
                display: none
                }
        .fast-links-block {
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between
                }
        .fast-links-block__item {
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                border-radius: 10px
                }
        .fast-links-block__item:hover strong {
                font-weight: 700
                }
        .fast-links-block__item:hover:before {
                position: absolute;
                width: 130px;
                height: 8px;
                background-color: #f5cd62;
                content: " ";
                border-radius: 0 0 10px 10px
                }
        }
@media (max-width: 1210px) {
        body .container, body .page-content {
                padding-right: 10px;
                padding-left: 10px
                }
        }
@media (max-width: 991px) {
        .with-sidebar .sidebar {
                display: none
                }
        }
@media (max-width: 769px) {
        .review-page h1 {
                font-size: 30px;
                text-align: center;
                margin-bottom: 10px
                }
        .review-page__wrap > div {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center
                }
        .review-page__link-bonus.btn-big-text {
                min-width: 265px;
                font-size: 1.3rem
                }
        .mobile-app .review-page__link-bonus.btn-big-text svg {
                width: 27px;
                height: 27px
                }
        .review-page__bonus {
                margin-top: 25px;
                margin-right: 0
                }
        .review-page__logo {
                margin-bottom: 20px
                }
        .review-page__logo div {
                margin-right: 0
                }
        .review-page__rating {
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center
                }
        .mobile-app .review-page__rating {
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center
                }
        .review-page__overall-rating {
                -webkit-box-ordinal-group: 0;
                -ms-flex-order: -1;
                order: -1
                }
        .bk-point {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center
                }
        .bk-point > div {
                width: 75%;
                padding: 40px 20px
                }
        .bk-point > div ul li {
                line-height: 20px
                }
        }
.hd {
        display: none !important
        }
@media (max-width: 768px) {
        body .mobile-version {
                display: block
                }
        body ol {
                -webkit-column-count: 1;
                -moz-column-count: 1;
                column-count: 1
                }
    .go-to-top {
        width: 25px;
        height: 25px
        }
    .go-to-top:after {
        content: "›";
        position: relative;
        top: -15px;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        height: 19px;
        font-size: 2rem;
        left: 8px;
        color: #000
        }
    .btn-big-text, .btn-loadmore, .cards__btn-more, body .tag-block__btn-more {
        font-size: 12px
        }
    .content-button__control {
        font-size: 1.1rem
        }
    .align-left .content-button__control, .align-right .content-button__control {
        margin: auto
        }
    .info-about-site__title > *, body .tag-block__title > * {
        max-width: 77%
        }
    .info-about-site__title::before, body .tag-block__title::before {
        top: 50%
        }
    .header__wrap {
        height: 90px
        }
    .header__logo img {
        width: 140px;
        height: unset
        }
    .header__navbar, .header__second-navbar {
        display: none
        }
    .header__mobile-navbar {
        display: block
        }
    .header__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 140px;
        margin-left: 10px
        }
    .header__buttons * {
        margin: 1px 0;
        display: block;
        padding: 12px 21px 10px;
        text-align: center
        }
    .header__buttons :nth-child(2) {
        margin-left: 10px;
        background-color: #363;
        border: unset;
        color: #fff
        }
    .header__buttons :nth-child(1) {
        color: #fff;
        background-color: #be5227;
        border: unset
        }
    .main-content {
        overflow: hidden
        }
    body h2 {
        font-weight: 600;
        font-size: 1.7rem;
        position: relative;
        background-color: #2e2e2e;
        margin: 0 -20px 11px;
        padding-left: 18px;
        padding-right: 18px;
        color: #fff
        }
    body h3, h4, h5 {
        background-color: #2e2e2e;
        margin: 0 -20px 11px;
        padding-left: 18px;
        padding-right: 18px;
        color: #fff
        }
    body h2:after {
        content: unset
        }
    body h2::before {
        content: "";
        width: 3px;
        height: 1.2rem;
        background-color: var(--main-accent-color);
        display: inline-block;
        margin-right: 10px
        }
    .list-IL__list {
        width: 100%
        }
    .list-IL__link span {
        padding-right: 50px
        }
    .list-IL__link::after {
        right: 5px
        }
    .medium {
        width: 100%
        }
    .medium .cards__btn-more {
        margin: 27px auto !important
        }
    .small {
        width: 100%
        }
    .small .cards__btn-more {
        margin: 27px auto !important
        }
    .medium-list ul li, .small-list ul li {
        width: 100%
        }
    .site {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
        }
    .site__logo-and-rating {
        max-width: 100%;
        width: 100%
        }
    .site__offer {
        margin: 15px;
        min-width: 310px;
        width: 310px
        }
    .site__pros-cons {
        margin: 20px 0 0
        }
    .site__pros-cons ul {
        margin: 5px 15px
        }
    .site__pm {
        max-width: 310px
        }
    .site__link {
        font-size: 17px
        }
    .block-posts__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
        }
    .block-posts__second {
        display: none
        }
    .post {
        margin-top: 20px;
        max-width: 320px
        }
    .post__image img {
        max-width: 320px
        }
    .faq details {
        padding: 25px 50px 25px 30px
        }
    .faq summary:after {
        right: 20px;
        top: 20px;
        width: 5px;
        font-size: 2.8rem
        }
    .q_and_a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
        }
    .q_and_a details {
        width: 100%;
        min-width: 289px
        }
    .q_and_a details summary {
        padding: 100px 20px 50px 30px;
        text-align: center
        }
    .q_and_a details summary svg {
        padding-right: 10px;
        min-width: 60px
        }
    footer .footer__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
        }
    footer .footer__logo {
        width: 100%;
        height: auto;
        text-align: center
        }
    footer .footer__col {
        min-width: 170px;
        margin-left: 45px
        }
    footer .footer__social-link {
        width: 100%;
        max-width: unset;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 15px
        }
    .breadcrumb {
        /*display: none*/
        }
    .about-page {
        background-image: none !important;
        padding-top: 35px
        }
    .about-page__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
        }
    .about-page__wrap > :nth-child(2) {
        max-width: 100%
        }
            .about-page__title {
                        font-size: 27px
                        }
            .list-anchor ul {
                        -webkit-column-count: 2;
                        -moz-column-count: 2;
                        column-count: 2;
                        display: block
                        }
            .info-about-site__warp {
                        -webkit-box-orient: vertical;
                        -webkit-box-direction: normal;
                        -ms-flex-direction: column;
                        flex-direction: column
                        }
            .info-about-site__warp > div {
                        width: auto
                        }
            .non-recommend .site {
                        padding-left: 30px
                        }
            .non-recommend .site__logo-and-rating {
                        min-height: 130px
                        }
            .non-recommend .site::before {
                        width: 30px;
                        font-size: 22px
                        }
            .non-recommend .site__description {
                        width: unset;
                        padding: 20px
                        }
            .author-page .author__cart {
                        -ms-flex-wrap: wrap;
                        flex-wrap: wrap
                        }
            .author__wrap {
                        padding: 30px 25px
                        }
            .author__img-name {
                        margin-right: 15px
                        }
            .author__recommended {
                        min-width: unset;
                        margin-top: 0;
                        font-size: 15px;
                        padding: 9px 15px
                        }
            .author__date {
                        font-size: 14px
                        }
            .author__description .text {
                        -webkit-column-count: 1;
                        -moz-column-count: 1;
                        column-count: 1
                        }
            .column-wrap .column-wrap-50 {
                        width: 100%
                        }
            .review-page__buttons {
                        margin: 20px auto !important
                        }
            .review-page__image {
                        display: none
                        }
            .posts-archive__wrap {
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        -webkit-box-orient: vertical;
                        -webkit-box-direction: normal;
                        -ms-flex-direction: column;
                        flex-direction: column
                        }
            .posts-archive__wrap .post {
                        margin: 0 0 30px;
                        width: 100%;
                        min-width: 280px
                        }
            .error-404 > div {
                        -webkit-box-orient: vertical;
                        -webkit-box-direction: normal;
                        -ms-flex-direction: column;
                        flex-direction: column
                        }
            .error-404__error-number {
                        border-right: unset;
                        border-bottom: 3px solid #ece1e1;
                        font-size: 144px
                        }
            .error-404__text {
                        text-align: center
                        }
            .error-404__text span {
                        font-size: 64px
                        }
            .howto {
                        margin: 35px 0
                        }
            .step {
                        -webkit-box-orient: vertical;
                        -webkit-box-direction: normal;
                        -ms-flex-direction: column;
                        flex-direction: column
                        }
            .step__body.with-image {
                        width: 100%;
                        min-width: 100%
                        }
            .step__image {
                        margin-left: 0;
                        width: 100%
                        }
            .step__image img {
                        max-width: 100%;
                        width: 100%;
                        height: auto
                        }
            .review-table__header div:nth-child(2) {
                        width: 167px
                        }
            .review-table__header div:nth-child(5) {
                        width: 160px
                        }
            .review-table__b-link {
                        margin-left: 0
                        }
            .review-table__name {
                        width: 80px
                        }
            .comments-area .comment-respond .comment-form-author, .comments-area .comment-respond .comment-form-email, .comments-area .comment-respond .form-submit {
                        width: 35%
                        }
            .comments-area .comment-respond .comment-form-comment {
                        width: 55%
                        }
            .comments-area .comment__text {
                        -webkit-box-orient: vertical;
                        -webkit-box-direction: reverse;
                        -ms-flex-direction: column-reverse;
                        flex-direction: column-reverse
                        }
            .comments-area .comment__text .com-rating {
                        margin-left: 0
                        }
            .comments-area .comment__text .com-text {
                        max-width: 100%
                        }
            .sliderFull__arrow {
                        font-size: 2rem
                        }
            .sliderFull__count {
                        font-size: 1.2rem;
                        bottom: 9px;
                        left: 57px
                        }
            .sl-item > div {
                        background-size: 50%
                        }
            .sl-item > div > div {
                        max-width: 70%;
                        padding: 0
                        }
            .sl-item__title {
                        font-size: 1.5rem
                        }
            .sl-item__description {
                        font-size: 0.8rem
                        }
            .fast-links-block {
                        width: 100%;
                        overflow-x: auto;
                        white-space: nowrap
                        }
            .fast-links-block button, .fast-links-block__item {
                        width: 100%
                        }
            }
@media (max-width: 650px) {
            .review-table__wrap ol li {
                        -ms-flex-wrap: wrap;
                        flex-wrap: wrap
                        }
            .review-table__wrap ol li img {
                        margin: 0
                        }
            .review-table__header div:nth-child(4), .review-table__header div:nth-child(5) {
                        display: none
                        }
            .review-table__header div:nth-child(2) {
                        width: 45%
                        }
            .review-table__header div:nth-child(1) {
                        width: 27px
                        }
            .review-table__bookmaker {
                        width: 44%
                        }
            .review-table__bonus {
                        max-width: 44%
                        }
            .review-table__rating {
                        width: 47%;
                        margin-left: 10px
                        }
            .review-table__name {
                        width: 140px
                        }
            .review-table__b-link {
                        width: 130px
                        }
            }
@media (max-width: 640px) {
            .promo-code div {
                        text-align: center
                        }
            .promo-code div a, .promo-code div input {
                        margin-right: 0;
                        margin-left: 0;
                        width: 200px
                        }
            .promo-code {
                        border-radius: 10px;
                        background-color: #2e2e2e
                        }
            }
@media (max-width: 600px) {
            .author__date {
                        display: block
                        }
            .author__wrap {
                        padding: 15px 10px
                        }
            .author__cart {
                        -webkit-box-orient: vertical;
                        -webkit-box-direction: normal;
                        -ms-flex-direction: column;
                        flex-direction: column
                        }
            .author__social {
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center
                        }
            .author__social > div {
                        margin-right: 0
                        }
            .author__rating {
                        padding: 10px 15px;
                        font-size: 17px
                        }
            }
@media (max-width: 594px) {
            .site__offer {
                        min-width: 270px;
                        width: 270px;
                        text-align: center
                        }
            .site__pm {
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center
                        }
            .site__pm ul {
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center
                        }
            .offer__welcome-offer {
                        font-size: 25px
                        }
            }
@media (max-width: 550px) {
            .comments-area .comment-respond .comment-form-author, .comments-area .comment-respond .comment-form-email, .comments-area .comment-respond .form-submit {
                        width: 65%;
                        float: none
                        }
            .comments-area .comment-respond .comment-form-comment {
                        width: 89%;
                        float: none
                        }
            .comments-area .comment-respond .comment-form-comment textarea {
                        width: 97%
                        }
            .comments-area .comments__wrap {
                        padding: 15px 20px
                        }
            }
@media (max-width: 500px) {
            .slider__arrow .count {
                        display: block
                        }
            .next {
                        left: 90px
                        }
            .q_and_a details[open] div {
                        display: block;
                        overflow: scroll
                        }
            }
@media (max-width: 450px) {
            .list-anchor {
                        -webkit-box-orient: vertical;
                        -webkit-box-direction: normal;
                        -ms-flex-direction: column;
                        flex-direction: column
                        }
            .list-anchor__title {
                        margin-bottom: 7px
                        }
            .list-anchor ul li {
                        margin-bottom: 5px;
                        padding-right: 20px
                        }
            .review-page__rating {
                        max-width: 320px
                        }
            .step {
                        margin-left: 35px
                        }
            .step::before {
                        left: -26px
                        }
            .step__body span {
                        left: -40px
                        }
            .review-table__bonus {
                        max-width: 100%;
                        text-align: center
                        }
            }
@media (min-width: 769px) and (max-width: 991px) {
            .btn-big-text, .btn-loadmore, .cards__btn-more, body .tag-block__btn-more {
                        font-size: 12px
                        }
            .list-IL__link::after {
                        right: 5px
                        }
            .cards__item {
                        height: 155px
                        }
            .site__logo-and-rating {
                        max-width: 200px;
                        width: 200px
                        }
            .site__offer {
                        margin: 15px;
                        min-width: 230px;
                        width: 230px
                        }
            .site__pm {
                        display: none
                        }
            .site__pros-cons {
                        margin: 10px 15px
                        }
            .offer__welcome-offer {
                        font-size: 23px
                        }
            .block-posts__wrap {
                        -ms-flex-wrap: wrap;
                        flex-wrap: wrap;
                        -webkit-box-pack: space-evenly;
                        -ms-flex-pack: space-evenly;
                        justify-content: space-evenly
                        }
            .block-posts__second {
                        display: none
                        }
            .faq {
                        margin-top: 20px
                        }
            .faq details {
                        padding: 15px 23px
                        }
            .faq summary {
                        font-size: 19px;
                        margin-right: 0
                        }
            .faq summary::after {
                        top: 10px;
                        right: 15px;
                        font-size: 2rem
                        }
            .q_and_a details {
                        height: 250px;
                        min-width: 370px
                        }
            .q_and_a details[open] div {
                        padding: 30px 30px 20px
                        }
            footer .footer__logo img {
                        width: 200px;
                        height: auto
                        }
            footer .footer__social-link {
                        width: 100%;
                        max-width: unset;
                        text-align: center;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        margin-top: 15px
                        }
        .about-page__wrap > :nth-child(2) {
                    max-width: 50%
                    }
        .step__body.with-image {
                width: 50%;
                max-width: 50%
                }
        .step__image {
                width: 50%
                }
        .step__image img {
                max-width: 100%;
                height: auto
                }
        }
@media (min-width: 992px) and (max-width: 1199px) {
        .header__navbar nav ul {
                padding: 0
                }
        .header__navbar nav li {
                margin: 0 12px
                }
        .cards__item {
                height: 155px
                }
        .block-posts__second {
                max-width: 37%
                }
        .block-posts__second .post__image img {
                clip: rect(0 170px 195px 0)
                }
        .block-posts__second .post__content {
                margin-left: 170px
                }
        .block-posts__second .post__description {
                margin: 10px 10px 17px
                }
        .block-posts__second .post__title {
                margin: 10px
                }
        .post {
                max-width: 30%;
                overflow: hidden
                }
        .post__title {
                margin: 15px 20px 10px
                }
        .post__description {
                margin: 10px 20px 30px
                }
        .faq details {
                padding: 20px 32px
                }
        .faq summary {
                margin-right: 0
                }
        .faq summary::after {
                top: 14px;
                right: 23px
                }
        }
@media (min-width: 769px) and (max-width: 992px) {
        .header__navbar nav ul {
                padding: 0
                }
        .header__navbar nav li {
                margin: 0 18px
                }
        .header__buttons {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                max-width: 123px;
                width: 123px
                }
        .header__buttons * {
                margin: 1px 0;
                display: block;
                padding: 7px 10px 6px;
                text-align: center
                }
        .header__buttons :nth-child(2) {
                margin-left: 0
                }
        .review-page__rating {
                -ms-flex-wrap: wrap;
                flex-wrap: wrap
                }
        .review-page__logo div {
                margin-right: 10px
                }
        }
@media (max-width: 991px) and (min-width: 769px) {
        .medium-list ul li, .small-list ul li {
                width: 45%
                }
        .comments-area .comment-respond .comment-form-author, .comments-area .comment-respond .comment-form-email, .comments-area .comment-respond .form-submit {
                width: 30%
                }
        .comments-area .comment-respond .comment-form-comment {
                width: 65%
                }
        .bk-point > div {
                padding: 30px
                }
        .bk-point > div ul li {
                line-height: 30px
                }
    }
@media (max-width: 1199px) and (min-width: 991px) {
    .with-sidebar .site__offer {
        margin: auto 5px
        }
    .with-sidebar .site__pros-cons {
        margin: 15px 5px
        }
    }
@media (min-width: 992px) and (max-width: 1200px) {
    .review-page__logo div {
        margin-right: 10px
        }
    }
@media (min-width: 1049px) and (max-width: 1210px) {
    .posts-archive__wrap .post {
        margin: 0 5px 30px;
        min-width: 320px
        }
    }
@media (min-width: 950px) and (max-width: 1050px) {
    .posts-archive__wrap .post {
        margin: 0 55px 30px;
        max-width: 343px
        }
    }
@media (min-width: 769px) and (max-width: 949px) {
    .posts-archive__wrap .post {
        margin: 0 17px 30px;
        max-width: 30%
        }
    }
@media (max-width: 1200px) and (min-width: 992px) {
    .bk-point > div {
        padding: 40px
        }
    }
@media (max-width: 768px) {
    .header__logo {
        margin: 0 auto
        }
    }