@charset "UTF-8";
/*!
Theme Name: Omaridin
Theme URI: 
Author: HTTP
Author URI: 
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "PassionSansP";
  src: url("fonts/PassionSansPDag-Regular.woff2") format("woff2"), url("fonts/PassionSansPDag-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PassionSansP";
  src: url("fonts/PassionSansPDak-Bold.woff2") format("woff2"), url("fonts/PassionSansPDak-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PassionSansP";
  src: url("fonts/PassionSansPDai-SemiBold.woff2") format("woff2"), url("fonts/PassionSansPDai-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*@font-face {
    font-family: "Font Awesome 7 Brands";
    font-display: block;
    font-weight: 400;
    src: url('fonts/fa-brands-400.woff2') format('woff2'),
        url('fonts/fa-brands-400.woff2') format('woff');
}*/
/* COLORS */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: "Poppins", "Helvetica", sans-serif;
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}

h1,
.h1 {
  font-size: 64px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 49px;
    line-height: 64px;
  }
}

h5,
.h5 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin: 0 0 35px 0;
}
@media (max-width: 1023px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}

h6,
.h6 {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}

h3,
.h3 {
  font-weight: 400;
  font-size: 48px;
  line-height: 140%;
}
@media (max-width: 1023px) {
  h3,
  .h3 {
    font-size: 32px;
  }
}

h4,
.h4 {
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
}
@media (max-width: 1023px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}

h2,
.h2 {
  color: #393939;
  font-family: "PassionSansP", serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
  padding: 0;
}

.block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .block-title {
    margin-bottom: 24px;
  }
}
.block-title.text-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-title__title {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}

p {
  margin-bottom: 8px;
  line-height: 29px;
  margin-top: 0;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  background: #F3F4F2;
  color: #292929;
  /*animation: fadeInAnimation ease 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  overflow-x: hidden;*/
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #000000;
  text-decoration: none;
}
a:visited {
  color: #000000;
}
a:hover, a:focus, a:active {
  color: #000000;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  text-decoration: none;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  border: 0;
  outline: none;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

.btn {
  text-decoration: none;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #96C530;
  font-size: 16px;
  line-height: 24px;
  padding: 15px 20px;
}
.btn:hover, .btn:focus, .btn:active, .btn:visited {
  text-decoration: underline;
  color: #fff;
}

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
@media (max-width: 1440px) {
  #menu {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #menu {
    display: none;
  }
}

#menu ul {
  list-style-type: none;
  font-family: "Poppins", "Helvetica", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  padding: 12px 0 0;
  margin: 0;
}
@media (max-width: 1440px) {
  #menu ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#menu ul li a {
  color: #393939;
  text-align: center;
  font-family: "Poppins", "Helvetica", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.3px;
  line-height: 24px;
}

