.insurance .banner {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 100px;
}

.insurance .banner__bg {
    width: 100%;
    height: 431px;
}

.insurance .banner__bg picture {
    display: block;
    width: 100%;
    height: 100%;
}

.insurance .banner__bg picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.insurance .banner__content {
    position: absolute;
    z-index: 1;
    width: 100%;
}

.insurance .banner__title {
    text-align: unset;
    margin-bottom: 5px;
}

.insurance .banner__text {
    font-size: 18px;
    color: #212529;
    line-height: 100%;
    margin: 0;
}

.insurance .programs {
    margin-bottom: 150px;
}

.insurance .programs__title {
    text-align: unset;
    margin-bottom: 40px;
}

.insurance .programs__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.insurance .programs__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #F2F2F2;
    padding: 20px;
    min-height: 269px;
}

.insurance .tarifs {
    margin-bottom: 150px;
}

.insurance .tarifs__title {
    text-align: unset;
    margin-bottom: 40px;
}

.insurance .tarifs__inner {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #2125291A;
    border-bottom: 1px solid #2125291A;
    padding: 20px 0;
}

.insurance .tarifs__row {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #2125291A;
}

.insurance .tarifs__row:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: unset;
}

.insurance .tarifs__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.insurance .tarifs__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
}

.insurance .tarifs__list li::marker {
    color: #CA0012;
    width: 9px;
    height: 9px;
}

.insurance .tarifs__name {
    font-weight: 400;
    font-size: 25px;
    line-height: 100%;
    color: #212529;
}

.insurance-advantages {
    margin-bottom: 75px;
}

.insurance-advantages__title {
    text-align: unset;
    margin-bottom: 40px;
}

.insurance-advantages__grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 20px;
}

.insurance-advantages__separator {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #2125291A;
    margin: 40px 0;
}

.insurance-advantages__item {
    display: flex;
    flex-direction: column;
    width: calc(25% - 20px);
}

.insurance-advantages__ico {
    width: 64px;
    height: 64px;
    margin-bottom: 78px;
}

.insurance-advantages__ico svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.insurance-advantages__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.insurance-advantages__name {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 10px;
    color: #212529;
}

.insurance-advantages__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #212529;
}

.insurance .section--dark {
    background: #212529;
}
.franchise {
    margin-bottom: 175px;
}
.franchise__title {
    text-align: unset;
    margin-bottom: 40px;
}

.franchise__table {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #2125291A;
}

.franchise__head {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.franchise__body {
    display: flex;
    flex-direction: column;
}

.franchise__row {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    margin: 0;
    padding: 0;
}
.franchise__head .franchise__item {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #212529;
    padding: 20px 0;
    border-bottom: 1px solid #2125291A;
}
.franchise__item {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #212529;
    padding: 20px 0;
    border-bottom: 1px solid #2125291A;
}
.franchise__body .franchise__item:nth-child(1) {
    font-weight: 600;
}
.franchise__body .franchise__item::marker {
    color: #CA0012;
}

.franchise__body .franchise__item:nth-child(1)::marker {
    color: transparent;
}

.franchise-info:not(.franchise-info--last) {
    margin-bottom: 150px;
}
.franchise-info.franchise-info--last {
    margin-bottom: 100px;
}
.franchise-info__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 0;
    border-top: 1px solid #2125291A;
    border-bottom: 1px solid #2125291A;
}
.franchise-info__left{
    width: calc(100% - 620px);
}
.franchise-info__right{
    width: 620px;
}
.franchise-info__suptitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #212529;
    margin-bottom: 8px;
}
.franchise-info__title {
    font-weight: 400;
    font-size: 25px;
    line-height: 100%;
    width: 513px;
    color: #212529;
}
.franchise-info__text {
    width: 100%;
    margin: 40px 0 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #212529;
}
.franchise-info__subtext {
    width: 100%;
}
.franchise-info__subtext p {
    margin: 0 0 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #21252999;
}
.franchise-info__subtext p:last-child {
    margin: 0 0 0;
}

.franchise-info__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
}
.franchise-info__list li {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #212529;
}
.franchise-info__list li::marker {
    color: #CA0011;
}

.section--banner {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
.section--banner picture{
    display: block;
    width: 100%;
    height: 100%;
}
.section--banner picture img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

























