
@font-face {
  font-family: 'montserrat-regular-webfont';
  src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap; 
}
@font-face {
  font-family: 'Montserrat-Medium';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap; 
}


body {
  font-family: 'Montserrat-Medium', sans-serif; 
  font-size: var(--step18to10);
}

:root {

  --head-text-color: #000000;
  --text-color: #60606F;
  --white-color: white;
  --background-color: #F5F5F5;
  
  --step18to10: clamp(0.625rem, 0.0894rem + 0.7368vw, 1.125rem);
  --step18to12: clamp(0.75rem, 0.5124rem + 0.495vw, 1.125rem);
  --step24to12: clamp(0.75rem, 0.5833rem + 0.7407vw, 1.5rem);
  --step22to16: clamp(1rem, 0.9051rem + 0.3797vw, 1.375rem);
  --step16to12: clamp(0.75rem, 0.7018rem + 0.241vw, 1rem);

  --h1title: 80px;
  --h2title: 60px;
  --h2title: clamp(0.875rem, 0.3208rem + 2.7711vw, 3.75rem);
  --h3title: clamp(1.5rem, 1.247rem + 1.2651vw, 2.8125rem); /* 45-24 */
  --h4title: clamp(1rem, 0.9036rem + 0.4819vw, 1.5rem);
}
html {
  scroll-behavior: smooth;
}
*{
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}
.space-xl{
  display: block;
  height: calc(20px + (120 - 20) * ((100vw - 320px) / (1980 - 320))); /* 120-20 */
  min-height: 40px;
  max-height: 120px;
}
.mb-10{
  margin-bottom: 10px;
}
.container {
  max-width: 1720px;
  padding: 0px 10px;
  width: 100%;
  margin: 0 auto;
}
.row {
  margin: 0px -10px;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


.mobile-search {
  margin: 0px 0px 30px 0px;
  flex: 0 0 auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.mobile-menu-content {
  position: fixed;
  top: 72px;
  right: -100%;
  width: 40%;
  background-color: white;
  color: #22262F;
  transition: right 0.3s ease-in-out;
  z-index: 9999;
  max-height: calc(100vh - 40px); 
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
}

.mobile-menu-content.active {
  right: 0;
  padding: 20px 10px;
  gap: 20px;
}

.mobile-menu-content nav,
.mobile_wrapper {
  flex: 0 0 auto;
}

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

.mobile-search {
    width: 100% !important;
}

.mobile-menu-list li {
    padding: 15px 0px;
}

.mobile-menu-list li a {
    text-transform: uppercase;
    font-weight: 600;
}

.mobile-lang-switch {
    display: flex !important;
    justify-content: center !important;
    gap: 10px;
    margin-bottom: 20px;
}

.mobile-search-form .search-button {
    padding-bottom: 10px;
}

.mobile-search-form .mobile-search-input:focus {
    outline: none;
    width: 100%;
    font-size: 14px;
}

.mobile-search-form .mobile-search-input {
    outline: none;
    width: 100%;
}
header{
  height: 10vh;
  display: flex;
  align-items: center;
}
.nav-list {
    height: 8vh;
    display: flex;
    width: max-content;
    animation: scrollHorizontal 30s 
linear infinite;
    align-items: center;
}
img {
  width: 100%;
  height: initial;
}

.btn-icon {
  width: 24px;
  height: 24px;
  padding: 0!important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
}
.wp-generate-pw {
  display: none !important;
}
.btn-icon::before {
  content: '';
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.btn-color.btn-icon::before {
  background-image: url('../images/mailicon.svg');
}
.btn-entry.btn-icon::before {
  background-image: url('../images/login.svg');
}
.btn-icon:hover::before {
  opacity: 0.8;
}

.btn-icon:active::before {
  opacity: 0.6;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 250ms ease-out, visibility 250ms ease-out;
  overflow: scroll;
}
.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}
.popup-container {
  min-width: 300px;
  max-width: 522px;
  width: 36%;
  margin: auto;
  padding: 40px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  transform: scale(0.9);
  transition: transform 250ms ease-out;
}

.popup-overlay.active .popup-container {
  transform: scale(1);
}
.popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 250ms ease-out;
}
.popup-close:hover {
  transform: scale(1.1);
}
.popup-close::before,
.popup-close::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #333;
}
.popup-close::before {
  transform: rotate(45deg);
}
.popup-close::after {
  transform: rotate(-45deg);
}
.popup-container h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #333;
  margin-top: 0;
}
.popup-form {
  display: flex;
  flex-direction: column;
}
.popup-form input[type="text"],
.popup-form input[type="email"],
.popup-form textarea {
  width: 100%;
  font-size: 18px;
  border: 1px solid #493FB9;
  border-radius: 8px;
  margin: 10px 0;
  padding: 3px 3px 3px 15px;
  background-color: #ffffff;
  color: #464646;
  line-height: 1.33333333;
  min-height: 40px;
  height: 50px;
  box-sizing: border-box;
  transition: all 250ms ease-out;
}
.popup-form textarea {
  min-height: 100px;
  padding: 15px;
  resize: vertical;
  font-family: inherit;
  resize: none;
}

.more-btn-wrapper.mt-10 {
  margin-top: 10px;
}
.search-button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.search-icon {
  width: 20px;
  height: 20px;
  stroke: #333;
}
.popup-form input::placeholder,
.popup-form textarea::placeholder {
  color: #464646;
  opacity: 1;
}
.popup-form input:focus,
.popup-form textarea:focus {
  outline: none;
  border-color: #6366f1;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}
.wpcf7-list-item-label{
  font-size: 18px;
}
.popup-submit {
  height: 50px;
  background-color: #493fb9;
  font-size: 16px;
  width: 100%;
  color: #ffffff;
  padding: 0 12px;
  border: none;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 50px;
  cursor: pointer;
  transition: 250ms ease-out;
  font-weight: 500;
}
.popup-submit:hover {
  background: #36C576;
}
.popup-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  font-size: 14px;
  color: #374151;
}
.wpcf7-spinner {
  width: 20px;
  height: 20px;
  position: absolute!important;
  right: 40px!important;
  bottom: 125px!important;
}
.wpcf7-list-item{
  margin: 0px!important;
}
.popup-checkbox label {
  cursor: pointer;
  user-select: none;
  font-size: 18px;
}
body.popup-open {
    overflow: hidden;
}


.login form .mobile-search-input {
    flex: 1!important;
    border: none!important;
    background: transparent!important;
    font-size: 16px!important;
    outline: none!important;
    padding: 5px 0!important;
    color: #333!important;
    margin: 0px!important;
}

.mobile-search-form {
    display: flex!important;
    align-items: center!important;
    width: 100%;
    border-bottom: 1px solid #ccc!important;
    justify-content: space-between;
}


.mobile-search-form .mobile-search-input{
  border: none;
  padding-bottom: 10px;
}

.block-search {
  padding: 10px 40px;
  background-color: #FFF;
  position: absolute;
  width: 100%;
  left: 0;
  top: -200px; 
  opacity: 0;
  z-index: -1;
  border-radius: 15px;
  transition: .35s ease-out;
  height: 14vh;
}

.block-search.active {
  top: 9.1vh;
  opacity: 1;
  display: flex;
  z-index: 9;
}

/* Форма */
.block-search form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.block-search form button[type="submit"] {
  display: flex;
  align-items: center;
  font-size: var(--step18to12);
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  padding: 10px 15px;
  border-radius: 7px;
  gap: 5px;
  border: none;
  cursor: pointer;
  background-color: #5C57BD;
  transition: .35s ease-out;
}

.block-search form input {
  width: 100%;
  border: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #ABDB05;
  outline: none;
  font-size: 16px;
  padding-left: 35px;
}
.block-search form label {
  position: relative;
  width: calc(100% - 110px);
  display: block;
}

.block-search form label svg {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  bottom: 10px;
  pointer-events: none;
}

.search-toggle {
  display: flex;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

.banner {
  padding: 0px 25px;
}
.container {
  width: 1720px; 
  padding: 0 10px;
  margin: 0 auto;
}
.container-about{
  margin: 0 auto;
}
.header_menu{
  display: flex;
  align-items: center;
  gap: clamp(10px, calc(10px + (20 - 10) * ((100vw - 1366px) / (1980 - 1366))), 20px);
  justify-content: space-between;
}
.munu-list{
  font-family: 'Montserrat-Medium', sans-serif; 
  display: flex;
  list-style: none;
  gap: 40px;
}
.menu .menu-list a {
  text-decoration: none;
  color: var(--head-text-color);
  white-space: nowrap;
  font-size: var(--step18to12);
  font-weight: 500;
}
.search-lang-block {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 15px;
}
.search-divider {
  width: 1px;
  height: 15px;
  background: grey;
}
.header_lang_switcher {
  position: relative;
  display: inline-block;
}

/* Ховаємо стандартний select */
#language-selector {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Кастомний select - звичайний вигляд (ваші оригінальні стилі) */
.language-select {
  background: none;
  font-weight: 600;
  cursor: pointer;
  border: none !important;
  font-variant-numeric: lining-nums proportional-nums;
  padding-right: 2px;
  font-size: var(--step18to10);
}

/* Оновлений код для #custom-select */
#custom-select {
  background: none;
  font-weight: 600;
  cursor: pointer;
  border: none;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: var(--step18to10);
  color: inherit;
  transition: all 0.2s ease;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Кастомна стрілка як на фото */
#custom-select::after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-top: -5px;
}

/* Обертання стрілки при відкритті */
.header_lang_switcher:has(#custom-dropdown.active) #custom-select::after {
  transform: rotate(-135deg);
}

#custom-select:hover {
  opacity: 0.7;
}

/* Градієнтний дропдаун */
#custom-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 16px;
  padding: 8px;
  box-shadow: 0 10px 40px rgba(102, 126, 234, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 1000;
  width: max-content;
}

#custom-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

#custom-dropdown::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 2px;
}

.dropdown-option {
  padding: 10px 16px;
  color: white;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.2s ease;
  font-weight: 600;
  font-size: var(--step18to10);
  text-align: center;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.dropdown-option::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}

.dropdown-option:hover::before {
  width: 200px;
  height: 200px;
}

.dropdown-option:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: scale(1.05);
}

.dropdown-option.selected {
  background: rgba(255, 255, 255, 0.25);
}

.dropdown-option:active {
  transform: scale(0.95);
}

.language-option {
  cursor: pointer;
  transition: color 0.2s ease;
  text-decoration: none;
}
.language-option a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
}
.language-option.active {
  color: #6f42c1;
  cursor: default;
}
.language-option:not(.active) {
  color: #333;
}
.language-option:not(.active):hover {
  color: #6f42c1;
  opacity: 0.7;
}
 .search-button {
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-button:hover {
  background-color: #f0f0f0;
}
.search-icon {
  width: 18px;
  height: 18px;
  stroke: #666;
  stroke-width: 2;
}
.header-social {
  display: flex;
  gap: 9px;
}
.header-social li {
  width: clamp(20px, 1.04vw + 9.86px, 35px);
  height: clamp(20px, 1.04vw + 9.86px, 35px);
}
.header-menu-link {
  list-style: none;
  gap: 5px;
  display: flex;
}
.header-menu-link li svg rect,
.header-menu-link li svg path {
    transition: fill 250ms ease-out;
}
.wrapper_entry_btn {
  display: flex;
  gap: clamp(10px, calc(10px + (20 - 10) * ((100vw - 1366px) / (1980 - 1366))), 20px);
  color: var(--white-color);
  text-transform: uppercase;
}
.btn {
  white-space: nowrap;
  display: flex;
  align-items: center;
  border-radius: 5px;
  font-family: 'Montserrat-Medium', sans-serif;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to bottom, #6E6DC0, #493FB9);
  z-index: 1;
}
.btn a {
  padding: 16px 17px;
  width: 100%;
}
.btn.btn-entry::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #6E6DC0, #C2C1D0);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.btn.btn-entry:hover::after {
  opacity: 1;
}
.btn.btn-entry:hover {
  color: white;
}

.logo img {
  height: auto;
  width: 334px;
}
.theme-switch {
  position: relative;
  display: inline-block;
  width: 68px;
  height: 37px;
  cursor: pointer;
}
.theme-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.theme-switch:hover .slider {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 0 0 4px rgba(99, 102, 241, 0.1);
}

.theme-switch:hover .slider:before {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

#theme-toggle:checked + .slider {
  background-color: #6366f1;
}

#theme-toggle:checked + .slider:before {
  transform: translateX(31px);
  background: linear-gradient(to bottom, #6E6DC0, #000000);
}

#theme-toggle:checked + .slider .sun-icon {
  opacity: 0;
}

#theme-toggle:checked + .slider .moon-icon {
  opacity: 1;
}
.slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e0e0e0;
  border-radius: 40px;
  transition: all 0.3s ease;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}
.slider_image_wrapper{
  height: 225px;
}
.slider_image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  object-position: center;
  display: block; 
}
.slider:before {
  position: absolute;
  content: "";
  height: 31px;
  width: 31px;
  left: 3px;
  top: 3px;
  background-color: #6E6DC0;
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.slider .sun-icon,
.slider .moon-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  transition: all 0.3s ease;
  pointer-events: none;
}
.slider .sun-icon {
  left: 10px;
  opacity: 1;
}
.slider .moon-icon {
  right: 10px;
  opacity: 0;
}
.first_screen_height {
  height: 100vh;
}

.banner {
  background-image:
    linear-gradient(rgba(54, 197, 118, 0.24), rgba(54, 197, 118, 0.24)),
    url('../images/banner-background2.png');
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--white-color);
  border-radius: 30px;
  overflow: hidden;
}

.about h1{
  font-size: var(--h1title);
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.about h2{
  font-size: var(--h2title);
  margin-bottom: 10px;
}
.about .wrapper_entry_btn {
  margin-top: 8vh;
}

.wrapper_entry_btn .btn.padding-about {
  text-align: center;
  padding: 0px;
  display: flex;
  justify-content: center;
}
.wrapper_entry_btn .btn.padding-about a {
  width: 100%;
  padding: clamp(12px, 1.25vw + 3.96px, 24px) clamp(24px, 1.15vw + 12.86px, 35px);
}
.banner_description{
  font-size: var(--step18to12);
}
.banner_description h1{
  max-width: 100%;
}
.banner_description h2,
.banner_description p {
  max-width: 60%
}
.about p{
  padding: 10px 0px;
  letter-spacing: 1px;
}
.nav-container {
  width: 100%;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  background: white;
}
.nav-wrapper {
  overflow: hidden;
  width: 100%;
}
.nav-list {
  display: flex;
  width: max-content;
  animation: scrollHorizontal 30s linear infinite;
  height: 8vh;
}
.banner {
  height: 82vh;
}
.nav-group {
  display: flex;
}

.nav-item {
  display: block;
  padding: 3vh;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: var(--step24to12);
  white-space: nowrap;
  transition: background 0.3s ease;
  text-align: center;
  position: relative;
  margin-right: 60px;
  transition: 250ms ease-out;
}
.nav-item:hover{
  color: #36C576;
}
#sbi_images {
  gap: clamp(
      5px, 
      calc(5px + (90 - 5) * ((100vw - 1024px) / (1980 - 1024))),
      90px
  ) !important;
}

.sbi_item {
  background: var(--white-color, #fff) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
  width: 100% !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
}
.sbi_photo_wrap {
  position: relative !important;
  width: 100% !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}
.sbi_photo {
  display: block !important;
  width: 100% !important;
  height: clamp(339.3px, calc(339.3px + 90 * ((100vw - 376px) / (1980 - 376))), 429.3px) !important;
  overflow: hidden !important;
}
.sbi_photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
.sbi-screenreader,
.sbi_lightbox_carousel_icon {
  display: none !important;
}
.sbi_item .product_cart_detail {
  display: flex !important;
  align-items: center !important;
  padding: 15px 15px 15px 20px !important;
}
.sbi_item .product_cart_icon {
  background-image: url('../images/instlogo.jpg') !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  width: 45px !important;
  height: 45px !important;
  border-radius: 50% !important;
  flex-shrink: 0 !important;
}
.sbi_item .product_cart_title {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
}
.sbi_item .product_cart_title author {
  font-weight: 600 !important;
  font-size: 13px !important;
  font-style: normal !important;
  display: block !important;
  color: #262626 !important;
  line-height: 1.2 !important;
}
.sbi_item .product_cart_title p {
  font-size: 12px !important;
  color: #8e8e8e !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
}
.sbi_item .product_cart_footer {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 12px 20px !important;
  background: var(--white-color, #fff) !important;
  border-top: 1px solid #efefef !important;
}

.sbi_item .inst_footer_left {
  display: flex !important;
  gap: 15px !important;
  align-items: center !important;
}

.sbi_item .inst_footer_right {
  display: flex !important;
  align-items: center !important;
}
#sb_instagram .sbi_type_carousel .fa-clone{
  display: none!important;
}
.sbi_item .inst_icon_footer {
  width: 24px !important;
  height: 24px !important;
  transition: opacity 0.2s ease !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  flex-shrink: 0 !important;
}

.sbi_item .icon-heart {
  background-image: url('../images/heart.svg') !important;
}
.sbi_item .icon-message {
  background-image: url('../images/messeage.svg') !important;
}
.sbi_item .icon-send {
  background-image: url('../images/send.svg') !important;
}
.sbi_item .icon-saved {
  background-image: url('../images/saved.svg') !important;
}

.nav-item:not(:last-child)::after {
  content: '&';
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  color: #ccc;
  font-size: var(--step24to12);
}
.nav-item:hover {
  background: #f8f9fa;
}
.dark-theme .nav-item:hover {
  background: #353745;
  color: #36C576;
}
@keyframes scrollHorizontal {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.333%); 
  }
}
.nav-container:hover .nav-list {
  animation-play-state: paused;
}

