body{
	margin: 0;
}

.t754__container  .t754__mobile-custom-gallery {
	width: 100%;
	overflow-x: scroll;
	display: none;
}

.t570 .t570__mainblock{
	display: flex;
}

.footer__map{
	width: 50%;
}

.my-popup{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

.my-popup.active{
	opacity: 1;
	visibility: visible;
}

.my-popup__overlay{
	width: 100%;
	height: 100%;
	background: #000000bd;
}

.my-popup__close{
	position: absolute;
	top: 50px;
	right: 50px;
	cursor: pointer;
}

.my-popup__close svg g{
	fill: #fff;
}

.my-popup__body{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 50px;
	max-width: 560px;
	width: 100%;
	font-family: 'Roboto',Arial,sans-serif;
	box-sizing: border-box;
}

.my-popup__body_product{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	padding: 10px 0;
	margin: 40px 0;
	border-top: 1px solid #00000059;
	border-bottom: 1px solid #00000059;
}

.my-popup__body_product-name{
	display: flex;
	align-items: center;
	gap: 15px;
}

.my-popup__body_product-name img{
	width: 70px;
	background: #e7e7e7;
	border-radius: 7px;
}

.my-popup__body_product-name a{
	color: #000;
	font-weight: 900;
	text-decoration: none;
	font-size: 18px;
}

.my-popup__body_product-price{
	font-size: 16px;
	font-weight: 300;
	line-height: 1.55;
}

.my-popup__body_sum-up{
	padding-bottom: 20px;
	font-size: 16px;
	text-align: right;
	font-weight: 600;
}

.my-popup__body form label{
	font-size: 16px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	line-height: 1.55;
	margin-bottom: 20px;
}

.my-popup__body form label br{
	display: none;
}

.my-popup__body form .form__input{
	height: 56px;
	color: #000000;
	border: 1px solid #000000 !important;
	box-shadow: none;
	outline: none;
	border-radius: 0;
	padding: 0 15px;
	margin: 0;
	width: -webkit-fill-available;
	font-size: 18px;
}

.my-popup__body form .form__sum{
	font-weight: 600;
	text-align: right;
	color: #000;
	font-size: 24px;
	line-height: 1.5;
	margin: 30px 0;
}

.my-popup__body form .form__button{
	color: #ffffff;
	background-color: #000000;
	outline: none;
	width: -webkit-fill-available;
	font-size: 16px;
	border: none;
	padding: 20px;
	font-weight: 600;
	display: block;
	cursor: pointer;
}

.my-popup__body h3{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.my-popup__body .my-popup__close_mob{
	display: none;
	cursor: pointer;
}

.my-popup__body .my-popup__close_mob svg g{
	fill: #000;
}

.my-btn-block__button{
	border: 1px solid #000;
    outline: none;
    background: #000;
    padding: 10px;
    color: #fff;
    width: 100%;
    max-width: 225px;
    margin-top: 15px;
	cursor: pointer;
	transition: .3s;
}

.my-btn-block__button:hover{
	background: transparent;
	color: #000;
}


.site-main{
	max-width: 1450px;
    margin: 100px auto;
    padding: 15px;
}

.other-page__content{
	display: flex;
    align-items: center;
    gap: 50px;
	justify-content: center;
}

.other-page__content_img{
	max-width: 560px;
    width: 100%;
    height: 560px;
    object-fit: contain;
    background: #e7e7e7;
    border-radius: 7px;
}

.entry-title{
	opacity: 0;
	visibility: hidden;
}



@media screen and (max-width: 750px){

	.t570 .t570__mainblock{
		flex-direction: column;
		padding-bottom: 100px;
	}

	.footer__map{
		width: 100%;
	}
}

@media screen and (max-width: 450px){
	.my-popup__body{

		padding: 15px;
	}

	.my-popup__body_product{
		margin: 10px 0;
	}

	.my-popup__body_sum-up{
		padding-bottom: 10px;
	}

	.my-popup__body form label{
		line-height: 1.1;
		margin-bottom: 10px;
	}

	.my-popup__body form .form__input{
		height: auto;
		padding: 10px;
		font-size: 16px;
	}
	.my-popup__body form .form__sum{
		font-size: 22px;
		line-height: 1.3;
		margin: 10px 0;
	}

	.my-popup__close{
		display: none;
	}
	.my-popup__body .my-popup__close_mob{
		display: block;
	}
}




.wpcf7-spinner{
	margin: 20px auto 0;
	float: inline-end;
}

.home-link{
	display: flex;
    align-items: center;
    gap: 15px;
    margin: 15px;
    color: #000 !important;
    font-weight: 600;
    font-family: 'Roboto',Arial,sans-serif;
}