

/* Start:/local/templates/sotbit_origami/components/sotbit/regions.choose/mebelson_regions/style.css?172320998016277*/
.select-city-wrap {
    position: relative;
}

.select-city__block__text {
    color: #919294;
    font-size: 12px;
    line-height: 30px;
}

.select-city__block__text-city {
    padding: 5px 15px 5px 5px;
    color: #000000;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}

.select-city__block__text-city:after {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    right: 5px;
    transform: rotate(45deg) translateY(-50%);
    transition: all 0.3s ease-in-out;
    transform-origin: 50% 0;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    margin-top: 0;
}

.select-city__block__text-city:hover {
    color: #fb0040;
}
.select-city__block__text-city:hover:after{
    border-color: #fb0040;
}

/* Your choose place*/

.select-city__dropdown-wrap {
    z-index: 1200;
    position: absolute;
    top: 0;
    right: 100px;
    pointer-events: auto;
}

.select-city__dropdown {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.23);
    width: 275px;
    padding: 20px 25px 25px 25px;
    text-align: center;
    border: 1px solid #ededed;
}

.select-city__dropdown__title {
    color: #272727;
    font-size: 13px;
    font-weight: 700;
    display: block;
    margin: 0 0 15px 0;
}

.select-city__dropdown__choose {
    display: inline-block;
    height: 40px;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.select-city__dropdown__choose__yes {
    color: #ffffff;
    border: 1px solid #fb0040;
    background: #fb0040;
    margin: 0 10px 0 0;
}



.select-city__dropdown__choose__no {
    color: #fb0040;
    background: transparent;
    border: 1px solid #fb0040;
}


.select-city__dropdown__choose__yes:hover {
    background: #c80033;
    border: 1px solid #c80033;
}

.select-city__dropdown__choose__no:hover {
    color: #ffffff;
    background: #fb0040;
}


.select-city__dropdown__choose-wrap {
    width: 100%;
    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;
}

/* end choose Your place*/

.select-city__modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
    display: none;
}

.modal__overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* new style origami*/
.select-city__modal-wrap {
    font-family: "Open Sans", Arial, sans-serif;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.22);
    max-width: 730px;
    max-height: 570px;
    padding: 50px;
    position: relative;
    margin: 20vh auto;
    -webkit-transition: width .2s;
    -o-transition: width .2s;
    transition: width .2s;
}

.select-city__close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 25px;
    height: 25px;
    opacity: 1;
    cursor: pointer;
}

.select-city__close:before,
.select-city__close:after {
    position: absolute;
    left: 12px;
    content: ' ';
    height: 25px;
    width: 1px;
    background-color: #bcbcbc;
}
.select-city__close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.select-city__close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.select-city__close:hover {
    opacity: .7;
}

/*tabs*/
.select-city__tabs {
    display: inline-block;
    margin: 0 0 35px 0;
    padding: 0;
}
.select-city__tab  {
    display: inline-block;
    padding: 0;
    margin: 0 30px 0 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 31px;
    border-bottom: 1px solid transparent;
    color: #000000;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.select-city__tab.active {
    border-bottom: 1px solid #fb0040;
    color: #fb0040;
}

.select-city__tab:hover {
    color: #fb0040;
}

.select-city__tab:last-child {
    margin-right: 0;
}

.select-city__tab:before {
    display: none;
}

/*tabs*/

/* name city*/

.select-city__modal__title {
    color: #717171;
    font-size: 17px;
    line-height: 20px;
    padding: 0 0 15px 0;
    margin: 0;
}

.select-city__modal__title span {
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    color: #000000;
}

.select-city__modal__title span:hover {
    color: #fb0040;
    cursor: pointer;
}

/* end name city*/

/*input*/

.select-city__wrapper__input {
    margin: 0 0 20px 0;
}

.select-city__input {
    border: 1px solid #ededed;
    height: 40px;
    width: 100%;
    padding: 0 10px;
    margin: 0 0 10px 0;
    border-radius: 0;
    font-size: 13px;
    color: #000000;
}

.select-city__input__comment {
    font-size: 12px;
}

.select-city__input__comment span {
    color: #fb0040;
    border-bottom: 1px solid #fb0040;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.select-city__input__comment span:hover {
    color: #222222;
    border-bottom: 1px solid #222222;
    cursor: pointer;
}

/*input*/

/*alphabet city*/


.select-city__tab_content.active {
    display: block;
}