.nav-container::before,
.nav-container::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  z-index: 1;
  pointer-events: none;
}
.nav-container::before {
  left: 0;
  background: linear-gradient(to right, white, transparent);
}
.nav-container::after {
  right: 0;
  background: linear-gradient(to left, white, transparent);
}
.book_section.section-gray{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.subscribe-section.section-gray{
  padding-top: clamp(30px, calc(30px + (90 - 30) * ((100vw - 320px) / (1920 - 320))), 90px);
  margin-bottom: clamp(30px, calc(30px + (90 - 30) * ((100vw - 320px) / (1920 - 320))), 90px);
}
.section-gray {
  background: var(--background-color);
  position: relative;
  border-radius: 30px;
}
.section-gray-top {
  background: var(--background-color);
  position: relative;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
h3 {
  font-size: var(--h3title);
  margin-bottom: 40px;
  color: black;
}
.main-post-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(
    15px, 
    calc(15px + (65 - 15) * ((100vw - 768px) / (1980 - 768))),
    65px
  );
}
.big-post {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.big-post:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.big-post a:first-child {
  flex: 1;
  display: block;
  overflow: hidden;
}

.big-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 10px;
}
.big-post:hover img {
  transform: scale(1.05);
}
.padding-block-big {
  padding: 15px 30px 30px 30px;
  display: flex;
  flex-direction: column;
}
.news-block {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #666;
  font-size: var(--step16to12);
}
.mb-53 {
  margin-bottom: 30px;
}

.news-title {
  font-size: var(--step16to12);
  color: #493FB9;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
}
.news-title::before{
  content: '#';
}
.divider {
  color: #ccc;
}
.news-date {
  color: #999;
}

.big-post-title {
  display: inline; 
  font-size: var(--step24to12);
  text-transform: uppercase;
  color: #333;
  transition: color 0.3s ease;
}
.big-post-title a {
  display: flex;
}
.big-post-title:hover {
  color: #36C576;
}

.big-post-description {
  color: #666;
  line-height: 1.6;
  margin-bottom: 25px;
  margin-top: 20px;
  font-size: var(--step18to12);
}

.mobile-menu-list li{

  border-bottom: 1px solid #F7F7F7!important;
}
.post-footer {
  display: flex;
  justify-content: space-between; 
  margin-top: auto;
  gap: 20px;
}

.post-date {
  color: #666;
  text-transform: uppercase;
  font-size: var(--step16to12);
}

.link-wrap {
  display: flex;
  flex-direction: column;
}
.post-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #493FB9;
  text-decoration: none;
  transition: gap 0.3s ease;
  text-transform: uppercase;
  font-size: var(--step16to12);
}

.blog-card img {
  transition: transform 0.3s ease; 
}

.blog-card:hover img {
  transform: scale(1.02); 
}
.blog-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  overflow: hidden; 
  box-shadow: 2px 8px 15px rgba(0, 0, 0, 0.1); 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.reeding-mode {
  text-decoration: underline;
  margin-top: 15px;
  color: #36C576;
  font-size: 12px;
}
.post-link:hover {
  color: #3D006B;
}

.post-link-svg {
  width: 15px;
  height: 15px;
  transition: transform 0.3s ease;
}
.post-link span {
  position: relative;
}

.post-link span::after {
  content: '';
  display: block;
  width: 12px;
  height: 15px;
  position: absolute;
  bottom: 0;
  right: -24px;
  background-image: url('../images/link-btn.svg');
  background-repeat: no-repeat;
  background-size: contain;
  transition: right 0.3s ease;
}

.post-link.download span::after {
  width: 16px;
  height: 18px;
  background-image: url('../images/download.svg');
}
.post-link.open span::after {
  background-image: url('../images/open.svg');
  width: 20px;
  height: 20px;
}

.post-link span:hover::after {
  filter: invert(11%) sepia(96%) saturate(5000%) hue-rotate(260deg) brightness(90%) contrast(90%);
}
  /* Для parsley-required */
  .newslatter-wrapper .mailpoet_paragraph .parsley-errors-list li.parsley-required::before {
    ccontent: "⚠️" !important;
    font-size: var(--step18to12); !important;
    display: inline-block !important;
    margin-right: 5px !important;
    filter: none !important;
  }



  /* Для parsley-type */
  .newslatter-wrapper .mailpoet_paragraph .parsley-errors-list li.parsley-type {
    font-size: 0 !important;
  }
  /* Українська версія */
  .newslatter-wrapper .mailpoet_paragraph .parsley-errors-list li.parsley-required::after {
    content: "Будь ласка, введіть коректний email." !important;
    font-size: var(--step24to12) !important;
    color: #FFFFFF !important;
    display: inline-block !important;
  }

  .newslatter-wrapper .mailpoet_paragraph .parsley-errors-list li.parsley-type::before {
    content: "⚠️" !important;
    font-size: var(--step18to12) !important;
    display: inline-block !important;
    margin-right: 5px !important;
    filter: none !important;
  }

  .newslatter-wrapper .mailpoet_paragraph .parsley-errors-list li.parsley-type::after {
    content: "Будь ласка, введіть коректний email." !important;
    font-size: var(--step24to12) !important;
    color: #FFFFFF !important;
    display: inline-block !important;
  }

  /* Англійська версія - змінюємо ТІЛЬКИ content */
  body.lang-en .newslatter-wrapper .mailpoet_paragraph .parsley-errors-list li.parsley-required::after {
    content: "Please enter a valid email." !important;
  }

  body.lang-en .newslatter-wrapper .mailpoet_paragraph .parsley-errors-list li.parsley-type::after {
    content: "Please enter a valid email." !important;
  }

  /* Англійська версія - ховаємо оригінальний текст */
  body.lang-en footer .mailpoet_paragraph .parsley-errors-list li.parsley-required,
  body.lang-en footer .mailpoet_paragraph .parsley-errors-list li.parsley-type {
    font-size: 0 !important;
  }

  /* Англійська версія - показуємо свій текст через ::after */
  body.lang-en footer .mailpoet_paragraph .parsley-errors-list li.parsley-required::after {
    content: "Please enter a valid email." !important;
    font-size: var(--step24to12) !important;
  }

  body.lang-en footer .mailpoet_paragraph .parsley-errors-list li.parsley-type::after {
    content: "Please enter a valid email." !important;
    font-size: var(--step24to12) !important;
  }
#parsley-id-7 .parsley-required {
  font-size: 0;
}

.newslatter-wrapper .mailpoet_paragraph .parsley-errors-list li.parsley-required::before {
  content: "⚠️" !important;
  display: inline-block !important;
  margin-right: 5px !important;
  filter: none !important;
}


.newslatter-wrapper .parsley-errors-list {
  margin: 15px 0px 0px 0px!important;
}
.mailpoet_form_successfully_send .mailpoet_paragraph {
    visibility: visible !important;
}
.mailpoet_form_successfully_send .mailpoet_submit {
    visibility: visible !important;
}
.mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success{
  font-size: var(--step18to12); !important;
    position: relative!important;
  color: #FFFFFF !important;
  display: flex; !important;
  justify-content: center;
  text-align: center!important;
  left: 0px!important;
  transform: translate(0px, 0px)!important;
  margin-bottom: 10px;
}
#mailpoet_form_1 .mailpoet_message{
    font-size: var(--step18to12); !important;
    position: relative!important;
  color: #FFFFFF !important;
  justify-content: center;
  display: flex; !important;
  text-align: center!important;
  left: 0px!important;
  transform: translate(0px, 0px)!important;
  margin-bottom: 10px;
}
.mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success {
    font-size: var(--step18to12); !important;
    text-align: center!important;
    position: relative!important;
    justify-content: center;
  color: #FFFFFF !important;
  display: flex; !important;
  left: 0px!important;
  transform: translate(0px, 0px)!important;
  margin-bottom: 10px;
}
.mailpoet_submit {
    transition: background 0.3s ease !important;
}

.mailpoet_submit:hover {
    background: linear-gradient(rgb(110, 109, 192), rgb(194, 193, 208)) !important;
}
.callback_form .wpcf7-submit {
    transition: background 0.3s ease !important;
    transition: 250ms ease-out;
}

.product_photo.wordpress-photo.about_image_height.search-page img{
  object-fit: contain;
}
.nav-links {
  text-align: center;
}
.callback_form .wpcf7-submit:hover {
    background: linear-gradient(rgb(110, 109, 192), rgb(194, 193, 208)) !important;
}
.post-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.small-post {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.small-post_image a, .small-post_image picture  {
  display: block;
}
.small-post:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.big-post img{
  max-height: 700px;
}
.small-post img{
  max-height: 250px;
}
.small-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 10px;
}

.small-post:hover img {
  transform: scale(1.05);
}

