.page_navbar {
	background: transparent;
}
.footer {
    margin-top: 100px;
}

.hero {
	margin-top: 65px;
}
.hero__title {
	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;
    text-transform: capitalize;
}
.hero__subtitle {
	color: #20124D;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.cart {
	margin-top: 40px;
    position: sticky;
    top: 100px;
    z-index: 9999;
}

.cart-iner {
	background: #F7F2FD;
	border-radius: 20px;
	padding: 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.cart-iner__item {
	display: flex;
	align-items: center;
	gap: 20px;
}

.cart-iner-title {
	display: flex;
	flex-direction: column;
	color: #5C28A3;
	font-size: 16px;
	line-height: 1.13;
}
.cart-iner-title span {
	color: #3E3A4D;
	font-size: 12px;
}

.cart-icons {
    display: flex;
    align-items: center;
    background: #C7B1E2;
    padding: 8px 14px;
    border-radius: 10px;
    height: 44px;
    opacity: 0.5;
    gap: 2px;
}

.cart-icons img {
    width: 31px;
    height: 31px;
    object-fit: contain;
    background: #C7B1E2;
    border-radius: 6px;
}


.price {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	color: #5C28A3;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.13;
}

.price span {
	color: #3E3A4D;
	font-size: 12px;
	font-weight: 400;
}

.cart-iner__item .button-primary {
	padding: 5px 12px;
    font-size: 16px;
}

.toolkits, .apps, .addons {
	margin-top: 50px;
}
.addons {
    margin-bottom: 120px;
}

.toolkits h2, .apps h2, .addons h2 {
    color: #5C28A3;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.23;
    text-transform: capitalize;
}

.toolkits-list {
	display: flex;
	flex-wrap: nowrap;
	gap: 30px;
    margin-top: 25px;
}

.toolkits-list__item {
	flex: 0 1 calc(25% - 30px);
	border-radius: 20px;
	border: 1px solid #E7E7E7;
	padding: 18px;
    display: flex;
    flex-direction: column;
}

.toolkits-list__item img {
	width: 100%;
	border-radius: 7px;
}

.toolkits-card-type{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    color: #7E1844;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
}

.toolkits-list__item:nth-child(2) .toolkits-card-type {
    color: #416FB0;
}

.toolkits-card-type img {
    width: 31px;
    height: 31px;
    border-radius: 6px;
    display: inline-block;
}

.toolkits-card-description {
    margin-top: 20px;
    color: #3E3A4D;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}

.toolkits-list__item ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    margin-top: auto;
    padding-block: 14px;
	align-items: center;
}

.toolkits-list__item ul li {
    flex: 1 1 calc(50% - 38px);
    color: #3E3A4D;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5; 
    padding-left: 8px;
}

.toolkits-list__item ul li::before {
    content: "";
    display: inline-block;
    top: 50%;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><path d='M13.0237 4.27302C13.2164 4.45517 13.3288 4.70637 13.3363 4.9714C13.3438 5.23644 13.2458 5.4936 13.0637 5.68635L7.39704 11.6864C7.30519 11.7834 7.19483 11.8611 7.07246 11.9148C6.9501 11.9685 6.81821 11.9971 6.68459 11.999C6.55097 12.0008 6.41834 11.9759 6.29452 11.9256C6.1707 11.8754 6.05821 11.8008 5.9637 11.7064L2.9637 8.70635C2.78706 8.51679 2.6909 8.26606 2.69547 8.00699C2.70004 7.74792 2.80499 7.50074 2.98821 7.31752C3.17142 7.13431 3.4186 7.02936 3.67767 7.02479C3.93674 7.02022 4.18747 7.11638 4.37703 7.29302L6.65037 9.56502L11.6104 4.31302C11.7925 4.12035 12.0437 4.0079 12.3088 4.0004C12.5738 3.9929 12.831 4.09096 13.0237 4.27302Z' fill='%2323BEBE'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
}

.toolkits-card-price {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #E7E7E7;
    margin-inline: -18px;
    padding-inline: 18px;
    padding-top: 18px;
}

.toolkits-card-price .button-primary {
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    background: #5C28A4;
    border-radius: 4px;
    transition: 0.3s ease;
}

.toolkits-card-price .button-primary:hover {
    background: linear-gradient(247deg, #29FADF -2.17%, #8B1DFF 84.87%);
}



.toolkits-card-price__price {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    color: #3E3A4D;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.16px; 
}

.toolkits-card-price__price span {
    color: #989BA0;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.4;
    text-decoration-line: line-through;
}

.apps .toolkits-list {
    flex-wrap: wrap;
}

.apps .toolkits-list__item {
    flex: 0 1 calc(25% - 30px);
}

.toolkits-list__item {
    padding: 13px;
}

.apps .toolkits-card-type {
    margin-top: 0;
    justify-content: space-between;
}
.apps .toolkits-card-type__headline {
    display: flex;
    align-items: center;
    gap: 10px;
}
.apps .toolkits-list__item ul {
    padding-bottom: 0;
}

.apps .toolkits-list__item.active {
    border-color: #23BEBE;
    background-color: #F6FCFC;
}

.togle-iner {
    position: relative;
    padding-right: 10px;
    margin-top: auto;
}
.togle-iner .togle-abs {
    position: absolute;
    right: 0;
    bottom: 0;
}

.apss_switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 16px;
}

.apss_switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.apss_switch .slider {
    position: absolute;
    inset: 0;
    background-color: #F9F9F9;
    border: 1px solid #5C28A4;
    border-radius: 16px;
    transition: 0.25s;
    cursor: pointer;
}

.apss_switch .slider:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    top: 50%;
    left: 1px;
    transform: translateY(-50%);
    background-color: #5C28A4;
    border-radius: 50%;
    transition: 0.25s;
}

