.btn-primary {
    border: 1px solid #df4133;
    padding: 16px 48px;
    background-color: #fff;
    color: #df4133;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    font-family: inherit;
    position: relative;
    text-transform: uppercase;
    transition: 200ms ease;
    font-weight: 500;
    cursor: pointer;
    line-height: normal;
    text-align: center;
}

@media all and (max-width: 767px) {
    .btn-primary {
        padding: 16px 48px;
    }
}

.btn-primary:disabled {
    border: 1px solid #df4133;
    padding: 16px 48px;
    background-color: #bdbdbd;
    color: #fff;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    font-family: inherit;
    position: relative;
    text-transform: uppercase;
    transition: 200ms ease;
    font-weight: 500;
    cursor: pointer;
    line-height: normal;
    text-align: center;
    border-color: #bdbdbd;
    cursor: default;
}

@media all and (max-width: 767px) {
    .btn-primary:disabled {
        padding: 16px 48px;
    }
}

.btn-primary:disabled:hover {
    color: #fff;
    background-color: #bdbdbd;
    cursor: default;
}

.btn-primary:hover {
    color: #fff;
    background-color: #df4133;
}

.btn-small {
    border: 1px solid #df4133;
    padding: 16px 48px;
    background-color: #fff;
    color: #df4133;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    font-family: inherit;
    position: relative;
    text-transform: uppercase;
    transition: 200ms ease;
    font-weight: 500;
    cursor: pointer;
    line-height: normal;
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
}

@media all and (max-width: 767px) {
    .btn-small {
        padding: 16px 48px;
    }
}

.btn-small:disabled {
    border: 1px solid #df4133;
    padding: 16px 48px;
    background-color: #bdbdbd;
    color: #fff;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    font-family: inherit;
    position: relative;
    text-transform: uppercase;
    transition: 200ms ease;
    font-weight: 500;
    cursor: pointer;
    line-height: normal;
    text-align: center;
    border-color: #bdbdbd;
    cursor: default;
}

@media all and (max-width: 767px) {
    .btn-small:disabled {
        padding: 16px 48px;
    }
}

.btn-small:disabled:hover {
    color: #fff;
    background-color: #bdbdbd;
    cursor: default;
}

.btn-small:hover {
    color: #fff;
    background-color: #df4133;
}

.btn-secondary {
    border: 1px solid #df4133;
    padding: 16px 48px;
    background-color: transparent;
    color: #bdbdbd;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    font-family: inherit;
    position: relative;
    text-transform: uppercase;
    transition: 200ms ease;
    font-weight: 500;
    cursor: pointer;
    line-height: normal;
    text-align: center;
    border-color: #bdbdbd;
}

@media all and (max-width: 767px) {
    .btn-secondary {
        padding: 16px 48px;
    }
}

.btn-secondary:hover {
    color: #000;
}

.back {
    display: flex;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
}

@media all and (max-width: 1200px) {
    .back {
        display: none;
    }
}

.back .col {
    width: 50%;
    height: 100%;
}

.back .col:nth-child(1) {
    background-color: #f7f8fa;
}

.back .col:nth-child(2) {
    background-color: #fff;
}

.content {
    height: 100%;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 16px;
    overflow: hidden;
}

@media all and (max-width: 1200px) {
    .content {
        padding: 0;
    }
}

@media all and (max-width: 1200px) {
    .content .container {
        margin: 0;
        flex-direction: column;
    }
}

.content .col {
    width: 50%;
    padding: 0 32px;
    display: flex;
    align-items: center;
}

@media all and (max-width: 1200px) {
    .content .col {
        width: 100%;
        padding: 0 80px;
    }
}

@media all and (max-width: 767px) {
    .content .col {
        padding: 0 32px;
    }
}

.content .col.contact {
    padding-right: 16px;
}

.content .col:nth-child(1) {
    border-left: 1px solid #edeff2;
}

@media all and (max-width: 1200px) {
    .content .col:nth-child(1) {
        padding-bottom: 48px;
        border: none;
        background-color: #f7f8fa;
        padding-top: 104px;
    }
}

