.header {
    height: 18.5rem;
}

.post {
    padding: 1.5rem 1.25rem;
}

.post__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.post__header h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.2;
}

.post__heading-date {
    font-size: 13px;
    color: #757575;
    margin: 0;
}

.post__content {
    text-align: left;
}

.post__content p {
    font-size: 18px;
}

.post__content p:last-of-type {
    margin-bottom: 0;
}

.landing-section {
    padding-bottom: 45px;
}

.landing__text-content img {
    display: block;
    margin: 0 auto;
}

.landing__text-form--content p {
    margin-top: 0;
}

.landing__offer-main {
    border: 1px solid #ad3275;
    padding: 24px 17px 17px 17px;
    background-color: #fef9fc;
    border-radius: 8px;
}

.lading__offer-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.lading__offer-header svg {
    min-width: 84px;
    margin-right: 30px;
}

.lading__offer-header .title {
    font-size: 16px;
    font-weight: 700;
    color: #ad3275;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.lading__offer-header p {
    font-size: 16px;
    color: #4C4848;
    margin: 0;
}

.landing__offer-item {
    background: #fff;
    border: 1px solid #D2DCE6;
    border-radius: 5px;
    margin: 10px 0;
    padding: 24px 24px 15px 24px;
}

.landing__offer-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.landing__offer-badge {
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 5px;
    line-height: 1.2;
}

.landing__offer-badge.basic {
    background-color: #D2DCE6;
    max-width: 260px;
}

.landing__offer-badge.optimum {
    color: #fff;
    background-color: #982458;
    max-width: 300px;
}

.landing__offer-badge.premium {
    background-color: #FFE140;
    max-width: 365px;
}

.landing__offer-action {
    display: flex;
    align-items: center;
}

.landing__offer-action p {
    font-size: 24px;
    font-weight: 700;
    color: #0FAFFF;
    margin: 0;
}

.landing__offer-action p span {
    font-size: 16px;
}

.landing__offer-action .btn {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    padding: 5px 20px;
    margin: 0 0 0 15px;
    text-transform: lowercase;
}

.landing__offer-action .btn::first-letter {
    text-transform: uppercase;
}

.landing__offer-content {
    display: flex;
    align-items: center;
}

.landing__offer-logo {
    max-width: 155px;
    margin-right: 50px;
}

.landing__offer-values {
    width: 100%;
}

.landing__offer-values .top {
    border-bottom: 1px solid #E6EAED;
    padding: 15px 0;
}

.landing__offer-values .top ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 0;
}

.landing__offer-values .top li {
    display: flex;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    line-height: 1.2;
}

.landing__offer-values .top .icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    background-repeat: no-repeat;
    background-position: center center;
}

.landing__offer-values .top .icon.i1 {
    background-image: url('../../img/leczenie.svg');
}

.landing__offer-values .top .icon.i2 {
    background-image: url('../../img/ratownictwo.svg');
}

.landing__offer-values .top .icon.i3 {
    background-image: url('../../img/bagaz.svg');
}

.landing__offer-values .top div {
    padding-left: 10px;
    line-height: 1;
}

.landing__offer-values .top span {
    font-size: 10px;
    font-weight: 400;
    color: #4D4848;
    text-transform: uppercase;
    line-height: 1.2!important;
}

.landing__offer-values .top p {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2!important;
}

.landing__offer-values .bottom {
    padding-top: 15px;
}

.landing__offer-values .bottom ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.landing__offer-values .bottom li {
    font-size: 10px;
    list-style: none;
    position: relative;
    padding-left: 20px;
}

.landing__offer-values .bottom li:before {
    content: "";
    width: 10px;
    height: 9px;
    background: url('../../img/check.svg');
    position: absolute;
    top: 0;
    left: 0;
}

.landing__offer-values .bottom li strong {
    font-weight: 700;
}

.landing__tile-header {
    margin-bottom: 30px;
}

.landing__tile-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    min-height: 50px;
    text-align: right;
}

.landing__tile-heading img {
    max-width: 80px;
    max-height: 45px;
    width: auto;
    height: auto;
}

.landing__tile-price {
    font-size: 16px;
    font-weight: 600;
    color: #0FAFFF;
    line-height: 1.2;
}

.landing__tile-price span {
    font-size: 24px;
}

.landing__tile-items {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
    align-items: stretch;
    justify-content: center;
}

.landing__tile-item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    background: #fff;
    padding: 10px;
}

.landing__faq  .landing__tile-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.landing__tile-panel {
    height: 100%;
    border: 1px solid #D2DCE6;
    padding: 15px 25px 25px 25px;
    border-radius: 8px;
}

.landing__tile-panel table {
    text-align: left;
    margin: 15px 0 30px 0;
}

