.order-page .breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.order-page .breadcrumbs__link {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #6b6b6b;
}

.order-page .site-form {
    width: 100%;
    max-width: 370px;
}

.order-page .authorize__form .site-form,
.order-page .register__form .site-form {
    max-width: 100%;
}

.order-page .order__block .order__content div:not([class]) {
    width: 100%;
}

@media (max-width: 680px) {
    .order-page .site-form {
        max-width: 100%;
    }
}

.order-page .site-form__row {
    position: relative;
    margin-bottom: 10px;
}

.order-page .site-form__row:last-child {
    margin-bottom: 0;
}

.order-page .site-form__row.f-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.order-page .site-form__row.f-row label {
    width: 100%;
}

@media (max-width: 680px) {
    .order-page .site-form__row.f-row label {
        width: 80%;
    }
}

@media (max-width: 370px) {
    .order-page .site-form__row.f-row label {
        width: 58%;
    }
}

.order-page .site-form__row.p-bottom label {
    padding-bottom: 20px;
}

.order-page .site-form__label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.order-page .site-form__label span {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #6b6b6b;
}

.order-page .site-form__label span.error-message {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #eb5757;
}

.order-page .site-form__label span.ico {
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 20px;
    height: 20px;
}

.order-page .site-form__label input {
    border-radius: 0;
    background-color: #fff;
    border-bottom: 1px solid #6b6b6b;
    height: 34px;
    margin-bottom: 22.5px;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
}

.order-page .site-form__label select.form-select {
    border: 0 !important;
    outline: 0 !important;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
}

.order-page .site-form__label.password .ico {
    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: center;
    width: 24px;
    height: 24px;
    display: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 25px;
}

.order-page .site-form__label.password .ico.active {
    display: block;
}

.order-page .site-form .submit-wrapper {
    margin-top: 40px;
}

@media (max-width: 680px) {
    .order-page .site-form .submit-wrapper {
        margin-top: 20px;
    }
}

.order-page .site-form .submit-wrapper button {
    margin-left: 0;
    border-radius: 0;
}

.order-page .site-form .site-checkbox label {
    display: block;
    height: initial;
}

.order-page .site-form .site-checkbox__label {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #000000;
    padding-left: 30px;
}

@media (max-width: 680px) {
    .order-page .site-form .site-checkbox__label {
        white-space: normal;
    }
}

.order-page .site-form .site-checkbox__label::before {
    top: 2px;
    width: 14px;
    height: 14px;
}

.order-page .site-form .site-checkbox__label::after {
    top: 2px;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.order-page .site-form textarea {
    border-radius: 0;
    resize: none;
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    min-height: 93px;
    border-bottom: 0;
    margin-bottom: 22.5px;
    background-color: #f7f7f7;
}

@media (max-width: 680px) {
    .order-page .site-form textarea {
        min-height: 76px;
    }
}

.order-page .site-form input[type="file"] {
    display: none !important;
}

.order-page .site-form .site-btn.js_confirm-order {
    margin-top: 8px;
    text-align: center;
    cursor: pointer;
    width: fit-content;
    padding: 11px 23px;
    border: 2px solid #000;
    margin: 0;
    font-weight: 400;
}

.order-page .site-form .site-btn.disabled {
    border: 2px solid #9e9e9e;
}

@media (max-width: 800px) {
    .order-page .site-form .site-btn {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}

@media (max-width: 680px) {
    .order-page .site-form .site-btn {
        width: 100%;
    }
}

.order-page .site-form a.js_confirm-form {
    border-radius: 0;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: auto;
    cursor: pointer;
    height: initial;
    width: initial;
    padding: 14px 25px;
    border: 0;
    background-color: #000;
    color: #fff;
}

.order-page .site-form a.js_confirm-form:hover {
    background-color: #000;
}

.order-page .site-form__alert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.order-page .site-form__alert-ico {
    margin-right: 10px;
}

.order-page .site-form__alert-txt {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #000;
}

.order-page .site-form__full {
    max-width: 100%;
}

.order-page .site-form__slim {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
}

.order-page .site-form__slim .site-form__row {
    width: calc(33.333% - 20px);
}

@media (max-width: 992px) {
    .order-page .site-form__slim .site-form__row {
        width: calc(50% - 20px);
    }
}

@media (max-width: 680px) {
    .order-page .site-form__slim .site-form__row {
        width: 100%;
    }
}

.order-page .site-form .select2-selection--single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #6b6b6b;
    outline: none;
    height: 34px;
}

.order-page .site-form .select2-selection__rendered {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
}

.order-page .select2-container--default .select2-dropdown,
.order-page
.select2-container--default
.select2-search--dropdown
.select2-search__field {
    border-color: #6b6b6b;
}

.order-page
.select2-container--default
.select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #000;
}

