﻿#finblock
{
    display:flex;
    flex-direction:column;
    width:100%;
    height:770px;
}
#fintop {
    height: 150px;
    width: 100%;
    background-color: #5d62c6;
}

#topimg
{
  background-image:url(/ico/topcard.jpg);
  margin:auto auto;
  height:100%;
  width:222px;
}
#closed {
    position: absolute;
    width: 48px;
    height: 48px;
    background-image: url(/ico/closed2.svg);
    top: 2px;
    right: 5px;
}
#closed:hover
{
    cursor:pointer;
}
.copycard, .copycard2 {
    color: #7c7f88;
    font-size: 16px;
    margin-bottom: 30px;
}
    .copycard:hover, .copycard2:hover {
        cursor: pointer;
    }
#finz {
    background-color: #2a333a;
    height: 310px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    color: #7c7f88;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
#card {
    position:relative;
    background-image: url(/ico/card.jpg);
    margin: auto auto;
    height: 206px;
    width: 311px;
}
.caz
{ 
    margin-top:20px;
    margin-left:20px;
    margin-right:20px;
}



#finya {
    position: relative;
    background-color: #ffffff;
    height: 310px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    color: #7c7f88;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

#yacard {
    position: relative;
    background-image: url(/ico/yamoney.png);
    margin: auto auto;
    height: 161px;
    width: 264px;
}

.caz {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.copyalready, .copyalready2 {
    position: absolute;
    width: 255px;
    height: 40px;
    background-color: white;
    display: none;
    flex-direction: row;
    align-items: center;
    color: #7c7f88;
    font-size: 16px;
    justify-content: center;
    top: 137px;
    left: 28px;
    z-index:500;
}
.copyalready2 {
    background-color: #2a333a;
    color: white;
    top: 116px;
    left: 4px;
}
.caf {
    display: flex;
}



#tarifpanel{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    width:800px;
    margin-top:20px;
    padding-left:20px;
}


.tarif_info_block {
    position: relative;
    background-color: #fff;
    border-radius: 12px;
    color: #2b2f33;
    cursor: pointer;
    display: block;
    outline: none;
    padding: 12px 16px;
    touch-action: manipulation;
    transition: all .1s ease-out;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    width: 148px;
    height: 200px;
    display: flex;
    flex-direction: column;
}
.base {
 box-shadow: 0 0 0 1px #f1b048;
}
.base.tarif_selected {
   box-shadow: 0 0 0 2px #f1b048;
}
.base.tarif_selected1 {
 box-shadow: 0 0 0 2px #f1b048;
}
 .base .tarifname {
 background-color: #f1b048;
}
.base .b-tariff-price-text {
 color: #f1b048;
}
/**/
.optim {
 box-shadow: 0 0 0 1px #4873b7;
}
.optim.tarif_selected {
  box-shadow: 0 0 0 2px #4873b7;
}
.optim.tarif_selected1 {
  box-shadow: 0 0 0 2px #4873b7;
}
.optim .tarifname {
  background-color: #4873b7;
}
.optim .b-tariff-price-text {
    color: #4873b7;
}

/*/*/
.edvance {
 box-shadow: 0 0 0 1px #28cf73;
}
.edvance.tarif_selected {
 box-shadow: 0 0 0 2px #28cf73;
}
.edvance.tarif_selected1 {
  box-shadow: 0 0 0 2px #28cf73;
 }
 .edvance .tarifname {
  background-color: #28cf73;
 }
.edvance .b-tariff-price-text {
    color: #28cf73;
}

/**/
.bezlim {
    box-shadow: 0 0 0 1px #e44144;
}
    .bezlim.tarif_selected {
        box-shadow: 0 0 0 2px #e44144;
    }
    .bezlim.tarif_selected1 {
        box-shadow: 0 0 0 2px #e44144;
    }
    .bezlim .tarifname {
        background-color: #e44144;
    }
    .bezlim .b-tariff-price-text {
        color: #e44144;
    }




