body {
    background: #fff;
}

uc-telzapis {
    text-align: center;
}

uc-telzapis {
    
}

uc-telzapis {
    
}

.uc-myformtel .t-form__submit {
    display:none;
}
.uc-myformtel .t-descr_xs {
  font-size: 1.25em;
}

.uc-menu {
    border-top: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
}

.uc-cat-podmenu {
    
}
.uc-cat-podmenu .t650__inner-col {
    border-top: solid 3px #7b9c86;
    border-top: solid 3px #bbd5c4;
}

.uc-cat-listmenu {
    
}
.uc-cat-listmenu .t-btn {
    border-left: solid 4px #bbd5c4 !important;
}

.uc-main-cattiles .t692__blockimg {
    border-radius: 2em;
}
.uc-nom-mzrf th:first-child + th {
    font-size:13px;
}
.uc-nom-mzrf td:first-child + td {
    font-size:12px;
}
.uc-poisk .t838__input {
    height:50px;
}

/* -- FLEX -- */
.flex, .flex-wrap { 
	display: -webkit-box; display: -webkit-flex; display: -ms-flexbox;
	display: flex;
}
.flex-wrap {
	-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; 
	flex-wrap: wrap;
}

.pic-100 { position: relative; }
.pic-100 > img { display: block; width: 100%; }
.pic-max-100 > img { display: block; max-width: 100%; }

/* -- BOXES -- */
.box-3, .boxes-3 > * { width: 25%; }
.box-4, .boxes-4 > * { width: 33.33%; }
.box-6, .boxes-6 > * { width: 50%; }
.box-12, .w-100 { width: 100%; }


/* MD */
@media screen and (max-width: 991px) {
	/* -- BOXES -- */
	.box-md-3, .boxes-md-3 > * { width: 25%; }
	.box-md-4, .boxes-md-4 > * { width: 33.33%; }
	.box-md-6, .boxes-md-6 > * { width: 50%; }
	.box-md-12, .boxes-md-12 > * { width: 100%; }
}

/* SM */
@media screen and (max-width: 767px) {
	/* -- BOXES -- */
	.box-sm-3, .boxes-sm-3 > * { width: 25%; }
	.box-sm-4, .boxes-sm-4 > * { width: 33.33%; }
	.box-sm-6, .boxes-sm-6 > * { width: 50%; }
	.box-sm-12, .boxes-sm-12 > * { width: 100%; }
}

/* XS */
@media screen and (max-width: 576px) {
	/* -- BOXES -- */
	.box-xs-3, .boxes-xs-3 > * { width: 25%; }
	.box-xs-4, .boxes-xs-4 > * { width: 33.33%; }
	.box-xs-6, .boxes-xs-6 > * { width: 50%; }
	.box-xs-12, .boxes-xs-12 > * { width: 100%; }
}