.preloader {
    position: fixed;
    background: rgba(222, 228, 240, 0.7);
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 20000;
    transition: all var(--trans);
}

.additional-services__inner-wrapper-taxi {
    margin-top: 20px;
}


.preloader.preloader-remove {
    transition: all var(--trans);
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.additional-services__line.wrapper-hidden-input {
    align-items: center;
    row-gap: 0;
}

.hidden-label {
    display: grid;
}

.first-taxi-quantity {
    margin-bottom: 20px;
}

.button-correction-data {
    width: 185px;
    height: 38px;
    background: #E7EBFB;
    border-radius: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #4C73E3;
    margin-bottom: 10px;
}

.sk-circle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 70px;
    height: 70px;
    position: relative;
  }

  .sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  .sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color:  #4C73E3;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  }

  .sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg); }
  .sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg); }
  .sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg); }
  .sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg); }
  .sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg); }
  .sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg); }
  .sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); }
  .sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg); }
  .sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg); }
  .sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  .sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s; }
  .sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; }
  .sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s; }
  .sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s; }
  
  @-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
      -webkit-transform: scale(0);
              transform: scale(0);
    } 40% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  
  @keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
      -webkit-transform: scale(0);
              transform: scale(0);
    } 40% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }


.request-result {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 20px 20px 100px;
}

.switch--active::after {
    transform: translate(100%, -50%);
    left: auto;
}

.top-form .label-custom-placeholder,
.top-form .label-custom-placeholder input {
    pointer-events: none;
    cursor: not-allowed;
    background-color: #F9F9F9;
    border-color: #DEE4F0;
}

.top-form__container .select2 {
    pointer-events: none;
    cursor: not-allowed;
}

.top-form__container .select2-container .select2-selection--single {
    background-color: #F9F9F9 !important;
    border-color: #DEE4F0 !important;
}


.ui-datepicker {
    display: none;
    padding: 8px;
    border: 1px solid #DEE4F0;
    border-radius: 16px;
    background: #FFFFFF;
    z-index: 2 !important;
    width: 400px !important;
}

.ui-datepicker .ui-widget-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    color: #3e3f42;
    border: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-prev .ui-icon, .ui-datepicker-next .ui-icon {
    display: block;
    flex: 0 0 30px;
    height: 30px;
    font-size: 0;
    cursor: pointer;
}

.ui-datepicker-prev {
    order: 1;
}

.ui-datepicker-title {
    order: 2;
    padding-left: 10px;
}

.ui-datepicker .ui-datepicker-calendar th {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #6d6d77;
    padding: 6px 8.5px;
}

.ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-prev .ui-icon, .ui-datepicker-next .ui-icon {
    display: block;
    flex: 0 0 30px;
    height: 30px;
    font-size: 0;
    cursor: pointer;
}

.ui-widget-header .ui-icon {
    background: url("../images/arrow-right.svg") center no-repeat;
    background-size: 14px 17px;
    width: 30px;
    height: 30px;
    position: static !important;
    margin: 0 !important;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    display: none;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0;
}

.ui-datepicker .ui-datepicker-next {
    position: static;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 3;
    background: transparent !important;
    color: transparent !important;
    border: none !important;
}

.ui-datepicker .ui-datepicker-prev {
    position: static;
    transform: rotate(180deg);
    position: static;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    color: transparent !important;
    border: none !important;
}

a.ui-state-default.ui-state-hover, .ui-datepicker .ui-state-active {
    background: var(--blue);
    border-radius: 6px;
    color: #FFFFFF;
}

.ui-datepicker-next.ui-state-disabled, .ui-datepicker-prev.ui-state-disabled {
    display: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    display: block;
    margin: 0 auto;
    border: none;
    background: transparent;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 4px 13px;
    color: #3e3f42;
}

a.ui-state-default.ui-state-hover, .ui-datepicker .ui-state-active {
    background: var(--blue);
    border-radius: 6px;
    color: #FFFFFF;
}

.request-result__list li:first-of-type {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    margin-bottom: 20px;
    padding-left: 11px;
}

.request-result__list li:first-of-type span {
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    color: #6D6D77;
    flex: 0 0 25%;
}

.request-result__list li:not(:first-of-type) {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    background: #FFFFFF;
    border: 1px solid #DEE4F0;
    border-radius: 20px;
    padding: 21px 20px 28px 30px;
}

.request-result__list li.request-result__item--beneficial {
    border: 1px solid rgba(41, 182, 64, 0.15);
}


.request-result__list li:not(:first-of-type):hover {
    box-shadow: 0px 0px 11.9594px rgba(222, 228, 240, 0.6);
    cursor: pointer;
}

.request-result__list li:not(:first-of-type) div.request-result__inner-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 0 0 25%;
}

