@media (min-width: 0px) {

	.end {
		display: flex;
		justify-content: center;

	}

	.end-text {
		color: #fff;
		font-size: 24px;
	}

	.order-form {
		padding-top: 40px;
		padding-bottom: 40px;
		background: #1F262D;
	}

	.date {
		color: #000;
	}

	@keyframes animate {
		0% {
			transform: rotate(360deg);
		}

		100% {
			transform: rotate(0deg);
		}
	}

	.circle_price {
		position: absolute;
		/*относительное позиционирование*/
		width: 41px;
		height: 80px;
		border-radius: 50%;
		/*скругление углов*/
		display: flex;
		justify-content: center;
		align-items: center;
		right: 25px;
		top: 10px;
	}


	.logo_price {
		position: absolute;
		/*абсолютное позиционирование*/
		width: 56px;
		height: 30px;
		background-size: cover;
		/*картинка пропорционально растянута на весь блок*/
		border-radius: 50%;
		top: 35%;
		font-size: 10px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		color: #1D1D1B;
	}

	.logo_price span {
		font-size: 12px;
	}

	.text_price,
	.text1_price {
		position: absolute;
		width: 100%;
		height: 100%;
		animation: animate 10s linear infinite;
		/*свойства анимации*/
		color: #1D1D1B;
	}

	.text_price p span,
	.text1_price p span {
		color: #1D1D1B;
		font-size: 6px;
		position: absolute;
		left: 50%;
		/*позиция слева*/
		text-transform: uppercase;
		/*большие буквы*/
		transform-origin: 0 40px;
		/*точка исхода трансформации*/
	}





	.price__input-hidden input {
		position: absolute;
	}


	/* form */

	.form {
		position: relative;
	}

	.price__form-block {
		background-color: #1f1c1a;
		border-radius: 10px;
		padding: 50px 20px 30px 20px;
		margin: 25px 0 0 0;
	}

	.price-form__title {
		color: white;
		font-size: 16px;
		font-family: "Gotham Pro";
		text-align: center;
	}

	.price__form {
		display: flex;
		justify-content: space-between;
		align-self: center;
		flex-direction: column;
	}

	.input-head {
		display: none;
	}

	.price__input {
		height: 50px;
		padding: 0 0 0 60px;
		font-size: 14px;
		border: 1px solid #9CA3AF;
		background: white;
		border-radius: 30px;
		width: 100%;
		font-family: "Gotham Pro";
	}

	.price__input::placeholder {
		color: #1D1D1B;
	}

	.price__input:focus {
		outline: none;
	}

	.price__input:not(:first-of-type) {
		margin-top: 20px;
	}

	.price__form-button {
		width: 100%;
		height: 50px;
		background: #000;
		border: none;
		color: #fff;
		font-weight: 400;
		font-size: 18px;
		border-radius: 16px;
		margin: 20px 0;
	}

	.form__input {
		position: relative;
		margin-top: 25px;
	}

	.form__input svg {
		position: absolute;
		left: 15px;
		bottom: 5px;
	}





	.price__form-button:focus {
		outline: none;
	}

	.form__price-block {
		display: flex;
		align-items: center;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}

	.form-block {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.form__price-block input {
		width: 25px;
		height: 25px;
	}

	.form__price-block p {
		font-size: 14px;
		margin: 0 0 0 10px;
		color: #1D1D1B;
	}

	.form__price-block p a {
		color: black;
	}

	/* */
	.form {
		display: flex;
		flex-direction: column;
		background: #F2DDDE;
		padding: 16px !important;
		border-radius: 16px;
	}

	.form__info h2 {
		font-size: 20px;
		line-height: 120%;
		text-transform: uppercase;
		margin-top: 10px;
		color: #1D1D1B;
		max-width: 75%;
	}

	.form__info-description {
		margin-top: 15px;
		font-family: "Gotham Pro";
		font-size: 14px;
		line-height: 150%;
		color: #1D1D1B;
	}
}

@media (min-width: 639px) {

	.form__price-block input[type=checkbox] {
		width: 5%;
	}

	.form {
		padding: 24px !important;
	}
}

@media (min-width: 957px) {

	.form {
		gap: 25px;
		padding: 35px;
	}

	.circle_price {
		right: 60px;
		top: 15px;
	}


	.price__input:not(:first-of-type) {
		margin-right: 20px;
	}

	.input-head {
		display: block;
		font-size: 18px;
		line-height: 120%;
		margin-bottom: 5px;
		color: #1D1D1B;
	}


	.price__form {
		display: flex;
		justify-content: flex-start;
		align-self: center;
		flex-direction: column;
		flex-wrap: wrap;
		width: 415px;
	}

	.form__price-block input[type=checkbox] {
		width: 3%;
	}




	.form__info h2 {
		font-size: 36px;
		max-width: 100%;
	}


	.form__info-description {
		font-size: 20px;
		width: 70%;
	}

	.form__circle {
		width: 117px;
		height: 117px;
		top: 0;
	}

	.form__circle-price {
		font-size: 25px;
	}

	.form__circle-time {
		font-size: 15px;
	}

	.form__circle {
		width: 117px;
		height: 117px;
		top: 0;
	}

	.form__circle-price {
		font-size: 25px;
	}

	.form__circle-time {
		font-size: 15px;
	}

	.text_price p span,
	.text1_price p span {
		font-size: 11px;
		transform-origin: 0 85px;
		/*точка исхода трансформации*/
	}

	.circle_price {
		left: 80%;
		top: 50px;
		width: 140px;
		height: 165px;

	}

	.logo_price {
		font-size: 20px;

		width: 64px;
		height: 55px
	}

	.logo_price span {
		font-size: 19px;
		text-transform: uppercase;
	}


	.form__circle {
		right: 90px;
		top: 40px;
	}




}

@media (min-width: 1243px) {

	.form__price-block p {
		width: 130%;
	}

	.text_price p,
	.text1_price p {
		font-size: 24px;
		transform-origin: 0 85px;
		/*точка исхода трансформации*/
	}

	.circle_price {
		left: 80%;
		top: 50px;
	}

	.logo_price {
		font-size: 20px;

		width: 64px;
		height: 55px
	}

	.logo_price span {
		font-size: 19px;
		text-transform: uppercase;
	}


	.form__circle {
		right: 90px;
		top: 40px;
	}

	.order-form {
		padding-top: 128px;
		padding-bottom: 128px;
	}

	.price__form {
		flex-direction: row;
		width: 496px;
	}

	.circle_price {
		width: 140px;
		height: 165px;
	}

	.price__form2 .price__form-button {
		margin: 0;
		align-self: flex-end;
	}


	.price__form-button {
		width: 247px;
	}

	.price__input-1 {
		width: 496px;
	}

	.price__input-2 {
		width: 240px;
	}

	.price__form .form__input:nth-child(5) {
		margin-left: 16px;
	}


	.price__input-3 {
		width: 240px;
	}

	.form2 {
		flex-direction: column;
	}

	.price__form2 {
		width: 100%;
	}

	.price__form2 .price__input {
		width: 278px;
		margin-right: 16px;
	}

	.price__form2 .form__input:nth-child(5) {
		margin-left: 0;
	}

	.price__form2 .price__form-button {
		width: 262px;
		margin-top: 25px;
	}

	.form2 h2 {
		font-size: 36px;
	}

	.form2 .form__info-description {
		width: 850px;
	}

	.form__price-block {
		margin-top: 20px;
	}


}