/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.mcb-table-row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 15px;
    background-color: #fff;
    transition: ease all 0.3s;
    min-height: 164px;
}
.mcb-table-row:last-child {
    margin-bottom: 0;
}
.mcb-table-row-logo {
    min-height: 200px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.mcb-table-row-logo form {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mcb-table-row-logo img {
    position: relative;
    z-index: 1;
    max-height: 100%;
}
.mcb-table-row-num {
    position: absolute;
    z-index: 2;
    border-bottom: 0;
    padding-bottom: 0;
    top: 20px;
    left: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.mcb-table-row-col {
    padding: 0 15px;
    width: 100%;
}
.mcb-table-row-col:first-child {
    padding-left: 0;
}
.mcb-table-row-col.col-1 {
    max-width: 278px;
    max-width: 25%;
    flex: 0 0 25%;
}
.mcb-table-row-col.col-2 {
    max-width: 293px;
    max-width: 26%;
    flex: 0 0 26%;
}
.mcb-table-row-col.col-3 {
    max-width: 330px;
    max-width: 29%;
    flex: 0 0 29%;
}
.mcb-table-row-col.col-4 {
    max-width: 239px;
    max-width: 20%;
    flex: 0 0 20%;
}

.mcb-table-row-logo button[type="submit"].full-size{
    background: 0 0;
    border: none;
    cursor: pointer;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
}

.mcb-table-row-ttl {
    margin-top: 20px;
    margin-bottom: 10px;
}
.mcb-table-row-ttl button[type="submit"] {
    color: #070D59;
    font-size: 20px;
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer;
    text-transform: none;
    letter-spacing: 0;
    text-align: left;
}
.mcb-table-row-ttl button[type="submit"]:hover {
    background: none;
    color: #070D59;
}
.mcb-table-row-txt {
    color: #1660e8;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.3;
}
.mcb-table-row-list {
    margin-top: 28px;
    margin-bottom: 15px;
}
.mcb-table-row-list ul li, .bottom-content .mcb-table-row-list ul li {
    color: #070d59;
    font-size: 20px;
    line-height: 30px;
    padding-left: 32px;
    position: relative;
    list-style: none;
}
.mcb-table-row-list ul li:after, .bottom-content .mcb-table-row-list ul li:after {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    background: url("../img/correct_news.svg") center no-repeat;
    background-size: auto;
    background-size: cover;
    position: absolute;
    top: 6px;
    left: 0;
}
.mcb-table-row-btn {
    height: calc(100% - 52px);
    margin-top: 26px;
    border-left: 1px solid rgba(169, 170, 183, .4);
    padding-left: 15px;
    padding-top: 12px;
    text-align: center;
}
.mcb-table-row-btn button[type="submit"].main_btn {
    border-color: #099d64;
    max-width: 168px;
    width: 100%;
    height: auto;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    padding: 12px 10px 14px;
    background-color: #099d64;
    text-align: center;
    text-decoration: none;
    transition: ease all 0.3s;
    border-radius: 4px;
    display: inline-block;
    border: 0;
    opacity: 1;
    text-transform: none;
}
.mcb-table-row-btn button[type="submit"].main_btn:hover {
    /*background-color: #088555;*/
    opacity: 0.7;
}
.mcb-table-row-btn button[type="submit"].smaller_btn {
    width: 100%;
    text-align: center;
    color: #a9aab7;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-decoration: none;
    transition: ease all 0.3s;
    margin-top: 20px;
    white-space: nowrap;
    display: inline-block;
}
.mcb-table-row-btn .smaller_btn i {
    position: relative;
    top: 1px;
    color: #099d64;
    font-size: 12px;
    margin-left: 10px;
}
.mcb-table-row-cts {
    margin-top: 20px;
    text-align: center;
}
.mcb-table-row-cts button[type="submit"] {
    color: #a9aab7;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    text-decoration: none;
    transition: ease all 0.3s;
    background: 0 0;
    border: none;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    white-space: nowrap;
}


@media (max-width: 767px) {
    .mcb-table {
        margin-top: 0;
        margin-left: -30px;
        margin-right: -30px;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    .mcb-table-row-logo {
        min-height: 120px;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    .mcb-table-row-logo img {
        object-fit: contain;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: auto;
        height: auto;
        max-height: 100%;
    }
}
@media (min-width: 993px) and (max-width: 1199px) {
    .mcb-table-row-col.col-1 {
        max-width: 228px;
        max-width: 25%;
        flex: 0 0 25%;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .mcb-table-row-col.col-1 {
        max-width: 228px;
        max-width: 32%;
        flex: 0 0 32%;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    .mcb-table-row-col.col-1 {
        max-width: 33%;
        flex: 0 0 33%;
    }
}
@media (max-width: 480px) {
    .mcb-table-row-col.col-1 {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        flex: 0 0 100%;
    }
}
@media (min-width: 993px) and (max-width: 1199px) {
    .mcb-table-row-col.col-2 {
        max-width: 243px;
        max-width: 26%;
        flex: 0 0 26%;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .mcb-table-row-col.col-2 {
        max-width: 492px;
        max-width: 68%;
        flex: 0 0 68%;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    .mcb-table-row-col.col-2 {
        max-width: 67%;
        flex: 0 0 67%;
    }
}
@media (max-width: 480px) {
    .mcb-table-row-col.col-2 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}
@media (min-width: 993px) and (max-width: 1199px) {
    .mcb-table-row-col.col-3 {
        max-width: 255px;
        max-width: 27%;
        flex: 0 0 27%;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .mcb-table-row-col.col-3 {
        max-width: 468px;
        max-width: 64%;
        flex: 0 0 64%;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    .mcb-table-row-col.col-3 {
        max-width: 45%;
        flex: 0 0 45%;
    }
}
@media (max-width: 480px) {
    .mcb-table-row-col.col-3 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}
@media (min-width: 993px) and (max-width: 1199px) {
    .mcb-table-row-col.col-4 {
        max-width: 212px;
        max-width: 22%;
        flex: 0 0 22%;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .mcb-table-row-col.col-4 {
        max-width: 252px;
        max-width: 36%;
        flex: 0 0 36%;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    .mcb-table-row-col.col-4 {
        max-width: 55%;
        flex: 0 0 55%;
    }
}
@media (max-width: 480px) {
    .mcb-table-row-col.col-4 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}
@media (max-width: 480px) {
    .mcb-table-row-ttl {
        text-align: center;
    }
}
@media (max-width: 480px) {
    .mcb-table-row-txt {
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .mcb-table-row-list {
        margin-bottom: 20px;
        margin-left: 5px;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    .mcb-table-row-list {
        margin-bottom: 20px;
    }
}
@media (max-width: 480px) {
    .mcb-table-row-list {
        margin-left: 0;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .mcb-table-row-list ul, .bottom-content .mcb-table-row-list ul {
        display: flex;
        flex-wrap: wrap;
    }
}
@media (max-width: 480px) {
    .mcb-table-row-list ul, .bottom-content .mcb-table-row-list ul {
        max-width: 260px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .mcb-table-row-list ul li, .bottom-content .mcb-table-row-list ul li {
        width: 50%;
        margin-bottom: 4px;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    .mcb-table-row-list ul li, .bottom-content .mcb-table-row-list ul li {
        font-size: 17px;
        width: 100%;
        font-weight: 400;
        margin-bottom: 5px;
    }
}
@media (max-width: 992px) {
    .mcb-table-row-btn {
        padding-left: 0;
        margin-bottom: 20px;
        height: calc(100% - 46px);
        padding-bottom: 12px;
        border-left: 0;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    .mcb-table-row-btn button[type="submit"].main_btn {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .mcb-table-row-btn button[type="submit"].main_btn {
        width: calc(100% - 18px);
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .mcb-table-row-cts {
        margin-top: 10px;
    }
}
.clearfix::after{content:"";display:table;clear:both}
