.bk_cards_full{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px;margin:30px 0}.bk_cards_full__item{position:relative;display:grid;grid-template-columns:1fr 1fr 1fr 0.4fr;grid-template-areas:"info content pros btn";gap:40px;padding:16px;border-radius:16px;background-color:var(--theme-blocks-primary-bg)}.bk_cards_full__item.gold{border:3px solid #FFD700}.bk_cards_full__item.gold .bk_cards_full__item-label{background-color:#FFD700}.bk_cards_full__item.silver{border:3px solid #C0C0C0}.bk_cards_full__item.silver .bk_cards_full__item-label{background-color:#C0C0C0}.bk_cards_full__item.bronze{border:3px solid #CD7F32}.bk_cards_full__item.bronze .bk_cards_full__item-label{background-color:#CD7F32}@media screen and (max-width:991px){.bk_cards_full__item{grid-template-columns:1fr;grid-template-areas:"info" "content" "pros" "btn";gap:16px}}.bk_cards_full__item-label{position:absolute;top:0;left:0;width:60px;height:40px;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-color:var(--theme-default-elements-color);border-radius:10px 0px 16px 0px}.bk_cards_full__item-label svg path{fill:#FFFFFF}.bk_cards_full__item-label span{font-weight:600;font-size:18px;line-height:24px;text-align:center;color:#FFFFFF}.bk_cards_full__item-top_label{position:absolute;top:-16px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.bk_cards_full__item-top_label span{position:relative;padding:4px 12px;border-radius:80px;background-color:var(--bk-top-label-bg-color);color:var(--bk-top-label-text-color);font-weight:600;font-size:14px;line-height:20px;text-align:center;text-wrap:nowrap}.bk_cards_full__item-top_label span:after{content:"";position:absolute;bottom:-6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0;height:0;border-left:9.5px solid transparent;border-right:9.5px solid transparent;border-top:9px solid var(--bk-top-label-bg-color)}.bk_cards_full__item:first-child .bk_cards_full__item-label{width:70px;height:50px}.bk_cards_full__item-first{grid-area:info;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}@media screen and (max-width:991px){.bk_cards_full__item-first{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.bk_cards_full__item-logo{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:220px;height:100px;border-radius:16px}.bk_cards_full__item-logo img{height:40px;width:auto}@media screen and (max-width:991px){.bk_cards_full__item-logo{width:100%}}.bk_cards_full__item-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}@media screen and (max-width:991px){.bk_cards_full__item-info{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.bk_cards_full__item-title{font-weight:600;font-size:18px;line-height:24px;color:var(--theme-page-txt-color)}.bk_cards_full__item-rating{font-weight:600;font-size:20px;line-height:26px}@media screen and (max-width:991px){.bk_cards_full__item-rating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:3px;margin-left:auto}}.bk_cards_full__item-rating_stars{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;gap:3px;color:var(--theme-page-txt-color)}@media (max-width:991px){.bk_cards_full__item-rating_stars span:not(:first-child){display:none}}.bk_cards_full__item-rating_stars svg{width:18px;height:18px}.bk_cards_full__item-rating_stars svg path{fill:var(--bk-star-color)}.bk_cards_full__item-content{grid-area:content;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;text-align:center}.bk_cards_full__item-content_top{margin-bottom:8px;font-weight:600;color:var(--theme-page-txt-color)}@media screen and (max-width:991px){.bk_cards_full__item-content_top{display:none}}.bk_cards_full__item-content_title{margin:0 0 12px;color:var(--theme-page-txt-color);font-weight:700;font-size:24px;line-height:28px}@media screen and (max-width:991px){.bk_cards_full__item-content_title{margin:0}}.bk_cards_full__item-content_title span{color:var(--theme-default-elements-color)}.bk_cards_full__item-content_bottom{font-size:12px;line-height:16px;color:var(--theme-blocks-secondary-bg)}.bk_cards_full__item-content_bottom-mobile{display:none}@media screen and (max-width:991px){.bk_cards_full__item-content_bottom{display:none}.bk_cards_full__item-content_bottom-mobile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:400;font-size:12px;line-height:16px;color:var(--theme-blocks-secondary-bg)}}.bk_cards_full__item-pros{grid-area:pros}.bk_cards_full__item-pros ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.bk_cards_full__item-pros ul li{margin:0 !important;font-size:14px;line-height:20px;color:var(--theme-page-txt-color)}.bk_cards_full__item-buttons{grid-area:btn;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;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.bk_cards_full__item-buttons .btn{width:100%}.bk_cards_full__item-buttons .btn-accent{text-transform:uppercase}@media screen and (max-width:991px){.bk_cards_full__item-buttons .btn-secondary{position:relative;background:transparent;padding:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:var(--theme-page-txt-color);border:0;text-transform:capitalize;font-size:14px;font-weight:400}.bk_cards_full__item-buttons .btn-secondary:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background-color:var(--theme-default-elements-color)}}.bk_cards_full .payments__logos{display:-webkit-box;display:-ms-flexbox;display:flex;margin:10px 0 0 0;gap:5px}.bk_cards_full .payments__logos .logo-holder{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:45px;padding:5px;border:1px solid gray;background-color:#FFFFFF;border-radius:5px;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}.bk_cards_short{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;overflow:auto}.bk_cards_short__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:16px;background-color:var(--theme-blocks-primary-bg);border-radius:16px;min-width:275px;width:275px}.bk_cards_short__item-logo{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:100%;height:100px;border-radius:16px;margin-bottom:10px}.bk_cards_short__item-logo img{max-height:40px;width:auto;height:100%}.bk_cards_short__item-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.bk_cards_short__item-title{font-weight:600;font-size:18px;line-height:24px;color:var(--theme-page-txt-color)}.bk_cards_short__item-rating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2px;font-weight:600;font-size:16px;line-height:22px}.bk_cards_short__item-rating span{color:var(--theme-page-txt-color)}.bk_cards_short__item-rating svg{width:15px;height:15px}.bk_cards_short__item-rating svg path{fill:var(--bk-star-color)}.bk_cards_short__item-bonus{-webkit-box-flex:1;-ms-flex:1;flex:1;font-weight:700;font-size:24px;line-height:28px;text-align:center;color:var(--theme-page-txt-color)}.bk_cards_short__item-bonus span{color:var(--theme-default-elements-color)}.bk_cards_short__item .btn{width:100%;margin-top:16px}.bk_cards_promo .bk_cards_full__item-first{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (max-width:991px){.bk_cards_promo .bk_cards_full__item-first{width:100%}}.bk_cards_promo .bk_cards_full__item-promo{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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}@media (max-width:991px){.bk_cards_promo .bk_cards_full__item-promo{width:100%}}.bk_cards_promo .bk_cards_full__item-promo .bk_cards_full__promo{padding:12px 28px;border:2px dashed #16B528;border-radius:12px}@media (max-width:991px){.bk_cards_promo .bk_cards_full__item-promo .bk_cards_full__promo{width:100%}}.bk_cards_promo .bk_cards_full__item-promo .bk_cards_full__promo h4{margin:0;text-align:center}.bk_cards_promo .btn-review{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2px;font-weight:400;font-size:14px;line-height:20px;text-align:center;background:transparent;padding:0;text-transform:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:var(--theme-page-txt-color)}.bk_cards_promo .btn-review:after{content:"";width:100%;height:2px;background-color:var(--theme-default-elements-color)}.bk_cards_see_all{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;margin-top:30px;text-transform:uppercase}.bk_cards_full__title-sm{font-weight:600;font-size:16px;line-height:22px;text-align:center}@supports (-webkit-appearance:none){}@media screen and (max-width:991px){@supports (-webkit-appearance:none){}}@media (max-width:991px){@supports (-webkit-appearance:none){}}