.order-page .select2-results__options::-webkit-scrollbar {
    width: 3px;
}

.order-page .select2-results__options::-webkit-scrollbar-track {
    background-color: #fff;
}

.order-page .select2-results__options::-webkit-scrollbar-thumb {
    background-color: #000;
}

.order-page .about-contacts__title {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #000;
    margin-bottom: 20px;
}

.order-page .about-contacts__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 680px) {
    .order-page .about-contacts__row {
        gap: 20px;
    }
}

.order-page .about-contacts__col {
    width: calc(25% - 25px);
}

@media (max-width: 680px) {
    .order-page .about-contacts__col {
        width: 100%;
    }
}

.order-page .about-contacts__case {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.order-page .about-contacts__address,
.order-page .about-contacts__link {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    white-space: nowrap;
    margin-bottom: 0;
}

.order-page .about-contacts__shedule {
    white-space: nowrap;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    margin-bottom: 20px;
}

.order-page .about-contacts__link:last-child {
    margin-bottom: 0;
}

.order-page .about-info__map-container {
    position: relative;
    margin-top: 20px;
}

@media (max-width: 992px) {
    .order-page .about-info__map-container {
        display: none;
    }
}

.order-page .about-info__map-container .site-preloader {
    position: absolute;
    visibility: visible;
    opacity: 1;
}

.order-page .about-info__map-container .site-preloader.hide {
    display: none;
}

.order-page .about-info__map-container .mapboxgl-ctrl.mapboxgl-ctrl-attrib {
    margin: 0 10px 10px 0 !important;
}

.order-page .about-info__map-container .mapboxgl-ctrl-attrib-button {
    display: none !important;
}

.order-page .about-info__map {
    width: 100%;
    max-width: 500px;
    height: 100%;
    min-height: 300px;
}

.order-page .daterangepicker,
.order-page .daterangepicker .drp-buttons {
    border-color: #000;
}

.order-page .daterangepicker:before {
    border-bottom-color: #000;
}

.order-page .daterangepicker .drp-buttons .btn {
    padding: 8px;
    color: #fff;
    background-color: #000;
}

.order-page .daterangepicker select.hourselect,
.order-page .daterangepicker select.minuteselect {
    border: 1px solid #000;
    background-color: #fff;
}

.order__form {
    margin-bottom: 80px;
}

@media (max-width: 992px) {
    .order__form {
        margin-bottom: 50px;
    }
}

.order__block {
    margin-bottom: 80px;
}

@media (max-width: 992px) {
    .order__block {
        margin-bottom: 50px;
    }
}

.order__panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    overflow-x: auto;
}

.order__panel::-webkit-scrollbar {
    width: 0;
    height: 0;
}

@media (max-width: 680px) {
    .order__panel {
        margin-right: -15px;
    }
}

.order__panel .disabled {
}

.order__panel .disabled label .order__tab {
    color: grey;
}

.order__tab {
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    white-space: nowrap;
}

.order__tab:last-child {
    padding-right: 20px;
}

.order__tab.active {
    font-size: 18px;
    font-weight: 600;
    pointer-events: none;
}

.order__tab.active:hover {
    text-decoration: none;
}

.order__tab:hover {
    text-decoration: underline;
}

.order__content-wrapp {
}

.order__content {
    display: none;
    width: 100%;
}

.order__content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.order__content p {
    font-size: 16px;
    font-weight: 400;
}

.order__content.pickup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.order__notify {
    margin-bottom: 80px;
}

@media (max-width: 992px) {
    .order__notify {
        margin-bottom: 50px;
    }
}

.order__list {
    width: 100%;
    list-style-type: decimal;
    list-style-position: inside;
}

.order__list li {
    list-style-type: decimal;
    list-style-position: inside;
}

.order__list li::marker {
    font-size: 28px;
    font-weight: 700;
}

.order__item {
    width: 100%;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-bottom: 80px;
}

@media (max-width: 992px) {
    .order__item {
        margin-bottom: 50px;
    }
}

