

/* Start:/bitrix/templates/osamarket/components/bitrix/catalog/catalog/bitrix/catalog.compare.list/.default/style.css?15758854311266*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}

/* End */


/* Start:/bitrix/templates/osamarket/components/bitrix/catalog.element/.default/style.css?16824241187023*/
.catalog__detail {
	padding: 20px;
	background: #e9e9e9;
	transform: translateY(-93px);
	position: relative;
/*	z-index: -1;*/
}

.catalog__price {
	color: #da3c6d;
	font-size: 30px;
	font-weight: 600;
}

.promo-padding {
	padding-right: 40px!important;
}

.catalog__price .fa-rub {
	font-size: 26px;
}

.catalog__quantity {
	text-align: center;
}

.catalog__arrows {
	width: 30px;
	height: 30px;
	border: 1px solid #acbdcd;
	text-align: center;
	display: inline-block;
	background-color: #fff;

}

.catalog__arrows .fas {
	line-height: 30px;
}

.catalog__quantity-inp {
	margin: 0 3px;
	padding: 4px;
	padding-top: 5px;
    padding-bottom: 3px;
	text-align: center;
	border: 1px solid #acbdcd;
}

.catalog__buttons button {
	width: 45%;
	padding: 12px 20px;
	text-align: center;

	font-size: 16px;
}

.catalog__addbasket {
	background-color: #da3c6d;
	color: #fff;
	text-transform: uppercase;
	border: none;
	font-weight: 500;
}

.catalog__oneclick {
	border: 2px solid #26bcef;
	font-weight: 600;
	text-transform: lowercase;
	color: #26bcef;
	background-color: transparent;
	font-size: 13px;
}



.catalog__whyus img {
	width: 40%;
	margin-right: 15px;
}

.catalog__whyus .media {
	margin: 0;
	text-align: center;
	align-items: center;
}

.catalog__whyus .media p {
	color: #000;
}

.is_products {
	color: #2ecc71;
	font-weight: bold;
}

.catalog__detail-link {
	color: #fff;


    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    background-color: #f6c302;
    padding: 3px 9px;
    margin: 10px 0px;

}

.catalog__detail-link:hover {
	text-decoration: none;
	color: #fff;

}


.tabs {
   width: 100%;
   max-width: 500px;
}

/* Стили для списка вкладок */
.tab-header {
   list-style: none;
   padding-left: 0;
   display: flex;
   align-items: center;
   justify-content: flex-start;
   margin: 0;
   border-bottom: 1px solid #ccc;
   box-shadow: 0 3px 3px rgba(0,0,0,0.21);
}

/* Стили для вкладки */
.tab-header__item {
   padding: 2px 0;
   width: 190px;
   text-align: center;

   cursor: pointer;
   /* border: 2px solid #ddd; */
   background: url("/upload/tab.png") no-repeat;

   position: relative;
}

.tab-header__item::before {
	content: "";
	position: absolute;

}

/* Стили для активной вкладки */
.tab-header__item.active {

   border-bottom: none;
   position: relative;
   background: url("/upload/tabactive.png") no-repeat;
}

/* Стиль для списка контейнеров с содержимым вкладок */
.tab-content {
   list-style: none;
   padding: 0;
   margin: 0;
   padding: 30px 0;
   padding-top: 0;
   box-shadow: 0 3px 3px rgba(0,0,0,0.21);
}

/* Стили для контейнера с содержимым вкладки. По умолчанию скрыт. */
.tab-content__item {
   display: none;

   margin-top: -1px;
}

/* Стили для активного контейнера вкладки */
.tab-content__item.active {
   display: block;
}

.products__item {
	height: 100%;
	margin: 0 10px;
	border: 1px solid #ebebeb;
	max-height: 265px;
	padding: 0 10px;
}

.product__btn {
	background-color: #db3c6d;
	color: #fff;
	text-transform: uppercase;
	padding: 7px 15px;
	text-decoration: none;
	display: none;
}

.product__btn:hover {
	text-decoration: none;
	color: #fff;
}

.products__item:hover .product__btn{
	display: inline-block;
}

.products__name {
	color: #525252;
	margin-bottom: 20px;
}

.products__name:hover {
	color: #da3c6d;

}

.products__price {
	font-size: 15px;
	color: #da3c6d;
	font-weight: bold;
}

.products__price i {
	font-size: 15px;
}

.products__img {
	text-align: center;
	height: 150px;
	padding: 10px 0;
	box-sizing: border-box;
	display: block;

	margin-bottom: 20px;
	overflow: hidden;
}

.products__new {
	position: absolute;
	top: 0;
	left: 0;
	text-transform: uppercase;
	color: #fff;
	background-color: #00a12d;
	padding: 5px 9px;
	z-index: 100;
}

.products__new::before {
	content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 0px;
    top: 100%;
    border-width: 5px 5px;
    border-style: solid;
    border-color: #666 #666 transparent transparent;
}

.catalog__new-slider .owl-item img {
	width: auto!important;
	display: inline-block!important;

}

.similar-slider .owl-item img {
	width: auto!important;
	display: inline-block!important;
}

.element__nav a {
	display: inline-flex;
	align-items: center;


	color: #7c97b1;
	text-decoration: none;
	text-align: center;

	font-size: 14px;
}

.element__nav a i {
	font-size: 30px;
}

.element__nav i {
	line-height: 0;
}

.element__nav a:hover {
	color: #498ed0;
	text-decoration: none;
}

.element__title {
	max-width: 85%;
	margin: 0;
	font-weight: bold;
	font-size: 24px;
}



.catalog__price-old {
	font-weight: 600;
}

.catalog__images {
	width: 50%;
	/* transform: none!important; */
}

.catalog__images img {
	cursor: pointer;
	border: 1px solid #dadada;

}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	content: none;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	content: none;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: 38px;
    right: auto;
    top: -13px;
    transform: rotate(90deg);
    font-size: 25px;
    color: #da3c6d;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
	left: 38px;
    right: auto;
    top: 104%;
    transform: rotate(90deg);
    font-size: 25px;
    color: #da3c6d;
}

.swiper-catalog__images {
	height: 400px;
}

.images-catalog {
	height: auto!important;
}

.catalog__images img.active {
	border-color: #000;
}

.catalog__article {
	margin-top: 10px;
	color: #a8a5a5;
	text-transform: uppercase;
}



.catalog__offer-inp {
	opacity: 0;
}

.catalog__offer-mask {
	position: absolute;
	bottom: 0;
	left: 0;
}

.catalog__noprice {
	color: #e74c3c;
}

.catalog__offer-mask::before {
	content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 17px;
    height: 19px;
    border-radius: 105px;
    background: #e9e9e9 no-repeat;
	background-image: url("/upload/gex.png");
}

.catalog__offer-inp:checked + .catalog__offer-mask::after {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	top: -15px;
	left: 4px;
	background-color: #000;
	border-radius: 50%;
}

.link-delivery a {
	color: #465f73;
}

.catalog-offers label {
	font-weight: 400;
}

.catalog__diswrap {
	color: #fff;
	background-color: #da3c6d;
	padding: 3px 9px;
	font-weight: bold;
	font-size: 13px;
	margin: 0;
}

.list-properties .list-properties-item:nth-child(2n) {
	background-color: #e9edf2
}

/* End */
/* /bitrix/templates/osamarket/components/bitrix/catalog/catalog/bitrix/catalog.compare.list/.default/style.css?15758854311266 */
/* /bitrix/templates/osamarket/components/bitrix/catalog.element/.default/style.css?16824241187023 */
