#SDEK_pvz {font-family:var(--userfont);color:var(--text);position:fixed;width: 540px;height: 100%;top:0!important;left: unset !important;right: 0;padding: 60px 30px 60px;border:none;border-radius:0;}
#SDEK_head {height: auto;clear: unset;padding-top:0;margin-bottom:20px;}
#SDEK_map {float: unset;height: 100%;width: 480px;display: none;padding-bottom:20px;}
#SDEK_logo {display: none;}
#SDEK_info {float: unset;border-radius: 0;box-shadow: none;height: 100%;width: 100%;left: 0;top: 0;padding-bottom:20px;}
.SDEK_tabs {display:flex;width:100%;float:none!important;font-family:var(--userfont) !important;}
.SDEK_tabs > div {flex:1;text-align:center;padding-bottom:10px;font-size:14px;cursor:pointer;line-height: 20px;}
.SDEK_tabs > div.active {border-bottom:3px solid #898a8a}
#SDEK_sign, #SDEK_delivInfo_PVZ {display:none !important;}
#SDEK_wrapper {width:100% !important;height:100%!important;background-color:transparent;}
#SDEK_closer {display: block;top: 15px;right: 25px;width: 25px;height: 25px;background-image: url(/images/icons/burger-close.svg);cursor: pointer;background-repeat: no-repeat;background-position: center center;}
#SDEK_closer:hover {background-position: center center;}
#SDEK_wrapper p {padding:10px 0;margin:0;font-size:14px;}
.sdk-location #SDEK_button {width:auto;height:auto;display:inline-block;margin:16px 0 0 0;background:none;}
.SDEK_all-items {max-height:100%;overflow-y:scroll;}
.SDEK_all-items::-webkit-scrollbar { width: 5px;}
.SDEK_all-items::-webkit-scrollbar-track {background: transparent;}
.SDEK_all-items::-webkit-scrollbar-thumb {background: #cccccc;}
.SDEK_all-items::-webkit-scrollbar-thumb:hover {background: transparent;}
.sdk-location {padding: 14px 0;}
.sdk-location__head {position: relative;}
.sdk-location__head.has-arrow {cursor: pointer;}
.sdk-location__head.has-arrow::after {content: "";position: absolute;top: 50%;right: 24px;width: 8px;height: 8px;border-top: 1px solid #ccc;border-right: 1px solid #ccc;transform: translateY(-50%) rotate(45deg);}
.sdk-location.active .sdk-location__head.has-arrow::after {transform: translateY(-50%) rotate(135deg);}
.sdk-location__descr,.sdk-location__body {font-size: 12px;line-height: 1;}
.sdk-location.active .sdk-location__body {display: block;}
.sdk-location__body {padding-top: 20px;display: none;}
.sdk-location__contacts li {display: flex;align-items: center;margin: 0 0 10px;}
.sdk-location__contacts li i {flex: 0 0 12px;margin: 0 10px 0 0;}
.sdk-location__title {font-size:15px;line-height: 20px;}
#SDEK_map .ymaps-2-1-79-ground-pane {filter: grayscale(100%);}
@media screen and (max-width: 919px) {
	#SDEK_pvz .SDEK_all-items {border-top:none;display:block;}
}
@media screen and (max-width: 576px) {
	#SDEK_pvz {width:100%;padding:60px 16px 60px;}
	#SDEK_map {width:100%;}
	.sdk-location__head.has-arrow::after {right:14px;}
}
#SDEK_pvz .SDEK_custom_search {
	position: relative;
	width: 100%;
	margin: 0 0 30px;
}
#SDEK_pvz .SDEK_custom_search::after {
	content: "";
	position: absolute;
	top: 32px;
	left: 6px;
	width: 25px;
    height: 25px;
    background-image: url(./images/search.svg);
    background-size: 17px 17px;
    background-repeat: no-repeat;
    background-position: center center;
}
#SDEK_pvz .SDEK_custom_search span {
	display: block;
	font-size: 15px;
	font-weight: 300;
    font-family: var(--userfont);
    margin-bottom: 2px;
    color: #000000;
}
#SDEK_pvz .SDEK_custom_search_input {
	width: 100%;
	border: 1px solid #dcdfe2;
	font-size: 14px;
	line-height: 20px;
	padding: 8px 13px 7px 36px;
	font-family: var(--userfont);
    color: var(--text);
}