.padding-block-small {
  padding: 20px 30px 30px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.mb-10 {
  margin-bottom: 10px;
}

.small-post-title {
  text-transform: uppercase;
  font-size: var(--step18to12);
  transition: color 0.3s ease;
}

.small-post-title:hover {
  color: #36C576;
}
a {
  color: inherit;
  text-decoration: none;
}

.btn-color {
  color: var(--head-text-color);
  background: #F0F0F0;
  padding: 17px 18px;
  transition: all 0.3s ease; 
}

.more-btn {
  min-width: clamp(216px, calc(216px + (250 - 216) * ((100vw - 1024px) / (1366 - 1024))), 250px);
  background: linear-gradient(to bottom, #6E6DC0, #493FB9);
  text-transform: uppercase;
  color: var(--white-color);
  display: inline-block;
  border-radius: 10px;
  margin-top: 55px;
  margin-bottom: 100px;
  cursor: pointer;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
}

.more-btn a {
  padding: 25px 30px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.more-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #6E6DC0, #C2C1D0);
  opacity: 0;
  z-index: -1;
  transition: opacity 250ms ease-out;
}

.more-btn:hover::before {
  opacity: 1;
}

.more-btn:hover {
  color: white;
}

.contacts_form .more-btn-wrapper,
.callback_form .more-btn-wrapper {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: linear-gradient(to bottom, #6E6DC0, #493FB9);
  margin: 0;
}

.contacts_form .more-btn-wrapper::before,
.callback_form .more-btn-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #6E6DC0, #C2C1D0);
  opacity: 0;
  z-index: 0;
  transition: opacity 250ms ease-out;
}

.contacts_form .more-btn-wrapper:hover::before,
.callback_form .more-btn-wrapper:hover::before {
  opacity: 1;
}

.contacts_form .wpcf7-submit.more-btn,
.callback_form .wpcf7-submit.more-btn {
  background: transparent !important;
  border: none !important;
  position: relative;
  z-index: 1;
  padding: clamp(10px, calc(10px + (16 - 10) * ((100vw - 768px) / (1920 - 768))), 16px)
          clamp(20px, calc(20px + (75 - 20) * ((100vw - 1366px) / (1920 - 1366))), 75px);
  min-width: 143px;
  color: var(--white-color) !important;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.3s ease;
  margin: 0;
}

.btn-color:hover {
  background: #36C576;
  color: white;
}
.padding-about {
  transition: all 0.3s ease; 
  padding: clamp(12px, 0.8vw + 10px, 24px) clamp(23px, 0.5vw + 21px, 31px);
  font-size: var(--step18to12);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.padding-about::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #6E6DC0, #C2C1D0);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.padding-about:hover::before {
  opacity: 1;
}

.padding-about:hover {
  color: white;
}
.btn.btn-about {
  background: transparent;
  border: 1px solid white;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 12px 23px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.btn.btn-about::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #6E6DC0, #C2C1D0);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.btn.btn-about:hover::before {
  opacity: 1;
}

.btn.btn-about:hover {
  border: 1px solid transparent;
}

.more-btn-wrapper {
  text-align: center;
}
.pixel-img-2{
  position: absolute;
  left: 0px;
  bottom: 0px ;
  z-index: 1;
  height: calc(68px + (245 - 68) * ((100vw - 320px) / (1980 - 320)));
  min-height: 92px;
  max-height: 245px;
}

.pixel-img-1{
  position: absolute;
  right: 0px;
  bottom: 0px ;
  z-index: 1;
  height: calc(113px + (323 - 113) * ((100vw - 320px) / (1980 - 320)));
  min-height: 113px;
  max-height: 323px;
}
.container {
  position: relative;
}
.slider-container {
  padding-left: clamp(20px, calc(20px + (90 - 20) * ((100vw - 1024px) / (1980 - 1024))), 90px);
  padding-right: clamp(20px, calc(20px + (90 - 20) * ((100vw - 1024px) / (1980 - 1024))), 90px);
  padding-top: 0;
  padding-bottom: 0;
}
.slick-next {
  width: 24px;
  height: 36px;
}

.slick-next:hover {
  filter: brightness(0) saturate(100%) invert(26%) sepia(60%) saturate(2171%) hue-rotate(229deg) brightness(89%) contrast(93%);
}

.slick-next::before {
  content: "";
  display: block;
  width: 24px;
  height: 36px;
  background: url('../images/right-arrow.svg') no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -100%;
  transform: translateY(-50%);
}

.slick-prev {
  width: 24px;
  height: 36px;
}

.slick-prev:hover {
  filter: brightness(0) saturate(100%) invert(26%) sepia(60%) saturate(2171%) hue-rotate(229deg) brightness(89%) contrast(93%);
}

.slick-prev::before {
  content: "";
  display: block;
  width: 24px;
  height: 36px;
  background: url('../images/left-arrow.svg') no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -100%;
  transform: translateY(-50%);
}
.multiple-items .slick-slide {
  margin: 0 25px;
}
.multiple-items .slick-list {
  margin: 0 -25px;
}
.multiple-guids .slick-slide {
  margin: 0 10px;
}
.multiple-guids .slick-list {
  margin: 0 -10px;
}
.most-review .padding-block-big{
  padding: 10px 40px 5px 30px;
}
.most-review .big-post-title {
  margin-bottom: 5px;
}
.card-image {
  height: 224px;
}
.most-review .big-post-description {
  margin-bottom: 15px;
  margin-top: 10px;
}
.btn-modeficator{
  color: black;
  border: 1px solid #493FB9;
  background: transparent;
  min-width: 220px;
}
  .btn a {
   padding: calc(13px + (17 - 13) * ((100vw - 1366px) / (1980 - 1366)))
             calc(12px + (17 - 12) * ((100vw - 1366px) / (1980 - 1366)));
    width: 100%;
  }
.more-btn-wrapper {
  display: flex;
  gap: 25px;
  justify-content: center;
}
.book_section .product_cart{
  padding: 20px;
}
.product_cart_wrap.pixel_image{
  display: flex;
}
.product_cart_wrap.multiple-guids {
  display: flex;
  justify-content: center;
  gap: clamp(
    5px, 
    calc(5px + (90 - 5) * ((100vw - 1024px) / (1980 - 1024))),
    90px
  );
}


.product_cart_wrap {
  display: grid;
  column-gap: clamp(10px, calc(10px + (50 - 10) * ((100vw - 768px) / (1980 - 768))), 50px);
  row-gap: clamp(20px, calc(20px + (70 - 20) * ((100vw - 768px) / (1980 - 768))), 70px);
  grid-template-columns: repeat(4, 1fr);
}
.product_cart_wrap.mobile_cart {
  display: grid;
  column-gap: clamp(10px, calc(10px + (50 - 10) * ((100vw - 768px) / (1980 - 768))), 50px);
  row-gap: clamp(20px, calc(20px + (70 - 20) * ((100vw - 768px) / (1980 - 768))), 70px);
  grid-template-columns: repeat(3, 1fr);
}
.product_cart_wrap .product_cart {
  background: var(--white-color);
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
  transition: 250ms ease-out;
  box-shadow: 9px 9px 36px rgba(0, 0, 0, 0.05)
}
.product_cart_wrap .product_cart.wordpress-cart{
  box-shadow: none;
}
.product_cart:hover .product_cart img{
  transform: translateY(-2px);
}
.product_cart img {
  transition: transform 0.3s ease; 
}

.product_cart:hover img {
  transform: scale(1.02); 
}
.product_cart_detail {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 15px 15px 20px;
}

.product_cart_icon {
  background-image: url('../images/Logo.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  flex-shrink: 0;
}

.product_cart_title {
  display: flex;
  flex-direction: column;
}

.product_cart_title author {
    font-weight: 600;
    font-size: 13px;
}

.product_cart_title p {
    font-size: 12px;
    color: black;
    margin: 0;
}

.product_photo {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    
}
.ins_photo{
  height: clamp(339.3px, calc(339.3px + 90 * ((100vw - 376px) / (1980 - 376))), 429.3px);
}
.book_photo {
  height: clamp(
    210px, /* мінімум на 576px */
    calc(210px + (488 - 210) * ((100vw - 576px) / (1980 - 576))),
    488px  /* максимум на 1980px */
  );
}
.product_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.product_photo.book_photo img {
    object-fit: fill;
}

.product_cart_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
}

.inst_footer_left {
    display: flex;
    gap: 15px;
}

.inst_footer_right {
    display: flex;
}
.mailpoet_form .mailpoet_paragraph{
  margin-bottom: 20px!important;
}
.inst_icon_footer {
  width: 24px;
  height: 24px;
  transition: opacity 0.2s;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-heart {
    background-image: url('../images/heart.svg');
}

.icon-message {
    background-image: url('../images/messeage.svg');
}

.icon-send {
    background-image: url('../images/send.svg');
}

.icon-saved {
    background-image: url('../images/saved.svg');
}
.h4title{
  font-size: clamp(1rem, 0.4644rem + 0.8368vw, 1.5rem);
  margin: 15px 0px 15px 0px;
  text-transform: uppercase;
  cursor: pointer;
}
.h4title a{
  transition: 0.3s ease;
}
.h4title a:hover{
  color: #36C576;
}
.book-author{
  color: #36C576;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.card-desc{
  color: var(--text-color);
  font-size: var(--step18to12);
  line-height: 130%;
}
.newsletter-description{
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}
.book_section .more-btn {
  margin-top: 30px;
}
.newsletter-description p{
  color: var(--text-color);
  font-size: var(--step18to12);
}
.product_photo.wordpress-photo.about_image_height{
  max-height: clamp(211px, calc(7.98vw + 102.1px), 260px);
}
.wordpress-cart{
  padding: 30px;
}
.multiple-guids .slick-track {
  display: flex !important;
  align-items: stretch;
}

.multiple-guids .slick-slide {
  height: auto !important;
  display: flex !important;
}

.multiple-guids .slick-slide > div {
  width: 100%;
  height: 100%;
  display: flex;
}

.multiple-guids .product_cart.wordpress-cart {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.multiple-guids .product_cart .card-desc {
  flex-grow: 1;
}
.wordpress-photo{
  margin-top: 15px;
  margin-bottom: 20px;
  max-height: clamp(
    100px, 
    calc(100px + (260 - 100) * ((100vw - 700px) / (1366 - 700))),
    260px
  );
  transition: max-height 0.3s ease;
  border-radius: 10px;
}
.about-wrapper {
  display: flex;
  justify-content: space-between;
  gap: clamp(5px, calc(5px + (50 - 5) * ((100vw - 1024px) / (1980 - 1024))), 50px);
  align-items: center;
}

.about-text {
  flex: 1;
}

.about-text p {
  font-size: var(--step18to12);
  color: var(--text-color);
  padding: 10px 10px 10px 0px;
}

.about-text ul {
  list-style: none;
}

.about-text ul li {
  position: relative;
  font-size: var(--step18to12, 18px);
  color: var(--text-color, #333);
  padding: 10px 10px 10px 25px;
}

.about-text ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url('../images/tips-icon.png') no-repeat center center;
  background-size: contain;
}

.about-image {
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  width: clamp(250px, calc(250px + (340 - 250) * ((100vw - 768px) / (1980 - 768))), 340px);
  height: clamp(250px, calc(250px + (340 - 250) * ((100vw - 768px) / (1980 - 768))), 340px);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 7px solid white;
  box-shadow: 0 0 0 8px rgba(73, 63, 185, 1);
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.mt-20{
  margin-top: 20px;
}
.last_product_description .mt-20{
  margin-top: 20px;
}
.mt-20-down{
  margin-top: max(0px, min(25px, (100vw - 320px) * 0.015625));
}
.slide-up {
  width: clamp(31.5px, calc(31.5px + (90 - 31.5) * ((100vw - 320px) / (1980 - 320))), 90px);
  height: clamp(31.5px, calc(31.5px + (90 - 31.5) * ((100vw - 320px) / (1980 - 320))), 90px);
  border-radius: 50%;
  background: linear-gradient(to bottom, #36C576, #1A5F39);
  display: inline-block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.slide-up::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: 40%;
  background-image: url('../images/arrow-up.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
}

.slide-up::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #00652D, #1A5F39);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.slide-up:hover::before {
  opacity: 1;
}

.slide-up a {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}
.parent-slide-up {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.parent-slide-up.visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.newslatter-background {
  background-image: url(../images/newslatter-background.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff; /* або колір під картинку */
  width: 100%;
  border-radius: 30px;
}
.email-input {
  width: clamp(390px, calc(390px + 110 * (100vw - 1024px) / 956), 500px);
  padding: 21px 30px;
  margin: 0 auto;
  display: block;
  border: none;
  border-radius: 10px;
  background-color: #fff;
  font-size: var(--step24to12);
  color: #333;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  outline: none;
  transition: box-shadow 0.3s ease, transform 0.2s ease;
  margin-top: 10px;
}

.email-input::placeholder {
  color: #A6A6B4;
  text-transform: uppercase;
  font-size: var(--step18to10);
}

.email-input:focus {
   outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}
#form_email_1 {
  width: clamp(390px, calc(390px + 110 * (100vw - 1024px) / 956), 500px)!important;
  padding: 21px 30px!important;
  margin: 0 auto!important;
  display: block!important;
  border: none!important;
  border-radius: 10px!important;
  background-color: #fff!important;
  font-size: var(--step24to12)!important;
  color: #333!important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05)!important;
  outline: none!important;
  transition: box-shadow 0.3s ease, transform 0.2s ease!important;
  margin-top: 10px;
  font-size: var(--step18to10);
}
#form_email_1.mailpoet_text.parsley-error {
  border: 2px solid #FB5757 !important;
}
.parsley-type, .parsley-required, .mailpoet_error_ivg7j, .mailpoet_form_loading {
    text-align: center;
    font-size: 18px;
    color: white;
}
#form_email_1.mailpoet_text.parsley-error:focus {
  border-color: #FB5757 !important;
  outline: none !important;
}

#form_email_1::placeholder {
  color: #A6A6B4;
  text-transform: uppercase;
  font-size: var(--step18to10);
}
.mailpoet-form .mp-form-field label:after {
    content: none !important;
}

.parent-slide-up {
  display: flex;
  justify-content: flex-end;
}
.subscribe-section h3{
  color: white;
  padding: 0px 25px;
  margin-bottom: clamp(9.6px, calc(9.6px + 9.6 * ((100vw - 320px) / (1980 - 320))), 19.2px);

}
.newslatter-desc p {
    color: var(--white-color);
    font-size: var(--step18to12);
    padding-bottom: 15px;
}

.newslatter-desc ul li {
  color: var(--white-color);
  font-size: var(--step18to12);
  padding-bottom: 5px;
  display: flex;   
  align-items: center;   
  justify-content: center;  
  gap: 15px;   
  margin-bottom: 5px; 
}

.newslatter-desc ul li:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: white;
  border-radius: 50%; 
}
.newslatter-wrapper {
  position: relative;
  overflow: hidden;
}


.mailpoet_paragraph span{
  display: flex!important;
  justify-content: center!important;
}
footer .parsley-errors-list {
    width: 80%!important;
    transition: all .3s 
ease-in;
    text-align: center!important;
    display: flex!important;
    justify-content: center!important;
}
footer .mailpoet_error_lfn7f{
  display: flex!important;
  justify-content: center!important;
}
footer .mailpoet_submit {
  width: 80%!important;
  background: linear-gradient(to bottom, #6E6DC0, #493FB9);
  text-transform: uppercase;
  color: var(--white-color);
  display: flex;
  border-radius: 10px;
  margin-top: 0px!important;
  margin-bottom: 100px;
  cursor: pointer;
  font-size: var(--step18to12);
  border: none;
  box-sizing: border-box;
  text-align: center;
  padding: 20px!important;
  margin: auto!important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
}

.newslatter-wrapper .mailpoet_submit {
  min-width: clamp(216px, calc(216px + (250 - 216) * ((100vw - 1024px) / (1366 - 1024))), 250px);
  background: linear-gradient(to bottom, #6E6DC0, #493FB9);
  text-transform: uppercase;
  padding: 25px 30px;
  color: var(--white-color);
  display: flex;
  border-radius: 10px;
  margin-top: 55px;
  margin-bottom: 100px;
  cursor: pointer;
  font-size: var(--step18to12);
  border: none;
  box-sizing: border-box;
  text-align: center;
  width: clamp(216px, calc(216px + (250 - 216) * ((100vw - 1024px) / (1366 - 1024))), 250px)!important;
  padding-top: clamp(13.99px, calc(13.99px + 9.32 * (100vw - 768px) / 1212), 23.31px) !important;
  padding-bottom: clamp(13.99px, calc(13.99px + 9.32 * (100vw - 768px) / 1212), 23.31px) !important;
  margin: auto!important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
}


.newslatter-desc{
  text-align: center;
  padding-top: clamp(
        40px, 
        calc(40px + (100 - 40) * ((100vw - 320px) / (1980 - 320))), /* плавне зростання */
        100px /* максимальне значення для 1980px */
    );
  display: flex;
  align-items: center;
  flex-direction: column;
}
.news-pixel {
  background-repeat: no-repeat;
  position: absolute;
  left: 10%;
  bottom: -14%;
  z-index: 1;
  width: clamp(141px, calc(141px + (277.2 - 141) * (100vw - 320px) / 1660), 277.2px);
  height: clamp(141px, calc(141px + (277.2 - 141) * (100vw - 320px) / 1660), 277.2px);
  background-size: 100%;
}
#newslatter .container{
  overflow: hidden;
  border-radius: 30px;
}
.footer{
  border-radius: 30px;
  background-color: black;
  padding-top: clamp(20px, calc(20px + (80 - 20) * (100vw - 320px) / 1660), 80px);
  padding-bottom: clamp(30px, calc(30px + (50 - 30) * (100vw - 320px) / 1660), 50px);
}
.lang-button {
  background: transparent;
  border: 1px solid #5A5C7A;
  border-radius: 5px;
  padding: 10px 15px;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}
.lang-button:hover {
    border-color: #9CA3AF;
}
.footer-head{
  display: flex;
  gap: 25px;
  align-items: center;
}
.footer-head .logo {
  flex-grow: 1;
}
.footer-head .search-divider{
  height: 45px;
}
footer {
  color: var(--white-color);
}
.footer-menu-wrapper{
  display: flex;
  justify-content: space-between;
}

.footer_s1{
  max-width: clamp(160px, calc(160px + 240 * (100vw - 576px) / 1404), 400px);
  display: flex;
  flex-direction: column;
  gap: clamp(7px, calc(7px + (35 - 7) * (100vw - 1024px) / (1980 - 1024)), 35px);
}
footer .parsley-type{
  position: absolute;
  font-size: 12px;
}
.footer_s1 h6{
  font-size: var(--step16to12);
  text-transform: uppercase;
  line-height: 135%;
}
.watch_all {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(185, 188, 211, 0.5);
  border-radius: 7px;
  padding: 8px 16px 8px 44px; 
  font-size: var(--step16to12);
}

.watch_all::before {
  content: '';
  position: absolute;
  left: 16px;
  width: 20px;
  height: 20px;
  background: url('../images/eye.svg') no-repeat center/contain;
}

.watch_all span {
  color: #9da0b8; 
  font-weight: 700;
}
.footer-menu{
  list-style: none;
}
.footer-menu li a {

  transition: color 0.3s ease;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
.footer_socail-1.d-none img {
  width: 12px;
  height: 12px;
  object-fit: contain;
}
.footer_s1 .footer_icon_logo a, .footer_socail-1.d-none a{
  display: grid;
  align-items: center;
  justify-content: center;
  width: clamp(24px, calc(24px + (40 - 24) * (100vw - 320px) / (1980 - 320)), 40px);
  height: clamp(24px, calc(24px + (40 - 24) * (100vw - 320px) / (1980 - 320)), 40px);
  background-color: #493FB9;
  border-radius: 7px;
  transition: all 0.3s ease;
}
.footer_icon_logo a {
  display: block;
}
.stroke-line {
  width: 100%;
  height:1px;
  background-color:#262626;
  margin-bottom: clamp(20px, calc(20px + (30 - 20) * (100vw - 1360px) / (1980 - 1360)), 30px);
  margin-top: clamp(14px, calc(14px + (21 - 14) * (100vw - 1360px) / (1980 - 1360)), 21px);
}
.footer_s1 .footer_icon_logo a:hover , .footer_socail-1.d-none a:hover{
  background-color: #3D006B;
}
.footer_socail-1{
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
  gap: 15px;
}
ul li {
  list-style: none;
}
.parsley-type, .parsley-required, .mailpoet_error_ivg7j, .mailpoet_form_loading {
  text-align: center;
}
.newslatter-wrapper .mailpoet_form_loading {
    display: none!important;
}
.footer_s1 .social_link {
  display: inline-block;
  width: clamp(13px, calc(13px + (22 - 13) * (100vw - 320px) / (1980 - 320)), 22px);
  height: clamp(13px, calc(13px + (22 - 13) * (100vw - 320px) / (1980 - 320)), 22px); 
  object-fit: contain;
}
.footer_s3{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer_icon_logo {
  width: clamp(24px, calc(24px + (40 - 24) * (100vw - 320px) / (1980 - 320)), 40px);
  height: clamp(24px, calc(24px + (40 - 24) * (100vw - 320px) / (1980 - 320)), 40px);
}

address {
  display: flex;
  flex-direction: column;
  font-style: normal;
  gap: 10px;
}
.footer_s2 p {
  font-size: var(--step22to16);
  color: #4C4A66;
  font-weight: 600;
  margin-bottom: 20px;
}
.call_wrapper p, .footer_contacts p {
  font-size: 16px;
  font-weight: 600;
  color: #A6A6B4  ;
}
.call_wrapper a, .footer_contacts a {
  font-size: 18px;
  color: var(--white-color);
  transition: 0.3s ease;
}
.call_wrapper a:hover, .footer_contacts a:hover, .contact_phone a:hover{
  color: #36C576;
}
.footer_contacts{
  display: flex;
  flex-direction: column;
}
.footer-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px clamp(10px, calc(10px + (90 - 10) * (100vw - 1024px) / (1980 - 1024)), 90px);
  margin-bottom: 20px;
}
.footer_s4 #form_email_1 {
  max-width: clamp(150px, calc(150px + 240 * (100vw - 576px) / 1404), 390px);
  padding-left: 25px;
    padding-top: clamp(13.99px, calc(13.99px + 9.32 * (100vw - 768px) / 1212), 23.31px) !important;
    padding-bottom: clamp(13.99px, calc(13.99px + 9.32 * (100vw - 768px) / 1212), 23.31px) !important;
  margin-top: 0;
  padding-right: 5px;
}
.footer_s4 .mailpoet_form .mailpoet_submit {
    display: flex;
    float: left;
    max-width: 200px;
}
footer .mailpoet_form_loading{
  display: none!important;
}
.footer_s4 .mailpoet_submit {
  margin-bottom: 0!important;
  padding-top: clamp(13.99px, calc(13.99px + 9.32 * (100vw - 768px) / 1212), 23.31px)!important;
  padding-bottom: clamp(13.99px, calc(13.99px + 9.32 * (100vw - 768px) / 1212), 23.31px)!important;
}

.footer_s4 #form_email_1 input::placeholder {
  color: #A6A6B4;
  text-transform: uppercase;
  font-size: 16px;
}
.footer_s4 #mailpoet_form_1 form.mailpoet_form {
    padding: 0 !important;
}
.footer_s4 .mailpoet_submit {
  display: flex;
  justify-content: center;
  font-size: 18px;
}
.footer_head_s2 .obg_view{
  display: none;
}

.footer_head_s2 {
  display: flex;
  gap: 25px;
  align-items: center;
}


.footer-bottom-obg{
  display: flex;
  justify-content: space-between;
}
.desc-footer-bottom{
  font-size: 16px
  color: #000000;
  transition: 0.250s ease;
}
.desc-footer-bottom:hover {
  color: #36C576;
}
.footer-bottom {
  padding: 25px 0px;
}

.menu-toggle {
  display: none;
  background: white;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border: 1px solid #493FB9;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  background: black;
  transition: all 0.3s ease;
  transform-origin: center; /* обертання від центру */
}
.nav-item {
  text-transform: uppercase;
}
.menu-toggle.active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
.menu {
  display: block;
}
.menu-list {
  list-style: none;
  display: flex;
  gap: 25px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.menu-list a {
  text-decoration: none;
  color: #22262F;
  font-size: 10px;
  font-weight: 600;
  transition: color 0.3s ease;
}
.menu-list a:hover {
  color: #36C576;
}
.menu-list a:active {
  color: #00652D;
}
.footer-menu .cat-item a:hover{
  color: #36C576;
}
.footer-menu .cat-item a:active{
  color: #00652D;
}
.menu-toggle.active {
  background: white;
  color: black;
  border: 1px solid #493FB9;
}
.menu-toggle.active span:nth-child(1){
  background: black;
}
.menu-toggle.active span:nth-child(3){
  background: black;
}
.post-link-wrapper{
  display: flex;
  gap: 5px;
}
.social_link {
    transition: filter 0.3s ease;
}
.social_link:hover {
    filter: brightness(1.3);
}


/* about-me */
/* about-me */
/* about-me */
.banner-content {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.banner-content.banner-content-about{
  padding: 0px;
}
.banner_description {
  height: 82vh;
  font-size: var(--step18to12);
  flex: 1;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-image {
  z-index: 1;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0px;
  height: 82vh;
}

.banner-image img {
  height: 100%;
  width: auto;
  object-fit: cover; 
}

.banner.banner-about{
  background-image:
    linear-gradient(rgba(73, 63, 185, 0.24), rgba(73, 63, 185, 0.24)),
    url('../images/about-banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--white-color);
  border-radius: 30px;
  overflow: hidden;
}
.banner-image.about_banner-image img{
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 90%;
}
.banner-about .banner_description h2 {
  max-width: 70%;
}
.banner-about .about_info_st {
  margin-top: 20px;
  width: clamp(
    350px, /* мінімальне значення на 576px */
    calc(350px + (737 - 350) * ((100vw - 576px) / (1980 - 576))), /* лінійна інтерполяція */
    737px /* максимальне значення на 1980px */
  );
  color: black;
  background-color: white;
  border-radius: 20px;
  padding: 25px 30px 25px 85px;
  position: relative;
}

.about_info_st:before {
  content: '';
  background-image: url('../images/q.svg');
  background-repeat: no-repeat;
  position: absolute;
  top: 30px;
  left: 20px;
  width: 51px;
  height: 44px;
  background-size: 90%;
}
.banner-about .about_info_st p {
  font-size: var(--step18to12);
  line-height: 140%;
  padding: 0px;
  max-width: 100%;
}

.banner_description.about_description{
  padding-bottom: clamp(
    19px, 
    calc(19px + 76 * ((100vw - 202px) / 1782)), 
    135px
);
padding-top: clamp(
    19px, 
    calc(19px + 76 * ((100vw - 202px) / 1782)), 
    135px
);
}
.values h4{
  font-size: var(--h4title);
  margin-bottom: clamp(15px, 3vw, 60px);
}
.mission-values {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  row-gap: clamp(10px, 2vw, 30px);
  column-gap: clamp(15px, 2vw, 30px);
}
.mission-values::after {
  content: '';
  background-image: url(../images/mission-pixel.png);
  width: clamp(51px, 8vw, 168px);
  height: clamp(73px, 12vw, 261px); 
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-97%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
.mission-card {
  position: relative;
  padding: 30px;
  border-radius: 10px;
  transition: 250ms ease-out;
}
.mission-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.mission-values .mission-card {
  flex: 1 1 calc(33.333% - 30px); 
}
.mission-values .mission-card:last-child:nth-child(3n + 1) {
  flex-basis: 100%;
}
.mission_left_image,
.mission_right_image {
  content: '';
  position: absolute;
  top: 10px;
  width: 32px;
  height: 32px;
  background-size: cover;  
  background-position: center; 
  background-repeat: no-repeat;
}
.mission_left_image {
  left: 10px;
}
.mission_right_image {
  right: 10px;
}

.mission-card h5 {
  padding-bottom: 20px;
  text-align: center;
  font-size: var(--step18to12);
  text-transform: uppercase;
  color: white;
}
.mission-card p {
  text-align: center;
  font-size: var(--step18to12);
  color: white;
}

.way {
  position: relative;
  overflow: visible !important;
}
.timeline_image{
  width: 100%;
  height: 165px;
}
.way .more-btn-wrapper{
  justify-content: flex-end;
}
.way .more-btn {
    margin-top: 20px;
    margin-bottom: 20px;
}
.timeline_image img{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 100%;
  object-fit: cover;
}
.timeline_wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  overflow: visible;
}
.timeline {
  width: 24%;
  height: 370px;
  border-radius: 10px;
  box-shadow: 5px 9px 11px rgba(0, 0, 0, 0.05);
  overflow: visible!important;
  position: relative;
  z-index: 2;
  background-color: #fff;
  transition: 250ms ease-out;
}
.timeline:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.timeline_info {
  padding: 10px 25px 30px 25px;
  height: calc(100% - 165px);
  position: relative;
  overflow: hidden; 
}

.timeline_text {
    display: -webkit-box; 
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 7; 
  overflow: hidden;  
  text-overflow: ellipsis;    
}

.timeline_wrapper:after {
  content: '';
  background-image: url(../images/time-vector.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 105%;
  height: 100%;
  top: 145px;
  left: -30px;
  z-index: 1;
  pointer-events: none;
  background-size: contain;
  background-size: 100% 79%;
}
.timeline_years {
  color: red;
  font-size: 16px;
  margin-bottom: 25px;
}
.timeline_wrapper .timeline:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49%;
}
.timeline h6{
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
}
.timeline p {
  font-size: 16px;
  line-height: 130%;
}
.timeline_title {
  display: flex;
  justify-content: center;
  margin: 25px auto;
  width: 80%;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  background-color: white;
}
.timeline_title h4{
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(1rem, 0.8889rem + 0.4938vw, 1.5rem);
  margin-bottom: 10px;
}
.timeline_title p{
  max-width: 830px;
  font-size: clamp(0.875rem, 0.8194rem + 0.2469vw, 1.125rem);
}
.btn_pixel {
  position: relative;
  padding: 20px 50px; 
  margin: 35px 0px 50px 0px;
  font-size: var(--step18to12);
  border: none;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 1;

  text-transform: uppercase;
  color: white;
}

.btn_pixel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../images/pixel_btn.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  transition: 250ms ease-out;
}

.btn_pixel:hover::before {
  filter: brightness(1.3); 
}
.timeline_text.timeline_last{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.timeline_last_wrap{
  position: relative;
}
.timeline_last_wrap:after {
  content: '';
  position: absolute;
  top: -83px;
  right: -35px;
  width: 33px;
  height: 98%;
  background-image: url(../images/line.svg);
  background-repeat: no-repeat;
  z-index: 1;
  background-size: 500% 101%;
  pointer-events: none;
}
.timeline_last p {
  text-transform: uppercase;
  text-align: center;
}
.pixel_social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pixel_social li {
  list-style: none;
}

.pixel_social li a {
  display: block;
  width: 100%;
  height: 100%;
}
.pixel_social li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
}

.pixel_social li:hover img {
    filter: brightness(1.3) saturate(1.3);
    opacity: 0.8;
}
.timeline:nth-child(1) { order: 1; }
.timeline:nth-child(2) { order: 2; }
.timeline:nth-child(3) { order: 3; }
.timeline:nth-child(4) { order: 4; }
.timeline_title:nth-child(5) { order: 5; }
.timeline:nth-child(6) { order: 9; } 
.timeline:nth-child(7) { order: 8; } 
.timeline:nth-child(8) { order: 7; } 
.timeline:nth-child(9) { order: 6; }  
.timeline_title:nth-child(10) { order: 10; }
.timeline:nth-child(11) { order: 11; }
.timeline:nth-child(12) { order: 12; }
.timeline:nth-child(13) { order: 13; }
.timeline:nth-child(14) { order: 14; }

.what_next{
  padding: 35px 0px 20px 0px;
  color: #36C576;
  text-transform: uppercase;
  font-size: var(--step22to16);
}
.timeline_last p {
  font-size: 16px;
}
.useful h3{
  max-width: 83%;
  margin-bottom: clamp(20px, calc(4.54vw - 14.9px), 75px);
}

.useful_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(10px,
           calc(10px + 50 * ((100vw - 768px) / 1212)),
           60px);
    position: relative;
}
.useful_card{
  background-color: white;
  padding: clamp(25px, calc(25px + 5 * ((100vw - 1366px) / (1980 - 1366))), 30px);
  border-radius: 10px;
  transition: 250ms ease-out;
}
.useful_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.useful_image img{
  height: 164px;
}
.useful_card h4{
  text-transform: uppercase;
  font-size: clamp(1rem, 0.8889rem + 0.4938vw, 1.5rem);
  padding-bottom: 20px;
}
.useful_card p{
  color: #60606F;
  padding-bottom: 20px;
  font-size: clamp(0.875rem, 0.8194rem + 0.2469vw, 1.125rem);
}
.useful_wrapper::after {
  content: '';
  background-image: url(../images/useful-pixel.png);
  width: clamp(51px, 7.92vw, 166px);
  height: clamp(73px, 11.88vw, 259px);
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-97%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.interests_cards_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(10px + 20 * (100vw - 768px) / (1920 - 768));
  position: relative;
}
.interests_card {
  position: relative;
  padding: 30px 60px 0px 60px;
  padding-left: clamp(30px, calc(30px + (60 - 30) * ((100vw - 756px) / (1980 - 756))), 60px);
  padding-right: clamp(30px, calc(30px + (60 - 30) * ((100vw - 756px) / (1980 - 756))), 60px);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  border-radius: 10px;
}
.interest_icon{
  content: '';
  background-image: url('../images/interest_icon1.svg');
  position: absolute;
  left: 20px;
  top: 20px;
  background-repeat: no-repeat;
  width: 30px;
  height: 40px;
}
.interests_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.interests_card h5 {
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 20px;
}
.interests_card h5, .interests_card p {
  line-height: 140%;
  font-size: var(--step18to12);
  flex-shrink: 0;
  text-align: center;
  color: white;
}
.interests_card_image {
  width: 100%;
  flex: 1; 
  display: flex;
  justify-content: center;
  max-height: calc(110px + (297) * (100vw - 768px) / (1920 - 768));
}
.interests_card_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.about .about-text p {
  padding: 15px 10px 15px 0px;
}
.about .about-text h3 {
  margin-top: -10px;
}
.product_cart_wrap.pixel_image::after {
  content: '';
  background-image: url(../images/pixel_wp.png);
  width: clamp(81px, calc(10.4vw + 1.1px), 207px);
  height: clamp(81px, calc(10.4vw + 1.1px), 207px);
  position: absolute;
  right: 0;
  transform: translateY(-100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.btn.padding-about.min-w{
  min-width: clamp(140px, calc(140px + (198 - 140) * ((100vw - 1366px) / (1920 - 1366))), 198px);
}

/* about-me */
/* about-me */
/* about-me */


/* bookshelf  */
/*  bookshelf */
/* bookshelf  */
.banner.bookshelf-banner {
  background-image:
    linear-gradient(rgba(54, 197, 118, 0.60), rgba(54, 197, 118, 0.60)),
    url('../images/about-banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--white-color);
  border-radius: 30px;
  overflow: hidden;
}

.btn.padding-about.btnbook{
  min-width: clamp(140px, calc(140px + 112 * ((100vw - 1366px) / 554)), 252px);
}
.bookshelf-desc{
  height: 65vh;
}
#breadcrumbs {
  padding: calc(10px + (25 - 10) * ((100vw - 320px) / (1920 - 320))) 0;
  font-size: var(--step18to10);
  text-transform: uppercase;
}
.banner-img-bookshelf{
  height: 76vh;
}
.breadcrumb_last{
  color: #36C576;
}
#breadcrumbs > span > span:not(:last-child)::after {
  content: '';
  display: inline-block;
  margin: 0px 5px 0px 10px;
  background-image: url('../images/breadcrumb_slash.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 4px;
  height: 8px;
  position: relative;
}

 .book-categories-wrapper {
  position: relative;
  width: 100%;
  padding-top: clamp(
    20px, 
    calc(20px + (70 * ((100vw - 320px) / 1600))), 
    90px
  );
}
.book-categories-container {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: nowrap;
  overflow: hidden;
  align-items: center;
}
.category-btn {
  overflow: hidden;
  padding: clamp(
    6px, 
    calc(6px + (24 * ((100vw - 320px) / 1660))), 
    30px
  ) 0;
  font-weight: bold;
  border: 2px solid #36C576;
  text-align: center;
  border-radius: 10px;
  background: transparent;
  color: black;
  font-size: var(--step24to12);
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition: all 250ms ease-out;
  flex: 1;
    width: clamp(
    180px,
    calc(180px + (260 - 180) * ((100vw - 576px) / (1200 - 576))),
    260px
  );
}
.category-btn:hover {
  background: #00D084;
  color: white;
}
.category-btn.active {
  background: #36C576;
  color: white;
}
.hidden-categories-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border-radius: 10px;
  padding: clamp(
    6px, 
    calc(6px + (24 * ((100vw - 320px) / 1660))), 
    30px
  ) 20px;
  margin-top: 20px;
  z-index: 1000;
  width: 30%;
}
.hidden-categories-dropdown .category-btn {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  flex: none;
}
#moreBtn{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
#moreBtn:after {
  content: '';
  background-image: url('../images/arrow-down.svg');
  width: clamp(10px, calc(10px + (30 - 10) * ((100vw - 320px) / (1920 - 320))), 30px);
  height: clamp(5px, calc(5px + (15 - 5) * ((100vw - 320px) / (1920 - 320))), 15px);
  background-repeat: no-repeat;
  position: relative;
  display: block;
  background-size: 100%;
}
#postMoreBtn, #resourceMoreBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
#postMoreBtn:after, #resourceMoreBtn:after {
  content: '';
  background-image: url('../images/arrow-down.svg');
  width: clamp(10px, calc(10px + (30 - 10) * ((100vw - 320px) / (1920 - 320))), 30px);
  height: clamp(5px, calc(5px + (15 - 5) * ((100vw - 320px) / (1920 - 320))), 15px);
  background-repeat: no-repeat;
  position: relative;
  display: block;
  background-size: 100%;
}

.header-info h6{
  font-size: var(--step16to12);
  text-transform: uppercase;
  margin-top: 15px;
}


.hidden-categories-dropdown .category-btn:last-child {
  margin-bottom: 20px;
}

.last_product_wrapper{
    background-color: white;
    padding: 25px;
    padding-bottom: 40px;
    border-radius: 10px;
    position: relative;
    display: flex;
    gap: 25px;
}
.book-image {
  width: 337px;
  flex-shrink: 0;
}
.last-image{
  width: clamp(
        300px, 
        calc(300px + (513 - 300) * ((100vw - 768px) / (1920 - 768))),
        513px
    );
    height: clamp(
        300px, 
        calc(300px + (513 - 300) * ((100vw - 768px) / (1920 - 768))),
        513px
    );
    flex-shrink: 0;
}
.last_product_image.last-image img{
  object-fit: cover;
  height: 100%;
  border-radius: 10px;
}

.last_product_description_wprapper {
    min-width: 0;
    flex: 1;
}

.last_product_description {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
}
.last_product_image.book-image a {
  display: block;
}
.more_read {
    margin-top: auto;
    align-self: flex-end;
    margin-right: 25px;
    position: absolute;
    bottom: 20px;
}

.last_product_description h6{
    font-size: var(--step16to12);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.last_product_description h4{
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
    font-size: clamp(1.125rem, 1.0385rem + 0.3846vw, 1.5rem);
}

.last_product_description_wprapper {  
    position: relative;
    overflow: hidden;
    display: -webkit-box;  
    -webkit-line-clamp: 13;    
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;   
}
.last_product_description_wprapper.current_words{
    -webkit-line-clamp: 13;    
}

.last_product_info p {
  margin-top: 30px;
  font-size: 18px;
}
.wp-block-heading {
  margin-bottom: 10px;
  font-size: clamp(1.125rem, 1.0385rem + 0.3846vw, 1.5rem);
  color: black;
}
.last_product_info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.last_product_info ul li {
    position: relative;
    padding-left: 8px;
}
.last_product_info_book.last_product_info ul li {
    display: flex;
}
.last_product_info {
    font-size: 18px;
    color: #60606F;
}

.last_product_info ul li::before {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #60606F;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.last_product_info {
  line-height: 150%;
    box-sizing: content-box;
}



.read_more_pos {
  position: absolute;
  right: 40px;
  bottom: 20px;
}
.product_cart_wrap .product_cart.pos-btn{
  position: relative;
  padding: 20px 20px 60px 20px;
  
}
.pos-btn .book-author{
  color: black;
  font-weight: 600;
}
#view-more-btn, #view-more-advice, #view-more-resources-btn{
  padding: 25px 0px;
}

.recomendation_day_wrap {
  display: flex;
  gap: 20px;
  color: white;
  border-radius: 20px;
  background-color: #493FB9;
  padding: clamp(
        20px, 
        calc(20px + (40 - 20) * ((100vw - 768px) / (1920 - 768))), 
        40px
    );
}

  .rec_book_image {
    flex: 0 0 clamp(
        149px,
        calc(149px + (160 - 149) * ((100vw - 726px) / (1024 - 726))),
        160px
    );
  }

.rec_book_image a {
  display: block;
}
.rec_resourse_image{
  flex: 0 0 clamp(
    102px,
    calc(102px + (231 - 102) * ((100vw - 768px) / (1920 - 768))),
    231px
  );
}
.rec_info {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.rec_info .post-link{
  color: white;
}
.rec_info h4 {
  font-size: clamp(1rem, 0.8889rem + 0.4938vw, 1.5rem);
  margin-bottom: 20px;
  text-transform: uppercase;
}
.rec_info h6 {
  font-size: clamp(0.875rem, 0.8472rem + 0.1235vw, 1rem);
  margin-bottom: 25px;
  text-transform: uppercase;
}
.rec_info p {
  font-size: clamp(0.875rem, 0.8194rem + 0.2469vw, 1.125rem);
  margin-bottom: 20px;
  line-height: 150%;
}
.post-link-container {
  margin-top: auto;
  align-self: flex-end;
  margin-right: clamp(
        20px,
        calc(20px + (40 - 20) * ((100vw - 768px) / (1920 - 768))),
        40px
    );
}
.rec_info .post-link span {
  font-size: clamp(0.875rem, 0.8472rem + 0.1235vw, 1rem);
}
.rec_info .post-link.open span::after {
  filter: invert(100%) sepia(100%) saturate(0%) brightness(200%);
}
/* bookshelf  */
/*  bookshelf */
/* bookshelf  */

.more-btn-wrapper.btn_ajax .more-btn{
  margin-top: 50px;
  margin-bottom: 0;
}
.space-s {
  height: 70px;
}

/* advise  */
/*  advise */
/* advise  */
.banner-img-bookshelf.right-move-advice{
  z-index: -1;
  right: -140px;
}
.banner-image.banner-img-bookshelf.right-move-advice{
  bottom: -20%;
  height: 120%;
}
.banner.advice-banner{
  background-image: linear-gradient(rgba(73, 63, 185,0.60), rgba(73, 63, 185, 0.60)), url(../images/about-banner.png);
}
.all_news_wrapper{
  display: grid;
  column-gap: clamp(10px, calc(10px + (50 - 10) * ((100vw - 768px) / (1980 - 768))), 50px);
  row-gap: clamp(20px, calc(20px + (70 - 20) * ((100vw - 768px) / (1980 - 768))), 70px);
  grid-template-columns: repeat(3, 1fr);
}
.all_news_wrapper .product_cart{
  background: var(--white-color);
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
  transition: 250ms ease-out;
  box-shadow: 9px 9px 36px rgba(0, 0, 0, 0.05);
  position: relative;
}

#categoryDayAdvise{
  display: flex;
  align-items: center;
  flex-direction: row;
  background-color: #493FB9;
  gap: 20px;
  color: white;
  border-radius: 20px;
  padding: 20px;
}
.rec_info_image {
  width: 83px;
  height: auto;
  margin-bottom: auto;
  flex: 0 0 83px;
}
#dayAdviseSubtitle{
  margin-bottom: 0;
}
.book-categories-wrapper.single_category{
  display: inline-block;
}










/* advise  */
/*  advise */
/* advise  */
.banner-content.banner-content-contacts{
  display: inline;
}
.contacts-desc h4 {
  font-size: var(--step24to12);
  text-transform: uppercase;
  font-weight: 600;
}
.contacts_wrapper {
  display: flex;
  margin-top: 50px;
  gap: clamp(40px, calc(40px + (100 - 40) * ((100vw - 1024px) / (1920 - 1024))), 100px);
}
.contacts_wrapper ul a {
  width: 40px;
  height: 40px;
  display: flex;
}
.contacts_wrapper ul {
  display: inline-grid;
  row-gap: 30px;
  column-gap: 15px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 30px;
}

.contact_phone p {
  padding: 0px;
}
.contacts_form p {
  padding: 0px;
}
.callback_form {
  display: flex;
  flex-direction: column; 
  gap: 10px;  
}
.contact_phone h4 {
  font-size: var(--step24to12);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.contacts_form label {
  font-size: var(--step24to12);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.contact_phone a {
  font-size: var(--step18to12);
  margin-bottom: 20px;
  transition: 250ms ease-out;
}

.callback_form {
  display: flex;
  flex-direction: column; 
  gap: 10px;
  align-items: flex-start;
}

.callback_form input {
  border: none;
  width: clamp(
    230px,
    calc(230px + (400 - 230) * ((100vw - 768px) / (1920 - 768))),
    400px
  );
  padding: clamp(10px, calc(10px + (16 - 10) * ((100vw - 768px) / (1920 - 768))), 16px) 0;
  border-radius: 10px;
  font-size: var(--step18to12);
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-left: 30px;
}

.callback_form .more-btn {
  display: inline-block;
  width: auto;  
  margin: 0px;
    padding: 
    clamp(10px, calc(10px + (16 - 10) * ((100vw - 768px) / (1920 - 768))), 16px)
    clamp(20px, calc(20px + (75 - 20) * ((100vw - 1366px) / (1920 - 1366))), 75px);
  min-width: 143px; 
}

.footer_s2_contacts {
    font-size: var(--step22to16);
    color: #4C4A66;
    font-weight: 600;
}
.wpcf7-response-output {
  width: clamp(230px, calc(230px + (400 - 230) * ((100vw - 768px) / (1920 - 768))), 400px);
}

.contacts_form .callback_form p {
  max-width: 100%;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    border: none;
}
.wpcf7-form.invalid .form-control {
    border-color: #FB5757 !important;
    outline: none !important;
}
.wpcf7-spinner {
  display: none;
}
.contacts_social_media ul li img {
  transition: 250ms ease-out;
}
.contacts_social_media ul li img:hover {
  filter: brightness(1.3);
}


.last_product_wrapper.single_post_book {
    position: relative ;
    display: block; 
    padding-bottom: 15px;
}
.book-image.single_book_image {
    float: left ;
    width: 337px;
    margin-right: 25px;
    margin-bottom: 15px;
}
.book-image.single_resource_image{
    float: left ;
    width: clamp(300px, calc(300px + (513 - 300) * ((100vw - 768px) / (1920 - 768))), 513px);
    height: clamp(300px, calc(300px + (513 - 300) * ((100vw - 768px) / (1920 - 768))), 513px);
    margin-right: 25px;
    margin-bottom: 15px;
}
.book-image.single_image{
    float: left ;
    width: clamp(300px, calc(300px + (513 - 300) * ((100vw - 768px) / (1920 - 768))), 513px);
    margin-right: 25px;
    margin-bottom: 15px;
}


.last_product_description.single_book_desc {
    display: block;
    float: none;
    width: auto;
}
.main_ideas {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(24%, 1fr));
  gap: 10px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.single_ideas {
  box-shadow: 9px 9px 36px rgba(0, 0, 0, 0.05);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.single_ideas h6 {
  text-transform: uppercase;
}
.not-found .bookshelf-desc{
  gap: 20px;
}
.privacy_policy_content p{
  padding-bottom: 15px;
  padding-left: 20px;
  font-size: var(--step22to16);
}
.privacy_policy_content h2{
  font-size: var(--h2title);
}
.wp-block-list {
  padding-left: 20px;
}
.sitemap h2{
  font-size: var(--h2title);
  padding-top: 20px;
  padding-bottom: 10px;
}
.sitemap a {
  padding-left: 20px;
}
.sitemap-news-categories li, .sitemap-pages li, .sitemap-books-categories li, .sitemap-resources-categories li {
  margin-bottom: 10px;
  transition: 0.25s ease-out;
}
.sitemap-news-categories li:hover , .sitemap-pages li:hover , .sitemap-books-categories li:hover , .sitemap-resources-categories li:hover {
  color: #36C576;
}











@media (min-width: 3200px) {
  header {
    height: auto;
    margin: 15px 0px 20px 0px;
  }
  .banner_description {
    padding: 100px 0px;
  }
  .mobile-lang-switch {
    margin: 20px 0px;
  }
  .mobile_wrapper {
    margin-bottom: 20px;
  }
  .first_screen_height {
    height: auto;
  }
  .banner {
    height: auto;
  }
  .banner-image {
    height: auto;
  }
  .banner_description {
    height: auto;
  }
  .nav-list {
    height: auto;
  }



}

@media (max-width: 1980px) {
  .btn-color {
    padding: calc(13px + (17 - 13) * ((100vw - 1366px) / (1980 - 1366)))
             calc(12px + (18 - 12) * ((100vw - 1366px) / (1980 - 1366)));
  }

  .logo img {
    width: calc(266px + (334 - 266) * ((100vw - 1366px) / (1980 - 1366)));
  }

  .header-menu-link li svg {
    width: calc(24px + (35 - 24) * ((100vw - 1366px) / (1980 - 1366)));
    height: calc(24px + (35 - 24) * ((100vw - 1366px) / (1980 - 1366)));
  }

  .language-select {
    padding-right: 0;
  }

  .container {
    width: calc(1254px + (1720 - 1254) * ((100vw - 1366px) / (1980 - 1366)));
  }
  .theme-switch {
    width: calc(51px + (68 - 51) * ((100vw - 1366px) / (1980 - 1366)));
    height: calc(27px + (37 - 27) * ((100vw - 1366px) / (1980 - 1366)));
  }

  #theme-toggle:checked + .slider:before {
    transform: translateX(calc(23px + (27 - 20) * ((100vw - 1366px) / (1980 - 1366))));
  }
  .slider:before {
    width: calc(23px + (31 - 23) * ((100vw - 1366px) / (1980 - 1366)));
    height: calc(23px + (31 - 23) * ((100vw - 1366px) / (1980 - 1366)));
    left: calc(2px + (3 - 2) * ((100vw - 1366px) / (1980 - 1366)));
    top: calc(2px + (3 - 2) * ((100vw - 1366px) / (1980 - 1366)));
  }

  .slider .sun-icon,
  .slider .moon-icon {
    width: calc(14px + (18 - 14) * ((100vw - 1366px) / (1980 - 1366)));
    height: calc(14px + (18 - 14) * ((100vw - 1366px) / (1980 - 1366)));
  }

  .slider .sun-icon {
    left: calc(7px + (10 - 7) * ((100vw - 1366px) / (1980 - 1366)));
  }

  .slider .moon-icon {
    right: calc(7px + (10 - 7) * ((100vw - 1366px) / (1980 - 1366)));
  }

  /* padding-about */
  .padding-about {
    padding: clamp(21px, 21px + (24 - 21) * ((100vw - 1366px) / (1980 - 1366)), 24px)
             clamp(30px, 30px + (31 - 30) * ((100vw - 1366px) / (1980 - 1366)), 31px);
  }
}


@media (max-width: 1366px) {
  .rec_info_image {
    width: 70px;
    flex: 0 0 70px;
  }
  .banner-img-bookshelf.contacts_image{
    height: 69vh;
  }
  .banner-img-bookshelf.contacts_image img{
    top: 50px;
    position: relative;
  }
  .last_product_info, .last_product_info p {
    font-size: 16px;
  }
  .book-image {
    width: clamp(
        320px,
        calc(320px + (100vw - 1024px) * 0.056),
        339px
    );
  }
  .last_product_info p {
    font-size: 16px;
  }
  .logo img {
    width: calc(176px + (266 - 176) * ((100vw - 1024px) / (1366 - 1024)));
  }

  .search-icon {
    width: 14px;
    height: 14px;
  }

  .header-menu-link li svg {
    width: calc(20px + (24 - 20) * ((100vw - 1024px) / (1366 - 1024)));
    height: calc(20px + (24 - 20) * ((100vw - 1024px) / (1366 - 1024)));
  }

  .theme-switch {
    width: calc(45px + (51 - 45) * ((100vw - 1024px) / (1366 - 1024)));
    height: calc(24px + (27 - 24) * ((100vw - 1024px) / (1366 - 1024)));
  }

  #theme-toggle:checked + .slider:before {
    transform: translateX(calc(19px + (22 - 19) * ((100vw - 1024px) / (1366 - 1024))));
  }

  .slider:before {
    width: calc(20px + (23 - 20) * ((100vw - 1024px) / (1366 - 1024)));
    height: calc(20px + (23 - 20) * ((100vw - 1024px) / (1366 - 1024)));
    left: 2px;
    top: 2px;
  }

  .slider .sun-icon,
  .slider .moon-icon {
    width: calc(12px + (14 - 12) * ((100vw - 1024px) / (1366 - 1024)));
    height: calc(12px + (14 - 12) * ((100vw - 1024px) / (1366 - 1024)));
  }

  .slider .sun-icon {
    left: calc(6px + (7 - 6) * ((100vw - 1024px) / (1366 - 1024)));
  }

  .slider .moon-icon {
    right: calc(6px + (7 - 6) * ((100vw - 1024px) / (1366 - 1024)));
  }

  /* Контейнери */
  .container {
    width: calc(940px + (1254 - 940) * ((100vw - 1024px) / (1366 - 1024)));
    padding: 0 calc(10px + 4vw / 20);
  }
  .container-about {
    width: calc(940px + (1254 - 940) * ((100vw - 1024px) / (1366 - 1024)));
  }
  .munu-list {
    gap: calc(10px + (40 - 10) * ((100vw - 1024px) / (1368 - 1024)));
  }

  /* padding-about */
  .padding-about {
    padding: clamp(19px, 19px + (21 - 19) * ((100vw - 1024px) / (1366 - 1024)), 21px)
             clamp(31px, 31px + (30 - 31) * ((100vw - 1024px) / (1366 - 1024)), 30px);
  }

  :root {
    --h1title: clamp(50px, calc(50px + (75 - 50) * ((100vw - 1024px) / (1366 - 1024))), 75px);
    --h2title: clamp(40px, calc(40px + (50 - 40) * ((100vw - 1024px) / (1366 - 1024))), 50px);
  }
  .pixel_social li {
    width: 50px;
    height: 50px;
  }
  .what_next {
    padding: 30px 0px 20px 0px;
  }
  .timeline {
    height: 354px;
  }
  .mission-card {
    padding: 25px;
  }

  .banner-about .about_info_st p {
    line-height: 120%;
  }
  .banner-about .about_info_st{
    padding: 25px 25px 25px 75px;
  }
  .about_info_st:before {
    left: 15px;
    width: 46px;
    height: 40px;
  }
  .banner-about .banner_description h2 {
    max-width: 60%;
  }
 
  #form_email_1 {
    padding: 20px 30px !important;
  }
  .header-social {
    gap: 5px;
  }
  .menu-list {
    gap: clamp(4px, calc(4px + (25 - 4) * ((100vw - 1024px) / (1380 - 1024))), 25px);
  }
  .desc-footer-bottom{
    font-size: 14px
  }

  .footer_s4 #form_email_1 input {
    padding-left: 20px;
  }

 
  .call_wrapper a, .footer_contacts a {
    font-size: 16px;
  }
  .call_wrapper p, .footer_contacts p {
    font-size: 14px;
  }

  .footer-menu li a {
    font-size: 14px;
  }
  .useful-tips h3 {
    margin-bottom: 30px;
  }
  .banner_description h2,
  .banner_description p {
    max-width: 65%;
  }
  .inst_icon_footer {
    width: 22px;
    height: 22px;
  }
  .reeding-mode{
    margin-bottom: 15px;
  }
  .slick-next::before {
    right: 20%;
    width: 13px;
    height: 19px;
  }
  .slick-prev::before {
      left: 20%;
      width: 13px;
      height: 19px;
  }

  .more-btn {
    margin-top: 25px;
    margin-bottom: 50px;
    font-size: 14px;
  }

  .padding-block-small {
    padding: 20px;
  }
  .padding-block-big {
    padding: 20px;
  }
  .btn-color {
    padding: 13px 12px;
  }
  .search-lang-block {
    gap: 5px;
  }
  .about h1{
    margin-bottom: 20px;
  }
  .about p{
    padding: 10px 0px;
  }
  .callback_form p {
    padding: 0px;
  }
  .about-image {
    border: 15px solid white;
  }
   .footer_s4 .mailpoet_submit{
    font-size: 16px;
  }
  .post-block {
    gap: 20px;
  }
  .sbi_item .inst_icon_footer{
    width: 22px !important;
    height: 22px !important;
  }
  .about_info_st:before {
    top: 25px;
  }
  .timeline_info {
    padding: 10px 20px 25px 20px;
    height: calc(100% - 165px);
    position: relative;
    overflow: hidden;
  }
  .btn_pixel {
    padding: 20px 34px;
  }
  .wordpress-cart {
    padding: 25px;
  }
  .card-desc{
    font-size: 16px;
  }
  .last_product_info p {
  margin-top: 25px;
  }
  #view-more-btn, #view-more-advice, #view-more-resources-btn {
    padding: 20px 0px;
  }
  .mb-53 {
    margin-bottom: 25px;
  }
  .last_product_description_wprapper.current_words{
    -webkit-line-clamp: 12;    
  }
  .contacts_wrapper ul a {
    width: 35px;
    height: 35px;
  }
  .book-image.single_book_image {
    width: clamp(320px, calc(320px + (100vw - 1024px) * 0.056), 339px);
  }
  .menu .menu-list a {
    font-size: 11px;
  }
  #custom-select {
    padding-right: 5px;
  }
}

