.price-block {
    margin-top: 120px;
    padding-top: 75px;
    background: #F9F4FF;
}

.price-block h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 900;
    background: linear-gradient(264deg, #20124D 9.26%, #A57FDA 84%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.owl-price {
    margin-top: 60px;
}

.owl-price .owl-stage {
    display: flex;
    align-items: center;
}

.price-block .item-wraper {
    border-radius: 38px;
    border: 2px solid #D4BAF4;
}

.price-block .item {
    width: 100%;
    border-radius: 38px;
    background: #FFF;
    padding: 36px 36px 32px;
    min-height: 664px;
    display: flex;
    flex-direction: column;
}

.owl-price .owl-item:nth-child(2) .item {
    border-radius: 38px 38px 0 0;
}

.item__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.owl-price .item img {
    width: 61px;
    height: 61px;
}

.owl-price .owl-item:nth-child(2) .icon {
    padding: 8.5px 12px;
    border: 1px solid #E3D6F5;
    border-radius: 12px;
    background: #FFF;
}

.owl-price .owl-item:nth-child(2) img {
    width: 125px;
    height: 37px;
}

.price {
    display: flex;
    flex-direction: column;
    color: #4D029B;
    font-size: 24px;
    line-height: 1.08;
}

.price span {
    color: #989BA0;
    font-size: 18px;
    line-height: 1.44;
    text-decoration: line-through;
}

.item__title h3 {
    color: #4D029B;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}

.item__title p {
    color: #3E3A4D;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 32px;
}

.item__description {
    color: #3E3A4D;
    font-size: 20px;
    line-height: 1.4;
    border-top: 1px solid #E3D6F5;
    margin-inline: -36px;
    padding: 30px 36px 0;
}

.item__button {
    margin-top: auto;
    text-align: center;
}

.item__button .button-description {
    margin-top: 12px;
    font-size: 12px;
    color: #989BA0;
}

.item__button.contact {

    padding: 24px 36px;
    text-align: center;
}

.item__button.contact span {
    display: block;
    margin-bottom: 16px;
    color: #4D029B;
    font-size: 24px;
}

.item__button a {
    width: 100%;
}

.price-more {
    text-align: center;
    margin-top: 32px;
}

.price-more a{
    color: var(--Dark-purple, #20124D);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: underline;
    transition: ease 0.3s;
}

.price-more a:hover{
    text-decoration: none;
}

.price-block ul br {
	display: none;
}

.price-block ul li {
	color: #5C28A3;
    font-size: 20px;
    line-height: 1.6;
}

@media (max-width: 767px){
	.price-block h2 {
		font-size: 36px;
	}
    .owl-price .owl-nav {
        position: absolute;
        top: 0px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        margin-top: 0;
    }
    .owl-price .owl-nav button.owl-prev,
    .owl-price .owl-nav button.owl-next {
        width: 34px;
        height: 34px;
        display:block;
        border-radius: 50%;
        background: #E2D2F5;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        transition: 0.3s ease;
    }

    .owl-price .owl-nav button.owl-prev svg,
    .owl-price .owl-nav button.owl-next svg{
        fill:#989BA0;
        width:15px;
        display: block;
        position: relative;
    }
    .owl-price .owl-nav button.owl-prev svg{
        left:-1px;
    }
    .owl-price .owl-nav button.owl-next svg{
        transform: rotate(180deg);
        left:1px;
    }

    .owl-price .owl-nav button.owl-prev:hover,
    .owl-price .owl-nav button.owl-next:hover{
        background: #673284;
    }

    .owl-price .owl-nav button.owl-prev:hover svg,
    .owl-price .owl-nav button.owl-next:hover svg{
        fill:#fff;
    }
}

@media (max-width: 479px) {
	.price-block {
		padding-top: 35px;
	}
	.price-block h2 {
		font-size: 28px;
	}
	.owl-price {
		margin-top: 30px;
	}
}