
section ul li, .dm-modal li {
    position: relative;
    line-height: 1.4;
    border-top: 2px solid #b2dfe9;
    padding: 19px 0 18px 37px;
}

.text-white li {
    color: #fff;
}

section ul li:last-child, .dm-modal li:last-child {
    border-bottom: 2px solid #b2dfe9;
}

.text-white li, .text-white li:last-child {
    border-color: rgba(255,255,255,0.4);
}

section ul li:before, .dm-modal li:before {
    content: url(../img/list.svg);
    width: 18px;
    position: absolute;
    left: 5px;
}

.text-white li:before {
    content: url(../img/list_white.svg);
}

.text-white .ul-check li:before {
    content: url(../img/list2.svg);
    top: 17px;
}

.text-white .ul-check li {
    padding-left: 50px;
}

section ul {
    margin-top: 30px;
}

section ul:first-child {
    margin-top: 0;
}

section ol {
    list-style: none;
    counter-reset: myCounter;
}

section ol li {
    position: relative;
    padding-left: 90px;
    margin-top: 25px;
}

@media(max-width: 767px) {
    section ol li {
        font-size: 20px;
        line-height: 1.55;
        padding-left: 60px;
    }
}

section ol li:first-child {
    margin-top: 0;
}

section ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    position: absolute;
    z-index: 300;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    font-family: 'Serifa-Bold';
    font-size: 30px;
    border-radius: 50%;
    color: #fff;
    background-color: #12a7ac;
}

@media(max-width: 767px) {
    section ol li:before {
        width: 50px;
        height: 50px;
        font-size: 25px;
    }
}

section ol li:after {
    content: '';
    width: 1px;
    height: 100%;
    border-right: 2px solid #12a7ac;
    position: absolute;
    top: 0;
    left: 28px;
    z-index: 100;
    padding-top: 30px;
}

section ol li:last-child:after {
    display: none;
}

section ol.continue li:last-child:after {
    display: block;
    padding-top: 95px;
}

.list-data {
    position: relative;
}

.list-data .btn {
    position: relative;
    z-index: 3000;
}

ol {
    position: relative;
}

ol.continue:before {
    content: '';
    width: 80px;
    border-top: 2px solid #12a7ac;
    position: absolute;
    left: 30px;
    bottom: -95px;
}

@media(max-width: 767px) {
    ol.continue:before {
        display: none;
    }
}

/*********/

.text-serifa p {
    font-family: 'Serifa-Roman';
}

.white {
    background-color: #fff;
}

.lblue {
    background-color: #d7ecf1;
}

.lblue2 {
    background-color: #f4f9fa;
}

.pad {
    padding: 65px 0 70px 0;
}

.pad2 {
    padding: 80px 0 100px 0;
}

.pad4 {
    padding: 100px 0 105px 0;
}

.pad3 {
    padding: 150px 0 95px 0;
}

@media(max-width: 1260px) {
    .pad3 {
        padding: 95px 0;
    }
}

@media(max-width: 991px) {
    .pad3 {
        padding: 55px 0;
    }
    .pad4 {
        padding: 70px 0 80px 0;
    }
}

.pt {
    padding-top: 80px;
}

@media (max-width: 767px) { 
    .pad, .pad2 {
        padding: 55px 0 70px 0;
    }
    .pt {
        padding-top: 55px;
    }
}

.mx {
    margin: 0 auto;
}

.pt25 {
    padding-top: 25px;
}

