/*
Theme Name: skinosophy.ru
Theme URI:	https://skinosophy.ru
Author: Fanis Lee
Author URI: https://the54.dev
Description: The Minimal.
Version: 0.1.0
*/

/**
* @section bootstrap reboot
*/
*,
*::before,
*::after {
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}
@media (prefers-reduced-motion: no-preference) {
	html {
	scroll-behavior: smooth;
	}
}
@-ms-viewport {
	width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}
body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}
[tabindex="-1"]:focus {
	outline: 0 !important;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
}
address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}
ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}
dt {
	font-weight: 700;
}
dd {
	margin-bottom: .5rem;
	margin-left: 0;
}
blockquote {
	margin: 0 0 1rem;
}
dfn {
	font-style: italic;
}
b,
strong {
	font-weight: bolder;
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sub {
	bottom: -.25em;
}
sup {
	top: -.5em;
}
a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:hover {
	color: #0056b3;
	text-decoration: underline;
}
a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
	outline: 0;
}
pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}
figure {
	margin: 0 0 1rem;
}
img {
	vertical-align: middle;
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
table {
	border-collapse: collapse;
}
caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}
th {
	text-align: inherit;
}
label {
	display: inline-block;
	margin-bottom: .5rem;
}
button {
	border-radius: 0;
}
button:focus {
	outline: 0;
}
input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}
textarea {
	overflow: auto;
	resize: vertical;
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}
output {
	display: inline-block;
}
summary {
	display: list-item;
	cursor: pointer;
}
template {
	display: none;
}
[hidden] {
	display: none !important;
}
/**
* @section bootstrap grid
*/
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.container {
	max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container {
	max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container {
	max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container {
	max-width: 1240px;
	}
}
@media (min-width: 1400px) {
	.container {
	max-width: 1360px;
	}
}
.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}
.align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}
.align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}
.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}
.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}
.order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}
.order-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}
.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}
.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}
.order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}
.order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}
.order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}
.order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}
.order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}
.order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}
.order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}
.order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}
.offset-1 {
	margin-left: 8.333333%;
}
.offset-2 {
	margin-left: 16.666667%;
}
.offset-3 {
	margin-left: 25%;
}
.offset-4 {
	margin-left: 33.333333%;
}
.offset-5 {
	margin-left: 41.666667%;
}
.offset-6 {
	margin-left: 50%;
}
.offset-7 {
	margin-left: 58.333333%;
}
.offset-8 {
	margin-left: 66.666667%;
}
.offset-9 {
	margin-left: 75%;
}
.offset-10 {
	margin-left: 83.333333%;
}
.offset-11 {
	margin-left: 91.666667%;
}

@media (min-width: 576px) {
	.col-sm {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	}
	.col-sm-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
	}
	.col-sm-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
	}
	.col-sm-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
	}
	.col-sm-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	}
	.col-sm-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	}
	.col-sm-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
	}
	.col-sm-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	}
	.col-sm-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
	}
	.col-sm-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	}
	.col-sm-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
	}
	.col-sm-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
	}
	.col-sm-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
	}
	.col-sm-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	}
	.order-sm-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	}
	.order-sm-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
	}
	.order-sm-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	}
	.order-sm-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	}
	.order-sm-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	}
	.order-sm-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	}
	.order-sm-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
	}
	.order-sm-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
	}
	.order-sm-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
	}
	.order-sm-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
	}
	.order-sm-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
	}
	.order-sm-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
	}
	.order-sm-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
	}
	.order-sm-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
	}
	.order-sm-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
	}
	.offset-sm-0 {
	margin-left: 0;
	}
	.offset-sm-1 {
	margin-left: 8.333333%;
	}
	.offset-sm-2 {
	margin-left: 16.666667%;
	}
	.offset-sm-3 {
	margin-left: 25%;
	}
	.offset-sm-4 {
	margin-left: 33.333333%;
	}
	.offset-sm-5 {
	margin-left: 41.666667%;
	}
	.offset-sm-6 {
	margin-left: 50%;
	}
	.offset-sm-7 {
	margin-left: 58.333333%;
	}
	.offset-sm-8 {
	margin-left: 66.666667%;
	}
	.offset-sm-9 {
	margin-left: 75%;
	}
	.offset-sm-10 {
	margin-left: 83.333333%;
	}
	.offset-sm-11 {
	margin-left: 91.666667%;
	}
}

