

/* Start:/local/templates/desty/dest/styles/main.css?172846989512947*/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
  }
  
  body {
    margin: 0;
    font-family: 'Exo 2';
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #4A4848;
    font-size: 9.24px;
  }
  
  h1 {
    font-size: 2em;
    margin: .67em 0;
  }
  
  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  
  a {
    background-color: transparent;
    text-decoration: none;
  }
  
  abbr[title] {
    border-bottom: none;
    text-decoration: underline dotted;
  }
  
  b,
  strong {
    font-weight: bolder;
  }
  
  small {
    font-size: 87%;
  }
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -.25em;
  }
  
  sup {
    top: -.5em;
  }
  
  img {
    border-style: none;
  }
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
  }
  
  button,
  input {
    overflow: visible;
  }
  
  button,
  select {
    text-transform: none;
  }
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  fieldset {
    padding: .35em .75em .625em;
  }
  
  legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
    padding: 0;
  }
  
  progress {
    vertical-align: baseline;
  }
  
  textarea {
    overflow: auto;
  }
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
  }
  
  summary {
    display: list-item;
  }
  
  * {
    box-sizing: border-box;
  }
  
  main,
  details {
    display: block;
  }
  
  pre,
  code,
  kbd,
  samp {
    font-family: monospace, monospace;
    font-size: 1.5em;
  }
  
  template,
  [hidden] {
    display: none;
  }
  
  a,
  button {
    -webkit-tap-highlight-color: transparent
  }

