

/* Start:/local/templates/md2019/components/bitrix/system.pagenavigation/wipers/style.css?1562020048196*/
.system-nav-orange
{
	color: #999;
	font-size:12px;
}

.system-nav-orange .nav-current-page
{
	color:white;
	background-color: rgb(255, 153, 0);
	font-weight: bold;
	padding:1px 0px;
}
/* End */


/* Start:/local/templates/md2019/components/bitrix/catalog.section/2019/style.css?17554531073203*/
.catalog {
	padding: 0px 0 10px 0;
	margin: 0;
}
.catalog-annonce {
	color: #666666;
	font: 12px Tahoma;
	padding: 5px 0;
	text-align:left;
	vertical-align:top;
}
.catalog-table {
  border:0px;
  width:100%;
  margin-bottom:10px;
  padding:0;
}

.catalog-table h2{
	font: bold 20px Tahoma;
	padding-left:10px;
	color: #666666;
}


.h2link {
    text-decoration: none;
}

.h2link:hover{
    text-decoration: underline;
}

.catalog-table h2 a:hover {
	color: #666666;
	text-decoration:underline;
}

.catalog-picture {
	text-align:center;
	vertical-align: top;
	width:150px;

}

.catalog-picture img{
	border:1px solid #D6D3C7;

}
	
.catalog-table-properties {
    color: #666666;
	font: 12px Tahoma;
	padding-left: 5px;
}
.catalog-table-prices{
	width: 100px;
}
.catalog-price {
	color: #666666;
	display: block;
	font: normal 24px Tahoma;
	margin:0 0 5px 0;
}

.catalog-discount-price {
	color: #FF0000;
	display: block;
	font: normal 24px Tahoma;
	margin:0 0 5px 0;
}

.catalog-button {
	/*background: url(/local/templates/md2019/components/bitrix/catalog.section/2019/images/button.gif) no-repeat left top;*/
	display: block;
    text-align:center;   
	height: 32px;
	width: 84px;	
    margin-left: -3px;
    background-color: #00c8e3;
    border-radius: 5px;

}

.catalog-button :hover{
    background-color: #00b9d8;
    border-radius: 5px;
}
.catalog-button a {
	color: #FFFFFF;
	display: block; 
	font-weight: bold;
	line-height: 32px;  
	height: 32px;
	text-decoration: none;
	width: 84px;
}

.catalog-annonce {
    color: #666666;
}

.catalog-annonce ul{
    list-style:none;
}

.catalog-annonce ul li{
    line-height: 1.5;
}




div.catalog-item-sorting { padding: 1em 0 1em;}

