@charset "UTF-8";

/* Margin and padding resets
------------------- */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

/* HTML5 display definitions
------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* Links
------------------- */

a {
  background: transparent;
  text-decoration: underline;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

/* Lists
------------------- */

ol,
ul {
  list-style: none;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
------------------- */

img {
  border: 0;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 100%;
}

/* Forms
------------------- */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  outline: none;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* Tables
------------------- */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*GLOBAL STYLE
 _____________*/

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #451d07;
  background: #fff;
}

body.body_hidden {
  overflow: hidden;
  height: 100vh;
}

img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.grid_container_max,
.grid_container {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.grid_container_max {
  max-width: 1190px;
}

a {
  text-decoration: none;
}

.visually-hidden {
  position: fixed;
  -webkit-transform: scale(0);
  transform: scale(0);
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  color: #451d07;
}

input:-webkit-autofill {
  color: #ffffff !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #000;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: inset 0 0 20px 20px #fff;
  box-shadow: inset 0 0 20px 20px #fff;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.box_input {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  margin: 0 0 15px;
}

.box_input input,
.box_input textarea {
  width: 100%;
  min-height: 58px;
  border-radius: 20px;
  border: 1px solid var(--light-purple);
  background: #FFF;
  padding: 0 20px;
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.box_input textarea {
  resize: vertical;
  min-height: 175px;
  outline: none;
}

.box_input .label_title {
  position: absolute;
  top: calc(50% - 9px);
  left: 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #8a91b7;
  pointer-events: none;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.box_input textarea + .label_title {
  top: 15px;
}

.box_input input[type=tel]:focus + .label_title,
.box_input input[type=email]:focus + .label_title,
.box_input input[type=number]:focus + .label_title,
.box_input input[type=password]:focus + .label_title,
.box_input input[type=text]:focus + .label_title,
.box_input select:focus + .label_title,
.box_input textarea:focus + .label_title {
  font-size: 10px;
  top: -5px;
  padding: 0 5px;
  border-radius: 5px;
}

.box_input input[type=tel]:not(:-moz-placeholder-shown) ~ .label_title,
.box_input input[type=email]:not(:-moz-placeholder-shown) ~ .label_title,
.box_input input[type=number]:not(:-moz-placeholder-shown) ~ .label_title,
.box_input input[type=password]:not(:-moz-placeholder-shown) ~ .label_title,
.box_input input[type=text]:not(:-moz-placeholder-shown) ~ .label_title,
.box_input select:not(:-moz-placeholder-shown) ~ .label_title,
.box_input textarea:not(:-moz-placeholder-shown) ~ .label_title {
  top: -5px;
  padding: 0 5px;
  font-size: 10px;
  border-radius: 5px;
}

.box_input input[type=tel]:not(:-ms-input-placeholder) ~ .label_title,
.box_input input[type=email]:not(:-ms-input-placeholder) ~ .label_title,
.box_input input[type=number]:not(:-ms-input-placeholder) ~ .label_title,
.box_input input[type=password]:not(:-ms-input-placeholder) ~ .label_title,
.box_input input[type=text]:not(:-ms-input-placeholder) ~ .label_title,
.box_input select:not(:-ms-input-placeholder) ~ .label_title,
.box_input textarea:not(:-ms-input-placeholder) ~ .label_title {
  top: -5px;
  padding: 0 5px;
  font-size: 10px;
  border-radius: 5px;
}

.box_input input[type=tel]:not(:placeholder-shown) ~ .label_title,
.box_input input[type=email]:not(:placeholder-shown) ~ .label_title,
.box_input input[type=number]:not(:placeholder-shown) ~ .label_title,
.box_input input[type=password]:not(:placeholder-shown) ~ .label_title,
.box_input input[type=text]:not(:placeholder-shown) ~ .label_title,
.box_input select:not(:placeholder-shown) ~ .label_title,
.box_input textarea:not(:placeholder-shown) ~ .label_title {
  top: -5px;
  padding: 0 5px;
  font-size: 10px;
  border-radius: 5px;
}

.box_input input {
  color: #363636;
  font-size: 16px !important;
}

input::-webkit-input-placeholder {
  color: #9F9F9F;
  font-size: 14px;
}

input::-moz-placeholder {
  color: #9F9F9F;
  font-size: 14px;
}

input:-ms-input-placeholder {
  color: #9F9F9F;
  font-size: 14px;
}

input::-ms-input-placeholder {
  color: #9F9F9F;
  font-size: 14px;
}

input::-webkit-input-placeholder {
  color: #9F9F9F;
  font-size: 14px;
}

input:-ms-input-placeholder {
  color: #9F9F9F;
  font-size: 14px;
}

input::placeholder {
  color: #9F9F9F;
  font-size: 14px;
}

button {
  padding: 0;
  outline: none;
  border: none;
  background: transparent;
}

/*Tenor Sans*/

@font-face {
  font-family: "Tenor Sans";
  src: url("../fonts/TenorSansRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

/*RobotoRegular*/

@font-face {
  font-family: "Roboto";
  src: url("../fonts/RobotoRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/RobotoMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}

/*Geist*/

@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}

.site_btn {
  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;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*video modal*/

/**
 * Simple fade transition,
 */

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* END video modal*/

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

.white-popup {
  position: relative;
  padding: 25px;
  width: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*---------стили для модального окна-----*/

.modal_forms {
  max-width: 465px;
  background: #fff;
  border-radius: 5px;
  padding: 50px 30px;
}

.modal_forms form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.modal_forms .modal_form_head {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #212121;
  display: block;
  margin: 0 0 40px;
}

.modal_forms label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  margin: 0 0 30px;
}

.modal_forms label input,
.modal_forms label textarea {
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  height: 44px;
  padding: 0 20px;
}

.modal_forms label textarea {
  width: 100% !important;
  padding-top: 15px;
  min-height: 75px;
  resize: vertical;
  outline: none;
}

.modal_forms .label_name {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #212121;
  display: block;
  margin: 0 0 10px;
}

.modal_forms .btn_form {
  min-width: 300px;
  height: 50px;
  margin: 0 auto 25px;
}

.modal_forms .checkbox_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #212121;
}

.modal_forms .checkbox_label input {
  height: 20px;
}

.modal_forms .checkbox_label a {
  color: #A316D5;
  text-decoration: underline;
}

.modal_forms {
  /*---чекбокс---*/
}

.modal_forms .control {
  font-family: arial;
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  padding-top: 3px;
  cursor: pointer;
}

.modal_forms .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.modal_forms .control_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #ffffff;
  border: 1.5px solid #747474;
  border-radius: 5px;
}

.modal_forms .control:hover input ~ .control_indicator,
.modal_forms .control input:focus ~ .control_indicator {
  background: #ffffff;
}

.modal_forms .control input:checked ~ .control_indicator {
  background: #ffffff;
}

.modal_forms .control:hover input:not([disabled]):checked ~ .control_indicator,
.modal_forms .control input:checked:focus ~ .control_indicator {
  background: #ffffff;
}

.modal_forms .control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.modal_forms .control_indicator:after {
  -webkit-box-sizing: unset;
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}

.modal_forms .control input:checked ~ .control_indicator:after {
  display: block;
}

.modal_forms .control-checkbox .control_indicator:after {
  left: 7px;
  top: 3px;
  width: 3px;
  height: 8px;
  border: solid #A316D5;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal_forms .control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #7b7b7b;
}

.order_modal {
  max-width: 465px;
  background: #fff;
  border-radius: 5px;
  padding: 50px 30px;
}

.order_modal .order_modal_title {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #A316D5;
  margin: 0 0 25px;
}

.order_modal .order_modal_title .name_products {
  font-size: 18px;
  line-height: 22px;
  color: #212121;
}

.order_modal .order_modal_subtitle {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #212121;
  padding: 0 0 30px;
  border-bottom: 1px solid #E0E0E0;
  margin: 0 0 25px;
}

/*----css модального окна-------*/

.alModal {
  width: 96%;
  max-width: 350px;
  height: auto;
  display: none;
  position: fixed;
  z-index: 100;
  font-family: sans-serif;
  opacity: 0;
  top: 100%;
  left: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

span.alModalClose:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 42%;
}

.alModalClose {
  cursor: pointer;
  width: 20px;
  display: block;
  text-align: center;
  float: right;
  position: absolute;
  top: -25px;
  right: -25px;
  z-index: 101;
  color: #ffffff;
  font-size: 12px;
  height: 20px;
  line-height: 26px;
  font-family: sans-serif;
}

span.alModalClose:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 42%;
  left: 0%;
}

.alModalClose:hover {
  color: #ffffff;
}

.alModal p {
  position: relative;
  display: block;
  text-align: left;
  color: #000;
  margin: 0px;
  font-size: 16px;
  line-height: 1.4;
  padding: 0px 5px;
}

.alModal .thank_ico {
  color: #2F42A9;
  padding: 10px 10px 0;
  font-size: 50px;
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  width: 65px;
  text-align: center;
  height: 65px;
  font-weight: bold;
  vertical-align: middle;
}

.alModal .thank_words {
  display: inline-block;
  color: #333;
  padding-left: 20px;
  line-height: 1.4;
  font-size: 17px;
  width: 73%;
  vertical-align: middle;
}

.overlay {
  z-index: 70;
  position: fixed;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}

.alModalContent {
  padding: 15px 22px;
  background: #fff;
  border-radius: 25px;
}

.alModalContent .alModalInput {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  padding: 12px;
  height: auto;
  width: 100%;
  line-height: 1;
  border-radius: 0px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  color: #333;
}

.alModal .alModalButton {
  font-weight: bold;
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  line-height: 1.4;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  margin-top: 10px;
  padding: 9px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #00f;
  background: #00f;
}

.alModal .alModalButton:hover {
  background: #fff;
  color: #00f;
}

/*-------модалка всплывашка---------*/

.modal_form_box {
  background: url(../../images/frame_back.png) no-repeat;
  border-radius: 5px;
  padding: 45px 40px 35px !important;
  max-width: 790px !important;
  margin: 0 auto !important;
  -webkit-box-shadow: 0 11px 8px -5px rgba(47, 66, 169, 0.6);
  box-shadow: 0 11px 8px -5px rgba(47, 66, 169, 0.6);
}

.modal_form_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal_form {
  width: calc(50% - 11px);
}

.modal_form_tile {
  font-weight: 900;
  font-size: 25px;
  line-height: 31px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  display: block;
  margin: 0 0 15px;
}

.modal_form_subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  display: block;
  margin: 0 0 30px;
}

.modal_form_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 15px;
}

.modal_form_label .form_label_name {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #111111;
  display: block;
  margin: 0 0 7px;
}

.modal_form_label input {
  background: #FFFFFF;
  border: none;
  border-radius: 5px;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.15em;
  color: #000;
  width: 100%;
  height: 40px;
  padding: 0 15px;
}

.modal_form_label input::-webkit-input-placeholder {
  color: #98A1AA;
}

.modal_form_label input::-moz-placeholder {
  color: #98A1AA;
}

.modal_form_label input:-ms-input-placeholder {
  color: #98A1AA;
}

.modal_form_label input::-ms-input-placeholder {
  color: #98A1AA;
}

.modal_form_label input::-webkit-input-placeholder {
  color: #98A1AA;
}

.modal_form_label input:-ms-input-placeholder {
  color: #98A1AA;
}

.modal_form_label input::placeholder {
  color: #98A1AA;
}

.form_btn {
  margin-top: 40px;
  min-width: 100%;
  margin-bottom: 25px;
  border: none;
  outline: none;
}

.modal_form_policy .control {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
}

.modal_form_policy .control a {
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.modal_form_policy .control a:hover {
  color: #e6e6e6;
}

.modal_form_img {
  width: calc(50% - 11px);
}

.modal_form_img img {
  border-radius: 10px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

header::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-filter: blur(100px);
  filter: blur(100px);
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header_scrolled {
  padding: 15px 0;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 10px 0 rgba(82, 102, 172, 0.2);
  box-shadow: 0 2px 10px 0 rgba(82, 102, 172, 0.2);
}

.header_scrolled::after {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  border-radius: 0 0 20px 20px;
}

.header_scrolled .user_profile_photo {
  width: 45px;
  height: 45px;
}

.header_scrolled .user_profile_photo .user_profile__status {
  width: 12px;
  height: 12px;
}

.header_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header_logo {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fdf6f3;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backdrop-filter: blur(300px);
  backdrop-filter: blur(300px);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  height: 55px;
  min-width: 855px;
  padding: 0 40px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header_nav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header_nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_nav ul a {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fdf6f3;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header_nav ul a:hover {
  color: #451d07;
  text-shadow: 0 0 0.3px #451d07;
}

.header_nav_search {
  display: block;
  width: 29px;
  height: 29px;
}

.header_nav_search svg path {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header_nav_search:hover svg path {
  stroke: #451d07;
}

.log_in_header {
  -webkit-backdrop-filter: blur(300px);
  backdrop-filter: blur(300px);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  height: 55px;
  padding: 0 40px;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fdf6f3;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.user_profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user_profile:hover .user_profile_photo {
  background: #f2722b;
}

.user_profile:hover .user_profile__name {
  color: #f2722b;
}

.user_profile__name {
  margin: 0 15px 0 0;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #451d07;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.user_profile_photo {
  width: 55px;
  height: 55px;
  background: #451d07;
  border-radius: 50%;
  padding: 2px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.user_profile_photo img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
  border-radius: 50%;
}

.user_profile_photo .user_profile__status {
  position: absolute;
  right: 1px;
  bottom: 0;
  background: #f18f58;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

/*----*/

.banner {
  min-height: 100vh;
  padding: 190px 0 110px;
  background-size: cover !important;
}

.banner_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.banner_left {
  width: calc(100% - 660px);
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.banner_left .banner_btn {
  margin: 0 0 auto;
}

.banner_title {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  color: #fdf6f3;
  margin: auto 0 55px;
}

.haiku_for_day {
  margin-top: auto;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background: url(../../images/haiku_for_day.png) no-repeat center;
  background-size: cover;
  padding: 35px 45px 30px;
  border-radius: 20px;
  overflow: hidden;
  width: 906px;
  min-height: 188px;
}

.haiku_day_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.haiku_day_left {
  width: 35%;
  padding-right: 30px;
  position: relative;
}

.haiku_day_left::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background: url(../../images/haiku_star.svg) no-repeat center;
  background-size: auto;
  top: 5px;
  right: 50px;
}

.haiku_day {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #fdf6f3;
  display: block;
  margin: 0 0 25px;
}

.haiku_day_title {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  color: #fdf6f3;
}

.haiku_day_right {
  width: calc(65% - 50px);
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.haiku_day_right::before,
.haiku_day_right::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background: url(../../images/haiku_star.svg) no-repeat center;
  background-size: auto;
  top: -15px;
  right: -75px;
}

.haiku_day_right::after {
  top: auto;
  bottom: -10px;
  right: 250px;
}

.haiku_day__text {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  margin: 0 0 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.haiku_day_btn {
  width: 140px;
}

.haiku_day_btn:hover {
  -webkit-backdrop-filter: blur(300px);
  backdrop-filter: blur(300px);
  background: rgba(255, 255, 255, 0.2);
}

.banner_right {
  position: relative;
}

.banner_clipped_svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  margin: auto;
}

.banner_clipped_svg2 {
  position: absolute;
  top: 75px;
  right: 35px;
}

.banner_video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 15px;
  width: 170px;
  height: 99px;
  position: absolute;
  top: 25px;
  left: 25px;
  padding: 10px 20px;
  -webkit-backdrop-filter: blur(27px);
  backdrop-filter: blur(27px);
  background: rgba(136, 132, 108, 0.6);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.banner_video:hover {
  background: rgb(242, 114, 43);
}

.banner_video svg {
  margin: 0 0 25px;
}

.banner_video_name {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fdf6f3;
}

/* Clip */

.svg_clip {
  position: absolute;
  width: 0;
  height: 0;
}

.banner_clipped {
  width: 660px;
  height: 761px;
  background: turquoise url(../../images/creator_back.jpg) no-repeat center;
  background-size: cover;
  -webkit-clip-path: url(#my-clip-path);
  clip-path: url(#my-clip-path);
  position: relative;
}

/*END Clip*/

.m_bottom {
  margin-bottom: 120px;
}

/* recommendation */

.recommendation {
  border-radius: 40px;
  background: #fff;
  margin-top: -40px;
  padding-top: 100px;
}

.title_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 60px;
}

.index_title {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  color: #451d07;
}

.swiper_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  position: relative;
  gap: 10px;
  min-height: 55px;
}

.swiper_button .swiper-button-next,
.swiper_button .swiper-button-prev {
  position: static;
  width: 55px;
  height: 55px;
  border: 1px solid #f2722b;
  border-radius: 50%;
  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;
}

.swiper_button .swiper-button-next::after,
.swiper_button .swiper-button-prev::after {
  display: none;
}

.swiper_button .swiper-button-next svg,
.swiper_button .swiper-button-prev svg {
  width: 16px;
  height: 16px;
}

.swiper_button .swiper-button-next {
  background: #f2722b;
}

.recommendation_slide {
  background: #f7f7f7;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 30px;
}

.recommendation_slide__img {
  display: block;
  position: relative;
  height: 290px;
  border-radius: 0 0 19px 19px;
  margin: 0 0 25px;
  overflow: hidden;
}

.recommendation_slide__img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
}

.slide__img_head {
  position: absolute;
  top: 15px;
  left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding-right: 15px;
}

.slide__favorite {
  width: 33px;
  height: 33px;
  background: #f7f7f7;
  border-radius: 50%;
  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;
}

.slide__favorite svg path {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.slide__favorite:hover svg path {
  fill: #f2722b;
}

.slide__favorite.heart_active svg path {
  fill: #f2722b;
  stroke: #f2722b;
}

.slide__cat {
  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;
  max-width: calc(100% - 43px);
  background: #f7f7f7;
  border-radius: 40px;
  padding: 10px 20px;
  height: 34px;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #451d07;
}

.recommendation_slide__player {
  padding: 0 25px;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide__play {
  width: 44px;
  height: 44px;
  background: #e3814b;
  border-radius: 50%;
  margin: 0 17px 0 0;
  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-left: 3px;
  cursor: pointer;
}

.slide__player_name {
  font-family: "Geist", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #451d07;
  width: calc(100% - 58px);
}

.slide__player_name a {
  color: #451d07;
}

.recommendation_slide__rate_time {
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 12px;
}

.slide__rate {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #451d07;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.slide__time {
  font-family: "Geist", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  color: #451d07;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

/* Плеер карточки */

.slide__play .pause {
  display: none;
}

.slide__play.active .play {
  display: none;
}

.slide__play.active .pause {
  display: block;
}

.audio_player {
  height: 0;
  margin: 0;
  opacity: 0;
  padding: 0 15px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.audio_player .rhap_container {
  background: no-repeat !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.audio_player .rhap_progress-bar {
  background: #E6E6E6;
  height: 2px;
}

.audio_player .rhap_progress-filled {
  background: #E3814B;
}

.audio_player .rhap_progress-indicator {
  display: none;
}

.audio_player .rhap_controls-section,
.audio_player .rhap_time,
.audio_player #rhap_current-time {
  display: none !important;
}

.audio_player.audio_player_active {
  height: 20px;
  margin: 0 0 15px;
  opacity: 1;
}

/* END Плеер карточки */

/*Категории на главной*/

.category_index_wrap {
  background: url(../../images/category_index.jpg) no-repeat center;
  background-size: cover !important;
  padding: 80px 0 100px;
  border-radius: 20px 20px 0 0;
}

.tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  gap: 5px;
  margin: 0 0 90px;
}

.tab_list_item {
  border-radius: 99px;
  padding: 0 29px;
  height: 59px;
  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;
  background: #fff;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #451d07;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tab_list_item:hover,
.react-tabs__tab--selected {
  background: #e3814b;
  color: #fff;
}

.tab_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.tab_category_left {
  width: 50%;
}

.tab_category_left .site_btn {
  border-radius: 73px;
  width: 360px;
  height: 67px;
  -webkit-backdrop-filter: blur(500px);
  backdrop-filter: blur(500px);
  background: rgba(255, 255, 255, 0.2);
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fdf6f3;
}

.tab_category_volume {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fdf6f3;
  display: block;
  margin: 0 0 75px;
}

.tab_category_title {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 110%;
  color: #fdf6f3;
  margin: 0 0 20px;
}

.tab_category_text {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fdf6f3;
  margin: 0 0 60px;
  max-width: 440px;
}

.tab_category_right {
  width: 50%;
  max-width: 630px;
  border-radius: 25px;
  -webkit-backdrop-filter: blur(500px);
  backdrop-filter: blur(500px);
  background: rgba(255, 255, 255, 0.2);
  padding: 40px 50px;
}

.tab_category_right .recommendation_slide__player {
  padding: 0;
  margin: 0 0 30px;
}

.tab_category_right .audio_player_active {
  width: 100%;
  padding: 0;
  margin: 0 0 25px;
}

.tab_category_right .audio_player_active .rhap_progress-container {
  margin: 0;
}

.tab_category_right .slide__play {
  width: 62px;
  height: 62px;
  padding-left: 0;
}

.tab_category_right .slide__play svg {
  width: 23px;
  height: 23px;
  left: 0;
}

.tab_category_right .slide__play .play {
  margin-left: 7px;
}

.tab_category_right .slide__player_name {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
}

.tab_category_name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 33px;
}

.tab_category_play_text {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  max-width: 480px;
  margin: 0 0 35px;
}

.tab_category_rate_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 12px;
}

.tab_category_rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #fff;
}

.tab_category_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
  font-family: "Geist", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  color: #fff;
}

/* Radio */

.radio_paralax {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  margin-top: -40px;
  padding-bottom: 20px;
}

.radio {
  background: -webkit-gradient(linear, left bottom, left top, from(#e3814b), color-stop(33.33%, #ffc868), color-stop(66.67%, #fff7e9), to(#fff));
  background: linear-gradient(360deg, #e3814b 0%, #ffc868 33.33%, #fff7e9 66.67%, #fff 100%);
  padding-top: 125px;
  position: relative;
  z-index: 1;
}

.radio_title {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  color: #451d07;
  margin: 0 0 25px;
}

.radio_text {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #451d07;
  max-width: 370px;
  margin: 0 0 10px;
}

.radio_play {
  width: 667px;
  height: 667px;
  background: rgb(227, 129, 75);
  background: -webkit-gradient(linear, left top, right top, from(rgb(227, 129, 75)), to(rgb(255, 200, 104)));
  background: linear-gradient(90deg, rgb(227, 129, 75) 0%, rgb(255, 200, 104) 100%);
  border-radius: 50%;
  margin: 0 auto -230px;
  position: relative;
  -webkit-transition: margin 0.4s ease-out;
  transition: margin 0.4s ease-out;
}

.radio_play::before,
.radio_play::after {
  position: absolute;
  bottom: -80px;
  left: -50px;
  content: "";
  border-radius: 50%;
  width: 772px;
  height: 772px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 226, 188)), to(rgb(245, 215, 197)));
  background: linear-gradient(90deg, rgb(255, 226, 188) 0%, rgb(245, 215, 197) 100%);
  -webkit-filter: blur(64px);
  filter: blur(64px);
  z-index: -5;
}

.radio_play::before {
  opacity: 0;
}

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinAroundRotate {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes spinAroundRotate {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.radio_play.play {
  margin: 0 auto -175px;
}

.radio_play.play::before {
  -webkit-animation: spinAround 3s linear infinite;
  animation: spinAround 3s linear infinite;
  opacity: 1;
}

.radio_play.play::after {
  -webkit-animation: spinAroundRotate 5s linear infinite;
  animation: spinAroundRotate 5s linear infinite;
}

.radio_play.play .play {
  display: none;
}

.radio_play.play .pause {
  display: block;
}

.radio_play_back {
  position: absolute;
  bottom: calc(50% - 80px);
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  content: "";
  border-radius: 50%;
  width: 772px;
  height: 772px;
  background: rgb(255, 226, 188);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 226, 188)), to(rgb(245, 215, 197)));
  background: linear-gradient(90deg, rgb(255, 226, 188) 0%, rgb(245, 215, 197) 100%);
  -webkit-filter: blur(64.0891723633px);
  filter: blur(64.0891723633px);
  z-index: -5;
}

.radio_play_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 50%;
  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;
  cursor: pointer;
}

.radio_play_wrapper .play {
  margin-left: 10px;
}

.radio_play_wrapper .pause {
  display: none;
}

html.with-fancybox {
  overflow: hidden !important;
}

.fancybox__container {
  z-index: 99999 !important;
}

.header_nav_search .mobail_block {
  display: none;
}

.radio_player {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  padding: 30px 0;
  backdrop-filter: blur(400px);
  -webkit-backdrop-filter: blur(400px);
  backdrop-filter: blur(400px);
  background: rgba(227, 129, 75, 0.4);
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.radio_player .rhap_container {
  max-width: 900px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

.radio_player .rhap_time {
  font-family: "Geist", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #fff;
  min-width: 45px;
}

.radio_player .rhap_progress-indicator {
  background: #E3814B;
  width: 13px;
  height: 13px;
  top: -5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none;
}

.radio_player .rhap_progress-bar {
  background: #fff;
  height: 4px;
  margin: auto;
  width: calc(100% - 10px);
}

.radio_player .rhap_volume-filled,
.radio_player .rhap_progress-filled {
  background: #E3814B;
}

.radio_player .rhap_volume-container svg path,
.radio_player .rhap_main-controls svg path {
  fill: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.radio_player .rhap_volume-container svg:hover path,
.radio_player .rhap_main-controls svg:hover path {
  fill: #f2f2f2;
}

.radio_player .rhap_volume-bar {
  background: #fff;
  height: 3px;
}

.radio_player .rhap_volume-indicator {
  background: #E3814B;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 7px;
  height: 7px;
  top: -2px;
}

.radio_player .collapse_player {
  margin: 0 0 auto auto;
}

.radio_player .rhap_additional-controls {
  gap: 10px;
}

.radio_player_active {
  -webkit-transform: translateY(-170px);
  transform: translateY(-170px);
}

.radio_player_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rhap_main-controls {
  margin-right: 130px;
}

.radio_player_img {
  width: 100px;
  height: 80px;
  margin: 0 20px 0 0;
  border-radius: 10px;
  overflow: hidden;
}

.radio_player_img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
}

.radio_player_cat_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  margin: 0 50px 0 0;
  width: 240px;
}

.radio_player_cat {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 140%;
  color: #fff;
  display: block;
  margin: 0 0 15px;
}

.radio_player_title {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #fff;
}

.radio_star_right,
.radio_star_left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.star_left_1 {
  position: absolute;
  top: 80px;
  left: 85px;
}

.star_left_2 {
  position: absolute;
  top: 375px;
  left: 300px;
}

.star_left_3 {
  position: absolute;
  bottom: -640px;
  left: 145px;
}

.star_right_1 {
  position: absolute;
  top: 100px;
  right: 350px;
}

.star_right_2 {
  position: absolute;
  top: 400px;
  right: 65px;
}

.star_right_3 {
  position: absolute;
  top: 500px;
  right: 385px;
}

/*Инфо блок*/

.radio_star_info {
  position: absolute;
  top: 0;
  right: -100%;
  width: 360px;
  height: calc(100% - 140px);
  z-index: 5;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.radio_star_info:after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: -100%;
  opacity: 0;
  z-index: -5;
  pointer-events: none;
}

.radio_star_info .info_wrapper {
  background: #e3814b;
  padding: 25px 20px;
  width: 100%;
  height: calc(100% - 95px);
}

.radio_star_info.active {
  right: 0;
}

.radio_star_info.active:after {
  right: 0;
  opacity: 1;
}

.radio_info__back_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 40px;
  cursor: pointer;
}

.radio_info__back {
  width: 15px;
  height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.radio_info__name {
  width: calc(100% - 21px);
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #fff;
  text-align: center;
}

.radio_info__text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #fff;
  overflow: auto;
  padding-right: 10px;
  height: calc(100% - 150px);
}

.fixed_radio {
  z-index: 999;
}

.fixed_radio .radio_player_active {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate(0);
  transform: translate(0);
  z-index: 999999;
}

.fixed_radio .radio_player_active .rhap_progress-filled {
  height: 5px;
}

/*scroll*/

.radio_info__text::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
  background-color: #fff;
}

.radio_info__text::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #f2722b;
}

.radio_info__text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-color: #fff;
}

/*END scroll*/

/**/

.popular {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  margin-top: -20px;
  z-index: 31;
  position: relative;
  padding-top: 120px;
  background: #fff;
}

.popular_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 40px 20px;
}

.card_product {
  width: calc(25% - 15px);
}

/*Отзывы*/

.reviews {
  background: url(../../images/reviews_svg.jpg) no-repeat center 10px;
  background-size: cover;
  padding: 80px 0 140px;
}

.reviews .swiper_button .swiper-button-next,
.reviews .swiper_button .swiper-button-prev {
  border: 1px solid #451d07;
}

.reviews .swiper_button .swiper-button-next svg path,
.reviews .swiper_button .swiper-button-prev svg path {
  fill: #451D07;
}

.reviews .swiper_button .swiper-button-next {
  -webkit-backdrop-filter: blur(200px);
  backdrop-filter: blur(200px);
  background: #fff;
  border-color: transparent;
}

.reviews_slide {
  -webkit-backdrop-filter: blur(500px);
  backdrop-filter: blur(500px);
  background: rgba(255, 255, 255, 0.8);
  padding: 40px;
  overflow: hidden;
  border-radius: 20px;
}

.reviews_slide_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 35px;
}

.reviews_slide_photo {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 20px 0 0;
}

.reviews_slide_photo img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
}

.reviews_slide__name_age {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.reviews_slide__name {
  color: #451d07;
  font-family: "Geist", sans-serif;
  font-weight: 500;
  font-size: 18px;
}

.reviews_slide__age {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #451d07;
}

.reviews_slide_text {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #451d07;
  margin: 0 0 30px;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.reviews_slide_text a {
  color: #451d07;
}

.reviews_slide_more {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #451d07;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.reviews_slide_more:hover {
  color: #e3814b;
  text-shadow: 0 0 0.3px #e3814b;
}

/*sertificat*/

.sertificates {
  border-radius: 20px 20px 0 0;
  margin-top: -20px;
  z-index: 5;
  position: relative;
  padding-top: 120px;
  background: #fff;
}

.sertificates_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 35px;
}

.sertificate_item {
  width: calc(20% - 28px);
  height: 355px;
}

.sertificate_item img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: center;
  object-position: center;
  height: 100%;
}

/*application*/

.application_wrapper {
  background: linear-gradient(43deg, #e3814b 0%, #fbd074 100%);
  background: url(../../images/application_back2.svg) no-repeat center;
  background-size: cover;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.application_left {
  width: calc(50% - 200px);
  padding: 70px 0 30px 120px;
}

.application_title {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 110%;
  color: #fdf6f3;
  margin: 0 0 30px;
}

.application_text {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fdf6f3;
  display: block;
  max-width: 330px;
}

.application_center {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 345px;
  margin-top: auto;
}

.application_center img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: bottom;
  object-position: bottom;
  height: 100%;
}

.application_right {
  width: calc(50% - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px 10px;
  padding: 130px 0 90px;
}

.application_item {
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.application_item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.application_item::before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(183, 42, 84, 0.1) 0, rgba(255, 255, 255, 0) 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.application_item:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

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

.meditate_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.meditate_left {
  width: calc(50% - 217px);
  height: 652px;
  position: relative;
}

.meditate_left .meditate_item:nth-child(1) {
  position: absolute;
  top: 0;
  right: 18%;
}

.meditate_left .meditate_item:nth-child(2) {
  position: absolute;
  top: 25%;
  left: 0;
}

.meditate_left .meditate_item:nth-child(3) {
  position: absolute;
  top: 45%;
  right: 30%;
}

.meditate_left .meditate_item:nth-child(4) {
  position: absolute;
  bottom: 5%;
  right: 65%;
}

@-webkit-keyframes levitate {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }

  100% {
    -webkit-transform: translateY(10px) translateX(-5px);
    transform: translateY(10px) translateX(-5px);
  }
}

@keyframes levitate {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }

  100% {
    -webkit-transform: translateY(10px) translateX(-5px);
    transform: translateY(10px) translateX(-5px);
  }
}

.person_therapy__item,
.meditate_item {
  width: 100px;
  height: 100px;
  position: relative;
  background: transparent;
}

.person_therapy__item::after,
.meditate_item::after {
  position: absolute;
  content: "";
  top: -3px;
  left: -3px;
  width: 106px;
  height: 106px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 200, 104)), to(rgb(227, 129, 75)));
  background: linear-gradient(90deg, rgb(255, 200, 104) 0%, rgb(227, 129, 75) 100%);
  border-radius: 50%;
  -webkit-filter: blur(6.304019928px);
  filter: blur(6.304019928px);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
  z-index: -1;
}

