	.wrapper_popap_dm{
		padding: 36px;
	  border-radius: 25px;
	  background-color: white;
	  position: fixed;
	  display: none;
	  bottom: 25px;
	  max-width: 360px;
	  z-index: 9;
	  right: 101px;
	  box-shadow: 0px 4px 30px 1px #00000040;
	  box-sizing: border-box;

	}

	.title_popap_dm{

		font-weight: 700;
		font-style: Bold;
		font-size: 18.88px;
		leading-trim: NONE;
		line-height: 100%;
		letter-spacing: 0%;
		text-align: center;
		margin-bottom: 15px;

	}

	.wrapper_popap_dm input:not([type="checkbox"]){
		width: 100%;
		height: 42px;
		border-radius: 4px;
		padding: 5px 15px;
		box-sizing: border-box;
		background-color:#D9D9D9;
		margin-bottom: 15px;
		border:unset;
		font-weight: 300;
		font-style: Light;
		font-size: 18.88px;
		leading-trim: NONE;
		line-height: 100%;
		letter-spacing: 0%;
		vertical-align: middle;

	}

	.wrapper_popap_dm label{

		font-weight: 300;
		font-style: Light;
		font-size: 8.18px;
		leading-trim: NONE;
		line-height: 100%;
		letter-spacing: 0%;
		vertical-align: middle;

		display: flex;

	  gap: 3%;

	}

	.wrapper_popap_dm input[type="submit"]{
		margin-top: 59px;
		background-color: #007A66;
		color: white;
		font-weight: 300;
		font-style: Light;
		font-size: 18.88px;
		leading-trim: NONE;
		line-height: 100%;
		letter-spacing: 0%;
		text-align: center;
		vertical-align: middle;
		cursor: pointer;
	}

	.info_popap_dm{

		font-weight: 700;
		font-style: Bold;
		font-size: 18.88px;
		leading-trim: NONE;
		line-height: 100%;
		letter-spacing: 0%;
		text-align: center;
		color: #515151;
	}


	.button_popap_dm{
			position: fixed;
			bottom:25px;
			right: 25px;
			z-index: 9;
			box-shadow: 0px 4px 30px 1px #00000040;
			height: 60px;
			border-radius: 100%;
			cursor: pointer;
			
	}