.select-city__list_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 300px;
}

.select-city__tab_name_content__big_city,
.select-city__list_wrapper_favorites {
    width: 100%;
    max-height: 200px;
    flex-shrink: 0;
}

.select-city__tab_name_content__village,
#container_scroll {
    width: 75%;
    margin:0 auto;
}

.select-city__tab_name_content {
    margin: 0 0 30px 0;
}

.select-city__tab_name_content__big_city,
.select-city__tab_name_content__village {
    font-size: 15px;
}

.select-city__list_wrapper_cities {
    height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

.select-city__list_wrapper_cities {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.select-city__list_letter_wrapper {
    width: 33%;
}

.select-city__list_letter {
    font-size: 18px;
    margin: 0 0 20px 0;
}

.select-city__list_item {
    padding: 0;
    margin-left: 5;
}


.select-city__list_item {
    font-size: 13px;
    padding: 0;
    line-height: 21px;
    color: #fb0040;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.select-city__list_item:hover {
    color: #000000;
}

.select-city__list {
    margin: 0 0 15px 0;
    max-height: 100px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

/* end alphabet city*/

/* scroll bar*/

.select-city__list_wrapper_cities::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f3f3;
}


.select-city__list_wrapper_cities::-webkit-scrollbar-track {
    border-radius: 6px;
    background-color: #f5f3f3;
}

.select-city__list_wrapper_cities::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #d7d8d9;
}

/* end scroll bar*/

@media (max-width: 767px) {
    .select-city__tab_name_content__village,
    .select-city__list_wrapper_cities {
        /*display: none;*/
    }
    .select-city__list_wrapper_favorites,
    .select-city__tab_name_content__big_city {
        /* width: 100%; */
    }
    .select-city__modal-wrap {
        max-height: 90vh;
        height: auto;
        margin: 5vh 15px;
        padding: 40px 20px;
    }

    .select-city__list_letter_wrapper {
        width: 100%;
    }

    .select-city__close {
        width: 20px;
        height: 20px;
    }

    .select-city__close::before,
    .select-city__close::after {
        height: 20px;
    }


    .select-city__tabs {
        margin-bottom: 43px;
    }

    .select-city__tab {
        margin-right: 18px;
        font-size: 13px;
        line-height: 18px;
    }

    .select-city__wrapper__input {
        margin-bottom: 15px;
    }

    .select-city__input {
        margin-bottom: 6px;
    }

    .select-city__tab_name_content__big_city,
    .select-city__tab_name_content__village {
        font-size: 14px;
    }

    .select-city__modal__title {
        padding-bottom: 10px;
    }


    .select-city__dropdown-wrap {
        position: relative;
    }

    .select-city__dropdown {
        box-shadow: none;
        width: 100%;
        border-left: none;
        border-right: none;
        border-top: none;
    }

    .select-city__dropdown__choose-wrap {
        max-width: 275px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* DELiTE*/

/*.select-city__modal-wrap .select-city__tab_content[data-country-id="3157"]{*/
/*display: block;*/
/*}*/

/*.select-city__tab[data-country-id="3157"] {*/
/*border-bottom: 1px solid #fb0040;*/
/*color: #fb0040;*/
/*}*/


/* DELiTE*/


/**/

#container_scroll {
    position: relative;
    margin: 0px auto;
    padding: 0px;
    height: 210px;
    overflow: auto;
}
#container_scroll .content {
    width: 100%;
    height: auto;
}

@media (max-width: 786px) {
    .select-city__dropdown {
        display: none;
    }
}

.select-city__list_big {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 100px;
}

/* new styles */

.regions-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 574px;
    height: 644px;
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.24);
    border-radius: 4px;
    transform: translate(-50%, -50%);
    transition: opacity 0.5s;
    z-index: 100;
}

@media (max-width: 768px) {
    .regions-modal {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}

.regions-modal * {
    transition: inherit;
}

.regions-modal__header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 32px;
}

.regions-modal__close {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    transition: 0.3s ease-out;
}

.regions-modal__close svg {
    display: block;
}

.regions-modal__close:hover {
    transform: rotateZ(360deg);
}

.regions-modal__header {
    width: fit-content;
    padding: 0;
    font-weight: 600;
    font-size: 22px;
}

.regions-modal__pills-container {
    display: flex;
    column-gap: 12px;
    margin: 0 0 20px 0;
    padding: 0;
}

