* {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/* FONTS */
@font-face {
  font-family: "Centaurus";
  src: url("../fonts/Centaurus-SVG.otf") format("opentype"), url("../fonts/Centaurus_Regular.240328-0943.ttf") format("ttf"), url("../fonts/Centaurus_Regular.240328-0943.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.btn-play {
  padding: 0;
  background-color: #80BA27;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 12px;
  max-width: fit-content;
  min-width: 170px;
  padding: 7px 20px;
}
.btn-play .btn-play-arrow {
  min-width: 40px;
  height: 40px;
  display: flex;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s ease-out;
  cursor: pointer;
  border: 2px solid #fff;
}
@media (max-width: 860px) {
  .btn-play .btn-play-arrow {
    min-width: 34px;
    height: 34px;
  }
}
.btn-play .btn-play-arrow img {
  margin: auto;
  max-height: 21px;
  transform: rotate(0);
}
@media (max-width: 860px) {
  .btn-play .btn-play-arrow img {
    max-height: 18px;
  }
}
.btn-play span {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 600;
  margin-left: 10px;
  transition: all 0.3s ease-out;
}
@media (max-width: 860px) {
  .btn-play span {
    font-size: 0.875rem;
  }
}
.btn-play:hover {
  background-color: #3d6a2b;
}
.btn-play:hover .btn-play-arrow {
  background-color: transparent;
}
.btn-play:hover span {
  color: #fff;
  text-decoration: none;
}

.btn-arrow {
  min-width: 40px;
  height: 40px;
  display: flex;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s ease-out;
  cursor: pointer;
  border: 2px solid #fff;
}
.btn-arrow:hover {
  background-color: #18191a;
  border-color: #18191a;
}
.btn-arrow img {
  margin: auto;
  max-height: 21px;
}

.btn-arrow-text {
  background-color: #fab400;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 7px 20px;
  border-radius: 12px;
  outline: none;
}
.btn-arrow-text span {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 600;
  margin-left: 10px;
  transition: all 0.3s ease-out;
}
.btn-arrow-text:hover {
  background: #F39200;
}
.btn-arrow-text:hover .btn-arrow {
  background-color: #F39200;
  border-color: #fff;
}
.btn-arrow-text:hover span {
  color: #fff;
  text-decoration: underline;
}
.btn-arrow-text:focus {
  border: 0;
}

.btn-arrow-text-notification {
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 7px 20px;
  border-radius: 12px;
  border: 2px solid #80BA27;
}
.btn-arrow-text-notification span {
  font-size: 0.875rem;
  color: #80BA27;
  font-weight: 600;
  margin-left: 10px;
  transition: all 0.3s ease-out;
}
.btn-arrow-text-notification svg {
  fill: #80BA27;
}
.btn-arrow-text-notification:hover {
  background: #18191a;
  border: 2px solid #18191a;
}
.btn-arrow-text-notification:hover span {
  color: #fff;
}
.btn-arrow-text-notification:hover svg {
  fill: #fff;
}
.btn-arrow-text-notification:focus {
  border: 0;
}

.btn-arrow-text-notification-green {
  background-color: #80BA27;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 7px 20px;
  border-radius: 12px;
  border: 2px solid #80BA27;
}
.btn-arrow-text-notification-green span {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 600;
  margin-left: 10px;
  transition: all 0.3s ease-out;
}
.btn-arrow-text-notification-green svg {
  fill: #fff;
}
.btn-arrow-text-notification-green:hover {
  background: #3d6a2b;
  border: 2px solid #3d6a2b;
}
.btn-arrow-text-notification-green:hover span {
  color: #fff;
}
.btn-arrow-text-notification-green:hover svg {
  fill: #fff;
}
.btn-arrow-text-notification-green:focus {
  border: 0;
}

.btn-delete {
  font-size: 1rem;
  font-weight: 700;
  color: #FF2020;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 16px;
}
@media (max-width: 900px) {
  .btn-delete {
    font-size: 0.75rem;
  }
}
.btn-delete span {
  width: 40px;
  height: 40px;
  border: 2px solid #FF2020;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  padding: 7px;
  background: #fff;
}
.btn-delete span svg {
  fill: #FF2020;
  stroke: #FF2020;
}
.btn-delete:hover {
  color: #C99555;
}
.btn-delete:hover span {
  border: 2px solid #C99555;
  background: #C99555;
  transition: all 0.3s ease-out;
}
.btn-delete:hover span svg {
  fill: #fff;
  stroke: #fff;
}

.btn-delete-text {
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  color: #FF2020 !important;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 0;
}
@media (max-width: 900px) {
  .btn-delete-text {
    font-size: 0.5rem !important;
  }
}
.btn-delete-text span {
  width: 40px;
  height: 40px;
  border: 2px solid #FF2020;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  padding: 7px;
  background: #fff;
}
.btn-delete-text span svg {
  fill: #FF2020;
  stroke: #FF2020;
}
.btn-delete-text:hover {
  color: #C99555;
}
.btn-delete-text:hover span {
  border: 2px solid #C99555;
  background: #C99555;
  transition: all 0.3s ease-out;
}
.btn-delete-text:hover span svg {
  fill: #fff;
  stroke: #fff;
}

.btn-brown {
  background-color: #C99555 !important;
  min-width: 350px !important;
}
@media (max-width: 900px) {
  .btn-brown {
    min-width: 170px !important;
  }
}
.btn-brown:hover {
  background-color: #3d6a2b;
}

.colmd-6 {
  width: 50%;
}

.section__title {
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 400;
  text-transform: uppercase;
  color: #18191a;
  margin-bottom: 15px;
  letter-spacing: 1px;
  font-family: "Centaurus", sans-serif;
  position: relative;
}
@media (max-width: 860px) {
  .section__title {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}

@media (prefers-color-scheme: dark) {
  .section__title {
    color: #fff;
  }
}
.section__title--green span {
  color: #80BA27;
}

.section__title--orange span {
  color: #f39201;
}

.section__lead {
  font-size: 1rem;
  line-height: 2.25rem;
  font-weight: normal;
}

.play-btn {
  background-color: #fab400;
  padding: 0;
  width: 41px;
  height: 41px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.play-btn svg {
  margin-left: 3px;
}
.play-btn:hover {
  background-color: #F39200;
}

.add-btn {
  background-color: #fff;
  border: 2px solid #fab400;
  padding: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.add-btn svg {
  margin-left: 0;
  stroke: #fab400;
}
.add-btn.active {
  background-color: #fab400;
  border: 1px solid #fab400;
}
.add-btn.active svg {
  stroke: #fff;
}
.add-btn:hover {
  background-color: #F39200;
  border: 1px solid #F39200;
}
.add-btn:hover svg {
  stroke: #fff;
}
.add-btn.fill svg {
  margin-left: 0;
  fill: #fab400;
  stroke: none;
}
.add-btn.fill:hover {
  background-color: #F39200;
  border: 1px solid #F39200;
}
.add-btn.fill:hover svg {
  fill: #fff;
  stroke: none;
}

@media (prefers-color-scheme: dark) {
  .add-btn {
    background-color: #222;
    border: 2px solid #fab400;
  }
  .add-btn:hover {
    background-color: #18191a;
    border: 1px solid #18191a;
  }
  .add-btn:hover svg {
    stroke: #fff;
  }
  .add-btn.fill svg {
    fill: #fab400;
  }
  .add-btn.fill:hover {
    background-color: #18191a;
    border: 1px solid #18191a;
  }
  .add-btn.fill:hover svg {
    fill: #fff;
  }
  .btn-delete span {
    width: 40px;
    height: 40px;
    border: 2px solid #FF2020;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    padding: 7px;
    background: transparent;
  }
}
@media (prefers-color-scheme: dark) and (max-width: 900px) {
  .btn-delete span {
    height: 30px;
    width: 30px;
  }
}
@media (prefers-color-scheme: dark) {
  .btn-delete span svg {
    fill: #FF2020;
    stroke: #FF2020;
  }
  .btn-delete:hover {
    color: #C99555;
  }
  .btn-delete:hover span {
    border: 2px solid #C99555;
    background: #C99555;
    transition: all 0.3s ease-out;
  }
  .btn-delete:hover span svg {
    fill: #fff;
    stroke: #fff;
  }
}
.jc-sb {
  justify-content: space-between;
}

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

.mx-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mt-20 {
  margin-top: 20px;
}

.videojs-singleplayer {
  overflow-y: hidden;
  height: 600px;
}
.videojs-singleplayer .vjs-fullscreen video {
  height: 100% !important;
}
.videojs-singleplayer .single-video-player {
  width: 100% !important;
  height: 100%;
}

.ml-auto {
  margin-left: auto;
}

.not-arrow::-webkit-inner-spin-button,
.not-arrow::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

body {
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.233px;
  line-height: 1.4;
  overflow-x: hidden;
  background-color: #f3f3f3;
}

p {
  margin-top: 0;
}

a {
  transition: all 0.3s ease-out;
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.233px;
}

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

.v100 {
  height: 100vh;
}

.btn {
  line-height: 1;
  padding: 18px 24px;
  font-size: 0.875rem;
  font-weight: 600;
  background-color: #80BA27;
  color: #fff !important;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  display: block;
  max-width: fit-content;
  min-width: 170px;
  text-align: center;
  border: 0;
}
.btn:hover {
  background-color: #3d6a2b !important;
}
.btn.btn-red {
  background-color: #FF2020 !important;
}
.btn.btn-red:hover {
  background-color: #C99555 !important;
}
.btn.btn-border {
  border: 2px solid #80BA27 !important;
  background-color: transparent !important;
  color: #80BA27 !important;
}
.btn.btn-border:hover {
  background-color: #3d6a2b !important;
  border: 2px solid #3d6a2b !important;
  color: #fff !important;
}
.btn.btn-yellow {
  background-color: #fab400 !important;
}
.btn.btn-yellow:hover {
  background-color: #F39200 !important;
}
.btn.btn-w104 {
  min-width: 104px;
}
.btn.btn-w208 {
  min-width: 208px;
}

.container-full {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.col-1 {
  width: 100%;
  max-width: 8.3333333333%;
}

.col-2 {
  width: 100%;
  max-width: 16.6666666667%;
}

.col-3 {
  width: 100%;
  max-width: 25%;
}

.col-4 {
  width: 100%;
  max-width: 33.3333333333%;
}

.col-5 {
  width: 100%;
  max-width: 41.66666666%;
}

.col-6 {
  width: 100%;
  max-width: 50%;
}

.col-7 {
  width: 100%;
  max-width: 58.3333333333%;
}

.col-8 {
  width: 100%;
  max-width: 66.6666666667%;
}

.col-9 {
  width: 100%;
  max-width: 75%;
}

.container-1230 {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.jc-sb {
  justify-content: space-between;
}

.container {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.wrapper {
  display: flex;
  flex-wrap: wrap;
}

.overflow-hide {
  overflow: hidden;
}

.d-flex {
  display: flex;
}

.section__header {
  text-align: center;
  margin: 0 auto 80px auto;
}

.ai-center {
  align-items: center;
}

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

.header {
  z-index: 3;
  position: fixed;
  background-color: #fff;
  padding: 16px 70px;
  transition: all 0.3s ease-out;
  filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.25));
}

.scrolled .top-bar {
  margin-bottom: 5px;
}
.scrolled .header {
  padding-top: 5px;
  box-shadow: 5px 8px 90px rgba(0, 0, 0, 0.2);
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-fixed-fix {
  height: 80px;
}

/* MENU */
.navbar__right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.navbar__right .btn-notification {
  position: relative;
}
.navbar__right .btn-notification .dark {
  display: none;
}
.navbar__right .btn-notification .light {
  display: inline-block;
}
.navbar__right .btn-notification span {
  width: 13px;
  height: 13px;
  background: #3C6A2B;
  border-radius: 100px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 8px;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 4px;
}

.navbar__right-item:not(:last-child) {
  margin-right: 6px;
}
.navbar__right-item:hover path {
  fill: #80ba27;
}

.top-bar__link {
  color: #18191A;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.3s ease-out;
}
.top-bar__link:hover {
  color: #80ba27;
}

.top-bar__avatar {
  position: relative;
}
.top-bar__avatar:hover::after {
  content: "";
  display: block;
  height: 50px;
  width: 70px;
  position: absolute;
  z-index: -1px;
}
.top-bar__avatar:hover .top-bar__avatar-inner {
  display: block;
  z-index: 1;
}
.top-bar__avatar:hover .top-bar__avatar-first::after {
  transform: rotate(-180deg);
}

.top-bar__avatar-inner {
  width: 220px;
  position: absolute;
  right: -69px;
  top: 45px;
  background-color: #fff;
  padding: 30px 35px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  display: none;
}
.top-bar__avatar-inner:hover {
  display: block;
}

.top-bar__avatar-first {
  display: flex;
  align-items: center;
  margin-right: 0;
}
.top-bar__avatar-first::after {
  transition: all 0.3s ease-out;
  background-image: url("../img/icon/down.svg");
  content: "";
  width: 8px;
  height: 4px;
  margin-left: 4px;
}
.top-bar__avatar-first img {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 2px solid #81BA27;
}

.top-bar__avatar-link {
  color: #18191A;
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.3s ease-out;
  padding: 15px 0;
  border-bottom: 1px solid #C3C6C9;
  display: flex;
  align-items: center;
}
.top-bar__avatar-link:hover {
  color: #80ba27;
}
.top-bar__avatar-link img {
  margin-right: 5px;
  width: 25px;
  height: 25px;
  background: #F2F8E9;
  border-radius: 100px;
}

.top-bar__lang {
  position: relative;
}
.top-bar__lang:hover::after {
  content: "";
  display: block;
  height: 50px;
  width: 70px;
  position: absolute;
  z-index: -1px;
}
.top-bar__lang:hover .top-bar__lang-inner {
  display: block;
  z-index: 1;
}
.top-bar__lang:hover .top-bar__lang-first::after {
  transform: rotate(-180deg);
}

.top-bar__lang-inner {
  width: 70px;
  position: absolute;
  right: 0;
  top: 40px;
  background-color: #fff;
  padding: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  display: none;
}
.top-bar__lang-inner:hover {
  display: block;
}

.top-bar__lang-first {
  display: flex;
  align-items: center;
  margin-right: 0;
}
.top-bar__lang-first::after {
  transition: all 0.3s ease-out;
  background-image: url("../img/icon/down.svg");
  content: "";
  width: 8px;
  height: 4px;
  margin-left: 4px;
}

.top-bar__lang-link {
  color: #18191A;
  font-size: 1rem;
  font-weight: 400;
  transition: color 0.3s ease-out;
  margin: 10px 0;
  display: flex;
  align-items: center;
}
.top-bar__lang-link:hover {
  color: #80ba27;
}
.top-bar__lang-link img {
  margin-right: 5px;
}

.navbar__menu {
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

.navbar__menu-item {
  margin: 0 20px;
}

.navbar__menu-link {
  white-space: nowrap;
  color: #18191A;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.3s ease-out;
}
.navbar__menu-link:hover {
  color: #80ba27;
}

.navbar__menu-item-has-children {
  display: flex;
}
.navbar__menu-item-has-children > a {
  position: relative;
  padding-right: 12px;
}
.navbar__menu-item-has-children > a::before {
  content: "";
  display: block;
  height: 50px;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 100%;
}
.navbar__menu-item-has-children > a::after {
  transition: all 0.3s ease-out;
  background-image: url("../img/icon/down.svg");
  content: "";
  width: 8px;
  height: 4px;
  position: absolute;
  right: 0;
  top: calc(50% - 2px);
}

.navbar__submenu {
  width: 1200px;
  display: none;
  justify-content: center;
  position: absolute;
  padding: 5px 0;
  top: 100%;
  left: calc(50% - 600px);
  transition: opacity 0.3s ease-out;
  z-index: 9;
  background-color: #fff;
  box-shadow: 0px 18px 40px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.navbar__submenu .navbar__submenu-item {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  justify-content: space-between;
  width: 50%;
}
.navbar__submenu .navbar__submenu-item .navbar__submenu-link:not(:last-child) {
  position: relative;
}
.navbar__submenu .navbar__submenu-item .navbar__submenu-link:not(:last-child)::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e6f1d4;
  position: absolute;
  left: 0;
  bottom: -12px;
}
.navbar__submenu .navbar__submenu-link {
  margin: 10px;
  color: #80BA27;
  display: flex;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 0.875rem;
  height: 50%;
  border: 1px solid #e6f1d4;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  text-align: center;
}
.navbar__submenu .navbar__submenu-link:hover {
  background-color: #80ba27;
  color: #fff;
  text-decoration: underline !important;
}
.navbar__submenu .navbar__menu-item-has-children:nth-child(1) .navbar__submenu-item--right .navbar__submenu-link:last-child {
  background-image: url(../img/icon3.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.navbar__submenu .navbar__menu-item-has-children:nth-child(2) .navbar__submenu-item--right .navbar__submenu-link:last-child {
  background-image: url(../img/icon2.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.navbar__submenu .navbar__menu-item-has-children:nth-child(3) .navbar__submenu-item--right .navbar__submenu-link:last-child {
  background-image: url(../img/icon.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.navbar__submenu-imgs {
  margin: 10px 0;
  flex-shrink: 0;
  position: relative;
  order: 2;
}
.navbar__submenu-imgs img {
  display: none;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
}
.navbar__submenu-imgs img:first-child {
  display: block;
  position: relative;
}
.navbar__submenu-imgs img.active {
  display: block !important;
  z-index: 2;
}

.navbar__submenu-item--right {
  order: 3;
}

@keyframes show-anim {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.navbar__menu-item:hover {
  color: #80ba27;
}
.navbar__menu-item:hover > a {
  color: #80ba27 !important;
}
.navbar__menu-item:hover > a::after {
  transform: rotate(180deg);
}
.navbar__menu-item:hover .navbar__submenu {
  display: flex;
  animation: show-anim 0.4s ease-out;
}

.navbar__btn {
  padding: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  background-color: #fab400;
  border: none;
  transition: background-color 0.3s;
}
.navbar__btn:hover {
  background-color: #18191a;
}

.navbar__btn--close {
  display: none;
}
.navbar__btn--close svg {
  margin-bottom: 2px;
  margin-right: 1px;
}

.show-mobile-menu .navbar__btn:not(.navbar__btn--close) {
  display: none;
}
.show-mobile-menu .top-bar {
  display: none;
}
.show-mobile-menu .navbar__btn--close {
  display: flex;
}
.show-mobile-menu .primary-menu-mobile {
  display: flex;
  animation: show-anim 0.4s ease-out;
  flex-direction: column;
}

.navbar__menu-item-lang .navbar__menu-link {
  display: flex !important;
  align-items: center;
}
.navbar__menu-item-lang .navbar__menu-link img {
  margin-right: 10px;
}
.navbar__menu-item-lang .navbar__submenu--mob {
  padding-left: 25px;
}

.mobile-menu-img {
  margin: 20px auto 10px auto;
}

.primary-menu-mobile {
  transition: all 0.3s;
  display: none;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 100vh;
}
.primary-menu-mobile nav {
  width: 100%;
  padding: 20px 10px 0 10px;
  width: 100%;
}
.primary-menu-mobile .navbar__menu {
  flex-direction: column;
}
.primary-menu-mobile .navbar__menu > .navbar__menu-item > a {
  display: block;
  padding: 16px 0 16px 0;
}
.primary-menu-mobile .navbar__menu > .navbar__menu-item:not(:first-child) > a {
  border-top: 1px solid #f3f3f3;
}
.primary-menu-mobile .navbar__menu > .navbar__menu-item:last-child > a {
  border-bottom: 1px solid #f3f3f3;
}
.primary-menu-mobile .navbar__menu-item-has-children {
  flex-direction: column;
}
.primary-menu-mobile .navbar__submenu-link {
  padding: 6px 24px;
  color: #49454F;
  text-transform: uppercase;
  display: block;
  font-weight: 500;
  font-size: 0.75rem;
}
.primary-menu-mobile .navbar__submenu-link:hover {
  color: #80ba27;
}
.primary-menu-mobile .navbar__menu-item-has-children.active > a {
  color: #80ba27;
  padding-bottom: 0;
}
.primary-menu-mobile .navbar__menu-item-has-children.active > a::after {
  transform: rotate(180deg);
}
.primary-menu-mobile .navbar__menu-item-has-children.active .navbar__submenu--mob {
  display: block;
}

.navbar__submenu--mob {
  display: none;
  padding: 10px 0;
  list-style: none;
}
.navbar__submenu--mob .navbar__menu-item {
  padding: 24px 10px;
  list-style: none;
}

.navbar__right--mobile {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
.navbar__right--mobile svg {
  width: 22px;
  height: 22px;
}
.navbar__right--mobile .navbar__right-item {
  margin-right: 6px;
  margin-left: 6px;
}

@media (max-width: 1660px) {
  .navbar__menu {
    padding: 0 15px;
  }
}
@media (max-width: 1350px) {
  .header {
    padding: 15px 30px;
  }
  .navbar__menu-item {
    margin: 0 10px;
  }
}
@media (max-width: 1130px) {
  .navbar__menu-item-has-children a::before {
    content: unset !important;
  }
  .navbar__btn:not(.navbar__btn--close) {
    display: flex;
  }
  .header {
    padding: 15px 30px;
    box-shadow: 5px 8px 90px rgba(0, 0, 0, 0.2);
  }
  .header-fixed-fix {
    height: 60px;
  }
  .navbar__menu-item {
    margin: 0 10px;
  }
  .page-template-page-register .navbar__btn,
  .page-template-page-login .navbar__btn {
    display: none;
  }
  .page-template-page-register .auth__left,
  .page-template-page-login .auth__left {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-register .auth__formbox,
  .page-template-page-login .auth__formbox {
    padding-top: 30px;
  }
  .page-template-page-register .auth__p,
  .page-template-page-login .auth__p {
    margin-top: 16px;
  }
  body:not(.page-template-page-login):not(.page-template-page-register) .top-bar__lang {
    display: none;
  }
  .top-bar__link:last-of-type {
    margin-right: 0;
  }
  .navbar__close {
    display: flex;
  }
  .primary-menu {
    display: none;
  }
  .navbar > .navbar__right .btn {
    display: none;
  }
  .top-bar__avatar-first img {
    width: 32px;
    height: 32px;
  }
  .top-bar__avatar-inner {
    right: 0;
  }
  .top-bar__link {
    font-size: 0.625rem;
  }
}
@media (max-width: 800px) {
  .navbar__logo img {
    height: 22px;
  }
}
.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider .swiper {
  cursor: pointer;
}

.slider__item {
  width: 100%;
}

.slider__imgbox {
  width: 100%;
  height: 600px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.slider__imgbox::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 46.52%, rgba(0, 0, 0, 0) 99.86%);
}
.slider__imgbox img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.slider {
  position: relative;
  height: 600px;
}
.slider::after {
  z-index: 1;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: linear-gradient(90deg, #FAB400 25%, #F39200 25%, #F39200 50%, #C99555 50%, #C99555 75%, #80BA27 75%, #80BA27 100%);
}
.slider .slider__pagination {
  justify-content: space-between;
  transform: translate(0, -50%);
  top: 50%;
  right: 30px;
  left: 30px;
}
.slider .slider__paginationlist {
  position: absolute;
  bottom: 20px;
  z-index: 2;
}

.slider__item-inner {
  padding: 60px 150px 75px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.slider__title {
  margin-top: 5vw;
  font-family: "Centaurus", sans-serif;
  color: #fff;
  font-size: 1.875rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 0;
}

.slider__title--strong {
  font-family: "Centaurus", sans-serif;
  color: #fab400;
  font-size: 3.75rem;
  line-height: 3.75rem;
  text-transform: uppercase;
  margin: 10px 0 0;
  text-align: left;
}

.slider__lead {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin: 10px 0 28px;
  text-transform: uppercase;
  max-width: 600px;
}

.slider__btn {
  min-width: 50px;
  height: 50px;
  border: 2px solid #fff;
  display: flex;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.3s ease-out;
  cursor: pointer;
}
.slider__btn:hover {
  background-color: #fab400;
  border: 2px solid #fab400;
}
.slider__btn img {
  margin: auto;
}

.slider__btn--prev img {
  transform: rotate(-90deg);
}

.slider__btn--next img {
  transform: rotate(90deg);
}

.slider__pagination {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 15px;
  right: 30px;
  left: 30px;
}

.slider__paginationlist {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.slider__paginationlist .pagination__bullet {
  width: auto;
  line-height: 1;
  height: auto;
  font-size: 1.25rem;
  display: block;
  color: #c3c6c9;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.slider__paginationlist .pagination__bullet:hover {
  color: #fab400;
}
.slider__paginationlist .pagination__bullet--active {
  font-size: 2.5rem;
  color: #fab400;
  position: relative;
}

.slider__text {
  font-size: 1.75rem;
  color: #fff;
  font-weight: 500;
  margin-right: 80px;
  margin-top: 30px;
  text-transform: uppercase;
}

@media (max-width: 1430px) {
  .slider__item-inner {
    flex-direction: column;
    padding: 30px;
    justify-content: space-between;
  }
  .slider__title {
    margin-top: 0;
    padding: 0 0 0 40px;
    font-size: 3rem;
  }
  .slider__title--strong {
    margin-top: 0;
    text-align: left;
    font-size: 4rem;
  }
  .slider__left {
    max-width: 100%;
  }
  .slider__lead {
    margin-top: 0;
    font-size: 1rem;
  }
  .slider__item-inner .btn {
    margin-top: 20px;
    font-size: 0.875rem;
  }
  .slider__right {
    padding-left: 40px;
    align-items: flex-start;
    max-width: 100%;
  }
  .slider__text {
    font-size: 0.75rem;
  }
}
@media (max-width: 860px) {
  .slider__item-inner {
    padding: 30px 30px 65px 30px;
  }
  .slider__lead {
    font-size: 0.875rem;
    line-height: 1rem;
  }
  .slider__video-wrap {
    column-gap: 10px;
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .slider__btn {
    display: none;
  }
  .slider__paginationlist .pagination__bullet--active::before,
  .slider__paginationlist .pagination__bullet--active::after {
    display: none;
  }
  .slider__paginationlist {
    flex-direction: row;
    align-items: center;
  }
  .slider__paginationlist .pagination__bullet--active {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.25rem !important;
    color: #fab400 !important;
  }
  .slider__paginationlist .pagination__bullet {
    font-size: 0.875rem;
    padding: 5px;
    margin: 0 !important;
    color: #fff;
  }
  .slider__pagination {
    bottom: 15px;
    top: unset;
    right: 50%;
    transform: translateX(50%);
  }
  .slider__right, .slider__title {
    padding-left: 0;
  }
  .slider__title--strong,
  .slider__lead, .slider__item-inner .btn {
    margin-left: 0 !important;
  }
}
@media (max-width: 660px) {
  .slider__title {
    font-size: 1.625rem;
  }
  .slider__title--strong {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
  .slider__item {
    height: 600px;
  }
}
.section-category-search {
  padding: 50px 0 20px 0;
  background: #F3F3F3;
}
@media (max-width: 860px) {
  .section-category-search {
    margin: 0 0;
    padding: 35px 0 0;
  }
}
.section-category-search .category-search {
  gap: 20px;
}
@media (max-width: 860px) {
  .section-category-search .category-search {
    gap: 30px;
  }
}
.section-category-search .category-search > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 860px) {
  .section-category-search .category-search > div {
    display: block;
  }
}
.section-category-search .category-search > div .section__title {
  margin-bottom: 0;
}
@media (max-width: 860px) {
  .section-category-search .category-search > div .section__title {
    margin-bottom: 20px;
  }
}
.section-category-search .category-search .list-category {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: start;
}
@media (max-width: 860px) {
  .section-category-search .category-search .list-category {
    flex-direction: row;
  }
}
.section-category-search .category-search .list-category .item {
  border-radius: 10px;
  border: 1px solid #18191a;
  color: #18191a;
  padding: 10px 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 860px) {
  .section-category-search .category-search .list-category .item {
    padding: 8px 10px;
    font-size: 0.625rem;
  }
}
.section-category-search .category-search .list-category .item.active {
  border: 1px solid #fab400;
  background: #fab400;
  color: #fff;
}
.section-category-search .category-search .list-category .item:hover {
  border: 1px solid #fab400;
  background: #fab400;
  color: #fff;
}

.section__search {
  border-radius: 12px;
  border: 1px solid #949A9F;
  font-size: 16px;
  color: #949A9F;
  padding: 10px 40px 10px 20px;
  line-height: 16px;
  width: 100%;
  min-width: 570px;
  background: #fff;
}
@media (max-width: 860px) {
  .section__search {
    min-width: 100%;
  }
}
.section__search::-webkit-input-placeholder {
  color: #949A9F;
}
.section__search:-moz-placeholder {
  color: #949A9F;
  opacity: 1;
}
.section__search::-moz-placeholder {
  color: #949A9F;
  opacity: 1;
}
.section__search:-ms-input-placeholder {
  color: #949A9F;
}
.section__search:focus {
  outline: none;
}

.section__search--submit {
  position: absolute;
  right: 2px;
  border: 0;
  background: transparent;
  top: 0;
  bottom: 0;
  height: 40px;
}

.breadcrumb + .section-category-search {
  padding: 0 0 20px 0;
}

.section-carusel-film {
  padding: 60px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
}
@media (max-width: 1130px) {
  .section-carusel-film {
    overflow: hidden;
  }
}
@media (max-width: 900px) {
  .section-carusel-film {
    padding: 35px 0;
  }
}
.section-carusel-film .section__title.leaves::before {
  content: url("../img/icon/title-top10.svg");
  position: absolute;
  top: -27px;
  left: -38px;
  z-index: 1;
}
@media (max-width: 900px) {
  .section-carusel-film .section__title.leaves::before {
    left: -32px;
    transform: scale(0.6);
  }
}
.section-carusel-film .wrapper {
  justify-content: space-between;
  column-gap: 90px;
  position: relative;
}
.section-carusel-film .wrapper.turtle::before {
  content: url("../img/icon/turtle.svg");
  position: absolute;
  top: -15px;
  right: -65px;
  z-index: 1;
}
@media (max-width: 900px) {
  .section-carusel-film .wrapper.turtle::before {
    top: -51px;
    right: -64px;
    z-index: 1;
    transform: scale(0.45);
  }
}
.section-carusel-film .wrapper.star::before {
  content: url("../img/icon/title-star.svg");
  position: absolute;
  top: -22px;
  left: -90px;
  z-index: 0;
}
.section-carusel-film .wrapper.birdth::before {
  content: url("../img/birdth.svg");
  position: absolute;
  top: -105px;
  left: -150px;
  z-index: 2;
}
.section-carusel-film .wrapper-center {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 72px;
}
.section-carusel-film .wrapper-center .color-text {
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 700;
  text-align: center;
}

.section-carusel-film:hover {
  z-index: 2;
}

.section-carusel:hover .carusel__btn--next {
  display: block;
}
.section-carusel .list-movie {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 900px) {
  .section-carusel .list-movie {
    row-gap: 16px;
    column-gap: 8px;
  }
}
.section-carusel .list-movie .section-carusel-item {
  width: calc(25% - 23px);
  position: relative;
}
@media (max-width: 900px) {
  .section-carusel .list-movie .section-carusel-item {
    width: calc(50% - 8px);
  }
}
.section-carusel .section-carusel-item {
  justify-content: end;
  display: flex;
  overflow: visible;
  transform: initial !important;
}
.section-carusel .section-carusel-item:hover {
  transform: translateZ(1px);
}
.section-carusel .section-carusel-item:hover .show-info {
  display: block;
  z-index: 999;
}
@media (max-width: 1130px) {
  .section-carusel .section-carusel-item:hover .show-info {
    display: none;
  }
}
.section-carusel .section-carusel-item.number::before {
  position: absolute;
  top: 100px;
  left: 15px;
}
@media (max-width: 900px) {
  .section-carusel .section-carusel-item.number::before {
    left: -13px;
    top: 33px;
    transform: scale(0.5);
  }
}
.section-carusel .section-carusel-item.number:nth-child(1)::before {
  content: url("../img/icon/1.svg");
  left: 36px;
}
@media (max-width: 500px) {
  .section-carusel .section-carusel-item.number:nth-child(1)::before {
    left: 19px;
  }
}
@media (max-width: 360px) {
  .section-carusel .section-carusel-item.number:nth-child(1)::before {
    left: -14px;
  }
}
.section-carusel .section-carusel-item.number:nth-child(2)::before {
  content: url("../img/icon/2.svg");
}
@media (max-width: 500px) {
  .section-carusel .section-carusel-item.number:nth-child(2)::before {
    left: 19px;
  }
}
@media (max-width: 360px) {
  .section-carusel .section-carusel-item.number:nth-child(2)::before {
    left: -14px;
  }
}
.section-carusel .section-carusel-item.number:nth-child(3)::before {
  content: url("../img/icon/3.svg");
  left: 20px;
}
@media (max-width: 900px) {
  .section-carusel .section-carusel-item.number:nth-child(3)::before {
    left: -1px;
  }
}
.section-carusel .section-carusel-item.number:nth-child(4)::before {
  content: url("../img/icon/4.svg");
}
.section-carusel .section-carusel-item.number:nth-child(5)::before {
  content: url("../img/icon/5.svg");
}
.section-carusel .section-carusel-item.number:nth-child(6)::before {
  content: url("../img/icon/6.svg");
}
.section-carusel .section-carusel-item.number:nth-child(7)::before {
  content: url("../img/icon/7.svg");
}
.section-carusel .section-carusel-item.number:nth-child(8)::before {
  content: url("../img/icon/8.svg");
}
.section-carusel .section-carusel-item.number:nth-child(9)::before {
  content: url("../img/icon/9.svg");
}
.section-carusel .section-carusel-item.number:nth-child(10)::before {
  content: url("../img/icon/10.svg");
  left: 0;
}
@media (max-width: 900px) {
  .section-carusel .section-carusel-item.number:nth-child(10)::before {
    left: -50px;
  }
}
.section-carusel .section-carusel-item.number:nth-child(10)::after {
  content: url("../img/icon/tils.svg");
  top: -63px;
  position: absolute;
  right: -23px;
}
@media (max-width: 900px) {
  .section-carusel .section-carusel-item.number:nth-child(10)::after {
    right: -37px;
    top: -63px;
    transform: scale(0.5);
  }
}
.section-carusel .section-carusel-item.number .content-info {
  width: 170px;
}
@media (max-width: 900px) {
  .section-carusel .section-carusel-item.number .content-info {
    width: 115px;
  }
}
.section-carusel .section-carusel-item .content-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.section-carusel .section-carusel-item .content-info .image {
  height: 240px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 900px) {
  .section-carusel .section-carusel-item .content-info .image {
    height: 140px;
  }
}
.section-carusel .section-carusel-item .content-info .image > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section-carusel .section-carusel-item .content-info .image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 29.54%, rgba(0, 0, 0, 0.6) 80.52%);
  padding: 50px 20px;
}
.section-carusel .section-carusel-item .content-info .image .film-content {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 10px;
}
.section-carusel .section-carusel-item .content-info .image .film-content .film-title {
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.25rem;
  margin-bottom: 4px;
}
@media (max-width: 900px) {
  .section-carusel .section-carusel-item .content-info .image .film-content .film-title {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}
.section-carusel .section-carusel-item .content-info .image .film-content .film-time {
  font-size: 0.75rem;
  color: #18191a;
  font-weight: 600;
  line-height: 0.875rem;
  margin-bottom: 0;
  border-radius: 10px;
  padding: 10px;
  background: rgba(217, 217, 217, 0.8);
  height: 34px;
}
@media (max-width: 900px) {
  .section-carusel .section-carusel-item .content-info .image .film-content .film-time {
    font-size: 0.625rem;
    line-height: 0.75rem;
    height: 25px;
    padding: 7px 8px;
  }
}
.section-carusel .section-carusel-item .content-info .center {
  display: flex;
  gap: 8px;
}
.section-carusel .section-carusel-item .content-info .center .img {
  height: 32px;
  min-width: 32px;
  max-width: 32px;
  border-radius: 100px;
  border: 1px solid #80BA27;
  padding: 3px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-content: center;
}
@media (max-width: 900px) {
  .section-carusel .section-carusel-item .content-info .center .img {
    height: 20px;
    min-width: 20px;
    max-width: 20px;
  }
}
.section-carusel .section-carusel-item .content-info .center .img img {
  border-radius: 100px;
  object-fit: contain;
}
.section-carusel .section-carusel-item .content-info .center .info {
  display: flex;
  flex-direction: column;
}
.section-carusel .section-carusel-item .content-info .center .info p {
  font-size: 0.75rem;
  color: #555;
  font-weight: 400;
  line-height: 1rem;
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .section-carusel .section-carusel-item .content-info .center .info p {
    font-size: 0.5rem;
    line-height: 0.625rem;
  }
}
.section-carusel .section-carusel-item .content-info .center .info p.title {
  font-size: 0.875rem;
  color: #18191a;
  margin-bottom: 7px;
  font-weight: 500;
}
@media (max-width: 900px) {
  .section-carusel .section-carusel-item .content-info .center .info p.title {
    font-size: 0.625rem;
    line-height: 0.75rem;
  }
}
.section-carusel .section-carusel-item .content-info .center .info p.title.desktop {
  display: block;
}
@media (max-width: 900px) {
  .section-carusel .section-carusel-item .content-info .center .info p.title.desktop {
    display: none;
  }
}
.section-carusel .section-carusel-item .content-info .center .info p.title.mobile {
  display: none;
}
@media (max-width: 900px) {
  .section-carusel .section-carusel-item .content-info .center .info p.title.mobile {
    display: block;
  }
}
.section-carusel .section-carusel-item .content-info .center .info .like {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 0.75rem;
  color: #555;
  font-weight: 400;
  line-height: 1rem;
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .section-carusel .section-carusel-item .content-info .center .info .like {
    font-size: 0.5rem;
    line-height: 0.625rem;
    gap: 3px;
  }
}

.carusel__pagination {
  margin-top: 10px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 200px;
  left: 25px;
  right: 25px;
  width: 100%;
}

.carusel__btn {
  min-width: 50px;
  height: 50px;
  display: flex;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fab400;
  transition: background-color 0.3s ease-out;
  cursor: pointer;
  border: none;
}
.carusel__btn:hover {
  background-color: #F39200;
}
.carusel__btn img {
  margin: auto;
}
.carusel__btn.swiper-button-disabled {
  display: none;
}

.carusel__btn--prev {
  position: absolute;
  top: calc(50% - 25px);
  left: 25px;
  z-index: 3;
  top: 44.3%;
}
.carusel__btn--prev img {
  transform: rotate(-90deg);
}
@media (max-width: 900px) {
  .carusel__btn--prev {
    display: none !important;
  }
}

.carusel__btn--next {
  display: none;
  position: absolute;
  top: calc(50% - 25px);
  right: 25px;
  z-index: 3;
  top: 44.3%;
}
.carusel__btn--next img {
  transform: rotate(90deg);
}
@media (max-width: 900px) {
  .carusel__btn--next {
    display: none !important;
  }
}

.top-50 .carusel__btn--prev {
  top: 50%;
}
.top-50 .carusel__btn--next {
  top: 50%;
}

.top-52 .carusel__btn--prev {
  top: 52%;
}
.top-52 .carusel__btn--next {
  top: 52%;
}

.top-45 .carusel__btn--prev {
  top: 46.3%;
}
.top-45 .carusel__btn--next {
  top: 46.3%;
}

.carusel__paginationlist {
  margin: 0 10px;
  display: none;
  align-items: center;
  width: unset !important;
}
.carusel__paginationlist .pagination__bullet {
  line-height: 1;
  height: auto;
  font-size: 1.25rem;
  display: block;
  color: #c3c6c9;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.carusel__paginationlist .pagination__bullet:hover {
  color: #18191a;
}
.carusel__paginationlist .pagination__bullet:not(:last-child) {
  margin-right: 10px;
}
.carusel__paginationlist .pagination__bullet--active {
  font-size: 2.5rem;
  color: #fab400;
  position: relative;
  padding-left: 60px;
  padding-right: 65px;
}
.carusel__paginationlist .pagination__bullet--active::before {
  width: 55px;
  height: 4px;
  content: "";
  background-color: #fab400;
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
}
.carusel__paginationlist .pagination__bullet--active::after {
  width: 55px;
  height: 4px;
  top: calc(50% - 2px);
  content: "";
  background-color: #fab400;
  position: absolute;
  right: 0;
}

.show-info {
  width: 470px;
  border-radius: 16px;
  overflow: hidden;
  background: #F3F3F3;
  display: none;
  position: absolute;
  z-index: 999;
  left: -35%;
  top: -15px;
  box-shadow: 0px 18px 40px rgba(0, 0, 0, 0.5);
}
.show-info .images {
  height: 240px;
  width: 100%;
  object-fit: cover;
  position: relative;
  overflow: hidden;
}
.show-info .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.show-info .images::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 29.54%, rgba(0, 0, 0, 0.6) 80.52%);
  padding: 50px 20px;
}
.show-info .content {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.show-info .content .top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}
.show-info .content .top .play-btn {
  width: 50px;
  height: 50px;
  transform: translate(0px, 0px);
  left: 0;
  top: 0;
  position: relative;
}
.show-info .content .top > div {
  display: flex;
  gap: 10px;
}
.show-info .content .top > div .film-time {
  font-size: 0.75rem;
  color: #18191a;
  font-weight: 600;
  line-height: 0.875rem;
  margin-bottom: 0;
  border-radius: 10px;
  padding: 10px;
  background: rgba(217, 217, 217, 0.8);
  height: 34px;
  display: flex;
  align-items: center;
}
.show-info .content .top > div .film-age {
  font-size: 0.75rem;
  color: #18191a;
  font-weight: 600;
  line-height: 0.875rem;
  margin-bottom: 0;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  padding: 10px;
  background: #FFF;
  height: 34px;
  display: flex;
  align-items: center;
}
.show-info .content .title {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
  margin-bottom: 14px;
  margin-bottom: 0;
}
.show-info .content .center {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
  justify-content: space-between;
}
.show-info .content .center .left {
  display: flex;
  gap: 10px;
}
.show-info .content .center .img {
  height: 32px;
  min-width: 32px;
  max-width: 32px;
  border-radius: 100px;
  border: 1px solid #80BA27;
  padding: 3px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-content: center;
}
@media (max-width: 900px) {
  .show-info .content .center .img {
    height: 20px;
    min-width: 20px;
    max-width: 20px;
  }
}
.show-info .content .center .img img {
  border-radius: 100px;
  object-fit: contain;
}
.show-info .content .center .info {
  display: flex;
  flex-direction: column;
}
.show-info .content .center .info p {
  font-size: 0.75rem;
  color: #555;
  font-weight: 400;
  line-height: 1rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
}
@media (max-width: 900px) {
  .show-info .content .center .info p {
    font-size: 0.5rem;
    line-height: 0.75rem;
  }
}
.show-info .content .center .info p.title {
  font-size: 0.875rem;
  color: #80BA27;
  margin-bottom: 0;
  font-weight: 500;
}
@media (max-width: 900px) {
  .show-info .content .center .info p.title {
    font-size: 0.625rem;
    line-height: 0.75rem;
  }
}
.show-info .content .center .info .like {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  font-size: 0.75rem;
  color: #555;
  font-weight: 400;
  line-height: 1rem;
  margin-bottom: 0;
}
.show-info .content .description p {
  font-size: 0.75rem;
  color: #18191a;
  font-weight: 400;
  line-height: 1rem;
}
.show-info .content .category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.show-info .content .category .name-category {
  font-size: 0.75rem;
  color: #18191a;
  font-weight: 600;
  line-height: 1rem;
  margin-bottom: 0;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #18191a;
  background: #fff;
  min-height: 34px;
  text-transform: uppercase;
}

.video-item {
  height: 240px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
}
@media (max-width: 900px) {
  .video-item {
    height: 160px;
  }
}
.video-item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  padding: 50px 20px;
}
.video-item .video-item__text {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 10px;
}
.video-item .video-item__text .film-title {
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.25rem;
  margin-bottom: 4px;
}
@media (max-width: 900px) {
  .video-item .video-item__text .film-title {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}
.video-item .video-item__text .film-time {
  font-size: 0.75rem;
  color: #18191a;
  font-weight: 600;
  line-height: 0.875rem;
  margin-bottom: 0;
  border-radius: 10px;
  padding: 10px;
  background: rgba(217, 217, 217, 0.8);
  height: 34px;
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  .video-item .video-item__text .film-time {
    font-size: 0.625rem;
    line-height: 0.75rem;
    height: 25px;
    padding: 7px 8px;
  }
}
.video-item .play-btn {
  width: 50px;
  height: 50px;
}
@media (max-width: 860px) {
  .video-item .play-btn {
    width: 30px;
    height: 30px;
  }
}
.video-item .play-btn img {
  max-height: 30px;
  margin: auto;
}
@media (max-width: 860px) {
  .video-item .play-btn img {
    max-height: 16px;
  }
}
.video-item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-item:hover .play-btn {
  background-color: #F39200;
}

.likecentrum .video-item {
  height: 475px;
}
@media (max-width: 900px) {
  .likecentrum .video-item {
    height: 300px;
  }
}

.shorts .video-item {
  height: 475px;
}
@media (max-width: 900px) {
  .shorts .video-item {
    height: 300px;
  }
}

.procent {
  position: absolute;
  bottom: 0;
  height: 6px;
  width: 100%;
  background: rgba(250, 180, 0, 0.3);
}
.procent span {
  background: #FAB400;
  display: list-item;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background-color: #fab400;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: flex;
  border-radius: 50%;
  transition: background-color 0.3s ease-out;
}
.play-btn img {
  height: 30px;
  margin: auto;
}

.continent__item {
  height: 270px;
  width: 100%;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px 10px 10px;
  gap: 15px;
}
@media (max-width: 900px) {
  .continent__item {
    height: 145px;
  }
}
@media (max-width: 900px) {
  .continent__item img {
    height: 65px;
  }
}
.continent__item .continent__item-title {
  font-family: "Centaurus", sans-serif;
  font-size: 1.875rem;
  line-height: 2.125rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .continent__item .continent__item-title {
    font-size: 1rem;
    line-height: 1rem;
  }
}
.continent__item .continent__item-title-hover {
  display: none;
}
.continent__item:hover {
  background: #fff !important;
  justify-content: center;
}
.continent__item:hover img {
  display: none;
}
.continent__item:hover .continent__item-title {
  display: none;
}
.continent__item:hover .continent__item-title-hover {
  display: block;
  font-family: "Centaurus", sans-serif;
  font-size: 1.875rem;
  line-height: 2.125rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .continent__item:hover .continent__item-title-hover {
    font-size: 1rem;
    line-height: 1rem;
  }
}

.js-swiper-legends .carusel__btn--prev {
  top: 52%;
}
.js-swiper-legends .carusel__btn--next {
  top: 52%;
}

.legends__item {
  height: 160px;
  width: 100%;
  border-radius: 16px;
  display: flex;
  padding: 15px 20px;
  gap: 15px;
  background-color: rgba(250, 180, 0, 0.1);
}
@media (max-width: 900px) {
  .legends__item {
    height: 100px;
    padding: 10px 12px;
  }
}
.legends__item > div {
  padding-top: 10px;
}
.legends__item p {
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 400;
  color: #18191a;
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .legends__item p {
    font-size: 0.75rem;
    line-height: 0.875rem;
    margin-bottom: 10px;
  }
}
.legends__item p.legends__item-title {
  font-weight: 700;
}
.legends__item:hover {
  background-color: #FAB400;
}
.legends__item:hover p {
  color: #fff;
}

.show-modal {
  width: 1230px;
  border-radius: 16px;
  overflow: hidden;
  background: #F3F3F3;
  display: none;
  box-shadow: 0px 18px 40px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1280px) {
  .show-modal {
    width: 100%;
  }
}
.show-modal .wrapper {
  column-gap: 0;
}
.show-modal .images {
  height: 540px;
  width: 100%;
  object-fit: cover;
  position: relative;
  overflow: hidden;
}
@media (max-width: 900px) {
  .show-modal .images {
    height: 230px;
  }
}
.show-modal .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.show-modal .images::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 29.54%, rgba(0, 0, 0, 0.6) 80.52%);
  padding: 50px 20px;
}
.show-modal .content {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
@media (max-width: 900px) {
  .show-modal .content {
    max-width: 100%;
  }
}
.show-modal .content .top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 900px) {
  .show-modal .content .top {
    margin-bottom: 20px;
  }
}
.show-modal .content .top .play-btn {
  width: 50px;
  height: 50px;
  transform: translate(0px, 0px);
  left: 0;
  top: 0;
  position: relative;
}
.show-modal .content .top > div {
  display: flex;
  gap: 10px;
  align-items: center;
}
.show-modal .content .top > div .film-time {
  font-size: 0.75rem;
  color: #18191a;
  font-weight: 600;
  line-height: 0.875rem;
  margin-bottom: 0;
  border-radius: 10px;
  padding: 10px;
  background: rgba(217, 217, 217, 0.8);
  height: 34px;
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  .show-modal .content .top > div .film-time {
    padding: 8px 10px;
  }
}
.show-modal .content .top > div .film-age {
  font-size: 0.75rem;
  color: #18191a;
  font-weight: 600;
  line-height: 0.875rem;
  margin-bottom: 0;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  padding: 10px;
  background: #FFF;
  height: 34px;
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  .show-modal .content .top > div .film-age {
    padding: 8px 10px;
  }
}
.show-modal .content .title {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
  margin-bottom: 14px;
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .show-modal .content .title {
    font-size: 1.125rem;
  }
}
.show-modal .content .center {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 900px) {
  .show-modal .content .center {
    flex-direction: column;
    align-items: start;
    gap: 15px;
    margin-bottom: 20px;
  }
}
.show-modal .content .center .left {
  display: flex;
  gap: 10px;
}
@media (max-width: 900px) {
  .show-modal .content .center .left {
    max-width: 100%;
  }
}
.show-modal .content .center .img {
  height: 32px;
  min-width: 32px;
  max-width: 32px;
  border-radius: 100px;
  border: 1px solid #80BA27;
  padding: 3px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-content: center;
}
@media (max-width: 900px) {
  .show-modal .content .center .img {
    height: 38px;
    min-width: 38px;
    max-width: 38px;
  }
}
.show-modal .content .center .img img {
  border-radius: 100px;
  object-fit: contain;
}
.show-modal .content .center .info {
  display: flex;
  flex-direction: column;
}
.show-modal .content .center .info p {
  font-size: 0.75rem;
  color: #555;
  font-weight: 400;
  line-height: 1rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
}
@media (max-width: 900px) {
  .show-modal .content .center .info p {
    font-size: 0.75rem;
    line-height: 0.75rem;
    flex-wrap: wrap;
  }
}
.show-modal .content .center .info p.title {
  font-size: 0.875rem;
  color: #80BA27;
  margin-bottom: 0;
  font-weight: 500;
}
@media (max-width: 900px) {
  .show-modal .content .center .info p.title {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
.show-modal .content .center .info .like {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  font-size: 0.75rem;
  color: #555;
  font-weight: 400;
  line-height: 1rem;
  margin-bottom: 0;
}
.show-modal .content .description {
  font-size: 0.75rem;
  color: #18191a;
  font-weight: 400;
  line-height: 1rem;
}
.show-modal .content .category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.show-modal .content .category .name-category {
  font-size: 0.75rem;
  color: #18191a;
  font-weight: 600;
  line-height: 0.625rem;
  margin-bottom: 0;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #18191a;
  background: #fff;
  height: 34px;
  text-transform: uppercase;
}
.show-modal .right-list {
  padding: 100px 20px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 900px) {
  .show-modal .right-list {
    max-width: 100%;
    padding: 0 20px 20px;
    gap: 15px;
  }
}
.show-modal .right-list p {
  font-size: 0.75rem;
  color: #18191a;
  font-weight: 400;
  line-height: 1rem;
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .show-modal .right-list p {
    font-size: 0.625rem;
    line-height: 0.75rem;
  }
}

.fancybox__content > .f-button.is-close-btn {
  top: 20px !important;
  right: 20px !important;
  background: #fab400;
  color: #fff;
  border-radius: 100px;
  opacity: 1 !important;
}

.fancybox__content {
  padding: 0 !important;
  border-radius: 16px !important;
}
@media (max-width: 900px) {
  .fancybox__content {
    border-radius: 0 !important;
  }
}

.fancybox__content .show-modal {
  display: block;
  padding: 0;
  border-radius: 16px;
}
@media (max-width: 900px) {
  .fancybox__content .show-modal {
    border-radius: 0;
  }
}
.fancybox__content .show-modal .pm__close-btn {
  background: transparent !important;
  height: 40px;
  position: relative;
  transition: all 0.15s ease;
  display: flex !important;
  align-items: center;
  font-size: 14px;
  width: auto !important;
  gap: 8px;
  outline: 0;
  border: 0;
  box-shadow: none;
}
.fancybox__content .show-modal .pm__close-btn:focus {
  outline: none;
}
.fancybox__content .show-modal .pm__close-btn:hover {
  font-weight: 700;
}
.fancybox__content .show-modal .pm__close-btn span {
  display: flex;
  height: 100%;
  width: 100%;
  background: #fff;
  border: 0.8px solid #EAEAEA;
  border-radius: 50px;
  height: 24px;
  position: relative;
  transition: all 0.15s ease;
  width: 24px;
  justify-content: center;
  align-items: center;
}
.fancybox__content .show-modal .pm__close-btn svg {
  stroke: #FAB400;
  transform: scale(0.75);
  transition: stroke 0.15s ease;
}
.fancybox__content .show-modal .pm__close-btn:hover span {
  background: #F39200 !important;
  border-color: #F39200;
}
.fancybox__content .show-modal .pm__close-btn:hover svg {
  stroke: #fff;
}
.fancybox__content .show-modal .img.mobile {
  display: none;
}
@media (max-width: 700px) {
  .fancybox__content .show-modal .img.mobile {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}

.section-movie .section-movie-video {
  width: 100%;
  max-width: 100vw;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .section-movie .section-movie-video {
    margin-bottom: 20px;
  }
}
.section-movie .section-movie-video video {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 900px) {
  .section-movie .section-movie-video video {
    height: 300px;
  }
}
.section-movie .section-movie-information .title {
  font-size: 1.5rem;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .section-movie .section-movie-information .title {
    font-size: 1.125rem;
  }
}
.section-movie .section-movie-information .center {
  display: flex;
  gap: 8px;
  margin: 15px 0;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 900px) {
  .section-movie .section-movie-information .center {
    flex-direction: column;
    align-items: start;
    gap: 15px;
    margin-bottom: 20px;
  }
}
.section-movie .section-movie-information .center .left {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 900px) {
  .section-movie .section-movie-information .center .left {
    max-width: 100%;
  }
}
.section-movie .section-movie-information .center .img {
  height: 38px;
  min-width: 38px;
  max-width: 38px;
  border-radius: 100px;
  border: 1px solid #80BA27;
  padding: 3px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-content: center;
}
.section-movie .section-movie-information .center .img img {
  border-radius: 100px;
  object-fit: contain;
}
.section-movie .section-movie-information .info {
  display: flex;
  flex-direction: column;
}
.section-movie .section-movie-information .info p {
  font-size: 1rem;
  color: #555;
  font-weight: 400;
  line-height: 1rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
}
@media (max-width: 900px) {
  .section-movie .section-movie-information .info p {
    font-size: 0.75rem;
    line-height: 0.75rem;
    flex-wrap: wrap;
  }
}
.section-movie .section-movie-information .info p.title {
  font-size: 0.875rem;
  color: #80BA27;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .section-movie .section-movie-information .info p.title {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
.section-movie .section-movie-information .info .like {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  font-size: 0.75rem;
  color: #555;
  font-weight: 400;
  line-height: 1rem;
  margin-bottom: 0;
}
.section-movie .section-movie-information .description {
  font-size: 0.875rem;
  color: #18191a;
  font-weight: 400;
  line-height: 1rem;
  margin-bottom: 30px;
}
.section-movie .section-movie-comments {
  display: flex;
  flex-direction: column;
}
.section-movie .section-movie-comments .title {
  font-size: 1rem;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  order: 0;
  margin-bottom: 20px;
}
.section-movie .section-movie-comments .title span {
  font-weight: 400;
  color: #555;
}
@media (max-width: 900px) {
  .section-movie .section-movie-comments .title {
    font-size: 0.75rem;
  }
}
.section-movie .section-movie-comments .comment-respond {
  order: 1;
}
.section-movie .section-movie-comments .comment-respond .comment-reply-title {
  display: none;
}
.section-movie .section-movie-comments .comment-respond .must-log-in {
  display: none;
}
.section-movie .section-movie-comments .comment-respond .comment-form .logged-in-as {
  display: none;
}
.section-movie .section-movie-comments .comment-respond .comment-form .comment-form-comment label {
  display: none;
}
.section-movie .section-movie-comments .comment-respond .comment-form .comment-form-comment textarea {
  width: 100%;
  height: 40px;
  border-radius: 12px;
  border: 1px solid #949A9F;
  padding: 4px 10px;
  color: #949A9F;
  font-size: 0.75rem;
  font-weight: 400;
}
.section-movie .section-movie-comments .comment-respond .comment-form .form-submit {
  display: flex;
  justify-content: end;
}
.section-movie .section-movie-comments .comment-respond .comment-form .form-submit .submit {
  background-color: #80BA27;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 7px 20px;
  border-radius: 12px;
  border: 2px solid #80BA27;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 600;
  margin-left: 10px;
  transition: all 0.3s ease-out;
}
.section-movie .section-movie-comments .comment-respond .comment-form .form-submit .submit:hover {
  background: #3d6a2b;
  border: 2px solid #3d6a2b;
}
.section-movie .section-movie-comments .comment-respond .comment-form .form-submit .submit:hover span {
  color: #fff;
}
.section-movie .section-movie-comments .comment-respond .comment-form .form-submit .submit:focus {
  border: 0;
}
.section-movie .section-movie-comments .comment-list {
  order: 2;
  padding-left: 0;
}
.section-movie .section-movie-comments .comment-list li {
  margin-bottom: 25px;
}
@media (max-width: 900px) {
  .section-movie .section-movie-comments .comment-list li {
    margin-bottom: 20px;
  }
}
.section-movie .section-movie-comments .comment-list li::marker {
  color: transparent;
}
.section-movie .section-movie-comments .comment-list ol.children {
  display: none;
}
.section-movie .section-movie-comments .comment-list .comment-container {
  display: flex;
  gap: 10px;
}
.section-movie .section-movie-comments .comment-list .comment-container .show-replies-btn {
  color: #80BA27;
  font-weight: 700;
  margin: 15px 0;
  background: transparent;
  border: 0;
}
@media (max-width: 900px) {
  .section-movie .section-movie-comments .comment-list .comment-container .show-replies-btn {
    font-size: 0.75rem;
  }
}
.section-movie .section-movie-comments .comment-list .comment-avatar img {
  width: 38px;
  height: 38px;
  object-fit: cover;
  border-radius: 100px;
  border: 2px solid #80BA27;
}
.section-movie .section-movie-comments .comment-list .comment-content .comment-author {
  font-size: 0.875rem;
  font-weight: 400;
  color: #555;
  margin: 10px 0;
}
@media (max-width: 900px) {
  .section-movie .section-movie-comments .comment-list .comment-content .comment-author {
    font-size: 0.625rem;
    margin: 15px 0 5px;
  }
}
.section-movie .section-movie-comments .comment-list .comment-content .comment-author .fn {
  color: #18191a;
  font-size: 0.875rem;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 900px) {
  .section-movie .section-movie-comments .comment-list .comment-content .comment-author .fn {
    font-size: 0.625rem;
  }
}
.section-movie .section-movie-comments .comment-list .comment-content .comment-text p {
  color: #18191a;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .section-movie .section-movie-comments .comment-list .comment-content .comment-text p {
    font-size: 0.625rem;
    margin-bottom: 5px;
  }
}
.section-movie .section-movie-comments .comment-list .comment-content .comment-actions {
  color: #18191a;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 400;
}
@media (max-width: 900px) {
  .section-movie .section-movie-comments .comment-list .comment-content .comment-actions {
    font-size: 0.625rem;
  }
}
.section-movie .section-movie-comments .comment-list .comment-content .comment-actions .comment-like {
  color: #18191a;
}
.section-movie .section-movie-comments .comment-list .comment-content .comment-actions .comment-like svg {
  fill: #F2F8E9;
  margin-right: 6px;
}
.section-movie .section-movie-comments .comment-list .comment-content .comment-actions .comment-like svg path:last-child {
  stroke: #80BA27;
}
.section-movie .section-movie-comments .comment-list .comment-content .comment-actions .comment-reply-login {
  display: none;
}
.section-movie .section-movie-comments .comment-list .comment-content .comment-actions .comment-reply-link {
  color: #80BA27;
  font-weight: 700;
  margin-left: 40px;
}
@media (max-width: 900px) {
  .section-movie .section-movie-comments .comment-list .comment-content .comment-actions .comment-reply-link {
    margin-left: 20px;
  }
}
.section-movie .section-movie-comments .comment-list .comment-content .comment-actions .comment-report {
  color: #80BA27;
  font-weight: 700;
  margin-left: 40px;
}
@media (max-width: 900px) {
  .section-movie .section-movie-comments .comment-list .comment-content .comment-actions .comment-report {
    margin-left: 20px;
  }
}

@media (max-width: 900px) {
  .section-movie-carousel .list-movie {
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
}
@media (max-width: 900px) {
  .section-movie-carousel .list-movie .section-carusel-item {
    min-width: 45%;
    max-width: 45%;
  }
}

.movies__pagination {
  margin-top: 70px;
  border-top: 1px solid #D9D9D9;
  padding: 40px 0;
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .movies__pagination {
    margin-top: 60px;
    padding: 60px 0;
  }
}
.movies__pagination .page-numbers {
  width: 40px;
  height: 40px;
  font-size: 1rem;
  border: 1px solid #fab400;
  background: #fab400;
  color: #fff;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.movies__pagination .page-numbers:hover {
  background: #F39200;
  border: 1px solid #F39200;
}
.movies__pagination .page-numbers.current {
  background: #fff;
  border: 1px solid #949A9F;
  color: #949A9F;
}
.movies__pagination .prev {
  display: none;
}
.movies__pagination .next.page-numbers {
  font-size: 0;
}
.movies__pagination .next.page-numbers::before {
  content: url("../img/icon/arrow-up-pagination.svg");
  width: 22px;
  height: 21px;
  display: block;
  position: absolute;
  z-index: 1;
}

.section-text-img {
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
}
@media (max-width: 900px) {
  .section-text-img {
    padding-top: 35px;
    padding-bottom: 35px;
    margin: 35px 0;
  }
}
@media (max-width: 900px) {
  .section-text-img .col-6 {
    max-width: 100%;
  }
}
.section-text-img .col-6:first-child {
  padding-right: 80px;
}
@media (max-width: 900px) {
  .section-text-img .col-6:first-child {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.section-text-img .col-6:first-child p {
  margin-bottom: 30px;
}
.section-text-img .text-img__right {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.section-text-img .text-img__right::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 29.54%, rgba(0, 0, 0, 0.6) 80.52%);
  padding: 50px 20px;
}
.section-text-img .text-img__right > img {
  width: 100%;
  height: 100%;
}
.section-text-img .text-img__right > div {
  position: absolute;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
@media (max-width: 900px) {
  .section-text-img .text-img__right > div {
    bottom: 15px;
  }
}
.section-text-img .text-img__right > div .img-title {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 5px;
}
@media (max-width: 900px) {
  .section-text-img .text-img__right > div .img-title {
    font-size: 0.75rem;
    line-height: 1.5rem;
    margin-bottom: 0;
  }
}
.section-text-img .text-img__right > div .img-subtitle {
  font-size: 1.875rem;
  color: #fff;
  font-weight: 700;
  line-height: 2.125rem;
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .section-text-img .text-img__right > div .img-subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.section-text-img .text-img__left-btn {
  display: flex;
  gap: 30px;
}
.section-text-img .text-img__left-btn .play-btn {
  position: relative;
  background: #80BA27;
  width: 50px;
  height: 50px;
}
.section-text-img .text-img__left-btn .play-btn:hover {
  background: #3d6a2b;
}

.section-header-wrap {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section-header {
  min-height: 600px;
  position: relative;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 80px;
  background-size: cover;
  background-position: center;
}
.section-header:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 36%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 46.52%, rgba(0, 0, 0, 0) 99.86%);
}
.section-header::after {
  z-index: 1;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: linear-gradient(90deg, #FAB400 25%, #F39200 25%, #F39200 50%, #80BA27 50%, #80BA27 75%, #C99555 75%, #C99555 100%);
}
.section-header .play-btn {
  width: 110px;
  height: 110px;
  top: 25%;
  left: 50%;
  z-index: 2;
}
.section-header .play-btn img {
  height: 50px;
}
.section-header .play-btn:hover {
  background-color: #18191a !important;
}

.sheader__text {
  position: relative;
  z-index: 1;
  max-width: 1000px;
}

.sheader__title--color {
  font-family: "Centaurus", sans-serif;
  color: #fab400;
  font-size: 6rem;
  margin-bottom: 60px;
}

.sheader__title {
  font-size: 2.4375rem;
  color: #fff;
  font-family: "Centaurus", sans-serif;
  margin-bottom: 30px;
}

.sheader__text {
  font-size: 1.25rem;
  color: #fff;
  font-family: "Centaurus", sans-serif;
}

.breadcrumb {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 0.625rem;
  display: flex;
  align-items: flex-end;
  color: #949A9F !important;
}
.breadcrumb a {
  color: #18191A !important;
}
.breadcrumb svg {
  margin-right: 5px;
}
.breadcrumb a:first-of-type {
  color: #18191A !important;
  display: inline-flex;
  align-items: flex-end;
  line-height: 1;
}
.breadcrumb + section {
  margin-top: 80px;
}

@media (max-width: 1100px) {
  .section-header {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 900px) {
  .sheader__title--color {
    font-size: 2.75rem;
    margin-bottom: 0;
    line-height: 1.1;
  }
  .sheader__title {
    font-size: 1.625rem;
  }
  .sheader__text {
    font-size: 0.875rem;
    font-weight: 400;
  }
}
@media (max-width: 800px) {
  .sheader__title {
    margin-bottom: 10px;
  }
  .section-header {
    min-height: 400px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
  }
  .section-header .play-btn {
    width: 57px;
    height: 57px;
  }
  .section-header .play-btn img {
    max-height: 26px;
  }
  .breadcrumb + .section-history {
    margin-top: 50px;
  }
}
@media (max-width: 600px) {
  .section-header {
    background: none !important;
  }
  .section-header:before {
    width: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 44.44%, rgba(0, 0, 0, 0) 97.78%);
  }
}
.sheader__text--no-subtitle {
  max-width: unset;
}
.sheader__text--no-subtitle .sheader__title--color {
  margin-bottom: 0;
}

.faq__img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 50px;
}

.faq-title {
  text-align: center;
  font-size: 2rem;
  line-height: 3.4375rem;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 700px) {
  .faq-title {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
}

.section-faq {
  margin-top: 100px;
  margin-bottom: 100px;
  background-color: #f3f3f3;
}
@media (max-width: 700px) {
  .section-faq {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.section-faq .section__title {
  text-align: center;
}

.faq__list dl {
  margin-top: 70px;
  border-bottom: 1px solid rgba(61, 106, 43, 0.3);
}
@media (max-width: 700px) {
  .faq__list dl {
    margin-top: 30px;
  }
}
.faq__list dt button {
  display: flex;
  justify-content: space-between;
  position: relative;
  transition: all 0.3s;
  line-height: 1.6;
  color: #80BA27;
  font-weight: 500;
  align-items: center;
  font-size: 1.25rem;
  padding: 20px 0;
  border: none;
  background-color: transparent;
  width: 100%;
  border-top: 1px solid rgba(61, 106, 43, 0.3);
  cursor: pointer;
  transition: all 0.3s;
  text-align: left;
}
@media (max-width: 700px) {
  .faq__list dt button {
    font-size: 0.75rem;
    text-align: left;
  }
}
.faq__list dt button:hover {
  color: #81ba27;
  text-decoration: underline !important;
}
.faq__list dt button:after {
  content: url("../img/icon/faq-q-close.svg");
}
.faq__list dt.open button:after {
  content: url("../img/icon/faq-q-open.svg");
}
.faq__list dt.open + dd {
  height: auto;
  padding-bottom: 20px;
}
.faq__list dd {
  margin-bottom: 0;
  transition: all 0.3s;
  overflow: hidden;
  height: 0;
}
.faq__list dd p {
  margin-bottom: 10px;
  padding-right: 30px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  color: #49454F;
}
@media (max-width: 700px) {
  .faq__list dd p {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}

.section-contact {
  overflow: hidden;
  background-image: url(../img/contact-bg.jpg);
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-contact::after {
  content: url("../img/contact-elefant.png");
  position: absolute;
  left: 0;
  bottom: -50px;
}
.section-contact .btn {
  border: none;
  margin-left: auto;
  margin-top: 30px;
  transition: all 0.4s;
}

.contact__text {
  margin-top: 30px;
  color: #18191A;
}
.contact__text p {
  margin-bottom: 30px;
}
.contact__text a {
  color: #18191A;
}
.contact__text a:hover {
  color: #80ba27;
}

.contact__form p {
  margin-bottom: 0;
}
.contact__form label {
  margin-top: 30px;
  color: #18191A;
  margin-bottom: 5px;
}
.contact__form input[type=text],
.contact__form input[type=email],
.contact__form input[type=tel],
.contact__form textarea {
  outline-color: #80BA27;
  padding: 10px;
  border: 1px solid #C3C6C9;
  background-color: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  width: 100%;
}
.contact__form .form-row {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}
.contact__form .form-row p {
  width: 100%;
}

.wpcf7-acceptance {
  position: relative;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-acceptance label {
  margin-top: 20px;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  color: #7E7E7E;
  font-size: 0.625rem;
  font-weight: 300;
  position: relative;
  display: block;
  padding-left: 26px;
  cursor: pointer;
}
.wpcf7-acceptance .wpcf7-list-item-label:before {
  background-color: #fff;
  border: 1px solid #C3C6C9 !important;
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.wpcf7-acceptance input[type=checkbox] {
  position: absolute;
  left: 0;
  z-index: -1;
  display: none;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background-color: #80BA27;
  background-repeat: no-repeat;
  background-size: cover;
}

.wpcf7-response-output {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  margin: 0 !important;
}

.wpcf7-not-valid-tip {
  font-size: 0.75rem;
}

.f-button.is-close-btn {
  display: none !important;
}

.modal-form {
  position: relative;
}
.modal-form::before {
  content: url("../img/cookies1.svg") !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  z-index: 2;
}
@media (max-width: 700px) {
  .modal-form::before {
    content: url("../img/cookies1-mobile.svg") !important;
  }
}
.modal-form .show-modal {
  background: #fff;
  min-height: 425px;
}
.modal-form .show-modal .pm__close-btn {
  background: transparent !important;
  height: 40px;
  position: relative;
  transition: all 0.15s ease;
  display: flex !important;
  align-items: center;
  font-size: 14px;
  width: auto !important;
  gap: 8px;
  outline: 0;
  border: 0;
  box-shadow: none;
}
.modal-form .show-modal .pm__close-btn:focus {
  outline: none;
}
.modal-form .show-modal .pm__close-btn:hover {
  font-weight: 700;
}
.modal-form .show-modal .pm__close-btn span {
  display: flex;
  height: 100%;
  width: 100%;
  background: transparent;
  border: 0.8px solid #EAEAEA;
  border-radius: 50px;
  height: 24px;
  position: relative;
  transition: all 0.15s ease;
  width: 24px;
  justify-content: center;
  align-items: center;
}
.modal-form .show-modal .pm__close-btn svg {
  stroke: #FAB400;
  transform: scale(0.75);
  transition: stroke 0.15s ease;
}
.modal-form .show-modal .pm__close-btn:hover span {
  background: #F39200 !important;
  border-color: #F39200;
}
.modal-form .show-modal .pm__close-btn:hover svg {
  stroke: #fff;
}
.modal-form .show-modal .img.mobile {
  display: none;
}
@media (max-width: 700px) {
  .modal-form .show-modal .img.mobile {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}
.modal-form .section-popup {
  overflow: hidden;
  position: relative;
  padding: 40px 0 0;
}
@media (max-width: 700px) {
  .modal-form .section-popup {
    padding: 100px 30px 0;
  }
}
.modal-form .section-popup .btn-flex {
  display: flex;
  gap: 32px;
  justify-content: center;
}
@media (max-width: 700px) {
  .modal-form .section-popup .btn-flex {
    flex-direction: column-reverse;
    gap: 16px;
    margin-bottom: 40px;
  }
}
.modal-form .section-popup .btn-flex .btn {
  margin: 0 0 70px;
}
@media (max-width: 700px) {
  .modal-form .section-popup .btn-flex .btn {
    margin: 0;
  }
}
.modal-form .section-popup .btn-flex.pt-30 {
  padding-top: 30px;
}
.modal-form .section-popup .btn {
  border: none;
  margin: 30px auto;
  transition: all 0.4s;
}
@media (max-width: 700px) {
  .modal-form .section-popup .btn {
    width: 100%;
    max-width: 100%;
  }
}
.modal-form .section-popup .btn-bok p {
  margin: 30px 0 0;
  display: flex;
  gap: 30px;
}
@media (max-width: 700px) {
  .modal-form .section-popup .btn-bok p {
    gap: 15px;
  }
}
.modal-form .section-popup .btn-bok p .btn {
  border: 0;
  margin: 0;
}
.modal-form .section-popup .btn-bok p .btn.btn-border {
  border: 2px solid #80BA27;
  background: transparent;
  color: #80BA27 !important;
  min-width: auto;
  padding: 18px 32px;
}
.modal-form .section-popup .btn-bok p .btn.btn-border:hover {
  background: #3d6a2b !important;
  border: 2px solid #3d6a2b;
  color: #fff !important;
}
.modal-form .section-popup h2 {
  font-size: 2.5rem;
  line-height: 3.25rem;
  font-weight: 400;
  font-family: "Centaurus", sans-serif;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 200px;
}
@media (max-width: 700px) {
  .modal-form .section-popup h2 {
    padding: 0;
    font-size: 1.5625rem;
    line-height: 2.1875rem;
    margin-bottom: 20px;
    text-align: left;
  }
}
@media (max-width: 700px) {
  .modal-form .section-popup h2 br {
    display: none;
  }
}
.modal-form .section-popup .subtitle {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 200px;
}
@media (max-width: 700px) {
  .modal-form .section-popup .subtitle {
    text-align: left;
    padding: 0;
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
@media (max-width: 700px) {
  .modal-form .section-popup .subtitle br {
    display: none;
  }
}
.modal-form .section-popup .img {
  margin: 0 auto;
  display: flex;
}
@media (max-width: 700px) {
  .modal-form .section-popup .img {
    transform: scale(0.8);
  }
}
.modal-form .section-popup .img.desktop {
  display: block;
}
@media (max-width: 700px) {
  .modal-form .section-popup .img.desktop {
    display: none;
  }
}
.modal-form .section-popup .img.mobile {
  display: none;
}
@media (max-width: 700px) {
  .modal-form .section-popup .img.mobile {
    display: block;
    margin: 30px auto 50px;
  }
}
.modal-form .section-popup .img.mt-50 {
  margin-top: 50px;
}
@media (max-width: 700px) {
  .modal-form .section-popup .img.mt-50 {
    margin-top: 0;
  }
}
.modal-form .section-popup .img.mt-70 {
  margin-top: 70px;
}
@media (max-width: 700px) {
  .modal-form .section-popup .img.mt-70 {
    margin-top: 0;
  }
}
.modal-form .section-popup .img.mb-40 {
  margin-bottom: 40px;
}
.modal-form .section-popup .img.mb-70 {
  margin-bottom: 70px;
}
@media (max-width: 700px) {
  .modal-form .section-popup .img.mb-70 {
    margin-bottom: 40px;
  }
}
.modal-form .section-popup .img.mb-90 {
  margin-bottom: 90px;
}
@media (max-width: 700px) {
  .modal-form .section-popup .img.mb-90 {
    margin-bottom: 40px;
  }
}
.modal-form .section-popup .img-bottom {
  margin: 0 auto -20px;
  display: flex;
}
.modal-form .section-popup .img-bok {
  margin: 60px auto 100px;
  display: flex;
}
@media (max-width: 700px) {
  .modal-form .section-popup .img-bok {
    margin: 40px auto 45px;
  }
}
.modal-form .section-popup .img-send {
  margin: 50px auto 0;
  display: flex;
}
.modal-form .section-popup p.text {
  text-align: center;
  margin: 40px 0;
  padding: 0 200px;
}
@media (max-width: 700px) {
  .modal-form .section-popup p.text {
    padding: 0;
    text-align: left;
  }
}
.modal-form .section-popup .popup__form {
  padding: 0 200px;
}
@media (max-width: 700px) {
  .modal-form .section-popup .popup__form {
    padding: 0;
  }
}
.modal-form .section-popup .popup__form .w-50 {
  width: 50%;
  margin: auto;
}
@media (max-width: 700px) {
  .modal-form .section-popup .popup__form .w-50 {
    width: 100%;
  }
}
.modal-form .section-popup .popup__form .counter {
  color: #949A9F;
  font-size: 0.875rem;
  line-height: 2rem;
  margin-bottom: 40px;
  display: flex;
  justify-content: end;
}
.modal-form .section-popup .popup__form .box-bok {
  display: flex;
  gap: 30px;
}
@media (max-width: 700px) {
  .modal-form .section-popup .popup__form .box-bok {
    flex-direction: column;
  }
}
.modal-form .section-popup .popup__form .box-bok .box-left {
  width: 25%;
}
@media (max-width: 700px) {
  .modal-form .section-popup .popup__form .box-bok .box-left {
    width: 100%;
  }
}
.modal-form .section-popup .popup__form .box-bok .box-left span {
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-style: italic;
}
@media (max-width: 700px) {
  .modal-form .section-popup .popup__form .box-bok .box-left span {
    flex-direction: column;
  }
}
.modal-form .section-popup .popup__form .box-bok .box-left img {
  width: 100px;
  height: 80px;
  border-radius: 16px;
  object-fit: cover;
}
.modal-form .section-popup .popup__form .box-bok .box-right {
  width: 75%;
}
@media (max-width: 700px) {
  .modal-form .section-popup .popup__form .box-bok .box-right {
    width: 100%;
  }
}
.modal-form .section-popup .popup__form.width-400 {
  width: 400px;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 700px) {
  .modal-form .section-popup .popup__form.width-400 {
    width: 100%;
  }
}
.modal-form .section-popup .popup__form p {
  margin-bottom: 0;
  text-align: left !important;
}
.modal-form .section-popup .popup__form label {
  margin-top: 26px;
  color: #18191A;
  margin-bottom: 5px;
  font-size: 0.875rem;
}
@media (max-width: 700px) {
  .modal-form .section-popup .popup__form label {
    font-size: 0.75rem;
  }
}
.modal-form .section-popup .popup__form input[type=text],
.modal-form .section-popup .popup__form input[type=email],
.modal-form .section-popup .popup__form input[type=tel],
.modal-form .section-popup .popup__form input[type=password],
.modal-form .section-popup .popup__form input[type=number],
.modal-form .section-popup .popup__form textarea {
  outline-color: #80BA27;
  padding: 10px;
  border: 1px solid #C3C6C9;
  background-color: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  width: 100%;
}
.modal-form .section-popup .popup__form .btn-file {
  background: transparent;
  border: 0;
}
.modal-form .section-popup .popup__form .form-row {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}
@media (max-width: 700px) {
  .modal-form .section-popup .popup__form .form-row {
    flex-direction: column;
  }
}
.modal-form .section-popup .popup__form .form-row p {
  width: 100%;
}
.modal-form .section-popup .popup__form .wpcf7-spinner {
  display: none;
}
.modal-form .section-popup .popup__form .wpcf7-response-output {
  margin-top: 20px !important;
}
.modal-form .section-popup .popup__bok {
  padding: 30px 230px 80px;
}
@media (max-width: 1100px) {
  .modal-form .section-popup .popup__bok {
    padding: 30px 30px 80px;
  }
}
@media (max-width: 700px) {
  .modal-form .section-popup .popup__bok {
    padding: 0 0 80px;
  }
}
.modal-form .section-popup .popup__bok .box-bok {
  display: flex;
  gap: 30px;
}
@media (max-width: 700px) {
  .modal-form .section-popup .popup__bok .box-bok {
    flex-direction: column;
  }
}
.modal-form .section-popup .popup__bok .box-bok .box-left {
  width: 25%;
}
@media (max-width: 700px) {
  .modal-form .section-popup .popup__bok .box-bok .box-left {
    width: 100%;
  }
}
.modal-form .section-popup .popup__bok .box-bok .box-left span {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.modal-form .section-popup .popup__bok .box-bok .box-left img {
  width: 100px;
  height: 80px;
  border-radius: 16px;
  object-fit: cover;
}
.modal-form .section-popup .popup__bok .box-bok .box-right {
  width: 75%;
}
@media (max-width: 700px) {
  .modal-form .section-popup .popup__bok .box-bok .box-right {
    width: 100%;
  }
}
.modal-form .section-popup .popup__bok .box-bok .box-right p {
  margin-bottom: 45px;
  text-align: left !important;
  font-size: 1rem;
  word-wrap: break-word;
}
.modal-form .section-popup .popup__bok .box-bok .box-right p span {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}

@media (max-width: 900px) {
  .section-contact .wrapper {
    flex-direction: column;
  }
  .contact__text {
    max-width: 100%;
  }
  .contact__form {
    max-width: 100%;
  }
  .popup__form {
    max-width: 100%;
  }
}
.auth-error {
  color: #FF2020;
  font-size: 0.75rem;
  margin-top: 5px;
}

.section-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 50px;
  position: relative;
}
.section-center::before {
  position: absolute;
  top: 600px;
  left: 100px;
  content: url("../img/butterfly-left.svg");
  z-index: -1;
}
@media (max-width: 1600px) {
  .section-center::before {
    left: 20px;
    transform: scale(0.6);
  }
}
@media (max-width: 1480px) {
  .section-center::before {
    left: -50px;
    transform: scale(0.3);
  }
}
@media (max-width: 900px) {
  .section-center::before {
    display: none;
  }
}
.section-center::after {
  position: absolute;
  bottom: 600px;
  right: 100px;
  content: url("../img/butterfly-right.svg");
  z-index: -1;
}
@media (max-width: 1600px) {
  .section-center::after {
    right: 20px;
    transform: scale(0.6);
  }
}
@media (max-width: 1480px) {
  .section-center::after {
    right: -50px;
    transform: scale(0.3);
  }
}
@media (max-width: 900px) {
  .section-center::after {
    display: none;
  }
}
.section-center .section-center__header {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .section-center .section-center__header {
    flex-direction: column;
    gap: 20px;
    align-items: start;
  }
}
.section-center .section-center__header .section__title {
  margin-bottom: 0;
  line-height: normal;
}
.section-center .section-center__content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 900px) {
  .section-center .section-center__content {
    row-gap: 16px;
    column-gap: 8px;
  }
}
.section-center .section-center__content .content__item {
  width: calc(25% - 25px);
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 30px 10px;
  text-align: center;
  border: 5px solid #fff;
}
@media (max-width: 900px) {
  .section-center .section-center__content .content__item {
    width: calc(50% - 5px);
    padding: 10px 5px;
    border: 2px solid #fff;
  }
}
.section-center .section-center__content .content__item > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-center .section-center__content .content__item .content__image {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: 1px solid #D9D9D9;
  background: #fff;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .section-center .section-center__content .content__item .content__image {
    width: 100px;
    height: 100px;
  }
}
.section-center .section-center__content .content__item .content__text .title {
  font-family: "Centaurus", sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  color: #18191a;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .section-center .section-center__content .content__item .content__text .title {
    font-size: 0.875rem;
    line-height: 1rem;
    margin-bottom: 5px;
  }
}
.section-center .section-center__content .content__item .content__text .info {
  color: #80BA27;
  font-family: "Centaurus", sans-serif;
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin-bottom: 15px;
}
@media (max-width: 900px) {
  .section-center .section-center__content .content__item .content__text .info {
    font-size: 0.625rem;
    line-height: 0.75rem;
    margin-bottom: 10px;
  }
}
.section-center .section-center__content .content__item .content__text .country {
  color: #555;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 14px;
}
@media (max-width: 900px) {
  .section-center .section-center__content .content__item .content__text .country {
    font-size: 0.625rem;
    line-height: 0.75rem;
    margin-bottom: 10px;
  }
}
.section-center .section-center__content .content__item .content__text .category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  margin-bottom: 20px;
}
.section-center .section-center__content .content__item .content__text .category .name-category {
  font-size: 0.625rem;
  color: #18191a;
  font-weight: 600;
  line-height: 0.75rem;
  margin-bottom: 0;
  border-radius: 6px;
  padding: 6px 8px;
  border: 1px solid #18191a;
  background: #fff;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-center .section-center__content .content__item .btn {
  border: 0;
}
@media (max-width: 900px) {
  .section-center .section-center__content .content__item .btn {
    min-width: auto;
  }
}
.section-center .section-center__content .content__item:hover {
  border: 5px solid #3d6a2b;
  background: rgba(128, 186, 39, 0.05);
}
@media (max-width: 900px) {
  .section-center .section-center__content .content__item:hover {
    border: 2px solid #3d6a2b;
  }
}
.section-center .section-center__content .content__item:hover .content__image img {
  transform: scale(1.1);
  transition: all 0.3s ease-out;
}
.section-center .section-center__content .content__item:hover .btn {
  background-color: #3d6a2b !important;
}
.section-center.section-history::before {
  position: absolute;
  top: 50px;
  left: 100px;
  content: url("../img/parrot-left.svg");
  z-index: -1;
}
@media (max-width: 1700px) {
  .section-center.section-history::before {
    left: 20px;
    transform: scale(0.6);
  }
}
@media (max-width: 1480px) {
  .section-center.section-history::before {
    left: -50px;
    transform: scale(0.3);
  }
}
@media (max-width: 900px) {
  .section-center.section-history::before {
    display: none;
  }
}
.section-center.section-history::after {
  position: absolute;
  bottom: 500px;
  right: 100px;
  content: url("../img/parrot-right.svg");
  z-index: -1;
}
@media (max-width: 1700px) {
  .section-center.section-history::after {
    right: 20px;
    transform: scale(0.6);
  }
}
@media (max-width: 1480px) {
  .section-center.section-history::after {
    right: -50px;
    transform: scale(0.3);
  }
}
@media (max-width: 900px) {
  .section-center.section-history::after {
    display: none;
  }
}
.section-center.section-history .btn-delete {
  font-weight: 400;
}
.section-center.section-history .section-carusel .section-carusel-item {
  width: calc(25% - 20px);
}
@media (max-width: 900px) {
  .section-center.section-history .section-carusel .section-carusel-item {
    width: calc(33% - 15px);
  }
}
@media (max-width: 700px) {
  .section-center.section-history .section-carusel .section-carusel-item {
    width: calc(50% - 5px);
  }
}
.section-center.section-history .section-carusel .section-carusel-item .content-info .center .info .btn-delete-text {
  gap: 2px;
  font-weight: 400 !important;
  margin-left: -2px;
}
.section-center.section-history .section-carusel .section-carusel-item .content-info .center .info .btn-delete-text svg {
  transform: scale(0.9);
  stroke: #FF2020;
  fill: #FF2020;
}
@media (max-width: 900px) {
  .section-center.section-history .section-carusel .section-carusel-item .content-info .center .info .btn-delete-text svg {
    transform: scale(0.6);
  }
}
.section-center.section-history .section-carusel .section-carusel-item .content-info .center .info .btn-delete-text:hover {
  color: #C99555 !important;
}
.section-center.section-history .section-carusel .section-carusel-item .content-info .center .info .btn-delete-text:hover svg {
  stroke: #C99555;
  fill: #C99555;
}

#searchform {
  width: 570px;
  height: 41px;
}
@media (max-width: 900px) {
  #searchform {
    width: 100%;
  }
}

.center__search {
  border-radius: 12px;
  border: 1px solid #949A9F;
  font-size: 1rem;
  color: #949A9F;
  padding: 10px 40px 10px 20px;
  line-height: 1rem;
  width: 100%;
}
@media (max-width: 900px) {
  .center__search {
    font-size: 0.75rem;
    line-height: 0.75rem;
    height: 41px;
  }
}
.center__search::-webkit-input-placeholder {
  color: #949A9F;
}
.center__search:-moz-placeholder {
  color: #949A9F;
  opacity: 1;
}
.center__search::-moz-placeholder {
  color: #949A9F;
  opacity: 1;
}
.center__search:-ms-input-placeholder {
  color: #949A9F;
}
.center__search:focus {
  outline: none;
}

.center__search--submit {
  position: absolute;
  right: 2px;
  border: 0;
  background: transparent;
  top: 0;
  bottom: 0;
}

.section-singlecenter {
  padding-top: 30px;
}
@media (max-width: 900px) {
  .section-singlecenter {
    padding-top: 0;
  }
}
.section-singlecenter .singlecenter-information {
  display: flex;
  gap: 30px;
}
.section-singlecenter .singlecenter-information .image {
  min-width: 270px;
  max-width: 270px;
  height: 270px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: 4px solid #80BA27;
  background: #fff;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .section-singlecenter .singlecenter-information .image {
    display: none;
  }
}
.section-singlecenter .singlecenter-information .title {
  font-family: "Centaurus", sans-serif;
  font-size: 2.5rem;
  line-height: 3.25rem;
  color: #18191a;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .section-singlecenter .singlecenter-information .title {
    font-size: 1.625rem;
    line-height: 1.875rem;
    margin-bottom: 5px;
    display: flex;
    gap: 10px;
  }
}
.section-singlecenter .singlecenter-information .title .image-mobile {
  min-width: 69px;
  max-width: 69px;
  height: 69px;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: 3px solid #80BA27;
  background: #fff;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .section-singlecenter .singlecenter-information .title .image-mobile {
    display: flex;
  }
}
.section-singlecenter .singlecenter-information .info {
  color: #80BA27;
  font-family: "Centaurus", sans-serif;
  font-size: 1.375rem;
  line-height: 3.25rem;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 900px) {
  .section-singlecenter .singlecenter-information .info {
    font-size: 0.75rem;
    line-height: 1.125rem;
    margin-bottom: 10px;
  }
}
.section-singlecenter .singlecenter-information .description-more {
  font-size: 1rem;
  line-height: 1.625rem;
}
@media (max-width: 900px) {
  .section-singlecenter .singlecenter-information .description-more {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
.section-singlecenter .singlecenter-information .description-more .morecontent span {
  display: none;
}
.section-singlecenter .singlecenter-information .description-more .morecontent .morelink {
  position: relative;
}
.section-singlecenter .singlecenter-information .description-more .morecontent .morelink::after {
  content: url("../img/icon/more-down.svg");
  position: absolute;
  top: -4px;
  left: 15px;
}
.section-singlecenter .singlecenter-information .description-more .morecontent .morelink.more::after {
  content: url("../img/icon/more-down.svg");
  transform: rotate(180deg);
  top: 2px;
}
.section-singlecenter .singlecenter-information .buttons {
  padding-top: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 900px) {
  .section-singlecenter .singlecenter-information .buttons {
    flex-direction: column;
    gap: 10px;
  }
}
.section-singlecenter .singlecenter-information .buttons .btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 20px;
}
@media (max-width: 900px) {
  .section-singlecenter .singlecenter-information .buttons .btn {
    min-width: 100%;
    justify-content: center;
  }
}
.section-singlecenter .singlecenter-information .buttons .btn.btn-border svg {
  fill: #80BA27;
}
.section-singlecenter .singlecenter-information .buttons .btn.btn-border:hover svg {
  fill: #fff;
}
.section-singlecenter .singlecenter-information .buttons .js-btnfavorite {
  min-width: 265px;
}
.section-singlecenter .singlecenter-information .buttons .js-btnunfavorite {
  min-width: 265px;
}

.tabs {
  width: 100%;
  margin-top: 50px;
}
.tabs .menu-tabs {
  width: 100%;
  display: flex;
  gap: 40px;
}
.tabs .menu-tabs .tabs-nav {
  width: 100%;
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
  list-style: none;
  padding-left: 0;
  padding-bottom: 13px;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 900px) {
  .tabs .menu-tabs .tabs-nav {
    gap: 30px;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
}
.tabs .menu-tabs .tabs-nav .tab-link {
  color: #555;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 400;
  position: relative;
  cursor: pointer;
}
@media (max-width: 900px) {
  .tabs .menu-tabs .tabs-nav .tab-link {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
.tabs .menu-tabs .tabs-nav .tab-link.active {
  color: #80BA27;
  font-weight: 700;
  cursor: default;
}
.tabs .menu-tabs .tabs-nav .tab-link.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  display: block;
  margin-top: 12px;
  left: 0;
  background: #80BA27;
}
@media (max-width: 900px) {
  .tabs .menu-tabs .tabs-nav .tab-link.active::after {
    height: 3px;
    margin-top: 9px;
  }
}
.tabs .tabs-stage {
  clear: both;
  padding: 0;
  position: relative;
}
.tabs .tabs-stage .tab-content {
  display: none;
}
.tabs .tabs-stage .tab-content .item {
  position: relative;
  display: block;
}
.tabs .tabs-stage .tab-content.active {
  display: block;
}
.tabs .tabs-stage .tab-content .section-category-search {
  padding: 50px 0 0;
}
@media (max-width: 900px) {
  .tabs .tabs-stage .tab-content .section-category-search {
    padding: 30px 0 0;
  }
}
@media (max-width: 900px) {
  .tabs .tabs-stage .tab-content .section-carusel-film {
    padding: 35px 0 0;
  }
}

.no-movies {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.no-movies p {
  text-align: center;
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 70px;
}

.footer {
  margin-top: 30px;
}
.footer .footer__columns {
  background-color: #263a00;
}
.footer .footer__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1470px;
  padding: 80px 5px 70px 5px;
}
.footer .wrapper {
  justify-content: space-between;
}
.footer .footer__socials {
  margin-top: 40px;
}
.footer .footer__socials a:not(:last-child) {
  margin-right: 14px;
}
.footer .footer__socials a svg {
  height: 23px;
  width: auto;
}
.footer .footer__socials a svg path {
  fill: #80BA27;
}
.footer .footer__socials a:hover {
  opacity: 0.8;
}
.footer .footer__title {
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  margin-top: 10px;
}
.footer .footer__list {
  margin: 8px 0 0 0;
  padding: 0;
}
.footer .footer__list li {
  list-style: none;
  padding-top: 6px;
  padding-bottom: 6px;
}
.footer .footer__list a {
  font-size: 1rem;
  color: #80BA27;
  font-weight: 500;
  line-height: 1;
}
.footer .footer__list a:hover {
  text-decoration: underline !important;
}
.footer .footer__address {
  margin: 8px 0 0 0;
}
.footer .footer__address p {
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #D9D9D9;
}
.footer .footer__address p a {
  color: #D9D9D9;
}
.footer .footer__address p a:hover {
  color: #80BA27;
}

.footer__menu {
  padding: 50px 30px;
  background-color: #80ba27;
  position: relative;
}
.footer__menu ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0 0 15px 0;
  list-style: none;
  row-gap: 20px;
  column-gap: 40px;
}
.footer__menu ul a {
  color: #263A00;
  font-weight: 500;
}
.footer__menu ul a:hover {
  text-decoration: underline !important;
}

.copyright01 {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 500;
}

.copyright01 a {
  color: #fff;
  font-weight: 500;
}
.copyright01 a:hover {
  text-decoration: underline !important;
}

.footer__logo--wrap {
  flex-shrink: 0;
}

.footer__mobile-panel {
  display: none;
}

@media (max-width: 800px) {
  .footer__menu {
    padding: 50px 30px 120px;
  }
  .footer__mobile-panel {
    display: block;
    padding: 0;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    z-index: 4;
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    right: 0;
  }
  .footer__mobile-panel .wrapper {
    gap: 0;
    justify-content: space-between;
    padding: 0 20px;
  }
  .footer__mobile-panel a {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 80px;
    width: 88px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: 0.75rem;
    color: #18191A;
  }
  .footer__mobile-panel a .icon {
    width: 42px;
    height: 42px;
    background: rgba(129, 186, 39, 0.2);
    border-radius: 100px;
    fill: #81BA27;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer__mobile-panel a .icon.stroke {
    stroke: #81BA27;
    fill: rgba(129, 186, 39, 0.2);
  }
  .footer__mobile-panel a:hover {
    background: #81BA27;
    color: #fff;
  }
  .footer__mobile-panel a:hover .icon {
    background: rgba(255, 255, 255, 0.1);
    fill: #fff;
  }
  .footer__mobile-panel a:hover .icon.stroke {
    stroke: #fff;
    fill: rgba(129, 186, 39, 0.1);
  }
}
@media (max-width: 800px) and (max-width: 800px) {
  .footer__mobile-panel a:hover {
    color: #18191A;
    background: #fff;
  }
  .footer__mobile-panel a:hover .icon {
    background: rgba(129, 186, 39, 0.2);
    fill: #81BA27;
  }
  .footer__mobile-panel a:hover .icon.stroke {
    stroke: #81BA27;
    fill: rgba(129, 186, 39, 0.2);
  }
}
@media (max-width: 800px) {
  .footer__mobile-panel a.active {
    background: #81BA27;
    color: #fff;
    height: 80px;
    width: 88px;
    margin-top: -10px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
  }
  .footer__mobile-panel a.active .icon {
    background: rgba(255, 255, 255, 0.1);
    fill: #fff;
  }
  .footer__mobile-panel a.active .icon.stroke {
    stroke: #fff;
    fill: rgba(129, 186, 39, 0.1);
  }
}
@media (max-width: 400px) {
  .footer__mobile-panel a {
    height: 80px;
    width: 75px;
    font-size: 0.625rem;
  }
  .footer__mobile-panel a.active {
    height: 80px;
    width: 75px;
  }
}
.to-top {
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background-color: #FAB400;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -20px;
  right: 60px;
}
.to-top:hover {
  background-color: #18191a;
}
.to-top svg {
  max-width: 22px;
  height: auto;
}

@media (max-width: 1300px) {
  .footer__logo--wrap {
    width: auto;
    max-width: 100%;
  }
}
@media (max-width: 800px) {
  .to-top {
    right: 20px;
  }
  .footer__columns .col-2 {
    max-width: calc(50% - 20px);
    padding-bottom: 20px;
  }
  .footer__logo--wrap {
    max-width: 100% !important;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
  .footer__logo--wrap .footer__socials {
    margin-top: 20px;
  }
  .footer__address--wrap {
    max-width: 100% !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .footer__address--wrap > div {
    max-width: calc(50% - 20px);
    padding-bottom: 0;
  }
  .footer .footer__title {
    font-size: 0.75rem;
  }
  .footer__address p {
    font-size: 0.75rem;
  }
  .footer .footer__list a {
    font-size: 0.75rem;
  }
  .footer .footer__container {
    padding: 80px 30px 30px;
    flex-wrap: wrap;
  }
  .footer__menu-list {
    flex-wrap: wrap;
    gap: 10px !important;
  }
  .footer__menu-list li {
    width: calc(50% - 20px);
  }
  .footer__menu-list li .footer__menu-link {
    font-size: 0.75rem;
  }
  .copyright01 {
    font-size: 0.75rem;
  }
}
.section-form {
  margin: 50px 0;
  padding: 0 30px;
  display: flex;
  justify-content: center;
}
.section-form .section__title {
  margin-bottom: 0;
}

.form__box {
  max-width: 1170px;
  width: 100%;
  background-color: #fff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 90px 70px 60px 70px;
  position: relative;
}

.bg-monkey {
  overflow: hidden;
  padding-top: 160px;
  padding-bottom: 130px;
}
.bg-monkey .form__textbox {
  padding-top: 100px;
}
.bg-monkey:before {
  content: url(../img/monkey.svg);
  top: 0;
  left: 0;
  position: absolute;
}
.bg-monkey:after {
  content: url(../img/zi.svg);
  bottom: -30px;
  left: 20px;
  position: absolute;
}

.bg-panda {
  overflow: hidden;
  padding-top: 160px;
  padding-bottom: 130px;
}
.bg-panda .form__textbox {
  padding-top: 100px;
}
.bg-panda:before {
  content: url(../img/monkey.svg);
  top: 0;
  left: 0;
  position: absolute;
}
.bg-panda:after {
  content: url(../img/panda.svg);
  bottom: 33px;
  left: 80px;
  position: absolute;
}

.bg-monkey2 {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.bg-monkey2 .form__textbox {
  text-align: center;
  width: 100%;
  max-width: 100%;
}
.bg-monkey2 .btn {
  margin: 40px auto 40px auto;
}
.bg-monkey2 .form__text {
  padding-top: 10px;
}
.bg-monkey2:before {
  content: url(../img/monkey.svg);
  top: 0;
  left: 0;
  position: absolute;
}

.bg-tiger {
  overflow: hidden;
}
.bg-tiger:after {
  content: url(../img/tiger.svg);
  bottom: -10px;
  left: 380px;
  position: absolute;
}

.form__text {
  color: #18191A;
}
.form__text p {
  margin-top: 30px;
  margin-bottom: 15px;
}

.form__item .wpcf7-not-valid {
  border-color: #c5c5c6 !important;
}
.form__item label {
  margin-top: 20px;
  font-weight: 500;
  color: #49454F;
  font-size: 0.875rem;
  margin-bottom: 10px;
  position: relative;
}
.form__item input[type=text],
.form__item input[type=tel],
.form__item input[type=number],
.form__item input[type=email],
.form__item input[type=url],
.form__item select {
  border-color: #c5c5c6;
  padding-left: 16px;
}
.form__item select {
  outline-color: #80BA27;
  padding: 10px;
  background-color: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  width: 100%;
  font-size: 0.75rem;
  font-weight: 700;
  color: #49454F;
  min-height: 44px;
}
.form__item select option {
  font-size: 1rem !important;
}
.form__item textarea {
  max-height: 130px;
}
.form__item .btn {
  margin-top: 30px;
  width: 100%;
  max-width: 100%;
  transition: all 0.3s;
  border: none;
}
.form__item .wpcf7-spinner {
  position: relative;
  top: -36px;
}

.form__textbox {
  padding-top: 20px;
}
.form__textbox ol {
  padding-left: 1rem;
}
.form__textbox li {
  margin-bottom: 6px;
}

.contact__form p br {
  display: none;
}

.big-form .wpcf7-response-output {
  max-width: calc(50% - 30px);
  margin-left: auto !important;
  margin-top: 30px;
}
.big-form .wpcf7-spinner {
  right: calc(-50% - 30px);
}
.big-form .form__box {
  padding-bottom: 160px;
}
.big-form .form__textbox {
  text-align: center;
  padding-top: 0;
  padding-bottom: 40px;
}
.big-form input[type=submit] {
  max-width: calc(50% - 30px);
  margin-left: auto;
}
.big-form .bg-monkey {
  padding-top: 100px;
}

.contact__form form h2 {
  color: #18191A;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid #949a9f;
  margin-bottom: 10px;
}
.contact__form form h2:not(:first-of-type) {
  margin-top: 60px;
}
.contact__form form p.d-flex {
  margin-top: 35px;
  flex-direction: column;
}
.contact__form form .btn-add, .contact__form form .btn-attempt, .contact__form form .btn-movie, .contact__form form .btn-cv {
  transition: all 0.4s;
  color: #FAB400;
  font-weight: 500;
  font-size: 0.875rem;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  margin-top: 26px;
}
.contact__form form .btn-add svg, .contact__form form .btn-attempt svg, .contact__form form .btn-movie svg, .contact__form form .btn-cv svg {
  margin-right: 6px;
}
.contact__form form .btn-add:hover, .contact__form form .btn-attempt:hover, .contact__form form .btn-movie:hover, .contact__form form .btn-cv:hover {
  text-decoration: underline;
}
.contact__form form .btn-add + span, .contact__form form .btn-attempt + span, .contact__form form .btn-movie + span, .contact__form form .btn-cv + span {
  display: block;
  padding-left: 30px;
  font-size: 0.75rem;
  color: #49454F;
}
.contact__form form .btn-add + .wpcf7-not-valid-tip, .contact__form form .btn-attempt + .wpcf7-not-valid-tip, .contact__form form .btn-movie + .wpcf7-not-valid-tip, .contact__form form .btn-cv + .wpcf7-not-valid-tip {
  font-size: 0.875rem;
  padding-left: 30px;
}
.contact__form form .btn-cv {
  padding-left: 0 !important;
}
.contact__form form .btn-cv svg {
  margin-right: 10px;
}
.contact__form form .wpcf7-not-valid-tip {
  font-size: 0.875rem;
}

.wpcf7-form-control.optional .wpcf7-not-valid-tip {
  padding-left: 25px;
  font-size: 0.75rem;
}

@media (max-width: 1200px) {
  .bg-tiger:after {
    left: 20px;
  }
  .wpcf7-response-output {
    max-width: 60%;
    margin-left: auto !important;
  }
}
@media (max-width: 800px) {
  .section-form .section__title, .section-form .form__text {
    text-align: left;
  }
  .section-form .form__textbox a {
    margin-left: 0;
  }
  .wpcf7-response-output {
    max-width: 50%;
    margin-left: auto !important;
  }
  .big-form .form__box {
    padding-bottom: 70px;
  }
  .bg-tiger:after {
    transform: scale(0.7);
    bottom: -30px;
  }
  .form__box {
    padding: 80px 30px 70px 30px;
  }
  .form__box .wrapper {
    flex-direction: column;
  }
  .form__box .form__textbox {
    max-width: 100%;
    padding-top: 0;
  }
  .form__box .contact__form {
    max-width: 100%;
  }
  .form__box .form__text p {
    margin-top: 10px;
  }
  .bg-monkey:before {
    transform: scale(0.5);
    top: -40px;
    left: -60px;
  }
  .bg-monkey2:before {
    transform: scale(0.5);
    top: -40px;
    left: -60px;
  }
  .section-form {
    margin-top: 30px;
    padding: 0;
  }
  .form__item .btn {
    max-width: fit-content;
    margin-left: auto;
  }
  .bg-monkey:after {
    bottom: -70px;
    left: -40px;
    transform: scale(0.5);
  }
  .bg-panda:before {
    transform: scale(0.5);
    top: -40px;
    left: -60px;
  }
  .bg-panda:after {
    bottom: -57px;
    left: -40px;
    transform: scale(0.4);
  }
  p.d-flex {
    margin-top: 0 !important;
  }
}
.mt-20 {
  margin-top: 20px;
}

.error404 .bg-monkey2:before {
  content: unset;
}
.error404 p a {
  color: #80BA27;
}
.error404 p a:hover {
  text-decoration: underline !important;
}

.img404-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.img404-wrap .img404 {
  margin-top: 20px;
  max-width: 260px;
  margin-top: 30px;
}
.img404-wrap .img4042 {
  margin-bottom: 110px;
}

.js-show-login .modal-login {
  background-color: rgba(0, 0, 0, 0.6) !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.js-show-login .modal-login .cc--anim .cm {
  opacity: 1 !important;
  transform: translateY(0) !important;
  visibility: visible !important;
}

.hov {
  background-color: #18191a !important;
}

.cm__texts {
  padding-bottom: 30px !important;
}

.modal-login .cm__body {
  padding-bottom: 60px !important;
}
.modal-login .cm-wrapper .cm--box .pm__close-btn {
  height: 50px !important;
  width: 50px !important;
}

@media (max-width: 1260px) {
  .modal-login .cm__body {
    padding-bottom: 0 !important;
  }
  .modal-login .cm--box {
    height: 510px !important;
  }
}
@media (max-width: 520px) {
  .modal-login .cm--box {
    height: 430px !important;
  }
  .modal-login .cm-wrapper .cm--box .pm__close-btn {
    height: 30px !important;
    width: 30px !important;
    top: 10px !important;
    z-index: 9 !important;
  }
}
.header-title {
  font-size: 2rem;
  line-height: 3.4375rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 700px) {
  .header-title {
    font-size: 1.5rem;
  }
}
.header-title p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 400;
}
@media (max-width: 700px) {
  .header-title p {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media (max-width: 700px) {
  .header-title p br {
    display: none;
  }
}

.header-subtitle-left {
  font-size: 1.25rem;
  line-height: 1.625rem;
  text-align: left;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .header-subtitle-left {
    display: none;
  }
}

.back {
  position: absolute;
}
@media (max-width: 700px) {
  .back {
    position: relative;
    margin-bottom: 20px;
  }
}
.back .btn-back {
  display: flex;
  align-items: center;
  color: #18191a;
  gap: 10px;
  font-size: 0.875rem;
}
.back .btn-back span {
  border: 1px solid #EAEAEA;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}
.back .btn-back span svg {
  stroke: #fab400;
}
.back .btn-back:hover span {
  background: #F39200;
  border: 1px solid #F39200;
}
.back .btn-back:hover span svg {
  stroke: #fff;
}
.back.none-step {
  display: none;
}

.section-progress-steps {
  position: relative;
  margin-top: 100px;
}
@media (max-width: 700px) {
  .section-progress-steps {
    margin-top: 40px;
  }
}
.section-progress-steps .container {
  position: relative;
}
.section-progress-steps .top {
  margin-bottom: 30px;
  position: relative;
  width: 470px;
  margin: 0 auto;
}
@media (max-width: 700px) {
  .section-progress-steps .top {
    width: 300px;
  }
}
.section-progress-steps .top .progress {
  width: 100%;
  height: 3px;
  background-color: transparent;
  position: absolute;
  top: 20%;
  left: 0;
  transform: translateY(-20%);
  z-index: -1;
}
@media (max-width: 700px) {
  .section-progress-steps .top .progress {
    top: 15%;
    transform: translateY(-15%);
  }
}
.section-progress-steps .top .progress span {
  position: absolute;
  width: 60%;
  height: 100%;
  left: -36px;
  top: 0px;
  background: rgba(128, 186, 39, 0.1);
  transition: 0.5s;
  right: 0;
  margin: auto;
}
@media (max-width: 700px) {
  .section-progress-steps .top .progress span {
    width: 110px;
    left: 0;
  }
}
.section-progress-steps .top .progress.active span {
  background: #80BA27;
}
.section-progress-steps .top .steps {
  display: flex;
  justify-content: space-between;
}
.section-progress-steps .top .steps .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #CAC4D0;
  font-size: 0.75rem;
  text-transform: uppercase;
}
@media (max-width: 700px) {
  .section-progress-steps .top .steps .step {
    width: 45%;
    text-align: center;
  }
}
.section-progress-steps .top .steps .step span {
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 1px solid #80BA27;
  border-radius: 50%;
  padding: 5px 10px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.section-progress-steps .top .steps .step strong {
  color: #CAC4D0;
  font-size: 1rem;
  text-transform: initial;
}
@media (max-width: 700px) {
  .section-progress-steps .top .steps .step strong {
    font-size: 0.875rem;
  }
}
.section-progress-steps .top .steps .step.active span::after {
  content: "";
  min-width: 12px;
  height: 12px;
  background: #80BA27;
  display: block;
  border-radius: 50px;
}
.section-progress-steps .top .steps .step.active strong {
  color: #18191a;
}
.section-progress-steps .top .steps .step.accepted span {
  padding: 0;
}
.section-progress-steps .top .steps .step.accepted strong {
  color: #80BA27;
}

.section-donation {
  margin-top: 50px;
}
.section-donation .choice-typ {
  margin-bottom: 40px;
}
.section-donation .choice-typ .title {
  font-size: 1.25rem;
  line-height: 3.4375rem;
  font-weight: 400;
  margin-bottom: 5px;
}
@media (max-width: 700px) {
  .section-donation .choice-typ .title {
    font-size: 1rem;
  }
}
.section-donation .choice-typ .choice {
  border-radius: 32px;
  border: 1px solid #FFF;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 24px;
}
@media (max-width: 700px) {
  .section-donation .choice-typ .choice {
    flex-direction: column;
  }
}
.section-donation .choice-typ .choice .choice-title {
  width: 30%;
  padding: 25px 45px;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 800;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 700px) {
  .section-donation .choice-typ .choice .choice-title {
    width: 100%;
    padding: 70px 10px;
  }
}
.section-donation .choice-typ .choice .choice-info {
  width: 70%;
  background: #fff;
  padding: 25px 25px 25px 100px;
  display: flex;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1100px) {
  .section-donation .choice-typ .choice .choice-info {
    flex-direction: column;
    padding: 25px 25px 80px 50px;
    align-items: start;
    gap: 50px;
  }
}
@media (max-width: 700px) {
  .section-donation .choice-typ .choice .choice-info {
    width: 100%;
    padding: 25px 15px 80px;
  }
}
.section-donation .choice-typ .choice .choice-info .list ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.section-donation .choice-typ .choice .choice-info .list ul li {
  font-size: 0.875rem;
  line-height: normal;
  font-weight: 300;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-donation .choice-typ .choice .choice-info .list ul li:last-child {
  margin-bottom: 0;
}
.section-donation .choice-typ .choice .choice-info .list ul li svg {
  min-width: 22px;
  height: 21px;
}
.section-donation .choice-typ .choice .choice-info .price {
  display: flex;
}
@media (max-width: 700px) {
  .section-donation .choice-typ .choice .choice-info .price {
    width: 100%;
  }
}
.section-donation .choice-typ .choice .choice-info .price hr {
  height: 40px;
  width: 1px;
  background: #949A9F;
  margin: 0 30px;
}
@media (max-width: 700px) {
  .section-donation .choice-typ .choice .choice-info .price hr {
    margin: 0 15px;
  }
}
.section-donation .choice-typ .choice .choice-info .price > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 700px) {
  .section-donation .choice-typ .choice .choice-info .price > div {
    width: 50%;
    text-align: center;
  }
}
.section-donation .choice-typ .choice .choice-info .price > div input {
  display: none;
}
.section-donation .choice-typ .choice .choice-info .price > div input[type=radio] + .custom-radio {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em white;
}
.section-donation .choice-typ .choice .choice-info .price > div input[type=radio]:checked + .custom-radio {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em #80BA27;
  border: 1px solid #80BA27;
}
.section-donation .choice-typ .choice .choice-info .price > div p {
  font-size: 1.5rem;
  line-height: 0.625rem;
  font-weight: 400;
  margin-bottom: 0;
}
.section-donation .choice-typ .choice .choice-info .price > div p strong {
  font-size: 2rem;
  font-weight: 700;
  color: #49454F;
}
.section-donation .choice-typ .choice .choice-info .price > div p span {
  font-size: 0.75rem;
  color: rgba(73, 69, 79, 0.5);
}
.section-donation .choice-typ .choice .choice-info .price > div label {
  margin: 0 auto;
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-height: 60px;
  justify-content: space-between;
}
.section-donation .choice-typ .choice .choice-info .price > div label .custom-radio {
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  text-align: center;
  color: white;
  font-family: Times;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #49454F;
  display: block;
  position: relative;
}
.section-donation .choice-typ .choice .choice-info .price > div label:hover {
  cursor: pointer;
}
.section-donation .choice-typ .choice .choice-info .price > div label span {
  font-size: 0.75rem;
  color: rgba(73, 69, 79, 0.5);
}
.section-donation .choice-typ .choice.active {
  border: 1px solid #80BA27;
  background: rgba(128, 186, 39, 0.1);
}
.section-donation .choice-typ .choice.active .choice-title::before {
  content: "";
  background-image: url("../img/donation-choice.svg");
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  left: 40px;
}
@media (max-width: 700px) {
  .section-donation .choice-typ .choice.active .choice-title::before {
    left: 0;
    right: 0;
    margin: auto;
    top: 15px;
  }
}
.section-donation .choice-typ .choice:hover {
  cursor: pointer;
}
.section-donation .choice-pay .title {
  font-size: 1.25rem;
  line-height: 3.4375rem;
  font-weight: 400;
  margin-bottom: 5px;
}
@media (max-width: 700px) {
  .section-donation .choice-pay .title {
    font-size: 1rem;
  }
}
.section-donation .choice-pay .choice-pay-list {
  display: flex;
  gap: 24px;
  border-radius: 32px;
  background: #FFF;
  padding: 48px 40px;
}
@media (max-width: 1100px) {
  .section-donation .choice-pay .choice-pay-list {
    flex-wrap: wrap;
  }
}
@media (max-width: 700px) {
  .section-donation .choice-pay .choice-pay-list {
    flex-direction: column;
    padding: 15px;
  }
}
.section-donation .choice-pay .choice-pay-list input {
  display: none;
}
.section-donation .choice-pay .choice-pay-list label {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  border: 2px solid #fff;
  width: 25%;
  display: flex;
  padding: 20px;
  align-items: center;
  position: relative;
}
@media (max-width: 1100px) {
  .section-donation .choice-pay .choice-pay-list label {
    width: calc(50% - 15px);
  }
}
@media (max-width: 700px) {
  .section-donation .choice-pay .choice-pay-list label {
    width: 100%;
  }
}
.section-donation .choice-pay .choice-pay-list label::before {
  position: relative;
  top: 0px;
  margin-right: 10px;
}
.section-donation .choice-pay .choice-pay-list label img {
  height: auto;
  right: 20px;
  position: absolute;
}
.section-donation .choice-pay .choice-pay-list label.active {
  border: 2px solid #80B927;
}
.section-donation .choice-pay .choice-pay-list label:hover {
  cursor: pointer;
}

.summary {
  margin-top: 50px;
  display: flex;
  justify-content: end;
}
.summary .content {
  width: 30%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 700px) {
  .summary .content {
    width: 100%;
  }
}
.summary .content > div {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 20px;
}
.summary .content > div strong {
  text-align: right;
}
.summary .content .button {
  display: flex;
  margin-top: 30px;
  justify-content: end;
}

.donation-bottom {
  margin: 40px auto 0;
  text-align: center;
  width: 70%;
}
@media (max-width: 700px) {
  .donation-bottom {
    width: 100%;
  }
}
.donation-bottom img {
  margin-bottom: 30px;
}
.donation-bottom p {
  font-size: 2.25rem;
  line-height: 3.4375rem;
  font-weight: 700;
}
@media (max-width: 700px) {
  .donation-bottom p {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}

.section-donation-summary {
  margin-top: 50px;
}
.section-donation-summary .header-title {
  margin-bottom: 30px;
}
.section-donation-summary .summary-box {
  display: flex;
  gap: 25px;
}
@media (max-width: 700px) {
  .section-donation-summary .summary-box {
    flex-direction: column;
  }
}
.section-donation-summary .summary-box > div {
  width: 50%;
}
@media (max-width: 700px) {
  .section-donation-summary .summary-box > div {
    width: 100%;
  }
}
.section-donation-summary .summary-box > div .title {
  font-size: 1.25rem;
  line-height: 3.4375rem;
  font-weight: 400;
  margin-bottom: 5px;
}
@media (max-width: 700px) {
  .section-donation-summary .summary-box > div .title {
    font-size: 1rem;
  }
}
.section-donation-summary .summary-box > div .box {
  border-radius: 32px;
  background: #FFF;
  padding: 45px;
  min-height: 230px;
}
@media (max-width: 700px) {
  .section-donation-summary .summary-box > div .box {
    padding: 30px 15px;
    min-height: auto;
  }
}
.section-donation-summary .summary-box > div .box a {
  color: #80BA27;
}
.section-donation-summary .summary-box > div .box p {
  display: flex;
  gap: 3px;
}
@media (max-width: 700px) {
  .section-donation-summary .summary-box > div .box p {
    font-size: 0.875rem;
  }
}
.section-donation-summary .summary-box > div .box p:last-child {
  margin-bottom: 0;
}
.section-donation-summary .summary-box > div .box.text-between p {
  display: flex;
  justify-content: space-between;
}
.section-donation-summary .summary-box > div .box.text-between p:last-child {
  margin-bottom: 0;
}
.section-donation-summary .friends {
  display: flex;
  flex-direction: column;
  margin-top: 45px;
}
@media (max-width: 700px) {
  .section-donation-summary .friends {
    margin-top: 30px;
  }
}
.section-donation-summary .friends .friends-checkbox input {
  display: none;
}
.section-donation-summary .friends .friends-checkbox input:checked + label::before {
  background: #80BA27;
  border: 1px solid #80BA27;
}
.section-donation-summary .friends .friends-checkbox input:checked + label::after {
  top: 19px;
  left: 0px;
  width: 8px;
  height: 11px;
  border-radius: 1px;
  margin: 0.1875rem 0 0;
  z-index: 1;
  border-color: transparent #fff #fff transparent;
  border-style: solid;
  border-width: 2px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: rotate(37deg);
  transform: rotate(37deg);
}
.section-donation-summary .friends .friends-checkbox label {
  font-size: 1.25rem;
  line-height: 3.4375rem;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 25px;
}
@media (max-width: 700px) {
  .section-donation-summary .friends .friends-checkbox label {
    font-size: 1rem;
  }
}
.section-donation-summary .friends .friends-checkbox label::before {
  background-color: #fff;
  border: 1px solid #18191A;
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.section-donation-summary .friends .friends-checkbox label::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
}
.section-donation-summary .friends .title {
  font-size: 1.25rem;
  line-height: 3.4375rem;
  font-weight: 400;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 700px) {
  .section-donation-summary .friends .title {
    font-size: 1rem;
  }
}
.section-donation-summary .friends .title a {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 700;
  color: #80BA27;
}
@media (max-width: 700px) {
  .section-donation-summary .friends .title a {
    font-size: 0.875rem;
  }
}
.section-donation-summary .friends .box {
  border-radius: 32px;
  background: #FFF;
  padding: 45px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 700px) {
  .section-donation-summary .friends .box {
    padding: 30px 15px;
    flex-direction: column;
  }
}
.section-donation-summary .friends .box p {
  display: flex;
  gap: 3px;
  margin-bottom: 0;
}
@media (max-width: 700px) {
  .section-donation-summary .friends .box p {
    font-size: 0.875rem;
  }
}
.section-donation-summary .summary {
  margin-top: 10px;
}
@media (max-width: 700px) {
  .section-donation-summary .summary {
    margin-top: 0;
  }
}

@media (max-width: 700px) {
  .section-donation-special {
    margin-top: 40px !important;
  }
}
.section-donation-special .container {
  position: relative;
}
.section-donation-special .container::before {
  content: url("../img/cat-left.svg");
  position: absolute;
  left: -163px;
  bottom: 0;
}
@media (max-width: 1680px) {
  .section-donation-special .container::before {
    transform: scale(0.7);
    left: -132px;
  }
}
@media (max-width: 1480px) {
  .section-donation-special .container::before {
    transform: scale(0.4);
    left: -105px;
  }
}
.section-donation-special .container::after {
  content: url("../img/cat-right.svg");
  position: absolute;
  right: -113px;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1680px) {
  .section-donation-special .container::after {
    transform: scale(0.7);
    right: -89px;
  }
}
@media (max-width: 1480px) {
  .section-donation-special .container::after {
    transform: scale(0.4);
    right: -65px;
  }
}
@media (max-width: 1300px) {
  .section-donation-special .container {
    padding: 0;
  }
  .section-donation-special .container::after, .section-donation-special .container::before {
    display: none;
  }
}
.section-donation-special .content {
  background: #fff;
  border-radius: 16px;
  padding: 100px 160px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.section-donation-special .content::before {
  content: url("../img/cookies1.svg") !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  z-index: 2;
}
@media (max-width: 700px) {
  .section-donation-special .content::before {
    content: url("../img/cookies1-mobile.svg") !important;
  }
}
@media (max-width: 700px) {
  .section-donation-special .content {
    padding: 85px 30px 50px;
    border-radius: 0;
  }
}
.section-donation-special .header-title {
  font-size: 2.5rem;
  line-height: 3.25rem;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-family: "Centaurus", sans-serif;
  text-align: center;
}
@media (max-width: 700px) {
  .section-donation-special .header-title {
    font-size: 1.5625rem;
    line-height: 2.1875rem;
    margin-bottom: 20px;
  }
}
.section-donation-special .header-text p {
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 25px;
  text-align: center;
}
@media (max-width: 700px) {
  .section-donation-special .header-text p {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
.section-donation-special .price {
  font-size: 2rem;
  line-height: 1.625rem;
  margin-bottom: 40px;
  color: #fab400;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 700px) {
  .section-donation-special .price {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 30px;
  }
}
.section-donation-special .choice-price {
  margin-bottom: 40px;
}
@media (max-width: 700px) {
  .section-donation-special .choice-price {
    width: 100%;
  }
}
.section-donation-special .choice-price .quantity {
  position: relative;
  margin-bottom: 20px;
}
.section-donation-special .choice-price .quantity .quantity-input {
  border-radius: 34px;
  background: #EAEAEA;
  width: 430px;
  height: 48px;
  border: 0;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}
@media (max-width: 700px) {
  .section-donation-special .choice-price .quantity .quantity-input {
    width: 100%;
  }
}
.section-donation-special .choice-price .quantity .increment {
  border-radius: 34px;
  background: #FFF;
  width: 80px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: absolute;
}
.section-donation-special .choice-price .quantity .increment.quantity-minus {
  top: 5px;
  left: 6px;
}
.section-donation-special .choice-price .quantity .increment.quantity-minus::before {
  content: "-";
  color: #80BA27;
  font-size: 2rem;
  height: 50px;
}
.section-donation-special .choice-price .quantity .increment.quantity-plus {
  top: 5px;
  right: 6px;
}
.section-donation-special .choice-price .quantity .increment.quantity-plus::before {
  content: "+";
  color: #80BA27;
  font-size: 2rem;
  height: 50px;
}
.section-donation-special .choice-price .list-choice-price {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.section-donation-special .choice-price .list-choice-price input {
  display: none;
}
.section-donation-special .choice-price .list-choice-price input[type=checkbox]:checked + label {
  background: #80BA27;
  color: #fff;
}
.section-donation-special .choice-price .list-choice-price label {
  border-radius: 34px;
  border: 0;
  background: #EAEAEA;
  color: #80BA27;
  padding: 5px;
  text-align: center;
  width: 100%;
  font-size: 0.875rem;
  font-weight: 600;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
}
.section-donation-special .choice-price .list-choice-price label::before {
  display: none;
}
.section-donation-special .choice-price .list-choice-price label:hover {
  background: #3d6a2b;
  color: #fff;
  cursor: pointer;
}
.section-donation-special .btn-pay {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section-donation-special .btn-pay .btn {
  padding: 11px 20px;
  min-width: 208px;
}
@media (max-width: 700px) {
  .section-donation-special .btn-pay .btn {
    font-size: 0.875rem;
  }
}
.section-donation-special .btn-pay .btn-green-text {
  color: #80BA27 !important;
  padding: 18px 24px;
  min-width: 208px;
  background: transparent;
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 700px) {
  .section-donation-special .btn-pay .btn-green-text {
    font-size: 0.75rem;
  }
}
.section-donation-special .btn-pay .btn-green-text:hover {
  background: transparent !important;
  color: #3d6a2b !important;
  font-weight: 600;
}
.section-donation-special .img {
  margin-top: 100px;
}
@media (max-width: 700px) {
  .section-donation-special .img {
    margin-top: 0;
  }
}
.section-donation-special .methods-pay {
  text-align: center;
  margin-top: 70px;
}
@media (max-width: 700px) {
  .section-donation-special .methods-pay {
    margin-top: 15px;
    font-size: 0.75rem;
  }
}
.section-donation-special .methods-pay img {
  margin-top: 20px;
}
.section-donation-special.thanks .container::after, .section-donation-special.thanks .container::before {
  display: none;
}
.section-donation-special.thanks .content {
  padding: 100px 0 0;
}
@media (max-width: 700px) {
  .section-donation-special.thanks .content {
    padding: 85px 30px 0;
    border-radius: 0;
  }
}
.section-donation-special.thanks .content .header-title {
  padding: 0 300px;
}
@media (max-width: 700px) {
  .section-donation-special.thanks .content .header-title {
    padding: 0;
  }
}
.section-donation-special.thanks .content .btn-pay .btn {
  padding: 18px 24px;
}
@media (max-width: 700px) {
  .section-donation-special.thanks .content .img {
    padding-top: 50px;
  }
}

.choice-methods-pay-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 32px;
  background: #FFF;
  padding: 0 350px 0;
}
@media (max-width: 1100px) {
  .choice-methods-pay-list {
    flex-wrap: wrap;
    padding: 0 200px 0;
  }
}
@media (max-width: 700px) {
  .choice-methods-pay-list {
    flex-direction: column;
    padding: 0;
    gap: 8px;
  }
}
.choice-methods-pay-list.pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 700px) {
  .choice-methods-pay-list.pb-100 {
    padding-bottom: 0;
  }
}
.choice-methods-pay-list input {
  display: none;
}
.choice-methods-pay-list label {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  border: 2px solid #fff;
  width: 100%;
  display: flex;
  padding: 20px;
  align-items: center;
  position: relative;
}
@media (max-width: 700px) {
  .choice-methods-pay-list label {
    padding: 14px 10px;
  }
}
.choice-methods-pay-list label::before {
  position: relative !important;
  top: 0px !important;
  margin-right: 10px;
}
.choice-methods-pay-list label img {
  height: auto;
  right: 20px;
  position: absolute;
}
.choice-methods-pay-list label.active {
  border: 2px solid #80BA27;
}
.choice-methods-pay-list label:hover {
  border: 2px solid #80BA27;
  background: #80BA27;
  color: #fff;
}

.section-donation-history {
  position: relative;
  margin: 80px 0 150px;
}
@media (max-width: 700px) {
  .section-donation-history {
    margin: 40px 0 80px;
  }
}
.section-donation-history .container {
  position: relative;
}
.section-donation-history .back {
  top: 20px;
}
@media (max-width: 700px) {
  .section-donation-history .header-title {
    margin-bottom: 20px;
  }
}
.section-donation-history .content-history {
  border-radius: 32px;
  background: #FFF;
  padding: 75px 150px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .section-donation-history .content-history {
    padding: 75px 100px;
  }
}
@media (max-width: 700px) {
  .section-donation-history .content-history {
    padding: 32px 15px;
    flex-direction: column;
    gap: 30px;
  }
}
.section-donation-history .content-history::after {
  content: url("../img/paw1.svg");
  position: absolute;
  left: 0;
  bottom: -8px;
}
@media (max-width: 700px) {
  .section-donation-history .content-history::after {
    display: none;
  }
}
.section-donation-history .content-history .title {
  font-size: 1.25rem;
  line-height: 3.4375rem;
  margin-bottom: 30px;
  font-weight: 800;
}
@media (max-width: 700px) {
  .section-donation-history .content-history .title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.section-donation-history .content-history p {
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  .section-donation-history .content-history p {
    font-size: 0.75rem;
  }
}
.section-donation-history .content {
  border-radius: 32px;
  background: #FFF;
  padding: 33px 150px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  display: block;
  font-size: 1rem;
  border: 1px solid #fff;
  color: #18191a;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .section-donation-history .content {
    padding: 75px 100px;
  }
}
@media (max-width: 700px) {
  .section-donation-history .content {
    padding: 32px 15px;
    font-size: 1rem;
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
}
.section-donation-history .content.content-typ {
  font-size: 1.25rem;
}
@media (max-width: 700px) {
  .section-donation-history .content.content-typ {
    font-size: 1rem;
    flex-direction: row;
  }
}
.section-donation-history .content.content-typ::after {
  content: url("../img/paw2.svg");
  position: absolute;
  right: 0;
  top: 0;
}
.section-donation-history .content.content-typ:hover {
  cursor: pointer;
  border: 1px solid #80BA27;
}
.section-donation-history .content.content-typ:hover svg {
  fill: #80BA27;
}
.section-donation-history .content.content-method-pay {
  font-size: 1.25rem;
}
@media (max-width: 700px) {
  .section-donation-history .content.content-method-pay {
    font-size: 1rem;
    flex-direction: row;
  }
}
.section-donation-history .content.content-method-pay::after {
  content: url("../img/paw3.svg");
  position: absolute;
  right: 0;
  top: 0;
}
.section-donation-history .content.content-method-pay:hover {
  cursor: pointer;
  border: 1px solid #80BA27;
}
.section-donation-history .content.content-method-pay:hover svg {
  fill: #80BA27;
}
.section-donation-history .content.content-history-pay {
  font-size: 1.25rem;
}
@media (max-width: 700px) {
  .section-donation-history .content.content-history-pay {
    font-size: 1rem;
    flex-direction: row;
  }
}
.section-donation-history .content.content-history-pay::after {
  content: url("../img/paw4.svg");
  position: absolute;
  right: 0;
  top: 0;
}
.section-donation-history .content.content-history-pay:hover {
  cursor: pointer;
  border: 1px solid #80BA27;
}
.section-donation-history .content.content-history-pay:hover svg {
  fill: #80BA27;
}
.section-donation-history .content svg {
  fill: #18191a;
}
.section-donation-history .content .red {
  color: #FF2020;
}
.section-donation-history .content .active {
  color: #80BA27;
}
.section-donation-history .content img {
  margin-right: 25px;
}
.section-donation-history .content .right {
  display: flex;
  align-items: center;
  gap: 30px;
}
.section-donation-history .add_method_pay {
  padding-top: 20px;
  text-align: center;
}
.section-donation-history .add_method_pay a {
  margin: 0 auto;
  color: #80BA27;
  font-size: 1rem;
  font-weight: 700;
}
.section-donation-history .add_method_pay a:hover {
  font-weight: 900;
}
.section-donation-history .tabs .menu-tabs .tabs-nav {
  gap: 60px;
  margin-bottom: 50px;
  list-style: none;
  padding-left: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
@media (max-width: 700px) {
  .section-donation-history .tabs .menu-tabs .tabs-nav {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
  }
}
.section-donation-history .tabs .menu-tabs .tabs-nav .tab-link {
  color: #49454F;
  font-size: 0.875rem;
  line-height: 1rem;
}
@media (max-width: 700px) {
  .section-donation-history .tabs .menu-tabs .tabs-nav .tab-link {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
.section-donation-history .tabs .menu-tabs .tabs-nav .tab-link.active {
  color: #49454F;
  font-weight: 700;
  cursor: default;
}
.section-donation-history .tabs .menu-tabs .tabs-nav .tab-link.active::after {
  display: none;
}
.section-donation-history .tabs-stage .btn-table {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-bottom: 24px;
}
@media (max-width: 700px) {
  .section-donation-history .tabs-stage .btn-table {
    flex-direction: column;
    align-items: start;
  }
}
.section-donation-history .tabs-stage .btn-table .btn {
  padding: 16px 24px;
}
.section-donation-history .tabs-stage .btn-table .select {
  position: relative;
  display: flex;
  align-items: center;
}
.section-donation-history .tabs-stage .btn-table .select select {
  border: 1px solid #18191a;
  background: transparent;
  border-radius: 8px;
  padding: 8px 40px 8px 21px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.section-donation-history .tabs-stage .btn-table .select::after {
  background-image: url("../img/icon/select-down.svg");
  content: "";
  width: 11px;
  height: 5px;
  right: 20px;
  display: flex;
  position: absolute;
  z-index: 1;
}
.section-donation-history .tabs-stage table {
  width: 100%;
}
@media (max-width: 1100px) {
  .section-donation-history .tabs-stage table {
    display: block;
    overflow-x: scroll;
  }
}
@media (max-width: 700px) {
  .section-donation-history .tabs-stage table tbody tr:nth-child(odd) {
    background: #fff;
  }
}
.section-donation-history .tabs-stage table tr {
  border-bottom: 1px solid #949A9F;
}
.section-donation-history .tabs-stage table tr th {
  padding: 0 15px 24px;
}
@media (max-width: 700px) {
  .section-donation-history .tabs-stage table tr th {
    font-size: 0.875rem;
    line-height: 1.125rem;
    padding: 0 15px 15px;
    min-width: max-content;
  }
}
.section-donation-history .tabs-stage table tr th:first-child {
  padding: 0 15px 24px 0;
}
@media (max-width: 700px) {
  .section-donation-history .tabs-stage table tr th:first-child {
    padding: 0 15px 15px 0;
  }
}
.section-donation-history .tabs-stage table tr td {
  padding: 24px 15px;
}
@media (max-width: 1100px) {
  .section-donation-history .tabs-stage table tr td {
    font-size: 0.875rem;
    line-height: 1.125rem;
    padding: 15px;
    min-width: max-content;
  }
}
.section-donation-history .tabs-stage table tr td:first-child {
  padding: 24px 15px 24px 0;
}
@media (max-width: 700px) {
  .section-donation-history .tabs-stage table tr td:first-child {
    padding: 15px 15px 15px 0;
  }
}
.section-donation-history .tabs-stage table tr td .to-pay {
  color: #FF0000;
  font-weight: 400;
}
.section-donation-history .tabs-stage table tr td .paid {
  color: #80BA27;
  font-weight: 400;
}
.section-donation-history .tabs-stage table tr td .cancel {
  font-weight: 600;
}
.section-donation-history .tabs-stage table tr .text-center {
  text-align: center;
}
.section-donation-history .tabs-stage table tr .text-center img {
  min-width: 30px;
}

.section-donation-history-cancel-subscription {
  margin-top: 80px;
}
@media (max-width: 700px) {
  .section-donation-history-cancel-subscription {
    margin-top: 40px;
  }
}
.section-donation-history-cancel-subscription .container {
  position: relative;
}
.section-donation-history-cancel-subscription .back {
  top: 20px;
}
.section-donation-history-cancel-subscription .header-title p {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 700px) {
  .section-donation-history-cancel-subscription .header-title p {
    width: 100%;
  }
}
.section-donation-history-cancel-subscription .content-form {
  margin: 80px 0 70px;
  display: flex;
  justify-content: center;
}
@media (max-width: 700px) {
  .section-donation-history-cancel-subscription .content-form {
    margin: 50px 0 40px;
    justify-content: start;
  }
}
@media (max-width: 700px) {
  .section-donation-history-cancel-subscription .content-form form {
    width: 100%;
  }
}
.section-donation-history-cancel-subscription .content-form form > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 335px;
  margin: 0 auto;
}
@media (max-width: 700px) {
  .section-donation-history-cancel-subscription .content-form form > div {
    width: 100%;
  }
}
.section-donation-history-cancel-subscription .content-form input[type=radio] {
  display: none;
}
.section-donation-history-cancel-subscription .content-form input[type=radio] + label {
  padding-left: 25px;
  font-size: 1rem;
}
.section-donation-history-cancel-subscription .content-form input[type=radio] + label::before {
  border: 1px solid #C3C6C9;
}
.section-donation-history-cancel-subscription .content-form input[type=radio] + label::before {
  box-shadow: inset 0 0 0 0.2em transparent, inset 0 0 0 1em transparent;
}
.section-donation-history-cancel-subscription .content-form input[type=radio]:checked + label::before {
  box-shadow: inset 0 0 0 0.2em #fff, inset 0 0 0 1em #80BA27;
  border: 1px solid #80BA27;
}
.section-donation-history-cancel-subscription .content-form input[type=text] {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #49454F;
  color: #949A9F;
  background: transparent;
  margin: 25px 0 0 25px;
}
.section-donation-history-cancel-subscription .content-form .btn-flex {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 70px;
  flex-direction: row;
  width: 100%;
}
@media (max-width: 700px) {
  .section-donation-history-cancel-subscription .content-form .btn-flex {
    flex-direction: column;
    gap: 16px;
    margin-top: 40px;
  }
}
@media (max-width: 700px) {
  .section-donation-history-cancel-subscription .content-form .btn-flex .btn {
    min-width: 100%;
  }
}

input:focus {
  outline: none;
}

input[type=radio] + label {
  padding-left: 20px;
  position: relative;
}
@media (max-width: 700px) {
  input[type=radio] + label {
    padding-left: 10px;
    font-size: 0.75rem;
  }
}

input[type=radio] + label::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  text-align: center;
  color: white;
  font-family: Times;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #49454F;
}

input[type=radio] + label::before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em white;
}

input[type=radio]:checked + label::before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em #80BA27;
  border: 1px solid #80BA27;
}

.section-my-account {
  margin-top: 80px;
}
@media (max-width: 700px) {
  .section-my-account {
    margin-top: 40px;
  }
}
.section-my-account .back {
  top: 20px;
}
.section-my-account .container {
  position: relative;
}
@media (max-width: 700px) {
  .section-my-account .header-title {
    margin-bottom: 10px;
  }
}
.section-my-account .content {
  background: #fff;
  padding: 60px 80px;
  border-radius: 32px;
  position: relative;
  min-height: 300px;
  overflow: hidden;
}
@media (max-width: 700px) {
  .section-my-account .content {
    padding: 30px 15px;
  }
}
.section-my-account .content::after {
  content: "";
  background-image: url("../img/account.svg");
  width: 100px;
  height: 113px;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}
.section-my-account .content .title-info {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .section-my-account .content .title-info {
    font-size: 1rem;
    line-height: 2rem;
  }
}
.section-my-account .content .info {
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: flex;
  gap: 60px;
}
@media (max-width: 700px) {
  .section-my-account .content .info {
    flex-direction: column;
    gap: 48px;
  }
}
.section-my-account .content .info > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 700px) {
  .section-my-account .content .info > div {
    gap: 5px;
  }
}
.section-my-account .content .info span {
  font-weight: 300;
}
.section-my-account .content .info .btn-account-active {
  border: 0.5px solid #80BA27;
  background: rgba(128, 186, 39, 0.1);
  padding: 5px 6px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #80BA27;
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 120px;
  width: max-content;
  border-radius: 23px;
  margin-top: 20px;
}
@media (max-width: 700px) {
  .section-my-account .content .info .btn-account-active {
    margin-top: 10px;
  }
}
.section-my-account .content .info .btn-account-active svg circle {
  fill: none;
  stroke: #80BA27;
}
.section-my-account .content .info .btn-account-active svg path {
  stroke: #80BA27;
}
.section-my-account .content .info .btn-account-inactive {
  border: 0.5px solid #FF2020;
  background: rgba(255, 32, 32, 0.1);
  padding: 5px 6px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #FF2020;
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 120px;
  width: max-content;
  border-radius: 23px;
  margin-top: 20px;
}
@media (max-width: 700px) {
  .section-my-account .content .info .btn-account-inactive {
    margin-top: 10px;
  }
}
.section-my-account .content .info .btn-account-inactive svg circle {
  fill: none;
  stroke: #FF2020;
}
.section-my-account .content .info .btn-account-inactive svg path {
  stroke: #FF2020;
}
.section-my-account .btn-account-edit {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  gap: 30px;
}
@media (max-width: 700px) {
  .section-my-account .btn-account-edit {
    margin-top: 30px;
  }
}
@media (max-width: 700px) {
  .section-my-account .btn-account-edit .btn {
    min-width: auto;
    width: 50%;
    max-width: none;
  }
}
.section-my-account .btn-account-edit .btn.btn-inactive {
  background: rgba(255, 32, 32, 0.5);
}
.section-my-account .btn-account-edit .btn.btn-inactive:hover {
  background: rgba(255, 32, 32, 0.5) !important;
}
.section-my-account .btn-account-save {
  display: flex;
  justify-content: end;
  margin-top: 40px;
}
.section-my-account .content-form {
  background: #fff;
  padding: 60px;
  border-radius: 32px;
  position: relative;
  display: flex;
  gap: 60px;
}
@media (max-width: 700px) {
  .section-my-account .content-form {
    flex-direction: column;
    gap: 20px;
    padding: 30px 15px;
  }
}
.section-my-account .content-form .row {
  width: 50%;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 700px) {
  .section-my-account .content-form .row {
    width: 100%;
  }
}
.section-my-account .content-form .row .row-flex {
  display: flex;
  gap: 44px;
}
@media (max-width: 700px) {
  .section-my-account .content-form .row .row-flex {
    flex-direction: column;
    gap: 20px;
  }
}
.section-my-account .content-form .row .row-flex > div {
  width: 50%;
}
@media (max-width: 700px) {
  .section-my-account .content-form .row .row-flex > div {
    width: 100%;
  }
}
.section-my-account .content-form .row .row-flex .row-flex {
  width: 50%;
}
@media (max-width: 700px) {
  .section-my-account .content-form .row .row-flex .row-flex {
    width: 100%;
    flex-direction: row;
  }
}
.section-my-account .content-form .row .row-flex-btn {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: end;
}
.section-my-account .content-form .row .row-flex-btn > div {
  width: 100%;
}
.section-my-account .content-form .row .row-flex-btn .btn {
  padding: 11px 18px;
  min-width: 130px;
}
.section-my-account .content-form label {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.section-my-account .content-form input,
.section-my-account .content-form select {
  width: 100%;
  border: 1px solid #18191a;
  padding: 11px 13px;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 12px;
  color: #49454F;
  background: transparent;
}
.section-my-account .content-form .acceptance {
  padding: 22px 80px 22px 20px;
  border-radius: 32px;
  border: 0.5px solid #18191A;
  margin-top: 15px;
  cursor: pointer;
}
.section-my-account .content-form .acceptance label {
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 1.125rem;
  cursor: pointer;
}
.section-my-account .content-form .acceptance strong {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 15px;
  display: block;
}
.section-my-account .content-form .acceptance .checkbox-slider.round {
  left: auto;
  right: -55px;
  top: 40%;
}

.section-profile {
  margin-top: 80px;
}
@media (max-width: 700px) {
  .section-profile {
    margin-top: 40px;
  }
}
.section-profile .section-profile-panel-mobile {
  display: none;
}
@media (max-width: 700px) {
  .section-profile .section-profile-panel-mobile {
    display: flex;
    gap: 10px;
    justify-content: end;
  }
}
.section-profile .section-profile-panel-mobile .icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(128, 186, 39, 0.1);
  border-radius: 50px;
}
.section-profile .content {
  column-gap: 30px;
  justify-content: center;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.section-profile .content .profile {
  width: 270px;
  border-radius: 32px;
  background: #FFF;
  overflow: hidden;
  position: relative;
  height: 390px;
  margin-bottom: 40px;
  padding: 27px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 700px) {
  .section-profile .content .profile {
    background: transparent;
    height: auto;
    width: 100%;
    padding: 0;
    justify-content: start;
  }
}
.section-profile .content .profile::after {
  content: url("../img/paw1.svg");
  position: absolute;
  left: -7px;
  bottom: -14px;
  transform: scale(0.8);
}
@media (max-width: 700px) {
  .section-profile .content .profile::after {
    display: none;
  }
}
.section-profile .content .profile .add-profile {
  width: 150px;
  height: 150px;
  border-radius: 100px;
  border: 1px solid rgba(73, 69, 79, 0.5);
  background: #F8F8F8;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 700px) {
  .section-profile .content .profile .add-profile {
    width: 124px;
    height: 124px;
  }
}
.section-profile .content .profile .profile-name {
  color: #000;
  font-size: 1.25rem;
  line-height: 2.1875rem;
  font-weight: 800;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 10px;
  word-break: break-all;
}
.section-profile .content .profile .profile-name span {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
}
.section-profile .content .profile .profile-name.mobile {
  display: none;
}
@media (max-width: 700px) {
  .section-profile .content .profile .profile-name.mobile {
    display: block;
  }
}
.section-profile .content .profile.active {
  justify-content: start;
}
.section-profile .content .profile.active .icon-delete-edit {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
  width: 100%;
}
@media (max-width: 700px) {
  .section-profile .content .profile.active .icon-delete-edit {
    display: none;
  }
}
.section-profile .content .profile.active .icon-delete-edit .icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(128, 186, 39, 0.1);
  border-radius: 50px;
}
.section-profile .content .profile.active .avatar-img {
  width: 150px;
  height: 150px;
  border-radius: 100px;
  border: 3px solid #81BA27;
  overflow: hidden;
}
@media (max-width: 700px) {
  .section-profile .content .profile.active .avatar-img {
    width: 124px;
    height: 124px;
  }
}
.section-profile .content .profile.active .avatar-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-profile .content-text {
  width: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.section-profile .content-text .info-text {
  text-align: center;
  margin-bottom: 25px;
}
.section-profile .content-text .info-text p {
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.section-profile .content-text .info-text p strong {
  margin-bottom: 20px;
}

.popup {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.popup .popup-content {
  background-color: white;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #EAEAEA;
  width: 80%;
  padding: 50px;
  border-radius: 30px;
  max-width: 600px;
  box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.3);
}
@media (max-width: 700px) {
  .popup .popup-content {
    padding: 30px;
    margin: 40% auto 15%;
  }
}
.popup .popup-content label {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 20px;
}
.popup .popup-content input {
  border: 1px solid #80BA27;
  width: 100%;
  padding: 11px 13px;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 12px;
  color: #49454F;
  background: transparent;
}
.popup .popup-content .btn {
  margin-top: 80px;
}
.popup .close {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 30px;
  margin-bottom: 40px;
}

.profile-popup {
  padding: 0 200px;
}
@media (max-width: 700px) {
  .profile-popup {
    padding: 0;
  }
}
.profile-popup label {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0;
}
.profile-popup input {
  border: 1px solid #18191a;
  background: transparent;
  border-radius: 12px;
  padding: 16px 24px;
  font-size: 12px;
  font-weight: 600;
}
.profile-popup .profile-name {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 70px;
}
@media (max-width: 700px) {
  .profile-popup .profile-name {
    align-items: start;
    gap: 10px;
    margin-bottom: 30px;
  }
}
@media (max-width: 700px) {
  .profile-popup .profile-name > div:last-child {
    width: 100%;
  }
}
.profile-popup .profile-name .profile-name-avatar {
  position: relative;
}
.profile-popup .profile-name .profile-name-avatar .profile-name-avatar-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 100px;
  border: 3px solid #81BA27;
}
@media (max-width: 700px) {
  .profile-popup .profile-name .profile-name-avatar .profile-name-avatar-img {
    width: 65px;
    height: 65px;
  }
}
.profile-popup .profile-name .profile-name-avatar .profile-name-avatar-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile-popup .profile-name .profile-name-avatar .edit-profile-avatar {
  width: 42px;
  height: 42px;
  border-radius: 100px;
  background: #80BA27;
  filter: drop-shadow(1px 4px 9.1px rgba(162, 232, 50, 0.4));
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  bottom: 0;
}
@media (max-width: 700px) {
  .profile-popup .profile-name .profile-name-avatar .edit-profile-avatar {
    width: 32px;
    height: 32px;
  }
}
.profile-popup .profile-name .profile-name-avatar .edit-profile-avatar:hover {
  background: #3d6a2b;
}
.profile-popup .profile-name input {
  width: 370px;
  padding: 11px 24px;
}
@media (max-width: 700px) {
  .profile-popup .profile-name input {
    width: 100%;
  }
}
.profile-popup .profile-name label {
  margin-bottom: 10px;
}
.profile-popup .profile-name .profile-color {
  margin-top: 15px;
  display: flex;
  gap: 12px;
}
.profile-popup .preferences {
  border-top: 0.3px solid #D9D9D9;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 700px) {
  .profile-popup .preferences {
    gap: 30px;
  }
}
.profile-popup .preferences span {
  font-size: 0.875rem;
  line-height: 2rem;
}
.profile-popup .preferences .preferences-select {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 700px) {
  .profile-popup .preferences .preferences-select {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}
.profile-popup .preferences .preferences-select .selected {
  border: 1px solid #18191a;
  background: transparent;
  border-radius: 8px;
  padding: 7px 10px 7px 20px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-right: 10px;
}
.profile-popup .preferences .preferences-select .label-from-select {
  border: 1px solid #18191a;
  background: transparent;
  border-radius: 8px;
  padding: 7px 40px 7px 20px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
}
.profile-popup .preferences .preferences-select .label-from-select input {
  display: none;
}
.profile-popup .preferences .preferences-select .label-from-select::after {
  background-image: url("../img/icon/close-select.svg");
  content: "";
  right: 10px;
  width: 17px;
  height: 17px;
  position: absolute;
}
.profile-popup .preferences .select {
  position: relative;
  display: flex;
  align-items: center;
  width: 200px;
}
.profile-popup .preferences .select select {
  border: 0.5px solid #18191a;
  background: transparent;
  border-radius: 8px;
  padding: 12px 40px 12px 24px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 200px;
  max-width: 200px;
  margin-right: 12px;
}
.profile-popup .preferences .select::after {
  background-image: url("../img/icon/select-down.svg");
  content: "";
  width: 11px;
  height: 5px;
  right: 20px;
  display: flex;
  position: absolute;
  z-index: 1;
}
.profile-popup .child-profile {
  border-top: 0.3px solid #D9D9D9;
  padding-top: 24px;
  margin-top: 25px;
}
@media (max-width: 700px) {
  .profile-popup .child-profile {
    margin-top: 30px;
  }
}
.profile-popup .child-profile .profile-checkbox {
  margin-bottom: 20px;
}
.profile-popup .child-profile .input-disabled {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.profile-popup .child-profile .input-disabled label {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 10px;
  color: rgba(73, 69, 79, 0.5);
}
.profile-popup .child-profile .input-disabled input[type=text],
.profile-popup .child-profile .input-disabled input[type=number],
.profile-popup .child-profile .input-disabled input[type=date] {
  border: 1px solid rgb(73, 69, 79);
  background: transparent;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 12px;
  font-weight: 600;
  width: 400px;
}
@media (max-width: 700px) {
  .profile-popup .child-profile .input-disabled input[type=text],
  .profile-popup .child-profile .input-disabled input[type=number],
  .profile-popup .child-profile .input-disabled input[type=date] {
    width: 100%;
  }
}
.profile-popup .child-profile .input-disabled input[type=text]:disabled,
.profile-popup .child-profile .input-disabled input[type=number]:disabled,
.profile-popup .child-profile .input-disabled input[type=date]:disabled {
  border: 1px solid rgba(73, 69, 79, 0.5);
}
.profile-popup .pin {
  display: flex;
  align-items: center;
  gap: 24px;
}
.profile-popup .pin .profile-checkbox {
  width: 125px;
}
@media (max-width: 700px) {
  .profile-popup .pin .profile-checkbox {
    width: 240px;
  }
}
.profile-popup .pin .btn {
  margin: 0;
}
.profile-popup .pin .btn.btn-inactive {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.profile-popup .pin .btn.btn-inactive.btn-active {
  cursor: pointer;
  opacity: 1;
  pointer-events: all;
}
.profile-popup .btn-end {
  border-top: 0.3px solid #D9D9D9;
  padding-top: 40px;
  margin: 25px 0 100px;
  display: flex;
  justify-content: end;
}
.profile-popup .btn-end .btn {
  margin: 0;
}
@media (max-width: 700px) {
  .profile-popup .btn-end .btn {
    width: auto;
  }
}

.profile-checkbox input {
  display: none;
}
.profile-checkbox input:checked + label::before {
  background: #80BA27;
  border: 1px solid #80BA27;
}
.profile-checkbox input:checked + label::after {
  top: 0;
  left: 0;
  width: 8px;
  height: 11px;
  border-radius: 1px;
  margin: 0.1875rem 0 0;
  z-index: 1;
  border-color: transparent #fff #fff transparent;
  border-style: solid;
  border-width: 2px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: rotate(37deg);
  transform: rotate(37deg);
}
.profile-checkbox label {
  font-size: 0.875rem;
  line-height: normal;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 25px;
}
.profile-checkbox label::before {
  background-color: #fff;
  border: 1px solid #18191A;
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.profile-checkbox label::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
}

.inputfile {
  display: none;
}

.modal-form .section-popup .popup__form .box-bok .box-left #file-text {
  padding-left: 10px;
}

.page-template-front-page .modal-form .show-modal .remove-file {
  display: none !important;
}

.section-help-desk {
  margin-top: 80px;
}
.section-help-desk .header-title {
  margin-bottom: 20px;
}
.section-help-desk .header-text {
  text-align: center;
}
.section-help-desk .icon-new-messages {
  position: relative;
}
.section-help-desk .icon-new-messages img {
  min-width: 30px;
  max-width: 30px;
  height: 30px;
}
.section-help-desk .icon-new-messages span {
  background: #3A6A33;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50px;
  font-size: 0.625rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 15px;
}
.section-help-desk .btn-help {
  padding: 6px 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  border-radius: 8px;
  font-size: 0.8125rem;
  font-weight: 600;
  min-width: 140px;
  max-width: 170px;
}
.section-help-desk .btn-help.btn-in-progress {
  background: #FAB400;
}
.section-help-desk .btn-help.btn-solved {
  background: #80BA27;
}
.section-help-desk table {
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 700px) {
  .section-help-desk table {
    display: block;
    overflow-x: scroll;
  }
}
@media (max-width: 700px) {
  .section-help-desk table tbody tr:nth-child(odd) {
    background: #fff;
  }
}
.section-help-desk table tr {
  border-bottom: 1px solid #949A9F;
}
.section-help-desk table tr th {
  padding: 0 15px 24px;
}
@media (max-width: 700px) {
  .section-help-desk table tr th {
    font-size: 0.875rem;
    line-height: 1.125rem;
    padding: 0 15px 15px;
    min-width: max-content;
  }
}
.section-help-desk table tr th:first-child {
  padding: 0 15px 24px 0;
}
@media (max-width: 700px) {
  .section-help-desk table tr th:first-child {
    padding: 0 15px 15px 0;
  }
}
.section-help-desk table tr td {
  padding: 24px 15px;
  word-break: break-word;
}
@media (max-width: 700px) {
  .section-help-desk table tr td {
    font-size: 0.875rem;
    line-height: 1.125rem;
    padding: 15px;
    min-width: max-content;
  }
}
.section-help-desk table tr td:first-child {
  padding: 24px 15px 24px 0;
}
@media (max-width: 700px) {
  .section-help-desk table tr td:first-child {
    padding: 15px 15px 15px 0;
  }
}
.section-help-desk table tr td .to-pay {
  color: #FF0000;
  font-weight: 400;
}
.section-help-desk table tr td .paid {
  color: #80BA27;
  font-weight: 400;
}
.section-help-desk table tr td .cancel {
  font-weight: 600;
}
.section-help-desk table tr .text-center {
  text-align: center;
}
.section-help-desk table tr .text-center img {
  min-width: 30px;
}

*[data-src] {
  cursor: pointer;
}

.playlist-header {
  margin-top: 0 !important;
  padding: 30px 0 50px !important;
}
@media (max-width: 900px) {
  .playlist-header {
    margin-top: 30px !important;
    padding: 0 0 30px 0;
  }
}

.section-playlist .section-playlist-content {
  display: flex;
  gap: 30px;
}
@media (max-width: 900px) {
  .section-playlist .section-playlist-content {
    flex-direction: column;
  }
}
.section-playlist .section-playlist-content .playlist-info-list {
  width: 33%;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 900px) {
  .section-playlist .section-playlist-content .playlist-info-list {
    width: 100%;
  }
}
.section-playlist .section-playlist-content .playlist-info-list .playlist-info-list-bg {
  background-image: url(../img/playlist-info-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 900px) {
  .section-playlist .section-playlist-content .playlist-info-list .playlist-info-list-bg img {
    max-width: 70%;
  }
}
.section-playlist .section-playlist-content .playlist-info-list .playlist-info-list-content {
  padding: 57px 30px 90px;
}
@media (max-width: 900px) {
  .section-playlist .section-playlist-content .playlist-info-list .playlist-info-list-content {
    padding: 30px;
  }
}
.section-playlist .section-playlist-content .playlist-info-list .playlist-info-list-content .playlist-info-list-title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-bottom: 20px;
  flex-wrap: wrap;
  word-break: break-word;
}
@media (max-width: 900px) {
  .section-playlist .section-playlist-content .playlist-info-list .playlist-info-list-content .playlist-info-list-title {
    font-size: 1rem;
    line-height: 1.875rem;
  }
}
.section-playlist .section-playlist-content .playlist-info-list .playlist-info-list-content .playlist-info-list-title strong {
  font-family: "Centaurus", sans-serif;
}
.section-playlist .section-playlist-content .playlist-info-list .playlist-info-list-content .playlist-info-list-title a {
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 700;
  color: #80BA27;
}
@media (max-width: 900px) {
  .section-playlist .section-playlist-content .playlist-info-list .playlist-info-list-content .playlist-info-list-title a {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
.section-playlist .section-playlist-content .playlist-info-list .playlist-info-list-content p {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .section-playlist .section-playlist-content .playlist-info-list .playlist-info-list-content p {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
.section-playlist .section-playlist-content .playlist-info-list .playlist-info-list-content .repeat {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
@media (max-width: 900px) {
  .section-playlist .section-playlist-content .playlist-info-list .playlist-info-list-content .repeat {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
.section-playlist .section-playlist-content .playlist-movies {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 66%;
}
@media (max-width: 900px) {
  .section-playlist .section-playlist-content .playlist-movies {
    width: 100%;
  }
}
.section-playlist .section-playlist-content .playlist-movies .playlist-movies-sort {
  padding-left: 0;
  position: relative;
}
.section-playlist .section-playlist-content .playlist-movies .playlist-movies-item {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 32px;
  position: relative;
  display: flex;
  z-index: 1 !important;
  padding: 10px;
  margin-bottom: 10px;
}
.section-playlist .section-playlist-content .playlist-movies .playlist-movies-item > div {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0 15px 0 20px;
}
@media (max-width: 900px) {
  .section-playlist .section-playlist-content .playlist-movies .playlist-movies-item > div {
    padding: 0 0 0 8px;
  }
}
.section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .js-sort-number {
  color: #555;
  font-size: 1rem;
  font-weight: 700;
  width: 45px;
}
@media (max-width: 900px) {
  .section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .js-sort-number {
    width: 30px;
    font-size: 0.75rem;
  }
}
.section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .content-info {
  display: flex;
  gap: 30px;
  width: 100%;
}
@media (max-width: 900px) {
  .section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .content-info {
    gap: 8px;
  }
}
.section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .content-info .video-item {
  height: 130px;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 900px) {
  .section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .content-info .video-item {
    height: 80px;
    min-width: 115px;
    max-width: 115px;
  }
}
.section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .content-info .video-item .play-btn {
  width: 40px;
  height: 40px;
}
@media (max-width: 900px) {
  .section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .content-info .video-item .play-btn {
    height: 24px;
    width: 24px;
  }
}
.section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .content-info .video-item .play-btn img {
  transform: scale(0.7);
}
.section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .content-info .video-item .video-item__text {
  right: 10px;
  left: auto;
}
.section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .content-info .video-item .video-item__text .film-time {
  height: 28px;
}
@media (max-width: 900px) {
  .section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .content-info .video-item .video-item__text .film-time {
    height: 20px;
  }
}
.section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .content-info .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .content-info .center .film-title {
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #18191a;
}
@media (max-width: 900px) {
  .section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .content-info .center .film-title {
    font-size: 0.625rem;
    line-height: 0.75rem;
    font-weight: 500;
  }
}
.section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .content-info .center .info p {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  color: #555;
}
@media (max-width: 900px) {
  .section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .content-info .center .info p {
    font-size: 0.5rem;
    line-height: 0.75rem;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 900px) {
  .section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .content-info .center .info p svg {
    opacity: 0;
    height: 0;
  }
}
.section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .content-info .center .info p img {
  margin-top: -2px;
}
@media (max-width: 900px) {
  .section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .content-info .center .info p img {
    transform: scale(0.7);
  }
}
.section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .button {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 6px;
  padding: 0 0 0 20px;
  width: 60px;
  position: relative;
  z-index: -1;
}
.section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .button .btn-drag-drop {
  cursor: pointer;
}
.section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .button .btn-drag-drop span {
  border-radius: 50px;
  border: 2px solid #FAB400;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 900px) {
  .section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .button .btn-drag-drop span {
    height: 30px;
    width: 30px;
  }
}
.section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .button .btn-drag-drop span svg {
  fill: #FAB400;
  stroke: #FAB400;
}
.section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .button .btn-drag-drop .hidden-text {
  position: absolute;
  width: 289px;
  right: -30px;
  font-size: 12px;
  top: 10px;
  font-weight: 600;
  display: none;
}
.section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .button .btn-drag-drop:hover span {
  border: 2px solid #FAB400;
  background: #FAB400;
  transition: all 0.3s ease-out;
}
.section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .button .btn-drag-drop:hover span svg {
  fill: #fff;
  stroke: #fff;
}
@media (max-width: 900px) {
  .section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .button .btn-delete {
    margin-top: 5px;
  }
}
@media (max-width: 900px) {
  .section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .button .btn-delete span {
    height: 30px;
    width: 30px;
  }
}
.section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .content-info-hover {
  width: 100%;
}
.section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .content-info-hover:hover {
  transform: translateZ(1px);
}
.section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .content-info-hover:hover .show-info {
  display: block;
  z-index: 999;
}
@media (max-width: 1130px) {
  .section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .content-info-hover:hover .show-info {
    display: none;
  }
}
.section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .content-info-hover .show-info {
  left: -10%;
  width: 125%;
}
.section-playlist .section-playlist-content .playlist-movies .playlist-movies-item:hover {
  z-index: 112 !important;
}
.section-playlist .section-playlist-content .playlist-movies .ui-sortable-helper {
  background: #F39200;
}
.section-playlist .section-playlist-content .playlist-movies .ui-sortable-helper .button .btn-drag-drop span {
  border: 2px solid #fff;
}
.section-playlist .section-playlist-content .playlist-movies .ui-sortable-helper .button .btn-drag-drop span svg {
  fill: #fff;
  stroke: #fff;
}
.section-playlist .section-playlist-content .playlist-movies .ui-sortable-helper .button .btn-drag-drop .hidden-text {
  display: block;
}
@media (max-width: 900px) {
  .section-playlist .section-playlist-content .playlist-movies .ui-sortable-helper .button .btn-drag-drop .hidden-text {
    display: none;
  }
}
.section-playlist .section-playlist-content .playlist-movies .ui-sortable-helper .button .btn-drag-drop:hover span {
  background: #F39200;
  border: 2px solid #fff;
}
.section-playlist .section-playlist-content .playlist-movies .ui-sortable-helper .button .btn-drag-drop:hover span svg {
  fill: #fff;
  stroke: #fff;
}

.section-center__history {
  display: flex;
  column-gap: 25px;
  row-gap: 30px;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media (max-width: 900px) {
  .section-center__history {
    margin-top: 30px;
  }
}
@media (max-width: 700px) {
  .section-center__history {
    column-gap: 8px;
    row-gap: 20px;
  }
}

.switch {
  position: relative;
  display: inline-block;
}
.switch input {
  display: none;
  width: 0;
  height: 0;
  border: 0;
}

.checkbox-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 50px;
  height: 25px;
}
.checkbox-slider::before {
  position: absolute;
  content: "";
  width: 21px;
  height: 21px;
  left: 2px;
  top: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.checkbox-slider.round {
  border-radius: 1.8rem;
}
.checkbox-slider.round::before {
  border-radius: 50%;
}

.switch input:checked + .checkbox-slider {
  background-color: #80BA27;
}

.switch input:focus + .checkbox-slider {
  box-shadow: 0;
}

.switch input:checked + .checkbox-slider:before {
  -webkit-transform: translateX(25px);
  -ms-transform: translateX(25px);
  -moz-transform: translateX(25px);
  transform: translateX(25px);
}

.playlist-open {
  max-width: 340px;
  padding: 30px 0px;
  background-color: #18191a !important;
}

.playlist__title {
  font-size: 20px;
  padding-bottom: 10px;
}

.playlist__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-bottom: 10px;
}
.playlist__list li {
  -webkit-border-radius: 5px;
  width: 100%;
  -moz-border-radius: 5px;
  border-radius: 5px;
  list-style: none;
  padding: 10px 20px;
  background-color: #1b1c1d;
}
.playlist__list li input[type=checkbox] {
  width: 16px;
  height: 16px;
}
.playlist__list li input[type=checkbox]:checked {
  background-color: #80BA27;
}
.playlist__list li label {
  display: flex;
  align-items: center;
}
.playlist__list li:nth-child(odd) {
  background-color: #242526;
}
.playlist__list .playlist__item-title {
  font-size: 12px;
  margin-left: 10px;
}

.w100 {
  width: 100% !important;
}

.playlist__form .btn {
  margin-left: auto;
  margin-right: auto;
}

.p-0 {
  padding: 0 !important;
}

.table-of-content .with-st {
  position: relative;
  width: fit-content;
}
.table-of-content .with-st::after {
  content: url("../img/st.svg");
  position: absolute;
  top: -30px;
  right: -40px;
  width: 37px;
  height: 40px;
}
.table-of-content h2 {
  color: #18191A;
  font-family: Centaurus;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 52px; /* 130% */
  letter-spacing: 0.233px;
  margin-bottom: 50px;
}
.table-of-content h3 {
  color: #141414;
  font-family: Barlow;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 130% */
  letter-spacing: 0.233px;
  margin-bottom: 30px;
}
.table-of-content .section__text {
  margin-bottom: 60px;
  color: #141414;
  font-family: Barlow;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.233px;
}
.table-of-content .section__text b, .table-of-content .section__text strong {
  font-weight: 700;
}
.table-of-content .section__text a {
  color: #FAB400 !important;
  font-family: Barlow;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.233px;
  text-decoration-line: underline;
  text-decoration-style: solid;
}
.table-of-content .video-carusel--vertical {
  justify-content: space-between;
}
.table-of-content .video-carusel__textbox + div ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.table-of-content .video-carusel__textbox + div ul li {
  margin-bottom: 10px;
}
.table-of-content .video-carusel__textbox + div ul a {
  color: #18191A;
  font-family: Barlow;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 200% */
  letter-spacing: 0.233px;
  text-transform: uppercase;
}
.table-of-content .video-carusel__textbox + div ul a:hover {
  color: #FAB400;
}

@media (prefers-color-scheme: dark) {
  .table-of-content h2,
  .table-of-content h3,
  .table-of-content .section__text,
  .table-of-content .video-carusel__textbox + div ul a {
    color: #fff;
  }
}
@media (max-width: 900px) {
  .table-of-content .video-carusel--vertical {
    flex-direction: column;
  }
  .table-of-content .video-carusel--vertical h2 {
    font-size: 1.5rem;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .table-of-content .video-carusel--vertical h3 {
    font-size: 1rem;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .table-of-content .col-3, .table-of-content .col-8 {
    max-width: 100%;
  }
  .table-of-content .section__text {
    font-size: 0.875rem;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .table-of-content .section__text a {
    font-size: 0.875rem;
    line-height: 24px;
  }
  .table-of-content .video-carusel__textbox + div ul a {
    font-size: 1rem;
    line-height: 24px;
    margin-bottom: 6px;
  }
}
@media (prefers-color-scheme: dark) {
  /* FONTS */
  @font-face {
    font-family: "Centaurus";
    src: url("../fonts/Centaurus-SVG.otf") format("opentype"), url("../fonts/Centaurus_Regular.240328-0943.ttf") format("ttf"), url("../fonts/Centaurus_Regular.240328-0943.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: dark) {
  body {
    background: #141414;
    color: #fff;
  }
  .header {
    background: #222;
  }
  /* MENU */
  .navbar__right .btn-notification .dark {
    display: inline-block;
  }
  .navbar__right .btn-notification .light {
    display: none;
  }
  .top-bar__link {
    color: #fff;
  }
  .top-bar__avatar-inner {
    background-color: #222;
  }
  .top-bar__avatar-link {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .top-bar__lang-inner {
    background-color: #222;
  }
  .top-bar__avatar-first::after {
    background-image: url("../img/icon/down-white.svg");
    content: "";
  }
  .top-bar__lang-first::after {
    background-image: url("../img/icon/down-white.svg");
    content: "";
  }
  .top-bar__lang-link {
    color: #fff;
  }
  .navbar__menu-link {
    color: #fff;
  }
  .navbar__menu-item-has-children > a::after {
    background-image: url("../img/icon/down-white.svg");
    content: "";
  }
  .navbar__submenu {
    background-color: #222;
  }
  .navbar__submenu .navbar__submenu-item .navbar__submenu-link:not(:last-child)::after {
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
  }
  .navbar__submenu .navbar__submenu-link {
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
  }
  .search__box--mobile {
    background-color: #f4f3f3;
  }
  .primary-menu-mobile {
    background-color: #141414;
  }
  .primary-menu-mobile .navbar__menu > .navbar__menu-item:not(:first-child) > a {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .primary-menu-mobile .navbar__menu > .navbar__menu-item:last-child > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .primary-menu-mobile .navbar__submenu-link {
    color: #777;
  }
  .breadcrumb a:first-of-type {
    color: #fff !important;
  }
  .breadcrumb a {
    color: #fff !important;
  }
  .breadcrumb a svg path {
    stroke: #fff !important;
  }
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: dark) {
  .section-category-search {
    background: #141414;
  }
  .section-category-search .category-search .list-category .item {
    border: 1px solid #fff;
    color: #fff;
  }
  .section__search {
    border: 1px solid #777;
    color: #777;
    background: #141414;
  }
  .section__search::-webkit-input-placeholder {
    color: #777;
  }
  .section__search:-moz-placeholder {
    color: #777;
    opacity: 1;
  }
  .section__search::-moz-placeholder {
    color: #777;
    opacity: 1;
  }
  .section__search:-ms-input-placeholder {
    color: #777;
  }
  .section__search:focus {
    outline: none;
  }
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: dark) {
  .section-carusel-film.bg-img {
    background-color: rgba(0, 0, 0, 0.85);
    background-blend-mode: darken;
  }
  .section-carusel .section-carusel-item .content-info .image .film-content .film-time {
    color: #fff;
    background: rgba(85, 85, 85, 0.8);
  }
  .section-carusel .section-carusel-item .content-info .center .info p {
    color: #777;
  }
  .section-carusel .section-carusel-item .content-info .center .info p.title {
    color: #D9D9D9;
  }
  .section-carusel .section-carusel-item .content-info .center .info .like {
    color: #777;
  }
  .show-info {
    background: #222;
    box-shadow: 0px 18px 40px rgba(0, 0, 0, 0.3);
  }
  .show-info .content .top > div .film-time {
    color: #fff;
    background: rgba(85, 85, 85, 0.8);
  }
  .show-info .content .top > div .film-age {
    color: #fff;
    border: 1px solid #fff;
    background: #222;
  }
  .show-info .content .center .info p {
    color: #777;
  }
  .show-info .content .center .info .like {
    color: #777;
  }
  .show-info .content .description p {
    color: #777;
  }
  .show-info .content .category .name-category {
    color: #fff;
    border: 1px solid #fff;
    background: #222;
  }
  .video-item .video-item__text .film-time {
    color: #fff;
    background: rgba(85, 85, 85, 0.8);
  }
  .legends__item {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .legends__item p {
    color: #777;
  }
  .legends__item p.legends__item-title {
    color: #D9D9D9;
  }
  .legends__item:hover {
    background-color: #F39200;
  }
  .legends__item:hover p {
    color: #777;
  }
  .legends__item:hover p.legends__item-title {
    color: #fff;
  }
  .show-modal {
    background: #222;
    box-shadow: 0px 18px 40px rgba(0, 0, 0, 0.3);
  }
  .show-modal .content .top > div .film-time {
    color: #fff;
    background: rgba(85, 85, 85, 0.8);
  }
  .show-modal .content .top > div .film-age {
    color: #fff;
    border: 1px solid #fff;
    background: #222;
  }
  .show-modal .content .title {
    color: #fff;
  }
  .show-modal .content .center .info p {
    color: #777;
  }
  .show-modal .content .center .info .like {
    color: #777;
  }
  .show-modal .content .description p {
    color: #777;
  }
  .show-modal .content .category .name-category {
    color: #fff;
    border: 1px solid #fff;
    background: #222;
  }
  .show-modal .right-list p {
    color: #777;
  }
  .section-movie .section-movie-information .info p {
    color: #fff;
  }
  .section-movie .section-movie-information .info p.title {
    color: #80BA27;
  }
  .section-movie .section-movie-information .info .like {
    color: #fff;
  }
  .section-movie .section-movie-information .description {
    color: #fff;
  }
  .section-movie .section-movie-comments .title span {
    color: #555;
  }
  .section-movie .section-movie-comments .comment-respond .comment-form .comment-form-comment textarea {
    border: 1px solid #949A9F;
    color: #949A9F;
  }
  .section-movie .section-movie-comments .comment-respond .comment-form .form-submit .submit {
    background-color: #80BA27;
    border: 2px solid #80BA27;
    color: #fff;
  }
  .section-movie .section-movie-comments .comment-respond .comment-form .form-submit .submit:hover {
    background: #3d6a2b;
    border: 2px solid #3d6a2b;
  }
  .section-movie .section-movie-comments .comment-respond .comment-form .form-submit .submit:hover span {
    color: #fff;
  }
  .section-movie .section-movie-comments .comment-list .comment-container .show-replies-btn {
    color: #80BA27;
  }
  .section-movie .section-movie-comments .comment-list .comment-content .comment-author {
    color: #555;
  }
  .section-movie .section-movie-comments .comment-list .comment-content .comment-author .fn {
    color: #fff;
  }
  .section-movie .section-movie-comments .comment-list .comment-content .comment-text p {
    color: #fff;
  }
  .section-movie .section-movie-comments .comment-list .comment-content .comment-actions {
    color: #fff;
  }
  .section-movie .section-movie-comments .comment-list .comment-content .comment-actions .comment-like {
    color: #fff;
  }
  .section-movie .section-movie-comments .comment-list .comment-content .comment-actions .comment-like svg {
    fill: #F2F8E9;
    margin-right: 6px;
  }
  .section-movie .section-movie-comments .comment-list .comment-content .comment-actions .comment-like svg path:last-child {
    stroke: #80BA27;
  }
  .section-movie .section-movie-comments .comment-list .comment-content .comment-actions .comment-reply-link {
    color: #80BA27;
  }
  .section-movie .section-movie-comments .comment-list .comment-content .comment-actions .comment-report {
    color: #80BA27;
  }
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: dark) {
  .section-text-img {
    background-color: rgba(0, 0, 0, 0.9);
    background-blend-mode: darken;
  }
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: dark) {
  .section-center .section-center__content .content__item {
    background: #222222;
    border: 5px solid #222222;
  }
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: dark) and (max-width: 900px) {
  .section-center .section-center__content .content__item {
    border: 2px solid #222222;
  }
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: dark) {
  .section-center .section-center__content .content__item .content__text .title {
    color: #fff;
  }
  .section-center .section-center__content .content__item .content__text .country {
    color: #777777;
  }
  .section-center .section-center__content .content__item .content__text .category .name-category {
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
  }
  .section-center .section-center__content .content__item .btn {
    border: 1px solid #80BA27 !important;
  }
  .section-center .section-center__content .content__item:hover {
    background: #2F302F;
  }
  .section-center .section-center__content .content__item:hover .btn {
    background-color: #3D6A2B !important;
    border: 1px solid #3D6A2B !important;
  }
  .center__search {
    border: 1px solid #777;
    color: #777;
    background: transparent;
  }
  .center__search::-webkit-input-placeholder {
    color: #777;
  }
  .center__search:-moz-placeholder {
    color: #777;
    opacity: 1;
  }
  .center__search::-moz-placeholder {
    color: #777;
    opacity: 1;
  }
  .center__search:-ms-input-placeholder {
    color: #777;
  }
  .section-singlecenter .singlecenter-information .title {
    color: #fff;
  }
  .tabs .menu-tabs .tabs-nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: dark) {
  .footer__mobile-panel {
    background: #222;
  }
  .footer__mobile-panel a {
    color: #fff;
  }
}
@media (prefers-color-scheme: dark) {
  .section-contact {
    overflow: hidden;
    background-image: url(../img/contact-bg.jpg);
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section-contact::after {
    content: url("../img/contact-elefant.png");
    position: absolute;
    left: 0;
    bottom: -50px;
  }
  .section-contact .btn {
    border: none;
    margin-left: auto;
    margin-top: 30px;
    transition: all 0.4s;
  }
  .contact__text {
    margin-top: 30px;
    color: #18191A;
  }
  .contact__text p {
    margin-bottom: 30px;
  }
  .contact__text a {
    color: #18191A;
  }
  .contact__text a:hover {
    color: #80ba27;
  }
  .contact__form p {
    margin-bottom: 0;
  }
  .contact__form label {
    margin-top: 30px;
    color: #18191A;
    margin-bottom: 5px;
  }
  .contact__form input[type=text],
  .contact__form input[type=email],
  .contact__form input[type=tel],
  .contact__form textarea {
    outline-color: #80BA27;
    padding: 10px;
    border: 1px solid #C3C6C9;
    background-color: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    width: 100%;
  }
  .contact__form .form-row {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
  }
  .contact__form .form-row p {
    width: 100%;
  }
  .wpcf7-acceptance {
    position: relative;
  }
  .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
  }
  .wpcf7-acceptance label {
    margin-top: 20px;
  }
  .wpcf7-acceptance .wpcf7-list-item-label {
    color: #7E7E7E;
    font-size: 0.625rem;
    font-weight: 300;
    position: relative;
    display: block;
    padding-left: 26px;
    cursor: pointer;
  }
  .wpcf7-acceptance .wpcf7-list-item-label:before {
    background-color: transparent;
    border: 1px solid #C3C6C9 !important;
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .wpcf7-acceptance input[type=checkbox] {
    position: absolute;
    left: 0;
    z-index: -1;
  }
  .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:before {
    background-color: #80BA27;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .wpcf7-response-output {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin: 0 !important;
  }
  .fancybox__content {
    background: transparent;
  }
  .modal-form .show-modal {
    background: #222;
  }
  .modal-form .show-modal .pm__close-btn {
    color: #fff;
  }
  .modal-form .show-modal .pm__close-btn span {
    background: #fff;
    border: 0.8px solid #fff;
  }
  .modal-form .section-popup h2 {
    color: #fff;
  }
  .modal-form .section-popup .subtitle {
    color: #fff;
  }
  .modal-form .section-popup p.text {
    color: #fff;
  }
  .modal-form .section-popup .popup__form .box-bok .box-left span {
    color: #777;
  }
  .modal-form .section-popup .popup__form p {
    color: #777;
  }
  .modal-form .section-popup .popup__form label {
    color: #777;
  }
  .modal-form .section-popup .popup__form input[type=text],
  .modal-form .section-popup .popup__form input[type=email],
  .modal-form .section-popup .popup__form input[type=tel],
  .modal-form .section-popup .popup__form input[type=password],
  .modal-form .section-popup .popup__form input[type=number],
  .modal-form .section-popup .popup__form textarea {
    outline-color: #777;
    padding: 10px;
    border: 1px solid #777;
    background-color: transparent;
  }
  .modal-form .section-popup .popup__form .form-row p {
    width: 100%;
  }
  .modal-form .section-popup .popup__bok .box-bok .box-left span {
    color: #777;
  }
  .modal-form .section-popup .popup__bok .box-bok .box-right p {
    color: #fff;
  }
  .modal-form .section-popup .popup__bok .box-bok .box-right p span {
    color: #777;
  }
  .back .btn-back {
    display: flex;
    color: #fff;
    gap: 10px;
  }
  .back .btn-back span {
    border: 1px solid #fff;
    background: #fff;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
  }
  .back .btn-back span svg {
    stroke: #fab400;
  }
  .back .btn-back:hover {
    color: #fff;
  }
  .back .btn-back:hover span {
    background: #F39200;
    border: 1px solid #F39200;
  }
  .back .btn-back:hover span svg {
    stroke: #fff;
  }
  .section-progress-steps .top .steps .step strong {
    color: #777;
  }
  .section-progress-steps .top .steps .step.active strong {
    color: #fff;
  }
  .section-donation .choice-typ .choice {
    border: 1px solid #222;
    background: rgba(85, 85, 85, 0.4);
  }
  .section-donation .choice-typ .choice .choice-info {
    background: #222;
  }
  .section-donation .choice-typ .choice .choice-info .list ul li svg {
    border: 1px solid #fff;
    border-radius: 4px;
  }
  .section-donation .choice-typ .choice .choice-info .price > div p strong {
    color: #fff;
  }
  .section-donation .choice-typ .choice .choice-info .price > div p span {
    color: rgba(255, 255, 255, 0.5);
  }
  .section-donation .choice-typ .choice.active {
    border: 1px solid #80BA27;
    background: rgba(128, 186, 39, 0.2);
  }
  .section-donation .choice-pay .choice-pay-list {
    background: #222;
  }
  .section-donation .choice-pay .choice-pay-list label {
    background: #555;
    border: 2px solid #555;
  }
  .section-donation-summary .summary-box > div .box {
    background: #222;
  }
  .section-donation-summary .friends .box {
    background: #222;
  }
  .section-donation-summary .friends .friends-checkbox label::before {
    background-color: transparent;
    border: 1px solid #fff;
  }
  .section-donation-special .content {
    background: #222;
  }
  .section-donation-special .choice-price .quantity .quantity-input {
    background: #555;
  }
  .section-donation-special .choice-price .list-choice-price label {
    background: #555;
  }
  .choice-methods-pay-list {
    background: #222;
  }
  .choice-methods-pay-list label {
    background: #555;
    border: 2px solid #555;
    color: #fff;
  }
  .choice-methods-pay-list label:hover {
    border: 2px solid #80BA27;
    background: #555;
    color: #fff;
  }
  .section-donation-history .content-history {
    background: #222;
  }
  .section-donation-history .content {
    background: #222;
    border: 1px solid #222;
    color: #fff;
  }
  .section-donation-history .content.content-typ:hover {
    cursor: pointer;
    border: 1px solid #222;
  }
  .section-donation-history .content.content-typ:hover svg {
    fill: #fff;
  }
  .section-donation-history .content.content-method-pay:hover {
    cursor: pointer;
    border: 1px solid #222;
  }
  .section-donation-history .content.content-method-pay:hover svg {
    fill: #fff;
  }
  .section-donation-history .content.content-history-pay:hover {
    cursor: pointer;
    border: 1px solid #222;
  }
  .section-donation-history .content.content-history-pay:hover svg {
    fill: #fff;
  }
  .section-donation-history .content svg {
    fill: #fff;
  }
  .section-donation-history .content .red {
    color: #FF2020;
  }
  .section-donation-history .content .active {
    color: #80BA27;
  }
  .section-donation-history .tabs .menu-tabs .tabs-nav .tab-link {
    color: #777;
  }
  .section-donation-history .tabs .menu-tabs .tabs-nav .tab-link.active {
    color: #777;
  }
  .section-donation-history .tabs-stage .btn-table .select select {
    border: 1px solid #fff;
    background: transparent;
  }
  .section-donation-history .tabs-stage .btn-table .select::after {
    background-image: url("../img/icon/select-down-white.svg");
    content: "";
    width: 11px;
    height: 5px;
    right: 20px;
    display: flex;
    position: absolute;
    z-index: 1;
  }
}
@media (prefers-color-scheme: dark) and (max-width: 700px) {
  .section-donation-history .tabs-stage table tbody tr:nth-child(odd) {
    background: transparent;
  }
}
@media (prefers-color-scheme: dark) {
  .section-donation-history-cancel-subscription .content-form input[type=radio] + label::before {
    background: #555;
    border: 1px solid #fff;
  }
  .section-donation-history-cancel-subscription .content-form input[type=radio] + label::before {
    box-shadow: inset 0 0 0 0.2em #555, inset 0 0 0 1em #555;
  }
  .section-donation-history-cancel-subscription .content-form input[type=radio]:checked + label::before {
    box-shadow: inset 0 0 0 0.2em #555, inset 0 0 0 1em #80BA27;
    border: 1px solid #80BA27;
  }
  .section-donation-history-cancel-subscription .content-form input[type=text] {
    border-color: #49454F;
    color: #fff;
  }
  input[type=radio] + label::before {
    background: #555;
    border: 1px solid #fff;
  }
  input[type=radio] + label::before {
    box-shadow: inset 0 0 0 0.2em #555, inset 0 0 0 1em #555;
  }
  input[type=radio]:checked + label::before {
    box-shadow: inset 0 0 0 0.2em #555, inset 0 0 0 1em #80BA27;
    border: 1px solid #80BA27;
  }
  .auth {
    color: #fff !important;
  }
  .auth__form {
    background: #141414 !important;
  }
  .auth__input-box input, .auth__input-box select {
    background: #141414 !important;
    border-color: #fff !important;
    color: #fff !important;
  }
  .auth__link-box a, .auth__hint {
    color: #fff !important;
  }
  .auth__registration-link span {
    color: #fff !important;
  }
  .finish-register strong {
    color: #fff !important;
  }
  .auth__error-info.auth__error-info {
    color: #fff !important;
  }
  .section-my-account .content {
    background: #222;
  }
  .section-my-account .content .info .btn-account-active {
    border: 0.5px solid #80BA27;
    background: rgba(128, 186, 39, 0.1);
    color: #80BA27;
  }
  .section-my-account .content .info .btn-account-active svg circle {
    fill: none;
    stroke: #80BA27;
  }
  .section-my-account .content .info .btn-account-active svg path {
    stroke: #80BA27;
  }
  .section-my-account .content-form {
    background: #222;
  }
  .section-my-account .content-form .row .row-flex-btn .btn {
    background: transparent !important;
    border: 1px solid #777;
    color: #777 !important;
  }
  .section-my-account .content-form label {
    color: #777;
  }
  .section-my-account .content-form input,
  .section-my-account .content-form select {
    border: 1px solid #777;
    color: #777;
    background: transparent;
  }
  .section-profile .section-profile-panel-mobile .icon {
    background: rgba(128, 186, 39, 0.1);
  }
  .section-profile .content .profile {
    background: #222;
  }
}
@media (prefers-color-scheme: dark) and (max-width: 700px) {
  .section-profile .content .profile {
    background: transparent;
  }
}
@media (prefers-color-scheme: dark) {
  .section-profile .content .profile .add-profile {
    border: 1px solid rgba(128, 186, 39, 0.2);
    background: rgba(128, 186, 39, 0.2);
  }
  .profile-popup input {
    border: 1px solid #777;
  }
  .profile-popup label {
    color: #777;
  }
  .profile-popup .preferences {
    border-top: 0.3px solid #777;
  }
  .profile-popup .preferences span {
    color: #777;
  }
  .profile-popup .preferences .preferences-select .selected {
    border: 1px solid #fff;
    color: #fff;
  }
  .profile-popup .preferences .select select {
    border: 0.5px solid #777;
    color: #777;
  }
  .profile-popup .preferences .select::after {
    background-image: url("../img/icon/select-down-dark.svg");
    content: "";
    width: 11px;
    height: 5px;
    right: 20px;
    display: flex;
    position: absolute;
    z-index: 1;
  }
  .profile-popup .child-profile {
    border-top: 0.3px solid #777;
  }
  .profile-popup .child-profile .input-disabled label {
    color: #777;
  }
  .profile-popup .child-profile .input-disabled input[type=text],
  .profile-popup .child-profile .input-disabled input[type=date],
  .profile-popup .child-profile .input-disabled input[type=number] {
    border: 0.5px solid #fff;
    color: #777;
  }
  .profile-popup .child-profile .input-disabled input[type=text]:disabled,
  .profile-popup .child-profile .input-disabled input[type=date]:disabled,
  .profile-popup .child-profile .input-disabled input[type=number]:disabled {
    border: 1px solid #777;
  }
  .profile-popup .btn-end {
    border-top: 0.3px solid #777;
  }
  .profile-checkbox input:checked + label::after {
    top: 0;
    left: 0;
    width: 8px;
    height: 11px;
    border-radius: 1px;
    margin: 0.1875rem 0 0;
    z-index: 1;
    border-color: transparent #fff #fff transparent;
    border-style: solid;
    border-width: 2px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(37deg);
    transform: rotate(37deg);
  }
  .profile-checkbox label::before {
    background-color: transparent;
    border: 1px solid #777;
  }
  .popup .popup-content {
    background-color: #222;
    border: 1px solid #777;
  }
  .profile-name {
    color: #fff !important;
  }
  .section-faq {
    background-color: transparent;
  }
  .section-faq .section__title {
    color: #fff;
  }
  .faq__list dl {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .faq__list dt button {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .faq__list dt button:hover {
    color: #81ba27;
    text-decoration: underline !important;
  }
  .faq__list dd p {
    color: #777;
  }
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: dark) {
  .section-playlist .section-playlist-content .playlist-info-list .playlist-info-list-bg {
    background-blend-mode: darken;
  }
  .section-playlist .section-playlist-content .playlist-info-list .playlist-info-list-content .btn-delete span {
    background: transparent;
  }
  .section-playlist .section-playlist-content .playlist-movies .playlist-movies-item {
    background: #222;
  }
  .section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .js-sort-number {
    color: #777;
  }
  .section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .content-info .center .film-title {
    color: #fff;
  }
  .section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .content-info .center .info p {
    color: #777;
  }
  .section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .button {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 6px;
    padding: 0 0 0 20px;
    width: 60px;
    position: relative;
    z-index: -1;
  }
  .section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .button .btn-drag-drop {
    cursor: pointer;
  }
  .section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .button .btn-drag-drop span {
    border-radius: 50px;
    border: 2px solid #FAB400;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: dark) and (max-width: 900px) {
  .section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .button .btn-drag-drop span {
    height: 30px;
    width: 30px;
  }
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: dark) {
  .section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .button .btn-drag-drop span svg {
    fill: #FAB400;
    stroke: #FAB400;
  }
  .section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .button .btn-drag-drop .hidden-text {
    position: absolute;
    width: 289px;
    right: -30px;
    font-size: 12px;
    top: 10px;
    font-weight: 600;
    display: none;
  }
  .section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .button .btn-drag-drop:hover span {
    border: 2px solid #FAB400;
    background: #FAB400;
    transition: all 0.3s ease-out;
  }
  .section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .button .btn-drag-drop:hover span svg {
    fill: #fff;
    stroke: #fff;
  }
  .section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .button .btn-delete span {
    width: 40px;
    height: 40px;
    border: 2px solid #FF2020;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    padding: 7px;
  }
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: dark) and (max-width: 900px) {
  .section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .button .btn-delete span {
    height: 30px;
    width: 30px;
  }
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: dark) {
  .section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .button .btn-delete span svg {
    fill: #FF2020;
    stroke: #FF2020;
  }
  .section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .button .btn-delete:hover {
    color: #C99555;
  }
  .section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .button .btn-delete:hover span {
    border: 2px solid #C99555;
    background: #C99555;
    transition: all 0.3s ease-out;
  }
  .section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .button .btn-delete:hover span svg {
    fill: #fff;
    stroke: #fff;
  }
  .section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .content-info-hover {
    width: 100%;
  }
  .section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .content-info-hover:hover {
    transform: translateZ(1px);
  }
  .section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .content-info-hover:hover .show-info {
    display: block;
    z-index: 999;
  }
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: dark) and (max-width: 1130px) {
  .section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .content-info-hover:hover .show-info {
    display: none;
  }
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: dark) {
  .section-playlist .section-playlist-content .playlist-movies .playlist-movies-item .content-info-hover .show-info {
    left: -10%;
    width: 125%;
  }
  .section-playlist .section-playlist-content .playlist-movies .playlist-movies-item:hover {
    z-index: 112 !important;
  }
  .section-playlist .section-playlist-content .playlist-movies .ui-sortable-helper {
    background: #F39200;
  }
  .section-playlist .section-playlist-content .playlist-movies .ui-sortable-helper .button .btn-drag-drop span {
    border: 2px solid #fff;
  }
  .section-playlist .section-playlist-content .playlist-movies .ui-sortable-helper .button .btn-drag-drop span svg {
    fill: #fff;
    stroke: #fff;
  }
  .section-playlist .section-playlist-content .playlist-movies .ui-sortable-helper .button .btn-drag-drop .hidden-text {
    display: block;
  }
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: dark) and (max-width: 900px) {
  .section-playlist .section-playlist-content .playlist-movies .ui-sortable-helper .button .btn-drag-drop .hidden-text {
    display: none;
  }
}
@media (prefers-color-scheme: dark) and (prefers-color-scheme: dark) {
  .section-playlist .section-playlist-content .playlist-movies .ui-sortable-helper .button .btn-drag-drop:hover span {
    background: #F39200;
    border: 2px solid #fff;
  }
  .section-playlist .section-playlist-content .playlist-movies .ui-sortable-helper .button .btn-drag-drop:hover span svg {
    fill: #fff;
    stroke: #fff;
  }
  .playlist__title, .playlist__item-title {
    color: #fff;
  }
}
@media (prefers-color-scheme: dark) and (max-width: 700px) {
  .section-help-desk table tbody tr:nth-child(odd) {
    background: transparent;
  }
}

/*# sourceMappingURL=main.css.map */
