:root {
    --black-10: rgba(0, 0, 0, 0.10);
    --Purple-500: #8B5CF6;
    --Red-500: #F43F5E;
    --inter-tight: "Inter Tight", sans-serif;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: Inter, sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #F4F4F4;
  }
  
.inter-tight {
    font-family: "Inter Tight", sans-serif;
    font-optical-sizing: auto;
}
  header {
    width: 100%;
    min-height: 60px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    /* background: #F4F4F4; */
  }
  main {
    flex: 1 0 auto;
    padding: 24px 16px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    background: #F4F4F4;
  }
  footer {
    width: 100%;
    min-height: 50px;
    background: #383838;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .img-baza {
    max-width: 1200px;
    width: 100%;
    border-radius: 20px;
  }
  .disp-flex {
    display: flex;
  }
  .disp-content {
    display: contents;
  }
  .classic-dispflex {
    display: flex;
    flex-direction: column;
  }
  .span-weight-600 {
    font-weight: 600;
  }
  .span-weight-700 {
    font-weight: 700;
  }
  .span-weight-800 {
    font-weight: 800;
  }
  h3 {
      font-size: 26px;
      line-height: 32px;
      font-weight: 700;
      margin: 0;
  }
  p {
      font-size: 16px;
      line-height: 20px;
      margin: 0;
  }
  .font-italic {
    font-style: italic;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: normal;
    /* font-family: var(--inter-tight); */
  }
  .mar-0 {
    margin: 0;
  }
  .p-18 {
      font-size: 18px;
      line-height: 24px;
  }
  .padd-10-0 {
    padding: 4px 0px;
  }
  .gap-2 {
    gap: 2px;
  }
  .gap-6 {
    gap: 6px;
  }
  .gap-9 {
    gap: 9px;
  }
  .gap-12 {
    gap: 12px;
  }
  .gap-14 {
    gap: 14px;
  }
  .gap-18 {
    gap: 18px;
  }
  .gap-20 {
    gap: 20px;
  }
  .gap-26 {
      gap: 26px;
  }
  .gap-50 {
    gap: 50px;
  }
  .width-70-per {
    width: 70px;
  }
  .mx-heigh-32 {
    max-height: 32px;
  }
  @media (max-width: 744px) {
      main {
          padding: 24px 0px;
      }
  }
  @media (max-width: 600px) {
    main {
      padding: 10px 0px;
    }
    header, footer {
      min-height: 48px;
      font-size: 1rem;
    }
  }


.style-for-first-block {
    display: flex; 
    width: 100%; 
    justify-content: center; 
    background: #F4F4F4; 
    padding: 10px 0px;
}
.style-for-advert {
    margin: 0px; 
    font-size: 20px; 
    line-height: 32px; 
    font-weight: 400;
}
.for-first-btn {
    display: flex; 
    align-items: center;
}


  /* ----- HEADER STYLES ----- */