.content .col:nth-child(1) .content {
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

@media all and (max-width: 1200px) {
    .content .col:nth-child(1) .content {
        width: 100%;
    }
}

.content .col:nth-child(1) .content .menu {
    width: 100%;
    padding: 16px 0;
    min-height: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media all and (max-width: 1200px) {
    .content .col:nth-child(1) .content .menu {
        padding: 16px 40px;
    }
}

@media all and (max-width: 767px) {
    .content .col:nth-child(1) .content .menu {
        padding: 16px;
    }
}

.content .col:nth-child(1) .content .menu .fs-12 {
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 16px;
    color: #4f4f4f;
    cursor: pointer;
}

.content .col:nth-child(1) .content .menu div {
    height: 20px;
    width: 20px;
    cursor: pointer;
    background-image: url("../img/sidebar-close.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.content .col:nth-child(1) .content .inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content .col:nth-child(1) .content .inner .progress {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.content .col:nth-child(1) .content .inner .progress div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content .col:nth-child(1) .content .inner .progress div .heading {
    font-weight: 500;
}

.content .col:nth-child(1) .content .inner .progress div .percent {
    color: #bdbdbd;
}

.content .col:nth-child(1) .content .inner .progress .line {
    height: 2px;
    width: 100%;
    border-radius: 2px;
    background-color: #bdbdbd;
    margin-top: 8px;
    position: relative;
}

.content .col:nth-child(1) .content .inner .progress .line::after {
    content: "";
    width: var(--progress);
    height: 2px;
    background-color: #df4133;
    position: absolute;
}

.content .col:nth-child(1) .content .inner .progress .line::before {
    content: "";
    height: 8px;
    width: 8px;
    left: calc(var(--progress) - 4px);
    background-color: #df4133;
    border-radius: 100%;
    position: absolute;
}

.content .col:nth-child(1) .content .inner .sidetitle {
    font-weight: 500;
    color: #df4133;
    text-transform: uppercase;
    justify-content: space-between;
}

.content .col:nth-child(1) .content .inner .steps {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    height: 100%;
    width: 100%;
    margin-top: 24px;
    padding-right: 16px;
}

.content .col:nth-child(1) .content .inner .steps::-webkit-scrollbar {
    width: 2px;
    background-color: #edeff2;
}

.content .col:nth-child(1) .content .inner .steps::-webkit-scrollbar-track {
    background-color: #edeff2;
}

.content .col:nth-child(1) .content .inner .steps::-webkit-scrollbar-thumb {
    background: #df4133;
}

.content .col:nth-child(1) .content .inner .steps .step {
    display: flex;
    flex-direction: column;
    padding-bottom: 12px;
    border-bottom: 1px solid #bdbdbd;
}

.content .col:nth-child(1) .content .inner .steps .step .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content .col:nth-child(1) .content .inner .steps .step .row .box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content .col:nth-child(1) .content .inner .steps .step .row .box .number {
    height: 20px;
    min-width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #df4133;
    font-size: 12px;
    color: #df4133;
}

.content .col:nth-child(1) .content .inner .steps .step .row .box .txt {
    margin-left: 16px;
    font-size: 12px;
    color: #4f4f4f;
}

.content .col:nth-child(1) .content .inner .steps .step .row .box:first-child {
    margin-right: 16px;
}

.content .col:nth-child(1) .content .inner .steps .step .row .box:last-child {
    flex-direction: column;
    align-items: flex-end;
}

.content
.col:nth-child(1)
.content
.inner
.steps
.step
.row
.box:last-child
.quantity {
    color: #bdbdbd;
    border-right: 1px solid #bdbdbd;
    margin-right: 16px;
    padding-right: 16px;
    margin-top: 2px;
}

.content
.col:nth-child(1)
.content
.inner
.steps
.step
.row
.box:last-child
div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.content
.col:nth-child(1)
.content
.inner
.steps
.step
.row
.box:last-child
.choice {
    font-weight: 500;
}

.content
.col:nth-child(1)
.content
.inner
.steps
.step
.row
.box:last-child
.price {
    color: #4f4f4f;
    margin-top: 4px;
}

.content .col:nth-child(1) .content .inner .steps .step:nth-child(n + 2) {
    padding-top: 16px;
}

.content
.col:nth-child(1)
.content
.inner
.steps
.step.active
.box:first-child
.number {
    background-color: #df4133;
    color: #fff;
}

.content .col:nth-child(1) .content .inner .steps .step.addons .box:last-child {
    flex-direction: row;
    align-items: flex-start;
}

@media all and (max-width: 767px) {
    .content
    .col:nth-child(1)
    .content
    .inner
    .steps
    .step.addons
    .box:last-child {
        flex-direction: column;
        align-items: flex-end;
    }

    .content
    .col:nth-child(1)
    .content
    .inner
    .steps
    .step.addons
    .box:last-child
    .quantity {
        margin-top: 0;
        margin-right: 0;
        padding-right: 0;
        border-right: none;
        margin-bottom: 4px;
    }
}

.content .col:nth-child(1) .content .inner .steps .step.addons .row {
    cursor: pointer;
}

.content .col:nth-child(1) .content .inner .steps .step.addons .addons-wrap {
    display: none;
    flex-direction: column;
    width: 100%;
}

.content
.col:nth-child(1)
.content
.inner
.steps
.step.addons
.addons-wrap
.addon {
    cursor: pointer;
    border-bottom: 1px solid #bdbdbd;
    padding: 0 28px 12px 0;
    margin-top: 12px;
    display: flex;
    align-items: center;
    position: relative;
}

.content
.col:nth-child(1)
.content
.inner
.steps
.step.addons
.addons-wrap
.addon
div {
    display: flex;
    align-items: center;
    position: relative;
    overflow-x: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
}

.content
.col:nth-child(1)
.content
.inner
.steps
.step.addons
.addons-wrap
.addon
div::webkit-scrollbar {
    width: 0;
    height: 0;
}

.content
.col:nth-child(1)
.content
.inner
.steps
.step.addons
.addons-wrap
.addon:last-child {
    border-bottom: none;
}

.content
.col:nth-child(1)
.content
.inner
.steps
.step.addons
.addons-wrap
.addon::after {
    content: "";
    height: 12px;
    width: 12px;
    background-image: url("../img/arrow-right.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
}

.content
.col:nth-child(1)
.content
.inner
.steps
.step.addons
.addons-wrap
.addon
span {
    font-size: 12px;
    color: #bdbdbd;
    border-right: 1px solid #bdbdbd;
    margin-right: 16px;
    padding-right: 16px;
    display: flex;
}

.content
.col:nth-child(1)
.content
.inner
.steps
.step.addons
.addons-wrap
.addon
span:last-child {
    margin-right: 0;
}

.content
.col:nth-child(1)
.content
.inner
.steps
.step.addons
.addons-wrap
.addon
span
.model-count {
    padding: 0;
    border-right: 0;
}

.content .col:nth-child(1) .content .inner .info {
    margin-top: 64px;
}

.content .col:nth-child(1) .content .inner .info .price {
    padding: 16px;
    background-color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content .col:nth-child(1) .content .inner .info .price span {
    display: flex;
    align-items: center;
    font-weight: 500;
}

.content .col:nth-child(1) .content .inner .info .price span::before {
    content: "";
    height: 32px;
    min-width: 32px;
    width: 32px;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.04),
    0 4px 16px 0 rgba(223, 65, 51, 0.12);
    -moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.04),
    0 4px 16px 0 rgba(223, 65, 51, 0.12);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.04),
    0 4px 16px 0 rgba(223, 65, 51, 0.12);
    background-image: url("../img/price.svg");
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 24px;
}

@media all and (max-width: 374px) {
    .content .col:nth-child(1) .content .inner .info .price span::before {
        display: none;
    }
}

.content .col:nth-child(1) .content .inner .info .price .info-box {
    cursor: pointer;
    height: 20px;
    min-width: 20px;
    width: 20px;
    margin-left: 24px;
    background-image: url("../img/more-info.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media all and (max-width: 767px) {
    .content .col:nth-child(1) .content .inner .info .price .info-box {
        display: none;
    }
}

.content .col .img-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
    max-height: 352px;
}

.content .col .img-wrap svg {
    height: 100%;
    width: 100%;
    max-height: 352px;
}

.content .col .img-wrap svg.small {
    max-height: 160px;
}

.content .col .img-wrap .arrow-down {
    display: none;
}

@media all and (max-width: 1200px) {
    .content .col .img-wrap .arrow-down {
        display: flex;
        position: absolute;
        right: 0;
        bottom: 0;
        height: 48px;
        width: 16px;
        background-image: url("../img/arrow-down.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
}

.content .col:nth-child(2) {
    flex-direction: column;
    border-right: 1px solid #edeff2;
    justify-content: space-between;
    align-items: flex-start;
}

@media all and (max-width: 1200px) {
    .content .col:nth-child(2) {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.content .col:nth-child(2) .more-info-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    gap: 8px;
}

@media all and (max-width: 767px) {
    .content .col:nth-child(2) .more-info-row {
        flex-direction: column;
        align-items: flex-start;
    }
}

.content .col:nth-child(2) .more-info {
    display: flex;
    align-items: center;
    color: #2a69f6;
    width: auto;
    cursor: pointer;
    margin-top: 16px;
}

.content .col:nth-child(2) .more-info::before {
    content: "";
    height: 20px;
    min-width: 20px;
    width: 20px;
    margin-right: 8px;
    background-image: url("../img/more-info.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.content .col:nth-child(2) .filters {
    display: flex;
    align-items: center;
    color: #bdbdbd;
    margin-top: 16px;
}

@media all and (max-width: 767px) {
    .content .col:nth-child(2) .filters {
        margin-left: 0;
        padding-left: 0;
        border-left: none;
    }
}

.content .col:nth-child(2) .filters::before {
    content: "";
    height: 20px;
    min-width: 20px;
    width: 20px;
    margin-right: 8px;
    background-image: url("../img/filter.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.content .col:nth-child(2) .filter-reset {
    margin-top: 16px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 6px;
    background-color: #df4133;
    color: #FFF;
}

.content .col:nth-child(2) .wrap {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.content .col:nth-child(2) .wrap:last-child {
    margin-top: 8px;
}

.content .col:nth-child(2) .wrap:last-child .btns-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media all and (max-width: 767px) {
    .content .col:nth-child(2) .wrap:last-child .btns-row {
        flex-direction: column-reverse;
    }
}

.content .col:nth-child(2) .wrap:last-child .btns-row .btn-secondary {
    margin-right: 8px;
}

@media all and (max-width: 767px) {
    .content .col:nth-child(2) .wrap:last-child .btns-row .btn-secondary {
        margin-right: 0;
        margin-top: 8px;
    }
}

.content .col:nth-child(2) .wrap:last-child .variation {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 16px;
    background-color: #f7f8fa;
    margin-bottom: 8px;
}

.content .col:nth-child(2) .wrap:last-child .variation .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content .col:nth-child(2) .wrap:last-child .variation .row .box {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.content .col:nth-child(2) .wrap:last-child .variation .row .box .number {
    height: 32px;
    min-width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #df4133;
    background-color: #df4133;
    color: #fff;
}

.content .col:nth-child(2) .wrap:last-child .variation .row .box .txt {
    margin-left: 24px;
    font-weight: 500;
}

@media all and (max-width: 767px) {
    .content .col:nth-child(2) .wrap:last-child .variation .row .box .txt {
        margin-left: 16px;
    }
}

.content .col:nth-child(2) .wrap:last-child .variation .row .box:first-child {
    margin-right: 16px;
}

.content .col:nth-child(2) .wrap:last-child .variation .row .box:last-child {
    display: flex;
    align-items: center;
}

.content
.col:nth-child(2)
.wrap:last-child
.variation
.row
.box:last-child
.fs-12 {
    color: #df4133;
    text-decoration: underline;
    margin-left: 8px;
}

@media all and (max-width: 767px) {
    .content
    .col:nth-child(2)
    .wrap:last-child
    .variation
    .row
    .box:last-child
    .fs-12 {
        display: none;
    }
}

.content
.col:nth-child(2)
.wrap:last-child
.variation
.row
.box:last-child
div {
    height: 20px;
    width: 20px;
    background-image: url("../img/add-more.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.content .col:nth-child(2) .wrap:last-child .variation .addons-wrap {
    display: none;
    flex-direction: column;
    width: 100%;
    max-height: 117px;
    overflow-y: scroll;
}

.content .col:nth-child(2) .wrap:last-child .variation .addons-wrap .addon {
    cursor: pointer;
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 12px;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.content
.col:nth-child(2)
.wrap:last-child
.variation
.addons-wrap
.addon
.addon-list {
    display: flex;
    align-items: center;
    position: relative;
    overflow-x: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
}

.content
.col:nth-child(2)
.wrap:last-child
.variation
.addons-wrap
.addon
.addon-list::webkit-scrollbar {
    width: 0;
    height: 0;
}

.content
.col:nth-child(2)
.wrap:last-child
.variation
.addons-wrap
.addon:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.content
.col:nth-child(2)
.wrap:last-child
.variation
.addons-wrap
.addon
.addon-list-icons {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 8px;
}

.content
.col:nth-child(2)
.wrap:last-child
.variation
.addons-wrap
.addon
.addon-list-icons
.addon-list-icon {
    content: "";
    height: 12px;
    min-width: 12px;
    width: 12px;
    position: relative;
}

.content
.col:nth-child(2)
.wrap:last-child
.variation
.addons-wrap
.addon
.addon-list-icons
.addon-list-icon.reopen {
    background-image: url("../img/arrow-right.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.content
.col:nth-child(2)
.wrap:last-child
.variation
.addons-wrap
.addon
.addon-list-icons
.addon-list-icon.remove {
    margin-left: 8px;
    background-image: url("../img/remove.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.content
.col:nth-child(2)
.wrap:last-child
.variation
.addons-wrap
.addon
span {
    font-size: 12px;
    color: #bdbdbd;
    border-right: 1px solid #bdbdbd;
    margin-right: 16px;
    padding-right: 16px;
}

.content
.col:nth-child(2)
.wrap:last-child
.variation
.addons-wrap
.addon
span:last-child {
    margin-right: 0;
}

.content
.col:nth-child(2)
.wrap:last-child
.variation
.addons-wrap
.addon
span
.model-count {
    padding: 0;
    border-right: 0;
}

.content .col:nth-child(2) .wrap:last-child .price {
    padding: 16px;
    background-color: #f7f8fa;
    width: 100%;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media all and (max-width: 767px) {
    .content .col:nth-child(2) .wrap:last-child .price {
        justify-content: center;
    }
}

.content .col:nth-child(2) .wrap:last-child .price span {
    display: flex;
    align-items: center;
    font-weight: 500;
}

.content .col:nth-child(2) .wrap:last-child .price span::before {
    content: "";
    height: 32px;
    min-width: 32px;
    width: 32px;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.04),
    0 4px 16px 0 rgba(223, 65, 51, 0.12);
    -moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.04),
    0 4px 16px 0 rgba(223, 65, 51, 0.12);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.04),
    0 4px 16px 0 rgba(223, 65, 51, 0.12);
    background-image: url("../img/price.svg");
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 24px;
}

@media all and (max-width: 374px) {
    .content .col:nth-child(2) .wrap:last-child .price span::before {
        display: none;
    }
}

.content .col:nth-child(2) .wrap:last-child .price .info-box {
    cursor: pointer;
    height: 20px;
    min-width: 20px;
    width: 20px;
    margin-left: 24px;
    background-image: url("../img/more-info.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media all and (max-width: 767px) {
    .content .col:nth-child(2) .wrap:last-child .price .info-box {
        display: none;
    }
}

.content .col:nth-child(2) .wrap .progress {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.content .col:nth-child(2) .wrap .progress .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content .col:nth-child(2) .wrap .progress .row span {
    color: #bdbdbd;
    font-weight: 500;
    text-transform: uppercase;
}

.content .col:nth-child(2) .wrap .progress .row span:last-child {
    margin-left: 24px;
}

.content .col:nth-child(2) .wrap .progress .bar {
    width: 100%;
    height: 4px;
    background-color: #bdbdbd;
    display: flex;
    margin-top: 8px;
    position: relative;
}

.content .col:nth-child(2) .wrap .progress .bar::before {
    content: "";
    height: 4px;
    width: var(--progress);
    position: absolute;
    left: 0;
    top: 0;
    background-color: #df4133;
    transition: 200ms ease;
}

.content .col:nth-child(2) .inner {
    display: flex;
    flex-direction: column;
    width: calc(100% + 16px);
    height: 100%;
    overflow-y: auto;
    margin-top: 24px;
    padding-right: 16px;
    position: relative;
    /* Handle */
}

.content .col:nth-child(2) .inner .loading {
    display: none;
}

.content .col:nth-child(2) .inner .loading.isActive {
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.8;
    position: fixed;
    display: block;
}

.content .col:nth-child(2) .inner::-webkit-scrollbar {
    width: 2px;
    background-color: #edeff2;
}

.content .col:nth-child(2) .inner::-webkit-scrollbar-track {
    background-color: #edeff2;
}

.content .col:nth-child(2) .inner::-webkit-scrollbar-thumb {
    background: #df4133;
}

.content .save {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-top: 16px;
    color: #4f4f4f;
    border: none;
    background: transparent;
}

.content .save:before {
    content: "";
    height: 20px;
    width: 20px;
    background-image: url("../img/save.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.input-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 16px;
}

.input-wrap:nth-child(n + 2) {
    padding-top: 24px;
    border-top: 1px solid #bdbdbd;
}

.input-wrap.addon-submit {
    align-items: center;
}

.input-wrap .heading-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.input-wrap .heading-wrap .done-icon {
    opacity: 0;
    height: 16px;
    min-width: 16px;
    width: 16px;
    left: 0;
    background-image: url("../img/heading-done.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media all and (max-width: 767px) {
    .input-wrap .heading-wrap .done-icon {
        height: 8px;
        min-width: 8px;
        width: 8px;
    }
}

.input-wrap .heading-wrap .qna-icon {
    cursor: pointer;
    height: 20px;
    min-width: 20px;
    width: 20px;
    background-image: url("../img/more-info.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media all and (max-width: 1200px) {
    .input-wrap .heading-wrap .qna-icon {
        margin-left: 16px;
    }
}

.input-wrap .heading-wrap .heading {
    padding: 0 16px;
    position: relative;
    font-weight: 500;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    cursor: pointer;
    color: #bdbdbd;
    transition: 200ms ease;
}

@media all and (max-width: 1200px) {
    .input-wrap .heading-wrap .heading {
        padding-right: 0;
        padding-left: 8px;
    }
}

.input-wrap .heading-wrap .heading.open {
    color: #000;
}

.input-wrap .heading-wrap .heading::after {
    content: "";
    min-width: 16px;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    transition: 200ms ease;
    background-image: url("../img/slide-down.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.input-wrap .heading-wrap .heading.open::after {
    transform: rotate(180deg);
}

.input-wrap.done .heading {
    color: #000;
}

.input-wrap.done .done-icon {
    opacity: 1;
}

.input-wrap .hidden {
    display: none;
    width: 100%;
    position: relative;
}

.input-wrap .hidden.open {
    margin-top: 24px;
    display: flex;
    transition: 100ms ease;
}

.input-wrap .unit-wrap {
    justify-content: center;
    position: relative;
}

.input-wrap .unit-wrap .unit {
    color: #bdbdbd;
    position: absolute;
    right: 16px;
    background-color: #fff;
}

.input-wrap .unit-wrap .unit sup {
    color: #bdbdbd;
}

.input-wrap .contact-input {
    display: flex;
    flex-direction: column;
}

.input-wrap .contact-input .heading {
    margin-bottom: 8px;
}

.input-wrap .contact-input:nth-child(n + 2) {
    margin-top: 16px;
}

.input-wrap .terms {
    display: flex;
    align-items: center;
    margin-top: 16px;
    flex-direction: row;
    width: 100%;
    justify-content: center;
}

.input-wrap .terms label {
    cursor: pointer;
}

.input-wrap .terms label input {
    display: none;
}

.input-wrap .terms label input:checked ~ .checkbox::after {
    display: flex;
}

.input-wrap .terms label .checkbox {
    height: 20px;
    width: 20px;
    border: 1px solid #df4133;
    background: transparent;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-wrap .terms label .checkbox::after {
    content: "";
    display: none;
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: #df4133;
    background-image: url("../img/terms.svg");
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
}

.input-wrap .terms label.txt {
    cursor: pointer;
    margin-left: 16px;
}

.input-wrap .terms label.txt a {
    color: #df4133;
    text-decoration: underline;
}

.input-wrap .input {
    padding: 16px;
    font-size: 16px;
    outline: none;
    border: 1px solid #000;
    color: #4f4f4f;
    line-height: normal;
    transition: 200ms ease;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    -moz-appearance: textfield;
    -webkit-appearance: none;
    border-radius: 0;
}

.input-wrap .input.disabled {
    background-color: #bdbdbd;
    color: #fff;
    border-color: #bdbdbd;
}

.input-wrap .input:-webkit-autofill,
.input-wrap .input:-webkit-autofill:hover,
.input-wrap .input:-webkit-autofill:focus,
.input-wrap .input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.input-wrap .input::-webkit-inner-spin-button,
.input-wrap .input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-wrap .input span.fs-12 {
    margin-top: 4px;
}

.input-wrap .input.price {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.input-wrap .input.price span {
    margin-left: 0;
    padding: 0;
    text-align: left;
}

.input-wrap .input.quantity {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.input-wrap .input.quantity span {
    margin-left: 0;
    text-align: left;
}

.input-wrap .input.quantity .quantity-wrap {
    align-items: center;
    margin-left: 12px;
    z-index: 9;
    display: none;
}

.input-wrap .input.quantity .quantity-wrap .quantity-input {
    display: flex;
    background: transparent;
    margin: 0 4px;
    height: auto;
    width: 16px;
    text-align: center;
    border: none;
    padding: 0;
    font-size: 12px;
    color: #4f4f4f;
}

.input-wrap .input.quantity .quantity-wrap .quantity-input::selection {
    background-color: transparent;
}

.input-wrap
.input.quantity
.quantity-wrap
.quantity-input::-webkit-outer-spin-button,
.input-wrap
.input.quantity
.quantity-wrap
.quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-wrap .input.quantity .quantity-wrap .quantity-input[type="number"] {
    -moz-appearance: textfield;
}

.input-wrap .input.quantity .quantity-wrap .control {
    height: 16px;
    min-width: 16px;
    width: 16px;
}

.input-wrap .input.quantity .quantity-wrap .control.add {
    background-image: url("../img/add.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.input-wrap .input.quantity .quantity-wrap .control.remove {
    background-image: url("../img/remove.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.input-wrap .input::placeholder {
    color: #bdbdbd;
    font-size: 16px;
}

.input-wrap .input .icon {
    height: 64px;
    min-width: 64px;
    width: 64px;
}

.input-wrap .input .icon svg {
    width: 100%;
    height: 100%;
}

.input-wrap .input span {
    color: #4f4f4f;
    display: flex;
    flex-direction: column;
    text-align: right;
    margin-left: 16px;
}

.input-wrap .input span span {
    margin-top: 4px;
}

.input-wrap .w-50 {
    width: calc(50% - 8px);
}

@media all and (max-width: 1200px) {
    .input-wrap .w-50 {
        width: 100%;
    }
}

.input-wrap .w-33 {
    width: calc(33.3333333333% - 10.6666666667px);
}

@media all and (max-width: 1200px) {
    .input-wrap .w-33 {
        width: 100%;
    }
}

.input-wrap .input-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    gap: 16px;
}

.input-wrap .input-col {
    display: flex;
    flex-direction: row;
}

.input-wrap .radio {
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.input-wrap .radio.hidden-element {
    display: none;
}

.input-wrap .radio input {
    display: none;
}

.input-wrap .radio input:checked ~ .input {
    border: 1px solid #df4133;
    background-color: #fcf0ef;
    color: #df4133;
}

.input-wrap .radio input:checked ~ .input span {
    background-color: #fcf0ef;
    color: #df4133;
}

.input-wrap .radio input:checked ~ .input .quantity-wrap {
    display: flex;
    flex-direction: row;
}

.input-wrap .select2-container {
    width: 100% !important;
}

.input-wrap .select2-container .select2-selection--single {
    border-radius: 0;
    border: 1px solid #000;
    height: auto;
    padding: 16px;
    display: flex;
    align-items: center;
    outline: none;
}

.input-wrap
.select2-container
.select2-selection--single
.select2-selection__rendered {
    padding: 0;
    color: #4f4f4f;
    line-height: normal;
}

.input-wrap
.select2-container
.select2-selection--single
.select2-selection__rendered
.select2-selection__placeholder {
    color: #bdbdbd;
}

.input-wrap
.select2-container
.select2-selection--single
.select2-selection__arrow {
    height: 16px;
    width: 16px;
    right: 16px;
    top: auto;
    background-image: url("../img/select-down.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.input-wrap
.select2-container
.select2-selection--single
.select2-selection__arrow
b {
    display: none;
}

.input-wrap
.select2-container
.select2-selection--single
.select2-selection__clear {
    display: none;
}

.input-wrap div {
    display: flex;
    flex-direction: column;
}

.input-wrap .fs-12 {
    padding: 0 16px;
    margin-top: 8px;
    color: #bdbdbd;
}

@media all and (max-width: 1200px) {
    .input-wrap .fs-12 {
        padding: 0;
    }
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
    border: 1px solid #000;
    border-radius: 0;
}

.select2-results__option {
    padding: 8px 16px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #000 !important;
    outline: none;
}

.select2-search--dropdown {
    padding: 8px 16px !important;
}

.calculator-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    right: 0;
    cursor: pointer;
}

@media all and (max-width: 1200px) {
    .calculator-btn {
        position: relative;
        flex-direction: row;
        padding: 16px 0;
        border-top: 1px solid #bdbdbd;
        width: 100%;
        justify-content: center;
    }
}

.calculator-btn div {
    height: 64px;
    width: 64px;
    background-image: url("../img/arrow-left.svg");
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #df4133;
}

@media all and (max-width: 1200px) {
    .calculator-btn div {
        height: 40px;
        width: 40px;
        box-shadow: 0 4px 16px rgba(223, 65, 51, 0.12),
        0 8px 15px rgba(0, 0, 0, 0.04);
        background-color: #fff;
        background-image: url("../img/progress-icon.svg");
        background-size: 16px;
        background-position: center;
        background-repeat: no-repeat;
        margin-right: 24px;
    }
}

.calculator-btn span {
    margin-top: 24px;
    font-weight: 500;
    writing-mode: vertical-rl;
    white-space: nowrap;
}

@media all and (max-width: 1200px) {
    .calculator-btn span {
        writing-mode: lr;
        position: relative;
        top: auto;
        font-size: 12px;
        margin-top: 0;
        color: #bdbdbd;
    }
}

.zipcode .input-row {
    flex-wrap: nowrap;
}

@media all and (max-width: 1200px) {
    .zipcode .input-row {
        flex-direction: column;
        align-items: flex-end;
    }
}

#current-price {
    margin-right: 2px;
}

label {
    -webkit-user-select: none;
    user-select: none;
}

@keyframes slideLeft {
    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes slideLeft {
    100% {
        -webkit-transform: translateX(0%);
    }
}

@keyframes slideUp {
    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes slideUp {
    100% {
        -webkit-transform: translateY(0%);
    }
}

@keyframes slideRight {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(100%);
    }
}

@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(100%);
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(100%);
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(0%);
    }
    100% {
        -webkit-transform: translateY(100%);
    }
}

.psc-cities {
    display: none;
}