.person_therapy__item img,
.meditate_item img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
  border-radius: 50%;
}

.meditate_center {
  width: 354px;
  height: 354px;
  position: relative;
  margin: 0 40px;
  border-radius: 50%;
  -webkit-animation: levitate 2s infinite alternate;
  animation: levitate 2s infinite alternate;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.meditate_center::after,
.meditate_center::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
  background: -webkit-gradient(linear, left top, right top, from(rgb(227, 129, 75)), to(rgb(255, 200, 104)));
  background: linear-gradient(90deg, rgb(227, 129, 75) 0%, rgb(255, 200, 104) 100%);
  background: url(../../images/meditate_center.svg) no-repeat center;
  z-index: -1;
}

.meditate_number {
  font-family: "Geist", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  color: #fff;
  display: block;
  margin: 0 0 7px;
}

.meditate_text {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #fff;
}

.meditate_right {
  height: 652px;
  width: calc(50% - 217px);
  position: relative;
}

.meditate_right .meditate_item:nth-child(1) {
  position: absolute;
  top: 0;
  left: 20%;
}

.meditate_right .meditate_item:nth-child(2) {
  position: absolute;
  top: 25%;
  right: 8%;
}

.meditate_right .meditate_item:nth-child(3) {
  position: absolute;
  top: 45%;
  left: 15%;
}

