

/* Start:/local/templates/frutonyanya_vn/template_styles.css?1765270371148642*/
@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
@-webkit-keyframes scale-in-center {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}
@-webkit-keyframes fade-in-down {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@-webkit-keyframes fade-in-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes fade-out {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes scale-in-center {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}
@keyframes fade-in-down {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes fade-in-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes fade-in {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fade-out {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 10px;
}
body {
	margin: 0;
	background: #cee9ef;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
	display: block;
}
h1 {
	font-size: 2em;
}
figure {
	margin: 1em 40px;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	font: inherit;
	text-decoration: none;
	color: inherit;
	border: 0;
	outline: 0;
	-webkit-transition: color 0.25s ease-in-out;
	-o-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
}
abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
dfn {
	font-style: italic;
}
mark {
	background-color: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	border-style: none;
	max-width: 100%;
	height: auto;
}
svg:not(:root) {
	overflow: hidden;
}
button,
input,
optgroup,
select {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
textarea {
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
	-webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	display: table;
	max-width: 100%;
	padding: 0;
	color: inherit;
	white-space: normal;
}
progress {
	display: inline-block;
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
summary {
	display: list-item;
}
[hidden],
template {
	display: none;
}
@font-face {
	font-family: "Neucha";
	src: url(/local/templates/frutonyanya_vn/fonts/subset-Neucha.woff2) format("woff2"),
		url(/local/templates/frutonyanya_vn/fonts/subset-Neucha.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Roboto Condensed";
	src: url(/local/templates/frutonyanya_vn/fonts/roboto-condensed-bold.woff2) format("woff2"),
		url(/local/templates/frutonyanya_vn/fonts/roboto-condensed-bold.woff) format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Roboto Condensed";
	src: url(/local/templates/frutonyanya_vn/fonts/roboto-condensed-regular.woff2) format("woff2"),
		url(/local/templates/frutonyanya_vn/fonts/roboto-condensed-regular.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
*,
::after,
::before,
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body.fixed {
	overflow: hidden;
}
@media screen and (min-width: 1260px) {
	.page {
		padding-top: 80px;
		font-size: 21px;
		line-height: 120%;
	}
}
@media (min-width: 768px) {
	.title {
		font-size: 35px;
	}
}
@media (min-width: 1260px) {
	.title {
		font-size: 50px;
		line-height: 100%;
		letter-spacing: normal;
	}
}
li,
ul {
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
	margin: 0;
	padding: 0;
}
@media screen and (min-width: 768px) {
	.from-tablet {
		display: block;
	}
}
@media screen and (min-width: 768px) {
	.mobile-only {
		display: none;
	}
}
@media screen and (min-width: 1260px) {
	.desktop-only {
		display: block;
	}
}
@media screen and (min-width: 768px) {
	.h1 {
		font-size: 35px;
	}
}
@media screen and (min-width: 1260px) {
	.h1 {
		font-size: 50px;
		line-height: 0.95;
	}
}
@media screen and (min-width: 768px) {
	.h2,
	.text-page h2 {
		font-size: 35px;
	}
}
@media screen and (min-width: 1260px) {
	.h2,
	.text-page h2 {
		font-size: 40px;
	}
}
@media screen and (min-width: 768px) {
	.h3,
	.text-page h3 {
		font-size: 30px;
	}
}
@media screen and (min-width: 1260px) {
	.h3,
	.text-page h3 {
		font-size: 35px;
	}
}
@media screen and (min-width: 1260px) {
	.text-page {
		font-size: 20px;
		line-height: 27px;
	}
}
.text-page p {
	margin: 15px 0;
}
@media screen and (min-width: 768px) {
	.text-page h2 {
		font-size: 35px;
		margin: 40px 0 20px;
	}
}
@media screen and (min-width: 1260px) {
	.text-page h2 {
		font-size: 40px;
	}
}
@media screen and (min-width: 768px) {
	.text-page h3 {
		font-size: 30px;
		margin: 40px 0 20px;
	}
}
@media screen and (min-width: 1260px) {
	.text-page h3 {
		font-size: 35px;
	}
}
@media screen and (min-width: 768px) {
	.text-page h4 {
		font-size: 25px;
		margin: 40px 0 20px;
	}
}
@media screen and (min-width: 1260px) {
	.text-page h4 {
		font-size: 30px;
	}
}
@media screen and (min-width: 1260px) {
	.text-page img {
		margin: 30px 0;
	}
}
.text-page a:not(.btn) {
	color: #00625e;
}
.text-page b {
	font-weight: 600;
}
@media screen and (min-width: 1260px) {
	.text-page ol {
		margin-bottom: 35px;
	}
}
@media screen and (min-width: 1260px) {
	.text-page ul {
		margin-bottom: 35px;
	}
}
@media screen and (min-width: 1260px) {
	.text-page ul li::before {
		top: 8px;
	}
}
@media screen and (min-width: 768px) {
	.default-section {
		padding-bottom: 50px;
	}
}
@media screen and (min-width: 1260px) {
	.default-section {
		padding-top: 25px;
		padding-bottom: 70px;
	}
}
input[type="checkbox"] + i,
input[type="radio"] + i {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 27px;
	font-style: normal;
}
.input input:focus + .input__placeholder .input__star,
.input input:not(:placeholder-shown) + .input__placeholder .input__star,
.input textarea:focus + .input__placeholder .input__star,
.input textarea:not(:placeholder-shown) + .input__placeholder .input__star {
	margin-left: 10px;
}
@media screen and (min-width: 768px) {
	.btn {
		padding: 9px 20px;
	}
}
@media screen and (min-width: 1260px) {
	.btn {
		min-height: 50px;
		padding: 11px 20px;
		font-size: 17px;
	}
}
.nice-select::after {
	content: "";
	width: 6px;
	height: 4px;
	background: url(/local/templates/frutonyanya_vn/img/svg/select.svg) no-repeat center/contain;
	position: absolute;
	right: 18px;
	top: calc(50% - 2px);
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.nice-select .has-multiple span.current {
	border: 1px solid #ccc;
	background: #eee;
	padding: 0 10px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 3px;
	margin-right: 3px;
}
@font-face {
	font-family: "swiper-icons";
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
		format("woff");
	font-weight: 400;
	font-style: normal;
}
:root {
	--swiper-theme-color: #007aff;
}
.swiper,
.swiper-wrapper {
	position: relative;
	z-index: 1;
}
.swiper {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	list-style: none;
	padding: 0;
}
.swiper-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.swiper-wrapper {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.swiper-pointer-events {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}
.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
	visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}
.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(
		linear,
		right top,
		left top,
		from(rgba(0, 0, 0, 0.5)),
		to(transparent)
	);
	background-image: -webkit-linear-gradient(
		right,
		rgba(0, 0, 0, 0.5),
		transparent
	);
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(0, 0, 0, 0.5)),
		to(transparent)
	);
	background-image: -webkit-linear-gradient(
		left,
		rgba(0, 0, 0, 0.5),
		transparent
	);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(rgba(0, 0, 0, 0.5)),
		to(transparent)
	);
	background-image: -webkit-linear-gradient(
		bottom,
		rgba(0, 0, 0, 0.5),
		transparent
	);
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0.5)),
		to(transparent)
	);
	background-image: -webkit-linear-gradient(
		top,
		rgba(0, 0, 0, 0.5),
		transparent
	);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	order: 9999;
}
.swiper-centered.swiper-horizontal
	> .swiper-wrapper
	> .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
}
.container {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	z-index: 5;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.container {
		max-width: 768px;
	}
}
@media screen and (min-width: 1260px) {
	.container {
		max-width: 1260px;
		padding: 0 30px;
	}
}
.page--scroll {
	overflow-y: hidden;
}
.list {
	-webkit-border-radius: 30px;
	border-radius: 30px;
	padding: 30px;
	margin: 100px;
	width: 600px;
	background-color: #efefef;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.list a {
	display: block;
	margin-bottom: 20px;
	font-size: 30px;
	color: #171c8f;
	font-weight: 600;
}
@font-face {
	font-family: "Neucha";
	src: url(/local/templates/frutonyanya_vn/fonts/subset-Neucha.woff2) format("woff2"),
		url(/local/templates/frutonyanya_vn/fonts/subset-Neucha.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Roboto Condensed";
	src: url(/local/templates/frutonyanya_vn/fonts/roboto-condensed-bold.woff2) format("woff2"),
		url(/local/templates/frutonyanya_vn/fonts/roboto-condensed-bold.woff) format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Roboto Condensed";
	src: url(/local/templates/frutonyanya_vn/fonts/roboto-condensed-regular.woff2) format("woff2"),
		url(/local/templates/frutonyanya_vn/fonts/roboto-condensed-regular.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
:root {
	--app-height: 100%;
}
.page {
	height: 100%;
	margin: 0;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 20px;
	line-height: 125%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #2a384e;
	padding: 80px 0 0;
	background: #cee9ef;
}
@media screen and (min-width: 1260px) {
	.page {
		padding-top: 80px;
		font-size: 21px;
		line-height: 120%;
	}
}
.page__wrapper {
	min-width: 320px;
	min-height: calc(100vh - 80px);
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	background: #eaf6f9;
}
.title {
	font-weight: 800;
	font-size: 30px;
	line-height: 100%;
	letter-spacing: -0.02em;
	color: #fff;
	text-align: center;
}
@media (min-width: 768px) {
	.title {
		font-size: 35px;
	}
}
@media (min-width: 1260px) {
	.title {
		font-size: 50px;
		line-height: 100%;
		letter-spacing: normal;
	}
}
.text-hidden {
	font-size: 0;
	visibility: hidden;
	opacity: 0;
}
.from-tablet {
	display: none;
}
@media screen and (min-width: 768px) {
	.from-tablet {
		display: block;
	}
}
.mobile-only,
.no-csspointerevents .nice-select.open .nice-select-dropdown {
	display: block;
}
@media screen and (min-width: 768px) {
	.mobile-only {
		display: none;
	}
}
.desktop-only {
	display: none;
}
@media screen and (min-width: 1260px) {
	.desktop-only {
		display: block;
	}
}
.h1 {
	font-family: "Neucha", sans-serif;
	color: #00625e;
	line-height: 1;
	font-weight: 400;
}
.h2,
.h3,
.h4 {
	font-size: 25px;
}
.h2,
.h3,
.h4,
.text-page h2,
.text-page h3,
.text-page h4 {
	font-family: "Neucha", sans-serif;
	color: #00625e;
	line-height: 1;
	font-weight: 400;
}
.h1 {
	font-size: 30px;
}
@media screen and (min-width: 768px) {
	.h1 {
		font-size: 35px;
	}
}
@media screen and (min-width: 1260px) {
	.h1 {
		font-size: 50px;
		line-height: 0.95;
	}
}
@media screen and (min-width: 768px) {
	.h2,
	.text-page h2 {
		font-size: 35px;
	}
}
@media screen and (min-width: 1260px) {
	.h2,
	.text-page h2 {
		font-size: 40px;
	}
}
@media screen and (min-width: 768px) {
	.h3,
	.text-page h3 {
		font-size: 30px;
	}
}
@media screen and (min-width: 1260px) {
	.h3,
	.text-page h3 {
		font-size: 35px;
	}
}
.center {
	text-align: center;
}
.ajax-loading {
	opacity: 0.5;
	pointer-events: none;
	cursor: wait;
}
.text-page {
	font-size: 17px;
	line-height: 1.3;
	color: #2a384e;
}
@media screen and (min-width: 1260px) {
	.text-page {
		font-size: 20px;
		line-height: 27px;
	}
}
.text-page h2 {
	font-size: 30px;
	margin: 30px 0 10px;
}
@media screen and (min-width: 768px) {
	.text-page h2 {
		font-size: 35px;
		margin: 40px 0 20px;
	}
}
@media screen and (min-width: 1260px) {
	.text-page h2 {
		font-size: 40px;
	}
}
.text-page h3,
.text-page h4 {
	font-size: 25px;
	margin: 20px 0 10px;
}
@media screen and (min-width: 768px) {
	.text-page h3 {
		font-size: 30px;
		margin: 40px 0 20px;
	}
}
@media screen and (min-width: 1260px) {
	.text-page h3 {
		font-size: 35px;
	}
}
.text-page h4 {
	font-size: 20px;
}
@media screen and (min-width: 768px) {
	.text-page h4 {
		font-size: 25px;
		margin: 40px 0 20px;
	}
}
@media screen and (min-width: 1260px) {
	.text-page h4 {
		font-size: 30px;
	}
}
.text-page img {
	display: block;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin: 20px 0;
}
@media screen and (min-width: 1260px) {
	.text-page img {
		margin: 30px 0;
	}
}
.text-page ol {
	counter-reset: leafCounter;
}
@media screen and (min-width: 1260px) {
	.text-page ol {
		margin-bottom: 35px;
	}
}
.text-page ol li {
	counter-increment: leafCounter;
}
.text-page ol li::before,
.text-page ul li::before {
	background: url(/local/templates/frutonyanya_vn/img/svg/list-item.svg) no-repeat center/contain;
	position: absolute;
	left: 0;
}
.text-page ol li::before {
	content: counter(leafCounter);
	color: #fff;
	font-size: 15px;
	text-align: center;
	line-height: 18px;
	width: 23px;
	height: 18px;
	top: 2px;
}
.text-page ol,
.text-page ul {
	margin: -4px 0 20px;
	padding: 0;
}
@media screen and (min-width: 1260px) {
	.text-page ul {
		margin-bottom: 35px;
	}
}
.text-page ol li,
.text-page ul li {
	margin-bottom: 10px;
	padding-left: 32px;
	position: relative;
}
.text-page ul li::before {
	content: "";
	width: 13px;
	height: 11px;
	top: 6px;
}
@media screen and (min-width: 1260px) {
	.text-page ul li::before {
		top: 8px;
	}
}
.default-section {
	padding: 18px 0 40px;
}
@media screen and (min-width: 768px) {
	.default-section {
		padding-bottom: 50px;
	}
}
@media screen and (min-width: 1260px) {
	.default-section {
		padding-top: 25px;
		padding-bottom: 70px;
	}
}
.nice-select {
	-webkit-tap-highlight-color: transparent;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: solid 1px rgba(0, 98, 94, 0.5);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	font-size: 17px;
	font-weight: 400;
	height: 50px;
	line-height: 1;
	outline: 0;
	padding-left: 20px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto;
	color: rgba(0, 98, 94, 0.5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.input input:hover + .input__placeholder,
.input textarea:hover + .input__placeholder,
.nice-select.selected {
	color: #00625e;
}
.nice-select.error {
	border-color: #ee765e;
}
.nice-select:hover {
	color: #00625e;
	border-color: #00625e;
}
.nice-select.open,
.nice-select:active,
.nice-select:focus {
	border-color: #00625e;
}
.nice-select.open:after {
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
}
.nice-select.open .nice-select-dropdown {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}
.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}
.nice-select.disabled:after {
	border-color: #ccc;
}
.nice-select.wide {
	width: 100%;
}
.nice-select.wide .nice-select-dropdown {
	left: 0 !important;
	right: 0 !important;
}
.nice-select.right {
	float: right;
}
.nice-select.right .nice-select-dropdown {
	left: auto;
	right: 0;
}
.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}
.nice-select.small:after {
	height: 4px;
	width: 4px;
}
.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}
.nice-select .nice-select-dropdown {
	margin-top: 10px;
	background-color: #eaf6f9;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0 36px 20px rgba(12, 79, 77, 0.1),
		0 24px 12px rgba(12, 79, 77, 0.1), 0 10px 8px rgba(12, 79, 77, 0.1);
	box-shadow: 0 36px 20px rgba(12, 79, 77, 0.1),
		0 24px 12px rgba(12, 79, 77, 0.1), 0 10px 8px rgba(12, 79, 77, 0.1);
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: -1px;
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transform: scale(0.75) translateY(-20px);
	-ms-transform: scale(0.75) translateY(-20px);
	transform: scale(0.75) translateY(-20px);
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	z-index: 90;
	opacity: 0;
	width: calc(100% + 2px);
	font-size: 17px;
}
.nice-select .list {
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding: 7px 20px 12px;
	max-height: 210px;
	overflow-y: auto;
	margin: 0;
	width: 100%;
	background: 0 0;
}
.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}
.nice-select .option {
	cursor: pointer;
	line-height: 1;
	list-style: none;
	outline: 0;
	padding: 8px 0;
	text-align: left;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	color: #00625e;
	border-bottom: 1px solid rgba(0, 98, 94, 0.2);
}
.nice-select .option:last-child {
	border-bottom: 0;
}
.nice-select .option.selected {
	color: rgba(42, 56, 78, 0.6);
}
.nice-select .option.disabled,
.no-csspointerevents .nice-select .nice-select-dropdown,
input[type="checkbox"],
input[type="radio"] {
	display: none;
}
.nice-select .optgroup {
	font-weight: 700;
}
.nice-select .list::-webkit-scrollbar {
	width: 0;
}
.nice-select .has-multiple {
	white-space: inherit;
	height: auto;
	padding: 7px 12px;
	min-height: 36px;
	line-height: 22px;
}
.nice-select .current {
	position: relative;
	top: -1px;
}
.nice-select .current::after {
	content: "*";
	display: inline-block;
	font-size: 18px;
	line-height: 1.2;
	color: #ee765e;
	margin-left: 5px;
}
.nice-select .has-multiple .multiple-options {
	display: block;
	line-height: 24px;
	padding: 0;
}
.nice-select .nice-select-search-box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 5px;
	pointer-events: none;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.nice-select .nice-select-search {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #444;
	display: inline-block;
	vertical-align: middle;
	padding: 7px 12px;
	margin: 0 10px 0 0;
	width: 100%;
	min-height: 36px;
	line-height: 22px;
	height: auto;
	outline: 0 !important;
	font-size: 14px;
}
a:hover {
	text-decoration: underline;
}
input[type="checkbox"] + i::before,
input[type="radio"] + i::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url(/local/templates/frutonyanya_vn/img/svg/checkbox.svg) no-repeat center/contain;
	position: absolute;
	left: 0;
	top: 3px;
}
input[type="radio"] + i::before {
	background-image: url(/local/templates/frutonyanya_vn/img/svg/radio.svg);
}
input[type="checkbox"]:checked + i::before {
	background-image: url(/local/templates/frutonyanya_vn/img/svg/checkbox-checked.svg);
}
input[type="radio"]:checked + i::before {
	background-image: url(/local/templates/frutonyanya_vn/img/svg/radio-checked.svg);
}
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"] {
	height: 50px;
}
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
textarea {
	caret-color: #00625e;
	display: block;
	width: 100%;
	background: 0 0;
	border: 1px solid rgba(42, 56, 78, 0.6);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	font-size: 17px;
	color: rgba(42, 56, 78, 0.6);
	line-height: 1.2;
	-webkit-transition: color 0.25s ease-in-out, border 0.25s ease-in-out,
		padding 0.25s ease-in-out;
	-o-transition: color 0.25s ease-in-out, border 0.25s ease-in-out,
		padding 0.25s ease-in-out;
	transition: color 0.25s ease-in-out, border 0.25s ease-in-out,
		padding 0.25s ease-in-out;
	padding: 13px 20px 12px;
	font-family: "Roboto Condensed", sans-serif;
}
input[type="email"]:focus,
input[type="email"]:hover,
input[type="password"]:focus,
input[type="password"]:hover,
input[type="tel"]:focus,
input[type="tel"]:hover,
input[type="text"]:focus,
input[type="text"]:hover,
textarea:focus,
textarea:hover {
	border-color: #00625e;
	color: #00625e;
}
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
textarea:focus {
	border-width: 2px;
	padding-left: 19px;
}
input[type="email"]:disabled,
input[type="password"]:disabled,
input[type="tel"]:disabled,
input[type="text"]:disabled,
textarea:disabled {
	background: #fff;
	color: rgba(0, 98, 94, 0.2);
	border-color: rgba(0, 98, 94, 0.2);
}
textarea {
	height: 170px;
}
.input {
	position: relative;
}
.input input:focus + .input__placeholder,
.input input:not(:placeholder-shown) + .input__placeholder,
.input textarea:focus + .input__placeholder,
.input textarea:not(:placeholder-shown) + .input__placeholder {
	padding: 0 10px 4px;
	background: #fff;
	color: rgba(0, 98, 94, 0.5);
	left: 10px;
	top: -13px;
	font-size: 15px;
	white-space: nowrap;
}
.input input:disabled + .input__placeholder,
.input textarea:disabled + .input__placeholder {
	color: rgba(0, 98, 94, 0.2);
}
.input__placeholder {
	display: inline-block;
	width: auto;
	pointer-events: none;
	position: absolute;
	left: 20px;
	top: 13px;
	max-width: calc(100% - 40px);
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	color: rgba(42, 56, 78, 0.6);
	z-index: 10;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	font-size: 17px;
	line-height: 1.2;
}
textarea + .input__placeholder {
	white-space: normal;
}
.input__star {
	font-size: 18px;
	line-height: 1.2;
	color: #ee765e;
	margin-left: 5px;
}
.input_error input,
.input_error textarea {
	border-color: #ee765e !important;
}
.input_error input:focus,
.input_error input:hover,
.input_error textarea:focus,
.input_error textarea:hover {
	border-color: #ee765e !important;
}
.input_error input:focus + .input__placeholder,
.input_error input:not(:placeholder-shown) + .input__placeholder,
.input_error textarea:focus + .input__placeholder,
.input_error textarea:not(:placeholder-shown) + .input__placeholder {
	color: #ee765e;
}
body:not(.user-is-tabbing) [role="button"]:focus,
body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) input:focus + label,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus {
	outline: 0 !important;
}
.btn {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	min-height: 45px;
	font-family: "Neucha", sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.12em;
	line-height: 1;
	padding: 9px 13px;
	border: 0;
	-webkit-transition: -webkit-filter 0.25s ease-in-out;
	-o-transition: filter 0.25s ease-in-out;
	transition: filter 0.25s ease-in-out;
	transition: filter 0.25s ease-in-out, -webkit-filter 0.25s ease-in-out;
	cursor: pointer;
	background: url(/local/templates/frutonyanya_vn/img/svg/button.svg) no-repeat center/100% 100%;
	font-weight: 400;
}
@media screen and (min-width: 768px) {
	.btn {
		padding: 9px 20px;
	}
}
.btn:disabled {
	background-image: url(/local/templates/frutonyanya_vn/img/svg/button-disabled.svg);
	cursor: default;
	color: rgba(255, 255, 255, 0.5);
}
.btn:disabled::after {
	opacity: 0.5;
}
@media screen and (min-width: 1260px) {
	.btn {
		min-height: 50px;
		padding: 11px 20px;
		font-size: 17px;
	}
}
.btn:hover {
	-webkit-filter: drop-shadow(0 10px 20px rgba(0, 79, 79, 0.4));
	filter: drop-shadow(0 10px 20px rgba(0, 79, 79, 0.4));
	text-decoration: none;
}
.btn:active {
	-webkit-filter: drop-shadow(0 5px 10px rgba(0, 79, 79, 0.4));
	filter: drop-shadow(0 5px 10px rgba(0, 79, 79, 0.4));
}
.btn_arrow::after {
	content: "";
	display: block;
	width: 13px;
	height: 9px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 13px;
	flex: 0 0 13px;
	margin-left: 9px;
	background: url(/local/templates/frutonyanya_vn/img/svg/button-arrow.svg) no-repeat center/contain;
	position: relative;
	top: 1px;
}
.btn_small {
	background: #00625e;
	font-family: "Roboto Condensed", sans-serif;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	letter-spacing: 0;
	padding: 0 20px 3px;
	text-transform: none;
	min-height: 35px;
	font-size: 17px;
	-webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
	-o-transition: box-shadow 0.25s ease-in-out;
	transition: box-shadow 0.25s ease-in-out;
	transition: box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
}
.btn_small-white,
.btn_small:hover {
	-webkit-box-shadow: 0 1px 2px rgba(1, 78, 114, 0.1);
	box-shadow: 0 1px 2px rgba(1, 78, 114, 0.1);
}
.btn_small-white {
	font-family: "Roboto Condensed", sans-serif;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	letter-spacing: 0;
	padding: 0 20px 3px;
	text-transform: none;
	min-height: 35px;
	font-size: 17px;
	-webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
	-o-transition: box-shadow 0.25s ease-in-out;
	transition: box-shadow 0.25s ease-in-out;
	transition: box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
}
.btn_small-white:hover,
.btn_small:hover {
	-webkit-filter: none;
	filter: none;
}
.btn_light,
.btn_small-white,
.btn_white {
	background: #fff;
	color: #00625e;
}
.btn_light.btn_arrow::after,
.btn_small-white.btn_arrow::after,
.btn_white.btn_arrow::after {
	background-image: url(/local/templates/frutonyanya_vn/img/svg/button-arrow-green.svg);
	position: relative;
	top: 2px;
	-webkit-transition: background 0.25s ease-in-out;
	-o-transition: background 0.25s ease-in-out;
	transition: background 0.25s ease-in-out;
}
.btn_light {
	background: #f6fafc;
	-webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
	-o-transition: box-shadow 0.25s ease-in-out;
	transition: box-shadow 0.25s ease-in-out;
	transition: box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
}
.btn_light:hover,
.btn_small-white:hover {
	-webkit-box-shadow: 0 3px 6px rgba(1, 78, 114, 0.2);
	box-shadow: 0 3px 6px rgba(1, 78, 114, 0.2);
}
.btn__number {
	margin-left: 10px;
	opacity: 0.5;
}
.error-message {
	display: block;
	margin: 0 0 30px;
	font-size: 17px;
}
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
@keyframes scale-in-center {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}
@keyframes fade-in-down {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes fade-in-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes fade-in {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fade-out {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 10px;
}
body {
	margin: 0;
	background: #cee9ef;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
	display: block;
}
h1 {
	font-size: 2em;
}
figure {
	margin: 1em 40px;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	font: inherit;
	text-decoration: none;
	color: inherit;
	border: 0;
	outline: 0;
	-webkit-transition: color 0.25s ease-in-out;
	-o-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
}
abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
dfn {
	font-style: italic;
}
mark {
	background-color: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	border-style: none;
	max-width: 100%;
	height: auto;
}
svg:not(:root) {
	overflow: hidden;
}
button,
input,
optgroup,
select {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
textarea {
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
	-webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	max-width: 100%;
	padding: 0;
	color: inherit;
	white-space: normal;
}
progress {
	display: inline-block;
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
summary {
	display: list-item;
}
[hidden],
template {
	display: none;
}
@font-face {
	font-family: "Neucha";
	src: url(/local/templates/frutonyanya_vn/fonts/subset-Neucha.woff2) format("woff2"),
		url(/local/templates/frutonyanya_vn/fonts/subset-Neucha.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Roboto Condensed";
	src: url(/local/templates/frutonyanya_vn/fonts/roboto-condensed-bold.woff2) format("woff2"),
		url(/local/templates/frutonyanya_vn/fonts/roboto-condensed-bold.woff) format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Roboto Condensed";
	src: url(/local/templates/frutonyanya_vn/fonts/roboto-condensed-regular.woff2) format("woff2"),
		url(/local/templates/frutonyanya_vn/fonts/roboto-condensed-regular.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
:root {
	--app-height: 100%;
}
*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body.fixed {
	overflow: hidden;
}
.page {
	height: 100%;
	margin: 0;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 20px;
	line-height: 125%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #2a384e;
	padding: 80px 0 0;
	background: #cee9ef;
}
@media screen and (min-width: 1260px) {
	.page {
		padding-top: 80px;
		font-size: 21px;
		line-height: 120%;
	}
}
.page__wrapper {
	min-width: 320px;
	min-height: calc(100vh - 80px);
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	background: #eaf6f9;
}
.title {
	font-weight: 800;
	font-size: 30px;
	line-height: 100%;
	letter-spacing: -0.02em;
	color: #fff;
	text-align: center;
}
@media (min-width: 768px) {
	.title {
		font-size: 35px;
	}
}
@media (min-width: 1260px) {
	.title {
		font-size: 50px;
		line-height: 100%;
		letter-spacing: normal;
	}
}
li,
ul {
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
	margin: 0;
	padding: 0;
}
.text-hidden {
	font-size: 0;
	visibility: hidden;
	opacity: 0;
}
.from-tablet {
	display: none;
}
@media screen and (min-width: 768px) {
	.from-tablet {
		display: block;
	}
}
.mobile-only,
.no-csspointerevents .nice-select.open .nice-select-dropdown {
	display: block;
}
@media screen and (min-width: 768px) {
	.mobile-only {
		display: none;
	}
}
.desktop-only,
input[type="checkbox"],
input[type="radio"] {
	display: none;
}
@media screen and (min-width: 1260px) {
	.desktop-only {
		display: block;
	}
}
.h1 {
	font-family: "Neucha", sans-serif;
	color: #00625e;
	line-height: 1;
	font-weight: 400;
}
.h2,
.h3,
.h4 {
	font-size: 25px;
}
.h2,
.h3,
.h4,
.text-page h2,
.text-page h3,
.text-page h4 {
	font-family: "Neucha", sans-serif;
	color: #00625e;
	line-height: 1;
	font-weight: 400;
}
.h1 {
	font-size: 30px;
}
@media screen and (min-width: 768px) {
	.h1 {
		font-size: 35px;
	}
}
@media screen and (min-width: 1260px) {
	.h1 {
		font-size: 50px;
		line-height: 0.95;
	}
}
@media screen and (min-width: 768px) {
	.h2,
	.text-page h2 {
		font-size: 35px;
	}
}
@media screen and (min-width: 1260px) {
	.h2,
	.text-page h2 {
		font-size: 40px;
	}
}
@media screen and (min-width: 768px) {
	.h3,
	.text-page h3 {
		font-size: 30px;
	}
}
@media screen and (min-width: 1260px) {
	.h3,
	.text-page h3 {
		font-size: 35px;
	}
}
.center {
	text-align: center;
}
.ajax-loading {
	opacity: 0.5;
	pointer-events: none;
	cursor: wait;
}
.text-page {
	font-size: 17px;
	line-height: 1.3;
	color: #2a384e;
}
@media screen and (min-width: 1260px) {
	.text-page {
		font-size: 20px;
		line-height: 27px;
	}
}
.text-page p {
	margin: 15px 0;
}
.text-page h2 {
	font-size: 30px;
	margin: 30px 0 10px;
}
@media screen and (min-width: 768px) {
	.text-page h2 {
		font-size: 35px;
		margin: 40px 0 20px;
	}
}
@media screen and (min-width: 1260px) {
	.text-page h2 {
		font-size: 40px;
	}
}
.text-page h3,
.text-page h4 {
	font-size: 25px;
	margin: 20px 0 10px;
}
@media screen and (min-width: 768px) {
	.text-page h3 {
		font-size: 30px;
		margin: 40px 0 20px;
	}
}
@media screen and (min-width: 1260px) {
	.text-page h3 {
		font-size: 35px;
	}
}
.text-page h4 {
	font-size: 20px;
}
@media screen and (min-width: 768px) {
	.text-page h4 {
		font-size: 25px;
		margin: 40px 0 20px;
	}
}
@media screen and (min-width: 1260px) {
	.text-page h4 {
		font-size: 30px;
	}
}
.text-page img {
	display: block;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin: 20px 0;
}
@media screen and (min-width: 1260px) {
	.text-page img {
		margin: 30px 0;
	}
}
.text-page a:not(.btn) {
	color: #00625e;
}
.text-page b {
	font-weight: 600;
}
.text-page ol {
	counter-reset: leafCounter;
}
@media screen and (min-width: 1260px) {
	.text-page ol {
		margin-bottom: 35px;
	}
}
.text-page ol li {
	counter-increment: leafCounter;
}
.text-page ol li::before,
.text-page ul li::before {
	background: url(/local/templates/frutonyanya_vn/img/svg/list-item.svg) no-repeat center/contain;
	position: absolute;
	left: 0;
}
.text-page ol li::before {
	content: counter(leafCounter);
	color: #fff;
	font-size: 15px;
	text-align: center;
	line-height: 18px;
	width: 23px;
	height: 18px;
	top: 2px;
}
.text-page ol,
.text-page ul {
	margin: -4px 0 20px;
	padding: 0;
}
@media screen and (min-width: 1260px) {
	.text-page ul {
		margin-bottom: 35px;
	}
}
.text-page ol li,
.text-page ul li {
	margin-bottom: 10px;
	padding-left: 32px;
	position: relative;
}
.text-page ul li::before {
	content: "";
	width: 13px;
	height: 11px;
	top: 6px;
}
@media screen and (min-width: 1260px) {
	.text-page ul li::before {
		top: 8px;
	}
}
.default-section {
	padding: 18px 0 40px;
}
@media screen and (min-width: 768px) {
	.default-section {
		padding-bottom: 50px;
	}
}
@media screen and (min-width: 1260px) {
	.default-section {
		padding-top: 25px;
		padding-bottom: 70px;
	}
}
a:hover {
	text-decoration: underline;
}
input[type="checkbox"] + i,
input[type="radio"] + i {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 27px;
	font-style: normal;
}
input[type="checkbox"] + i::before,
input[type="radio"] + i::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url(/local/templates/frutonyanya_vn/img/svg/checkbox.svg) no-repeat center/contain;
	position: absolute;
	left: 0;
	top: 3px;
}
input[type="radio"] + i::before {
	background-image: url(/local/templates/frutonyanya_vn/img/svg/radio.svg);
}
input[type="checkbox"]:checked + i::before {
	background-image: url(/local/templates/frutonyanya_vn/img/svg/checkbox-checked.svg);
}
input[type="radio"]:checked + i::before {
	background-image: url(/local/templates/frutonyanya_vn/img/svg/radio-checked.svg);
}
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"] {
	height: 50px;
}
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
textarea {
	caret-color: #00625e;
	display: block;
	width: 100%;
	background: 0 0;
	border: 1px solid rgba(42, 56, 78, 0.6);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	font-size: 17px;
	color: rgba(42, 56, 78, 0.6);
	line-height: 1.2;
	-webkit-transition: color 0.25s ease-in-out, border 0.25s ease-in-out,
		padding 0.25s ease-in-out;
	-o-transition: color 0.25s ease-in-out, border 0.25s ease-in-out,
		padding 0.25s ease-in-out;
	transition: color 0.25s ease-in-out, border 0.25s ease-in-out,
		padding 0.25s ease-in-out;
	padding: 13px 20px 12px;
	font-family: "Roboto Condensed", sans-serif;
}
input[type="email"]:focus,
input[type="email"]:hover,
input[type="password"]:focus,
input[type="password"]:hover,
input[type="tel"]:focus,
input[type="tel"]:hover,
input[type="text"]:focus,
input[type="text"]:hover,
textarea:focus,
textarea:hover {
	border-color: #00625e;
	color: #00625e;
}
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
textarea:focus {
	border-width: 2px;
	padding-left: 19px;
}
input[type="email"]:disabled,
input[type="password"]:disabled,
input[type="tel"]:disabled,
input[type="text"]:disabled,
textarea:disabled {
	background: #fff;
	color: rgba(0, 98, 94, 0.2);
	border-color: rgba(0, 98, 94, 0.2);
}
textarea {
	height: 170px;
}
.input {
	position: relative;
}
.input input:hover + .input__placeholder,
.input textarea:hover + .input__placeholder {
	color: #00625e;
}
.input input:focus + .input__placeholder,
.input input:not(:placeholder-shown) + .input__placeholder,
.input textarea:focus + .input__placeholder,
.input textarea:not(:placeholder-shown) + .input__placeholder {
	padding: 0 10px 4px;
	background: #fff;
	color: rgba(0, 98, 94, 0.5);
	left: 10px;
	top: -13px;
	font-size: 15px;
	white-space: nowrap;
}
.input input:focus + .input__placeholder .input__star,
.input input:not(:placeholder-shown) + .input__placeholder .input__star,
.input textarea:focus + .input__placeholder .input__star,
.input textarea:not(:placeholder-shown) + .input__placeholder .input__star {
	margin-left: 10px;
}
.input input:disabled + .input__placeholder,
.input textarea:disabled + .input__placeholder {
	color: rgba(0, 98, 94, 0.2);
}
.input__placeholder {
	display: inline-block;
	width: auto;
	pointer-events: none;
	position: absolute;
	left: 20px;
	top: 13px;
	max-width: calc(100% - 40px);
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	color: rgba(42, 56, 78, 0.6);
	z-index: 10;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	font-size: 17px;
	line-height: 1.2;
}
textarea + .input__placeholder {
	white-space: normal;
}
.input__star {
	font-size: 18px;
	line-height: 1.2;
	color: #ee765e;
	margin-left: 5px;
}
.input_error input,
.input_error textarea {
	border-color: #ee765e !important;
}
.input_error input:focus,
.input_error input:hover,
.input_error textarea:focus,
.input_error textarea:hover {
	border-color: #ee765e !important;
}
.input_error input:focus + .input__placeholder,
.input_error input:not(:placeholder-shown) + .input__placeholder,
.input_error textarea:focus + .input__placeholder,
.input_error textarea:not(:placeholder-shown) + .input__placeholder {
	color: #ee765e;
}
body:not(.user-is-tabbing) [role="button"]:focus,
body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) input:focus + label,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus {
	outline: 0 !important;
}
.btn {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	min-height: 45px;
	font-family: "Neucha", sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.12em;
	line-height: 1;
	padding: 9px 13px;
	border: 0;
	-webkit-transition: -webkit-filter 0.25s ease-in-out;
	-o-transition: filter 0.25s ease-in-out;
	transition: filter 0.25s ease-in-out;
	transition: filter 0.25s ease-in-out, -webkit-filter 0.25s ease-in-out;
	cursor: pointer;
	background: url(/local/templates/frutonyanya_vn/img/svg/button.svg) no-repeat center/100% 100%;
	font-weight: 400;
}
@media screen and (min-width: 768px) {
	.btn {
		padding: 9px 20px;
	}
}
.btn:disabled {
	background-image: url(/local/templates/frutonyanya_vn/img/svg/button-disabled.svg);
	cursor: default;
	color: rgba(255, 255, 255, 0.5);
}
.btn:disabled::after {
	opacity: 0.5;
}
@media screen and (min-width: 1260px) {
	.btn {
		min-height: 50px;
		padding: 11px 20px;
		font-size: 17px;
	}
}
.btn:hover {
	-webkit-filter: drop-shadow(0 10px 20px rgba(0, 79, 79, 0.4));
	filter: drop-shadow(0 10px 20px rgba(0, 79, 79, 0.4));
	text-decoration: none;
}
.btn:active {
	-webkit-filter: drop-shadow(0 5px 10px rgba(0, 79, 79, 0.4));
	filter: drop-shadow(0 5px 10px rgba(0, 79, 79, 0.4));
}
.btn_arrow::after {
	content: "";
	display: block;
	width: 13px;
	height: 9px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 13px;
	flex: 0 0 13px;
	margin-left: 9px;
	background: url(/local/templates/frutonyanya_vn/img/svg/button-arrow.svg) no-repeat center/contain;
	position: relative;
	top: 1px;
}
.btn_small {
	background: #00625e;
	font-family: "Roboto Condensed", sans-serif;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	letter-spacing: 0;
	padding: 0 20px 3px;
	text-transform: none;
	min-height: 35px;
	font-size: 17px;
	-webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
	-o-transition: box-shadow 0.25s ease-in-out;
	transition: box-shadow 0.25s ease-in-out;
	transition: box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
}
.btn_small-white,
.btn_small:hover {
	-webkit-box-shadow: 0 1px 2px rgba(1, 78, 114, 0.1);
	box-shadow: 0 1px 2px rgba(1, 78, 114, 0.1);
}
.btn_small-white {
	font-family: "Roboto Condensed", sans-serif;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	letter-spacing: 0;
	padding: 0 20px 3px;
	text-transform: none;
	min-height: 35px;
	font-size: 17px;
	-webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
	-o-transition: box-shadow 0.25s ease-in-out;
	transition: box-shadow 0.25s ease-in-out;
	transition: box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
}
.btn_small-white:hover,
.btn_small:hover {
	-webkit-filter: none;
	filter: none;
}
.btn_light,
.btn_small-white,
.btn_white {
	background: #fff;
	color: #00625e;
}
.btn_light.btn_arrow::after,
.btn_small-white.btn_arrow::after,
.btn_white.btn_arrow::after {
	background-image: url(/local/templates/frutonyanya_vn/img/svg/button-arrow-green.svg);
	position: relative;
	top: 2px;
	-webkit-transition: background 0.25s ease-in-out;
	-o-transition: background 0.25s ease-in-out;
	transition: background 0.25s ease-in-out;
}
.btn_light {
	background: #f6fafc;
	-webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
	-o-transition: box-shadow 0.25s ease-in-out;
	transition: box-shadow 0.25s ease-in-out;
	transition: box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
}
.btn_light:hover,
.btn_small-white:hover {
	-webkit-box-shadow: 0 3px 6px rgba(1, 78, 114, 0.2);
	box-shadow: 0 3px 6px rgba(1, 78, 114, 0.2);
}
.btn__number {
	margin-left: 10px;
	opacity: 0.5;
}
.error-message {
	display: block;
	margin: 0 0 30px;
	font-size: 17px;
}
.nice-select {
	-webkit-tap-highlight-color: transparent;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: solid 1px rgba(0, 98, 94, 0.5);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	font-size: 17px;
	font-weight: 400;
	height: 50px;
	line-height: 1;
	outline: 0;
	padding-left: 20px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto;
	color: rgba(0, 98, 94, 0.5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer__menu li a,
.nice-select.selected {
	color: #00625e;
}
.nice-select.error {
	border-color: #ee765e;
}
.nice-select:hover {
	color: #00625e;
	border-color: #00625e;
}
.nice-select.open,
.nice-select:active,
.nice-select:focus {
	border-color: #00625e;
}
.nice-select::after {
	content: "";
	width: 6px;
	height: 4px;
	background: url(/local/templates/frutonyanya_vn/img/svg/select.svg) no-repeat center/contain;
	position: absolute;
	right: 18px;
	top: calc(50% - 2px);
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.nice-select.open:after {
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
}
.nice-select.open .nice-select-dropdown {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}
.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}
.nice-select.disabled:after {
	border-color: #ccc;
}
.nice-select.wide {
	width: 100%;
}
.nice-select.wide .nice-select-dropdown {
	left: 0 !important;
	right: 0 !important;
}
.nice-select.right {
	float: right;
}
.nice-select.right .nice-select-dropdown {
	left: auto;
	right: 0;
}
.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}
.nice-select.small:after {
	height: 4px;
	width: 4px;
}
.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}
.nice-select .nice-select-dropdown {
	margin-top: 10px;
	background-color: #eaf6f9;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0 36px 20px rgba(12, 79, 77, 0.1),
		0 24px 12px rgba(12, 79, 77, 0.1), 0 10px 8px rgba(12, 79, 77, 0.1);
	box-shadow: 0 36px 20px rgba(12, 79, 77, 0.1),
		0 24px 12px rgba(12, 79, 77, 0.1), 0 10px 8px rgba(12, 79, 77, 0.1);
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: -1px;
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transform: scale(0.75) translateY(-20px);
	-ms-transform: scale(0.75) translateY(-20px);
	transform: scale(0.75) translateY(-20px);
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	z-index: 90;
	opacity: 0;
	width: calc(100% + 2px);
	font-size: 17px;
}
.nice-select .list {
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding: 7px 20px 12px;
	max-height: 210px;
	overflow-y: auto;
	margin: 0;
	width: 100%;
	background: 0 0;
}
.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}
.nice-select .option {
	cursor: pointer;
	line-height: 1;
	list-style: none;
	outline: 0;
	padding: 8px 0;
	text-align: left;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	color: #00625e;
	border-bottom: 1px solid rgba(0, 98, 94, 0.2);
}
.nice-select .option:last-child {
	border-bottom: 0;
}
.nice-select .option.selected {
	color: rgba(42, 56, 78, 0.6);
}
.nice-select .option.disabled,
.no-csspointerevents .nice-select .nice-select-dropdown {
	display: none;
}
.nice-select .optgroup {
	font-weight: 700;
}
.nice-select .list::-webkit-scrollbar {
	width: 0;
}
.nice-select .has-multiple {
	white-space: inherit;
	height: auto;
	padding: 7px 12px;
	min-height: 36px;
	line-height: 22px;
}
.nice-select .has-multiple span.current {
	border: 1px solid #ccc;
	background: #eee;
	padding: 0 10px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 3px;
	margin-right: 3px;
}
.nice-select .current {
	position: relative;
	top: -1px;
}
.nice-select .current::after {
	content: "*";
	display: inline-block;
	font-size: 18px;
	line-height: 1.2;
	color: #ee765e;
	margin-left: 5px;
}
.nice-select .has-multiple .multiple-options {
	display: block;
	line-height: 24px;
	padding: 0;
}
.nice-select .nice-select-search-box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 5px;
	pointer-events: none;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.nice-select .nice-select-search {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #444;
	display: inline-block;
	vertical-align: middle;
	padding: 7px 12px;
	margin: 0 10px 0 0;
	width: 100%;
	min-height: 36px;
	line-height: 22px;
	height: auto;
	outline: 0 !important;
	font-size: 14px;
}
._template {
	display: block;
}
.arrows__next,
.arrows__prev {
	cursor: pointer;
	width: 21px;
	height: 36px;
	border: 0;
	background: url(/local/templates/frutonyanya_vn/img/arrows/prev.svg) no-repeat center/contain;
}
.arrows__next {
	width: 20px;
	background-image: url(/local/templates/frutonyanya_vn/img/arrows/next.svg);
}
.articleDetail {
	display: block;
	background: #f6fafc;
	position: relative;
	padding-top: 71px;
}
@media screen and (min-width: 360px) {
	.articleDetail {
		padding-bottom: 40px;
	}
}
@media screen and (min-width: 768px) {
	.articleDetail {
		padding-top: 18px;
		padding-bottom: 50px;
	}
}
@media screen and (min-width: 1260px) {
	.articleDetail {
		padding-top: 30px;
		padding-bottom: 50px;
	}
}
.articleDetail .container {
	position: static;
}
.articleDetail + .comments {
	padding-top: 0;
}
.articleDetail__title {
	margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
	.articleDetail__title {
		margin-bottom: 32px;
	}
}
@media screen and (min-width: 1260px) {
	.articleDetail__title {
		max-width: 872px;
		margin-bottom: 41px;
	}
}
@media screen and (min-width: 768px) {
	.articleDetail__content {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
.articleDetail__main {
	margin: 0 -20px;
	background: #fff;
	padding: 21px 20px 20px;
}
@media screen and (min-width: 360px) {
	.articleDetail__main {
		margin: 0;
		-webkit-border-radius: 7px;
		border-radius: 7px;
	}
}
@media screen and (min-width: 768px) {
	.articleDetail__main {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 479px;
		flex: 0 0 479px;
		max-width: 479px;
		margin-right: 20px;
		padding: 20px 30px 22px;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1260px) {
	.articleDetail__main {
		-ms-flex-preferred-size: 872px;
		flex-basis: 872px;
		max-width: 872px;
		margin-right: 50px;
		padding: 25px 50px 50px;
		position: relative;
	}
}
.articleDetail__main .articleDetail__table-wrap {
	width: 100%;
	overflow-x: auto;
	position: relative;
	overflow-y: hidden;
}
.articleDetail__main .articleDetail__table-wrap::-webkit-scrollbar {
	display: none;
}
.articleDetail__main .articleDetail__scroll-wrap {
	width: 100%;
	overflow-x: auto;
	position: relative;
	overflow-y: hidden;
	margin-bottom: 15px;
	height: 10px;
}
.articleDetail__main .articleDetail__scroll-wrap::-webkit-scrollbar {
	height: 3px;
	background-color: rgba(0, 98, 94, 0.2);
}
.articleDetail__main .articleDetail__scroll-wrap::-webkit-scrollbar-thumb {
	background-color: #00625e;
}
.articleDetail__main table {
	border-collapse: collapse;
}
.articleDetail__main table thead {
	font-weight: 600;
	background: rgba(1, 78, 114, 0.08);
}
.articleDetail__main table thead td:first-child {
	-webkit-border-top-left-radius: 7px;
	border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	border-bottom-left-radius: 7px;
}
.articleDetail__main table thead td:last-child {
	-webkit-border-top-right-radius: 7px;
	border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
.articleDetail__main table tr:nth-child(even) {
	background: rgba(1, 78, 114, 0.08);
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.articleDetail__main table tr:nth-child(even) td:first-child {
	-webkit-border-top-left-radius: 7px;
	border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	border-bottom-left-radius: 7px;
}
.articleDetail__main table tr:nth-child(even) td:last-child {
	-webkit-border-top-right-radius: 7px;
	border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
.articleDetail__main table td {
	padding: 15px 20px 7px;
}
.articleDetail__main table td:not(:last-child) {
	border-right: 1px solid rgba(0, 98, 94, 0.2);
}
.articleDetail__main table tfoot {
	text-align: left;
	font-size: 15px;
	line-height: 120%;
	color: rgba(42, 56, 78, 0.6);
}
.articleDetail__main table tfoot th {
	padding-top: 30px;
}
@media screen and (min-width: 1260px) {
	.articleDetail__text {
		margin-top: -3px;
	}
}
.articleDetail__topInfo {
	color: rgba(42, 56, 78, 0.6);
	font-size: 17px;
	line-height: 1.3;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 98, 94, 0.16);
	margin-bottom: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
	.articleDetail__topInfo {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media screen and (min-width: 1260px) {
	.articleDetail__topInfo {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		padding-bottom: 14px;
		margin-bottom: 24px;
	}
}
.articleDetail__reviewer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin-bottom: 10px;
	color: #2a384e;
}
@media screen and (min-width: 768px) {
	.articleDetail__reviewer {
		margin-bottom: 9px;
	}
}
@media screen and (min-width: 1260px) {
	.articleDetail__reviewer {
		margin-bottom: 0;
		margin-right: 25px;
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}
}
.articleDetail__reviewer b {
	font-weight: 400;
	margin-right: 4px;
}
.articleDetail__reviewer a:hover,
a.articleDetail__related-category:hover,
a.articleDetail__related-title:hover {
	text-decoration: none;
	color: #2a384e;
}
.articleDetail__views {
	margin-right: 15px;
}
@media screen and (min-width: 1260px) {
	.articleDetail__date,
	.articleDetail__views {
		margin-right: 25px;
	}
}
.articleDetail__controls {
	margin-top: 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 768px) {
	.articleDetail__controls {
		padding-left: 10px;
		-ms-flex-preferred-size: 165px;
		flex-basis: 165px;
		margin-left: auto;
		margin-top: 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
.articleDetail__controls .like {
	margin-left: auto;
	position: relative;
	top: auto;
	right: auto;
	width: 35px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 35px;
	flex: 0 0 35px;
	height: 35px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 1px 2px rgba(1, 78, 114, 0.1);
	box-shadow: 0 1px 2px rgba(1, 78, 114, 0.1);
}
.articleDetail__thumbDown,
.articleDetail__thumbUp {
	border: 1px solid rgba(1, 78, 114, 0.08);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 10px;
	background: 0 0;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 6px 11px;
	font-size: 17px;
	color: #00625e;
	line-height: 1.2;
	font-family: "Roboto Condensed", sans-serif;
	cursor: pointer;
	-webkit-transition: border 0.25s ease-in-out,
		-webkit-box-shadow 0.25s ease-in-out;
	-o-transition: box-shadow 0.25s ease-in-out, border 0.25s ease-in-out;
	transition: box-shadow 0.25s ease-in-out, border 0.25s ease-in-out;
	transition: box-shadow 0.25s ease-in-out, border 0.25s ease-in-out,
		-webkit-box-shadow 0.25s ease-in-out;
}
.articleDetail__thumbDown::before,
.articleDetail__thumbUp::before {
	content: "";
	display: block;
	width: 16px;
	height: 15px;
	margin-right: 4px;
	background: url(/local/templates/frutonyanya_vn/img/articleDetail/thumb-up.svg) no-repeat center/contain;
	-webkit-transition: background 0.25s ease-in-out;
	-o-transition: background 0.25s ease-in-out;
	transition: background 0.25s ease-in-out;
}
.articleDetail__thumbDown.articleDetail__thumbUp_active,
.articleDetail__thumbUp.articleDetail__thumbUp_active {
	-webkit-box-shadow: 0 1px 2px rgba(1, 78, 114, 0.1);
	box-shadow: 0 1px 2px rgba(1, 78, 114, 0.1);
	border-color: transparent;
}
.articleDetail__thumbDown.articleDetail__thumbUp_active::before,
.articleDetail__thumbUp.articleDetail__thumbUp_active::before {
	background-image: url(/local/templates/frutonyanya_vn/img/articleDetail/thumb-up-hover.svg);
}
@media (hover: hover) {
	.articleDetail__thumbDown:hover,
	.articleDetail__thumbUp:hover {
		-webkit-box-shadow: 0 1px 2px rgba(1, 78, 114, 0.1);
		box-shadow: 0 1px 2px rgba(1, 78, 114, 0.1);
		border-color: transparent;
	}
	.articleDetail__thumbDown:hover::before,
	.articleDetail__thumbUp:hover::before {
		background-image: url(/local/templates/frutonyanya_vn/img/articleDetail/thumb-up-hover.svg);
	}
}
.articleDetail__thumbDown::before {
	background-image: url(/local/templates/frutonyanya_vn/img/articleDetail/thumb-down.svg);
}
.articleDetail__thumbDown.articleDetail__thumbDown_active::before {
	background-image: url(/local/templates/frutonyanya_vn/img/articleDetail/thumb-down-hover.svg);
}
@media (hover: hover) {
	.articleDetail__thumbDown:hover::before {
		background-image: url(/local/templates/frutonyanya_vn/img/articleDetail/thumb-down-hover.svg);
	}
}
.articleDetail__rec {
	margin: 0 -20px 15px;
	padding: 25px 20px 30px;
	background: url(/local/templates/frutonyanya_vn/img/articleDetail/rec-bg.svg) no-repeat center/100% 100%;
}
@media screen and (min-width: 768px) {
	.articleDetail__rec {
		margin: 0 0 20px;
	}
}
@media screen and (min-width: 1260px) {
	.articleDetail__rec {
		float: right;
		margin: 0 0 30px 20px;
		max-width: 335px;
		padding: 23px 30px 27px;
	}
}
.articleDetail__rec-head {
	font-family: "Neucha", sans-serif;
	font-size: 20px;
	line-height: 1;
	color: #00625e;
	padding-bottom: 10px;
	margin-bottom: 11px;
	position: relative;
	border-bottom: 1px solid rgba(0, 98, 94, 0.2);
}
@media screen and (min-width: 1260px) {
	.articleDetail__rec-head {
		font-size: 25px;
		padding-bottom: 17px;
		margin-bottom: 17px;
	}
}
.articleDetail__rec-head::after {
	content: "";
	width: 81px;
	height: 75px;
	background: url(/local/templates/frutonyanya_vn/img/articleDetail/rec-figure.svg) no-repeat center/contain;
	position: absolute;
	right: 10px;
	top: -40px;
}
@media screen and (min-width: 1260px) {
	.articleDetail__rec-head::after {
		width: 96px;
		height: 85px;
	}
}
.articleDetail__rec-body {
	font-size: 15px;
	line-height: 1.2;
}
@media screen and (min-width: 1260px) {
	.articleDetail__rec-body {
		font-size: 17px;
		line-height: 1.3;
	}
}
.articleDetail__border p,
.articleDetail__border_large p,
.articleDetail__opinion-text p,
.articleDetail__rec-body p,
.articleDetail__ref-body p {
	margin: 0 0 1em;
}
.articleDetail__border p:last-child,
.articleDetail__border_large p:last-child,
.articleDetail__opinion-text p:last-child,
.articleDetail__rec-body p:last-child,
.articleDetail__ref-body p:last-child {
	margin: 0;
}
.articleDetail__ref {
	margin: 0 -20px 15px;
	padding: 25px 20px 30px;
	background: url(/local/templates/frutonyanya_vn/img/articleDetail/ref-bg.svg) no-repeat center/100% 100%;
}
@media screen and (min-width: 768px) {
	.articleDetail__ref {
		margin: 0 0 20px;
	}
}
@media screen and (min-width: 1260px) {
	.articleDetail__ref {
		margin: 0 0 30px;
		padding: 25px 50px 25px 30px;
	}
}
.articleDetail__ref-head {
	font-size: 25px;
	line-height: 1;
	font-family: "Neucha", sans-serif;
	color: #00625e;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 98, 94, 0.2);
	margin-bottom: 16px;
}
@media screen and (min-width: 1260px) {
	.articleDetail__ref-head {
		font-size: 30px;
		margin-bottom: 20px;
	}
}
.articleDetail__ref-body {
	padding-left: 63px;
	background: url(/local/templates/frutonyanya_vn/img/articleDetail/ref-figure.svg) no-repeat left 4px/48px;
	font-size: 17px;
	line-height: 1.3;
}
@media screen and (min-width: 1260px) {
	.articleDetail__ref-body {
		padding-left: 100px;
		-webkit-background-size: 70px 70px;
		background-size: 70px;
		font-size: 20px;
		line-height: 27px;
	}
}
.articleDetail__opinion {
	margin: 0 -20px 20px;
	padding: 25px 20px;
	background: url(/local/templates/frutonyanya_vn/img/articleDetail/opinion-bg.svg) no-repeat center/100% 100%;
}
@media screen and (min-width: 768px) {
	.articleDetail__opinion {
		margin: 0 0 20px;
	}
}
@media screen and (min-width: 1260px) {
	.articleDetail__opinion {
		margin: 0 0 30px;
		padding: 25px 50px 25px 30px;
	}
}
.articleDetail__opinion-head {
	font-size: 25px;
	line-height: 1;
	font-family: "Neucha", sans-serif;
	color: #00625e;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 98, 94, 0.2);
	margin-bottom: 16px;
}
@media screen and (min-width: 1260px) {
	.articleDetail__opinion-head {
		font-size: 30px;
		margin-bottom: 20px;
	}
}
.articleDetail__opinion-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.articleDetail__opinion-photo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48px;
	flex: 0 0 48px;
	width: 48px;
	position: relative;
	margin-right: 15px;
	margin-top: 3px;
}
@media screen and (min-width: 1260px) {
	.articleDetail__opinion-photo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 80px;
		flex: 0 0 80px;
		width: 80px;
		margin-right: 20px;
	}
}
.articleDetail__opinion-photo img {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0;
}
.articleDetail__opinion-photo::after {
	content: "";
	display: block;
	width: 27px;
	height: 24px;
	background: url(/local/templates/frutonyanya_vn/img/articleDetail/opinion-quotes.svg) no-repeat center/contain;
	position: absolute;
	right: -5px;
	bottom: -8px;
}
@media screen and (min-width: 1260px) {
	.articleDetail__opinion-photo::after {
		width: 40px;
		height: 30px;
		bottom: -10px;
		right: -5px;
	}
}
.articleDetail__opinion-text {
	font-size: 17px;
	line-height: 1.3;
}
@media screen and (min-width: 1260px) {
	.articleDetail__opinion-text {
		font-size: 20px;
		line-height: 27px;
	}
}
.articleDetail__related {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
@media screen and (min-width: 1260px) {
	.articleDetail__related {
		margin-bottom: 30px;
	}
}
.articleDetail__related-item {
	border-top: 1px solid rgba(1, 78, 114, 0.08);
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
@media screen and (min-width: 768px) {
	.articleDetail__related-item {
		padding: 18px 0 19px;
	}
}
.articleDetail__related-item:last-child {
	border-bottom: 1px solid rgba(1, 78, 114, 0.08);
}
.articleDetail__related-image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 71px;
	flex: 0 0 71px;
	width: 71px;
	margin-right: 15px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	overflow: hidden;
	position: relative;
}
@media screen and (min-width: 1260px) {
	.articleDetail__related-image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 172px;
		flex: 0 0 172px;
		width: 172px;
		margin-right: 40px;
		height: auto;
	}
}
.articleDetail__related-image::before {
	content: "";
	display: block;
	padding-top: 97.1831%;
}
@media screen and (min-width: 1260px) {
	.articleDetail__related-image::before {
		padding-top: 63.37209%;
	}
}
.articleDetail__related-image img {
	left: 0;
	top: 0;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	margin: 0;
}
.articleDetail__related-image_product {
	background: #cee9ef;
}
.articleDetail__related-image_product img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-filter: drop-shadow(0 80.8503px 39.3252px rgba(12, 79, 77, 0.1))
		drop-shadow(0 40.4646px 19.5828px rgba(12, 79, 77, 0.0760333))
		drop-shadow(0 24.374px 11.8242px rgba(12, 79, 77, 0.0651589))
		drop-shadow(0 15.6201px 7.63467px rgba(12, 79, 77, 0.0570895))
		drop-shadow(0 10.1237px 4.99987px rgba(12, 79, 77, 0.05))
		drop-shadow(0 6.37277px 3.18608px rgba(12, 79, 77, 0.0429105))
		drop-shadow(0 3.66155px 1.85533px rgba(12, 79, 77, 0.0348411))
		drop-shadow(0 1.61154px 0.82819px rgba(12, 79, 77, 0.0239667));
	filter: drop-shadow(0 80.8503px 39.3252px rgba(12, 79, 77, 0.1))
		drop-shadow(0 40.4646px 19.5828px rgba(12, 79, 77, 0.0760333))
		drop-shadow(0 24.374px 11.8242px rgba(12, 79, 77, 0.0651589))
		drop-shadow(0 15.6201px 7.63467px rgba(12, 79, 77, 0.0570895))
		drop-shadow(0 10.1237px 4.99987px rgba(12, 79, 77, 0.05))
		drop-shadow(0 6.37277px 3.18608px rgba(12, 79, 77, 0.0429105))
		drop-shadow(0 3.66155px 1.85533px rgba(12, 79, 77, 0.0348411))
		drop-shadow(0 1.61154px 0.82819px rgba(12, 79, 77, 0.0239667));
}
.articleDetail__related-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}
.articleDetail__related-category {
	font-size: 15px;
	line-height: 1;
	color: rgba(42, 56, 78, 0.6);
	display: block;
	margin-bottom: 7px;
}
a.articleDetail__related-title {
	font-size: 17px;
	line-height: 1.3;
	margin-bottom: 15px;
	display: block;
}
@media screen and (min-width: 768px) {
	a.articleDetail__related-title {
		margin-bottom: 18px;
	}
}
@media screen and (min-width: 1260px) {
	a.articleDetail__related-title {
		font-size: 20px;
		line-height: 27px;
	}
}
.articleDetail__related-button {
	margin-top: auto;
}
.articleDetail__border {
	margin: 0 -20px 20px;
	background: url(/local/templates/frutonyanya_vn/img/articleDetail/text-bg-small.svg) no-repeat center/100%
		100%;
	padding: 22px 20px 30px;
	color: #00625e;
	font-size: 17px;
	line-height: 1.3;
}
@media screen and (min-width: 768px) {
	.articleDetail__border {
		margin: 0 0 20px;
	}
}
@media screen and (min-width: 1260px) {
	.articleDetail__border {
		margin: 0 0 30px;
		padding: 25px 30px;
		font-size: 20px;
		line-height: 27px;
	}
}
.articleDetail__border_large {
	margin: 0 -20px 16px;
	background: url(/local/templates/frutonyanya_vn/img/articleDetail/text-bg-large.svg) no-repeat center/100%
		100%;
	padding: 21px 20px 30px;
	color: #00625e;
	font-size: 20px;
	line-height: 1.25;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.articleDetail__border_large {
		margin: 0 0 20px;
	}
}
@media screen and (min-width: 1260px) {
	.articleDetail__border_large {
		margin: 0 0 30px;
		padding: 40px 30px 35px;
		font-size: 28px;
		line-height: 32px;
	}
}
.articleDetail__reviewer-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 20px 0;
}
@media screen and (min-width: 1260px) {
	.articleDetail__reviewer-info {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}
.articleDetail__reviewer-image {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 52px;
	flex: 0 0 52px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	margin-left: 20px;
	top: 4px;
}
@media screen and (min-width: 1260px) {
	.articleDetail__reviewer-image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 42px;
		flex: 0 0 42px;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		margin: 0 20px 0 0;
		top: 4px;
	}
}
.articleDetail__reviewer-image::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.articleDetail__reviewer-image img {
	-o-object-fit: cover;
	object-fit: cover;
	margin: 0;
}
.articleDetail__reviewer-text {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% - 72px);
	flex: 0 0 calc(100% - 72px);
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
@media screen and (min-width: 1260px) {
	.articleDetail__reviewer-text {
		-ms-flex-preferred-size: calc(100% - 62px - 220px);
		flex-basis: calc(100% - 62px - 220px);
	}
}
.articleDetail__reviewer-name {
	font-size: 17px;
	line-height: 1.3;
	margin-bottom: 1px;
}
.articleDetail__reviewer-position {
	font-size: 15px;
	line-height: 1.2;
	color: rgba(42, 56, 78, 0.6);
}
.articleDetail__reviewer-button {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	margin-top: 13px;
}
@media screen and (min-width: 1260px) {
	.articleDetail__reviewer-button {
		margin: 0 0 0 auto;
		position: relative;
		top: 4px;
	}
}
.articleDetail__controls_bottom {
	background: #fff;
	padding-top: 20px;
	border-top: 1px solid rgba(1, 78, 114, 0.08);
	position: relative;
	top: 1px;
}
@media screen and (min-width: 768px) {
	.articleDetail__controls_bottom {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-left: 0;
	}
}
@media screen and (min-width: 1260px) {
	.articleDetail__controls_bottom {
		border: 0;
		padding: 0;
		position: absolute;
		bottom: 50px;
		right: 50px;
		top: auto;
	}
}
.articleDetail__share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 768px) {
	.articleDetail__sidebar {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 229px;
		flex: 0 0 229px;
		max-width: 229px;
		position: relative;
	}
}
@media screen and (min-width: 1260px) {
	.articleDetail__sidebar {
		-ms-flex-preferred-size: 277px;
		flex-basis: 277px;
		max-width: 277px;
	}
}
.articleDetail__video {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	background: #c4c4c4;
	margin: 25px 0;
}
.articleDetail__reviewer-image img,
.articleDetail__video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.articles {
	display: block;
	padding: 40px 0;
	background-color: #eaf6f9;
	position: relative;
}
@media screen and (min-width: 768px) {
	.articles {
		padding: 50px 0;
	}
}
@media screen and (min-width: 1260px) {
	.articles {
		padding: 70px 0;
	}
}
.articles__container,
.articles__content {
	display: block;
}
@media screen and (min-width: 768px) {
	.articles__content {
		position: relative;
	}
}
.articles__title {
	display: block;
	font-weight: 500;
	font-size: 35px;
	line-height: 100%;
	margin-bottom: 20px;
	color: #00625e;
	font-family: "Neucha", sans-serif;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.articles__title {
		font-size: 40px;
		margin-bottom: 30px;
	}
}
@media screen and (min-width: 1260px) {
	.articles__title {
		font-size: 50px;
		margin-bottom: 40px;
	}
}
.articles__list {
	display: block;
}
@media screen and (min-width: 768px) {
	.articles__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.articles__item {
	display: block;
	margin: 0 auto 30px;
	width: 100%;
}
@media screen and (min-width: 400px) {
	.articles__item {
		width: 350px;
	}
}
@media screen and (min-width: 768px) {
	.articles__item {
		width: 229px;
		margin: 0 20px 30px 0;
	}
	.articles__item:nth-child(3n) {
		margin-right: 0;
	}
}
@media screen and (min-width: 1260px) {
	.articles__item {
		width: 380px;
		margin-right: 30px;
	}
}
.articles__item--hidden {
	display: none;
}
.articles__image {
	display: block;
	width: 100%;
	height: 178px;
	margin-bottom: 15px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
@media screen and (min-width: 400px) {
	.articles__image {
		width: 350px;
		height: 222px;
	}
}
@media screen and (min-width: 768px) {
	.articles__image {
		width: 229px;
		height: 145px;
	}
}
@media screen and (min-width: 1260px) {
	.articles__image {
		width: 380px;
		height: 241px;
		margin-bottom: 20px;
	}
}
.articles__text {
	display: block;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	color: #00625e;
	text-align: left;
}
@media screen and (min-width: 1260px) {
	.articles__text {
		font-size: 28px;
		line-height: 110%;
	}
}
.articles__bottom,
.articles__bottomDecor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}
.articles__bottom {
	margin-top: 10px;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
}
.articles__bottomDecor {
	-webkit-box-orient: horizontal;
	-ms-flex-direction: row;
	flex-direction: row;
	background-image: url(/local/templates/frutonyanya_vn/img/articles/decor.svg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 10px 0;
	margin-bottom: 10px;
}
.articles__bottomText {
	font-size: 15px;
	line-height: 120%;
	color: #2a384e;
}
.articles__bottomButton::after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.banners {
	padding: 0;
	background: #a4d3de;
	position: relative;
}
@media screen and (min-width: 768px) {
	.banners {
		padding: 20px 0 50px;
		background: #f6fafc;
	}
}
@media screen and (min-width: 1260px) {
	.banners {
		padding-top: 30px;
		padding-bottom: 35px;
	}
}
@media screen and (min-width: 768px) {
	.banners__container {
		max-width: 768px;
		padding: 0 20px;
		margin: 0 auto;
	}
}
@media screen and (min-width: 1260px) {
	.banners__container {
		max-width: 1260px;
		padding: 0 30px;
	}
}
.banners__swiper-container {
	position: relative;
}
.banners__prev {
	left: -20px;
}
.banners__next,
.banners__prev {
	position: absolute;
	top: calc(50% - 13px);
	display: none;
}
@media screen and (min-width: 768px) {
	.banners__next,
	.banners__prev {
		display: block;
	}
}
@media screen and (min-width: 860px) {
	.banners__next,
	.banners__prev {
		left: -60px;
	}
}
@media screen and (min-width: 1260px) {
	.banners__next,
	.banners__prev {
		left: -25px;
	}
}
@media screen and (min-width: 1320px) {
	.banners__next,
	.banners__prev {
		left: -60px;
	}
}
.banners__next {
	left: auto;
	right: -20px;
}
@media screen and (min-width: 860px) {
	.banners__next {
		right: -60px;
	}
}
@media screen and (min-width: 1260px) {
	.banners__next {
		right: -25px;
	}
}
@media screen and (min-width: 1320px) {
	.banners__next {
		right: -60px;
	}
}
.banners__swiper {
	margin-left: -20px;
	margin-right: -20px;
}
@media screen and (min-width: 360px) {
	.banners__swiper {
		margin-left: 0;
		margin-right: 0;
	}
}
.banners__images {
	height: 460px;
	margin-bottom: 0;
	position: relative;
}
@media screen and (min-width: 360px) {
	.banners__images {
		-webkit-border-radius: 11px;
		border-radius: 11px;
		overflow: hidden;
	}
}
@media screen and (min-width: 768px) {
	.banners__images {
		height: 280px;
	}
}
@media screen and (min-width: 1260px) {
	.banners__images {
		height: 355px;
	}
}
.banners__image_d {
	display: none;
	height: 355px;
	width: 100%;
	object-fit: cover;
}
@media screen and (min-width: 1260px) {
	.banners__image_d {
		display: block;
	}
}
.banners__image_t {
	display: none;
	height: 280px;
	width: 100%;
	object-fit: cover;
}
@media screen and (min-width: 768px) {
	.banners__image_t {
		display: block;
	}
}
@media screen and (min-width: 1260px) {
	.banners__image_t {
		display: none;
	}
}
.banners__image_m {
	display: block;
	height: 460px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media screen and (min-width: 768px) {
	.banners__image_m {
		display: none;
	}
}
.banners__texts {
	padding: 0 20px;
	margin-bottom: 50px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-width: 320px;
}
@media screen and (min-width: 768px) {
	.banners__texts {
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		top: 40px;
		left: 40px;
		text-align: left;
		height: 215px;
		padding: 0;
		margin-bottom: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}
@media screen and (min-width: 1260px) {
	.banners__texts {
		left: 103px;
		height: 280px;
	}
}
.banners__title-wrap {
	min-height: 105px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
	.banners__title-wrap {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 1260px) {
	.banners__title-wrap {
		margin-bottom: 30px;
	}
}
@media screen and (min-width: 450px) {
	.banners__title {
		padding: 0;
	}
}
@media screen and (min-width: 768px) {
	.banners__title {
		max-width: 300px;
	}
}
@media screen and (min-width: 1260px) {
	.banners__title {
		max-width: 400px;
	}
}
.banners__small.white,
.banners__title.white {
	color: #fff;
}
.banners__button {
	margin-bottom: 20px;
	height: 45px;
}
@media screen and (min-width: 768px) {
	.banners__button {
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 1260px) {
	.banners__button {
		margin-bottom: 20px;
		height: 50px;
	}
}
.banners__small-wrap {
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media screen and (min-width: 1260px) {
	.banners__small-wrap {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
.banners__small {
	font-size: 11px;
	line-height: 1.2;
	color: #00625e;
}
@media screen and (min-width: 768px) {
	.banners__small {
		text-align: center;
		width: 510px;
		margin-left: 65px;
	}
}
@media screen and (min-width: 1260px) {
	.banners__small {
		text-align: left;
		width: 340px;
		margin: 0;
	}
}
.banners__pager {
	position: absolute;
	bottom: 30px;
	left: 0;
	z-index: 100;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.banners__pager {
		display: none !important;
	}
	.banners__slide {
		overflow: hidden;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
}
.breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -20px 15px;
	padding: 0 20px;
}
@media screen and (min-width: 768px) {
	.breadcrumbs {
		margin-bottom: 20px;
	}
}
.breadcrumbs__container,
.breadcrumbs__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.breadcrumbs__container {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	white-space: nowrap;
	color: rgba(42, 56, 78, 0.6);
	font-size: 15px;
	line-height: 18px;
	padding: 0;
	margin: 0;
	list-style: none;
}
.breadcrumbs__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: auto;
}
.articleDetail__reviewer-name a:hover,
.breadcrumbs__item a:hover {
	text-decoration: none;
	color: #2a384e;
}
.breadcrumbs__sep {
	margin: 0 10px;
	width: 9px;
	height: 9px;
	background: url(/local/templates/frutonyanya_vn/img/breadcrumbs/arrow.svg) no-repeat center/contain;
	position: relative;
	top: 2px;
}
@media screen and (min-width: 768px) {
	.breadcrumbs__sep {
		top: 1px;
	}
}
.cookie {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	display: none;
	text-align: center;
	z-index: 20000;
}
@media screen and (min-width: 450px) {
	.cookie {
		bottom: 20px;
	}
}
@media screen and (min-width: 768px) {
	.cookie {
		text-align: left;
	}
	.cookie .container {
		max-width: 100%;
	}
}
@media screen and (min-width: 1260px) {
	.cookie .container {
		max-width: 1260px;
	}
}
.cookie_visible,
.footer__link img {
	display: block;
}
.cookie__bg {
	margin: 0 -20px;
	background: url(/local/templates/frutonyanya_vn/img/cookie/bg.svg) no-repeat center/100% 100%;
	padding: 20px;
	-webkit-filter: drop-shadow(0 1px 2px rgba(1, 78, 114, 0.1));
	filter: drop-shadow(0 1px 2px rgba(1, 78, 114, 0.1));
}
@media screen and (min-width: 450px) {
	.cookie__bg {
		margin: 0;
	}
}
@media screen and (min-width: 768px) {
	.cookie__bg {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 20px 25px;
	}
}
.cookie__text {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 1.3;
}
@media screen and (min-width: 768px) {
	.cookie__text {
		margin-bottom: 0;
	}
}
.cookie__more {
	color: #00625e;
	font-weight: 700;
}
@media screen and (min-width: 768px) {
	.cookie__more {
		padding-right: 10px;
		background: url(/local/templates/frutonyanya_vn/img/cookie/arrow.svg) no-repeat right center/4px;
	}
	.cookie__btn {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 120px;
		flex: 0 0 120px;
		margin-left: 25px;
	}
}
@media (min-width: 960px) {
	.cookie__btn {
		margin-left: 30px;
	}
}
@media screen and (min-width: 1260px) {
	.cookie__btn {
		margin-left: 50px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 130px;
		flex: 0 0 130px;
	}
}
.footer {
	position: relative;
	background: #fff;
	padding: 30px 0;
	line-height: 1.2;
	margin-top: auto;
}
@media screen and (min-width: 768px) {
	.footer {
		padding: 37px 0;
	}
}
.footer_padding {
	padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
	.footer_padding {
		padding-bottom: 37px;
	}
	.footer__top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
@media screen and (min-width: 1260px) {
	.footer__top {
		padding-left: 103px;
	}
}
.footer__text {
	margin-bottom: 20px;
	font-size: 15px;
	color: #2a384e;
}
@media screen and (min-width: 768px) {
	.footer__text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 266px;
		flex: 0 0 266px;
		margin-right: 48px;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1260px) {
	.footer__text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 379px;
		flex: 0 0 379px;
		margin-right: 133px;
	}
}
.footer__text b {
	font-weight: 600;
}
@media screen and (min-width: 768px) {
	.footer__text b {
		display: block;
		margin-bottom: 2px;
	}
}
.footer__menu {
	display: none;
}
@media screen and (min-width: 768px) {
	.footer__menu {
		display: block;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 15px;
		-moz-column-gap: 15px;
		column-gap: 15px;
		font-size: 15px;
		line-height: 1.2;
	}
}
@media screen and (min-width: 1260px) {
	.footer__menu {
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
	}
}
.footer__menu li {
	margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
	.footer__bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
}
@media screen and (min-width: 1260px) {
	.footer__bottom {
		padding-left: 103px;
	}
}
.footer__contacts {
	margin-bottom: 15px;
}
@media screen and (min-width: 360px) {
	.footer__contacts {
		margin-bottom: 24px;
	}
}
@media screen and (min-width: 768px) {
	.footer__contacts {
		margin-bottom: 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 266px;
		flex: 0 0 266px;
		margin-right: 48px;
	}
}
@media screen and (min-width: 1260px) {
	.footer__contacts {
		position: relative;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 381px;
		flex: 0 0 381px;
		margin-right: 130px;
	}
	.footer__contacts::before {
		content: "";
		display: block;
		width: 49px;
		height: 50px;
		position: absolute;
		left: -69px;
		top: 7px;
		background: url(/local/templates/frutonyanya_vn/img/footer/head.svg) no-repeat center/contain;
	}
}
.footer__tel {
	font-size: 35px;
	font-family: "Neucha", sans-serif;
	margin-bottom: 5px;
	color: #00625e;
	display: block;
}
@media screen and (min-width: 768px) {
	.footer__tel {
		font-size: 30px;
	}
}
@media screen and (min-width: 1260px) {
	.footer__tel {
		font-size: 35px;
		margin-bottom: 1px;
	}
}
.footer__tel:hover {
	text-decoration: none;
	color: #2a384e;
}
.footer__tel-info {
	color: #2a384e;
	font-size: 15px;
}
.footer__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 350px;
}
@media screen and (min-width: 400px) {
	.footer__social {
		max-width: 280px;
	}
}
@media screen and (min-width: 768px) {
	.footer__social-left {
		margin-right: 20px;
	}
}
@media screen and (min-width: 1260px) {
	.footer__social-left {
		margin-right: 33px;
	}
}
.footer__social-title {
	display: block;
	margin-bottom: 20px;
	font-size: 15px;
}
.footer__social-link {
	font-size: 15px;
	line-height: 120%;
	color: #00625e;
}
.footer__social-list,
.header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.footer__link {
	-webkit-border-radius: 7px;
	border-radius: 7px;
	overflow: hidden;
	margin-left: 10px;
}
.header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 300;
	padding: 10px 0;
	background: #cee9ef;
}
@media screen and (min-width: 1260px) {
	.header {
		padding: 17px 22px;
	}
}
.header .container {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.header .container {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 200%;
	}
}
@media screen and (min-width: 1260px) {
	.header .container {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		max-width: 1260px;
	}
}
.header_fixed {
	position: fixed;
	-webkit-box-shadow: 0 1px 2px rgba(1, 78, 114, 0.1);
	box-shadow: 0 1px 2px rgba(1, 78, 114, 0.1);
}
.header_fixed:hover {
	z-index: 500;
}
.header_fixed .header__progress {
	display: block;
}
@media screen and (min-width: 768px) {
	.header_fixed {
		-webkit-animation: fade-in-down 0.25s ease-in-out both;
		animation: fade-in-down 0.25s ease-in-out both;
	}
}
@media screen and (min-width: 1260px) {
	.header_fixed .header__logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 79px;
		flex: 0 0 180px;
		margin-right: 60px;
	}
	.header_fixed,
	.header_fixed .header__logo-img {
		height: 75px;
	}
	.header_fixed .header__nav {
		margin-right: 30px;
		margin-top: 1px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 720px;
		flex: 0 0 720px;
	}
	.header_fixed .header__nav--by {
		margin-right: auto;
	}
	.header_fixed .header__buttons {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 220px;
		flex: 0 0 220px;
		margin-top: -1px;
	}
}
@media screen and (min-width: 1260px) and (min-width: 1260px) {
	.header_fixed .header__buttons {
		display: none;
	}
}
@media screen and (min-width: 1260px) {
	.header_fixed .block {
		display: block;
	}
	.header_fixed .header__nav_search .header__menu,
	.header_fixed .header__search {
		display: none;
	}
	.header_fixed .header__button_search,
	.header_fixed .header__nav_search .header__search,
	.header_fixed .header__nav_search .header__search-cancel {
		display: block;
	}
	.header_fixed .header__nav_search {
		position: absolute;
		right: 30px;
		top: -1px;
		width: calc(100% - 165px);
		margin: 0;
		z-index: 30;
		background: #cee9ef;
		height: calc(100% + 10px);
	}
}
.header__logo {
	-webkit-filter: drop-shadow(0 6.85659px 6.85659px rgba(81, 129, 150, 0.25));
	filter: drop-shadow(0 6.85659px 6.85659px rgba(81, 129, 150, 0.25));
	position: relative;
	top: 2px;
	z-index: 2;
	left: calc(50% - 190px);
}
@media screen and (min-width: 1260px) {
	.header__logo {
		margin-right: 60px;
		top: 0;
		margin-bottom: -80px;
		left: unset;
	}
}
.header__logo--by {
	left: 0;
}
.header__logo-img {
	height: 55px;
}
@media screen and (min-width: 1260px) {
	.header__logo-img {
		height: 75px;
	}
}
@media (max-width: 767.5px) {
	.header__nav {
		position: absolute;
		left: 0;
		width: 100%;
		height: calc(100% + 10px);
		top: 0;
		background: #cee9ef;
		padding: 0 20px;
	}
}
@media screen and (min-width: 768px) {
	.header__nav {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}
}
@media screen and (min-width: 1260px) {
	.header__nav {
		display: block;
		margin-top: 3px;
	}
}
.header__search {
	opacity: 0;
}
.header__search ::-webkit-input-placeholder {
	color: #00625e;
}
.header__search ::-moz-placeholder {
	color: #00625e;
}
.header__search :-ms-input-placeholder {
	color: #00625e;
}
.header__search :-moz-placeholder {
	color: #00625e;
}
@media screen and (min-width: 768px) {
	.header__search {
		opacity: 1;
		display: block;
		margin-right: 29px;
		position: relative;
	}
}
@media screen and (min-width: 1260px) {
	.header__search {
		display: block;
		margin-right: 0;
		margin-bottom: 8px;
	}
}
.header__search input {
	display: block;
	width: 100%;
	background: #fff;
	height: 40px;
	padding: 10px 10px 10px 50px;
	border: 0;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	font-size: 17px;
	font-family: "Roboto Condensed", sans-serif;
	color: #00625e;
	-webkit-appearance: none;
}
@media screen and (min-width: 1260px) {
	.header__search input {
		padding-top: 12px;
		padding-bottom: 13px;
		height: 45px;
	}
}
.header__search input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
.header__search .header__search-submit {
	position: absolute;
	left: 19px;
	top: 10px;
	padding: 0;
	width: 19px;
	height: 19px;
	border: 0;
	background: url(/local/templates/frutonyanya_vn/img/header/search.svg) no-repeat center/contain;
}
@media screen and (min-width: 1260px) {
	.header__search .header__search-submit {
		top: 13px;
		left: 18px;
	}
}
.header__menu {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100vw;
	height: calc(var(--app-height) - 80px);
	background: #eaf6f9;
	padding: 10px 20px;
	z-index: 10;
}
@media screen and (min-width: 768px) {
	.header__menu {
		left: auto;
		right: 0;
		width: 320px;
		top: -12px;
		height: var(--app-height);
		padding-top: 77px;
	}
}
@media screen and (min-width: 1260px) {
	.header__menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: static;
		top: 0;
		width: 100%;
		height: auto;
		padding: 0;
		background: 0 0;
	}
}
.header__menu_visible {
	display: block;
	-webkit-animation: fade-in-down 0.25s ease-in-out both;
	animation: fade-in-down 0.25s ease-in-out both;
	height: 100vh;
	width: 320px;
}
@media screen and (min-width: 768px) {
	.header__menu_visible {
		-webkit-animation: fade-in 0.25s ease-in-out both;
		animation: fade-in 0.25s ease-in-out both;
	}
}
@media screen and (min-width: 1260px) {
	.header__menu_visible {
		-webkit-animation: none;
		animation: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: auto;
	}
}
.header__menu-bg {
	content: "";
	display: block;
	width: calc(100vw - 320px);
	right: 100%;
	height: var(--app-height);
	top: 0;
	background: rgba(0, 98, 94, 0.3);
	position: absolute;
}
@media screen and (min-width: 1260px) {
	.header__menu-bg {
		display: none;
	}
}
.header__menu-item {
	display: block;
	position: relative;
}
@media screen and (min-width: 1260px) {
	.header__menu-item {
		margin: 0 25px;
	}
}
.header__menu-item::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% - 24px);
	height: 1px;
	background: rgba(0, 98, 94, 0.2);
}
@media screen and (min-width: 1260px) {
	.header__menu-item::after {
		display: none;
	}
}
.header__menu-item:active::after,
.header__menu-item_active .header__menu-link span::after {
	height: 2px;
	background: #00625e;
}
@media screen and (min-width: 1260px) {
	.header__menu-item_static {
		position: static;
	}
}
.header__menu-link {
	font-size: 20px;
	line-height: 35px;
	color: #00625e;
	padding: 13px 0 7px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Neucha", sans-serif;
}
.header__menu-link:hover {
	text-decoration: none;
}
@media screen and (min-width: 1260px) {
	.header__menu-link {
		padding: 0 0 2px;
		white-space: nowrap;
	}
	.header__menu-link span {
		position: relative;
	}
	.header__menu-link span::after {
		content: "";
		display: block;
		position: absolute;
		bottom: -4px;
		left: 0;
		width: 100%;
		height: 0.5px;
		background: rgba(0, 98, 94, 0.2);
		-webkit-transition: height 0.25s ease-in-out, background 0.25s ease-in-out;
		-o-transition: height 0.25s ease-in-out, background 0.25s ease-in-out;
		transition: height 0.25s ease-in-out, background 0.25s ease-in-out;
	}
	.header__menu-link:hover span::after {
		height: 2px;
		background: #00625e;
	}
}
.header__menu-link.active span::after {
	height: 2px;
	background: #00625e;
}
.header__menu-item_parent .header__menu-link::after {
	content: "";
	display: block;
	width: 4px;
	height: 7px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 4px;
	flex: 0 0 4px;
	background: url(/local/templates/frutonyanya_vn/img/header/arrow.svg) no-repeat center/contain;
}
@media screen and (min-width: 1260px) {
	.header__menu-item_parent .header__menu-link::after {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		margin-left: 11px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 7px;
		flex: 0 0 7px;
	}
	.header__menu-item_parent:hover .header__submenu {
		display: block;
		-webkit-animation: fade-in-down 0.25s ease-in-out both 0.0001s;
		animation: fade-in-down 0.25s ease-in-out both 0.0001s;
	}
	.header__menu-item_parent:hover .grandmenu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.header__menu-item_active-parent {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(var(--app-height) - 80px);
	background: #eaf6f9;
	padding: 10px 20px;
	overflow: auto;
	z-index: 50;
}
@media screen and (min-width: 768px) {
	.header__menu-item_active-parent {
		padding-top: 77px;
		height: var(--app-height);
	}
}
.header__menu-item_active-parent::after {
	top: 64px;
	left: 44px;
	width: calc(100% - 64px);
}
@media screen and (min-width: 768px) {
	.header__menu-item_active-parent::after {
		top: 131px;
		width: calc(100% - 135px);
	}
}
.header__menu-item_active-parent .header__menu-link {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-bottom: 17px;
}
@media screen and (min-width: 768px) {
	.header__menu-item_active-parent .header__menu-link {
		margin-bottom: 27px;
	}
}
.header__menu-item_active-parent .header__menu-link span {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% - 24px);
	flex: 0 0 calc(100% - 24px);
}
.header__menu-item_active-parent .header__menu-link::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.header__menu-item_active-parent .header__submenu {
	display: block;
	padding-left: 24px;
}
.header__submenu {
	display: none;
}
@media screen and (min-width: 1260px) {
	.header__submenu {
		position: absolute;
		left: -20px;
		top: calc(100% + 15px);
		width: auto;
		height: auto;
		background: #eaf6f9;
		-webkit-border-radius: 7px;
		border-radius: 7px;
		padding: 15px 40px 20px 20px;
		white-space: nowrap;
		-webkit-box-shadow: 0 36px 20px rgba(12, 79, 77, 0.1),
			0 24px 12px rgba(12, 79, 77, 0.1), 0 10px 8px rgba(12, 79, 77, 0.1);
		box-shadow: 0 36px 20px rgba(12, 79, 77, 0.1),
			0 24px 12px rgba(12, 79, 77, 0.1), 0 10px 8px rgba(12, 79, 77, 0.1);
	}
	.header__submenu::before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: -20px;
		width: 100%;
		height: 20px;
	}
}
.header__submenu-item {
	display: block;
	margin-bottom: 15px;
}
@media screen and (min-width: 1260px) {
	.header__submenu-item {
		padding-bottom: 10px;
		position: relative;
		margin-bottom: 10px;
	}
	.header__submenu-item::after {
		content: "";
		display: block;
		width: 100%;
		height: 0.5px;
		background: rgba(0, 98, 94, 0.2);
		position: absolute;
		left: 0;
		bottom: 0;
		-webkit-transition: height 0.25s ease-in-out, background 0.25s ease-in-out;
		-o-transition: height 0.25s ease-in-out, background 0.25s ease-in-out;
		transition: height 0.25s ease-in-out, background 0.25s ease-in-out;
	}
	.header__submenu-item:last-child {
		padding-bottom: 0;
	}
	.header__submenu-item:last-child::after {
		bottom: -10px;
		background: 0 0;
	}
	.header__submenu-item:hover {
		text-decoration: none;
	}
	.header__submenu-item:hover::after {
		height: 1.5px;
		background-color: #00625e;
	}
}
.header__submenu-item:last-child {
	margin-bottom: 0;
}
.header__submenu-link {
	color: #00625e;
	font-size: 20px;
	line-height: 25px;
}
.header__submenu-link:hover {
	text-decoration: none;
}
.header__buttons {
	margin-right: auto;
	margin-left: 20px;
}
@media screen and (min-width: 768px) {
	.header__buttons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin: 0;
	}
}
@media screen and (min-width: 1260px) {
	.header__buttons {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 165px;
		flex: 0 0 165px;
		margin-left: -10px;
		margin-top: 3px;
	}
}
.header__button {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #a4d3de no-repeat center;
	border: 0;
	cursor: pointer;
	-webkit-transition: background 0.25s ease-in-out;
	-o-transition: background 0.25s ease-in-out;
	transition: background 0.25s ease-in-out;
}
.header__button:active {
	background-color: #91cad7;
}
@media (hover: hover) {
	.header__button:hover {
		background-color: #b7dce5;
	}
}
@media screen and (min-width: 768px) {
	.header__button {
		margin-left: 10px;
	}
}
@media screen and (min-width: 1260px) {
	.header__button {
		width: 45px;
		height: 45px;
	}
}
.header__button_search {
	position: absolute;
	left: 20px;
	top: calc(50% - 20px);
	background-image: url(/local/templates/frutonyanya_vn/img/header/search.svg);
	background-position-y: calc(50% + 1px);
	background-position-x: calc(50% + 1px);
}
@media screen and (min-width: 768px) {
	.header__button_search {
		display: none;
	}
}
@media screen and (min-width: 1260px) {
	.header__button_search {
		position: relative;
		left: 0;
		top: 0;
	}
}
.header__button_likes {
	position: absolute;
	left: 70px;
	top: calc(50% - 20px);
	background-image: url(/local/templates/frutonyanya_vn/img/header/heart.svg);
	background-position-y: calc(50% + 2px);
}
.header__button_likes .message {
	left: -11px;
}
.header__button_likes .message__corner {
	left: 14px;
}
@media screen and (min-width: 768px) {
	.header__button_likes {
		left: 0;
		position: relative;
		top: 0;
	}
	.header__button_likes .message,
	.header__button_likes .message__corner {
		left: auto;
	}
}
@media screen and (min-width: 1260px) {
	.header__button_likes {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}
.header__button_menu {
	position: absolute;
	right: 20px;
	top: calc(50% - 20px);
	background-image: url(/local/templates/frutonyanya_vn/img/header/menu.svg);
}
@media screen and (min-width: 768px) {
	.header__button_menu {
		left: 0;
		position: relative;
		top: 0;
		z-index: 500;
	}
}
@media screen and (min-width: 1260px) {
	.header__button_menu {
		display: none;
	}
}
.header__button_profile {
	position: absolute;
	right: 70px;
	top: calc(50% - 20px);
	background-image: url(/local/templates/frutonyanya_vn/img/header/default-avatar.svg);
	overflow: hidden;
}
@media screen and (min-width: 768px) {
	.header__button_profile {
		right: 0;
		position: relative;
		top: 0;
	}
}
@media screen and (min-width: 1260px) {
	.header__button_profile {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
}
.header__button_login {
	position: absolute;
	right: 70px;
	top: calc(50% - 20px);
	background-image: url(/local/templates/frutonyanya_vn/img/header/default-avatar.svg);
}
@media screen and (min-width: 768px) {
	.header__button_login {
		right: 0;
		position: relative;
		top: 0;
	}
}
@media screen and (min-width: 1260px) {
	.header__button_login {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
}
.header__button_logout {
	background-image: url(/local/templates/frutonyanya_vn/img/header/logout.svg);
}
@media screen and (min-width: 768px) {
	.header__button_logout {
		display: none;
	}
}
@media screen and (min-width: 1260px) {
	.header__button_logout {
		display: block;
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
}
.header__button_close,
.header__button_close-filter {
	background-image: url(/local/templates/frutonyanya_vn/img/header/close.svg);
}
.header__button_close-filter {
	z-index: 10;
	display: none;
}
.header__button_close-active {
	display: block;
	-webkit-animation: fade-in 0.25s ease-in-out;
	animation: fade-in 0.25s ease-in-out;
}
.header__button-trigger {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
@media (min-width: 768px) and (max-width: 1260px) {
	body.fixed .header__button_likes,
	body.fixed .header__button_profile {
		display: none;
	}
}
.header__search-cancel {
	position: absolute;
	cursor: pointer;
	right: 10px;
	top: 10px;
	width: 21px;
	height: 21px;
	min-width: 21px;
	max-width: 21px;
	padding: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #eaf6f9 url(/local/templates/frutonyanya_vn/img/header/search-cancel.svg) no-repeat center;
	-webkit-transition: background-color 0.25s ease-in-out;
	-o-transition: background-color 0.25s ease-in-out;
	transition: background-color 0.25s ease-in-out;
	display: none;
	border: 0;
}
@media screen and (min-width: 1260px) {
	.header__search-cancel {
		top: 12px;
	}
}
.header__search-cancel:active {
	background-color: #cee9ef;
}
@media (hover: hover) {
	.header__search-cancel:hover {
		background-color: #cee9ef;
	}
}
.header__search
	input:not(:placeholder-shown)
	+ button
	+ .header__search-cancel {
	display: block;
}
@media (max-width: 767.5px) {
	.header__nav_search {
		display: block;
		z-index: 500;
		background: #cee9ef;
	}
	.header__nav_search .header__search {
		opacity: 1;
		top: 10px;
		position: absolute;
		width: calc(100% - 40px);
		left: 20px;
	}
	.header__nav_search .header__search-cancel {
		display: block;
		position: absolute;
	}
}
.header__search-results {
	display: block;
	z-index: 200;
	padding: 15px 20px;
	position: absolute;
	left: -20px;
	top: calc(100% + 20px);
	width: calc(100% + 40px);
	background: #eaf6f9;
	-webkit-box-shadow: 0 36px 20px rgba(12, 79, 77, 0.1),
		0 24px 12px rgba(12, 79, 77, 0.1), 0 10px 8px rgba(12, 79, 77, 0.1);
	box-shadow: 0 36px 20px rgba(12, 79, 77, 0.1),
		0 24px 12px rgba(12, 79, 77, 0.1), 0 10px 8px rgba(12, 79, 77, 0.1);
	font-size: 17px;
	line-height: 1.2;
	max-height: calc(var(--app-height) - 80px);
	overflow: auto;
}
@media screen and (min-width: 768px) {
	.header__search-results {
		top: calc(100% + 10px);
		width: 100%;
		left: 0;
		-webkit-border-radius: 7px;
		border-radius: 7px;
	}
}
.header__search-group {
	border-bottom: 1px solid rgba(0, 98, 94, 0.2);
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.header__search-title {
	font-weight: 600;
	color: #2a384e;
	margin-bottom: 10px;
}
.header__search-link {
	display: block;
	margin-bottom: 10px;
	color: #00625e;
}
.header__search-link:last-child {
	margin-bottom: 0;
}
.header__search-all {
	display: block;
	font-weight: 600;
	color: #00625e;
}
.grandmenu {
	white-space: normal;
}
@media screen and (min-width: 1260px) {
	.grandmenu {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		width: 995px;
		left: 134px;
		top: calc(100% + 7px);
		padding-top: 19px;
	}
}
.grandmenu__col {
	color: #00625e;
	font-size: 20px;
	line-height: 25px;
}
.grandmenu__col:first-child {
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(0, 98, 94, 0.2);
	margin-bottom: 12px;
}
@media screen and (min-width: 1260px) {
	.grandmenu__col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 235px;
		flex: 0 0 235px;
		margin-left: 20px;
		max-width: 235px;
		font-size: 17px;
		line-height: 1.2;
	}
	.grandmenu__col:first-child {
		margin-left: 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 190px;
		flex: 0 0 190px;
		max-width: 190px;
		border: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}
}
.grandmenu__types {
	margin-bottom: 18px;
}
@media screen and (min-width: 1260px) {
	.grandmenu__types {
		margin-bottom: 20px;
	}
}
.grandmenu__category {
	margin-bottom: 15px;
}
@media screen and (min-width: 1260px) {
	.grandmenu__category {
		margin-bottom: 8px;
		padding-bottom: 10px;
		border-bottom: 1px solid rgba(0, 98, 94, 0.2);
	}
}
.grandmenu__category:last-child {
	border: 0;
	padding-bottom: 0;
}
@media screen and (min-width: 1260px) {
	.grandmenu__category:last-child {
		margin-bottom: 0;
	}
}
.grandmenu__category_parent .grandmenu__title {
	position: relative;
}
.grandmenu__category_parent .grandmenu__title::after {
	content: "";
	display: block;
	width: 4px;
	height: 7px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 4px;
	flex: 0 0 4px;
	background: url(/local/templates/frutonyanya_vn/img/header/arrow.svg) no-repeat center/contain;
	position: absolute;
	right: 6px;
	top: calc(50% - 0px);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
@media screen and (min-width: 1260px) {
	.grandmenu__category_parent .grandmenu__title::after {
		display: none;
	}
}
.grandmenu__children {
	display: none;
}
@media screen and (min-width: 1260px) {
	.grandmenu__children {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
}
.grandmenu__category_active-parent .grandmenu__children {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-animation: fade-in-down 0.25s ease-in-out both;
	animation: fade-in-down 0.25s ease-in-out both;
	margin-top: 5px;
}
@media screen and (min-width: 1260px) {
	.grandmenu__category_type {
		margin-bottom: 8px;
		padding-bottom: 11px;
	}
}
.grandmenu__category_type .grandmenu__item {
	font-size: 20px;
	line-height: 25px;
	margin: 0;
}
@media screen and (min-width: 1260px) {
	.grandmenu__category_type .grandmenu__item {
		font-size: 17px;
		line-height: 1.2;
		display: block;
	}
}
.grandmenu__title {
	display: block;
}
@media screen and (min-width: 1260px) {
	.grandmenu__title {
		font-weight: 600;
		letter-spacing: -0.01em;
		padding-right: 10px;
	}
}
.grandmenu__title:hover {
	text-decoration: none;
}
@media screen and (min-width: 1260px) {
	.grandmenu__title:hover {
		text-decoration: none;
		color: #2a384e;
	}
}
.grandmenu__item {
	font-size: 17px;
	line-height: 1.2;
	margin-top: 10px;
}
@media screen and (min-width: 1260px) {
	.grandmenu__item {
		margin-top: 10px;
	}
}
.grandmenu__item:hover {
	text-decoration: none;
}
@media screen and (min-width: 1260px) {
	.grandmenu__item:hover {
		text-decoration: none;
		color: #2a384e;
	}
}
.grandmenu__sub {
	color: rgba(0, 98, 94, 0.5);
	display: inline;
}
.grandmenu__sub::before {
	content: "⋅ ";
}
@media screen and (min-width: 1260px) {
	.grandmenu__sub {
		display: block;
		font-size: 15px;
	}
	.grandmenu__sub::before {
		display: none;
	}
}
.grandmenu__col_condensed .grandmenu__item {
	margin-top: 5px;
}
.header__progress {
	position: absolute;
	height: 2px;
	width: 100%;
	top: 100%;
	left: 0;
	display: none;
	background: #f6fafc;
}
@media screen and (min-width: 768px) {
	.header__progress {
		background: #eaf6f9;
		height: 4px;
	}
}
@media screen and (min-width: 1260px) {
	.header__progress {
		height: 5px;
	}
}
.header__progress_toc {
	top: calc(100% + 51px);
}
@media screen and (min-width: 768px) {
	.header__progress_toc {
		top: 100%;
	}
}
.header__progress-done {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #00625e;
}
.header__switcher {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 105px;
	height: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	padding-right: 10px;
	position: relative;
	z-index: 2;
	background: #a4d3de no-repeat center;
	border: 0;
	cursor: pointer;
	-webkit-transition: background 0.25s ease-in-out;
	-o-transition: background 0.25s ease-in-out;
	transition: background 0.25s ease-in-out;
}
@media screen and (min-width: 768px) {
	.header__switcher {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}
@media screen and (min-width: 1260px) {
	.header__switcher {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}
.header__switcher img {
	display: block;
	margin-right: 5px;
	position: relative;
	top: 1px;
}
.header__switcher span {
	font-size: 20px;
	line-height: 1;
	color: #00625e;
}
.header__switcher::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(/local/templates/frutonyanya_vn/img/header/down-arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
.header__popup {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	width: 105px;
	background: #eaf6f9;
	-webkit-box-shadow: 0 36px 20px rgba(12, 79, 77, 0.1),
		0 24px 12px rgba(12, 79, 77, 0.1), 0 10px 8px rgba(12, 79, 77, 0.1);
	box-shadow: 0 36px 20px rgba(12, 79, 77, 0.1),
		0 24px 12px rgba(12, 79, 77, 0.1), 0 10px 8px rgba(12, 79, 77, 0.1);
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding: 5px 20px;
}
@media screen and (min-width: 1260px) {
	.header__popup {
		left: unset;
		right: 0;
	}
}
.header__popup_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 0;
	border-bottom: 0.5px solid rgba(0, 98, 94, 0.2);
	font-size: 17px;
	line-height: 120%;
	color: #00625e;
}
.header__popup_link img {
	width: 21px;
	margin-right: 10px;
	object-fit: contain;
}
.header__popup_link:last-child {
	border: 0;
}
.markets {
	display: block;
	padding: 40px 0;
	background-color: #cee9ef;
	position: relative;
}
@media screen and (min-width: 768px) {
	.markets {
		padding: 50px 0;
		min-height: 350px;
	}
}
@media screen and (min-width: 1260px) {
	.markets {
		padding: 70px 0;
		min-height: 450px;
	}
}
.markets__container,
.markets__content {
	display: block;
}
@media screen and (min-width: 768px) {
	.markets__content {
		position: relative;
	}
}
.markets__title {
	display: block;
	font-weight: 500;
	font-size: 35px;
	line-height: 100%;
	margin-bottom: 20px;
	color: #00625e;
	font-family: "Neucha", sans-serif;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.markets__title {
		font-size: 40px;
		margin-bottom: 0;
		text-align: left;
		position: absolute;
		top: 20px;
		left: 0;
	}
}
@media screen and (min-width: 1260px) {
	.markets__title {
		font-size: 50px;
		margin-bottom: 40px;
	}
}
.markets__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
	.markets__list {
		width: 478px;
		margin-right: 0;
	}
}
@media screen and (min-width: 1260px) {
	.markets__list {
		width: 894px;
	}
}
.markets__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc(50% - 5px);
	height: auto;
	background: #fff;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin-bottom: 10px;
	overflow: hidden;
}
@media screen and (min-width: 768px) {
	.markets__item {
		width: 229px;
		height: 83px;
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 1260px) {
	.markets__item {
		width: 278px;
		height: 100px;
		margin-bottom: 30px;
		margin-right: 20px;
	}
	.markets__item:last-child {
		margin-right: auto;
	}
}
.markets__image,
.markets__ps {
	display: block;
	width: 100%;
}
.markets__ps {
	width: 280px;
	margin: 30px auto 0;
	font-weight: 400;
	font-size: 15px;
	line-height: 120%;
	color: rgba(42, 56, 78, 0.6);
}
@media screen and (min-width: 400px) {
	.markets__ps {
		width: 350px;
		padding-left: 180px;
		position: relative;
	}
}
@media screen and (min-width: 768px) {
	.markets__ps {
		width: 215px;
		padding: 0;
		position: absolute;
		top: 280px;
		left: 0;
	}
}
@media screen and (min-width: 1260px) {
	.markets__ps {
		width: 280px;
		top: 330px;
	}
}
.markets__icon {
	display: none;
}
@media screen and (min-width: 400px) {
	.markets__icon {
		display: block;
		width: 146px;
		position: absolute;
		top: 0;
		left: 0;
	}
}
@media screen and (min-width: 768px) {
	.markets__icon {
		width: 195px;
		top: -215px;
	}
}
@media screen and (min-width: 1260px) {
	.markets__icon {
		width: 263px;
		top: -260px;
	}
}
.message {
	position: absolute;
	right: -11px;
	top: calc(100% + 17px);
	width: 230px;
	height: auto;
	padding: 15px 20px;
	font-size: 15px;
	line-height: 18px;
	text-align: left;
	color: #2a384e;
	background: #eaf6f9;
	-webkit-box-shadow: 0 36px 20px rgba(12, 79, 77, 0.1),
		0 24px 12px rgba(12, 79, 77, 0.1), 0 10px 8px rgba(12, 79, 77, 0.1);
	box-shadow: 0 36px 20px rgba(12, 79, 77, 0.1),
		0 24px 12px rgba(12, 79, 77, 0.1), 0 10px 8px rgba(12, 79, 77, 0.1);
	-webkit-border-radius: 7px;
	border-radius: 7px;
	display: none;
	cursor: default;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.message a {
	color: #00625e;
}
.message_active {
	display: block;
	-webkit-animation: fade-in-down 0.25s ease-in-out;
	animation: fade-in-down 0.25s ease-in-out;
}
.message_hide {
	-webkit-animation: fade-out 0.25s ease-in-out;
	animation: fade-out 0.25s ease-in-out;
}
.message__corner {
	display: block;
	position: absolute;
	background: url(/local/templates/frutonyanya_vn/img/message/triangle.svg) no-repeat center/contain;
	width: 32px;
	height: 10px;
	right: 17px;
	top: -10px;
}
.pager {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.pager__item {
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #00625e;
	margin: 0 3px;
	-webkit-transition: background 0.25s ease-in-out;
	-o-transition: background 0.25s ease-in-out;
	transition: background 0.25s ease-in-out;
	cursor: pointer;
}
@media screen and (min-width: 768px) {
	.pager__item {
		width: 15px;
		height: 15px;
		margin: 0 7px;
	}
}
.pager__item_active {
	background: #00625e;
}
.production {
	display: block;
	background: #f6fafc;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}
.production::before {
	content: url(/local/templates/frutonyanya_vn/img/production/wave.svg);
	position: absolute;
	top: -19px;
	left: calc(50% - 384px);
	z-index: 1;
}
@media screen and (min-width: 768px) {
	.production {
		padding-top: 0;
		padding-bottom: 0;
	}
	.production::before {
		content: none;
	}
}
@media screen and (min-width: 1260px) {
	.production {
		padding-top: 35px;
		padding-bottom: 35px;
	}
}
.production__title {
	display: block;
	font-weight: 500;
	font-size: 35px;
	line-height: 100%;
	margin-bottom: 20px;
	color: #00625e;
	font-family: "Neucha", sans-serif;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.production__title {
		font-size: 40px;
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 1260px) {
	.production__title {
		font-size: 50px;
		margin-bottom: 40px;
	}
}
.production__feedback-social img,
.production__list {
	display: block;
}
@media screen and (min-width: 768px) {
	.production__list {
		width: 728px;
		margin: 0 auto;
		height: 1450px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media screen and (min-width: 1260px) {
	.production__list {
		width: 1200px;
		height: 1050px;
	}
}
@media screen and (min-width: 768px) {
	.production__list--ru {
		height: 1510px;
	}
}
@media screen and (min-width: 1260px) {
	.production__list--ru {
		height: 1050px;
	}
}
.production__item {
	display: block;
	width: 100%;
	max-width: 350px;
	margin: 0 auto 15px;
	background: url(/local/templates/frutonyanya_vn/img/production/bg.svg) no-repeat center/100% 100%;
	padding: 20px 30px;
	position: relative;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.production__item:hover {
	text-decoration: none;
	background: url(/local/templates/frutonyanya_vn/img/production/bg-hover.svg) no-repeat center/100% 100%;
}
.production__item:hover .production__button {
	background-color: #00625e;
	color: #fff;
}
.production__item:hover .production__button::after {
	background-image: url(/local/templates/frutonyanya_vn/img/svg/button-arrow.svg);
}
@media screen and (min-width: 360px) {
	.production__item {
		padding: 30px;
	}
}
@media screen and (min-width: 768px) {
	.production__item {
		width: 354px;
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 1260px) {
	.production__item {
		width: 380px;
		margin-bottom: 30px;
	}
}
.production__item--img-top {
	padding-top: 240px;
}
.production__item--img-top .production__bg {
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-position: center center;
}
@media screen and (min-width: 768px) {
	.production__item--img-top {
		padding-top: 220px;
	}
	.production__item--img-top .production__bg {
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		background-position: center center;
	}
}
@media screen and (min-width: 1260px) {
	.production__item--img-top {
		padding-top: 270px;
	}
}
.production__item--info {
	background-image: url(/local/templates/frutonyanya_vn/img/production/info-bg.svg);
}
.production__item--info:focus,
.production__item--info:hover {
	background-image: url(/local/templates/frutonyanya_vn/img/production/info-bg.svg);
}
.production__item--mobile-hidden {
	display: none;
}
@media screen and (min-width: 768px) {
	.production__item--mobile-hidden {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.production__item--1 .production__bg {
	background-position: center top;
}
@media screen and (min-width: 768px) {
	.production__item--1 {
		padding-top: 247px;
	}
	.production__item--1 .production__bg {
		background-position: center top;
	}
}
@media screen and (min-width: 1260px) {
	.production__item--1 {
		padding-top: 260px;
	}
	.production__item--2 {
		height: 230px;
	}
	.production__item--3 {
		height: 207px;
	}
	.production__item--5 {
		height: 220px;
	}
}
.production__item--6 .production__bg,
.production__item--7 .production__bg {
	background-position: center 10px;
}
@media screen and (min-width: 768px) {
	.production__item--6 {
		padding-top: 245px;
	}
}
@media screen and (min-width: 1260px) {
	.production__item--6 {
		height: 480px;
	}
}
.production__item--7 {
	padding-top: 220px;
}
@media screen and (min-width: 768px) {
	.production__item--7 .production__bg {
		background-position: center 10px;
	}
}
@media screen and (min-width: 1260px) {
	.production__item--7 {
		padding-top: 235px;
	}
	.production__item--7 .production__bg {
		background-position: center 10px;
	}
	.production__item--8 {
		height: 210px;
		padding-top: 30px;
	}
}
.production__item--9 {
	padding-top: 25px;
}
@media screen and (min-width: 768px) {
	.production__item--9 {
		height: 230px;
		padding-top: 30px;
		padding-bottom: 35px;
	}
}
@media screen and (min-width: 1260px) {
	.production__item--9 {
		height: 237px;
		padding: 40px 30px;
	}
}
.production__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	background-position: right bottom;
	background-repeat: no-repeat;
	pointer-events: none;
}
.production__info {
	display: block;
	width: 190px;
	position: relative;
}
.production__subtitle {
	display: block;
	font-weight: 500;
	font-size: 30px;
	line-height: 100%;
	margin-bottom: 15px;
	color: #00625e;
	font-family: "Neucha", sans-serif;
}
.production__descr {
	display: block;
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 15px;
	line-height: 120%;
	color: rgba(42, 56, 78, 0.6);
}
.production__button {
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}
.production__feedback {
	display: block;
	text-align: center;
}
.production__feedback-title {
	display: block;
	font-weight: 400;
	font-size: 17px;
	line-height: 120%;
	color: #00625e;
	margin-bottom: 15px;
}
.production__feedback-text {
	display: block;
	font-size: 15px;
	line-height: 120%;
	color: #7f8895;
	margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
	.production__feedback-text {
		margin-bottom: 20px;
	}
}
.production__feedback-bottom,
.production__feedback-socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.production__feedback-social {
	display: block;
	margin: 0 5px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.production__feedback-social:hover {
	opacity: 0.8;
}
.production__bottom,
.production__feedback-email {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.production__feedback-email {
	height: 35px;
	background: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(1, 78, 114, 0.1);
	box-shadow: 0 1px 2px rgba(1, 78, 114, 0.1);
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin: 0 5px;
	font-size: 17px;
	line-height: 120%;
	color: #00625e;
	-webkit-box-orient: horizontal;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 190px;
}
.production__bottom {
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	margin-top: 10px;
}
@media screen and (min-width: 768px) {
	.production__bottom {
		display: none;
	}
}
.production__bottomDecor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url(/local/templates/frutonyanya_vn/img/production/decor.svg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 10px 0;
	width: 100%;
	margin-bottom: 10px;
}
.production__bottomText,
.summary__info span {
	font-size: 15px;
	line-height: 120%;
	color: #2a384e;
}
.production__bottomButton::after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border-top: 1px solid rgba(1, 78, 114, 0.08);
	padding-top: 20px;
}
@media screen and (min-width: 1260px) {
	.share {
		padding-top: 30px;
	}
}
.share__soc {
	display: block;
	width: 35px;
	height: 35px;
	margin-right: 10px;
}
.share__soc_vk {
	background: url(/local/templates/frutonyanya_vn/img/share/soc-vk.svg) no-repeat center/contain;
}
.share__soc_ok {
	background: url(/local/templates/frutonyanya_vn/img/share/soc-ok.svg) no-repeat center/contain;
}
.share__soc_tg {
	background: url(/local/templates/frutonyanya_vn/img/share/soc-tg.svg) no-repeat center/contain;
}
.share__copy {
	margin-left: 21px;
}
@media screen and (min-width: 360px) {
	.share__copy {
		margin-left: 0;
	}
}
.share__done::after {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	background: url(/local/templates/frutonyanya_vn/img/share/done.svg) no-repeat center/contain;
	margin-left: 10px;
	position: relative;
	top: 1px;
}
.summary__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	position: relative;
	margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
	.summary__info {
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 1260px) {
	.summary__info {
		margin-bottom: 30px;
	}
}
.summary__info::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: rgba(1, 78, 114, 0.08);
}
.summary__info span {
	padding: 0 30px;
	background: #eaf6f9;
	line-height: 18px;
	position: relative;
}
.summary__info span span {
	padding: 0;
}
.summary__center {
	text-align: center;
}
.summary__more::after {
	content: "";
	display: block;
	width: 9px;
	height: 14px;
	margin-left: 10px;
	background: url(/local/templates/frutonyanya_vn/img/summary/arrow.svg) no-repeat center/contain;
}
.toc {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 51px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #eaf6f9;
}
@media screen and (min-width: 768px) {
	.toc {
		top: 0;
		left: 0;
		height: auto;
		display: block;
		padding: 0;
		background: 0 0;
		position: relative;
		width: auto;
	}
}
.toc__links {
	display: none;
	background: #fff;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: auto;
	-webkit-box-shadow: 0 1px 2px rgba(1, 78, 114, 0.1);
	box-shadow: 0 1px 2px rgba(1, 78, 114, 0.1);
	padding: 8px 20px;
	z-index: 100;
	overflow: auto;
	max-height: calc(100vh - 131px);
}
@media screen and (min-width: 768px) {
	.toc__links {
		display: block;
		position: relative;
		top: 0;
		background: 0 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
		max-height: 10000em;
	}
}
.toc_active .toc__links {
	display: block;
	-webkit-animation: fade-in-down 0.25s ease-in-out;
	animation: fade-in-down 0.25s ease-in-out;
}
@media screen and (min-width: 768px) {
	.toc_active .toc__links {
		-webkit-animation: none;
		animation: none;
	}
}
.toc_active .toc__title::after {
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
}
.toc_fixed {
	position: fixed;
	top: 80px;
	z-index: 301;
	-webkit-box-shadow: 0 1px 2px rgba(1, 78, 114, 0.1);
	box-shadow: 0 1px 2px rgba(1, 78, 114, 0.1);
}
@media screen and (min-width: 768px) {
	.toc_fixed {
		-webkit-animation: none;
		animation: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		z-index: 0;
		position: relative;
		top: auto;
	}
}
@media screen and (min-width: 1260px) {
	.toc_fixed {
		top: auto;
	}
}
.toc_bottom {
	position: absolute;
	bottom: 0;
	top: auto;
	left: 0;
}
.toc__title {
	font-size: 20px;
	line-height: 1;
	font-family: "Neucha", sans-serif;
	color: #00625e;
	padding-right: 21px;
	position: relative;
}
@media screen and (min-width: 768px) {
	.toc__title {
		padding-right: 0;
		cursor: default;
		font-size: 25px;
		margin-bottom: 3px;
		position: relative;
		top: -2px;
		display: block;
	}
}
@media screen and (min-width: 1260px) {
	.toc__title {
		font-size: 35px;
		margin-bottom: 10px;
	}
}
.toc__item a:hover,
.toc__title:hover {
	text-decoration: none;
}
.toc__title::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url(/local/templates/frutonyanya_vn/img/toc/arrow.svg) no-repeat right center/16px;
	position: absolute;
	right: 0;
	top: calc(50% - 8px);
	-webkit-transition: -webkit-transform 0.25s ease-in-out;
	-o-transition: transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
@media screen and (min-width: 768px) {
	.toc__title::after {
		display: none;
	}
}
.toc__time {
	color: rgba(42, 56, 78, 0.6);
	font-size: 15px;
}
@media screen and (min-width: 768px) {
	.toc__time {
		margin-top: 4px;
	}
}
@media screen and (min-width: 1260px) {
	.toc__time {
		font-size: 17px;
		margin-top: 9px;
	}
}
.toc__item {
	padding: 7px 0 8px;
	border-bottom: 1px solid rgba(1, 78, 114, 0.08);
	color: #00625e;
	font-size: 17px;
}
@media screen and (min-width: 768px) {
	.toc__item {
		font-size: 15px;
		padding: 5px 0 7px;
	}
}
@media screen and (min-width: 1260px) {
	.toc__item {
		font-size: 17px;
		padding: 6px 0 8px;
	}
}
.toc__item:last-child {
	border-bottom: none;
}
@media (hover: hover) {
	.toc__item a:hover {
		color: #2a384e;
	}
}
.toc__h2 + .toc__h3,
.toc__h2 + .toc__h4 {
	margin-top: -2px;
	background: #fff;
}
@media screen and (min-width: 768px) {
	.toc__h2 + .toc__h3,
	.toc__h2 + .toc__h4 {
		background: #f6fafc;
	}
}
.toc__h3 + .toc__h2,
.toc__h4 + .toc__h2 {
	border-top: 1px solid rgba(1, 78, 114, 0.08);
	margin-top: 2px;
}
.toc__h3 {
	border: 0;
	padding: 0 0 8px 20px;
}
.toc__h4 {
	padding: 0 0 8px 40px;
}
.toc__item_active {
	color: #2a384e;
}
.video {
	display: block;
	padding: 40px 0;
	background-color: #f6fafc;
	position: relative;
}
@media screen and (min-width: 768px) {
	.video {
		padding: 50px 0;
	}
}
@media screen and (min-width: 1260px) {
	.video {
		padding: 70px 0;
	}
	.video::after {
		content: url(/local/templates/frutonyanya_vn/img/video/cow.svg);
		position: absolute;
		right: calc(58% - 620px);
		bottom: 150px;
		z-index: 5;
	}
}

@media screen and (min-width: 1460px) {
	.video::after {
		right: calc(58% - 750px);
	}
}
.video__blockVideo {
	background-color: #000;
}
.video__container,
.video__wrapper {
	display: block;
}
@media screen and (min-width: 768px) {
	.video__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
.video__content {
	display: block;
}
@media screen and (min-width: 1260px) {
	.video__content {
		width: 996px;
		margin: 0 auto;
	}
}
.video__title {
	display: block;
	font-weight: 500;
	font-size: 35px;
	line-height: 100%;
	margin-bottom: 20px;
	color: #00625e;
	font-family: "Neucha", sans-serif;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.video__title {
		font-size: 40px;
		margin-bottom: 30px;
	}
}
@media screen and (min-width: 1260px) {
	.video__title {
		font-size: 50px;
		margin-bottom: 40px;
	}
}
.video__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 768px) {
	.video__list {
		display: block;
		margin-right: 20px;
	}
}
@media screen and (min-width: 1260px) {
	.video__list {
		margin-right: 30px;
		margin-bottom: 5px;
	}
}
.video__item {
	display: block;
	width: 100%;
	height: auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
	padding: 6px;
	background-image: url(/local/templates/frutonyanya_vn/img/video/bg-m.svg);
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center center;
	position: relative;
}
@media screen and (min-width: 400px) {
	.video__item {
		padding: 8px;
		margin-right: 13px;
	}
}
@media screen and (min-width: 768px) {
	.video__item {
		width: 132px;
		height: 97px;
		background-image: url(/local/templates/frutonyanya_vn/img/video/bg-t.svg);
		margin-right: 0;
		margin-bottom: 20px;
		cursor: pointer;
	}
	.video__item:last-child {
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1260px) {
	.video__item {
		width: 175px;
		height: 132px;
		margin-bottom: 25px;
	}
}
@media screen and (min-width: 768px) {
	.video__item.active {
		background-image: url(/local/templates/frutonyanya_vn/img/video/bg-t-active.svg);
	}
	.video__item.active .video__inner {
		opacity: 0.5;
	}
	.video__item.active .video__play {
		display: none;
	}
}
.video__inner {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	background: #fff;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
@media screen and (min-width: 768px) {
	.video__inner {
		padding-bottom: 70%;
		background: #eaf6f9;
		pointer-events: none;
	}
}
.video__blockWallpaper,
.video__wallpaper {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	z-index: 5;
}
.video__wallpaper {
	-o-object-fit: cover;
	object-fit: cover;
}
@media screen and (min-width: 768px) {
	.video__wallpaper {
		display: block !important;
	}
}
@media screen and (min-width: 768px) {
	.video__block {
		display: block;
		width: 578px;
		height: 328px;
		position: relative;
		padding: 15px;
		background-image: url(/local/templates/frutonyanya_vn/img/video/bg-d.svg);
		background-repeat: no-repeat;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
		background-position: center center;
	}
}
@media screen and (min-width: 1260px) {
	.video__block {
		width: 790px;
		height: 449px;
	}
}
.video__blockInner {
	position: relative;
	width: 100%;
	padding-bottom: 55%;
	height: 0;
	overflow: hidden;
	background: #cee9ef;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.video__blockPlay {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-image: url(/local/templates/frutonyanya_vn/img/video/play.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	background-size: contain;
	z-index: 7;
	background-color: transparent;
	outline: 0;
	border: 0;
	cursor: pointer;
	-webkit-transition: 0.15s;
	-o-transition: 0.15s;
	transition: 0.15s;
	width: 78px;
	height: 78px;
}
.video__blockPlay:hover {
	opacity: 0.9;
}
@media screen and (min-width: 1260px) {
	.video__blockPlay {
		width: 106px;
		height: 106px;
	}
}
.video__blockPlay.disabled {
	pointer-events: none;
	visibility: hidden;
}
.video__play {
	display: none;
	position: absolute;
	bottom: 35px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 56px;
	z-index: 10;
}
.video__play.active {
	display: block;
}
.video__play:hover {
	opacity: 0.9;
}
@media screen and (min-width: 400px) {
	.video__play {
		width: 62px;
	}
}
@media screen and (min-width: 768px) {
	.video__play {
		bottom: -22px;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 32px;
	}
}
@media screen and (min-width: 1260px) {
	.video__play {
		width: 40px;
		bottom: -25px;
	}
}
.js-video-box,
.js-video-box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video__pager {
	padding-top: 20px;
}
.video__pager span:last-child {
	display: none;
}
@media screen and (min-width: 768px) {
	.video__pager {
		display: none !important;
	}
}
.wave {
	display: block;
	position: absolute;
	left: 0;
	top: -7.8px;
	min-width: 100vw;
	z-index: 50;
}

/* End */
/* /local/templates/frutonyanya_vn/template_styles.css?1765270371148642 */
