body {
	margin: 0;
}

#app {
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 500px;
	background: url(/images/logo.svg) 50% 35% no-repeat, url(/images/preloader.svg) 50% calc(35% + 250px) no-repeat #fff;
	overflow-x: hidden;
}
#page-wrap {
	display: grid;
	grid-template-columns: 100%;
  grid-template-rows: 1fr auto;
	min-height: calc(100vh - 68px);
	padding-top: 68px;
	position: relative;
	overflow-x: hidden;
	font-family: "PT Sans", sans-serif;
}

html.with-fluid-typography #page-wrap{
	padding-top: 3.4rem;
	min-height: calc(100vh - 3.4rem);
}

header {
	width: 100%;
	height: 68px;
	position: absolute;
	top: 0;
  background: rgba(255, 255, 255, 0.9);
	display: flex;
	flex-direction: row;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 10;
}

html.with-fluid-typography header {
	height: 3.4rem;
}

header.sticky {
	position: fixed;
	top: -0.5px; /* To fix iOS Safari 1px top offset on scrolling*/
	transform: translate(0, 0); /* To fix iOS Safari bug*/
}

/*header > a {
    width: 220px;
    height: 65px;
    margin: 6px 0 0 44px;
}*/

header > a {
	width: 190px;
	height: 56px;
	margin: 2px 0 0 44px;
}

html.with-fluid-typography header > a {
	flex: 0 0 auto;
	width: 9.5rem;
	height: 2.8rem;
	margin: 0.1rem 0 0 2.2rem;
}

header > a img {
	width: 100%;
	height: auto;
}