.meditate_right .meditate_item:nth-child(4) {
  position: absolute;
  bottom: 5%;
  left: 53%;
}

.books_head {
  margin: 0 0 80px;
}

.books_head_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: url(../../images/books_head_back.svg) no-repeat center;
  background-size: auto;
}

.books_head_wrapper::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(227, 129, 75);
  background: linear-gradient(203deg, #e3814b 0%, #fccd65 100%);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  z-index: -1;
}

.books_head_left {
  width: 50%;
  padding: 50px 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.books_head_title {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  color: #fff;
  margin: 0 0 35px;
  min-width: 653px;
}

.books_head_author {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.5);
}

.books_head_right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.books_head_right img {
  width: auto;
  margin-top: auto;
}

/***-*****/

.popular_books .samples_load_more {
  width: 100%;
  margin-top: 40px;
}

.popular_books_wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 20px;
}

.popular_books__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  height: auto;
  width: calc(25% - 15px);
  background: #f7f7f7;
  border-radius: 20px;
  padding: 0 50px 25px;
  z-index: 0;
  position: relative;
  overflow: hidden;
}

.popular_books__item:hover .popular_books__author {
  color: #451d07;
  opacity: 0.6;
}

.popular_books__item:hover .popular_books__title {
  color: #fff;
}

.popular_books__item:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 0;
}

.popular_books__item:hover::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 0;
}