.pt45 {
    padding-top: 45px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt70 {
    margin-top: 70px;
}

.mt {
    margin-top: 68px;
}

.mt90 {
    margin-top: 90px;
}

@media(max-width: 991px) {
    .mx-mob {
        margin: 0 auto;
    }
    .mt60, .mt70 {
        margin-top: 40px;
    }
    .mt40 {
        margin-top: 30px;
    }
}

@media(max-width: 767px) {
    .mt50 {
        margin-top: 30px;
    }
}

/*items begin*/
.w2 {
    width: 50%;
}

@media(max-width: 1260px) {
    .media2 {
        width: 70%;
        margin: 0 auto;
    }
}

@media(max-width: 991px) {
    .media1, .media2 {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .w2 {
        width: 100%;
    }
}

.w100 {
    width: 100%;
}

.item {
    margin-top: 20px;
}

.pad15 .item {
    margin-top: 15px;
}

@media(max-width: 991px) {
    .mt50-mob {
        margin-top: 50px;
    }
}

.itemr {
    margin-right: 20px;
}

.pad15 .itemr {
    margin-right: 15px;
}

.items {
    margin: -20px -20px 0 0;
}

.pad15 {
    margin: -15px -15px 0 0;
}

.item-cont {
    position: relative;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 0 17px rgba(0,0,0,0.15);
    padding: 35px 27px;
    overflow: hidden;
}

@media(max-width: 767px) {
    .item-cont {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.equal .itemr, .equal .item-cont {
    height: 100%;
}

.plan-blocks .itemr {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.plan-blocks .item-cont {
    flex: 1 0 auto;
}

.sale {
    position: absolute;
    z-index: 2000;
    right: -98px;
    top: 25px;
    width: 300px;
    background-color: #e60020;
    text-align: center;
    transform: rotate(40deg);
    padding: 10px 15px;
}

.sale p {
    font-family: 'Serifa-Bold';
    font-size: 24px;
    line-height: 1.3;
    color: #fff;
}

@media(max-width: 767px) {
  .sale {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    border-radius: 10px;
    margin-bottom: 25px;
  }
}
/*items end*/

.text-right {
    width: 100%;
    flex: 1 1;
    padding-left: 10px;
}

.text-right p {
    line-height: 1.3;
}

.text-right p.fs-30 {
    line-height: 1.15;
}

.pl2 {
    padding-left: 20px;
}

@media(max-width: 767px) {
    .pl2 {
        padding-left: 12px;
    }
}

.btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    font-family: 'Serifa-Bold';
    font-size: 25px;
    line-height: 1.1;
    color: #fff;
    background-color: #12ac5e;
    border-radius: 25px;
    padding: 30px 35px;
    transition: .3s;
}

@media(max-width: 767px) {
    .btn {
        font-size: 24px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.btn img {
    position: relative;
    left: 0;
    transition: .3s;
}

@media(max-width: 450px) {
    .btn {
        font-size: 23px;
        justify-content: center;
        text-align: center;
    }
    .btn img {
        display: none;
    }
}

.btn:hover img {
    left: 10px;
    transition: .3s;
}

.btn:hover {
    color: #fff;
    background-color: #10c067;
    transition: .3s;
}

.btn span {
    position: relative;
    top: -1px;
}

.content {
    position: relative;
    width: 100%;
    max-width: 610px;
}

.c1 {
    padding: 60px 0 115px 0;
}

@media(max-width: 991px) {
    .content {
        max-width: 100%;
    }
    .c1 {
        padding: 40px 0 70px 0;
    }  
    .pbm0 {
        padding-bottom: 0;
    }  
}

@media(max-width: 767px) {
    .c1 {
        padding-top: 30px;
    }
}

.zind-top {
    position: relative;
    z-index: 3000;
}

/*notes*/
.note {
    width: 100%;
    min-height: 88px;
    background-color: #fff;
    border: 2px solid #12ac5e;
    border-radius: 20px;
    padding: 25px;
}

@media(max-width: 767px) {
    .note {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.orange-block {
    background-color: #fff5d5;
    border-color: #ffb30c;
    border-radius: 70px;
}

@media(max-width: 767px) {
    .orange-block {
        border-radius: 20px;
    }
}

.abs {
    position: absolute;
    max-width: none;
    left: 105%;
    bottom: 0;
}

.woman {
    min-height: 106%;
}

@media(max-width: 1260px) {
    .abs {
        min-height: auto;
    }
}

@media(max-width: 991px) {
    .abs {
        max-height: 650px;
        position: relative;
        max-width: 100%;
        left: 50%;
        transform: translateX(-50%);
        bottom: auto;
    }  
}

.secure-block {
    border-top: 2px solid #b2dfe9;
    border-bottom: 2px solid #b2dfe9;
    padding: 12px 0;
}

.bot-img {
    max-width: none;
    position: absolute;
    left: 45%;
    transform: translateX(-50%);
    bottom: 0;
}

@media(max-width: 991px) {
    .bot-img {
        max-width: 550px;
    }
}

footer {
    background-color: #127bac;
    padding: 65px 0 60px 0;
}

@media(max-width: 991px) {
    footer {
        padding: 50px 0 45px 0;
    }
}