.pagetxt {
    display: flex;
    flex-wrap: wrap;
}
.pagetxt__content {
    max-width: 60%;
    flex: 0 0 60%;
    padding: 30px 45px 30px 15px;
    display: flex;
    align-items: center;
}
.pagetxt__icon {
    position: relative;
    z-index: 2;
}
.pagetxt__icon>span {
    width: 90px;
    height: 90px;
    min-width: 90px;
    min-height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    background-color: var(--second-color);
    padding: 10px;
}
.pagetxt__icon>span:before {
    content: '';
    background-image: url(../images/ellipse.svg);
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: center;
    position: absolute;
    bottom: -10px;
    width: 100%;
    display: inline-block;
    height: 20px;
    filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: -1;
}
.pagetxt__icon svg {
    width: 100%;
    height: auto;
    max-height: 100%;
}
.pagetxt__txt {
    background-color: #E9E9E9;
    padding: 60px 60px 30px 40px;
    position: relative;
    left: -10px;
    margin-left: -10px;
}
.pagetxt__txt:before {
    content: '';
    width: 90%;
    height: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: -2;
    display: inline-block;
    box-shadow: 0px 0px 26px 3px rgb(60,60,60);
    border-radius: 50%;
}
.pagetxt__txt>h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
}
.pagetxt__txt>div {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

.pagetxt__img {
    max-width: 40%;
    flex: 0 0 40%;
    padding: 0 15px;
    padding-left: 5vw;
    position: relative;
}
.pagetxt__img figure {
    display: flex;
    justify-content: center;
    padding: 0 15px;
}

.pricing {
    margin-top: 80px;
}
.pricing__cat {
    background-color: #F8F8F8;
    padding: 20px 40px 20px 80px;
    position: relative;
    font-weight: 300;
    font-size: 42px;
    line-height: 52px;
}
.pricing__cat:before {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: var(--txt-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
}
.pricing__items {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.pricing__wrapper {
    padding-left: 11vw;
    padding-right: 11vw;
    position: relative;
    padding-bottom: 25px;
}
.pricing__wrapper>svg {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
}
.pricing__items-heading {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}
.pricing__items-title {
    max-width: 70%;
    flex: 0 0 70%;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}
.pricing__items-title--right {
    max-width: 30%;
    flex: 0 0 30%;
}
.pricing__item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
}
.pricing__name {
    max-width: 70%;
    flex: 0 0 70%;
    margin-bottom: 25px;
    font-weight: 500;
    position: relative;
    z-index: -1;
    padding-left: 15px;
    padding-right: 15px;
}
.pricing__name span {
    background-color: #fff;
    padding-right: 80px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.pricing__name svg {
    position: absolute;
    right: 60px;
    top: 4px;
    height: auto;
    width: 65%;
}
.pricing__price {
    max-width: 30%;
    flex: 0 0 30%;
    margin-bottom: 25px;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px;
}

.c-baner {
    margin-top: 200px;
}

.wrapper--cons {
    overflow: inherit;
    overflow-x: clip;
    margin-top: 220px;
}
.cons {
    margin-top: 0;
}

@media(min-width: 993px) {
    .pagetxt__img:before {
        content: '';
        height: 58%;
        width: 2px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 5vw;
        background-image: url(../images/border.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}
@media(max-width: 1280px) {
    .pagetxt__content {
        max-width: 70%;
        flex: 0 0 70%;
        padding-right: 15px;
    }
    .pagetxt__img {
        max-width: 30%;
        flex: 0 0 30%;
        padding-left: 4vw;
    }

    .pricing__wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}
@media(max-width: 992px) {
    .pagetxt__content {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .pagetxt__img {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .pagetxt__txt {
        padding: 30px 30px 20px 35px;
    }
    .pagetxt__txt>h2 {
        font-size: 24px;
        line-height: 34px;
        font-weight: 700;
    }
    .pagetxt__txt>div {
        font-size: 16px;
        line-height: 24px;
    }
    .pagetxt__icon span {
        width: 60px;
        height: 60px;
        min-width: 60px;
        min-height: 60px;
        font-size: 30px;
    }

    .pricing__cat {
        font-size: 34px;
        line-height: 44px;
    }
    .pricing__items-title {
        font-size: 20px;
        line-height: 30px;
    }
    .pricing__item {
        font-size: 16px;
        line-height: 24px;
    }
    .c-baner {
        margin-top: 120px;
    }
}
@media(max-width: 767px) {
    .pagetxt__icon span {
        width: 50px;
        height: 50px;
        min-width: 50px;
        min-height: 50px;
        font-size: 24px;
    }

    .pricing__cat {
        font-size: 24px;
        line-height: 34px;
    }

    .pricing__name svg {
        display: none;
    }

    .pricing__items-heading {
        flex-wrap: wrap;
    }
    .pricing__items-title {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .c-baner {
        margin-top: 60px;
    }
}