

/* Start:/local/components/custom/tagbar/templates/.default/style.css?1752150276739*/
.top-selections {
    margin: 30px 0;
}
.top-selections__list {
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0 0 10px;
    overflow-x: auto;
    scrollbar-width: thin;
}
.top-selections__list::-webkit-scrollbar {
    height: 6px;
}
.top-selections__link {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #757A7E;
  border-radius: 2px;
  color: #757a7e;
  font-weight: 400;
  white-space: nowrap;
  transition: 0.3s;
}
.top-selections__link:hover, .top-selections__link:focus {
    border: 1px solid #394046;
    color: #394046;
    text-decoration: none;
}

.selections__link--active {
    border-color: #f98679;
    color: #f98679;
    pointer-events: none;
    cursor: default;
}

/* End */


/* Start:/local/components/custom/zaymi/templates/.default/bitrix/news.list/.default/style.css?17528295951021*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
#sort_select_form{
  display: flex;
  gap: 20px;
  margin: 20px 16px 10px;
  flex-wrap: wrap;
}
.zaym-sort {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.sort-sel__img{
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.sort-sel{
  margin-left: 10px;
  display: flex;
  height: 20px;
  align-items: center;
  gap: 4px;
  color: #333 !important;
  opacity: .6;
}
.sort_select{
	color: #333!important;
	margin-left: 3px;
	font-size: 16px;
}
.sort-active{
	opacity: 1!important;
}

.num_offers{
	margin-right: 12px;
	color: #2db08e;
	font-weight: 400;
}
#sort_select_form label {
	display: inline;
	font-weight: 500;
	color: #656565;
}

#sort_select_form select {
	display: inline;
	width: auto;
	margin-left: 10px;
}

@media (max-width: 540px) {
  #sort_select_form{
  	gap: 10px;
  }
  .zaym-sort {
  	gap: 10px;
  }
  #sort_select_form label {
  	width: 100%;
  }
}
/* End */


/* Start:/bitrix/templates/tu_new/css/zaymy.css?17529177263147*/
.zaymes {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 20px;
}
.zaym-section * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "OpenSans",sans-serif;
}
.zaym-section-desc {
  margin: 10px 10px 24px;
  padding: 16px 20px;
  background-color: #fff;
  /*border-radius: 6px;*/
  line-height: 1.5;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.zaym-section-desc p + p {
  margin-top: 10px;
}
.zaym-section img {
  display: block;
  max-width: 100%;
  height: auto;
}
.zaym-section .zaymy-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  justify-content: center;
  gap: 20px;
  padding: 10px;
}
.zaym-section .zaym {
  display: flex;
  flex-direction: column;
  padding: 15px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.zaym-section .zaym-logo {
  margin: 0 auto 10px;
  object-fit: cover;
  max-width: 100px;
  width: 100%;
  aspect-ratio: 1;
}
.zaym-section .zaym-title {
  margin-bottom: 6px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2db08e;
  padding-left: 36px;
  font-family: "Ubuntu",sans-serif;
  font-size: 16px;
  background: url("/bitrix/templates/tu_new/css/../img/line_color_l_sm.svg") top 6px left no-repeat;
  background-size: 30px;
}
.zaym-section .zaym-props {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}
.zaym-section .zaym-prop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  line-height: 1.2;
}
.zaym-section .zaym-prop-name {
  color: #5b646b;
}
.zaym-section .zaym-prop-val {
  white-space: nowrap;
  color: #3e464c;
  font-weight: 600;
}
.zaym-section .zaym-btns {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.zaym-section .zaym-btn {
  border-radius: 3px;
  padding: 6px 24px 8px;
  width: 100%;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.zaym-section .zaym-link {
  background-color: #ef7448;
  outline: none;
  transition: .3s;
}
.zaym-section .zaym-link:hover,
.zaym-section .zaym-link:focus-visible {
  background-color: #ec5823;
  box-shadow: 0 4px 20px -5px rgba(0,0,0,.3);
}
.zaym-section .zaym-adv-mark {
  display: block;
  min-height: 24px;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
  color: #8e8e8e;
}
@media (max-width: 1179px) {
  .zaymes {
  	grid-template-columns: 1fr;
	gap: 6px;
  }
  .zaym-similar {
	margin-top: 40px;
  }
}
@media (max-width: 869px) {
  .zaym-section .zaymy-wrapper {
  	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  	gap: 10px;
  }
}

@media (max-width: 480px) {
  .zaym-section-desc {
  	margin: 10px 0 24px;
  }
  .zaym-section .zaymy-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  }
  .zaym-section .zaym-logo {
  	max-width: 70px;
  }
}

@media (max-width: 450px) {
  .zaym-section-desc {
  	margin: 10px 10px 24px;
  }
  .zaym-section .zaymy-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	padding: 10px;
  }
  .zaym-section .zaym-logo {
  	max-width: 70px;
  }
}
/* End */


