.columns-block__item {
    width: calc(33%)!important;
}


.a-prices__item-prices {
    width: 100%;
    border-bottom: 2px solid #f6f6f6;
    padding: 19px 195px 19px 190px!important;
}

.fz-54 div.top-row-bg{
  background-image: url(../img/banner2.png);
}

.a-main{
  background-image: url(../img/product-bg-1.jpg);
}
.a-feedback_whide {
    background-image: url(../img/Rectangle-493.png);
}
.a-tables-characters {
    background-color: #fff;
    padding-bottom: 76px;
}
.a-tables-characters .a-container {
    position: relative;
    text-align: center;
}

.popup-content .form-control.input-sm + .maskhelper {
    top: 7px;
    right: 10px;
}

.money-table--desktop,
.money-table--mobile {
    background-color:  #214196;
    color: #fff;
}

.money-table--desktop {
    padding: 55px 40px 20px;
}

.money-table--mobile {
    display: none;
}
.money-table .a-section-title {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 50px;
    line-height: 58px;
    display: block;
    text-align: center;
    color: #fff;
}

.money-table .a-section-subtitle {
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
    display: block;
    text-align: center;

}

.money-table--desktop table {
    margin-top: 40px;
    width: 100%;
}

.money-table--desktop table td {
    width: 25%;
    vertical-align: middle;
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;
    border-top: 1px solid #A8B1C9;
    height: 100px;
}

.money-table--desktop table tr td:first-child {
    text-align: left;
}

.money-table--desktop table tr td:not(:first-child) {
 text-align: center;
}

.money-table--desktop table tr td:nth-child(2) {
    width: 16%;
}

.money-table--desktop table tr:first-child td {
    color: rgba(255, 255, 255, .6);
}
.a-characters-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style: none;
    color: #555;
    z-index: 3;
    position: relative;
    top: -65px;
    padding: 0;

}

.a-characters-list li {
    background-color: #fff;
    width: 360px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    padding: 23px 44px;
    font-size: 21px;
    line-height: 20px;
    text-align: center;
    position: relative;
}

.a-characters-list li::before {
    width: 60px;
    height: 10px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #E50071;
}
.fz-54 div.top-row-bg {
    padding-bottom: 110px;
}

@media all and (max-width:1200px){
    .a-tables-characters {
        padding-top: 100px;
        padding-bottom: 56px;
    }
    .a-characters-list {
        width: 97.5%;
        position: absolute;
        top: -163px;

    }
    .money-table--desktop table td {
        font-size: 28px;
    }
}

@media all and (max-width: 1130px){
    .a-characters-list li {
        width: 340px;
        padding: 23px 34px;
        font-size: 18px;

    }
}

@media all and (max-width: 1100px){
    .a-characters-list {
        top: -147px;
    }
    .a-characters-list li {
        width: 320px;
        padding: 23px 34px;
        font-size: 18px;

    }
    .a-tables-characters {
        padding-top: 90px;
        padding-bottom: 56px;
    }
}

@media all and (max-width: 1060px){
    .money-table--desktop table td {
        font-size: 26px;
    }
    .a-characters-list {
        width: 97.2%;
    }
}

@media all and (max-width: 1030px){
    .a-characters-list li {
        width: 306px;
    }
}

@media all and (max-width: 980px){
    .a-characters-list li {
        width: 290px;
        font-size: 16px;
    }
    .money-table .a-section-title {
        font-size: 45px;
        line-height: 53px;

    }

    .money-table .a-section-subtitle {
        font-size: 26px;
        line-height: 31px;

    }
    .money-table--desktop table td {
        font-size: 23px;
    }
}

@media all and (max-width: 900px){
    .a-characters-list li {
        width: 256px;
    }
    .a-characters-list {
        width: 96.7%;
    }
    .money-table .a-section-title {
        font-size: 40px;
        line-height: 48px;
    }
    .money-table .a-section-subtitle {
        font-size: 24px;
        line-height: 29px;
    }
    .money-table--desktop table td {
        font-size: 21px;
    }

}

@media all and (max-width: 800px){
.a-prices__item-prices {
    width: 100%;
    border-bottom: 2px solid #f6f6f6;
    padding: 19px 60px 19px 90px!important;
}

    .a-characters-list {
        width: 96.1%;
        top: -136px;
    }
    .a-characters-list li {
        width: 230px;
        font-size: 13px;
        padding: 23px 28px;
    }
    .money-table .a-section-title {
        font-size: 35px;
        line-height: 43px;
    }
    .money-table .a-section-subtitle {
        font-size: 21px;
        line-height: 29px;
    }
    .money-table--desktop table td {
        font-size: 19px;
    }
    .a-tables-characters {
        padding-top: 80px;
    }
}

@media all and (max-width: 760px){
.columns-block__item {
    width: calc(100%)!important;
}


.a-prices__item-prices {
    width: 100%;
    border-bottom: 2px solid #f6f6f6;
    padding: 19px 60px 19px 90px!important;
}

    .money-table--desktop {
        display: none;
    }

    .money-table--mobile {
        display: block;
        padding: 43px 15px;
    }
    .a-characters-list {
        position: static;
        width: 100%;
        flex-direction: column;
    }
    .a-characters-list li {
        width: 100%;
        margin-bottom: 30px;
        font-size: 21px;
        line-height: 20px;
        padding: 26px 35px;
        height: auto;
    }
    .a-tables-characters {
        padding-top: 36px;
    }
    .fz-54 div.top-row-bg {
        padding-bottom: 70px;
    }
    .money-table .a-section-title {
        font-size: 32px;
        line-height: 37px;
    }
    .money-table .a-section-subtitle {
        font-size: 21px;
        line-height: 44px;
        margin-bottom: 32px;
    }
    .money-table--mobile table {
        width: 100%;
        margin-top: 50px;
    }

    .money-table--mobile table td {
        color: rgba(255, 255, 255, 0.6);
        font-weight: 500;
        font-size: 28px;
        line-height: 33px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .money-table--mobile table td:nth-child(2) {
        width: 25%;
        text-align: center;
        color: #fff;
    }
    .money-table--mobile table td:nth-child(1) {
        text-align: left;
    }
    .money-table--mobile table tr:first-child td[colspan] {
        color: #fff;
    }
}

@media all and (max-width: 600px){

.a-prices__item-prices {
    width: 100%;
    border-bottom: 2px solid #f6f6f6;
    padding: 19px 40px 19px 55px!important;
}

    .money-table .a-section-subtitle {
        font-size: 21px;
        line-height: 24px;
        margin-bottom: 32px;
        margin-top: 20px;
    }
}

@media all and (max-width: 470px){
    .money-table--mobile table td {
        font-size: 25px;
    }
}

@media all and (max-width: 400px){
    .money-table--mobile table td {
        font-size: 22px;
    }
    .a-characters-list li {
        font-size: 18px;
    }
}

@media all and (max-width: 350px){

    .money-table--mobile table td {
        font-size: 20px;
    }

    .money-table .a-section-title {
        font-size: 25px;
        line-height: 30px;
    }
    .money-table .a-section-subtitle {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 0;
    }
    .money-table--mobile table {
        width: 100%;
        margin-top: 20px;
    }
   .a-tables-characters .t-btn,
   .a-tables-characters a.t-btn,
   .a-tables-characters button.t-btn,
   .a-tables-characters input[type="submit"] {
        padding: 18px 23px;
    }
}