@media (max-width: 1024px) {
  .banner-img-bookshelf.contacts_image img{
    top: 0px;
  }
  .rec_info_image {
    width: 61px;
    flex: 0 0 61px;
  }
  .book-image.single_book_image {
    width: clamp(231px, calc(231px + (100vw - 768px) * 0.344), 320px);
  }
  .mb-53 {
    margin-bottom: 15px;
  }
  .last_product_description_wprapper.current_words{
    -webkit-line-clamp: 11;    
  }
  #view-more-btn, #view-more-advice, #view-more-resources-btn {
    padding: 12px 0px;
  }
  .category-btn {
    font-size: 14px;
  }
  .last_product_info p {
    margin-top: 20px;
  }
  .book-image {
    width: clamp(
        231px,
        calc(231px + (100vw - 768px) * 0.344),
        320px
    );
  }
  .banner-image.banner-img-bookshelf {
    height: 120%;
  }
  .mobile-lang-switch {
    font-size: 14px;
  }
  .card-desc{
    font-size: 14px;
  }
   header {
    height: auto;
    margin: 15px 0px 20px 0px;
  }
  .mobile-lang-switch {
    margin: 20px 0px;
  }
  .mobile_wrapper {
    margin-bottom: 20px;
  }
  .first_screen_height {
    height: auto;
  }
  .banner {
    height: auto;
  }
  .banner-image {
    height: auto;
  }
  .banner_description {
    height: auto;
  }
  .nav-list {
    height: auto;
  }
  .nav-item {
    padding: 15px 10px;
  }
  .banner_about_description {
    max-width: 84%;
  }
  .banner_description h2, .banner_description p {
    max-width: 74%;
  }
  .banner-content {
    padding: 60px 0px;
  }
  .banner-content.banner-content-bookshelf{
    padding: 0;
    padding-bottom: calc(30px + (60 - 30) * ((100vw - 768px) / (1024 - 768)));
  }
  .banner_description.bookshelf-desc h1 {
    margin-bottom: calc(18px + (36 - 18) * ((100vw - 768px) / (1024 - 768)))
  }
  .banner-image.banner-img-bookshelf{
    height: clamp(218px, calc(218px + (426 - 218) * ((100vw - 768px) / (1024 - 768))), 426px);
    top: auto;
    bottom: -16%;
  }
  .bookshelf-banner .banner_description h1 {
    max-width: 90%;
  }
  .bookshelf-banner .banner_description h2{
    max-width: 70%;
   }
  .bookshelf-banner.resource-banner .banner_description h2 {
    max-width: 70%;
  }
  .about .wrapper_entry_btn {
    margin-top: 20px;
  }
  .nav-list {
    height: auto;
  }
  .header_menu .theme-switch{
    display: none;
  }
  .logo img,
  .theme-switch {
    width: 176px;
  }

  .header-menu-link li svg {
    width: 20px;
    height: 20px;
  }

  .theme-switch {
    width: calc(35px + (45 - 35) * ((100vw - 768px) / (1024 - 768)));
    height: calc(19px + (24 - 19) * ((100vw - 768px) / (1024 - 768)));
  }

  #theme-toggle:checked + .slider:before {
    transform: translateX(calc(16px + (19 - 16) * ((100vw - 768px) / (1024 - 768))));
  }

  .slider:before {
    width: calc(15px + (20 - 15) * ((100vw - 768px) / (1024 - 768)));
    height: calc(15px + (20 - 15) * ((100vw - 768px) / (1024 - 768)));
    left: 2px;
    top: 2px;
  }

  .slider .sun-icon,
  .slider .moon-icon {
    width: calc(9px + (12 - 9) * ((100vw - 768px) / (1024 - 768)));
    height: calc(9px + (12 - 9) * ((100vw - 768px) / (1024 - 768)));
  }

  .slider .sun-icon {
    left: calc(5px + (6 - 5) * ((100vw - 768px) / (1024 - 768)));
  }

  .slider .moon-icon {
    right: calc(5px + (6 - 5) * ((100vw - 768px) / (1024 - 768)));
  }

  .container {
    width: calc(704px + (940 - 704) * ((100vw - 768px) / (1024 - 768)));
    padding: 0 calc(10px + 3vw / 20);
  }
  .container-about {
    width: calc(704px + (940 - 704) * ((100vw - 768px) / (1024 - 768)));
  }

  /* font sizes */
  :root {
    --h1title: clamp(40px, calc(40px + (50 - 40) * ((100vw - 768px) / (1024 - 768))), 50px);
    --h2title: clamp(28px, calc(28px + (40 - 28) * ((100vw - 768px) / (1024 - 768))), 40px);
  }
  .h4title{
    font-size: 16px;
  }
  .multiple-guids .slick-slide {
    margin: 0 5px;
  }
  .multiple-guids .slick-list {
    margin: 0 -5px;
  }
  .timeline_years {
    margin-bottom: 20px;
  }
  .timeline h6{
    font-size: 14px;
  }
  .timeline p {
    font-size: 14px;
  }
  .timeline_wrapper:after {
    background-image: url(../images/line1024.png);
    background-size: 100% 87%;
  }
  .mission_left_image,
  .mission_right_image {
    width: 24px;
    height: 24px;
    top: 7px;
  }
  .mission_left_image {
    left: 7px;
  }
  .mission_right_image {
    right: 7px;
  }
  .mission-card {
    padding: 20px;
  }
  .wpcf7-spinner {
    width: 20px;
    height: 20px;
    position: absolute !important;
    right: 40px !important;
    bottom: 100px !important;
  }
  .wpcf7-list-item-label{
    font-size: 18px;
  }
  .popup-container {
    padding: 25px;
  }
  .popup-container h2 {
    font-size: 16px;
  }
  .popup-form input[type="text"],
  .popup-form input[type="email"],
  .popup-form textarea {
    font-size: 14px;
    height: 40px;
  }
  .popup-form textarea {
    min-height: 80px;
  }
  .popup-submit {
    height: 40px;
    font-size: 14px;
  }
  .popup-checkbox {
    font-size: 12px;
  }
  .sbi_item .inst_icon_footer{
    width: 20px !important;
    height: 20px !important;
  }
  .sbi_item .product_cart_detail {
  padding: 7px 10px 7px 10px!important;
  }
  .post-block {
    gap: 10px;
  }
  
  .menu-toggle {
    display: flex;
  }
  .menu {
    display: none;
  }
  .logo {
    font-size: 24px;
    font-weight: bold;
    color: #6558B1;
  }
  .logo a {
    display: flex;
  }
  .wrapper_entry_btn .btn a{
    padding: 12px 14px;
  }

  .footer_s4 #form_email_1::placeholder {
    font-size: 14px;
  }
  .footer_s4 #form_email_1 {
    padding-left: 15px;
  }
   #form_email_1::placeholder {
    font-size: 12px!important;
  }
  .footer_s4 .mailpoet_submit{
    font-size: 14px;
  }
  .call_wrapper a, .footer_contacts a {
    font-size: 14px;
  }
  #form_email_1 {
    padding: 15px 30px!important;
  }
  .about-image {
    border: 10px solid white;
  }
  .useful-tips h3 {
    margin-bottom: 20px;
  }
  .wordpress-cart {
    padding: 25px;
  }
  .banner_description p {
    max-width: 67%;
  }

  .inst_icon_footer {
    width: 20px;
    height: 20px;
  }
  .product_cart_title p {
    font-size: 12px;
  }
  .product_cart_title author {
    font-size: 12px;
  } 
  .product_cart_detail {
    padding: 7px 10px 7px 10px;
  }
  .more-btn {
    margin-top: 20px;
    margin-bottom: 30px;

  }
  .padding-block-small {
    padding: 15px;
  }
  .padding-block-big {
    padding: 15px;
  }
  .munu-list {
    gap: 10px;
  }

  .mt-10{
    margin-top: 10px;
  }
  .post-block {
    gap: 10px;
  }

  .more-btn a{
    padding: 19px 30px;
  }
  .interests_card h5 {
    padding-bottom: 15px;
  }
  .interest_icon {
    left: 15px;
    top: 15px;
  }
  .interest_icon {
    background-size: contain; 
    background-position: center;
    width: 26px;
    height: 35px;
  }
  .nav-item:not(:last-child)::after {
  font-size: 20px;
  }
  .product_photo.wordpress-photo.about_image_height{
    max-height: clamp(130px, calc(31.64vw - 112.8px), 211px);
  }
  .block-search.active {
    top: 8vh;
  }
  .rec_info p {
    line-height: 140%;
  }
  .bookshelf-desc.contacts-desc h1{
    margin-bottom: 20px;
  }
  .contacts-desc h4 {
    font-size: 16px;
  }
  .contacts_wrapper {
    display: flex;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .contact_phone h4 {
    margin-bottom: 0px;
  }
  .contacts_wrapper ul a {
    width: 30px;
    height: 30px;
  }
  .contacts_wrapper ul {
    row-gap: 20px;
    margin-bottom: 30px;
  }
  .contact_phone h4, .contact_phone a, .callback_form input, .contacts_form label {
    font-size: 14px;
  }
  .callback_form input {
    padding-left: 10px;
  }
  .banner-image.banner-img-bookshelf.contacts_image {
    bottom: 0%;
    height: clamp(
      200px,
      calc(200px + (413 - 200) * ((100vw - 576px) / (1024 - 576))),
      413px
    );
  }
  .contacts-desc h4 {
    max-width: 60%;
  }
  .contact_phone a {
    margin-bottom: 10px;
  }
 .banner-image.banner-img-bookshelf.contacts_image {
    right: -50px;
  }
  .main_ideas {
    gap: 5px;
  }
}

