@font-face {
	font-family: SFUIDisplay;
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/SFUIDisplayRegular/SFUIDisplayRegular.woff"), url("../fonts/SFUIDisplayRegular/SFUIDisplayRegular.woff2"), url("../fonts/SFUIDisplayRegular/SFUIDisplayRegular.ttf");
}

*::placeholder {
	opacity: 1;
}

* {
	box-sizing: border-box;
}

*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 81px;
}

main {
	overflow: hidden;
}

body {
	position: relative;
	min-width: 360px;
	color: #0b0d0e;
	font-family: Raleway, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
	margin: 0;
	font-variant-numeric: lining-nums;
	background-color: #f6f7f8;
}

.cor {
	font-family: Cormorant, serif;
}

.ttu {
	text-transform: uppercase;
}

.tac {
	text-align: center;
}

.fz18 {
	font-size: 18px;
}

.fz24 {
	font-size: 24px;
}

.fz32 {
	font-size: 32px;
}

.fz48 {
	font-size: 48px;
}

.fz56 {
	font-size: 56px;
}

.fw5 {
	font-weight: 500;
}

.fw6 {
	font-weight: 600;
}

.fw7 {
	font-weight: 700;
}

.fsi {
	font-style: italic;
}

.lh1 {
	line-height: 1;
}

.lh12 {
	line-height: 1.2;
}

.bg1 {
	background-color: #fff;
}

.br120 {
	border-radius: 120px;
}

.list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -8px;
	margin-top: -16px;
}

.col {
	display: flex;
	padding: 0 8px;
	margin-top: 16px;
}

.pt100 {
	padding-top: 100px;
}

.pb100 {
	padding-bottom: 100px;
}

.pt50 {
	padding-top: 50px;
}

.pb50 {
	padding-bottom: 50px;
}

.mb8 {
	margin-bottom: 8px;
}

p {
	margin: 0;
}

a {
	color: inherit;
	font: inherit;
	outline: none;
	text-decoration: none;
}

img {
	transform: translateZ(0);
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: bottom;
}

ul li,
ol li,
menu li {
	list-style: none;
}

ul,
ol,
menu {
	display: block;
	padding: 0;
	margin: 0;
}

button {
	border: none;
	background: none;
	font: inherit;
	cursor: pointer;
	outline: none;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	margin: 0;
}

input {
	display: block;
	width: 100%;
	font: inherit;
	outline: none;
}

textarea {
	display: block;
	width: 100%;
	font: inherit;
	outline: none;
	resize: none;
}

.container {
	position: relative;
	max-width: 1390px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

[data-tab] {
	display: none;
	transition: opacity 0.5s;
}

[data-accordion-text] {
	overflow: hidden;
	height: 0;
	padding-top: 0;
	transition: all 0.3s;
	box-sizing: content-box;
}

[data-accordion-text].active {
	padding-top: 20px;
}

.totop {
	position: fixed;
	z-index: 5;
	right: 100px;
	bottom: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-color: #4C4C4C;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all 0.3s;
}

.totop svg {
	width: 24px;
	height: 24px;
	fill: #fff;
}

.totop.active {
	opacity: 1;
	visibility: visible;
	pointer-events: initial;
}

.anchor-wrap {
	position: relative;
}

.anchor {
	position: absolute;
	top: -62px;
	pointer-events: none;
}

.text {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
}

.text a {
	text-decoration: underline;
	transition: text-decoration 0.3s;
}

@media (hover: hover) {
	.text a:hover {
		text-decoration-color: transparent;
	}
}

.text>*:first-child {
	margin-top: 0;
}

.text>*:last-child {
	margin-bottom: 0;
}

.text h2,
.text h3,
.text h4,
.text h5 {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	margin-top: 32px;
	margin-bottom: 12px;
}

.text p {
	margin: 12px 0;
}

.text p b {
	font-size: 24px;
	font-weight: 700;
}

.text ul,
.text ol {
	margin-top: 12px;
	margin-bottom: 32px;
}

.text ul li,
.text ol li {
	margin: 5px 0;
}

.text ul li {
	position: relative;
	padding-left: 27px;
}

.text ul li::after {
	content: "";
	position: absolute;
	top: 9px;
	left: 12px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #0b0d0e;
}

.text ol {
	counter-reset: li;
}

.text ol li {
	counter-increment: li;
}

.text ol li::before {
	content: counter(li, decimal-leading-zero) ".";
	color: red;
	margin-right: 5px;
}

.text__imgs1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	margin: 24px -4px;
}