.landing__tile-panel th {
    font-size: 12px!important;
    font-weight: 400;
    color: #4D4848;
    text-transform: uppercase;
    padding: 2px 12px 2px 0 !important;
}

.landing__tile-panel td {
    font-size: 12px!important;
    color: #4D4848;
    font-weight: 700;
    padding: 2px 0 2px 12px !important;
}

.landing__tile-panel .btn {
    font-size: 14px;
    font-weight: 600;
    padding: 5px 30px;
    display: table;
    margin: 0 auto;
}

.landing__compare-panel {
    border: 1px solid #50B405;
    border-radius: 6px;
    background: #F3F3F3;
    padding: 30px;
}

.landing__compare-header {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 20px;
}

.landing__compare-header p {
    margin: 0;
    padding: 0;
    line-height: 1.2 !important;
}

.landing__compare-header p.title {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

.landing__compare-header p.subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #50B405;
    text-decoration: underline;
}

.landing__compare-content {
    display: flex;
    align-items: center;
    gap: 90px;
}

.landing__compare-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.landing__compare-content li:before {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../../img/arrow-icon.png);
    position: absolute;
    top: 10px;
    left: 0;
}

.landing__compare-content li {
    position: relative;
    list-style: none !important;
    font-size: 14px;
    padding: 5px 0 5px 30px!important;
}

.landing__compare-content .btn {
    min-width: 330px;
    border-bottom: 2px solid #0D8D0B;
    text-align: center;
    padding: 15px 20px;
}

.landing__table .table {
    width: 100%;
    display: table;
}

.landing__table .table-row {
    display: table-row;
    margin: 0 -10px;
}

.landing__table .table-cell {
    display: table-cell;
    text-align: center;
    margin: 0 10px;
}

.landing__table .table-thead .table-cell {
    font-size: 14px;
    font-weight: 700;
}

.landing__table .table-cell span {
    color: #fff;
    background: #AD3275;
    border: 1px solid #D094B4;
    border-radius: 6px;
    display: block;
    padding: 10px 20px;
    margin: 2px;
}

.landing__table .table-body .table-cell span {
    font-weight: 600;
    color: #4D4948;
    background: #F8F8F8;
    border: 1px solid #CECECE;
}

.landing__table .table-body .table-cell:nth-child(2n) span {
    background: #F2F2F2;
}

.landing__insurance-item {
    border: 1px solid #E8EDF2;
    border-radius: 8px;
    padding: 20px 30px 10px;
    display: flex;
    gap: 30px;
    margin-bottom: 10px;
}

.landing__insurance-item:hover {
    border: 1px solid #50B405;
}

.landing__insurance-content {
    width: 100%;
}

.landing__insurance-title p {
    font-size: 21px;
    font-weight: 700;
    color: #AD3275;
    margin: 0;
    padding: 0;
}

.landing__insurance-price,
.landing__insurance-logo {
    width: 150px;
    text-align: center;
}

.landing__insurance-logo img {
    width: auto;
    max-height: 50px;
}

.landing__insurance-top {
    border-bottom: 1px solid #DBDBDB;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 15px;
    gap: 30px;
}

.landing__insurance-top span {
    margin-left: 30px;
}

.landing__insurance-price p {
    margin: 0;
    padding: 0;
}

.landing__insurance-price .amount {
    font-size: 18px;
    font-weight: 700;
    color: #AD3275;
}

.landing__insurance-price .rate {
    font-size: 13px;
    color: #4D4948;
}

.landing__insurance-price .btn {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .3px;
    padding: 5px 20px;
    border-bottom: 2px solid #0d8d0b;
    margin-top: 20px;
}

.landing__insurance-bottom {
    display: flex;
    align-items: start;
    gap: 30px;
}

.landing__insurance-valuation {
    min-width: 150px;
    text-align: center;
}

.landing__insurance-valuation p {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.landing__insurance-valuation .title {
    color: #4D4948;
}

.landing__insurance-valuation .subtitle {
    color: #AD3275;
}

.landing__insurance-attributes ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
}

.landing__insurance-attributes li:before {
    content: "";
    width: 10px;
    height: 9px;
    background: url('../../img/check.svg');
    position: absolute;
    top: 4px;
    left: 0;
}

.landing__insurance-attributes li {
    font-size: 12px;
    color: #625C5C;
    padding: 0 0 0 20px !important;
    list-style: none !important;
    position: relative;
    margin-bottom: 10px;
    margin-right: 20px;
}

.landing__iframe {
    position: relative;
    overflow: hidden;
    min-height: 500px;
}

.landing__iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#html-widget.landing__widget {
    background: #f6f6f6;
}