/* Start:/local/components/custom/sidebar/templates/.default/style.css?17528288173275*/
.sb-list {
  list-style: none;
  background-color: #ffffff;
  padding: 15px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  font-family: "OpenSans",sans-serif;
}
.sb-list-item + .sb-list-item {
    margin-top: 10px;
}
.sb-list-title {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
    border: none;
    width: 100%;
    background: #e8e8e8;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
}

.sb-list-content {
    padding: 0;
    transition: 0.3s;
}

.sets {
    padding-top: 5px;
    list-style: none;
}
.sets-item {
    padding: 0;
}
.sets-name {
  padding: 5px 10px;
  border: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid transparent;
  background-color: #fff;
  transition: 0.3s;
  font-size: 14px;
  color: #4f555c;
  cursor: pointer;
}
.sets-name::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  transition: 0.2s;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.61571 9.6074C1.6145 9.39708 1.65481 9.18858 1.73434 8.99387C1.81387 8.79915 1.93106 8.62206 2.07917 8.47273C2.22774 8.32293 2.40449 8.20404 2.59924 8.12291C2.79399 8.04177 3.00287 8 3.21385 8C3.42482 8 3.6337 8.04177 3.82845 8.12291C4.0232 8.20404 4.19995 8.32293 4.34852 8.47273L15.9989 20.1391L27.6493 8.47273C27.9503 8.17179 28.3584 8.00273 28.784 8.00273C28.9947 8.00273 29.2034 8.04423 29.3981 8.12488C29.5928 8.20552 29.7697 8.32372 29.9187 8.47273C30.0677 8.62173 30.1859 8.79863 30.2665 8.99332C30.3472 9.18801 30.3887 9.39667 30.3887 9.6074C30.3887 10.033 30.2196 10.4411 29.9187 10.7421L17.1336 23.5272C16.985 23.6769 16.8083 23.7958 16.6135 23.877C16.4188 23.9581 16.2099 23.9999 15.9989 23.9999C15.788 23.9999 15.5791 23.9581 15.3843 23.877C15.1896 23.7958 15.0128 23.6769 14.8642 23.5272L2.07917 10.7421C1.93106 10.5927 1.81387 10.4156 1.73434 10.2209C1.65481 10.0262 1.6145 9.81773 1.61571 9.6074Z' fill='%23555555'/%3e%3c/svg%3e ");
  background-size: contain;
  background-repeat: no-repeat;
}
.cont_active.sets-name {
  border-color: #2db08e69;
  box-shadow: 0 0 8px #2db08e69;
}
.sets-name:hover {
  border-color: #e8e8e8;
}
.cont_active.sets-name::after {
  transform: rotate(180deg);
}
.sets-content {
    position: relative;
    padding: 5px 10px 0 15px;
    height: 0;
    overflow: hidden;
    transition: 0.3s;
}
.sets-content::before {
    position: absolute;
    content: "";
    top: 0;
    left: 6px;
    width: 1px;
    height: 0;
    background-color: #2db08e;
    transition: 0.3s;
}

.cont_active + .sets-content::before {
    height: calc(100% - 3px);
}

.sets-link {
  margin-bottom: 5px;
  display: block;
  padding: 5px 5px 2px;
  color: inherit;
  width: fit-content;
  font-weight: 300;
  font-size: 14px;
  border-bottom: 1px solid transparent;
  transition: .3s;
}
.sets-link:hover,
.sets-link:focus {
    text-decoration: none;
    color: inherit;
    border-color: #03c5df;
}

@media (max-width: 1023px) {
  .sb-list {
  	margin: 0 10px;
  }
}
@media screen and (max-width: 890px) {
  .zaymes {
    padding-bottom: 30px;
  }
}


/* End */
/* /local/components/custom/tagbar/templates/.default/style.css?1752150276739 */
/* /local/components/custom/zaymi/templates/.default/bitrix/news.list/.default/style.css?17528295951021 */
/* /bitrix/templates/tu_new/css/zaymy.css?17529177263147 */
/* /local/components/custom/sidebar/templates/.default/style.css?17528288173275 */