.text__imgs1-col {
	width: 50%;
	padding: 0 4px;
	margin-top: 8px;
}

.text__imgs1-col--w100 {
	width: 100%;
}

.text__imgs1-col--w100 .text__imgs1-img1 {
	padding-top: 43%;
}

.text__imgs1-img1 {
	position: relative;
	padding-top: 67%;
}

.text__imgs1-img1 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
}

.text__imgs1-descr {
	display: block;
	color: #838383;
	font-size: 14px;
	margin-top: 8px;
}

.text__img1 {
	max-width: 470px;
	width: 100%;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.text__img1 img {
	border-radius: 16px;
}

.text__img2 {
	max-width: 470px;
	width: 100%;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.text__img2 img {
	border-radius: 16px;
}

.text__blockquote1 {
	position: relative;
	border-radius: 12px;
	background-color: #f7f5f4;
	padding: 24px;
	padding-left: 45px;
	margin: 24px 0;
}

.text__blockquote1::after {
	content: "";
	position: absolute;
	top: 20px;
	left: 16px;
	width: 20px;
	height: 15px;
	background: url("../img/blockquote-icon.svg") center/contain no-repeat;
}

.text__blockquote2 {
	border-left: 4px solid #603620;
	padding-left: 32px;
	margin: 24px 0;
}

.text blockquote {
	border-radius: 12px;
	background-color: #f7f5f4;
	padding: 24px;
	margin: 24px 0;
}

.tooltip {
	position: relative;
	z-index: 1;
	width: 20px;
	height: 20px;
}

.tooltip.active {
	z-index: 2;
}

.tooltip.active .tooltip__text-wrap {
	opacity: 1;
	visibility: visible;
	pointer-events: initial;
}

.tooltip__btn {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #c6c6c6;
}

.tooltip__text-wrap {
	position: absolute;
	z-index: 1;
	top: 0;
	left: -10px;
	width: 300px;
	padding-top: 30px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all 0.3s;
}

.tooltip__text {
	position: relative;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	font-size: 14px;
	padding: 15px;
}

.tooltip__text::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 12px;
	width: 0;
	height: 0;
	border-bottom: 10px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
	z-index: 2;
}

.swiper-button-next-style1,
.swiper-button-prev-style1 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	align-items: center;
	justify-content: center;
	display: flex;
	width: 48px;
	height: 48px;
	border-radius: 16px;
	background-color: rgba(255, 255, 255, 0.32);
	backdrop-filter: blur(12px);
	cursor: pointer;
	transition: background-color 0.3s;
}

.swiper-button-next-style1 svg,
.swiper-button-prev-style1 svg {
	width: 24px;
	height: 24px;
	fill: #fff;
	transition: fill 0.3s;
}

.swiper-button-prev-style1 {
	left: 24px;
	transform: translateY(-50%) rotate(180deg);
}

.swiper-button-next-style1 {
	right: 24px;
}

.swiper-pagination-style1 {
	position: absolute;
	bottom: -24px;
	left: 0;
	right: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 16px;
}

.swiper-pagination-style1 .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #E2E3E5;
	cursor: pointer;
	transition: background-color 0.3s;
}

.swiper-pagination-style1 .swiper-pagination-bullet-active {
	background-color: #315027;
}

.btn1 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	color: #fff;
	background-color: #315027;
	padding: 16px 32px;
	border-radius: 16px;
	transition: background-color 0.3s;
}

.btn1__icon {
	display: flex;
}

.btn1__icon svg {
	width: 24px;
	height: 24px;
	fill: #fff;
}

.btn2 {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	color: #315027;
	background-color: #fff;
	padding: 24px 56px;
	border-radius: 24px;
	transition: all 0.3s;
}