.container {
  width: 100%;
  padding: 0 25px;
  box-sizing: border-box;
  position: relative;
  line-height: 1.5;
}
.container.text {
  font-size: 1.4em;
}
.btn {
  border: 0;
  padding: 17px 90px;
  border-radius: 4px;
  font-size: 1.6em;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.disabled .btn.btn-themes {
  background: #4a4a4a38;
}

.btn.btn-themes {
  background: #4a4a4a;
}
.btn.btn-link {
  background: transparent;
}
.container h3.title__block {
  font-size: 2.4em;
  line-height: 30px;
  letter-spacing: 0.05em;
  font-weight: 400;
  position: relative;
  top: 30px;
}
.container > h3.title__block {
  position: absolute;
  top: -70px;
}
.title_page {
  margin-top: 110px;
}
.title_page h1 {
  text-align: center;
  font-size: 2.4em;
  font-weight: 400;
  letter-spacing: .5px;
}
.text .title_page h1 {
  font-size: 1.4em;
}
h6 {
  font-size: 1.6em;
  margin: 10px 0;
}
.header__row {
  font-size: 1.4em;
}
.topline .container {
  padding: 0 17px;
}
.topline {
  padding: 20px 0 10px;
  position: fixed;
  top: 0;
  z-index: 1;
  background: #ffffffd9;
  width: 100%;
}
.topline-wrap .topline {  
  border-bottom: 1px solid #D3D3D3;
  z-index: 999;
}

@media(max-width: 1200px) {
  body .header__nav {
    display: none;
  }
  body .topline__menu {
    display: none;
  }
  body .header__logo img {
    height: 40px;
  }
  body .topline__center {
    margin-left: -20px;
  }
  body .topline {
    padding: 10px 0 0px;
  }
}
@media(max-width: 960px) {
  body .footer__row {
    flex-wrap: wrap;
  }
  body .footer__center {
    width: 50%;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  body .footer__left {
    width: 100%;
  }
  body .footer__right {
    width: 50%;
  }
}
@media(max-width: 480px) {
  .topline .container {
    padding: 0 8px;
  }
  .container {
    padding: 0 8px;
  }
  .footer__row {
    flex-direction: column-reverse;
  }
  body .footer__left, body .footer__right, body .footer__center {
    width: 100%;
  }
  body .footer__center {
    text-align: center;
  }
}
.header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}
.topline__left, .topline__panel {
  display: flex;
  align-items: center;
  position: relative;
}
.topline__center {
  position: absolute;
  left: 50%;
  margin-left: -24px;
  z-index: 10;
}
.header__nav {
  display: flex;
  padding: 0;
  list-style: none;
  margin-left: 10px;
  margin-bottom: 0;
  margin-top: 0;
}
.header__nav-link {
  color: #4A4848;
  text-decoration: none;
  margin-right: 20px;
} 
.btn--burger {
  background: url(/local/templates/desty/dest/styles/../img/icons/i.burger.svg) center center no-repeat;
  width: 20px;
  height: 20px;
  border: 0;
  padding: 6px;
  box-sizing: content-box;
  position: relative;
  cursor: pointer;
  transition: .1s;
}
.btn--burger.btn--cross {
  background: url(/local/templates/desty/dest/styles/../img/icons/i.burger_close.svg) center center no-repeat;
}
.search_input {
  background: #F3F1F1;
  border-radius: 4px;
  border: 0;
  padding: 10px 10px 10px 40px;
  min-width: 305px;
  min-height: 44px;
  box-sizing: border-box;
}
.search_input::-webkit-input-placeholder{
  color: #9C9C9C;
}
.search_input::-moz-placeholder {
  color: #9C9C9C;
}
.search_form {
  position: relative;
  margin-right: 15px;
}
.search_form i.lens {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/local/templates/desty/dest/styles/../img/icons/i.lens.svg) center center no-repeat;
  padding: 22px;
}
.search_input.show:visited, .search_input.show:focus {
  outline-color: #00000080;
}
@media(max-width: 1700px) {
  .search_form {
    position: absolute;
    left: -50px;
    top: -10px;
    transition: .3s;
  }
  .search_form.show {
    z-index: 11;
    left: -223px;
  }
  .search_input {
    max-width: 42px;
    min-width: 42px;
    padding-left: 32px;
    transition: .3s;
  }
  .search_input.show {
    max-width: 215px;
    min-width: 215px;
    padding-left: 41px;
    
  }
}
@media(max-width: 1200px) {
  .search_form {
    left: -50px;
  }
}
@media(max-width: 768px) {
  .search_form {
    left: 43px!important;
    width: calc(100% - 138px);
  }
  .search_input {
    background: none;
  }
  .search_input.show {
    background: #F3F1F1;
    max-width: 100%;
    min-width: 100%;
      padding-left: 41px;
  }
  .topline__left, .topline__panel {
    position: inherit;
  }
  .search_form i.lens  {
    background-image: url(/local/templates/desty/dest/styles/../img/icons/i.lens_black.svg);
  }
}
.topline__menu {
  display: flex;
  padding: 0;
  list-style: none;
  margin-left: 10px;
}
.topline__menu a {
  color: #4A4848;
  text-decoration: none;
  margin-right: 20px;
} 
.topline__components {
  display: flex;
  margin-left: 20px;
}
.topline__components--item:first-child {
  margin-left: 0px;
}
.topline__components--item {
  min-width: 25px;
  min-height: 25px;
  text-decoration: none;
  margin-left: 30px;
  position: relative;
}
.topline__components--item span {
  position: absolute;
  background: #000000b8;
  font-size: 0.7em;
  bottom: -2px;
  right: -2px;
  border-radius: 26px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  box-sizing: border-box;
  border: 1px solid #000000b8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.topline__components--cart {
  background: url(/local/templates/desty/dest/styles/../img/icons/i.cart.svg) no-repeat;
}
.topline__components--favor {
  background: url(/local/templates/desty/dest/styles/../img/icons/i.favor.svg) no-repeat;
}
.header__row--burder {
  display: none;
  border-top: 1px solid #D3D3D3;
}
.header__row--burder.show {
  margin-top: 10px;
  display: flex!important;
}
.burger__menu {
  transition: .4s;
  columns: 3;
  list-style: none;
  padding-left: 0;
}
.header__row--burder.show .burger__menu {
  padding-left: 41px;
}
.burder__menu--item a {
  color: #4A4848;
  text-decoration: none;
  line-height: 2.7;
}
.banner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 30px 0;
}
.banner__text {
  color: #4A4848;
  padding-right: 15px;
  display: block;
  position: relative;
  margin-top: 10px;
  text-decoration: none;
  background: url(/local/templates/desty/dest/styles/../img/icons/i.small_arrow.svg) right center no-repeat;
}
.main-slider img {
  max-width: 100%;
}
.main-slider .full-screen {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9;
}
.main-slider .flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  color: #fff;
  z-index: 2;
}
.main-slider .slider-text .title {
  font-size: 5em;
  line-height: 1.5;
}
.main-slider .slider-text .btn {
  display: inline-block;
  margin-top: 20px;
  border: 1px solid white;
  border-radius: 4px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 1.5em;
}
.main-slider .caption {
  line-height: 1.5;
  font-size: 1.7em;
}
@media(max-width: 960px){
  .main-slider {
    margin-top: 52px;
  }
  .main-slider .slider-text .title {
    font-size: 2.2em;
    line-height: 1.5;
  }
  .main-slider .caption {
    font-size: 1.3em;
  }
}