@media (max-width: 768px) {
  #custom-select::after {
    width: 5px;
    margin-top: -3px;
    height: 5px;
  }
  .main_ideas {
    margin-bottom: 10px;
  }
  .bookshelf-desc.contacts-desc h1 {
    margin-bottom: 15px;
  }
  .contacts_wrapper {
    display: flex;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .contacts_wrapper ul a {
    width: 24px;
    height: 24px;
  }
  .contacts_wrapper ul {
    row-gap: 15px;
    margin-bottom: 10px;
  }
  .contact_phone h4, .contact_phone a, .callback_form input, .contacts_form label {
    font-size: 12px;
  }
  .contacts-desc h4 {
    font-size: 12px;
  }


  .callback_form input {
    padding-left: 10px;
    max-width: 190px;
  }

  .contacts-desc h4 {
    max-width: 100%;
  }
  .last-image {
    width: 300px;
    height: 300px;
  }
  .rec_info p {
    font-size: 12px;
  }
  .rec_info h6 {
    font-size: 12px;
    font-weight: 600;
  }
  .rec_info h4 {
    font-size: 14px;
    font-weight: 600;
  }
  .rec_info p {
    line-height: 130%;
  }
  .hidden-categories-dropdown {
    width: 40%;
  }
  .category-btn {
    font-size: 12px;
  }
  .last_product_info p {
    margin-top: 15px;
  }
  .last_product_description_wprapper {  
    -webkit-line-clamp: 12;    
  }

  .banner-image.banner-img-bookshelf{
    right: clamp(-95px, calc(-95px + 95 * ((100vw - 320px) / (768 - 320))), 0px);
  }
  .banner-img-bookshelf.right-move-advice{
    right: -80px;
  }
  .banner-content.banner-content-bookshelf{
    padding-bottom: 30px;
  }
  .bookshelf-banner .banner_description h2 {
    max-width: 75%;
  }
    .card-desc{
    font-size: 12px;
  }
  .about .about-text p {
    padding: 10px 10px 10px 0px;
  }
   header {
    height: auto;
    margin: 10px 0px 15px 0px;
  }
  .mobile-menu-content {
    position: fixed;
    top: 55px;
  }

  .nav-item {
    padding: 10px 5px;
  }
  .banner_about_description {
    max-width: 84%;
  }
  .banner_description h2, .banner_description p {
    max-width: 75%;
  }
  .banner-content {
    padding: 40px 0px;
  }

  .nav-list {
    height: auto;
  }

  .interest_icon {
    width: 22px;
    height: 30px;
  }
  .interests_card h5 {
    padding-bottom: 10px;
  }
  .interest_icon {
    left: 10px;
    top: 10px;
  }
    .logo img {
    width: calc(93px + (176 - 93) * ((100vw - 329px) / (768 - 329)));
  }

  .container {
    width: calc(300px + (704 - 300) * ((100vw - 320px) / (768 - 320)));
    padding: 0 10px;
  }
  .container-about {
    width: calc(300px + (704 - 300) * ((100vw - 320px) / (768 - 320)));
    padding: 0 10px;
  }

  /* font sizes */
  :root {
    --h1title: clamp(32px, calc(32px + (40 - 32) * ((100vw - 320px) / (768 - 320))), 40px);
    --h2title: clamp(24px, calc(24px + (28 - 24) * ((100vw - 320px) / (766 - 320))), 28px);
  }
  .timeline_wrapper:after {
    background-image: url(../images/line768.png);
    background-size: 100% 60%;
    left: -20px;
  }
.timeline:nth-child(1) { order: 1; }
.timeline:nth-child(2) { order: 2; }
.timeline:nth-child(3) { order: 3; }
.timeline:nth-child(4) { order: 7; }
.timeline_title:nth-child(5) { order: 4; }
.timeline:nth-child(6) { display:none; } 
.timeline:nth-child(7) { order: 6; } 
.timeline:nth-child(8) { order: 5; } 
.timeline:nth-child(9) { order: 9; }  
.timeline_title:nth-child(10) { order: 8; }
.timeline:nth-child(11) { order: 11; }
.timeline:nth-child(12) { order: 12; }
.timeline:nth-child(13) { order: 13; }
  .mission_left_image,
  .mission_right_image {
    width: 20px;
    height: 20px;
  }
  .timeline_wrapper .timeline:last-child {
    width: 100%;
  }
  .timeline_last_wrap:after {
    display: none;
  }
  .timeline {
    width: 32%;
  }
  .about_info_st:before {
    top: 17px;
  }

  .banner-image.right-move {
    position: absolute;
    right: clamp(-228px, calc((100vw - 768px) * 0.508226), 0px);
    bottom: -4px;
  }
  .sbi_item .inst_icon_footer{
    width: 20px !important;
    height: 20px !important;
  }
  .small-post img{
    height: 160px;
    max-height: 520px;
  }
  .sbi_item .product_cart_detail {
    padding: 12px !important;
  }
  
  .sbi_item .product_cart_footer {
    padding: 10px 15px !important;
  }
  
  .sbi_item .inst_footer_left {
    gap: 12px !important;
  }
  
  .sbi_item .inst_icon_footer {
    width: 20px !important;
    height: 20px !important;
  }

  .header_menu .search-divider{
    display: none;
  }

   .menu-toggle span {
    display: block;
    width: 14px;
    transition: all 0.3s ease;
  }

  .wrapper_entry_btn .btn a{
    padding: 6px 10px;
  }
  .footer-bottom {
    padding: 5px 0px;
  }
  .footer-bottom-obg .desc-footer-bottom:nth-child(4n-3),
  .footer-bottom-obg .desc-footer-bottom:nth-child(4n-2) {
    width: 40%;
  }

  .footer-bottom-obg .desc-footer-bottom:nth-child(4n-1),
  .footer-bottom-obg .desc-footer-bottom:nth-child(4n) {
    width: 90%;
    margin: auto;
  }
  .footer-bottom-obg {
    gap: 10px 0px;
    flex-wrap: wrap;
  }
  .desc-footer-bottom{
    width: 40%;
    text-align: center
  }
  .footer-menu {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .watch_all::before {
    left: 5px;
  }
  .watch_all {
    gap: 6px;
    padding: 8px 3px 8px 33px;
  }
  .footer-menu-wrapper {
    gap: 15px;
  }
  .footer_s4 .mailpoet_submit {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 10px;
  }
  .footer_s4 #form_email_1::placeholder {
    font-size: 12px!important;
  }
  .footer_s4 #form_email_1 {
    padding: 11px 5px 12px 10px!important;
  }
  #form_email_1::placeholder {
    font-size: 10px!important;
  }
  .call_wrapper a, .footer_contacts a {
    font-size: 12px;
  }

  .about p {
    padding: 5px 0px;
  }
  .banner_description p {
    max-width: 90%;
  }
  .theme-switch {
    width: 35px;
    height: 19px;
  }

  #theme-toggle:checked + .slider:before {
    transform: translateX(16px);
  }

  .slider:before {
    width: 15px;
    height: 15px;
    left: 2px;
    top: 2px;
  }

  .slider .sun-icon,
  .slider .moon-icon {
    width: 9px;
    height: 9px;
  }
  .slider .sun-icon {
    left: 5px;
  }
  .slider .moon-icon {
    right: 5px;
  }
  .news-pixel {
    left: auto;
    right: -5%;
    bottom: -10%;
  }
  
  .row-about{
    margin: 0px -10px;
  }
  .useful-tips h3 {
    margin-bottom: 15px;
  }
  .wordpress-cart {
    padding: 20px;
  }
