.zoom_wrapper {
    position: relative;
}
.ip_slider_header {
	font-size: 12pt;
	text-transform: uppercase;
	margin: 15px 0;
}

.ip_slider {  }
.ip_slider div.ips_container { 
	border: 1px solid #dcdcdc;
    position: relative;
}
.ip_slider div.ips_container.except {
    border: 1px solid #ff5a00;
}
.ip_slider div.ips_container .exceptions {
    position: absolute;
    top: 9px;
    left: -7px;
}
.ip_slider div.ips_container .exceptions div {
    width: 105px;
    height: 26px;
    background: url(images/product_label.png) no-repeat 0 0;
    font-family: "Lato";
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding-left: 7px;
    padding-top: 3px;
    letter-spacing: -1px;
}

.ip_slider div.ips_container a.ipsc_img {
	display: block;
	width: 155px;
	height: 160px;
	margin: 10px;
	border-bottom: 1px dotted #dcdcdc;
	background-position: center center;
	background-repeat: no-repeat;
}

.ip_slider div.ips_container div.ipsc_name { margin: 0 10px; line-height: 13px; height: 50px; }
.ip_slider div.ips_container div.ipsc_name a {
	font-size: 10pt;
	color: #000;
}
.ip_slider div.ips_container div.ipsc_name a:hover { color: #ff5a00; }

.ip_slider div.ips_container div.ipsc_price {
	height: 58px;
	padding: 10px;
	background: #f7f7f7;
    color: #ff5a00;
    font-size: 22px;
    position: relative;
}
.ip_slider div.ips_container div.ipsc_price .price_wrap span.main_price {
    white-space: nowrap;
    background: url(images/rubl.png) right 3px no-repeat;
    padding-right: 15px;
}
.ip_slider div.ips_container div.ipsc_price span.black_price {
    color: #000;
    font-size: 14px;
    text-decoration:line-through;
    line-height: 10px;
    font-weight: 400;
    display: block;
}

.ip_slider div.ips_container div.ipsc_price div.price_min_value {
	font-family: "lato";
	color: #ff5a00;
	font-size: 16pt;
	font-weight: 900;
	margin-top: 2px;
	float: left;
}
.ip_slider div.ips_container div.ipsc_price a.btn_more {
    position: absolute;
    bottom: 10px;
    right: 10px;
	display: block;
	width: 30px;
	height: 30px;
	background: #fff;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.2);

	background: url(images/more.png) center center no-repeat;
}
.ip_slider div.ips_container div.ipsc_price a.btn_more:hover {  }

.owl-prev, .owl-next {
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    transition: 0.3s;
    opacity: 0.3;
    background: #868686;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
}
.owl-carousel:hover .owl-prev, .owl-carousel:hover .owl-next {
    opacity: 0.5;
}
.owl-prev:hover, .owl-next:hover { opacity: 0.8!important; }

.owl-prev {
    left: 0;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.owl-next {
    right: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 980px;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  /*overflow: hidden;*/
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

#hex_all_page .dash_line { margin-top: 8px; }
#hex_all_page .hex_all_page_button span { padding: 0 25px; background: #fff;}

.ip_slider .item {
    float: left;
    width: 230px;
    margin: 0 20px 0 0;
    height: 315px;
    padding: 10px;
    border: 1px solid #dbdbdb;
    position: relative;
    cursor: pointer;
}
.item .label {
    position: absolute;
    top: 5px;
    left: 5px;
    line-height: 25px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 8px;
    z-index: 100;
}
.item .label.new {
    background: #84ba69;
}
.item .label.hit {
}
.item .label.akcia {
    background: url(/bitrix/templates/adrenalin/components/informula/catalog.section/rc_section_new/images/new_year/gift.gif) 3px 2px no-repeat #ff5a00;/*gift.gif and #ff5a00*/
    background-size: 20px;
    padding-left: 29px;
}
.item .label.akcia.new_year {
    background: none;
    padding: 0;
    height: 25px;
    left: -5px;
    top: 25px;
}
.item .label.akcia.new_year img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 89px;
    height: 39px;
}
.item .label.cyber {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 90px;
    height: 26px;
    background: url(images/cyber.png) no-repeat 0 0;
    text-indent: -9000px;
}
.ip_slider .item a {
    display: block;
    height: 100%;
    outline: none;
}
.ip_slider .item a:hover {
    color: #000;
}
.ip_slider .item:hover {
    border: 1px solid #ff5a00;
    box-shadow: 0 0 10px -3px #999;
}
.ip_slider.nthchild3 .item:nth-child(4n) {
    margin: 0;
}
.ip_slider .t_img {
    height: 206px;
    border-bottom: 1px dashed #dbdbdb;
    padding: 15px 0 0 0;
    position: relative;
}
.ip_slider .t_img img {
    width: auto!important;
    margin: 0 auto;
    display: block;
}
.ip_slider .t_info {
    padding: 10px 0 0 0;
    position: relative;
    height: 91px;
}
.ip_slider .t_info span.t_name {
    font-size: 12px;
    margin: 0 0 8px 0;
    display: block;
    color: #000;
}
.ip_slider .item:hover span.t_name {
    text-decoration: underline;
}
.t_sale {
    color: #ff5a00;
    font-size: 22px;
    font-family: 'lato';
    font-weight: 900;
    padding: 0 20px 0 0;
}
.wrapper p.old-price {
    margin: 0;
    color: #000;
}
.wrapper p.old-price s {
    font-family: "lato";
}
.rc_price {
    position: absolute;
    bottom: 0;
}
.rc_price p {
    margin: 0!important;
}
.not-available {
    position: absolute;
    bottom: 5px;
    right: 0;
    color: #e61445;
    font-size: 13px;
}
.fast_vie {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 165px;
    height: 30px;
    background: rgba(255, 106, 25, 0.9)  url("images/fastvie.png") no-repeat scroll 10px 8px;
    border-radius: 3px;
    color: #fff;
    font-family: 'lato';
    font-weight: 700;
    text-align: center;
    padding: 0 0 0 15px;
    line-height: 30px;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.25s linear 0s;
    -webkit-transition: opacity 0.25s linear 0s;
    -o-transition: opacity 0.25s linear 0s;
    -moz-transition: opacity 0.25s linear 0s;
}
.fast_vie a {
    display: block;
}
.ip_slider .item a .t_img:hover .fast_vie {
    opacity: 1;
}
.hit.act {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #e61445;
    width: 45px;
    height: 25px;
    display: block;
    line-height: 25px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: 'lato';
    font-weight: 900;
}
.new.act {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #84ba69;
    width: 90px;
    height: 25px;
    display: block;
    line-height: 25px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: 'lato';
    font-weight: 900;
}
/* crocobox */
#crocobox_shadow {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 50000;
}
#crocobox {
    display: none;
    width: 800px;
    position: fixed;
    background: #fff;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -263px;
    -webkit-box-shadow: 0px 0px 160px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 160px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 160px 0px rgba(0, 0, 0, 0.35);
    border: 1px solid #eee;
    z-index: 55000;
}
#crocobox .top_right {
    position: absolute;
    top: 40px;
    right: 40px;
}
#crocobox .top_right .croco_more_img {
    float: right;
    width: 70px;
    margin: 20px 0 20px 50px;
}
#crocobox .top_right .croco_more_img  ul li {
    float: left;
    width: 70px;
    height: 64px;
}
#crocobox .top_right .croco_more_img  ul li a {
    display: block;
    width: 70px;
    height: 64px;
    border: 2px solid transparent;
    outline: none;
}
#crocobox .top_right .croco_more_img ul li a.active {
    border: 2px solid #ff5a00;
}
#crocobox .top_right .close_box {
    float: right;
    width: 35px;
    height: 35px;
    background: #fff url(close.png) no-repeat 50% 50%;
    cursor: pointer;
}
#crocobox .croco_img {
    width: 100%;
}
#crocobox .croco_img div {
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
#crocobox .croco_info {
    width: 100%;
    height: 70px;
}
#crocobox .croco_info .rating {
    position: relative;
    width: 68px;
    height: 19px;
    margin-bottom: 10px;
    background: #dadada;
}
#crocobox .croco_info .rating .stars {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    background: url(stars.png) no-repeat 0 70%;
}
#crocobox .croco_info .rating .progress {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 2px 0 1px;
    height: 100%;
    background: #e76110;
}
#crocobox .croco_info .croco_footer {
    width: 100%;
    height: 41px;
    overflow: hidden;
}
#crocobox .croco_info .croco_price {
    float: right;
    height: 41px;
    border-left: 1px dotted #ff5a00;
}
#crocobox .croco_info .croco_price .buoy {
    float: right;
    display: block;
    width: 199px;
    height: 41px;
    line-height: 43px;
    background: url(tocart.png) no-repeat 0 0;
    margin-left: 30px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    padding-left: 40px;
}
#crocobox .croco_info .croco_price .price {
    float: right;
    overflow: hidden;
    margin-left: 30px;
}
#crocobox .croco_info .croco_price .price span {
    float: left;
}
#crocobox .croco_info .croco_price .price .prenum {
    line-height: 24px;
    color: #ff5a00;
    font-size: 24px;
    margin-top: 16px;
    margin-right: 5px;
}
#crocobox .croco_info .croco_price .price .num {
    line-height: 40px;
    color: #ff5a00;
    font-size: 42px;
    margin-top: 3px;
}
#crocobox .croco_info .croco_price .price .rubl {
    height: 29px;
    width: 30px;
    margin-top: 6px;
    background: url(rubl.png) no-repeat 100% 0;
    background-size: contain;
}