.btn2::after {
	content: "";
	position: absolute;
	inset: 4px;
	border: 1px solid #315027;
	border-radius: 20px;
	transition: border 0.3s;
}

.btn2__icon {
	display: flex;
}

.btn2__icon svg {
	width: 24px;
	height: 24px;
	fill: #315027;
	transition: fill 0.3s;
}

.disabled {
	background-color: #ccc;
	pointer-events: none;
	color: #000;
}

body .f-button.is-close-button {
	top: 0;
	right: -40px;
	width: 32px;
	height: 32px;
	background: url("../img/close1.svg") center/contain no-repeat;
	border-radius: 0;
}

body .f-button.is-close-button svg {
	display: none;
}

.title1 {
	margin-bottom: 32px;
}

.slidernavwrap1 {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 10px;
	margin-bottom: 32px;
}

.slidernavwrap1 .title1 {
	flex-grow: 1;
	margin-bottom: 0;
}

.slidernav1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 112px;
	flex-shrink: 0;
}

.swiper-button-next-style2,
.swiper-button-prev-style2 {
	align-items: center;
	justify-content: center;
	display: flex;
	width: 48px;
	height: 48px;
	border: 1px solid #315027;
	border-radius: 16px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.swiper-button-next-style2 svg,
.swiper-button-prev-style2 svg {
	width: 24px;
	height: 24px;
	fill: #315027;
}

.swiper-button-lock,
.swiper-pagination-lock {
	display: none !important;
}

.swiper-button-prev-style2 {
	transform: rotate(180deg);
}

.tags1 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin: 0 -15px;
	padding: 0 15px;
	margin-bottom: 24px;
	overflow: auto;
	padding-bottom: 8px;
}

.tag1 {
	background-color: #f1f2f4;
	border: 1px solid #e2e4e9;
	border-radius: 16px;
	padding: 16px 31px;
	cursor: pointer;
	transition: all 0.3s;
	flex-shrink: 0;
}

.tag1.active {
	color: #fff;
	background-color: #315027;
	border: 1px solid #315027;
}

.input-checkbox1 {
	display: none !important;
}

.input-checkbox1:checked~.form-checkbox .label-checkbox1__icon {
	background-color: #315027;
}

.input-checkbox1:checked~.form-checkbox .label-checkbox1__icon::after {
	opacity: 1;
}

.input-checkbox1:checked~.form-checkbox .popupbooking__form-btn-finish {
	background-color: #315027 !important;
	color: #fff !important;
	pointer-events: initial !important;
}

.select-wrap1 {
	position: relative;
}

.select-wrap1.changed .choices__list--single {
	border: 1px solid #000;
}

.select-wrap1.just-validate-error-field .choices__list--single {
	border: 1px solid #b81111;
}

.select-wrap1 .choices {
	position: relative;
	color: #000;
	font-size: 24px;
	cursor: pointer;
	outline: none;
	transition: color 0.3s;
}

.select-wrap1 .choices select {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
}

.select-wrap1 .choices.is-open .choices__list--single::after {
	transform: rotate(180deg);
}

.select-wrap1 .choices.is-open .choices__list--dropdown {
	opacity: 1;
	visibility: visible;
	pointer-events: initial;
}

.select-wrap1 .choices__list--single {
	position: relative;
	border-radius: 25px;
	cursor: pointer;
	padding: 20px 25px;
	padding-right: 60px;
	border: 1px solid #d8d8d8;
	transition: border 0.3s;
}

.select-wrap1--rest .choices__list--single {
	padding-left: 73px;
}

.select-wrap1--rest .choices__list--single:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	width: 32px;
	height: 32px;
	background: url("../img/input-icon1.svg") center/cover no-repeat;
}

.select-wrap1 .choices__list--single [aria-disabled=true] {
	opacity: 0;
}

.select-wrap1 .choices__list--single .choices__item {
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: color 0.3s;
}

.select-wrap1 .choices__list--single::after {
	content: "";
	position: absolute;
	top: 0;
	right: 27px;
	width: 17px;
	height: 100%;
	background: url("../img/arrow1.svg") center/contain no-repeat;
	transition: transform 0.3s;
}

