.dropdown {
    max-width: max-content;
}
.dropdown__body {
    display: none;
    position: fixed;    
    background-color: white;
    box-shadow: 0px 11px 20px rgba(0, 0, 0, .2);
    overflow: auto;
    margin-top: 15px;
    z-index: 9999;
}
.image-counter {
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .image-counter span {
    
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    color: white;
    background-color: rgb(0 0 0 / 40%);
  }
.dropdown__body.is-open {
    display: block;
    white-space: nowrap;
}
.container-800 {
    max-width: 830px;
}
.input-wrapper {
    position: relative;
}
.input-wrapper > .input {
    padding-right: 40px;
}
.input-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.form-group__tile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--gray-2, #34373B);
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 5px;
}
.change-options {
    display: inline-flex;
    cursor: pointer;
}
.change-options__body {
    padding: 12px;
    border-radius: 300px;
    display: flex;
    align-items: center;
    flex: auto;
    border: 1px solid var(--light-gray-1, #ECECEC);
    background-color: var(--white, #FFF);
    color: var(--gray-1, #777);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    padding-right: 45px;
    background-position: center right 12px;
    background-size: 24px;
    background-repeat: no-repeat;
    transition: border-color .2s;
}
@media (hover: hover) {
    .change-options__body:hover {
        border-color: var(--orange, #F05A2D);
    }
}
.change-options__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    margin-right: 6px;
}

.change-options input:checked + .change-options__body {
    border-color: var(--orange, #F05A2D);
    background-image: url(../img/check-orange-icon.svg);
    box-shadow: 0px 3px 8px 0px rgba(91, 104, 113, 0.16);
}

.color-preview {
    display: block;
    height: 20px;
    width: 20px;
    flex: 0 0 20px;
    border-radius: 360px;
    border: 2px solid var(--white, #FFF);
    box-shadow: 0px 1px 3px 0px rgba(91, 104, 113, 0.32), 0px 0px 2px 0px rgba(26, 32, 36, 0.32);
}

.upload-file {
    cursor: pointer;
    display: block;
}
.upload-file__body {
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--orange, #F05A2D);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    border: 1px dashed var(--orange, #F05A2D);
    background: var(--white, #FFF);
    height: 100%;
}

.image-load-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    height: 176px;
}

.image-load-preview img {
    width: 100%;
}

.btn-delete-image-loaded {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px;
}
.btn-delete-image-loaded:hover {
    background-color:  var(--primary, #F05A2D);
}
.custom-checkbox {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}
.custom-checkbox__text {
    color: var(--gray-1, #777);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.custom-checkbox-fake {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: 1px solid var(--light-gray-1, #ECECEC);
    background: var(--white, #FFF);
}
.custom-checkbox input:checked ~ .custom-checkbox-fake {
    background-image: url(../img/check-checkbox.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: var(--primary, #F05A2D);
}
.form-group.active .spoller-arrow{
    transform: rotate(180deg);
}
.range-slider-wrapper {
    padding: 4px 0;
}
.form-group__tile + .range-slider-wrapper{
    margin-top: 20px;
}
/* noUi-slider */
.noUi-target {
    /* margin: 24px 0; */
    border: 1px solid var(--light-gray-1, #ECECEC);
}
.noUi-connect {
    background: var(--primary, #F05A2D);
}
.noUi-horizontal {
    height: 12px;
}

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

.noUi-horizontal .noUi-handle {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    border: 1px solid var(--light-gray-1, #ECECEC);
    background: var(--light-gray-2, #F9F9F9);
    right: -11px;
    box-shadow: none;
}
/* / noUi-slider */
.change-color-style {
    cursor: pointer;
}
.change-color-style input {
    display: none;
}
.change-color-style input:checked + .change-color-style__body {
    border-color: var(--orange, #F05A2D);
    box-shadow: 0px 3px 8px 0px rgba(91, 104, 113, 0.16);
}
.change-color-style__body {
    display: inline-block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid transparent;
    padding: 7px;
}
.change-color-style__color {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.10);
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.steps-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
}
.steps-nav:after {
    content: '';
    position: absolute;
    left: 0;
    top: 25px;
    background: var(--light-gray-1, #ECECEC);
    display: block;
    width: 100%;
    height: 1px;
    z-index: -1;
}
.steps-nav__link {
    display: flex;
    flex-direction: column;
}
.steps-nav__item.active .steps-nav__count {
    background: var(--success);
    color: #fff;
}
.steps-nav__count {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 360px;
    background: var(--light-gray-1, #ECECEC);
    color: var(--gray-1, #777);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.steps-nav__text {
    color: var(--gray-2, #34373B);
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.select2-container--default .select2-selection--single {
    background-color: var(--light-gray-2, #F9F9F9);    
    border-color: var(--light-gray-2, #F9F9F9);
    border-radius: 0;
    height: 50px;
} 
.select2-container--default .select2-selection--multiple {
    background-color: var(--light-gray-2, #F9F9F9);    
    border-color: var(--light-gray-2, #F9F9F9);
    border-radius: 0;
    min-height: 50px;
    
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 9px 40px 9px 9px;
    border-radius: 100px;
    border-color: var(--primary);
    background-color: white;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: var(--primary);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    left: auto;
    right: 10px;
    border-right: 0;
    top: 9px;
    background-color: var(--primary);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: var(--primary);
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 19px;
}
.select2-container .select2-search--inline .select2-search__field {
    height: 28px;
    margin-top: 14px;
}
.bg-primary-select .select2-container--default .select2-selection--single {
    background-color: var(--primary);    
    border-color: var(--primary);
}

.bg-primary-select .select2-container--open.select2-container--default .select2-selection--single{
    background-color: var(--white);   
}

.select2-container--open .bg-primary-select .select2-container--default .select2-selection--single{
    background-color: #fff;  
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--gray-1, #777);
    font-size: 16px;
    font-family: var(--fotnFamily);
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
}
.bg-primary-select .select2-container--default .select2-selection--single .select2-selection__rendered,
.bg-primary-select .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #fff;
}

.select2-results__option{
    padding: 11px 16px;
}

.select2-container--open .select2-dropdown--below{
    margin-top: 5px;
}

.select2-dropdown{
    box-shadow: 0px 8px 36px 0px rgba(91, 104, 113, 0.10);
    background-color: #fff;
    border: none;
}

.bg-primary-select .select2-container--open.select2-container--default .select2-selection--single .select2-selection__rendered,
.bg-primary-select .select2-container--open.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--primary);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
    background-image: url(../img/selcet-arrow-darck.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    right: 14px;
}
.bg-primary-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url(../img/selcet-arrow.svg);
    background-size: 10px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    background-image: url(../img/arrow-primary.svg);
    /* transform: rotate(180deg); */
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 16px;
    padding-right: 36px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--primary);
}

.section {
    padding: 50px 0 70px;
}

.card {
    border-radius: 10px;
}
.card-default {
    border: 1px solid var(--light-gray-1, #ECECEC);
}

.title-section {
    background: var(--light-gray-2, #F9F9F9);
    padding: 66px 0;
}

.deliver-line {
    display: flex;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 16px;
}
.deliver-line span {
    color: var(--gray-1, #777);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; 
    padding-bottom: 4px;
    padding-left: 16px;
    padding-right: 16px;
}
.deliver-line:after,
.deliver-line:before {
    content: '';
    display: block;
    flex: auto;
    height: 1px;
    background: var(--light-gray-1, #ECECEC);
}

.card-body {
    padding: 20px 30px 30px;
}

.btn-icon {
    display: flex;
    align-items: center;
}

.card-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.gx-14{
    --bs-gutter-x: 14px;
    
} 
.gy-10 {
    --bs-gutter-y: 10px;
}

.homepage-screen {
    padding: 50px 0;
    color: #fff;
    min-height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.homepage-screen > * {
    position: relative;
    z-index: 1;
}
.homepage-screen::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
}
.sub-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.homepage-screen .sub-title {
    max-width: 608px;
}

.buttons-group {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-top: -16px;
}

.buttons-group > * {
    margin-right: 16px;
    margin-top: 16px;
}

.homepage-screen .buttons-group > * {
    min-width: 250px;
}

.how-work-list {
    display: flex;
    align-items: flex-start;
    margin-left: -34px;
    margin-right: -34px;
    margin-top: -48px;
    margin-bottom: 30px;
}

.how-work-list__item {
    flex: 1 0 0%;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding:0 34px;
    position: relative;
    margin-top: 48px;
    
}
.how-work-list__item + .how-work-list__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -24px;
    display: block;
    width: 48px;
    height: 48px;
    background-image: url(../img/arrow-forward.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.how-work-list__content p {
    color: var(--gray-1, #777);
}

.how-work-list__wparr {
    display: flex;
}
.spoller-arrow {
    display: flex;
}
.how-work-list__icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    margin-right: 16px;
}

.how-it-work {
    padding: 85px 0 100px;
}
.hr {
    border: 0;
    border-top: 1px solid var(--light-gray-1, #ECECEC);
}
.messages-sidebar.sidebar-nav {
    margin-right: 0;
}
.list-style-disc,
.list-style-disc li {
    list-style: disc;
}

.list-style-disc li {
    margin-left: 30px;
}