.popular_books__item::before {
  z-index: -1;
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  background: url(../../images/books_head_back.svg) no-repeat center;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.popular_books__item::after {
  z-index: -2;
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  background: linear-gradient(203deg, #e3814b 0%, #fccd65 100%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.popular_books__img {
  height: 315px;
  margin: 0 0 15px;
}

.popular_books__img img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: center;
  object-position: center;
  height: 100%;
}

.popular_books__title {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #451d07;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin: 0 0 15px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.popular_books__author {
  margin-top: auto;
  display: block;
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: rgba(0, 0, 0, 0.2);
  margin: 0 0 25px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.play_book {
  background: #fff;
  border-radius: 30px;
  padding: 8px 24px;
  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;
  gap: 8px;
  font-family: "Geist", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  color: #451d07;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.play_book:hover {
  -webkit-box-shadow: 0 2px 10px rgba(82, 102, 172, 0.2);
  box-shadow: 0 2px 10px rgba(82, 102, 172, 0.2);
}

.contacts_page {
  margin: 0 0 120px;
}

.contacts_page_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts_info {
  width: 340px;
  margin-right: auto;
}

.contacts_title {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  color: #451d07;
  margin: 0 0 40px;
}

.contacts_text {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #451d07;
}

.contacts_box {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 60px;
}

.contacts_item {
  width: calc(50% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.contacts_item__title {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #b6b6be;
  margin: 0 0 20px;
}

.contacts_item__link {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #451d07;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.contacts_item__link:hover {
  color: #e3814b;
  text-shadow: 0 0 0.3px #e3814b;
}

.contacts_item__text {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #451d07;
}

.contacts_map_wrapper {
  height: 645px;
}

.contacts_map_wrapper iframe {
  height: 100% !important;
  width: 100% !important;
}

.aboutus_page {
  padding: 225px 0 150px;
  background: url(../../images/aboutus_page.png) no-repeat top;
  background-size: 100%;
  margin: 0 0 50px;
}

.aboutus_page .white_light_border:before {
  background: conic-gradient(rgba(0, 0, 0, 0) 270deg, #e88f50, rgba(0, 0, 0, 0));
}

.aboutus_page .aboutus_video_link {
  background-image: -webkit-gradient(linear, left top, right top, from(#e3814b), color-stop(50%, #ffc868), color-stop(0, #e3814b));
  background-image: linear-gradient(90deg, #e3814b, #ffc868 50%, #e3814b 0);
  color: #fff;
}

.aboutus_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.aboutus_info {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.aboutus_application {
  border-radius: 40px;
  padding: 10px 20px;
  background: #f7f7f7;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #451d07;
  display: block;
  margin: 0 0 75px;
}

.aboutus_title {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  color: #451d07;
  margin: 0 0 30px;
}

.aboutus_title span {
  color: #e3814b;
}

.aboutus_text_info {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #451d07;
  max-width: 510px;
  margin: 0 0 60px;
}

.aboutus_photo {
  width: 50%;
  height: 652px;
  background: url(../../images/aboutus_info.jpg) no-repeat;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
}

.aboutus_photo img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: bottom;
  object-position: bottom;
  height: 100%;
}

/**/

.aboutus_video_title {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 36px;
  text-align: center;
  color: #451d07;
  max-width: 1030px;
  margin: 0 auto 30px;
}

.aboutus_video_title span {
  color: #e3814b;
}

.aboutus_video_text {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #451d07;
  max-width: 600px;
  margin: 0 auto 70px;
}

.aboutus_video {
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}

.aboutus_video .plyr__video-wrapper {
  max-height: 720px;
  width: 100%;
  overflow: hidden;
}

.aboutus_video .plyr__video-wrapper video {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.aboutus_video .plyr::after {
  position: absolute;
  content: "";
  width: 125px;
  height: 125px;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../../images/play_video.svg) no-repeat center;
  background-size: contain;
  pointer-events: none;
  z-index: 5;
}

.aboutus_video .plyr.plyr--playing:after {
  display: none;
}

.aboutus_video .plyr:not(.plyr--playing) .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/************/

.person_therapy {
  padding-top: 200px;
}

.person_therapy_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  z-index: 0;
  position: relative;
}

.person_therapy_right,
.person_therapy_left {
  width: calc(100% - 1154px);
  position: relative;
  top: 200px;
  z-index: 2;
}

.person_therapy_left .therapy1 {
  top: 0;
  left: 55px;
}

.person_therapy_left .therapy2 {
  top: 185px;
  left: 300px;
}

.person_therapy_left .therapy3 {
  top: 415px;
  left: 0px;
}

.person_therapy_left .therapy4 {
  top: 625px;
  left: 350px;
}

.person_therapy__item {
  z-index: 2;
  position: absolute;
}

.person_therapy_center {
  width: 888px;
  height: 888px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

.person_therapy_center::after {
  position: absolute;
  content: "";
  width: 1288px;
  height: 1288px;
  background: url(../../images/therapy_center.svg) no-repeat center;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.person_therapy__subtitle {
  font-family: "Geist", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #fdd5a7;
}

.person_therapy__num {
  font-family: "Geist", sans-serif;
  font-weight: 500;
  font-size: 96px;
  line-height: normal;
  text-align: center;
  color: #fff;
}

.person_therapy__text {
  font-family: "Geist", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fdd5a7;
}

.person_therapy_right .therapy_right1 {
  top: 0;
  right: 55px;
}

.person_therapy_right .therapy_right2 {
  top: 225px;
  right: 290px;
}

.person_therapy_right .therapy_right3 {
  top: 415px;
  right: 0px;
}

.person_therapy_right .therapy_right4 {
  top: 555px;
  right: 330px;
}

.aboutus_main #mouse-parallax-container {
  padding-bottom: 100px;
}

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

.video_slide {
  background: #f7f7f7;
  border-radius: 20px;
  padding-bottom: 25px;
}

.video_slide_poster {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  height: 270px;
  position: relative;
  margin: 0 0 25px;
  z-index: 0;
}

.video_slide_poster a {
  position: absolute;
  width: 100%;
  height: 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;
  top: 0;
  left: 0;
  z-index: 1;
}

.video_slide_poster img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
}

.video_slide__title {
  padding: 0 20px;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #451d07;
  display: block;
  margin: 0 0 10px;
}

.video_slide__desc {
  padding: 0 20px;
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #451d07;
  display: block;
}

/**/

.popup-content {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
}

.popup-arrow {
  color: rgb(255, 255, 255);
}

[role=tooltip].popup-content {
  width: 200px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 3px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 3px;
}

.popup-overlay {
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999 !important;
}

[data-popup=tooltip].popup-overlay {
  background: transparent;
}

.close {
  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;
  border-radius: 50%;
  width: 35px !important;
  height: 35px;
  border: none;
  outline: none;
  color: rgba(159, 159, 159, 0.4);
  font-size: 35px;
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 5;
  cursor: pointer;
}

.close:hover {
  color: #4F4F4F;
}

@-webkit-keyframes anvil {
  0% {
    -webkit-transform: scale(0) translateY(0px);
    transform: scale(0) translateY(0px);
    opacity: 0;
    -webkit-box-shadow: 0 0 0 rgba(241, 241, 241, 0);
    box-shadow: 0 0 0 rgba(241, 241, 241, 0);
  }

  1% {
    -webkit-transform: scale(0.96) translateY(50px);
    transform: scale(0.96) translateY(50px);
    opacity: 0;
    -webkit-box-shadow: 0 0 0 rgba(241, 241, 241, 0);
    box-shadow: 0 0 0 rgba(241, 241, 241, 0);
  }

  100% {
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    opacity: 1;
    -webkit-box-shadow: 0 0 500px rgba(241, 241, 241, 0);
    box-shadow: 0 0 500px rgba(241, 241, 241, 0);
  }
}

@keyframes anvil {
  0% {
    -webkit-transform: scale(0) translateY(0px);
    transform: scale(0) translateY(0px);
    opacity: 0;
    -webkit-box-shadow: 0 0 0 rgba(241, 241, 241, 0);
    box-shadow: 0 0 0 rgba(241, 241, 241, 0);
  }

  1% {
    -webkit-transform: scale(0.96) translateY(50px);
    transform: scale(0.96) translateY(50px);
    opacity: 0;
    -webkit-box-shadow: 0 0 0 rgba(241, 241, 241, 0);
    box-shadow: 0 0 0 rgba(241, 241, 241, 0);
  }

  100% {
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    opacity: 1;
    -webkit-box-shadow: 0 0 500px rgba(241, 241, 241, 0);
    box-shadow: 0 0 500px rgba(241, 241, 241, 0);
  }
}

.popup-content {
  -webkit-animation: anvil 0.5s cubic-bezier(0.38, 0.1, 0.36, 0.9) forwards;
}

/************************
  modal_box
************************/

.modal_box {
  padding: 30px 50px 45px;
  border-radius: 20px;
  background: #FFF;
  overflow-y: auto;
  max-height: 95vh;
}

.modal_box .box_input {
  height: 44px;
}

.modal_box .private_policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  margin: 0 0 20px;
}

.modal_box .private_policy .checkbox_button {
  margin: 0 20px 0 0;
}

.modal_box form,
.modal_box form.modal_form {
  background: #fff;
  z-index: 999;
  position: relative;
}

.modal_box .modal_order .box_input {
  min-height: 44px;
  height: auto;
}

.modal_box .policy_text {
  color: #3C4956;
  font-family: var(--font-family);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.modal_box .policy_text a {
  color: #3c4956;
  padding-left: 5px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.modal_box .policy_text a:hover {
  color: #b9975a;
}

.modal_box::-webkit-scrollbar {
  width: 0;
}

.modal_title {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 28px;
  line-height: 100%;
  color: #1147d0;
  text-align: center;
  display: block;
  margin: 0 0 30px;
}

.modal_form {
  min-width: 300px;
}

.modal_form .site_btn {
  min-width: 320px;
  margin: 30px auto 0;
}

/********************
	modal__fedback
 ******************/

.reviews_feedback_modal.reviews_modal {
  background: #fff;
  width: 50vw;
  min-height: 675px;
  max-height: 90vh;
  max-width: 100%;
  padding-bottom: 30px;
}

.reviews_feedback_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  overflow: auto;
  height: 100%;
  padding-right: 15px;
}

.user_login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 25px;
}

.user_login_name {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #451d07;
  margin-right: 10px;
}

.user_login_photo {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
}

.user_login_photo img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
}

.status_user {
  background: #e3814b;
  position: absolute;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  right: 0;
  bottom: 0;
}

.reviews_feedback__title {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  color: #451d07;
  margin: 0 0 35px;
  margin-left: -2px;
}

.reviews_feedback__cat {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #b0b0b6;
  margin: 0 0 5px;
}

.reviews_feedback__text {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #451d07;
  margin: 0 0 30px;
}

.popup-content .reviews_feedback__form textarea,
.reviews_feedback__form textarea {
  width: 100%;
  border: 1px solid #dedede;
  border-radius: 20px;
  max-width: 820px;
  width: 100%;
  min-height: 250px;
  height: 270px;
  background: rgba(227, 129, 75, 0.05);
  padding: 45px 35px;
  outline: none;
  resize: vertical;
  margin: 0 0 30px;
}

.feedback__btn {
  width: 100%;
  max-width: 820px;
  height: 67px;
  background: #e3814b;
  border-radius: 100px;
  font-family: "Geist", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #fdf6f3;
  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;
}

/********************
	modal__rate
 ******************/

.rate_modal {
  background: #fff;
  border-radius: 20px;
  min-width: inherit;
  max-width: 545px;
  height: 423px;
  padding: 70px;
}

.rate_modal__title {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: #451d07;
  display: block;
  margin: 0 0 100px;
}

.rate_modal_text {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #451d07;
  display: block;
  margin: 0 0 30px;
}

.rate_modal_box {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.rate_modal_box label {
  width: 60px !important;
  height: 53px !important;
  background-size: contain !important;
  margin: 0 20px 0 0 !important;
}

.rate_modal2 {
  padding: 50px 70px;
}

.rate_modal2 button.rate_modal_text {
  margin: 0 auto 0;
}

.rate_modal__title2 {
  margin: 0 0 60px;
}

.rate_modal_box2 {
  margin: 0 0 80px;
  height: 50px;
}

/********************
	delite_card_modal
 ******************/

.delite_card_modal {
  border-radius: 20px;
  width: 520px;
  padding: 40px 30px;
  background: #fff;
}

.modal_title,
.delite_card_modal_title {
  display: block;
  padding: 0 0 20px;
  border-bottom: 1px solid #b6b6be;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  text-align: center;
  color: #451d07;
  margin: 0 0 25px;
  cursor: pointer;
}

.delite_card_modal__number {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #451d07;
  display: block;
  margin: 0 0 25px;
}

.delite_card_modal__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.modal__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 10px;
}

.modal__btn button {
  width: calc(50% - 10px);
  height: 59px;
  font-family: "Geist", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  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;
}

.modal__btn .cancel_btn {
  background-size: 200% 100%;
  background-position: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#e3814b), color-stop(50%, #ffc868), color-stop(0, #e3814b));
  background-image: linear-gradient(90deg, #e3814b, #ffc868 50%, #e3814b 0);
  background-image: #e3814b;
}

.modal__btn .cancel_btn:hover {
  background-position: 0;
  color: #fff;
  text-shadow: 0 0 0.3px #fff;
}

.modal__btn .delite_card__btn {
  border: 1px solid #451d07;
  font-family: "Geist", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #451d07;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.modal__btn .delite_card__btn:hover {
  color: #fff;
}

/********************
	login_modal
 ******************/

.login_modal {
  border: 1px solid #451d07;
  border-radius: 20px;
  padding: 30px;
  max-width: 520px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.login_modal .form_btn {
  margin: 0 0 20px;
}

.login_modal input {
  border: 1px solid #451d07;
  border-radius: 100px;
  width: 460px;
  height: 59px;
  padding: 0 20px;
  max-width: 480px;
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 20px;
}

.login_modal input::-webkit-input-placeholder {
  color: #b6b6be;
}

.login_modal input::-moz-placeholder {
  color: #b6b6be;
}

.login_modal input:-ms-input-placeholder {
  color: #b6b6be;
}

.login_modal input::-ms-input-placeholder {
  color: #b6b6be;
}

.login_modal input::-webkit-input-placeholder {
  color: #b6b6be;
}

.login_modal input:-ms-input-placeholder {
  color: #b6b6be;
}

.login_modal input::placeholder {
  color: #b6b6be;
}

.login_modal_title {
  background-position: 0% 30%;
}

.login_modal__top {
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #451d07;
  margin: 0 0 30px;
  z-index: 0;
}

.login_modal__top button {
  color: #451d07;
  height: 59px;
  border-radius: 100px;
  width: 50%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.login_modal__top button:hover {
  text-shadow: 0 0 0.2px #451d07;
}

.login_modal__top button.active {
  color: #fff;
  z-index: 0;
}

.login_modal__top button.active::after {
  position: absolute;
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -2px;
  background: #e3814b;
  border-radius: 100px;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.login_modal__top button.not_active::after {
  position: absolute;
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  background: #e3814b;
  border-radius: 100px;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.login_modal__top button.not_active::after {
  left: calc(100% + 1px);
}

.login_modal__top button.active_phone {
  color: #fff;
}

.login_modal__top .login_modal_mail {
  border-right: 0;
}

.login_modal__top .login_modal_phone {
  border-left: 0;
}

.login_modal__input textarea,
.login_modal__input input {
  border: 1px solid #451d07;
  border-radius: 100px;
  width: 460px;
  height: 59px;
  padding: 0 20px;
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.login_modal__input textarea::-webkit-input-placeholder,
.login_modal__input input::-webkit-input-placeholder {
  color: #b6b6be;
}

.login_modal__input textarea::-moz-placeholder,
.login_modal__input input::-moz-placeholder {
  color: #b6b6be;
}

.login_modal__input textarea:-ms-input-placeholder,
.login_modal__input input:-ms-input-placeholder {
  color: #b6b6be;
}

.login_modal__input textarea::-ms-input-placeholder,
.login_modal__input input::-ms-input-placeholder {
  color: #b6b6be;
}

.login_modal__input textarea::-webkit-input-placeholder,
.login_modal__input input::-webkit-input-placeholder {
  color: #b6b6be;
}

.login_modal__input textarea:-ms-input-placeholder,
.login_modal__input input:-ms-input-placeholder {
  color: #b6b6be;
}

.login_modal__input textarea::placeholder,
.login_modal__input input::placeholder {
  color: #b6b6be;
}

.login_modal__input textarea {
  height: 150px;
  padding: 25px 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.login_modal_text,
.create_account_text {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding-left: 35px;
  color: #b6b6be;
  opacity: 0.7;
  margin: 0 0 40px;
}

.login_modal_text button,
.create_account_text button {
  color: #451d07;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.login_modal_text button:hover,
.create_account_text button:hover {
  color: #f2722b;
}

.login_social_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 20px;
  margin: 0 0 20px;
}

.login__link {
  border: 1px solid #451d07;
  border-radius: 100px;
  max-width: 480px;
  width: 100%;
  height: 59px;
  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;
  gap: 10px;
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  color: #451d07;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.login__link:hover {
  text-shadow: 0 0 0.2px #451d07;
  border: 1px solid #f2722b;
  background: rgba(227, 129, 75, 0.03);
}

.login_modal_text {
  margin: 0 0 15px;
}

.login_modal_text a {
  color: #b6b6be;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.login_modal_text a:hover {
  color: #451d07;
  text-shadow: 0 0 0.2px #451d07;
  opacity: 1;
}

.step {
  min-width: 460px;
}

.mini_bold,
.password_box__title {
  font-family: "Geist", sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #451d07;
  display: block;
  margin: 0 0 10px;
}

.mini_text,
.password_box__text {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #451d07;
  display: block;
  margin: 0 0 25px;
}

.mini_mini_text,
.remember_password {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #451d07;
  text-align: center;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mini_mini_text:hover,
.remember_password:hover {
  color: #f2722b;
}

.push_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.push_input .push_input_item {
  border: 1px solid #451d07;
  border-radius: 20px;
  width: 70px;
  height: 70px;
  padding: 15px;
  text-align: center;
  font-size: 24px;
}

.user_agreement {
  counter-reset: chapter 0;
}

.user_agreement_title {
  margin: 0 0 35px;
  font-family: "Geist", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #451d07;
}

.user_agreement_box {
  padding: 0 15px 1px;
  margin: 0 0 15px;
}

.user_agreement_item {
  margin: 0 0 15px;
}

.user_agreement_name {
  font-family: "Geist", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #451d07;
  display: block;
  margin: 0 0 10px;
  counter-increment: chapter 1;
}

.user_agreement_name::before {
  padding-left: 5px;
  padding-right: 5px;
  content: counter(chapter) ".";
}

.user_agreement_text {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #451d07;
}

.user_agreement_checkbox {
  border-top: 1px solid #b6b6be;
  padding: 15px 5px 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.user_agreement_checkbox .control {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #451d07;
  padding-top: 0;
}

.user_agreement_checkbox .control_indicator {
  height: 25px;
  width: 25px;
  border: 1px solid #451d07;
}

.user_agreement_checkbox .control-checkbox .control_indicator:after {
  border-color: #e3814b;
}

.user_agreement_checkbox .control-checkbox .control_indicator:after {
  left: 10px;
  top: 4px;
  width: 4px;
  height: 10px;
}

/********************
	history_modal
 ******************/

.history_box {
  overflow: auto;
  height: 90%;
  padding-right: 8px;
}

.history_item {
  background: #fff;
  border-radius: 10px;
  padding: 15px 10px;
  margin: 0 0 15px;
}

.history_item__footer,
.history_item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 10px;
}

.history_item__name {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #451d07;
}

.history_item__date,
.history_item__number,
.history_item__price {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #451d07;
  opacity: 0.7;
}

.history_item__footer {
  margin: 0;
}

.history_box::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
  background-color: #fff;
}

.history_box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #ffc868;
}

.history_box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-color: #fff;
}

/********************
	add_card_modal
 ******************/

.input_form {
  border: 1px solid #451d07;
  border-radius: 100px;
  width: 100%;
  height: 59px;
  margin: 0 0 20px;
  padding: 0 20px;
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.input_form::-webkit-input-placeholder {
  color: #b6b6be;
}

.input_form::-moz-placeholder {
  color: #b6b6be;
}

.input_form:-ms-input-placeholder {
  color: #b6b6be;
}

.input_form::-ms-input-placeholder {
  color: #b6b6be;
}

.input_form::-webkit-input-placeholder {
  color: #b6b6be;
}

.input_form:-ms-input-placeholder {
  color: #b6b6be;
}

.input_form::placeholder {
  color: #b6b6be;
}

.input_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 20px;
}

.input_box .input_form {
  width: calc(50% - 10px);
}

.button_form {
  width: 100%;
  height: 59px;
  font-family: "Geist", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  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;
  background-size: 200% 100%;
  background-position: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#e3814b), color-stop(50%, #ffc868), color-stop(0, #e3814b));
  background-image: linear-gradient(90deg, #e3814b, #ffc868 50%, #e3814b 0);
  background-image: #e3814b;
}

.button_form:hover {
  background-position: 0;
  color: #fff;
  text-shadow: 0 0 0.3px #fff;
}

.popup-content textarea,
.popup-content input {
  border: 1px solid #451d07;
  border-radius: 100px;
  width: 100%;
  max-height: 59px;
  padding: 0 30px;
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.popup-content::-webkit-input-placeholder {
  color: #b6b6be;
}

.popup-content::-moz-placeholder {
  color: #b6b6be;
}

.popup-content:-ms-input-placeholder {
  color: #b6b6be;
}

.popup-content::-ms-input-placeholder {
  color: #b6b6be;
}

.popup-content::-webkit-input-placeholder {
  color: #b6b6be;
}

.popup-content:-ms-input-placeholder {
  color: #b6b6be;
}

.popup-content::placeholder {
  color: #b6b6be;
}

.popup-content textarea {
  border-radius: 20px;
  resize: vertical;
  min-height: 170px;
}

/********************
	ask_question__modal
 ******************/

.ask_question__modal {
  width: 100%;
  max-width: 840px;
  background: #fff;
  border-radius: 20px;
  padding: 45px 35px;
}

.ask_question__modal input {
  height: 59px;
  width: 100%;
  margin: 0 0 20px;
}

.ask_question__modal textarea {
  padding: 20px 30px;
  outline: none;
  width: 100%;
  margin: 0 0 30px;
}

.ask_question_head {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #451d07;
  text-shadow: 0 0 0.3px #451d07;
  text-align: center;
  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-bottom: 20px;
  border-bottom: 1px solid #b6b6be;
  background: url(../../images/delite_card.svg) top left no-repeat;
  margin: 0 0 50px;
  cursor: pointer;
}

.ask_question_form {
  max-width: 700px;
  margin: 0 auto;
}

.ask_question__thema_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 10px 20px;
  margin: 0 0 30px;
  cursor: pointer;
}

.thema_name {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #451d07;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.thema_name:hover {
  color: #f2722b;
}

.ask_question_name {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #451d07;
  display: block;
  margin: 0 0 10px;
}

.ask_question_box_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 10px;
  margin: 0 0 35px;
}

.ask_question_img {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  overflow: hidden;
  background: #d9d9d9;
  position: relative;
}

.ask_question_img:hover .question_img_delete {
  background: #dedede;
  border-radius: 5px;
}

.ask_question_img img {
  width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: center;
  object-position: center;
  height: 100%;
}

.question_img_delete {
  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;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.question_img_delete:hover svg path {
  stroke: red;
}

.ask_question_add {
  background: #451d07;
  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;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.ask_question_add:hover {
  background: #f2722b;
}

.ask_question_add svg {
  margin: auto;
}

.ask_question_add input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.form_btn {
  font-family: Geist, sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #fff;
  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;
  background: #e3814b;
  border-radius: 100px;
  width: 100%;
  max-width: 700px;
  height: 59px;
  margin: 0 auto;
}

.question_sent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0 10px;
}

.question_sent_img {
  margin: 0 0 20px;
}

.proposed_subscription_box {
  background: linear-gradient(132deg, #e3814b 0%, #fccd65 100%);
  border-radius: 20px;
  padding: 15px 0 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 0 30px;
}

.proposed_subscription_left {
  width: 70%;
  padding-top: 15px;
  padding-right: 5px;
}

.subscription_left_name {
  font-family: "Geist", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #fff;
  display: block;
  margin: 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.subscription_sale {
  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;
  background: #fff;
  border-radius: 30px;
  width: 81px;
  height: 38px;
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #451d07;
}

.subscription_left_price {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #fff;
}

.proposed_subscription_img {
  width: 30%;
  height: 132px;
  padding-right: 5px;
}

.proposed_subscription_img svg {
  width: 100%;
  height: 100%;
}

.subscription_restore {
  background: rgba(227, 129, 75, 0.1);
  border-radius: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 460px;
}

.subscription_restore .site_btn {
  width: 55%;
}

.subscription_restore_text {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #451d07;
  padding-left: 30px;
}

.site_btn.width_full {
  width: 100%;
}

/********************
	modal__download
 ******************/

.download_modal {
  max-width: 745px;
}

.download_modal__wrapper {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: -webkit-gradient(linear, left top, left bottom, from(#e3814b), to(#fbd074));
  background: linear-gradient(180deg, #e3814b 0%, #fbd074 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.download_modal__wrapper::after {
  position: absolute;
  content: "";
  width: 425px;
  height: 410px;
  background: url(../../images/download_modal.svg) 100% 0 no-repeat;
  background-size: contain;
  top: 0;
  right: -20px;
  z-index: -1;
}

.download_modal__left {
  width: 50%;
  padding: 65px 10px 70px 60px;
}

.download_modal__text {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 110%;
  color: #fdf6f3;
  display: block;
  min-width: 360px;
  margin: 0 0 45px;
}

.download_modal__appl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  max-width: 240px;
  padding: 0;
  gap: 10px;
}

.download_modal__appl .application_item {
  width: calc(50% - 5px);
}

.download_modal__right {
  width: 50%;
  height: 410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: auto;
}

.download_modal__right img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: bottom right;
  object-position: bottom right;
  height: 100%;
  margin-top: auto;
}

/********************
	modal__haiku
 ******************/

.haiku_modal {
  max-width: 675px;
  padding: 35px 0;
  background: url(../../images/haiku_modal.jpg) no-repeat center;
  background-size: cover;
  border-radius: 20px;
}

.haiku_modal__day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #451d07;
  border-bottom: 1px solid #e3d6d6;
  padding: 0 50px 30px;
  margin: 0 0 50px;
}

.haiku_modal__day svg {
  margin: 0 25px 0 0;
}

.haiku_modal__text {
  padding: 0 50px 20px;
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #451d07;
}

/********************
	modal_product
 ******************/

.modal_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 20px;
  margin: 50px 0;
}

.modal_product__img {
  height: 65px;
  width: 110px;
}

.modal_product__img img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: center;
  object-position: center;
  height: 100%;
}

.modal_product__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #121212;
  max-width: 280px;
}

.modal_product__name span:nth-child(2) {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.modal_product__cat {
  font-size: 16px;
  display: block;
  margin: 0 0 5px;
}

.modal_product__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.modal_product__regular {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.04em;
  color: #121212;
}

.modal_product__sale {
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.03em;
  color: rgba(18, 18, 18, 0.6);
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.modal_product__sale::after {
  position: absolute;
  content: "";
  width: 98%;
  height: 1px;
  height: 1px;
  background: #717171;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  top: 50%;
  left: 2%;
}

.reviews_modal {
  border-radius: 20px;
  max-width: 467px;
  height: 604px;
  background: #fff;
  padding: 40px;
}

.reviews_modal .reviews_modal_wrap {
  height: 100%;
}

.reviews_modal .reviews_slide_text {
  display: block;
  overflow: auto;
  height: 82%;
}

.reviews_modal .reviews_slide_text::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
  background-color: #fff;
}

.reviews_modal .reviews_slide_text::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #f2722b;
}

.reviews_modal .reviews_slide_text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-color: #fff;
}

.reviews_feedback_wrap::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
  background-color: #fff;
}

.reviews_feedback_wrap::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #f2722b;
}

.reviews_feedback_wrap::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-color: #fff;
}

/**/

/*1*/

/*Footer*/

footer {
  border-radius: 20px 20px 0 0;
  margin-top: -20px;
  z-index: 5;
  position: relative;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: -webkit-gradient(linear, left top, left bottom, from(#e3814b), to(#fbd074));
  background: linear-gradient(180deg, #e3814b 0%, #fbd074 100%);
  padding-top: 70px;
  padding-bottom: 40px;
}

.footer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin: 0 auto 40px;
}

.footer_left {
  margin: 0 155px 0 0;
  max-width: 210px;
}

.footer_logo {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.1;
  color: #fdf6f3;
  display: block;
  margin: 0 0 45px;
}

.application_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 8px;
}

.application_footer .application_item {
  width: calc(50% - 4px);
}

.footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  gap: 20px 140px;
}

.footer_item li {
  margin: 0 0 15px;
}

.footer_item li a {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fdf6f3;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.footer_item li a:hover {
  color: #451d07;
  text-shadow: 0 0 0.4px #451d07;
}

.footer_contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.call_back {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #fdf6f3;
  display: block;
  margin: 0 0 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.call_back:hover {
  color: #451d07;
  text-shadow: 0 0 0.2px #451d07;
}

.footer_phone {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #fdf6f3;
  margin: 0 0 25px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.footer_phone:hover {
  color: #451d07;
  text-shadow: 0 0 0.2px #451d07;
}

.footer_social_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 6px;
}

.footer_social_link a {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.footer_social_link a svg {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.footer_social_link a:hover svg {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  border-radius: 50%;
}

.footer_social_link .social_share {
  overflow: visible;
}

.footer_social_link .social_share .inoagent {
  top: 2px;
  left: 4px;
}

.page_header::after {
  display: none;
}

.page_header .header_logo {
  color: #451d07;
}

.page_header .header_nav {
  border: 1px solid #451d07;
}

.page_header .header_nav ul a {
  color: #451d07;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.page_header .header_nav ul a:hover {
  color: #e3814b;
  text-shadow: 0 0 0.3px #e3814b;
}

.page_header .header_nav svg path {
  stroke: #451d07;
}

.page_header .log_in_header {
  border: 1px solid #451d07;
  color: #451d07;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.page_header .log_in_header:hover {
  color: #e3814b;
  text-shadow: 0 0 0.3px #e3814b;
}

.page_header.header_scrolled::after {
  display: block;
}

.page_main {
  margin-top: 125px;
}

/*====================*/

.page_head {
  margin: 0 0 40px;
}

.breadcrumb {
  margin: 0 0 40px;
}

.breadcrumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.breadcrumb_list li {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #451d07;
  margin: 0 30px 0 0;
}

.breadcrumb_list li a {
  color: #451d07;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.breadcrumb_list li a:hover {
  color: #e3814b;
  text-shadow: 0 0 0.3px #e3814b;
}

.breadcrumb_list li a::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -23px;
  width: 16px;
  height: 16px;
  background: url(../../images/breadcrumb.svg) no-repeat center;
}

.page_title {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  color: #451d07;
}

.category.active {
  background: #e3814b;
  color: #fff;
}

.recommendation_cat {
  border-radius: 20px 20px 0 0;
  margin: -20px 0 130px;
}

.popular_cat {
  background: url(../../images/popular_cat.svg) no-repeat center;
  background-size: cover;
  padding: 80px 0 100px;
}

.popular_cat .index_title {
  color: #fff;
}

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

.samples_category {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  margin-top: -20px;
  padding-top: 100px;
  z-index: 32;
  position: relative;
  background: #fff;
}

.samples_category .samples_load_more {
  width: 100%;
  margin: 0 0 60px;
}

.samples_sorting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 10px;
}

.samples_wrapper {
  margin: 0 0 40px;
}

/*-----*/

.pagination {
  margin: 30px auto;
}

.pagination_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.page-numbers {
  margin: 0 5px 0 0;
  min-width: 55px;
  height: 55px;
  font-family: "Geist", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #451d07;
  border-radius: 50px;
  overflow: hidden;
  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;
}

.page-numbers span {
  color: #451d07;
}

.page-numbers svg path {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.page-numbers a {
  color: #451d07;
  line-height: normal;
  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;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.page-numbers a:hover,
.page-numbers.current {
  background: #f8e1d5;
  color: #451d07;
}

.prev_page {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 0 30px 0 0;
  border-radius: 0;
  background: none;
}

.prev_page a {
  color: #f8e1d5;
}

.prev_page1:hover,
.prev_page:hover {
  color: #451d07;
  background: none;
}

.prev_page1:hover a,
.prev_page:hover a {
  background: none;
}

.prev_page1:hover svg path,
.prev_page:hover svg path {
  fill: #451d07;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.next_page {
  margin: 0 0 0 30px;
  cursor: pointer;
  border-radius: none;
  background: none;
  color: #451d07;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.next_page1:hover,
.next_page:hover {
  color: #451d07;
  background: none;
}

.next_page1:hover a,
.next_page:hover a {
  background: none;
  text-shadow: 0 0 0.3px #451d07;
}

.recommendation_slide {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.category_box,
.sorting_box,
.filter_box {
  position: fixed;
  bottom: 0;
  right: -100vw;
  height: 100vh;
  z-index: 999999;
}

.category_box .info_wrapper,
.sorting_box .info_wrapper,
.filter_box .info_wrapper {
  height: 100%;
}

.category_box {
  width: 550px;
}

.sorting_box_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 10px;
  overflow: auto;
  height: 100%;
  padding-bottom: 50px;
}

.box_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 10px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.sorting_box_items::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
  background-color: #fff;
}

.sorting_box_items::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #f2722b;
}

.sorting_box_items::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-color: #fff;
}

.sorting_box_name {
  font-family: "Geist", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  display: block;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.sorting_item {
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 8px 24px;
  height: 33px;
  min-width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Geist", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: inherit;
  color: #fff;
  cursor: pointer;
}

.sorting_item svg {
  margin: 0 0 0 8px;
}

.sorting_item input {
  width: 1px;
  height: 1px;
  text-indent: -999999px;
}

.sorting_item.active {
  background: #fff;
  color: #451d07;
}

.sorting_item.active svg path {
  stroke: #451d07;
}

.filter_box .sorting_item {
  min-width: 95px;
  padding: 0 10px;
}

.filter_box .sorting_item svg {
  margin: 0 8px 0 0;
}

.box_items_wrapper {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 10px;
  margin: 0 0 25px;
}

.cat_margin {
  margin-bottom: 30px;
}

/**/

.footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer_bottom_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 15px 40px;
}

.bottom_left_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 20px 40px;
}

.footer_link {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.footer_link:hover {
  color: #fff;
}

.footer_bottom_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 5px;
}

.footer_link_mini {
  text-align: right;
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  text-align: right;
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.footer_link_mini:hover {
  color: #fff;
}

/**/

#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  --tw-text-opacity: 1;
  margin: 0 auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  z-index: 30;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}

#header.scrolled {
  -webkit-transform: translateY(calc(-100% - 40px));
  transform: translateY(calc(-100% - 40px));
  padding: 10px 0;
  -webkit-box-shadow: 0 2px 10px 0 rgba(82, 102, 172, 0.2);
  box-shadow: 0 2px 10px 0 rgba(82, 102, 172, 0.2);
}

#header.scrolling-up {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  padding: 10px 0;
  height: auto;
  -webkit-box-shadow: 0 2px 10px 0 rgba(82, 102, 172, 0.2);
  box-shadow: 0 2px 10px 0 rgba(82, 102, 172, 0.2);
}

.tabs_catalog {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
  margin: 0 0 20px;
}

.catalog_nav_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 65px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--temn);
  border: 1px solid var(--temn);
  border-radius: 30px;
  padding: 20px 40px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.catalog_nav_tab:hover {
  background: var(--k-s);
  color: var(--svet);
}

.catalog_nav_tab:last-child {
  margin: 0;
}

.catalog_nav_tab.active {
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  background: var(--k-s);
  color: var(--svet);
}

.catalog_tab {
  overflow: hidden;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.catalog_tab.active {
  display: block;
  height: auto;
  opacity: 1;
}

.humb {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 40px;
  height: 35px;
  overflow: hidden;
  cursor: pointer;
  z-index: 9999;
  overflow: hidden;
}

.humb li {
  list-style: none;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #4386af;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.humb li:nth-of-type(1) {
  top: 20%;
  left: 0;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
  opacity: 1;
}

.humb li:nth-of-type(2) {
  top: 50%;
  left: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.humb li:nth-of-type(3) {
  top: 80%;
  right: 0;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
  opacity: 1;
}

.humb.active li:nth-of-type(1) {
  left: 100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
}

.humb.active li:nth-of-type(2) {
  -webkit-transform: translateY(-50%) rotate(405deg);
  transform: translateY(-50%) rotate(405deg);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.humb.active li:nth-of-type(3) {
  right: 100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
}

.humb li:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4386af;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.humb.active li:nth-of-type(2)::before {
  top: 0;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

@media screen and (min-width: 1200px) {
  .burger {
    display: none;
  }

  .header_scrolled .header_logo {
    font-size: 18px;
  }

  .header_scrolled .header_nav {
    height: 45px;
  }

  .header_scrolled .header_nav ul a {
    font-size: 16px;
  }

  .header_scrolled .log_in_header {
    height: 45px;
    font-size: 16px;
  }

  .mobail_support {
    display: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
  .no_scroll {
    overflow: hidden;
  }

  .nav {
    position: fixed;
    z-index: -98;
    width: 90vw;
    height: 90vh;
    left: 0;
    top: 0;
    pointer-events: none;
  }

  .nav:before,
  .nav:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: var(--fon);
    border-bottom-right-radius: 200%;
    z-index: -1;
    -webkit-transition: border-radius linear 0.8s, width cubic-bezier(0.77, 0, 0.175, 1) 0.6s, height cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
    transition: border-radius linear 0.8s, width cubic-bezier(0.77, 0, 0.175, 1) 0.6s, height cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
  }

  .nav:after {
    background-color: rgb(9, 9, 12);
    background: var(--k-s);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 300%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-box-shadow: 6px 7px 28px 0 rgba(16, 16, 16, 0.3);
    box-shadow: 6px 7px 28px 0 rgba(16, 16, 16, 0.3);
  }

  .nav:before {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  .nav__content {
    visibility: hidden;
    width: 90%;
    padding: 75px 0 0 40px;
    text-align: left;
    overflow: auto;
    height: 100%;
    padding-bottom: 100px;
  }

  .nav__list {
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 2;
  }

  .nav__list-item {
    position: relative;
    display: block;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    opacity: 0;
    overflow: hidden;
    -webkit-transform: translate(30px, 0%);
    transform: translate(30px, 0%);
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  }

  .nav__list-item a {
    color: red;
  }

  /**/

  .header_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
  }

  .header_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
  }

  body.nav-active .nav__content {
    visibility: visible;
  }

  body.nav-active .nav {
    visibility: visible;
    pointer-events: all;
  }

  body.nav-active .nav:before,
  body.nav-active .nav:after {
    width: 100%;
    height: 100%;
    border-radius: 15px;
  }

  body.nav-active .nav:after {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }

  body.nav-active .nav:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }

  body.nav-active .nav__list-item {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: opacity 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
  }

  body.nav-active .nav__list-item:nth-child(0) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }

  body.nav-active .nav__list-item:nth-child(1) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }

  body.nav-active .nav__list-item:nth-child(2) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }

  body.nav-active .nav__list-item:nth-child(3) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }

  body.nav-active .nav__list-item:nth-child(4) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
  }

  body.nav-active .nav__list-item:nth-child(5) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }

  body.nav-active .nav__list-item:nth-child(6) {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
  }

  body.nav-active .nav__list-item:nth-child(7) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
  }

  body.nav-active .nav__list-item:nth-child(8) {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }

  body.nav-active .nav__list-item:nth-child(9) {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
  }

  body.nav-active .nav__list-item:nth-child(10) {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s;
  }

  body.nav-active .nav__list-item:nth-child(11) {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
  }
}

