.head_social img {
    filter: grayscale(100%);
}

#rec513839643 {
    z-index: 299!important;
}

.t-popup_show .t-popup__container {
    border-radius: 40px;
}

.t-feed__col-grid__post-wrapper .t-feed__post-bgimg {
    border-radius: 16px;
}

.t668__wrapper {
    box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 5%);
    border-radius: 20px;
}

.t668__title {
    padding-left: 44px!important;
}

.t668__content .t668__textwrapper {
    padding-bottom: 30px;
}

.t668__lines svg {
    width: 18px!important;
    height: 18px!important;
}

.t668__icon {
    width: 20px!important;
    height: 20px!important;
    right: auto!important;
    left: 20px!important;
}

.t668__circle {
    width: 34px;
    height: 34px;
}

.head_social img:hover {
    filter: grayscale(0%);
}

.head_menu a:hover {
    color: #C2CC4F!important;
}

.t897__container {
    max-width: 1010px!important;
}

.t-feed__container.t897__container .t-col_4 {
    max-width: 295px!important;
}

.t397__tab {
    border: 2px solid #fff!important;
}

.t397__tab_active {
    border: 2px solid #000!important;
    border-radius: 300px!important;
}

@media screen and (min-width: 1200px) {

#form506125144 [data-input-lid="1666704744645"] {
    position: absolute;
    left: 0;
    bottom: -60px;
    width: 600px;
    display: flex;
}

#form506125144 [field="nullli_subtitle__1666704744645"] {
    width: 250px;
}

#form506125144 [data-input-lid="1666704744645"] .t-checkboxes__wrapper, #form506125144 fieldset {
    display: flex;
    gap: 30px;
}

#form506125144 [data-input-lid="1666704744645"] .t-checkbox__control {
    font-size: 12px!important;
    margin: 0!important;
}

#form506125144 .t-checkboxes__wrapper {
    margin-top: -3px;
}

#form506125144  .t-checkbox__control {
    font-weight: 700!important;
}
}


.t923__bgimg {
    border-radius: 16px;
}



.t923 .t-slds__main.t-container {
    max-width: 1010px!important;
}

.t-feed__container.t897__container .t-col_4 {
    max-width: 295px!important;
}

.btn_anim a{
    position: relative;
}

.btn_anim a:after{
    border-radius: 16px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(-45deg, transparent 0%, transparent 49%, #4c4c4c 50%, transparent 80%);
    background-size: 150px 100%;
    background-repeat: no-repeat;
    animation: blick-btn-blick-slide infinite 3s;
}

@keyframes blick-btn-blick-slide{
		  from {
		    background-position-x: -150px; 
		  }
		  to {
		    background-position-x: calc(100% + 150px); 
		  }  
		}

