@charset "UTF-8";

@font-face {
   font-family: Inter;
   font-display: swap;
   src:
      url('../fonts/Inter-Black.woff2') format('woff2'),
      url('../fonts/Inter-Black.woff') format('woff');
   font-weight: 900;
   font-style: normal;
}

@font-face {
   font-family: Inter;
   font-display: swap;
   src:
      url('../fonts/Inter-ExtraBold.woff2') format('woff2'),
      url('../fonts/Inter-ExtraBold.woff') format('woff');
   font-weight: 800;
   font-style: normal;
}

@font-face {
   font-family: Inter;
   font-display: swap;
   src:
      url('../fonts/Inter-ExtraLight.woff2') format('woff2'),
      url('../fonts/Inter-ExtraLight.woff') format('woff');
   font-weight: 200;
   font-style: normal;
}

@font-face {
   font-family: Inter;
   font-display: swap;
   src:
      url('../fonts/Inter-Light.woff2') format('woff2'),
      url('../fonts/Inter-Light.woff') format('woff');
   font-weight: 300;
   font-style: normal;
}

@font-face {
   font-family: Inter;
   font-display: swap;
   src:
      url('../fonts/Inter-Regular.woff2') format('woff2'),
      url('../fonts/Inter-Regular.woff') format('woff');
   font-weight: 400;
   font-style: normal;
}

@font-face {
   font-family: Inter;
   font-display: swap;
   src:
      url('../fonts/Inter-Bold.woff2') format('woff2'),
      url('../fonts/Inter-Bold.woff') format('woff');
   font-weight: 700;
   font-style: normal;
}

@font-face {
   font-family: Inter;
   font-display: swap;
   src:
      url('../fonts/Inter-SemiBold.woff2') format('woff2'),
      url('../fonts/Inter-SemiBold.woff') format('woff');
   font-weight: 600;
   font-style: normal;
}

@font-face {
   font-family: Inter;
   font-display: swap;
   src:
      url('../fonts/Inter-Medium.woff2') format('woff2'),
      url('../fonts/Inter-Medium.woff') format('woff');
   font-weight: 500;
   font-style: normal;
}

@font-face {
   font-family: Poppins;
   font-display: swap;
   src:
      url('../fonts/Poppins-Bold.woff2') format('woff2'),
      url('../fonts/Poppins-Bold.woff') format('woff');
   font-weight: 700;
   font-style: normal;
}

@font-face {
   font-family: Poppins;
   font-display: swap;
   src:
      url('../fonts/Poppins-Black.woff2') format('woff2'),
      url('../fonts/Poppins-Black.woff') format('woff');
   font-weight: 900;
   font-style: normal;
}

@font-face {
   font-family: Poppins;
   font-display: swap;
   src:
      url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
      url('../fonts/Poppins-ExtraLight.woff') format('woff');
   font-weight: 200;
   font-style: normal;
}

@font-face {
   font-family: Poppins;
   font-display: swap;
   src:
      url('../fonts/Poppins-Light.woff2') format('woff2'),
      url('../fonts/Poppins-Light.woff') format('woff');
   font-weight: 300;
   font-style: normal;
}

@font-face {
   font-family: Poppins;
   font-display: swap;
   src:
      url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
      url('../fonts/Poppins-ExtraBold.woff') format('woff');
   font-weight: 800;
   font-style: normal;
}

@font-face {
   font-family: Poppins;
   font-display: swap;
   src:
      url('../fonts/Poppins-Medium.woff2') format('woff2'),
      url('../fonts/Poppins-Medium.woff') format('woff');
   font-weight: 500;
   font-style: normal;
}

@font-face {
   font-family: Poppins;
   font-display: swap;
   src:
      url('../fonts/Poppins-Regular.woff2') format('woff2'),
      url('../fonts/Poppins-Regular.woff') format('woff');
   font-weight: 400;
   font-style: normal;
}

@font-face {
   font-family: Poppins;
   font-display: swap;
   src:
      url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
      url('../fonts/Poppins-SemiBold.woff') format('woff');
   font-weight: 600;
   font-style: normal;
}

@font-face {
   font-family: PlayfairDisplay;
   font-display: swap;
   src:
      url('../fonts/PlayfairDisplay-Bold.woff2') format('woff2'),
      url('../fonts/PlayfairDisplay-Bold.woff') format('woff');
   font-weight: 700;
   font-style: normal;
}

@font-face {
   font-family: Poppins;
   font-display: swap;
   src:
      url('../fonts/Poppins-Thin.woff2') format('woff2'),
      url('../fonts/Poppins-Thin.woff') format('woff');
   font-weight: 100;
   font-style: normal;
}

/*Обнуление*/

* {
   padding: 0;
   margin: 0;
   border: 0;
}

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

:focus,
:active {
   outline: none;
}

a:focus,
a:active {
   outline: none;
}

nav,
footer,
header,
aside {
   display: block;
}

html,
body {
   height: 100%;
   width: 100%;
   font-size: 100%;
   line-height: 1;
   font-size: 14px;
   -ms-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
   font-family: inherit;
}

input::-ms-clear {
   display: none;
}

button {
   cursor: pointer;
}

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

a,
a:visited {
   text-decoration: none;
}

a:hover {
   text-decoration: none;
}

ul li {
   list-style: none;
}

img {
   vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-size: inherit;
   font-weight: 400;
}

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

/*===========tech class================================*/
a,
button,
[role='button'],
input[type='submit'],
.pointer {
   cursor: pointer !important;
}

body {
   font-family: 'Inter', sans-serif;
   font-size: 16px;
   color: #1a2a2a;
   overflow-x: hidden;
   cursor: none;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   min-height: 100%;
}

main {
   -webkit-box-flex: 1;
   -ms-flex: 1 1 auto;
   flex: 1 1 auto;
}

/* section {
   overflow: hidden;
} */

.no-scroll {
   overflow: hidden;
}

._container {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   max-width: 1200px;
   padding: 0px 20px;
   margin: 0 auto;
}

.button-scroll {
   position: fixed;
   bottom: -80px;
   /* спрятана ниже экрана */
   right: 30px;
   width: 50px;
   height: 50px;
   background: linear-gradient(135deg, rgba(211, 137, 230, 0.7), rgba(138, 43, 226, 0.7));
   backdrop-filter: blur(6px);
   border-radius: 50%;
   color: white;
   font-size: 16px;
   cursor: pointer;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   text-decoration: none;
   -webkit-box-shadow: 0 5px 20px rgba(211, 137, 230, 0.4);
   box-shadow: 0 5px 20px rgba(211, 137, 230, 0.4);
   z-index: 99;
   overflow: hidden;
   opacity: 0;
   -webkit-transition:
      bottom 0.4s ease,
      opacity 0.3s ease,
      -webkit-transform 0.25s ease;
   transition:
      bottom 0.4s ease,
      opacity 0.3s ease,
      -webkit-transform 0.25s ease;
   transition:
      bottom 0.4s ease,
      opacity 0.3s ease,
      transform 0.25s ease;
   transition:
      bottom 0.4s ease,
      opacity 0.3s ease,
      transform 0.25s ease,
      -webkit-transform 0.25s ease;
}

.button-scroll.show {
   bottom: 30px;
   opacity: 1;
}

.button-scroll::before {
   content: '';
   position: absolute;
   inset: 0;
   background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.3), transparent 70%);
   -webkit-transform: translateX(-100%);
   -ms-transform: translateX(-100%);
   transform: translateX(-100%);
   -webkit-transition: -webkit-transform 0.6s ease;
   transition: -webkit-transform 0.6s ease;
   transition: transform 0.6s ease;
   transition:
      transform 0.6s ease,
      -webkit-transform 0.6s ease;
   border-radius: 50%;
}

.button-scroll:hover {
   -webkit-transform: translateY(-2px) scale(1.05);
   -ms-transform: translateY(-2px) scale(1.05);
   transform: translateY(-2px) scale(1.05);
   -webkit-box-shadow: 0 10px 28px rgba(211, 137, 230, 0.5);
   box-shadow: 0 10px 28px rgba(211, 137, 230, 0.5);
}

.button-scroll:hover::before {
   -webkit-transform: translateX(100%);
   -ms-transform: translateX(100%);
   transform: translateX(100%);
}

.button-scroll:active {
   -webkit-transform: translateY(0) scale(0.97);
   -ms-transform: translateY(0) scale(0.97);
   transform: translateY(0) scale(0.97);
   -webkit-box-shadow: 0 5px 15px rgba(211, 137, 230, 0.35);
   box-shadow: 0 5px 15px rgba(211, 137, 230, 0.35);
}

.progress-ring {
   position: absolute;
   top: 0;
   left: 0;
   transform: rotate(-90deg);
   pointer-events: none;
}

.progress-ring__circle {
   stroke-dasharray: 138; /* 2πr = 2 * 3.14 * 22 */
   stroke-dashoffset: 138;
   transition: stroke-dashoffset 0.15s linear;
}

/* чтобы стрелка была поверх круга */
.button-scroll {
   position: fixed;
}

.button-scroll svg {
   position: absolute;
   top: 0;
   left: 0;
}

.btn-style {
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   white-space: nowrap;
   position: relative;
   overflow: hidden;
   padding: 12px 30px;
   min-height: 45px;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   background: linear-gradient(135deg, #d389e6, #b56ad9);
   color: #fff;
   border-radius: 50px;
   border: 1px solid transparent;
   font-weight: 600;
   font-size: 16px;
   line-height: 1;
   letter-spacing: 0.5px;
   cursor: pointer;
   width: -webkit-fit-content;
   width: -moz-fit-content;
   width: fit-content;
   -webkit-box-shadow: 0 4px 15px rgba(211, 137, 230, 0.25);
   box-shadow: 0 4px 15px rgba(211, 137, 230, 0.25);
   -webkit-transition:
      -webkit-transform 0.3s ease,
      -webkit-box-shadow 0.3s ease;
   transition:
      -webkit-transform 0.3s ease,
      -webkit-box-shadow 0.3s ease;
   transition:
      transform 0.3s ease,
      box-shadow 0.3s ease;
   transition:
      transform 0.3s ease,
      box-shadow 0.3s ease,
      -webkit-transform 0.3s ease,
      -webkit-box-shadow 0.3s ease;
}

.btn-style::before {
   content: '';
   position: absolute;
   inset: 0;
   background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.5), transparent 70%);
   -webkit-transform: translateX(-100%);
   -ms-transform: translateX(-100%);
   transform: translateX(-100%);
   -webkit-transition: -webkit-transform 0.6s ease;
   transition: -webkit-transform 0.6s ease;
   transition: transform 0.6s ease;
   transition:
      transform 0.6s ease,
      -webkit-transform 0.6s ease;
}

.btn-style:hover {
   -webkit-transform: translateY(-3px);
   -ms-transform: translateY(-3px);
   transform: translateY(-3px);
   -webkit-box-shadow: 0 10px 28px rgba(211, 137, 230, 0.4);
   box-shadow: 0 10px 28px rgba(211, 137, 230, 0.4);
}

.btn-style:hover::before {
   -webkit-transform: translateX(100%);
   -ms-transform: translateX(100%);
   transform: translateX(100%);
}

.btn-style:active {
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0);
   -webkit-box-shadow: 0 4px 12px rgba(211, 137, 230, 0.3);
   box-shadow: 0 4px 12px rgba(211, 137, 230, 0.3);
}

.main-contacts__form-submit {
   background: transparent;
   font-weight: 600;
   text-decoration: none;
   font-size: 16px;
   line-height: 140%;
   color: #fff;
   padding: 12px 30px;
}

.footer-subscribe {
   border-radius: 6px;
   height: 45px;
   padding: 0px 28px;
}

.footer-subscribe input {
   background: transparent;
   color: #fff;
   font-weight: 600;
   text-decoration: none;
   font-size: 16px;
   line-height: 140%;
   color: #fff;
}

.footer__right-subscribe-input {
   background-color: #fff;
   border: 1px solid #ddd;
   border-radius: 5px;
   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   color: #333;
   font-size: 16px;
   height: 2.507em;
   max-width: 100%;
   padding: 15px 10px;
   width: 100%;
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
}

.footer__right-subscribe-input::-webkit-input-placeholder {
   color: rgba(102, 102, 102, 0.4352941176);
   -webkit-transition: color 0.3s ease;
   transition: color 0.3s ease;
}

.footer__right-subscribe-input::-moz-placeholder {
   color: rgba(102, 102, 102, 0.4352941176);
   -moz-transition: color 0.3s ease;
   transition: color 0.3s ease;
}

.footer__right-subscribe-input:-ms-input-placeholder {
   color: rgba(102, 102, 102, 0.4352941176);
   -ms-transition: color 0.3s ease;
   transition: color 0.3s ease;
}

.footer__right-subscribe-input::-ms-input-placeholder {
   color: rgba(102, 102, 102, 0.4352941176);
   -ms-transition: color 0.3s ease;
   transition: color 0.3s ease;
}

.footer__right-subscribe-input::placeholder {
   color: rgba(102, 102, 102, 0.4352941176);
   -webkit-transition: color 0.3s ease;
   transition: color 0.3s ease;
}

.footer__right-subscribe-input:hover {
   border: 1px solid rgba(211, 137, 230, 0.4156862745);
   -webkit-box-shadow: 0 0 10px rgba(211, 137, 230, 0.4);
   box-shadow: 0 0 10px rgba(211, 137, 230, 0.4);
   background-color: #fafafa;
}

.footer__right-subscribe-input:focus {
   outline: none;
   -webkit-box-shadow: 0 0 12px rgba(138, 43, 226, 0.5);
   box-shadow: 0 0 12px rgba(138, 43, 226, 0.5);
   background-color: #fff;
}

.footer__right-subscribe-input:focus::-webkit-input-placeholder {
   color: #a9a9a9;
}

.footer__right-subscribe-input:focus::-moz-placeholder {
   color: #a9a9a9;
}

.footer__right-subscribe-input:focus:-ms-input-placeholder {
   color: #a9a9a9;
}

.footer__right-subscribe-input:focus::-ms-input-placeholder {
   color: #a9a9a9;
}

.footer__right-subscribe-input:focus::placeholder {
   color: #a9a9a9;
}