.main-catalog {
  margin: 98px 0;
}
.main-catalog .container-catalog {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main-catalog .container-catalog .item-block {
  width: calc(25% - 20px);
}
@media(max-width: 960px){
  .main-catalog .container-catalog .item-block {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
  body .main-catalog .section_info {
    bottom: 50%;
    margin-bottom: -60px;
  }
  body .main-catalog .btn {
    display: none;
  }
}
@media(max-width: 480px){
  .main-catalog .container-catalog .item-block {
    width: calc(100% - 20px);
    margin: auto;
  }
}
.main-catalog img {
  max-width: 100%;
  position: relative;
  z-index: -1;
}
.main-catalog .section-image-name {
  position: relative;
}
.main-catalog .section-image-name .full {
  transition: .4s;
  position: absolute;
  width: 100%;
  height: calc(100% - 3px);;
  background: linear-gradient(180deg, rgba(223, 223, 223, 0.3) 0%, rgba(63, 29, 16, 0.3) 100%);
}
.main-catalog .section-image-name:hover .full {
  opacity: .3;
}
.main-catalog .section_info {
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  position: absolute;
  bottom: 50px;
  width: 100%;
}
.main-catalog .name-block {
  font-size: 2.4em;
  line-height: 2;
}
.main-catalog .name-block a {
  color: white;
  text-decoration: none;
}
.main-catalog .link {
  color: white;
  opacity: .7;
  padding-right: 15px;
  display: inline-block;
  margin: 10px auto;
  position: relative;
  margin-top: 10px;
  text-decoration: none;
  background: url(/local/templates/desty/dest/styles/../img/icons/i.small_arrow--white.svg) right center no-repeat;
  padding-bottom: 4px;
}
.footer {
  border-top: 1px solid #D3D3D3;
  padding-top: 55px;
}
.footer__row {
  display: flex;
}
.footer__left, .footer__right {
  width: 40%;
}
.footer__center {
  width: 20%;
  text-align: center;
}
.footer__nav-row {
  display: flex;
  justify-content: space-between;
}
.footer__nav-column {
  width: 50%;
}
.footer__title {
  margin-top: 0;
  font-size: 2.1em;
  color: #464646;
  font-weight: 400;
  margin-bottom: 10px;
}
.footer__nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__nav-link {
  color: #9C9C9C;
  text-decoration: none;
  font-size: 1.6em;
  line-height: 2;
}
.footer__contact--phone {
  color: #464646;
  text-decoration: none;
  font-size: 2.4em;
  line-height: 2;
}
.footer__social a {
  text-decoration: none;
}
.footer__contact {
  margin-bottom: 7px;
}
.footer .sender {
  text-align: center;
  max-width: 430px;
  margin: auto;
}
.sender .footer__title {
  font-size: 1.6em;
}
.sender p {
  color: #9C9C9C;
  font-size: 1.2em;
  line-height: 16px;
}
.sender form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 357px;
  margin: 20px auto 0;
}
.sender .subscribe-input {
  background: #FFFFFF;
  border: 1px solid rgba(156, 156, 156, 0.7);
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  height: 49px;
  text-align: center;
  font-size: 1.4em;
}
.sender .subscribe-input:focus {
  outline: none;
}
.sender .btn-width {
  margin-top: 20px;
  width: 100%;
  height: 53px;
  background: #464646;
  border-radius: 4px;
  border: 1px solid #464646;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 1.5em;
}
/* End */


/* Start:/bitrix/components/tokit/basic.favorites.count/templates/.default/style.css?1666502468423*/
.o-fav-link {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	position: relative;
}
.o-fav-link-count {
	color: #000;
	position: absolute;
	top: -5px;
	right: -5px;
	background: red;
	padding: 3px 6px 4px;
	color: #fff;
	line-height: 1;
	font-size: 11px;
	border-radius: 4px;
	opacity: 1;
	transition: opacity 0.3 ease-in;
}
.o-fav-link-count.is-hide {
	opacity: 0;
}
.o-fav-link svg {
	width: 30px;
}
/* End */


/* Start:/bitrix/components/tokit/basic.favorites.script/templates/.default/style.css?1666502468189*/
.o-fav-btn {
    display: block;
    cursor: pointer;
}

.o-fav-btn svg {
    width: 30px;
}

.o-fav-btn.is-load {
    pointer-events: none;
}

.o-fav-btn.is-fav svg path {
    fill: red;
}
/* End */


/* Start:/local/templates/desty/styles.css?17522253667176*/
.product__offers {
    position: relative;
    min-height: 42px;
    display: flex;
    padding: 14px 9px;
}
.product__offers span {
    height: 14px;
    width: 14px;
    display: block;
    margin-right: 11px;
    position: relative;
    border-radius: 14px;
}
.product__offers span.active:after {
    content: "";
    border: 1px solid #9C9C9C;
    border-radius: 20px;
    height: 20px;
    width: 20px;
    position: absolute;
    top: -4px;
    left: -4px;
    box-sizing: content-box;
}
body .basket-checkout-container.basket-checkout-container-fixed {
    top: 72px;
    transition: .3s;
}
div.bx-blue .btn.btn-default {
    border-color: #464646;
    font-weight: 400;
    background-color: #464646;
}
div.bx-blue .btn.btn-default:hover {
    border-color: #464646;
    background-color: #464646;
}
.basket-coupon-block-total-price-old {
    font:unset;
    font-size: 1.8em;
}
.basket-coupon-block-total-price-current {
    font:unset;
    font-size: 2.8em;
}
.basket-coupon-block-total-price-difference, .basket-coupon-block-field-description {
    font:unset;
    font-size: 1.2em;
}
.basket-checkout-block-total-title {
    font:unset;
    font-size: 1.9em;
}
.basket-checkout-block-total-description {
    font:unset;
    font-size: 1.4em;
}
.basket-item-info-name, .basket-item-info-name-link {
    font:unset;
    font-size: 1.4em;
}
.basket-item-property-name, .basket-item-property-custom-name {
    font:unset;
    font-size: 1.2em;
}
.basket-item-property-value, .basket-item-property-custom-value {
    font:unset;
    font-size: 1.2em;
}
.basket-item-price-current-text {
    font:unset;
    font-size: 1.9em;
}
.basket-item-amount-filed, .basket-item-block-amount.disabled .basket-item-amount-filed:hover {
    font:unset;
    font-size: 1.5em;
}
.basket-item-price-title {
    font:unset;
    font-size: 1.2em;
}
.basket-item-amount-field-description {
    font:unset;
    font-size: 1.2em;
}
.basket-item-price-old-text {
    font:unset;
    font-size: 1.4em;
}
.basket-item-price-difference {
    font:unset;
    font-size: 1.2em;
}
body .ns-bitrix.c-sale-order-ajax.c-sale-order-ajax-simple-1 .bx-soa-pp-item-container .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container, 
body .ns-bitrix.c-sale-order-ajax.c-sale-order-ajax-simple-1 .bx-soa-pp-item-container .bx-soa-pp-company:hover .bx-soa-pp-company-graf-container, 
body .ns-bitrix.c-sale-order-ajax.c-sale-order-ajax-simple-1 .radio-inline:hover label:before, 
body .ns-bitrix.c-sale-order-ajax.c-sale-order-ajax-simple-1 .radio-inline.radio-inline-checked label:before {
    background-color: #464646 !important;
    border-color: #464646 !important;
}
body .ns-bitrix.c-sale-order-ajax.c-sale-order-ajax-simple-1 .bx-soa-button.bx-soa-button-colored {
    background-color: #464646 !important;
    border-color: #464646 !important;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 8px 60px;
}
.basket-item-info-name, .basket-item-info-name-link,
.basket-item-price-current-text,
.basket-item-amount-filed, .basket-item-block-amount.disabled .basket-item-amount-filed:hover,
.basket-item-price-title, 
.basket-item-amount-field-description {
    font-size: inherit;
}
.basket-item-property-name, .basket-item-property-custom-name {
    font-size: 12px;
}
.basket-coupon-block-field .form-control {
    width: 100%;
    height: 40px;
    border: 1px solid gainsboro;
}
.tablebodytext {
    display: none;
}
.bx-yellow .btn.btn-default {
    padding: 10px 20px;
    font-size: 1em;
}
body .bx-soa-cart-total.bx-soa-cart-total-fixed {
    top: 100px;
}
#bx-soa-image-popup-content img {
    max-width: 100%;
}
body .bx-pagination {
    margin: auto;
}
body .bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #464646;
}
.personal .row {
    display: flex;
    flex-wrap: wrap;
}
.personal .row .col-lg-3  {
    width: 20%;
    margin-right: 20px;
}
#bx-soa-paysystem .bx-soa-editstep {
    display: none;
}
#bx-soa-delivery .bx-soa-pp-desc-container .bx-soa-pp-list, 
#bx-soa-delivery .bx-soa-pp-delivery-cost,
#bx-soa-delivery .bx-soa-section-content .bx-soa-pp-price {
    display: none;
}
.banner__image {
    max-width: 300px;
}
.banner__image img {
    width: 100%;
}
.main-catalog .name-block {
    padding: 0 10px;
}
#panel {
    z-index: 1000;
    position: relative;
}
.bx-authform {
    margin: auto;
    margin-top: 100px;
}
.bx-title {
    font-size: 21px;
    font-weight: 400;
}
.main-catalog .container-catalog {
    justify-content: space-evenly;
}
.eye {
    position: absolute;
    top: 11px;
    right: 10px;
    background: url(/local/templates/desty/./dest/img/icons/i.eye.png) no-repeat;
    width: 18px;
    height: 14px;
    background-size: cover;
    cursor: pointer;
}
#bx-soa-paysystem {display: none!important;}
@media(min-width: 960px) {
    .product_gallery__1 {
        width: 40%;
    }
    .product_gallery.product_gallery__1 img {
        width: calc(100% - 10px);
    }
    .product_gallery__1 + .product_panel {
        width: calc(60% - 20px);
    }
}
@media (max-width: 768px) {
[data-tab="product_tablesize"].active.tab_content {
    width: 100%;
}
.products_block .product__item--1 {
    width: 48%;
}
.product__item--8 {
    width: calc(12% - 18px);
}
.header__row--burder.show .burger__menu {
        display: flex;
        flex-direction: column;
}
.header__row--burder.show {
    flex-direction: column;
}
.basket-items-list-item-descriptions {
    order: 1;
}
.basket-items-list-item-mount {
    order: 2;
}
}
.bx-filter .bx-filter-input-checkbox {
    display: flex;
    align-items: center;
}
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
    white-space: pre;
    margin-left: 10px;
}
.product .product_gallery__3 img {
    width: calc(34% - 10px);
    padding-bottom: 45px;
}
.basket-items-list-item-mount {
    display: flex;
    padding: 20px;
}
.basket-item-block-mount {
    display: flex;
    position: relative;
}
@media (min-width: 1024px) {
    .btn--burger {
        display: none;
    }
}
.catalog__panel-sort {
 display: none;
}
[name="UF_TYPE"] {
    width: 100%;
    border: 1px solid #ccd5da;
    padding: 5px;
}
p.attention {
    text-align: center;
    background: antiquewhite;
    padding: 10px;
}
.prop-SIZE .prop_item .btn {
    min-width: 180px;
    text-align: center;
}
@media (max-width: 640px) {
    .search-page .product__item {
        width: 100%;
    }
}
.hide {
    display: none!important;
}
.footer__right {
    display: none;
}
.footer__row {
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
}
.footer__left {
    width: 60%;
}
.footer__center {
    width: 20%;
    text-align: right;
}
.footer__social {
    display: flex;
    align-items: start;
    gap: 10px;
    justify-content: end;
}
.footer__social svg {
    max-width: 35px;
    max-height: 35px;
    min-width: 33px;
}
.footer__contact--phone {
    line-height: 1.5;
}
.footer__content {
    margin-top: 30px;
    font-size: 14px;
    display: flex;
    gap: 30px;
        justify-content: space-around;
}
.law_links {
    display: flex;
    flex-direction: column;
        align-items: start;
    text-align: right;
}
.law_links a {
    color: #464646;
    font-size: 12px;
}
/* End */


/* Start:/local/templates/desty/template_styles.css?1726830437462*/
.prop__wrap {
	display: flex;
}
.prop_item .prop__quantity {
	padding-right: 40px;
}
body .prop_item .prop__quantity:after {
	right: 14px;
	top: 6px;
}
body .product_cart .prop_val .cirle {
    border-radius: 4px;
    padding: 4px 10px;
    box-shadow: 0px 0px 3px 0px #c4c4c4;
}
body .prop_item .prop__quantity span {
    padding: 2px 6px 4px 6px;
    line-height: 1;
}
.topline__components--cart span {
	max-width: 25px;
}
.product_qr {
    max-width: 280px;
}
/* End */
/* /local/templates/desty/dest/styles/main.css?172846989512947 */
/* /bitrix/components/tokit/basic.favorites.count/templates/.default/style.css?1666502468423 */
/* /bitrix/components/tokit/basic.favorites.script/templates/.default/style.css?1666502468189 */
/* /local/templates/desty/styles.css?17522253667176 */
/* /local/templates/desty/template_styles.css?1726830437462 */