@media screen and (min-width: 320px) and (max-width: 1200px) {
  html,
  body {
    overflow-x: hidden;
  }

  .grid_container {
    padding: 0 5vw;
  }

  header {
    padding: 15px 0;
    z-index: 999;
  }

  .header_scrolled:after {
    backdrop-filter: blur(325px);
    -webkit-backdrop-filter: blur(325px);
  }

  .header_logo {
    font-size: 16px;
  }

  .log_in_header {
    width: 40px;
    height: 40px;
    font-size: 0;
    padding: 0;
    background: url(../../images/sign_in.svg) no-repeat center rgba(255, 255, 255, 0.2);
    margin-left: auto;
  }

  .banner {
    padding: 100px 0 35px;
  }

  .banner_left {
    width: 100%;
    padding: 0;
    margin: 0 0 35px;
  }

  .banner_title {
    font-size: 36px;
    margin: 0 0 25px;
  }

  .banner_left .banner_btn {
    height: 55px;
    width: 270px;
    font-size: 14px;
    padding: 15px 5px 15px 15px;
    margin: 0 0 25px;
  }

  .haiku_for_day {
    width: 100%;
    padding: 15px;
  }

  .haiku_day_title {
    font-size: 32px;
  }

  .haiku_day_left {
    width: 100%;
    margin: 0 0 15px;
  }

  .haiku_day {
    margin: 0 0 10px;
  }

  .haiku_day_title br {
    display: none;
  }

  .banner_right,
  .haiku_day_right {
    width: 100%;
  }

  .banner_clipped {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .banner_clipped img {
    -o-object-fit: scale-down;
    object-fit: scale-down;
    -o-object-position: bottom;
    object-position: bottom;
    height: 100%;
  }

  .haiku_modal__day {
    padding: 0 25px 15px;
    margin: 0 0 25px;
  }

  .haiku_modal__text {
    padding: 0 25px 5px;
    font-size: 14px;
  }

  .popup-content {
    max-width: 90vw;
  }

  .banner_video {
    top: 10px;
    left: 10px;
    width: 130px;
    height: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px;
  }

  .banner_video svg {
    margin: 0;
    width: 25px;
    height: 25px;
  }

  .banner_video .banner_video_name {
    font-size: 10px;
  }

  .banner_clipped_svg {
    left: 15px;
  }

  .banner_clipped_svg2 {
    top: 55px;
    right: 30px;
  }

  .title_head {
    margin: 0 0 25px;
  }

  .index_title {
    font-size: 24px;
  }

  .swiper_button {
    min-height: 30px;
  }

  .swiper_button .swiper-button-next,
  .swiper_button .swiper-button-prev {
    width: 30px;
    height: 30px;
  }

  /*----*/

  .m_bottom {
    margin: 0 0 35px;
  }

  .recommendation {
    padding-top: 25px;
  }

  .recommendation_slide__img {
    height: 230px;
  }

  .slide__cat {
    padding: 0 15px;
  }

  .recommendation_slide__rate_time,
  .recommendation_slide__player {
    padding: 0 15px;
  }

  .recommendation_slide__player {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .slide__play {
    width: 35px;
    height: 35px;
    margin: 0 10px 0 0;
  }

  .slide__player_name {
    width: calc(100% - 45px);
    font-size: 13px;
  }

  /**/

  .category_index_wrap {
    padding: 35px 0;
  }

  .scroll_box {
    overflow: auto;
    margin: 0 0 35px;
    width: 95vw;
  }

  .tab_list {
    margin: 0 25px 0 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .tab_list_item {
    height: 45px;
    padding: 0 20px;
  }

  .tab_category_right,
  .tab_category_left {
    width: 100%;
  }

  .tab_category_title {
    font-size: 26px;
  }

  .tab_category_volume {
    margin: 0 0 10px;
  }

  .tab_category_text {
    margin: 0 0 20px;
    font-size: 14px;
  }

  .tab_category_left .site_btn {
    width: 280px;
    height: 55px;
    margin: 0 0 35px;
  }

  .tab_category_right {
    width: 100%;
    padding: 25px 15px;
    margin: 0 0 40px;
  }

  .tab_category_right .recommendation_slide__player {
    margin: 0 0 25px;
  }

  .tab_category_right .slide__play {
    width: 50px;
    height: 50px;
  }

  .tab_category_right .slide__player_name {
    width: calc(100% - 60px);
    font-size: 18px;
    line-height: 1.3;
  }

  .tab_category_name {
    margin: 0 0 20px;
  }

  .tab_category_play_text {
    font-size: 14px;
    margin: 0 0 15px;
  }

  /*.radio*/

  .radio {
    padding-top: 45px;
    min-height: 400px;
  }

  .radio_paralax {
    z-index: 999;
    position: relative;
  }

  .radio_title {
    font-size: 28px;
    margin: 0 0 15px;
  }

  .radio_text {
    font-size: 14px;
    margin: 0 0 45px;
  }

  .radio_star_left .star_left_1 {
    position: absolute;
    top: 8px;
    left: 25px;
  }

  .radio_star_left .star_left_2 {
    top: 115px;
    left: 100px;
  }

  .radio_star_left .star_left_3 {
    bottom: 200px;
    left: 15px;
  }

  .radio_star_right .star_right_1 {
    top: 160px;
    right: 50px;
  }

  .radio_star_right .star_right_2 {
    top: 45px;
    right: 25px;
  }

  .radio_star_right .star_right_3 {
    top: 240px;
    right: 5px;
  }

  .radio_play {
    width: 265px;
    height: 265px;
    margin: 0 auto -120px;
  }

  .radio_play.play {
    margin: 0 auto -120px;
  }

  .radio_player {
    position: fixed;
    padding: 25px 0 15px;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }

  .radio_player_active {
    bottom: 0;
    z-index: 9999;
  }

  .radio_player_active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /*Плеер*/

  .radio_player_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 15px;
  }

  .radio_player_img {
    width: 65px;
    height: 65px;
    margin: 0;
  }

  .radio_player_cat_wrap {
    width: calc(100% - 80px);
    margin: 0;
  }

  .radio_player_cat {
    margin: 0 0 5px;
  }

  .collapse_player {
    position: absolute;
    top: -15px;
    right: 4vw;
  }

  .rhap_volume-controls,
  .rhap_main-controls {
    margin: 0;
  }

  .rhap_controls-section {
    width: 115px;
    gap: 10px;
  }

  /*-------*/

  .popular {
    padding-top: 35px;
  }

  .popular_wrapper {
    gap: 15px 8px;
  }

  .card_product {
    width: calc(50% - 4px);
  }

  .card_product .recommendation_slide__img {
    height: 120px;
  }

  .card_product .slide__cat {
    display: none;
  }

  .card_product .slide__player_name {
    font-size: 11px;
  }

  .card_product .recommendation_slide__rate_time,
  .card_product .recommendation_slide__player {
    padding: 0 10px;
  }

  .recommendation_slide {
    padding-bottom: 20px;
  }

  .slide__rate,
  .slide__time {
    font-size: 13px;
  }

  .slide__play.active {
    padding: 0;
  }

  .reviews .swiper,
  .recommendation .swiper {
    width: 95vw;
    padding-right: 25px;
  }

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

  .reviews {
    padding: 35px 0 60px;
  }

  .reviews_slide {
    padding: 35px 25px;
  }

  .reviews_modal {
    padding: 35px 25px;
  }

  .reviews_slide_head {
    margin: 0 0 25px;
  }

  .reviews_slide_text {
    margin: 0 0 20px;
  }

  /**/

  .sertificates {
    padding-top: 35px;
    margin-top: -20px;
  }

  .sertificates_wrapper {
    gap: 15px 9px;
  }

  .sertificate_item {
    width: calc(33.33% - 6px);
    height: auto;
  }

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

  .application_title {
    font-size: 30px;
    margin: 0 0 20px;
  }

  .application_left {
    width: 100%;
    padding: 25px 0 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin: 0 0 35px;
  }

  .application_center {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    height: auto;
    margin-top: -35px;
  }

  .application_right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    padding: 0;
    margin: 0 0 25px;
  }

  .application_right .application_item {
    width: calc(50% - 5px);
  }

  /**/

  .meditate {
    margin-bottom: 45px;
  }

  .meditate_right,
  .meditate_left {
    width: 100%;
    height: 350px;
  }

  .meditate_left .meditate_item:first-child {
    top: 0;
    right: 10%;
  }

  .meditate_left .meditate_item:nth-child(2) {
    top: 15%;
    left: 15%;
  }

  .meditate_left .meditate_item:nth-child(3) {
    top: 45%;
    right: 24%;
  }

  .meditate_left .meditate_item:nth-child(4) {
    bottom: 10%;
    right: 70%;
  }

  .meditate_center {
    width: 235px;
    height: 234px;
    margin: 0 auto 55px;
  }

  .meditate_right .meditate_item:first-child {
    top: 10px;
    left: 10%;
  }

  .meditate_right .meditate_item:nth-child(2) {
    top: 20%;
    right: 5%;
  }

  .meditate_right .meditate_item:nth-child(3) {
    top: 55%;
    left: 5%;
  }

  .meditate_right .meditate_item:nth-child(4) {
    bottom: 3%;
    left: 55%;
  }

  /*---Категория-----*/

  .page_header .log_in_header {
    background: rgba(255, 255, 255, 0.2) url(../../images/sign_in_black.svg) center no-repeat;
  }

  .page_header .burger {
    border: 1px solid #451d07;
  }

  .page_header .humb li {
    background: #451d07;
  }

  .page_header .header_nav {
    border: none;
  }

  .page_header .header_nav_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 5px;
  }

  .page_header .header_nav_search .mobail_block {
    display: block;
    line-height: normal;
  }

  .page_main {
    margin-top: 100px;
  }

  .breadcrumb {
    margin: 0 0 30px;
  }

  .page_head {
    margin: 0 0 25px;
  }

  .page_title {
    font-size: 28px;
  }

  .recommendation_cat {
    margin: 0 0 55px;
  }

  .popular_cat {
    padding-bottom: 65px;
  }

  .samples_category {
    padding-top: 35px;
    margin-top: -20px;
  }

  .samples_category .title_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 20px;
  }

  .samples_category .samples_load_more {
    width: 90%;
    margin: 0 auto;
    height: 55px;
  }

  .next_page,
  .prev_page {
    display: none;
  }

  .page-numbers {
    min-width: 35px;
    height: 35px;
    margin: 0 10px 0 0;
  }

  .category_box {
    max-width: 360px;
  }

  /*карточка трека*/

  .breadcrumb {
    overflow: auto;
  }

  .breadcrumb .breadcrumb_list {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .sample_page_img {
    width: 100%;
    height: auto;
    margin: 0 0 15px;
  }

  .sample_page_info {
    width: 100%;
  }

  .sample_page__cat {
    padding-bottom: 8px;
    font-size: 16px;
  }

  .sample_page__title {
    font-size: 24px;
    line-height: 1.3;
    margin: 0 0 25px;
  }

  .sample_page__mini_desc {
    font-size: 14px;
    margin: 0 0 15px;
  }

  .sample_page__rate {
    padding: 0;
    margin: 0 0 20px;
  }

  .sample_page__play_fav {
    margin: 0 0 35px;
  }

  .sample_page__play_btn.site_btn {
    height: 57px;
    width: 220px;
    padding-right: 10px;
  }

  .sample_page__fav {
    width: 57px;
    height: 57px;
  }

  .sample_page_head {
    margin-bottom: 35px;
  }

  .sample_description_content {
    width: 100%;
    margin: 0 0 25px;
  }

  .content_box h2 {
    font-size: 20px;
    margin: 0 0 15px;
  }

  .content_box p {
    font-size: 14px;
  }

  .sample_description_content .content_box {
    margin: 0 0 45px;
  }

  .reviews_feedback_modal.reviews_modal {
    width: 100%;
    padding: 40px 15px 25px;
  }

  .reviews_feedback_wrap {
    width: 100%;
  }

  .reviews_feedback__title {
    font-size: 22px;
    margin: 0 0 20px;
  }

  .reviews_feedback__form textarea {
    padding: 15px;
    font-size: 15px;
  }

  .samples_load_more,
  .feedback__btn {
    height: 45px;
  }

  .reviews_sample .reviews_sample_num {
    font-size: 16px;
  }

  .reviews_sample .reviews_item__user {
    width: calc(100% - 100px);
  }

  .sample_description_rate {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
  }

  .rate_modal {
    padding: 45px 15px 35px;
    height: auto;
  }

  .rate_modal__title {
    font-size: 20px;
    margin: 0 0 35px;
  }

  .rate_modal_box {
    margin: 0 auto;
    height: 50px;
  }

  .rate_modal_box label {
    width: 30px !important;
    height: 30px !important;
    background-size: contain !important;
    margin: 0 10px 0 0 !important;
  }

  .sample__kod_application {
    padding: 30px 20px;
    margin: 0 0 25px;
  }

  .sample__kod {
    margin: auto;
    display: none;
  }

  .sample__application {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 10px;
  }

  .sample__application .application_item {
    width: calc(50% - 5px);
  }

  .sample_description {
    margin-bottom: 15px;
  }

  /* новости */

  .news_banner {
    width: 100%;
    height: auto;
    margin: 0 0 25px;
  }

  .news_banner_left {
    width: 100%;
    padding: 25px 15px;
    margin: 0 0 5px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .news_banner__title {
    font-size: 26px;
  }

  .news_banner__text {
    font-size: 14px;
  }

  .news_banner__btn {
    height: 55px;
    width: 270px;
    font-size: 14px;
    padding: 15px 5px 15px 15px;
    margin: 0 0 25px;
  }

  .news_banner_right {
    width: 100%;
    height: 180px;
  }

  .news_book {
    width: 100%;
    height: 195px;
  }

  .news_book_info {
    padding: 15px;
  }

  .news_book_title {
    font-size: 16px;
  }

  .news_book_text {
    font-size: 12px;
    line-height: 1.4;
  }

  .news_catalog_wrapper {
    gap: 15px 8px;
  }

  .news_catalog_item {
    width: calc(50% - 4px);
  }

  .news_catalog__img {
    height: 130px;
  }

  .news_catalog__img .slide__cat {
    top: 8px;
    left: 8px;
    padding: 5px 10px;
    font-size: 10px;
    height: auto;
  }

  .news_catalog__title {
    padding: 0 10px;
    font-size: 14px;
    margin: 0 0 15px;
  }

  .news_catalog__text {
    padding: 0 10px;
    font-size: 12px;
    line-height: 1.4;
    margin: 0 0 10px;
  }

  .news_catalog__more {
    padding: 0 10px;
    font-size: 12px;
    line-height: 1.4;
  }

  .collections_tracks_slide .tracks_slide_title {
    font-size: 12px;
    min-height: 40px;
  }

  .collections_tracks_slide {
    height: 160px;
  }

  .application_news {
    margin-bottom: 55px;
  }

  /* страница новости */

  .news_page {
    padding: 35px 0 75px;
  }

  .news_page_wrapper {
    min-height: 250px;
  }

  .news_page_category {
    margin: 0 0 55px;
  }

  .news_category {
    padding: 0 15px;
  }

  .news_page_title {
    font-size: 26px;
  }

  .news_page_text {
    font-size: 14px;
  }

  .news_content {
    margin-top: -20px;
    padding-top: 40px;
  }

  .news_content__left {
    width: 100%;
    margin: 0 0 25px;
  }

  .news_content_box h2 {
    font-size: 20px;
    margin: 0 0 20px;
  }

  .news_content_box p {
    font-size: 14px;
  }

  .content__left__social {
    width: 100%;
  }

  .content__left_bottom {
    margin-top: 40px;
    padding-top: 20px;
    gap: 15px;
  }

  .content__left_bottom .social_title {
    margin-right: auto;
    line-height: normal;
  }

  .right_gray {
    padding: 25px 15px;
  }

  .news_anchor {
    font-size: 20px;
  }

  .news_sticky .content__left__social {
    display: none;
  }

  .news_catalog_link {
    font-size: 12px;
    line-height: normal;
  }

  .news_catalog_page {
    margin-bottom: 65px;
  }

  /* Страница колекции*/

  .track_reviews .card_product {
    width: 100%;
    max-width: 400px;
    margin: 0 0 25px;
  }

  .track_reviews .track_reviews__right {
    width: 100%;
  }

  .collection_track_info {
    padding: 35px 15px;
  }

  .track_reviews .card_product .recommendation_slide__img {
    height: 175px;
  }

  /*о нас*/

  .aboutus_page {
    padding: 100px 0 0;
  }

  .aboutus_info {
    width: 100%;
  }

  .aboutus_application {
    margin: 0 0 25px;
  }

  .aboutus_title {
    font-size: 28px;
    margin: 0 0 20px;
  }

  .aboutus_text_info {
    font-size: 14px;
    margin: 0 0 30px;
  }

  .aboutus_video .plyr__video-wrapper {
    max-height: 320px;
  }

  .aboutus_photo {
    width: 100%;
    height: auto;
  }

  .aboutus_video_title {
    font-size: 28px;
    margin: 0 0 35px;
  }

  .aboutus_video_text {
    margin: 0 auto 35px;
  }

  .aboutus_video .plyr:after {
    width: 35%;
    height: 35px;
  }

  .person_therapy_right,
  .person_therapy_left {
    width: 100%;
    min-height: 250px;
    margin: 0 0 35px;
    top: 0;
  }

  .person_therapy {
    padding-top: 45px;
  }

  .person_therapy_left .therapy1 {
    top: 0;
    left: 80px;
  }

  .person_therapy_left .therapy2 {
    top: 60px;
    right: 25px;
    left: auto;
  }

  .person_therapy_left .therapy3 {
    top: 125px;
    left: 10px;
  }

  .person_therapy_left .therapy4 {
    top: 185px;
    right: 105px;
    left: auto;
  }

  .person_therapy_center {
    width: 100%;
    height: 250px;
    padding: 50px 0;
  }

  .person_therapy_center:after {
    width: 195%;
    height: 195%;
    background-size: contain;
  }

  .person_therapy__text,
  .person_therapy__subtitle {
    font-size: 16px;
  }

  .person_therapy__num {
    font-size: 40px;
  }

  .person_therapy_right .therapy_right2 {
    top: 35px;
    right: auto;
    left: 70px;
  }

  .person_therapy_right .therapy_right3 {
    top: 150px;
    right: auto;
    left: 40px;
  }

  .person_therapy_right .therapy_right4 {
    top: 180px;
    right: 45px;
  }

  .aboutus_main #mouse-parallax-container {
    padding-bottom: 10px;
  }

  .video_slider_box {
    margin-bottom: 55px;
  }

  .video_slide_poster {
    height: 145px;
  }

  .video_slide_poster svg {
    width: 35px;
    height: 35px;
  }

  .video_slide {
    padding-bottom: 20px;
  }

  .video_slide__title {
    font-size: 16px;
    padding: 0 10px;
  }

  .video_slide__desc {
    font-size: 14px;
    padding: 0 10px;
  }

  /* Контакты */

  .contacts_info {
    width: 100%;
    margin: 0 0 45px;
  }

  .contacts_title {
    font-size: 26px;
    margin: 0 0 15px;
  }

  .contacts_text {
    font-size: 14px;
  }

  .contacts_box {
    width: 100%;
    gap: 30px;
  }

  .contacts_item {
    width: 100%;
  }

  .contacts_item__link {
    font-size: 24px;
  }

  .contacts_item__text {
    font-size: 16px;
  }

  .contacts_page {
    margin: 0 0 35px;
  }

  .contacts_map {
    margin-bottom: 55px;
  }

  .contacts_map_wrapper {
    height: 245px;
  }

  /*Книги*/

  .books_head_wrapper {
    max-width: 90vw;
    background-size: 85% !important;
  }

  .books_head {
    margin: 0 0 35px;
  }

  .books_head_left {
    width: 100%;
    padding: 25px 0;
    margin: 0 0 20px;
  }

  .books_head_title {
    font-size: 24px;
    min-width: 100%;
    margin: 0 0 20px;
  }

  .books_head_right {
    width: 100%;
    min-height: 230px;
  }

  .popular_books_wraper {
    gap: 15px 8px;
  }

  .popular_books__item {
    width: calc(50% - 4px);
    padding: 0 15px 15px;
  }

  .popular_books__img {
    height: 170px;
  }

  .popular_books__title {
    font-size: 14px;
  }

  .popular_books__author {
    font-size: 12px;
  }

  .all_books {
    margin-bottom: 65px;
  }

  /*---ЛК----*/

  .personal_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .user_profile {
    margin-left: auto;
  }

  .user_profile .user_profile__name {
    display: none;
  }

  .header_scrolled .user_profile_photo,
  .user_profile_photo {
    width: 40px;
    height: 40px;
  }

  .user_profile_photo .user_profile__status {
    width: 12px;
    height: 12px;
  }

  .radio_personal_area {
    width: 90vw;
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99;
    margin: 0 auto 50px;
  }

  .radio_personal_area .radio {
    padding: 35px 15px;
    min-height: 300px;
  }

  .radio_personal_area .radio_play {
    width: 205px;
    height: 205px;
    margin: 0 auto -120px;
  }

  .radio_personal_area .radio_star_left + .grid_container {
    padding: 0;
  }

  .radio_star_info {
    right: -130%;
  }

  .radio_star_info.active {
    width: 100%;
  }

  .personal_area_nav {
    width: 100%;
    margin: 0 0 25px;
    overflow: auto;
  }

  .personal_area_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }

  .personal_area_nav ul a {
    padding: 10px;
    font-size: 16px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .personal_area_nav ul li:last-of-type a {
    font-size: 16px;
  }

  .personal_area_box {
    width: 100%;
  }

  .no_subscription_label {
    width: 100%;
    margin: 0 0 25px;
  }

  .no_subscription_right {
    width: 100%;
  }

  .no_subscription .subscription_payment_btn button {
    min-width: 120px;
    padding: 10px 15px;
  }

  .subscription_item {
    width: 100%;
    margin: 0 0 25px;
  }

  .subscription_list,
  .subscription_list_name,
  .subscription_head {
    padding-left: 20px;
  }

  .subscription_btn,
  .subscription_cancel {
    margin-left: 20px;
  }

  .subscription_item:after {
    right: 25px;
    bottom: 25px;
  }

  .subscription_payment {
    width: 100%;
  }

  .delite_card_modal {
    width: 100%;
  }

  .button_form,
  .input_form {
    height: 45px;
  }

  .personal_subscription {
    margin: 0 0 25px;
  }

  .pay_extra {
    padding: 25px 20px;
    margin: 0 0 35px;
  }

  .pay_extra__btn {
    margin: 0;
  }

  .pay_extra:after {
    top: auto;
    right: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    background-size: contain !important;
  }

  .subscription_payment_btn button {
    min-width: 70px;
  }

  .recommended_subscriptions {
    margin: 0 0 20px;
  }

  .recommended_subscriptions_title {
    margin: 0 0 25px;
  }

  .subscriptions_card__box {
    gap: 20px;
  }

  .subscriptions_card {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding-bottom: 25px;
  }

  .subscriptions_card__head {
    padding-top: 25px;
  }

  .subscriptions_card__name {
    font-size: 20px;
  }

  .recommended_subscriptions .subscription_list_name,
  .subscriptions_card__head {
    padding-left: 20px;
  }

  .recommended_subscriptions .subscription_list {
    padding-left: 25px;
  }

  .recommended_subscriptions .subscription_btn {
    margin-left: 20px;
  }

  .delite_card_modal {
    padding: 30px 15px;
  }

  .delite_card_modal__number {
    font-size: 14px;
  }

  .modal__btn button.site_btn,
  .modal__btn button {
    width: calc(50% - 5px);
    height: 45px;
    font-size: 15px;
  }

  /*Лк прослушанное*/

  .personal_area_box .title_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 15px;
  }

  .personal_area_box .card_product {
    width: calc(50% - 4px);
  }

  .search_filter,
  .search_category {
    overflow: auto;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }

  .search_filter__name,
  .search_filter_item,
  .search_category_item {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  /*ЛК вопросы*/

  .personal_accordion {
    margin: 0 0 35px;
  }

  .personal_accordion .szh-accordion__item-heading .szh-accordion__item-btn {
    padding: 20px;
    padding-right: 50px;
    font-size: 16px;
  }

  .personal_accordion .szh-accordion__item--expanded .szh-accordion__item-content {
    font-size: 14px;
  }

  .personal_accordion .szh-accordion__item--expanded .chevron-down {
    -webkit-transform: rotate(180deg) translateY(3px);
    transform: rotate(180deg) translateY(3px);
  }

  .ask_question {
    padding: 25px 15px;
  }

  .ask_question_button {
    height: 45px;
  }

  .ask_question__modal {
    padding: 35px 15px;
    max-height: 90vh;
    overflow: auto;
  }

  .ask_question_head {
    margin: 0 0 25px;
    padding: 15px;
  }

  .ask_question__modal input {
    height: 45px;
  }

  .thema_name {
    font-size: 12px;
  }

  .ask_question__thema_name {
    gap: 8px 15px;
    margin: 0 0 25px;
  }

  .change_data_title {
    font-size: 22px;
    margin: 0 0 24px;
  }

  .change_data_form {
    padding-left: 0;
  }

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

  .login_modal {
    padding: 30px 15px;
  }

  .login__link,
  .login_modal .form_btn,
  .login_modal__input input,
  .login_modal__top button {
    height: 45px;
    width: 100%;
  }

  .login_modal__input textarea {
    width: 100%;
  }

  .modal_open:has(.log_in_header) {
    margin-left: auto;
  }

  .login_modal_text,
  .create_account_text {
    padding: 0;
    font-size: 12px;
  }

  .login_modal_text {
    margin: 0;
  }

  /*Модалка входа и регистрации*/

  .step {
    min-width: 100%;
  }

  .popup-content textarea,
  .popup-content input {
    height: 45px;
  }

  .mini_bold,
  .password_box__title {
    font-size: 16px;
  }

  .mini_text,
  .password_box__text {
    font-size: 14px;
    max-width: 85%;
    margin: 0 auto 20px;
  }

  .mini_text br,
  .password_box__text br {
    display: none;
  }

  .push_input .push_input_item {
    height: 35px;
    width: 35px;
    border-radius: 10px;
  }

  .user_agreement_box {
    padding: 0 5px;
  }

  .user_agreement_name:before {
    padding-left: 0;
  }

  .user_agreement_name {
    font-size: 16px;
  }

  .user_agreement_text {
    font-size: 12px;
  }

  .user_agreement_checkbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 10px;
  }

  .user_agreement_checkbox .control {
    max-width: 90%;
  }

  .user_agreement_checkbox {
    padding: 25px 15px;
  }

  /* messega */

  .support_modal {
    right: 0;
  }

  .support_modal__head {
    padding: 10px;
  }

  .support_modal_img .support__img {
    width: 45px;
    height: 45px;
  }

  .support_modal_title {
    font-size: 14px;
  }

  .support_modal__chat {
    padding: 15px;
  }

  .support_chat_message {
    padding: 15px 8px 15px 15px;
    font-size: 13px;
  }

  .support_close {
    left: auto;
    right: 2px;
    top: 0px;
  }

  /*---*/

  .support_fixed {
    width: 30px;
    height: 145px;
  }

  .support_fixed span {
    font-size: 12px;
    padding-right: 4px;
    padding-bottom: 25px;
  }

  .support_fixed .desctop_support {
    display: none;
  }

  .support_close {
    right: 5vw;
    top: -55px;
  }

  .support_modal__chat {
    height: 325px;
  }

  /*----*/

  .player-container {
    width: 100%;
    height: 100%;
    z-index: -4;
  }

  .player-container .ray {
    width: 40px;
    height: 40px;
  }

  .radio_star_info {
    position: fixed;
  }

  .radio_star_info .info_wrapper {
    height: 100%;
    padding-top: 110px;
  }

  .radio_info__text {
    height: calc(100% - 120px);
  }

  .fixed_radio .radio_player_active {
    z-index: 1000000000000000000;
  }