@media (min-width: 768px) {
	.col-md {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	}
	.col-md-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
	}
	.col-md-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
	}
	.col-md-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
	}
	.col-md-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	}
	.col-md-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	}
	.col-md-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
	}
	.col-md-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	}
	.col-md-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
	}
	.col-md-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	}
	.col-md-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
	}
	.col-md-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
	}
	.col-md-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
	}
	.col-md-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	}
	.order-md-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	}
	.order-md-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
	}
	.order-md-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	}
	.order-md-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	}
	.order-md-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	}
	.order-md-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	}
	.order-md-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
	}
	.order-md-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
	}
	.order-md-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
	}
	.order-md-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
	}
	.order-md-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
	}
	.order-md-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
	}
	.order-md-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
	}
	.order-md-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
	}
	.order-md-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
	}
	.offset-md-0 {
	margin-left: 0;
	}
	.offset-md-1 {
	margin-left: 8.333333%;
	}
	.offset-md-2 {
	margin-left: 16.666667%;
	}
	.offset-md-3 {
	margin-left: 25%;
	}
	.offset-md-4 {
	margin-left: 33.333333%;
	}
	.offset-md-5 {
	margin-left: 41.666667%;
	}
	.offset-md-6 {
	margin-left: 50%;
	}
	.offset-md-7 {
	margin-left: 58.333333%;
	}
	.offset-md-8 {
	margin-left: 66.666667%;
	}
	.offset-md-9 {
	margin-left: 75%;
	}
	.offset-md-10 {
	margin-left: 83.333333%;
	}
	.offset-md-11 {
	margin-left: 91.666667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	}
	.col-lg-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
	}
	.col-lg-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
	}
	.col-lg-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
	}
	.col-lg-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	}
	.col-lg-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	}
	.col-lg-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
	}
	.col-lg-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	}
	.col-lg-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
	}
	.col-lg-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	}
	.col-lg-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
	}
	.col-lg-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
	}
	.col-lg-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
	}
	.col-lg-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	}
	.order-lg-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	}
	.order-lg-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
	}
	.order-lg-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	}
	.order-lg-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	}
	.order-lg-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	}
	.order-lg-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	}
	.order-lg-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
	}
	.order-lg-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
	}
	.order-lg-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
	}
	.order-lg-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
	}
	.order-lg-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
	}
	.order-lg-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
	}
	.order-lg-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
	}
	.order-lg-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
	}
	.order-lg-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
	}
	.offset-lg-0 {
	margin-left: 0;
	}
	.offset-lg-1 {
	margin-left: 8.333333%;
	}
	.offset-lg-2 {
	margin-left: 16.666667%;
	}
	.offset-lg-3 {
	margin-left: 25%;
	}
	.offset-lg-4 {
	margin-left: 33.333333%;
	}
	.offset-lg-5 {
	margin-left: 41.666667%;
	}
	.offset-lg-6 {
	margin-left: 50%;
	}
	.offset-lg-7 {
	margin-left: 58.333333%;
	}
	.offset-lg-8 {
	margin-left: 66.666667%;
	}
	.offset-lg-9 {
	margin-left: 75%;
	}
	.offset-lg-10 {
	margin-left: 83.333333%;
	}
	.offset-lg-11 {
	margin-left: 91.666667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	}
	.col-xl-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
	}
	.col-xl-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
	}
	.col-xl-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
	}
	.col-xl-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	}
	.col-xl-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	}
	.col-xl-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
	}
	.col-xl-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	}
	.col-xl-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
	}
	.col-xl-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	}
	.col-xl-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
	}
	.col-xl-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
	}
	.col-xl-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
	}
	.col-xl-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	}
	.order-xl-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	}
	.order-xl-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
	}
	.order-xl-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	}
	.order-xl-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	}
	.order-xl-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	}
	.order-xl-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	}
	.order-xl-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
	}
	.order-xl-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
	}
	.order-xl-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
	}
	.order-xl-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
	}
	.order-xl-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
	}
	.order-xl-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
	}
	.order-xl-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
	}
	.order-xl-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
	}
	.order-xl-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
	}
	.offset-xl-0 {
	margin-left: 0;
	}
	.offset-xl-1 {
	margin-left: 8.333333%;
	}
	.offset-xl-2 {
	margin-left: 16.666667%;
	}
	.offset-xl-3 {
	margin-left: 25%;
	}
	.offset-xl-4 {
	margin-left: 33.333333%;
	}
	.offset-xl-5 {
	margin-left: 41.666667%;
	}
	.offset-xl-6 {
	margin-left: 50%;
	}
	.offset-xl-7 {
	margin-left: 58.333333%;
	}
	.offset-xl-8 {
	margin-left: 66.666667%;
	}
	.offset-xl-9 {
	margin-left: 75%;
	}
	.offset-xl-10 {
	margin-left: 83.333333%;
	}
	.offset-xl-11 {
	margin-left: 91.666667%;
	}
}
@media (min-width: 1400px) {
	.col-xxl-auto {
	flex: 0 0 auto;
	width: auto;
	}
	.col-xxl-1 {
	flex: 0 0 auto;
	width: 8.33333333%;
	}
	.col-xxl-2 {
	flex: 0 0 auto;
	width: 16.66666667%;
	}
	.col-xxl-3 {
	flex: 0 0 auto;
	width: 25%;
	}
	.col-xxl-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
	}
	.col-xxl-5 {
	flex: 0 0 auto;
	width: 41.66666667%;
	}
	.col-xxl-6 {
	flex: 0 0 auto;
	width: 50%;
	}
	.col-xxl-7 {
	flex: 0 0 auto;
	width: 58.33333333%;
	}
	.col-xxl-8 {
	flex: 0 0 auto;
	width: 66.66666667%;
	}
	.col-xxl-9 {
	flex: 0 0 auto;
	width: 75%;
	}
	.col-xxl-10 {
	flex: 0 0 auto;
	width: 83.33333333%;
	}
	.col-xxl-11 {
	flex: 0 0 auto;
	width: 91.66666667%;
	}
	.col-xxl-12 {
	flex: 0 0 auto;
	width: 100%;
	}
	.offset-xxl-0 {
	margin-left: 0;
	}
	.offset-xxl-1 {
	margin-left: 8.33333333%;
	}
	.offset-xxl-2 {
	margin-left: 16.66666667%;
	}
	.offset-xxl-3 {
	margin-left: 25%;
	}
	.offset-xxl-4 {
	margin-left: 33.33333333%;
	}
	.offset-xxl-5 {
	margin-left: 41.66666667%;
	}
	.offset-xxl-6 {
	margin-left: 50%;
	}
	.offset-xxl-7 {
	margin-left: 58.33333333%;
	}
	.offset-xxl-8 {
	margin-left: 66.66666667%;
	}
	.offset-xxl-9 {
	margin-left: 75%;
	}
	.offset-xxl-10 {
	margin-left: 83.33333333%;
	}
	.offset-xxl-11 {
	margin-left: 91.66666667%;
	}
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
}
.table th,
.table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}
.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
	border-top: 2px solid #dee2e6;
}
.table .table {
	background-color: #fff;
}
.table-sm th,
.table-sm td {
	padding: 0.3rem;
}
@media (max-width: 575.98px) {
	.table-responsive-sm {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}
@media (max-width: 767.98px) {
	.table-responsive-md {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}
@media (max-width: 991.98px) {
	.table-responsive-lg {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}
@media (max-width: 1199.98px) {
	.table-responsive-xl {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
}
@media (max-width:575px){
	.hidden {
	display:none !important;
	}
}
@media (min-width:576px) and (max-width:767px){
	.hidden-sm {
	display: none !important;
	}
}
@media (min-width:768px) and (max-width:991px){
	.hidden-md {
	display: none !important;
	}
}
@media (min-width:992px) and (max-width:1199px){
	.hidden-lg {
	display: none !important;
	}
}
@media (min-width:1200px) and (max-width:1399px){
	.hidden-xl {
	display: none !important;
	}
}
@media (min-width:1400px){
	.hidden-xxl {
	display: none !important;
	}
}
/**
* @section colors
*/
:root {
	--color-bg: #f0f4f7;
	--color-white: #ffffff;
	--color-primary: #11101f;
	--color-primary-hover: #1d4ed8;
	--color-border: #bcc1cc;
	--color-muted: #64748b;
	--color-danger: #dc2626;
	--color-bestseller: #12588d;
	--color-favorites: #f0f4f7;
	--color-blue: #076cb9;
	--color-grey: #5c5b66;
	--radius-sm: 6px;
	--radius-md: 10px;
	--radius-lg: 16px;
	--radius-xl: 32px;
	--space-1: 0.25rem;
	--space-2: 0.5rem;
	--space-3: 1rem;
	--space-4: 1.5rem;
	--space-5: 2rem;
	--fs-12: 12px;
	--fs-14: 14px;
	--fs-32: 32px;
	--fs-base: clamp(1rem, 1vw, 1.125rem);
	--fs-18: 18px;
	--fs-20: 20px;
	--fs-md: 46px;
	--fs-lg: 50px;
	--fs-80: 80px;

	--fs-h6: clamp(1.125rem, 1.4vw, 1.25rem);
	--fs-h5: clamp(1.25rem, 1.8vw, 1.5rem);
	--fs-h4: clamp(1.5rem, 2.5vw, 1.875rem);
	--fs-h3: clamp(1.875rem, 3.5vw, 2.25rem);
	--fs-h2: clamp(2.25rem, 4.5vw, 3rem);
	--fs-h1: clamp(3rem, 6vw, 3.75rem);

	--fw-300: 300;
	--fw-400: 400;
	--fw-500: 500;
	--fw-600: 600;
	--fw-700: 700;

	--lh-sm: 1.4;
	--lh-base: 1.6;
	--lh-heading: 1.2;
	--lh-tight: 1.1;
}
/**
* @section general
*/
body {
	padding-top: 124px;
	font-family: "Manrope", sans-serif;
	font-size: var(--fs-base);
	line-height: var(--lh-base);
	color: var(--color-primary);
	background: var(--color-bg);
	text-wrap: balance;
	overflow-x: hidden;
}
body.active {
	overflow: hidden;
}
.block {
	display: block;
}
.text-justify {
	text-align: justify !important;
}
.text-nowrap {
	white-space: nowrap !important;
}
.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.text-left,
.single .stock.out-of-stock {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center,
.archive .stock.out-of-stock {
	text-align: center !important;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 40px 20px;
}
.flex-column {
	flex-direction: column;
}
.flex-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.space-between {
	justify-content: space-between;
}
.nowrap {
	flex-wrap: nowrap;
}
.main-navigation .flex,
.account .flex {
	padding: 0 !important;
}
.gap-10 {
	gap: 10px 10px !important;
}
.main-navigation .flex,
.account .flex,
.btn-gradient a {
	gap: 40px 40px;
}
.circle-btn {
	flex-shrink: 0;
}
.grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	grid-gap: 40px 20px;
}
.grid-four {
    display: grid;
    grid-template-columns: repeat(4, 24%);
    grid-gap: 20px 20px;
    justify-content: space-between;
}
.hero h1,
.archive-title h3,
.archive-title h4,
.product-categories li a,
.product-categories li a:hover,
.single-desc h1,
.main-navigation ul a,
.account a,
.hero-inner__cat .bold,
.cart-item-info a,
.news-desc p:nth-child(1),
.product-name a,
.archive-title .archive-desc.fs-14,
.all-news a,
.all-news a:hover,
.office .card-desc a {
	color: var(--color-primary);
}
.product-categories li a:hover,
.wishlist_products_counter_number,
.cart-count,
.btn-gradient a,
.woocommerce .cart .button:hover,
.wc-block-components-button:hover,
.btn-gradient a:hover,
.wc-block-components-checkout-place-order-button__text:hover,
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover,
.card-bg__image p,
.partner-item p,
.page-template-about .choose-small,
.page-template-about .choose-big {
	color: var(--color-white);
	cursor: pointer;
}
.main-navigation ul a:hover,
.account ul a:hover,
.blog-grid a:hover .news-desc p:nth-child(1) {
	color: var(--color-blue);
}
.accordion-content,
.btn-desc,
.hero-inner__desc p,
.hero-inner__cat a .flex,
.card-desc,
.news-desc p:nth-child(2),
.single-btn .btn-gradient a,
.archive-title .archive-desc {
	color: var(--color-grey);
}
.page-id-210 .archive-desc {
	text-wrap: auto;
}
.archive-title h3,
.partner-item p:nth-child(1),
.webinar-title {
	font-size: var(--fs-lg);
}
.hero h1 {
	font-size: 77px;
}
.single-desc h1 {
	font-size: var(--fs-md);
}
.card-icon h4 {
	font-size: 16px;
}
.hero-inner__desc p,
.page-id-210 .archive-title .archive-desc,
.office .card-desc p:nth-child(3) a {
	font-size: var(--fs-18);
}
.profi-desc,
.hero-form .archive-title h4,
.choose-big p:nth-child(1),
.choose-small p:nth-child(1),
.archive-title .archive-desc {
	font-size: var(--fs-20);
}
.single_variation_wrap .woocommerce-Price-amount.amount,
.related .title,
.archive-title h4,
.feedback .archive-title h3,
.archive-title h6,
.timetable-date p:nth-child(1),
.timetable-address p:nth-child(1),
.single-desc .price,
.office h4,
.distribution-title {
	font-size: var(--fs-32);
}
.hero-form .archive-desc,
.wpcf7-list-item-label,
.news-desc p:nth-child(2) {
	font-size: var(--fs-12);
}
#product-filter,
.variations .label label,
.product-categories li a,
.main-navigation ul a,
.account ul a,
.variation-item,
.btn-desc,
.woocommerce .cart .button,
.btn-gradient a,
.hero-inner__cat a,
.card-bg__image p,
.card-desc,
.cart-item-info,
.news-desc p:nth-child(1),
.wishlist_item,
.look_in,
.choose-big p:nth-child(2),
.choose-small p:nth-child(2),
.partner-item p:nth-child(2),
.page-template-about .choose-small p:nth-child(1),
.page-template-about .choose-big p:nth-child(1),
.page-template-about .choose-small ul li,
.archive-title .archive-desc.fs-14,
.webinar-desc,
.all-news a,
.archive .stock.out-of-stock {
	font-size: var(--fs-14);
}
.product-card__price {
	font-size: 15px;
}
.wishlist_products_counter_number,
.cart-count,
.hero-inner__cat a .flex,
.profi-desc,
.hero-form .archive-title h4,
.choose-big p:nth-child(1),
.choose-small p:nth-child(1),
.archive-title .archive-desc {
	font-weight: var(--fw-300);
}
.hero h1,
.archive-title h3,
.archive-title h4,
.single-desc h1,
.variations .label label,
.related .title,
.partner-item p:nth-child(1),
.archive-title h6,
.webinar-title,
.woocommerce-order-details__title,
.woocommerce-column__title,
.office h4 {
	font-weight: var(--fw-400);
}
#product-filter h4,
.product-card__price,
.cart-item-info a,
.product-name a {
	font-weight: var(--fw-500);
}
.card-icon h4,
.news-desc p:nth-child(1),
.all-news a,
.info,
.stock.out-of-stock,
.office .card-desc p:nth-child(2) a {
	font-weight: var(--fw-600);
}
.product-categories li a,
.main-navigation ul a,
.account ul a,
.btn-gradient a,
.bold {
	font-weight: var(--fw-700);
}
.card-bg__image p {
	line-height: 18px;
}
.hero h1 {
	line-height: 75px;
}
.archive-title h3,
.archive-title h4,
.single-desc h1,
.archive-title h6 {
	line-height: var(--lh-tight);
}
.hero h1,
.archive-title h3,
.archive-title h4,
.single-desc h1 {
	letter-spacing: -1px;
}
.product-categories li a,
.product-categories li a:hover,
.main-navigation ul a:hover,
.account ul a:hover,
.btn-gradient a:hover,
.hero-inner__cat a:hover,
.blog-grid a,
.blog-grid a:hover {
	text-decoration: none;
}
.product-categories li a,
.site-header .flex,
.dropdown,
.wishlist-counter-with-products,
.top_wishlist-,
.showcard,
.page-template-distribution iframe {
	border-radius: var(--radius-xl);
}
.product-categories li a {
	border: 1px solid var(--color-border);
}
.product-categories li a:hover {
	border-color: var(--color-bestseller);
}
.active-category a {
	border: 1px solid var(--color-white) !important;
}
.product-categories li a:hover {
	background-color: var(--color-bestseller) !important;
}
.home,
.home .wrapper,
.page,
.page .wrapper,
.active-category a {
	background-color: var(--color-white);
}
.footer-layout,
.dropdown,
.wishlist-counter-with-products,
.top_wishlist-,
.showcard,
.page-template-delivery,
.page-template-delivery .wrapper,
.page-template-payment,
.page-template-payment .wrapper,
.page-template-page-two,
.page-template-page-two .wrapper,
.page-template-distribution,
.page-template-distribution .wrapper {
	background-color: var(--color-bg);
}
.dropdown:hover {
	background-color: var(--color-blue);
}
.wishlist-counter-with-products:hover,
.top_wishlist-:hover,
.showcard:hover {
	background-color: #dcebf2 !important;
}
.product-categories li a {
	display: block;
}
#product-filter h4:nth-child(1),
.page-id-210 .archive-title .archive-desc {
	margin-top: 0;
}
.hero-form .archive-title .archive-desc,
.feedback .archive-title .archive-desc {
	margin-top: 10px;
}
#product-filter h4,
.archive-title .archive-desc,
.cart-body .btn-gradient {
	margin-top: 30px;
}
.related {
	margin-top: 120px;
}
.woocommerce-product-gallery figure,
.archive-title h3,
.variations .label label,
.hero-inner__desc p,
.card-bg__image p,
.card-icon h4,
.about-us .assortment .archive-title,
.wpcf7-list-item,
.wpcf7-list-item label,
.hero-form .archive-title h4,
.partner-item p,
.page-id-210 .archive-title .archive-desc,
.page-template-about .choose-big p,
.page-template-about .choose-small p,
.cart-header .archive-title,
.news-desc p:nth-child(2),
.timetable-address p:last-child {
	margin-bottom: 0;
}
.timetable-address p,
.timetable-date p {
	margin-bottom: 5px;
}
.actual .archive-title {
	margin-bottom: 10px;
}
.hero h1,
.mb-25,
.card-desc ul.mb-25 {
	margin-bottom: 25px;
}
.mb-30,
.archive-title,
.product-categories,
.single-desc h1,
.variations,
.woocommerce-variation.single_variation,
.related .title,
.assortment .archive-title h3 {
	margin-bottom: 30px;
}
.about-us .archive-title,
.archive-title h4,
.mb-60 {
	margin-bottom: 60px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mb-90 {
	margin-bottom: 90px;
}
.mb-120 {
	margin-bottom: 120px;
}
.mb-180 {
	margin-bottom: 180px;
}
.pb-120 {
	padding-bottom: 120px;
}
.site-header .col-12.flex {
	padding-top: 12px;
	padding-bottom: 12px;
	background: rgb(255 255 255 / 100%) !important;
    backdrop-filter: blur(10px) saturate(125%);
    -webkit-backdrop-filter: blur(10px) saturate(125%);
}
.go.site-header .col-12.flex {
	background: rgb(255 255 255 / 57%) !important;
}
.btn-gradient {
	position: relative;
}
.woocommerce .cart .button,
.btn-gradient a {
	padding: 12px 24px;
}
.page-template-about .choose-small ul {
	padding-left: 20px;
	margin-bottom: 0;
}
.news-desc p:nth-child(2) {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
}
/**
* @section header
*/
.site-header {
    width: 1360px;
    padding: 0;
    position: fixed;
    top: 10px;
    left: 50%;
    right: 0;
    z-index: 9;
    -webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.main-navigation,
.account {
	min-width: 430px;
}
.site-header .brand,
.site-header .brand svg,
.widget svg {
	width: 110px;
	height: 21px;
}
.dropdown {
	display: block;
	padding: 16px 20px;
}
.dropdown svg {
	display: block;
}
.dropdown svg rect {
	fill: var(--color-primary);
}
.dropdown:hover svg rect  {
	fill: var(--color-white);
}
.wishlist-counter-with-products,
.top_wishlist-,
.showcard {
	padding: 8px 15px;
	display: flex;
	align-items: center;
	gap: 5px 5px;
}
.wishlist-counter-with-products svg,
.showcard svg {
	display: block;
}
.wishlist_products_counter_number,
.cart-count {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-primary);
	border-radius: 50%;
}
a.wishlist_products_counter.top_wishlist-heart:before {
    font-size: 20px !important;
    margin-right: 0 !important;
}
.main-navigation {
	position: relative;
    z-index: 1001;
}
.dropdown-inner,
.dropcat-inner {
    position: fixed;
    top: 74px;
    left: 0;
    right: 0;
	background-color: var(--color-white);
    border-radius: 30px;
	opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: 0.3s ease;
    z-index: 1000;
}
.dropdown-inner.activ,
.dropcat-inner.activ {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.dropdown__inner {
	width: 100%;
	min-height: 277px;
	padding: 50px;
	position: relative;
}
.grid-five {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px 20px;
    justify-content: space-between;
}
.grid-six {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px 20px;
    justify-content: space-between;
}
.grid-column img {
	width: 240px;
	height: 180px;
	border-radius: 30px;
	object-fit: cover;
}
.column-2 {
	padding-left: 70px;
	grid-column: span 2;
}
.column-4 {
	grid-column: span 4;
}
.grid-column p:nth-child(1) {
	margin-bottom: 10px !important;
}
.grid-column .widget-contact {
    padding: 0;
    flex: 0 0 calc(45% - 15px);
}
.grid-column .widget-contact p:last-child {
	margin-bottom: 0 !important;
}
.column-2 .flex {
	gap: 10px 20px;
}
.dropdown-inner .social {
	position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 30px 0 30px 0;
}
.dropdown-inner .social:before {
    background-color: #fff;
}
.dropdown-inner .social:after {
    background-color: #fff;
    top: -60px;
    right: 0;
}
.dropdown-inner .social__right {
    right: 0;
    top: -30px;
}
.all-catalogs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
    grid-gap: 0 20px;
    justify-content: space-between;
}
.drop_overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(240, 244, 247, 0.7);
    backdrop-filter: blur(5px);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 2;
    pointer-events: none;
}
.drop_overlay.activ {
    opacity: 1;
    visibility: visible;
}
/**
* @section logo
*/
.logo {
	position: relative;
}
.logo img {
	height: 80px;
	max-width: 100%;
}
/**
* @section hero
*/
.hero {
	padding: 60px 0 0 0;
	margin-bottom: 30px;
}
.hero .grid {
	grid-template-columns: 540px 1fr;
	gap: 30px;
}
.hero-inside {
	padding-top: 0;
}
.hero-inside .grid {
	grid-template-columns: 760px 1fr;
}
.hero-inner {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	z-index: 2;
}
.hero-image {
	width: 100%;
	height: calc(100vh - 160px) !important;
	margin-top: 18px;
	position: relative;
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
}
.home .hero-image {
	background-position: -190px 0;
}
.hero-inside .hero-image {
	height: 480px !important;
	margin-top: -50px;
}
.page-template-obuchenie .hero-inside .hero-image {
	height: 670px !important;
	margin-top: -50px;
}
.page-id-210 .hero-inside .hero-image {
	height: 620px !important;
	padding: 40px;
	display: flex;
	align-items: flex-end;
    justify-content: space-between;
}
.w-100 {
	width: 100%;
}
.hero-inner__desc,
.archive-title,
.z-index-1 {
	position: relative;
	z-index: 2 !important;
}
.big-element {
	width: 200px;
	height: 100px;
	position: absolute;
	top: -1px;
	left: -1px;
	background-color: var(--color-white);
	border-radius: 0 0 30px 0;
}
.hero-inside .big-element {
    width: 400px;
}
.page-id-210 .hero-inside .big-element {
    width: 500px;
}
.big-element__top-right {
	width: 30px;
	height: 30px;
	position: absolute;
    right: -30px;
    top: 0;
}
.big-element__bottom-left {
	width: 30px;
	height: 30px;
	position: absolute;
    bottom: -29px;
    left: 0;
}
.hero-inner__cat {
	padding: 1px;
    border-radius: 30px 30px 30px 30px;
    background-image: linear-gradient(0.25turn, rgba(7, 108, 185, 1) 0%, rgba(76, 212, 197, 1) 100%);
}
.hero-inner__cat a {
	padding: 40px;
	background-color: var(--color-white);
	border-radius: 30px;
}
.hero-inner__cat a:hover {
	background-color: #e7faf8;
}
.circle-btn {
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-bg);
	border-radius: 50%;
}
.all-news .circle-btn {
	background-color: var(--color-white);
}
.hero-inner__cat a:hover .circle-btn {
	background-color: var(--color-white);
}
.hero-form {
	padding: 60px;
	display: flex;
	flex-direction: column;
    justify-content: center;
	background-color: var(--color-bg);
	border-radius: 30px;
}
/**
* @section about us
*/
.about-us {
	padding: 120px 0;
	position: relative;
	background-color: var(--color-bg);
	border-radius: 30px;
}
.home .about-us {
	padding-bottom: 60px;
}
.about-us .row-grid .grid {
	grid-template-columns: 360px repeat(3, 300px);
	gap: 20px 20px;
	justify-content: space-between;
}
.row-two .grid {
	grid-template-columns: repeat(2, 50%);
	gap: 20px 20px;
}
.card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    padding: 40px;
    position: relative;
    gap: 75px;
	background-color: var(--color-white);
	border-radius: 30px;
	z-index: 1;
}
.page-template-obuchenie .card {
	padding-top: 95px;
}
.card-icon {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    gap: 35px;
    position: relative;
}
.card-promo {
	width: 100%;
	height: 100%;
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
    z-index: 2;
}
.row-two .card-icon {
	flex-direction: row;
	justify-content: flex-start;
    align-items: center;
}
.icon-gradient {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 3000px;
	filter: blur(15px);
	animation: sbs-629097809-1692221444137 8s infinite linear;
    backface-visibility: hidden;
    opacity: 0.5;
    background-color: #4eeeef;
}
.icon-gradient-2 {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 20px;
	left: 20px;
	border-radius: 3000px;
	filter: blur(15px);
	animation: sbs-629097809-16922214441137 8s infinite linear;
    backface-visibility: hidden;
    opacity: 0.5;
    background-color: #3fa7ff;
}
.card-bg__image {
	background-image: url(assets/img/bg/img_gradient_1.webp);
	background-position: center center;
	background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
}
@keyframes sbs-629097809-1692221444137 {
	0% {
	    transform: translateX(0px) translateY(0px);
	    animation-timing-function: 
	linear;
	}

	25% {
	    transform: translateX(20px) translateY(5px);
	    animation-timing-function: 
	linear;
	}

	50% {
	    transform: translateX(25px) translateY(25px);
	    animation-timing-function: 
	linear;
	}

	68.75% {
	    transform: translateX(15px) translateY(35px);
	    animation-timing-function: 
	linear;
	}

	100% {
	    transform: translateX(0px) translateY(0px);
	}
}
@keyframes sbs-629097809-16922214441137 {
	0% {
	    transform: translateX(0px) translateY(0px);
	    animation-timing-function: 
	linear;
	}

	33.33% {
	    transform: translateX(-30px) translateY(0px);
	    animation-timing-function: 
	linear;
	}

	60% {
	    transform: translateX(-10px) translateY(-30px);
	    animation-timing-function: 
	linear;
	}

	100% {
	    transform: translateX(0px) translateY(0px);
	}
}
.card-logo {
	width: 120px;
	height: 120px;
	padding: 20px;
	display: flex;
	align-items: flex-end;
    justify-content: flex-start;
	background-color: var(--color-bg);
	border-radius: 30px;
	position: absolute;
	top: -60px;
	right: -65px;
}
.card-logo svg {
	width: 30px;
	height: 30px;
}
.card-logo .big-element__bottom-left {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 60px;
    left: -29px;
    transform: rotate(90deg);
}
.card-logo .big-element__top-right {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 26px !important;
    bottom: -30px !important;
    top: auto;
    right: auto;
    transform: rotate(90deg);
}
.profi,
.assortment {
	padding: 40px;
	display: grid;
	gap: 40px;
	position: relative;
	grid-template-columns: repeat(2, 1fr);
	background-color: var(--color-white);
    border-radius: 30px;
    z-index: 1;
}
.profi {
	padding-top: 0;
	border-radius: 0 30px 30px 30px;
}
.profi-title {
	display: grid;
	gap: 0;
	position: relative;
	grid-template-columns: repeat(2, 1fr);
    z-index: 1;
}
.profi-title .archive-title {
	padding: 40px 40px 30px 40px;
	margin-bottom: 0;
	background-color: var(--color-white);
	border-radius: 30px 0 0 0;
}
.profi-title .big-element {
    width: 40px;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0 30px 0 0;
}
.profi-title .big-element__top-right {
	top: auto;
	right: auto;
    left: 37px;
    bottom: 0;
    transform: rotate(-89deg);
}
.profi-desc {
	padding: 0 0 40px 80px;
	position: relative;
	display: flex;
	justify-content: flex-start;
    align-items: flex-end;
}
.card-with-text {
	display: flex;
	flex-direction: column;
    align-items: stretch;
}
.card-with-text .card {
	height: 100%;
	padding: 60px 20px 0 60px;
	justify-content: space-between;
}
.page-id-210 .card-with-text .card {
	padding: 30px 0 0 20px;
}
.assortment .card-with-text .card {
	height: 100%;
	padding: 0 20px 0 60px;
	justify-content: center;
}
.education .assortment .card-with-text .card {
	padding: 0;
}
.card-with-text .card-desc {
	max-width: 80%;
}
.card-desc ul {
	padding: 0 0 0 20px;
	margin: 0;
}
.big-cover {
	width: 100%;
	height: 400px;
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
}
.assortment .big-cover {
	height: 480px;
}
.education .assortment {
    grid-template-columns: 500px 1fr;
    padding: 120px 0;
}
.education .assortment .big-cover {
	height: 560px;
	position: relative;
}
/**
* @section accordion
*/
.accordion {
	margin-top: 60px;
}
.product-accordion {
	border-top: 1px solid #e5e5e5;
}
.accordion-item {
	border-bottom: 1px solid #e5e5e5;
}
.accordion-header {
	width: 100%;
	padding: 16px 0;
	background: none;
	border: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	outline: 0;
}
.accordion-title {
	font-size: 14px;
	font-weight: 500;
}
.accordion-icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
    justify-content: center;
	background-color: var(--color-white);
	border-radius: 50%;
}
.accordion-icon svg {
	width: 20px;
	height: 20px;
	transition: transform 0.3s ease;
	transform-origin: 50% 50%;
}
.accordion-content {
	font-size: 14px;
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.35s ease;
}
.accordion-content-inner {
	padding: 0 0 16px;
}
.accordion-item.is-open .accordion-content {
	max-height: 999px;
}
.accordion-item.is-open .accordion-icon svg {
	transform: rotate(45deg);
}
/**
* @section product card
*/
.product-card {
	height: 100%;
	position: relative;
	display: block;
	padding: var(--space-3) var(--space-4);
	padding-bottom: 2rem;
	background-color: var(--color-white);
	border-radius: var(--radius-xl);
}
.product-card a,
.product-card__media {
	position: relative;
}
.product-card a,
.product-card a:focus {
	outline: none;
}
.product-card a:hover,
.product-card a:focus {
	text-decoration: none;
}
.product-card .variations {
	margin: 0 auto;
}
.variations td.value {
    width: 100%;
}
.product-card .variations .label,
.product-card .variation-images-select,
.product-card .tinvwl_add_to_wishlist-text,
.product-card .button.product_type_variable.add_to_cart_button,
.product-card .added_to_cart.wc-forward,
.product-card .quantity {
	display: none !important;
}
.product-card .single_add_to_cart_button.button.alt {
	margin: 0 auto !important;
}
.product-card .woocommerce-variation.single_variation {
	margin-bottom: 15px !important;
}
.product-card .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
	font-size: 25px !important;
}
.product-card .woocommerce-variation-price {
	margin-top: 10px;
	text-align: center;
}
.product-card .tinv-wraper.tinv-wishlist {
    font-size: 60%;
    position: absolute;
    top: 15px;
}
.product-card .single_variation_wrap .woocommerce-Price-amount.amount,
.product-card__price {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}
.product-card__link {
	position: relative;
	display: block;
	text-align: center;
}
.product-card__media {
	margin: 0;
	overflow: hidden;
}
.product-card__media img {
	max-height: 230px;
	margin: 0 auto;
	transition: transform 0.4s ease;
	will-change: transform;
}
.product-card__media:hover img {
	transform: scale(1.08);
}
.product-card__title,
.product-card__price {
	color: var(--color-primary);
}
.product-card__title {
	min-height: 45px;
	font-size: var(--fs-14);
	font-weight: var(--fw-400);
}
.card-mark {
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	display: flex;
	justify-content: space-between;
}
.bestseller,
.favorites {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: var(--color-white);
	font-size: var(--fs-14);
}
.bestseller {
	background-color: var(--color-bestseller);
}
.favorites {
	background-color: var(--color-favorites);
}
.favorites svg path {
	stroke: #8b9099;
	stroke-width: 2px;
	transition: all .2s  ease;
}
.favorites:hover svg path {
	fill: #ffffff;
	stroke: #ffffff;
}
.archive .button.product_type_variable,
.archive .button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.archive .button.product_type_simple {
	padding: 12px 24px !important;
	margin: 0 auto !important;
    text-align: center !important;
    display: table !important;
	color: #ffffff !important;
    background-image: linear-gradient(0.25turn, rgba(7, 108, 185, 1) 0%, rgba(76, 212, 197, 1) 100%) !important;
    transform: translateZ(0) !important;
    border-style: none !important;
    border-radius: 30px !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    transition-duration: 0.3s !important;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform, gap !important;
    transition-timing-function: ease-in-out !important;
    position: absolute !important;
    bottom: 2rem !important;
    left: 0 !important;
    right: 0 !important;
    overflow: hidden !important;
    z-index: 1 !important;
}
/**
* @section product archive
*/
.archive-grid {
	display: grid;
	grid-template-columns: 250px 1fr;
	gap: 15px 15px;
}
.text-gradient,
.office h4 {
	color: transparent;
	background-image: linear-gradient(0.25turn, rgba(7, 108, 185, 1) 0%, rgba(76, 212, 197, 1) 100%);
	-webkit-background-clip: text;
	will-change: transform;
	background-position: center center;
}
.text-gradient-2 {
	color: transparent;
	background-image: linear-gradient(0.25turn, rgba(50, 179, 188, 1) 0%, rgba(115, 179, 64, 1) 100%);
	-webkit-background-clip: text;
	will-change: transform;
	background-position: center center;
}
.text-gradient-3 {
	color: transparent;
	background-image: linear-gradient(0.25turn, rgba(239, 112, 120, 1) 0%, rgba(232, 162, 209, 1) 100%);
	-webkit-background-clip: text;
	will-change: transform;
	background-position: center center;
}
.text-gradient-4 {
	color: transparent;
	background-image: linear-gradient(0.25turn, rgba(221, 9, 13, 1) 15%, rgba(241, 167, 57, 1) 88%);
	-webkit-background-clip: text;
	will-change: transform;
	background-position: center center;
}
.text-gradient-5 {
	color: transparent;
	background-image: linear-gradient(0.25turn, rgba(97, 82, 202, 1) 0%, rgba(234, 123, 237, 1) 100%);
	-webkit-background-clip: text;
	will-change: transform;
	background-position: center center;
}
.text-gradient-6 {
	color: transparent;
	background-image: linear-gradient(0.25turn, rgba(180, 44, 56, 1) 0%, rgba(248, 47, 65, 1) 100%);
	-webkit-background-clip: text;
	will-change: transform;
	background-position: center center;
}
.product-categories,
.variations tr,
.is-variable-product .woocommerce-variation-add-to-cart,
.single-product .single-desc form:not(.variations_form.cart),
.single-product .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled,
.single-product .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 10px;
	padding: 0;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
	text-align: center;
}
.variations tr {
    align-items: flex-start;
    gap: 0;
    flex-direction: column;
}
.product-categories li {
	list-style: none;
}
.product-categories li a {
	padding: 12px 16px;
}
.cosmetologist-btn {
	display: inline-block;
}
.cosmetologist-btn a {
	padding: 12px 24px;
	margin: 30px 0;
	display: flex;
	align-items: center;
	gap: 20px;
	border: 1px solid var(--color-primary);
	border-radius: 30px;
	color: var(--color-primary);
	font-size: 14px;
}
/**
* @section product page
*/
.wrapper {
	min-height: 100vh;
    margin-bottom: 600px;
    position: relative;
    z-index: 5;
    background: var(--color-bg);
}
.site-main {
	padding-bottom: 120px;
}
.single-grid  {
	display: grid;
	grid-template-columns: 42% 58%;
	gap: 15px 15px;
}
.single-desc {
	padding-left: 80px;
}
body:not(.is-variable-product) .single-desc p.price,
.reset_variations,
.tax-product_cat .related,
.single-desc .quantity,
.page-id-9 .actual {
	display: none !important;
}
.woocommerce .cart .button,
.wc-block-components-button:not(.is-link),
.btn-gradient a {
    color: #ffffff;
    background-image: linear-gradient(0.25turn, rgba(7, 108, 185, 1) 0%, rgba(76, 212, 197, 1) 100%);
    transform: translateZ(0);
    border-style: none;
    border-radius: 30px;
    box-shadow: none;
    font-weight: 700;
    transition-duration: 0.3s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform, gap;
    transition-timing-function: ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.card-bg__image .btn-gradient a {
	max-width: 190px;
	gap: 15px 15px !important;
	background-image: none;
	background-color: transparent;
	border: 1px solid var(--color-white);
}
.card-with-text .btn-gradient a,
.partners .btn-gradient a,
.certificates .btn-gradient a,
.webinar .btn-gradient a,
.cart-body .btn-gradient a,
.dropcat-inner .btn-gradient a {
	max-width: 190px;
	gap: 15px 15px !important;
	background-image: none;
	background-color: transparent;
	border: 1px solid var(--color-primary);
	color: var(--color-primary);
}
.certificates .btn-gradient a,
.education .card-with-text .btn-gradient a,
.page-template-about .choose-big p {
	max-width: 210px;
}
.webinar .btn-gradient a,
.cart-body .btn-gradient a {
	max-width: 230px;
}
.single-btn .btn-gradient a {
	max-width: 145px;
	padding: 0;
	margin-bottom: 40px;
	gap: 15px 15px !important;
	background-image: none;
	background-color: transparent;
	border: 0;
}
.partners .btn-gradient,
.certificates .btn-gradient {
	text-align: center;
    margin: 0 auto;
    display: inline-block;
}
.woocommerce .cart .button:hover,
.wc-block-components-button:not(.is-link):hover,
.woocommerce a.added_to_cart:hover {
	color: var(--color-blue);
}
.woocommerce .cart .button:hover,
.wc-block-components-button:not(.is-link):hover,
.woocommerce a.added_to_cart:hover {
	text-decoration: none;
}
.woocommerce a.added_to_cart {
    padding-top: 0 !important;
    border-bottom: 1px solid #007bff50;
}
.woocommerce a.added_to_cart:hover {
    border-bottom: 1px solid #007bff;
}
.woocommerce .cart .button {
    outline: 0;
}
.wc-block-components-product-details__name {
	display: none !important;
}
.wc-block-cart-item__image {
	padding-left: 0 !important;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    border-radius: 5px;
}
.wc-block-components-country-input {
	margin-top: 15px !important;
}
.sticky-btn {
	padding: 30px 60px 60px 50px;
    position: absolute;
    bottom: -65px;
    left: 0;
    background: #fff;
    border-radius: 0 0 30px 30px;
    width: 350px;
}
.sticky-btn .btn-gradient a {
	padding: 12px 24px !important;
}
.sticky-btn .big-element__top-right {
    top: 72px;
}
/**
* @section account
*/
.woocommerce-MyAccount-navigation ul,
.custom-cart-list {
	padding: 0;
	margin: 0;
}
.woocommerce-MyAccount-navigation ul li,
.custom-cart-list li {
	margin-bottom: 5px;
	list-style: none;
}
.woocommerce-MyAccount-navigation ul li a {
	color: var(--color-primary);
	font-weight: var(--fw-500);
}
.custom-cart-list img {
	width: 80px;
	height: 80px;
}
/**
* @section product photo
*/
.single-card__media {
	height: 564px;
	padding: 50px;
	margin: 0;
	background-color: var(--color-white);
	border-radius: var(--radius-xl);
}
.is-last {
	padding: 0px;
}
.single-gallery {
	width: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px 0;
}
.single-gallery .carousel {
	width: 100%;
	height: auto;
}
.single-gallery .carousel .swiper-slide {
	width: 100%;
	height: 100%;
}
.gallery-cover {
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: var(--radius-xl);
}
.gallery-thumbs {
	width: 100%;
	height: 60px;
}
.gallery-thumbs .swiper-slide {
	width: 60px !important;
	height: 60px !important;
	cursor: pointer;
}
.gallery-thumbs .swiper-slide img {
	width: 60px !important;
	height: 60px !important;
	object-fit: cover;
	border-radius: var(--radius-md);
	border: 2px solid transparent;
}
.gallery-thumbs .swiper-slide-thumb-active img {
	border-color: rgba(0, 0, 0, .4);
}
.next-button,
.prev-button {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 99999;
	width: 50px;
	height: 50px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
}
.next-button:hover,
.prev-button:hover {
	background-color: var(--color-white);
}
.next-button {
	right: 15px;
}
.prev-button {
	left: 15px;
}
.woocommerce-product-gallery img.no-padding {
    object-fit: cover;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    background: transparent !important;
}
.page-id-332 .dist,
.page-id-211 .about-us {
	border-radius: 30px 30px 0 0;
}
.page-id-332 .actual {
	border-radius: 0 0 30px 30px;
}
/**
* @section variation
*/
.variation-images-select {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px;
    margin-bottom: 30px;
}
.variation-item {
	display: flex;
	flex-direction: column;
    align-items: center;
    gap: 5px;
    border: 1px solid rgba(13, 110, 253, 0.25);
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    transition: .2s;
}
.variation-item img {
    width: 60px;
    height: auto;
    border-radius: 5px;
}
.variation-item.active {
	border: 1px solid transparent;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	border-radius: 8px;
}
/**
* @section checkbox
*/
#product-filter label {
	display: flex;
	align-items: center;
	gap: 10px;
}
.checkbox-wrapper {
	margin-top: 8px;
}
.checkbox-wrapper input[type="checkbox"] {
	display: none;
	visibility: hidden;
}
.checkbox-wrapper .cbx {
	margin: auto;
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
}
.checkbox-wrapper .cbx span {
	display: inline-block;
	vertical-align: middle;
	transform: translate3d(0, 0, 0);
}
.checkbox-wrapper .cbx span:first-child {
	position: relative;
	width: 18px;
	height: 18px;
	border-radius: 3px;
	transform: scale(1);
	vertical-align: middle;
	border: 1px solid #9098A9;
	transition: all 0.2s ease;
}
.checkbox-wrapper .cbx span:first-child svg {
	position: absolute;
	top: 3px;
	left: 2px;
	fill: none;
	stroke: #FFFFFF;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 16px;
	stroke-dashoffset: 16px;
	transition: all 0.3s ease;
	transition-delay: 0.1s;
	transform: translate3d(0, 0, 0);
}
.checkbox-wrapper .cbx span:first-child:before {
	content: "";
	width: 100%;
	height: 100%;
	background: var(--color-bestseller);
	display: block;
	transform: scale(0);
	opacity: 1;
	border-radius: 50%;
}
.checkbox-wrapper .cbx:hover span:first-child {
	border-color: var(--color-bestseller);
}
.checkbox-wrapper .inp-cbx:checked + .cbx span:first-child {
	background: var(--color-bestseller);
	border-color: var(--color-bestseller);
	animation: wave-46 0.4s ease;
}
.checkbox-wrapper .inp-cbx:checked + .cbx span:first-child svg {
	stroke-dashoffset: 0;
}
.checkbox-wrapper .inp-cbx:checked + .cbx span:first-child:before {
	transform: scale(3.5);
	opacity: 0;
	transition: all 0.6s ease;
}
@keyframes wave-46 {
	50% {
	  transform: scale(0.9);
	}
}
.office {
	min-height: 400px;
}
.dist {
	padding: 60px 0;
	background-color: var(--color-white);
	border-radius: 30px;
}
.distribution-widget {
	width: 100%;
	padding: 40px;
	border: 1px solid var(--color-border);
	border-radius: 30px;
}
.distribution-desc {
    font-size: 14px;
    line-height: 1.3;
    color: #5c5b66;
    font-weight: 400;
}
.distribution-desc a {
	color: #5c5b66;
	font-weight: 600;
}
/**
* @section select
*/
.variations td.value {
  position: relative;
  max-width: 320px;
}
.variations select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  width: 100%;
  padding: 10px 44px 10px 16px;

  font-size: 15px;
  font-weight: 500;
  color: #111;

  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;

  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.variations select:hover {
  border-color: #d1d5db;
}
.variations select:focus {
  outline: none;
  border-color: #111;
  box-shadow: 0 0 0 2px rgba(0,0,0,.08);
}
.variations td.value::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  transform: translateY(-60%) rotate(45deg);
  pointer-events: none;
}
.variations select option[value=""] {
  color: #9ca3af;
}
.reset_variations {
  display: inline-block;
  margin-top: 6px;
  font-size: 13px;
  color: #6b7280;
  text-decoration: none;
}
.reset_variations:hover {
  color: #111;
}
/**
* @section popup cart
*/
.overlay {
    position: fixed;
    inset: 0;
	background-color: rgba(240, 244, 247, 0.7);
    backdrop-filter: blur(5px);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 999;
}

