.seller_price_container{
	width: 544px;
	height: 500px;
	border-radius: 16px;
	overflow: hidden;
}
.seller_price_container.variant1{
	background: #EFF7F5;
}

.seller_price_container.variant1{
	border: 2px solid #08CEB4;
}

.seller_price{
	padding-left: 48px;
	padding-right: 48px;
}
.seller_price_container.variant1 .seller_price{
	padding-top: 32px;
	padding-bottom: 32px;
}

.seller_price .title{
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.seller_price_container.variant1 .seller_price .title{
	justify-content: center;
}
.seller_price .title h2, .seller_price .title .seller_price_h1{
	font-size: 32px;
	line-height: 44px;
	margin-right: 12px;
	text-transform: none;
}
.seller_price_container.variant1 .seller_price .title h2, .seller_price_container.variant1 .seller_price .title .seller_price_h1{
	margin-left: 16px;
}
.seller_price .title p.slide_price{
	font-size: 40px;
	line-height: 54px;
}
.seller_price_bg>p, .seller_price_bg .textarea_p{
	font-size: 18px;
	line-height: 26px;
}
.seller_price_container.variant1 .seller_price_bg>p, .seller_price_container.variant1 .textarea_p{
	text-align: center;
	white-space: pre-line;
}
.seller_price_container.variant1 .seller_price_bg{
	margin-bottom: 20px;
}

.seller_price_container .seller_price_bg .bg{
	display: none;
}

.seller_price input{
	width: 100%;
	font-size: 14px;
	line-height: 28px;
	height: 44px;
	margin-bottom: 8px;
	outline: none;
	box-sizing: border-box;
}
.seller_price_container.variant1 .seller_price_input{
	color: black;
}
.seller_price_container.variant1 .seller_price_input{
	border: none;
	border-radius: 37px;
}
.seller_price_container.variant1 .seller_price form>.seller_price_input{
	padding-left: 25px;
}
.input_messenger{
	position: relative;
}
.input_messenger .settings_select{
	position: absolute;
	top: 6px;
	left: 8px;
}
.seller_price_container.variant1 .seller_price .input_messenger .seller_price_input{
	padding-left: 156px;
}

.input_messenger .settings_select{
	width: 130px;
	box-sizing: border-box;

}
.input_messenger .settings_select .settings_select_select{
	font-size: 14px;
	line-height: 28px;
	background: white;
    border: 1px solid black;
	margin-top: 2px;
    display: flex;
    background-position: top 11px right 13px;
    padding-bottom: 0px;
    padding-left: 10px;
    border-radius: 50px;
}
.input_messenger .settings_select .settings_select_arrow{
	position: absolute;
    right: 10px;
    top: 15px;
}


.seller_price_container.variant1 .input_messenger .settings_select{
	border-radius: 48px;
}
.seller_price_container .settings_select_select img, .seller_price_container .settings_select_option img{
	margin-right: 10px;
}

.seller_price_container .settings_select_options{
	left: 1px;
}

.seller_price form button, .seller_price .button{
	width: 100%;
	margin-bottom: 13px;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	height: 44px;
	border: none;
	outline: none;
	text-align: center;
}

.seller_price_container.variant1 .seller_price form button, .seller_price_container.variant1 .button{
	background: #1D9D92;
	border-radius: 48px;
}
.seller_price_container.variant1 .seller_price form button, .seller_price_container.variant1 .button:hover{
	background: linear-gradient(90deg, #00E0C0 0%, #385A64 100%);	
	cursor: pointer;
}




.seller_pricce_bottom_text{
	display: flex;
	justify-content: center;
}
.seller_pricce_bottom_text img{
	margin-right: 8px;
}
.seller_pricce_bottom_text p, .seller_pricce_bottom_text .bottom_p{
	font-size: 11px;
	line-height: 13px;
	color: #91AF9F;
	width: 344px;
	border: none;
	outline: none;
	background: none;
	white-space: pre-line;
}
.seller_price_h1{
	border: none;
	outline: none;
	background: none;
}

.seller_price_container .textarea_p{
	width: 100%;
	border: none;
	outline: none;
	background: none;
}


@media screen and (max-width: 460px){
	.seller_price_bg>p, .seller_price_bg .textarea_p{
		font-size: 14px;
		line-height: 20px;
	}
	.seller_price .title h1, .seller_price .title .seller_price_h1{
		font-size: 24px;
		line-height: 33px;
	}
	.seller_price .title p.slide_price{
		font-size: 32px;
		line-height: 44px;
	}
	.seller_price_container.variant1 .title img{
		width: 20px;
	}
	.seller_price_container .textarea_p{
		height: 66px;
	}
	.seller_price_container.variant1 input.seller_price_h1{
		width: 140px !important;
	}
	.seller_price input{
		font-size: 12px;
	}
	.input_messenger .settings_select .settings_select_select, .settings_select_option{
		font-size: 10px;
	}
	.input_messenger .settings_select{
		width: 111px;
	}
	.seller_price_container.variant1 .seller_price .input_messenger .seller_price_input, .seller_price_container.variant2 .seller_price .input_messenger .seller_price_input, .seller_price_container.variant4 .seller_price .input_messenger .seller_price_input{
		padding-left: 133px;
	}
}