.apss_switch input:checked + .slider {
    background-color: #E3D6F5;
    border-color: #5C28A4;
}

.apss_switch input:checked + .slider:before {
    transform: translate(13px, -50%);
}

.addons .toolkits-list {
    flex-wrap: wrap;
}

.addons .toolkits-list__item {
    flex: 0 1 calc(25% - 30px);
}
.addons .toolkits-card-type {
    margin-top: 0;
    justify-content: space-between;
}
.addons .toolkits-card-type__headline {
    display: flex;
    align-items: center;
    gap: 10px;
}
.addons .toolkits-list__item ul {
    padding-bottom: 0;
}

.addons .toolkits-list__item.active {
    border-color: #23BEBE;
    background-color: #F6FCFC;
}
.addons .toolkits-card-price__price div:first-child {
    display: flex;
    flex-direction: row;
}
.addons .toolkits-card-description {
    margin-bottom: 30px;
}

.checkout-btn .btn-icon {
    display: none; 
}

.checkout-btn .btn-text {
    display: inline-block;
}

.apss_switch.disabled-toggle input:checked + .slider {
    background-color: #E7E7E7;
    border-color: #989BA0;
    cursor: not-allowed;
}

/* Кружечок */
.apss_switch.disabled-toggle input:checked + .slider:before {
    background-color: #989BA0;
    box-shadow: none;
}

/* Щоб hover не міняв кольори */
.apss_switch.disabled-toggle .slider:hover {
    background-color: #E7E7E7;
}

@media (max-width:1299px) {
    .toolkits-card-description br {
        display: none;
    }
    .toolkits-list__item ul li {
        flex: 1 1 calc(52% - 38px);
    }
}

@media (max-width:1199px) {
    .toolkits-list {
        flex-wrap: wrap;
    }
    .toolkits-list__item {
        flex: 1 1 calc(25% - 30px);
    }
    .apps .toolkits-list__item {
        flex: 0 1 calc(33% - 30px);
    }
    .addons .toolkits-list__item {
        flex: 0 1 calc(33% - 30px);
    }
}

@media (max-width:991px) {
    .toolkits-list__item {
        flex: 0 1 calc(50% - 30px);
    }
    .apps .toolkits-list__item {
        flex: 0 1 calc(50% - 30px);
    }
    .addons .toolkits-list__item {
        flex: 0 1 calc(50% - 30px);
    }
}

@media (max-width:767px) {
    .hero__title {
        font-size: 36px;
    }
    .cart-icons {
        display: none;
    }
    .cart-iner__item .button-primary{
        background: transparent;
    }
    .checkout-btn .btn-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .checkout-btn .btn-text {
        display: none;
    }
}

@media (max-width: 595px) {
    .price span {
        text-align: right;
    }
    .toolkits h2, .apps h2, .addons h2 {
        text-align: center;
    }
    .toolkits-list {
        flex-direction: column;
    }
    .toolkits-list__item {
        position: relative;
    }
    .toolkits-list__item img {
        display: none;
    }
    .toolkits-card-type {
        margin-top: 0;
    }
    .toolkits-card-type img {
        display: inline-block;
    }
    .toolkits .toolkits-card-price__price {
        position: absolute;
        top: 25px;
        right: 25px;
    }
    .toolkits-card-price {
        justify-content: flex-end;
        border: 0;
    }
}