/* Попап */
.cart-popup {
    position: fixed;
    top: 0;
    right: -700px;
    width: 700px;
    height: 100vh;
    background: #fff;
    box-shadow: -4px 0 20px rgba(0,0,0,0.15);
    transition: 0.3s;
    z-index: 1000;
    display: flex;
    flex-direction: column;
}

/* Активное состояние */
.cart-popup.active {
    right: 0;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Шапка */
.cart-header {
    padding: 16px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Контент со скроллом */
.cart-body {
    padding: 16px;
    overflow-y: auto;
    flex: 1;
}

/* Кнопка закрытия */
.close-popup {
    background: none;
    border: none;
    font-size: 50px;
    cursor: pointer;
}
.remove-item {
	font-size: 50px;
}
/**
* @section wishlist
*/
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    width: 40px !important;
    height: 40px !important;
}
.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
    margin-top: 0 !important;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
    margin-top: -20px !important;
    margin-left: -20px !important;
    color: #ff7680 !important;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,
.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,
.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before,
.single-desc a.wishlist_products_counter.top_wishlist-heart:before, span.wishlist_products_counter.top_wishlist-heart:before,
a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before {
    font-size: 40px !important;
}
/**
* @section preloader
*/
#filter-preloader {
	position: fixed;
	inset: 0;
	background: rgba(255,255,255,.6);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}
