.t-store__filter__item:nth-child(1) .t-store__filter__item-controls-wrap label:nth-of-type(2) {
	background: red;
	display: none;
}

.t-store__filter__item:nth-child(2) .t-store__filter__item-controls-wrap label:nth-of-type(5),
.t-store__filter__item:nth-child(2) .t-store__filter__item-controls-wrap label:nth-of-type(11) {
	background: red;
	display: none;
}





/*Scrollbar*/
body::-webkit-scrollbar {
    width: 16px;
}
body::-webkit-scrollbar-track {
    /*Фон*/
    background: #E2DDEC;
}
body::-webkit-scrollbar-thumb {
    /*Ползунок*/
    background-color: #3E1B78;
    border: 4px solid #E2DDEC;
    border-radius: 8px;
}

/*Selection*/
::selection {
    background: #692ECC;
    color: #fff;
}

/*NUMBERS*/
body, .t-input, input, button {
    font-variant-numeric: lining-nums !important;
}

/*BLOCKS WIDTH*/
.img_width_1, .img_width_2 {
    width: calc(100% - 40px) !important;
}
@media (min-width: 960px) {
.img_width_1 {
    width: calc(100% - 80px) !important;
}
.img_width_2 {
    width: calc(50% - 50px) !important;
}
}
@media (max-width: 959px) {
.zero_map {
    width: calc(100% - 120px) !important;
}
.img_width_7 {
    width: calc(100% - 40px) !important;
}
}
@media (max-width: 479px) {
.img_width_3 {
    width: calc(100% - 80px) !important;
}
.zero_map {
    width: calc(100% - 80px) !important;
}
}

/*ZERO FORMS*/
.tn-atom__form .t-input_pvis {
    padding-top: 24px !important;
}
.tn-atom__form .t-input__vis-ph {
    top: 22px !important;
}
.t-checkbox__indicator {
    border-radius: 4px;
}
.zero_map iframe {
    border-radius: 8px !important;
}

/*WA & TG BUTTONS*/
.wa_btn .tn-atom, .tg_btn .tn-atom {
    display: flex;
    height: 44px;
    align-items: center;
    justify-content: center;
}
.wa_btn .tn-atom:before, .tg_btn .tn-atom:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-size: cover;
    margin-right: 8px;
}
.wa_btn .tn-atom:before {
    background-image: url(https://static.tildacdn.com/tild6334-3735-4030-b031-336663333566/icon_6.svg);
}
.tg_btn .tn-atom:before {
    background-image: url(https://static.tildacdn.com/tild3462-3763-4336-b233-393037313834/icon_4.svg);
}

/*POP-UPS*/
@media (min-width: 961px) {
.t702 .t-popup__container, .t702__img {
    border-radius: 16px;
}
}
.t702 .t-input-group {
    margin-bottom: 10px;
}

@media (max-width: 640px) {
.t-popup__close {
    background: #74648F !important;
}
}


/*Video*/
@media (min-width: 961px) {
.t121 .t-video-lazyload, .t121 iframe {
    border-radius: 16px;
}
}