header input {
	display: none;
	width: 68px;
	height: 68px;
	position: absolute;
	right: 26px;
	top: 0;
	margin: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html.with-fluid-typography header input {
	width: 3.4rem;
	height: 3.4rem;
	right: 1.3rem;
}

header > span {
	display: none;
	width: 32px;
	height: 4px;
	position: absolute;
	right: 44px;
	top: 32px;
	background: #389a73;
	border-radius: 2px;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
	            background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
	            opacity 0.55s ease;
	outline: 1px solid transparent;
	transform: translateX(0px);
}

html.with-fluid-typography header > span {
	width: 1.6rem;
	height: 0.2rem;
	right: 2.2rem;
	top: 1.6rem;
	border-radius: 0.1rem;
	outline: 0.05rem solid transparent;
}

header > span:nth-of-type(1) {
	top: 24px;
}

html.with-fluid-typography header > span:nth-of-type(1) {
	top: 1.2rem;
}

header > span:nth-of-type(3) {
	top: 40px;
}

html.with-fluid-typography header > span:nth-of-type(3) {
	top: 2rem;
}

header input:checked ~ span {
	background: #e05e36;
}

header input:checked ~ span:nth-of-type(1) {
	transform: translate(0, 8px) rotate(45deg);
}

html.with-fluid-typography header input:checked ~ span:nth-of-type(1) {
	transform: translate(0, 0.4rem) rotate(45deg);
}

header input:checked ~ span:nth-of-type(2) {
	transform-origin: 2px 50%;
	transform: scaleX(0.2);
	opacity: 0;
}

html.with-fluid-typography header input:checked ~ span:nth-of-type(2) {
	transform-origin: 0.1rem 50%;
}

header input:checked ~ span:nth-of-type(3) {
	transform: translate(0, -8px) rotate(-45deg);
}

html.with-fluid-typography header input:checked ~ span:nth-of-type(3) {
	transform: translate(0, -0.4rem) rotate(-45deg);
}

header nav {
	flex-grow: 1;
	position: relative;
}

header ul {
	padding: 0;
  margin: 0 26px 0 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

html.with-fluid-typography header ul {
	margin: 0 1.3rem 0 0;
}

header ul li a {
	white-space: nowrap;
	height: 68px;
	line-height: 68px;
	display: block;
	vertical-align: middle;
	font-size: 26px;
	padding: 0 18px;
	color:  #5f5f5f;
	text-decoration: none;
	transition: color 0.3s ease;
}

html.with-fluid-typography header ul li a {
	height: 3.4rem;
	line-height: 3.4rem;
	font-size: 1.3rem;
	padding: 0 0.9rem;
}

header ul li a:active,
header ul li a.active {
	color:  #389a73;
}

header ul li span {
	position: relative;
	top: 1px;
}

html.with-fluid-typography header ul li span {
	top: 0.05rem;
}

nav > span {
	position: absolute;
	bottom: 0;
	height: 4px;
	border-radius: 3px 3px 0 0;
	background-color: #389a73;
	transition: all .3s ease;
	pointer-events: none;
}

html.with-fluid-typography nav > span {
	height: 0.2rem;
	border-radius: 0.15rem 0.15rem 0 0;
}

nav > span.notransition {
	transition: none !important;
}

footer {
	display: flex;
	min-height: 120px;
}

html.with-fluid-typography footer {
	min-height: 6rem;
}

footer > div {
	justify-content: center;
	align-items: center;
	display: flex;
}

.footer-left {
	padding-left: 39px;
}

html.with-fluid-typography .footer-left {
	padding-left: 1.95rem;
}

.footer-left a {
	display: inline-block;
	text-indent: -9999px;
	width: 28px;
	height: 28px;
	margin: 0 2px;
	background: transparent url(/images/icons/sprite.svg) no-repeat;
}

html.with-fluid-typography .footer-left a {
	width: 1.4rem;
	height: 1.4rem;
	margin: 0 0.1rem;
	background-size: 4.2rem 2.8rem;
}

.footer-left .fb {
	background-position: 0 0;
}
.footer-left .ig {
	background-position: -28px 0;
}
html.with-fluid-typography .footer-left .ig {
	background-position: -1.4rem 0;
}
.footer-left .tw {
	background-position: -56px 0;
}
html.with-fluid-typography .footer-left .tw {
	background-position: -2.8rem 0;
}
.footer-left .pi {
	background-position: 0 -28px;
}
html.with-fluid-typography .footer-left .pi {
	background-position: 0 -1.4rem;
}
.footer-left .tt {
	background-position: -28px -28px;
}
html.with-fluid-typography .footer-left .tt {
	background-position: -1.4rem -1.4rem;
}
.footer-left .yt {
	background-position: -56px -28px;
}
html.with-fluid-typography .footer-left .yt {
	background-position: -2.8rem -1.4rem;
}

.footer-center {
	flex-grow: 1;
}

.footer-center ul {
	display: flex;
	flex-direction: row;
	list-style: none;
	font-size: 18px;
	line-height: 18px;
	padding: 0;
}

html.with-fluid-typography .footer-center ul {
	font-size: 0.9rem;
	line-height: 0.9rem;
}

.footer-center ul li {
	border-right: 1px solid #5f5f5f;
	padding: 0 16px;
}

html.with-fluid-typography .footer-center ul li {
	border-right: 0.05rem solid #5f5f5f;
	padding: 0 0.8rem;
}

.footer-center ul li:last-child {
	border-right: none !important;
}

.footer-center ul li a {
	color: #389a73;
	text-decoration: none;
}

.footer-center ul li a:hover {
	text-decoration: underline;
}

.footer-right {
	padding-right: 44px;
}

html.with-fluid-typography .footer-right {
	padding-right: 2.2rem;
}

.footer-right > span {
	text-align: right;
	font-size: 16px;
	line-height: 24px;
	color: #5f5f5f;
	margin-right: 23px;
	width: 320px;
}

html.with-fluid-typography .footer-right > span {
	font-size: 0.8rem;
	line-height: 1.2rem;
	margin-right: 1.15rem;
	width: 16rem;
}

.footer-right > img {
	position: relative;
	top: -5px;
	width: 59px;
	height: 53px;
}

html.with-fluid-typography .footer-right > img {
	top: -0.25rem;
	width: 2.95rem;
	height: 2.65rem;
}

.googleplay-button,
.appstore-button {
	display: block;
	width: 100%;
	max-width: 255px;
	height: 75px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: .2s;
	text-indent: -9999px;
	cursor: pointer;
}

.googleplay-button:hover,
.appstore-button:hover {
	filter: contrast(60%) brightness(140%);
}

.popup-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	display: grid;
	grid-template-rows: minmax(10px, 1fr) [content-start] 6fr [content-end] minmax(10px, 3fr);
	background-color: rgba(0, 0, 0, .75);
	overflow-y: auto;
	visibility: hidden;
	opacity: .5;
	transition: opacity .05s ease-in;
}

.popup-overlay.visible {
	opacity: 1;
}

.popup-overlay .popup-wrapper {
	grid-row-start: content-start;
	grid-row-end: content-end;
	place-self: center;
	outline: none;
	transform: scale(.9, .9);
	transform-origin: 50% 50% 0;
	transition: transform .05s ease-in;
}

.popup-overlay.visible .popup-wrapper {
	transform: scale(1, 1);
}

#qr-code-popup .popup-wrapper {
  position: relative;
	display: none;
  padding: 40px;
  width: 600px;
  min-height: 440px;
  background: #e15e36 url(/images/bg.webp);
  background-size: 100%;
  border-radius: 20px;
  box-shadow: 0 0 3px 0 rgba(0,0,0,.33), 0 2px 5px rgba(0,0,0,.44);
	box-sizing: border-box;
}

