/*!
Theme Name: okpsy
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: okpsy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

okpsy is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.woocommerce-checkout  #secondary {
	display: none;
}
.woocommerce-checkout header {
	display: none;
}
.woocommerce-checkout footer {
	display: none;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
	border: none;
}
@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Front page hero
--------------------------------------------- */
body.home,
body.front-page {
	margin: 0;
	background: #0a1f31;
}

body.home .site-header,
body.home .site-footer,
body.front-page .site-header,
body.front-page .site-footer {
	display: none;
}

body.home .site,
body.front-page .site {
	min-height: 100vh;
	background: #0a1f31;
}

body.home .site-main,
body.front-page .site-main {
	margin: 0;
}

.okp-hero,
.okp-hero * {
	box-sizing: border-box;
}

.okp-hero {
	position: relative;
	width: min(100%, 1280px);
	min-height: 716px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 15px;
	color: #ffffff;
	font-family: "Manrope", "Segoe UI", Arial, sans-serif;
}

.okp-hero__bg,
.okp-hero__bg img,
.okp-hero__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.okp-hero__bg img {
	object-fit: cover;
	transform: scale(1.108);
}

.okp-hero__shade {
	background:
		linear-gradient(90deg, rgba(10, 31, 49, 0.7) 0%, rgba(10, 31, 49, 0.7) 100%),
		linear-gradient(86deg, #0a1f31 22.6%, rgba(10, 31, 49, 0) 85.7%);
	pointer-events: none;
}

.okp-hero__logo {
	position: absolute;
	top: 22px;
	left: 40px;
	width: 95px;
	height: 78px;
	object-fit: cover;
	object-position: center;
}

.okp-hero__badge {
	position: absolute;
	top: 31px;
	left: 175px;
	display: flex;
	align-items: center;
	width: 280px;
	height: 60px;
	padding: 0 19px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.07);
	backdrop-filter: blur(3px);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
	white-space: nowrap;
}

.okp-hero__badge span:last-child {
	color: #4bcd92;
}

.okp-hero__nav {
	position: absolute;
	top: 50px;
	left: 711px;
	display: flex;
	gap: 50px;
	align-items: center;
	font-size: 16px;
	line-height: 1.3;
	white-space: nowrap;
}

.okp-hero__nav a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
}

.okp-hero__copy {
	position: absolute;
	top: 158px;
	left: 40px;
	width: 615px;
}

.okp-hero__eyebrow,
.okp-hero__lead,
.okp-hero__note p,
.okp-hero__feature span {
	margin: 0;
}

.okp-hero__eyebrow {
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
}

.okp-hero h1 {
	margin: 0 0 12px;
	color: #4bcd92;
	font-size: 56px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.2;
}

.okp-hero__lead {
	width: 409px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
}

.okp-hero__note {
	position: absolute;
	top: 351px;
	left: 40px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 610px;
}

.okp-hero__note span {
	display: block;
	width: 524px;
	height: 1px;
	background: rgba(255, 255, 255, 0.26);
}

.okp-hero__note img {
	width: 34px;
	height: 34px;
	flex: 0 0 auto;
}

.okp-hero__note p {
	display: flex;
	align-items: center;
	gap: 15px;
	width: 610px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
}

.okp-hero__note p::before {
	content: "";
	width: 34px;
	height: 34px;
	flex: 0 0 auto;
	background: url("assets/img/hero/no-preservatives.svg") center / contain no-repeat;
}

.okp-hero__note > img {
	display: none;
}

.okp-hero__price {
	position: absolute;
	top: 449px;
	left: 365px;
	display: flex;
	align-items: baseline;
	gap: 22px;
	white-space: nowrap;
}

.okp-hero__price strong {
	font-size: 50px;
	font-weight: 600;
	line-height: 1.3;
}

.okp-hero__price del {
	color: rgba(255, 255, 255, 0.7);
	font-size: 36px;
	font-weight: 500;
	line-height: 1.3;
}

.okp-hero__button {
	position: absolute;
	top: 448px;
	left: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 66px;
	border-radius: 15px;
	background: linear-gradient(180deg, #3ba776 0%, #328961 100%);
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
}

.okp-hero__person {
	position: absolute;
	top: 50px;
	left: 611px;
	width: 663px;
	height: 600px;
	object-fit: cover;
	object-position: top center;
}

.okp-hero__features {
	position: absolute;
	top: 550px;
	left: 40px;
	display: flex;
	gap: 15px;
	align-items: center;
}

.okp-hero__feature {
	display: flex;
	align-items: center;
	gap: 13px;
	height: 60px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.07);
	backdrop-filter: blur(3px);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	white-space: nowrap;
}

.okp-hero__feature:nth-child(1),
.okp-hero__feature:nth-child(3) {
	width: 290px;
}

.okp-hero__feature:nth-child(2) {
	width: 205px;
}

.okp-hero__feature img {
	width: 24px;
	height: 24px;
	flex: 0 0 auto;
}