.post-link span::after {
  content: '';
  display: block;
  right: -23px;
  width: 12px;
  height: 11px;
}

.post-link.download span::after {
  width: 14px;
  height: 14px;
  right: -25px;
  background-image: url('../images/download.svg');
}
.post-link.open span::after {
  background-image: url('../images/open.svg');
  width: 17px;
  height: 17px;
  bottom: -1px;
}
  .more-btn-wrapper.btn_ajax .more-btn{
  margin-top: 40px;
  margin-bottom: 0;
  }
  .space-s {
    height: 50px;
  }
  .inst_icon_footer {
    width: 18px;
    height: 18px;
  }
  .btn-modeficator{
    min-width: 170px;
  }

  .more-btn a{
    padding: 14px 30px;
  }
  .about_info_st:before {
    width: 33px;
    height: 28px;
    background-size: 90%;
  }
  .banner-about .about_info_st {
    padding: 15px 15px 15px 60px;
  }
  .values h4{
    font-size: 16px;
    max-width: 80%;
  }
  .block-search.active {
    top: 6vh;
  }
  .timeline_wrapper .timeline:last-child {
    margin-top: 20px;
  }
  .error-404 .banner-content.banner-content-bookshelf {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .banner {
    padding: 0px 10px;
  }
  .callback_form .more-btn-wrapper{
    width: 100%;
  }
  .callback_form input {
    max-width: 100%;
    min-height: 40px;
  }
  .footer_s4 .mailpoet_form .mailpoet_submit{
    max-width: 100%;
  }
  .nav-item:not(:last-child)::after {
    right: -35px;
  }
  .last_product_wrapper.single_post_book {
    display: flex;
  }
  .book-image.single_book_image {
    margin-right: auto;
  }

  .book-image.single_resource_image {
    margin-right: auto;
  }
  .main_ideas {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

  .wpcf7-response-output {
    width: 100%;
  }
  .callback_form p {
    width: 100%;
    max-width: 100%!important;
  }
  .wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    margin-bottom: 10px;
  }
  .banner-image.banner-img-bookshelf.contacts_image{
    z-index: 1;
    position: absolute;
    right: -5px;
    top: 20%;
    bottom: 0px;
    width: 149px;
    height: 149px;
    border-radius: 50%;
    border: 3px solid #493FB9;
    margin-top: 15px;
    overflow: hidden;
  }
  .banner-image.banner-img-bookshelf.contacts_image img{
    height: 100%;
    width: auto;
    object-fit: cover;
    position: absolute;
    right: -11px;
  }
  .contacts_wrapper ul {
    width: 120px;
    column-gap: 0px;
  }
  .contacts_wrapper {
    flex-direction: column;
    gap: 10px;
  }
  .contact_phone h4, .contact_phone a, .callback_form input, .contacts_form label {
    font-size: 10px;
  }
  .callback_form input {
    width: 100%;
  }
  .callback_form .more-btn {
    border: none;
    width: 100%;
    margin: 0px;
    padding: clamp(10px, calc(10px + (16 - 10) * ((100vw - 768px) / (1920 - 768))), 16px) clamp(20px, calc(20px + (75 - 20) * ((100vw - 1366px) / (1920 - 1366))), 75px);
    min-width: auto;
  }
  .contacts-desc h4 {
    font-size: 10px;
  }
  .banner_description.bookshelf-desc.contacts-desc h1 {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .more-btn-wrapper.btn_ajax .more-btn{
    margin-top: 20px;
    margin-bottom: 0;
  }
  .space-s {
    height: 30px;
  }
  .hidden-categories-dropdown .category-btn {
    padding: 15px 0px;
    margin-bottom: 10px;
  }
  .rec_resourse_image {
    flex: 0 0 250px;
    width: 250px;
  }
  .last_product_image.last-image.last-image_resource img{
    object-fit: contain;
  }
  
  .all_news_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .wordpress-photo {
    margin-bottom: 30px;
  }
  .last-image {
    width: 100%;
  }

  .banner-image.banner-img-bookshelf.right-move-advice{
    z-index: 1;
    position: absolute;
    right: 0px;
    top: -30px;
    bottom: 0px;
    width: 127px;
    height: 127px;
    border-radius: 50%;
    border: 3px solid #493FB9;
    margin-top: 15px;
    overflow: hidden;
  }
  .banner-image.banner-img-bookshelf.right-move-resource{
    z-index: 1;
    position: absolute;
    right: -5px;
    top: -20px;
    bottom: 0px;
    width: 127px;
    height: 127px;
    border-radius: 50%;
    border: 3px solid #493FB9;
    margin-top: 15px;
    overflow: hidden;
  }

  .banner-image.banner-img-bookshelf.right-move-resource img {
    position: absolute;
    right: 2px;
    bottom: -7px;
    height: 100%;
  }
  .bookshelf-banner.advice-banner .banner_description h1 {
    max-width: 60%;
  }
  .rec_book_image {
    width: 180px;
    flex: 0 0 180px;
  }
  .recomendation_day_wrap{
    flex-direction: column;
    align-items: center;
  }
  .rec_info p {
    line-height: 150%;
  }
  .hidden-categories-dropdown {
    width: 100%;
  }
  .product_cart_wrap.multiple-guids{
    gap: 15px;
  }

  .product_cart_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .product_cart_wrap.mobile_cart {
    grid-template-columns: repeat(1, 1fr);
  }
  .book-image {
    margin: auto;
    padding-top: 20px;
  }
  .last_product_description_wprapper {
    -webkit-line-clamp: 11;
  }

  .last_product_description h4{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
  }
  .last_product_description h6 {
    margin-bottom: 10px;
  }
  .last_product_info p {
    margin-top: 10px;
  }
  .last_product_info ul {
    margin-bottom: 10px;
  }

  .last_product_wrapper {
    padding: 5px;
    gap: 20px;
  }
  .last_product_info{
    font-size: 12px;
  }
  .last_product_info p {
    font-size: 12px;
  }
  .last_product_wrapper {
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
  }
  .last_product_image.last-image{
    padding-top: 20px;
  }
  .category-btn {
    min-width: 90px;
  }
  .btn.padding-about.btnbook {
    width: 100%;
  }
  .banner-image.banner-img-bookshelf {
    height: 118%;
    z-index: -1;
  }
  .banner_description.bookshelf-desc h1 {
    margin-bottom: 20px;
    margin-top:20px;
  }
  .banner-image.banner-img-bookshelf {
    bottom: -13%;
  }
  .timeline_wrapper:after {
    content: '';
    background-image: url(../images/aline.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 103%;
    height: 91%;
    top: 145px;
    left: -6px;
    z-index: 1;
    pointer-events: none;
    background-size: contain;
    background-size: 101% 99%;
  }
  .mobile-menu-list li a{
    font-size: 14px;
  }
  .block-search.active {
    top: 5vh;
  }
  .block-search {
    padding: 10px 20px;
    height: 10vh;
  }
  .product_cart.wordpress-cart .post-link span{
    font-size: 14px;
  }
  .newslatter-desc ul {
    width: 90%;
  }
  .product_photo.wordpress-photo.about_image_height{
    max-height: 164px;
  }
  .card-desc{
    font-size: 14px;
  }
  .mobile-menu-content {
    top: 40px;
  }
  header {
    height: auto;
    margin: 10px 0px;
  }

  .nav-item {
    padding: 10px 5px;
  }
  .banner_about_description {
    max-width: 84%;
  }
  .banner_description h2, .banner_description p {
    max-width: 79%;
  }
  .banner-content {
    padding: 40px 0px;
  }

  .nav-list {
    height: auto;
  }
  .most-review .padding-block-big {
    padding: 10px 25px 5px 15px;
  }
  .big-post-title {
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 1; 
    overflow: hidden;  
    text-overflow: ellipsis;    
  }
  .big-post-description {
      display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 1; 
    overflow: hidden;  
    text-overflow: ellipsis;    
  }
  .padding-block-big .post-link{
    font-size: 10px;
  }
  .news-pixel {
    bottom: -12%;
  }
  .interests_card_image {
    max-height: 200px;
    margin-bottom: 10px;
  }
  .interests_cards_wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    position: relative;
  }

  .useful_wrapper::after {
    width: 62px;
    height: 93px;
}
  .useful_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .timeline_title{
    text-align: center;
  }
  .btn_pixel {
   font-size: 14px;
    width: 100%;
  }
.timeline_next{
  width: 100%;
  .timeline:nth-child(1) { order: 1; }
}
.timeline:nth-child(2) { order: 2; }
.timeline:nth-child(3) { order: 3; }
.timeline:nth-child(4) { order: 4; }
.timeline_title:nth-child(5) { order: 5; }
.timeline:nth-child(6) { order:6 } 
.timeline:nth-child(7) { order: 7; } 
.timeline:nth-child(8) { order: 8; } 
.timeline:nth-child(9) { order: 9; }  
.timeline_title:nth-child(10) { order: 10; }
.timeline:nth-child(11) { order: 11; }
.timeline:nth-child(12) { order: 12; }
.timeline:nth-child(13) { order: 13; }
 
  .timeline {
    margin-bottom: 20px;
    width: 100%;
  }
  .values h4{
    font-size: 10px
  }
  .mission-values {
    flex-direction: column;
  }
  .banner-about .about_info_st {
    width: 100%;
  }
  .about_description .wrapper_entry_btn .btn.padding-about {
    width: 100%;
  }
  .about_description .wrapper_entry_btn {
    gap: 20px;
  }
  .about_info_st:before {
    width: 33px;
    height: 28px;
  }
  .banner-image.about_banner-image {
    z-index: 1;
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #493FB9;
    margin-top: 15px;
    overflow: hidden;
  }
  .banner-image.about_banner-image img {
    position: absolute;
    right: 10px;
    bottom: -20px;
    height: 115%;
  }
  .banner-about .banner_description h2 {
    max-width: 90%;
    font-size: 24px;
  }
  .banner-about .about_info_st p {
    line-height: 140%;
  }

  .about_info_st:before {
    top: 18px;
  }
    .header_menu .language-select{
    display: none;
  }
  .popup-container {
    max-width: 370px;
    padding: 25px;
  }
  .popup-container h2 {
    margin-bottom: 15px;
  }
  .popup-checkbox {
    font-size: 11px;
  }
  .popup-close {
    width: 28px;
    height: 28px;
    top: 10px;
    right: 10px;
  }
  .popup-close::before,
  .popup-close::after {
    width: 16px;
  }
  .footer-menu-wrapper{
    justify-content: space-around;
  }
  .banner_description h1 {
    max-width: 60%;
  }
  .newslatter-background .mailpoet_submit {
    width: 100%!important;
  }
  footer #form_email_1{
    width: 100%!important;
  }
  footer .mailpoet_submit{
    width: 100%!important;
  }
  footer #mailpoet_form_1 .mailpoet_paragraph.last {
    display: flex;
    margin-top: 20px;
  }
  .newslatter-wrapper .mailpoet_form .mailpoet_submit, .mailpoet_form .mailpoet_paragraph, .mailpoet_form .mailpoet_form_paragraph, .mailpoet_form .mailpoet_textarea, .mailpoet_form .mailpoet_text, .mailpoet_form .mailpoet_select, .mailpoet_form .mailpoet_form_image, .mailpoet_form .mailpoet_message, .mailpoet_form .mailpoet_paragraph select {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }
  .footer .mailpoet_form .mailpoet_submit, .mailpoet_form .mailpoet_paragraph, .mailpoet_form .mailpoet_form_paragraph, .mailpoet_form .mailpoet_textarea, .mailpoet_form .mailpoet_text, .mailpoet_form .mailpoet_select, .mailpoet_form .mailpoet_form_image, .mailpoet_form .mailpoet_message, .mailpoet_form .mailpoet_paragraph select {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }
  .footer_s4 .mailpoet_submit {
    padding: 11.5px 30px!important;
    width: 100%!important;
    }
    .newslatter-wrapper .mailpoet_submit {
      padding: 11.5px 30px!important;
    }
  #sb_instagram .sbi_photo{
            height: clamp(379px, calc(379px + (500 - 379) * ((100vw - 320px) / (576 - 320))), 500px) !important;
    }
  #sb_instagram .sbi_photo img {
    height: 100% !important;
  }
  .sbi_item .inst_icon_footer{
    width: 18px !important;
    height: 18px !important;
  }
  .sbi_item {
    max-width: 100% !important;
  }
  
  .sbi_photo {
    height: clamp(210px, calc(210px + (339.3 - 210) * ((100vw - 376px) / (576 - 376))), 339.3px) !important;
  }


  .header-menu-link {
    list-style: none;
    gap: 1px;
    display: flex;
  }
  .header_menu{
    gap: 0px;
  }

  .desc-footer-bottom{
    font-size: 12px
  }
  .footer_s3 .footer_socail-1{
    display: flex;
  }
  .footer_s3 {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  .footer_s4{
    width: 100%;
  }
  .footer_s4 #form_email_1 {
    max-width: none;
    width: 100%;
  }
  .footer-menu-wrapper {
    flex-wrap: wrap;
  }
  .footer_s1 {
    width: 100%;
    max-width: none;
    text-align: center;
  }
  .footer_s1 .obg_view{
    display: none;
  }
  .footer_head_s2 .obg_view{
    display: block;
  }
  .footer-head .search-divider{
    display: none;
  }
  .footer-head{
    flex-direction: column;
  }
  .footer-head .logo {
    text-align: center;
  }
  .footer-head .logo img{
    width: 90%;
  }
  .banner_about_description.d-none p:not(:first-of-type) {
    display: none;
}
  .about .wrapper_entry_btn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 220px;
  }
  .padding-about {
    padding: 12px 23px;
    display: block;
    align-items: baseline;
    display: flex;
    justify-content: center;
    min-width: 220px;
  }
  .newslatter-desc {
    padding-top: 30px;
  }
  #form_email_1 {
    width: 100%!important;
    padding: 12px 24px!important;
  }
  .about-wrapper{
    flex-direction: column;
    gap: 20px;
  }
  .wordpress-photo {
    max-height: 156px;
    height: auto; 
  }
  .banner_description h2{
    font-size: 24px;
  }
  footer .mailpoet_form .mailpoet_paragraph {
    margin-bottom: 0px !important;
  }
  .book_photo{
    height: clamp(
    379px, /* мінімум на 320px */
    calc(379px + (500 - 379) * ((100vw - 320px) / (576 - 320))),
    500px  /* максимум на 576px */
    );
  }
  .ins_photo{
    height: clamp(
    379px, /* мінімум на 320px */
    calc(379px + (500 - 379) * ((100vw - 320px) / (576 - 320))),
    500px  /* максимум на 576px */
    );
  }
  .product_cart_footer {
    padding: 10px 20px;
  }
  .product_cart_wrap{
    flex-direction: column;
    gap: 20px;
  }
  .inst_icon_footer {
    width: 16px;
    height: 16px;
  }
