.section-calculator .container {
    display: flex;
    justify-content: center;
    padding-top: 150px;
    color: #EBE4FA;
    box-sizing: border-box;
}

.calculator-c {
    padding: 0 90px 0 0;
}

.calculator-r {
    width: 750px;
    min-width: 385px;
    max-width: 385px;
}

.calculator-sticky {
    position: sticky;
    top: 120px;
}

.section-calculator h1 {
    font-family: secondary-font;
    text-align: left;
    font-size: 45px;
    margin: 0 auto;
    padding: 0px;
    flex-grow: 1;
    color: #EBE4FA;
}

.section-calculator h2 {
    font-size: 22px;
    font-weight: 400;
}

.calculator-header-h2 {
    display: flex;
    align-items: end;
    justify-content: start;
    flex-wrap: wrap;
}

.calculator-header-h2 p {
    padding-top: 20px;
    font-weight: 300;
}

.calculator-header-h2 p b {
    font-weight: 500;
}

.section-calculator p {
    font-size: 14px;
    font-weight: 300;
    color: rgba(235, 228, 250, 0.70);
}

.section-calculator p a {
    color: rgba(235, 228, 250, 0.70) !important;
}

.calculator-header-nr {
    background: #4B435A;
    width: 42px;
    font-size: 18px;
    font-weight: 300;
    padding: 7px 0px;
    text-align: center;
    margin: 0px 15px 0px 0px;
}

.calculator-header-nr_active {
    background: #6D28FF;

}

.btn-calculator-next {
    display: flex;
    width: 100%;
    max-width: 344px;
    padding: 14px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #4B435A;
    color: rgba(235, 228, 250, 0.40);
    text-align: center;
    font-size: 16px;
    border: 0;
    transition: .2s;
}

.btn-calculator-next_active {
    background: #6D28FF;
    color: #EBE4FA;
}

.btn-calculator-next_active:hover {
    opacity: .5;
}

.sep-calculator {
    background: rgba(235, 228, 250, 0.30);
    width: 100%;
    height: 1px;
    margin: 40px 0px;
}

.calculator-subheader {
    font-size: 16px;
    font-weight: 400;
    padding-top: 15px;
}

.calculator-subheader .optional {
    color: rgba(235, 228, 250, 0.60);
    font-size: 12px;
    padding-left: 10px;
}

.calculator-type-items {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-top: 15px;
}

.calculator-type-radio {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px 15px;
    align-items: center;
    flex-wrap: wrap;
    border: 2px solid rgba(235, 228, 250, 0.3);
    cursor: pointer;
}

.calculator-type-radio-input_checked {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 50%;
}

.calculator-type-radio-input {
    display: block;
    position: relative;
    float: left;
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid rgba(235, 228, 250, 0.3);
    cursor: pointer;
}

.business-type-radio-input {
    margin: 0px 15px 0px 0px;
}

.business-type-radio {
    border: 0 !important;
    background: transparent !important;
    cursor: pointer;
}

.business-type-radio input {
    border: 0 !important;

}

.calculator-type-radio-input input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.calculator-type-radio-input_checked:after {
    content: "";
    position: absolute;
    display: none;
}

.calculator-type-radio-input input:checked~.calculator-type-radio-input_checked:after {
    display: block;
}

