* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;

}

h2 {
    padding: 10px 0 5px;
    margin: 20px 0 5px 0;
    display: block;
    font-size: 22px;
    line-height: 22px;
    padding: 0 10px;
    font-weight: 700;
    color: #110033;
    text-align: center;
}

p {
    margin: 10px 0;
}

li {
    list-style-position: inside;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

header {
    padding: 10px 0 5px;
    background: #f6dcfa;
}

.header-title {
    color: #1b1818;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
}

.header-text {
    font-size: 18px;
    color: #41403f;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.rub {
    font-family: arial;
    vertical-align: middle;
    border-bottom: 0.07em solid;
    line-height: 0.2em;
    display: inline-block;
    width: 0.5em;
}

.section-cards {
    padding-top: 5px;
    padding-bottom: 20px;
    background: #f6dcfa;
}

.table-head {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
}

.table-head__item {
    width: calc(100%/5);
    border-left: 1px solid #e5e5e5;
    background: #fff;
    color: #9299a2;
    font-size: 14px;
    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;
}

.parent {
    display: flex;
    background: #fff;
    color: #000;
    margin-bottom: 20px;
    transition: .3s;
    text-decoration: none;
}

.parent:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    transition: .3s;
}

.parent__img {
    width: calc(100%/2);
    padding: 30px 30px;
}

.parent__img-shapka {
    height: 200px;
    overflow: hidden;
    width: 100%;
}


.parent__img img {
    max-width: 100%;
    width: 100%;
    margin-top: 18px;
}

.parent__middle {
    width: calc(100%/2);
    padding: 30px 0px;
}

.parent__middle-title-img {
    width: 10px;
}

.middle-info {
    width: calc(100%/2);
    padding: 0 10px;
}

.middle-info:first-child {
    padding: 0 10px 0 0;
}

.parent__middle-info {
    display: flex;
    padding: 20px 10px 0;
}

.middle-info__header {
    font-size: 16px;
    line-height: 18px;
}

.middle-info__text {
    font-size: 16px;
    color: #000;
    margin-top: 5px;
}

.bonus-button {
    display: flex;
    margin-top: 10px;
}

.bonus-button__item {
    font-size: 14px;
    line-height: 1.5;
    background: #a7a6a8;
    border-color: #a7a6a8;
    color: rgb(5, 5, 5);
    margin: 5px 10px 0 0;
    border-radius: 5px;
    padding: 4px 8px;
    white-space: nowrap;
}

.bonus-button__itemclic {
    font-size: 14px;
    line-height: 1.5;
    background: #108f30;
    border-color: #108f30;
    color: rgb(253, 253, 253);
    margin: 5px 10px 0 0;
    border-radius: 5px;
    padding: 4px 8px;
    white-space: nowrap;
}

.parent__bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-self: center;
    width: calc(100%/5);
    padding: 0 30px 0 10px;
    z-index: 1000;
}

.parent__bottom-a {
    display: block;
    background: #fac800;
    text-align: center;
    color: #000;
    text-decoration: none;
    border-radius: 50px;
    padding: 20px 20px;
    width: 100%;
    font-size: 18px;
    z-index: 1000;
}

.parent__bottom-a:hover {
    background: #ffd266;
}

.parent__bottom-div {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 0;
    color: #9299a2;
    font-size: 14px;
}

.section-content {
    background: #fdf9f9;
    padding-bottom: 40px;
}

.content {
    background: #fff;
    padding: 18px 27px;
}

.footer {
    padding: 10px 0;
    background: #302e2e;
}

.footer-title {
    font-size: 11px;
    color: #afb4bd;
}

object {
    display: flex;
    width: 100%;
    z-index: 999;
}

.accordion {
    margin-top: 10px;
}

.accordion__list {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.accordion__list:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.accordion__title {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    padding-right: 25px;
    cursor: pointer;
}

.accordion__title::before {
    content: '‹';
    position: absolute;
    font-size: 24px;
    right: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: all 0.3s ease-out;
}

.active-style::before {
    content: '›';
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.accordion__desc {
    max-height: 0;
    opacity: 0;
    transition: all 0.3s ease-out;
    overflow: hidden;
}

.accordion__desc_active {
    padding: 10px 0;
    overflow: visible;
    opacity: 1;
}

@media screen and (max-width: 740px) {
    .header-title {
        font-size: 36px;
        line-height: 40px;
    }

    .table-head {
        display: none;
    }

    .parent {
        flex-wrap: wrap;
        border-radius: 5px;
    }

    .parent__img {
        width: 100%;
        padding: 20px 20px;
    }

    .parent__middle {
        width: 100%;
        padding: 0 10px 10px;
    }

    .parent__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;
    }

    .parent__bottom {
        width: 100%;
        padding: 0 20px;
    }

    .parent__bottom-a {
        padding: 12px 45px;
        width: auto;
        margin-bottom: 0px;
    }

    .parent__bottom-div {
        margin-bottom: 20px;
    }

    .parent__middle-title {
        font-size: 18px;
    }

    .middle-info__header {
        font-size: 16px;
    }

    .info-list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .footer-title {
        font-size: 11px;
        color: #676e7b;
    }

    .bonus-button {
        flex-wrap: wrap;
    }

    h2 {
        font-size: 18px;
    }


    .header-title {
        font-size: 25px;
        line-height: 26px;
    }

    .header-text {
        font-size: 16px;
    }
}

@media screen and (max-width: 640px) {
    .parent__bottom-a {
        width: 100%;
    }
}