.most-review .more-btn-wrapper .more-btn:first-child {
    margin-top: 20px;
    margin-bottom: 0;
  }
  h3 {
    margin-bottom: 25px;
  }
  .more-btn-wrapper {
    gap: 0px;
    flex-direction: column;
  }
  .main-post-wrapper {
    gap: 25px;
  }
  .post-block {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .more-btn {
    font-size: 10px;
    width: 100%;
  }
  .mb-53 {
    margin-bottom: 10px;
  }
  .reeding-mode{
    font-size: 10px;
  }
  .post-date{
    font-size: 10px;
  }
  .wrapper_entry_btn {
    gap: 15px;
  }
  #sb_instagram #sbi_images {
    gap: 20px !important;
  }
  .wp_posts .slider-container {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .product_cart_wrap.pixel_image::after {
    top: 70px;
  }
  .bookshelf-banner .banner_description h2 {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .bookshelf-banner.resource-banner .banner_description h2 {
    max-width: 73%;
  }
}

@media (max-width: 400px) {
  .bookshelf-banner.resource-banner .banner_description h2 {
    max-width: 75%;
  }
  .banner-image.banner-img-bookshelf {
    height: 115%;
    z-index: -1;
  }
  .wp_posts h3{
    max-width: 75%;
  }
  .product_cart_wrap.pixel_image::after {
    top: 92px;
  }
  .news-pixel {
    bottom: -9%;
  }
  .container {
    width: calc(300px + (704 - 300) * ((100vw - 320px) / (768 - 320)));
    padding: 0 10px;
  }
  .container-about{
    width: calc(300px + (704 - 300) * ((100vw - 320px) / (768 - 320)));
    padding: 0 10px;
  }
  footer .parsley-type{
    position: relative;
    font-size: 10px;
  }


}

@media (max-width: 329px) {
  .bookshelf-banner.resource-banner .banner_description h2 {
    max-width: 90%;
  }
  .mobile-menu-list li a{
    font-size: 12px;
  }
  .header-social {
    gap: 2px;
  }
  .wrapper_entry_btn .btn {
    padding: 6px 5px;
  }
  .header-menu-link li svg {
    width: 20px;
    height: 20px;
  }
  .desc-footer-bottom{
    font-size: 10px
  }
  .footer_head_s2 {
    gap: 15px;
  }
  .about h1 {
   font-size: 32px;
  }
  .logo img {
    width: 93px;
  }
}

/* Вхід */
/* Основні стилі body та контейнера */
body.login {
    background-color: white;
}
.privacy-policy-page-link{
  display: none;
}
div#login {
    width: 522px;
    padding: 1% 0 0!important;
    max-width: 100%;
}

.login h1 {
    display: none;
    text-align: center;
}

.login #backtoblog,
.login #nav {
    font-size: 13px;
    padding: 0 24px;
    display: none;
}

#loginform,
#registerform {
    margin: 0;
    padding: 40px;
    background: #fff;
    border: 1px solid #493FB9;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.login #contactForm .mobile-search-form{
  padding: 0px!important;
  border: none!important;
}
.login .mobile-search form{
    border: none!important;
    padding: 0px!important;
    margin: 0px!important;
} 
.login .mobile-search {
    padding: 0px 10px;
}
.login .mobile_wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 1vh!important;
}
.login .mobile-lang-switch {
    display: flex !important;
}
#loginform::before {
    display: none; 
}

.login-form-title {
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #333;
}
/* Табуляція Вхід/Реєстрація */
.login-tabs {
    display: flex;
    margin-bottom: 30px;
    border-bottom: 2px solid #e5e7eb;
}

.login-tabs a {
    flex: 1;
    text-align: center;
    padding: 5px 0;
    cursor: pointer;
    color: black;
    font-size: 16px;
    border-bottom: 3px solid #A4A4A4;
    margin-bottom: -2px;
    text-decoration: none;
    transition: all 250ms ease-out;
}

.login-tabs a.active {
    color: black;
    border-bottom: 3px solid #493FB9;
}

/* Приховування зайвих елементів */
#language-switcher,
#nav,
.toggle-password,
.login .button.wp-hide-pw .dashicons {
    display: none;
}

/* Labels */
.login form:not(.mobile-search-form) label {
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: black;
    margin: 0;
}
 .login #mailpoet_form_1 form {
  overflow: visible!important;
  margin: 0px!important;
  background: none!important;
  border: 0px solid #c3c4c7!important;
 }
  .login #mailpoet_form_1 form input{
  max-height: 67px!important;
 }
 #caps-warning {
  display: none!important;
 }

/* Поля вводу форми входу (не для пошукової форми) */
#loginform input[type="text"]:not(.mobile-search-input),
#loginform input[type="password"]:not(.mobile-search-input),
.login form:not(.mobile-search-form) .input,
.login input[type="text"]:not(.mobile-search-input) {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    margin: 0 0 20px 0;
    border: 1px solid #493FB9;
    border-radius: 8px;
    font-size: 18px;
    color: #464646;
    background: #fff;
    box-sizing: border-box;
    transition: all 250ms ease-out;
}

#loginform input[type="text"]:not(.mobile-search-input)::placeholder,
#loginform input[type="password"]:not(.mobile-search-input)::placeholder {
    color: #464646;
}

#loginform input[type="text"]:not(.mobile-search-input):focus,
#loginform input[type="password"]:not(.mobile-search-input):focus {
    outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

/* Кнопки входу */
#wp-submit,
.login form:not(.mobile-search-form) .submit .button {
    width: 100%;
    padding: 4px;
    background: #493fb9;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 0;
    text-transform: uppercase;
    text-shadow: none;
    transition: 250ms ease-out;
    margin-bottom: 20px;
}
#login form {
    margin: 24px 0;
    padding: 40px 40px;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
}

/* Скидання стилів для форми в попапі */
.popup-overlay form,
.popup-container form {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    overflow: visible !important;
}
#wp-submit:hover,
.login form:not(.mobile-search-form) .submit .button:hover,
.login form:not(.mobile-search-form) .submit .button:focus {
    background: #36C576;
    border-color: #36C576;
}

/* Порядок елементів форми */
#loginform {
    display: flex;
    flex-direction: column;
}

#loginform .forgetmenot {
    order: 10;
}

#loginform .submit {
    order: 5;
    margin: 0 0 20px 0;
}

#loginform #nsl-custom-login-form-main {
    order: 6;
}

/* Чекбокс і посилання */
.forgetmenot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    margin: 15px 0 0 0 !important;
}

.remember-wrapper {
    display: flex;
    gap: 5px;
    align-items: center;
}

.forgetmenot label {
    display: flex !important;
    align-items: center;
    gap: 5px;
    color: #374151;
    margin: 0;
    cursor: pointer;
    font-size: 18px !important;
}

.forgetmenot input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 0;
    margin-bottom: 2px;
    cursor: pointer;
}

input[type="checkbox"]:hover {
    border-color: #4CAF50;
    box-shadow: 0 0 0 1px #4CAF50;
    outline: 2px solid transparent;
}

.forgot-password {
    color: black !important;
    font-size: 18px !important;
    font-weight: 500;
    text-decoration: none;
    transition: 250ms ease-out;
}

.forgot-password:hover {
    text-decoration: underline !important;
}

/* Кнопки соціальних мереж */
#nsl-custom-login-form-main .nsl-container-login-layout-below {
    clear: both;
    padding: 10px 0 0 !important;
}

#nsl-custom-login-form-main .nsl-button {
    flex: 1;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    border: 1px solid #493FB9;
    border-radius: 10px;
    background: #fff;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    transition: all 250ms ease-out;
}

#nsl-custom-login-form-main .nsl-button:hover {
    background: #f9fafb !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

div.nsl-container.nsl-container-block .nsl-container-buttons {
    width: 100%;
}

div.nsl-container .nsl-button-svg-container {
    flex: 0 0 auto;
    padding: 8px;
    display: flex;
    align-items: center;
    padding-left: 5px !important;
    padding-right: 0 !important;
}

div.nsl-container .nsl-button-default div.nsl-button-label-container {
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 20px !important;
    letter-spacing: .25px;
    overflow: hidden;
    text-align: center;
    text-overflow: clip;
    white-space: nowrap;
    flex: 1 1 auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    margin-right: 30px !important;
    display: inline-block;
}

/* Focus стилі */
a:focus {
    box-shadow: none;
    outline: 2px solid transparent;
}

/* Tablet */
@media (max-width: 1024px) {
    div#login {
        width: 370px;
    }

    .login form:not(.mobile-search-form) {
        padding: 25px;
    }

    #loginform::before {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .login-tabs {
        margin-bottom: 25px;
    }

    .login-tabs a {
        font-size: 14px;
    }

    #loginform input[type="text"]:not(.mobile-search-input),
    #loginform input[type="password"]:not(.mobile-search-input),
    .login form:not(.mobile-search-form) .input {
        height: 40px;
        font-size: 14px;
    }

    #wp-submit,
    .login form:not(.mobile-search-form) .submit .button {
        height: 40px;
        font-size: 14px;
    }

    #login form:not(.mobile-search-form) label,
    .forgetmenot label,
    .forgot-password {
        font-size: 14px !important;
    }


    div.nsl-container .nsl-button-svg-container {
        padding: 5px !important;
    }

    .forgetmenot {
        margin: 10px 0 0 0 !important;
    }
}

/* Mobile */
@media (max-width: 576px) {

  body.login {
    margin-top: 10px;
  }
  .mobile-menu-content {
    width: 100%;
  }
    div#login {
        width: 95%;
        max-width: 370px;
    }

    .login form:not(.mobile-search-form) {
        padding: 25px;
    }

    #loginform::before {
        margin-bottom: 15px;
    }

    .login-tabs {
        margin-bottom: 15px;
    }

    #wp-submit,
    .login form:not(.mobile-search-form) .submit .button {
        font-size: 14px;
        margin-top: 0;
    }

    #login form:not(.mobile-search-form) label {
        font-size: 12px !important;
    }

    .forgot-password {
        font-size: 12px !important;
    }

    .forgetmenot label {
        font-size: 12px !important;
    }

    .forgetmenot input[type="checkbox"] {
        width: 16px;
        height: 16px;
        margin-top: 0 !important;
    }

    #nsl-custom-login-form-main .nsl-container-login-layout-below {
        padding: 10px 0 0 !important;
    }

    div.nsl-container .nsl-button-svg-container {
        padding: 2px !important;
    }

    #nsl-custom-login-form-main .nsl-button {
        padding-top: 2px;
        padding-bottom: 2px;
    }
}



















