.amount-wrap,
.subtitle,
.vel-circel,
.velform_calculator_div h1 {
    margin-left: auto;
    margin-right: auto
}

@media (min-width:767px) {
    .velform_calculator_div.velform_calculator_new_design .container-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: end
    }
}

.slider-container.new-slider-container span {
    font-weight: 600;
    color: #495954
}

.amount-wrap,
.vel-circel {
    color: #faf1e4;
    border-radius: 50%
}

.velform_calculator_div * {
    font-family: source-sans-3, Sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.amount-wrap #vel_amount,
.amount-wrap #vel_amount2,
.amount-wrap #vel_amount3,
.vel-circel #vel_clicks,
.vel-circel #vel_clicks2,
.vel-circel #vel_clicks3,
.velform_calculator_div h1,
.velform_calculator_div h2,
.velform_calculator_div h3 {
    font-size: 22px;
    font-weight: 700
}

.velform_calculator_div h1 {
    font-size: 48px;
    font-weight: 200;
    line-height: 1.2;
    max-width: 600px
}

h3.form-title {
    padding-top: 50px;
    font-size: 20px
}

.subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    max-width: 600px
}

.amount-wrap {
    background: #4a5955;
    width: 140px;
    height: 140px;
    font-size: 32px;
    padding: 10px;
    margin-bottom: 30px
}

.vel-circel,
.vel-form-result .amount-wrap {
    width: 110px;
    height: 110px;
    background: #4a5955
}

.vel-form-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px
}

.vel-form-result .amount-wrap,
.vel-form-result .vel-circel {
    margin: 0
}

.vel-form-result .amount-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.amount-wrap .alert-wrap {
    min-height: 32px
}

.amount-wrap #mg,
.vel-circel .form-title {
    font-size: 15px
}

.amount-wrap.alert {
    background: #b0624f
}

#vel_form_warning {
    text-align: left;
    line-height: 1.8;
    margin-top: 30px;
    width: calc(100% - 300px)
}

.vel-circel {
    padding: 25px 20px 20px;
    margin-top: 40px
}

.vel-circel .form-title {
    margin-top: 10px !important;
    margin-bottom: -16px
}

.vel-circel #vel_clicks {
    margin-top: 30px;
    margin-bottom: 30px
}

.vel-circel .price-wrap {
    font-size: 16px;
    display: none !important
}

.velform_calculator_div .swiper img {
    cursor: pointer
}

.velform_calculator_div .swiper-container {
    width: 100%;
    height: 300px;
    padding-left: 50px;
    padding-right: 50px
}

.velform_calculator_div .swiper-slide {
    width: 80%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start
}

.velform_calculator_div .swiper-slide img {
    width: 100%;
    max-width: 450px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    object-position: left
}

.velform_calculator_div .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #c3c3a9;
    opacity: .7;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 50%
}

.velform_calculator_div .swiper-pagination-bullet:hover {
    opacity: 1
}

.velform_calculator_div .swiper-pagination-bullet-active {
    background-color: #4a5955;
    opacity: 1
}

.velform_calculator_div .swiper-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    z-index: 10;
    background-image: -webkit-gradient(linear, left top, right top, from(#e1e5de), to(transparent));
    background-image: -o-linear-gradient(left, #e1e5de, transparent);
    background-image: linear-gradient(to right, #e1e5de, transparent)
}

.swiper-overlay-left {
    left: 0
}

.swiper-overlay-right {
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.velform_calculator_new_design .swiper-slide {
    width: 100%
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    background: #8fa4b5;
    outline: 0;
    opacity: 1;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    border-radius: 5px
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #4a5955;
    cursor: pointer;
    border-radius: 50%
}

input[type=range]:focus::-webkit-slider-thumb {
    background: #b5837d
}

input[type=range]::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #cf9a8a;
    cursor: pointer;
    border-radius: 50%
}

input[type=range]:focus::-moz-range-thumb {
    background: #b5837d
}

input[type=range]::-ms-thumb {
    width: 25px;
    height: 25px;
    background: #cf9a8a;
    cursor: pointer;
    border-radius: 50%
}

.slider-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.slider-container span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.slider {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0
}

.slider-container.new-slider-container>div {
    margin-top: 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.slider-container.new-slider-container {
    width: calc(100% - 300px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-wrap: wrap
}

.velform_calculator_new_design h3.form-title {
    text-align: left;
    font-size: 32px;
    width: 100%;
    color: #4a5955
}

h5.form-sub-title {
    margin: 0 0 10px;
    width: 100%;
    color: #4a5955;
    font-weight: 600
}

.velform_calculator_new_design .swiper-pagination-bullet {
    text-align: center;
    margin: 0 !important;
    width: unset;
    height: unset;
    min-width: 50px;
    opacity: 1;
    background: unset;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 10px 15px;
    border-radius: 30px;
    color: #4a5955;
    border: 2px solid #4a5955;
    display: inline-block
}

.velform_calculator_new_design .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #fff;
    border-color: #b0624f;
    background-color: #b0624f
}

.velform_calculator_new_design .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px;
    text-align: left;
    position: unset
}

.velform_calculator_new_design .vel-circel * {
    margin: 0 !important
}

.velform_calculator_new_design .vel-circel {
    gap: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:767px) {
    .velform_calculator_new_design .swiper-pagination {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        row-gap: 15px
    }

    #vel_form_warning,
    .slider-container.new-slider-container {
        width: 100%
    }

    .form-sub-title {
        display: none
    }

    .form-title {
        margin: 0 0 40px
    }

    .velform_calculator_div .swiper-slide img {
        max-width: 300px
    }

    .vel-form-result {
        gap: 30px
    }
}

@media (max-width:330px) {
    .vel-form-result {
        gap: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}