/*Текст италиком и скошенные кнопки*/
.it-inter {
    font-style: italic;
}

.skew-button {
    font-style: italic;
    clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
}

@media screen and (max-width: 639px) {
    .skew-button {
    clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
}
}


/*Кнопка в форме*/ 
.t-submit {
    font-style: italic;
    clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
}

@media screen and (max-width: 639px) {
    .t-submit {
    clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
}
}

.custom-button {
    display: inline-block;
    width: 280px;
    text-align: center;
    padding: 15px 0; /* Высота кнопки регулируется этим значением */
    background-color: #AAEA2D;
    color: #464646!important;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-style: italic;
    font-weight: 800; /* Semibold */
    text-transform: uppercase;
    font-size: 20px;
    clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
    border: none;
    cursor: pointer;
    transition-property: background-color, color, border-color, box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
  }

  .custom-button:hover {
      
    color: #ffffff!important;
  }


/*Потоки-попап*/
.t-feed__post-popup__close-text {
    color: #464646!important;
    font-size: 32px;
    font-family: 'Inter', Arial, sans-serif;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 800;
}

.t-feed__post-popup__tag span {
    font-weight: 400;
    font-family: 'Onest';
    text-transform: uppercase;
}

/*Категория Текущие и прошедшие мероприятия скрыты*/ 
.t-feed__post-popup__date-parts-wrapper .t-feed__post-popup__tag:nth-of-type(2) {
    display: none;
}