/* реєстрація стилі */
/* Контейнер форми */
.wp-signup-container {
    max-width: 522px;
    margin: auto;
    padding: 40px;
    background: #fff;
    border: 1px solid #493FB9;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}


/* Заголовок */
.wp-signup-container h2 {
    content: 'Реєстрація';
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #333;
}
.wp-signup-container .error, .wp-signup-container .mu_alert {
 
    margin: 10px 0 -5px!important;
}
.mu_register{
  margin-bottom: 50px!important;
}
.mu_register label, .mu_register legend, .mu_register .label-heading {
    font-weight: 600;
    font-size: 15px;
    display: block;
    margin: 10px 0;
    display: none!important;
}
/* Табуляція */
.signup-tabs {
    display: flex;
    margin-bottom: 25px;
    border-bottom: 2px solid #e5e7eb;

}
.wp-signup-container input[type="text"]::placeholder,
.wp-signup-container input[type="email"]::placeholder {
    color: #464646!important;
}
.mu_register input[type="submit"], .mu_register #blog_title, .mu_register #user_email, .mu_register #blogname, .mu_register #user_name {
    width: 100%;
    font-size: 18px!important;
    border-width: 1px;
    border-color: #dddddd;
    border-radius: 0px;
    margin: 0px 6px 16px 0px;
    padding: 3px 3px 3px 3px;
    background-color: #ffffff;
    color: #333333;
    font-size: 24px;
    line-height: 1.33333333;
    width: 100%;
    border-width: .0625rem;
    padding: .1875rem .3125rem;
    margin: 0 6px 16px 0;
    min-height: 40px;
    height: 50px;
    border-radius: 8px;
    padding-left: 15px;
}
.mu_register input[type="submit"], .mu_register #blog_title, .mu_register #user_email, .mu_register #blogname, .mu_register #user_name {
    border: 1px solid #493FB9;
    margin: 10px 0px 10px 0px!important;
}
#user_name::-webkit-input-placeholder,
#user_email::-webkit-input-placeholder {
    color: #464646 !important;
}

#user_name::-moz-placeholder,
#user_email::-moz-placeholder {
    color: #464646 !important;
    opacity: 1;
}

#user_name::placeholder,
#user_email::placeholder {
    color: #464646 !important;
    opacity: 1 !important;
}


.mu_register #user_pass {
    font-size: 18px!important;
    border-width: 1px;
    border-color: #dddddd;
    border-radius: 0px;
    margin: 0px 6px 16px 0px;
    background-color: #ffffff;
    color: #333333;
    font-size: 18px;
    line-height: 1.33333333;
    width: 100%;
    border-width: .0625rem;
    padding: .1875rem .3125rem;
    margin: 0 6px 25px 0;
    min-height: 40px;
    height: 50px;
    border-radius: 8px;
    padding-left: 15px;
    border: 1px solid #493FB9;
    margin: 10px 0px 10px 0px!important;
    color: #464646!important;
}
#nsl-custom-login-form-main .nsl-button {
    flex: 1;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    border: 1px solid #493FB9;
    border-radius: 10px;
    background: #fff;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
}
div.nsl-container .nsl-button-svg-container {
    flex: 0 0 auto;
    padding: 8px;
    display: flex;
    align-items: center;
}
div.nsl-container .nsl-button-svg-container {
    flex: 0 0 auto;
    /* padding: 11px; */
    display: flex;
    align-items: center;
    padding-left: 5px !important;
    padding-right: 0px !important;
}
div.nsl-container .nsl-button-default div.nsl-button-label-container {
    margin: 0 24px 0 12px;
    padding: 10px 0;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .25px;
    overflow: hidden;
    text-align: center;
    text-overflow: clip;
    white-space: nowrap;
    flex: 1 1 auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    display: inline-block;
}
div.nsl-container.nsl-container-block .nsl-container-buttons {
    width: 100%;
}
div.nsl-container .nsl-button-default div.nsl-button-label-container {
    margin: 0 15px 0 1px !important;
}
div.nsl-container .nsl-button-default div.nsl-button-label-container {
    margin: 0 0px 0 0px !important;
    font-size: 12px !important;
    line-height: 0px !important;
    letter-spacing: .25px;
    overflow: hidden;
    text-align: center;
    text-overflow: clip;
    white-space: nowrap;
    flex: 1 1 auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    display: inline-block;
}
#nsl-custom-login-form-main {
    margin-top: 0px !important;
}
    
.signup-tab {
    flex: 1;
    text-align: center;
    padding: 5px 0;
    cursor: pointer;
    color: black;
    font-size: 16px;
    border-bottom: 3px solid #A4A4A4;
    margin-bottom: -1px;
    transition: all 250ms ease-out;
}

.signup-tab.active {
    color: #10b981;
    border-bottom: 3px solid #36C576;
}

/* Приховування label */
.wp-signup-container label {
    display: none;
}



/* Поля вводу */
.wp-signup-container input[type="text"],
.wp-signup-container input[type="email"],
.wp-signup-container input[type="password"] {
    width: 100%;
    padding: 12px 16px;
    margin-bottom: 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    box-sizing: border-box;
    transition: all 250ms ease-out;
}

.wp-signup-container input[type="text"]:focus,
.wp-signup-container input[type="email"]:focus,
.wp-signup-container input[type="password"]:focus {
    outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}


.wp-signup-container input[type="text"]::placeholder,
.wp-signup-container input[type="email"]::placeholder,
.wp-signup-container input[type="password"]::placeholder {
    color: #9ca3af;
}

/* Прибираємо br */
.wp-signup-container br {
    display: none;
}

/* Кнопка submit */

.wp-signup-container input[type="submit"]:hover {
    background: #36C576!important;
}
.wp-signup-container input[type="submit"] {
    height: auto;
    background-color: #493fb9;
    font-size: 16px;
    width: 100%;
    height: 50px;
    color: #ffffff;
    padding: 0px 12px 0px 12px;
    border-width: 0px;
    text-shadow: none!important;
    transition: 250ms ease-out;
}
.signup-tab.active {
   margin-bottom: -1px;
}

.wp-signup-container input[type="submit"]:hover {
    background: #5558e3;
}


.nsl-container-buttons {
    display: flex;
    gap: 12px;
}

.nsl-container-buttons a {
    flex: 1;
    display: block;
    text-decoration: none;
}

.nsl-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    cursor: pointer;
    transition: all 250ms ease-out;
    background: #fff !important;
    gap: 8px;
}

.nsl-button:hover {
    background: #f9fafb !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.nsl-button-svg-container {
    display: flex;
    align-items: center;
    margin: 0;
}

.nsl-button-label-container {
    color: #374151;
    font-size: 14px;
    white-space: nowrap;
}

/* Чекбокс та посилання внизу */
.signup-footer {
  display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    margin: 15px 0px 0px 0px !important;
}

.signup-footer label {
    display: flex !important;
    align-items: center;
    gap: 5px;
    color: #374151;
    cursor: pointer;
}


.signup-footer input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-top: -4px;
    cursor: pointer;
}

.signup-footer a {
    color: #6366f1;
    text-decoration: none;
    transition: 250ms ease-out;
}
.signup-footer a:hover{
    text-decoration: underline!important;
}

.signup-footer label {
    color: black;
}
.mu_register {
    margin-top:20px!important;
}
.mu_register label, .mu_register legend, .mu_register .label-heading {
    font-weight: 500!important;
    font-size: 18px!important;
    display: block;
    margin: 0px 0px!important;
}
.signup-footer a:hover {
    text-decoration: underline;
}
.signup-footer a {
    font-weight: 500!important;
    color: black !important;
    font-size: 18px !important;
    text-decoration: none!important;
}
/* Приховані поля */
input[type="hidden"] {
    display: none;
}

/* Apple кнопка */
.nsl-button-apple {
    background: #000 !important;
}

.nsl-button-apple:hover {
    background: #1a1a1a !important;
}

.nsl-button-apple .nsl-button-label-container {
    color: #fff;
}
.wp-signup-container p[id*="description"] {
    display: none !important;
}

/* Показуємо повідомлення про помилки */
.wp-signup-container .error,
.wp-signup-container .mu_alert {
    display: block !important;
    background-color: #fff;
    border-left: 4px solid #dc3232;
    padding: 12px;
    margin: 5px 0 15px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}

.wp-signup-container .error p,
.wp-signup-container .mu_alert p {
    margin: 0.5em 0;
    line-height: 1.5;
    color: #444;
    font-size: 14px;
}
@media (max-width: 1024px) {
  #nsl-custom-login-form-main .nsl-container-login-layout-below{
    padding: 0px 0px 0px 0px !important;
    }
    .wp-signup-container h2 {
        font-size: 16px;
    }
    .signup-tab {
        font-size: 14px;
    }
    .mu_register {
        width: 370px!important;
        margin: 0 auto;
    }
    .wp-signup-container {
        padding: 25px;
    }
    .mu_register input[type="submit"], .mu_register #blog_title, .mu_register #user_email, .mu_register #blogname, .mu_register #user_name {
        height: 40px;
    }
    .mu_register #user_pass {
        height: 40px!important;
    } 
    .mu_register input[type="submit"], .mu_register #blog_title, .mu_register #user_email, .mu_register #blogname, .mu_register #user_name {
        font-size: 14px !important;
    }
    .mu_register #user_pass {
        font-size: 14px !important;
    }
    div.nsl-container .nsl-button-svg-container {
        padding: 5px;
    }
    #nsl-custom-login-form-main .nsl-button {
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .wp-signup-container p.submit {
    margin: 0px 0 10px 0!important;
    }
    .mu_register label, .mu_register legend, .mu_register .label-heading {
        font-size: 14px !important;
    }
    .signup-footer a {
        font-size: 14px !important;
    }
}
@media (max-width: 576px) {
    #login form {
      margin: 24px 0;
      padding: 24px 24px;
    }
    #wp-submit, .login form:not(.mobile-search-form) .submit .button {
    margin-bottom: 10px;
  }
  div.nsl-container .nsl-container-buttons {
    display: flex;
    padding: 5px 0px 5px 0px;
  }
    .wp-signup-container p.submit {
      margin: 0px 0 0px 0 !important;
    }
    .mu_register {
        width: 95% !important;
        max-width: 370px;
    }
    .wp-signup-container h2 {
        margin-bottom: 15px;
    }
    .mu_register form {
        margin-top: 5px!important;
    }
    .signup-tabs {
        margin-bottom: 0px!important;
    }
    .mu_register label, .mu_register legend, .mu_register .label-heading {
        font-size: 12px !important;
    }
        .signup-footer a {
        font-size: 12px !important;
    }
    .signup-footer input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-top: 0px!important;
    }
}




/* Dark Theme */
.dark-theme body, .dark-theme .sbi_item .product_cart_detail {
    background-color: #2A2C38;
    color: white;
}
.dark-theme .menu .menu-list a{
  color: white;
}
.dark-theme #theme-toggle:checked + .slider .moon-icon{
  filter: brightness(0) saturate(100%) invert(16%) sepia(8%) saturate(1356%) hue-rotate(189deg) brightness(95%) contrast(91%);
}
.dark-theme .btn, .dark-theme .more-btn, .dark-theme .newslatter-wrapper .mailpoet_submit, .dark-theme .footer_s4 .mailpoet_form .mailpoet_submit {
  background: linear-gradient(to bottom, #3F3D77, #322D68);
}
.dark-theme .btn-color {
  background: #333333;
  color: white;
}
.dark-theme .btn-color:hover  {
  background: #36C576;
}
.dark-theme .btn.btn-about {
  background: transparent;
  border: 1px solid #2A2C38;
  transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.dark-theme .nav-container {
  background: #2A2C38;
}
.dark-theme .nav-container::after, .dark-theme .nav-container::before {
  right: 0;
  background: #2A2C38;
}

.dark-theme .nav-item:not(:last-child)::after {
  color: #3B3E43;
}
.dark-theme .section-gray, .dark-theme #sb_instagram.sbi_col_4 #sbi_images, #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images {
  background: #222222;
}
.dark-theme .padding-block-big, .dark-theme .padding-block-small, .dark-theme .big-post, .dark-theme .small-post {
  background: #2A2C38;
}
.dark-theme h3, .dark-theme .nav-item, .dark-theme .big-post-description {
  color: white;
}
.dark-theme .big-post-title , .dark-theme .card-desc{
  color: white;
}
.dark-theme .blog-card{
  background: #2A2C38;
  color: white;
}
.dark-theme .blog-card .big-post-title{
  font-weight: 500;
}
.dark-theme .post-date {
  color: #A4A4A4;
}
.dark-theme .btn-modeficator {
  color: white;
  border: 1px solid #493FB9;
  background: transparent;
}
.dark-theme .reeding-mode {
  color: #48BB7C;
}
.dark-theme .sbi_item .product_cart_title author , .dark-theme .sbi_item .product_cart_title p{
  color: #FFFFFF !important;
}
.dark-theme .sbi_item .product_cart_footer , .dark-theme .sbi_item{
  background: #2A2C38!important;
  border-top: 1px solid #2A2C38 !important;
}
.dark-theme .inst_icon_footer {
  filter: brightness(0.7)!important;
}
.dark-theme .product_cart_wrap .product_cart {
  background: #2A2C38;
  box-shadow: 8px 8px 13px rgba(0, 2, 1, 0.05)
}
.dark-theme .newsletter-description p{
  color: white;
}
.dark-theme .about-text p,
.dark-theme .about-text ul li,
.dark-theme .pos-btn .book-author,
.dark-theme .popup-container h2,
.dark-theme .mobile-menu-content {
  color: white;
}
.dark-theme .about-image {
    border: 7px solid #2A2C38;
}
.dark-theme #form_email_1,
.dark-theme .callback_form input {
    background-color: #2A2C38 !important;
}
.dark-theme #form_email_1{
  color: #A6A6B4!important;
}
.dark-theme .callback_form input:focus {
  none;
}

.dark-theme .timeline,
.dark-theme .timeline_title,
.dark-theme .useful_card,
.dark-theme .last_product_wrapper,
.dark-theme .all_news_wrapper .product_cart,
.dark-theme .space-xl.space-modify,
.dark-theme .hidden-categories-dropdown,
.dark-theme .mobile-menu-content {
  background: #2A2C38;
}
.dark-theme .useful_card p,
.dark-theme .product_cart_wrap.pixel_image .card-desc,
.dark-theme .last_product_info p,
.dark-theme .product_cart.wordpress-cart .card-desc,
.dark-theme .last_product_info ul li,
.dark-theme .callback_form input[name='my-phone']{
  color: #92939E;
}
.dark-theme .section-gray-top,
.dark-theme .space-xl {
  background: #222222;
}
.dark-theme input.mobile-search-input {
  color: #A6A6B4;
}

.dark-theme input.mobile-search-input:focus {
  color: #A6A6B4;
}

.dark-theme input.mobile-search-input::placeholder {
  color: #A6A6B4;
}


.dark-theme .category-btn{
  border: 1px solid #296E48;
  color: white;
}
.dark-theme .slide-up::after {
    background-image: url(../images/arrow-up-dark.svg);
}
.dark-theme .slide-up {
    background: linear-gradient(to bottom, #296E48, #143522);
}
.dark-theme .popup-container,
.dark-theme .block-search,
.dark-theme .mobile-search-form .mobile-search-input,
.dark-theme .block-search input{
  background: #2A2C38;
}
.dark-theme .block-search input {
    color: #A6A6B4;
}
.dark-theme .popup-form input[type="text"], .dark-theme .popup-form input[type="email"], .dark-theme .popup-form textarea {
    background-color: #2A2C38;
    color: #A6A6B4;
}
.dark-theme .popup-close::before,.dark-theme .popup-close::after {
    background: white;
}
.dark-theme .popup-form input[type="text"]::placeholder,
.dark-theme .popup-form input[type="email"]::placeholder,
.dark-theme .popup-form textarea::placeholder {
    color: #A6A6B4;
}
.dark-theme .privacy_policy_content h2,
.dark-theme .wp-signup-container h2,
.dark-theme .signup-tab {
  color: white;
}
.dark-theme #login form,
.dark-theme .login .notice-error,
.dark-theme .wp-signup-container{
  background: #2A2C38;
}
.dark-theme .login-form-title,
.dark-theme .login-tabs a.active,
.dark-theme .login-tabs a,
.dark-theme .signup-footer label,
.dark-theme .login form:not(.mobile-search-form) label{
  color: white;
}

.dark-theme .forgot-password,
.dark-theme .signup-footer a{
  color: white !important;
} 
.dark-theme #loginform input[type="text"]:not(.mobile-search-input), 
.dark-theme #loginform input[type="password"]:not(.mobile-search-input), 
.dark-theme .login form:not(.mobile-search-form) .input, 
.dark-theme .login input[type="text"]:not(.mobile-search-input) {
  background: #2A2C38;
  color: #A6A6B4;
}

.dark-theme #loginform input[type="text"]:not(.mobile-search-input)::placeholder,
.dark-theme #loginform input[type="password"]:not(.mobile-search-input)::placeholder,
.dark-theme .login form:not(.mobile-search-form) .input::placeholder,
.dark-theme .login input[type="text"]:not(.mobile-search-input)::placeholder {
    color: #A6A6B4;
}
.dark-theme .nsl-button {
  background: #2A2C38!important;
}
.dark-theme .nsl-button-label-container {
    color: #A6A6B4;
}
.dark-theme .mu_register #blog_title, 
.dark-theme .mu_register #user_email, 
.dark-theme .mu_register #blogname, 
.dark-theme .mu_register #user_name, 
.dark-theme .mu_register #user_pass {
  background: #2A2C38 !important;
  color: #A6A6B4 !important;
}

.dark-theme .mu_register #blog_title::placeholder,
.dark-theme .mu_register #user_email::placeholder,
.dark-theme .mu_register #blogname::placeholder,
.dark-theme .mu_register #user_name::placeholder,
.dark-theme .mu_register #user_pass::placeholder {
    color: #A6A6B4!important;
}
.dark-theme .login .message, .login .notice, .login .success{
  background: #2A2C38 !important;
}
.dark-theme input:-webkit-autofill,
.dark-theme input:-webkit-autofill:hover,
.dark-theme input:-webkit-autofill:focus,
.dark-theme input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #2A2C38 inset !important;
  box-shadow: 0 0 0 1000px #2A2C38 inset !important;

  color: #A6A6B4!important;
}
.dark-theme .last_product_description_wrapper h2{
  color: white;
  margin-top: 20px;
}
.login input.password-input {
  font-family: 'Montserrat-Medium', sans-serif!important; 
}
.caps-warning {
  display: none;
}