/** Нужен для быстрых фиксов типа "подровнять" или "подвинуть" **/


.big-button {
    background:  linear-gradient(90deg, #FFECB3 0%, #FFB46A 100%);
}

#start h1 {
    color: var(--primary-blue, #078383);
    text-align: center;
    font-family: Alexandria;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 48px */
    letter-spacing: -0.96px;
    text-transform: uppercase;
}

#start .selected {
    -webkit-text-fill-color: #078383;
}

.selected {
    background: #078383;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section__inner-container.top h1{
    max-width: 100%;
}

.section__inner-container.top p{
    max-width: 588px;
    text-align: center;
    margin: 0 auto;
}


.section__delivery {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    padding: 2px;
    background: #D5D4D4;
}

.section__delivery p {
    color: #6B6B6B;

    text-align: center; 
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; 
}

.section__image-card .section__delivery img{
    width: auto;
    height: auto;
    min-height: auto;
}

.bottom-hover-container > .mobile > a {
    font-size: 18px !important;
}

#faq-page h2 .selected {
    color:#fff !important;
    background: #fff;
    background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

html[lang="sr"] h1, html[lang="sr"] h2, html[lang="sr"] h3, html[lang="sr"] h4, html[lang="sr"] h5, html[lang="sr"] h6 {
    font-family: 'Inter Tight', sans-serif !important;
}

.big-button.black{
    border-radius: 32px;
    border: 2px solid var(--texts-black, #28261B);
    background: linear-gradient(90deg, #FFF 0%, #CEF1F0 100%);
}

.section__card.yellow{
    background:  #E6F2EF;
}

@media (max-width: 480px) {
    .section__inner-container.top p,
    #start h1{
        text-align: left;
    }
}

@media (max-width: 420px) {
    #start h1 .selected {
      width: 100%;
      font-size: 48px;
      text-align: center;
      margin-inline: auto;
      max-width: 600px;
    }
  }
  @media (max-width: 768px) {
  #where .section__image, #why .section__image{
    object-position: center;
  }}

  #composition .section__image{
    height: 750px;
  }