* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: tahoma;
    //font-family: Helvetica Neue,arial,sans-serif;

}
h2, h3 {
    padding: 10px 0 5px;
	font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #153B50;
}
p {
    margin: 10px 0;
}

li {
	list-style-position: inside;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
header {
    padding: 5px 0 5px;
}
.header-title {
    color: #333e50;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
}
.header-text {
    font-size: 18px;
    color: #333e50;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.section-card {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #f1f4f7;
}
.table-head {
    background: #fff;
    display: flex;
	border-bottom: 2px solid #e5e5e5;
}
.table-head__item {
    width: calc(100%/5);
    border-left: 2px solid #e5e5e5;
    background: #FFFFF;
    color: #153B50;
    font-size: 18px;
    padding: 8px 10px;
}
.table-head__item:first-child {
    border-left: 0;
    border-radius: 5px 0 0 0;
	padding: 8px 30px;
}
.table-head__item:last-child {
    border-radius: 0 5px 0 0;
}
.table-cards{
    margin-bottom: 10px;
}
.table-list {
    display: flex;
    background: #fff;
    color: #153B50;
    margin-bottom: 20px;
    transition: .3s;
    cursor: pointer;
    text-decoration: none;
}
.table-list:hover .table-list__img img {
    box-shadow: 5px 7px 12px rgba(0,0,0,.3);
    transition: .3s;
}
.table-list__img {
    width: calc(100%/5);
    padding: 30px 30px;
}
.table-list__img img {
    max-width: 100%;
    width: 100%;
}

.table-list__img-span {
    display: flex;
    flex-wrap: wrap;
    color: #9299a2;
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
}
.img-span__cards {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    //margin-bottom: 15px;
    width: 75px;
    height: 25px;
    border-radius: 3px;
    vertical-align: middle;
    border: solid 1px #00b4e3;
}
.img-span__cards-mir {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-size: contain;
    width: 66px;
    height: 15px;
    background-image: url(img/i-mir.png);
    background-repeat: no-repeat;
}
.img-span__cards-2mir {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-size: contain;
    width: 66px;
    height: 15px;
    background-image: url(img/2-mir.png);
    background-repeat: no-repeat;
}
.img-span__cards-3mir {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-size: contain;
    width: 66px;
    height: 15px;
    background-image: url(img/3-mir.png);
    background-repeat: no-repeat;
}
.img-span__cards-4mir {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-size: contain;
    width: 66px;
    height: 15px;
    background-image: url(img/4-mir.png);
    background-repeat: no-repeat;
}
.img-span__cards-5mir {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-size: contain;
    width: 66px;
    height: 15px;
    background-image: url(img/5-mir.png);
    background-repeat: no-repeat;
}
.img-span__cards-6mir {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-size: contain;
    width: 66px;
    height: 15px;
    background-image: url(img/6-mir.png);
    background-repeat: no-repeat;
}
.img-span__cards-visa {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-size: contain;
    width: 34px;
    height: 11px;
    background-image: url(img/i-visa.png);
    background-repeat: no-repeat;
}
.img-span__cards-ms {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-size: contain;
    width: 26px;
    height: 16px;
    background-image: url(img/i-master.png);
    background-repeat: no-repeat;
}
.img-span__cards-unionpay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-size: contain;
    width: 26px;
    height: 16px;
    background-image: url(img/i-unionpay.png);
    background-repeat: no-repeat;
}
.img-span__cards-jcb {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-size: contain;
    width: 26px;
    height: 16px;
    background-image: url(img/i-jcb.png);
    background-repeat: no-repeat;
}
.table-list__middle {
    width: calc((100%/5)*3);
    padding: 30px 0px;
}
.table-list__middle-title {
    display: block;
    font-size: 22px;
    line-height: 16px;
    padding: 0 10px;
    font-weight: 700;
    color: #153B50;
}
.table-list__middle-title-2 {
    display: block;
    font-size: 22px;
    line-height: 16px;
    padding-top: 20px;
    font-weight: 700;
    color: #153B50;
	text-align: center;
}
.table-list__middle-title-img {
    width: 20px;
}
.middle-info {
    width: calc(100%/3);
    padding: 0 10px;
}
.middle-info:first-child {
    padding: 0 10px 0 0;
}
.table-list__middle-info {
    display: flex;
    padding: 20px 10px 0;
}
.table-list__middle-info_mfo {
    display: flex;
    padding: 0 10px 0;
	text-align: center;
}
.middle-info__header {
    font-size: 16px;
    line-height: 18px;
}
.middle-info__text {
    font-size: 16px;
    color: #153B50;
    margin-top: 5px;
}
.params-button {
    display: flex;
    margin-top: 10px;
}
.params-button__item {
    font-size: 14px;
    line-height: 1.5;
    background: #55a3ed;
    border-color: #55a3ed;
    color: #fff;
    margin: 5px 10px 0 0;
    border-radius: 50px;
    padding: 4px 8px;
    white-space: nowrap;
}