.header-argo {
    display: flex;
    justify-content: center;
    width: 100%;
    position: sticky;
    top: .1px;
    z-index: 10;
}
.sub-header-argo {
    display: flex;
    max-width: 1260px;
    width: 100%;
    justify-content: space-between;
    padding: 10px 12px;
    border-radius: 18px;
    background: #fff;
    max-height: 56px;
    box-sizing: border-box;
}
.sub-logo-header-argo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.style-for-site-name {
    text-transform: uppercase; 
    font-size: 24px; 
    font-weight: 800;
}
.btn-header-argo {
    background-color: #fff;
    border: 2px solid #1e40af;
    border-radius: 8px;
    padding: 8px 12px;
    color: #1e40af;
    transition: background-color 300ms ease, color 300ms ease, transform 300ms ease;
    font-weight: 600;
}
.btn-header-argo:hover {
    background-color: #1e40af;
    color: #fff;
    transition-duration: 300ms;
    cursor: pointer;
}
@media (max-width: 768px) {
    .some-never {
        display: none;
    }
}
@media (min-width: 744px) {
    .sub-header-argo {
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media (max-width: 744px) {
    .sub-header-argo {
        border-radius: 0px;
    }
}


/* Some before first block main */
.main-primary-main-argo {
    display: flex; 
    justify-content: center; 
    width: 100%;
}
.primary-main-argo {
    padding: 30px;
    background: #ffffff;
    max-width: 1260px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    box-sizing: border-box;
    border-radius: 32px;
}
.pr-main-first {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.some-add-old {
    color: #747474;
}
.five-stars {
    text-decoration: underline;
}
.some-for-stars {
    color: black;
}
.five-stars:hover {
    color: #00B074;
    cursor: pointer;
}
.five-stars:hover .some-add-old {
    color: #00B074;
}
.five-stars:hover .some-for-stars {
    color: #00B074;
}
.styles-for-raiting {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.styles-for-first-svg {
    display: flex; 
    padding: 3px; 
    background: rgb(109, 109, 217); 
    max-width: 14px;
}
.styles-for-last-in-first-svg {
    display: flex; 
    padding: 3px; 
    background: linear-gradient(90deg, rgb(109, 109, 217) 0 50%, #D9D9D9 50% 100%); 
    max-width: 14px;
}
.style-for-yiuopuyioouy {
    display: flex; 
    flex-direction: column; 
    gap: 20px; 
    align-items: center;
}
.style-for-foot-logo {
    text-transform: uppercase; 
    font-size: 24px; 
    font-weight: 800;
}
.text-in-foot-secnd {
    display: flex; 
    justify-content: center; 
    flex-direction: column; 
    text-align: center;
}
.style-for-2025-foot {
    display: flex; 
    justify-content: center;
}
.style-for-2025-foot-text {
    margin: 0px; 
    font-size: 11px; 
    font-weight: 500; 
    line-height: 16px;
}
@media (max-width: 744px) {
    .primary-main-argo {
        border-radius: 0px;
    }
    .something-zahalne {
        display: flex;
        flex-direction: column-reverse;
    }
    .styles-for-raiting {
        flex-direction: column-reverse;
        gap: 20px;
    }
}


/* <!-- Second block Main --> */
.styles-for-second-block {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.unic-span-text {
    font-weight: 700;
}
.styles-for-purple-text {
    display: flex;
    justify-content: center;
    gap: 128px;
}
.sub-styles-for-purple-text {
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: center;
}
.sub-styles-for-purple-text p:first-child {
    font-size: 50px;
    line-height: 46px;
    background: linear-gradient(180deg, #8f9eff -46.87%, #1e40af 128.12%);
    -webkit-background-clip: text;
    color: transparent;
}
.sub-styles-for-purple-text p:last-child {
    color: #83888E;
    font-size: 15px;
    line-height: 24px;
}
.bclock-wrapper {
    position: relative;
    /* max-width: 1170px; */
    /* overflow: hidden; */
}



/* ----- STYLES-FOR-LEFT-CALCULATOR ----- */
.calculator {
    display: flex;
    background: #fff;
    gap: 12px;
}
.calculator > .sliders,
.calculator > .result-box {
    width: 50%;
}
.sliders {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
}
.slider-box {
    padding: 22px;
    border-radius: 12px;
    background-color: #F4F4F4;
    min-height: 104.5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.slider-box h4 {
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 500;
}
.slider-container {
    position: relative;
}
/* Value+tooltip above thumb, tooltip under value */
.value-above-thumb-wrapper {
    position: absolute;
    left: 0;
    top: -70px;
    width: 100%;
    pointer-events: none;
    height: 0;
    z-index: 10;
}
.slider-value-attached-group {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: none;
    transition: left 0.2s;
}
.slider-value-attached {
    background: #1a1a2e;
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
    pointer-events: none;
    margin-bottom: -2px;
}
.slider-tooltip-img {
    width: 24px;
    height: 24px;
    margin-top: -7px;
    pointer-events: none;
    z-index: 11;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.08));
}
.custom-range-track {
    position: relative;
    width: 100%;
    height: 6px;
    border-radius: 6px;
    background: #FFFFFF;
    margin-top: 18px;
    margin-bottom: 8px;
    overflow: visible;
    z-index: 1;
}
.custom-range-fill {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #8a2be2 0%, #7c3aed 100%);
    border-radius: 6px;
    transition: width 0.2s;
    z-index: 1;
}
.custom-range-thumb {
    position: absolute;
    top: -14px; /* Move thumb above the track */
    left: 0;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    transition: left 0.2s;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 2px solid #8a2be2; */
}
.custom-range-thumb-inner {
    width: 16px;
    height: 16px;
    background: #8a2be2;
    border-radius: 50%;
}
input[type=range] {
    /* Hide the default range */
    position: absolute;
    width: 100%;
    height: 20px;
    opacity: 0;
    z-index: 4;
    top: -10px;
    left: 0;
    margin: 0;
    pointer-events: all;
    cursor: pointer;
}
.range-labels {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 8px;
    color: #666;
}
.span-money-style {
    background: #fff;
    border-radius: 6px;
    padding: 0px 6px;
    color: #52525B;
    font-size: 12px;
    line-height: 20px;
}
@media (max-width: 744px) {
    .calculator {
        flex-direction: column;
    }
    .result-box {
        display: flex;
    }
    .calculator > .sliders,
    .calculator > .result-box {
        width: 100%;
    }
}



/* CANVAS-GRAPHIC */
.chart-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
}

.h1-hveubjnehjeb {
    text-align: center;
    color: #333;
    font-size: 1.5em;
    margin-bottom: 20px;
}


/* ----- STYLES-FOR-MONEY(RIGHT-CALCULATOR) ----- */
.styles-for-money {
    display: flex;
    gap: 12px;
}
.sub-styles-for-money {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.right-block-money {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 60px 30px 30px;
    background-color: #F4F4F4;
    border-radius: 20px;
    box-sizing: border-box;
    align-items: center;
}
.styles-for-text-money {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.style-for-simple-text {
    font-size: 14px;
    line-height: normal;
    text-transform: capitalize;
    color: #767676;
}
.styles-fot-1270 {
    font-size: 52px;
    line-height: normal;
    font-weight: 600;
    color: #292929;
}

/* ----- STYLES-FOR-NUMBER-AFTER-CALTULATOR ----- */
.styles-for-border {
    border: 1px solid #E4E5E9; 
    margin: 18px 0px; 
}
.flek-for-numbers {
    display: flex;
    align-items: center;
}
.style-for-numbers {
    padding: 9px 16px;
    border: 2px solid #1e40af;
    border-radius: 99px;
    background: #fff;
}
.style-for-numbers p {
    color: #1e40af;
}

.styles-for-btn-in-numbers {
    display: flex;
    justify-content: flex-end;
}

/* OTHER BUTTON STYLES */
.other-button {
    padding: 9px 16px;
    border: 1px solid #1e40af;
    border-radius: 8px;
    background-color: #1e40af;
    transition: background-color 300ms ease, color 300ms ease, transform 300ms ease;
    color: #fff;
    cursor: pointer;
}
.other-button p {
    color: #fff;
}
.other-button:hover {
    background-color: #3F3F46;
    border: 1px solid #3F3F46;
}
.other-button-other {
    min-width: 200px;
    color: #fff !important;
    cursor: pointer;
    text-align: center;
}



/* STYLES-FOR-FORM */
.some-style-forr-form {
    display: flex;
    justify-content: center;
}
.primary-style-form {
    display: flex;
    max-width: 628px;
    padding: 14px 6px 5px 6px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-radius: 26px;
    background: #1e40af;
    width: 100%;
    position: relative;
}
.style-for-primary-text-form {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    width: 100%;
    color: #FFF;
    text-align: center;
}
.style-for-primary-block-form {
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 26px;
    border-radius: 19px;
    background: #FFF;
    width: -webkit-fill-available;
}
.styles-for-block-input-form {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: relative;
}
.style-for-span-in-form {
    position: absolute;
    display: block;
    top: 110%;
    right: 0;
}
.styles-for-block-input-form p {
    font-size: 12px;
    height: 15px;
    color: #3F3F46;
}
.style-input-form {
    padding: 0px 8px;
    height: 40px;
    border-radius: 10px;
background: #F4F4F5;
border: none;

/* Light/Rest - Input */
box-shadow: 0 0 0 1px var(--black-10, rgba(0, 0, 0, 0.10));
    max-width: 572px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.style-input-number-form,
.style-input-form::placeholder {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.style-input-form:focus {
    border-radius: 10px;
    background: var(#FFF, #FFF);

/* Dark/Focus - Input */
box-shadow: 0 0 0 1px var(--Purple-500, #8B5CF6), 0 0 0 4px rgba(139, 92, 246, 0.25);
    outline: none;
}
.style-input-number-form:focus {
    border-radius: 10px;
    background: var(#FFF, #FFF);

/* Dark/Focus - Input */
box-shadow: 0 0 0 1px var(--Purple-500, #8B5CF6), 0 0 0 4px rgba(139, 92, 246, 0.25);
    outline: none;
}
.style-input-form-err {
    /* display: none; */
    box-shadow: 0 0 0 3px rgba(225, 29, 72, 0.25), 0 0 0 1px #F43F5E;
}
.style-for-err-form {
    display: none;
}
.style-for-err-form-span {
    font-size: 12px;
    text-align: right;
    color: var(--Red-500);
    height: 15px;
    font-weight: 400;
}
.style-number-block-form {
    display: flex;
    height: 40px;
    border-radius: 10px;
    background: #F4F4F5;

/* Light/Rest - Input */
box-shadow: 0 0 0 1px var(--black-10, rgba(0, 0, 0, 0.10));
}
.style-input-number-form {
    padding: 0px 8px;
    height: 40px;
    width: 100%;
    /* border-radius: 10px; */
background: #F4F4F5;
border: none;

/* Light/Rest - Input */
/* box-shadow: 0 0 0 1px var(--black-10, rgba(0, 0, 0, 0.10)); */
border-left: 1px solid var(--black-10);
    max-width: 572px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* Country-Select-In-FORM */
.country-select {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 10px;
    /* cursor: pointer; */
  }
  
  .country-select img {
    width: 20px;
    height: 14px;
  }
  
  .phone-box input {
    border: none;
    background: transparent;
    flex: 1;
    padding: 0 10px;
    outline: none;
  }
.last-txtandimg-form {
    display: flex;
    justify-content: center;
    gap: 14px;
    padding: 10px 40px;
}
.last-txtandimg-form p {
    font-size: 16px;
    line-height: 24px;
    color: #212124;
}
.reg-form__preloader-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / .5);
    display: none;
    width: 100%;
    height: 100%;
}

.reg-form__preloader {
    width: 44px;
    height: 44px;
    animation: spin 2s linear infinite;
    transform-origin: 50% 50%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg); /* Початковий стан */
    }
    100% {
        transform: rotate(360deg); /* Кінцевий стан */
    }
}



/* Image slider KayFrame */
.bclock-wrapper {
    display: flex;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.bclock-for-slide {
    display: flex;
    animation: someroll 60s linear infinite;
    /* animation: someroll 10s linear infinite; */
}
.bclock-for-slide2 {
    position: absolute;
    display: flex;
    animation: someroll2 60s linear infinite;
    height: 40px;
    left: 0;
    gap: 50px;
    padding: 14px 23px;
}
.bclock-for-slide img {
    height: auto;
    width: 40px;
    margin-right: 30px;
    margin: 0px;
}
@keyframes someroll {
    0% {
        transform: translateX(0); /* Початкова позиція */
    }
    100% {
        transform: translateX(-100%); /* Переміщаємо всі зображення вліво */
    }
}
@keyframes someroll2 {
    0% {
        transform: translateX(100%); /* Початкова позиція */
    }
    100% {
        transform: translateX(0); /* Переміщаємо всі зображення вліво */
    }
}



/* IMAGE SLIDER */
.bclock-for-slide {
    display: flex;
    padding: 14px 23px;
    gap: 50px;
}

.bclock-wrapper::before,
.bclock-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
.bclock-for-slide {
    /* cursor: grab; */
    /* overflow-x: auto; */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
}

.bclock-for-slide::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.bclock-for-slide.dragging {
    cursor: grabbing;
}


.bclock-wrapper::before {
    left: 0;
    background: linear-gradient(to right, white 0%, rgba(255,255,255,0) 100%);
}

.bclock-wrapper::after {
    right: 0;
    background: linear-gradient(to left, white 0%, rgba(255,255,255,0) 100%);
}


/* ----- STYLES-FOR-FAQ ----- */
.styles-fot-faq-main {
    display: flex;
    flex-direction: column;
    padding: 30px;
    gap: 40px;
    background-color: #F4F4F4;
    border-radius: 20px;
}
.styles-for-acordeon-main {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.styles-for-acordeon-prim {
    display: flex;
    flex-direction: column;
    gap: 18px;
    /* padding-bottom: 30px; */
    border-bottom: 1px solid #DBDBDB;
}
.styles-for-acordeon-all {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 18px;
    /* align-self: stretch; */
}
.styles-for-number-in-faq {
    font-size: 20px;
    width: 37px;
    height: 45px;
    color: #1c1c1c;
    opacity: .5;
    display: flex;
    align-items: center;
}
.style-for-free-space {
    display: flex;
    flex: 1 1 50%;
}
.styles-for-prim-text {
    font-size: 22px;
    line-height: normal;
    font-weight: 600;
    display: block;
    flex: 1 1 50%;
}
.plus-in-faq {
    padding: 15px 15px 12px 15px;
    background-color: #ffffff;
    border-radius: 50%;
    max-height: 50px;
}
.minus-in-faq {
    padding: 15px 15px 12px 15px;
    background-color: #1e40af;
    border-radius: 50%;
    max-height: 50px;
    display: none;
}
.styles-fot-unvisible {
    padding-left: 55px;      /* твій відступ */
    overflow: hidden;
    max-height: 0;           /* згорнуто */
    opacity: 0;
    margin-top: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease, margin-top 0.3s ease;
    /* display не чіпаємо! */
}
.thirdt-btn-styles {
    display: flex;
    justify-content: center;
}


.styles-fot-unvisible {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease, margin-top 0.4s ease;
    opacity: 0;
    margin-top: 0;
}

.styles-fot-unvisible.open {
    opacity: 1;
    margin-top: 10px;
    padding-bottom: 30px;
}


/* ADDITIONAL styles */
.faq-toggle {
    position: relative;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.faq-toggle .icon {
    position: absolute;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    transform: rotate(0deg);
}

.faq-toggle .plus {
    fill: #1c1c1c;
}

.faq-toggle .minus {
    background-color: #1e40af;
    border-radius: 50%;
    padding: 12px;
}

.faq-toggle .plus.visible {
    opacity: 1;
    transform: rotate(0deg);
}
.faq-toggle .plus.hide {
    opacity: 0;
    transform: rotate(-90deg);
}
.faq-toggle .minus.visible {
    opacity: 1;
}
.faq-toggle .minus.hide {
    opacity: 0;
}
@media (max-width: 744px) {
    .faq-toggle .big-icon-plus-faq,.big-icon-minus-faq {
        display: none;
    }
    .faq-toggle {
        width: 34.4px;
        height: 34.4px;
    }
    .faq-toggle .minus {
        padding: 0px;
    }
}


/* ----- Third block Main Comments ----- */
.primary-comments-block {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.element-in-top-comments {
    display: flex;
    justify-content: space-between;
}
.left-text-in-top-comments {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}
.right-el-in-top-comments {
    display: flex;
    align-items: center;
    gap: 8px;
}
.right-eltext-in-top-comments {
    font-size: 14px;
    color: #717479;
}
.prim-el-in-right-top-comm {
    padding: 5px 8px;
    display: flex;
    justify-content: flex-start;
    width: 32px;
    border-radius: 2px;
    border: 1px solid #E9EAED;
    background: #F6F7F9;
}
.second-right-eltext-in-top-comments {
    font-size: 12px;
    line-height: normal;
    font-weight: 600;
}
.border-top-in-comments {
    border: 1px solid #E4E5E9;
}
.uknown-element-comments {
    display: flex;
    gap: 10px;
}
.styles-for-field-comments {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.styles-for-area-comments {
    display: flex;
    width: 100%;
}
.textarea-in-comments {
    padding: 10px;
    height: 51px;
    border: 1px solid #E4E5E9;
    width: 100%;
}
.textarea-in-comments::placeholder {
    font-size: 14px;
    color: #969AA3;
    font-weight: 400;
    line-height: normal;
}
.style-for-block-under-comm {
    display: flex;
    padding: 10px;
    background: #F6F7F9;
    justify-content: flex-end;
}
.style-for-text-block-under-comm {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #FFFFFF;
    padding: 4px 8px;
    background: #004193;
    opacity: .5;
    transition: background-color 300ms ease, color 300ms ease, transform 300ms ease;
}
.style-for-text-block-under-comm:hover {
    opacity: 1;
    transition-duration: 300ms;
    cursor: pointer;
}
.styles-for-list-comments {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.style-for-prim-comment {
    display: flex;
    gap: 10px;
}
.user-face {
    height: fit-content;
}
.coments-of-user {
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 100%;
    padding-bottom: 10px;
}
.username-of-user {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #004193;
    /* font-family: "Noto Sans Arabic"; */
}
.username-comment {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.add-feature-comm {
    display: flex;
    gap: 4px;
    align-items: end;
}
.first-two-words {
    font-size: 12px;
    line-height: 20px;
    color: #004193;
    font-weight: 100;
}
.style-for-dot-comment {
    color: #989898;
    font-size: 12px;line-height: 20px;
}
.second-two-words {
    font-size: 12px;
    line-height: 20px;
    color: #989898;
}
.style-for-secondary-comment {
    padding-left: 60px;
}
.style-for-sub-secondary-comment {
    padding-left: 10px;
    display: flex;
    gap: 10px;
    border-left: 1px solid #E4E5E9;
}
.clas-for-like-svg:hover {
    cursor: pointer;
}



/* ----- SMALL MODAL ----- */
.small-modal-main {
    padding: 4px;
    /* min-width: 342px; */
    border-radius: 16px;
    background: #FAFAFA;
    box-shadow: 0 0 0 1.393px rgba(0, 0, 0, 0.08), 0 5.571px 11.143px 0 rgba(0, 0, 0, 0.08), 0 11.143px 22.286px 0 rgba(0, 0, 0, 0.08);
}
.sub-small-modal-main {
    padding: 6px;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}
.subsub-small-modal-main {
    padding: 6px;
    display: flex;
    gap: 12px;
}
.img-small-modal-main {
    padding: 3px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 1.393px 2.786px 0 rgba(0, 0, 0, 0.12), 0 0 0 1.393px rgba(0, 0, 0, 0.08);
    height: fit-content;
}
.small-modal-texts {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.first-txt-small-moadl {
    font-size: 16px;
    line-height: 28px;
}
.bnekjbnekjbnekbkme {
    padding: 6px;
}
.second-txt-small-moadl {
    font-size: 14px;
    line-height: 28px;
    color: #52525B;
}
.svg-small-modal {
    padding: 2.5px;
    display: flex;
    align-items: flex-start;
    height: fit-content;
    border-radius: 6px;
    background: #FFF;
    /* Light/Buttons/neutral */
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.svg-small-modal:hover .style-for-svg-small-modal {
    stroke: #ED3A3A;
}
.svg-small-modal:hover {
    cursor: pointer;
}

.small-modal-main {
    position: fixed;
    bottom: 20px;      
    left: 10%;       
    z-index: 9999;

    opacity: 0;
    transform: translateX(-100%); 
    transition: opacity 0.5s ease, transform 0.5s ease;
    pointer-events: none;
}

.small-modal-main.show {
    opacity: 1;
    transform: translateX(0); 
    pointer-events: auto;
}




@media (max-width: 1440px) {
    .styles-for-second-block {
        gap: 50px;
    }
    .styles-for-purple-text {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 744px) {
    .primary-main-argo {
        padding: 20px 10px;
    }
    .styles-for-purple-text {
        gap: 30px;
    }
    .styles-for-btn-in-numbers {
        justify-content: center;
    }
    .styles-for-btn-in-numbers button {
        width: 100%;
    }
    .styles-fot-faq-main {
        padding: 14px;
    }
    .styles-fot-faq-main h3 {
        font-size: 18px;
        line-height: 32px;
    }
    .flek-for-numbers {
        align-items: flex-start;
    }
    .styles-for-prim-text {
        font-size: 16px;
        font-weight: 600;
    }
    .styles-fot-unvisible {
        padding: 0px;
        font-size: 14px;
    }
    .styles-for-acordeon-all {
        align-items: flex-start;
    }
    .styles-for-acordeon-prim {
        padding-bottom: 14px;
    }
    .right-block-money {
        align-items: normal;
    }
    .chart-container {
        padding: 20px 0px !important;
    }
    .small-modal-main {
        left: 10px;
        margin: 0px 10px 0px 0px;
    }
    .first-txt-small-moadl {
        font-size: 14px;
    }
    .second-txt-small-moadl {
        font-size: 13px;
    }
    .style-for-primary-block-form {
        padding: 20px 17px;
    }
    .last-txtandimg-form {
        padding: 10px 0px;
        gap: 10px;
        display: flex;
        align-items: center;
    }
    .last-txtandimg-form p {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 420px) {
    .small-modal-main {
        margin: 0;
        right: 10px;
    }
}



