@media screen and (max-width: 1200px) {
    .t823__container_indent {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

/*---Popup messages---*/
.t-form-success-popup__wrapper {
    background-color: #efebe9 !important;
}  
.t-form-success-popup__wrapper .t-descr {
    color: #3e2723 !important; 
} 
.t-form-success-popup__wrapper path {
    fill: #0c4137 !important; 
} 

.t-form-success-popup__close-icon path {
    fill: #bab1ae !important; 
} 

.t-form-success-popup__wrapper,
#tildaformsuccesspopup-new {
    border-radius: 10px !important;
} 

.t-form-success-popup__wrapper {
    overflow: hidden !important;
}  

#tildaformsuccesspopupbtn-new,
.t-form-success-popup__button.t-btn {
    background-color: #e31e1b !important;
    border-radius: 6px !important;
    color: #ffffff !important; 
    border: none !important;
    transition: background-color 0.3s ease; 
}

#tildaformsuccesspopupbtn-new:hover,
.t-form-success-popup__button.t-btn:hover {
    background-color: #cb1916 !important;
}

@media screen and (min-width: 980px) {
    .t465 {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}	

.t-sociallinks,
.t-sociallinks__wrapper {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

.t-sociallinks__wrapper {
    display: flex !important;
    gap: 20px !important;
    
    justify-content: space-between !important; 
    
    align-items: center;
    
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.t-sociallinks__item {
    flex: 1; 
    max-width: 25%; 
}

.t-sociallinks__item {
	    border-radius: 20px;
}

@media (min-width: 280px) and (max-width: 979px) {
	.t959 .t959__container.t-card__container.t959__container_indent  {
        padding: 0px 10px 0px 10px !important;
	}
}

@media (min-width: 961px) {
.t-feed__container {
    max-width: calc(100% - 60px);
}
.t-feed__post {
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(25% - 20px);
}
}