.order__item:last-child {
    margin-bottom: 0;
}

.order__delivery {
    margin-top: 25px;
}

.order__cart {
    padding-bottom: 30px;
    border-bottom: 2px solid #000;
    margin-top: 40px;
}

.order__cart-list {
    /*@include from-680 {
        height: 100%;
        max-height: 535px;
        overflow: hidden;
        overflow-y: auto;

        &::-webkit-scrollbar {
          width: 5px;
        }

        &::-webkit-scrollbar-track {
          background-color: $grey;
        }

        &::-webkit-scrollbar-thumb {
          background-color: black;
          outline: none;
        }*/
}

.order__cart-list .basket__case-counter {
    margin-right: auto;
}

.order__pay {
    margin-top: 25px;
}

.order__pay .order__content {
    margin-bottom: 60px;
}

@media (max-width: 992px) {
    .order__pay .order__content {
        margin-bottom: 40px;
    }
}

.order__pay .order__content .site-form__row .site-form__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.order__recipient {
    margin-top: 22.5px;
}

.order__recipient-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.order__recipient-top p {
    font-size: 16px;
    font-weight: 400;
}

.order__recipient-top a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.order__recipient-top a.active {
    text-decoration: underline;
}

.order__recipient-form {
    display: none;
}

.order__recipient-form .site-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 100%;
}

.order__recipient-form .site-form__row {
    width: calc(33.3333% - 20px);
}

@media (max-width: 992px) {
    .order__recipient-form .site-form__row {
        width: calc(50% - 20px);
    }
}

@media (max-width: 680px) {
    .order__recipient-form .site-form__row {
        width: 100%;
    }
}

.order__total {
    margin-top: 20px;
}

.order__total-top {
    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;
    margin-bottom: 15px;
}

.order__total-amount {
    font-size: 18px;
    font-weight: 400;
}

.order__total-amount b {
    font-weight: 700;
}

.order__total-summ {
    font-size: 18px;
    font-weight: 400;
}

.order__total-summ b {
    font-weight: 700;
}

.order__total-info-row {
    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;
    margin-bottom: 10px;
}

.order__total-info-row.both-col {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 680px) {
    .order__total-info-row.both-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
}

.order__total-info-col p {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
}

.order__total-info-col p b {
    font-weight: 700;
}

.order__total-info-col.right {
    text-align: right;
}

@media (max-width: 680px) {
    .order__total-info-col.discount {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.order__discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #000;
}

.order__discount:hover {
    text-decoration: underline;
}

.order__discount-ico {
    width: 25px;
    height: 25px;
}

.order__discount-txt {
    font-size: 16px;
    color: #000;
}

.order__discount-field {
    display: none;
}

@media (max-width: 680px) {
    .order__discount-field {
        width: 100%;
    }
}

.order__discount-input {
    border-bottom: 1px solid #6b6b6b;
    font-size: 16px;
    text-transform: uppercase;
}

@media (max-width: 680px) {
    .order__discount-input {
        width: 100%;
    }
}

.order .basket__case-delivery {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 10px;
    position: absolute;
    bottom: 0;
}

.order .basket__case.international-delivery-is-not-possible {
    position: relative;
}

.order .basket__case.international-delivery-is-not-possible:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: -15px;
    left: -10px;
    right: -10px;
    bottom: -15px;
    background-color: rgba(235, 87, 87, 0.466);
}

