

/* Start:/local/templates/donmusic_new/components/bitrix/catalog/donmusic/style.css?1695040102864*/
body nav.mainmn .navbar .dropdown-menu>li>a {
	width: 197px !important;
}
body nav.mainmn .navbar .dropdown-menu>li .dropdown-menu>li a {
	width: 168px !important;
}

.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}
/* End */


/* Start:/local/templates/donmusic_new/components/bitrix/catalog/donmusic/bitrix/catalog.element/.default/style.css?16950401024601*/
/*#big_photo {
    position: relative;
    margin-bottom: 0.5em;
}
#big_photo a {
    display: none;

}
#big_photo a:first-child {
    display: block;
}*/


#big_photo .media-slider{
    width: auto;
    float: none;
}




#slider_detail {
    position: relative;
    clear: both;
    border-radius: 4px;
    overflow: hidden;
}
#slider_detail ul {
    position: relative;
    list-style: none;
    height: 400px;
    margin: 0;
    padding: 0;
}
@media(max-width: 850px){
    #slider_detail ul {
        height: 300px;
    }
}
#slider_detail ul li {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 4px;
}
#slider_detail ul li a {
    display: block;
    text-align: center;
    text-decoration: none;
    height: 100%;
}
#slider_detail ul li img{
    display: block;
    height: 100%;
    width: 100%;
    max-width: none;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}
#slider_detail ul li:first-child {
    display: block;
}
#slider_detail .carousel-control {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    font-size: 55px;
    font-weight: 100;
    line-height: 60px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border: 0;
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 0.3s ease-out, background 0.3s ease-out;
    background: none;
    text-shadow: 0 0 3px #000;
}
#slider_detail .carousel-control:after{
    content: '';
    position: absolute;
    width: 60px;
    height: 600px;
    top: 50%;
    margin-top: -300px;
}
#slider_detail .carousel-control.left,
#slider_detail .carousel-control.left:after{
    left: 0px;
}
#slider_detail .carousel-control.right,
#slider_detail .carousel-control.right:after{
    right: 0px;
    left: auto;
}

#slider_detail .carousel-control:hover {
    opacity: 1;
    text-decoration: none;
}


.prev-photo {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px 0;
    border-radius: 4px;
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 2px solid #fff;
    cursor: pointer;
}
.prev-photo img{
    max-height: 100%;
}
.prev-photo.active {
    cursor: default;
    border-color: #C9C71C;
}


.nav-tabs{
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: none !important;
}
.nav-tabs li{

}
.nav-tabs li a{
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 0.6em 1em;
    border-color: #eee;
}
.nav-tabs li a:hover{
    border-color: #eee !important;
}
.nav-tabs li.active a:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--green);
}
@media(max-width: 450px){
    .nav-tabs li{
        margin: 0;
    }
    .nav-tabs li a{
        padding: 0.3em;
    }
}




.price_block{
    margin: 0 0 1em 0;
}
.price_block .price{
    margin: 0 0 1em 0;
}
.price_block .base_price {
    font-size: 2em;
    line-height: normal;
    color: #aaa;
}
.price_block .spec_price {
    font-size: 3em;
    line-height: normal;
    margin: 0;
}
.price_block .button{
    font-size: 1.3em;
    margin: 0 0.25em 0.25em 0;
}
.price_block .button.btn-buy.hidden{
    display: none;
}
.price_block .button.btn-basket{
    display: none;
}
.price_block .button.btn-basket.visible{
    display: inline-block;
}


