

/* Start:/local/templates/sweets_am/components/bitrix/catalog.store.list/popup_select_store/style.css?17556924984276*/
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s, visibility 0.3s;
	z-index: 10000000;
}

.popup {
	font-family: "Montserratarm-Regular";
	width: 60%;
	background: #fff;
	padding: 80px 100px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transform: translateY(-50px);
	transition: transform 0.3s;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	color: #696E7B;
}
.popup h2{
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 32px;
}

#closePopup {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

.popup p {
	font-weight: 400;
	font-size: 18px;
	opacity: 0.7;
}

.overlay.visible {
	visibility: visible!important;
	opacity: 1!important;
}

.popup.visible {
	transform: translateY(0)!important;
}

.stores_list_popup{
	margin-top: 36px;
}

.stores_list_popup div{
	margin-bottom: 8px;
	display: flex;
	align-items: center;
}

.popup input[type="radio"]{
	width: 21px;
	height: 21px;
	display: none;
}

.popup input[type="checkbox"]{
	width: 18px;
	height: 18px;
	display: none;
}

.popup label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 48px;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 8px;
}

.blockPopup label {
	padding-left: 30px;
	font-size: 16px;
}


.popup label:before {
	content: '';
	display: inline-block;
	width: 21px;
	height: 21px;
	border: 1px solid #1E6B57;
	border-radius: 4px;
	position: absolute;
}

.blockPopup label:before {
	width: 14px;
	height: 14px;
}

.popup input[type="radio"]:checked + label:after {
	content: '';
	display: block;
	position: absolute;
	left: 2px;
	transform: translate(0, -50%);
	width: 16px;
	height: 16px;
	background-color: #1E6B57;
	border-radius: 3px;

}

.popup input[type="checkbox"]:checked + label:after {
	content: '';
	display: block;
	position: absolute;
	left: 3px;
	top: 3px;
	width: 16px;
	height: 16px;
	background-color: #1E6B57;
	border-radius: 3px;

}

.blockPopup input[type="checkbox"]:checked + label:after {
	content: '';
	display: block;
	position: absolute;
	left: 10px;
	width: 10px;
	height: 10px;
	background-color: #1E6B57;
	border-radius: 3px;
}

.confirmStoreBtn {
	border: none;
	background-color: #1E6B57;
	border-radius: 14px;
	padding-left: 35px;
	padding-top: 22px;
	padding-right: 35px;
	padding-bottom: 22px;
	color: #fff;
	font-size: 14px;
	margin-top: 28px;
	cursor: pointer;
	font-weight: 600;
}
.popup label::before,
.popup label::after {
	top: 50%!important;
	left: 10px;
	transform: translate(-50%, -50%);
}
.blockPopup{
	position: absolute;
	bottom: 35px;
	display: flex;
}
#select_site_popup{
	position: absolute;
	left: 13px;
	top: 13px;
	z-index: 2;
}

#stores_list_popup_main{
	width: 50% !important;
}

#store_address_span{
	font-size: 12px;
}

@media (max-width: 1740px) {
	#store_address_span{
		display: none!important;
	}
	.popup {
		width: 70%;
	}
}

@media (max-width: 1440px) {
	.popup{
		width: 80%;
	}
	#store_address_span{
		display: none!important;
	}
}

@media (max-width: 1280px) {
	.popup {
		padding: 50px 70px;
		width: 90%;
	}
	.blockPopup{
		bottom: 5px;
	}

}

@media (max-width: 768px) {
	#stores_list_popup_main{
		width: 100% !important;
	}
	#yandex_map_div {
		display: none;
	}
	#store_address_span{
		display: block!important;
	}
}

@media (max-width: 425px) {
	.popup{
		padding: 50px;
	}
	#stores_list_popup_main h2 {
		font-size: 22px;
		margin-bottom: 10px;
		text-align: center;
		font-weight: 600;
	}
	#stores_list_popup_main p {
		font-size: 14px;
		margin-bottom: 10px;
		text-align: center;
	}
	.popup label {
		padding-left: 48px;
		font-size: 16px;
		font-weight: 400;
		margin-bottom: 8px;
	}
	.confirmStoreBtn{
		margin-top: 5px;
		position: relative;
		left: 50%;
		transform: translate(-50%, 0);
	}
	.stores_list_popup{
		margin-top: 10px;
	}
}

@media (max-width: 375px) {
	.popup{
		padding: 40px;
	}
	#stores_list_popup_main h2 {
		font-size: 18px;
	}
	#stores_list_popup_main p {
		font-size: 12px;
	}
	.popup label {
		font-size: 12px;
		margin-bottom: 8px;
	}
	#store_address_span{
		font-size: 8px;
	}
	.confirmStoreBtn{
		font-size: 10px;
	}
}
/* End */


/* Start:/local/templates/sweets_am/components/bitrix/main.site.selector/site_select_popup/style.css?1755692498793*/
.modal_drop-content{
    padding: 0;
    min-width: 130px;
    border-radius: 5px;
    background-color: #f5f5f5;
}
.modal-languages{
    padding-top: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.modal-content{
    margin: 0 auto;
    border: 0;
    padding: 10px 3px;
    height: auto !important;
    max-width: 300px;
    font-size: 16px;
    background: #fff;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
    position: relative;
    overflow-x: hidden;
    z-index: 2;
}
.modal-languages a{
    color: #696E7B;
    text-decoration: none;
    display: flex;
    gap: 20px;
    max-width: 80px;
    width: 100%;
    margin: 0 auto;
}
.dn{
    display: none!important;
}

#selectedLang img{
    width: 30px;
    height: 30px;
}

/* End */
/* /local/templates/sweets_am/components/bitrix/catalog.store.list/popup_select_store/style.css?17556924984276 */
/* /local/templates/sweets_am/components/bitrix/main.site.selector/site_select_popup/style.css?1755692498793 */