.region-modal__pill {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 4px;
    height: 35px;
    padding: 0 20px 0 14px;
    border-radius: 20px;
    border: 1px solid #989898;
    cursor: pointer;
}

.region-modal__pill--active {
    font-weight: 600;
    background-color: var(--bg-color);
    border: 1px solid var(--bg-color);
}

.region-modal__pill:hover,
.region-modal__pill:focus,
.region-modal__pill:active {
    color: #000000;
    background-color: var(--bg-color);
}

.region-modal__pill:active {
    border: 1px solid #000000;
}

.regions-modal__search {
    display: flex;
    column-gap: 16px;
    align-items: center;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #989898;
    border-radius: 50px;
    cursor: text;
    transition: border-color 0.2s;
}

.regions-modal__search--active {
    border-color: #000000;
}

.regions-modal__search--active .regions-modal__search-button svg path {
    stroke: #000000;
}

.regions-modal__search--active:hover,
.regions-modal__search--error:hover {
    border-color: #989898;
}

.regions-modal__search--error {
    border-color: #d70404;
}

.regions-modal__search-button,
.regions-modal__search-clear {
    padding: 0;
    background: 0;
    border: 0;
    cursor: pointer;
}

.regions-modal__search-button svg,
.regions-modal__search-clear svg {
    display: block;
}

.regions-modal__search-clear {
    height: fit-content;
    transition: 0.3s ease-out;
}

.regions-modal__search-clear:hover {
    transform: rotateZ(360deg);
}

.regions-modal__search-button svg path {
    stroke: #989898;
}

.regions-modal__search-input {
    flex-grow: 1;
}

.regions-modal__search-input::placeholder {
    color: #989898;
}

.regions-modal__search-examples-container {
    height: 32px;
    margin-bottom: 32px;
    color: #989898;
    font-size: 12px;
}

.regions-modal__search-examples-container [data-location-id] {
    cursor: pointer;
    font-size: 12px;
    color: inherit;
    padding-bottom: 2px;
    border-bottom: 1px solid #989898;
    transition: none;
}

.regions-modal__search-examples-container [data-location-id]:hover,
.regions-modal__search-examples-container [data-location-id]:active {
    color: #989898;
    border-bottom: 1px solid transparent;
}

.regions-modal__search-example:first-of-type {
    margin-left: 4px;
}

.regions-modal__search-example:not(:last-of-type) {
    margin-right: 12px;
}

.regions-modal__cities-container {
    position: relative;
    display: flex;
    width: calc(100% + 25px);
    max-height: 334px;
}

.regions-modal__cities-column {
    width: 100%;
    column-count: 2;
}

.regions-modal__city {
    display: block;
    font-size: 14px;
    cursor: pointer;
}

.regions-modal__city:hover,
.regions-modal__city:focus,
.regions-modal__city:active {
    color: #000000;
}

.regions-modal__city:not(:last-of-type) {
    margin-bottom: 16px;
}

.regions-modal__error {
    margin-bottom: 32px;
    padding: 7px 15px;
    color: #d70404;
    background: #ffd9e0;
    border-radius: 4px;
    font-size: 12px;
}

.regions-modal-shadow {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
    background: #000000;
    opacity: 0.2;
    transition: opacity 0.5s;
}

/* dropdown */

.regions-dropdown {
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    background: #FFFFFF;
    z-index: 10000;
}

@media (max-width: 1365px) {
    .regions-dropdown {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.regions-dropdown__city {
    font-size: 18px;
}

.regions-dropdown__buttons-wrapper {
    display: flex;
    column-gap: 15px;
    margin-top: 15px;
}

.regions-dropdown__button {
    display: block;
    width: 140px;
    height: 35px;
    padding: 0 20px;
    border: 1px solid #c4c4c4;
    outline: none;
    background: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
    user-select: none;
}

.regions-dropdown__button:hover {
    background-color: var(--bg-color);
}

.regions-dropdown__button:active {
    background-color: #FFFFFF;
    border-color: #404040;
}

.regions-dropdown__button--confirm {
    background-color: #404040;
    border-color: #404040;
    color: #FFFFFF;
    font-weight: 700;
}

.regions-dropdown__button--confirm:hover {
    background-color: #000000;
}

.regions-dropdown__button--confirm:active {
    background-color: #404040;
}
/* End */
/* /local/templates/sotbit_origami/components/sotbit/regions.choose/mebelson_regions/style.css?172320998016277 */