.info{
    margin: 1em 0 2em;
}
.info dl{
    margin: 0 0 0.25em 0;
}
.info dl dt{
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.info dl dd{
    display: inline-block;
    vertical-align: top;
    color: #999;
    margin: 0;
}



.catalog-element{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.catalog-element-picture{
    width: 52.725%;
    margin-right: 4.275%;
    margin-bottom: 1em;
}
.catalog-element-controls{
    width: 43%;
    margin-bottom: 1em;
}
@media(max-width: 850px){
    .catalog-element-picture{width: 48%;}
    .catalog-element-desc{
        display: block;
    }
    .catalog-element-desc__block,
    .catalog-element-desc__block--wide {
        width: auto;
        margin: 1em 0 0 0;
    }
    .catalog-element-controls{width: 50%;}
}
@media(max-width: 640px){
    .catalog-element-picture{
        width: 100%;
        margin: 1em 0 2em;
    }
    .catalog-element-controls{
        width: 100%;
        margin: 0 0 4em;
    }
}
/* End */


/* Start:/local/components/goodde/catalog.delivery/templates/.default/style.css?169504010218817*/
/* show main block when this css loaded */
.catalog-delivery {
  height: initial !important;
}

/* title */
.catalog-delivery-title {
  padding: 1em 0;
}
.catalog-delivery-title h2 {
  font-size: 1.2em;
  margin-bottom: 0;
}
.catalog-delivery.haserror .catalog-delivery-title span {
  display: none;
}
@media (max-width: 767px) {
  .catalog-delivery-title {
    padding-bottom: 36px;
  }
}

/* fields */
.catalog-delivery form {
  padding: 0 0 1em;
}
.catalog-delivery-fields {
  margin: 0;
  position: relative;
}
.catalog-delivery-fields:not(.empty) {
  margin-bottom: 9px;
}
.catalog-delivery-fields:not(.empty) .row {
  margin: 0;
}
.catalog-delivery.search .catalog-delivery-fields.empty {
  margin-bottom: 9px;
  width: inherit;
  height: inherit;
  overflow: inherit;
}
.catalog-delivery-field {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 16px;
  display: inline-block;
  vertical-align: top;
}
.catalog-delivery-field-title {
  font-size: 0.867em;
  color: #999;
}
.catalog-delivery-field-title > label,
.catalog-delivery-field-title > span {
  margin-bottom: 3px;
}
.catalog-delivery-field-input {
  margin: 0 15px 0 0;
}
.catalog-delivery-field-box {
  position: relative;
  color: #333;
  font-size: 0.867em;
  cursor: pointer;
}
.catalog-delivery-field-box-value {
  background-color: #fafafa;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  padding: 0 11px 0 11px;
  height: 32px;
  position: relative;
}
.catalog-delivery-field-box-value i {
  position: absolute;
  top: 14px;
  right: 12px;
  transition: transform 0.2s ease;
}
.catalog-delivery-field-box.open .catalog-delivery-field-box-value i {
  transform: rotate(180deg);
}
.catalog-delivery-field-box-value span {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  line-height: 28px;
  height: 100%;
}
.catalog-delivery-field-box-dropdown {
  display: none;
  border-radius: 3px;
  width: 182px;
  position: absolute;
  background: #fff;
  top: 100%;
  z-index: 101;
  max-height: 191px;
  overflow-y: auto;
}
.catalog-delivery-field-box.open .catalog-delivery-field-box-dropdown {
  display: block;
  border-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.catalog-delivery-field-box-dropdown-item {
  padding: 5px 16px 8px;
}
.catalog-delivery-field-box-dropdown-item:hover,
.catalog-delivery-field-box-dropdown-item.current {
  background-color: #fafafa;
}
.catalog-delivery-field_quantity .catalog-delivery-field-box-value {
  padding-left: 30px;
  padding-right: 30px;
}
.catalog-delivery-field_quantity .catalog-delivery-field-box-value > span:not(:hover) * {
  fill: var(--white_text_black);
}
.catalog-delivery-field_quantity .catalog-delivery-field-box-value > span:hover * {
  fill: var(--theme-base-color);
}
.catalog-delivery-field_quantity .catalog-delivery-field-input {
  width: 99px;
}
.catalog-delivery-field_quantity input[type="text"],
.catalog-delivery-field_quantity input[type="text"]:focus {
  border: none;
  padding: 0;
  background: none;
  height: 100%;
  text-align: center;
  width: 100%;
}
.catalog-delivery-field_quantity .plus,
.catalog-delivery-field_quantity .minus {
  position: absolute;
  top: 0px;
  bottom: 0px;
  height: auto;
  cursor: pointer;
  width: 30px;
}
.catalog-delivery-field_quantity .minus {
  left: 0px;
}
.catalog-delivery-field_quantity .plus {
  right: 0px;
}
.catalog-delivery-field_quantity .svg,
.catalog-delivery-field_quantity .svg {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -7px 0 0 -6px;
  width: 11px;
  height: 11px;
  line-height: 12px;
}
.catalog-delivery-field_quantity .plus:not(:hover) .svg,
.catalog-delivery-field_quantity .minus:not(:hover) .svg {
  opacity: 0.5;
}
.catalog-delivery-field_quantity .svg svg {
  display: inline-block;
  vertical-align: middle;
}
.catalog-delivery-field_persontype .catalog-delivery-field-input,
.catalog-delivery-field_paysystem .catalog-delivery-field-input {
  width: 170px;
}
.catalog-delivery-field_persontype .catalog-delivery-field-box-value,
.catalog-delivery-field_paysystem .catalog-delivery-field-box-value {
  padding-right: 28px;
}
.catalog-delivery-field_persontype .catalog-delivery-field-box select,
.catalog-delivery-field_paysystem .catalog-delivery-field-box select {
  display: none;
}
.catalog-delivery-field_quantity
  + .catalog-delivery-field_persontype
  + .catalog-delivery-field_paysystem
  .catalog-delivery-field-input {
  margin-right: 29px;
}
.catalog-delivery-field_addbasket .catalog-delivery-field-input {
  margin: 5px 0 0 0;
  width: 101px;
}
.catalog-delivery-field_addbasket .filter.label_block input + label {
  padding-top: 0px;
  color: #333;
  margin: 0;
}
.catalog-delivery-fields-base {
  font-size: 0;
}
.catalog-delivery-fields-opener {
  display: none;
  color: #333;
  font-size: 0.867em;
  cursor: pointer;
  line-height: 1.22em;
  margin: 4px 0 21px 0;
}
.catalog-delivery-fields-opener > span:last-of-type {
  border-bottom: 1px dotted;
  margin-left: 12px;
}
.catalog-delivery-fields-opener > span:last-of-type:hover {
  border-bottom-color: transparent;
}
.catalog-delivery.shortfields .catalog-delivery-fields-opener {
  display: flex;
  flex-direction: row;
}
.catalog-delivery.shortfields .catalog-delivery-fields-base {
  display: none;
}
.catalog-delivery.shortfields .catalog-delivery-fields.open .catalog-delivery-fields-base {
  display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.catalog-delivery.shortfields .catalog-delivery-fields.open .catalog-delivery-field_quantity {
  order: 1;
}
.catalog-delivery.shortfields .catalog-delivery-fields.open .catalog-delivery-field_persontype {
  order: 3;
  width: 100%;
}
.catalog-delivery.shortfields .catalog-delivery-fields.open .catalog-delivery-field_paysystem {
  order: 4;
  width: 100%;
}
.catalog-delivery.shortfields .catalog-delivery-fields.open .catalog-delivery-field_addbasket {
  order: 2;
}
.catalog-delivery.shortfields
  .catalog-delivery-fields.open
  .catalog-delivery-field_paysystem
  .catalog-delivery-field-input,
.catalog-delivery.shortfields
  .catalog-delivery-fields.open
  .catalog-delivery-field_persontype
  .catalog-delivery-field-input {
  margin-right: 0;
  width: 100%;
}
.catalog-delivery.shortfields .catalog-delivery-fields.open .catalog-delivery-field-box-dropdown {
  width: 100%;
}
.catalog-delivery.shortfields .catalog-delivery-fields.open .catalog-delivery-field-box-dropdown {
  max-height: 116px;
}
.catalog-delivery.shortfields .catalog-delivery-fields.open .catalog-delivery-fields-opener .catalog-delivery-sp {
  display: none;
}

/* location in title */
.catalog-delivery-title-city > span:last-of-type {
  display: none;
}
.catalog-delivery.cansearch .catalog-delivery-title-city {
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
}
.catalog-delivery.cansearch .catalog-delivery-title-city > span:first-of-type {
  border-bottom: 1px dotted;
  white-space: normal;
  word-break: break-word;
}
.catalog-delivery.cansearch .catalog-delivery-title-city > span:first-of-type:hover {
  border-bottom-color: transparent;
}
.catalog-delivery.cansearch .catalog-delivery-title-city > span:last-of-type {
  display: inline-block;
  vertical-align: top;
  margin-left: 11px;
}
.catalog-delivery.search .catalog-delivery-title span {
  display: none;
}
.catalog-delivery.haserror .catalog-delivery-title-city {
  display: none;
}

/* location source in title */
.catalog-delivery-locationsource {
  margin: 15px 0 0 0;
}
.catalog-delivery-locationsource .alert {
  margin: 0;
}
.catalog-delivery.search .catalog-delivery-title .catalog-delivery-locationsource {
  display: none;
}
.catalog-delivery.haserror .catalog-delivery-locationsource {
  display: none;
}

/* location search */
.catalog-delivery-field_locationsearch {
  display: none;
}
.catalog-delivery.search .catalog-delivery-field_locationsearch {
  display: block;
}
.catalog-delivery .bx-sls .quick-locations {
  margin: 0 -5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.catalog-delivery .bx-sls .quick-location-tag {
  margin: 0 5px 10px;
  border: 1px solid #b0d1f6;
  border-color: var(--stroke_black);
  color: #3b8de9;
  border-radius: 3px;
  background-color: #fff;
  font-size: 0.867em;
  padding: 0 8px;
  height: 28px;
  line-height: 1.9em;
  white-space: nowrap;
}
.catalog-delivery .bx-sls .quick-location-tag:hover {
  color: #fff;
  background-color: #1d7ce6;
  border-color: #1d7ce6;
}
.catalog-delivery .bx-sls .dropdown-block {
  background-color: #fafafa;
  border: 1px solid #eaeaea;
  box-shadow: inset 0 1px 2px var(--stroke_black);
  border-radius: 3px;
  height: 40px;
  padding: 0 40px 0;
}
.catalog-delivery .bx-sls .bx-ui-sls-fake,
.catalog-delivery .bx-sls .bx-ui-sls-route {
  height: 38px;
  font-family: inherit;
  font-size: 0.931em;
}
.catalog-delivery .bx-sls .bx-ui-sls-fake {
  color: #333 !important;
}
.catalog-delivery .bx-sls .bx-ui-sls-route {
  color: #999 !important;
}
.catalog-delivery .bx-sls .dropdown-icon {
  left: 13px;
  background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) -3px -131px no-repeat scroll;
  top: 11px;
}
/*.catalog-delivery .bx-sls .bx-ui-sls-clear::before{margin:-10px 0 0 -7px;}*/
.catalog-delivery .bx-sls .bx-ui-sls-clear::before {
  margin: 0 0 0 0;
}
.catalog-delivery .bx-sls .bx-ui-sls-clear {
  margin-top: 4px;
}
.catalog-delivery .bx-sls .bx-ui-sls-pane {
  padding: 0;
  border-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background: #fff;
  top: 100%;
  font-size: 15px;
  line-height: 25px;
}
.catalog-delivery .bx-sls .dropdown-fade2white {
  display: none;
}
.catalog-delivery .bx-sls .dropdown-item {
  border-radius: 0;
  margin: 0;
  font-size: 0.867em;
}
.catalog-delivery .bx-sls .bx-ui-sls-variants .bx-ui-sls-variant,
.catalog-delivery .bx-sls .bx-ui-sls-error {
  padding: 5px 16px 8px;
}
.catalog-delivery .bx-sls .bx-ui-sls-error {
  padding-left: 30px;
}
.catalog-delivery .bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover,
.catalog-delivery .bx-sls .bx-ui-sls-variant-active {
  background-color: #fafafa;
}
.catalog-delivery .bx-sls .dropdown-item-text span {
  color: #333;
}

/* delivery item */
.catalog-delivery.shortfields .catalog-delivery-fields.open + .catalog-delivery-items {
  display: none;
}
.catalog-delivery-item {
  padding: 12px 19px;
  border: 1px solid #ececec;
  transition: transform ease 0.2s, box-shadow ease 0.2s;
  overflow: hidden;
}
.catalog-delivery-item + .catalog-delivery-item {
  margin-top: -1px;
}
.catalog-delivery-item:hover {
  border-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.catalog-delivery-item:first-of-type {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.catalog-delivery-item:last-of-type {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.catalog-delivery-item-head {
  min-height: 44px;
  cursor: pointer;
  position: relative;
}
.catalog-delivery-flexline {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.catalog-delivery-flexline.flexline-2 {
  display: none;
  margin-top: 9px;
}
.catalog-delivery-item.open .catalog-delivery-item-head:before {
  content: "";
  position: absolute;
  left: -26px;
  top: 17px;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: var(--green);
}
.catalog-delivery-item-logo {
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 19px;
  flex-shrink: 0;
  font-size: 0;
}
.catalog-delivery-item-logo:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.catalog-delivery-item-logo img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.catalog-delivery-item-info {
  position: relative;
  margin-right: 19px;
  white-space: nowrap;
}
.catalog-delivery-item.hasperiod .catalog-delivery-item-info {
  display: flex;
  flex-direction: column;
  margin-top: 2px;
}
.catalog-delivery-item:not(.hasperiod) .catalog-delivery-item-info:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.catalog-delivery-item-name {
  font-size: 1em;
  color: #333;
  line-height: 18px;
  word-break: break-word;
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}
.catalog-delivery-item.hasperiod .catalog-delivery-item-name {
  margin-bottom: 5px;
}
.catalog-delivery-item-name span {
  display: inline-block;
  vertical-align: top;
  margin-top: -1px;
}
.catalog-delivery.shortfields .catalog-delivery-item-name span {
  margin-top: 0;
}
.catalog-delivery-item-period {
  font-size: 0.83em;
  color: #999;
  line-height: 16px;
  flex-shrink: 0;
}
.catalog-delivery-item-price {
  font-size: 1em;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
  margin: 9px 0 0 auto;
  height: 35px;
}
.catalog-delivery-item-opener {
  width: 28px;
  height: 28px;
  border-radius: 3px;
  position: relative;
  border: 1px solid #eaeaea;
  transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  cursor: pointer;
  flex-shrink: 0;
  margin: 8px 0 0 30px;
}
.catalog-delivery-item.haserror .catalog-delivery-item-opener {
  margin-left: auto;
}
.catalog-delivery-item .catalog-delivery-item-head:hover .catalog-delivery-item-opener {
  background: var(--green);
  border: 1px solid var(--green);
}
.catalog-delivery-item-opener:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -5px;
  width: 10px;
  height: 6px;
  background: url(/local/components/goodde/catalog.delivery/templates/.default/images/svg/content_icons.svg) -149px -23px no-repeat;
  opacity: 0.35;
}
.catalog-delivery-item.open .catalog-delivery-item-opener:after {
  background-position: -149px -15px;
}
.catalog-delivery-item-head:hover .catalog-delivery-item-opener:after {
  background-position: -149px -39px;
  opacity: 1;
}
.catalog-delivery-item.open .catalog-delivery-item-head:hover .catalog-delivery-item-opener:after {
  background-position: -149px -31px;
  opacity: 1;
}
.catalog-delivery-item-more {
}
.catalog-delivery-item-description {
  font-size: 0.867em;
  color: #777;
  padding: 22px 0 4px 0;
  line-height: 1.538em;
}
.catalog-delivery-item.haserror .catalog-delivery-item-description {
  padding-top: 23px;
}
@media (max-width: 660px) {
  .catalog-delivery-item.haslogo .catalog-delivery-flexline.flexline-1 .catalog-delivery-item-info {
    display: none;
  }
  .catalog-delivery-item.haslogo .catalog-delivery-flexline.flexline-2 {
    display: block;
  }
  .catalog-delivery-flexline.flexline-2 .catalog-delivery-item-info {
    margin-right: 0;
  }
  .catalog-delivery-flexline.flexline-2 .catalog-delivery-item-info:before {
    display: none;
  }
  .catalog-delivery-flexline.flexline-2 .catalog-delivery-item-name {
    vertical-align: top;
  }
}
@media (max-width: 460px) {
  .catalog-delivery-item-opener {
    display: none;
  }
  .catalog-delivery-item.hasperiod:not(.haslogo) .catalog-delivery-item-price {
    line-height: 1.3em;
  }
}

/* paysystem item */
.catalog-delivery-item-paysystem-title {
  padding: 23px 0 0 0;
  position: relative;
}
.catalog-delivery-item-description + .catalog-delivery-item-paysystem-title {
  padding-top: 12px;
}
.catalog-delivery-item-paysystem-title > span {
  position: relative;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: #fff;
  padding-right: 20px;
}
.catalog-delivery-item-paysystem-title:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 24px;
  right: 0;
  height: 1px;
  background-color: #ececec;
}
.catalog-delivery-paysystem-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 19px -10px -6px;
}
.catalog-delivery-paysystem-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0 10px 15px;
  width: calc(50% - 20px);
}
.catalog-delivery-paysystem-item-logo {
  width: 33px;
  height: 33px;
  text-align: center;
  margin-top: 4px;
  margin-right: 16px;
  flex-shrink: 0;
  font-size: 0;
}
.catalog-delivery-paysystem-item-logo:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.catalog-delivery-paysystem-item-logo img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.catalog-delivery-paysystem-item-name {
  font-size: 0.865em;
  line-height: 1.53846em;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.catalog-delivery-paysystem-item-price {
  text-align: left;
  color: #333;
  font-size: 1em;
  font-weight: bold;
}
@media (max-width: 570px) {
  .catalog-delivery-paysystem-item {
    width: 100%;
  }
}

/* error */
.catalog-delivery-error {
  padding: 0 0 60px;
  display: none;
}
.catalog-delivery.haserror .catalog-delivery-error {
  display: flex;
  flex-direction: row;
}
.catalog-delivery-error-icon {
  padding-right: 19px;
}
.catalog-delivery-error-text {
  font-size: 1em;
  line-height: 1.4666em;
  margin: 12px 0 0 0;
}
.catalog-delivery-item-calculate-error {
  padding: 21px 0 0 0;
}
.catalog-delivery-item-calculate-error .alert {
  margin: 0;
  padding: 5px 11px 7px;
  font-size: 0.867em;
  line-height: 1.538em;
}
.catalog-delivery-item-calculate-error .alert-danger {
  background-color: #fdf4f6;
  color: #f00c3c;
}
@media (max-width: 767px) {
  .catalog-delivery-error {
    padding-bottom: 30px;
  }
}

/* popup */
.popup.delivery_frame {
  width: 720px;
  max-width: 720px;
  min-width: inherit; /*margin-left:inherit !important;transform:translateX(-50%);*/
}
.popup.delivery_frame .close {
  right: 4px;
  top: 5px;
}
.popup.delivery_frame {
  border-radius: 3px;
}
.popup .catalog-delivery-title {
  padding-top: 54px;
}
.popup .catalog-delivery-title h2 {
  margin: 0;
}
.popup .catalog-delivery form,
.popup .catalog-delivery-title,
.popup .catalog-delivery-error {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 767px) {
  .popup.delivery_frame {
    max-width: inherit;
    width: calc(100% - 48px);
  }
  .popup .catalog-delivery form,
  .popup .catalog-delivery-title,
  .popup .catalog-delivery-error {
    padding-left: 30px;
    padding-right: 30px;
  }
  .catalog-delivery-title h2 {
    font-size: 1.333em;
  }
}
@media (max-width: 450px) {
  .popup.delivery_frame {
    transition: linear 0.15s;
  }
}
@media (max-width: 430px) {
  .popup.delivery_frame {
    max-width: inherit;
    width: 100% !important;
    left: 0 !important;
    transform: none !important;
    min-height: 100%;
    top: 0 !important;
    bottom: 0 !important;
    overflow-y: auto;
  }
  .popup .catalog-delivery form,
  .popup .catalog-delivery-title,
  .popup .catalog-delivery-error {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* End */


/* Start:/bitrix/components/bitrix/sale.location.selector.search/templates/.default/style.min.css?16950403465525*/
.bx-sls .dropdown-block{border:1px solid #bdbdbd;border-radius:2px;-webkit-box-shadow:inset 0 1px 2px #ebebeb;box-shadow:inset 0 1px 2px #ebebeb;font-size:14px;padding:0 22px 0 30px;position:relative;background-color:#fff}.bx-sls .dropdown-block-ui{font-size:14px;padding:0 22px 0 30px;position:relative;background-color:#fff;margin-top:5px;}

.bx-sls .dropdown-arrow {
	background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/dropdown-errow.png) no-repeat center center; height:100%;top:0;right:0;position:absolute;width:22px}.bx-sls .bx-ui-sls-container{overflow:hidden;min-height:25px}.bx-sls .bx-ui-sls-pane{border:1px solid #bdbdbd;border-radius:2px;-webkit-box-shadow:0 2px 3px #c7c7c7;box-shadow:0 2px 3px #c7c7c7;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:none;max-height:200px;overflow-y:auto;left:0;top:35px;padding:5px 5px 3px 5px;position:absolute;width:100%}.bx-sls .dropdown-active .bx-ui-sls-pane{display:block}.bx-sls .bx-ui-sls-variants{list-style:none;margin:0;padding:0}.bx-sls .dropdown-item{border-radius:2px;padding:7px 4px 7px 10px;margin-bottom:2px}.bx-sls .dropdown-item:hover{background-color:#f1f3f5;cursor:pointer}.bx-sls .dropdown-img{border:0;display:inline-block;height:12px;margin:3px 12px 0 0;vertical-align:top;width:16px}.bx-sls .dropdown-item-text{color:#aba8ac;display:inline-block;vertical-align:top}.bx-sls .dropdown-item-text span{color:#25282c}.bx-sls .dropdown-list-title{border-bottom:1px solid #e5e5e5;height:37px;line-height:37px;padding-left:8px;}

.bx-sls .dropdown-icon {
	background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/lens.png) no-repeat center center; height:14px;left:10px;position:absolute;top:10px;width:14px}.bx-sls .quick-locations{margin-bottom:5px}.bx-sls .quick-location-tag{background-color:#f2f5f8;border:1px solid #cad3dc;border-radius:3px;color:#1e55b9;display:inline-block;font-size:15px;height:27px;line-height:26px;margin:0 3px;padding:0 14px;text-decoration:none;margin-bottom:10px}.bx-sls .quick-location-tag:hover{background-color:#fafafa}.bx-sls .dropdown-fade2white{width:46px;height:31px;position:absolute;top:2px;right:0;background:-moz-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 30%);background:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,0)),color-stop(30%,rgba(255,255,255,1)));background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 30%);background:-o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 30%);background:-ms-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 30%);background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,1) 30%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=1);}

.bx-sls .bx-ui-sls-clear{
	background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -3386px no-repeat scroll; width:30px;height:30px;cursor:pointer;cursor:hand;margin-top:2px;position:absolute;top:0;right:0;display:block}.bx-sls .bx-ui-sls-clear:hover{background-position:6px -3418px;}

.bx-sls .bx-ui-sls-loader{
	background-image: url(/bitrix/panel/main/images/waiter-white.gif) !important; background-repeat:no-repeat !important;background-position:right -1px !important;width:30px;height:30px;position:absolute;top:3px;right:2px;display:none}.bx-sls .bx-ui-sls-go-edit{display:none}.bx-sls .bx-ui-sls-pane{max-height:300px}.bx-sls input::-ms-clear{display:none}.bx-sls input[type="text"]{position:relative}.bx-sls .bx-ui-sls-fake,.bx-sls .bx-ui-sls-route{position:absolute !important;top:0;left:0;color:#000 !important;opacity:1 !important;background:transparent !important;border:none !important;box-shadow:none !important;padding:0 22px 0 0 !important;background-position:right 1px;background-repeat:no-repeat;font-family:var(--ui-font-family-primary,var(--ui-font-family-helvetica));font-size:14px;height:33px;width:100%;outline:0;z-index:10}.bx-sls .bx-ui-sls-route{color:#aba8ac !important;z-index:5}.bx-sls .bx-ui-sls-pane{background-color:#fff;z-index:999;border:1px solid #87919c}.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant,.bx-sls .bx-ui-sls-error{padding:10px 10px}.bx-sls .bx-ui-sls-error{color:#f22;padding-left:30px;position:relative}.bx-sls .bx-ui-sls-error div{position:absolute;top:0;left:0;width:25px;height:25px;	background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -2895px no-repeat scroll;}.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover,.bx-sls .bx-ui-sls-variant-active{background-color:#e0e8ea}.adm-sls-edit-link{margin-top:10px}.bx-admin-mode .bx-sls-go-edit{margin-left:10px;display:none}.bx-admin-mode .dropdown-block{border-color:#87919c #959ea9 #9ea7b1;border-radius:4px;-webkit-box-shadow:0 1px 0 0 rgba(255,255,255,0.3),0 2px 2px -1px rgba(180,188,191,0.7) inset;box-shadow:0 1px 0 0 rgba(255,255,255,0.3),0 2px 2px -1px rgba(180,188,191,0.7) inset;height:25px}.bx-sls.bx-admin-mode .bx-ui-sls-fake,.bx-sls.bx-admin-mode .bx-ui-sls-route{height:25px}.bx-admin-mode .dropdown-icon{top:7px}.bx-admin-mode .dropdown-fade2white{height:22px}.bx-admin-mode .dropdown-fade2white{right:1px}.bx-admin-mode .bx-ui-sls-clear{background-position:6px -3389px;height:22px}.bx-admin-mode .bx-ui-sls-clear:hover{background-position:6px -3421px}.bx-admin-mode .bx-ui-sls-loader{background-position:right -4px !important;height:21px}.bx-admin-mode .bx-ui-sls-pane{top:27px}
/* End */


/* Start:/local/templates/donmusic_new/components/bitrix/catalog.section/main/style.css?16950401021161*/
.product_item {
    height: 310px;
    padding: 5px;
    border-radius: 5px;
}
.product_item:hover {
    box-shadow: 0 3px 15px #c1c1c1;
}
.product_item a {
    display: block;
}
.product_item a span {
    display: block;
    color: #008000;
    margin-top: .5em;
    height: 55px;
    max-width: 100%;
    text-transform: uppercase;
    font-size: .8em;
    line-height: 1.1em;
    font-weight: 400;
}
.product_item .img {
    height: 170px;
    line-height: 170px;
    text-align: center;
}
.product_item .img img {
    display: inline-block;
    vertical-align: middle;
}
.product_item .btn {
    display: none;
}
.product_item:hover .btn {
    display: block;
}
.product_item .artnumber {
    color: #999;
    font-size: 12px;
    line-height: 1.1;
}
.product_item .rests {
    color: #F60;
    font-size: 12px;
    line-height: 1.1;
}

.product_item .base_price {
    text-decoration: line-through;
    width: 100%;
    color: #999;
    font-size: 12px;
    text-align: right;
}
.product_item .spec_price {
    color: #F60;
    font-size: 18px;
    line-height: 18px;
    text-align: right;
}


/* End */
/* /local/templates/donmusic_new/components/bitrix/catalog/donmusic/style.css?1695040102864 */
/* /local/templates/donmusic_new/components/bitrix/catalog/donmusic/bitrix/catalog.element/.default/style.css?16950401024601 */
/* /local/components/goodde/catalog.delivery/templates/.default/style.css?169504010218817 */
/* /bitrix/components/bitrix/sale.location.selector.search/templates/.default/style.min.css?16950403465525 */
/* /local/templates/donmusic_new/components/bitrix/catalog.section/main/style.css?16950401021161 */
