

/* Start:/local/components/danke/location/templates/desktop_new/styles.css?17649356926891*/
.global-city button {
    outline: none;
    padding: 0;
    border: 0;
    margin: 0;
}
.global-city .modal-populated-area__city-item::before{
    content: '' !important;

    height: 0%;
    width: 2px;
    left: 0;
    background: #8BBB4C;
    transition: height 300ms linear;

    margin: 0px !important;
}
.global-city .modal-populated-area__city-list{
    padding-left: 0px !important;
}

.global-city .modal-populated-area__city-item{
    font-family: Arial !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 36.8px !important;
    color: #1A212B !important;

    margin-bottom: 0px !important;
    position: relative;

    cursor: pointer;
}

.global-city .modal-populated-area__btn-send{
    display: flex;
    align-items: center;
    justify-content: center;

    font-family: Arial !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 50px !important;

    color: #ffff;

    background: linear-gradient(#75a526,#8bbc3e);

    padding: 7.5px 28.5px;

    border-radius: 10px;

    margin-inline: auto;
}

.global-city .modal-populated-area__title{
    font-family: Arial !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 32.2px !important;
    color: #1A212B !important;
    text-align: center;
    margin-bottom: 43px !important;
}

.global-city .modal-populated-area__form{
    max-width: 592px;
    width: 100%;
    margin-inline: auto;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;

    border: 1px solid #9AA8BC;
    border-radius: 10px;
    padding: 12px 16px;
    margin-bottom: 26px;
}

.global-city .modal-populated-area__input{
    max-width: 100%;
    width: 100%;

    padding: 0;
    margin: 0;
    border: 0px;

    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;

    color: #728197;
}

.global-city .modal-populated-area__form-btn{
    background: none;
    padding: 0;
    margin: 0;
}

.global-city .modal-populated-area__close{
    padding: 0;
    margin: 0;
    background: none;

    position: absolute;
    top: 19px;
    right: 26px;
}

.global-city .modal-populated-area__city-inner{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;

    margin-bottom: 47px;
}

.global-city.modal-populated-area-global{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    max-width: 100vw;
    width: 100%;
    height: 100svh;

    background-color: rgba(179, 179, 179, 0.7);

    position: fixed;
    top: 0;
    left: 0;

    z-index: 200;
}


.global-city .modal-populated-area__inner{
    max-width: 669px;
    width: 100%;

    background-color: #fff;

    border-radius: 10px;

    padding-top: 122px;

    position: relative;
    padding-bottom: 47px;

    max-height: 95svh;

    overflow-y: scroll;
}

.global-city .modal-populated-area__inner::-webkit-scrollbar{
    display: none;
}

.global-city .modal-populated-area__city-list:nth-child(1) .modal-populated-area__city-item {
    padding-left: 39px;
}

.global-city .modal-populated-area__city-list:nth-child(2) .modal-populated-area__city-item::before{
    left: unset;
    right: 0;
}

.global-city .modal-populated-area__city-item.is-active::before{
    height: 100%;
}
.global-city .recipient,
.global-city .modal-populated-area-global,
.global-city .modal-map{
    opacity: 0;
    pointer-events: none;

    transition: opacity 300ms ease;
}

.global-city .recipient__inner,
.global-city .modal-populated-area__inner,
.global-city .modal-map__inner{
    transform: translateY(50px) scale(0.9);
    opacity: 0;
    transition: transform 300ms linear, opacity 300ms ease;
}
.global-city .recipient.is-open,
.global-city.modal-populated-area-global.is-open,
.global-city .modal-map.is-open {
    opacity: 1;
    pointer-events: all;
}
.global-city .recipient.is-open .recipient__inner,
.global-city.modal-populated-area-global.is-open .modal-populated-area__inner,
.global-city .modal-map.is-open .modal-map__inner{
    transform: translateY(0px) scale(1);
    opacity: 1;
}

.global-city .modal-map__sklads-item-date {
    font-family: Arial !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 18.2px !important;
    color: #1A212B !important;
    margin-bottom: 10px !important;
}

@media (hover: hover) {
    .global-city .modal-populated-area-global__btn-send:hover,
    .global-city .delivery-buttons__btn.is-active:hover,
    .global-city .address__form-btn:hover,
    .global-city .modal-map__btn.is-active:hover,
    .global-city .recipient__tabs-btn.is-active:hover,
    .global-city .recipient__form-btn.recipient__form-btn_green:hover,
    .global-city .aside__btn:hover,
    .global-city .modal-map__sklads-item-body-btn-next:hover,
    .global-city .address__map-btn.address__map-btn_green:hover {
        background: linear-gradient(#8bbc3e,#75a526);
    }
    /* .pickup-buttons__btn:hover, */
    .global-city .modal-map__tab:hover,
    .global-city .recipient__form-btn:hover{
        opacity: 0.8;
    }

    .global-city .modal-map__sklads-close-btn:hover svg path,
    .global-city .modal-map__btn-close:hover svg path,
    .global-city .recipient__btn-close:hover svg path {
        fill: #8BBB4C;
    }

    .global-city .aside__legal-information a:hover{
        color: #75a526 !important;
    }
}

.global-city .modal-populated-area__inner{
    padding: 60px 0px 40px 0px;
}
.global-city .recipient__form-btn{
    font-size: 18px !important;
}
.global-city .modal-populated-area__form,
.global-city .modal-populated-area__btn-send{
    max-width: calc(100% - 30px);
    width: 100%;
}
.global-city .recipient.is-open,
.global-city .modal-populated-area-global.is-open,
.global-city .modal-map.is-open{
    z-index: 200;
}
.global-city .modal-populated-area__city-item a{
    color: #1A212B;
    text-decoration: none;
}
.global-city .modal-populated-area__city-item a:hover{
    text-decoration: underline;
}
.global-city .modal-populated-area__btn-send{
    font-size: 18px !important;
    line-height: 30px !important;
}
.global-city .modal-populated-area__btn-send, .global-city .modal-populated-area__close{
    cursor: pointer;
}
.modal-populated-area-global, .modal-map {
    opacity: 0;
    pointer-events: none;
    transition: opacity 300ms
    ease;
}
.select-region-loader-block{
    display: none;
    flex-direction: row;
    justify-content: center;
}
.select-region-loader-block img{
    height:45px;

}
/* End */


/* Start:/local/templates/maltru/components/bitrix/sale.location.selector.search/select-region/style.css?17447912977126*/
/* absolute path to images is required to make crm-sale proxy work */

.bx-sls .dropdown-block {
	border: 1px solid #bdbdbd;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px #ebebeb;
	box-shadow: inset 0 1px 2px #ebebeb;
	font-size: 14px;
	padding: 0 22px 0 15px;
	position: relative;
	background-color: #fff;
}

.bx-sls .dropdown-block-ui {
	font-size: 14px;
	padding: 0 22px 0 15px;
	position: relative;
	background-color: #fff;
	margin-top: 5px;
}

.bx-sls .dropdown-arrow {
	background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/dropdown-errow.png) no-repeat center center;
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
	width: 22px;
}

.bx-sls .bx-ui-sls-container {
	overflow: hidden;
	min-height:25px;
}

.bx-sls .bx-ui-sls-pane {
	border: 1px solid #bdbdbd;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 3px #c7c7c7;
	box-shadow: 0 2px 3px #c7c7c7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	max-height: 200px;
	overflow-y: auto;
	left: 0;
	top: 35px;
	padding: 5px 5px 3px 5px;
	position: absolute;
	width: 100%;
}

.bx-sls .dropdown-active .bx-ui-sls-pane {
	display: block;
}

.bx-sls .bx-ui-sls-variants {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bx-sls .dropdown-item {
	border-radius: 2px;
	padding: 7px 4px 7px 10px;
	margin-bottom: 2px;
}

.bx-sls .dropdown-item:hover {
	background-color: #f1f3f5;
	cursor: pointer;
}

.bx-sls .dropdown-img {
	border: none;
	display: inline-block;
	height: 12px;
	margin: 3px 12px 0 0;
	vertical-align: top;
	width: 16px;
}

.bx-sls .dropdown-item-text {
	/*makeup:color: #212121;*/
	color: #aba8ac;
	display: inline-block;
	/*max-width: 220px;*/ /*silly limitation*/
	vertical-align: top;
}

.bx-sls .dropdown-item-text span{
	color: #25282c;
}

.bx-sls .dropdown-list-title {
	border-bottom: 1px solid #e5e5e5;
	height: 37px;
	line-height: 37px;
	padding-left: 8px;
}

.bx-sls .dropdown-icon {
	background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/lens.png) no-repeat center center;
	height: 14px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 14px;
	display:none !important;
}

.bx-sls .quick-locations{
	margin-bottom: 5px;
}
.bx-sls .quick-location-tag {
	background-color: #f2f5f8;
	border: 1px solid #cad3dc;
	border-radius: 3px;
	color: #1e55b9;
	display: inline-block;
	font-size: 15px;
	height: 27px;
	line-height: 26px;
	margin: 0 3px;
	padding: 0 14px;
	text-decoration: none;
	margin-bottom: 10px;
}
.bx-sls .quick-location-tag:hover{
	background-color: #fafafa;
}

.bx-sls .dropdown-fade2white{
	width: 46px;
	height: 31px;
	position: absolute;
	top: 2px;
	right: 0;

	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(30%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.bx-sls .bx-ui-sls-clear{
	background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -3386px no-repeat scroll;
	width: 30px;
	height: 30px;
	cursor: pointer;
	cursor: hand;
	margin-top: 2px;

	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
}
.bx-sls .bx-ui-sls-clear:hover{
	background-position: 6px -3418px;
}

.bx-sls .bx-ui-sls-loader{
	background-image: url(/bitrix/panel/main/images/waiter-white.gif) !important;
	background-repeat: no-repeat !important;
	background-position: right -1px !important;

	width: 30px;
	height: 30px;

	position: absolute;
	top: 3px;
	right: 2px;
	display: none;
}

.bx-sls .bx-ui-sls-go-edit{
	display: none;
}

.bx-sls .bx-ui-sls-pane{
	max-height: 300px;
}

.bx-sls input::-ms-clear {
	display: none;
}

.bx-sls input[type="text"]{
	position: relative;
}

.bx-sls .bx-ui-sls-fake,
.bx-sls .bx-ui-sls-route {
	position: absolute !important;
	top: 0;
	left: 0;

	/*color: #000 !important;*/

	opacity: 1 !important;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;

	padding:0 22px 0 0 !important;
	background-position: right 1px;
	background-repeat: no-repeat;

	font-family: var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	font-size: 14px;
	height: 33px;
	width: 100%;
	outline: none;
	z-index:10;
}
.bx-sls .bx-ui-sls-route{
	color: #aba8ac !important;
	z-index:5;
}

.bx-sls .bx-ui-sls-pane{
	background-color: #fff;
	z-index: 999;
	border: 1px solid #87919c;
}

.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant,
.bx-sls .bx-ui-sls-error{
	padding: 10px 10px;
}
.bx-sls .bx-ui-sls-error{
	color: #ff2222;
	padding-left: 30px;
	position: relative;
}
.bx-sls .bx-ui-sls-error div{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 25px;
	background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -2895px no-repeat scroll;
}
.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover,
.bx-sls .bx-ui-sls-variant-active{
	background-color: #E0E8EA;
}

.adm-sls-edit-link{
	margin-top: 10px;
}

/* CSS-modes below: admin, public; */
.bx-admin-mode .bx-sls-go-edit{
	margin-left: 10px;
	display: none;
}

.bx-admin-mode .dropdown-block {
	border-color: #87919c #959ea9 #9ea7b1;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
	height: 25px;
}

.bx-sls.bx-admin-mode .bx-ui-sls-fake,
.bx-sls.bx-admin-mode .bx-ui-sls-route {
	height: 25px;
}

.bx-admin-mode .dropdown-icon {
	top: 7px;
	display: none !important;
}

.bx-admin-mode .dropdown-fade2white {
	height: 22px;
}

.bx-admin-mode .dropdown-fade2white {
	right: 1px;
}

.bx-admin-mode .bx-ui-sls-clear {
	background-position: 6px -3389px;
	height: 22px;
}

.bx-admin-mode .bx-ui-sls-clear:hover{
	background-position: 6px -3421px;
}

.bx-admin-mode .bx-ui-sls-loader {
	background-position: right -4px !important;
	height: 21px;
}

.bx-admin-mode .bx-ui-sls-pane {
	top: 27px;
}

.city-field-style{
	max-width: 592px;
	width: 100%;
	margin-inline: auto;

	border: 1px solid #9AA8BC !important;
	border-radius: 10px !important;
	padding: 12px 16px;
	margin-bottom: 26px;
}
.bx-ui-sls-container{
	min-height: 54px !important;
	background-color: white !important;
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0px;
}
.bx-ui-sls-container input{
	margin-top: 10px !important;
	font-family: Arial !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 24px !important;
	color: #728197 !important;
}
.dropdown-fade2white,.bx-ui-sls-loader,.bx-ui-sls-clear,.bx-ui-sls-pane{
	margin-top: 12px !important;
}
/* End */
/* /local/components/danke/location/templates/desktop_new/styles.css?17649356926891 */
/* /local/templates/maltru/components/bitrix/sale.location.selector.search/select-region/style.css?17447912977126 */