div.catalog-item-sorting a { margin:0 0.3em; color: #008099; text-decoration: none;}

div.catalog-item-sorting a.selected {padding: 0.3em 0.6em 0.4em;}

div.catalog-item-sorting a.desc {padding-right: 1.3em; }

div.catalog-item-sorting a.asc {padding-right: 1.3em; }

div.catalog-item-sorting a.selected { background-color: #e6e6e6; color: #000;}

div.catalog-item-sorting a.desc { background-image: url(/local/templates/md2019/components/bitrix/catalog.section/2019/images/i-desc.gif); background-repeat: no-repeat; background-position: right;}

div.catalog-item-sorting a.asc {  background-image: url(/local/templates/md2019/components/bitrix/catalog.section/2019/images/i-asc.gif); background-repeat: no-repeat; background-position: right;}

.aval_text{

	color:#009900;
	padding-top: 5px;
}
.prih_text{

	color:#000066;
	padding-top: 5px;
}

.aval_hint{
	font-size:  10px;
	display: inline-block;
    color: #757373;
    position: relative;
    cursor: pointer;
    border-bottom: dashed 1px lightgray;
}

.catalog-old-price{
	font-size: 16px;
}

.economy-text{
	font-size: 12px;
}

.catalog-button-query {
    /*background: url(/local/templates/md2019/components/bitrix/catalog.section/2019/images/button.gif) no-repeat left top;*/
    display: block;
    text-align:center;   
    height: 32px;
    width: 84px;    
    margin-left: -3px;
    background-color: #f7c309;
    border-radius: 5px;

}

.catalog-button-query :hover{
    background-color: #e2b30c;
    border-radius: 5px;
}


.catalog-button-query a {
    color: #FFFFFF;
    display: block; 
    font-weight: bold;
    line-height: 32px;  
    height: 32px;
    text-decoration: none;
    width: 84px;
}

.naval_text{
    /*color:#FF3333;*/
    padding-top: 5px;
}

.sitem {
	margin-bottom: 15px;
}


/* End */


/* Start:/local/templates/md2019/components/bitrix/catalog.section/custom_supp_2025/style.css?17648552513318*/
.accessories-swiper {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.accessories-card {
  padding: 5px 2px;
  box-sizing: border-box;
  width: 100%;
  max-width: 180px;
}

.accessories-card__inner {
  background: #ffffff;
  border-radius: 16px;
  padding: 12px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px 0px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  display: grid;
  flex-direction: column;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.accessories-card__image {
  width: 100%;
  position: relative;
  padding-top: 75%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.accessories-card__image img {
  position: absolute;
  inset: 0;
  margin: auto;
  max-width: 115%;
  max-height: 115%;
  object-fit: contain;
}

.accessories-card__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.accessories-card__title {
  font-size: 14px;
  line-height: 1.3;
  color: #111827;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: calc(1.3em * 2);
}

.accessories-card__title a {
	color: inherit;
	text-decoration: none;
}

.accessories-card__price-row {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.accessories-card__price {
  /*padding-left: 10px;*/
  font-size: 24px;
}

.accessories-card__buy {
  border: none;
  padding: 0;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fdce4b;
  cursor: pointer;
  color: #3d5154;
}

.accessories-card__buy svg {
  width: 22px;
  height: 17px;
  fill: #3d5154;
}

.accessories-swiper .swiper-button-prev::after,
.accessories-swiper .swiper-button-next::after {
  content: none;
}

.accessories-swiper__prev,
.accessories-swiper__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  border: none;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  font-size: 0;
  z-index: 10;
}

.swiper-button-prev {
  left: 5px !important;
}

.swiper-button-next {
  right: 5px !important;
}

.accessories-swiper__prev::before,
.accessories-swiper__next::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #403f3f;
  border-right: 2px solid #403f3f;
  display: block;
}

.accessories-swiper__prev::before {
  transform: rotate(-135deg);
  margin-left: 5px;
}

.accessories-swiper__next::before {
  transform: rotate(45deg);
  margin-right: 5px;
}

.accessories-swiper__prev:hover,
.accessories-swiper__next:hover {
  transform: translateY(-50%) scale(1.05);
}

.accessories-swiper .swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
  box-shadow: none;
}

.accessories-swiper .swiper-button-prev svg,
.accessories-swiper .swiper-button-next svg,
.accessories-swiper .swiper-navigation-icon {
  display: none !important;
}


/* End */


/* Start:/personal/cart/add2basket_include.css?17582852732855*/
    #cart-popup-header {
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        color: #03363D !important;
        font-weight: normal !important;
        font-size: 25px !important;
        margin: 5px 0px 15px 0px !important;
    }
    #cart-popup-prod {
        display: flex;
    }
    #cart-popup-prod img {
        height: 70px;
    }
    #cart-popup-prod div {
        margin-left: 20px;
        color: #636363;
    }
    #cart-popup-but div {
        margin: 10px;
        padding: 10px 30px;
        min-width: 220px;
    }
    #cart-popup-but {
        margin-top: 20px;
    }
    #cart-popup-title{
        max-width: 300px;
    }

    #cart-popup-wrapper{
        cursor: auto;
    }

    #cart-popup-text{
        margin: 15px 0;
        color: #9d0a0ade;
        display: none;
    }

   .basket-control {
        display: flex;
        flex-direction: column;
        width: 138px;
        border: 2px solid #FDCE4B;
        border-radius: 20px;
    }

    .basket-header {
        display: flex;
        border-bottom: 2px solid #FDCE4B;
    }

    .basket-in-basket{
        display: inline-block;
        padding: 5px 9px;
        text-align: center;
        width: 118px;
        font-size: 14px;
    }

    .basket-update {
        padding: 0px 7px;
        background-color: #FDCE4B;
        height: 29px;
        font-weight: bold;
        font-size: larger;
        cursor: pointer;
        border-radius: 0 18px 0 0;
    }

    .basket-update:hover {
        background-color: #ffc219;
    }

    .basket-control a:hover {
        border-radius: 0 0 18px 18px;
    }

     #dvadvo-popup-header {
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        color: #03363D !important;
        font-weight: normal !important;
        font-size: 25px !important;
        margin: 5px 0px 15px 0px !important;
    }
    .dvadvo-popup-prod {
        display: flex;
    }
    .dvadvo-popup-prod img {
        height: 70px;
    }

    .dvadvo-popup-prod div {
        margin-left: 20px;
    }

    .dvadvo-popup-prod {
        color: #636363;
        cursor: pointer;
        margin: 10px;
        border: 1px solid lightgrey;
        padding: 5px;
    }

    .dvadvo-popup-prod:hover {
        background-color: #efefef;
    }

    #dvadvo-popup-but div {
        margin: 10px;
        padding: 10px 30px;
        min-width: 220px;
    }
    #dvadvo-popup-but {
        margin-top: 20px;
    }
    #dvadvo-popup-title{
        max-width: 300px;
    }

    #dvadvo-popup-wrapper{
        cursor: auto;
        max-width: 640px;
    }

    #dvadvo-popup-text{
        margin: 15px 0;
    }

    .basket-checkout {
    text-align: center;
    padding: 10px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    border: none!important;
    font-weight: normal;
    width: 138px!important;
}
/* End */
/* /local/templates/md2019/components/bitrix/system.pagenavigation/wipers/style.css?1562020048196 */
/* /local/templates/md2019/components/bitrix/catalog.section/2019/style.css?17554531073203 */
/* /local/templates/md2019/components/bitrix/catalog.section/custom_supp_2025/style.css?17648552513318 */
/* /personal/cart/add2basket_include.css?17582852732855 */