.select-wrap1 .choices__input {
	display: none !important;
}

.select-wrap1 .choices__list--dropdown {
	position: absolute;
	z-index: 10;
	top: calc(100% + 4px);
	left: 0;
	width: 100%;
	border: 1px solid #000;
	border-radius: 25px;
	background-color: #fff;
	padding: 10px 0;
	padding-right: 10px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	font-weight: 500;
	transition: all 0.3s;
}

.select-wrap1 .choices__list--dropdown .choices__list {
	max-height: 370px;
	overflow: auto;
}

.select-wrap1 .choices__list--dropdown .choices__list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.select-wrap1 .choices__list--dropdown .choices__list::-webkit-scrollbar-thumb {
	background-color: #c6cad2;
	border-radius: 300px;
}

.select-wrap1 .choices__list--dropdown .choices__item {
	padding: 10px;
	padding-left: 25px;
	transition: color 0.3s;
}

.select-wrap1 .choices__list--dropdown .choices__item--disabled {
	display: none;
}

.field-wrap {
	margin-bottom: 20px;
}

.field-wrap:last-child {
	margin-bottom: 0;
}

.error-text {
	font-size: 16px;
	margin-top: 5px;
}

.label1 {
	position: relative;
	display: block;
	transition: opacity 0.3s;
}

.label1.disabled {
	opacity: 0.2 !important;
	pointer-events: none !important;
}

.label1--date {
	cursor: pointer;
}

.label1--date::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	width: 32px;
	height: 32px;
	background: url(../img/input-icon2.svg) center/cover no-repeat;
}

.label1--date.active::after {
	transform: translateY(-50%) rotate(180deg);
}

.label1--date::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 27px;
	transform: translateY(-50%);
	width: 17px;
	height: 9px;
	background: url("../img/arrow1.svg") center/contain no-repeat;
	transition: transform 0.3s;
}

.label1--date .input1 {
	cursor: pointer;
	padding-right: 60px;
	padding-left: 72px;
}

.label1--date .input-placeholder {
	cursor: pointer;
}

.label1--quantity .input1 {
	padding-left: 72px;
}

.label1--quantity::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	width: 32px;
	height: 32px;
	background: url(../img/input-icon3.svg) center/contain no-repeat;
}

.input-placeholder {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 25px;
	transform: translateY(-50%);
	transform-origin: left center;
	background-color: #fff;
	font-size: 24px;
	font-weight: 400;
	cursor: text;
	padding: 0 10px;
	pointer-events: none;
	transition: all 0.3s;
}

.inputiconplaceholder .input-placeholder {
	left: 61px;
}

.input-placeholder.smallplaceholder {
	color: #8d95a5;
	transform: translate(7px, -53px) scale(0.55);
}

.input-placeholder b {
	color: #fc3f1d;
	font-weight: 400;
}

.input1 {
	font-size: 24px;
	border: 1px solid #d8d8d8;
	border-radius: 25px;
	background: none;
	padding: 20px 25px;
	transition: all 0.3s;
}

.input1.changed {
	border: 1px solid #000;
}

.input1.just-validate-error-field {
	border: 1px solid #b81111;
}

.label-checkbox1 {
	position: relative;
	display: block;
	cursor: pointer;
	padding-left: 30px;
}

.label-checkbox1__icon {
	position: absolute;
	top: -1px;
	left: 0;
	width: 21px;
	height: 21px;
	border: 1px solid #315027;
	border-radius: 6px;
	transition: background-color 0.3s;
}

.label-checkbox1__icon::after {
	content: "";
	width: 10px;
	height: 7px;
	position: absolute;
	top: 7px;
	left: 5px;
	background: url("../img/check1.svg") center/contain no-repeat;
	opacity: 0;
	transition: opacity 0.3s;
}

.label-checkbox1__text {
	display: block;
	font-weight: 500;
	line-height: 1.2;
}

.label-checkbox1__text a {
	text-decoration: underline;
	transition: text-decoration 0.3s;
}

html body .mbsc-font {
	font-family: Muller, sans-serif;
}