.burger_menu {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-radius: 6px;
  background: radial-gradient(70.26% 335.09% at 46.7% 0%, #393E50 0%, #0095FF 100%), -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F1F1F1));
  background: radial-gradient(70.26% 335.09% at 46.7% 0%, #393E50 0%, #0095FF 100%), linear-gradient(180deg, #FFF 0%, #F1F1F1 100%);
  -webkit-box-shadow: 0 0 17.6px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 17.6px 0 rgba(0, 0, 0, 0.06);
  font-family: "Poppins", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-left: 32px;
  padding: 12px 12px 12px 32px;
  color: #fff !important;
  text-transform: uppercase;
  position: relative;
  line-height: 24px;
}
.burger_menu span {
  width: 15px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 9px;
  display: block;
}
.burger_menu span:before {
  content: "";
  height: 1px;
  background: #fff;
  position: absolute;
  width: 100%;
  top: 3px;
}
@media (max-width: 768px) {
  .burger_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mobile_menu {
  display: none;
  padding: 16px 16px 16px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  border-radius: 6px;
  background: radial-gradient(85.47% 405.18% at 63.12% -69.46%, #393E50 0%, #0095FF 100%), -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F1F1F1));
  background: radial-gradient(85.47% 405.18% at 63.12% -69.46%, #393E50 0%, #0095FF 100%), linear-gradient(180deg, #FFF 0%, #F1F1F1 100%);
  -webkit-box-shadow: 0 0 17.6px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 17.6px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  position: fixed;
  height: 0;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
@media (max-width: 768px) {
  .mobile_menu {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.mobile_menu.active {
  height: 100vh;
  padding-top: 16px;
  padding-bottom: 16px;
}
.mobile_menu .menu_title {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.mobile_menu .close_menu {
  width: 24px;
  height: 24px;
  right: 16px;
  top: 16px;
  position: absolute;
  background: url(images/close_menu.svg) no-repeat center;
}
.mobile_menu ul {
  list-style-type: none;
  font-family: "Poppins", "Helvetica", sans-serif;
  padding: 12px 0 0;
  margin: 0;
}
@media (max-width: 1440px) {
  .mobile_menu ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.mobile_menu ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile_menu ul li a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.32px;
  display: block;
  padding: 12px 0 12px 0;
  background: url(images/menu_arrow.svg) no-repeat right center;
}

/* Posts and pages
--------------------------------------------- */
#wrapper {
  max-width: 1440px;
  margin: 0 auto;
}

#fade {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.5;
  z-index: 2;
  display: none;
}

.popup {
  max-width: 782px;
  width: 100%;
  padding: 28px 37px;
  border-radius: 16px;
  border: 8px solid #FFF;
  background: -webkit-gradient(linear, left bottom, left top, from(#F3F4F2), to(#F3F4F2)), #FFF;
  background: linear-gradient(0deg, #F3F4F2 0%, #F3F4F2 100%), #FFF;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
}
@media (max-width: 1160px) {
  .popup {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .popup {
    max-height: 90vh;
    overflow-y: auto;
  }
}
.popup#popup_cart {
  max-width: 1121px;
}
@media (max-width: 1160px) {
  .popup#popup_cart {
    width: 90%;
  }
}
.popup.active {
  display: block;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
  opacity: 1;
  z-index: 3;
}
.popup .popup_close {
  width: 32px;
  height: 32px;
  background: url(images/close_icon.svg) no-repeat center center;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
}
.popup h3 {
  color: #000;
  font-family: "PassionSansP", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.popup h4 {
  color: #000;
  font-family: "PassionSansP", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 24px;
}
.popup .cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .popup .cart-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.popup .cart-item h4 {
  color: #000;
  font-family: "Poppins", "Helvetica", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 768px) {
  .popup .cart-item h4 {
    width: 100%;
  }
}
.popup .cart-item .product_image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .popup .cart-item .product_image {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.popup .cart-item .product_info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .popup .cart-item .product_info {
    width: 100%;
    text-align: center;
  }
}
.popup .cart-item .product_info .desc {
  color: rgba(57, 57, 57, 0.6);
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .popup .cart-item .product_info .desc {
    width: 100%;
  }
}
.popup input[type=number]::-webkit-outer-spin-button,
.popup input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.popup input[type=number] {
  -moz-appearance: textfield;
}
.popup .quantity-wrapper {
  width: 166px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .popup .quantity-wrapper {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.popup .quantity-wrapper button {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(57, 57, 57, 0.12);
  display: block;
}
.popup .quantity-wrapper button.minus {
  background: url(images/minus.svg) no-repeat center;
}
.popup .quantity-wrapper button.plus {
  background: url(images/plus.svg) no-repeat center;
}
.popup .quantity-wrapper input {
  width: 94px;
  text-align: center;
  background: none;
  border: 0;
  font-size: 18px;
  color: #000;
  height: 36px;
  outline: none;
}
.popup .price {
  width: 328px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .popup .price {
    width: 100%;
  }
}
.popup .price .price_bg {
  width: 100%;
  padding: 22px 18px;
  border-radius: 6px;
  background: radial-gradient(70.26% 335.09% at 46.7% 0%, rgba(57, 62, 80, 0.04) 0%, rgba(0, 149, 255, 0.04) 100%);
}
.popup .price .price_bg .price_wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.popup .price .price_bg .price_wrap .left {
  color: #000;
  font-size: 16px;
}
.popup .price .price_bg .price_wrap .subtotal {
  font-size: 22px;
  font-weight: 500;
  color: #000;
}
.popup .price .price_bg a {
  display: inline-block;
  padding: 12px 32px;
  border-radius: 8px;
  border: 1px solid #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), color-stop(94.07%, rgba(255, 255, 255, 0))), radial-gradient(61.06% 325.07% at 49.62% -66.67%, #393E50 0%, #0095FF 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 94.07%), radial-gradient(61.06% 325.07% at 49.62% -66.67%, #393E50 0%, #0095FF 100%);
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  width: 100%;
  line-height: 24px;
}
.popup .price .price_bg a:hover {
  text-decoration: none;
}
.popup .checkout_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.popup .checkout_form .input_wrap {
  width: calc(50% - 10px);
}
@media (max-width: 500px) {
  .popup .checkout_form .input_wrap {
    width: 100%;
  }
}
.popup .checkout_form .input_wrap label {
  font-family: "Poppins", "Helvetica", sans-serif;
  color: #313131;
  font-size: 16px;
  display: block;
  font-weight: 500;
}
.popup .checkout_form .input_wrap input {
  color: rgb(57, 57, 57);
  display: block;
  font-family: Poppins;
  width: 100%;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  border: 0;
  border-bottom: 1px solid rgba(57, 57, 57, 0.1);
  padding: 12px 0;
  background: none;
  outline: 0;
}
.popup .checkout_form .input_wrap input.error {
  color: #ff0000;
  border-bottom: 1px solid #ff0000;
}
.popup .checkout_form .input_wrap .select-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.popup .checkout_form .input_wrap .select-wrapper select {
  width: 100%;
  color: rgb(57, 57, 57);
  display: block;
  font-family: Poppins;
  width: 100%;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  border: 0;
  border-bottom: 1px solid rgba(57, 57, 57, 0.1);
  padding: 12px 0;
  background: none;
  outline: 0;
}
.popup .checkout_form .input_wrap .select-wrapper:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  font-size: 12px;
  color: #555;
}
.popup .btn {
  display: inline-block;
  padding: 12px 32px;
  border-radius: 8px;
  border: 1px solid #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), color-stop(94.07%, rgba(255, 255, 255, 0))), radial-gradient(61.06% 325.07% at 49.62% -66.67%, #393E50 0%, #0095FF 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 94.07%), radial-gradient(61.06% 325.07% at 49.62% -66.67%, #393E50 0%, #0095FF 100%);
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  width: 100%;
  text-transform: none;
  line-height: 24px;
}
.popup .btn:hover {
  text-decoration: none;
}
.popup .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
}
.popup .radio input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(57, 57, 57, 0.3);
  border-radius: 100%;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  place-content: center;
  cursor: pointer;
  position: relative;
}
.popup .radio input[type=radio]:checked {
  border: 1px solid #393E50;
}
.popup .radio input[type=radio]::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background: radial-gradient(83.08% 360.62% at 57.63% -81.82%, #393E50 0%, #0095FF 100%);
  position: absolute;
  left: 4px;
  top: 4px;
}
.popup .radio input[type=radio]:checked::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.popup .radio .radio_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.popup .radio .radio_text .radio_title {
  color: #000;
  font-size: 22px;
  font-weight: 400;
}
.popup .radio .radio_text .radio_price {
  background: radial-gradient(36.34% 157.92% at 54.64% 13.26%, #393939 0%, #0095FF 100%);
  background-clip: border-box;
  color: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-weight: 500;
}
.popup .radio .radio_text .radio_desc {
  color: rgba(57, 57, 57, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
}
.popup .payment_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.popup .payment_form .input_wrap {
  width: 40%;
}
@media (max-width: 500px) {
  .popup .payment_form .input_wrap {
    width: 100%;
  }
}
.popup .payment_form .input_wrap.small {
  width: 25%;
}
@media (max-width: 500px) {
  .popup .payment_form .input_wrap.small {
    width: 46%;
  }
}
.popup .field-wrapper {
  margin-bottom: 20px;
  position: relative;
}
.popup .field-wrapper label {
  font-family: "Poppins", "Helvetica", sans-serif;
  color: #313131;
  font-size: 16px;
  display: block;
  font-weight: 500;
}
.popup .stripe-input {
  border-bottom: 1px solid rgba(57, 57, 57, 0.1);
  padding: 12px 0;
  background: none;
  outline: 0;
  width: 100%;
}
.popup #payment-form .price {
  width: 100%;
}
.popup .delivery_str {
  color: rgba(57, 57, 57, 0.5);
  font-size: 15px;
  margin-bottom: 20px;
}

/* Blocks
--------------------------------------------- */
.hero {
  width: 1408px;
  margin: 0 auto;
  height: 896px;
  position: relative;
  border-radius: 24px;
  padding: 63px 30px 0;
}
@media (max-width: 1440px) {
  .hero {
    width: calc(100% - 32px);
    background-size: cover !important;
  }
}
@media (max-width: 1280px) {
  .hero {
    height: 696px;
  }
}
@media (max-width: 1024px) {
  .hero {
    height: 500px;
    padding: 63p 20px 0;
  }
}
@media (max-width: 768px) {
  .hero {
    height: 900px;
    border-radius: 0;
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 500px) {
  .hero {
    height: 750px;
  }
}
.hero h1 {
  font-family: "PassionSansP", serif;
  font-size: 86px;
  text-align: center;
  color: #fff;
  line-height: 125.417%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .hero h1 {
    font-size: 66px;
  }
}
@media (max-width: 500px) {
  .hero h1 {
    font-size: 46px;
  }
}
.hero .text {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 20px;
}
.hero .btn_wrap {
  text-align: center;
}
.hero .btn_wrap a {
  display: inline-block;
  padding: 12px 26px 12px 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-radius: 12px;
  border: 6px solid rgba(255, 255, 255, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#FEFEFE)), #FFF;
  background: linear-gradient(180deg, #F4F4F4 0%, #FEFEFE 100%), #FFF;
  -webkit-box-shadow: 0 6px 14.151px -6.531px rgba(0, 0, 0, 0.2), 0 0 1.089px 3.266px rgba(0, 0, 0, 0.05), 0 0 1.089px 1.089px rgba(0, 0, 0, 0.07);
          box-shadow: 0 6px 14.151px -6.531px rgba(0, 0, 0, 0.2), 0 0 1.089px 3.266px rgba(0, 0, 0, 0.05), 0 0 1.089px 1.089px rgba(0, 0, 0, 0.07);
  color: #393939;
  text-align: center;
  font-family: "PassionSansP", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
}
.hero .btn_wrap a:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(images/arrow_2.svg) no-repeat center center;
  vertical-align: top;
  display: inline-block;
  margin-left: 5px;
}
.hero .product_img {
  width: 580px;
  height: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -130px;
}
.hero .left_block {
  width: 184px;
  border-radius: 18px;
  -webkit-box-shadow: 0 0 1.089px 1.089px rgba(0, 0, 0, 0.07), 0 0 1.089px 3.266px rgba(0, 0, 0, 0.05), 0 6px 14.151px -6.531px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1.089px 1.089px rgba(0, 0, 0, 0.07), 0 0 1.089px 3.266px rgba(0, 0, 0, 0.05), 0 6px 14.151px -6.531px rgba(0, 0, 0, 0.2);
  padding: 6.234px;
  position: absolute;
  left: 173px;
  top: 250px;
}
@media (max-width: 1440px) {
  .hero .left_block {
    left: 10%;
    top: 220px;
  }
}
@media (max-width: 1024px) {
  .hero .left_block {
    left: 5%;
  }
}
@media (max-width: 768px) {
  .hero .left_block {
    top: auto;
    bottom: 10px;
  }
}
@media (max-width: 500px) {
  .hero .left_block {
    max-width: 43%;
    padding: 3px;
  }
}
.hero .left_block:after {
  content: "";
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  border-radius: 18px;
  left: 0;
}
.hero .left_block .wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#FEFEFE));
  background: linear-gradient(180deg, #F4F4F4 0%, #FEFEFE 100%);
  position: relative;
  border-radius: 18px;
  z-index: 2;
  padding-bottom: 10px;
}
.hero .left_block img {
  border-radius: 18px 18px 0 0;
  margin-bottom: 6px;
  z-index: 2;
  position: relative;
}
.hero .left_block .text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: radial-gradient(70.26% 335.09% at 46.7% 0%, #393E50 0%, #0095FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 2;
  position: relative;
  margin: 0;
}
.hero .right_block {
  width: 184px;
  border-radius: 18px;
  padding: 6.234px;
  -webkit-box-shadow: 0 0 1.089px 1.089px rgba(0, 0, 0, 0.07), 0 0 1.089px 3.266px rgba(0, 0, 0, 0.05), 0 6px 14.151px -6.531px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1.089px 1.089px rgba(0, 0, 0, 0.07), 0 0 1.089px 3.266px rgba(0, 0, 0, 0.05), 0 6px 14.151px -6.531px rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 190px;
  top: 260px;
}
@media (max-width: 1440px) {
  .hero .right_block {
    right: 10%;
    top: 220px;
  }
}
@media (max-width: 1024px) {
  .hero .right_block {
    right: 5%;
  }
}
@media (max-width: 768px) {
  .hero .right_block {
    top: auto;
    bottom: 10px;
  }
}
@media (max-width: 500px) {
  .hero .right_block {
    max-width: 43%;
    padding: 3px;
  }
}
.hero .right_block:after {
  content: "";
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  border-radius: 18px;
  left: 0;
}
.hero .right_block .wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#FEFEFE));
  background: linear-gradient(180deg, #F4F4F4 0%, #FEFEFE 100%);
  position: relative;
  border-radius: 18px;
  z-index: 2;
  padding-bottom: 10px;
}
.hero .right_block img {
  border-radius: 18px 18px 0 0;
  margin-bottom: 6px;
  position: relative;
  z-index: 2;
}
.hero .right_block .text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: radial-gradient(70.26% 335.09% at 46.7% 0%, #393939 0%, #0095FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 2;
  position: relative;
  margin: 0;
}

.generation {
  position: relative;
  overflow: hidden;
  padding-bottom: 1px;
}
@media (max-width: 1440px) {
  .generation {
    padding: 0 0px;
  }
}
.generation:before {
  content: "";
  width: 735px;
  height: 812px;
  background: url(images/gen_1.png) no-repeat center;
  position: absolute;
  left: -188px;
  bottom: -3px;
}
@media (max-width: 1024px) {
  .generation:before {
    left: -250px;
  }
}
@media (max-width: 768px) {
  .generation:before {
    left: -300px;
    bottom: -60px;
    background-size: 80% auto;
  }
}
.generation:after {
  content: "";
  width: 638px;
  height: 673px;
  background: url(images/gen_2.png) no-repeat center;
  position: absolute;
  right: -162px;
  bottom: 0px;
}
@media (max-width: 1024px) {
  .generation:after {
    right: -250px;
  }
}
@media (max-width: 768px) {
  .generation:after {
    right: -250px;
    bottom: -50px;
    background-size: 80% auto;
  }
}
.generation h2 {
  text-align: center;
}
.generation h2.color {
  background: radial-gradient(36.34% 157.92% at 54.64% 13.26%, #393939 0%, #0095FF 100%);
  color: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 18px;
}
@media (max-width: 1440px) {
  .generation h2 {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .generation h2 {
    padding: 0 20px;
    font-size: 55px;
  }
}
@media (max-width: 500px) {
  .generation h2 {
    font-size: 45px;
  }
}
.generation .text {
  max-width: 704px;
  margin: 0 auto 15px;
  text-align: center;
  line-height: 24px;
  font-weight: 300;
}
@media (max-width: 1440px) {
  .generation .text {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .generation .text {
    padding: 0 20px;
  }
}
.generation .text p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.generation .btn_wrap {
  text-align: center;
  margin-bottom: 48px;
  position: relative;
  z-index: 1;
}
.generation .btn_wrap a {
  display: inline-block;
  padding: 12px 32px;
  border-radius: 8px;
  border: 1px solid #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), color-stop(94.07%, rgba(255, 255, 255, 0))), radial-gradient(61.06% 325.07% at 49.62% -66.67%, #393E50 0%, #0095FF 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 94.07%), radial-gradient(61.06% 325.07% at 49.62% -66.67%, #393E50 0%, #0095FF 100%);
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.generation .btn_wrap a:hover {
  text-decoration: none;
}
.generation .marque_wrap {
  width: 100%;
  overflow: hidden;
  padding: 80px 0;
}
.generation .marque {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  padding: 18px 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  width: 110%;
  margin-left: -5%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), color-stop(94.07%, rgba(255, 255, 255, 0))), radial-gradient(70.26% 335.09% at 46.7% 0%, #393E50 0%, #0095FF 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 94.07%), radial-gradient(70.26% 335.09% at 46.7% 0%, #393E50 0%, #0095FF 100%);
  --speed: 60s; /* скорость (меньше — быстрее) */
  --gap: 2rem; /* отступ между повторениями */
  overflow: hidden;
  white-space: nowrap;
  color: #FFF;
  font-family: "PassionSansP", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .generation .marque {
    font-size: 32px;
  }
}
.generation .marque span.sep {
  width: 29px;
  height: 29px;
  display: inline-block;
  background: url(images/star.svg) no-repeat 0 0;
  margin: 0 20px;
}
.generation .marquee__track {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: var(--gap);
  will-change: transform;
  -webkit-animation: marquee var(--speed) linear infinite;
          animation: marquee var(--speed) linear infinite;
}
.generation .marquee__track > span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: var(--gap);
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  } /* 50%, т.к. контент продублирован дважды */
}

@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  } /* 50%, т.к. контент продублирован дважды */
}
.about {
  position: relative;
  margin-bottom: 122px;
}
@media (max-width: 1440px) {
  .about {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .about {
    padding: 0 20px;
  }
}
.about h2 {
  text-align: center;
  font-size: 64px;
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .about h2 {
    font-size: 45px;
  }
}
.about .text {
  max-width: 591px;
  margin: 0 auto 17px;
  text-align: center;
  line-height: 24px;
  font-weight: 300;
}
.about .text p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.about .blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.about .blocks .block {
  max-width: 439px;
  border-radius: 18px;
  padding: 6px;
  position: relative;
  -webkit-box-shadow: 0 6px 14.151px -6.531px rgba(0, 0, 0, 0.2), 0 0 1.089px 3.266px rgba(0, 0, 0, 0.05), 0 0 1.089px 1.089px rgba(0, 0, 0, 0.07);
          box-shadow: 0 6px 14.151px -6.531px rgba(0, 0, 0, 0.2), 0 0 1.089px 3.266px rgba(0, 0, 0, 0.05), 0 0 1.089px 1.089px rgba(0, 0, 0, 0.07);
  width: 32%;
}
@media (max-width: 768px) {
  .about .blocks .block.desktop {
    display: none;
  }
}
@media (max-width: 768px) {
  .about .blocks .block {
    width: calc(100% - 16px);
    max-width: 100%;
  }
}
.about .blocks .block:after {
  content: "";
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  border-radius: 18px;
  left: 0;
}
.about .blocks .block .wrap {
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#FEFEFE)), #FFF;
  background: linear-gradient(180deg, #F4F4F4 0%, #FEFEFE 100%), #FFF;
  border-radius: 18px;
  padding: 0 30px 17px;
}
.about .blocks .block .img_wrap {
  text-align: center;
  padding-top: 10px;
  height: 209px;
  margin-bottom: 4px;
}
.about .blocks .block .img_wrap img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 195px;
}
.about .blocks .block h3 {
  color: #FFF;
  font-family: "PassionSansP", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  background: radial-gradient(36.34% 157.92% at 54.64% 13.26%, #393939 0%, #0095FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 9px;
  text-align: center;
}
.about .blocks .block .text_wrap {
  text-align: center;
  line-height: 24px;
  font-weight: 300;
}
.about .blocks .block .text_wrap p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.audio {
  position: relative;
  padding: 0 50px;
  margin: 0 0 39px;
}
@media (max-width: 768px) {
  .audio {
    padding: 0 20px;
  }
}
.audio h2 {
  text-align: center;
  font-size: 56px;
  margin-bottom: 16px;
}
@media (max-width: 500px) {
  .audio h2 {
    font-size: 45px;
  }
}
.audio .text {
  max-width: 500px;
  margin: 0 auto 17px;
  text-align: center;
  line-height: 24px;
  font-weight: 300;
}
.audio .text p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.audio .wrapper {
  display: grid;
  grid-template-columns: minmax(auto, 326px) 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  /* Левый блок — тянется на 2 строки */
  /* Верх справа — два блока */
  /* Нижний справа — на всю ширину двух колонок */
}
@media (max-width: 768px) {
  .audio .wrapper {
    display: block;
  }
}
.audio .wrapper .left {
  grid-row: 1/3;
  grid-column: 1/2;
  border-radius: 18px;
  padding: 6px;
  position: relative;
  -webkit-box-shadow: 0 6px 14.151px -6.531px rgba(0, 0, 0, 0.2), 0 0 1.089px 3.266px rgba(0, 0, 0, 0.05), 0 0 1.089px 1.089px rgba(0, 0, 0, 0.07);
          box-shadow: 0 6px 14.151px -6.531px rgba(0, 0, 0, 0.2), 0 0 1.089px 3.266px rgba(0, 0, 0, 0.05), 0 0 1.089px 1.089px rgba(0, 0, 0, 0.07);
}
@media (max-width: 768px) {
  .audio .wrapper .left {
    margin-bottom: 20px;
  }
}
.audio .wrapper .left:after {
  content: "";
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  border-radius: 18px;
  left: 0;
}
.audio .wrapper .left .wrap {
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#FEFEFE)), #FFF;
  background: linear-gradient(180deg, #F4F4F4 0%, #FEFEFE 100%), #FFF;
  border-radius: 18px;
  padding: 40px 0px 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .audio .wrapper .left .wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
.audio .wrapper .left img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 25px;
}
.audio .wrapper .left .text_wrap {
  text-align: center;
  line-height: 23px;
  font-weight: 300;
  padding: 0 20px;
}
.audio .wrapper .left .text_wrap p {
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
}
.audio .wrapper .top-left {
  grid-row: 1/2;
  grid-column: 2/3;
  border-radius: 18px;
  padding: 6px;
  position: relative;
  -webkit-box-shadow: 0 6px 14.151px -6.531px rgba(0, 0, 0, 0.2), 0 0 1.089px 3.266px rgba(0, 0, 0, 0.05), 0 0 1.089px 1.089px rgba(0, 0, 0, 0.07);
          box-shadow: 0 6px 14.151px -6.531px rgba(0, 0, 0, 0.2), 0 0 1.089px 3.266px rgba(0, 0, 0, 0.05), 0 0 1.089px 1.089px rgba(0, 0, 0, 0.07);
}
@media (max-width: 768px) {
  .audio .wrapper .top-left {
    margin-bottom: 20px;
  }
}
.audio .wrapper .top-left:after {
  content: "";
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  border-radius: 18px;
  left: 0;
}
.audio .wrapper .top-left .wrap {
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#FEFEFE)), #FFF;
  background: linear-gradient(180deg, #F4F4F4 0%, #FEFEFE 100%), #FFF;
  border-radius: 18px;
  padding: 0 0px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0;
  height: 100%;
}
.audio .wrapper .top-left .text_wrap {
  text-align: center;
  line-height: 24px;
  font-weight: 300;
  padding: 0 20px;
}
.audio .wrapper .top-left .text_wrap p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.audio .wrapper .top-right {
  grid-row: 1/2;
  grid-column: 3/4;
  border-radius: 18px;
  padding: 6px;
  position: relative;
  -webkit-box-shadow: 0 6px 14.151px -6.531px rgba(0, 0, 0, 0.2), 0 0 1.089px 3.266px rgba(0, 0, 0, 0.05), 0 0 1.089px 1.089px rgba(0, 0, 0, 0.07);
          box-shadow: 0 6px 14.151px -6.531px rgba(0, 0, 0, 0.2), 0 0 1.089px 3.266px rgba(0, 0, 0, 0.05), 0 0 1.089px 1.089px rgba(0, 0, 0, 0.07);
}
@media (max-width: 768px) {
  .audio .wrapper .top-right {
    margin-bottom: 20px;
  }
}
.audio .wrapper .top-right:after {
  content: "";
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  border-radius: 18px;
  left: 0;
}
.audio .wrapper .top-right .wrap {
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#FEFEFE)), #FFF;
  background: linear-gradient(180deg, #F4F4F4 0%, #FEFEFE 100%), #FFF;
  border-radius: 18px;
  padding: 0 0px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0;
  height: 100%;
}
.audio .wrapper .top-right .text_wrap {
  text-align: center;
  line-height: 24px;
  font-weight: 300;
  padding: 0 40px;
}
.audio .wrapper .top-right .text_wrap p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.audio .wrapper .bottom {
  grid-row: 2/3;
  grid-column: 2/4;
  background: url(images/play_bg.png) no-repeat center center;
  background-size: cover;
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 5px 4px;
}
@media (max-width: 768px) {
  .audio .wrapper .bottom {
    min-height: 150px;
  }
}
.audio .wrapper .bottom .btn_play {
  border-radius: 12px;
  padding: 6px;
  position: relative;
  -webkit-box-shadow: 0 6px 14.151px -6.531px rgba(0, 0, 0, 0.2), 0 0 1.089px 3.266px rgba(0, 0, 0, 0.05), 0 0 1.089px 1.089px rgba(0, 0, 0, 0.07);
          box-shadow: 0 6px 14.151px -6.531px rgba(0, 0, 0, 0.2), 0 0 1.089px 3.266px rgba(0, 0, 0, 0.05), 0 0 1.089px 1.089px rgba(0, 0, 0, 0.07);
  font-size: 16px;
  color: #393939;
}
.audio .wrapper .bottom .btn_play:after {
  content: "";
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  border-radius: 12px;
  left: 0;
}
.audio .wrapper .bottom .btn_play .inner {
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#FEFEFE)), #FFF;
  background: linear-gradient(180deg, #F4F4F4 0%, #FEFEFE 100%), #FFF;
  border-radius: 12px;
  padding: 8px 24px 8px 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  display: block;
  line-height: 28px;
}
.audio .wrapper .bottom .btn_play .inner:before {
  content: "";
  position: absolute;
  background: url(images/play_btn.svg) no-repeat center center;
  width: 52px;
  height: 55px;
  left: -3px;
  top: -2px;
  display: block;
}

.result {
  background: url(images/result.png) no-repeat center center;
  height: 629px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 0 0;
  margin: 0 0 53px;
}
@media (max-width: 1440px) {
  .result {
    padding: 0 50px;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .result {
    padding: 0 20px;
    height: 500px;
  }
}
@media (max-width: 500px) {
  .result {
    height: 450px;
  }
}
.result h2 {
  text-align: center;
  font-size: 64px;
  color: #fff;
  max-width: 943px;
  margin: 0;
}
@media (max-width: 768px) {
  .result h2 {
    font-size: 50px;
  }
}
@media (max-width: 500px) {
  .result h2 {
    font-size: 45px;
  }
}

.benefits {
  position: relative;
  margin-bottom: 104px;
  text-align: center;
}
@media (max-width: 1440px) {
  .benefits {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .benefits {
    padding: 0 20px;
  }
}
.benefits h2 {
  text-align: center;
  font-size: 56px;
  margin: 0 auto 11px;
  max-width: 900px;
}
@media (max-width: 500px) {
  .benefits h2 {
    font-size: 45px;
  }
}
.benefits h5 {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  background: radial-gradient(70.26% 335.09% at 46.7% 0%, #393E50 0%, #0095FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "PassionSansP", serif;
  margin: 0 0 2px;
  padding-bottom: 10px;
}
.benefits .text {
  max-width: 820px;
  margin: 0 auto 38px;
  text-align: center;
  line-height: 24px;
  font-weight: 300;
}
.benefits .text p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.benefits .blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.benefits .blocks .block {
  max-width: 439px;
  width: 100%;
  border-radius: 18px;
  padding: 6px;
  position: relative;
  -webkit-box-shadow: 0 6px 14.151px -6.531px rgba(0, 0, 0, 0.2), 0 0 1.089px 3.266px rgba(0, 0, 0, 0.05), 0 0 1.089px 1.089px rgba(0, 0, 0, 0.07);
          box-shadow: 0 6px 14.151px -6.531px rgba(0, 0, 0, 0.2), 0 0 1.089px 3.266px rgba(0, 0, 0, 0.05), 0 0 1.089px 1.089px rgba(0, 0, 0, 0.07);
}
@media (max-width: 768px) {
  .benefits .blocks .block.desktop {
    display: none;
  }
}
@media (max-width: 1024px) {
  .benefits .blocks .block {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .benefits .blocks .block {
    width: 100%;
  }
}
.benefits .blocks .block:after {
  content: "";
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  border-radius: 18px;
  left: 0;
}
.benefits .blocks .block .wrap {
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#FEFEFE)), #FFF;
  background: linear-gradient(180deg, #F4F4F4 0%, #FEFEFE 100%), #FFF;
  border-radius: 18px;
  padding: 24px 30px 15px;
  min-height: 136px;
}
.benefits .blocks .block h3 {
  color: #FFF;
  font-family: "PassionSansP", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  background: radial-gradient(36.34% 157.92% at 54.64% 13.26%, #393939 0%, #0095FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 9px;
  text-align: center;
  width: 100%;
}
.benefits .blocks .block .text_wrap {
  text-align: center;
  line-height: 24px;
  font-weight: 300;
  max-width: 300px;
  margin: 0 auto;
}
.benefits .blocks .block .text_wrap p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.biological {
  background: url(images/biological.png) no-repeat center center;
  background-size: cover;
  border-radius: 32px;
  overflow: hidden;
  max-width: 1329px;
  text-align: left;
  margin: 0 auto 110px;
  padding: 55px 0 49px 54px;
}
@media (max-width: 1440px) {
  .biological {
    margin: 0 16px 110px;
    width: calc(100% - 32px);
  }
}
@media (max-width: 768px) {
  .biological {
    margin: 0 0 70px;
    width: 100%;
    background-image: url(images/biological_mobile.png);
    background-position: center bottom;
    border-radius: 0;
    padding: 55px 20px 649px 20px;
  }
}
.biological h2 {
  text-align: left;
  font-size: 56px;
  margin: 0 0 12px;
  color: #fff;
  max-width: 563px;
}
@media (max-width: 500px) {
  .biological h2 {
    font-size: 45px;
  }
}
.biological .text {
  line-height: 24px;
  font-weight: 300;
  max-width: 570px;
  color: #fff;
  margin-bottom: 12px;
}
.biological .text p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #fff;
}
.biological .vector {
  background: url(images/vector.svg) no-repeat right center;
  width: 100%;
  max-width: 563px;
  height: 40px;
  margin-bottom: 11px;
}
.biological h5 {
  font-family: "Poppins", "Helvetica", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
  max-width: 563px;
  margin: 0 0 15px;
}
.biological ul {
  list-style-type: none;
  margin: 0 0 7px;
  padding: 0;
}
.biological ul li {
  background: url(images/star_2.svg) no-repeat 1px 0px;
  padding: 1px 0 0 31px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #fff;
  margin-bottom: 18px;
}
.biological ul li:last-child {
  margin-bottom: 0;
}
.biological .btn_wrap {
  padding-top: 4px;
}
.biological .btn_wrap a {
  display: inline-block;
  padding: 12px 26px 12px 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-radius: 12px;
  border: 6px solid rgba(255, 255, 255, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#FEFEFE)), #FFF;
  background: linear-gradient(180deg, #F4F4F4 0%, #FEFEFE 100%), #FFF;
  -webkit-box-shadow: 0 6px 14.151px -6.531px rgba(0, 0, 0, 0.2), 0 0 1.089px 3.266px rgba(0, 0, 0, 0.05), 0 0 1.089px 1.089px rgba(0, 0, 0, 0.07);
          box-shadow: 0 6px 14.151px -6.531px rgba(0, 0, 0, 0.2), 0 0 1.089px 3.266px rgba(0, 0, 0, 0.05), 0 0 1.089px 1.089px rgba(0, 0, 0, 0.07);
  color: #393939;
  text-align: center;
  font-family: "PassionSansP", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
}
.biological .btn_wrap a:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(images/arrow_2.svg) no-repeat center center;
  vertical-align: top;
  display: inline-block;
  margin-left: 5px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.testimonials {
  position: relative;
  margin-bottom: 86px;
  text-align: center;
}
@media (max-width: 1440px) {
  .testimonials {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .testimonials {
    padding: 0 20px;
  }
}
.testimonials h2 {
  text-align: center;
  font-size: 56px;
  margin: 0 auto 25px;
}
@media (max-width: 500px) {
  .testimonials h2 {
    font-size: 45px;
  }
}
.testimonials .swiper {
  max-width: 1329px;
}
.testimonials .swiper .swiper-slide {
  text-align: left;
  padding-bottom: 32px;
}
.testimonials .swiper .swiper-slide .review {
  padding: 55px 0 0 0;
  background: url(images/rev.svg) no-repeat 0 0;
  color: #393939;
  font-family: "Poppins", "Helvetica", sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.45px;
  text-align: left;
  margin: 0 0 24px;
}
.testimonials .swiper .swiper-slide .review p {
  font-size: 15px;
  line-height: 150%;
}
.testimonials .swiper .swiper-slide .name {
  padding: 53px 0 0 0;
  background: url(images/testi.svg) no-repeat 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  gap: 12px;
}
.testimonials .swiper .swiper-slide .name img {
  max-width: 45px;
  height: auto;
}
.testimonials .swiper .swiper-slide .name span {
  color: #393939;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.48px;
}
.testimonials .swiper .nav_wrap {
  position: relative;
  height: 24px;
}
.testimonials .swiper .nav_wrap .swiper-button-next,
.testimonials .swiper .nav_wrap .swiper-button-prev {
  width: 24px;
  height: 24px;
  background: url(images/swiper_arrow.svg) no-repeat center center;
  border: 0;
  border-radius: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.testimonials .swiper .nav_wrap .swiper-button-next:after,
.testimonials .swiper .nav_wrap .swiper-button-prev:after {
  display: none;
}
.testimonials .swiper .nav_wrap .swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 0;
  right: auto;
}
.testimonials .swiper .nav_wrap .swiper-button-next.disabled,
.testimonials .swiper .nav_wrap .swiper-button-prev.disabled {
  opacity: 0.3;
}
.testimonials .swiper .swiper-scrollbar {
  width: calc(100% - 48px - 48px);
  left: 48px;
  height: 2px;
  bottom: 12px;
  background: none;
}
.testimonials .swiper .swiper-scrollbar:before {
  content: "";
  background: rgba(57, 57, 57, 0.1);
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  z-index: 1;
}
.testimonials .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  z-index: 2;
  background: #393939;
  height: 4px;
  top: -1px;
  border-radius: 0;
}

.certificates {
  position: relative;
  margin-bottom: 86px;
  text-align: center;
}
@media (max-width: 1440px) {
  .certificates {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .certificates {
    padding: 0 20px;
  }
}
.certificates h2 {
  text-align: center;
  font-size: 56px;
  margin: 0 auto 25px;
}
@media (max-width: 500px) {
  .certificates h2 {
    font-size: 45px;
  }
}
.certificates img {
  display: block;
  max-height: 300px;
  margin: 0 auto;
}

.swiper {
  max-width: 1329px;
}
.swiper.mobile_swiper {
  display: none;
}
@media (max-width: 768px) {
  .swiper.mobile_swiper {
    display: block;
  }
}
.swiper.mobile_swiper .nav_wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.swiper .swiper-slide {
  text-align: left;
  padding-bottom: 32px;
}
.swiper .swiper-slide .review {
  padding: 55px 0 0 0;
  background: url(images/rev.svg) no-repeat 0 0;
  color: #393939;
  font-family: "Poppins", "Helvetica", sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.45px;
  text-align: left;
  margin: 0 0 24px;
}
.swiper .swiper-slide .review p {
  font-size: 15px;
  line-height: 150%;
}
.swiper .swiper-slide .name {
  padding: 53px 0 0 0;
  background: url(images/testi.svg) no-repeat 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  gap: 12px;
}
.swiper .swiper-slide .name img {
  max-width: 45px;
  height: auto;
}
.swiper .swiper-slide .name span {
  color: #393939;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.48px;
}
.swiper .nav_wrap {
  position: relative;
  height: 24px;
}
.swiper .nav_wrap .swiper-button-next,
.swiper .nav_wrap .swiper-button-prev {
  width: 24px;
  height: 24px;
  background: url(images/swiper_arrow.svg) no-repeat center center;
  border: 0;
  border-radius: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swiper .nav_wrap .swiper-button-next:after,
.swiper .nav_wrap .swiper-button-prev:after {
  display: none;
}
.swiper .nav_wrap .swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 0;
  right: auto;
}
.swiper .nav_wrap .swiper-button-next.disabled,
.swiper .nav_wrap .swiper-button-prev.disabled {
  opacity: 0.3;
}
.swiper .swiper-scrollbar {
  width: calc(100% - 48px - 48px);
  left: 48px;
  height: 2px;
  bottom: 12px;
  background: none;
}
.swiper .swiper-scrollbar:before {
  content: "";
  background: rgba(57, 57, 57, 0.1);
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  z-index: 1;
}
.swiper .swiper-scrollbar .swiper-scrollbar-drag {
  z-index: 2;
  background: #393939;
  height: 4px;
  top: -1px;
  border-radius: 0;
}

.product_block {
  background: url(images/product_block.png) no-repeat center center;
  background-size: cover;
  border-radius: 32px;
  overflow: hidden;
  max-width: 1329px;
  text-align: left;
  margin: 0 auto 110px;
  padding: 55px 0 49px 54px;
}
@media (max-width: 1440px) {
  .product_block {
    margin: 0 16px 110px;
    width: calc(100% - 32px);
  }
}
@media (max-width: 768px) {
  .product_block {
    margin: 0 0 70px;
    width: 100%;
    background-image: url(images/product_block_mobile.png);
    background-position: center bottom;
    border-radius: 0;
    padding: 55px 20px 649px 20px;
  }
}
.product_block h2 {
  text-align: left;
  font-size: 64px;
  margin: 0 0 11px;
  color: #fff;
  max-width: 563px;
}
@media (max-width: 500px) {
  .product_block h2 {
    font-size: 45px;
  }
}
.product_block .text {
  line-height: 24px;
  font-weight: 300;
  max-width: 570px;
  color: #fff;
  margin-bottom: 8px;
}
.product_block .text p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #fff;
}
.product_block .vector {
  background: url(images/vector.svg) no-repeat right center;
  width: 100%;
  max-width: 563px;
  height: 40px;
  margin-bottom: 7px;
}
.product_block h5 {
  font-family: "Poppins", "Helvetica", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
  max-width: 563px;
  margin: 0 0 15px;
}
.product_block ul {
  list-style-type: none;
  margin: 0 0 21px;
  padding: 0;
}
.product_block ul li {
  background: url(images/star_2.svg) no-repeat 0px 1px;
  padding: 1px 0 0 31px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #fff;
  margin-bottom: 18px;
}
.product_block ul li:last-child {
  margin-bottom: 0;
}
.product_block .btn_wrap {
  padding-top: 4px;
}
.product_block .btn_wrap a {
  display: inline-block;
  padding: 12px 26px 12px 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-radius: 12px;
  border: 6px solid rgba(255, 255, 255, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#FEFEFE)), #FFF;
  background: linear-gradient(180deg, #F4F4F4 0%, #FEFEFE 100%), #FFF;
  -webkit-box-shadow: 0 6px 14.151px -6.531px rgba(0, 0, 0, 0.2), 0 0 1.089px 3.266px rgba(0, 0, 0, 0.05), 0 0 1.089px 1.089px rgba(0, 0, 0, 0.07);
          box-shadow: 0 6px 14.151px -6.531px rgba(0, 0, 0, 0.2), 0 0 1.089px 3.266px rgba(0, 0, 0, 0.05), 0 0 1.089px 1.089px rgba(0, 0, 0, 0.07);
  color: #393939;
  text-align: center;
  font-family: "PassionSansP", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
}
.product_block .btn_wrap a:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(images/arrow_2.svg) no-repeat center center;
  vertical-align: top;
  display: inline-block;
  margin-left: 5px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* header
--------------------------------------------- */
#header {
  padding: 12px 16px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header .logo {
  padding: 0 0 0 38px;
}
@media (max-width: 1440px) {
  #header .logo {
    padding: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 500px) {
  #header .logo {
    max-width: 40%;
    padding-top: 12px;
  }
}
#header .langs {
  text-transform: uppercase;
  padding: 12px 0 0;
}
#header .langs span.cur_lang {
  display: block;
  padding: 0px 27px 0 8px;
  border-bottom: 1px solid #393939;
  position: relative;
  font-size: 15px;
  color: #393939;
  line-height: 24px;
  cursor: pointer;
}
#header .langs span.cur_lang:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(images/arrow_1.svg) no-repeat center center;
  position: absolute;
  top: 4px;
  right: 8px;
}
#header .langs ul.lang {
  display: none;
}
#header .right_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 38px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1440px) {
  #header .right_header {
    padding: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 500px) {
  #header .right_header {
    max-width: 60%;
  }
}
#header .header_btn {
  color: #FFF;
  text-align: center;
  font-family: "Poppins", "Helvetica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), color-stop(94.07%, rgba(255, 255, 255, 0))), radial-gradient(61.06% 325.07% at 49.62% -66.67%, #393E50 0%, #0095FF 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 94.07%), radial-gradient(61.06% 325.07% at 49.62% -66.67%, #393E50 0%, #0095FF 100%);
  border-radius: 8px;
  line-height: 24px;
  padding: 12px 32px 12px;
  margin-left: 32px;
}
@media (max-width: 768px) {
  #header .header_btn {
    display: none;
  }
}

/* Footer
--------------------------------------------- */
footer {
  background: #393939;
  width: 100%;
}
footer .inner {
  max-width: 1440px;
  padding: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  footer .inner {
    display: block;
    padding: 56px 20px;
  }
}
footer .inner .title {
  color: #FFF;
  font-family: "Poppins", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  opacity: 0.4;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  footer .inner .title {
    text-align: center;
  }
}
footer .inner .footer_menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 768px) {
  footer .inner .footer_menu {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
  }
}
footer .inner .footer_menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  footer .inner .footer_menu ul {
    text-align: center;
  }
}
footer .inner .footer_menu ul li {
  margin-bottom: 4px;
}
footer .inner .footer_menu ul li a {
  font-family: "PassionSansP", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.56px;
  color: #fff;
}
footer .inner .footer_right {
  position: relative;
  width: 50%;
  padding-top: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 768px;
}
@media (max-width: 768px) {
  footer .inner .footer_right {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer .inner .footer_right:before {
  content: "";
  background: radial-gradient(70.26% 335.09% at 46.7% 0%, #393E50 0%, #0095FF 100%), radial-gradient(83.08% 360.62% at 57.63% -81.82%, #393939 0%, #399A89 100%), #FFF;
  height: 10px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  footer .inner .footer_right .f_block {
    width: 100%;
  }
}
@media (max-width: 768px) {
  footer .inner .footer_right .contacts {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
footer .inner .footer_right .contacts div {
  margin-bottom: 8px;
}
footer .inner .footer_right .contacts div a {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 768px) {
  footer .inner .footer_right .socials {
    width: 100%;
    text-align: center;
  }
}
footer .inner .footer_right .socials a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
}
footer .inner .bottom_footer {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.4;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 110px;
}
footer .inner .bottom_footer .copy {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
footer .inner .bottom_footer .bottom_menu {
  max-width: 768px;
  width: 50%;
}
@media (max-width: 768px) {
  footer .inner .bottom_footer .bottom_menu {
    width: auto;
    text-align: right;
  }
}
footer .inner .bottom_footer .bottom_menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer .inner .bottom_footer .bottom_menu ul li {
  display: inline-block;
}
footer .inner .bottom_footer .bottom_menu ul li a {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  margin-bottom: 1.5em;
}/*# sourceMappingURL=style.css.map */