.spinner {
	width: 40px;
	height: 40px;
	border: 3px solid #ddd;
	border-top: 3px solid #333;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}
@keyframes spin {
	to { transform: rotate(360deg); }
}
.fancybox-bg {
	
	background-color: rgba(240, 244, 247, 0.7) !important;
    backdrop-filter: blur(5px) !important;
}
/**
* @section actual
*/
.actual {
	padding: 60px 0;
	background-color: var(--color-white);
	border-radius: 30px;
}
.actual-inner {
	width: 100%;
	height: 300px;
	padding: 80px;
	background-image: url(assets/img/bg/actual-inner.svg);
	background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.btn-desc,
.choose-big p:nth-child(2) {
	max-width: 210px;
}
.round-images {
	display: flex;
	gap: 0; 
}
.round-card__image {
	width: 100px;
	height: 100px;
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 3px solid var(--color-white);
    opacity: 0;
	transform: translateX(80px) rotate(180deg);
	transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s ease;
}
.round-card__image:nth-child(1) { z-index: 1; }
.round-card__image:nth-child(2) { z-index: 2; }
.round-card__image:nth-child(3) { z-index: 3; }
.round-card__image:nth-child(4) { z-index: 4; }
.round-card__image:nth-child(5) { z-index: 5; }
.round-card__image:nth-child(6) { z-index: 6; }
.round-card__image:not(:first-child) {
	margin-left: -20px;
}
.round-images.animate .round-card__image {
	opacity: 1;
	transform: translateX(0) rotate(0deg);
}
@keyframes wheel-in {
	0% {
		opacity: 0;
		transform: translateX(80px) rotate(180deg);
	}
	100% {
		opacity: 1;
		transform: translateX(0) rotate(0deg);
	}
}
.round-images.animate .round-card__image:nth-child(1) { transition-delay: 0s; }
.round-images.animate .round-card__image:nth-child(2) { transition-delay: 0.15s; }
.round-images.animate .round-card__image:nth-child(3) { transition-delay: 0.3s; }
.round-images.animate .round-card__image:nth-child(4) { transition-delay: 0.45s; }
.round-images.animate .round-card__image:nth-child(5) { transition-delay: 0.6s; }
.round-images.animate .round-card__image:nth-child(6) { transition-delay: 0.75s; }
.btn-gradient a svg {
	transition: transform 0.3s ease;
}

.btn-gradient a:hover svg {
	transform: translateX(5px);
}
/**
* @section blog
*/
.blog-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	grid-gap: 30px;
}
.news-card {
	height: 100%;
	padding: 20px;
	background-color: var(--color-white);
	border-radius: 30px;
}
.news-cover {
	width: 100%;
	height: 300px;
	display: flex;
	align-items: flex-end;
    justify-content: flex-start;
	position: relative;
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	border-radius: 30px;
}
.post-publish {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
    font-size: 13px;
    line-height: 1;
    color: #8b9099;
    text-transform: uppercase;
	width: 120px;
	height: 40px;
	text-align: center;
	background-color: #fff;
	border-radius: 0 20px 0 0;

}
.post-publish:before {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	top: -20px;
	left: 0;
	background-image: url(assets/img/bg/subtract_4.svg);
	background-size: cover;
}
.post-publish::after {
	display: block;
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	top: 20px;
	left: 100%;
	background-image: url(assets/img/bg/subtract_4.svg);
	background-size: cover;
}
.news-desc {
	padding-top: 20px;
}
/**
* @section partners
*/
.partners {
	padding: 120px 0;
	position: relative;
	background-color: var(--color-white);
	border-radius: 30px;
	z-index: 1;
}
.home .partners {
	margin-top: -40px;
}
.partners .swiper {
    margin: 0 50px !important;
}
.partners .swiper-wrapper {
    align-items: center;
}
.partners .swiper-slide {
    text-align: center;
}
.partners .swiper-wrapper img {
	max-height: 100px;
	 -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: #808080;
}
.swiper-button-next,
.swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    background-color: var(--color-bg);
    border-radius: 50%;
    color: var(--color-primary) !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px !important;
}
.all-news {
	min-width: 460px;
	padding: 0 20px 20px 50px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--color-bg);
	border-radius: 0 0 30px 30px;
}
.all-news .big-element__bottom-left {
    top: 0;
    left: -29px;
    right: auto;
    bottom: auto;
    transform: rotate(90deg);
}
/**
* @section special
*/
.special,
.profi-cosmetic,
.result,
.certificates {
	padding: 120px 0;
	background-color: var(--color-bg);
}
.certificates,
.page-template-about .result {
	padding-top: 0;
}
.card-count {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ced4e0;
	border-radius: 50%;
	color: var(--color-white);
}
.special .card-logo {
    padding: 15px;
}
.special .card-icon {
    padding-right: 50px;
}
/**
* @section choose us
*/
.choose-us {
	padding: 120px 0;
	background-color: var(--color-white);
}
.grid-choose {
	display: grid;
	grid-template-columns: 50% repeat(2, 1fr);
	gap: 20px 20px;
}
.page-template-about .grid-choose {
	grid-template-columns: repeat(2, 1fr) 50%;
}
.choose-big,
.choose-small {
	width: 100%;
	height: 440px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
}
.choose-big .big-element {
    width: 350px;
	height: 80px;
    left: 15px;
}
.choose-big .archive-title,
.choose-big .archive-title h4,
.mb-0 {
	margin-bottom: 0 !important;
}
.choose-big p:nth-child(1) {
	padding-top: 30px;
}
/**
* @section text widget
*/
.text-widget {
	display: block;
    padding: 60px;
    position: relative;
    background-color: var(--color-white);
    border-radius: 30px;
}
.text-widget .archive-title h4 {
    margin-bottom: 30px;
}
.aside-nav {
	display: block;
    padding: 30px;
    position: relative;
    background-color: var(--color-white);
    border-radius: 30px;
}
.aside-nav ul {
	padding: 0;
	margin: 0;
}
.aside-nav ul li {
	list-style: none;
}
.aside-nav ul li a {
	font-size: 14px;
	font-weight: 600;
	color: var(--color-primary);
}
.widget-desc {
	font-size: 14px;
	line-height: 22px;
	color: #5c5b66;
}
.text-widget  .big-element {
    width: 190px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    background-color: var(--color-bg);
    border-radius: 0 30px 0 30px;
}
.text-widget .big-element .big-element__top-right {
    left: -29px;
    top: 0px;
    right: auto;
    transform: rotate(90deg);
}
.text-widget .big-element .big-element__bottom-left {
    bottom: -30px;
    right: -1px;
    left: auto;
    transform: rotate(90deg);
}
/**
* @section profi gallery
*/
.profi-gallery {
	padding: 50px 0;
	background-color: var(--color-white);
}
.profi-gallery .swiper-wrapper {
	display: flex;
	align-items: center;
}
.profi-gallery .swiper-slide {
	flex-shrink: 0;
	width: max-content;
}
.profi-grid-big {
	display: grid;
	grid-template-columns: repeat(2, 320px);
	grid-auto-rows: 250px;
	grid-auto-flow: column;
	gap: 15px;
}
.profi-grid {
	display: grid;
	grid-template-columns: repeat(1, 320px);
	grid-auto-rows: 250px;
	grid-auto-flow: column;
	gap: 15px;
}
.profi-grid img {
	width: 320px;
	height: 250px;
	border-radius: 30px;
	object-fit: cover;
}
.profi-gallery img:nth-child(2) {
	grid-column: 1;
	grid-row: 2;
}
.profi-grid-big img {
	grid-column: 1 / span 2;
	grid-row: 1 / span 2;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	object-fit: cover;
}
/**
* @section result
*/
.result-wrapper {
	padding: 40px 0;
	background-color: var(--color-white);
	border-radius: 30px;
}
.result-wrapper img,
.certificate-item img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 30px;
}
.result-wrapper.swiper-slide-prev,
.result-wrapper .swiper-slide-next {
  opacity: 0.5;
  pointer-events: none;
}
/**
* @section timetable
*/
.grid-table {
	display: grid;
	gap: 20px;
}
.timetable {
	padding: 20px 40px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	background-color: var(--color-white);
	border: 1px solid #bcc1cc;
	border-radius: 30px;
}
.timetable-img img {
	width: 240px;
	height: 150px;
	border-radius: 30px;
	object-fit: cover;
}
/**
* @section webinar
*/
.webinar {
	padding: 40px;
	position: relative;
	background-color: var(--color-white);
	border-radius: 30px;
}
.webinar .webinar-item img {
	width: 320px;
	height: 180px;
	border-radius: 30px;
	object-fit: cover;
}
.webinar .flex.mb-80 {
	justify-content: flex-start;
	gap: 30px;
}
.webinar .big-element {
    width: 240px;
    height: 80px;
    position: absolute;
    top: -1px;
    right: -1px;
    left: auto;
    background-color: var(--color-bg);
    border-radius: 0 0 0 30px;
}
.webinar .big-element__bottom-left {
	left: auto;
	top: auto;
    bottom: -30px;
    right: 0px;
    transform: rotate(90deg);
}
.webinar .big-element__top-right {
    right: auto;
    bottom: 0;
    left: -29px;
    top: 0px;
    transform: rotate(90deg);
}
.webinar .icon-gradient {
	width: 80px;
	height: 80px;
	position: absolute;
	top: -40px;
	left: 0;
	border-radius: 3000px;
	filter: blur(15px);
	animation: sbs-629097809-1692221444137 8s infinite linear;
    backface-visibility: hidden;
    opacity: 0.1;
    background-color: #ffaa00;
}
.webinar .icon-gradient-2 {
	width: 120px;
	height: 120px;
	position: absolute;
	top: -20px;
	left: 20px;
	border-radius: 3000px;
	filter: blur(15px);
	animation: sbs-629097809-16922214441137 8s infinite linear;
    backface-visibility: hidden;
    opacity: 0.08;
    background-color: #ff6600;
}
.education-gallery {
	padding: 90px 0 70px 0;
	background-color: var(--color-white);
}
/**
* @section video
*/
.video {
	display: grid;
	gap: 0;
	grid-template-columns: 70% 30%;
	background-color: var(--color-white);
	border-radius: 30px;
	position: relative;
	z-index: 1;
}
.video-iframe,
.video-iframe iframe {
	border-radius: 30px;
}
.video .archive-title {
	padding: 40px;
	display: flex;
	flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 0;
}
.video .archive-title h4 {
	margin-bottom: 0;
}
.video  .archive-title .archive-desc {
    margin-bottom: 0;
    font-size: 14px;
}
/**
* @section single page
*/
.the-post {
	padding: 40px 0 120px 0;
	margin-top: 24px;
	background-color: var(--color-white);
	border-radius: 30px;
}
.post-date {
	font-size: 12px;
    line-height: 1;
    color: #5c5b66;
    text-transform: uppercase;
}
.the-title h1 {
	padding: 20px 0;
	font-size: 50px;
	line-height: 1;
	font-weight: 700;
}
.the-post__cover .news-cover {
	height: 650px;
	margin-bottom: 80px;
}
.the-post__inner {
	font-size: 16px;
}
.the-post__inner img {
	display: block;
	height: auto;
	max-width: 100%;
	margin: 40px auto;
	border-radius: 30px;
}
.related-blog {
	padding: 120px 0;
}
.page-id-259,
.page-id-259 .wrapper {
	background-color: var(--color-bg) !important;
}
.gallery-item img {
	display: block;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
	border: 0 !important;
	border-radius: 30px;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/**
* @section feedback
*/
.feedback .feedback-item {
	padding: 80px;
	position: relative;
	background-color: var(--color-bg);
	border-radius: 30px;
}
.feedback .wpcf7 {
	max-width: 500px;
	margin: 0 auto;
}
.feedback .big-element {
	width: 350px;
	height: 70px;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
	border-radius: 0 30px 0 30px;
}
.feedback .big-element-2 {
	width: 350px;
	height: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
	background-color: var(--color-white);
	border-radius: 0 30px 0 30px;
}
.feedback .big-element .big-element__bottom-left {
    bottom: -30px;
    right: -1px;
    left: auto;
    transform: rotate(90deg);
}
.feedback .big-element .big-element__top-right {
    left: -29px;
    top: 0px;
    right: auto;
    transform: rotate(90deg);
}
.feedback .big-element-2 .big-element__top-right {
    left: -1px;
    top: -30px;
    right: auto;
    transform: rotate(-90deg);
}
.feedback .big-element-2 .big-element__bottom-left {
    bottom: -1px;
    right: -29px;
    left: auto;
    transform: rotate(-90deg);
}
/**
* @section form
*/
.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-tel {
	width: 100%;
    padding: 12px 20px;
    margin-bottom: 10px;
	background-color: var(--color-white);
	border: 1px solid #ced4e0;
	border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
}
.wpcf7 .wpcf7-text:focus,
.wpcf7 .wpcf7-tel:focus {
	border: 1px solid transparent;
	box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.25);
	outline: 0;
}
.wpcf7-not-valid {
	border-color: red !important;
}
.wpcf7-not-valid-tip,
.wc-block-checkout__shipping-option--free,
.wc-block-components-totals-shipping .wc-block-components-totals-item__value {
	display: none !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 30px 0 0 0 !important;
    padding: 15px !important;
    border-width: 1px !important;
    font-size: 14px;
}
.wpcf7-list-item {
	margin: 0 !important;
}
.wpcf7-list-item label {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: flex-start;
}
.wpcf7-list-item-label {
	text-wrap: auto;
}
.wpcf7-submit {
    padding: 12px 20px;
	margin-top: 10px;
	color: #ffffff;
    background-image: linear-gradient(0.25turn, rgba(7, 108, 185, 1) 0%, rgba(76, 212, 197, 1) 100%);
    transform: translateZ(0);
    border-style: none;
    border-radius: 30px;
    box-shadow: none;
    font-weight: 700;
    font-size: 14px;
    transition-duration: 0.3s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform, gap;
    transition-timing-function: ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
}
/**
* @section footer
*/
.footer-layout {
	width: 100%;
	min-height: 600px;
	padding-top: 60px;
	position: fixed;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.footer-layout .container .row:nth-child(1) {
	margin-bottom: 70px;
}
.footer-layout .container .row:nth-child(2) {
	margin-bottom: 130px;
}
.footer-layout .flex {
	display: flex;
	align-items: flex-start;
	gap: 15px 15px;
}
.widget svg {
	margin-bottom: 7px;
}
.widget p,
.widget-contact p:nth-child(1),
.grid-column p:nth-child(1) {
	margin-bottom: 0;
	color: #5c5b66;
	font-size: 12px;
}
.widget-contact {
	color: var(--color-primary);
    font-size: 14px;
}
.widget-contact a {
	color: var(--color-primary);
    font-weight: 700;
}
.widget-nav p:nth-child(1) {
	margin-bottom: 7px;
	color: #8b9099;
    font-size: 14px;
}
.widget-nav ul,
.copyright ul,
.social ul,
.main-navigation ul,
.account ul,
.woocommerce ul.order_details,
.grid-column ul {
	padding: 0;
	margin: 0;
}
.widget-nav ul li,
.copyright ul li,
.social ul li,
.main-navigation ul li,
.account ul li,
.grid-column ul li {
	list-style: none;
}
.widget-nav ul li a,
.copyright ul li a,
.grid-column ul li a {
	color: var(--color-primary);
    font-size: 12px;
    font-weight: 700;
}
.widget-contact,
.widget-nav {
	flex: 0 0 calc(33% - 15px);
	box-sizing: border-box;
}
.widget-contact,
.widget-nav,
.copyright {
	padding: 0 0 0 20px;
}
.requisite {
	position: absolute;
	bottom: -80px;
	color: #5c5b66;
    font-size: 15px;
    line-height: 1.3;
}
.copyright p {
	color: #8b9099;
    font-size: 11px;
}
.copyright ul,
.social ul {
	display: flex;
	gap: 15px 15px;
}
.copyright ul li {
	position: relative;
}
.copyright ul li:nth-child(1):after,
.copyright ul li:nth-child(2):after {
	content: '';
    background-color: #8b909950;
    height: 21px;
    width: 1px;
    position: absolute;
    top: 5px;
    right: -8px;
}
.social {
	position: relative;
    display: flex;
    width: 270px;
    height: 95px;
    border-radius: 30px 30px 0 0;
    background-color: #dcebf2;
    align-items: center;
    justify-content: center;
    margin-left: -30px;
}
.social__left,
.social__right {
	width: 30px;
	height: 30px;
	position: absolute;
    bottom: 0;
    background-color: #dcebf2;
}
.social__left {
	left: -30px;
}
.social__right {
	right: -30px;
}
.social:before {
    width: 60px;
    height: 60px;
	content: '';
    border-radius: 3000px 3000px 3000px 3000px;
    background-color: #f0f4f7;
    position: absolute;
	top: 35px;
    left: -60px;
    z-index: 2;
}
.social:after {
    width: 60px;
    height: 60px;
	content: '';
    border-radius: 3000px 3000px 3000px 3000px;
    background-color: #f0f4f7;
    position: absolute;
	top: 35px;
    right: -60px;
}
.social svg {
	width: 17px;
	height: 17px;
	fill: var(--color-primary);
}
.social a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
    justify-content: center;
	background-color: var(--color-white);
	border-radius: 50%;
}
.social a:hover {
	background-color: #076cb9;
}
.social a:hover svg {
	fill: #ffffff;
}
.animation-img {
	position: absolute;
	top: -245px;
	right: -170px;
	animation: sbs-627065913-1691784655363 80s infinite linear;
    backface-visibility: hidden;
	z-index: -1;
}
.animation-img-2 {
	position: absolute;
	top: 70px;
	left: 50%;
	margin-left: -460px;
	animation: sbs-627065913-1691784655363 80s infinite linear;
    backface-visibility: hidden;
	z-index: 0;
}
.animation-img-3 {
	position: absolute;
	top: -140px;
	left: 50%;
	margin-left: -460px;
	animation: sbs-627065913-16917846553631 80s infinite linear;
    backface-visibility: hidden;
	z-index: -1;
}
@keyframes sbs-627065913-1691784655363 {
	0% {
	    transform: translateX(0px) rotate(0deg);
	    animation-timing-function: 
	linear;
	}

	50% {
	    transform: translateX(-100px) rotate(-180deg);
	    animation-timing-function: 
	linear;
	}

	100% {
	    transform: translateX(0px) rotate(-360deg);
	}
}
@keyframes sbs-627065913-16917846553631 {
	0% {
	    transform: translateX(0px) rotate(0deg);
	    animation-timing-function: 
	linear;
	}

	50% {
	    transform: translateX(-100px) rotate(-180deg);
	    animation-timing-function: 
	linear;
	}

	100% {
	    transform: translateX(0px) rotate(-360deg);
	}
}
.animation-img img,
.animation-img-2 img,
.animation-img-3 img {
	display: block;
	height: auto;
	max-width: 100%;
	opacity: 0.2;
}
/**
* @section telegram
*/
.telegram-link {
	display: flex;
	align-items: center;
    justify-content: center;
    position: fixed;
    right: 50px;
    bottom: 90px;
    z-index: 9999;
}
.telegram-button {
	display: flex;
	align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    background: #399fea;
    border-radius: 50%;
    width: 56px;
    height: 56px;
}
.telegram-button svg {
	width: 30px;
	height: 30px;
}
.telegram-button:before,
.telegram-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #399fea;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
.telegram-button:after{
    animation-delay: .5s;
}
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}
/**
* @section media queries
*/
/* Устройства XX-Large (большие настольные компьютеры, более 1400 пикселей) */
@media (max-width: 1799.98px) {}

