/* 
* Use this file if you want to put custom styles and do not want to use Sass and Gulp 
* Readmore - http://docs.imagecms.net/rabota-s-shablonom-multishop/rabota-s-css-i-javasctipt-dlia-razrabotchikov
*/

.sidebar-nav__link {color: #ffffff; background: #0081ab; font-size: 14px;}
.table-nav__link {background: #0081ab;}
.tree-nav__item:hover>.tree-nav__link {background: #0081ab;}
.banner-simple__item {background: #ffffff;}
.site-info__inner {position: absolute !important;}
.tel-mob {font-size: 20px; text-align: center; margin-top: 10px; color: #089dce;}
.lurpia{
position: absolute!important;
text-align: center!important;}
.img-svg path{
	fill: #EDC100;
}
.site-info__ico--callback{
	width: 40px;
	height: 40px;
}
.site-info__phone{
	font-size: 17px;
	display: flex;
    align-items: center;
}
.site-info__phone img{
	margin-left: 5px;
}
@media(min-width:768px) {
 .desk-none {display: none !important}
}
.header_link_menu

{

	height:25px;

	margin-bottom:-15px;

    margin-left: 10px;

    font-weight: 800;

}

.header_link_menu nav ul li a.link--main

{

	text-decoration:none;

}

.header_link_menu nav ul li a.link--main:hover

{

	color:#E31837;

}




      .page__mainnav-hor { height: 0px; z-index: 150; }
      .table-nav--equal .table-nav__items { display: block !important; width: 240px; height: auto; }
      .table-nav__item { display: block !important; }
      .table-nav__drop { top: 0 !important; left: 100% !important; }
      .page__main-banner  { padding-top: 0 !important; }
      .page__main-banner .page__container { padding-left: 260px; }
      .table-nav__link { padding: 3px 0 !important; }
      @media (max-width: 1200px) { 
        body > div.page__body > div > header > div.page__header > div > div > div.col-xs-3.col-md-1.col-lg-2.col-md-push-6.col-lg-push-3.clearfix {  margin-left: -100px; }
      	body > div.page__body > div > header > div.page__header > div > div > div.col-xs-12.col-md-5.col-lg-3.col-md-pull-4.col-lg-pull-7.col--spacer-sm { margin-left: 100px; }
      }
      @media (max-width: 992px) {
        body > div.page__body > div > header > div.page__header > div > div > div.col-xs-3.col-md-1.col-lg-2.col-md-push-6.col-lg-push-3.clearfix {  margin-left: initial; }
      .page__main-banner .page__container { padding-left: initial;padding: 25px; }
        
      	body > div.page__body > div > header > div.page__header > div > div > div.col-xs-12.col-md-5.col-lg-3.col-md-pull-4.col-lg-pull-7.col--spacer-sm { margin-left: initial; }
      
      }
      
@media (min-width: 992px) {
      .not-main-page .table-nav__items { max-height: 34px; transition: max-height linear .2s;  overflow:hidden; }
      .not-main-page .table-nav__items:hover { max-height: 540px; overflow:initial; }
		.table-nav__item { border: none; }
        
     .table-nav:hover { overflow: initial !important; height: auto !important; }
     .table-nav:hover:after { display: none; }
	.table-nav.show-after:after { content: "\02C5"; text-align: center; line-height: 30px; color: #fff; position: absolute; bottom: 0; left: 0; width: 100%; height: 30px; background: #0081ab; border-top: 1px solid #fff; }

     .table-nav__items.uk:before { display: block;font-weight: 500;font-size: 19px; color: #000; content: 'Категорії товарів'; background: #fff url('https://venbud.com.ua/templates/unishop/_img/Hamburger_icon.png') no-repeat left center;; padding: 2.1px 0;border: solid 2.9px #edc100;text-align:center; }
	.table-nav__items.ru:before { display: block;font-weight: 500;font-size: 19px; color: #000; content: 'Категории товаров'; background: #fff url('https://venbud.com.ua/templates/unishop/_img/Hamburger_icon.png') no-repeat left center;; padding: 2.1px 0;border: solid 2.9px #edc100;text-align:center; }
}

.section-items-condition {
  margin-bottom: 0;
}

.section-items-condition__image {
  height: 100px;
  max-height: 100px;
}

.product-photo__thumb .play-button {
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d( -50%,-50%,0 );
  transform: translate3d( -50%,-50%,0 );
  position: absolute;
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #0081ab;
}


.tab-wrap {
	/* -webkit-transition: 0.3s box-shadow ease; */
	/* transition: 0.3s box-shadow ease; */
	/* border-radius: 6px; */
	max-width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	position: relative;
	list-style: none;
	background-color: #fff;
	margin: 40px 0;
	/* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); */
}
/* .tab-wrap:hover {
	box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);
} */

.tab {
	display: none;
}
.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
	display: block;
	opacity: 1;
	/* -webkit-transition: 0.5s opacity ease-in, 0.2s transform ease; */
	/* transition: 0.5s opacity ease-in, 0.2s transform ease; */
	position: relative;
	top: 0;
	z-index: 100;
	-webkit-transform: translateY(0px);
		  transform: translateY(0px);
	text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
	display: block;
	opacity: 1;
	/* -webkit-transition: 0.5s opacity ease-in, 0.2s transform ease; */
	/* transition: 0.5s opacity ease-in, 0.2s transform ease; */
	position: relative;
	top: 0;
	z-index: 100;
	-webkit-transform: translateY(0px);
		  transform: translateY(0px);
	text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
	display: block;
	opacity: 1;
	/* -webkit-transition: 0.5s opacity ease-in, 0.2s transform ease; */
	/* transition: 0.5s opacity ease-in, 0.2s transform ease; */
	position: relative;
	top: 0;
	z-index: 100;
	-webkit-transform: translateY(0px);
		  transform: translateY(0px);
	text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
	display: block;
	opacity: 1;
	/* -webkit-transition: 0.5s opacity ease-in, 0.2s transform ease; */
	/* transition: 0.5s opacity ease-in, 0.2s transform ease; */
	position: relative;
	top: 0;
	z-index: 100;
	-webkit-transform: translateY(0px);
		  transform: translateY(0px);
	text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
	display: block;
	opacity: 1;
	/* -webkit-transition: 0.5s opacity ease-in, 0.2s transform ease; */
	/* transition: 0.5s opacity ease-in, 0.2s transform ease; */
	position: relative;
	top: 0;
	z-index: 100;
	-webkit-transform: translateY(0px);
		  transform: translateY(0px);
	text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
	display: block;
	opacity: 1;
	/* -webkit-transition: 0.5s opacity ease-in, 0.2s transform ease; */
	/* transition: 0.5s opacity ease-in, 0.2s transform ease; */
	position: relative;
	top: 0;
	z-index: 100;
	-webkit-transform: translateY(0px);
		  transform: translateY(0px);
	text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(6) ~ .tab__content:nth-of-type(6) {
	display: block;
	opacity: 1;
	/* -webkit-transition: 0.5s opacity ease-in, 0.2s transform ease; */
	/* transition: 0.5s opacity ease-in, 0.2s transform ease; */
	position: relative;
	top: 0;
	z-index: 100;
	-webkit-transform: translateY(0px);
		  transform: translateY(0px);
	text-shadow: 0 0 0;
}

/* .tab:first-of-type:not(:last-of-type) + label {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.tab:not(:first-of-type):not(:last-of-type) + label {
  border-radius: 0;
}
.tab:last-of-type:not(:first-of-type) + label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.tab:checked + label {
	background-color: #fff;
	box-shadow: 0 -1px 0 #fff inset;
	cursor: default;
}
.tab:checked + label:hover {
	box-shadow: 0 -1px 0 #fff inset;
	background-color: #fff;
} */
.tab:checked + label {
  border-bottom: 5px solid #ffb940;
}
.tab + label {
	width:100%;	  
	/* box-shadow: 0 -1px 0 #eee inset; */
	/* border-radius: 6px 6px 0 0; */
	cursor: pointer;
	display: block;
	text-decoration: none;
	color: #fff;
	-webkit-box-flex: 3;
	-webkit-flex-grow: 3;
	  -ms-flex-positive: 3;
		  flex-grow: 3;
	text-align: center;
	background-color: #0081ab;
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
		  user-select: none;
	text-align: center;
	-webkit-transition: 0.3s background-color ease, 0.3s box-shadow ease;
	transition: 0.3s background-color ease, 0.3s box-shadow ease;
	height: 50px;
	font-family: open sans,sans-serif;
	font-weight: 400;
	font-size: 16px;
	box-sizing: border-box;
  padding: 15px;
}
@media (min-width:768px) {
		
	.tab + label {
		width:auto;
	}
}
/* .tab + label:hover {
	background-color: #f9f9f9;
	box-shadow: 0 1px 0 #f4f4f4 inset;
} */
.tab__content {
	display: none;
	padding: 10px 25px;
	background-color: transparent;
	position: absolute;
	width: 100%;
	z-index: -1;
	opacity: 0;
	left: 0;
	-webkit-transform: translateY(-3px);
		  transform: translateY(-3px);
	border-radius: 6px;
}

.tab__content h1 {
	display: inline-block;
	padding-bottom: 8px;
	padding-right: 6px;
	font-size: 2rem;
	line-height: 1.1;
}

.video-js .vjs-big-play-button {
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
}

.tab__content .video-js:not(:last-child) {
	margin-bottom: 1rem;
}

.tab__content .doc-item:not(:last-child) {
	margin-bottom: 10px;
}

.doc-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.doc-img {
	margin-right: 10px;
	width: 50px;
	height: 50px;
}

.doc-link {
	color: #000;
	font-size: 15px;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
}
.doc-link:hover {
	color: #f5a33f;
}

.similar-products .product-cut__photo {
	width: 50%;
	height: 50%;
	margin: 0 auto;
}

.similar-products .widget-primary__inner {
    padding: 15px 25px 18px 25px;
}

.attribute {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.attribute .attr-title {
	width: 50%;
}

.attribute .attr-value {
	width: 50%;
}

.attribute tr td {
	background-color: #f7f7f7;
	padding: 7px 15px;
}

.attribute tr:nth-child(even) td {
	background-color: #fff;
}

.attribute .attr-title {
	color: #222;
}

.attribute .attr-value a {
	text-decoration: underline;
	color: #fbaf2b;
	font-size: 14px;
	font-family: Roboto,sans-serif;
}

.tab__content h1 {
  display: block;
	font-size: 2em;
	margin-block-start: 0.67em;
	margin-block-end: 0.67em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}

.tab__content h2 {
	display: block;
	font-size: 1.5em;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}

.tab__content h3 {
	display: block;
	font-size: 1.17em;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}

.tab__content h4 {
  display: block;
	margin-block-start: 1.33em;
	margin-block-end: 1.33em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}

.tab__content h5 {
	display: block;
	font-size: 0.83em;
	margin-block-start: 1.67em;
	margin-block-end: 1.67em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}

.tab__content h6 {
  display: block;
	font-size: 0.67em;
	margin-block-start: 2.33em;
	margin-block-end: 2.33em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}

.tab__content hr {
	display: block;
	unicode-bidi: isolate;
	margin-block-start: 0.5em;
	margin-block-end: 0.5em;
	margin-inline-start: auto;
	margin-inline-end: auto;
	overflow: hidden;
	border-style: inset;
	border-width: 1px;
}

.page__header .header-logo svg {
	width: 100%;
}

.mobile-nav__logo svg {
	width: 100%;
}

.page__seo-text {
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.expanded {
    max-height: none !important; /* Позволяет тексту развернуться полностью */
}

.page__seo-text .show-more {
	display: block;
    width: 100%;
    background: #0081ab;
    color: #fff;
    position: relative;
    padding: 15px;
    font-weight: bold;
    opacity: .9;
}