/* Jet Cache: catalog/view/javascript/notifi_cookie.css */
/**************************************************/
.nc-custom-btn .btn-default_light {
  color: #282f53 !important;
  background: #e9e9f1 !important;
  border-color: #e9e9f1 !important;
}
.nc-custom-btn .btn-primary {
  color: #fff !important;
  background: #6c5ffc !important;
  border-color: #6c5ffc !important;
}
.nc-custom-btn .btn-primary_light {
  color: #6c5ffc !important;
  background: #6c5ffc33 !important;
  border-color: #6c5ffc33 !important;
}
.nc-custom-btn .btn-secondary {
  color: #fff !important;
  background: #05c3fb !important;
  border-color: #05c3fb !important;
}
.nc-custom-btn .btn-info {
  color: #fff !important;
  background: #1170e4 !important;
  border-color: #3988e8 !important;
}
.nc-custom-btn .btn-info_light {
  color: #1170e4 !important;
  background: #d0e2f7 !important;
  border-color: #d0e2f7 !important;
}
.nc-custom-btn .btn-success {
  color: #fff !important;
  background: #13bfa6 !important;
  border-color: #35b9a6;
}
.nc-custom-btn .btn-warning {
  color: #fff !important;
  background: #f7b731 !important;
  border-color: #e5a623 !important;
}
.nc-custom-btn .btn-danger {
  color: #fff !important;
  background: #e82646 !important;
  border-color: #e62a45 !important;
}
.nc-custom-btn .btn-blue {
  color: #fff !important;
  background-color: #467fcf !important;
  border-color: #467fcf !important;
}
.nc-custom-btn .btn-azure {
  color: #fff !important;
  background-color: #45aaf2 !important;
  border-color: #45aaf2 !important;
}
.nc-custom-btn .btn-indigo {
  color: #fff !important;
  background-color: #6574cd !important;
  border-color: #6574cd !important;
}
.nc-custom-btn .btn-purple {
  color: #fff !important;
  background: #661fd6 !important;
  border-color: #661fd6 !important;
}
.nc-custom-btn .btn-pink {
  color: #fff !important;
  background-color: #ec82ef !important;
  border-color: #ec82ef !important;
}
.nc-custom-btn .btn-red {
  color: #fff !important;
  background-color: #c21a1a !important;
  border-color: #c21a1a !important;
}
.nc-custom-btn .btn-orange {
  color: #fff !important;
  background-color: #fc7303 !important;
  border-color: #fc7303 !important;
}
.nc-custom-btn .btn-yellow {
  color: #fff !important;
  background-color: #ecb403 !important;
  border-color: #ecb403 !important;
}
.nc-custom-btn .btn-lime {
  color: #fff !important;
  background-color: #7bd235 !important;
  border-color: #7bd235 !important;
}
.nc-custom-btn .btn-green {
  color: #fff !important;
  background-color: #4ecc48 !important;
  border-color: #4ecc48 !important;
}
.nc-custom-btn .btn-teal {
  color: #fff !important;
  background-color: #2bcbba !important;
  border-color: #2bcbba !important;
}
.nc-custom-btn .btn-cyan {
  color: #fff !important;
  background-color: #17a2b8 !important;
  border-color: #17a2b8 !important;
}
.nc-custom-btn .btn-gray {
  color: #fff !important;
  background-color: #868e96 !important;
  border-color: #868e96 !important;
}
.nc-custom-btn .btn-gray_dark {
  color: #fff !important;
  background-color: #343a40 !important;
  border-color: #343a40 !important;
}
.nc-custom-btn .btn-facebook {
  color: #fff !important;
  background-color: #4d7ad9 !important;
  border-color: #4d7ad9 !important;
}
.nc-custom-btn .btn-google {
  color: #fff !important;
  background-color: #297ff7 !important;
  border-color: #297ff7 !important;
}
.nc-custom-btn .btn-youtube {
  color: #fff !important;
  background-color: #f00 !important;
  border-color: #f00 !important;
}
.nc-custom-btn .btn-github {
  color: #fff !important;
  background-color: #181717 !important;
  border-color: #181717 !important;
}
.nc-custom-btn .btn-instagram {
  color: #fff !important;
  background-color: #e4405f !important;
  border-color: #e4405f !important;
}
.nc-custom-btn .btn-vk {
  color: #fff !important;
  background-color: #6383a8 !important;
  border-color: #6383a8 !important;
}
.nc-custom-btn .btn:hover {
  opacity: 0.8 !important;
}
/***************************/
.nc-inform-blok-bottom { 
  position: fixed; 
  bottom: 0; 
  left: 0; 
  width: 100%; 
  text-align: center; 
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1); 
  z-index: 9999;
  color: rgb(229, 230, 230);
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.8s ease, transform 0.8s ease;  
} 
.nc-inform-blok { 
  display: flex;
  flex-direction: row;
  padding: 1.2rem 5rem;
  justify-content: center;
  align-items: center;   
}
.nc-cookie-text { 
  text-align: left;
  margin-right: 1rem;   
}
.nc-cookie-text p { 
  margin: 0 0 0.4rem; 
  line-height: 1.4;  
}
/***************************/
.nc-wrapper-blok-edges { 
  position: fixed; 
  bottom: 0; 
  max-height: 100vh;
  width: 430px;
  z-index: 9999999;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.8s ease, transform 0.8s ease;
} 
.nc-wrapper-blok-edges.nc-wrapper-left {left: 0;} 
.nc-wrapper-blok-edges.nc-wrapper-right {right: 0;}
.nc-wrapper-blok {
  border-radius: 6px;
  width: auto;
  margin: 30px;
  -webkit-box-shadow: 0 2px 10px rgb(219 217 217);
  box-shadow: 0 2px 10px rgb(219 217 217);
  -webkit-transition: all 0.15s cubic-bezier(0, 0, 0.38, 0.9);
  -o-transition: all 0.15s cubic-bezier(0, 0, 0.38, 0.9);
  transition: all 0.15s cubic-bezier(0, 0, 0.38, 0.9);
  opacity: 1;
}
.nc-row-wrapper {
  display: flex;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 2.5rem 2rem;
}
.nc-content-blok {
  flex: 0 0 auto;
  width: 100%;
  padding: 1.5rem;
}
.nc-content-blok p { 
  margin: 0 0 0.4rem; 
  line-height: 1.4;  
}

