.cards {
    position: relative;
    z-index: 100;
    display: flex;
    flex-wrap: wrap;
    margin: -20px -20px 0 0;
    padding-top: 57px;
}

.cards p, .cards h6 {
    position: relative;
    z-index: 100;
}

.cards p {
    font-size: 13px;
    line-height: 1.8;
}

.fields {
    margin: -25px -15px 0 0;
}

.steps {
    margin: -25px -25px 0 0;
}

@media(max-width: 1260px) {
    .cards {
        padding-top: 50px;
    }
}

@media(max-width: 991px) {
    .cards {
        padding-top: 40px;
    }
}

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

@media(max-width: 500px) {
    .cards {
        padding-top: 25px;
    }
}

.fields {
    padding-top: 0;
}

.cards__item {
    position: relative;
    z-index: 100;
    margin-top: 20px;
}

.steps .cards__item {
    margin-top: 25px;
}

.fields .cards__item {
    margin-top: 25px;
}

.cards__mr {
    height: 100%;
    margin-right: 20px;
}

.steps .cards__mr {
    margin-right: 25px;
}

.fields .cards__mr {
    margin-right: 15px;
}

.w2 {
    width: 50%;
}

.w3 {
    width: 33.333%;
}

@media(max-width: 991px) {
    .w3 {
        width: 50%;
    }
}

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

.cards__block, .cards__white, .cards__double {
    height: 100%;
}

.cards__block, .cards__white {
    border-radius: 25px;
}

.cards__block {
    background-color: rgba(255,255,255,0.05);
    text-align: center;
    padding: 30px;
    padding-top: 35px;
}

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

@media(max-width: 767px) {
    .cards__block {
        padding: 25px 15px;
        padding-top: 28px;
    }
}

.cards__icon {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cards__icon img {
    max-height: 100%;
}

.cards__text {
    padding-top: 25px;
}

/*steps - begin*/
.cards__white {
    position: relative;
    background-color: #f8fafd;
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
    padding: 35px 25px;
}

@media(max-width: 1260px) {
    .cards__white {
        padding: 25px 15px;
    }
}

.steps .cards__white:before, 
.steps .cards__white:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #f8fafd;
}

.steps .cards__white:before {
    z-index: 5;
    right: 0;
    width: 70px;
    height: 70px;
}

.steps .cards__white:after {
    z-index: 3;
    right: 0;
    width: 32px;
    height: 32px;
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
    transform: rotate(45deg) translateY(-50%);
}

.steps .cards__item:nth-child(3n) .cards__white:after {
    display: none;
}

@media(max-width: 991px) {
    .steps .cards__item:nth-child(2n) .cards__white:before, 
    .steps .cards__item:nth-child(2n) .cards__white:after {
        top: auto;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
    .steps .cards__item:nth-child(2n) .cards__white:before {
        bottom: 0;
    }
    .steps .cards__item:nth-child(2n) .cards__white:after {
        bottom: -12px;
        transform: translateX(-50%) rotate(45deg);
    }
}

@media(max-width: 767px) {
    .steps .cards__white:before, 
    .steps .cards__white:after {
        top: auto;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
    .steps .cards__white:before {
        bottom: 0;
    }
    .steps .cards__white:after {
        bottom: -12px;
        transform: translateX(-50%) rotate(45deg);
    }
}

.cards__step-desc {
    width: 10%;
    flex: 1 1;
    border-left: 1px solid #a3bdec;
    padding-left: 16px;
    margin-left: 11px;
}

.cards__step-desc h6 {
    text-align: left;
}

.cards__step-desc p {
    font-size: 13px;
    line-height: 1.8;
}

.cards__step p {
    font-family: 'NimbussanTConBold';
    font-size: 75px;
    color: #a3bdec;
    line-height: 1;
}

@media(max-width: 1260px) {
    .cards__step p {
        font-size: 65px;
    }
}

@media(max-width: 991px) {
    .steps .w3:last-child {
        width: 100%;
    }
}

@media(max-width: 420px) {
    .cards__step p {
        font-size: 53px;
    }
}
/*steps - end*/

.cards__double {
    border-radius: 30px;
    overflow: hidden;
}

.cards__double-text {
    background-color: rgba(0,41,119,0.9);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    text-align: center;
    padding: 30px 15px;
    padding-bottom: 35px;
    margin-top: 170px;
}

@media(max-width: 767px) {
    .cards__double {
        border-radius: 20px;
    }
    .cards__double-text {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        padding: 25px 15px;
    }
}

@media(max-width: 400px) {
    .cards__double-text {
        margin-top: 140px;
    }
}

.cards__double-text p, .cards__double-text h6 {
    color: #fff;
}