input[type="radio"]:checked+label .calculator-type-radio-input_checked,
input[type="checkbox"]:checked+label .calculator-type-radio-input_checked,
input[type="radio"]:checked+label .business-type-radio-input_checked {
    top: -2px;
    left: -2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #6D28FF;
    background-image: url('img/checked.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
}

input[type="radio"]:checked+label .business-type-radio-input_checked {
    border: 2px solid #6D28FF;
    background: transparent;
}

input[type="radio"]:checked+label .business-type-radio-input_checked p {
    background: #6D28FF;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 3px auto;
    padding: 0;
}

.calculator-type-radio p img {
    max-height: 45px;
    max-width: 95px;
    margin: 0px auto 10px auto;
    display: block;
}

input[type="radio"]:checked+label,
input[type="checkbox"]:checked+label {
    border: 2px solid #6D28FF;
    background: #150C2D;
}

.business-type-flex {
    display: flex;
    justify-content: start;
    gap: 15px;
}

.business-type-flex label {
    width: 150px;
}

.calculator-type-radio p {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    color: #EBE4FA;
    padding: 15px 0px 35px 0px;
}

.calculator-info {
    background-color: rgba(29, 16, 54, 1);
    font-size: 14px;
    font-weight: 300;
    color: #CFC0ED;
    display: flex;
    align-items: center;
    padding: 18px 25px 18px 0;
}

.calculator-info b {
    font-weight: 500;
}

.calculator-info svg {
    width: 31px;
    min-width: 31px;
    margin: 0px 25px;
}

.calculator-photo-area,
.calculator-quest-area {
    width: 100%;
    display: flex;
    border: 1px dashed #656565;
    background: #160C28;
    justify-content: center;
    align-items: center;
    padding: 40px 0px;
    flex-direction: column;
    margin-top: 15px;
}

.calculator-quest-area {
    padding: 2px 0px;
    cursor: pointer;
}

.calculator-photo-area p,
.calculator-quest-area p {
    color: #EBE4FA;
    font-size: 16px;
    font-weight: 300;
    padding-top: 20px;
}

.calculator-quest-area p {
    font-weight: 400;
}

.calculator-type-radio-lg {
    justify-content: start !important;
    align-items: center;
}

.calculator-type-radio-lg .calculator-type-radio-input {
    margin-left: 10px;
}

.calculator-type-radio-lg p {
    padding: 15px 0 15px 20px;
}

.calculator-type-radio-lg .price {
    flex-grow: 1;
    text-align: right;
    font-size: 22px;
}

.calculator-summary {
    width: 100%;
    border: 1px solid #544C64;
    padding: 25px 20px;
}

.calculator-summary-header {
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 25px;
    border-bottom: 1px solid #524A63;
}

.card-body-calculator {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
    color: #EBE4FA;
    margin-top: 20px;
}

.card-body-calculator .price {
    font-size: 22px;
}

.card-body-calculator div {
    padding: 2px 0px;
}

.calculator-summary .btn-home {
    width: 100%;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 400;
}

.ui-datepicker td {
    border: 2px solid #fff !important;
    padding: 0px !important;
}

.ui-slider .ui-slider-handle:hover {
    cursor: pointer;
}

.ui-slider-handle.ui-state-focus {
    outline: 0;

}

.ui-slider-horizontal {
    height: 10px !important;
    background-color: #FFFFFF !important;

}

.ui-slider-horizontal .ui-slider-handle {
    top: -8px !important;
}

.ui-slider .ui-slider-handle {
    width: 23px !important;
    height: 23px !important;
    border-radius: 25px;

}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #171237 !important;
    border: 5px solid #FFFFFF !important;

}

.noUi-tooltip {
    width: 90px !important;
    height: 30px !important;
    border-radius: 10px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border: 0 !important;
    bottom: 30px !important;
}

.noUi-target {
    background: #fff !important;
    border-radius: 4px;
    border: 0 !important;
    box-shadow: inset 0 0 0 #F0F0F0, 0 0 0 0 #BBB !important;
}

.noUi-horizontal {
    height: 5px !important;
}

.noUi-connect {
    background: #171237 !important;
}

.noUi-handle {
    background: #171237 !important;
    border: 5px solid #FFFFFF !important;
    border-radius: 100% !important;
    cursor: pointer !important;
    box-shadow: inset 0 0 0 #FFF, inset 0 0 0 #EBEBEB, 0 0 0 0 #BBB !important;
    width: 24px !important;
    height: 24px !important;
    top: -10px !important;
}

.noUi-handle::before,
.noUi-handle::after {
    display: none !important;
}

/* Date picker */
.ui-datepicker {
    z-index: 99 !important;
}

.ui-widget {
    font-family: primary-font !important;
}

.ui-widget-content {
    border: 1px solid #dddddd !important;
    background: #fff !important;
    color: #333333 !important;
}

.ui-widget-header {
    border: 1px solid #171237 !important;
    background: #171237 !important;
    color: #fff !important;
    font-weight: normal !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #cccccc;
    background: #fff;
    font-weight: normal !important;
    color: #171237 !important;
}

.ui-datepicker th {
    font-weight: normal !important;
}

.ui-state-active {
    background: #171237 !important;
    color: #fff !important;
}

.ui-state-hover {
    background: #171237 !important;
    color: #171237 !important;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    font-family:  primary-font;;
    width: 50% !important;
    float: left;
    font-size: 16px;
    color:#171237 !important;
    padding: 7px 0px 5px 10px;
    background: #fff !important;
    border-radius: 0 !important;
    font-weight: 400;
    border: 0;
}

.ui-datepicker select.ui-datepicker-year {
    margin-left: 2% !important;
    width: 48% !important;
}

.ui-datepicker {
    width: 290px;;
}
.ui-datepicker table {
    font-size: 16px !important;
    font-weight: 400 !important;
  }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #171237 !important;
    border: 5px solid #fff !important;
    color: #fff !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    opacity: .5 !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #fff !important;
    background: rgba(23, 18, 56, .5) !important;
    font-weight: normal !important;
    color: #fff !important;
    opacity: 1 !important;
    transition: all 0.2s;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-active,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #171237 !important;
    transition: all 0.2s;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    border: 1px solid #171237 !important;
    opacity: .5 !important;
}