.nc-wrapper-blok-edges.nc-blok-visible, .nc-inform-blok-bottom.nc-blok-visible { 
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .nc-inform-blok {
    padding: 1.2rem 3rem;
  }
}
@media (max-width: 576px) {
  .nc-inform-blok {
    display: flex;
    flex-direction: column;
    padding: 1.2rem 2rem;
    align-items: center;
  }
  .nc-cookie-text {
    margin-right: 0;
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 474px) {
  .nc-wrapper-blok-edges {
    margin-bottom: 0;
	margin-left: 0;
	width: 100%;
  }
  .nc-wrapper-blok {
	_width: auto;
	margin: 2rem;
  }
  .nc-row-wrapper {
    padding: 2rem 1.5rem;
  }
  .nc-content-blok {
    padding: 1rem;
  }
}
/* Jet Cache: catalog/view/theme/default/stylesheet/tabvideo.css */
#tab-video {
    	max-height: none !important;
}
#tab-video .video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
#tab-video .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#tab-video .video-thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
#tab-video .video-thumbnails > img {
	width: 100%;
}
#tab-video .video-additional a {
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
	line-height: 0;
}
#tab-video .video-additional a:focus { 
	outline: none;
}
#tab-video .video-thumbnails .video-additional {
	float: left;
	position: relative;
	margin-right: 2%;
	margin-bottom: 20px;
	width: 48%;
	max-width: 500px;
}
#tab-video a.thumbnail.active, #tab-video a.thumbnail:focus, #tab-video a.thumbnail:hover { 
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-top-color: #DDDDDD;
}
#tab-video .video-additional .video-title { 
	background-color: rgba(0, 0, 0, 0.6);
	color: #ffffff;
	font-size: 13px;
	font-family: Arial, sans-serif;
	text-decoration: none;
	min-height: inherit;
	line-height: 18px;
	letter-spacing: 0px;
	text-transform: none;
	font-weight: 400 !important;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: 6px;
	padding: 6px 10px;
	position: absolute;
	opacity: 0;
	z-index: 10;
}
#tab-video .video-additional:hover .video-title { 
	-webkit-transition: opacity 0.3s ease-in;
	-moz-transition: opacity 0.3s ease-in;
	-o-transition: opacity 0.3s ease-in;
	opacity: 1;
}
#tab-video .video-additional .v_thumb_block {
	display: block;
	text-align: center;
}
#tab-video .video-additional img {
	max-width: 100%;
	width: 100%;
}
#tab-video .play, .icon-play-large {
	background: url('/image/thumb_video.png') center center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0.8;
	z-index: 20;
}
#tab-video .play {
	background-size: 25%;
}
#tab-video .play:hover {
	opacity: 1;
}
.icon-play {
	background: url('/image/mini_video_icon.png') center center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0.9;
	z-index: 20;
}
.v_thumb_block {
	display: inline-block; 
	position: relative;
}
.v_thumb_block .icon-play:before {
    	content: "";
}
.thumbnail > span.v_thumb_block img { 
	width: 100%;
}
.video-size-medium {
	max-width: 640px;
	max-height: 360px;
}
.video-size-large {
	max-width: 853px;
	max-height: 480px;
}
.video-after-content {
	margin-top: 15px;
}
.video-description {
    	margin: 25px 0 20px 0;
}
.video-sticker {
	width: 40px;
	height: 40px;
	position: absolute;
	z-index: 100;
	top: 0px;
	right: 2px;
	background: url("/image/mini_video_icon.png") center center no-repeat;
	background-size: 40px;
	opacity: 0.8;
}
.video-sticker.popup-youtube:hover {
	opacity: 1;
}
.video-sticker:hover + .video-tooltip {
	display: block;
}
.video-tooltip {
	display: none;
	position: absolute;
	top: 10px;
	right: 40px;
	line-height: 20px;
	color: #fff;
	padding: 0px 6px 1px 6px;
	background-color: rgb(84 84 84);
	border-radius: 4px;
	font-size: 12px;
	z-index: 10;
}