@media (max-width: 900px) {
	.okp-hero {
		width: min(100%, 728px);
		min-height: 600px;
	}

	.okp-hero__bg img {
		transform: scale(1.2);
		object-position: 42% center;
	}

	.okp-hero__shade {
		background:
			linear-gradient(90deg, rgba(10, 31, 49, 0.7) 0%, rgba(10, 31, 49, 0.7) 100%),
			linear-gradient(87deg, #0a1f31 22.6%, rgba(10, 31, 49, 0) 85.7%);
	}

	.okp-hero__logo {
		top: 16px;
		left: 30px;
		width: 85px;
		height: 70px;
	}

	.okp-hero__badge {
		top: 30px;
		left: 147px;
		width: 245px;
		height: 50px;
		padding: 0 16px;
		font-size: 16px;
	}

	.okp-hero__nav {
		display: none;
	}

	.okp-hero__copy {
		top: 116px;
		left: 30px;
		width: 370px;
	}

	.okp-hero__eyebrow {
		font-size: 16px;
	}

	.okp-hero h1 {
		font-size: 40px;
		white-space: nowrap;
	}

	.okp-hero__lead {
		width: 369px;
		font-size: 16px;
	}

	.okp-hero__note {
		top: 273px;
		left: 30px;
		gap: 12px;
		width: 300px;
	}

	.okp-hero__note span {
		width: 300px;
	}

	.okp-hero__note p {
		width: 300px;
		font-size: 16px;
	}

	.okp-hero__price {
		top: 355px;
		left: 30px;
		gap: 22px;
	}

	.okp-hero__price strong {
		font-size: 40px;
	}

	.okp-hero__price del {
		font-size: 26px;
	}

	.okp-hero__button {
		top: 422px;
		left: 30px;
		width: 260px;
		height: 60px;
		font-size: 16px;
	}

	.okp-hero__person {
		top: 24px;
		left: 252px;
		width: 636px;
		height: 577px;
	}

	.okp-hero__features {
		top: 510px;
		left: 30px;
		gap: 10px;
	}

	.okp-hero__feature {
		gap: 10px;
		height: 60px;
		padding: 0 14px;
		font-size: 16px;
		white-space: normal;
	}

	.okp-hero__feature:nth-child(1) {
		width: 185px;
	}

	.okp-hero__feature:nth-child(2) {
		width: 144px;
	}

	.okp-hero__feature:nth-child(3) {
		width: 213px;
	}

	.okp-hero__feature img {
		width: 20px;
		height: 20px;
	}
}

@media (max-width: 480px) {
	.okp-hero {
		width: 100%;
		min-height: 660px;
		border-radius: 0 0 15px 15px;
	}

	.okp-hero__bg img {
		transform: scale(1.09);
		object-position: 44% center;
	}

	.okp-hero__shade {
		background:
			linear-gradient(90deg, rgba(10, 31, 49, 0.7) 0%, rgba(10, 31, 49, 0.7) 100%),
			linear-gradient(89deg, #0a1f31 22.6%, rgba(10, 31, 49, 0) 85.7%);
	}

	.okp-hero__logo {
		top: 10px;
		left: 10px;
		width: 70px;
		height: 40px;
	}

	.okp-hero__badge {
		top: 10px;
		right: 10px;
		left: auto;
		justify-content: center;
		width: 200px;
		height: 40px;
		padding: 0 10px;
		border-radius: 12px;
		font-size: 13px;
	}

	.okp-hero__copy {
		top: 80px;
		left: 10px;
		width: 333px;
	}

	.okp-hero__eyebrow {
		margin-bottom: 10px;
		font-size: 13px;
		font-weight: 500;
	}

	.okp-hero h1 {
		margin-bottom: 10px;
		font-size: 36px;
	}

	.okp-hero__lead {
		width: 296px;
		font-size: 13px;
		font-weight: 500;
	}

	.okp-hero__note {
		top: 214px;
		left: 10px;
		gap: 8px;
		width: 330px;
	}

	.okp-hero__note span {
		width: 330px;
	}

	.okp-hero__note p {
		width: 240px;
		gap: 15px;
		font-size: 13px;
	}

	.okp-hero__note p::before {
		width: 26px;
		height: 26px;
	}

	.okp-hero__price {
		top: 279px;
		left: 10px;
		gap: 18px;
	}

	.okp-hero__price strong {
		font-size: 40px;
	}

	.okp-hero__price del {
		font-size: 26px;
	}

	.okp-hero__button {
		top: 344px;
		left: 10px;
		width: calc(100% - 20px);
		height: 56px;
		font-size: 15px;
	}

	.okp-hero__person {
		top: 383px;
		left: 51px;
		width: 416px;
		height: 297px;
		object-position: center top;
	}

	.okp-hero__features {
		top: 420px;
		left: 10px;
		z-index: 2;
		flex-direction: column;
		gap: 10px;
		align-items: flex-start;
	}

	.okp-hero__feature,
	.okp-hero__feature:nth-child(1),
	.okp-hero__feature:nth-child(2),
	.okp-hero__feature:nth-child(3) {
		width: 180px;
		height: 50px;
		gap: 9px;
		padding: 0 9px;
		font-size: 13px;
	}

	.okp-hero__feature img {
		width: 16px;
		height: 16px;
	}
}

/* OkPsyPharma full desktop front page
--------------------------------------------- */
body.home,
body.front-page {
	background: #f9fafb;
}

html {
	scroll-behavior: smooth;
}

body.home .site,
body.front-page .site {
	background: #f9fafb;
}

body.home #primary,
body.front-page #primary {
	margin-right: auto;
	margin-left: auto;
}

.okp-main,
.okp-main * {
	box-sizing: border-box;
}

.okp-main {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 80px;
	background: #f9fafb;
	color: #061624;
	font-family: "Manrope", "Segoe UI", Arial, sans-serif;
}

.okp-main img {
	display: block;
	/* width: 100%; */
	/* height: 100%; */
}

.okp-main a {
	text-decoration: none;
}

.okp-main h1,
.okp-main-section h2 span,
.okp-main-about h2 span {
	background: linear-gradient(99.07deg, #00753b 0.7%, #51b181 99%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.okp-main-button {
	--okp-button-x: 0;
	--okp-button-y: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 340px;
	height: 66px;
	border-radius: 15px;
	background: linear-gradient(180deg, #3ba776 0%, #328961 100%);
	background-size: 100% 145%;
	box-shadow: 0 14px 30px rgba(50, 137, 97, 0.18);
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	transform: translate(var(--okp-button-x), var(--okp-button-y));
	transition:
		background-position 220ms ease,
		box-shadow 220ms ease,
		filter 220ms ease,
		transform 220ms ease;
}

.okp-main a.okp-main-button,
.okp-main a.okp-main-button:visited,
.okp-main a.okp-main-button:hover,
.okp-main a.okp-main-button:focus,
.okp-main a.okp-main-button:active {
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
}

.okp-main-button:hover,
.okp-main-button:focus-visible {
	--okp-button-y: -3px;

	background-position: 0 100%;
	box-shadow: 0 20px 42px rgba(50, 137, 97, 0.32);
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	filter: saturate(1.08);
}

.okp-main-button:active {
	--okp-button-y: -1px;

	box-shadow: 0 10px 24px rgba(50, 137, 97, 0.24);
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	filter: saturate(1);
}

.okp-main-button:focus-visible {
	outline: 3px solid rgba(75, 205, 146, 0.45);
	outline-offset: 4px;
}

.okp-main-section {
	position: relative;
	max-width: 1160px;
	width: calc(100% - 40px);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.okp-main-section h2,
.okp-main-section h3,
.okp-main-section p,
.okp-main-money h2,
.okp-main-money p {
	margin: 0;
}

.okp-main-section__button {
	/* --okp-button-x: -50%; */
	/* position: absolute; */
	/* left: 50%; */
	/* bottom: 0; */
}

.okp-main-hero {
	position: relative;
	max-width: 1160px;
	width: calc(100% - 40px);
	height: 650px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 15px;
	color: #ffffff;
}

.okp-main-hero__bg,
.okp-main-hero__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.okp-main-hero__bg {
	object-fit: cover;
	transform: scale(1.108);
}

.okp-main-hero__overlay {
	background:
		linear-gradient(90deg, rgba(10, 31, 49, 0.7) 0%, rgba(10, 31, 49, 0.7) 100%),
		linear-gradient(86deg, #0a1f31 22.6%, rgba(10, 31, 49, 0) 85.7%);
}

.okp-main-hero__logo {
	position: absolute;
	z-index: 3;
	top: 22px;
	left: 40px;
	width: 95px;
	height: 78px;
	object-fit: cover;
}

.okp-main-hero__badge {
	position: absolute;
	z-index: 3;
	top: 31px;
	left: 175px;
	display: flex;
	align-items: center;
	width: 280px;
	height: 60px;
	padding: 0 19px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.07);
	backdrop-filter: blur(3px);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
	white-space: nowrap;
}

.okp-main-hero__badge span {
	color: #4bcd92;
	margin-left: 4px;
}

.okp-main-hero__nav {
	position: absolute;
	z-index: 5;
	top: 50px;
	right: 47px;
	display: flex;
	gap: 50px;
	font-size: 16px;
	line-height: 1.3;
	white-space: nowrap;
}

.okp-main-hero__nav a {
	color: rgba(255, 255, 255, 0.8);
	position: relative;
	transition: color 180ms ease;
}

.okp-main-hero__nav a:hover,
.okp-main-hero__nav a:focus-visible {
	color: #ffffff;
}

.okp-main-hero__copy {
	position: absolute;
	top: 158px;
	left: 40px;
	width: 615px;
	font-weight: 600;
	z-index: 10;
}

.okp-main-hero__eyebrow {
	margin: 0 0 12px;
	font-size: 18px;
	line-height: 1.3;
}

.okp-main-hero h1 {
	margin: 0 0 17px;
	font-size: 56px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.2;
	z-index: 10;
}

.okp-main-hero__copy p:last-child {
	width: 409px;
	margin: 0;
	font-size: 18px;
	line-height: 1.4;
}

.okp-main-hero__note {
	position: absolute;
	top: 349px;
	left: 40px;
	display: flex;
	align-items: center;
	gap: 15px;
	width: 610px;
	padding: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.26);
	border-bottom: 1px solid rgba(255, 255, 255, 0.26);
	font-size: 18px;
	line-height: 1.3;
	z-index: 10;
}

.okp-main-hero__note img {
	width: 34px;
	height: 34px;
	flex: 0 0 auto;
}

.okp-main-hero__button {
	position: absolute;
	top: 448px;
	left: 40px;
	width: 300px;
	min-width: 300px;
}

.okp-main-hero__price {
	position: absolute;
	top: 449px;
	left: 365px;
	display: flex;
	align-items: baseline;
	gap: 22px;
	white-space: nowrap;
	z-index: 10;
}

.okp-main-hero__price strong {
	font-size: 50px;
	font-weight: 600;
	line-height: 1.3;
}

.okp-main-hero__price del {
	color: rgba(255, 255, 255, 0.7);
	font-size: 36px;
	font-weight: 500;
	line-height: 1;
	transform: translate(-4px, -6px);
	text-decoration-thickness: 1px;
}

.okp-main-hero__person {
	position: absolute;
	z-index: 2;
	top: 50px;
	right: -114px;
	width: 663px;
	height: 600px;
	object-fit: cover;
	object-position: top center;
}

.okp-main-hero__features {
	position: absolute;
	top: 550px;
	left: 40px;
	display: flex;
	gap: 15px;
	z-index: 10;
}

.okp-main-hero__features div {
	display: flex;
	align-items: center;
	gap: 10px;
	height: 60px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.07);
	backdrop-filter: blur(3px);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	white-space: nowrap;
	z-index: 20;
}

.okp-main-hero__features div:nth-child(1),
.okp-main-hero__features div:nth-child(3) {
	width: 290px;
}

.okp-main-hero__features div:nth-child(2) {
	width: 205px;
}

.okp-main-hero__features img {
	width: 24px;
	height: 24px;
}

.okp-main-program {
	/* height: 774px; */
	/* padding-top: 118px; */
	margin-top: 80px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
}

.okp-main-program h2 {
	/* position: absolute; */
	/* top: 0; */
	/* left: 50%; */
	/* width: 1142px; */
	/* transform: translateX(-50%); */
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}

.okp-main-program h2 span,
.okp-main-useful h2 span,
.okp-main-about h2 span,
.okp-main-knowledge h2 span,
.okp-main-why h2 span {
	color: #3ba776;
}

.okp-main-program__body {
	display: grid;
	grid-template-columns: 52.6% 45.7%;
	gap: 20px;
	margin-bottom: 6px;
	width: 100%;
}

.okp-main-program__list {
	/* height: 560px; */
	padding: 30px;
	border-radius: 15px;
	background: #ffffff;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.03);
}

.okp-main-program__item {
	display: flex;
	gap: 12px;
	margin-bottom: 5px;
	padding: 17px 20px;
	border-radius: 15px;
	background: #f9fafb;
	color: #061624;
}

.okp-main-program__item:nth-child(1) {
	/* height: 135px; */
}

.okp-main-program__item:nth-child(2),
.okp-main-program__item:nth-child(4),
.okp-main-program__item:nth-child(5) {
	/* height: 80px; */
}

.okp-main-program__item:nth-child(3) {
	/* height: 100px; */
}

.okp-main-program__item img {
	width: 26px;
	height: 26px;
	flex: 0 0 auto;
	margin-top: 4px;
}

.okp-main-program__item h3 {
	margin: 3px 0 5px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

.okp-main-program__item p {
	width: 380px;
	color: rgba(6, 22, 36, 0.8);
	font-size: 16px;
	line-height: 1.3;
}

.okp-main-program__item:nth-child(1) p {
	width: 329px;
}

.okp-main-program__image {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	object-fit: cover;
}

.okp-main-useful {
	/* height: 856px; */
	/* padding-top: 129px; */
	margin-top: 80px;
	display: flex;
	align-items: center;
	flex-direction: column;
	max-width: 1100px;
}

.okp-main-useful h2 {
	/* position: absolute; */
	/* top: 0; */
	/* left: 50%; */
	width: 605px;
	/* transform: translateX(-50%); */
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 24px;
}

.okp-main-useful__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 17px;
	justify-content: center;
	margin-bottom: 30px;
}

.okp-main-card {
	position: relative;
	width: 100%;
	height: 307px;
	overflow: hidden;
	border-radius: 15px;
}

.okp-main-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.okp-main-card p {
	position: absolute;
	left: 5px;
	bottom: 5px;
	width: calc(100% - 10px);
	min-height: 90px;
	margin: 0;
	padding: 14px 42px 15px 14px;
	border-radius: 15px;
	background: #ffffff;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.03);
	color: #0a263e;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
}

.okp-main-card:first-child p {
	/* min-height: 110px; */
}

.okp-main-card p strong {
	font-weight: 600;
}

.okp-main-why {
	height: auto;
	margin-top: 80px;
}

.okp-main-why h2 {
	max-width: 978px;
	margin: 0 auto 29px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}

.okp-main-why__panel {
	position: relative;
	flex-shrink: 0;
	height: auto;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 15px;
	background: #081927;
	color: #ffffff;
	width: 100%;
}

.okp-main-why__panel:nth-of-type(2) {
	/* height: 350px; */
}

.okp-main-why__panel img,
.okp-main-why__shade {
	position: absolute;
	inset: 0;
}

.okp-main-why__panel img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.5;
}

.okp-main-why__shade {
	background: linear-gradient(96deg, #061624 29%, rgba(6, 22, 36, 0) 98%);
}

.okp-main-why__panel > div:last-child {
	position: relative;
	z-index: 1;
	/* max-width: 825px; */
	padding: 40px 40px;
}

.okp-main-why__panel h3 {
	max-width: 690px;
	margin: 0 0 15px;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.4;
}

.okp-main-why__panel:first-of-type h3 {
	width: 407px;
}

.okp-main-why__panel p {
	max-width: 709px;
	margin: 0 0 15px;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
}

.okp-main-why__panel:first-of-type p {
	width: 539px;
}

.okp-main-why__panel strong {
	display: inline-flex;
	align-items: center;
	min-height: 50px;
	padding: 0 14px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(3px);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
}

.okp-main-about {
	margin-top: 78px;
}

.okp-main-about__card {
	position: relative;
	min-height: 637px;
	width: 100%;
	overflow: hidden;
	border-radius: 15px;
	background:
		url("assets/img/main/olga-about-bg-desktop.jpg") left center / auto 100% no-repeat,
		#ffffff;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.03);
}

.okp-main-about__photo {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 548px;
	height: 646px;
	overflow: hidden;
}

.okp-main-about__person {
	position: absolute;
	z-index: 1;
	left: -30px;
	bottom: 0;
	width: 504px;
	height: 629px;
	object-fit: contain;
	object-position: bottom left;
	transform: scaleX(-1);
	transform-origin: center;
}

.okp-main-about__content {
	/* position: absolute; */
	/* top: 40px; */
	/* left: 435px; */
	width: calc(100% - 455px);
	margin-left: 436px;
	margin-top: 39px;
	margin-bottom: 30px;
}

.okp-main-about__badge {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 100%;
	min-height: 70px;
	margin-bottom: 8px;
	padding: 13px 16px;
	border-radius: 15px;
	background: #f9fafb;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
}

.okp-main-about__badge img {
	width: 28px;
	height: 28px;
	flex: 0 0 auto;
}

.okp-main-about h2 {
	margin: 0 0 15px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
}

.okp-main-about p {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
}

.okp-main-about__footer {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	min-height: 160px;
	margin-top: 19px;
	padding: 32px 30px 30px 29px;
	border-radius: 15px;
	background: #061624;
	color: #ffffff;
	gap: 20px;
	width: 100%;
}

.okp-main-about__footer div {
	width: 760px;
}

.okp-main-about__footer h3 {
	margin: 0 0 18px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
}

.okp-main-about__footer p {
	margin: 0;
	font-size: 15px;
	line-height: 1.45;
}

.okp-main-knowledge {
	margin-top: 69px;
}

.okp-main-knowledge h2 {
	max-width: 530px;
	margin: 0 auto 30px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}

.okp-main-knowledge__grid {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}

.okp-main-knowledge__row {
	display: grid;
	grid-template-columns: minmax(0, 55.4fr) 20px minmax(0, 44.6fr);
	align-items: center;
	gap: 10px;
}

.okp-main-knowledge article {
	height: 100%;
	overflow: hidden;
	border-radius: 15px;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.03);
}

.okp-main-knowledge__left {
	width: 100%;
	padding: 25px;
	background: #ffffff;
	color: #061624;
}

.okp-main-knowledge__right {
	width: 100%;
	padding: 25px;
	background: #061624;
	color: #ffffff;
}

.okp-main-knowledge h3 {
	margin: 0 0 15px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

.okp-main-knowledge p {
	margin: 0;
	font-size: 16px;
	line-height: 1.3;
	opacity: 0.82;
}

.okp-main-knowledge__arrow {
	width: 20px;
	height: 12px;
	background: url("assets/img/main/arrow.svg") center / contain no-repeat;
}

.okp-main-knowledge .okp-main-section__button {
	/* position: relative; */
	/* left: 50%; */
	/* bottom: auto; */
	margin-top: 40px;
}

.okp-main-money {
	max-width: 1160px;
	width: calc(100% - 40px);
	min-height: 328px;
	margin: 80px auto 0;
	padding: 54px 120px 39px;
	border-radius: 20px;
	background: linear-gradient(180deg, #3ba776 0%, #328961 100%);
	color: #ffffff;
	text-align: center;
}

.okp-main-money h2 {
	width: 642px;
	margin: 0 auto 13px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
}

.okp-main-money p {
	margin: 0 auto 12px;
	font-size: 18px;
	line-height: 1.3;
}

.okp-main-money p:first-of-type {
	width: 585px;
}

.okp-main-money p:last-of-type {
	/* width: 898px; */
}

.okp-reveal {
	opacity: 0;
	filter: blur(3px);
	transform: translate3d(0, 28px, 0);
	transition:
		opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
		filter 700ms cubic-bezier(0.22, 1, 0.36, 1),
		transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: var(--okp-reveal-delay, 0ms);
	will-change: opacity, filter, transform;
}

.okp-reveal--left {
	transform: translate3d(-24px, 20px, 0);
}

.okp-reveal--right {
	transform: translate3d(24px, 20px, 0);
}

.okp-reveal.is-visible {
	opacity: 1;
	filter: blur(0);
	transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
	.okp-main-button,
	.okp-reveal {
		transition: none;
	}

	.okp-reveal {
		opacity: 1;
		filter: none;
		transform: none;
	}
}

@media (max-width: 980px) {

	.okp-main-button {
		top: 422px;
        left: 30px;
        width: 260px;
        height: 60px;
        min-width: 260px;
	}

	.okp-main-hero {
		height: 600px;
	}

	.okp-main-hero__bg {
		transform: scale(1.2);
		object-position: 42% center;
	}

	.okp-main-hero__logo {
		top: 16px;
		left: 30px;
		width: 85px;
		height: 70px;
	}

	.okp-main-hero__badge {
		top: 30px;
		left: 147px;
		width: 245px;
		height: 50px;
		padding: 0 16px;
		font-size: 16px;
	}

	.okp-main-hero__nav {
		display: none;
	}

	.okp-main-hero__copy {
		top: 116px;
		left: 30px;
		max-width: 410px;
        width: auto;
	}

	.okp-main-hero__eyebrow {
		font-size: 16px;
	}

	.okp-main-hero h1 {
		font-size: 40px;
		white-space: nowrap;
		margin: 0 0 11px;
	}

	.okp-main-hero__copy p:last-child {
		width: 369px;
		font-size: 16px;
	}

	.okp-main-hero__note {
		top: 271px;
        left: 30px;
        width: 300px;
        padding: 12px 0;
        font-size: 16px;
	}

	.okp-main-hero__note img {
		width: 34px;
		height: 34px;
	}

	.okp-main-hero__price {
		top: 355px;
		left: 30px;
	}

	.okp-main-hero__price strong {
		font-size: 40px;
	}

	.okp-main-hero__price del {
		font-size: 26px;
	}

	.okp-main-hero__button {
		top: 422px;
		left: 30px;
		width: 260px;
		height: 60px;
		font-size: 16px;
	}

	.okp-main-hero__person {
		top: 24px;
		left: 252px;
		width: 636px;
		height: 577px;
	}

	.okp-main-hero__features {
		top: 510px;
		left: 30px;
		gap: 10px;
	}

	.okp-main-hero__features div {
		height: 60px;
		gap: 10px;
		font-size: 16px;
		white-space: normal;
	}

	.okp-main-hero__features div:nth-child(1) {
		width: 185px;
	}

	.okp-main-hero__features div:nth-child(2) {
		width: 144px;
	}

	.okp-main-hero__features div:nth-child(3) {
		width: 213px;
	}

	.okp-main-hero__features img {
		width: 20px;
		height: 20px;
	}

	.okp-main-program h2 {
		max-width: 650px;
		font-size: 30px;
		line-height: 1.2;
	}

	.okp-main-program__body {
		display: block;
	}

	.okp-main-program__list {
		padding: 20px;
	}

	.okp-main-program__item p {
		max-width: 520px;
	}

	.okp-main-program__image {
		height: 500px;
		margin-top: 15px;
	}

	.okp-main-useful {
		height: 1182px;
		margin-top: 80px;
	}

	.okp-main-section .okp-main-button{
		width: 340px;
	}

	.okp-main-useful h2 {
		width: 547px;
		font-size: 36px;
    	margin-bottom: 36px;
	}

	.okp-main-useful__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 18px 18px;
	}

	.okp-main-why {
		height: auto;
		margin-top: 80px;
	}

	.okp-main-why h2 {
		max-width: 657px;
		margin-bottom: 31px;
		font-size: 36px;
	}

	.okp-main-why__panel {
        margin-bottom: 10px;
	}

	.okp-main-why__panel:nth-of-type(2) {
		height: auto;
	}

	.okp-main-why__panel > div:last-child {
		padding: 30px;
	}

	.okp-main-why__panel h3 {
		font-size: 26px;
	}

	.okp-main-why__panel:nth-of-type(2) strong {
		max-width: 448px;
		min-height: 70px;
	}

	.okp-main-about {
		height: 1210px;
		margin-top: 70px;
	}

	.okp-main-about__card {
		padding-bottom: 366px;
		background:
			url("assets/img/main/olga-about-bg-tablet.jpg") center bottom / 100% auto no-repeat,
			#ffffff;
	}

	.okp-main-about__photo {
		bottom: 0;
        left: 0;
        width: 100%;
        height: 386px;
	}

	.okp-main-about__person {
		left: 50%;
        transform: translateX(-221px) scaleX(-1);
        bottom: -133px;
        width: 445px;
        height: 556px;
	}

	.okp-main-about__content {
		margin-left: 30px;
        margin-top: 29px;
        width: calc(100% - 60px);
	}

	.okp-main-about__badge {
		max-width: 531px;
        min-height: 60px;
        gap: 10px;
        margin-bottom: 16px;
        font-size: 14px;
	}

	.okp-main-about__badge img {
		width: 24px;
		height: 24px;
	}

	.okp-main-about h2 {
		font-size: 40px;
	}

	.okp-main-about__footer {
		margin-top: 10px;
		padding: 25px;
	}

	.okp-main-about__footer div {
		width: 689px;
	}

	.okp-main-about__footer .okp-main-button {
		display: none;
	}

	.okp-main-knowledge {
		height: auto;
		margin-top: 80px;
	}

	.okp-main-knowledge h2 {
		width: 466px;
		font-size: 36px;
	}

	.okp-main-knowledge__grid {
		gap: 20px;
	}

	.okp-main-knowledge__left,
	.okp-main-knowledge__right {
		width: auto;
		padding: 25px;
	}

	.okp-main-knowledge p {
		font-size: 16px;
	}

	.okp-main-money {
		margin-top: 80px;
        padding: 39px 60px;
	}

	.okp-main-money h2 {
		max-width: 581px;
		width: auto;
		margin-bottom: 24px;
		font-size: 36px;
	}

	.okp-main-money p,
	.okp-main-money p:first-of-type,
	.okp-main-money p:last-of-type {
		max-width: 579px;
		width: auto;
		font-size: 16px;
	}
}

@media (max-width: 680px) {

	.okp-main {
		width: 100%;
		padding: 0 0 20px;
		overflow: hidden;
	}

	.okp-main-button,
	.okp-main-section .okp-main-button {
		position: static;
		width: calc(100vw - 20px);
		min-width: 0;
		height: 56px;
		border-radius: 15px;
		font-size: 15px;
	}

	.okp-main-section {
		width: calc(100% - 20px);
		max-width: none;
	}

	.okp-main-section h2 {
		width: 100%;
		font-size: 24px;
		line-height: 1.3;
	}

	.okp-main-hero {
		width: 100%;
		max-width: none;
		height: 660px;
		border-radius: 0 0 15px 15px;
	}

	.okp-main-hero__bg {
		left: -17.3%;
		width: 356.82%;
		height: 109.09%;
		max-width: none;
		transform: none;
		object-fit: cover;
		object-position: center top;
	}

	.okp-main-hero__overlay {
		background:
			linear-gradient(90deg, rgba(10, 31, 49, 0.7) 0%, rgba(10, 31, 49, 0.7) 100%),
			linear-gradient(88.77deg, #0a1f31 22.6%, rgba(10, 31, 49, 0) 85.7%);
	}

	.okp-main-hero__logo {
		top: 10px;
		left: 10px;
		width: 70px;
		height: 40px;
	}

	.okp-main-hero__badge {
		top: 10px;
		right: 10px;
		left: auto;
		width: min(200px, calc(100% - 100px));
		height: 40px;
		border-radius: 12px;
		padding: 0 12px;
		font-size: 13px;
	}

	.okp-main-hero__copy {
		top: 80px;
		left: 10px;
		width: calc(100% - 20px);
		max-width: none;
	}

	.okp-main-hero__eyebrow {
		margin-bottom: 10px;
		font-size: 13px;
		font-weight: 500;
	}

	.okp-main-hero h1 {
		margin-bottom: 10px;
		font-size: clamp(32px, 10vw, 36px);
		line-height: 1.2;
		white-space: nowrap;
	}

	.okp-main-hero__copy p:last-child {
		width: min(296px, 100%);
		font-size: 13px;
		line-height: 1.4;
	}

	.okp-main-hero__note {
		top: 214px;
		left: 10px;
		width: calc(100% - 30px);
		gap: 15px;
		padding: 8px 0;
		font-size: 13px;
	}

	.okp-main-hero__note img {
		width: 26px;
		height: 26px;
	}

	.okp-main-hero__note span {
		width: min(191px, calc(100vw - 100px));
	}

	.okp-main-hero__price {
		top: 279px;
		left: 10px;
		gap: 24px;
	}

	.okp-main-hero__price strong {
		font-size: 40px;
		line-height: 1.3;
	}

	.okp-main-hero__price del {
		font-size: 26px;
		transform: none;
	}

	.okp-main-hero__button {
		position: absolute;
		top: 344px;
		left: 10px;
		width: calc(100% - 20px);
	}

	.okp-main-hero__person {
		top: 383px;
		left: 51px;
		right: auto;
		width: 416px;
		height: 297px;
		max-width: none;
		object-fit: cover;
		object-position: top center;
	}

	.okp-main-hero__features {
		top: 420px;
		left: 10px;
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.okp-main-hero__features div,
	.okp-main-hero__features div:nth-child(1),
	.okp-main-hero__features div:nth-child(2),
	.okp-main-hero__features div:nth-child(3) {
		width: 180px;
		height: 50px;
		gap: 9px;
		padding: 0 9px;
		border-radius: 15px;
		font-size: 13px;
		white-space: normal;
	}

	.okp-main-hero__features img {
		width: 16px;
		height: 16px;
	}

	.okp-main-program {
		width: calc(100% - 20px);
		margin-top: 60px;
		gap: 20px;
	}

	.okp-main-program h2 {
		width: 100%;
		max-width: none;
		font-size: 24px;
		text-align: center;
	}

	.okp-main-program__list {
		padding: 10px;
		border-radius: 15px;
	}

	.okp-main-program__item {
		gap: 12px;
		margin-bottom: 5px;
		padding: 10px 12px;
		border-radius: 15px;
	}

	.okp-main-program__item img {
		width: 26px;
		height: 26px;
		margin-top: 5px;
	}

	.okp-main-program__item h3 {
		margin: 0 0 5px;
		font-size: 14px;
		line-height: 1.3;
	}

	.okp-main-program__item p,
	.okp-main-program__item:nth-child(1) p {
		width: auto;
		max-width: none;
		font-size: 13px;
		line-height: 1.3;
	}

	.okp-main-program__image {
		width: 100%;
		height: auto;
		aspect-ratio: 340 / 260;
		margin-top: 0;
		border-radius: 15px;
	}

	.okp-main-useful {
		width: 100%;
		max-width: none;
		height: auto;
		margin-top: 60px;
		padding-top: 0;
		background: #ffffff;
	}

	.okp-main-useful h2 {
		width: calc(100% - 20px);
		margin-bottom: 25px;
		font-size: 24px;
		line-height: 1.3;
	}

	.okp-main-useful__grid {
		width: calc(100% - 20px);
		grid-template-columns: 1fr;
		gap: 10px;
		margin-bottom: 20px;
	}

	.okp-main-card {
		width: 100%;
		height: auto;
		aspect-ratio: 340 / 200;
		border-radius: 15px;
	}

	.okp-main-card p,
	.okp-main-card:first-child p {
		left: 5px;
		bottom: 5px;
		width: calc(100% - 10px);
		min-height: 60px;
		padding: 10px 15px;
		border-radius: 15px;
		font-size: 13px;
		line-height: 1.2;
	}

	.okp-main-card:first-child p {
		min-height: 100px;
	}

	.okp-main-card p strong {
		font-size: 15px;
		line-height: 1.3;
	}

	.okp-main-why {
		width: calc(100% - 20px);
		margin-top: 60px;
	}

	.okp-main-why h2 {
		width: 100%;
		max-width: none;
		margin-bottom: 26px;
		font-size: 24px;
	}

	.okp-main-why__panel,
	.okp-main-why__panel:nth-of-type(2) {
		width: 100%;
		margin-bottom: 10px;
	}

	.okp-main-why__panel > div:last-child {
		width: auto;
		padding: 20px;
	}

	.okp-main-why__panel h3,
	.okp-main-why__panel:first-of-type h3 {
		width: min(283px, 100%);
		margin-bottom: 16px;
		font-size: 18px;
		line-height: 1.3;
	}

	.okp-main-why__panel p,
	.okp-main-why__panel:first-of-type p {
		width: auto;
		font-size: 13px;
		line-height: 1.4;
	}

	.okp-main-why__panel strong,
	.okp-main-why__panel:nth-of-type(2) strong {
		max-width: none;
		min-height: 60px;
		padding: 10px 14px;
		font-size: 13px;
		line-height: 1.4;
	}

	.okp-main-about {
		width: 100%;
		height: auto;
		margin-top: 60px;
	}

	.okp-main-about__card {
		width: 100%;
		min-height: 0;
		padding: 10px 10px 330px;
		border-radius: 15px;
		background:
			linear-gradient(180deg, #ffffff 0%, #ffffff 58%, rgba(255, 255, 255, 0) 72%),
			url("assets/img/main/olga-about-bg-tablet.jpg") center bottom / cover no-repeat,
			#ffffff;
	}

	.okp-main-about__content {
		width: 100%;
		margin: 0;
	}

	.okp-main-about__badge {
		width: 100%;
		min-height: 70px;
		margin-bottom: 25px;
		gap: 10px;
		padding: 10px 16px;
		font-size: 12px;
		line-height: 1.3;
	}

	.okp-main-about__badge img {
		width: 20px;
		height: 20px;
	}

	.okp-main-about h2 {
		margin-bottom: 12px;
		font-size: 26px;
		white-space: nowrap;
	}

	.okp-main-about p {
		font-size: 13px;
		line-height: 1.3;
	}

	.okp-main-about__content p[style] {
		max-width: none !important;
		margin-top: 20px !important;
		font-size: 15px !important;
	}

	.okp-main-about__photo {
		right: auto;
		bottom: 0;
		left: 50%;
		width: min(260px, 72vw);
		height: 331px;
		transform: translateX(-45%);
	}

	.okp-main-about__person {
		right: auto;
		bottom: 0;
		left: 50%;
		width: 260px;
		height: 331px;
		transform: translateX(-50%) scaleX(-1);
		object-fit: cover;
	}

	.okp-main-about__footer {
		width: 100%;
		margin-top: 10px;
		padding: 15px;
		border-radius: 15px;
	}

	.okp-main-about__footer div {
		width: 100%;
	}

	.okp-main-about__footer h3 {
		margin-bottom: 12px;
		font-size: 15px;
		line-height: 1.4;
	}

	.okp-main-about__footer p {
		font-size: 13px;
		line-height: 1.4;
	}

	.okp-main-knowledge {
		width: calc(100% - 20px);
		margin-top: 60px;
	}

	.okp-main-knowledge h2 {
		width: 100%;
		font-size: 26px;
		line-height: 1.3;
	}

	.okp-main-knowledge__grid {
		gap: 18px;
	}

	.okp-main-knowledge__row {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.okp-main-knowledge__left,
	.okp-main-knowledge__right {
		width: 100%;
		padding: 15px;
	}

	.okp-main-knowledge h3 {
		margin-bottom: 8px;
		font-size: 17px;
	}

	.okp-main-knowledge p {
		font-size: 13px;
		line-height: 1.3;
	}

	.okp-main-knowledge__arrow {
		justify-self: start;
		margin-left: 19px;
		transform: rotate(90deg);
	}

	.okp-main-knowledge .okp-main-section__button {
		margin-top: 20px;
	}

	.okp-main-money {
		width: 100%;
		max-width: none;
		min-height: 0;
		margin-top: 60px;
		padding: 33px 8px;
		border-radius: 20px;
	}

	.okp-main-money h2 {
		width: min(266px, 100%);
		margin-bottom: 24px;
		font-size: 24px;
	}

	.okp-main-money p,
	.okp-main-money p:first-of-type,
	.okp-main-money p:last-of-type {
		width: 100%;
		max-width: none;
		font-size: 13px;
		line-height: 1.3;
	}

	.okp-main-money p:first-of-type {
		width: min(306px, 100%);
		margin-bottom: 18px;
	}
}

/* =====================================================
   WooCommerce checkout
   ===================================================== */

.woocommerce-checkout .entry-header,
.woocommerce-checkout .entry-title {
	display: none;
}

.woocommerce-checkout .entry-content {
	max-width: 760px;
	margin: 0 auto;
	padding: 30px 20px 0;
}

.woocommerce-checkout form.checkout {
	display: flex;
	flex-direction: column;
}

.woocommerce-checkout .col2-set,
.woocommerce-checkout #order_review,
.woocommerce-checkout .woocommerce-additional-fields {
	background: #ffffff;
	border-radius: 15px;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.03);
	padding: 28px 30px;
	margin: 0 0 24px;
}

.woocommerce-checkout .col2-set {
	display: block;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
	width: 100%;
	float: none;
}

.woocommerce-checkout .col2-set .col-2:not(:has(*)) {
	display: none;
}

.woocommerce-checkout .woocommerce-additional-fields:not(:has(*)) {
	display: none;
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3 {
	margin: 0 0 22px;
	padding-bottom: 16px;
	border-bottom: 1px solid #eef1f4;
	font-size: 20px;
	font-weight: 700;
	color: #061624;
}

.woocommerce-checkout #order_review_heading {
	display: none;
}

/* form rows */
.woocommerce-checkout .form-row {
	margin: 0 0 18px;
}

.woocommerce-checkout form.checkout .form-row-first,
.woocommerce-checkout form.checkout .form-row-last {
	width: 100%;
	float: none;
}

.woocommerce-checkout .form-row label:not(.checkbox) {
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: 600;
	color: #061624;
}

.woocommerce-checkout .form-row .required {
	color: #e35d5d;
	text-decoration: none;
}

.woocommerce-checkout .input-text,
.woocommerce-checkout select,
.woocommerce-checkout textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 13px 16px;
	border: 1px solid #e3e7eb;
	border-radius: 10px;
	background: #f9fafb;
	font-family: inherit;
	font-size: 15px;
	color: #061624;
	transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.woocommerce-checkout .input-text:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus {
	border-color: #3ba776;
	background: #ffffff;
	box-shadow: 0 0 0 3px rgba(59, 167, 118, 0.15);
	outline: none;
}

/* checkboxes (email consent, terms, create account) */
.woocommerce-checkout .form-row label.checkbox {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(6, 22, 36, 0.8);
	line-height: 1.4;
}

.woocommerce-checkout input.input-checkbox,
.woocommerce-checkout input.input-radio {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	accent-color: #3ba776;
	flex: 0 0 auto;
}

.woocommerce-checkout .okpsy-email-consent-field {
	margin-top: -4px;
}

.woocommerce-checkout .okpsy-email-consent-field label.checkbox {
	font-size: 13px;
	color: rgba(6, 22, 36, 0.6);
}

/* order review table */
.woocommerce-checkout table.woocommerce-checkout-review-order-table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table th,
.woocommerce-checkout table.woocommerce-checkout-review-order-table td {
	padding: 12px 0;
	border-bottom: 1px solid #eef1f4;
	font-size: 15px;
	text-align: left;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table thead th {
	padding-bottom: 14px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: rgba(6, 22, 36, 0.5);
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout table.woocommerce-checkout-review-order-table td:last-child,
.woocommerce-checkout table.woocommerce-checkout-review-order-table th:last-child {
	text-align: right;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table tr.order-total th,
.woocommerce-checkout table.woocommerce-checkout-review-order-table tr.order-total td {
	border-bottom: none;
	padding-top: 16px;
	font-size: 18px;
	font-weight: 700;
	color: #061624;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table tr.order-total .woocommerce-Price-amount {
	color: #3ba776;
}

/* payment methods */
.woocommerce-checkout #order_review {
	margin: 0 0 24px;
	padding: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table,
.woocommerce-checkout ul.wc_payment_methods {
	display: none;
}

.woocommerce-checkout #payment {
	border-radius: 0;
	background: transparent;
}

.woocommerce-checkout ul.wc_payment_methods li.wc_payment_method {
	border: 1px solid #e3e7eb;
	border-radius: 12px;
	padding: 16px 18px;
	background: #f9fafb;
	transition: border-color 160ms ease, background 160ms ease;
}

.woocommerce-checkout ul.wc_payment_methods li.wc_payment_method:has(input:checked) {
	border-color: #3ba776;
	background: rgba(59, 167, 118, 0.06);
}

.woocommerce-checkout ul.wc_payment_methods label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	font-weight: 600;
	color: #061624;
	cursor: pointer;
}

.woocommerce-checkout .payment_box {
	margin-top: 14px;
	padding: 14px 16px;
	border-radius: 10px;
	background: #ffffff;
	font-size: 14px;
	color: rgba(6, 22, 36, 0.75);
}

.woocommerce-checkout .payment_box p {
	margin: 0;
}

/* place order button */
.woocommerce-checkout #payment .form-row.place-order {
	margin: 0;
	padding: 0;
}

.woocommerce-checkout #place_order {
	display: flex;
	width: 100%;
	min-height: 58px;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 15px;
	background: linear-gradient(180deg, #3ba776 0%, #328961 100%);
	box-shadow: 0 14px 30px rgba(50, 137, 97, 0.18);
	color: #ffffff;
	font-size: 17px;
	font-weight: 700;
	cursor: pointer;
	transition: box-shadow 220ms ease, transform 220ms ease, filter 220ms ease;
}

.woocommerce-checkout #place_order:hover,
.woocommerce-checkout #place_order:focus-visible {
	box-shadow: 0 20px 42px rgba(50, 137, 97, 0.32);
	transform: translateY(-2px);
	filter: saturate(1.08);
}

/* notices */
.woocommerce-checkout .woocommerce-NoticeGroup,
.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-info {
	margin: 0 0 20px;
	border-top: none;
	border-radius: 12px;
	padding: 14px 18px 14px 46px;
	font-size: 14px;
	list-style: none;
}

.woocommerce-checkout .woocommerce-error {
	background: #fdecec;
	color: #b3261e;
}

.woocommerce-checkout .woocommerce-message {
	background: rgba(59, 167, 118, 0.08);
	color: #2c7d56;
}

@media (max-width: 600px) {
	.woocommerce-checkout .col2-set,
	.woocommerce-checkout .woocommerce-additional-fields {
		padding: 20px;
	}
}

/* =====================================================
   WooCommerce thank-you (order received) page
   ===================================================== */

.woocommerce-checkout .woocommerce-order {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.woocommerce-checkout .woocommerce-order > p {
	margin: 0;
	padding: 18px 22px;
	border-radius: 15px;
	background: #ffffff;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.03);
	font-size: 14px;
	color: rgba(6, 22, 36, 0.75);
}

.woocommerce-checkout .woocommerce-thankyou-order-received {
	padding: 22px 26px;
	background: rgba(59, 167, 118, 0.08);
	color: #2c7d56;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

.woocommerce-checkout ul.woocommerce-order-overview {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 18px;
	margin: 0;
	padding: 26px 30px;
	list-style: none;
	background: #ffffff;
	border-radius: 15px;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.03);
}

.woocommerce-checkout ul.woocommerce-order-overview li {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: rgba(6, 22, 36, 0.5);
}

.woocommerce-checkout ul.woocommerce-order-overview li strong {
	display: block;
	margin-top: 6px;
	font-size: 16px;
	font-weight: 700;
	text-transform: none;
	letter-spacing: normal;
	color: #061624;
}

.woocommerce-checkout section.woocommerce-order-details,
.woocommerce-checkout section.woocommerce-customer-details {
	padding: 28px 30px;
	border-radius: 15px;
	background: #ffffff;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.03);
}

.woocommerce-checkout .woocommerce-order-details__title,
.woocommerce-checkout .woocommerce-column__title {
	margin: 0 0 22px;
	padding-bottom: 16px;
	border-bottom: 1px solid #eef1f4;
	font-size: 20px;
	font-weight: 700;
	color: #061624;
}

.woocommerce-checkout table.woocommerce-table--order-details {
	width: 100%;
	border-collapse: collapse;
}
.woocommerce-checkout table.woocommerce-table--order-details.order_details {
	border: none;
}

.woocommerce-checkout table.woocommerce-table--order-details th,
.woocommerce-checkout table.woocommerce-table--order-details td {
	padding: 12px 0;
	border-bottom: 1px solid #eef1f4;
	font-size: 15px;
	text-align: left;
}

.woocommerce-checkout table.woocommerce-table--order-details thead th {
	padding-bottom: 14px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: rgba(6, 22, 36, 0.5);
}

.woocommerce-checkout table.woocommerce-table--order-details .product-total,
.woocommerce-checkout table.woocommerce-table--order-details td:last-child,
.woocommerce-checkout table.woocommerce-table--order-details th:last-child {
	text-align: right;
}

.woocommerce-checkout table.woocommerce-table--order-details tfoot tr:last-child th,
.woocommerce-checkout table.woocommerce-table--order-details tfoot tr:last-child td {
	border-bottom: none;
	padding-top: 16px;
	font-size: 18px;
	font-weight: 700;
	color: #061624;
}

.woocommerce-checkout table.woocommerce-table--order-details tfoot tr:last-child .woocommerce-Price-amount {
	color: #3ba776;
}

.woocommerce-checkout section.woocommerce-customer-details address {
	font-style: normal;
	font-size: 15px;
	line-height: 1.6;
	color: rgba(6, 22, 36, 0.8);
}

.woocommerce-checkout .woocommerce-customer-details--phone,
.woocommerce-checkout .woocommerce-customer-details--email {
	margin: 4px 0 0;
}

.woocommerce-checkout .okpsy-thankyou-home {
	display: flex;
	justify-content: center;
	margin: 8px 0 0;
	padding: 0;
	background: none;
	box-shadow: none;
}

@media (max-width: 600px) {
	.woocommerce-checkout ul.woocommerce-order-overview,
	.woocommerce-checkout section.woocommerce-order-details,
	.woocommerce-checkout section.woocommerce-customer-details {
		padding: 20px;
	}

	.woocommerce-checkout .okpsy-thankyou-home .okp-main-button {
		width: 100%;
		min-width: 0;
	}
}

/* =====================================================
   Standalone post-payment thank-you page
   ===================================================== */

.okp-thank-you-page .site-header,
.okp-thank-you-page .site-footer,
.okp-thank-you-page .widget-area {
	display: none;
}

body.okp-thank-you-page {
	margin-bottom: 0;
	background: #061624;
}

.okp-thank-you-page .site {
	background: #061624;
}

.okp-thank-you {
	position: relative;
	display: grid;
	min-height: 100vh;
	max-width: none;
	place-items: center;
	padding: 48px 24px;
	background:
		linear-gradient(90deg, rgba(6, 22, 36, 0.96) 0%, rgba(6, 22, 36, 0.9) 54%, rgba(6, 22, 36, 0.7) 100%),
		url("assets/img/main/bg-lab.jpg") center / cover no-repeat;
	color: #ffffff;
}

.okp-thank-you__card {
	position: relative;
	width: min(1080px, 100%);
	margin: 0 auto;
	padding: 40px 54px 48px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(4px);
	color: #ffffff;
	text-align: left;
}

.okp-thank-you__logo {
	width: 95px;
	height: 78px;
	margin-bottom: 52px;
	object-fit: cover;
}

.okp-thank-you__eyebrow {
	margin: 0 0 14px;
	color: #4bcd92;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.okp-thank-you h1 {
	max-width: 720px;
	margin: 0 0 28px;
	font-family: "Manrope", "Segoe UI", Arial, sans-serif;
	font-size: clamp(40px, 5.2vw, 64px);
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -0.025em;
}

.okp-thank-you__copy {
	max-width: 520px;
	margin: 0 0 34px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 16px;
	line-height: 1.55;
}

.okp-thank-you__copy p {
	margin: 0 0 16px;
}

.okp-thank-you__signature {
	padding-top: 8px;
	color: #ffffff;
	font-weight: 600;
}

.okp-thank-you__home,
.okp-thank-you__home:visited {
	min-width: 280px;
	height: 60px;
	color: #ffffff;
	font-size: 17px;
	text-transform: none;
}

.okp-thank-you__home:hover,
.okp-thank-you__home:focus-visible {
	color: #ffffff;
}

@media (max-width: 600px) {
	.okp-thank-you {
		place-items: stretch;
		padding: 10px;
		background:
			linear-gradient(90deg, rgba(6, 22, 36, 0.96), rgba(6, 22, 36, 0.88)),
			url("assets/img/main/bg-lab.jpg") center / cover no-repeat;
	}

	.okp-thank-you__card {
		display: flex;
		min-height: calc(100vh - 20px);
		flex-direction: column;
		justify-content: center;
		padding: 30px 22px;
	}

	.okp-thank-you__logo {
		width: 76px;
		height: 63px;
		margin-bottom: 42px;
	}

	.okp-thank-you__eyebrow {
		font-size: 13px;
	}

	.okp-thank-you h1 {
		margin-bottom: 24px;
	}

	.okp-thank-you__copy {
		margin-bottom: 28px;
		font-size: 15px;
	}

	.okp-thank-you__home,
	.okp-thank-you__home:visited {
		width: 100%;
		min-width: 0;
	}
}