html body .mbsc-windows.mbsc-popup,
html body .mbsc-windows.mbsc-popup-arrow {
	overflow: hidden;
	border-radius: 25px;
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
}

.soc1__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
}

.soc1__item {
	width: 60px;
	height: 60px;
}

.soc1__item-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: transform 0.3s;
}

.soc1__item-link svg {
	width: 36px;
	height: 36px;
	fill: #fff;
}

.app1__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
}

.app1__item {
	max-width: 113px;
	width: 100%;
}

.app1__item-link {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border: 1px solid #fff;
	padding: 10px;
	min-height: 43px;
	border-radius: 16px;
	transition: transform 0.3s;
}

body .cookies07111 {
	font-family: Raleway, sans-serif;
}

body .cookies07111__text a {
	color: #315027;
}

body .cookies07111__btn {
	border: 1px solid #315027;
	background: #315027;
	color: #fff;
	font-family: Raleway, sans-serif;
	text-transform: none;
	transition: all 0.3s;
}

@media (hover) {
	body .cookies07111__btn:hover {
		background: #20351a;
	}
}

@media (max-width: 1500px) {
	body .f-button.is-close-button {
		top: -26px;
		right: 0;
	}
}

@media (max-width: 1400px) {
	.fz56 {
		font-size: 46px;
	}

	.tags1 {
		justify-content: flex-start;
	}
}

@media (max-width: 1200px) {
	.br120 {
		border-radius: 80px;
	}

	.pt100 {
		padding-top: 80px;
	}

	.pb100 {
		padding-bottom: 80px;
	}

	.pt50 {
		padding-top: 40px;
	}

	.pb50 {
		padding-bottom: 40px;
	}

	.body-overflow {
		overflow: hidden;
	}

	.totop {
		right: 15px;
	}

	.anchor {
		top: -150px;
	}

	body .f-button.is-close-button {
		top: 20px;
		right: 20px;
		backdrop-filter: blur(4px);
		background-color: rgba(49, 80, 39, 0.64);
		border-radius: 50%;
		background-size: 17px;
	}

	.fz48 {
		font-size: 38px;
	}
}