/* title visible style */
#tab-video .video-thumbnails.visible-type {
	display: flex;
	flex-wrap: wrap;
}
#tab-video .video-thumbnails.visible-type .video-additional {
	display: flex;
	flex-direction: column;
	border: 1px solid #ddd;
	margin-bottom: 2%;
}
#tab-video  .video-thumbnails.visible-type .video-additional a {
	position: relative;
	margin-bottom: 0;
	padding: 5px 5px 0 5px;
	display: block;
	border: none;
}
#tab-video .video-thumbnails.visible-type .video-additional .video-title {
	background-color: #fff;
	color: #323232;
	position: unset;
	padding: 6px;
	opacity: 1;
}

@media (max-width: 500px) {
	#tab-video .video-thumbnails .video-additional {
		float: none;
		margin-right: 0;
		width: 100%;
	}
}

.thumbnails .v-item-coloring {
	vertical-align: top;
}
a.thumbnails.mfp-iframe {
	text-align: center;
	display: block;
	padding-top: 50%;
}

.video-size-gallery {
	max-width: 853px;
	width: auto;
	height: max-content;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.video-container-gallery {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.video-container-gallery iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* fix popup*/
.mfp-iframe-scaler iframe {
    	box-shadow: none !important;
}
.mfp-iframe-holder .mfp-arrow-right, .mfp-iframe-holder .mfp-arrow-left {
    	opacity: 1 !important;
}

/* fix for theme */
#fm-product-video {
	border-bottom: 1px solid #f7f7f7;
	padding: 30px;
	width: 100%;
}
.video-sticker + .fm-module-buttons-list {
    	top: 25px;
}
.fm-item .video-sticker ~ .fm-module-buttons-list {
	top: 29px;
	right: 13px;
}
.fm-module-item .video-sticker ~ .fm-module-buttons-list {
	top: 12px;
	right: 12px;
}
.fm-item .video-sticker, .fm-module-item .video-sticker {
    	top: -7px;
}
.fm-module-item:hover .fm-module-overlay {
	right: -10px;
	left: -10px;
}
@media only screen and (min-width: 1200px) {
	.fm-item .video-sticker ~ .fm-module-buttons-list {
		top: 0px;
		right: 43px;
	}
.fm-module-item .video-sticker ~ .fm-module-buttons-list {
		top: 15px;
		right: 0;
	}
}