@media (min-width: 1025px) {
    .order .basket__case-delivery {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (max-width: 800px) {
    .order .basket__case-delivery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 680px) {
    .order .basket__case-delivery {
        margin-top: 20px;
        position: static;
    }
}

.order .basket__case-info {
    position: relative;
}

.order .basket__case-delivery-col.disable p {
    color: #6b6b6b;
}

.order .basket__case-delivery-col.disable p:before {
    background-color: #6b6b6b;
}

.order .basket__case-delivery-col span {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
    white-space: nowrap;
}

.order .basket__case-delivery-col span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ececec;
}

.order .basket__case-delivery-col label {
    cursor: pointer;
}

.order .basket__case-delivery-col input[type="radio"]:checked ~ span:before {
    background-color: #000;
}

.form-container {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: auto auto;
    grid-template-rows: 90px 90px 90px;
    grid-template-areas: "name name" "number number" "expiration security";
    color: #000;
}

.form-container .field-container {
    position: relative;
}

.form-container .field-container label {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #6b6b6b;
}

.form-container .field-container label .ico svg {
    width: 100%;
    height: 100%;
}

.form-container .field-container input {
    width: 100%;
    border-bottom: 1px solid #6b6b6b;
    height: 34px;
    margin-bottom: 22.5px;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
}

.form-container .field-container:first-of-type {
    grid-area: name;
}

.form-container .field-container:nth-of-type(2) {
    grid-area: number;
}

.form-container .field-container:nth-of-type(3) {
    grid-area: expiration;
}

.form-container .field-container:nth-of-type(4) {
    grid-area: security;
}

.errortext {
    display: flex;
    padding: 15px 0;
}

.error-message {
    color: #eb5757;
}

.order-page .help__popup .site-form {
    max-width: 100%;
}

.order__promo-message.error {
    color: #eb5757;
}

.order__promo-message.succes {
    color: #379324;
}

.order-page .footer__title {
    font-size: 14px;
    font-weight: 500;
}

@media (min-width: 992px) {
    .order-page .footer__column {
        width: initial;
    }

    .order-page .footer__column:nth-child(2) {
        transform: translateX(-50px);
    }

    .order-page .footer__column:nth-child(4) {
        margin-bottom: 0;
    }
}

.order-page .footer__contact {
    margin-bottom: 0;
}

.order-page .footer__social .social__list {
    margin-bottom: 0;
}

.footer__copyright {
    background-color: #000;
}

.footer__copyright-inner {
}

.footer__copyright .footer__content-row.dark-col {
    align-items: center;
    padding: 15px 0;
}

.footer__copyright .footer__content-row.dark-col .footer__column {
    width: 21%;
}

.footer__copyright .footer__privacy {
    color: #fff;
}

.footer__copyright .footer__quote {
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
}

.footer__copyright .footer__logo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transform: translateX(55px);
}

@media (max-width: 1360px) {
    .footer__copyright .footer__logo {
        transform: translateX(0);
    }
}

@media (max-width: 991px) {
    .footer__copyright .footer__content-row.dark-col {
        padding: 25px 0;
        flex-direction: column;
        row-gap: 25px;
    }

    .footer__copyright .footer__content-row.dark-col .footer__column {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 0;
    }

    .footer__copyright .footer__privacy {
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .footer__copyright .footer__quote {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .order-page .footer__column {
        width: 45%;
        margin-bottom: 49px;
    }

    .order-page
    .footer__copyright
    .footer__content-row
    .footer__column:nth-child(1) {
        order: 3;
    }

    .order-page
    .footer__copyright
    .footer__content-row
    .footer__column:nth-child(2) {
        order: 1;
    }

    .order-page
    .footer__copyright
    .footer__content-row
    .footer__column:nth-child(3) {
        order: 2;
    }
}

@media (max-width: 680px) {
    .order-page .footer__content-row .footer__column:nth-child(1) {
        order: 3;
    }

    .order-page .footer__content-row .footer__column:nth-child(2) {
        order: 4;
    }

    .order-page .footer__content-row .footer__column:nth-child(3) {
        order: 1;
    }

    .order-page .footer__content-row .footer__column:nth-child(4) {
        order: 2;
    }
}

.international-delivery {
    display: flex;
    justify-content: flex-end;
}

.international-delivery__inner {
    padding-top: 15px;
    padding-right: 25px;
}

.international-delivery__top {
}

.international-delivery__title {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 15px;
}

.international-delivery__title .txt {
}

.international-delivery__title .ico {
    display: inline-flex;
    height: 17px;
    width: 20px;
    transform: translateY(3px);
}

.international-delivery__title .ico svg {
    width: 100%;
    height: 100%;
}

.international-delivery__body {
}

.international-delivery__row {
    display: flex;
    align-items: center;
    column-gap: 70px;
    flex-wrap: wrap;
}

.international-delivery__col {
}

.international-delivery__col label {
    cursor: pointer;
}

.international-delivery__col label span {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    padding-left: 20px;
    white-space: nowrap;
}

.international-delivery__col label span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ececec;
}

.international-delivery__col input[type="radio"]:checked ~ span:before {
    background-color: #000;
}

/* from 10:00 to 19:00*/
.hourselect option:nth-child(-n+10) {
    display: none;
}

/* from 10:00 to 19:00*/
.hourselect option:nth-child(n+21) {
    display: none;
}