@media (max-width: 750px) {
	.fz48 {
		font-size: 28px;
	}

	html {
		scroll-padding-top: 62px;
	}

	.fz24 {
		font-size: 16px;
	}

	.fz32 {
		font-size: 24px;
	}

	.fz56 {
		font-size: 32px;
	}

	.br120 {
		border-radius: 32px;
	}

	.list {
		margin: 0 -4px;
		margin-top: -8px;
	}

	.col {
		padding: 0 4px;
		margin-top: 8px;
	}

	.pt100 {
		padding-top: 40px;
	}

	.pb100 {
		padding-bottom: 40px;
	}

	.pt50 {
		padding-top: 20px;
	}

	.pb50 {
		padding-bottom: 20px;
	}

	.anchor {
		top: -50px;
	}

	.text {
		font-size: 14px;
	}

	.text h2,
	.text h3,
	.text h4,
	.text h5 {
		font-size: 26px;
		margin-top: 24px;
	}

	.text p b {
		font-weight: 600;
		font-size: 16px;
	}

	.text ul li {
		padding-left: 12px;
	}

	.text ul li::after {
		left: 0;
		top: 8px;
		width: 3px;
		height: 3px;
	}

	.text__img1 {
		max-width: none;
		float: none;
		margin-left: 0;
	}

	.text__img2 {
		max-width: none;
		float: none;
		margin-right: 0;
	}

	.text__blockquote1 {
		padding: 20px 15px;
		padding-left: 45px;
	}

	.text__blockquote1::after {
		top: 15px;
	}

	.text__blockquote2 {
		padding-left: 20px;
		margin: 15px 0;
	}

	.text blockquote {
		padding: 20px 15px;
		margin: 15px 0;
	}

	.swiper-button-prev-style1 {
		left: 12px;
	}

	.swiper-button-next-style1 {
		right: 12px;
	}

	.swiper-pagination-style1 {
		bottom: -18px;
	}

	.swiper-pagination-style1 .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
	}

	body .f-button.is-close-button {
		top: 10px;
		right: 10px;
	}

	.title1 {
		margin-bottom: 16px;
	}

	.slidernavwrap1 {
		margin-bottom: 16px;
	}

	.slidernav1 {
		width: 88px;
	}

	.swiper-button-next-style2,
	.swiper-button-prev-style2 {
		width: 40px;
		height: 40px;
	}

	.tags1 {
		gap: 4px;
		margin-bottom: 16px;
	}

	.tag1 {
		padding: 9px 15px;
		font-size: 14px;
	}

	.select-wrap1 .choices {
		font-size: 16px;
	}

	.select-wrap1--rest .choices__list--single {
		padding-left: 56px;
	}

	.select-wrap1--rest .choices__list--single:before {
		width: 24px;
		height: 24px;
		left: 16px;
	}

	.select-wrap1 .choices__list--single {
		border-radius: 15px;
		padding-top: 16px;
		padding-bottom: 16px;
		padding-right: 36px;
	}

	.select-wrap1 .choices__list--single::after {
		width: 11px;
		right: 16px;
	}

	.select-wrap1 .choices__list--dropdown {
		border-radius: 15px;
	}

	.field-wrap {
		margin-bottom: 10px;
	}

	.label1--date::before {
		width: 24px;
		height: 24px;
		left: 16px;
	}

	.label1--date::after {
		width: 11px;
		right: 16px;
	}

	.label1--date .input1 {
		padding-left: 56px;
		padding-right: 35px;
	}

	.label1--quantity .input1 {
		padding-left: 56px;
	}

	.label1--quantity::before {
		width: 24px;
		height: 24px;
		left: 16px;
	}

	.inputiconplaceholder .input-placeholder {
		left: 46px;
	}

	.input-placeholder {
		left: 6px;
		font-size: 16px;
	}

	.input-placeholder.smallplaceholder {
		transform: translate(4px, -41px) scale(0.67);
	}

	.input1 {
		border-radius: 15px;
		font-size: 16px;
		padding: 16px;
	}

	.label-checkbox1 {
		margin-top: 24px;
	}

	.soc1__item {
		width: 44px;
		height: 44px;
	}

	.soc1__item-link svg {
		width: 24px;
		height: 24px;
	}

	.app1__list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		max-width: none;
		margin-top: -10px;
	}

	.app1__item {
		width: 31.5%;
		margin-bottom: 0;
		margin-top: 10px;
	}

	.app1__item-link {
		justify-content: center;
		padding: 10px;
		min-height: 43px;
		border-radius: 16px;
	}

	.app1__item-link img {
		max-width: 75px;
	}
}

@media (hover) {
	.totop:hover {
		background-color: #315027;
	}

	.tooltip:hover .tooltip__text-wrap {
		opacity: 1;
		visibility: visible;
		pointer-events: initial;
	}

	.swiper-button-next-style1:hover,
	.swiper-button-prev-style1:hover {
		background-color: #fff;
	}

	.swiper-button-next-style1:hover svg,
	.swiper-button-prev-style1:hover svg {
		fill: #315027;
	}

	.swiper-pagination-style1 .swiper-pagination-bullet:hover {
		background-color: #315027;
	}

	.btn1:hover {
		background-color: #20351a;
	}

	.btn2:hover {
		color: #fff;
		background-color: #315027;
	}

	.btn2:hover::after {
		border: 1px solid #fff;
	}

	.btn2:hover .btn2__icon svg {
		fill: #fff;
	}

	.swiper-button-next-style2:hover,
	.swiper-button-prev-style2:hover {
		background-color: #E6EAE5;
	}

	.tag1:hover {
		color: #fff;
		background-color: #315027;
		border: 1px solid #315027;
	}

	.select-wrap1 .choices__list--dropdown .choices__item:hover {
		color: #304a0a;
	}

	.label-checkbox1__text a:hover {
		text-decoration-color: transparent;
	}

	.soc1__item-link:hover {
		transform: translateY(1px);
	}

	.app1__item-link:hover {
		transform: translateY(1px);
	}
}