.plus {
    background: #fa4552 !important;
    border-color: #b8252f !important;	
}

.plus a {
	color: #fff;
	z-index: 1001;
}

.table-list__bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-self: center;
    width: calc(100%/5);
    padding: 0 30px 0 10px;
	z-index: 1000;
}
.table-list__bottom-a {
    display: block;
	background: #ffdb4d;
	box-shadow: 3px 2px 12px rgba(51, 72, 80, 0.5);
    text-align: center;
    color: #153B50;
    text-decoration: none;
    border-radius: 8px;
    padding: 20px 20px;
    width: 100%;
    font-size: 18px;
	z-index: 1000;
}
.table-list__bottom-r {
    display: block;
	background: #ffdb4d;
	box-shadow: 3px 2px 12px rgba(51, 72, 80, 0.5);
    text-align: center;
    color: #153B50;
    text-decoration: none;
    border-radius: 6px;
    padding: 12px 20px;
    width: 100%;
    font-size: 18px;
	z-index: 1000;
}

.blue {
	background: #039be5;
	color: #fff;
	box-shadow: 0 0px 0px rgba(206, 193, 90, 0.4);
}

.table-list__bottom-a:hover {
    background: #ffd266;
	box-shadow: 5px 3px 12px rgba(51, 72, 80, 0.5);
	color: #000;
}
.table-list__bottom-r:hover {
    background: #ffd266;
	box-shadow: 5px 3px 12px rgba(51, 72, 80, 0.5);
	color: #000;
}

.blue:hover {
	background: #355FF1;
}

.table-list__bottom-div {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 0;
    color: #9299a2;
    font-size: 14px;
}
.section-content {
    background: #f1f4f7;
    padding-bottom: 40px;
}
.content {
    background: #fff;
    padding: 18px 12.5px 18px 27px;
	color: #153B50;
}
.section-info {
    background: #f1f4f7;
}
.info-block {
    display: flex;
    flex-wrap: wrap;
}
.info-list {
    width: calc(33.3% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 18px 12.5px 18px 27px;
    background: #f1f4f7;
    border-radius: 5px;
}
.info-list:nth-child(3n) {
    margin-right: 0;
}
.info-list__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #153B50;
    margin-bottom: 8px;
}
.info-list__text {
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #676e7b;
}
.footer {
    padding: 40px 0;
	background: #153B50;
}
.footer-title {
    font-size: 10px;
    color: #FFFF;
}
object {
    display: flex;
    width: 100%;
    z-index: 999;
}
@media screen and (max-width: 740px) {
    .header-title {
		font-size: 36px;
		line-height: 40px;
    }
    .table-head {
        display: none;
    }
    .table-list {
        flex-wrap: wrap;
        border-radius: 5px;
    }
    .table-list__img {
        width: 100%;
        padding: 20px 20px;
    }
    .table-list__middle {
        width: 100%;
        //border-top: 1px solid #e8ecef;
        //padding: 10px 10px;
        padding: 0 10px 10px;
    }
    .table-list__middle-info {
        flex-wrap: wrap;
    }
    .middle-info {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .middle-info:last-child {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .table-list__bottom {
        width: 100%;
        padding: 0 20px;
    }
    .table-list__bottom-a {
        padding: 12px 45px;
        width: auto;
        margin-bottom: 0px;
    }
    .table-list__bottom-div {
        margin-bottom: 20px;
    }
    .table-list__middle-title {
        font-size: 18px;
    }
    .table-list__middle-title-img {
        width: 7px;
    }
    .middle-info__header {
        font-size: 16px;
    }
    .info-list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .footer-title {
		font-size: 10px;
		color: #FFFF;
    }
    .params-button {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 640px) {
    .table-list__bottom-a {
        width: 100%;
    }
}