#html-widget.landing__widget p {
    margin-top: 0;
}

#html-widget.landing__widget p:last-of-type {
    margin-bottom: 0;
}

#html-widget.landing__widget .btn {
    font-size: 1.15rem;
    padding: 0.5rem 1.25rem;
    margin: 0;
}

.landing__widget {
    border: 1px solid #C8C8C8;
    padding: 24px;
    border-radius: 8px;
}

.landing__widget-header {
    display: flex;
    align-items: center;
}

.landing__widget-header svg {
    margin-right: 20px;
}

.landing__widget-title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 0;
    line-height: 1.2;
}

.landing__widget-diagram {
    text-align: center;
    padding-top: 24px;
}

.landing__widget-diagram text {
    font-weight: 500;
    line-height: 1.2;
    margin-top: 15px;
}

.landing__widget-footer {
    text-align: center;
    padding-top: 30px
}

.landing__widget-footer p {
    font-size: 13px;
    color: #757575;
    line-height: 1.2;
    margin-top: 0;
}

.landing__widget-footer p:last-of-type {
    margin-bottom: 0;
}

.landing__widget .landing__iframe {
    min-height: 720px;
    margin: 0 -10px;
    max-width: 332px;
}

.landing__widget .widgetKP {
    border-radius: 0 !important;
}

.donut-ring {
    stroke: #eed4e2;
}

.donut-segment-3 {
    stroke: #ad3275;
    animation: donut2 3s;
}

.donut-segment-4 {
    stroke: #ad3275;
    animation: donut3 3s;
}

.segment-3{
    fill:#ad3275;
}

#covid-widget,
#compare-widget {
    border: 0;
    padding: 0;
    margin: 0;
}

@media (max-width: 1680px) {
    .landing__iframe {
        min-height: 640px;
    }
}

@media (max-width: 1550px) {
    .landing__tile-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .landing__widget {
        padding: 15px;
    }

    .landing__widget .circle-chart {
        width: 110px;
        height: 110px;
    }

    .landing__offer-content {
        flex-direction: column;
    }

    .landing__offer-badge {
        max-width: 200px !important;
    }

    .landing__offer-logo {
        margin: 30px auto 0 auto;
    }

    .landing__offer-values .top ul {
        margin: 0 -10px;
    }

    .landing__offer-values .top li {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 1367px) {
    .landing__compare-content {
        gap: 30px;
    }

    .landing__compare-content .btn {
        min-width: 275px;
    }

    .landing__table .table-cell span {
        padding: 10px;
    }
}

@media (max-width: 1200px) {
    .landing__offer-meta {
        flex-direction: column;
    }

    .landing__offer-badge {
        margin-bottom: 30px;
    }

    .landing__compare-content .btn {
        min-width: 245px;
    }

    .landing__insurance-item {
        padding: 20px 15px 10px;
        gap: 15px;
    }

    .landing__insurance-bottom {
        gap: 15px;
    }

    .landing__insurance-valuation p {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .landing__iframe {
        min-height: 490px;
    }

    .landing__offer-badge {
        text-align: center;
    }

    .landing__text-form--image {
        padding-top: 30px;
    }

    .landing__compare-content {
        flex-direction: column;
        gap: 0;
    }

    .landing__compare-content .btn {
        margin-top: 45px;
    }

    .landing__table .table-thead .table-cell {
        font-size: 12px;
    }

    .landing__table .table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .landing__insurance-item,
    .landing__insurance-top,
    .landing__insurance-bottom {
        flex-direction: column;
        gap: 0;
    }

    .landing__insurance-valuation,
    .landing__insurance-price,
    .landing__insurance-logo {
        width: auto;
        min-width: 100%;
        text-align: center;
    }

    .landing__insurance-logo {
        padding-bottom: 15px;
    }

    .landing__insurance-attributes ul {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .post__heading {
        margin-bottom: 30px;
    }

    .post__header {
        flex-direction: column;
        gap: 0;
    }

    .post__header h1 {
        font-size: 24px;
    }

    .landing__offer-items {
        padding-top: 0;
    }

    .landing__offer-item {
        padding: 24px 12px 6px 12px;
    }
    .landing__offer-values .top ul {
        flex-direction: column;
    }

    .landing__offer-values .top li {
        display: block;
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 5px;
        padding-right: 5px;
    }

    .landing__offer-values .bottom ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .landing__iframe {
        min-height: 640px;
    }
}

@media (max-width: 576px) {
    .lading__offer-header svg {
        display: none;
    }

    .landing__tile-header {
        margin-bottom: 15px;
    }

    .landing__tile-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .landing__tile-panel table {
        width: 100%;
    }

    .landing__widget .landing__iframe {
        margin: 0 auto;
    }
}