.tarif_info_block:not(.tarif_selected, .tarif_selected1):hover {
    border-width:1px;
    box-shadow: 0 8px 20px #00339914, 0 4px 8px #00339914;
}




.tar_name, .position_text {
    color: #515154;
    font-family: Aeonik Pro,Inter,Arial,Helvetica Neue,Helvetica,FreeSans,sans-serif;
    font-weight: 500; 
    font-size: 16px;
    line-height: 18px;
    margin-left:15px;
    display:flex;
    justify-content:center;
}
.tar_name {
    margin-left: 0px;
    justify-content: start;
    color: #ffff;
    font-weight: 600;
}


.tarifname {
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#tarifpanel .flexcont_row{
    justify-items: center;  
    margin-bottom: 10px;
}
.tarif_info_block .b-tariff-price-text{
    width:100%;
    display:flex;
    justify-content:center;
}

.pos_bd {
    margin-top: 10px;
}
.bsbl {
    font-size: 28px;
 }
.l-margin_top-large-tarif {
    position: relative;
    margin-top: 24px;
    margin-left:20px;
    padding-top: 12px;
    font-size: 32px;
    line-height: 42px;
    font-family: Aeonik Pro,Inter,Arial,Helvetica Neue,Helvetica,FreeSans,sans-serif;
    font-weight: 700;
 }




.cv-resource-table-scroll-wrapper {
    overflow-y: auto;
}
.srv-table{
 width: 750px;
}
#tarifpays .cv-resource-table {
    margin-top:15px;
    display: inline-block;
    min-width:90%;
}
.srv-table .cv-resource-table__row {
    grid-template-columns: minmax(100px, 180px) minmax(100px, 130px) minmax(100px, 150px) minmax(100px, 150px) minmax(100px, 180px);
}

.cv-resource-table__row_head {
    box-shadow: 0 4px 16px #0033990a, 0 2px 2px #00339914;
}

.cv-resource-table__row {
    border-radius: 8px;
    display: grid;
 }
.cv-resource-table__cell:first-child, .cv-resource-table__head:first-child {
    padding-left: 24px;
}
.cv-resource-table__head, .paydate, .payinfo{
    color: #707a8a;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 18px;
    padding-bottom: 15px;
    padding-top: 15px;
    white-space: nowrap;
}

.paydate {
    padding: 0;
    margin-left: 20px;
    font-size: 14px;
}
.payinfo {
    padding: 0;
    font-size: 14px;
}
.cv-resource-table__cell_align_left, .cv-resource-table__head_align_left {
    justify-content: flex-start;
   
}

.cv-resource-table__cell, .cv-resource-table__head {
    align-items: center;
    display: flex;
    padding-left: 12px;
    padding-right: 12px;
}

    .cv-resource-table__row:last-child > .cv-resource-table__cell {
        border-bottom: none;
    }

.cv-resource-table__cell {

    border-bottom: 1px solid #dfe3e8;
    color: #2b2f33;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
    padding-bottom: 18px;
    padding-top: 18px;
}
.cv-resource-table__cell-content {
    display: block;
    min-width: 0;
    align-items:center;
    padding-left:25px;
}
.cv-resource-table__cell_align_left .cv-resource-table__cell-content{
    padding-left:0px;
}
.activetarif, .noactivetarif {
    border-radius: 12px;
    display: block;
    height: 10px;
    width: 10px;
    margin-left: 20px;
    background-color: #ff2d50;
    margin-right:5px;
}
.activetarif {
    background-color: #47bf67;
}

.pay_add-money{
    display:flex;
    justify-content:start;
    align-items:end;
    height:55px;
    margin-bottom:6px;
}
#moneypl.tocons{
    margin-top:0px;
    margin-bottom:0px;
   
 }
.paybut{
    margin-left:25px;
}