

/* Start:/local/templates/new/components/bitrix/catalog/catalog/style.css?170188571194*/
body .product-page{
    padding-bottom: 20px;
}
body .catalog-page{
    margin-bottom: 20px;
}
/* End */


/* Start:/local/templates/new/components/bitrix/catalog.section.list/catalog_sections/style.css?1701885709831*/

.menu-block__submenulvl2-item.dropdown > .menu-block__submenu-link .dropdown-btn:before {
    content: "";
    width: 1px;
    height: 11px;
    background: #767676;
    position: absolute;
    right: 15px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .2s ease;
}
.menu-block__submenulvl2-item.dropdown.open > .menu-block__submenu-link .dropdown-btn:before {
    opacity: 0;
}


.menu-block__submenulvl2-item.dropdown > .menu-block__submenu-link .dropdown-btn:after {
    content: "";
    display: block;
    width: 11px;
    height: 1px;
    background: #767676;
    position: absolute;
    right: 10px;
    top: 50%;
    transition: all .2s ease;
}
.menu-block__submenulvl2-item.dropdown.open > .menu-block__submenu-link .dropdown-btn:after {
    background: #305B70;
}
/* End */


/* Start:/local/templates/new/components/bitrix/catalog.element/.default/style.css?17157074744098*/
.filter-selected-js {
    display: flex;
    order: 5;
    flex-direction: column;
    margin: 30px 0 0 0;
    clear: both;
}

.product-card__top .img-block__small .swiper-slide.swiper-slide-thumb-active .item img{
object-fit: contain;
    max-height: 78px;
}

.product-card__top .info .qty-block .stock {
    position: relative;
    padding-left: 20px;
    margin-left: 15px;
}
.product-card__top .info .qty-block .stock:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #00a42e;
    position: absolute;
    top: 12px;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product-card__top .info .qty-block .stock.not:before {
    background: #ff0000;
    top: 11px;
}
.product-card__top .info .qty-block .stock.min:before {
    background: #ffc000;
    top: 11px;
}
.product-card__top .info .qty-block .stock.pod_zakaz:before {
    background: #00FFFF
}

.product-card__top .info .price-block .price.price_old_red{
    color: #ff0000;
    text-decoration: line-through;
    text-decoration-color: #000;
}

.product-page .product-card__top .info .btn-block .plus{
    background: #fff;
    border: 1px solid #305B70;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    cursor: pointer;
    transition: all .2s ease;
    margin-bottom: 4px;
}
.product-page .product-card__top .info .btn-block .plus svg line{
	stroke: rgb(48, 91, 112);
    stroke-width: 1.5;
}
.product-page .product-card__top .info .btn-block .plus:hover{
    background: #305B70;
}
.product-page .product-card__top .info .btn-block .plus:hover svg line{
    stroke: #fff;
}


.img-block img.label_element{
    position: absolute;
    width: 100px;
    height: 100px;
    object-fit: contain;
    top: 0;
    right: 0;
    z-index: 5;
}
body .product-slider .item .img-block {
    height: 150px;
}

.stock .d-quantity, .stock-info strong{
    font-weight: 600;
    font-size: 18px;
}
body .product-page .swiper-wrapper {
    justify-content: unset;
    display: flex;
    align-items: center;
}
.product-page .img-block__small .swiper-wrapper{
    justify-content: center;
}
.product-card__top .img-block {
    margin-top: 25px;
    margin-left: 25px;
}
body .product-card__bottom .product-content__item .block {
    margin-right: 0;
    margin-left: 0;
    padding-right: 30px;
    padding-left: 30px;
    overflow: hidden;
    background: #fff;
}
body .new-product .swiper-slide, body .special-product .swiper-slide {
    background: #fff;
}
body .new-product {
    padding: 20px 0;
}
.product-card__top .info .price-block .price.price_currency{
    display: flex;
}


.product-page .stic{
	margin-top: 20px;
}
.product-page .stic a{
	font-size: 18px;
	margin-right: 5px;
}
.product-page .swiper-wrapper{
    justify-content: center;
}
#CURRENCY_CODE{
	height: 22px;
}
.product-card{
	background: #fff;
}
.productDescription table td{
padding:10px;
}

.product-card__top .img-block__big .item {
    display: block;
}
.product-page .title-page{
    margin-left: 330px;
    margin-bottom: 20px;
}
.product-page .product-card__top .img-block__small {
    overflow: hidden;
}
.product-page .product-card__top .img-block__small {
    margin: 0 70px;
}
.product-page .product-card__top .img-block__small .swiper-slide {
    opacity: 1;
    visibility: visible;
}
@media (max-width: 1300px) {
.product-page .product-card__top .img-block__small {
    margin: 0 40px;
}
}
@media (max-width: 1100px) {
.product-card__top .img-block {
    margin-top: 0;
    margin-left: 0;
}
	body .product-card__bottom .product-content__item .block {
		padding-right: 0;
		padding-left: 0;
	}
.product-card{
    padding: 15px;
}
.product-page .title-page{
    margin-left: 300px;
}

}

@media (max-width: 650px) {
.product-page .title-page{
    margin-left: 0;
}
.menu-block {
    display: none;
}
.filter-selected-js .filter-selected {
    display: block;
}
.filter-selected-js .btn-red.btn-red-order .coff {
    display: none;
}

}
/* End */


/* Start:/local/templates/new/js/lightbox.css?17018857054178*/
/* line 7, ../sass/lightbox.sass */
body:after {
  content: url(/img/close.png) url(/img/loading.gif) url(/img/prev2.png) url(/img/next2.png);
  display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 4px;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/img/loading.gif) no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(/img/prev2.png) left 48% no-repeat;
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(/img/next2.png) right 48% no-repeat;
}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* End */
/* /local/templates/new/components/bitrix/catalog/catalog/style.css?170188571194 */
/* /local/templates/new/components/bitrix/catalog.section.list/catalog_sections/style.css?1701885709831 */
/* /local/templates/new/components/bitrix/catalog.element/.default/style.css?17157074744098 */
/* /local/templates/new/js/lightbox.css?17018857054178 */