@-webkit-keyframes activeBottom {
    0% {
      -webkit-transform: translateY(300px);
      transform: translateY(300px);
    }

    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
}

@keyframes activeBottom {
    0% {
      -webkit-transform: translateY(300px);
      transform: translateY(300px);
    }

    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
}

  .box_mobail {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: inherit;
    z-index: 999999999;
  }

  .box_mobail .radio_player {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
  }

  .box_mobail .radio_player_active {
    right: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .box_mobail2 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: inherit;
    z-index: 999999;
  }

  .box_mobail2 .radio_star_info {
    position: fixed;
    z-index: 999;
    height: calc(100% - 180px);
  }

  .box_mobail2 .radio_star_info .info_wrapper {
    padding-top: 40px;
  }

  .box_mobail:has(.radio_player_active) {
    -webkit-transform: translateY(400px);
    transform: translateY(400px);
    -webkit-animation: activeBottom 0.9s ease-out forwards;
    animation: activeBottom 0.9s ease-out forwards;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }

  .burger {
    width: 40px;
    height: 40px;
    font-size: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    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;
  }

  .humb {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 30px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    z-index: 999999;
    margin-left: 15px;
    margin: 0;
  }

  .humb li {
    list-style: none;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70%;
    height: 2px;
    background: #fff;
    -webkit-transition: 1s;
    transition: 1s;
    border-radius: 80px;
  }

  .humb li:nth-of-type(1) {
    top: 30%;
    left: 15%;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    opacity: 1;
  }

  .humb li:nth-of-type(2) {
    top: 50%;
    left: 15%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }

  .humb li:nth-of-type(3) {
    top: 70%;
    right: 15%;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    opacity: 1;
  }

  .humb.active li:nth-of-type(1) {
    left: 100%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
    background: #e3814b;
  }

  .humb.active li:nth-of-type(2) {
    -webkit-transform: translateY(-50%) rotate(405deg);
    transform: translateY(-50%) rotate(405deg);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    background: #e3814b;
  }

  .humb.active li:nth-of-type(3) {
    right: 100%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
    background: #e3814b;
  }

  .humb li:nth-of-type(2)::before {
    content: "";
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e3814b;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    border-radius: 80px;
  }

  .humb.active li:nth-of-type(2)::before {
    top: 0;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }

  /*-- END menu--*/

  /*1*/

  /**footer**/

  footer {
    padding: 35px 0 15px;
  }

  .footer_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 25px;
    width: 100%;
    max-width: 100%;
    margin: 0 0 35px;
  }

  .footer_logo {
    margin: 0px;
  }

  .application_footer {
    max-width: 356px;
  }

  .footer_nav {
    gap: 20px 50px;
    margin: 0 0 30px;
  }

  .footer_contacts {
    margin: 0 0 35px;
  }

  .bottom_left_top {
    gap: 10px 15px;
  }

  .footer_bottom_right {
    margin-top: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }

  .footer_link_mini {
    text-align: left;
  }

  .footer_link_mini br {
    display: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 1200px) and (max-width: 1200px) {
  /*--menu--*/

  .header_nav {
    position: fixed;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: -100%;
    padding: 110px 5vw 0;
    z-index: 999;
    border-radius: 0;
    display: block;
    background: #fff;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }

  .header_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 90vw;
  }

  .header_nav li {
    border-bottom: 1px solid #efedf7;
    width: 100%;
    margin: 0;
  }

  .header_nav li a {
    display: block;
    padding: 15px 0;
    color: #451d07;
    text-shadow: 0 0 0.3px #451d07;
  }

  li:has(.header_nav_search) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
  }

  li:has(.header_nav_search) a {
    padding: 0;
  }

  .header_nav_search {
    height: 30px;
    display: block;
  }

  .header_nav_search svg path {
    stroke: #451d07;
  }

  .header_nav::-webkit-scrollbar {
    width: 0;
  }

  .header_nav_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  /*open*/

  .header_nav_open {
    left: 0;
    overflow-y: auto;
    opacity: 1;
    visibility: visible;
    padding-bottom: 55px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .person_therapy__item,
  .meditate_item {
    width: 60px;
    height: 60px;
  }

  .person_therapy__item::after,
  .meditate_item::after {
    width: 66px;
    height: 66px;
  }

  .meditate_right,
  .meditate_left {
    width: 100%;
    height: 250px;
  }

  .ask_question_box {
    padding: 0;
  }

  .ask_question_title {
    font-size: 24px;
    margin: 0 0 25px;
  }

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

  .change_data_form .change_data_bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  /*-----*/

  .proposed_subscription_box {
    padding: 15px;
    position: relative;
  }

  .proposed_subscription_left {
    width: 100%;
  }

  .proposed_subscription_img {
    width: 30%;
    height: 52px;
    padding: 15px;
    position: absolute;
    right: -15px;
    top: -5px;
  }

  .subscription_left_name {
    font-size: 18px;
  }

  .subscription_left_price {
    font-size: 14px;
  }

  .subscription_sale {
    width: 60px;
    height: 30px;
    font-size: 14px;
    margin-right: 15px;
  }

  .modal__btn button.site_btn,
  .modal__btn button {
    line-height: 16px;
  }

  .subscription_restore_text {
    font-size: 14px;
    padding-left: 15px;
  }

  .subscription_restore_text {
    width: 40%;
  }

  .subscription_restore .site_btn {
    width: 58% !important;
  }

  .site_btn.width_full {
    width: 100% !important;
  }

  /*-----загрузка музыки-----*/

  .download_modal .close {
    color: #fff;
  }

  .download_modal__left {
    width: 100%;
    padding: 20px 15px 0;
  }

  .download_modal__text {
    font-size: 28px;
    min-width: 100%;
    margin: 0 0 30px;
  }

  .download_modal__right {
    width: 100%;
    height: 200px;
  }

  .download_modal__right img {
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .aboutus_video .plyr:not(.plyr--playing) .plyr__controls {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .rhap_controls-section {
    width: auto;
  }

  .rhap_stacked .rhap_controls-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .radio_player .rhap_additional-controls {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .search_page .title_head {
    gap: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
  .grid_container {
    padding: 0 4vw;
  }

  .header_logo {
    font-size: 20px;
  }

  .banner {
    padding: 130px 0 35px;
    min-height: inherit;
  }

  .banner_wrapper {
    min-height: 605px;
  }

  .banner_left {
    width: calc(100% - 360px);
    padding-right: 5px;
    padding-top: 0;
  }

  .banner_title {
    font-size: 38px;
  }

  .banner_btn {
    height: 60px;
    width: 290px;
    font-size: 16px;
    padding: 15px 8px 15px 15px;
    margin: 0 0 10px;
  }

  .banner_right {
    width: auto;
  }

  .banner_clipped {
    width: 360px;
    height: auto;
  }

  .haiku_for_day {
    width: calc(100% + 70px);
    padding: 25px 20px;
    margin: auto 0 0;
  }

  .reviews .swiper {
    width: 96vw;
  }

  .recommendation .swiper {
    width: auto;
    padding-right: 0;
  }

  .rhap_stacked .rhap_controls-section {
    width: 100%;
  }

  .rhap_main-controls {
    margin-right: 92px;
  }

  .popular_wrapper {
    gap: 15px 9px;
  }

  .card_product {
    width: calc(33.33% - 6px);
  }

  .card_product .recommendation_slide__img {
    height: 200px;
  }

  .card_product .slide__cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }

  .card_product .slide__player_name {
    font-size: 12px;
  }

  .sertificates_wrapper {
    gap: 15px 10px;
  }

  .sertificate_item {
    width: calc(20% - 8px);
    height: auto;
  }

  .application_wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .application_left {
    width: calc(50% - 20px);
    margin: 0 40px 35px 0;
  }

  .application_right {
    width: calc(45% - 20px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 25px 0 0;
    margin-right: auto;
  }

  .application_center {
    display: none;
  }

  .collapse_player {
    top: -5px;
  }

  .scroll_box {
    width: 96vw;
  }

  /*карточка трека*/

  .sample_page_img {
    width: 250px;
    height: auto;
    max-height: 330px;
    margin: 0 30px 30px 0;
  }

  .sample_page_info {
    width: calc(100% - 280px);
  }

  .sample_description_rate {
    width: 50%;
  }

  .news_banner_left {
    width: 50%;
  }

  .news_banner_right {
    width: 50%;
    height: auto;
  }

  .news_book {
    width: 80%;
    height: 310;
  }

  .news_catalog_wrapper {
    gap: 25px 9px;
  }

  .news_catalog_item {
    width: calc(33.33% - 6px);
  }

  .news_catalog__img {
    height: 185px;
  }

  .news_catalog__img .slide__cat {
    top: 12px;
    left: 12px;
    padding: 7px 14px;
    font-size: 12px;
  }

  .news_catalog__title {
    padding: 0 15px;
    font-size: 16px;
    margin: 0 0 18px;
  }

  .news_catalog__text {
    padding: 0 15px;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 10px;
  }

  .news_catalog__more {
    padding: 0 15px;
  }

  .collections_tracks_slide {
    height: 185px;
  }

  .collections_tracks_slide .tracks_slide_title {
    font-size: 16px;
    min-height: 50px;
  }

  /*-------*/

  .news_page_text {
    max-width: 65%;
  }

  .content__left__social {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .collection_track_info {
    padding: 55px 15px;
  }

  .track_reviews .card_product .recommendation_slide__img {
    height: 275px;
  }

  .collection_track_info .tab_category_right {
    margin: auto;
    max-width: 80%;
  }

  /* о нас */

  .aboutus_info {
    width: 50%;
    padding-right: 50px;
  }

  .aboutus_photo {
    width: 50%;
  }

  .person_therapy_left .therapy1 {
    top: 0;
    left: 255px;
  }

  .person_therapy_left .therapy4 {
    top: 155px;
    right: 185px;
    left: auto;
  }

  .person_therapy_left .therapy2 {
    top: 20px;
  }

  .person_therapy_center {
    height: 300px;
  }

  .person_therapy_right .therapy_right3 {
    top: 150px;
    right: auto;
    left: 195px;
  }

  .person_therapy_right .therapy_right4 {
    top: 180px;
    right: 145px;
  }

  .person_therapy__num {
    font-size: 48px;
  }

  .person_therapy__text,
  .person_therapy__subtitle {
    font-size: 20px;
  }

  .person_therapy_center:after {
    width: 225%;
    height: 225%;
  }

  .video_slide_poster {
    height: 180px;
  }

  .video_slider_box {
    margin-bottom: 65px;
  }

  /*Книги*/

  .books_head_wrapper {
    max-width: 92vw;
    background-size: 80% !important;
  }

  .books_head_left {
    width: 55%;
    padding: 50px 0;
  }

  .books_head_right {
    width: 45%;
  }

  .popular_books_wraper {
    gap: 15px 9px;
  }

  .popular_books__item {
    width: calc(33.33% - 6px);
    padding: 0 15px 15px;
  }

  .popular_books__img {
    height: 215px;
  }

  .popular_books__title {
    font-size: 16px;
  }

  .popular_books__author {
    font-size: 14px;
  }

  /*ЛК*/

  .radio_star_info.active {
    width: 360px;
  }

  .delite_card_modal {
    width: 100%;
    padding: 40px 30px;
    max-width: 450px;
  }

  .no_subscription {
    margin: 0 0 30px;
  }

  .no_subscription_label,
  .subscription_item {
    width: calc(55% - 30px);
    margin: 0 30px 0 0;
  }

  .no_subscription_right,
  .subscription_payment {
    width: 45%;
  }

  .subscriptions_card {
    margin: 0;
  }

  .pay_extra:after {
    top: auto;
    right: 30px;
    bottom: 30px;
    width: 80px;
    height: 80px;
    background-size: contain !important;
  }

  /*Лк прослушанное*/

  .personal_area_box .card_product {
    width: calc(50% - 5px);
  }

  /*ЛК вопросы*/

  .personal_accordion .szh-accordion__item-heading .szh-accordion__item-btn {
    padding: 20px 25px;
    font-size: 18px;
  }

  .personal_accordion .szh-accordion__item-panel {
    padding: 0 25px 30px;
  }

  .ask_question_button {
    height: 55px;
  }

  .ask_question__modal {
    max-width: 600px;
  }

  .change_data_form {
    padding-left: 27px;
  }

  .user_agreement_checkbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    gap: 10px;
  }

  .user_agreement_checkbox .control {
    max-width: 100%;
  }

  /*-----загрузка музыки-----*/

  .download_modal__left {
    padding: 50px 0 0 25px;
  }

  .download_modal__text {
    font-size: 28px;
  }

  .download_modal .close {
    color: #fff;
  }

  .download_modal__left {
    padding: 50px 0 0 35px;
  }

  .download_modal__text {
    font-size: 30px;
    min-width: 350px;
    margin: 0 0 30px;
  }

  .download_modal__right {
    height: 300px;
  }

  .download_modal__right img {
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .download_modal__appl {
    width: 100%;
    max-width: 240px;
  }

  /*2*/

  .login_modal {
    padding: 30px 40px;
  }

  .login__link,
  .login_modal .form_btn,
  .login_modal__input input,
  .login_modal__top button {
    height: 50px;
  }

  /*Footer*/

  .footer_left {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .bottom_left_top {
    gap: 15px 30px;
  }

  .footer_nav {
    gap: 20px 70px;
  }

  .footer_link_mini {
    text-align: right;
    max-width: 460px;
  }

  .footer_bottom_right {
    margin-top: 10px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 10px;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .banner_left {
    width: calc(100% - 460px);
    padding-right: 5px;
    padding-top: 30px;
  }

  .banner_clipped {
    width: 460px;
    height: 560px;
  }

  .banner_title {
    font-size: 52px;
  }

  .banner_wrapper {
    min-height: 700px;
  }

  .haiku_for_day {
    width: calc(100% + 105px);
  }

  .banner_video {
    top: 15px;
    left: 15px;
    width: 140px;
    height: 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px 10px 10px;
  }

  .banner_video .banner_video_name {
    font-size: 14px;
  }

  .category_index_wrap {
    padding: 35px 0 65px;
  }

  .scroll_box {
    width: 96vw;
  }

  .tab_category_left {
    width: 50%;
  }

  .tab_category_right {
    width: 50%;
    max-width: 630px;
    padding: 25px 35px;
  }

  .popular_wrapper {
    gap: 21px;
  }

  .card_product {
    width: calc(33.33% - 14px);
  }

  .sertificates_wrapper {
    gap: 15px 20px;
  }

  .sertificate_item {
    width: calc(20% - 16px);
    height: auto;
  }

  .tab_category_volume {
    margin: 0 0 40px;
  }

  .tab_category_title {
    font-size: 30px;
  }

  .tab_category_text {
    margin: 0 0 30px;
    font-size: 16px;
  }

  .tab_category_right .slide__player_name {
    font-size: 20px;
  }

  .radio_text {
    font-size: 16px;
    margin: 0 0 55px;
  }

  .radio_star_left .star_left_2 {
    top: 140px;
    left: 120px;
  }

  .radio_star_right .star_right_1 {
    right: 120px;
  }

  .radio_star_right .star_right_2 {
    right: 55px;
  }

  .radio_star_right .star_right_3 {
    top: 270px;
    right: 70px;
  }

  .application_wrapper {
    min-height: 300px;
  }

  /*-------*/

  .meditate_left {
    width: calc(50% - 127px);
    height: 500px;
    position: relative;
  }

  .meditate_center {
    width: 254px;
    height: 254px;
    margin: 0 auto;
  }

  .meditate_right {
    height: 500px;
    width: calc(50% - 127px);
  }

  /*карточка трека*/

  .sample_description_content {
    width: calc(100% - 310px);
    margin: 0 40px 0 0;
  }

  .sample_description_rate {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
    width: 270px;
  }

  .sample_page_img {
    width: 330px;
    max-height: 330px;
  }

  .sample_page_info {
    width: calc(100% - 360px);
  }

  .sample_page__title {
    font-size: 28px;
  }

  .sample_page__mini_desc {
    font-size: 16px;
  }

  .content_box h2 {
    font-size: 22px;
    margin: 0 0 20px;
  }

  .content_box p {
    font-size: 16px;
  }

  .rate_modal {
    max-width: 400px;
  }

  .reviews_feedback_modal.reviews_modal {
    min-height: 620px;
  }

  .reviews_feedback__title {
    font-size: 26px;
    margin: 0 0 30px;
  }

  .reviews_feedback__form textarea {
    height: 235px;
  }

  .sample_description {
    margin-bottom: 45px;
  }

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

  .news_banner {
    width: 55%;
    margin: 0 20px 0 0;
    height: 300px;
  }

  .news_banner .banner_btn {
    width: 290px;
  }

  .news_banner_left {
    width: 60%;
  }

  .news_banner_right {
    width: 40%;
    height: auto;
  }

  .news_book {
    width: calc(45% - 20px);
    overflow: auto;
    height: 300px;
  }

  /* страница новости */

  .news_content__left {
    width: calc(100% - 350px);
    margin: 0 50px 0 0;
  }

  .news_content__right {
    width: 300px;
    height: auto;
  }

  /*Страница*/

  .aboutus_application {
    margin: 0 0 55px;
  }

  .aboutus_title {
    font-size: 42px;
    margin: 0 0 30px;
  }

  .aboutus_text_info {
    font-size: 16px;
    margin: 0 0 45px;
    max-width: 80%;
  }

  /*контакты*/

  .contacts_info {
    width: 300px;
    margin-right: auto;
  }

  .contacts_box {
    width: 60%;
  }

  .contacts_item {
    width: calc(50% - 30px);
  }

  .contacts_map_wrapper {
    height: 345px;
  }

  /*Книги*/

  .books_head_left {
    width: 50%;
    padding: 50px 0;
  }

  .books_head_right {
    width: 50%;
  }

  .books_head_title {
    font-size: 28px;
    margin: 0 0 35px;
    min-width: 115%;
  }

  .popular_books_wraper {
    gap: 20px 16px;
  }

  .popular_books__item {
    width: calc(25% - 12px);
    padding: 0 20px 25px;
  }

  .popular_books__img {
    height: 245px;
  }

  .popular_books__title {
    font-size: 18px;
  }

  /*Лк прослушанное*/

  .personal_area_box .card_product {
    width: calc(33.333% - 15px);
  }

  .radio_personal_area {
    width: 92vw;
  }

  .radio_personal_area .radio_star_left + .grid_container {
    padding: 0 25px;
  }

  .personal_accordion .szh-accordion__item-panel {
    max-width: 85%;
  }

  /*3*/
}

@media screen and (min-width: 1200px) and (max-width: 1450px) {
  .grid_container {
    padding: 0 2vw;
  }

  .scroll_box {
    overflow: auto;
  }

  .tab_list {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .banner_title {
    font-size: 58px;
  }

  .haiku_for_day {
    width: calc(100% + 195px);
  }

  .m_bottom {
    margin-bottom: 90px;
  }

  .application_left {
    padding: 70px 0 30px 30px;
  }

  .sample_page_wrapper {
    padding-bottom: 50px;
  }

  .news_banner {
    height: 370px;
  }

  .news_banner_left {
    width: 55%;
  }

  .news_banner_left .white_light_border {
    max-width: 315px;
    margin: 0 auto 0 0;
  }

  .news_banner_left .news_banner__btn {
    max-width: 315px;
  }

  .news_banner_right {
    width: 45%;
  }

  .news_book {
    height: 370px;
  }

  .collection_track_info {
    padding: 80px 95px;
  }

  /* Контакты */

  .aboutus_title {
    font-size: 58px;
  }

  .person_therapy_right,
  .person_therapy_left {
    width: calc(100% - 1026px);
  }

  .person_therapy_center {
    width: 688px;
    height: 688px;
    margin: 0 auto;
  }

  .person_therapy_left .therapy2 {
    left: 225px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .person_therapy_right .therapy_right2 {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    right: 200px;
  }

  /* страница новости */

  .news_content__left {
    width: calc(100% - 440px);
    margin: 0 80px 0 0;
  }

  .contacts_map_wrapper {
    height: 445px;
  }

  /*Книги*/

  .books_head_left {
    width: 50%;
    padding: 50px 65px;
  }

  .books_head_wrapper {
    max-width: 96vw;
    background-size: 80% !important;
  }

  .popular_books__img {
    height: 230px;
  }

  .books_head_title {
    font-size: 34px;
  }

  /* ЛК */

  .radio_personal_area {
    width: 96vw;
    margin: 0 auto 50px;
  }

  .personal_area_nav {
    width: 240px;
    margin: 0 80px 0 0;
  }

  .personal_area_box {
    width: calc(100% - 320px);
  }

  .no_subscription .subscription_payment_btn button {
    min-width: 145px;
  }

  .user_profile__name {
    display: none;
  }

  .inoagent_text {
    left: auto;
    right: 25px;
  }

  .footer_top {
    padding-bottom: 40px;
  }
}