.section__pricing .container__layout {
    max-width: 840px;
}

.section__pricing--title {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.section__pricing--form {
    border-radius: 24px;
    border: 1px solid var(--light-grey-color);
    padding: 40px 60px;
    display: flex;
    gap: 60px;
}

.pricing__form--line {
    min-width: 1px;
    width: 1px;
    background-color: var(--light-grey-color);
    height: auto;
    max-height: 370px;
}

.pricing__form--left {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.pricing__form--sub-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding: 4px 0;
}

.pricing__form--sub-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 4px 0;
}

.pricing__form--left-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pricing__form--left-checkbox {
    display: flex;
    gap: 4px;
    align-items: start;
}

.section__pricing--form input[type=checkbox] {
    width: 16px;
    min-width: 16px;
    height: 16px;
    border-radius: 2px;
    background-color: var(--white-color);
    border: 1px solid var(--light-grey-color);
    outline: none;
}

.pricing__form--left-checkbox span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.pricing__form--next-btn {
    min-width: 110px;
}



.pricing__form--right {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.pricing__form--title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 8px;
}


.pricing__form--right span {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.pricing__form--device-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pricing__form--right-line {
    width: auto;
    height: 1px;
    background-color: var(--light-grey-color);
}

.pricing__form--cost-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #8A8A8A;
    margin-bottom: 12px;
}

.pricing__form--cost-info {
    display: flex;
    justify-content: space-between;
}

.pricing__form--cost-info span {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.pricing__form--right-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #8A8A8A;
}

.pricing__form--total{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.pricing__form--total-item{
    background: #F6FAFD;
    border-radius: 4px;
    padding: 8px 12px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.pricing__form--total-item-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pricing__form--total-item span{
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: var(--light-black-color);
}

