.custom-table {
width: 100%;
border: none;
margin-bottom: 20px;
border-collapse: separate;
}
.custom-table .thead .tr{
margin-bottom: 2px;
}
.custom-table .thead .th {
font-weight: bold;
text-align: center;
text-transform:uppercase;
border: none;
padding: 10px 15px;
background: #0891b2;
background-image: url(//mobileslots.ru/wp-content/uploads/2025/04/bg6.png);
font-size: 14px;
border-top: 1px solid #ddd;
width:50%;
color: #fff;
}
.custom-table .thead .tr {
display:flex;
gap:2px;
}
.custom-table .tbody .tr{
color:#084298;
display:flex;
gap:2px;
margin-bottom: 2px;
}
.custom-table .thead .th:first-child, .custom-table .td:first-child {
border-left: 1px solid #ddd;
}
.custom-table .thead .th:last-child, .custom-table .td:last-child {
border-right: 1px solid #ddd;
}
.custom-table .thead .th:first-child {
border-radius: 20px 0 0 0;
}
.custom-table .thead .th:last-child {
border-radius: 0 20px 0 0;
}
.custom-table .tbody .td {
text-align: left;
border: none;
padding: 10px 15px;
font-size: 14px;
vertical-align: top;
width:50%;
}
.custom-table .tbody .tr .td:first-child{
background: #edf2f7;
}
.custom-table .tbody .tr .td:last-child{
background: #f3f3f3;
}
.custom-table .tbody .tr:last-child .td{
border-bottom: 1px solid #ddd;
}
.table__cell.promo-value-wrapper{
display: flex;
width: 100%;
gap: 0.5rem;
cursor: pointer;
padding: 8px 15px 8px 25px;
}  .custom-review-header{
background-color: #3b4659;
background-image: url(//mobileslots.ru/wp-content/uploads/2025/08/uuuuui.png);
background-repeat: repeat;
background-position: center center;
font-weight: bold;
padding: 3px 0;
text-align: center;
font-size: 16px;
margin-bottom: 20px;
}
.custom-h2-inner{
color: #fff;
letter-spacing: 1px;
text-transform: uppercase;
padding: 0.5em;
border-top: 3px solid #eee;
border-bottom: 3px solid #eee;
}
.wp-block-media-text h3.wp-block-heading, .kt-inside-inner-col h3.wp-block-heading, h2.kt-blocks-info-box-title{
font-size: 1.2rem;
font-weight: 700;
line-height: 1.5rem;
margin-block-end: 1rem;
}  .card-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 23px;
margin: 0 -7px;
}
.card-col {
padding: 0 7px;
margin-bottom: 22px;
box-sizing: border-box;
width: 33.333%;
}
.card {
box-shadow: 0 4px 4px rgba(0, 0, 0, .2);
height: 100%;
max-width: 372px;
margin: auto;
box-sizing: border-box;
line-height: 1.3;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
background-color: #ffffffbb;
}
.card__img {
text-align: center;
min-height: 1px;
}
img {
vertical-align: middle;
max-width: 100%;
height: auto;
}
.card__header {
text-align: center;
padding: 12px 10px 17px;
letter-spacing: 1px;
}
.card__header-subtitle {
color: #999;
font: 12px 'OpenSans', sans-serif;
margin-bottom: 9px;
}
.card__header-title:last-child {
margin-bottom: 0;
}
.card__content {
padding-bottom: 30px;
}
.table {
display: table;
width: 100%;
font: 13px 'OpenSans', sans-serif;
}
.table__row {
display: table-row;
}
.table__row:nth-child(odd) {
background-color: #eee;
}
.table__cell {
display: table-cell;
vertical-align: middle;
width: 50%;
box-sizing: border-box;
padding: 8px 25px;
}
.table__cell:last-child {
font-family: 'OpenSans-Semibold', sans-serif;
}
.cell_span{
font-weight:600;
color:#e53330;
}
.card__footer {
padding: 0 10px 30px;
margin-top: auto;
}
.card .btn-default {
width: 100%;
display: block;
padding-left: 15px;
padding-right: 15px;
}
.card .card__footer .btn-default{
display: inline-block;
vertical-align: middle;
box-sizing: border-box;
padding: 10px 30px 9px;
letter-spacing: .04em;
color: #fff!important;
text-transform: uppercase;
text-align: center;
font: 14px / 1.1 'OpenSans-Semibold', sans-serif;
border-radius: 4px;
overflow: hidden;
background-color: #1db67e;
border-bottom: 4px solid #16895f;
text-decoration: none;
position: relative;
z-index: 0;
}
.btn-default:hover, .wpcf7-submit:hover{
text-decoration:none;
}
.btn-default:after, .wpcf7-submit:after {
content: '';
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #1c5376;
-webkit-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: all .3s;
transition: all .3s;
}  .promocode-wrapper{
margin-bottom:1rem;
max-width:100%;
}
.promocode-inner{
border-top: 3px dotted var(--global-palette7, #eeeeee);
border-right: 3px dotted var(--global-palette7, #eeeeee);
border-bottom: 3px dotted var(--global-palette7, #eeeeee);
border-left: 3px dotted var(--global-palette7, #eeeeee);
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
background: #ffffff;
display: flex;
align-items: center;
padding:1rem;
justify-content: space-between;
gap:1rem;
box-sizing:border-box;
}
.promocode-img-wrapper img{
margin:auto;
border-radius:10px;
}
.promocode-left, .promocode-right{
width:20%;
}
.promocode-center{
width:60%;
}
.promocode-center-top{
border-bottom: 2px dashed #edf2f7;
}
.promocode-header{
font-size: 1.2rem;
font-weight: 700;
line-height: 1.5rem;
margin-block-end: 1rem;
color:#23282d;
text-align:center;
text-transform:uppercase;
}
.promocode-sub-header{
display: flex;
width: 100%;
gap: 1rem;
justify-content: space-evenly;
}
.promocode-sub-header p{
color:#4a5568;
box-sizing: border-box;
font-family: "Exo 2", sans-serif;
font-feature-settings: normal;
font-size: 20px;
font-variation-settings: normal;
line-height: 30px;
}
.promocode-item-promo{
display: flex;
flex-direction: column;
text-align: center;
}
.promocode-right-header{
color: #4a5568;
text-transform: uppercase;
font-weight: bold;
font-size: 20px;
margin-bottom: 0.75em;
line-height: 30px;
}
.promocode-block{
padding: 10px 7px;
border: 2px dotted #edf2f7;
border-radius: 5px;
cursor: pointer;
display: flex;
justify-content: center;
}
.promocode-value{
color: #02abac;
text-transform: uppercase;
font-size: 18px;
margin-right: 0.35em;
font-weight: bold;
}
.ctc-block-copy{
align-self: center;
}
.promocode-center .promocode-button{
display: inline-block;
vertical-align: middle;
box-sizing: border-box;
padding: 12px 30px;
letter-spacing: .04em;
color: #fff;
text-transform: uppercase;
text-align: center;
text-decoration:none;
font-family: "Exo 2", sans-serif;
border-radius: 4px;
overflow: hidden;
background-color: #02abac;
text-decoration: none;
position: relative;
z-index: 0;
width:90%;
font-weight: bold;
transition:all 0.5s ease;
}
.promocode-center-bottom{
text-align:center;
padding-top:10px;
}
.promocode-center .promocode-button:hover{
background-color: #018a8b;
} @media screen and (max-width: 700px) {
.card-wrap {
margin-left: -5px;
margin-right: -5px;
}
.card-col {
padding: 0 5px;
width:100%;
}
.promocode-inner, .promocode-sub-header{
flex-direction:column;
}
.promocode-left, .promocode-center, .promocode-right {
width:100%;
}
.promocode-left{
order:0;
}
.promocode-right{
order:1;
}
.promocode-center{
order:2;
}
.promocode-right-header{
display:none;
}
.promocode-sub-header{
gap:0.5rem;
}
.promocode-sub-header p{
display:flex;
padding:5px 0;
margin-block-end: 0!important;
width:100%;
}
.sub-header-span{
width:40%;
display:inline-block;
margin-left:auto;
}
.custom-table.flexible .tr{
flex-direction:column;
}
.custom-table.flexible .td{
width:100%;
}
.custom-table.flexible .td:first-child{
font-weight:bold;
font-size:16px;
}
}.wp-block-kadence-iconlist ul.kt-svg-icon-list:not(.this-prevents-issues):not(.this-stops-third-party-issues):not(.tijsloc){list-style:none;padding:0;display:grid}.wp-block-kadence-iconlist ul.kt-svg-icon-list li.kt-svg-icon-list-item-wrap:not(.this-prevents-issues):not(.this-stops-third-party-issues):not(.tijsloc){display:flex}.wp-block-kadence-iconlist ul.kt-svg-icon-list{padding:0;list-style:none;margin:0 0 10px 0;text-align:left;grid-template-rows:auto;display:grid;gap:5px 0}.wp-block-kadence-iconlist ul.kt-svg-icon-list svg{width:1em;height:1em}.wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-item-wrap{display:flex;align-items:center;padding:0}.wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-item-wrap .kt-svg-icon-list-single{margin-right:10px;padding:4px 0;display:inline-flex;justify-content:center;align-items:center}.wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-item-wrap .kt-svg-icon-link{display:flex;align-items:center}.wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-item-wrap:last-child{margin-bottom:0}.wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-level-0{padding-left:0rem}.wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-level-1{padding-left:2rem}.wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-level-2{padding-left:4rem}.wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-level-3{padding-left:6rem}.wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-level-4{padding-left:8rem}.wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-level-5{padding-left:10rem}.rtl .wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-item-wrap .kt-svg-icon-list-single{margin-left:10px;margin-right:0}.kb-icon-list-tooltip-wrap{display:flex;align-items:center}.wp-block-kadence-listitem .kb-icon-list-tooltip:where(:not(.kb-list-tooltip-no-border)){border-bottom:1px dashed currentColor}.wp-block-kadence-listitem .kt-svg-icon-link>.kb-icon-list-tooltip{border-bottom:none}.wp-block-kadence-iconlist.kt-list-icon-aligntop ul.kt-svg-icon-list .kt-svg-icon-list-item-wrap{align-items:flex-start}.wp-block-kadence-iconlist.kt-list-icon-alignbottom ul.kt-svg-icon-list .kt-svg-icon-list-item-wrap{align-items:flex-end}.wp-block-kadence-iconlist.aligncenter .kt-svg-icon-list-item-wrap{justify-content:center}.kt-svg-icon-list-style-stacked .kt-svg-icon-list-single{border-style:solid;border-width:0}.kt-svg-icon-list-columns-2 ul.kt-svg-icon-list{grid-template-columns:repeat(2, minmax(0, 1fr))}.kt-svg-icon-list-columns-3 ul.kt-svg-icon-list{grid-template-columns:repeat(3, minmax(0, 1fr))}.wp-block-kadence-iconlist.kt-list-icon-aligntop ul.kt-svg-icon-list .kt-svg-icon-list-item-wrap a.kt-svg-icon-link{align-items:flex-start}.wp-block-kadence-iconlist.kt-list-icon-alignbottom ul.kt-svg-icon-list .kt-svg-icon-list-item-wrap a.kt-svg-icon-link{align-items:flex-end}@media(max-width: 1024px){.kt-tablet-svg-icon-list-columns-1 ul.kt-svg-icon-list{grid-template-columns:minmax(0, 1fr)}.kt-tablet-svg-icon-list-columns-2 ul.kt-svg-icon-list{grid-template-columns:repeat(2, minmax(0, 1fr))}.kt-tablet-svg-icon-list-columns-3 ul.kt-svg-icon-list{grid-template-columns:repeat(3, minmax(0, 1fr))}}@media(max-width: 767px){.kt-mobile-svg-icon-list-columns-1 ul.kt-svg-icon-list{grid-template-columns:minmax(0, 1fr)}.kt-mobile-svg-icon-list-columns-2 ul.kt-svg-icon-list{grid-template-columns:repeat(2, minmax(0, 1fr))}.kt-mobile-svg-icon-list-columns-3 ul.kt-svg-icon-list{grid-template-columns:repeat(3, minmax(0, 1fr))}}