.request-result__list li:not(:first-of-type):not(:last-of-type) {
    margin-bottom: 16px;
}

.results-wrapper {
    background-color: #FFFFFF;
    padding: 20px;
    padding-top: 50px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #DEE4F0;
    border-radius: 16px 16px 0px 0px;
    height: 75vh;
    transform: none;
    transition: all var(--trans);
}

.results-wrapper li:not(.packaging-list li) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.result-modal-close {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
}

.result-modal-close::before {
    content: "";
    position: absolute;
    background-color: #ccc;
    border-radius: 3px;
    width: 36px;
    height: 5px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.item-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    display: block;
}

.additional-services__container {
    margin-top: 20px;
    width: 100%;
}

.results-wrapper__overlay {
    background: rgba(231, 235, 251, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: all var(--trans);
}

.results-wrapper__overlay--show {
    visibility: visible;
    opacity: 1;
}

.results-wrapper__overlay--show .results-wrapper {
    transform: translateY(0);
}

.results-wrapper  .select2-container {
    width: 100% !important;
}


.request-result__main-wrapper {
    background: #FFFFFF;
    border: 1px solid #DEE4F0;
    border-radius: 20.9289px;
    padding: 16px 6px 16px 6px;
}

.request-result__list li:not(:first-of-type) {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    background: #FFFFFF;
    border: 1px solid #DEE4F0;
    border-radius: 20px;
    padding: 15px 10px;
}

.request-result__list li:first-of-type span {
    flex: 0 0 21%;
}

.request-result__list li:not(:first-of-type) div.request-result__inner-wrapper p {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #262D38;
    margin-bottom: 5px;
}

.request-result__list li:not(:first-of-type) div.request-result__inner-wrapper span {
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
}

.request-result__price {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #4C73E3;
    background: #E7EBFB;
    border-radius: 11px;
    padding: 7px 9px;
    position: relative;
    white-space: nowrap;
}

.request-result__list li:not(:first-of-type) div.request-result__inner-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 0 0 min-content;
}

.request-result__list li:first-of-type span {
    flex: 0 0 21%;
}

.request-result__list li:first-of-type span:not(:last-of-type) {
    margin-right: 5px;
}

.request-result__list li:not(:first-of-type) div.request-result__inner-wrapper {
    flex: 0 0 21%;
}

.request-result__list li:not(:first-of-type) div.request-result__inner-wrapper:not(:last-of-type) {
    margin-right: 9px;
}

@media(min-width: 780px) {

    .additional-services__inner-wrapper-taxi {
        margin-top: 0;
    }

    .results-wrapper {
        padding: 50px 70px;
    }

    .request-result__list li:first-of-type span {
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        flex: 0 0 23%;
    }

    .request-result__main-wrapper {
        padding: 21px 18px;
    }

    .request-result__list li:not(:first-of-type) {
        padding: 21px 40px;
    }

    .request-result__list li:not(:first-of-type) div.request-result__inner-wrapper p {
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
    }

    .request-result__list li:not(:first-of-type) div.request-result__inner-wrapper span {
        font-weight: 400;
        font-size: 12px;
        line-height: 22px;
    }

    .request-result__price {
        font-weight: 700;
        font-size: 18px;
        line-height: 23px;
        padding: 11px 18px;
    }

    .request-result__list li:not(:first-of-type) div.request-result__inner-wrapper {
        flex: 0 0 25%;
    }

    .request-result {
        padding: 20px 70px 100px;
    }

    .request-result__list li:first-of-type {
        padding-left: 42px;
    }

    .request-result__list li:first-of-type span:not(:last-of-type) {
        margin-right: 10px;
    }

    .additional-services__container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(3, min-content);
        column-gap: 50px;
    }

    .item-name {
        grid-column: 1/-1;
        grid-row: 1/2;
    }

    .results-wrapper ul:not(.packaging-list) {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 50px;
    }

    .results-wrapper ul:not(.packaging-list) li {
        grid-column: 1/-1;
    }

    .results-wrapper ul:not(.packaging-list) li:first-of-type {
        grid-column: 1/2;
    }

}





