.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); 
		  }  
.fm-cab-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 36px;
  padding: 0 16px;
  box-sizing: border-box;
  border: 1.5px solid #7AB648;
  border-radius: 10px;
  color: #7AB648 !important;
  font-family: var(--t-text-font, Arial, sans-serif);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
  background: transparent;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  position: fixed;
  z-index: 10000;
}
.fm-cab-btn:hover {
  background: #7AB648;
  color: #fff !important;
}
.fm-cab-btn::before {
  content: '';
  position: absolute;
  top: calc(100% + 6px);
  right: 20px;
  border: 6px solid transparent;
  border-bottom-color: #1C1C1E;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s;
  z-index: 10001;
}
.fm-cab-btn::after {
  content: 'Управляйте доставками в кабинете — участникам тестирования скидка 15%';
  position: absolute;
  top: calc(100% + 18px);
  right: 0;
  background: #1C1C1E;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 14px;
  border-radius: 10px;
  width: 210px;
  white-space: normal;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s;
  z-index: 10001;
  box-shadow: 0 4px 20px rgba(0,0,0,0.18);
}
.fm-cab-btn:hover::before,
.fm-cab-btn:hover::after {
  opacity: 1;
}
@media (max-width: 960px) {
  .fm-cab-btn { display: none !important; }
}