/* Устройства X-Large (большие настольные компьютеры, менее 1400 пикселей) */
@media (max-width: 1399.98px) {
	.site-header {
		width: calc(100% - 30px);
	}
	.grid,
	.about-us .row-grid .grid,
	.blog-grid,
	.grid-four {
		grid-template-columns: repeat(4, 1fr);
		gap: 10px 10px;
	}
	.row-two .grid {
	    grid-template-columns: repeat(2, 1fr);
	    gap: 10px 10px;
	}
	.archive-grid .grid {
	    grid-template-columns: repeat(3, 1fr);
	    gap: 10px 10px;
	}
	.card {
		padding: 30px;
	}
	.social {
		margin-left: 0;
	}
	.footer-layout {
	    min-height: 588px;
	}
}

/* Устройства Large (настольные компьютеры, менее 1200 пикселей) */
@media (max-width: 1199.98px) {
	.site-header .col-12.flex {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.main-navigation,
	.account {
		display: none;
	}
	.hero .grid {
  		 grid-template-columns: repeat(2, 1fr);
	    gap: 10px 10px;
	}
	.hero h1,
	.archive-title h3,
	.single-desc h1 {
	    font-size: 40px;
	    line-height: 50px;
	}
	.hero-image {
	    height: 500px !important;
	}
	.big-element {
	    height: 60px;
	}
	.grid,
	.about-us .row-grid .grid,
	.blog-grid, .grid-four {
        grid-template-columns: repeat(2, 1fr);
    }
    .page-template-about .grid-choose, {
	    grid-template-columns: repeat(1, 1fr) 50%;
	}
	.grid-choose {
	    grid-template-columns: 50% repeat(1, 1fr);
	}
	.choose-big .big-element {
	    width: 200px;
	}
    .actual-inner {
	    padding: 80px 30px;
	}
	.round-card__image {
	    width: 80px;
	    height: 80px;
	}
	.timetable {
	    gap: 10px;
	}
	.timetable-img img {
	    width: 200px;
	}
	.single_variation_wrap .woocommerce-Price-amount.amount, .related .title, .archive-title h4, .feedback .archive-title h3, .archive-title h6, .timetable-date p:nth-child(1), .timetable-address p:nth-child(1), .single-desc .price, .office h4, .distribution-title {
	    font-size: var(--fs-20);
	}
	.profi-desc, .hero-form .archive-title h4, .choose-big p:nth-child(1), .choose-small p:nth-child(1), .archive-title .archive-desc,
	.hero-inner__desc p, .page-id-210 .archive-title .archive-desc, .office .card-desc p:nth-child(3) a {
	    font-size: var(--fs-base);
	}
	.hero-inside .big-element {
	    width: 296px;
	}
	.page-id-210 .hero-inside .big-element {
	    width: 240px;
	}
	.archive-grid .grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .single-grid {
	    grid-template-columns: 50% 50%;
	}
	.single-desc {
	    padding-left: 0;
	}
}

/* Устройства Medium (планшеты, менее 992 пикселей) */
@media (max-width: 991.98px) {
	.wrapper {
		margin-bottom: 0;
	}
	.hero-image {
        height: 580px !important;
    }
    .hero h1, .archive-title h3, .single-desc h1,
    .the-title h1 {
        font-size: 25px;
        line-height: 30px;
    }
    .assortment .card-with-text .card,
    .widget-contact, .widget-nav, .copyright {
	    padding: 0;
	}
	.footer-layout {
	    min-height: 1px;
	    position: relative;
	}
	.footer-layout .container .row:nth-child(1) {
	    margin-bottom: 30px;
	    gap: 15px;
	}
	.requisite {
	    position: relative;
	    bottom: auto;
	    margin-bottom: 30px;
	}
	.row-reverse {
		flex-direction: column-reverse;
	}
	.footer-layout .container .row:nth-child(2),
	.copyright,
	.aside-nav {
	    margin-bottom: 30px;
	}
	.feedback .big-element,
	.feedback .big-element-2 {
	    width: 250px;
	    height: 50px;
	}
	.hero .grid {
        grid-template-columns: repeat(1, 1fr);
    }
	.page-id-210 .hero-inside .big-element {
        width: 400px;
    }
    .education .assortment {
	    grid-template-columns: repeat(2, 1fr);
	}
	.single-grid {
        grid-template-columns: 100%;
    }
    .actual-inner {
    	position: relative;
	    width: 100%;
	    height: 341px;
	    padding: 80px;
	    background: linear-gradient(white, white) padding-box, linear-gradient(0.25turn, rgba(7, 108, 185, 1), rgba(76, 212, 197, 1) ) border-box; border-bottom: 1px solid transparent;
	    border-radius: 30px;
	}
	.sm-line {
		position: relative;
	}
	.sm-line::before {
        display: block;
        position: absolute;
        content: '';
        width: 479px;
        height: 1px;
        top: 1px;
        left: 60px;
        background-image: linear-gradient(0.25turn, rgba(7, 108, 185, 1) 0%, rgba(76, 212, 197, 1) 100%);
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 5;
    }
	.actual-inner::after {
		display: block;
		position: absolute;
		content: '';
		width: 200px;
		height: 340px;
		top: 1px;
		right: 0;
		background-image: url(assets/img/bg/subtract_gradient_4.svg);
		background-color: var(--color-white);
		background-size: contain;
		background-repeat: no-repeat;
	}
	.actual-inner::before {
		display: block;
		position: absolute;
		content: '';
		width: 200px;
		height: 340px;
		top: 1px;
		left: 0;
		background-image: url(assets/img/bg/subtract_gradient_3.svg);
		background-size: contain;
		background-repeat: no-repeat;
	}
	.round-card__image {
        width: 60px;
        height: 60px;
    }
    .office {
	    min-height: 1px;
	    margin-bottom: 40px;
	}
	.product-accordion {
	    grid-template-columns: repeat(1, 1fr) !important;
	    gap: 0 !important;
	}
	.page-id-212 .hero-inside .big-element {
        width: 400px;
    }
    .page-template-obuchenie .hero-inside .hero-image {
	    height: 470px !important;
	}
	.page-template-about .grid-choose {
	    grid-template-columns: repeat(1, 1fr) 50%;
	}
	.video {
	    grid-template-columns: 100%;
	}
}

/* Устройства Small (телефоны с горизонтальной ориентацией, менее 768 пикселей) */
@media (max-width: 767.98px) {
	.actual-inner {
        padding: 80px 50px;
    }
    .sm-line::before {
        width: 370px;
    }
    .footer-layout .flex,
    .copyright ul {
	    gap: 0;
	    flex-direction: column;
	}
	.footer-layout .flex .widget-nav:nth-child(2) {
		margin: 30px 0;
	}
	.text-widget {
	    padding: 60px 20px;
	}
	.text-widget .big-element {
	    width: 150px;
	    height: 40px;
	}
	.page-template-about .grid-choose {
        grid-template-columns: repeat(1, 1fr);
    }
	.grid, .about-us .row-grid .grid, .blog-grid, .grid-four {
        grid-template-columns: repeat(1, 1fr);
    }
    .profi-title .archive-title {
	    padding: 30px;
	}
	.profi-title .archive-title h3 {
        font-size: 17px;
        line-height: 25px;
    }
    .profi-desc {
	    padding: 0 0 30px 60px;
	    font-size: 14px !important;
	}
	.profi {
		padding-top: 30px;
	}
	.profi, .assortment {
	    padding: 30px;
	    grid-template-columns: repeat(1, 1fr);
	}
	.card-with-text .card {
	    padding: 0;
	}
	.card {
	    padding: 30px;
	    gap: 30px;
	}
	.card-overflow,
	.animation-img,
	.animation-img-2,
	.animation-img-3 {
	    overflow: hidden;
	}
	.hero-inner__desc {
		margin-bottom: 30px;
	}
	.mb-180 {
	    margin-bottom: 60px;
	}
	.archive-grid {
	    grid-template-columns: 1fr;
	}
	.page-id-212 .hero-inside .big-element {
        width: 240px;
    }
    .special, .profi-cosmetic, .result, .certificates,
    .about-us {
    	padding: 60px 0;
    }
    .timetable {
	    display: flex;
	    flex-direction: column;
	}
	.certificates .grid-four {
        grid-template-columns: repeat(2, 1fr);
    }
    .grid-choose,
    .row-two .grid,
    .education .assortment {
        grid-template-columns: repeat(1, 1fr);
    }
    .animation-img {
    	display: none;
    }


}

/* Устройства X-Small (портретные телефоны, менее 576 пикселей) */
@media (max-width: 575.98px) {
	.actual-inner {
        padding: 35px 50px;
    }
    .sm-line::before {
        width: 250px;
    }
}

@media (max-width: 399.98px) {
	.actual-inner {
        padding: 35px 20px;
    }
    .sm-line::before {
        width: 200px;
    }
}