#qr-code-popup .popup-wrapper.ready {
	display: block;
}

#qr-code-popup .close-popup {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
}

#qr-code-popup .close-popup::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  display: block;
  width: 24px;
  height: 24px;
  background-color: #fff;
  mask-image: url('/images/popups/close-popup.svg');
  mask-repeat: no-repeat;
  mask-position: 0 0;
}

#qr-code-popup .qr-code-popup__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  height: 100%;
  color: #fff;
}

#qr-code-popup .qr-code-popup__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 36px;
  height: 100%;
  text-align: center;
}

#qr-code-popup .qr-code-popup__title-android,
#qr-code-popup .qr-code-popup__title-ios {
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
	padding: 0;
	margin: 0;
}

#qr-code-popup .qr-code-popup__description {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
	padding: 0;
	margin: 0;
}

#qr-code-popup .qr-code-popup__qr-code {
  padding: 16px;
  width: 206px;
  height: 206px;
  border-radius: 16px;
  background: url('/images/popups/qr-code-popup/ome-app-store-qr-code.svg') center center / 174px no-repeat #fff;
  box-sizing: border-box;
}

#qr-code-popup .qr-code-popup__right {
  position: relative;
  width: 176px;
  height: 360px;
  flex: 0 0 auto;
}

#qr-code-popup .qr-code-popup__poster {
  position: absolute;
  top: 1.8%;
  left: 1.8%;
  width: 96.5%;
  height: 96.5%;
  border-radius: 10%;
  overflow: hidden;
  mask: url('/images/popups/qr-code-popup/ome-app-store-qr-code-phone-content.jpg') center / contain no-repeat;
  background: url('/images/popups/qr-code-popup/ome-app-store-qr-code-phone-content.jpg') center center / contain no-repeat #000;
}

#qr-code-popup .qr-code-popup__phone-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/images/popups/qr-code-popup/video-chat-iPhone.svg') center center / contain no-repeat;
}

html.with-fluid-typography {
	--maxScreenUnitless: 1440;
	--maxFontSizeUnitless: 18;

	font-size: calc(var(--maxFontSizeUnitless) / var(--maxScreenUnitless) * 100vw);
}

