

/* Start:/local/templates/main_new/components/bitrix/news.list/vds-configurator/style.css?17654628085493*/
/* VDS calculator block */
.vds-price-calculator {
    margin-top: 32px;
}

.vds-price-calculator p {
    margin: 0;
}

.vds-price-calculator p.price-modificator {
    display: none;
}

.vds-price-calculator__blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 24px;
    margin-bottom: 36px;
}

.vds-price-calculator__block {
    width: calc(50% - 6px);
    ;
}

.vds-price-calculator__block-category-title {
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.vds-price-calculator__block-subtitle {
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
}

.vds-price-calculator__two-columns-block {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 12px;
}

.vds-price-calculator__iblock-element {
    width: 90%;
}

.vds-type__range .vds-price-calculator__subtitle-n-count {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 18px 0;
}

.vds-type__range .vds-price-calculator__count {
    position: absolute;
    right: 0;
    font-size: 22px;
    font-weight: 700;
    color: #54B265;
}

.vds-type__range .range__slider {
    position: relative;
    width: 100%;
    margin-bottom: 8px;
    overflow: hidden;
}

.vds-type__range .range__slider .range-input {
    position: relative;
    width: 100%;
    height: 30px;
    overflow: hidden;
    border-radius: 20px;
    background-color: #f3f3f3;
    background-image: url('/local/templates/main_new/components/bitrix/news.list/vds-configurator/./images/slider-bg.svg');
    background-size: cover;
    background-position: center;
    appearance: none;
    cursor: pointer;
    transition: all 1s ease;
}

.vds-type__range .range__slider .range-input::-webkit-slider-thumb {
    width: 30px;
    height: 30px;
    background-color: #fff;
    box-shadow: 0 0 0 5px inset #0071c5;
    border-radius: 50%;
    -webkit-appearance: none;
    appearance: none;
    transition: 300ms;
}

.vds-type__range .range__slider .range-input::-moz-range-thumb {
    position: relative;
    width: 30px;
    height: 30px;
    background-color: #fff;
    box-shadow: 0 0 0 5px inset #0071c5;
    border: none;
    border-radius: 50%;
    appearance: none;
    transition: 300ms;
}

.vds-type__range .vds-price-calculator__price-block p {
    font-size: 22px;
    font-weight: 700;
    color: #54B265;
}

.vds-type__list .vds-price-calculator__subtitle-alone {
    margin: 18px 0;
}

.vds-type__list .list__block {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.vds-type__list .list__item {
    width: calc(25% - 12px);
    border-radius: 12px;
    padding: 0 12px;
    border: 2px solid #0071c5;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease;
}

.vds-type__list .list__item.active {
    background-color: #0071c5;
    color: #fff;
}

@media (max-width:1199px) {
    .vds-type__list .list__item {
        width: calc(33% - 12px);
    }
}

@media (max-width:991px) {
    .vds-price-calculator__iblock-element {
        width: 100%;
    }

    .vds-price-calculator__blocks {
        flex-direction: column;
    }

    .vds-price-calculator__block {
        width: calc(100% - 6px);
        ;
    }
}

@media (max-width:575px) {
    .vds-price-calculator__block-category-title {
        font-size: 22px;
        line-height: 22px;
    }

    .vds-price-calculator__block-subtitle {
        width: 80%;
        font-size: 14px;
        text-transform: none;
    }

    .vds-type__list .list__item {
        width: calc(50% - 12px);
        font-size: 16px;
    }

    .vds-type__range .vds-price-calculator__count {
        font-size: 18px;
    }

    .vds-type__range .vds-price-calculator__price-block p {
        font-size: 18px;
    }
}

/* VDS result block */
.vds-result {
    padding: 20px;
    background-color: #f3f3f3;
    border-radius: 20px;
}

.vds-result__content {
    display: flex;
    justify-content: space-between;
}

.vds-result__tariff-plan,
.vds-result__time-n-order {
    width: calc(50% - 12px);
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
}

.vds-result__tariff-plan-title {
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.vds-result__tariff-plan-ul {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    list-style: none;
}

.vds-result__tariff-plan-ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vds-result__time-select {
    width: 100%;
    border: 0;
    font-size: 18px;
    outline: none;
}

.vds-result__price {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    font-size: 22px;
}

.vds-result__price .price-label {
    font-weight: 700;
}

.vds-result__order-button button {
    display: block;
    margin: 12px auto;
    background-color: #0071c5;
    border-radius: 20px;
    color: #fff;
    border: 0;
    outline: none;
}

@media (max-width:991px) {
    .vds-result__content {
        flex-direction: column;
        row-gap: 24px;
    }

    .vds-result__tariff-plan,
    .vds-result__time-n-order {
        width: 100%;
    }
}

@media (max-width:575px) {
    .vds-result__tariff-plan-title {
        font-size: 22px;
        line-height: 26px;
    }

    .vds-result__tariff-plan-ul {
        font-size: 14px;
    }

    .vds-result__tariff-plan-ul li {
        flex-direction: column;
        border-bottom: 1px solid #0071c5;
    }
}
/* End */
/* /local/templates/main_new/components/bitrix/news.list/vds-configurator/style.css?17654628085493 */