h1 {
   font-family: 'Poppins', sans-serif;
   font-weight: 700;
   line-height: 120%;
   font-size: 42px;
   margin-bottom: 25px;
   padding-bottom: 20px;
   position: relative;
}
h1 span {
   display: inline-block;
   background: linear-gradient(90deg, #d389e6, #8a2be2);
   -webkit-background-clip: text;
   background-clip: text;
   -webkit-text-fill-color: transparent;
   color: transparent;
}
h1::before {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 120px;
   height: 5px;
   background: -webkit-gradient(linear, left top, right top, from(#d389e6), to(#8a2be2));
   background: linear-gradient(90deg, #d389e6, #8a2be2);
   border-radius: 2px;
}

h2 {
   font-family: 'Poppins', sans-serif;
   font-weight: 700;
   line-height: 120%;
   font-size: 38px;
   margin-bottom: 60px;
   padding-bottom: 20px;
   position: relative;
}
.single-coment__title {
   font-family: 'Poppins', sans-serif;
   font-weight: 700;
   line-height: 120%;
   font-size: 38px;
   margin-bottom: 60px;
   padding-bottom: 20px;
   position: relative;
}
h2::before {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 80px;
   height: 5px;
   background: -webkit-gradient(linear, left top, right top, from(#d389e6), to(#8a2be2));
   background: linear-gradient(90deg, #d389e6, #8a2be2);
   border-radius: 2px;
}

h3::before {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 80px;
   height: 5px;
   background: -webkit-gradient(linear, left top, right top, from(#d389e6), to(#8a2be2));
   background: linear-gradient(90deg, #d389e6, #8a2be2);
   border-radius: 2px;
}

.custom-cursor-small {
   position: fixed;
   top: 0;
   left: 0;
   width: 6px;
   height: 6px;
   background: #fff;
   border-radius: 50%;
   pointer-events: none;
   z-index: 9999;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}

.custom-cursor-large {
   position: fixed;
   top: 0;
   left: 0;
   width: 14px;
   height: 14px;
   background: linear-gradient(130deg, #d389e6, #8a2be2);
   border-radius: 50%;
   pointer-events: none;
   z-index: 9998;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   opacity: 0.5;
   -webkit-transition:
      width 0.2s ease,
      height 0.2s ease,
      opacity 0.2s ease;
   transition:
      width 0.2s ease,
      height 0.2s ease,
      opacity 0.2s ease;
}

.button-contacts {
   position: fixed;
   bottom: 100px;
   right: 30px;
   z-index: 900;
}

.button-contacts__icon {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   width: 68px;
   height: 68px;
   font-size: 28px;
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   white-space: nowrap;
   position: relative;
   overflow: hidden;
   -webkit-animation: pulse-soft 2s infinite;
   animation: pulse-soft 2s infinite;
   -webkit-animation-delay: 1s;
   animation-delay: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   -webkit-animation-delay: 4s;
   animation-delay: 4s;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   background: linear-gradient(135deg, #d389e6, #b56ad9);
   color: #fff;
   border-radius: 50%;
   border: 1px solid transparent;
   cursor: pointer;
   -webkit-box-shadow: 0 4px 15px rgba(211, 137, 230, 0.25);
   box-shadow: 0 4px 15px rgba(211, 137, 230, 0.25);
   -webkit-transition:
      -webkit-transform 0.6s ease,
      -webkit-box-shadow 0.6s ease;
   transition:
      -webkit-transform 0.6s ease,
      -webkit-box-shadow 0.6s ease;
   transition:
      transform 0.6s ease,
      box-shadow 0.6s ease;
   transition:
      transform 0.6s ease,
      box-shadow 0.6s ease,
      -webkit-transform 0.6s ease,
      -webkit-box-shadow 0.6s ease;
   opacity: 0;
   -webkit-transform: scale(0.8);
   -ms-transform: scale(0.8);
   transform: scale(0.8);
}

.button-contacts__icon.show {
   opacity: 1;
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-animation: pulse-soft 2s infinite;
   animation: pulse-soft 2s infinite;
}

.button-contacts__icon::before {
   content: '';
   position: absolute;
   inset: 0;
   background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.5), transparent 70%);
   -webkit-transform: translateX(-100%);
   -ms-transform: translateX(-100%);
   transform: translateX(-100%);
   -webkit-transition: -webkit-transform 0.6s ease;
   transition: -webkit-transform 0.6s ease;
   transition: transform 0.6s ease;
   transition:
      transform 0.6s ease,
      -webkit-transform 0.6s ease;
}

.button-contacts__icon:hover {
   -webkit-transform: translateY(-3px) scale(1.1);
   -ms-transform: translateY(-3px) scale(1.1);
   transform: translateY(-3px) scale(1.1);
   -webkit-box-shadow: 0 10px 28px rgba(211, 137, 230, 0.4);
   box-shadow: 0 10px 28px rgba(211, 137, 230, 0.4);
}

.button-contacts__icon:hover::before {
   -webkit-transform: translateX(100%);
   -ms-transform: translateX(100%);
   transform: translateX(100%);
}

.button-contacts__icon:active {
   -webkit-transform: translateY(-2px) scale(1.1);
   -ms-transform: translateY(-2px) scale(1.1);
   transform: translateY(-2px) scale(1.1);
   -webkit-box-shadow: 0 4px 12px rgba(211, 137, 230, 0.3);
   box-shadow: 0 4px 12px rgba(211, 137, 230, 0.3);
}

@-webkit-keyframes pulse-soft {
   0% {
      -webkit-box-shadow: 0 0 0 0 rgba(211, 137, 230, 0.6);
      box-shadow: 0 0 0 0 rgba(211, 137, 230, 0.6);
   }

   70% {
      -webkit-box-shadow: 0 0 0 12px rgba(211, 137, 230, 0);
      box-shadow: 0 0 0 12px rgba(211, 137, 230, 0);
   }

   100% {
      -webkit-box-shadow: 0 0 0 0 rgba(211, 137, 230, 0);
      box-shadow: 0 0 0 0 rgba(211, 137, 230, 0);
   }
}

@keyframes pulse-soft {
   0% {
      -webkit-box-shadow: 0 0 0 0 rgba(211, 137, 230, 0.6);
      box-shadow: 0 0 0 0 rgba(211, 137, 230, 0.6);
   }

   70% {
      -webkit-box-shadow: 0 0 0 12px rgba(211, 137, 230, 0);
      box-shadow: 0 0 0 12px rgba(211, 137, 230, 0);
   }

   100% {
      -webkit-box-shadow: 0 0 0 0 rgba(211, 137, 230, 0);
      box-shadow: 0 0 0 0 rgba(211, 137, 230, 0);
   }
}

.button-contacts__items {
   position: absolute;
   bottom: 90px;
   left: 50%;
   -webkit-transform: translateX(-50%) translateY(20px);
   -ms-transform: translateX(-50%) translateY(20px);
   transform: translateX(-50%) translateY(20px);
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 15px;
   opacity: 0;
   pointer-events: none;
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
}

.button-contacts.open .button-contacts__items {
   opacity: 1;
   -webkit-transform: translateX(-50%) translateY(0);
   -ms-transform: translateX(-50%) translateY(0);
   transform: translateX(-50%) translateY(0);
   pointer-events: auto;
}

.button-contacts.open .button-contacts__icon {
   -webkit-animation: none;
   animation: none;
}

.button-contacts__item {
   width: 50px;
   height: 50px;
   background-color: #fff;
   border-radius: 50%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   font-size: 22px;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   text-decoration: none;
   color: #d389e6;
   -webkit-box-shadow: 0 10px 30px rgba(211, 137, 230, 0.15);
   box-shadow: 0 10px 30px rgba(211, 137, 230, 0.15);
   -webkit-transform: scale(0.7);
   -ms-transform: scale(0.7);
   transform: scale(0.7);
   opacity: 0;
}

.button-contacts__item .fa-envelope {
   color: #ea4335;
}

.button-contacts__item .fa-phone-alt {
   color: #25d366;
}

.button-contacts.open .button-contacts__item {
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   opacity: 1;
   -webkit-transition: all 0.6s;
   transition: all 0.6s;
}

.button-contacts__item:nth-child(1) {
   -webkit-transition-delay: 0.05s;
   transition-delay: 0.05s;
}

.button-contacts__item:nth-child(2) {
   -webkit-transition-delay: 0.1s;
   transition-delay: 0.1s;
}

.button-contacts__item:nth-child(3) {
   -webkit-transition-delay: 0.15s;
   transition-delay: 0.15s;
}

.button-contacts__item:nth-child(4) {
   -webkit-transition-delay: 0.2s;
   transition-delay: 0.2s;
}

.button-contacts.open .button-contacts__item:hover {
   color: #fff;
   background: #d389e6;
   -webkit-transition: all 0.5s;
   transition: all 0.5s;
   -webkit-transform: scale(1.15);
   -ms-transform: scale(1.15);
   transform: scale(1.15);
}
/*===========breadcrumbs================================*/
.breadcrumbs {
   display: inline;
   padding: 10px;
   gap: 5px;
   font-size: 16px;
   line-height: 170%;
   color: #2d3e50;
   margin-bottom: 30px;
}
.breadcrumbs a {
   color: rgb(211, 137, 230);
   transition: all 0.3s;
}
.breadcrumbs a:hover {
   color: rgb(228, 185, 239);
   transition: all 0.3s;
}

/*===============keyframes============================*/
@keyframes morphHero {
   0% {
      border-radius: 40% 60% 30% 70%;
   }
   100% {
      border-radius: 60% 40% 70% 30%;
   }
}
@keyframes floatQuoteSmall {
   0% {
      transform: translate(0, 0) rotate(0deg);
   }
   100% {
      transform: translate(10px, 10px) rotate(5deg);
   }
}
@keyframes floatQuote {
   0% {
      transform: translate(0, 0) rotate(0deg);
   }
   100% {
      transform: translate(20px, 20px) rotate(5deg);
   }
}
@keyframes floatPath {
   0% {
      transform: translate(0, 0);
   }
   100% {
      transform: translate(50px, 50px);
   }
}
@keyframes pulseLine {
   0% {
      opacity: 0.3;
   }
   50% {
      opacity: 1;
   }
   100% {
      opacity: 0.3;
   }
}
/*===========header================================*/

.header {
   position: fixed;
   width: 100vw;
   top: 0;
   left: 0;
   padding: 20px 0;
   width: 100%;

   z-index: 100;
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0);
   -webkit-transition:
      background 0.3s ease,
      padding 0.3s ease,
      -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
      -webkit-box-shadow 0.3s ease;
   transition:
      background 0.3s ease,
      padding 0.3s ease,
      -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
      -webkit-box-shadow 0.3s ease;
   transition:
      transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
      background 0.3s ease,
      padding 0.3s ease,
      box-shadow 0.3s ease;
   transition:
      transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
      background 0.3s ease,
      padding 0.3s ease,
      box-shadow 0.3s ease,
      -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
      -webkit-box-shadow 0.3s ease;
}

.header.scrolled {
   background: rgba(255, 255, 255, 0.88);
   backdrop-filter: blur(14px);
   -webkit-backdrop-filter: blur(14px);
   border-bottom: 1px solid rgba(0, 0, 0, 0.05);
   -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
   box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
   padding: 0;
}

.header.scrolled .header__logo {
   height: 60px;
   -webkit-transition: height 0.4s ease;
   transition: height 0.4s ease;
}

.header.hidden {
   -webkit-transform: translateY(-100%);
   -ms-transform: translateY(-100%);
   transform: translateY(-100%);
}

.header__container {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   max-width: 1300px;
   margin: 0 auto;
   padding: 0px 10px;
}

.header__body {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.header__logo {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   position: relative;
   width: 200px;
   height: 100px;
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
   min-width: 200px;
}
.mobile-menu-logo {
   display: none;
}
.header__logo img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
}

.header__menu {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   /* margin-left: auto; */
   width: 100%;
}

.header__phone-mobile {
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 10px;
   height: 40px;
   padding: 8px 18px;
   white-space: nowrap;
   font-weight: 600;
   font-size: 14px;
   color: #1a2a2a;
   text-decoration: none;
   background: rgba(255, 255, 255, 0.65);
   border-radius: 50px;
   border: 1px solid rgba(211, 137, 230, 0.25);
   backdrop-filter: blur(10px);
   -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
   -webkit-transition:
      background 0.25s ease,
      color 0.25s ease,
      -webkit-transform 0.25s ease,
      -webkit-box-shadow 0.25s ease;
   transition:
      background 0.25s ease,
      color 0.25s ease,
      -webkit-transform 0.25s ease,
      -webkit-box-shadow 0.25s ease;
   transition:
      transform 0.25s ease,
      box-shadow 0.25s ease,
      background 0.25s ease,
      color 0.25s ease;
   transition:
      transform 0.25s ease,
      box-shadow 0.25s ease,
      background 0.25s ease,
      color 0.25s ease,
      -webkit-transform 0.25s ease,
      -webkit-box-shadow 0.25s ease;
   font-size: 0;
   padding: 10px;
   display: none;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   align-items: center;
   width: 40px;
   gap: 0;
}

.header__phone-mobile svg {
   width: 18px;
   height: 18px;
   fill: #1a2a2a;
   -webkit-transition:
      fill 0.3s ease,
      -webkit-transform 0.3s ease;
   transition:
      fill 0.3s ease,
      -webkit-transform 0.3s ease;
   transition:
      transform 0.3s ease,
      fill 0.3s ease;
   transition:
      transform 0.3s ease,
      fill 0.3s ease,
      -webkit-transform 0.3s ease;
}

.header__phone-mobile:hover {
   -webkit-transform: translateY(-2px);
   -ms-transform: translateY(-2px);
   transform: translateY(-2px);
   background: rgba(255, 255, 255, 0.9);
   -webkit-box-shadow: 0 8px 20px rgba(211, 137, 230, 0.18);
   box-shadow: 0 8px 20px rgba(211, 137, 230, 0.18);
   color: #d389e6;
}

.header__phone-mobile:hover svg {
   -webkit-transform: scale(1.15) rotate(-8deg);
   -ms-transform: scale(1.15) rotate(-8deg);
   transform: scale(1.15) rotate(-8deg);
   fill: #b56ad9;
}

.header__phone-mobile:active {
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0);
   -webkit-box-shadow: 0 3px 8px rgba(211, 137, 230, 0.12);
   box-shadow: 0 3px 8px rgba(211, 137, 230, 0.12);
}

.header__phone-mobile:focus-visible {
   outline: none;
   -webkit-box-shadow: 0 0 0 3px rgba(211, 137, 230, 0.35);
   box-shadow: 0 0 0 3px rgba(211, 137, 230, 0.35);
}

.header__phone {
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 10px;
   height: 40px;
   padding: 8px 18px;
   margin-left: 20px;
   white-space: nowrap;
   font-weight: 600;
   font-size: 14px;
   color: #1a2a2a;
   text-decoration: none;
   background: rgba(255, 255, 255, 0.65);
   border-radius: 50px;
   border: 1px solid rgba(211, 137, 230, 0.25);
   backdrop-filter: blur(10px);
   -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
   -webkit-transition:
      background 0.25s ease,
      color 0.25s ease,
      -webkit-transform 0.25s ease,
      -webkit-box-shadow 0.25s ease;
   transition:
      background 0.25s ease,
      color 0.25s ease,
      -webkit-transform 0.25s ease,
      -webkit-box-shadow 0.25s ease;
   transition:
      transform 0.25s ease,
      box-shadow 0.25s ease,
      background 0.25s ease,
      color 0.25s ease;
   transition:
      transform 0.25s ease,
      box-shadow 0.25s ease,
      background 0.25s ease,
      color 0.25s ease,
      -webkit-transform 0.25s ease,
      -webkit-box-shadow 0.25s ease;
}

.header__phone svg {
   width: 18px;
   height: 18px;
   fill: #d389e6;
   -webkit-transition:
      fill 0.3s ease,
      -webkit-transform 0.3s ease;
   transition:
      fill 0.3s ease,
      -webkit-transform 0.3s ease;
   transition:
      transform 0.3s ease,
      fill 0.3s ease;
   transition:
      transform 0.3s ease,
      fill 0.3s ease,
      -webkit-transform 0.3s ease;
}

.header__phone:hover {
   -webkit-transform: translateY(-2px);
   -ms-transform: translateY(-2px);
   transform: translateY(-2px);
   background: rgba(255, 255, 255, 0.9);
   -webkit-box-shadow: 0 8px 20px rgba(211, 137, 230, 0.18);
   box-shadow: 0 8px 20px rgba(211, 137, 230, 0.18);
   color: #d389e6;
}

.header__phone:hover svg {
   -webkit-transform: scale(1.15) rotate(-8deg);
   -ms-transform: scale(1.15) rotate(-8deg);
   transform: scale(1.15) rotate(-8deg);
   fill: #b56ad9;
}

.header__phone:active {
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0);
   -webkit-box-shadow: 0 3px 8px rgba(211, 137, 230, 0.12);
   box-shadow: 0 3px 8px rgba(211, 137, 230, 0.12);
}

.header__phone:focus-visible {
   outline: none;
   -webkit-box-shadow: 0 0 0 3px rgba(211, 137, 230, 0.35);
   box-shadow: 0 0 0 3px rgba(211, 137, 230, 0.35);
}

.header__socials {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: fit-content;
   gap: 12px;
   margin: 0px 10px 0px 20px;
}

.header__social {
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   width: 40px;
   height: 40px;
   padding: 10px;
   border-radius: 50%;
   background: rgba(255, 255, 255, 0.65);
   border: 1px solid rgba(211, 137, 230, 0.25);
   backdrop-filter: blur(10px);
   -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
   cursor: pointer;
   color: #1a2a2a;
   -webkit-transition:
      background 0.25s ease,
      color 0.25s ease,
      -webkit-transform 0.25s ease,
      -webkit-box-shadow 0.25s ease;
   transition:
      background 0.25s ease,
      color 0.25s ease,
      -webkit-transform 0.25s ease,
      -webkit-box-shadow 0.25s ease;
   transition:
      transform 0.25s ease,
      box-shadow 0.25s ease,
      background 0.25s ease,
      color 0.25s ease;
   transition:
      transform 0.25s ease,
      box-shadow 0.25s ease,
      background 0.25s ease,
      color 0.25s ease,
      -webkit-transform 0.25s ease,
      -webkit-box-shadow 0.25s ease;
}

.header__social svg {
   width: 18px;
   height: 18px;
   fill: #1a2a2a;
   -webkit-transition:
      fill 0.3s ease,
      -webkit-transform 0.3s ease;
   transition:
      fill 0.3s ease,
      -webkit-transform 0.3s ease;
   transition:
      transform 0.3s ease,
      fill 0.3s ease;
   transition:
      transform 0.3s ease,
      fill 0.3s ease,
      -webkit-transform 0.3s ease;
}

.header__social:hover {
   -webkit-transform: translateY(-2px);
   -ms-transform: translateY(-2px);
   transform: translateY(-2px);
   background: rgba(255, 255, 255, 0.9);
   -webkit-box-shadow: 0 8px 20px rgba(211, 137, 230, 0.18);
   box-shadow: 0 8px 20px rgba(211, 137, 230, 0.18);
}

.header__social:hover svg {
   -webkit-transform: scale(1.15) rotate(-3deg);
   -ms-transform: scale(1.15) rotate(-3deg);
   transform: scale(1.15) rotate(-3deg);
   fill: #d389e6;
}

.header__social:active {
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0);
   -webkit-box-shadow: 0 3px 8px rgba(211, 137, 230, 0.12);
   box-shadow: 0 3px 8px rgba(211, 137, 230, 0.12);
}

.header__social:focus-visible {
   outline: none;
   -webkit-box-shadow: 0 0 0 3px rgba(211, 137, 230, 0.25);
   box-shadow: 0 0 0 3px rgba(211, 137, 230, 0.25);
}

.header-languages {
   position: relative;
   margin-right: 10px;
   font-size: 14px;
   display: flex;
   align-items: center;
}
.header-languages-mobile {
   display: none;
}
.lang-dropdown {
   position: relative;
   cursor: pointer;
   user-select: none;
}

.lang-current {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   position: relative;
   overflow: hidden;

   padding: 10px 10px 10px 18px;
   height: 40px;

   border-radius: 50px;
   background: linear-gradient(135deg, #d389e6, #b56ad9);
   color: #fff;
   font-weight: 600;
   cursor: pointer;

   box-shadow: 0 4px 15px rgba(211, 137, 230, 0.25);

   transition:
      transform 0.3s ease,
      box-shadow 0.3s ease;
}
.lang-current::before {
   content: '';
   position: absolute;
   inset: 0;
   background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.5), transparent 70%);
   transform: translateX(-100%);
   transition: transform 0.6s ease;
}
.lang-current:hover {
   transform: translateY(-3px);
   box-shadow: 0 10px 28px rgba(211, 137, 230, 0.4);
}

.lang-current:hover::before {
   transform: translateX(100%);
}

.lang-current::after {
   content: '▾';
   margin-left: 6px;
   font-size: 12px;
}

.lang-list {
   position: absolute;
   top: 110%;
   left: 0;
   background: #fff;
   border-radius: 8px;
   box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
   opacity: 0;
   visibility: hidden;
   transform: translateY(10px);
   transition: 0.25s ease;
   min-width: 100%;
   overflow: hidden;
}

.lang-dropdown.active .lang-list {
   opacity: 1;
   visibility: visible;
   transform: translateY(0);
}

.lang-option {
   display: block;
   padding: 8px 14px;
   text-decoration: none;
   color: #333;
   transition: 0.2s;
}

.lang-option:hover {
   background: #f4e9f8;
   color: #b56ad9;
}

.header__button {
   width: 100%;
   height: 40px;
   min-height: 40px;
   max-width: 140px;
}

.menu {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.menu__icon {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 25px;
   height: 16px;
   position: relative;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   background: transparent;
   display: none;
}

.menu__icon:hover span {
   background: #d389e6;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
}

.menu__icon:hover::before,
.menu__icon:hover::after {
   background: #d389e6;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
}

.menu__icon::before {
   content: '';
   position: absolute;
   top: 0;
   width: 100%;
   height: 2px;
   border-radius: 5px;
   background: #1a2a2a;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
}

.menu__icon::after {
   content: '';
   position: absolute;
   bottom: 0;
   width: 100%;
   height: 2px;
   border-radius: 5px;
   background: #1a2a2a;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
}

.menu__icon span {
   width: 100%;
   height: 2px;
   border-radius: 5px;
   background: #1a2a2a;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
}

.menu__icon.show span {
   width: 0;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
}

.menu__icon.show::after {
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
   bottom: 7px;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
}

.menu__icon.show::before {
   -webkit-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   transform: rotate(-45deg);
   top: 7px;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
}

.menu__body {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.menu__list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   gap: 30px;
   width: 100%;
   margin: 0 auto;
   align-items: center;
   justify-content: center;
   padding: 0px 10px;
}

.menu__list li {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   white-space: nowrap;

   /* align-items: center; */
   position: relative;
}

@media (min-width: 1080px) {
   .menu__list li.menu-item-has-children {
      padding-right: 12px;
   }
   .menu__list li.menu-item-has-children::after {
      content: '';
      display: inline-block;
      width: 6px;
      height: 6px;
      margin-left: 8px;
      position: absolute;
      top: 5px;
      right: 0;
      border-right: 2px solid #000;
      border-bottom: 2px solid #000;
      transform: rotate(45deg);
      transition: all 0.3s;
   }
   .footer .menu__list li.menu-item-has-children > a:hover::after {
      top: 15px;
   }
   .menu__list li.menu-item-has-children:hover > ul {
      width: fit-content;
   }
   .menu__list li.menu-item-has-children:hover > a {
      color: #d389e6;
   }
   .menu__list li.menu-item-has-children:hover:after {
      border-right: 2px solid #d389e6;
      border-bottom: 2px solid #d389e6;
      transform: rotate(225deg);
      top: 8px;
   }
   .footer .menu__list li.menu-item-has-children:hover:after {
      top: 15px;
   }
   .footer .menu__list li {
      width: fit-content;
   }
   .menu__list li.menu-item-has-children:hover::after {
      transform: rotate(225deg);
      color: #d389e6;
      top: 8px;
      border-right: 2px solid #d389e6;
      border-bottom: 2px solid #d389e6;
      transition: all 0.3s;
   }
   .menu__list li.menu-item-has-children:hover > ul {
      opacity: 1;
      visibility: visible;
      transition: all 0.3s;
   }
   .menu__list li a:hover {
      color: #d389e6;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
   }

   .menu__list li a:hover:before {
      width: 100%;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
   }
   .menu__list li ul li a:hover:before {
      width: 0%;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
   }
   .footer .menu__list li.menu-item-has-children.active::after {
      top: 15px;
   }
   .footer .menu__list li.menu-item-has-children::after {
      top: 12px;
   }
}
.menu__list li.menu-item-has-children a {
   width: fit-content;
}
.menu__list li.menu-item-has-children.active > a {
   color: #d389e6;
   transition: all 0.3s;
}
.menu__list li.menu-item-has-children.active > a::after {
   border-right: 2px solid #d389e6;
   border-bottom: 2px solid #d389e6;
   transition: all 0.3s;
   transform: rotate(225deg);
   top: 8px;
}
.menu__list li.menu-item-has-children.active > a::after {
   top: 8px;
}
.footer .menu__list li.menu-item-has-children.active > a {
   color: #d389e6;
}

.menu__list li ul {
   display: flex;
   flex-direction: column;
   background: rgba(255, 255, 255, 0.95);
   backdrop-filter: blur(5px);
   position: absolute;
   left: -10px;
   top: 100%;
   box-shadow: 0 20px 50px rgba(211, 137, 230, 0.3);
   border: 2px solid rgba(236, 193, 253, 0.5);
   border-radius: 12px;
   padding: 10px 15px 10px 10px;
   margin-top: 10px;
   z-index: 100;
   gap: 10px;
   border-radius: 12px 30px 12px 30px;
   opacity: 0;
   visibility: hidden;
   transition: all 0.3s;
}
.menu__list li ul:before {
   content: '';
   width: 100%;
   height: 20px;
   background: transparent;
   position: absolute;
   top: -15px;
   left: 0;
}

.menu__list li ul li a {
   color: #1a2a2a;
   font-weight: 600;
   font-size: 14px;
   line-height: 140%;
   -webkit-transition: all 0.4s;
   transition: all 0.4s;
   position: relative;
}
.menu__list li a {
   color: #1a2a2a;
   font-weight: 600;
   font-size: 14px;
   line-height: 140%;
   -webkit-transition: all 0.4s;
   transition: all 0.4s;
   position: relative;
}

.menu__list li a::before {
   content: '';
   position: absolute;
   bottom: -6px;
   width: 0;
   height: 2px;
   background: #d389e6;
   -webkit-transition: all 0.4s;
   transition: all 0.4s;
   border-radius: 2px;
}

/*===========main hero================================*/

.main-hero {
   position: relative;
   width: 100%;
   padding: 150px 0px 120px;
   background: linear-gradient(
      288.68deg,
      rgb(57, 104, 150) 0.61%,
      rgba(236, 193, 253, 0.48) 47.06%,
      rgba(255, 223, 249, 0.796) 71.9%,
      rgba(255, 255, 255, 0) 102.22%
   );
}

.main-hero__body {
   display: -ms-grid;
   display: grid;
   -ms-grid-columns: (50%) [2];
   grid-template-columns: repeat(2, 50%);
   width: 100%;
}

.main-hero__content {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   padding-right: 50px;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}

.main-hero__text {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   gap: 10px;
   color: #2d3e50;
   max-width: 450px;
   margin: 30px 0px;
   padding: 30px 40px 20px 40px;
   background: rgba(255, 255, 255, 0.3);
   backdrop-filter: blur(5px);
   border-radius: 100px 20px 100px 20px;
   border: 1px solid rgba(255, 255, 255, 0.5);
}

.main-hero__text p {
   line-height: 150%;
   font-weight: 500;
   font-size: 16px;
}

.main-hero__buttons {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   gap: 20px;
}

.main-hero__wrapper {
   position: relative;
   width: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}

.main-hero__image {
   position: relative;
   width: 100%;
   max-width: 430px;
   aspect-ratio: 1/1.2;
   border-radius: 20px;
   -webkit-box-shadow: 0 20px 50px rgba(211, 137, 230, 0.3);
   box-shadow: 0 20px 50px rgba(211, 137, 230, 0.3);
   border: 5px solid rgba(255, 255, 255, 0.3);
   overflow: hidden;
   animation: morphHero 10s infinite alternate;
}

.main-hero__image img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
}

/*===========main second================================*/

.main-second {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   padding: 100px 0px;
}

.main-second__body {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 100%;
}

.main-second__items {
   display: -ms-grid;
   display: grid;
   -ms-grid-columns: (1fr) [4];
   grid-template-columns: repeat(4, 1fr);
   gap: 40px;
   width: 100%;
}

.main-second__item {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   text-align: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   width: 100%;
   padding: 40px 20px;
   background: linear-gradient(135deg, rgb(249, 240, 255) 0%, rgb(230, 247, 255) 100%);

   -webkit-box-shadow: 0px 10px 30px rgba(211, 137, 230, 0.15);
   box-shadow: 0px 10px 30px rgba(211, 137, 230, 0.15);
   overflow: hidden;
   border-radius: 40px 20px 40px 20px;

   text-align: center;
   box-shadow: 0 30px 60px rgba(0, 0, 0, 0.02);
   border: 1px solid rgba(211, 137, 230, 0.1);
}

/* .main-second__item::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 5px;
   background: -webkit-gradient(linear, left top, right top, from(rgb(211, 137, 230)), to(rgb(138, 43, 226)));
   background: linear-gradient(90deg, rgb(211, 137, 230), rgb(138, 43, 226));
   z-index: 2;
} */

.main-second__item-image {
   font-size: 46px;
   margin-bottom: 20px;
   background: linear-gradient(135deg, #d389e6, #8a2be2);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;
   margin-bottom: 30px;
}

.main-second__item-number {
   font-size: 50px;
   font-weight: 600;
   display: block;
   margin-bottom: 10px;
   background: linear-gradient(135deg, #d389e6, #8a2be2);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;
   margin-bottom: 30px;
}

.main-second__item-text {
   font-size: 16px;
   font-weight: 500;
}

/*===========main format================================*/

.main-format {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.main-format__wrapper {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   max-width: 1340px;
   background: #f7f9f9;
   padding: 100px 20px;
}

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

.main-format__items {
   display: -ms-grid;
   display: grid;
   -ms-grid-columns: (1fr) [2];
   grid-template-columns: repeat(2, 1fr);
   gap: 40px;
   width: 100%;
}

.main-format__item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 100%;
   background: #ffffff;
   padding: 40px 35px;
   -webkit-box-shadow: 0px 10px 30px rgba(211, 137, 230, 0.15);
   box-shadow: 0px 10px 30px rgba(211, 137, 230, 0.15);
   border-radius: 20px;
   min-height: 100%;
   background: rgba(255, 255, 255, 0.6);
   backdrop-filter: blur(20px);
   border-radius: 100px 20px 100px 20px;
   box-shadow: 0 40px 80px rgba(0, 0, 0, 0.02);
   border: 1px solid rgba(255, 255, 255, 0.8);
}

.main-format__item-label {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   gap: 20px;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   margin-bottom: 30px;
}

.main-format__item-icon {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   height: 70px;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   margin-bottom: 0;
   background: linear-gradient(135deg, #d389e6, #8a2be2);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;
   font-size: 44px;
}

.main-format__item-title {
   font-family: 'Poppins', sans-serif;
   font-weight: 700;
   line-height: 130%;
   font-size: 24px;
}

.main-format__item-content {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   margin-bottom: 10px;
   -webkit-box-flex: 1;
   -ms-flex: 1 1 auto;
   flex: 1 1 auto;
}

.main-format__item-text p {
   font-size: 16px;
   line-height: 1.6;
   color: #2d3e50;
   margin-bottom: 25px;
   font-weight: 500;
}

.main-format__item-description p {
   color: #666666;
   -webkit-box-flex: 1;
   -ms-flex-positive: 1;
   flex-grow: 1;
   line-height: 1.7;
   font-size: 16px;
}

.main-format__item-format {
   background: rgba(211, 137, 230, 0.05);
   border-radius: 12px;
   padding: 25px;
   margin-bottom: 25px;
   border-left: 4px solid #d389e6;
}

.main-format__item-format-label {
   font-size: 22px;
   margin-bottom: 15px;
   color: #d389e6;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 10px;
   font-weight: 500;
}

.main-format__item-format-label i {
   font-size: 22px;
   font-weight: 500;
}

.main-format__item-format-items {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   gap: 12px;
}

.main-format__item-format-item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   gap: 10px;
   line-height: 160%;
}

.main-format__item-format-item i {
   font-size: 16px;
   font-weight: 500;
   color: #d389e6;
   width: 16px;
   height: 16px;
   min-width: 16px;
   margin-top: 3px;
}

.main-format__item-format-item-text {
   color: #1a2a2a;
   font-size: 16px;
}

.main-format__item-aftertext {
   background: rgba(211, 137, 230, 0.08);
   border-radius: 12px;
   padding: 20px;
   margin-bottom: 30px;
   font-size: 14px;
   color: #1a2a2a;
   line-height: 160%;
}

/*===========main about================================*/

.main-about {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   padding: 100px 0px;
}

.main-about__body {
   display: -ms-grid;
   display: grid;
   width: 100%;
   -ms-grid-columns: (1fr) [2];
   grid-template-columns: repeat(2, 1fr);
   gap: 60px;
}

.main-about__image {
   position: relative;
   width: 100%;
   padding-bottom: 80%;
   border: 3px solid #c9a88e;
   border-radius: 20px;
   z-index: -1;
   height: -webkit-fit-content;
   height: -moz-fit-content;
   height: fit-content;
}

.main-about__image-container {
   position: absolute;
   top: 20px;
   left: 20px;
   width: 100%;
   height: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   padding: 40px;
   border-radius: 20px;
   background: #fff;
   -webkit-box-shadow: 0px 20px 40px rgba(211, 137, 230, 0.15);
   box-shadow: 0px 20px 40px rgba(211, 137, 230, 0.15);
}

.main-about__image-container img {
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -o-object-fit: contain;
   object-fit: contain;
   border-radius: 10px;
   position: relative;
   z-index: 2;
}

.main-about__image-container-block-top {
   width: 45%;
   height: auto;
   aspect-ratio: 1/1;
   border-radius: 20px;
   position: absolute;
   top: 0;
   left: 0;
   background: linear-gradient(200deg, rgba(211, 137, 230, 0.677), rgba(100, 36, 160, 0.751));
}

.main-about__image-container-block-top::before {
   content: '';
   width: 88%;
   height: 88%;
   top: 50%;
   left: 50%;
   border-radius: 3px;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   background: #fff;
   position: absolute;
}

.main-about__image-container-block-bottom {
   width: 45%;
   height: auto;
   aspect-ratio: 1/1;
   border-radius: 20px;
   position: absolute;
   bottom: 0;
   right: 0;
   background: -webkit-gradient(linear, right top, left top, from(rgba(211, 137, 230, 0.677)), to(rgba(100, 36, 160, 0.751)));
   background: linear-gradient(-90deg, rgba(211, 137, 230, 0.677), rgba(100, 36, 160, 0.751));
}

.main-about__image-container-block-bottom::before {
   content: '';
   width: 88%;
   height: 88%;
   top: 50%;
   left: 50%;
   border-radius: 3px;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   background: #fff;
   position: absolute;
}

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

.main-about__text {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   gap: 12px;
   padding-right: 50px;
   margin-bottom: 32px;
}

.main-about__text p {
   color: #666666;
   font-size: 16px;
   line-height: 180%;
}

/*===========main zapity================================*/

.main-zapity {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   padding: 100px 0px;
}

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

.main-zapity__items {
   display: -ms-grid;
   display: grid;
   -ms-grid-columns: (1fr) [2];
   grid-template-columns: repeat(2, 1fr);
   gap: 40px;
   width: 100%;
   margin-bottom: 60px;
}

.main-zapity__item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   position: relative;
   padding: 40px 35px;
   border-radius: 20px;
   overflow: hidden;
   min-height: 100%;
   border-radius: 100px 20px 100px 20px;
   box-shadow: 0 40px 80px rgba(0, 0, 0, 0.02);
   border: 1px solid rgba(255, 255, 255, 0.8);
}

.main-zapity__item-bg {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: inherit;
   filter: blur(3px) brightness(0.9);
   transform: scale(1.05);
}
.main-zapity__item-bg::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7) 100%);
   z-index: 2;
}

.main-zapity__item-bg img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
   z-index: -1;
}

.main-zapity__item-label {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   gap: 20px;
   margin-bottom: 20px;
   position: relative;
}

.main-zapity__item-label-icon {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   height: 50px;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   margin-bottom: 0;
   background: linear-gradient(135deg, #d389e6, #8a2be2);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;
   font-size: 44px;
}

.main-zapity__item-label-title {
   padding-top: 3px;
   font-size: 30px;
   margin-bottom: 0;
   color: #ffffff;
   line-height: 1.3;
   font-weight: 500;
   font-family: 'Poppins', sans-serif;
   position: relative;
   z-index: 2;
   margin-bottom: 32px;
}

.main-zapity__item-subtitle {
   position: relative;
   z-index: 2;
   font-size: 16px;
   line-height: 1.6;
   color: #fff;
   margin-bottom: 15px;
   font-weight: 500;
}

.main-zapity__item-text {
   position: relative;
   z-index: 2;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   color: #fff;
   -webkit-box-flex: 1;
   -ms-flex: 1 1 auto;
   flex: 1 1 auto;
   margin-bottom: 30px;
}

.main-zapity__item-text p {
   font-size: 16px;
   line-height: 1.6;
   color: #fff;
   margin-bottom: 10px;
   font-weight: 400;
}

.main-zapity__item-text ul {
   margin-bottom: 10px;
}

.main-zapity__item-text ul li {
   font-size: 16px;
   line-height: 1.6;
   color: #fff;
   margin-bottom: 10px;
   font-weight: 400;
   padding-left: 40px;
   position: relative;
}

.main-zapity__item-text ul li:before {
   content: '';
   width: 5px;
   height: 5px;
   border-radius: 50%;
   background: #fff;
   position: absolute;
   left: 25px;
   top: 12px;
}

.main-zapity__not-work {
   background: rgba(211, 137, 230, 0.05);
   border-radius: 20px;
   padding: 40px;
   position: relative;
   z-index: 1;
   border: 1px solid rgba(211, 137, 230, 0.1);
   border-radius: 100px 20px 100px 20px;
   box-shadow: 0 40px 80px rgba(0, 0, 0, 0.02);
}

.main-zapity__not-work-title {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   gap: 15px;
   font-size: 24px;
   margin-bottom: 32px;
   color: #1a2a2a;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   font-family: 'Poppins', sans-serif;
}

.main-zapity__not-work-title i {
   color: #d389e6;
   font-size: 24px;
}

.main-zapity__not-work-items {
   /* display: -ms-grid;
   display: grid;
   -ms-grid-columns: (1fr) [4];
   grid-template-columns: repeat(4, 1fr); */
   display: flex;
   width: 100%;
   gap: 20px;
   align-items: start;
   justify-content: space-between;
   flex-wrap: wrap;
}

.main-zapity__not-work-item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 22%;
   gap: 15px;
}

.main-zapity__not-work-item-icon {
   color: #ff6b6b;
   font-size: 16px;
   height: 25px;
   width: 25px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.main-zapity__not-work-item-text {
   font-size: 16px;
   color: #1a2a2a;
   line-height: 160%;
}

.main-zapity__not-work-info {
   background: rgba(211, 137, 230, 0.08);
   border-left: 4px solid #d389e6;
   padding: 25px;
   border-radius: 12px;
   margin-top: 30px;
   border-radius: 20px 20px 100px 20px;
   box-shadow: 0 40px 80px rgba(0, 0, 0, 0.02);
   border: 1px solid rgba(255, 255, 255, 0.8);
}

.main-zapity__not-work-info p {
   font-size: 16px;
   color: #1a2a2a;
   margin-bottom: 28px;
   line-height: 140%;
}

/*===========main oplata================================*/

.main-oplata {
   position: relative;
   width: 100%;
}

.main-oplata__wrapper {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   max-width: 1340px;
   position: relative;
   margin: 0 auto;
   padding: 100px 20px;
}

.main-oplata__wrapper::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   max-width: 1300px;
   height: 3px;
   border-radius: 5px;
   background: -webkit-gradient(linear, left top, right top, from(#d389e6), to(#8a2be2));
   background: linear-gradient(90deg, #d389e6, #8a2be2);
}

.main-oplata__body {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 100%;
}

.main-oplata__content-info {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 60px;
   margin-bottom: 80px;
   background: linear-gradient(135deg, rgba(211, 137, 230, 0.05) 0%, rgba(255, 255, 255, 0.3) 100%);
   border-radius: 20px;
   padding: 60px;
   position: relative;
   overflow: hidden;
   width: 100%;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   margin-bottom: 80px;
}

.main-oplata__content {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   max-width: 500px;
}

.main-oplata__content-title {
   font-family: 'Poppins', sans-serif;
   font-weight: 700;
   line-height: 120%;
   font-size: 36px;
   margin-bottom: 25px;
}

.main-oplata__content-text {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   padding: 20px 40px 30px 40px;

   backdrop-filter: blur(5px);
   border-radius: 20px 100px 20px 100px;
   border: 1px solid rgba(255, 255, 255, 0.5);
   background: linear-gradient(135deg, rgba(211, 137, 230, 0.03) 0%, rgba(138, 43, 226, 0.03) 100%);

   position: relative;
   border: 1px solid rgba(211, 137, 230, 0.2);
}

.main-oplata__content-text p {
   font-size: 16px;
   line-height: 170%;
}

.main-oplata__image-wrapper {
   position: relative;
   width: 390px;
   height: 633px;
   background: #ffffff;
   border-radius: 20px;
   -webkit-box-shadow: 0px 20px 40px rgba(211, 137, 230, 0.15);
   box-shadow: 0px 20px 40px rgba(211, 137, 230, 0.15);
   border: 5px solid rgba(255, 255, 255, 0.5);
}

.main-oplata__image-block {
   position: absolute;
   top: 0;
   right: 0;
   width: 91%;
   height: 95%;
   -o-object-fit: cover;
   object-fit: cover;
   border-radius: 10px;
   background: linear-gradient(235deg, rgba(211, 137, 230, 0.455), rgba(100, 36, 160, 0.751));
}

.main-oplata__image-block::before {
   content: '';
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   width: 94%;
   height: 97%;
   border-radius: 2px;
   background: #fff;
}

.main-oplata__image {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 91%;
   height: 95%;
   -o-object-fit: cover;
   object-fit: cover;
}

.main-oplata__image img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
   border-radius: 10px;
}

.main-oplata__items {
   display: -ms-grid;
   display: grid;
   -ms-grid-columns: (1fr) [3];
   grid-template-columns: repeat(3, 1fr);
   width: 100%;
   gap: 30px;
}

.main-oplata__item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   background-color: #ffffff;
   border-radius: 20px;
   padding: 50px 40px;
   -webkit-box-shadow: 0px 20px 40px rgba(211, 137, 230, 0.15);
   box-shadow: 0px 20px 40px rgba(211, 137, 230, 0.15);
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
   position: relative;
   overflow: hidden;
   border: 1px solid rgba(211, 137, 230, 0.1);
   background: linear-gradient(135deg, rgba(211, 137, 230, 0.03) 0%, rgba(138, 43, 226, 0.03) 100%);
   border-radius: 60px 20px 60px 20px;

   position: relative;
   border: 1px solid rgba(211, 137, 230, 0.2);

   overflow: hidden;
}

/* .main-oplata__item::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 5px;
   background: -webkit-gradient(linear, left top, right top, from(#d389e6), to(#8a2be2));
   background: linear-gradient(90deg, #d389e6, #8a2be2);
} */

.main-oplata__item-icon {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   height: 70px;
   background: linear-gradient(135deg, #d389e6, #8a2be2);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;
   font-size: 50px;
   margin-bottom: 22px;
}

.main-oplata__item-label {
   font-family: 'Poppins', sans-serif;
   font-weight: 700;
   line-height: 120%;
   font-size: 24px;
   margin-bottom: 25px;
   padding-bottom: 15px;
   position: relative;
}

.main-oplata__item-label::before {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 60px;
   height: 3px;
   background: -webkit-gradient(linear, left top, right top, from(#d389e6), to(#8a2be2));
   background: linear-gradient(90deg, #d389e6, #8a2be2);
   border-radius: 2px;
}

.main-oplata__item-content {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
}

.main-oplata__item-content p {
   color: #666666;
   font-style: italic;
   font-size: 16px;
   line-height: 160%;
}

.main-oplata__item-content ul {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   gap: 10px;
   margin-bottom: 30px;
}

.main-oplata__item-content ul li {
   display: inline;
   width: 100%;
   padding-left: 50px;
   line-height: 160%;
   font-size: 16px;
   position: relative;
}

.main-oplata__item-content ul li::before {
   content: '\f058';
   background: #fff;
   font-family: 'Font Awesome 7 Free';
   font-weight: 900;
   position: absolute;
   left: 18px;
   top: 1px;
   color: #d389e6;
   font-size: 16px;
}

.main-oplata__vartist-wrap {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   padding-top: 80px;
}

.main-oplata__vartist-title {
   font-family: 'Poppins', sans-serif;
   font-size: 32px;
   margin-bottom: 40px;
   color: #1a2a2a;
   text-align: center;
   font-weight: 700;
   line-height: 120%;
   margin-bottom: 40px;
}

.main-oplata__vartist-card {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   background-color: #ffffff;
   border-radius: 20px;
   padding: 70px 40px 50px;
   text-align: center;
   -webkit-box-shadow: 0px 20px 40px rgba(211, 137, 230, 0.15);
   box-shadow: 0px 20px 40px rgba(211, 137, 230, 0.15);
   border: 2px solid rgba(211, 137, 230, 0.2);
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
   position: relative;
   overflow: hidden;
   max-width: 520px;
   width: 100%;
   background: linear-gradient(135deg, rgba(211, 137, 230, 0.03) 0%, rgba(138, 43, 226, 0.03) 100%);
   border-radius: 60px 20px 60px 20px;
   padding: 60px;
   position: relative;
   border: 1px solid rgba(211, 137, 230, 0.2);
   text-align: center;
   overflow: hidden;
}

/* .main-oplata__vartist-card::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 5px;
   background: -webkit-gradient(linear, left top, right top, from(#d389e6), to(#8a2be2));
   background: linear-gradient(90deg, #d389e6, #8a2be2);
} */

.main-oplata__vartist-card-title {
   font-family: 'Poppins', sans-serif;
   font-size: 24px;
   margin-bottom: 40px;
   color: #1a2a2a;
   text-align: center;
   font-weight: 700;
   line-height: 120%;
   margin-bottom: 22px;
}

.main-oplata__vartist-icon {
   font-size: 54px;
   margin-bottom: 32px;
   background: linear-gradient(135deg, #d389e6, #8a2be2);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;
}

.main-oplata__vartist-price {
   font-size: 30px;
   font-weight: 500;
   color: #d389e6;
   margin-bottom: 20px;
   line-height: 1;
}

.main-oplata__vartist-time {
   font-size: 16px;
   color: #1a2a2a;
   margin-bottom: 20px;
}

.main-oplata__vartist-info {
   font-size: 16px;
   color: #666666;
   font-style: italic;
   margin-top: 10px;
   margin-bottom: 32px;
}

/*===========main osvita================================*/

.main-osvita {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
}

.main-osvita__wrapper {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   max-width: 1340px;
   padding: 100px 20px 80px;
   margin: 0 auto;
   background: linear-gradient(135deg, white 0%, #f0e6fa 100%);
}

.main-osvita__body {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 100%;
}

.main-osvita__title {
   margin-bottom: 30px;
}

.main-osvita__slider-container {
   position: relative;
   display: flex;
   flex-direction: column;
}

.main-osvita__slider {
   width: 100%;
   height: 100%;
   padding: 30px 0px 50px;
}

.main-osvita__slide {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   position: relative;
   width: 100%;
   aspect-ratio: 1/1.4;
   background: #fff;
   overflow: hidden;
   -webkit-box-shadow: 0px 10px 30px rgba(211, 137, 230, 0.15);
   box-shadow: 0px 10px 30px rgba(211, 137, 230, 0.15);
   border: 3px solid transparent;
   border-radius: 20px;
   cursor: pointer;
   transition: all 0.5s;
}
.main-osvita__slide::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.3);
   opacity: 0;
   transition: all 0.5s;
   z-index: 5;
   pointer-events: none;
}
.main-osvita__slide::after {
   content: '\f00e';
   font-family: 'Font Awesome 7 Free';
   font-weight: 900;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 40px;
   height: 40px;
   background-image: linear-gradient(90deg, rgb(211, 137, 230), rgb(138, 43, 226));
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   color: white;
   font-size: 14px;
   opacity: 0;
   transition: all 0.4s;
   z-index: 10;
   border: 2px solid white;
   pointer-events: none;
   transition: all 0.5s;
   pointer-events: none;
}
.main-osvita__slide:hover img {
   transform: scale(1.2);
   transition: all 0.5s;
}
.main-osvita__slide:hover {
   transition: all 0.5s;
   border: 3px solid #fff;
}
.main-osvita__slide:hover::before {
   opacity: 1;
   transition: all 0.5s;
}
.main-osvita__slide:hover::after {
   opacity: 1;
   transition: all 0.5s;
}
.main-osvita__slide img {
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;

   transform: scale(1);
   -o-object-fit: contain;
   object-fit: contain;
   transition: all 0.5s;
}

.main-osvita__slider-prew {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 50px;
   height: 50px;
   background: #ffffff;
   border-radius: 50%;
   color: #c812f7;
   -webkit-box-shadow: 0px 10px 30px rgba(211, 137, 230, 0.15);
   box-shadow: 0px 10px 30px rgba(211, 137, 230, 0.15);
   padding: 12px;
}

.main-osvita__slider-next {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 50px;
   height: 50px;
   background: #ffffff;
   border-radius: 50%;
   color: #c812f7;
   -webkit-box-shadow: 0px 10px 30px rgba(211, 137, 230, 0.15);
   box-shadow: 0px 10px 30px rgba(211, 137, 230, 0.15);
   padding: 12px;
}
.swiper-buttons {
   display: flex;
   width: fit-content;
   margin: 0 auto;
   gap: 30px;
   height: 50px;
   justify-content: center;
}
.swiper-pagination-bullet {
   width: 12px;
   height: 12px;
   background: #d389e6;
   opacity: 0.4 !important;
   cursor: pointer;
}

.swiper-pagination-bullet-active {
   opacity: 1 !important;
}

.swiper-button-prev,
.swiper-button-next {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   width: 50px;
   height: 50px;
   background: rgba(255, 255, 255, 0.65);
   border-radius: 50%;
   color: #c812f7;
   -webkit-box-shadow: 0 5px 20px rgba(211, 137, 230, 0.15);
   box-shadow: 0 5px 20px rgba(211, 137, 230, 0.15);
   backdrop-filter: blur(10px);
   padding: 12px;
   cursor: pointer;
   -webkit-transition:
      background 0.25s ease,
      color 0.25s ease,
      -webkit-transform 0.25s ease,
      -webkit-box-shadow 0.25s ease;
   transition:
      background 0.25s ease,
      color 0.25s ease,
      -webkit-transform 0.25s ease,
      -webkit-box-shadow 0.25s ease;
   transition:
      transform 0.25s ease,
      box-shadow 0.25s ease,
      background 0.25s ease,
      color 0.25s ease;
   transition:
      transform 0.25s ease,
      box-shadow 0.25s ease,
      background 0.25s ease,
      color 0.25s ease,
      -webkit-transform 0.25s ease,
      -webkit-box-shadow 0.25s ease;
}

.swiper-button-prev::after,
.swiper-button-next::after {
   font-size: 20px;
   font-weight: bold;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
   -webkit-transform: translateY(-2px) scale(1.05);
   -ms-transform: translateY(-2px) scale(1.05);
   transform: translateY(-2px) scale(1.05);
   -webkit-box-shadow: 0 10px 28px rgba(211, 137, 230, 0.25);
   box-shadow: 0 10px 28px rgba(211, 137, 230, 0.25);
   background: rgba(255, 255, 255, 0.9);
   color: #d389e6;
}

.swiper-button-prev:active,
.swiper-button-next:active {
   -webkit-transform: translateY(0) scale(0.97);
   -ms-transform: translateY(0) scale(0.97);
   transform: translateY(0) scale(0.97);
   -webkit-box-shadow: 0 5px 15px rgba(211, 137, 230, 0.15);
   box-shadow: 0 5px 15px rgba(211, 137, 230, 0.15);
}

.swiper-button-prev:focus-visible,
.swiper-button-next:focus-visible {
   outline: none;
   -webkit-box-shadow: 0 0 0 3px rgba(211, 137, 230, 0.25);
   box-shadow: 0 0 0 3px rgba(211, 137, 230, 0.25);
}

/*===========main reviews================================*/

.main-reviews {
   padding: 100px 0px;
}

.main-reviews__body {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 100%;
}

.main-reviews__slider-container {
   position: relative;
   display: flex;
   flex-direction: column;
}

.main-reviews__slider {
   width: 100%;
   height: 100%;
   padding: 20px 0px 50px;
}
.main-reviews__slide-raiting {
   display: flex;
   width: 100%;
   gap: 10px;
   font-size: 18px;
   margin-bottom: 15px;
   color: #ffd700;
}
.main-reviews__slide {
   background-color: #ffffff;
   border-radius: 20px;

   transition: all 0.3s ease;

   position: relative;
   overflow: hidden;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   background: linear-gradient(135deg, white 0%, #faf5ff 100%);
   border-radius: 60px 20px 60px 20px;
   padding: 50px 40px 50px;
   box-shadow: 0 30px 60px rgba(0, 0, 0, 0.02);
   border: 1px solid rgba(211, 137, 230, 0.1);
}

.main-reviews__slide-text {
   font-size: 16px;
   line-height: 170%;
   color: #666666;
   margin-bottom: 20px;
   font-style: italic;
   position: relative;

   -webkit-box-flex: 1;
   -ms-flex-positive: 1;
   flex-grow: 1;
   overflow-y: auto;
   max-height: 215px;
}

.main-reviews__slide-text::-webkit-scrollbar {
   background: rgba(211, 137, 230, 0.4);
   width: 2px;
}

.main-reviews__slide-text::-webkit-scrollbar-thumb {
   border-radius: 5px;
}

.main-reviews__slide::after {
   content: '"';
   position: absolute;
   top: -10px;
   left: 30px;
   font-size: 100px;
   font-family: 'Playfair Display', serif;
   color: rgba(211, 137, 230, 0.1);
   line-height: 1;
   /* animation: floatQuoteSmall 6s infinite alternate; */
}

.main-reviews__slide-bottom {
   display: -ms-grid;
   display: grid;
   -ms-grid-columns: 60px 1fr;
   grid-template-columns: 60px 1fr;
   gap: 0px 15px;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   border-top: 2px dashed #d389e6;
   padding-top: 20px;
}

.main-reviews__slide-photo {
   -ms-grid-column: 1;
   -ms-grid-column-span: 1;
   grid-column: 1/2;
   -ms-grid-row: 1;
   -ms-grid-row-span: 2;
   grid-row: 1/3;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   height: 100%;
   aspect-ratio: 1/1;
   border-radius: 50%;
   background: linear-gradient(135deg, #d389e6, #8a2be2);
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   color: white;
   font-weight: 500;
   font-size: 25px;
   text-transform: uppercase;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   position: relative;
   overflow: hidden;
}
.main-reviews__slide-photo img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.main-reviews__slide-name {
   font-weight: 600;
   color: #1a2a2a;
   font-size: 16px;
}

.main-reviews__slide-problem {
   color: #d389e6;
   font-size: 15px;
   font-weight: 400;
}

/*===========main faq================================*/

.main-faq__wrapper {
   padding: 100px 20px;
   max-width: 1340px;
   width: 100%;
   margin: 0 auto;
   background: linear-gradient(135deg, #f8f0fa 0%, #f0f5fa 100%);
}

.main-faq__body {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 100%;
}

.main-faq__items {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   max-width: 900px;
   margin: 0 auto;
   gap: 20px;
   width: 100%;
}

.main-faq__item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-shadow: 0px 10px 30px rgba(211, 137, 230, 0.15);
   box-shadow: 0px 10px 30px rgba(211, 137, 230, 0.15);
   cursor: pointer;
   background-color: #ffffff;
   border-radius: 12px;
   overflow: hidden;
}

.main-faq__item.active .main-faq__item-question {
   color: #d389e6;
   background-color: #f7f9f9;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
}

.main-faq__item.active .main-faq__item-question:hover {
   background-color: rgba(211, 137, 230, 0.05);
}

.main-faq__item-question {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   gap: 10px;
   padding: 25px 30px;
   font-size: 16px;
   line-height: 160%;
   font-weight: 600;
   cursor: pointer;
   display: flex;
   justify-content: space-between;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   background-color: #ffffff;
   color: #1a2a2a;
   font-size: 16px;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
   -webkit-transition: background-color 0.3s ease;
   transition: background-color 0.3s ease;
}

.main-faq__item-question i {
   color: #d389e6;
}

.main-faq__item-question:hover {
   background-color: rgba(211, 137, 230, 0.05);
}

.main-faq__item-answer {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   padding: 25px 30px;
   max-height: 500px;
   font-size: 16px;
   display: none;
   background-color: #ffffff;
}

.main-faq__item-answer p {
   line-height: 170%;
   color: #666666;
}

.main-faq__item-question i {
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
}

.main-faq__item.active i {
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
}

.main-materials__wrapper {
   padding: 100px 20px;
   max-width: 1340px;
   width: 100%;
   margin: 0 auto;
   background: #f7f9f9;
   position: relative;
   overflow: hidden;
   background: linear-gradient(135deg, rgb(245, 240, 247) 0%, white 100%);
}

.main-materials__wrapper::before {
   content: '';
   position: absolute;
   top: -150px;
   right: -150px;
   width: 500px;
   height: 500px;
   background: radial-gradient(circle, rgba(211, 137, 230, 0.1) 0%, transparent 70%);
   border-radius: 50%;
}
.main-materials__wrapper.blog-section::after {
   content: '';
   position: absolute;
   bottom: -50px;
   left: -50px;
   width: 500px;
   height: 500px;
   background: radial-gradient(circle, rgba(138, 43, 226, 0.1) 0%, transparent 70%);
   border-radius: 50%;
}
.main-materials__title-con {
   position: relative;
   width: 100%;
   max-width: 550px;
   margin: 0 auto 10px;
}
.main-materials__title-con::after {
   content: '';
   position: absolute;
   top: -20px;
   left: -60px;
   width: 60px;
   height: 60px;
   background: radial-gradient(circle, rgba(211, 137, 230, 0.2) 0%, transparent 70%);
   border-radius: 50%;
}
.main-materials__body {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 100%;
}

.main-materials__slider-container {
   position: relative;
   margin-bottom: 40px;
   display: flex;
   flex-direction: column;
}

.main-materials__slider {
   width: 100%;
   height: 100%;
   padding: 50px 0px;
}

.main-materials__slide {
   background-color: #ffffff;
   border-radius: 20px;
   -webkit-box-shadow: 0px 10px 30px rgba(211, 137, 230, 0.15);
   box-shadow: 0px 10px 30px rgba(211, 137, 230, 0.15);
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
   border: 1px solid rgba(211, 137, 230, 0.1);
   position: relative;
   overflow: hidden;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   height: 100%;
   background: white;
   border-radius: 30px;
   overflow: hidden;

   top: 0;
   box-shadow: 0 20px 40px rgba(211, 137, 230, 0.1);
   transition: all 0.5s;
   position: relative;
   border: 1px solid rgba(211, 137, 230, 0.2);
   cursor: pointer;
}
.main-materials__slide:hover {
   border-color: #d389e6;
   box-shadow: 0 30px 60px rgba(211, 137, 230, 0.2);
}
.main-materials__slide:hover img {
   transform: scale(1.1);
   transition: all 0.5s;
}
.main-materials__image {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   aspect-ratio: 1/0.5;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   background: linear-gradient(45deg, rgba(211, 137, 230, 0.05), rgba(201, 168, 142, 0.05));
   font-size: 3.5rem;
   background: linear-gradient(135deg, #d389e6, #8a2be2);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;
   position: relative;
   overflow: hidden;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   cursor: pointer;
}
.main-materials__image img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: all 0.5s;
}

.main-materials__image::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: linear-gradient(45deg, rgba(211, 137, 230, 0.05), rgba(201, 168, 142, 0.05));
}

.main-materials__slide-content {
   padding: 30px 25px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   max-height: 302px;
   height: 100%;
}

.main-materials__slide-top {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   gap: 10px;
   margin-bottom: 20px;
}

.main-materials__slide-date {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   color: #666666;
   font-weight: 400;
   font-size: 14px;
   -ms-flex-negative: 0;
   flex-shrink: 0;
}

.main-materials__slide-date i {
   color: #d389e6;
   margin-right: 3px;
}
.main-materials__slide-top-r {
   display: flex;
   align-items: center;
   gap: 15px;
}
.main-materials__item-info-item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   color: #666666;
   font-weight: 400;
   font-size: 14px;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   width: fit-content;
}
.main-materials__item-info-item i {
   color: #d389e6;
   margin-right: 3px;
}

.main-materials__slide-theme {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   color: #d389e6;
   font-weight: 400;
   font-size: 14px;
   -ms-flex-negative: 0;
   flex-shrink: 0;
}

.main-materials__slide-label {
   font-size: 22px;
   margin-bottom: 15px;
   line-height: 140%;
   color: #1a2a2a;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   font-family: 'Poppins', sans-serif;
   font-weight: 700;
   cursor: pointer;
}

.main-materials__slide-text {
   color: #666666;
   margin-bottom: 20px;
   line-height: 170%;
   -webkit-box-flex: 1;
   -ms-flex-positive: 1;
   flex-grow: 1;
   overflow-y: hidden;
   font-size: 14px;
}

.main-materials__slide-link {
   color: #d389e6;
   text-decoration: none;
   font-weight: 600;
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 8px;
   font-size: 14px;
   position: relative;
   cursor: pointer;
   -webkit-transition:
      color 0.25s ease,
      text-shadow 0.25s ease,
      -webkit-transform 0.25s ease;
   transition:
      color 0.25s ease,
      text-shadow 0.25s ease,
      -webkit-transform 0.25s ease;
   transition:
      color 0.25s ease,
      transform 0.25s ease,
      text-shadow 0.25s ease;
   transition:
      color 0.25s ease,
      transform 0.25s ease,
      text-shadow 0.25s ease,
      -webkit-transform 0.25s ease;
}

.main-materials__slide-link > * {
   -webkit-transition: -webkit-transform 0.25s ease;
   transition: -webkit-transform 0.25s ease;
   transition: transform 0.25s ease;
   transition:
      transform 0.25s ease,
      -webkit-transform 0.25s ease;
}

.main-materials__slide-link:hover {
   color: #1a2a2a;
   text-shadow: 0 0 8px rgba(211, 137, 230, 0.4);
}

.main-materials__slide-link:hover > *:last-child {
   -webkit-transform: translateX(6px);
   -ms-transform: translateX(6px);
   transform: translateX(6px);
}

.main-materials__slide-link:active {
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0);
   color: #d389e6;
   text-shadow: none;
}

.main-materials__slide-link:active > *:last-child {
   -webkit-transform: translateX(0);
   -ms-transform: translateX(0);
   transform: translateX(0);
}

.main-materials__all-link {
   margin: 0 auto;
}

/*===========main contacts================================*/

.main-contacts__wrapper {
   position: relative;
   width: 100%;
   max-width: 1340px;
   padding: 100px 20px;
   margin: 0 auto;
   overflow: hidden;
   z-index: 1;
}

.main-contacts__wrapper::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(255, 255, 255, 0.7254901961);
}

.main-contacts__wrapper img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
   z-index: -1;
   -webkit-filter: blur(3px) brightness(0.95);
   filter: blur(3px) brightness(0.95);
}

.main-contacts__body {
   position: relative;
   z-index: 2;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 100%;
}

.main-contacts__content {
   display: -ms-grid;
   display: grid;
   -ms-grid-columns: (1fr) [2];
   grid-template-columns: repeat(2, 1fr);
   width: 100%;
   gap: 60px;
}

.main-contacts__info {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   padding: 40px;
   background: rgba(255, 255, 255, 0.6);
   backdrop-filter: blur(20px);
   border-radius: 100px 20px 100px 20px;
   box-shadow: 0 40px 80px rgba(0, 0, 0, 0.02);
   border: 1px solid rgba(255, 255, 255, 0.8);
}

.main-contacts__info-label {
   font-family: 'Poppins', sans-serif;
   font-weight: 700;
   line-height: 120%;
   font-size: 22px;
   margin-bottom: 20px;
}

.main-contacts__info-description {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   margin-bottom: 40px;
}

.main-contacts__info-description p {
   font-size: 16px;
   line-height: 160%;
   color: #1a2a2a;
}

.main-contacts__info-socials {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   gap: 25px;
}

.main-contacts__info-social {
   display: -ms-grid;
   display: grid;
   -ms-grid-columns: 50px 1fr;
   grid-template-columns: 50px 1fr;
   gap: 10px 20px;
   height: 50px;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-transition: all 0.25s ease;
   transition: all 0.25s ease;
}

.main-contacts__info-social p {
   line-height: 160%;
   font-size: 16px;
   color: #334862;
   -webkit-transition: color 0.25s ease;
   transition: color 0.25s ease;
}

.main-contacts__info-social:hover a {
   color: #d389e6;
}

.main-contacts__info-social:hover .main-contacts__info-social-icon i {
   -webkit-transform: rotate(-3deg) scale(1.2);
   -ms-transform: rotate(-3deg) scale(1.2);
   transform: rotate(-3deg) scale(1.2);
   color: #fff;
}

.main-contacts__info-social-icon {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   height: 100%;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -ms-grid-column: 1;
   -ms-grid-column-span: 1;
   grid-column: 1/2;
   -ms-grid-row: 1;
   -ms-grid-row-span: 2;
   grid-row: 1/3;
   background: linear-gradient(135deg, #d389e6, #8a2be2);
   border-radius: 50%;
   color: #fff;
   -webkit-transition:
      -webkit-transform 0.25s ease,
      -webkit-box-shadow 0.25s ease;
   transition:
      -webkit-transform 0.25s ease,
      -webkit-box-shadow 0.25s ease;
   transition:
      transform 0.25s ease,
      box-shadow 0.25s ease;
   transition:
      transform 0.25s ease,
      box-shadow 0.25s ease,
      -webkit-transform 0.25s ease,
      -webkit-box-shadow 0.25s ease;
}

.main-contacts__info-social-icon i {
   font-size: 16px;
   -webkit-transition:
      color 0.3s ease,
      -webkit-transform 0.3s ease;
   transition:
      color 0.3s ease,
      -webkit-transform 0.3s ease;
   transition:
      transform 0.3s ease,
      color 0.3s ease;
   transition:
      transform 0.3s ease,
      color 0.3s ease,
      -webkit-transform 0.3s ease;
}

.main-contacts__info-social-label {
   color: #555;
   font-size: 16px;
   font-weight: 700;
}

.main-contacts__info-link {
   line-height: 160%;
   font-size: 16px;
   color: #334862;
   -webkit-transition: color 0.25s ease;
   transition: color 0.25s ease;
}

.main-contacts__info-link:hover {
   color: #d389e6;
}

.main-contacts__info-link:active {
   color: #334862;
}

.main-contacts__form {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   background: rgba(255, 255, 255, 0.6);
   backdrop-filter: blur(20px);
   padding: 60px 50px;
   border-radius: 20px 100px 20px 100px;
   box-shadow: 0 40px 80px rgba(0, 0, 0, 0.02);
   border: 1px solid rgba(255, 255, 255, 0.8);
}
.main-contacts__form .form-popup__title {
   display: none;
}
.main-contacts__form .form-popup__subtitle {
   display: none;
}
.main-contacts__form form {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   position: relative;
}
.main-contacts__form form .main-contacts__form-input-wrapper {
   margin-bottom: 30px;
   position: relative;
}
.main-contacts__form form .wpcf7-response-output {
   width: 100%;
   position: absolute;
   left: -5px;
   right: 0px;
   bottom: -50px;
   text-align: center;
   display: flex;
   justify-content: center;
   align-items: center;
}
.main-contacts__form form .wpcf7-not-valid-tip {
   position: absolute;
   left: 0;
   bottom: -15px;
}
.main-contacts__form .btn-style {
   padding: 0;
}
.main-contacts__form-input-wrapper {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   gap: 3px;
   margin-bottom: 20px;
}
.main-contacts__form-input-wrapper p {
   display: flex;
   flex-direction: column;
   gap: 7px;
}
.main-contacts__form-input-wrapper p br {
   display: none;
}
.form-popup__form form {
   position: relative;
}
.form-popup__form form .btn-wrap {
   position: relative;
}
.form-popup__form .btn-style {
   padding: 0;
   cursor: pointer;
}
.form-popup__form form .btn-wrap p {
   display: flex;
   width: 100%;
   height: 100%;
   cursor: pointer;
   justify-content: center;
   text-align: center;
   align-items: center;
}
.form-popup__form form .btn-wrap p input {
   cursor: pointer;
}
.wpcf7-spinner {
   position: absolute;
   left: 73%;
   top: 24%;
}
.wpcf7-not-valid-tip {
   font-size: 12px;
}
.wpcf7 form .wpcf7-response-output {
   display: flex;
   text-align: center;
   font-size: 12px;
}

.main-contacts__form-input-wrapper label {
   font-weight: 500;
   color: #1a2a2a;
   font-size: 14px;
   display: flex;
   line-height: 100%;
}

.main-contacts__form-input-wrapper input {
   background-color: #fff;
   border: 1px solid #ddd;
   border-radius: 5px;
   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   color: #333;
   font-size: 16px;
   height: 2.507em;
   max-width: 100%;
   padding: 15px 10px;
   width: 100%;
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
}

.main-contacts__form-input-wrapper input::-webkit-input-placeholder {
   color: rgba(102, 102, 102, 0.4352941176);
   -webkit-transition: color 0.3s ease;
   transition: color 0.3s ease;
}

.main-contacts__form-input-wrapper input::-moz-placeholder {
   color: rgba(102, 102, 102, 0.4352941176);
   -moz-transition: color 0.3s ease;
   transition: color 0.3s ease;
}

.main-contacts__form-input-wrapper input:-ms-input-placeholder {
   color: rgba(102, 102, 102, 0.4352941176);
   -ms-transition: color 0.3s ease;
   transition: color 0.3s ease;
}

.main-contacts__form-input-wrapper input::-ms-input-placeholder {
   color: rgba(102, 102, 102, 0.4352941176);
   -ms-transition: color 0.3s ease;
   transition: color 0.3s ease;
}

.main-contacts__form-input-wrapper input::placeholder {
   color: rgba(102, 102, 102, 0.4352941176);
   -webkit-transition: color 0.3s ease;
   transition: color 0.3s ease;
}

.main-contacts__form-input-wrapper input:hover {
   border: 1px solid rgba(211, 137, 230, 0.4156862745);
   -webkit-box-shadow: 0 0 10px rgba(211, 137, 230, 0.4);
   box-shadow: 0 0 10px rgba(211, 137, 230, 0.4);
   background-color: #fafafa;
}

.main-contacts__form-input-wrapper input:focus {
   outline: none;
   -webkit-box-shadow: 0 0 12px rgba(138, 43, 226, 0.5);
   box-shadow: 0 0 12px rgba(138, 43, 226, 0.5);
   background-color: #fff;
}

.main-contacts__form-input-wrapper input:focus::-webkit-input-placeholder {
   color: #a9a9a9;
}

.main-contacts__form-input-wrapper input:focus::-moz-placeholder {
   color: #a9a9a9;
}

.main-contacts__form-input-wrapper input:focus:-ms-input-placeholder {
   color: #a9a9a9;
}

.main-contacts__form-input-wrapper input:focus::-ms-input-placeholder {
   color: #a9a9a9;
}

.main-contacts__form-input-wrapper input:focus::placeholder {
   color: #a9a9a9;
}

.main-contacts__form-input-wrapper textarea {
   background-color: #fff;
   border: 1px solid #ddd;
   border-radius: 5px;
   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   color: #333;
   font-size: 16px;
   height: 2.507em;
   max-width: 100%;
   padding: 15px 10px;
   height: 130px;
   width: 100%;
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
}

.main-contacts__form-input-wrapper textarea::-webkit-input-placeholder {
   color: rgba(102, 102, 102, 0.4352941176);
   -webkit-transition: color 0.3s ease;
   transition: color 0.3s ease;
}

.main-contacts__form-input-wrapper textarea::-moz-placeholder {
   color: rgba(102, 102, 102, 0.4352941176);
   -moz-transition: color 0.3s ease;
   transition: color 0.3s ease;
}

.main-contacts__form-input-wrapper textarea:-ms-input-placeholder {
   color: rgba(102, 102, 102, 0.4352941176);
   -ms-transition: color 0.3s ease;
   transition: color 0.3s ease;
}

.main-contacts__form-input-wrapper textarea::-ms-input-placeholder {
   color: rgba(102, 102, 102, 0.4352941176);
   -ms-transition: color 0.3s ease;
   transition: color 0.3s ease;
}

.main-contacts__form-input-wrapper textarea::placeholder {
   color: rgba(102, 102, 102, 0.4352941176);
   -webkit-transition: color 0.3s ease;
   transition: color 0.3s ease;
}

.main-contacts__form-input-wrapper textarea:hover {
   border: 1px solid rgba(211, 137, 230, 0.3058823529);
   -webkit-box-shadow: 0 0 10px rgba(211, 137, 230, 0.4);
   box-shadow: 0 0 10px rgba(211, 137, 230, 0.4);
   background-color: #fafafa;
}

.main-contacts__form-input-wrapper textarea:focus {
   outline: none;
   -webkit-box-shadow: 0 0 12px rgba(138, 43, 226, 0.5);
   box-shadow: 0 0 12px rgba(138, 43, 226, 0.5);
   background-color: #fff;
}

.main-contacts__form-input-wrapper textarea:focus::-webkit-input-placeholder {
   color: #a9a9a9;
}

.main-contacts__form-input-wrapper textarea:focus::-moz-placeholder {
   color: #a9a9a9;
}

.main-contacts__form-input-wrapper textarea:focus:-ms-input-placeholder {
   color: #a9a9a9;
}

.main-contacts__form-input-wrapper textarea:focus::-ms-input-placeholder {
   color: #a9a9a9;
}

.main-contacts__form-input-wrapper textarea:focus::placeholder {
   color: #a9a9a9;
}

/*===========footer================================*/

.footer {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   padding: 60px 0px 20px;
   height: -webkit-fit-content;
   height: -moz-fit-content;
   height: fit-content;
   border-top: 5px solid transparent;
   -o-border-image: linear-gradient(90deg, #d389e6, #8a2be2);
   border-image: -webkit-gradient(linear, left top, right top, from(#d389e6), to(#8a2be2));
   border-image: linear-gradient(90deg, #d389e6, #8a2be2);
   border-image-slice: 1;
   background: linear-gradient(
      288.68deg,
      #396896 0.61%,
      rgba(236, 193, 253, 0.48) 47.06%,
      rgba(255, 223, 249, 0.797708) 71.9%,
      rgba(255, 255, 255, 0) 102.22%
   );
}

.footer__body {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 100%;
}

.footer__content {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   gap: 30px;
   margin-bottom: 60px;
}

.footer__left {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   max-width: 370px;
   width: 100%;
}

.footer__logo {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   position: relative;
   width: 240px;
   height: 120px;
}

.footer__logo img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
}

.footer__contacts {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   gap: 25px;
   margin-bottom: 60px;
}

.footer__contact {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   gap: 15px;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.footer__contact a {
   font-size: 16px;
   line-height: 150%;
   color: #1a2a2a;
   text-decoration: none;
   -webkit-transition: color 0.3s ease;
   transition: color 0.3s ease;
   cursor: pointer;
}

.footer__contact:hover a {
   color: #d389e6;
}

.footer__contact:hover .footer__contact-icon {
   -webkit-transform: translateY(-2px) scale(1.15);
   -ms-transform: translateY(-2px) scale(1.15);
   transform: translateY(-2px) scale(1.15);
   color: #d389e6;
}

.footer__contact-icon {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   font-size: 16px;
   color: #d389e6;
   -webkit-transition:
      background 0.25s ease,
      color 0.25s ease,
      -webkit-transform 0.25s ease,
      -webkit-box-shadow 0.25s ease;
   transition:
      background 0.25s ease,
      color 0.25s ease,
      -webkit-transform 0.25s ease,
      -webkit-box-shadow 0.25s ease;
   transition:
      transform 0.25s ease,
      box-shadow 0.25s ease,
      background 0.25s ease,
      color 0.25s ease;
   transition:
      transform 0.25s ease,
      box-shadow 0.25s ease,
      background 0.25s ease,
      color 0.25s ease,
      -webkit-transform 0.25s ease,
      -webkit-box-shadow 0.25s ease;
}

.footer__contact-icon i {
   -webkit-transition:
      color 0.3s ease,
      fill 0.3s ease,
      -webkit-transform 0.3s ease;
   transition:
      color 0.3s ease,
      fill 0.3s ease,
      -webkit-transform 0.3s ease;
   transition:
      transform 0.3s ease,
      color 0.3s ease,
      fill 0.3s ease;
   transition:
      transform 0.3s ease,
      color 0.3s ease,
      fill 0.3s ease,
      -webkit-transform 0.3s ease;
}

.footer__socials {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   gap: 15px;
}

.footer__social {
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   width: 46px;
   height: 46px;
   padding: 10px;
   border-radius: 50%;
   background: rgba(255, 255, 255, 0.65);
   border: 1px solid rgba(211, 137, 230, 0.25);
   backdrop-filter: blur(10px);
   -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
   cursor: pointer;
   color: #1a2a2a;
   -webkit-transition:
      background 0.25s ease,
      color 0.25s ease,
      -webkit-transform 0.25s ease,
      -webkit-box-shadow 0.25s ease;
   transition:
      background 0.25s ease,
      color 0.25s ease,
      -webkit-transform 0.25s ease,
      -webkit-box-shadow 0.25s ease;
   transition:
      transform 0.25s ease,
      box-shadow 0.25s ease,
      background 0.25s ease,
      color 0.25s ease;
   transition:
      transform 0.25s ease,
      box-shadow 0.25s ease,
      background 0.25s ease,
      color 0.25s ease,
      -webkit-transform 0.25s ease,
      -webkit-box-shadow 0.25s ease;
}

.footer__social i {
   font-size: 18px;
   fill: currentColor;
   -webkit-transition:
      fill 0.3s ease,
      color 0.3s ease,
      -webkit-transform 0.3s ease;
   transition:
      fill 0.3s ease,
      color 0.3s ease,
      -webkit-transform 0.3s ease;
   transition:
      transform 0.3s ease,
      fill 0.3s ease,
      color 0.3s ease;
   transition:
      transform 0.3s ease,
      fill 0.3s ease,
      color 0.3s ease,
      -webkit-transform 0.3s ease;
}

.footer__social:hover {
   -webkit-transform: translateY(-2px);
   -ms-transform: translateY(-2px);
   transform: translateY(-2px);
   background: rgba(255, 255, 255, 0.9);
   -webkit-box-shadow: 0 8px 20px rgba(211, 137, 230, 0.18);
   box-shadow: 0 8px 20px rgba(211, 137, 230, 0.18);
   color: #d389e6;
}

.footer__social:hover i,
.footer__social:hover svg {
   -webkit-transform: scale(1.18) rotate(-3deg);
   -ms-transform: scale(1.18) rotate(-3deg);
   transform: scale(1.18) rotate(-3deg);
   fill: currentColor;
}

.footer__social:active {
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0);
   -webkit-box-shadow: 0 3px 8px rgba(211, 137, 230, 0.12);
   box-shadow: 0 3px 8px rgba(211, 137, 230, 0.12);
}

.footer__social:focus-visible {
   outline: none;
   -webkit-box-shadow: 0 0 0 3px rgba(211, 137, 230, 0.25);
   box-shadow: 0 0 0 3px rgba(211, 137, 230, 0.25);
}

.footer__right {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 100%;
}

.footer__right-subscribe {
   background: rgba(255, 255, 255, 0.8);
   border-radius: 12px;
   padding: 30px;
   margin-bottom: 50px;
   -webkit-box-shadow: 0px 10px 30px rgba(211, 137, 230, 0.15);
   box-shadow: 0px 10px 30px rgba(211, 137, 230, 0.15);
   border: 1px solid rgba(211, 137, 230, 0.1);
   background: rgba(255, 255, 255, 0.6);
   backdrop-filter: blur(20px);
   border-radius: 60px 20px 60px 20px;
   box-shadow: 0 40px 80px rgba(0, 0, 0, 0.02);
   border: 1px solid rgba(255, 255, 255, 0.8);
}

.footer__right-subscribe-title {
   font-weight: 700;
   line-height: 120%;
   font-family: 'Poppins', sans-serif;
   color: #1a2a2a;
   font-size: 16px;
   margin-bottom: 15px;
}

.footer__right-subscribe-subtitle {
   color: #666666;
   font-size: 16px;
   line-height: 150%;
   margin-bottom: 15px;
}

.footer__right-subscribe-form {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
}

.footer__right-subscribe-form form {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 20px;
   padding: 0 !important;
   justify-content: space-between;
   position: relative;
}
.footer__right-subscribe-form .mailpoet_paragraph {
   margin: 0 !important;
}
.footer__right-subscribe-form .mailpoet_paragraph .mailpoet_text {
   padding: 0 !important;
}
.footer__right-subscribe-form .mailpoet_submit {
   padding: 0 !important;
   margin: 0 !important;
   padding: 0 !important;
   white-space: nowrap !important;
   width: 200px !important;
}
.footer__right-subscribe-form form input::placeholder {
   font-size: 16px;
   color: #a9a9a9;
}
.footer__right-subscribe-form .mailpoet_message {
   position: absolute;

   text-align: center;
   width: 100%;
   padding: 0;
}
.footer__right-subscribe-form .mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success {
   left: 0 !important;
   top: 0 !important;
   transform: translate(0, 0);
}
.footer__right-subscribe-input {
   background-color: #fff;
   border: 1px solid #ddd;
   border-radius: 5px;
   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   color: #333;
   font-size: 16px;
   height: 2.507em;
   max-width: 100%;
   padding: 15px 10px;
   width: 100%;
   height: 45px;
}

.footer__right-subscribe-submit {
   border-radius: 6px;
   height: 45px;
   padding: 0px 28px;
}

.footer__menu {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
}

.footer__menu-body {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
}

.footer__menu-body ul {
   display: -ms-grid;
   display: grid;
   width: 100%;
   -ms-grid-columns: (1fr) [4];
   grid-template-columns: repeat(4, 1fr);
   gap: 15px 30px;
}

.footer__menu-body ul li a {
   color: #1a2a2a;
   text-decoration: none;
   font-weight: 500;
   font-size: 16px;
   -webkit-transition: color 0.3s;
   transition: color 0.3s;
   display: inline-block;
   padding: 5px 0;
   position: relative;
}

.footer__menu-body ul li a::before {
   content: '';
   position: absolute;
   bottom: -4px;
   width: 0;
   height: 2px;
   background: #d389e6;
   -webkit-transition: all 0.4s;
   transition: all 0.4s;
   border-radius: 2px;
}

.footer__menu-body ul li a:hover {
   color: #d389e6;
   -webkit-transition: all 0.4s;
   transition: all 0.4s;
}

.footer__menu-body ul li a:hover:before {
   width: 100%;
   -webkit-transition: all 0.4s;
   transition: all 0.4s;
}

.footer__copy {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   text-align: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   padding-top: 25px;
   border-top: 1px solid rgba(211, 137, 230, 0.2);
   width: 100%;
   font-size: 0.85rem;
   opacity: 0.7;
   color: #1a2a2a;
   margin-top: 20px;
   font-size: 14px;
   line-height: 160%;
   gap: 20px 60px;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
}
.footer__copy a {
   transition: color 0.25s;
   color: #1a2a2a;
}
.footer__copy a:hover {
   color: #1a2a2a;
   color: rgb(211, 137, 230);
}
/*===========popup form================================*/

.form-popup {
   position: fixed;
   top: 0;
   left: 0;
   width: 100vw;
   height: 100vh;
   background: rgba(0, 0, 0, 0.6509803922);
   z-index: 200;
   display: none;
}

.form-popup__close {
   position: absolute;
   top: 20px;
   right: 20px;
   color: #1a2a2a;
   z-index: 10;
   font-size: 16px;
   cursor: pointer;
   -webkit-transition: color 0.3s ease;
   transition: color 0.3s ease;
}

.form-popup__close:hover {
   color: #d389e6;
}

.form-popup__close:active {
   color: #334862;
}

.form-popup__body {
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   max-width: 500px;
   width: 100%;
   position: relative;
}

.form-popup__title {
   font-family: 'Poppins', sans-serif;
   font-weight: 700;
   line-height: 120%;
   font-size: 22px;
   margin-bottom: 20px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   text-align: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}
.form-popup-text {
   font-size: 12px;
   line-height: 160%;
   color: #1a2a2a;
   margin-top: 20px;
}
.form-popup-text a {
   color: #d389e6;
   text-decoration: none;
   font-weight: 400;
}
.form-popup-text a:hover {
   color: #1a2a2a;
   transition: color 0.25s;
}
.form-popup__subtitle {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   margin-bottom: 20px;
   display: flex;
   width: 100%;
   text-align: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.form-popup__subtitle p {
   font-size: 16px;
   line-height: 160%;
   color: #1a2a2a;
}

.form-popup__form {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   padding: 40px 30px 60px;
   background: rgba(255, 255, 255, 0.9);
   border-radius: 20px;
   -webkit-box-shadow: 0px 20px 40px rgba(211, 137, 230, 0.15);
   box-shadow: 0px 20px 40px rgba(211, 137, 230, 0.15);
   backdrop-filter: blur(5px);
}

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

.form-popup__form form .btn-wrap {
   margin: 0 auto;
}
.form-popup__form form .main-contacts__form-input-wrapper {
   position: relative;
   margin-bottom: 30px;
}
.form-popup__form form .main-contacts__form-input-wrapper .wpcf7-not-valid-tip {
   position: absolute;
   left: 0;
   bottom: -15px;
}
.form-popup__form-input-wrapper {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   gap: 10px;
   margin-bottom: 20px;
}

.form-popup__form-input-wrapper label {
   font-weight: 500;
   color: #1a2a2a;
   font-size: 14px;
}

.form-popup__form-input-wrapper input {
   background-color: #fff;
   border: 1px solid #ddd;
   border-radius: 5px;
   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   color: #333;
   font-size: 16px;
   height: 2.507em;
   max-width: 100%;
   padding: 15px 10px;
   width: 100%;
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
}

.form-popup__form-input-wrapper input::-webkit-input-placeholder {
   color: rgba(102, 102, 102, 0.4352941176);
   -webkit-transition: color 0.3s ease;
   transition: color 0.3s ease;
}

.form-popup__form-input-wrapper input::-moz-placeholder {
   color: rgba(102, 102, 102, 0.4352941176);
   -moz-transition: color 0.3s ease;
   transition: color 0.3s ease;
}

.form-popup__form-input-wrapper input:-ms-input-placeholder {
   color: rgba(102, 102, 102, 0.4352941176);
   -ms-transition: color 0.3s ease;
   transition: color 0.3s ease;
}

.form-popup__form-input-wrapper input::-ms-input-placeholder {
   color: rgba(102, 102, 102, 0.4352941176);
   -ms-transition: color 0.3s ease;
   transition: color 0.3s ease;
}

.form-popup__form-input-wrapper input::placeholder {
   color: rgba(102, 102, 102, 0.4352941176);
   -webkit-transition: color 0.3s ease;
   transition: color 0.3s ease;
}

.form-popup__form-input-wrapper input:hover {
   border: 1px solid rgba(211, 137, 230, 0.4156862745);
   -webkit-box-shadow: 0 0 10px rgba(211, 137, 230, 0.4);
   box-shadow: 0 0 10px rgba(211, 137, 230, 0.4);
   background-color: #fafafa;
}

.form-popup__form-input-wrapper input:focus {
   outline: none;
   -webkit-box-shadow: 0 0 12px rgba(138, 43, 226, 0.5);
   box-shadow: 0 0 12px rgba(138, 43, 226, 0.5);
   background-color: #fff;
}

.form-popup__form-input-wrapper input:focus::-webkit-input-placeholder {
   color: #a9a9a9;
}

.form-popup__form-input-wrapper input:focus::-moz-placeholder {
   color: #a9a9a9;
}

.form-popup__form-input-wrapper input:focus:-ms-input-placeholder {
   color: #a9a9a9;
}

.form-popup__form-input-wrapper input:focus::-ms-input-placeholder {
   color: #a9a9a9;
}

.form-popup__form-input-wrapper input:focus::placeholder {
   color: #a9a9a9;
}

.form-popup__form-input-wrapper textarea {
   background-color: #fff;
   border: 1px solid #ddd;
   border-radius: 5px;
   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   color: #333;
   font-size: 16px;
   height: 2.507em;
   max-width: 100%;
   padding: 15px 10px;
   height: 130px;
   width: 100%;
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
}

.form-popup__form-input-wrapper textarea::-webkit-input-placeholder {
   color: rgba(102, 102, 102, 0.4352941176);
   -webkit-transition: color 0.3s ease;
   transition: color 0.3s ease;
}

.form-popup__form-input-wrapper textarea::-moz-placeholder {
   color: rgba(102, 102, 102, 0.4352941176);
   -moz-transition: color 0.3s ease;
   transition: color 0.3s ease;
}

.form-popup__form-input-wrapper textarea:-ms-input-placeholder {
   color: rgba(102, 102, 102, 0.4352941176);
   -ms-transition: color 0.3s ease;
   transition: color 0.3s ease;
}

.form-popup__form-input-wrapper textarea::-ms-input-placeholder {
   color: rgba(102, 102, 102, 0.4352941176);
   -ms-transition: color 0.3s ease;
   transition: color 0.3s ease;
}

.form-popup__form-input-wrapper textarea::placeholder {
   color: rgba(102, 102, 102, 0.4352941176);
   -webkit-transition: color 0.3s ease;
   transition: color 0.3s ease;
}

.form-popup__form-input-wrapper textarea:hover {
   border: 1px solid rgba(211, 137, 230, 0.3058823529);
   -webkit-box-shadow: 0 0 10px rgba(211, 137, 230, 0.4);
   box-shadow: 0 0 10px rgba(211, 137, 230, 0.4);
   background-color: #fafafa;
}

.form-popup__form-input-wrapper textarea:focus {
   outline: none;
   -webkit-box-shadow: 0 0 12px rgba(138, 43, 226, 0.5);
   box-shadow: 0 0 12px rgba(138, 43, 226, 0.5);
   background-color: #fff;
}

.form-popup__form-input-wrapper textarea:focus::-webkit-input-placeholder {
   color: #a9a9a9;
}

.form-popup__form-input-wrapper textarea:focus::-moz-placeholder {
   color: #a9a9a9;
}

.form-popup__form-input-wrapper textarea:focus:-ms-input-placeholder {
   color: #a9a9a9;
}

.form-popup__form-input-wrapper textarea:focus::-ms-input-placeholder {
   color: #a9a9a9;
}

.form-popup__form-input-wrapper textarea:focus::placeholder {
   color: #a9a9a9;
}

.form-popup__form-submit {
   background-color: #d389e6;
   color: #ffffff;
   -webkit-box-shadow: 0 6px 20px rgba(211, 137, 230, 0.3);
   box-shadow: 0 6px 20px rgba(211, 137, 230, 0.3);
   display: inline-block;
   padding: 16px 28px;
   border-radius: 50px;
   font-weight: 600;
   text-decoration: none;
   -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
   transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
   border: none;
   font-size: 16px;
   letter-spacing: 0.5px;
   white-space: nowrap;
   cursor: pointer;
   position: relative;
   margin: 0 auto;
}

/*===========popup osvita================================*/

.osvita-popup {
   position: fixed;
   inset: 0;
   background: rgba(0, 0, 0, 0.85);
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   opacity: 0;
   visibility: hidden;
   -webkit-transition: 0.3s;
   transition: 0.3s;
   z-index: 105;
}

.osvita-popup.active {
   opacity: 1;
   visibility: visible;
}

.osvita-popup__body {
   position: relative;
   max-width: 600px;

   max-height: 80%;
}
.osvita-popup-slider {
   width: 100%;
}
.osvita-popup__body .swiper-wrapper {
   display: flex;
   width: 100%;
}
.osvita-popup__body .swiper-slide {
   height: 80vh;

   display: flex;
   width: fit-content;
   justify-content: center;
   align-items: center;
   border-radius: 10px;
}
.osvita-popup__body .swiper-slide img {
   display: flex;
   position: absolute;
   object-fit: contain;
   width: 100%;
   height: 100%;
}
.osvita-popup__body-close {
   position: absolute;
   top: -20px;
   right: -30px;
   background: #d389e6;
   color: white;
   border: none;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   width: 40px;
   height: 40px;
   border-radius: 50%;
   font-size: 22px;
   cursor: pointer;
   display: flex;
   line-height: 160%;
   align-items: center;
   justify-content: center;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
   z-index: 100;
}
.osvita-popup .swiper-button-prev {
   position: absolute;
   bottom: 0;
   left: 5px;
}
.osvita-popup .swiper-button-next {
   position: absolute;
   right: 5px;
   bottom: 0;
}

/*===========about hero================================*/

.about-hero {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   background: linear-gradient(
      288.68deg,
      #396896 0.61%,
      rgba(236, 193, 253, 0.48) 47.06%,
      rgba(255, 223, 249, 0.797708) 71.9%,
      rgba(255, 255, 255, 0) 102.22%
   );
   padding: 150px 0px 120px;
}

.about-hero__body {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   gap: 40px;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}
.about-hero__container {
   display: flex;
   flex-direction: column;
}

.about-hero__content {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 100%;
   max-width: 500px;
}

.about-hero__text {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   color: #2d3e50;
   margin-bottom: 20px;
   margin: 30px 0px;
   padding: 30px 40px 20px 40px;
   background: rgba(255, 255, 255, 0.3);
   backdrop-filter: blur(5px);
   border-radius: 100px 20px 100px 20px;
   border: 1px solid rgba(255, 255, 255, 0.5);
}

.about-hero__text p {
   line-height: 170%;
   font-weight: 500;
   font-size: 16px;
}

.about-hero__wrapper {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   max-width: 555px;
}

.about-hero__image {
   position: relative;
   width: 100%;
   padding-bottom: 81%;
   -webkit-box-shadow: 0 20px 50px rgba(211, 137, 230, 0.3);
   box-shadow: 0 20px 50px rgba(211, 137, 230, 0.3);
   border: 5px solid rgba(255, 255, 255, 0.3);
   border-radius: 20px;
   overflow: hidden;
}

.about-hero__image img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
}

/*===========main second================================*/

.about-second {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   padding: 100px 0px;
}

.about-second__body {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 100%;
}

.about-second__description {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   gap: 20px;
   margin-bottom: 80px;
}

.about-second__description p {
   font-size: 16px;
   line-height: 180%;
   color: #666666;
}

.about-second__osvita-wrapper {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   gap: 60px;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: stretch;
   -ms-flex-align: stretch;
   align-items: stretch;
}

.about-second__osvita-container {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 100%;
}

.about-second__osvita {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   margin-bottom: 60px;
}

.about-second__osvita-title {
   font-family: 'Poppins', sans-serif;
   font-weight: 700;
   line-height: 120%;
   font-size: 28px;
   color: #1a2a2a;
   margin-bottom: 20px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   padding-bottom: 20px;
   border-bottom: 2px solid rgba(211, 137, 230, 0.2);
}

.about-second__osvita-title i {
   font-size: 33px;
   color: #d389e6;
   margin-right: 15px;
}

.about-second__osvita-items {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   gap: 80px;
   border-left: 3px solid;
   -o-border-image: linear-gradient(to bottom, #d389e6, #8a2be2) 1;
   border-image: -webkit-gradient(linear, left top, left bottom, from(#d389e6), to(#8a2be2)) 1;
   border-image: linear-gradient(to bottom, #d389e6, #8a2be2) 1;
   border-radius: 3px;
}

/* .about-second__osvita-items:before {
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   bottom: 0;
   width: 3px;
   background: -webkit-gradient(linear, left top, left bottom, from(#d389e6), to(#8a2be2));
   background: linear-gradient(to bottom, #d389e6, #8a2be2);
   border-radius: 3px;
   z-index: 1;
} */

.about-second__osvita-item {
   padding-left: 30px;
   position: relative;
}

.about-second__osvita-item::before {
   content: '';
   position: absolute;
   left: -9px;
   top: 5px;
   width: 15px;
   height: 15px;
   background: #d389e6;
   border-radius: 50%;
   border: 3px solid #ffffff;
   -webkit-box-shadow: 0 0 0 3px rgba(211, 137, 230, 0.3);
   box-shadow: 0 0 0 3px rgba(211, 137, 230, 0.3);
}

.about-second__osvita-item-date {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: -webkit-fit-content;
   width: -moz-fit-content;
   width: fit-content;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   background-color: rgba(211, 137, 230, 0.1);
   color: #d389e6;
   padding: 8px 16px;
   border-radius: 50px;
   font-weight: 600;
   margin-bottom: 20px;
   font-size: 16px;
   line-height: 120%;
}

.about-second__osvita-item-name {
   font-size: 18px;
   margin-bottom: 10px;
   color: #1a2a2a;
   line-height: 130%;
   font-weight: 700;
}

.about-second__osvita-item-post {
   font-size: 16px;
   line-height: 160%;
   color: #666666;
   font-weight: 400;
}

.about-second__osvita-dodatkovo {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
}

.about-second__osvita-dodatkovo-title {
   font-family: 'Poppins', sans-serif;
   font-weight: 700;
   line-height: 120%;
   font-size: 28px;
   color: #1a2a2a;
   margin-bottom: 20px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   padding-bottom: 20px;
   border-bottom: 2px solid rgba(211, 137, 230, 0.2);
}

.about-second__osvita-dodatkovo-title i {
   font-size: 33px;
   color: #d389e6;
   margin-right: 15px;
}

.about-second__osvita-dodatkovo-items {
   display: -ms-grid;
   display: grid;
   -ms-grid-columns: (1fr) [2];
   grid-template-columns: repeat(2, 1fr);
   gap: 25px;
}

.about-second__osvita-dodatkovo-item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   background-color: #ffffff;
   border-radius: 12px;
   padding: 25px;
   -webkit-box-shadow: 0 5px 20px rgba(211, 137, 230, 0.1);
   box-shadow: 0 5px 20px rgba(211, 137, 230, 0.1);
   border: 1px solid rgba(211, 137, 230, 0.1);
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
   border-radius: 40px 20px 40px 20px;
}

.about-second__osvita-dodatkovo-item-date {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: -webkit-fit-content;
   width: -moz-fit-content;
   width: fit-content;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   background-color: rgba(211, 137, 230, 0.1);
   color: #d389e6;
   padding: 8px 16px;
   border-radius: 50px;
   font-weight: 600;
   margin-bottom: 10px;
   font-size: 14px;
   line-height: 120%;
}

.about-second__osvita-dodatkovo-item-kyrs {
   font-size: 18px;
   margin-bottom: 10px;
   color: #1a2a2a;
   line-height: 130%;
   font-weight: 700;
}

.about-second__osvita-dodatkovo-item-time {
   font-size: 16px;
   line-height: 160%;
   color: #666666;
   font-weight: 400;
}

.about-second__osvita-wrapper-image-wrapper {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   max-width: 400px;
   width: 100%;
}

.about-second__osvita-wrapper-image-container {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 100%;
   height: -webkit-fit-content;
   height: -moz-fit-content;
   height: fit-content;
   position: sticky;
   top: 40px;
   -ms-flex-item-align: start;
   align-self: flex-start;
}

.about-second__osvita-wrapper-images {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   position: relative;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-shadow: 0px 20px 40px rgba(211, 137, 230, 0.15);
   box-shadow: 0px 20px 40px rgba(211, 137, 230, 0.15);
   background: #fff;
   border-radius: 20px;
   width: 100%;
   padding: 30px;
   gap: 15px;
   overflow: hidden;
   margin-bottom: 20px;
}

.about-second__osvita-wrapper-decor {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 180px;
   height: 180px;
   position: absolute;
   background: linear-gradient(235deg, rgba(211, 137, 230, 0.455), rgba(100, 36, 160, 0.751));
   border-radius: 12px;
}

.about-second__osvita-wrapper-decor::before {
   content: '';
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   width: 90%;
   height: 90%;
   border-radius: 2px;
   background: #fff;
}

.about-second__osvita-wrapper-decor.decor-1 {
   top: 0;
   right: 0;
}

.about-second__osvita-wrapper-decor.decor-2 {
   left: 0;
   top: 31%;
}

.about-second__osvita-wrapper-decor.decor-3 {
   bottom: 0;
   right: 0;
}

.about-second__osvita-wrapper-image {
   position: relative;
   width: 100%;
   aspect-ratio: 1/0.9;
   border-radius: 12px;
   overflow: hidden;
}

.about-second__osvita-wrapper-image img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
}

.about-second__osvita-wrapper-info {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   padding: 20px 30px 30px;
   background: #f7f9f9;
   border-radius: 12px;
   /* border-left: 4px solid #d389e6; */
   text-align: center;
   background: linear-gradient(135deg, rgb(249, 240, 255) 0%, rgb(230, 247, 255) 100%);
   border-radius: 40px 20px 40px 20px;
   box-shadow: 0 30px 60px rgba(0, 0, 0, 0.02);
   border: 1px solid rgba(211, 137, 230, 0.1);
}

.about-second__osvita-wrapper-info p {
   font-style: italic;
   color: #666666;
   font-size: 16px;
   line-height: 150%;
}

.about-second__osvita-wrapper-info i {
   color: #d389e6;
   font-size: 24px;
   margin-bottom: 10px;
}

/*===========about asociation================================*/

.about-asociation {
   background: linear-gradient(135deg, rgba(211, 137, 230, 0.05), rgba(138, 43, 226, 0.05));
   padding: 80px 0;
}

.about-asociation__body {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   border-radius: 20px;
   padding: 60px;
   border: 1px solid rgba(211, 137, 230, 0.1);
   background-color: #ffffff;
   -webkit-box-shadow: 0px 10px 30px rgba(211, 137, 230, 0.15);
   box-shadow: 0px 10px 30px rgba(211, 137, 230, 0.15);
}

.about-asociation__title {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   position: relative;
   font-family: 'Poppins', sans-serif;
   font-weight: 700;
   line-height: 120%;
   font-size: 28px;
   color: #1a2a2a;
   margin-bottom: 20px;
   display: flex;
   width: 100%;
   padding-bottom: 20px;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   margin-bottom: 30px;
}

.about-asociation__title::before {
   content: '';
   position: absolute;
   bottom: 0;
   left: 50%;
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
   width: 80px;
   height: 4px;
   background: -webkit-gradient(linear, left top, right top, from(#d389e6), to(#8a2be2));
   background: linear-gradient(90deg, #d389e6, #8a2be2);
   border-radius: 2px;
}

.about-asociation__text {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 100%;
   text-align: center;
   margin-bottom: 40px;
   color: #666666;
   font-size: 16px;
   max-width: 640px;
   line-height: 170%;
}

.about-asociation__items {
   display: -ms-grid;
   display: grid;
   -ms-grid-columns: (1fr) [2];
   grid-template-columns: repeat(2, 1fr);
   gap: 40px;
}

.about-asociation__item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   background-color: #f7f9f9;
   border-radius: 20px;
   padding: 40px;
   display: flex;
   flex-direction: column;
   align-items: center;
   text-align: center;
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
   border: 1px solid rgba(211, 137, 230, 0.1);
   min-height: 100%;
}

.about-asociation__item-icon {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   width: 100px;
   height: 100px;
   border-radius: 50%;
   background: linear-gradient(135deg, #d389e6, #8a2be2);
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 30px;
   color: #fff;
   font-size: 44px;
}

.about-asociation__item-title {
   font-size: 22px;
   margin-bottom: 20px;
   color: #1a2a2a;
   font-weight: 700;
   line-height: 160%;
}

.about-asociation__item-text {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   font-size: 16px;
   color: #666666;
   margin-bottom: 25px;
   line-height: 160%;
   -webkit-box-flex: 1;
   -ms-flex: 1 1 auto;
   flex: 1 1 auto;
}

/*===========archive blog hero================================*/

.archive-hero {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   position: relative;
   height: -webkit-fit-content;
   height: -moz-fit-content;
   height: fit-content;
   background: linear-gradient(135deg, rgba(211, 137, 230, 0.08) 0%, rgba(201, 168, 142, 0.05) 100%);
   padding: 180px 0px 80px;
}

.archive-hero img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
   z-index: -1;
   opacity: 0.05;
}

.archive-hero__body {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   height: 100%;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   text-align: center;
   max-width: 800px;
   margin: 0 auto;
}

.archive-hero__title {
   padding-bottom: 0;
}

.archive-hero__title:before {
   display: none;
}

.archive-hero__description {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   font-size: 20px;
   line-height: 170%;
   color: #2d3e50;
   margin-bottom: 20px;
}

.archive-hero__search {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   max-width: 500px;
   height: 45px;
   margin-bottom: 30px;
}

.archive-hero__search form {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
}
div.asl_w .probox .promagnifier {
   display: none !important;
}
#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
   padding: 20px 0px !important;
   color: #333 !important;
   font-size: 16px !important;
   font-family: 'Inter', sans-serif !important;
}
div.asl_m .probox .proinput {
   margin: 0 !important;
}
#ajaxsearchlite1 .probox,
div.asl_w .probox {
   background-color: #fff !important;
   border: 1px solid #ddd !important;
   border-radius: 5px !important;
   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important;
   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important;
   -webkit-box-sizing: border-box !important;
   box-sizing: border-box !important;
   color: #333 !important;
   font-size: 16px !important;
   font-family: 'Inter', sans-serif !important;
}
#ajaxsearchlite1 .probox,
div.asl_w .probox:focus {
   outline: none;
   -webkit-box-shadow: 0 0 12px rgba(138, 43, 226, 0.5) !important;
   box-shadow: 0 0 12px rgba(138, 43, 226, 0.5) !important;
   background-color: #fff !important;
}
div.asl_w .probox .proinput input.autocomplete {
   display: none !important;
}
#ajaxsearchlite1 .probox,
div.asl_w .probox {
   height: 45px !important;
   padding: 0px 10px !important;
   font-family: 'Inter', sans-serif !important;
}
div.asl_m .probox .proclose {
   width: 30px !important;
   height: 43px !important;
}
div.asl_m .probox .proloading {
   width: 43px !important;
   height: 43px !important;
}
.archive-hero__search form input {
   background-color: #fff;
   border: 1px solid #ddd;
   border-radius: 5px;
   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   color: #333;
   font-size: 16px;
   height: 2.507em;
   max-width: 100%;
   padding: 15px 10px;
   width: 100%;
   height: 100% !important;
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
}

.archive-hero__search form input::-webkit-input-placeholder {
   color: rgba(102, 102, 102, 0.4352941176);
   -webkit-transition: color 0.3s ease;
   transition: color 0.3s ease;
}

.archive-hero__search form input::-moz-placeholder {
   color: rgba(102, 102, 102, 0.4352941176);
   -moz-transition: color 0.3s ease;
   transition: color 0.3s ease;
}

.archive-hero__search form input:-ms-input-placeholder {
   color: rgba(102, 102, 102, 0.4352941176);
   -ms-transition: color 0.3s ease;
   transition: color 0.3s ease;
}

.archive-hero__search form input::-ms-input-placeholder {
   color: rgba(102, 102, 102, 0.4352941176);
   -ms-transition: color 0.3s ease;
   transition: color 0.3s ease;
}

.archive-hero__search form input::placeholder {
   color: rgba(102, 102, 102, 0.4352941176);
   -webkit-transition: color 0.3s ease;
   transition: color 0.3s ease;
}

.archive-hero__search form input:hover {
   border: 1px solid rgba(211, 137, 230, 0.4156862745);
   -webkit-box-shadow: 0 0 10px rgba(211, 137, 230, 0.4);
   box-shadow: 0 0 10px rgba(211, 137, 230, 0.4);
   background-color: #fafafa;
}

.archive-hero__search form input:focus {
   outline: none;
   -webkit-box-shadow: 0 0 12px rgba(138, 43, 226, 0.5);
   box-shadow: 0 0 12px rgba(138, 43, 226, 0.5);
   background-color: #fff;
}

.archive-hero__search form input:focus::-webkit-input-placeholder {
   color: #a9a9a9;
}

.archive-hero__search form input:focus::-moz-placeholder {
   color: #a9a9a9;
}

.archive-hero__search form input:focus:-ms-input-placeholder {
   color: #a9a9a9;
}

.archive-hero__search form input:focus::-ms-input-placeholder {
   color: #a9a9a9;
}

.archive-hero__search form input:focus::placeholder {
   color: #a9a9a9;
}

/*===========archive posts================================*/

.archive-posts {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.archive-posts__wrapper {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   max-width: 1300px;
   background-color: #f7f9f9;
   padding: 100px 0px;
   margin: 0 auto;
}

.archive-posts__body {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 100%;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.archive-posts__title::before {
   left: 50%;
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
}
.archive-posts__title {
   text-align: center;
}
.archive-posts__items {
   display: -ms-grid;
   display: grid;
   -ms-grid-columns: (1fr) [2];
   grid-template-columns: repeat(2, 1fr);
   gap: 40px;
   margin-bottom: 80px;
   width: 100%;
}
.archive-posts__items p {
   grid-column: 1/3;
   text-align: center;
   font-size: 18px;
   color: #2d3e50;
}
.archive-posts__item-not-found {
   display: flex;
   width: 100%;
   text-align: center;
   font-size: 18px;
   color: #2d3e50;
   display: grid;
   grid-column: 1/3;
}
.archive-posts__item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   border-radius: 20px;
   overflow: hidden;
   position: relative;
   background-color: #ffffff;
   -webkit-box-shadow: 0px 10px 30px rgba(211, 137, 230, 0.15);
   box-shadow: 0px 10px 30px rgba(211, 137, 230, 0.15);
   height: 100%;
}

.archive-posts__item:hover .archive-posts__item-image img {
   -webkit-transform: scale(1.05);
   -ms-transform: scale(1.05);
   transform: scale(1.05);
   -webkit-transition: all 0.5s;
   transition: all 0.5s;
}

.archive-posts__item-content {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   padding: 30px;
   height: 100%;
}

.archive-posts__item-date {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   position: absolute;
   top: 20px;
   left: 20px;
   background: rgba(255, 255, 255, 0.9);
   backdrop-filter: blur(10px);
   padding: 8px 15px;
   border-radius: 12px;
   font-weight: 600;
   color: #d389e6;
   -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
   font-size: 16px;
   line-height: 133%;
   z-index: 2;
}

.archive-posts__item-image {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   padding-bottom: 50%;
   position: relative;
   z-index: 1;
   overflow: hidden;
}

.archive-posts__item-image img {
   -webkit-transition: all 0.5s;
   transition: all 0.5s;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
}

.archive-posts__item-info {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   gap: 20px;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   margin-bottom: 20px;
}

.archive-posts__item-info-item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   gap: 8px;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.archive-posts__item-info-item span {
   color: #666666;
   font-size: 16px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   height: 20px;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.archive-posts__item-info-item i {
   color: #d389e6;
   font-size: 16px;
   height: 20px;
}

.archive-posts__item-title {
   font-family: 'Poppins', sans-serif;
   font-size: 24px;
   margin-bottom: 15px;
   line-height: 140%;
   color: #1a2a2a;
   font-weight: 700;
   cursor: pointer;
}

.archive-posts__item-description {
   font-size: 16px;
   color: #666666;
   margin-bottom: 20px;
   line-height: 170%;
   -webkit-box-flex: 1;
   -ms-flex: 1 1 auto;
   flex: 1 1 auto;
}

.archive-posts__item-link {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   color: #d389e6;
   text-decoration: none;
   font-weight: 600;
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   align-items: center;
   gap: 8px;
   -webkit-transition: gap 0.3s;
   transition: gap 0.3s;
   margin-bottom: 25px;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
}

.archive-posts__item-link:hover {
   gap: 12px;
   color: #111;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
}

.archive-posts__item-link span {
   height: 20px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   font-size: 18px;
}

.archive-posts__item-link i {
   height: 20px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   font-size: 16px;
}

.archive-posts__item-tags {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   gap: 10px;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}

.archive-posts__item-tag {
   background: rgba(211, 137, 230, 0.2);
   color: #d389e6;
   padding: 6px 12px;
   font-size: 14px;
   border-radius: 50px;
   font-weight: 500;
   cursor: pointer;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
}

.archive-posts__item-tag:hover {
   background-color: rgb(211, 137, 230);
   color: #fff;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
}

/*===========pagination================================*/

.pagination-wrapper {
   display: flex;
   justify-content: center;
   margin-top: 40px;
}

.pagination-wrapper ul {
   display: flex;
   gap: 10px;
   list-style: none;
   padding: 0;
   margin: 0;
}

.pagination-wrapper a,
.pagination-wrapper span {
   display: flex;
   align-items: center;
   justify-content: center;
   min-width: 36px;
   height: 36px;
   border-radius: 12px;
   border: 1px solid rgba(211, 137, 230, 0.25);
   backdrop-filter: blur(10px);
   text-decoration: none;
   color: #333;
   font-weight: 500;
   transition: all 0.3s;
   font-size: 16px;
}

.pagination-wrapper a:hover {
   background: rgba(211, 137, 230, 0.2);
   color: #d389e6;
}

.pagination-wrapper .current {
   background: linear-gradient(135deg, #d389e6, #b56ad9);
   color: #fff;
   pointer-events: none;
}

.pagination-wrapper svg {
   width: 16px;
   height: 16px;
}
/*=============archive popular==============================*/

.archive-popular {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   padding: 80px 0px;
   width: 100%;
}

.archive-popular__body {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   text-align: center;
   width: 100%;
}

.archive-popular__title::before {
   left: 50%;
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
}

.archive-popular__subtitle {
   text-align: center;
   font-size: 18px;
   color: #2d3e50;
   margin-bottom: 60px;
}

.archive-popular__items {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   gap: 30px;
}

.archive-popular__item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   text-align: center;
   background: linear-gradient(135deg, rgba(211, 137, 230, 0.05) 0%, rgba(201, 168, 142, 0.05) 100%);
   border-radius: 30px;
   padding: 15px 30px;
   min-width: 120px;
   text-align: center;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
   border: 1px solid rgba(211, 137, 230, 0.1);
}
.archive-popular__item-title span {
   margin-left: 10px;
   color: rgba(102, 102, 102, 0.4352941176);
   font-size: 18px;
}
.archive-popular__item:hover {
   border: 1px solid rgb(211, 137, 230);
   transition: all 0.3s;
   transform: translateY(-5px) !important;
}

.archive-popular__item-icon {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   font-size: 42px;
   height: 46px;
   display: flex;
   margin-bottom: 30px;
   background: linear-gradient(135deg, #d389e6, #8a2be2);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;
}

.archive-popular__item-title {
   font-size: 18px;
   /* margin-bottom: 15px; */
   color: #2d3e50;
   font-family: 'Poppins', sans-serif;
   font-weight: 400;
   transition: all 0.3s;
}

.archive-popular__item-count {
   color: #d389e6;
   font-weight: 600;
   font-size: 16px;
}

/*===========archive subscribe================================*/

.archive-subscribe {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   height: fit-content;
   position: relative;
   background: linear-gradient(135deg, rgba(138, 43, 226, 0.9), rgba(211, 137, 230, 0.9));
   padding: 100px 0;
}

.archive-subscribe img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
   z-index: -1;
}

.archive-subscribe__body {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 100%;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   text-align: center;
   color: #fff;
   max-width: 700px;
   margin: 0 auto;
}

.archive-subscribe__title {
   color: #fff;
   margin-bottom: 20px;
   padding-bottom: 0;
}

.archive-subscribe__title::before {
   display: none;
}

.archive-subscribe__subtitle {
   font-size: 20px;
   margin-bottom: 20px;
   opacity: 0.9;
   line-height: 160%;
}

.archive-subscribe__form {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   margin-bottom: 30px;
   width: 100%;
   max-width: 500px;
   flex-direction: column;
   gap: 20px;
}

.archive-subscribe__form form {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 15px;
   position: relative;
   padding: 0 !important;
}
.archive-subscribe__form form .mailpoet_message {
   position: absolute;
   left: 0;
   top: 10px;
   width: 100%;
}
.archive-subscribe__form form .mailpoet_paragraph {
   margin: 0 !important;
   height: 45px;
   width: 100%;
}
.archive-subscribe__form .mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success {
   left: 0;
   top: 0;
   transform: translate(0, 0);
   width: 100%;
}
.archive-subscribe__form form .mailpoet_paragraph.archive-subscribe__btn {
   max-width: 195px;
   padding: 0;
}
.archive-subscribe__form form .mailpoet_paragraph.archive-subscribe__btn input {
   height: 45px;
   background: #1a2a2a;
   color: #fff;
   border: 1px solid transparent;
   font-weight: 600;
   font-size: 16px;
   line-height: 1;
   letter-spacing: 0.5px;
   cursor: pointer;
}
.archive-subscribe__form form .mailpoet_paragraph input {
   height: 45px !important;
   background-color: #fff;
   border: 1px solid #ddd;
   border-radius: 5px;
   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   color: #333;
   font-size: 16px;
   height: 2.507em;
   max-width: 100%;
   padding: 15px 10px !important;
   width: 100%;
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
}
.archive-subscribe__form form .mailpoet_paragraph input::placeholder {
   color: rgba(102, 102, 102, 0.4352941176);
   -webkit-transition: color 0.3s ease;
   transition: color 0.3s ease;
}
.archive-subscribe__input {
   background-color: #fff;
   border: 1px solid #ddd;
   border-radius: 5px;
   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   color: #333;
   font-size: 16px;
   height: 2.507em;
   max-width: 100%;
   padding: 15px 10px;
   width: 100%;
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
   height: 45px;
}

.archive-subscribe__input::-webkit-input-placeholder {
   color: rgba(102, 102, 102, 0.4352941176);
   -webkit-transition: color 0.3s ease;
   transition: color 0.3s ease;
}

.archive-subscribe__input::-moz-placeholder {
   color: rgba(102, 102, 102, 0.4352941176);
   -moz-transition: color 0.3s ease;
   transition: color 0.3s ease;
}

.archive-subscribe__input:-ms-input-placeholder {
   color: rgba(102, 102, 102, 0.4352941176);
   -ms-transition: color 0.3s ease;
   transition: color 0.3s ease;
}

.archive-subscribe__input::-ms-input-placeholder {
   color: rgba(102, 102, 102, 0.4352941176);
   -ms-transition: color 0.3s ease;
   transition: color 0.3s ease;
}

.archive-subscribe__input::placeholder {
   color: rgba(102, 102, 102, 0.4352941176);
   -webkit-transition: color 0.3s ease;
   transition: color 0.3s ease;
}

.archive-subscribe__input:hover {
   border: 1px solid rgba(211, 137, 230, 0.4156862745);
   -webkit-box-shadow: 0 0 10px rgba(211, 137, 230, 0.4);
   box-shadow: 0 0 10px rgba(211, 137, 230, 0.4);
   background-color: #fafafa;
}

.archive-subscribe__input:focus {
   outline: none;
   -webkit-box-shadow: 0 0 12px rgba(138, 43, 226, 0.5);
   box-shadow: 0 0 12px rgba(138, 43, 226, 0.5);
   background-color: #fff;
}

.archive-subscribe__input:focus::-webkit-input-placeholder {
   color: #a9a9a9;
}

.archive-subscribe__input:focus::-moz-placeholder {
   color: #a9a9a9;
}

.archive-subscribe__input:focus:-ms-input-placeholder {
   color: #a9a9a9;
}

.archive-subscribe__input:focus::-ms-input-placeholder {
   color: #a9a9a9;
}

.archive-subscribe__input:focus::placeholder {
   color: #a9a9a9;
}

.archive-subscribe__btn {
   border-radius: 6px;
   height: 45px;
   padding: 0px 28px;
   background: #1a2a2a;
   border-radius: 12px;
   padding: 0px 40px;
}

.archive-subscribe__submit {
   background-color: #1a2a2a;
   color: white;
   border: none;
   text-transform: uppercase;
   font-size: 16px;
   padding: 0px 40px;
   font-weight: 600;
}

.archive-subscribe__text {
   font-size: 20px;
   opacity: 0.9;
   line-height: 160%;
}
.archive-subscribe__text-footer {
   margin-top: 15px;
   font-size: 12px;
}
.comment-form-mailpoet {
   margin-bottom: 15px;
}

/*===========404================================*/

.error-main {
   padding: 200px 0px 80px;
}

.error-main__body {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 100%;
   max-width: 1200px;
   margin: 0 auto;
   text-align: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   padding: 60px 40px;
   background-color: #ffffff;
   border-radius: 20px;
   -webkit-box-shadow: 0px 10px 30px rgba(211, 137, 230, 0.15);
   box-shadow: 0px 10px 30px rgba(211, 137, 230, 0.15);
   border: 1px solid rgba(211, 137, 230, 0.1);
}
.error-main__container {
   display: flex;
   flex-direction: column;
}
.error-main__title::before {
   left: 50%;
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
}

.error-main__description {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   font-size: 18px;
   color: #666666;
   line-height: 170%;
   max-width: 700px;
   margin: 0 auto 30px;
}

.error-main__subtitle {
   font-size: 20px;
   color: #2d3e50;
   margin-bottom: 40px;
   line-height: 1.7;
   font-weight: 500;
}

.error-main__links {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   max-width: 500px;
   width: 100%;
   margin: 0 auto 50px;
   gap: 20px;
}

.error-main__link {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   text-align: center;
   gap: 15px;
   padding: 20px 25px;
   background-color: #f7f9f9;
   border-radius: 20px;
   text-decoration: none;
   color: #1a2a2a;
   font-weight: 600;
   font-size: 18px;
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
   border: 2px solid transparent;
   text-align: left;
   line-height: 160%;
}

.error-main__link svg {
   width: 24px;
   height: 25px;
   fill: #ffdc5d;
}

.error-main__link:hover {
   -webkit-transform: translateY(-3px);
   -ms-transform: translateY(-3px);
   transform: translateY(-3px);
   -webkit-box-shadow: 0px 20px 40px rgba(211, 137, 230, 0.15);
   box-shadow: 0px 20px 40px rgba(211, 137, 230, 0.15);
   background-color: white;
   border-color: #d389e6;
}

.error-main__info {
   display: inline;
   width: 100%;
   font-size: 20px;
   color: #1a2a2a;
   padding: 25px;
   background-color: rgba(255, 209, 102, 0.1);
   border-radius: 20px;
   border-left: 5px solid #ffd166;
   font-style: italic;
   line-height: 160%;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   width: 100%;
}

.error-main__info svg {
   position: relative;
   top: 5px;
   width: 24px;
   height: 24px;
   margin-left: 10px;
   fill: #ffdc5d;
}

.error-main__contact {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   border-top: 1px solid rgba(211, 137, 230, 0.2);
   padding-top: 40px;
   width: 100%;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.error-main__contact-title {
   font-size: 28px;
   margin-bottom: 25px;
   color: #1a2a2a;
   font-family: 'Poppins', sans-serif;
   font-weight: 700;
   line-height: 120%;
}

.error-main__contact-content {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 10px;
   margin-bottom: 40px;
}

.error-main__contact-label {
   font-size: 20px;
   color: #1a2a2a;
   margin-bottom: 15px;
   font-weight: 700;
}

.error-main__contact-link {
   color: #d389e6;
   text-decoration: none;
   font-weight: 600;
   font-size: 22px;
   -webkit-transition: color 0.3s;
   transition: color 0.3s;
}

.error-main__contact-link:hover {
   color: rgb(164, 82, 185);
}

/*===========single post hero================================*/

.single-hero {
   position: relative;
   width: 100%;
   height: -webkit-fit-content;
   height: -moz-fit-content;
   height: fit-content;
   padding: 200px 0px 30px;
   background: linear-gradient(135deg, rgba(211, 137, 230, 0.08) 0%, rgba(201, 168, 142, 0.05) 100%);
}

.single-hero img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
   opacity: 0.05;
}

.single-hero__body {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   max-width: 850px;
   text-align: center;
   width: 100%;
   margin: 0 auto;
   position: relative;
   z-index: 3;
}

.single-hero__title {
   max-width: 700px;
}

.single-hero__title::before {
   display: none;
}

.single-hero__description {
   font-size: 20px;
   color: #2d3e50;
   line-height: 170%;
   margin-bottom: 40px;
}

/*===========single post info================================*/

.single-info {
   padding: 40px 0px 0px;
}

.single-info__body {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   width: 100%;
   border-bottom: 1px solid rgba(211, 137, 230, 0.2);
   padding-bottom: 40px;
   margin-bottom: 35px;
}
.single-info__tags {
   display: flex;
   width: 100%;
   padding-bottom: 20px;
   gap: 10px;
   flex-wrap: wrap;
}
.single-info__image {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   padding-bottom: 43%;
   position: relative;
   border-radius: 20px;
   overflow: hidden;
   margin-bottom: 40px;
}

.single-info__image img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
}

.single-info__items {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   gap: 30px;
}

.single-info__author {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: -webkit-fit-content;
   width: -moz-fit-content;
   width: fit-content;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.single-info__author-foto {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   position: relative;
   width: 50px;
   height: 50px;
   aspect-ratio: 1/1;
   margin-right: 10px;
   border-radius: 50%;
   overflow: hidden;
}

.single-info__author-foto img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
}

.single-info__author-content {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
}

.single-info__author-name {
   font-size: 16px;
   font-weight: 600;
   color: #1a2a2a;
   line-height: 160%;
}

.single-info__author-post {
   color: #666666;
   font-size: 16px;
   font-weight: 400;
   line-height: 160%;
}

.single-info__item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: -webkit-fit-content;
   width: -moz-fit-content;
   width: fit-content;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 10px;
}

.single-info__item span {
   color: #666666;
   font-size: 16px;
   line-height: 160%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.single-info__item i {
   color: #d389e6;
   font-size: 20px;
   font-weight: 400;
}

/*===========policy================================*/
.policy {
   display: flex;
   padding-top: 160px;
}
.policy h1 {
   text-align: center;
   padding: 0;
   margin-bottom: 20px;
}
.policy h1:before {
   display: none;
}
@media (max-width: 1080px) {
   .policy {
      padding-top: 120px;
   }
   .policy h1 {
      margin-bottom: 10px;
   }
}
/*===========arcticle body================================*/

.single-article {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
}

.single-article__body {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 100%;
   gap: 20px;
   font-size: 18px;
   padding-bottom: 100px;
}
.single-article__body figure {
   position: relative;
   width: 100%;
   padding-bottom: 60%;
   margin: 20px 0px;
}
.single-article__body img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.single-article__body h2 {
   padding: 0px 0px 0px 20px;
   margin: 0;
   margin: 20px 0px;
}

.single-article__body h2::before {
   left: 0;
   height: 100%;
   width: 5px;
   top: 0;
}


.single-article__body h3 {
   padding: 0px 0px 0px 20px;
   margin: 0;
   margin: 20px 0px;
   font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 120%;
    font-size: 26px;
    position: relative;
}

.single-article__body h3::before {
   left: 0;
   height: 100%;
   width: 5px;
   top: 0;
}

.single-article__body div div {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 100%;
   background: linear-gradient(135deg, rgba(211, 137, 230, 0.1) 0%, rgba(138, 43, 226, 0.05) 100%);
   border-radius: 12px;
   padding: 30px;
   margin: 10px 0px;
   border-left: 4px solid #d389e6;
   font-size: 16px;
   line-height: 160%;
   color: #1a2a2a;
}

.single-article__body div strong {
   font-family: 'Poppins', sans-serif;
   color: #d389e6;
   font-size: 18px;
   font-weight: 700;
}

.single-article__body div p {
   font-size: 18px;
   line-height: 160%;
   color: #1a2a2a;
}

.single-article__body ul {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 100%;
   gap: 10px;
}
.single-article__body ul {
   padding-left: 45px;
}
.single-article__body ul li {
   font-size: 16px;
   line-height: 160%;
   color: #1a2a2a;
   padding-left: 10px;
   position: relative;
}
.single-article__body ul li::before {
   content: '';
   width: 6px;
   height: 6px;
   background: #d389e6;
   position: absolute;
   top: 11px;
   left: -10px;
   border-radius: 50%;
}
.single-article__body ol {
   padding-left: 45px;
}
.single-article__body ol li {
   font-size: 16px;
   line-height: 160%;
   color: #1a2a2a;
   padding-left: 10px;
}
.single-article__body ol li::marker {
   color: #d389e6;
}
.single-article__body p {
   font-size: 16px;
   line-height: 160%;
   color: #1a2a2a;
   margin: 0;
}
.single-article__body blockquote p {
   font-size: 16px;
}

/*===========single share================================*/
.single-ocinka {
   display: flex;
   width: 100%;

   margin-bottom: 60px;
}

.single-ocinka__body {
   padding: 40px 0px;
   display: flex;
   width: 100%;
   gap: 40px;
   justify-content: space-between;
   border-top: 1px solid rgba(211, 137, 230, 0.2);
   border-bottom: 1px solid rgba(211, 137, 230, 0.2);
}
.single-ocinka__left {
   display: flex;
   flex-direction: column;
}
.single-ocinka__left-title {
   font-size: 20px;
   line-height: 160%;
   color: #1a2a2a;
   margin: 0;
   margin-bottom: 15px;
}
.single-ocinka__left-raiting {
   display: flex;
   width: 100%;
   margin-bottom: 20px;
   gap: 5px;
}
.single-ocinka__left-raiting-star {
   color: rgb(221, 221, 221);
   font-size: 24px;
   cursor: pointer;
}
.single-ocinka__left-raiting-star.active {
   color: rgb(255, 193, 7);
}
.single-ocinka__left-raiting-star:hover {
   color: rgb(255, 193, 7);
}
.single-ocinka__left-total {
   font-size: 14px;
   color: #666666;
}
.single-ocinka__right {
   display: flex;
   flex-direction: column;
   align-items: end;
}
.single-ocinka__right-title {
   font-size: 20px;
   line-height: 160%;
   color: #1a2a2a;
   margin: 0;
   margin-bottom: 15px;
}
.single-ocinka__right-items {
   display: flex;
   width: 100%;
   gap: 10px;
}
.single-ocinka__right-item {
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   width: 46px;
   height: 46px;
   padding: 10px;
   border-radius: 50%;
   background: rgba(255, 255, 255, 0.65);
   border: 1px solid rgba(211, 137, 230, 0.25);
   backdrop-filter: blur(10px);
   -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
   cursor: pointer;
   color: #fff;
   -webkit-transition:
      background 0.25s ease,
      color 0.25s ease,
      -webkit-transform 0.25s ease,
      -webkit-box-shadow 0.25s ease;
   transition:
      background 0.25s ease,
      color 0.25s ease,
      -webkit-transform 0.25s ease,
      -webkit-box-shadow 0.25s ease;
   transition:
      transform 0.25s ease,
      box-shadow 0.25s ease,
      background 0.25s ease,
      color 0.25s ease;
   transition:
      transform 0.25s ease,
      box-shadow 0.25s ease,
      background 0.25s ease,
      color 0.25s ease,
      -webkit-transform 0.25s ease,
      -webkit-box-shadow 0.25s ease;
}
.single-ocinka__right-item:hover {
   -webkit-transform: translateY(-2px);
   -ms-transform: translateY(-2px);
   transform: translateY(-2px);
   -webkit-box-shadow: 0 8px 20px rgba(211, 137, 230, 0.18);
   box-shadow: 0 8px 20px rgba(211, 137, 230, 0.18);
   /* color: #1a2a2a; */
}
.single-ocinka__right-item i {
   font-size: 18px;
   fill: currentColor;
   -webkit-transition:
      fill 0.3s ease,
      color 0.3s ease,
      -webkit-transform 0.3s ease;
   transition:
      fill 0.3s ease,
      color 0.3s ease,
      -webkit-transform 0.3s ease;
   transition:
      transform 0.3s ease,
      fill 0.3s ease,
      color 0.3s ease;
   transition:
      transform 0.3s ease,
      fill 0.3s ease,
      color 0.3s ease,
      -webkit-transform 0.3s ease;
}
.single-ocinka__right-item:hover i {
   -webkit-transform: scale(1.18) rotate(-3deg);
   -ms-transform: scale(1.18) rotate(-3deg);
   transform: scale(1.18) rotate(-3deg);
   fill: currentColor;
}
.single-ocinka__right-item.share-facebook {
   background-color: #3b5998;
}
.single-ocinka__right-item.share-telegram {
   background-color: #0088cc;
}
.single-ocinka__right-item.share-viber {
   background-color: #7360f2;
}
.single-ocinka__right-item.share-whatsapp {
   background-color: #25d366;
}

.single-ocinka__right-item:active {
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0);
   -webkit-box-shadow: 0 3px 8px rgba(211, 137, 230, 0.12);
   box-shadow: 0 3px 8px rgba(211, 137, 230, 0.12);
}

.single-ocinka__right-item:focus-visible {
   outline: none;
   -webkit-box-shadow: 0 0 0 3px rgba(211, 137, 230, 0.25);
   box-shadow: 0 0 0 3px rgba(211, 137, 230, 0.25);
}

.single-vote-popup {
   position: fixed;
   top: 20px;
   left: 50%;
   transform: translateX(-50%);
   width: fit-content;
   background: linear-gradient(135deg, #d389e6, #b56ad9);
   color: #fff;
   padding: 10px 20px;
   border-radius: 20px;
   box-shadow: 0px 10px 30px rgba(211, 137, 230, 0.15);

   z-index: 120;
   display: none;
}
.single-vote-popup span {
   display: flex;
   width: 100%;
   text-align: center;
   font-size: 18px;
   line-height: 160%;
   color: #fff;
   margin: 0;
   align-items: center;
   gap: 10px;
   white-space: nowrap;
}

.single-other {
   padding-bottom: 80px;
}

.single-other__body {
   display: flex;
   flex-direction: column;
   justify-content: center;
   width: 100%;
}

.single-other__items {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   display: 100%;
   gap: 25px;
   margin-bottom: 40px;
}
.single-other__item {
   display: flex;
   flex-direction: column;
   box-shadow: 0px 10px 30px rgba(211, 137, 230, 0.15);
   border-radius: 20px;

   overflow: hidden;
}
.single-other__item:hover .single-other__item-image img {
   transform: scale(1.05);
   transition: all 0.5s;
}
.single-other__item-image {
   position: relative;
   width: 100%;
   padding-bottom: 50%;

   margin-bottom: 20px;
}
.single-other__item-image img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: all 0.5s;
}
img.default {
   object-fit: contain;
}
.single-other__item-name {
   font-family: 'Poppins', sans-serif;
   font-size: 22px;
   margin-bottom: 15px;
   line-height: 140%;
   color: #1a2a2a;
   font-weight: 700;
   padding: 0px 20px;
   flex: 1 1 auto;
}
.single-other__link {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   color: #d389e6;
   text-decoration: none;
   font-weight: 600;
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   align-items: center;
   gap: 8px;
   -webkit-transition: gap 0.3s;
   transition: gap 0.3s;
   margin-bottom: 25px;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
   padding: 0px 20px;
}
.single-other__link:hover {
   gap: 12px;
   color: #111;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
}

.single-other__link span {
   height: 20px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   font-size: 18px;
}
.single-other__button {
   margin: 0 auto;
}

/*===========single coment================================*/

.single-coment {
   display: flex;
   width: 100%;
}
.single-coment__wrapper {
   max-width: 1300px;
   width: 100%;
   display: flex;
   margin: 0 auto;
   background-color: #f7f9f9;
   border-radius: 20px;
   padding: 60px 0px;
}
.single-coment__body {
   display: flex;
   flex-direction: column;
   width: 100%;
}
.single-coment__title {
   display: flex;
   width: 100%;
   justify-content: center;
   align-items: center;
   text-align: center;
}
.single-coment__title::before {
   display: none;
}
.single-coment__form {
   width: 100%;
   background-color: #ffffff;
   padding: 25px 25px 40px 25px;
   border-radius: 20px;
   box-shadow: 0px 10px 30px rgba(211, 137, 230, 0.15);
   margin-bottom: 40px;
   max-width: 400px;
}
.single-coment__form form {
   display: flex;
   flex-direction: column;

   max-width: 400px;
   width: 100%;
}
.single-coment__form-title {
   font-weight: 700;
   line-height: 120%;
   margin-bottom: 20px;
   font-weight: 700;
   font-size: 22px;
   font-family: 'Poppins', sans-serif;
}

.single-coment__items {
   display: flex;
   flex-direction: column;
   width: 100%;
   gap: 20px;
}
.single-coment__item {
   background-color: #ffffff;
   padding: 20px;
   border-radius: 20px;
   box-shadow: 0px 10px 30px rgba(211, 137, 230, 0.15);
   display: flex;
   flex-direction: column;
   /* width: 100%; */
   margin-right: 70px;
}
.single-coment__item.comment-author-olena-svysiuk {
   margin-left: 70px;
   margin-right: 0;
}
.single-coment__item-top {
   display: flex;
   gap: 12px;
   align-items: center;
   margin-bottom: 15px;
}
.single-coment__item-image {
   display: flex;
   width: 45px;
   height: 45px;
   aspect-ratio: 1/1;
   border-radius: 50%;
   overflow: hidden;
   justify-content: center;
   align-items: center;
   position: relative;
   background: linear-gradient(135deg, #d389e6, #8a2be2);
   color: white;
   font-weight: 500;
   font-size: 24px;
   text-transform: uppercase;
}
.single-coment__item-top-content {
   display: flex;
   flex-direction: column;
   gap: 5px;
}
.single-coment__item-top-name {
   font-weight: 600;
   color: #1a2a2a;
   font-size: 16px;
}
.single-coment__item-top-date {
   color: #666666;
   font-size: 14px;
}
.single-coment__item-text {
   display: flex;
   width: 100%;
   line-height: 140%;
   color: #1a2a2a;
   font-size: 16px;
   flex-direction: column;
   gap: 10px;
}
.comment-awaiting-approval {
   font-size: 12px;
   font-style: italic;
   color: rgb(102, 102, 102);
}
.single-coment__form .btn-style {
   padding: 0;
   cursor: pointer;
}
.single-coment__form .btn-style input {
   cursor: pointer;
}
/*===========thank================================*/

.thank-main {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   background: linear-gradient(
      288.68deg,
      #396896 0.61%,
      rgba(236, 193, 253, 0.48) 47.06%,
      rgba(255, 223, 249, 0.797708) 71.9%,
      rgba(255, 255, 255, 0) 102.22%
   );
   padding: 180px 0px 120px;
}

.thank-main__body {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 100%;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   max-width: 800px;
   margin: 0 auto;
   text-align: center;
}

.thank-main__icon {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   color: #d389e6;
   margin-bottom: 30px;
   -webkit-animation: pulse 2s infinite;
   animation: pulse 2s infinite;
}

.thank-main__icon i {
   font-size: 78px;
}

.thank-main__title {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   padding: 0;
}

.thank-main__title::before {
   display: none;
}

.thank-main__subtitle {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   font-size: 22px;
   margin-bottom: 30px;
   color: #2d3e50;
   font-weight: 500;
   line-height: 160%;
   margin-bottom: 50px;
}

@-webkit-keyframes pulse {
   0% {
      -webkit-transform: scale(1);
      transform: scale(1);
   }

   50% {
      -webkit-transform: scale(1.05);
      transform: scale(1.05);
   }

   100% {
      -webkit-transform: scale(1);
      transform: scale(1);
   }
}

@keyframes pulse {
   0% {
      -webkit-transform: scale(1);
      transform: scale(1);
   }

   50% {
      -webkit-transform: scale(1.05);
      transform: scale(1.05);
   }

   100% {
      -webkit-transform: scale(1);
      transform: scale(1);
   }
}

.thank-second {
   padding: 100px 0px;
}

.thank-second__body {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 100%;
}

.thank-second__items {
   display: -ms-grid;
   display: grid;
   -ms-grid-columns: (1fr) [3];
   grid-template-columns: repeat(3, 1fr);
   gap: 40px;
}

.thank-second__item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   text-align: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   background-color: #ffffff;
   border-radius: 20px;
   padding: 50px 40px;
   text-align: center;
   -webkit-box-shadow: 0px 10px 30px rgba(211, 137, 230, 0.15);
   box-shadow: 0px 10px 30px rgba(211, 137, 230, 0.15);
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
   border: 2px solid rgba(211, 137, 230, 0.1);
}

.thank-second__item-icon {
   margin-bottom: 30px;
   color: #d389e6;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}

.thank-second__item-icon i {
   font-size: 55px;
}

.thank-second__item-title {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   font-size: 24px;
   margin-bottom: 25px;
   color: #1a2a2a;
   min-height: 60px;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   font-family: 'Poppins', sans-serif;
   font-weight: 700;
}

.thank-second__item-text {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   font-size: 16px;
   color: #666666;
   line-height: 170%;
   margin-bottom: 25px;
}

.thank-second__item-info {
   background-color: rgba(211, 137, 230, 0.1);
   padding: 15px;
   border-radius: 12px;
   margin-top: 20px;
   font-style: italic;
   color: #1a2a2a;
   border-left: 3px solid #d389e6;
   font-size: 16px;
   line-height: 160%;
}

.thank-second__item-buttons {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   margin-top: 20px;
   gap: 15px;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.thank-contacts {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.thank-contacts__wrapper {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   max-width: 1340px;
   padding: 100px 20px;
   background-color: #f7f9f9;
}

.thank-contacts__container {
   width: 100%;
}

.thank-contacts__body {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   text-align: center;
   width: 100%;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   background-color: #ffffff;
   border-radius: 20px;
   padding: 60px;
   -webkit-box-shadow: 0px 20px 40px rgba(211, 137, 230, 0.15);
   box-shadow: 0px 20px 40px rgba(211, 137, 230, 0.15);
   border: 1px solid rgba(211, 137, 230, 0.1);
   max-width: 1160px;
   margin: 0 auto;
}

.thank-contacts__title {
   padding: 0;
   margin-bottom: 20px;
}

.thank-contacts__title::before {
   display: none;
}

.thank-contacts__subtitle {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   font-size: 18px;
   line-height: 170%;
   color: #666666;
   max-width: 700px;
}

.thank-contacts__items {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 100%;
   max-width: 620px;
   gap: 30px;
   margin: 50px 0px;
}

.thank-contacts__item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   padding: 30px;
   border-radius: 20px;
   background-color: rgba(211, 137, 230, 0.05);
   border: 2px solid transparent;
}

.thank-contacts__item-icon {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   color: #d389e6;
   margin-bottom: 20px;
}

.thank-contacts__item-icon i {
   font-size: 55px;
}

.thank-contacts__item-title {
   font-weight: 700;
   font-size: 20px;
   margin-bottom: 10px;
   line-height: 160%;
   color: #1a2a2a;
}

.thank-contacts__item-text {
   font-size: 16px;
   color: #666666;
   line-height: 150%;
}

/*===========contacts================================*/

.contacts-main {
   padding: 160px 0px 100px;
   background: linear-gradient(
      288.68deg,
      #396896 0.61%,
      rgba(236, 193, 253, 0.48) 47.06%,
      rgba(255, 223, 249, 0.797708) 71.9%,
      rgba(255, 255, 255, 0) 102.22%
   );
}

.contacts-main__body {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   gap: 40px;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
}
.contacts-main__container {
   display: flex;
   flex-direction: column;
}
.contacts-main__content {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   max-width: 500px;
   width: 100%;
}

.contacts-main__text {
   font-size: 18px;
   color: #2d3e50;
   line-height: 170%;
   font-weight: 500;
   margin-bottom: 20px;
   flex-direction: column;
   gap: 10px;
   color: #2d3e50;
   max-width: 500px;
   margin: 30px 0px;
   padding: 30px 40px 20px 40px;
   background: rgba(255, 255, 255, 0.3);
   backdrop-filter: blur(5px);
   border-radius: 100px 20px 100px 20px;
   border: 1px solid rgba(255, 255, 255, 0.5);
}

.contacts-main__image-wrapper {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   max-width: 555px;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.contacts-main__image {
   position: relative;
   width: 100%;
   margin: 0 auto;
   max-width: 440px;
   aspect-ratio: 1/1.5;
   border-radius: 20px;
   overflow: hidden;
   -webkit-box-shadow: 0 20px 50px rgba(211, 137, 230, 0.3);
   box-shadow: 0 20px 50px rgba(211, 137, 230, 0.3);
   border: 5px solid rgba(255, 255, 255, 0.3);
}

.contacts-main__image img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
}

.contacts-socials {
   padding: 100px 0px 80px;
}

.contacts-socials__body {
   display: -ms-grid;
   display: grid;
   -ms-grid-columns: (1fr) [3];
   grid-template-columns: repeat(3, 1fr);
   width: 100%;
   gap: 30px;
}

.contacts-socials__item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   /* justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center; */
   align-items: center;
   background-color: #ffffff;
   border-radius: 20px;
   overflow: hidden;
   padding: 40px;
   -webkit-box-shadow: 0px 10px 30px rgba(211, 137, 230, 0.15);
   box-shadow: 0px 10px 30px rgba(211, 137, 230, 0.15);
   border: 1px solid rgba(211, 137, 230, 0.1);
   text-align: center;
   position: relative;
   border-radius: 60px 20px 60px 20px;
   text-align: center;
   box-shadow: 0 30px 60px rgba(0, 0, 0, 0.02);
   border: 1px solid rgba(211, 137, 230, 0.1);
   background: linear-gradient(135deg, rgb(249, 240, 255) 0%, rgb(230, 247, 255) 100%);
}

/* .contacts-socials__item::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 5px;
   background: -webkit-gradient(linear, left top, right top, from(#d389e6), to(#8a2be2));
   background: linear-gradient(90deg, #d389e6, #8a2be2);
   z-index: 2;
} */

.contacts-socials__item-icon {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 80px;
   height: 80px;
   border-radius: 50%;
   background: linear-gradient(135deg, #d389e6, #8a2be2);
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   margin: 0 auto 25px;
}

.contacts-socials__item-icon i {
   color: #fff;
   font-size: 35px;
}

.contacts-socials__item-label {
   font-size: 22px;
   margin-bottom: 15px;
   color: #1a2a2a;
   font-family: 'Poppins', sans-serif;
   font-weight: 700;
   line-height: 120%;
}

.contacts-socials__item-text {
   font-size: 16px;
   line-height: 160%;
   color: #666666;
   margin-bottom: 15px;
}

.contacts-socials__item-link {
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 10px;
   color: #d389e6;
   text-decoration: none;
   font-weight: 600;
   font-size: 1.1rem;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
   padding: 10px 20px;
   border-radius: 50px;
   font-size: 16px;
   line-height: 140%;
   background-color: rgba(211, 137, 230, 0.1);
}

.contacts-grafic__body {
   background-color: #f7f9f9;
   border-radius: 20px;
   padding: 60px;
   margin-bottom: 80px;
   text-align: center;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 100%;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.contacts-grafic__title {
   font-family: 'Poppins', sans-serif;
   font-weight: 700;
   line-height: 120%;
   font-size: 32px;
   margin-bottom: 20px;
   color: #1a2a2a;
}

.contacts-grafic__text {
   font-size: 20px;
   color: #666666;
   margin-bottom: 40px;
   line-height: 170%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   max-width: 800px;
}

.contacts-grafic__items {
   max-width: 800px;
   display: -ms-grid;
   display: grid;
   -ms-grid-columns: (1fr) [3];
   grid-template-columns: repeat(3, 1fr);
   gap: 30px;
   margin-bottom: 25px;
}

.contacts-grafic__item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   text-align: center;
   width: 100%;
   background-color: #ffffff;
   border-radius: 12px;
   padding: 25px;
   -webkit-box-shadow: 0px 10px 30px rgba(211, 137, 230, 0.15);
   box-shadow: 0px 10px 30px rgba(211, 137, 230, 0.15);
}

.contacts-grafic__item-label {
   font-size: 20px;
   font-weight: 600;
   margin-bottom: 10px;
   color: #1a2a2a;
   line-height: 160%;
   margin-bottom: 10px;
}

.contacts-grafic__item-text {
   font-size: 16px;
   color: #d389e6;
   font-weight: 600;
   line-height: 160%;
}

.contacts-grafic__description {
   font-size: 18px;
   color: #666666;
   max-width: 800px;
   line-height: 170%;
   margin-bottom: 30px;
}

.contacts-info {
   padding-bottom: 100px;
}

.contacts-info__body {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 100%;
}

.contacts-info__wrapper {
   display: -ms-grid;
   display: grid;
   -ms-grid-columns: (1fr) [2];
   grid-template-columns: repeat(2, 1fr);
   gap: 50px;
}

.contacts-info__map {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   position: relative;
   width: 100%;
   height: 100%;
   position: relative;
   border-radius: 20px;
   overflow: hidden;
   -webkit-box-shadow: 0px 20px 40px rgba(211, 137, 230, 0.15);
   box-shadow: 0px 20px 40px rgba(211, 137, 230, 0.15);
}

.contacts-info__map iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
}

.contacts-info__form {
   background-color: #ffffff;
   border-radius: 20px;
   padding: 40px 40px 60px 40px;
   -webkit-box-shadow: 0px 20px 40px rgba(211, 137, 230, 0.15);
   box-shadow: 0px 20px 40px rgba(211, 137, 230, 0.15);
   border: 1px solid rgba(211, 137, 230, 0.1);
}

.contacts-info__form form {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
}
.contacts-info__form form .main-contacts__form-input-wrapper {
   margin-bottom: 30px;
   position: relative;
}
.contacts-info__form form .wpcf7-not-valid-tip {
   position: absolute;
   bottom: -15px;
}
.contacts-info__form form {
   position: relative;
}
.contacts-info__form form .btn-style {
   padding: 0;
}
.wpcf7-response-output {
   position: absolute;
   bottom: -50px;
}
.contacts-info__form-title {
   font-size: 28px;
   margin-bottom: 10px;
   color: #1a2a2a;
   font-family: 'Poppins', sans-serif;
   font-weight: 700;
   line-height: 120%;
}

.contacts-info__form-subtitle {
   font-size: 18px;
   color: #666666;
   margin-bottom: 20px;
   line-height: 1.6;
}

/*===========consult================================*/

.online-alarm {
   padding-bottom: 120px;
}

.online-alarm__body {
   display: flex;
   flex-direction: column;
   width: 100%;
}
.online-alarm__title {
   margin-bottom: 15px;
}
.online-alarm__text {
   line-height: 150%;
   font-weight: 500;
   font-size: 16px;
   margin-bottom: 40px;
}
.online-alarm__items {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 30px;
}
.online-alarm__item {
   position: relative;
   width: 100%;
   aspect-ratio: 1/1.3;
   padding: 30px;
   border-radius: 30px;
   overflow: hidden;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
}
.online-alarm__item img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
   z-index: -1;
   filter: blur(3px) brightness(0.7);
   transform: scale(1.05);
}

.online-alarm__item-icon {
   position: relative;
   font-size: 36px;
   margin-bottom: 20px;

   color: white;
   text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.online-alarm__item-content {
   display: flex;
   flex-direction: column;
   min-height: 130px;
}
.online-alarm__item-title {
   font-family: 'Poppins', sans-serif;
   position: relative;
   font-size: 24px;
   font-weight: 700;
   line-height: 120%;
   margin-bottom: 15px;
   color: white;
}
.online-alarm__item-subtitle {
   position: relative;
   font-size: 16px;
   line-height: 140%;
   display: flex;
   color: rgba(255, 255, 255, 0.95);
   text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.main-hero__container {
   display: flex;
   flex-direction: column;
}
/*===========slyach================================*/

.slyach__wrapper {
   background: linear-gradient(135deg, #faf5ff 0%, #fff5f5 100%);
   padding: 100px 0px;
   position: relative;
   max-width: 1340px;
   margin: 0 auto;
}
.slyach__wrapper::before {
   content: '';
   position: absolute;
   top: -100px;
   left: -100px;
   width: 400px;
   height: 400px;
   background: radial-gradient(circle, rgba(211, 137, 230, 0.3) 0%, transparent 30%);
   border-radius: 50%;
}
.slyach__body {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   width: 100%;
}
.slyach__title::before {
   left: 50%;
   transform: translateX(-50%);
}
.slyach__steps {
   position: relative;
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 40px;
   align-items: start;
}
.slyach__steps-line {
   position: absolute;
   top: 40px;
   left: 0;
   width: 100%;
   height: 4px;
   background: linear-gradient(90deg, transparent, #d389e6, #8a2be2, transparent);
   z-index: 1;
   animation: pulseLine 3s infinite;
}
.slyach__step {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   position: relative;
   text-align: center;
   z-index: 2;
}
.slyach__step-number {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 80px;
   height: 80px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto 30px;
   font-size: 28px;
   font-weight: 800;
   color: #d389e6;
   border: 3px solid transparent;
   background:
      linear-gradient(white, white) padding-box,
      linear-gradient(90deg, #d389e6, #8a2be2) border-box;
   box-shadow: 0 20px 40px rgba(211, 137, 230, 0.2);
   transition: all 0.5s;
}
.slyach__step-title {
   font-family: 'Poppins', sans-serif;
   font-size: 24px;
   margin-bottom: 15px;
   font-weight: 700;
   line-height: 120%;
   letter-spacing: -0.02em;
}
.slyach__step-text {
   color: #666666;
   font-size: 16px;
   line-height: 140%;
   max-width: 250px;
   margin: 0 auto;
}
.slyach__card-wrapper {
   padding: 100px 0px;
   max-width: 1340px;
   margin: 0 auto;
   display: flex;
   justify-content: center;
   align-items: center;
   position: relative;
   overflow: hidden;
}
.slyach__card-wrapper:before {
   content: '';
   position: absolute;
   top: -100px;
   left: -100px;
   width: 300px;
   height: 300px;
   background: radial-gradient(circle, rgba(211, 137, 230, 0.1) 0%, transparent 70%);
   border-radius: 50%;

   z-index: 0;
   pointer-events: none;
}
.slyach__card-wrapper::after {
   content: '';
   position: absolute;
   bottom: -100px;
   right: -100px;
   width: 300px;
   height: 300px;
   background: radial-gradient(circle, rgba(138, 43, 226, 0.1) 0%, transparent 70%);
   border-radius: 50%;

   z-index: 0;
   pointer-events: none;
}
.slyach__card {
   display: flex;
   flex-direction: column;
   max-width: 900px;
   margin: 0 auto;
   background: linear-gradient(135deg, rgba(211, 137, 230, 0.03) 0%, rgba(138, 43, 226, 0.03) 100%);
   border-radius: 60px 20px 60px 20px;
   padding: 80px 100px;
   position: relative;
   border: 1px solid rgba(211, 137, 230, 0.2);
   text-align: center;
   overflow: hidden;
   /* animation: borderGlow 4s infinite alternate; */
   transform: translateZ(0);
   will-change: transform;
   font-size: 22px;
   line-height: 150%;
   color: #2d3e50;
   font-style: italic;
}
.slyach__card strong {
   color: #d389e6;
}
.slyach__card::before {
   content: '"';
   font-family: 'Playfair Display', serif;
   font-size: 200px;
   position: absolute;
   top: -30px;
   left: 30px;
   color: rgba(211, 137, 230, 0.1);
   line-height: 1;
   /* animation: floatQuote 10s infinite alternate; */
}
.slyach__card::after {
   content: '"';
   font-family: 'Playfair Display', serif;
   font-size: 200px;
   position: absolute;
   bottom: -80px;
   right: 60px;
   color: rgba(138, 43, 226, 0.1);
   line-height: 1;

   /* animation: floatQuote 12s infinite alternate-reverse; */
}

/*===========process================================*/

.process__wrapper {
   display: flex;
   padding: 100px 0px;
   max-width: 1340px;
   width: 100%;
   margin: 0 auto;
   background: #f9f3e9;
}

.process__body {
   display: flex;
   flex-direction: column;
   width: 100%;
   justify-content: center;
   align-items: center;
}
.process__title {
   text-align: center;
   margin-bottom: 30px;
}
.process__title::before {
   left: 50%;
   transform: translateX(-50%);
}
.process__subtitle {
   text-align: center;
   font-size: 18px;
}
.process__slider {
   display: flex;
   width: 100%;
   height: fit-content;
   padding: 50px 0px;
}

.process__slide {
   position: relative;
   width: 100%;
   aspect-ratio: 1/1.4;
   border-radius: 40px;
   overflow: hidden;
   box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
   transition: all 0.6s;
   opacity: 0.5;
   transform: scale(0.8) !important;
   border: 3px solid transparent;
}
.process__slide.swiper-slide-active {
   opacity: 1;
   transform: scale(1) !important;
   border-color: white;
   transition: all 0.6s;
   box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}
.process__slide img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
}

/*===========ochikyvannya================================*/

.ochikyvannya {
}
.ochikyvannya__wrapper {
   display: flex;
   max-width: 1340px;
   width: 100%;
   margin: 0 auto;
   padding: 100px 0px;
   background: linear-gradient(135deg, white 0%, #f5f0f7 100%);
}

.ochikyvannya__body {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 60px;
   width: 100%;
}
.ochikyvannya__title {
   margin-bottom: 30px;
   display: flex;
   max-width: 400px;
}
.ochikyvannya__title::before {
   display: none;
}
.ochikyvannya__subtitle {
   font-size: 18px;
   color: #666666;
   margin-bottom: 30px;
   line-height: 170%;
   display: flex;
   max-width: 500px;
}

.ochikyvannya__left {
   display: flex;
   flex-direction: column;
}
.ochikyvannya__items {
   display: flex;
   flex-direction: column;
   gap: 25px;
   margin-bottom: 40px;
}
.ochikyvannya__item {
   display: flex;
   gap: 20px;
   padding: 15px 25px;
   background: rgba(255, 255, 255, 0.5);
   backdrop-filter: blur(5px);
   border-radius: 60px;
   border: 1px solid rgba(211, 137, 230, 0.2);
   transition: all 0.4s;
   align-items: center;
}
.ochikyvannya__item-icon {
   width: 50px;
   height: 50px;
   background: linear-gradient(90deg, rgb(211, 137, 230), rgb(138, 43, 226));
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   color: white;
   font-size: 1.2rem;
   flex-shrink: 0;
   /* animation: morphIconSmall 6s infinite alternate; */
}
.ochikyvannya__item-content {
   display: flex;
   flex-direction: column;
}
.ochikyvannya__item-title {
   color: #1a2a2a;
   font-size: 18px;
   margin-bottom: 5px;
   font-weight: 700;
}
.ochikyvannya__item-subtitle {
   color: #666666;
   line-height: 160%;
   font-weight: 18px;
}
.ochikyvannya__card {
   background: rgba(255, 255, 255, 0.7);
   backdrop-filter: blur(10px);
   padding: 30px;
   border-radius: 30px;
   border-left: 5px solid #d389e6;
   font-style: italic;
   color: #2d3e50;
   line-height: 140%;
}
.ochikyvannya__right {
   display: flex;
   width: 100%;
   align-items: center;
   justify-content: center;
}
.ochikyvannya__right-media {
   position: relative;
   width: 100%;
   aspect-ratio: 9/16;
   border-radius: 40px;
   max-width: 400px;

   max-height: 80vh;
   overflow: hidden;
   border: 3px solid #fff;
   box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}
.ochikyvannya__right-media video {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.ochikyvannya__right-media video.is-fullscreen {
   object-fit: contain;
}
.ochikyvannya__right-media img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
}

/*===========test================================*/

.actual-zapyt__wrapper {
   padding: 100px 0px;
   max-width: 1340px;
   width: 100%;
   margin: 0 auto;
   background: linear-gradient(135deg, white 0%, #f5f0f7 100%);
}

.actual-zapyt__body {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   width: 100%;
   margin-bottom: 20px;
}
.actual-zapyt__title {
   justify-content: center;
   align-items: center;
   display: flex;
   margin-bottom: 30px;
   padding: 0;
   text-align: center;
}
.actual-zapyt__title::before {
   display: none;
}
.actual-zapyt__subtitle {
   display: flex;
   width: 100%;
   font-size: 18px;
   color: #666666;
   justify-content: center;
   align-items: center;
   text-align: center;
   margin-bottom: 40px;
   max-width: 700px;
   line-height: 140%;
}

.actual-zapyt__block {
   display: flex;
   flex-direction: column;
   width: 100%;
   max-width: 900px;
}
.actual-zapyt__page {
   font-size: 16px;
   color: #d389e6;
   margin-bottom: 20px;
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 2px;
}
.actual-zapyt__label {
   font-family: 'Poppins', sans-serif;
   font-size: 22px;
   margin-bottom: 25px;
   font-weight: 700;
   line-height: 120%;
   color: #1a2a2a;
}
.actual-zapyt__items {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 25px;
   width: 100%;
}
.actual-zapyt__item {
   background: white;
   border-radius: 30px;
   padding: 30px 25px;
   box-shadow: 0 15px 35px rgba(211, 137, 230, 0.1);
   border: 2px solid rgba(211, 137, 230, 0.2);
   cursor: pointer;
   transition: all 0.4s;
   display: flex;
   align-items: center;
   gap: 20px;
}
.actual-zapyt__item-icon {
   width: 60px;
   height: 60px;
   background: linear-gradient(90deg, rgb(211, 137, 230), rgb(138, 43, 226));
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   color: white;
   font-size: 2rem;
   flex-shrink: 0;
   transition: all 0.4s;
}
.actual-zapyt__item-text {
   font-size: 16px;
   font-weight: 500;
   color: #1a2a2a;
   line-height: 1.4;
}
.actual-zapyt__stages {
   display: flex;
   width: 100%;
   flex-direction: column;
}
.actual-zapyt__stage-wrap {
   display: none;
}
.actual-zapyt__stage {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 25px;
   width: 100%;
}
.actual-zapyt__stage-item {
   cursor: pointer;
   background: white;
   border-radius: 30px;
   padding: 30px 25px;
   box-shadow: 0 15px 35px rgba(211, 137, 230, 0.1);
   border: 2px solid rgba(211, 137, 230, 0.2);
   cursor: pointer;
   transition: all 0.4s;
   display: flex;
   align-items: center;
   gap: 20px;
}
.actual-zapyt__stage-title {
   font-family: 'Poppins', sans-serif;
   font-size: 22px;
   margin-bottom: 25px;
   font-weight: 700;
   line-height: 120%;
   color: #1a2a2a;
}
.actual-zapyt__stage-icon {
   width: 60px;
   height: 60px;
   background: linear-gradient(90deg, rgb(211, 137, 230), rgb(138, 43, 226));
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   color: white;
   font-size: 2rem;
   flex-shrink: 0;
   transition: all 0.4s;
}
.actual-zapyt__stage-text {
   font-size: 16px;
   font-weight: 500;
   color: #1a2a2a;
   line-height: 1.4;
}

.actual-zapyt__result {
   display: flex;
   flex-direction: column;
   width: 100%;
   max-width: 700px;
   text-align: center;
   padding: 50px 40px;
   background: white;
   border-radius: 60px 20px 60px 20px;
   box-shadow: 0 30px 60px rgba(211, 137, 230, 0.15);
   border: 1px solid rgba(211, 137, 230, 0.2);
   display: none;
}
.actual-zapyt__result-icon {
   font-size: 40px;
   color: #d389e6;
   margin-bottom: 25px;
}

.actual-zapyt__result-title {
   font-size: 28px;
   font-family: 'Poppins', sans-serif;
   font-weight: 700;
   line-height: 120%;
   color: #1a2a2a;
   margin-bottom: 20px;
}
.actual-zapyt__result-subtitle {
   font-size: 18px;
   font-weight: 600;
   color: #d389e6;
   margin-bottom: 25px;
}
.actual-zapyt__result-text {
   display: flex;
   flex-direction: column;
   font-size: 16px;
   line-height: 140%;
   color: #2d3e50;
   margin-bottom: 35px;
   max-width: 550px;
   margin-left: auto;
   margin-right: auto;
}
.actual-zapyt__result-buttons {
   display: flex;
   gap: 20px;
   justify-content: center;
}

.actual-zapyt__result-button-reset {
   background: #fff;
   color: #d389e6;
   border: 2px solid #d389e6;
}

.main-reviews__title-con {
   margin-bottom: 10px;
   text-align: center;
   padding: 0;
}
.main-reviews__title-con::before {
   display: none;
}
.main-reviews__subtitle-con {
   text-align: center;
   font-size: 18px;
   color: #666666;
   line-height: 170%;
   margin-bottom: 50px;
}
.main-faq__title-con {
   margin-bottom: 10px;
   text-align: center;
   padding: 0;
}
.main-faq__title-con:before {
   display: none;
}
.main-faq__subtitle-con {
   text-align: center;
   font-size: 18px;
   color: #666666;
   line-height: 170%;
   margin-bottom: 50px;
}
.main-materials__title-con {
   margin-bottom: 10px;
   text-align: center;
   padding: 0;
}
.main-materials__title-con:before {
   display: none;
}
.main-materials__subtitle-con {
   text-align: center;
   font-size: 18px;
   color: #666666;
   line-height: 140%;

   max-width: 550px;
   margin: 0 auto 0px;
}
.main-osvita__title-con {
   margin-bottom: 10px;
   text-align: center;
   padding: 0;
}
.main-osvita__title-con:before {
   display: none;
}
.main-osvita__subtitle-con {
   text-align: center;
   font-size: 18px;
   color: #666666;
   line-height: 140%;

   max-width: 600px;
   margin: 0 auto 30px;
}

.main-faq__card {
   margin-top: 50px;
   padding: 40px;
   background: white;
   border-radius: 30px;
   box-shadow: 0 30px 60px rgba(211, 137, 230, 0.1);
   border: 2px dashed #d389e6;
   max-width: 700px;
   margin-left: auto;
   margin-right: auto;
}
.main-faq__card-name {
   font-size: 22px;
   color: #d389e6;
   margin-bottom: 20px;
   font-family: 'Poppins', sans-serif;
   font-weight: 700;
   line-height: 120%;
}
.main-faq__card-title {
   font-size: 38px;
   font-weight: 800;
   background: linear-gradient(90deg, rgb(211, 137, 230), rgb(138, 43, 226));
   -webkit-text-fill-color: transparent;
   background-clip: text;
   font-family: 'Poppins', sans-serif;
   font-weight: 700;
   line-height: 120%;
   margin-bottom: 20px;
}
.main-faq__card-text {
   font-size: 18px;
   color: #666666;
   line-height: 140%;
}

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

.individual-consult__wrapper {
   padding: 100px 0px;
   max-width: 1340px;
   width: 100%;
   margin: 0 auto;
   background: linear-gradient(135deg, #f5f0f7 0%, #f0f5fa 100%);
}

.individual-consult__body {
   display: flex;
   width: 100%;
   justify-content: center;
   align-items: center;
}
.individual-consult__title {
   padding: 0;
}
.individual-consult__title::before {
   display: none;
}
.individual-consult .main-oplata__vartist-card {
   background: #fff;
}
/*===========================================*/
.psycho-online .main-reviews__title,
.psycho-online .main-osvita__title,
.psycho-online .main-faq__title {
   margin: 0 auto 60px;
}
.psycho-online .main-materials__title {
   margin: 0 auto 20px;
}
.psycho-online .main-reviews__title::before,
.psycho-online .main-osvita__title::before,
.psycho-online .main-faq__title::before,
.psycho-online .main-materials__title::before {
   left: 50%;
   transform: translateX(-50%);
}
/*===========================================*/
@media (max-width: 1380px) {
   .main-osvita__slider-container,
   .main-reviews__slider-container,
   .main-materials__slider-container {
      padding: 0px;
   }
   .online-alarm {
      padding-bottom: 80px;
   }
   .slyach__wrapper {
      padding: 80px 0px;
   }
   .slyach__card-wrapper {
      padding: 80px 0px;
   }
   .process__wrapper {
      padding: 80px 0px;
   }
   .ochikyvannya__wrapper {
      padding: 80px 0px;
   }
   .actual-zapyt__wrapper {
      padding: 80px 0px;
   }
   .individual-consult__wrapper {
      padding: 80px 0px;
   }
}

@media (max-width: 1340px) {
   .header__socials {
      margin: 0 15px 0px 12px;
   }
}

@media (max-width: 1280px) {
   .main-faq__card-title {
      font-size: 32px;
   }
   .header__phone {
      font-size: 0;
      padding: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 40px;
      gap: 0;
   }

   .header__phone:hover svg {
      fill: #d389e6;
   }

   .header__phone svg {
      fill: #1a2a2a;
   }

   .header__logo {
      width: 190px;
      min-width: 190px;
      height: 95px;
   }

   h1 {
      font-size: 40px;
      padding-bottom: 15px;
   }

   h1:before {
      width: 80px;
      height: 4px;
   }

   h2 {
      font-size: 32px;
      padding-bottom: 15px;
   }
   .single-coment__title {
      font-size: 32px;
      padding: 0;
   }
   h2:before {
      width: 60px;
      height: 4px;
   }

   .main-hero__content {
      padding: 0;
      max-width: 500px;
   }

   .main-format__wrapper {
      padding: 80px 0px;
   }

   .main-about {
      padding: 80px 0px;
   }

   .main-oplata__wrapper {
      padding: 80px 0px;
   }

   .main-oplata__content-info {
      padding: 40px 30px;
      gap: 40px;
   }

   .main-oplata__content-title {
      font-size: 28px;
   }

   .main-oplata__item {
      padding: 40px 30px;
   }

   .main-oplata__items {
      gap: 30px;
   }

   .main-oplata__vartist-title {
      font-size: 28px;
   }

   .main-osvita__wrapper {
      padding: 80px 0px;
   }

   .main-reviews {
      padding: 80px 0px;
   }

   .main-faq__wrapper {
      padding: 80px 0px;
   }

   .main-materials__wrapper {
      padding: 80px 0px;
   }

   .main-contacts__wrapper {
      padding: 80px 0px;
   }
   .header__menu .menu__list li {
      align-items: center;
   }
   .header__menu .menu__list li ul {
      position: static;
      display: flex;
      flex-direction: column;
      opacity: 1;
      visibility: visible;

      justify-content: center;
      align-items: center;
      display: none;
      gap: 15px;
      text-align: center;
      padding: 10px 20px;
   }
   .header__menu .menu__list li ul.sub-menu a {
      padding: 0;
   }
   .menu__list li ul.open {
      display: flex;
   }
   .menu-item-has-children {
      display: flex;
      flex-direction: column;
   }
}

@media (max-width: 1200px) {
   .swiper-button-next {
      right: 0px !important;
   }
   .online-alarm__items {
      gap: 20px;
   }
   .online-alarm__item {
      padding: 20px;
   }
}

@media (max-width: 1080px) {
   .mobile-menu-logo {
      display: flex;
   }
   .menu__list li.menu-item-has-children a {
      order: 1;
   }
   .menu__list {
      gap: 20px;
   }
   .header__menu .menu__list li {
      position: relative;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 15px;
      position: relative;
      max-width: 255px;
   }

   .footer__menu .menu__list li {
      position: relative;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap;
      gap: 15px;
      position: relative;
      max-width: 255px;
   }
   .header__menu .menu__list li ul,
   .footer__menu .menu__list li ul {
      order: 3;
   }
   .header__menu .menu__list li i,
   .footer__menu .menu__list li i {
      order: 2;
      width: 12px;
      height: 7px;
      display: block;
      background-size: cover;
      background-repeat: no-repeat;
      transition:
         transform 0.3s,
         background-image 0.3s;
      background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='10'%20height='6'%20viewBox='0%200%2010%206'%3E%3Cpath%20fill='%23000000'%20d='M5%206a.433.433%200%200%200%20.321-.146l4.546-5a.536.536%200%200%200%200-.707.426.426%200%200%200-.643%200L5%204.793.776.147a.426.426%200%200%200-.643%200%20.536.536%200%200%200%200%20.707l4.546%205A.433.433%200%200%200%205%206z'/%3E%3C/svg%3E");
   }
   .header__menu .menu__list li i.active,
   .footer__menu .menu__list li i.active {
      background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='10'%20height='6'%20viewBox='0%200%2010%206'%3E%3Cpath%20fill='%23d389e6'%20d='M5%206a.433.433%200%200%200%20.321-.146l4.546-5a.536.536%200%200%200%200-.707.426.426%200%200%200-.643%200L5%204.793.776.147a.426.426%200%200%200-.643%200%20.536.536%200%200%200%200%20.707l4.546%205A.433.433%200%200%200%205%206z'/%3E%3C/svg%3E");
      transform: rotate(180deg);
   }
   .header {
      width: 100vw;
   }
   .header__container {
      padding: 0px 20px;
   }
   .header__menu {
      width: 25px;
   }

   .header__body {
      justify-content: end;
   }
   .header__menu .footer__menu .menu__list li.menu-item-has-children:hover > ul {
      opacity: 0;
      visibility: hidden;
   }
   .footer__menu .menu__list li.menu-item-has-children a:hover {
      color: #1a2a2a;
   }
   .footer__menu .menu__list li.menu-item-has-children a:hover::before {
      display: none;
   }
   .footer__menu .menu__list li.menu-item-has-children.active > a {
      color: #d389e6;
   }
   .footer__menu .menu__list li.menu-item-has-children ul.open {
      opacity: 1;
      visibility: visible;
      transition: all 0.3s;
      width: fit-content;
   }
   .ochikyvannya__body {
      gap: 40px;
   }
   .online-alarm {
      padding-bottom: 60px;
   }
   .online-alarm__items {
      grid-template-columns: repeat(3, 1fr);
   }
   .header .header__logo {
      width: 160px;
      min-width: 160px;
      height: 80px;
   }
   .header__body {
      padding: 10px 0px;
   }
   .header-languages {
      margin: 0px auto 30px;
      display: none;
   }
   .header-languages-mobile {
      display: flex;
      order: 1;
      gap: 15px;
      margin: 0px auto 40px;
   }
   .header-languages-mobile a {
      font-size: 16px;
      color: #1a2a2a;
      border-radius: 20px;
      transition: all 0.3s;
      border: 1px solid rgba(211, 137, 230, 0.25);
   }
   .menu__list {
      order: 2;
   }
   .header__socials {
      order: 3;
   }
   .menu__body .header__button {
      order: 4;
   }
   .header-languages-mobile a.active {
      background: linear-gradient(135deg, #d389e6, #b56ad9);
      color: #fff;
      transition: all 0.3s;
   }
   .about-second__osvita-dodatkovo-items {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
   }

   .about-hero {
      padding: 100px 0px 80px;
   }

   .main-contacts__content {
      gap: 40px;
   }

   .menu__icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      z-index: 100;
   }

   .header .header__logo {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
   }

   .menu__body {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      top: 0;
      background: #fff;
      width: 100%;
      max-width: 400px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      opacity: 0;
      visibility: hidden;
      right: -100%;
      padding: 40px 0px 30px;
      height: 100vh;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
   }

   .menu__body.show {
      opacity: 1;
      visibility: visible;
      right: 0;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
   }

   .menu__body .header__button {
      max-width: 160px;
   }

   .menu__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 30px;
   }

   .header__socials {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 30px;
   }

   .header__phone {
      display: none;
   }

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

   .header.scrolled {
      padding: 10px 0px;
   }

   .main-hero__body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      gap: 40px;
   }

   .main-hero__wrapper {
      max-width: 380px;
   }

   .main-hero {
      padding: 100px 0px 80px;
   }

   .main-second__items {
      -ms-grid-columns: (1fr) [3];
      grid-template-columns: repeat(3, 1fr);
   }

   .main-second__item:last-child {
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
      grid-column: 1/4;
   }

   .main-second {
      padding: 80px 0px;
   }

   .main-zapity {
      padding: 80px 0px;
   }

   .main-oplata__items {
      gap: 20px;
   }

   .about-second {
      padding: 80px 0px;
   }

   .about-asociation__body {
      padding: 40px 30px;
   }

   .about-asociation__items {
      gap: 20px;
   }

   .error-main {
      padding: 100px 0px 60px;
   }

   .archive-hero {
      padding: 100px 0px 80px;
   }

   .archive-posts__wrapper {
      padding: 80px 0px;
   }

   .archive-popular {
      padding: 80px 0px;
   }

   .archive-subscribe {
      padding: 80px 0px;
   }

   .thank-second__items {
      gap: 20px;
   }

   .thank-main {
      padding: 120px 0px 80px;
   }

   .thank-main__subtitle {
      font-size: 20px;
   }

   .thank-contacts__wrapper {
      padding: 80px 20px;
   }

   .contacts-main {
      padding: 120px 0px 80px;
   }

   .contacts-socials {
      padding: 80px 0px;
   }

   .contacts-grafic__body {
      margin-bottom: 60px;
   }

   .contacts-info {
      padding-bottom: 80px;
   }

   .contacts-info__wrapper {
      gap: 40px;
   }

   .contacts-socials__body {
      gap: 20px;
   }
   .single-hero {
      padding: 120px 0px 20px;
   }
}

@media (max-width: 992px) {
   .individual-consult__wrapper {
      padding: 40px 0px 60px;
   }
   .actual-zapyt__wrapper {
      padding: 60px 0px 40px;
   }
   .ochikyvannya__body {
      display: flex;
      flex-direction: column;
      width: 100%;
   }
   .ochikyvannya__wrapper {
      padding: 60px 0px;
   }
   .process__slide {
      aspect-ratio: 1/1.2;
   }
   .ochikyvannya__wrapper {
      padding: 60px 0px;
   }
   .process__wrapper {
      padding: 60px 0px;
   }
   .slyach__card-wrapper {
      padding: 60px 0px;
   }
   .slyach__wrapper {
      padding: 60px 0px;
   }
   .slyach__steps {
      display: flex;
      width: 100%;
      flex-direction: column;
      align-items: center;
   }
   .slyach__steps-line {
      display: none;
   }
   .online-alarm__items {
      grid-template-columns: repeat(2, 1fr);
   }
   .online-alarm__item-content {
      min-height: 100px;
   }
   .online-alarm__item {
      aspect-ratio: 1/0.8;
   }
   .single-other__item-name {
      font-size: 18px;
   }
   .single-coment__wrapper {
      padding: 40px 0px;
   }
   .contacts-info__form-title {
      font-size: 24px;
   }
   .single-hero__description {
      font-size: 18px;
   }
   .single-article__body {
      padding-bottom: 60px;
   }
   .contacts-main__body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
   }
   .single-info__items {
      gap: 10px;
   }
   .single-info__author {
      margin-bottom: 10px;
   }
   .single-info__body {
      margin-bottom: 40px;
   }
   .contacts-main__content {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      text-align: center;
      max-width: 700px;
   }

   .contacts-socials__body {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
   }

   .contacts-grafic__body {
      padding: 60px 30px;
   }

   .contacts-info__wrapper {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
   }

   .contacts-info__map {
      padding-bottom: 50%;
   }

   .contacts-main__title::before {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
   }

   .thank-second {
      padding: 80px 0px;
   }

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

   .thank-second__items .thank-second__item:nth-child(2) {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
   }

   .thank-main__subtitle {
      font-size: 18px;
      margin-bottom: 30px;
   }

   .thank-main__icon i {
      font-size: 60px;
   }

   .archive-popular__items {
      -ms-grid-columns: (1fr) [2];
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
   }

   .archive-posts__wrapper {
      padding: 60px 0px;
   }

   .archive-posts__items {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      margin-bottom: 60px;
   }
   .archive-posts__item-not-found {
      grid-column: 1/2;
   }
   .about-asociation__items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
   }

   .about-asociation__item {
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      min-height: 0;
   }

   .about-asociation__item-text {
      -webkit-box-flex: 0;
      -ms-flex: 0;
      flex: 0;
   }

   .about-second__description {
      margin-bottom: 60px;
   }

   .about-second {
      padding: 60px 0px;
   }

   .about-second__osvita-wrapper {
      gap: 40px;
   }

   .about-hero__body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      gap: 60px;
   }

   .about-hero {
      padding-bottom: 60px;
   }

   .about-hero__content {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      max-width: 750px;
      text-align: center;
   }

   .about-hero__button {
      width: -webkit-fit-content !important;
      width: -moz-fit-content !important;
      width: fit-content !important;
   }

   .main-contacts__info-socials {
      gap: 30px;
   }

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

   .main-osvita__title {
      margin-bottom: 0;
   }

   .main-materials__title {
      margin-bottom: 0;
   }

   .main-reviews__title {
      margin-bottom: 0;
   }

   .main-hero__body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 60px;
   }

   .main-hero__content {
      max-width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
   }

   .main-hero__title:before {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
   }

   .main-hero__text {
      max-width: 600px;
   }

   .main-hero__buttons {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   }

   .main-hero__wrapper {
      max-width: 100%;
   }

   .main-hero__image {
      max-width: 500px;
   }

   .main-format__wrapper {
      padding: 60px 0px;
   }

   .main-format__items {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
   }

   h2 {
      margin-bottom: 40px;
   }

   .main-about {
      padding: 60px 0px;
   }

   .main-about__body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 40px;
   }

   .main-about__image {
      width: 100%;
      top: 0;
      left: 0;
      border: 1px solid transparent;
   }

   .main-about__image-container {
      top: 0;
      left: 0;
   }

   .main-about__text {
      padding: 0;
   }

   .main-zapity__items {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 25px;
      margin-bottom: 40px;
   }

   .main-zapity {
      padding: 60px 0px;
   }

   .main-zapity__not-work-items {
      display: grid;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
   }
   .main-zapity__not-work-item {
      width: 100%;
   }
   .main-zapity__not-work-item-icon {
      min-width: 25px;
   }

   .main-oplata__content-info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 60px;
      margin-bottom: 60px;
   }

   .main-oplata__content {
      max-width: 100%;
   }

   .main-oplata__items {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
   }

   .main-oplata__content-title {
      font-size: 24px;
   }
   .main-oplata__vartist-wrap {
      padding-top: 60px;
   }

   .main-oplata__vartist-title {
      font-size: 24px;
   }

   .main-oplata__vartist-card {
      padding: 50px 30px 40px;
   }

   .main-oplata__vartist-card-title {
      font-size: 18px;
      margin-bottom: 16px;
   }

   .main-oplata__vartist-price {
      font-size: 24px;
      margin-bottom: 16px;
   }

   .main-oplata__vartist-time {
      margin-bottom: 16px;
   }

   .main-oplata__vartist-info {
      margin: 0px 0px 30px;
   }

   .main-oplata__vartist-title {
      margin-bottom: 30px;
   }

   .main-oplata__wrapper {
      padding: 60px 0px;
   }

   .main-osvita__wrapper {
      padding: 60px 0px;
   }

   .main-reviews {
      padding: 60px 0px;
   }

   .main-faq__wrapper {
      padding: 60px 0px;
   }

   .main-materials__wrapper {
      padding: 60px 0px 20px;
   }

   .main-contacts__wrapper {
      padding: 60px 0px;
   }
.btn-style-blog {width: 100%;}
   .footer {
      padding-top: 40px;
   }

   .footer__right-subscribe-form form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
   }

   .footer-subscribe {
      width: 100%;
   }

   .footer__left {
      max-width: 300px;
   }

   .footer__menu-body ul {
      gap: 15px 20px;
   }

   .main-hero {
      padding-bottom: 60px;
   }

   .main-second {
      padding: 60px 0px;
   }

   .about-asociation__item-icon {
      width: 70px;
      height: 70px;
      font-size: 28px;
   }

   .about-asociation {
      padding: 60px 0px;
   }
   .single-info__items {
      display: flex;
      flex-direction: column;
      align-items: start;
   }
}

@media (max-width: 840px) {
   .main-second__items {
      -ms-grid-columns: (1fr) [2];
      grid-template-columns: repeat(2, 1fr);
   }

   .main-second__item:last-child {
      grid-column: auto;
   }
}

@media (max-width: 768px) {
   .main-faq__card {
      padding: 25px 20px;
   }
   .main-faq__card-name {
      margin-bottom: 15px;
      font-size: 20px;
   }
   .main-faq__card-title {
      font-size: 26px;
      margin-bottom: 15px;
   }
   .slyach__card:before {
      font-size: 130px;
      top: -15px;
      left: 15px;
   }
   .slyach__card:after {
      font-size: 130px;
      bottom: -40px;
      right: 70px;
   }
   .slyach__card {
      padding: 60px 60px;
      font-size: 18px;
   }
   .actual-zapyt__result {
      padding: 30px;
   }
   .actual-zapyt__result-buttons {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
   }
   .ochikyvannya__card {
      padding: 20px;
   }
   .ochikyvannya__item {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      border-radius: 40px;
   }
   .main-osvita__title {
      margin-bottom: 25px !important;
   }
   .main-reviews__title {
      margin-bottom: 25px !important;
   }
   .main-faq__title {
      margin-bottom: 25px !important;
   }
   .actual-zapyt__stage {
      display: flex;
      flex-direction: column;
      width: 100%;
   }
   .actual-zapyt__items {
      display: flex;
      flex-direction: column;
      width: 100%;
   }
   .online-alarm__items {
      display: flex;
      width: 100%;
      flex-direction: column;
   }
   .single-other__items {
      display: flex;
      flex-direction: column;
   }
   .single-other {
      padding-bottom: 60px;
   }
   .form-popup__form {
      padding-left: 20px;
      padding-right: 20px;
   }
   .main-contacts__form form .wpcf7-response-output {
      bottom: -60px;
   }
   .wpcf7-response-output {
      position: absolute;
      bottom: -60px;
   }
   .single-coment__title {
      margin-bottom: 30px;
   }
   .contacts-grafic__items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
   }

   .contacts-grafic__title {
      font-size: 22px;
   }

   .contacts-grafic__text {
      font-size: 16px;
   }

   .contacts-grafic__description {
      font-size: 16px;
   }

   .contacts-info__form-title {
      font-size: 22px;
   }

   .contacts-grafic__body {
      padding: 40px 20px;
   }

   .contacts-info__form-subtitle {
      font-size: 16px;
   }

   .contacts-main {
      padding-bottom: 60px;
   }

   .contacts-socials {
      padding: 60px 0px;
   }

   .contacts-info__form {
      padding: 40px 20px 60px;
   }

   .contacts-info {
      padding-bottom: 60px;
   }

   .thank-contacts__body {
      padding: 30px 20px;
   }

   .thank-contacts__wrapper {
      padding: 60px 20px;
   }

   .thank-second {
      padding: 60px 0px;
   }

   .thank-second__item {
      padding: 30px;
   }

   .thank-second__item-title {
      margin-bottom: 20px;
      min-height: 0;
   }

   .thank-second__item-info {
      margin: 0;
   }

   .thank-main {
      padding: 120px 0px 60px;
   }

   .thank-main__icon i {
      font-size: 50px;
   }

   .thank-main__subtitle {
      font-size: 16px;
   }

   .archive-subscribe {
      padding: 60px 0px;
   }

   .archive-subscribe__subtitle {
      font-size: 18px;
   }

   .archive-subscribe__text {
      font-size: 18px;
   }

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

   .archive-posts__item-date {
      padding: 5px 10px;
      font-size: 14px;
   }

   .archive-popular {
      padding: 60px 0px;
   }

   .archive-popular__subtitle {
      font-size: 16px;
      margin-bottom: 40px;
   }

   .archive-posts__item-title {
      font-size: 22px;
   }

   .archive-hero__description {
      font-size: 18px;
   }

   .error-main__info {
      font-size: 18px;
   }

   .error-main__link {
      font-size: 16px;
      padding: 20px 15px;
   }

   .error-main__contact-title {
      font-size: 24px;
   }

   .error-main__contact-label {
      font-size: 18px;
   }

   .error-main__contact-link {
      font-size: 18px;
   }

   .error-main__body {
      padding: 30px 20px;
   }

   .error-main__description {
      font-size: 16px;
   }

   .error-main__subtitle {
      font-size: 18px;
   }

   .about-asociation__item {
      padding: 30px 20px;
   }

   .about-asociation__title {
      font-size: 24px;
      margin-bottom: 20px;
   }

   .about-asociation__title {
      font-size: 24px;
   }

   .about-asociation__item-title {
      font-size: 20px;
   }

   .about-asociation__body {
      padding: 30px 20px;
   }

   .about-second__osvita-title,
   .about-second__osvita-dodatkovo-title {
      font-size: 24px;
   }

   .about-second__osvita-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
   }

   .about-second__osvita-wrapper-image-wrapper {
      max-width: 500px;
      margin: 0 auto;
   }

   .footer__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 40px;
      margin-bottom: 30px;
   }

   .footer__right-subscribe {
      padding: 30px 20px;
   }

   .footer-subscribe {
      font-size: 14px;
   }

   .main-contacts__content {
      gap: 30px;
   }

   .main-materials__slider-container {
      margin-bottom: 40px;
   }

   h1 {
      font-size: 30px;
   }

   h2 {
      font-size: 26px;
   }

   .main-zapity__item {
      padding: 30px 20px;
   }

   .main-oplata__vartist-card {
      padding: 50px 20px 40px;
   }

   .main-zapity__not-work {
      padding: 30px 20px;
   }

   .main-zapity__not-work-info {
      padding: 15px;
   }

   .main-reviews__slide {
      padding: 30px 20px;
   }

   .main-zapity__not-work-items {
      gap: 12px;
   }

   .main-oplata__content-info {
      padding: 30px 20px;
   }

   .main-oplata__item {
      padding: 30px 20px;
   }

   .main-oplata__item-icon {
      font-size: 45px;
      height: 50px;
   }

   .main-contacts__info {
      padding: 30px 20px;
      border-radius: 80px 20px 80px 20px;
   }

   .main-faq__item-question {
      padding: 20px;
   }

   .main-faq__item-answer {
      padding: 20px;
   }

   .main-materials__slide-content {
      padding: 30px 20px;
   }

   .main-contacts__form {
      padding: 30px 20px 60px;
      border-radius: 20px 80px 20px 80px;
   }

   .footer__right-subscribe-subtitle {
      font-size: 14px;
   }

   .main-contacts__info-description p {
      font-size: 14px;
   }

   .footer__logo {
      width: 190px;
      height: 95px;
   }
}

@media (max-width: 650px) {
   .main-zapity__not-work-info {
      border-radius: 40px 20px 40px 20px;
   }
   .main-zapity__not-work {
      border-radius: 60px 20px 60px 20px;
   }
   .archive-hero {
      padding-bottom: 20px;
   }
   .single-ocinka__body {
      flex-direction: column;
      gap: 60px;
   }
   .single-ocinka__right {
      align-items: start;
   }
   .main-second__items {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
   }

   .main-format__item {
      padding: 20px;
      border-radius: 60px 20px 60px 20px;
   }
   .main-zapity__item-label-icon {
      font-size: 32px;
      height: 40px;
   }
   .main-oplata__content-text {
      border-radius: 20px 60px 20px 60px;
      padding: 20px;
   }
   .main-zapity__item-label {
      margin-bottom: 0;
   }
   .main-zapity__item {
      border-radius: 60px 20px 60px 20px;
   }
   .main-zapity__item-label-title {
      font-size: 24px;
   }
   .btn-style {
      padding: 10px 15px;
      width: 100%;
   }

   .main-about__image-container {
      top: 0;
      left: 0;
      padding: 25px 35px;
   }
   .osvita-popup__body {
      max-width: 85%;
   }
}

@media (max-width: 550px) {
   .single-coment__item.comment-author-olena-svysiuk {
      margin-left: 40px;
      margin-right: 0;
   }
   .single-coment__item {
      margin-right: 40px;
   }
   .slyach__card {
      padding: 60px 20px;
   }
   .single-vote-popup span {
      font-size: 16px;
   }
   .button-contacts {
      right: 20px;
   }
   .contacts-socials__item {
      padding: 30px 20px;
   }
   .single-coment__form {
      max-width: 100%;
   }
   .single-coment__form form {
      max-width: 100%;
   }
   .archive-popular__items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
   }

   .contacts-grafic__item {
      padding: 20px;
   }

   .about-second {
      padding: 40px 0px;
   }

   .main-osvita__slider-container,
   .main-reviews__slider-container,
   .main-materials__slider-container {
      padding: 0px;
   }

   .main-faq__wrapper {
      padding-bottom: 40px;
   }

   .footer__menu-body ul {
      -ms-grid-columns: (1fr) [2];
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
   }

   .footer__copy {
      font-size: 12px;
   }

   .button-scroll {
      right: 20px;
   }
}
@media (max-width: 450px) {
   .main-oplata__image-wrapper {
      width: 100%;
      height: auto;
      padding-bottom: 160%;
   }
}

/*===========animation================================*/

/* ============================= */
/* Общие стили для анимируемых элементов */
/* ============================= */
.animate-on-scroll {
   opacity: 0;
   transform: translateY(30px);
   transition:
      opacity 0.6s ease-out,
      transform 0.6s ease-out;
}

/* Класс, который добавляется через JS */
.animate-on-scroll.show {
   opacity: 1;
   transform: translateY(0);
}

/* Можно добавить разные типы анимаций через data-anim */
.animate-on-scroll.fade-up.show {
   transform: translateY(0);
}

.animate-on-scroll.fade-left.show {
   transform: translateX(0);
}

.animate-on-scroll.fade-right.show {
   transform: translateX(0);
}

.animate-on-scroll.scale-up.show {
   transform: scale(1);
   opacity: 1;
}

/* Для разных эффектов можно задавать стартовое состояние через псевдоклассы */
.animate-on-scroll.fade-left {
   transform: translateX(-30px);
}

.animate-on-scroll.fade-right {
   transform: translateX(30px);
}

.animate-on-scroll.scale-up {
   transform: scale(0.8);
}

/* ============================= */
/* Опционально: плавная задержка для групп */
/* ============================= */
.animate-group .animate-on-scroll {
   transition-delay: 0s;
}
.mobile-logo img {
   display: block;
   width: 200px;
   margin-bottom: 15px;
}
