.t-col_8 {
    max-width: 1200px;
}

.t-feed__post-popup__title {
font-family: 'Montserrat', Arial, sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}
.t-feed__post-popup__date {
        font-family: 'Montserrat', Arial, sans-serif !important;
    font-weight: 300;
}
.t-feed__post-popup__content img {
    max-width: 50% !important;
}
.t-feed__post-popup__close-text {
    text-transform: uppercase !important;
}
.t-input-title {
    font-weight: 600 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
}
span.t-checkbox__labeltext div {
    font-size: 10px !important;
}
.t-checkbox__indicator {
    height: 14px !important;
    width: 14px !important;
}
.zero_form .t-checkbox__control {
display: flex;
align-items: center;
}
.zero_form .t-checkbox__labeltext,
.zero_form .t-checkbox__labeltext div {
display: block;
}
.t-checkbox__indicator {
    box-sizing: content-box !important;
    border: 1.5px solid #D1242B !important;
    border-radius: 3px !important;
}
.t-checkbox__indicator:after {
    border-width: 0 1.5px 1.5px 0 !important;
}

.t-feed__post-popup .t-popup__container {
    background-color: #F9F5F1 !important;
}
.t-feed__post-popup__close-wrapper {
  backdrop-filter: none !important;
      background-color: transparent !important;
      border-bottom: 0px;
}
.t-feed__post-popup__close-text {
    display: none !important;
}

.t-feed__post-popup .t-popup__container {
    margin-top: 70px !important;
}

.t-feed__post-popup__container {
    padding: 40px 0 !important;
}

.t-feed__post-popup__close-wrapper {
    backdrop-filter: none !important;
    background-color: #F9F5F1 !important;
}

.t-feed__post-bgimg {
 border-radius: 16px 16px 16px 16px !important;   
}
/*потоки в формате popup*/
.t-feed__post-popup__close-wrapper {
    width: 24px;
    padding: 0;
    right: 20px;
    top: 20px;
    height: 24px;
    justify-self: right;
    background-color: transparent !important;
}

.js-feed-popup-close.t-popup__close {
    top: 0 !important;
    left: 0 !important;
    width: 24px !important;
    height: 24px !important;
    flex-shrink: 0;
    transform: none;
}

.js-feed-popup-close.t-popup__close:after {
    content:"";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(https://static.tildacdn.com/tild3333-3139-4231-b331-666364653836/akar-icons_cross.svg);
    background-repeat:no-repeat;
    background-position:center;
    background-size: cover;
    transition: none;
}

.js-feed-popup-close.t-popup__close .t-popup__close-wrapper{
    display: none;
}
.t-feed__post-popup .t-popup__container {
    border-radius: 30px !important;
}
#rec1308407151 .t-feed__post-popup__content {
    margin-left: 40px !important;
    margin-right: 40px !important;
    margin-top: 20px !important;
}

/* выделение активного пункта меню */
.menu * {
  width: max-content !important;
  display: block !important;
  transition: all 0.3s ease-in-out;
}

.menu:hover .tn-atom a, .menu.active .tn-atom a {
  color: #D1242B !important;
}