.ui-datepicker-next span.ui-icon,
.ui-datepicker-prev span.ui-icon {
    background-image: url('https://ezowrozka.pl/wp-content/themes/wrozbici/assets/img/nav-right-white.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 14px;
    margin-top: -2px !important;
}


.ui-datepicker-prev span.ui-icon {
    background-image: url('https://ezowrozka.pl/wp-content/themes/wrozbici/assets/img/nav-left-white.png');
    margin-top: -2px !important;
}

.ui-state-hover,
.ui-state-hover:hover {
    background-image: url('') !important;
    background-color: transparent !important;
    border: 0px !important;
}

td a.ui-state-hover:hover {
    background-color: rgb(23, 18, 56, .95) !important;
}

.ui-datepicker-current-day {
    background-color: rgb(23, 18, 56, .5) !important;
}

.ui-slider-horizontal {
    height: 6px !important;
    background-color: #FFFFFF !important;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -6px !important;
}

.ui-slider .ui-slider-handle {
    width: 17px !important;
    height: 17px !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 0px solid #FFFFFF !important;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 14px !important;
}

.footer-basket {
    background: #100721;
    display: none;
    position: fixed;
    border-top: 1px solid #313131;
    padding: 0px 25px 25px 25px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    cursor: pointer;
    transition: .2s;
    z-index: 5;
}

.arrow-up-basket-button {
    background: #100721;
    width: 60px;
    height: 20px;
    position: absolute;
    border-left: 1px solid #313131;
    border-right: 1px solid #313131;
    border-top: 1px solid #313131;
    margin: -20px auto 0px auto;
    left: 0;
    right: 0;
    border-radius: 10px 10px 0px 0px;
}

.arrow-up-basket-button_sub {
    background-image: url('img/arrow_up.png');
    background-repeat: no-repeat;
    background-position: center 3px;
    background-size: 20px;
    margin: auto;
    width: 60px;
    height: 28px;
    position: absolute;

}

.footer-basket .btn-home {
    width: 100%;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 400;
}

.footer-basket_opened {
    transition: .2s;
}

.calculator-summary-header,
.footer-basket-hidden_content {
    display: none;
}

.footer-basket_opened .calculator-summary-header,
.footer-basket_opened .footer-basket-hidden_content {
    display: flex;
}

.calculator-output-photos {
    display: flex;
    justify-content: start;
    padding-top: 20px;
    gap: 15px;
}

.calculator-output-photo {
    width: 140px;
    height: 140px;
}

.calculator-output-photo img {
    width: 140px;
    max-width: 100%;
    height: 140px;
    object-fit: cover;
}

.calculator-output-photo span {
    width: 25px;
    height: 25px;
    background-color: rgba(255, 255, 255, .9);
    background-image: url('img/ico-trash.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    cursor: pointer;
    position: absolute;
    margin: 10px 0px 0px 105px;
}
.more-as-box-bg {
    background: #B4A3FD;
}
.more-as-box {
    display: flex;
    padding-top: 50px;
    width: 100%;
    justify-content: space-between;
}

.header-more-as {
    width: 100%;
}

.sticky_more_as {
    position: sticky;
    width: fit-content;
    top: 200px;
    padding-bottom: 0px;
}

.sticky_more_as span {
    color: #100721;
    font-style: italic;
}

.more-as-box h2 {
    font-weight: 300;
    text-align: left;
    font-size: 45px;
    margin: 0 auto;
    flex-grow: 1;
    color: #100721;
    font-family: secondary-font;

}

.content-more-as {
    display: flex;
    flex-direction: column;
    gap: 80px;
    width: 100%;
}

.content-more-as-nr {
    font-size: 38px;
    color: #100721;
    font-family: secondary-font;
}

.content-more-as h3 {
    font-size: 23px !important;
    font-weight: 400 !important;
    color: #100721;
}

.content-more-as p {
    font-size: 14px;
    font-weight: 300;
    color: #100721;
    opacity: .75;
}

.message_volume {
    cursor: pointer;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background-color: #6D28FF;
    color: #D5C1FF;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    padding: 1px 0px 0px 0px;
}

.message_volume {
    margin: -25px 15px 0px 0px;
}

@media only screen and (max-width: 1200px) {

    .footer-basket {
        display: block;
    }

    .section-calculator .container {
        flex-direction: column;
    }

    .calculator-r {
        display: none;
    }

    .calculator-c {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 964px) {

    .more-as-box {
        display: flex;
        flex-direction: column;
        padding: 0px 10px;
    }

    .header-more-as {
        padding: 0px 0px 50px 0px;
    }

    .message_volume {
        margin: -25px 3px 0px 0px;
    }
}

@media only screen and (max-width: 568px) {

    .calculator-type-radio {
        padding: 15px 15px 0px 15px;
    }

    .calculator-type-items {
        flex-direction: column;
    }

    .section-calculator h1 {
        font-size: 45px;
    }
}