@media screen and (min-width: 1440px) {
	html.with-fluid-typography {
		font-size: calc(1px * var(--maxFontSizeUnitless));
	}
}

@media screen and (max-width: 768px) {
	html.with-fluid-typography {
		--maxFontSizeUnitless: 40;
	}
}

@media screen and (max-width: 450px) {
	html.with-fluid-typography {
		--maxFontSizeUnitless: 60;
	}
}

@media (hover: hover) {
	header ul li a:hover {
		color:  #389a73;
	}
}

@media (max-width: 1149.98px) {
	html:not(.with-fluid-typography) .footer-right > span {
		width: 170px;
	}
}

@media (max-width: 1023.98px) {
	html:not(.with-fluid-typography) header {
		justify-content: space-between;
	}

	html:not(.with-fluid-typography) header input {
		display: block;
	}

	html:not(.with-fluid-typography) header > span {
		display: block;
	}

	html:not(.with-fluid-typography) header nav {
		flex-grow: initial;
		position: absolute;
		height: calc(100vh - 68px);
		top: 68px;
		left: 100.1%;
		background: rgba(255, 255, 255, 0.9);
		transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
	}

	html:not(.with-fluid-typography) header input:checked ~ nav {
		transform: translate(-100%, 0);
	}

	html:not(.with-fluid-typography) header ul {
		margin: 0;
		flex-direction: column;
		justify-content: flex-start;
		overflow: hidden;
		-webkit-font-smoothing: antialiased;
	}

	html:not(.with-fluid-typography) header ul li a {
		position: relative;
		height: 48px;
		line-height: 48px;
		padding: 0;
		margin: 10px 30px;
		transition: color 0.3s ease;
	}

	html:not(.with-fluid-typography) header ul li a::after {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 4px;
		border-radius: 3px;
		background-color: #389a73;
		animation: scale-out 0.15s ease-in forwards, move-out 0.15s ease-out 0.15s forwards;
		will-change: transform;
	}

	html:not(.with-fluid-typography) header ul li a.active::after {
		animation: scale-in 0.15s ease-in, move-in 0.15s ease-in 0.15s forwards;
	}

	html:not(.with-fluid-typography) header nav > span {
		display: none;
	}

	html:not(.with-fluid-typography) footer {
		flex-direction: column;
	}

	html:not(.with-fluid-typography) .footer-left {
		padding: 30px 0;
	}

	html:not(.with-fluid-typography) .footer-right {
		flex-direction: column;
		padding: 30px 0 60px;
	}

	html:not(.with-fluid-typography) .footer-right > span {
		width: auto;
		text-align: center;
		margin: 0 0 30px;
	}
}

@media (hover: hover) and (max-width: 1023.98px) {
	html:not(.with-fluid-typography) header ul li a:hover::after {
		animation: scale-in 0.15s ease-out, move-in 0.15s ease-out forwards 0.15s;
	}
}

@media (min-width: 1025px) {
	html:not(.with-fluid-typography) header ul li a::after {
		content: none;
	}
}

@media (max-width: 575.98px) {
	html:not(.with-fluid-typography) header > a {
		width: 110px;
		height: 32.5px;
		margin: 15px 0 0 22px;
	}

	html:not(.with-fluid-typography) header input {
		width: 68px;
		height: 68px;
		right: 0;
		top: 0;
	}

	html:not(.with-fluid-typography) header > span {
		width: 24px;
		height: 2.50px;
		right: 23px;
		top: 33px;
		border-radius: 2px;
	}

	html:not(.with-fluid-typography) header > span:nth-of-type(1) {
		top: 25px;
	}

	html:not(.with-fluid-typography) header > span:nth-of-type(3) {
		top: 41px;
	}

	html:not(.with-fluid-typography) header input:checked ~ span:nth-of-type(1) {
		transform: translate(0, 8px) rotate(45deg);
	}

	html:not(.with-fluid-typography) header input:checked ~ span:nth-of-type(2) {
		transform-origin: 1.25px 50%;
		transform: scaleX(0.2);
		opacity: 0;
	}

	html:not(.with-fluid-typography) header input:checked ~ span:nth-of-type(3) {
		transform: translate(0, -8px) rotate(-45deg);
	}

	html:not(.with-fluid-typography) header nav {
		top: 68px;
	}

	html:not(.with-fluid-typography) .footer-center ul {
		font-size: 16px;
		line-height: 16px;
	}

	html:not(.with-fluid-typography) .footer-center ul li {
		padding: 0 8px;
	}

	html:not(.with-fluid-typography) .footer-right > span {
		font-size: 15px;
	}
}