#crocobox .croco_info .name {
    font-size: 18px;
}
#crocobox .croco_info .name .croco_article {
    font-size: 12px;
}

/* preloader */
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}

@-o-keyframes spin {
    from { -o-transform: rotate(0deg); }
    to { -o-transform: rotate(360deg); }
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
/* calc_uploader animation container */
.preload {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    margin: -22px 0 0 -22px;
    border: 1px solid #ff5a00;
    border-radius: 30px;
    background: #fff;
    z-index: 10100;
}

/* Spinning circle (inner circle) */
.preload .maskedCircle {
    width: 38px;
    height: 38px;
    border-radius: 20px;
    border: 20px solid #ff5a00;
}

/* Spinning circle mask */
.preload .mask {
    width: 20px;
    height: 20px;
    overflow: hidden;
}

/* Spinner */
.preload .spinner {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 38px;
    height: 38px;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}
.ltcatalog_modal::before, .ltcatalog_modal::after {
    content: " ";
    display: table;
}
.ltcatalog_modal::after {
    clear: both;
}
.ltcatalog_modal {
    width: 800px;
    padding: 20px;
}
.ltcatalog_modal .img,
.ltcatalog_modal .info,
.ltcatalog_modal .bott_info {
    float: left;
}
.ltcatalog_modal .img {
    width: 370px;
    margin: 0 20px 0 0;
    border: 1px solid #d5d5d5;
    height: 385px;
    overflow: hidden;
}
.ltcatalog_modal .img div {
    margin: 10px;
    width: 348px;
    height: 363px;
}
.ltcatalog_modal .info {
    width: 360px;
    height: 385px;
}
.ltcatalog_modal .lgsale {
    display: block;
}
.ltcatalog_modal .saleold {
    font-size: 18px;
    display: table;
    font-family: 'lato';
    font-weight: 900;
    padding: 0;
    position: relative;
}
.ltcatalog_modal .saleold:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    top:10px;
}
.ltcatalog_modal .lg {
    font-size: 20px;
    display: block;
    margin: 0 0 20px 0;
}
.ltcatalog_modal .t_sale {
    color: #ff5a00;
    font-family: 'lato';
    font-weight: 900;
    font-size: 42px;
    padding: 0;
    display: table;
}
.ltcatalog_modal a.view {
    display: block;
    background: #f85800;
    background: -moz-linear-gradient(top, #f85800 0%, #d54b00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f85800), color-stop(100%,#d54b00));
    background: -webkit-linear-gradient(top, #f85800 0%,#d54b00 100%);
    background: -o-linear-gradient(top, #f85800 0%,#d54b00 100%);
    background: -ms-linear-gradient(top, #f85800 0%,#d54b00 100%);
    background: linear-gradient(to bottom, #f85800 0%,#d54b00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85800', endColorstr='#d54b00',GradientType=0 );
    padding-left: 0;
    border-radius: 3px;
    text-align: center;
    width: 240px;
    height: 41px;
    outline: none;
    margin: 5px 0 20px 0;
    line-height: 44px;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-family: "lato";
    font-weight: 900;
}
.ltcatalog_modal .tex {
    border-top: 1px solid #d5d5d5;
}
.ltcatalog_modal .tex .lg {
    font-family: 'lato';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 0 5px 0;
    margin: 0;
}
.ltcatalog_modal tr td {
    padding: 4px 0;
    font-size: 13px;
}
.ltcatalog_modal tr td.dash {
    color: #d6d6d6;
    padding: 4px 18px;
}
.ltcatalog_modal .bott_info {
    border-top: 1px solid #d5d5d5;
    width: 100%;
    margin: 20px 0 0 0;
}
.bott_info .lg {
    font-family: 'lato';
    font-weight: 700;
    font-size: 16px;
    margin: 15px 0 10px 0;
    text-transform: uppercase;
}
.bott_info p {
    margin: 0;
    font-size: 13px;
}
.bott_info a {
    color: #ff5a00;
    text-decoration: none;
    border-bottom: 1px dotted;
}
.bott_info a:hover {
    border-bottom: 1px solid;
}
.ltcatalog_modal .modal_close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 15px;
    height: 15px;
    background: url(images/close.png) no-repeat 0 0;
    cursor: pointer;
}