@media(min-width: 1440px) {

    .results-wrapper {
        height: auto;
    }

    .result-modal-close{
        display: none;
    }

    .additional-services__inner-wrapper-taxi {
        margin-top: 20px;
    }

    .additional-services__container {
        display: flex;
        flex-direction: column;
    }

    .results-wrapper ul:not(.packaging-list) {
        display: flex;
        flex-direction: column;
        column-gap: 0;
    }

    .request-result {
        padding-left: 0;
        padding-right: 0;
    }

    .request-result__list li:not(:first-of-type) div.request-result__inner-wrapper:not(:last-of-type) {
        margin-right: 0;
    }

    .request-result__list li:first-of-type span:not(:last-of-type) {
        margin-right: 0;
    }

    .request-result__price {
        font-weight: 700;
        font-size: 20px;
        line-height: 25px;
        text-align: center;
        color: #4C73E3;
        background: #E7EBFB;
        border-radius: 11px;
        padding: 10px 13px;
        position: relative;
    }

    .request-result__list li:not(:first-of-type) div.request-result__inner-wrapper span {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
    }

    .request-result__list li:not(:first-of-type) div.request-result__inner-wrapper p {
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        color: #262D38;
        margin-bottom: 5px;
    }
    
    .request-result__main-wrapper {
        background: #FFFFFF;
        border: 1px solid #DEE4F0;
        border-radius: 20.9289px;
        padding: 16px;
    }

    .request-result__list li:not(:first-of-type) {
        display: flex;
        background: #FFFFFF;
        border: 1px solid #DEE4F0;
        border-radius: 20px;
        padding: 21px 20px 28px 30px;
    }

    .request-result__list li:first-of-type span {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #6D6D77;
        flex: 0 0 25%;
    }

    .results-wrapper {
        max-height: none;
        overflow-y: visible;
    }

    .results-wrapper__overlay {
        background: transparent;
        position: static;
        width: auto;
        height: auto;
        visibility: visible;
        opacity: 1;
    }

    .button-correction-data {
        display: none;
    }

    .results-wrapper__overlay {
        grid-column: 2/3;
        grid-row: 2/3;
    }

    .request-result {
        width: 100%;
        max-width: 1240px;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 100px;
    }


    .request-result {
        width: 100%;
        max-width: 1240px;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 100px;
        display: grid;
        grid-template-columns: 1fr 394px;
        column-gap: 24px;
    }

    .request-result__top-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
        grid-template-columns: 1/2;
        grid-row: 1/2;
    }

    .switch--active::after {
        transform: translate(100%, -50%);
        left: auto;
    }


    .request-result__sort-wrapper {
        display: flex;
        align-items: center;
        background-color: #ffffff;
        width: 420px;
        height: 52px;
        border: 1px solid #DEE4F0;
        border-radius: 16px;
        position: relative;
    }

    .request-result__sort-wrapper::after {
        position: absolute;
        content: "";
        top: 50%;
        transform: translateY(-50%);
        left: 4px;
        width: calc(33.33% - 4px);
        height: 40px;
        background: var(--green);
        border-radius: 8px;
        transition: all var(--trans);
        z-index: 1;
        background-color: var(--blue);
    }

    .request-result__sort-wrapper--middle:after {
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .request-result__sort-wrapper--end::after {
        left: auto;
        right: 4px;
        transform: translateY(-50%);
    }

    .request-result__sort-button {
        flex: 0 0 33.33%;
        background-color: transparent;
        height: 100%;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        position: relative;
        z-index: 4;
    }

    .request-result__sort-button--active {
        color: #FFFFFF;
    }

    .ui-datepicker {
        display: none;
        padding: 8px;
        border: 1px solid #DEE4F0;
        border-radius: 16px;
        background: #FFFFFF;
        z-index: 2 !important;
        width: 400px !important;
    }

    .ui-datepicker .ui-widget-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: transparent;
        color: #3e3f42;
        border: none;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
    }

    .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-prev .ui-icon, .ui-datepicker-next .ui-icon {
        display: block;
        flex: 0 0 30px;
        height: 30px;
        font-size: 0;
        cursor: pointer;
    }

    .ui-datepicker-prev {
        order: 1;
    }

    .ui-datepicker-title {
        order: 2;
        padding-left: 10px;
    }

    .ui-datepicker .ui-datepicker-calendar th {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #6d6d77;
        padding: 6px 8.5px;
    }

    .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-prev .ui-icon, .ui-datepicker-next .ui-icon {
        display: block;
        flex: 0 0 30px;
        height: 30px;
        font-size: 0;
        cursor: pointer;
    }

    .ui-widget-header .ui-icon {
        background: url("../images/arrow-right.svg") center no-repeat;
        background-size: 14px 17px;
        width: 30px;
        height: 30px;
        position: static !important;
        margin: 0 !important;
    }

    .ui-helper-clearfix:before, .ui-helper-clearfix:after {
        display: none;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0;
    }

    .ui-datepicker .ui-datepicker-next {
        position: static;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        order: 3;
        background: transparent !important;
        color: transparent !important;
        border: none !important;
    }

    .ui-datepicker .ui-datepicker-prev {
        position: static;
        transform: rotate(180deg);
        position: static;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent !important;
        color: transparent !important;
        border: none !important;
    }

    a.ui-state-default.ui-state-hover, .ui-datepicker .ui-state-active {
        background: var(--blue);
        border-radius: 6px;
        color: #FFFFFF;
    }

    .ui-datepicker-next.ui-state-disabled, .ui-datepicker-prev.ui-state-disabled {
        display: none;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        display: block;
        margin: 0 auto;
        border: none;
        background: transparent;
        text-align: center;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        padding: 4px 13px;
        color: #3e3f42;
    }

    a.ui-state-default.ui-state-hover, .ui-datepicker .ui-state-active {
        background: var(--blue);
        border-radius: 6px;
        color: #FFFFFF;
    }

    .request-result__date {
        width: 185px;
        height: 52px;
    }

    .custom-toggle input:checked + label::before {
        transform: translate(calc(100% - 0.5px), -50%);
    }

    .request-result__date label {

        background: #FFFFFF;
        border: 1px solid #DEE4F0;
        border-radius: 16px;
        display: flex;
        align-items: flex-end;
    }

    .request-result__date label {
        position: relative;
        height: 100%;
        padding: 8px 16px;
    }

    .request-result__date input {
        width: 100%;
        height: 20px;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #181C19;
    }

    .request-result__main {
        grid-column: 1/2;
        grid-row: 2/4;
    }

    .request-result__main-wrapper {
        background: #FFFFFF;
        border: 1px solid #DEE4F0;
        border-radius: 20.9289px;
        padding: 20px 18px;
    }

    .request-result__list li:first-of-type {
        display: flex;
        margin-bottom: 20px;
        padding-left: 30px;
    }

    .request-result__list li:first-of-type span {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #6D6D77;
        flex: 0 0 25%;
    }


    .request-result__list li.request-result__item--beneficial {
        border: 1px solid rgba(41, 182, 64, 0.15);
    }


    .request-result__list li:not(:first-of-type):hover {
        box-shadow: 0px 0px 11.9594px rgba(222, 228, 240, 0.6);
        cursor: pointer;
    }

    .request-result__list li:not(:first-of-type) div.request-result__inner-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex: 0 0 25%;
    }

    .request-result__list li:not(:first-of-type) div.request-result__inner-wrapper p {
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        color: #262D38;
        margin-bottom: 5px;
    }

    .request-result__list li:not(:first-of-type) div.request-result__inner-wrapper span {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
    }

    .request-result__list li:not(:first-of-type):not(:last-of-type) {
        margin-bottom: 16px;
    }

    .review-box-star {
        width: 89px;
        height: 17px;
        background-position: center;
        background-size: 89px 17px;
        background-repeat: no-repeat;
        margin-bottom: 5px;
    }

    .review-box-star.star-1 {
        background-image: url('../images/star-1.svg');
    }

    .review-box-star.star-2 {
        background-image: url('../images/star-2.svg');
    }

    .review-box-star.star-3 {
        background-image: url('../images/star-3.svg');
    }

    .review-box-star.star-4 {
        background-image: url('../images/star-4.svg');
    }

    .review-box-star.star-5 {
        background-image: url('../images/star-5.svg');
    }

    .request-result__price {
        font-weight: 700;
        font-size: 20px;
        line-height: 25px;
        text-align: center;
        color: #4C73E3;
        background: #E7EBFB;
        border-radius: 11px;
        padding: 10px 13px;
        position: relative;
    }

    .request-result__item--beneficial .request-result__price {
        font-weight: 700;
        font-size: 20px;
        line-height: 25px;
        background: rgba(41, 182, 64, 0.15);
        color: #29B640;
    }

    .request-result__item--beneficial .request-result__price::before {
        content: "";
        width: 25px;
        height: 25px;
        display: block;
        background-image: url('../images/cheap.svg');
        background-size: 25px 25px;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -17px;
    }

    .request-result__item--fast .request-result__price::before {
        content: "";
        width: 25px;
        height: 25px;
        display: block;
        background-image: url('../images/fast.svg');
        background-size: 25px 25px;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -17px;
    }

    .request-result__item--rating .request-result__price::before {
        content: "";
        width: 25px;
        height: 25px;
        display: block;
        background-image: url('../images/rating.svg');
        background-size: 25px 25px;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -17px;
    }

    .results-wrapper {
        background-color: #FFFFFF;
        width: 394px;
        border: 1px solid #DEE4F0;
        border-radius: 20px;
        padding: 20px;
        grid-column: 2/3;
        grid-row: 2/3;
        position: static;
    }

    .item-name {
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
        display: block;
    }

    .results-wrapper li:not(.packaging-list li) {
        display: flex;
        flex-direction: column;
    }


    .additional-services__inner-wrapper:first-of-type {
        margin-bottom: 20px;
    }

    .button-help .help-text {
        right: 100%;
        left: 0;
    }

    .additional-services__container {
        margin-top: 20px;
    }
}