@media (max-width: 768px) {
  html.with-fluid-typography header {
		justify-content: space-between;
	}

	html.with-fluid-typography header input {
		display: block;
	}

	html.with-fluid-typography header > span {
		display: block;
	}

	html.with-fluid-typography header nav {
		flex-grow: initial;
		position: absolute;
		height: calc(100vh - 3.4rem);
		top: 3.4rem;
		left: 100.1%;
		background: rgba(255, 255, 255, 0.9);
		transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
	}

	html.with-fluid-typography header input:checked ~ nav {
		transform: translate(-100%, 0);
	}

	html.with-fluid-typography header ul {
		margin: 0;
		flex-direction: column;
		justify-content: flex-start;
		overflow: hidden;
		-webkit-font-smoothing: antialiased;
	}

	html.with-fluid-typography header ul li a {
		position: relative;
		height: 2.4rem;
		line-height: 2.4rem;
		padding: 0;
		margin: 0.5rem 1.5rem;
	}

	html.with-fluid-typography header ul li a::after {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 0.2rem;
		border-radius: 0.15rem;
		background-color: #389a73;
		animation: scale-out 0.15s ease-in forwards, move-out 0.15s ease-in 0.15s forwards;
		will-change: transform;
	}

	html.with-fluid-typography header ul li a.active::after {
		animation: scale-in 0.15s ease-in forwards, move-in 0.15s ease-in 0.15s forwards;
	}

	html.with-fluid-typography header nav > span {
		display: none;
	}

	html.with-fluid-typography footer {
		flex-direction: column;
	}

	html.with-fluid-typography .footer-left {
		padding: 1.5rem 0;
	}

	html.with-fluid-typography .footer-right {
		flex-direction: column;
		padding: 1.5rem 0 3rem;
	}

	html.with-fluid-typography .footer-right > span {
		width: auto;
		text-align: center;
		margin: 0 0 1.5rem;
	}
}

@media (hover: hover) and (max-width: 768px) {
	html.with-fluid-typography header ul li a:hover::after {
		animation: scale-in 0.15s ease-in forwards, move-in 0.15s ease-in forwards 0.15s;
	}
}

@media (min-width: 769px) {
	html.with-fluid-typography header ul li a::after {
		content: none;
	}
}

@media screen and (max-device-width: 480px) {
  body{
    -webkit-text-size-adjust: 100%;
  }
}

@keyframes scale-in {
	0% {
		left: -30px;
		transform: scaleX(0);
		transform-origin: bottom left;
	}

	100% {
		left: -30px;
		transform: scaleX(1.15);
		transform-origin: bottom left;
	}
}

@keyframes scale-out {
	0% {
		left: 0;
		transform: scaleX(1);
		transform-origin: bottom left;
	}

	100% {
		left: 0;
		transform: scaleX(1.3);
		transform-origin: bottom left;
	}
}

@keyframes move-in {
	0% {
		left: -30px;
		transform: scaleX(1.15);
		transform-origin: bottom left;
	}

	100% {
		left: 0;
		transform: scaleX(1);
		transform-origin: bottom left;
	}
}

@keyframes move-out {
	100% {
		left: 130%;
	}
}
