.header.base_page {
	position: absolute;
	padding: 10px;
	background: linear-gradient(180deg, #000 0, rgba(0, 0, 0, 0) 100%);
	-webkit-mask-image: unset;
	mask-image: unset;
	transition: all 0.4s linear;
}

.header.base_page .underscore a::after {
	background-color: var(--green-default-color);
}

.header.base_page .header__logo {
	box-shadow: 0 0 15px var(--green-low-color);
	transition: all 0.4s ease;
}

.header.base_page .header__logo:hover {
	box-shadow: 0 0 15px var(--green-light-color);
}


.header.base_page .navigation__desktop .navigation__wheatgrass a {
	-webkit-animation: chgShadow 3s ease-in-out;
	-moz-animation: chgShadow 3s ease-in-out;
	-o-animation: chgShadow 3s ease-in-out;
	animation: chgShadow 3s ease-in-out;
	animation-iteration-count: 3;
}

.header.base_page .navigation__desktop li a {
	color: var(--green-light-color);
	text-shadow: 0 0 4px var(--green-default-color);
}

.header.base_page .header__number span {
	color: var(--green-light-color);
}

.header.base_page .header__number {
	color: #efefef;
}


@media (max-width: 925px) {
	.header.base_page {
		position: fixed;
		padding: 10px 0;
	}

	.header.base_page .header__container-number {
		display: none;
	}

	.header.base_page .header__hamburger {
		position: absolute;
		left: 5px;
		top: 0;
		margin: 0 15px 0 0;
		opacity: 0.75;
	}

	body {
		padding-top: 0;
	}
}

@keyframes chgShadow {
	0% {
		text-shadow: 0 0 4px var(--green-default-color);
	}

	50% {
		text-shadow: 0 0 20px #00ff00;
	}

	100% {
		text-shadow: 0 0 4px var(--green-default-color);
	}
}


@-webkit-keyframes chgShadow {
	0% {
		text-shadow: 0 0 4px var(--green-default-color);
	}

	50% {
		text-shadow: 0 0 20px #00ff00;
	}

	100% {
		text-shadow: 0 0 4px var(--green-default-color);
	}
}

/* Bg overlay START */
.bg__image-fixed-link-1 {
	background-image: url('../img/bg_city_list.jpg');
}


.bg__image-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -1;

	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg__image-absolute__overlay {
	background-color: rgba(0, 32, 21, 0.9);
	width: 100%;
	height: 100%;
}

.bg__image-absolute {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/* Bg overlay START */



/* head-block START */

.head-block {
	position: relative;
	padding: 170px 15px 0;
	overflow: hidden;
	min-height: 750px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	-webkit-mask-image: linear-gradient(180deg, #000 0, #000 75%, rgba(0, 0, 0, 0) 100%);
	mask-image: linear-gradient(180deg, #000 0, #000 75%, rgba(0, 0, 0, 0) 100%);
}

.head-block__container-for-image {
	max-width: 100px;
	margin: 5px auto 2%;
}

.head-block__container-for-image img {
	width: 100%;
	height: auto;
}

.head-block__container-for-image img:hover {
	animation: hoverPulse ease-in-out 1s infinite;
}

.head-block__image-absolute-link-1 {
	transition: background 1s ease-out;
	animation: headerScale 6s infinite;
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

.head-block__wrapper {
	max-width: 1140px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}


.head-block__title-1,
.head-block__title-2,
.head-block__title-3,
.head-block__title-4,
.head-block__title-5 {
	position: relative;
}

.head-block__title-1 {
	color: #FFFFFF;
	font-size: 45px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 1.7px;
	text-align: center;
	margin-bottom: 25px;
}

.head-block__title-2 {
	min-height: 20px;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 0;
	letter-spacing: 3px;
	text-align: center;
	color: #FFFFFF;
	display: inline;
	transition: all 0.4s linear;
	/* margin-bottom: 10px; */
}

.head-block__title-2__cont {
	display: flex;
	align-items: center;
}


.head-block__title-3,
.head-block__title-4,
.head-block__title-5 {
	text-align: center;
	color: #FFFFFF;


	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 1.2px;
}

.head-block__title-3 {
	max-width: 470px;
	margin-top: 20px;
	/* margin-bottom: 30px; */
}


.head-block__title-3 span.sale {
	font-weight: 700;
	font-size: 30px;
	color: red;
}

.head-block__title-3 span.date {
	font-weight: 700;
	font-size: 20px;
	color: red;
}

.head-block__button {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	min-width: 130px;
	margin-top: 40px;
	margin-bottom: 10px;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	background-color: var(--green-default-color);
	box-shadow: 0px 0px 20px 3px var(--green-low-color);
	transition: all 0.3s ease;
}

.head-block__button:hover {
	box-shadow: 0px 0px 30px 0px var(--green-light-color);
	transform: scale(1.1);
}

/* .head-block__link {
	margin-top: 10px;
	margin-bottom: 10px;
	color: var(--green-default-color);
	text-shadow: 0 0 10px var(--green-default-color);
	transition: all 0.2s ease-out;

	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.04em;
	text-decoration: none;
} */

.head-block__tick {
	position: absolute;
	bottom: 25%;
	margin-top: 40px;
	width: 30px;
	height: 30px;
}

.head-block__tick span {
	display: block;
	width: 17px;
	height: 17px;
	border-bottom: 3px solid var(--green-default-color);
	border-right: 3px solid var(--green-default-color);
	transform: rotate(45deg);
	margin: -16px auto;
	animation: kuesconum-kedevelop 3s infinite;
}

.head-block__tick span:nth-child(2) {
	animation-delay: -0.2s;
}

.head-block__tick span:nth-child(3) {
	animation-delay: -0.4s;
}

@keyframes kuesconum-kedevelop {
	0% {
		opacity: 0;
		transform: rotate(45deg) translate(-17px, -17px);
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: rotate(45deg) translate(17px, 17px);
	}
}


@media (max-width: 925px) {
	.head-block {
		padding: 120px 10px 0;
		min-height: 680px;
	}

	.head-block__container-for-image {
		max-width: 120px;
	}

	.head-block__title-1 {
		font-size: 29px;
		margin-top: 25px;
	}

	.head-block__title-2 {
		font-size: 12px;
		line-height: 1.25;
		letter-spacing: 2px;
	}

	.head-block__title-3 {
		font-size: 16px;
	}

	.underline svg {
		height: 36px;
		top: 8px;
	}
}

@media (max-width: 560px) {
	.head-block {
		min-height: 700px;
	}
}

@media (max-width: 525px) {
	.head-block {
		padding: 80px 10px 0;
		min-height: 600px;
	}

	.head-block__container-for-image {
		max-width: 100px;
	}



	.head-block__title-1 {
		font-size: 24px;
		line-height: 1.2;
		letter-spacing: 1.4px;
		margin-bottom: 20px;
	}


	/* .head-block__link {
		margin-top: 0;
		font-size: 14px;
		font-weight: 400;

	} */

	.head-block__tick {
		width: 20px;
		height: 20px;
	}

	.head-block__tick span {
		width: 15px;
		height: 15px;
		border-bottom: 1px solid var(--green-default-color);
		border-right: 1px solid var(--green-default-color);
	}


	@keyframes kuesconum-kedevelop {
		0% {
			opacity: 0;
			transform: rotate(45deg) translate(-10px, -10px);
		}

		50% {
			opacity: 1;
		}

		100% {
			opacity: 0;
			transform: rotate(45deg) translate(10px, 10px);
		}
	}
}


@media (max-width: 370px) {
	.head-block {
		min-height: 630px;
	}

}

/* head-block END */

.head-block__tick {
	margin-top: 30px;
	width: 30px;
	height: 30px;
}

.head-block__tick span {
	display: block;
	width: 17px;
	height: 17px;
	border-radius: 4px;
	border-bottom: 3px solid var(--green-default-color);
	border-right: 3px solid var(--green-default-color);
	transform: rotate(45deg);
	margin: -16px auto;
	animation: kuesconum-kedevelop 3s infinite;
}

.head-block__tick span:nth-child(2) {
	animation-delay: -0.2s;
}

.head-block__tick span:nth-child(3) {
	animation-delay: -0.4s;
}



@media (max-width: 525px) {


	.head-block__tick {
		width: 20px;
		height: 20px;
	}

	.head-block__tick span {
		width: 15px;
		height: 15px;
		border-bottom: 1px solid var(--green-default-color);
		border-right: 1px solid var(--green-default-color);
	}


}

/* info_zelen START */


.info_zelen {
	margin-top: -80px;
}

.info_zelen__wrapper {
	max-width: 900px;
	margin: 0 auto;
	padding: 20px;
	transition: all 0.4s ease;
}

.info_zelen__img_container img {
	width: 100%;
	height: auto;
}


.info_zelen__text_container {
	padding: 30px 0 0 30px;
}

.info_zelen__text_container p {
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
	letter-spacing: 0.04em;
	text-shadow: 0 3px 5px rgba(0, 0, 0, 1);
}

.info_zelen__text_container p:not(:last-child) {
	margin-bottom: 7px;
}

.info_zelen__text_container p span {
	font-size: 30px;
	font-weight: 900;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	color: var(--red-default);
}

.info_zelen__text_container p a {
	font-size: larger;
	position: relative;
}

.info_zelen__text_container p a::after {
	display: block;
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	background-color: #fff;
	height: 1px;
	width: 100%;
}

.info_zelen .slick-prev,
.info_zelen .slick-next {
	top: calc(50% - 35%);
	border-radius: 8px;
	width: 10%;
	height: 70%;
	background-color: rgba(107, 107, 107, 0.03);
	transition: all 0.2s ease-out;
}

.info_zelen .slick-prev img,
.info_zelen .slick-next img {
	top: calc(50% - 19px);
	width: 20px;
	height: 25px;
	-webkit-filter: drop-shadow(3px 3px 3px rgba(15, 15, 15, .8));
}

.info_zelen .slick-prev {
	left: 0;
}

.info_zelen .slick-next {
	right: 0;
}

.info_zelen .slick-arrow.slick-disabled {
	background-color: rgba(207, 90, 107, 0.15);
	cursor: not-allowed;
}



.info_zelen .slick-dots {
	width: 100%;
	position: absolute;
	display: flex;
	justify-content: center;
	margin: -40px auto 15px;
}

.info_zelen .slick-dots li {
	list-style-type: none;
	display: block;
	margin: 0 5px;
	opacity: 0.7;
	background-color: #c6c8cf;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .9);
	cursor: pointer;
}

.info_zelen .slick-dots li.slick-active {
	opacity: 1;
	margin-top: -2px;
	width: 12px;
	height: 12px;
	background: radial-gradient(circle, var(--blue-low) 0, var(--blue-light) 100%);
	box-shadow: 0 0 8px var(--blue-light);

}

.info_zelen .slick-dots li button {
	display: none;
}

@media (max-width: 800px) {
	.info_zelen {
		margin-top: -60px;
	}

	.info_zelen__wrapper {
		padding: 20px 0;
	}
}

@media (max-width: 600px) {
	.info_zelen__text_container p {
		font-size: 16px;
	}

	.info_zelen__text_container p span {
		font-size: 24px;
	}
}

@media (max-width: 500px) {
	.info_zelen__text_container p span {
		font-size: 22px;
	}

	.info_zelen__text_container {
		padding: 20px 0 0 10px;
	}

	.info_zelen__text_container p:not(:last-child) {
		margin-bottom: 5px;
	}

	.info_zelen .slick-prev,
	.info_zelen .slick-next {
		border-radius: 4px;
		width: 20px;
	}

	.info_zelen .slick-prev {
		left: 5px;
	}

	.info_zelen .slick-next {
		right: 5px;
	}

	.info_zelen .expandarrows {
		width: 20px;
		height: 20px;
		top: 20px;
		right: 20px;
	}

	.info_zelen .slick-dots {
		margin-top: -30px;
	}

	.info_zelen .slick-dots li {
		margin: 0 5px;
		width: 6px;
		height: 6px;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
	}

	.info_zelen .slick-dots li.slick-active {
		margin-top: -2px;
		width: 10px;
		height: 10px;
	}
}

@media (max-width: 400px) {
	.info_zelen__text_container p {
		font-size: 14px;
	}

	.info_zelen .slick-dots {
		margin-top: -30px;
	}

	.info_zelen .slick-dots li {
		margin: 0 4px;
	}
}


/* info_zelen END */


/* zelen_block START */

.zelen_block {
	margin-top: 60px;
}

.zelen_block__wrapper {
	margin: 0 auto 10px;
	padding: 0 10px 20px;
}

.zelen_block__container_for_items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.zelen_block__item {
	position: relative;
	background-color: #f6f6f6;
	border-radius: 10px;
	/* max-width: 500px; */
	/* width: 32%; */
	max-width: 450px;
	overflow: hidden;
	padding: 0 10px 10px;
	margin: 0 5px 10px;
}

.zelen_block__item__nice:empty {
	display: none;
}

.zelen_block__item__nice {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 12px 16px;
	box-sizing: content-box;
	background-color: #000;
	border-radius: 30px;
	max-width: 200px;
	text-align: center;
	color: #fff;
	line-height: 1;
	font-size: 14px;
	text-wrap: wrap;
}

.zelen_block__item__container_for_img {
	display: flex;
	justify-content: center;
	margin: 0 -10px;
}

.zelen_block__item__container_for_img img {
	/* width: calc(100% - 10px); */
	width: 100%;
	height: auto;
	max-height: 300px;
}

.zelen_block__item__title {
	font-size: 22px;
	line-height: 1;
	font-family: "Comforta_bold";
	text-align: center;
	margin: 15px auto;
}

.zelen_block__item__sub_title {
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	height: 70px;
	overflow: hidden;
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(to bottom, #000, #000, rgba(0, 0, 0, 0));
}

.zelen_block__item__sub_title i {
	display: inline-block;
	font-weight: 700;
	margin-bottom: 7px;
}

.zelen_block__item__sub_title.zelen_block__item__sub_title__vissible {
	color: inherit;
	overflow: unset;
	height: unset;
	-webkit-background-clip: unset;
	background-clip: unset;
	background-image: unset;
}

.zelen_block__item__sub_title span:first-child {
	display: inline-block;
	margin-bottom: 5px;
	font-family: "Comforta_Regular";
}

.zelen_block__item__sub_title span:last-child {
	font-family: "Comforta_light";
}

.zelen_block__item__container_for_price {
	margin: 10px auto;
	text-align: center;
}

.zelen_block__item__container_for_price .old {
	color: #bdbdbd;
	text-decoration: line-through;
	font-size: 20px;
	font-family: "Comforta_bold";
}

.zelen_block__item__container_for_price .new {
	/* color: #000; */
	color: var(--green-light-color);
	margin-left: 8px;
	font-family: "Comforta_bold";
	font-size: 22px;
}

/* .zelen_block__item__container_for_price .old+.new {
	padding-right: 25px;
	background-image: url('../img/b-ball_n7.png');
	background-position: center right;
	background-size: contain;
	background-repeat: no-repeat;
} */

.zelen_block__item__container_for_radio {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}

.zelen_block__item__container_for_radio input {
	margin-right: 4px;
}

.zelen_block__item__container_for_radio label:not(:last-child) {
	margin-right: 15px;
}


.zelen_block__item_btn {
	display: block;
	width: fit-content;
	font-size: 14px;
	letter-spacing: 0.04em;
	text-transform: lowercase;
	padding: 8px 16px;
	margin: 4px auto;
	background: linear-gradient(180deg, var(--blue-light), var(--blue-default));
	color: #fff;
	font-weight: 700;
	line-height: 1;
	border: none;
	box-shadow: 0 0 10px var(--blue-light);
	text-shadow: 0 0 3px #fff;
	border-radius: 30px;
	transition: all 0.2s linear;
	cursor: pointer;
	justify-self: center !important;
}

.zelen_block__item_btn--on {
	box-shadow: 0 0 20px var(--blue-light);
	transform: scale(1.05, 1.05);
}

.zelen_block__item__form {
	width: max-content;
	margin: 20px auto;
	display: flex;
}

.zelen_block__item__form input {
	border: none;
	width: 50px;
	font-size: 16px;

	padding: 0 4px;
	transition: all 0.4s ease-in;
	background-color: transparent;
	text-align: center;
}

.zelen_block__item__form input::placeholder {
	color: #4b4b4b;
	font-size: 12px;
	line-height: 1;
}


.zelen_block__item__form__choice {
	display: flex;
	background-color: #f6f6f6;
	width: max-content;
	border-radius: 4px;
	border: 1px solid #000;
}




.zelen_block__item__form__choice__btn_min span {
	background: linear-gradient(#777, #777), #f6f6f6;
}

.zelen_block__item__form__choice__btn_max span {
	background: linear-gradient(#777, #777), linear-gradient(#777, #777), #f6f6f6;
}

.zelen_block__item__form__choice__btn_min,
.zelen_block__item__form__choice__btn_max {
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.zelen_block__item__form__choice__btn_min span,
.zelen_block__item__form__choice__btn_max span {

	display: inline-block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: 50% 1px, 1px 50%;
	background-repeat: no-repeat;
	border-radius: 4px;
}

.zelen_block__item__form button {
	-webkit-appearance: none;
	margin-left: 10px;
	padding: 8px 14px;
	border-radius: 4px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, var(--green-default-color) 0, var(--green-low-color) 100%);
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #ffffff;
	cursor: pointer;
	transition: all 0.4s ease;
}

.zelen_block__item__form button.zelen_block__item__form__on_hover {
	background: linear-gradient(180deg, var(--green-default-color) 0, var(--green-light-color) 100%);
	box-shadow: 0 0 10px var(--green-light-color);
	transform: scale(1.05, 1.05);
}


@media (max-width: 1450px) {

	.zelen_block__item {
		width: 32%;
	}


	.zelen_block__item__container_for_img img {
		width: 100%;
	}
}

@media (max-width: 1100px) {

	.zelen_block__item__nice {
		top: 8px;
		right: 8px;
		padding: 8px 12px;
		font-size: 12px;
	}

	.zelen_block__item__title {
		font-size: 18px;
	}

	.zelen_block__item__sub_title {
		font-size: 14px;
	}

	.zelen_block__item__container_for_price .old {
		font-size: 18px;
	}

	.zelen_block__item__container_for_price .new {
		font-size: 20px;
	}
}

@media (max-width: 1000px) {
	.zelen_block__wrapper {
		padding: 0 0 20px;
	}

	.zelen_block__item__title {
		font-size: 16px;
	}

	.zelen_block__item__sub_title {
		font-size: 12px;
		height: 60px;
	}
}

@media (max-width: 830px) {
	.zelen_block__item {
		width: 49%;
		margin: 0 0.25% 10px;
	}

	.zelen_block__item_btn {
		font-size: 10px;
		padding: 6px 10px;
		margin: 4px auto;
	}

	.zelen_block__item__sub_title {
		height: 50px;
	}

}

@media (max-width: 600px) {
	.zelen_block__item__container_for_radio {
margin: 15px auto;
	}
	.zelen_block__item__container_for_radio label:not(:last-child) {
		margin-right: 8px;
	}

.zelen_block__item__container_for_radio label {
	font-size: 14px;
}
	.zelen_block {
		margin-top: 50px;
	}

	.zelen_block__item__form {
		margin: 20px auto 15px;
		flex-direction: column;
	}

	.zelen_block__item__form button {
		margin-left: 0;
		margin-top: 10px;
		padding: 10px;
		font-size: 12px;
	}

	.zelen_block__item {
		padding: 0 5px 10px;
	}

	.zelen_block__item__container_for_img {
		margin: 0 -5px;
	}

	.zelen_block__item__sub_title {
		height: 40px;
	}
}

@media (max-width: 480px) {
	.zelen_block__item__container_for_img img {
		max-height: 250px;
	}

	.zelen_block__item__form {
		margin: 10px auto 0;
	}

	.zelen_block__item__nice {
		top: 5px;
		right: 5px;
		padding: 6px 10px;

	}

	.zelen_block__item__form button {
		margin-top: 8px;

	}

	.zelen_block__item__title {
		font-size: 14px;
		margin: 15px auto 5px;
	}

	.zelen_block__item__sub_title {
		font-size: 10px;
	}
}

@media (max-width: 400px) {

	.zelen_block__item__container_for_radio input {
		height: 11px;	
		margin-right: 3px;
		}
	.zelen_block__item__container_for_radio label {
		font-size: 13px;
	}
	.zelen_block__item__container_for_radio label:not(:last-child) {
		margin-right: 6px;
	}
	
	.zelen_block__item__form {
		align-items: center;
		justify-content: center;
	}

	.zelen_block__item__form input {
		width: 30px;
		font-size: 16px;
	}

	.zelen_block__item__form__choice__btn_min,
	.zelen_block__item__form__choice__btn_max {
		width: 20px;
		height: 20px;
	}

	.zelen_block__item__form button {
		padding: 6px 8px;
		font-size: 10px;

	}

	.zelen_block__item__container_for_price .old+.new {
		padding-right: 0;
		background-image: unset;
	}
}

/* zelen_block END */



/* --- order START --- */

.order__orders_area {
	transition: all 0.4s ease;
}

.order__orders_area__title {
	font-size: 18px;
	color: #000000;
	margin-bottom: 10px;
}

.order__orders_area__container:empty,
.order__orders_area:has(.order__orders_area__container:empty) {
	display: none
}

.order__orders_area__container {
	transition: all 0.4s ease;
	border: 1px solid var(--green-default-color);
	min-height: 80px;
	border-top-left-radius: 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 8px;
}

.order__orders_area__container .order__orders_area__container__item {
	display: inline-block;
	padding: 4px 5px 4px 8px;
	margin-bottom: 4px;
	border-radius: 30px;
	background-color: #ddd;
	max-width: max-content;
	position: relative;
}

.order__orders_area__container__item:not(:last-child) {
	margin-right: 8px;
}

.order__orders_area__container__item__close {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	position: absolute;
	top: -5px;
	left: -5px;
	cursor: pointer;
}

.order__orders_area__container__item__close div {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #4b4b4b;
	background-image: url(../img/icons/close-cross.svg);
	background-size: 8px 8px;
	background-position: center center;
	background-repeat: no-repeat;
}

.order__orders_area__container__item label {
	font-size: 14px;
	line-height: 1;
}

.order__orders_area__container__item input {
	border: none;
	width: unset;
	max-width: 35px;
	min-width: 35px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	height: auto;
	padding: 0 0 0 4px;
	transition: all 0.4s ease-in;
	background-color: rgba(255, 255, 255, 0.5);
	font-weight: 700;
}

.order__orders_area__container__item input:hover,
.order__orders_area__container__item input:focus {
	background-color: #f6f6f6;
	padding: 0 0 0 7px;
	border-radius: 20px;
}

.order__orders_area__container__item input::placeholder {
	color: #4b4b4b;
	font-size: 10px;
	line-height: 1;
}

.order__orders_area__container__item input:focus::placeholder {
	color: #fff;
}






/* --- order END --- */



/* --- info_block START --- */
.info_block {
	padding: 0 5px;
}

.info_block .about_us {
	margin-top: 0;
}

.info_block__wrapper {
	max-width: 1170px;
	margin: 20px auto;
	padding: 20px;
	transition: all 0.4s ease;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, .8);
}

/* --- info_block END --- */