/*   
Theme Name: Optimebel
Theme URI: 
Version: 1.0
Tags: clean, html5, bootstrap
Description: 
Author: 
Author URI: 
*/
* {
	font-family: 'Rubik';
	font-size: 16px;
}
p, li {
    margin: 0 0 10px;
    line-height: 28px;
}
img {
    border: 0;
    max-width: 100%;
	    height: inherit;
}
@media (min-width: 979px) { 
	ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu {
		display: block;
	}
	.comment-list .children {
		padding: 0;
		margin-left: 74px;
		padding-bottom: 15px;
	}
	.comment-list .media {
		margin-top: 0;
	}
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    /* max-width: 98.5%; */
    padding: 0;
    width: auto;
}
svg:not(:root) {
    overflow: hidden;
    width: 85px;
    height: 85px;
}
.wp-caption p.wp-caption-text {
        position: relative;
    text-transform: none;
    font-weight: 500;
    font-size: 18px;
    margin: 10px 0;
    color: rgb(102, 102, 102);
}
header button svg {
	width: 100%!important;
    height: 100%!important;
}
section svg path:not(.c):not(.b):not(.a) {
	fill: rgb(252, 72, 62)!important;
}
svg path.a {
    fill: rgb(246, 243, 242)!important;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
@media (min-width: 1366px) {
	.container {
    width: 1200px;
}
}


.logo {
	position: relative;
    line-height: normal;
    vertical-align: middle;
    display: inline-block;
}
.logo .widgettitle {
	    font-size: 9px;
    line-height: 130%;
    color: rgb(150, 150, 150);
    font-style: italic;
    position: absolute;
   top: -5px;
    left: 49px;
}
header button {
    border: none;
    background: rgba(0, 0, 0, 0);
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    transition: all .3s ease;
    width: 40px;
    height: 40px;
    padding: 0;
}
header button.salon {
	background:transparent;
	border:none;
}
header button:hover {
	background: rgb(248, 69, 67);
	color: #fff;
}
header .bin {
	line-height:90px;
}
.popup.adr {
	position: absolute;
    z-index: 1020;
    box-sizing: border-box;
    min-width: 400px;
    padding: 0;
    background: rgb(255, 255, 255);
    color: rgb(102, 102, 102);
    box-shadow: 0 5px 12px rgba(0,0,0,.15);
    line-height: normal;
	right: 0;
	top: 80px;
    display: none;
}
.popup.adr p {
	    margin: 0;
    padding: 10px 35px;
    font-size: 18px;
	position:relative;
}
.popup.adr p:hover {
    background-color: rgb(246, 243, 243);
}
.popup.adr p:first-child:after {
	    content: '';
    position: absolute;
    width: 80%;
    border-bottom: 1px solid rgb(188, 183, 183);
    bottom: 0;
    left: 0;
    top: auto;
    right: 0;
    margin: auto;
}
.soci a {
	display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 30px;
    border-radius: 5px;
    background-color: rgb(188, 183, 183);
    color: rgb(255, 255, 255);
    padding: 3px;
    vertical-align: middle;
	transition: all .3s ease;
}
.soci a:hover {
	background: rgb(248, 69, 67);
}
.soci a svg {
    width: 100%;
    height: 100%;
	    display: inline-block;
    vertical-align: top;
}
.soci a svg path {
	    fill: rgb(255, 255, 255);
		transition: all .3s ease;
}
.profits h2, .production h2, h1 {
	    font-size: 30px;
    font-weight: 700;
    color: rgb(0, 0, 0);
	    position: relative;
    padding-left: 20px;
	margin:40px 0;
	text-align: left;
}
.profits h2:before, .production h2:before, h1:before {
	 position: absolute;
    content: '';
    background-color: rgb(255, 0, 0);
    top: 0;
    bottom: 0;
    left: 0;
    width: 6px;
}
.profits .icon {
	    display: inline-block;
    vertical-align: top;
	    position: relative;
}
.profits .text {
	    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: 68%;
    margin-left: 6%;
    color: rgb(0, 0, 0);
}
.profits .text strong {
	 font-size: 18px;
	 margin-bottom:10px;
}
.profits div.toggle {
	cursor:pointer;
}

.tooltip, .tooltip * {
	font-size:14px;
	font-weight:normal;
}
@media (min-width: 768px) {
	.profits .col-sm-4 {
    width: 32.5%;
    float: none;
    display: inline-block;
    margin: 0 0 5%;
}
.category .wp-caption {
	/*width: 25%;
    float: none;*/
    display: inline-block;
    margin: 0 0 5%;
	vertical-align:top;
}
}

.profits .popup {
	display:none;
	position: fixed;
    background: rgb(255, 255, 255);
    width: 600px;
    min-height: 530px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: rgb(0, 0, 0);
    padding: 20px;
    font-size: 18px;
    line-height: 24px;
	overflow: auto;
	z-index:9999;
}
.profits .popup .close {
	background: rgba(0, 0, 0, 0);
    border: none;
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: .7;
    transition: all .3s ease;
}
.profits .popup .close svg {
	width:20px;
	height:20px;
}
.profits .popup {
	cursor:default;
}
.profits .popup .close:hover {
	opacity:1;
}
.over {
	display:none;
	position: fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background: rgba(0,0,0,.6);
	z-index:8888;
}
.production .iteme {
    position: relative;
    margin: 0 0 2.5%;
}
.n2-section-smartslider {
    overflow: hidden;
}
.txt_over {
	opacity:0;
	position: absolute;
    width: 90%;
    height: 97%;
    top: 1.5%;
    left: 5%;
    background: rgba(246, 243, 243, 0.7);
    padding: 5% 9%;
    transform: scale(0.8);
    line-height: 280px;
	z-index:-1;
	transition:all .9s ease-in-out;
}
.production .iteme:hover .txt_over {
opacity:1;
z-index:5555;
transform: scale(1.2);
box-shadow: 0 0 9px rgba(0, 0, 0, 0.7);;
}
.production .iteme .icon img {
	transition:all .9s ease-in-out;
}
.production .iteme:hover .icon img {
	transform: scale(1.2);
}
.production .iteme:hover .text {
	z-index:6666;
	box-shadow:none;
}
.production .iteme .text  {
	width:100%;
	transition:all .9s ease-in;
}
.txt_over h4 {
	    display: inline-block;
    vertical-align: middle;
    color: rgb(65, 64, 64);
    font-weight: normal;
	position: relative;
}
.txt_over h4:after {
	content: '';
    position: absolute;
    width: 100px;
    border-bottom: 1px solid rgb(65, 64, 64);
    bottom: 0;
    left: 0;
}
.txt_over h4 p {
	font-size:12px;
}
::-webkit-input-placeholder {
	color: rgb(117, 117, 117)!important;
}
.production .icon, .catalog .iteme {
	overflow: hidden;
	position: relative;
}
.production .icon img, .catalog .iteme img {
	transition: all 10s ease-in;
}
.production .icon:hover img, .catalog .iteme a:hover>img  {
	transform:scale(2, 2);
}
.production .text {
	    color: rgb(255, 255, 255);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(65,64,64,.77) 100%);
}
.production .text h3 {
	font-size: 26px;
	text-transform: uppercase;
    font-weight: 600;
	    padding: 0;
    margin: 0;
    line-height: 32px;
}
.production .text h4 {
	font-size: 18px;
    font-weight: 500;
	    padding: 0;
    margin: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form, .navbar-default {
    border: none;
    background: rgba(0, 0, 0, 0);
	padding:0;
	margin-bottom:0;
}
.navbar-nav {
    float: none;
    margin: 0;
    display: table;
    width: 100%;
}
.navbar-nav>li {
    float: none;
    display: table-cell;
    text-align: center;
}
.navbar-nav>li:not(:last-child):before {
    content: '';
    position: absolute;
    right: -1px;
    width: 1px;
    background-color: rgb(0, 0, 0);
    top: 7px;
    bottom: 7px;
}
.navbar-nav>li:hover:before, .navbar-nav>li.active:before {
	display:none;
}
.navbar-default .navbar-nav>li>a {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: 500;
	    padding: 10px 20px;
}
.navbar-default .navbar-nav>li.back>a:hover {
	color:rgb(246, 243, 243);
}
.navbar-default .navbar-nav>li:not(.back)>a:focus, .navbar-default .navbar-nav>li:not(.back)>a:hover, .navbar-default .navbar-nav>.active:not(.back)>a, .navbar-default .navbar-nav>.active:not(.back)>a:focus, .navbar-default .navbar-nav>.active:not(.back)>a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(248, 69, 67);
}
footer {
    background-color: rgb(65, 64, 64);
    color: rgb(255, 255, 255);
	padding:20px 0;
	margin:40px 0 0;
}
footer .nav-pills>li {
    float: none;
    line-height: 28px;
	margin: 0;
}
footer .nav-pills>li a {
	font-size: 16px;
    font-weight: 500;
	color:#fff;
	padding: 0;
}
footer .nav-pills>li a:hover, footer .nav-pills>li.active a {
	background:transparent;
	color:rgb(248, 69, 67);
}
footer .mainmenu {
	    display: inline-block;
    width: 47%;
	vertical-align:top;
}
footer .mainmenu.second {
	margin-left:4%;
}
footer .info p {
	font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}
footer .wpcf7 {
	font-size: 12px;
    font-weight: 500;
}
footer .wpcf7 form p {
	font-size: 16px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    line-height: 28px;
}
footer .wpcf7 form p span {
	color: rgb(248, 69, 67)!important;
	font-size: 16px!important;
    font-weight: 500!important;
    line-height: 28px!important;
}
footer .wpcf7 form span:not(.wpcf7-form-control-wrap) {
	color:rgb(153, 153, 153);
	display:block;
	margin-bottom: 20px;
	  line-height: 28px;
	  font-weight:normal;
	  line-height:normal;
	  font-size: 14px;
}
footer .wpcf7 form span:not(.wpcf7-form-control-wrap) a {
	color:rgb(153, 153, 153);
}
footer .wpcf7 input {
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 10px;
    background: rgb(255, 255, 255);
    color: rgb(102, 102, 102);
    border: 1px solid rgb(229, 229, 229);
    transition: .2s ease-in-out;
    transition-property: color,background-color,border;
    line-height: 40px;
    margin-bottom: 20px;
	font-size: 16px;
}
footer .wpcf7 input.wpcf7-submit {
	color: rgb(246, 243, 243);
    background-color: rgb(248, 69, 67);
   width: 200px;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
	margin-bottom:0;
}
footer .wpcf7 input.wpcf7-submit:hover {
	 box-shadow: 5px 5px 10px 0 rgba(0,0,0,.3);
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: none;
    position: absolute;
    top: 0;
    background: rgb(248, 69, 67);
    right: 0;
    bottom: auto;
    left: 0;
    margin: auto;
    height: 50px;
    padding: 8px;
    text-align: center;
	font-size: 12px;
}
span.wpcf7-not-valid-tip, div.wpcf7 .ajax-loader {
	display:none!important;
}
footer .poly a {
	font-size: 16px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    line-height: 28px;
}
header .menu {
	padding: 0 0 20px;
}
.kama_breadcrumbs>.kb_title {
    color: rgb(102, 102, 102);
}
.kama_breadcrumbs a {
    display: inline-block;
    font-size: 14px;
    color: rgb(153, 153, 153);
}
.kama_breadcrumbs .kb_sep {
	    font-size: 18px;
    color: rgb(153, 153, 153);
    margin: 0 10px;
}
.catalog h2 {
        color: rgb(255, 255, 255);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
        position: absolute;
    bottom: auto;
    left: 0;
    right: 0;
    top: 65%;
    line-height: 28px;
}
span.sku {
	color: rgb(153, 153, 153);
    display: block;
    padding: 20px 0;
}
/*.product .col-sm-3 {
    width: 25%;
    padding: 1%;
}*/
.product .icon.full {
	margin-bottom:8px;
}
.product .icon {
	cursor:pointer;
	opacity:.7;
	transition:all .3s ease;
}
.product .icon.active, .product .icon.full {
	opacity:1;
}
.product .item {
	line-height: 40px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
	/*max-height: 40px;*/
}
div.selectboxss {
	max-width: 255px;
	width: 100%;
	position: relative;
	height: 40px;
	border-radius: 3px;
	border: solid 1px lightgrey;
	background-color: #fff;
	color: #333;
	cursor: pointer;
	overflow: hidden;
	transition: .3s;
}
div.selectboxss .selectboxssvalue {
	padding: 0 0 0 10px;
	cursor: pointer;
	transition: .2s;
	height: 40px;
	margin: 0px;
	line-height: 40px;
}
div.selectboxss img.arrowselect {
	position: absolute;
	right: 0;
	width: 21px;
	padding: 0px 10px 0px 0px;
}
::-webkit-scrollbar {
	background: transparent;
	width: 0.5em;
	position: absolute;
}
::-webkit-scrollbar-track {
	background: transparent;
	position: absolute;
	z-index: -2;
}
::-webkit-scrollbar-thumb {
	border-radius: 100px;
	background: #888;
}
ul.selectboxssmenu {
	background: #fff;
	transition: .3s;
	width: 100%;
	height: 200px;
	overflow-y: auto;
	overflow-x: hidden !important;
	position: absolute;
	margin-top: 0px;
	display: block;
	padding: 0px;
	margin: 0px;
}
ul.selectboxssmenu>li {
	display: block;
	padding: 10px;
	border-radius: 0px;
	cursor: pointer;
}
ul.selectboxssmenu>li.selectoption {
	color: gray;
	padding: 10px;
}
ul.selectboxssmenu>li.selectoption:hover {
	color: #333;
	background: #e1e1e1;
	transition: .2s;
}
.selectboxss li .flag-en, .selectboxss li .flag-ru, .selectboxss li .flag-fr, .selectboxss li .flag-de, .selectboxss li .flag-it, .selectboxss li .flag-es {
	display: inline-block;
	background: url(flags-small.png) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
	width: 18px;
	height: 12px;
}
.selectboxss .flag-en {
	background-position: -108px -12px!important;
}
.selectboxss .flag-ru {
	background-position: -0px -72px!important;
}
.selectboxss .flag-fr {
	background-position: -90px -24px!important;
}
.selectboxss .flag-de {
	background-position: -54px -12px!important;
}
.selectboxss .flag-it {
	background-position: -90px -36px!important;
}
.selectboxss .flag-es {
	background-position: -18px -24px!important;
}
.price {
	
}
.price span.data {
font-family: 'PT Sans', serif;
    font-size: 28px;
    font-weight: 600;
    color: rgb(102, 102, 102);
}
.price span.data.old {
	font-size: 18px;
    text-decoration: line-through;
    opacity: .7;
}
.inf {
	position:relative;
}
.prod-footer {
	position:absolute;
	bottom:0;
	width: 100%;
    line-height: 40px;
}
.prod-footer button {
	color: rgb(246, 243, 243);
    background-color: rgb(248, 69, 67);
    width: 200px;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin: 0 0 0 auto;
}
.prod-footer button:hover {
	box-shadow: 5px 5px 10px 0 rgba(0,0,0,.3);
}
.catalog .itemprod h2 {
	position:relative;
    text-transform: none;
    font-weight: 500;
    font-size: 18px;
	margin: 10px 0;
	color: rgb(102, 102, 102);
}
.slider.catalog {
	display: inline-block;
    width: 100%;
    margin: 40px 0 0;
}
.slider.catalog .item a {
	display:block;
	position:relative;
}
.slider.catalog .item a img {
	position:relative;
	z-index:5555;
}
.slider.catalog .item a h2 {
	z-index:7777;
	position:relative;
}
.product .production h2 {
	    color: rgb(255, 255, 255);
    position: absolute;
    left: 0;
    padding: 15px 40px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    bottom: auto;
    top: 60%;
    margin: 0;
	z-index:7777;
	width: 100%;
}
.product .production .icon {
	opacity:1;
}
.product .production .icon:before {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.23);
    padding: 0;
	    z-index: 6666;
}
.product .production h2:before {
	display:none;
}
.slider.production  {
	display: inline-block;
    width: 100%;
    position: relative;
}
.catalog.line {
	border-top: 1px solid rgb(229, 229, 229);
	display:inline-block;
	width:100%;
	margin:50px 0 0;
	padding:20px 0 0;
}
.card-columns a img.alignnone {
    margin: 5px 0 10px 0;
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
  .card-columns {column-count: 2;}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
 .card-columns {column-count: 3;}
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
   .card-columns {column-count: 4;} 
}

.contacts h2 {
	    font-size: 26px;
    font-weight: normal;
}
.cnt_box {
	display:inline-block;
	width:100%;
}
article .cnt_box:not(:last-child) {
	margin-bottom:40px;
}
.panel-default>.panel-heading {
    color: rgb(51, 51, 51);
    background-color: rgba(0, 0, 0, 0);
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
    padding: 0;
}
.panel-default>.panel-heading {
	    padding: 15px 25px;
    display: block;
	position:relative;
	cursor:pointer;
}
.panel-default>.panel-heading:before {
    content: "+";
    width: 20px;
    height: 20px;
    float: right;
    font-size: 32px;
    font-weight: 300;
    position: absolute;
    top: calc(50% - 23px);
    right: 20px;
	transition:all .3s ease;
}
.panel-default>.panel-heading.active:before {
	content: "-";
}
.panel-group .panel {
    margin-bottom: 20px;
    border-radius: 4px;
    border: none!important;
}
.itemqr h2 {
	font-size: 24px;
    font-weight: normal;
    color: rgb(51, 51, 51);
}
.panel-group {
    margin: 40px 0 0;
}

.page-parent .mater .wp-caption, .category  .wp-caption{
	/*max-width:25%!important;*/
    background: rgba(0, 0, 0, 0);
    border: none;
    padding: inherit;
    text-align: center;
	margin:0;
	overflow:hidden;
	position:relative;
	padding: 15px;
}
.page-parent .mater .wp-caption {
    max-width:25%!important;
}
.page-parent .mater .wp-caption{
    float:left;
}
.page-parent .mater .wp-caption img, .category  .wp-caption img, .catalog .item img, .mater .wp-caption a img {
	transition:all 10s ease-in;
	width:100%;
}
.page-parent .mater .wp-caption:hover img, .category  .wp-caption:hover img, .page-parent .mater .wp-caption a:hover img, .category  .wp-caption a:hover img, .wp-caption a:hover>img, .catalog .item a:hover img {
	    transform: scale(2, 2);
}
.page-template-page-gallery .wp-caption a:hover img {
	transform: none;
}
.page-template-page-gallery .wp-caption p {
	display :none;
}
 .mater .wp-caption a:hover img, .single-post .wp-caption a:hover img  {
	transform:none;
}

.wp-caption:hover {
	/* box-shadow: 5px 5px 10px 0 rgba(0,0,0,.3); */

}
.pswp__bg {
    opacity: .7!important;
}
.mater .wp-caption a {
	display: block;
    border-radius: 3px;
    overflow: hidden;
}
.page-parent .mater .wp-caption p {
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    position: absolute;
    bottom: auto;
    left: 0;
    right: 0;
    top: 75%;
    line-height: 28px;
}
.page-child .mater .wp-caption, .single-post .wp-caption {
	max-width:24%!important;
	background: rgba(0, 0, 0, 0);
    border: none;
    padding: inherit;
    text-align: center;
	margin:0;
	overflow:hidden;
	position:relative;
	padding: 15px;
	    display: inline-block;
    float: none;
    vertical-align: top;
}
.single-post .su-column .wp-caption {
	width: 100%!important;
    max-width: 100%!important;
}
.single-post .su-column .wp-caption a {
	display:block;
}
.single-post .su-column .wp-caption a:hover {
	box-shadow: 5px 5px 10px 0 rgba(0,0,0,.3);
	border-radius:3px;
}

}
.page-child .mater .wp-caption p, .single-post .wp-caption p {
	position: relative;
    text-transform: none;
    font-weight: 500;
    font-size: 18px;
    margin: 10px 0;
    color: rgb(102, 102, 102);
}
#topnav {
	background: rgb(246, 243, 243);
}
.sticky-content.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	width: 100%;
    z-index: 8888;
}
body {
	overflow-x: hidden;
}
.adr_toggle:hover>.popup.adr {
	display:block;
}
div.selectboxss.open {
	position: absolute;
    z-index: 9999;
}
table {
  background: #f5ffff;
  border-collapse: collapse;
  text-align: left;
      width: 100%;
}
table th {
  border-top: 1px solid #777777;	
  border-bottom: 1px solid #777777; 
  box-shadow: inset 0 1px 0 #999999, inset 0 -1px 0 #999999;
  background: linear-gradient(#9595b6, #5a567f);
  color: white;
  padding: 10px 15px;
  position: relative;
}
table th:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 25%;
  height: 25%;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255,255,255,.08));
}
table tr:nth-child(odd) {
  background: #ebf3f9;
}
table th:first-child {
  border-left: 1px solid #777777;	
  border-bottom:  1px solid #777777;
  box-shadow: inset 1px 1px 0 #999999, inset 0 -1px 0 #999999;
}
table th:last-child {
  border-right: 1px solid #777777;
  border-bottom:  1px solid #777777;
  box-shadow: inset -1px 1px 0 #999999, inset 0 -1px 0 #999999;
}
table td {
  border: 1px solid #e3eef7;
  padding: 10px 15px;
  position: relative;
  transition: all 0.5s ease;
}
table tbody:hover td {
  color: transparent;
  text-shadow: 0 0 3px #a09f9d;
}
table tbody:hover tr:hover td {
  color: #444444;
  text-shadow: none;
}
.bx-viewport li {
	padding: 10px;
}
div#n2-ss-2 .n2-style-becce78bc120bb9ba791004956b13dd3-heading {
    background: rgb(248, 69, 67)!important;
}
div#n2-ss-2 .n2-style-becce78bc120bb9ba791004956b13dd3-heading:hover {
	box-shadow: 5px 5px 10px 0 rgba(0,0,0,.3);
}
.n2-section-smartslider {
    position: relative;
    width: 100%;
    margin-top: -30px;
}
.gal .bx-wrapper .bx-controls-direction a {
    position: absolute;
    bottom: 6%;
    top: auto;
    margin-top: -22px;
    outline: 0;
    width: 22px;
    height: 22px;
    text-indent: -9999px;
    z-index: 9999;
    background-size: contain;
}
.adres  {
	display: inline-block;
    vertical-align: middle;
}
.adres ul {
	margin:0;
	padding:0;
}
.adres li {
	    list-style-type: none;
    text-align: right;
    margin: 0;
    padding: 0;
    line-height: normal;
    font-weight: 500;
}
.adres li a {
	color:rgb(57, 0, 0);
	text-decoration:none;
}
.adres ul li:last-child {
	    letter-spacing: .1px;
}
.modal_callme, .modal_prodme {
	display:none;
	position: fixed;
    width: 600px;
    height: 420px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: rgb(255, 255, 255);
    text-align: center;
	z-index:9999;
}
.thanks {
	display:none;
	position: fixed;
    width: 300px;
    height: 90px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: rgb(255, 255, 255);
    text-align: center;
    z-index: 9999;
    padding: 10px;
    font-weight: bold;
    border: 3px solid rgb(255, 87, 34);
}
.modal_callme .inner, .modal_prodme .inner {
	padding:20px;
}
.modal_callme input, .modal_prodme input, .modal_prodme textarea {
	max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 10px;
    background: rgb(255, 255, 255);
    color: rgb(102, 102, 102);
    border: 1px solid rgb(229, 229, 229);
    transition: .2s ease-in-out;
    transition-property: color,background-color,border;
	    height: 40px;
		line-height:40px;
		margin-bottom:20px;
}
.modal_prodme {
	    height: 90vh;
}
textarea.disable {
	height: -webkit-fill-available;
    line-height: 22px;
    font-size: 14px;
    max-height: 150px;
    overflow: hidden;
    padding: 10px;
    pointer-events: none;
}
.modal_prodme input.disable {
	pointer-events: none;
	margin-bottom:0;
}
.modal_prodme input.dis {
	position: absolute; left: -9999px; display: none;
}
.modal_callme input.wpcf7-submit, .modal_prodme input.w-submit {
	text-transform: none;
    font-size: 14px;
    background-color: rgb(248, 69, 67);
    border-radius: 4px;
    color: rgb(246, 243, 243);
    border: rgb(248, 69, 67) solid 1px;
    width: 100%;
    max-width: 200px;
    display: block;
    margin: 20px auto;
}
.modal_prodme input.w-submit {
	margin:0 auto;
}
.modal_callme .wpcf7 form span:not(.wpcf7-form-control-wrap), .modal_prodme .wpcf7 form span:not(.wpcf7-form-control-wrap)  {
    color: rgb(153, 153, 153);
    display: block;
    margin-bottom: 20px;
    line-height: 28px;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
}
.modal_callme .wpcf7 form span:not(.wpcf7-form-control-wrap) a, .modal_prodme .wpcf7 form span:not(.wpcf7-form-control-wrap) a {
	color: rgb(153, 153, 153);
}
.modal_callme input.wpcf7-submit:hover, .modal_prodme input.w-submit:hover {
	box-shadow: 5px 5px 10px 0 rgba(0,0,0,.3);
}
.modal_callme button.close, .modal_prodme button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    margin: 10px;
}
.modal_prodme .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    margin: auto;
    width: 80%;
    background: rgb(247, 69, 67);
    line-height: 50px;
    border-color: rgb(247, 69, 67);
    color: rgb(255, 255, 255);
}
.catalog .item {
	border-radius:3px;
	overflow: hidden;
    margin-bottom: 30px;
}
.catalog .item:hover {
	box-shadow: 5px 5px 10px 0 rgba(0,0,0,.3);
}
.page-parent .mater .wp-caption a, .category .wp-caption a {
	display: block;
    border-radius:3px;
	overflow: hidden;
}
.page-parent .mater .wp-caption a:hover , .category .wp-caption a:hover {
	box-shadow: 5px 5px 10px 0 rgba(0,0,0,.3);
}
/*select {
   -webkit-appearance: none;
   -moz-appearance: none;
}
select::-ms-expand {
    display: none; 
}*/
.maper {
	
}
@media all and (max-width:1024px) {
	.prod-footer {
    position: relative;
}
.price span.data {
    display: block;
}
}
@media all and (max-width:1024px) {
	.navbar-default .navbar-nav>li>a {
    font-size: 12px;
}
.price span.data {
    font-size: 18px;
}
.modal_callme, .profits .popup {
    width: 90%;
	height: auto!important;
}
.txt_over h4 p {
    font-size: 12px;
    line-height: normal;
}
.txt_over {
    line-height: 60px;
}
.production .iteme:hover .text {
    z-index: 1;
}
}
@media all and (max-width:736px) {
	.navbar-nav>li {
    float: none;
    display: block;
    text-align: center;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: rgb(221, 221, 221);
}
.navbar-default .navbar-toggle {
    border-color: rgb(221, 221, 221);
    float: none;
    margin: 0 auto 30px;
    display: block;
    text-align: center;
    padding: 5px;
    width: auto;
}
header .bin {
    line-height: 60px;
    text-align: center;
}
.page-parent .mater .wp-caption, .category .wp-caption, .page-child .mater .wp-caption {
    max-width: 100%!important;
}
.item {
	margin-bottom: 5%;
}
.prod-footer {
    position: relative;
    text-align: center;
    margin: 20px 0;
}
.prod-footer button {
    margin: 0 auto;
}
article {
	margin: 0 20px;
}
}
.icon:hover .pulse1 {
    position: absolute;  
    width: 85px;
    height: 85px;
    margin: auto; 
    top: -5px; left: 0; bottom: 0; right: 0;
    z-index: 1;
    opacity: 0;
    border: 3px solid rgba(255,255,255,.1);
  
    -webkit-animation: pulsejg1 2s linear infinite;
    -moz-animation: pulsejg1 2s linear infinite;
    animation: pulsejg1 2s linear infinite;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    -webkit-box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, .6);
    -moz-box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, .6);
    box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, .6);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.icon:hover .pulse2 {
   position: absolute;
    width: 85px;
    height: 85px;
    margin: auto;
    top: -5px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    /* opacity: 0; */
    border: 1px solid rgb(252, 72, 62);
    -webkit-animation: pulsejg2 2s linear infinite;
    -moz-animation: pulsejg2 2s linear infinite;
    animation: pulsejg2 2s linear infinite;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    -webkit-box-shadow: inset 0px 0px 12px 5px rgba(252, 73, 63, 0.55);
    -moz-box-shadow: inset 0px 0px 12px 5px rgba(252, 73, 63, 0.55);
    box-shadow: inset 0px 0px 12px 5px rgba(252, 73, 63, 0.55);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@-webkit-keyframes pulsejg1 {
    0% {
        -webkit-transform: scale(.6);
        opacity: 0;
    }

    20% {
        -webkit-transform: scale(.8);
        opacity: .1;
    }

    60% {
        -webkit-transform: scale(1);
        opacity: .3;
    }

    70% {
        -webkit-transform: scale(1.1);
        opacity: .35;
    }

    80% {
        -webkit-transform: scale(1.25);
        opacity: .2;
    }

    100% {
        -webkit-transform: scale(1.4);
        opacity: 0;
    }
}

@-moz-keyframes pulsejg1 {
    0% {
        -webkit-transform: scale(.6);
        opacity: 0;
    }

    20% {
        -webkit-transform: scale(.8);
        opacity: .1;
    }

    60% {
        -webkit-transform: scale(1);
        opacity: .3;
    }

    70% {
        -webkit-transform: scale(1.1);
        opacity: .35;
    }

    80% {
        -webkit-transform: scale(1.25);
        opacity: .2;
    }

    100% {
        -webkit-transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes pulsejg1 {
    0% {
        -webkit-transform: scale(.6);
        opacity: 0;
    }

    20% {
        -webkit-transform: scale(.8);
        opacity: .1;
    }

    60% {
        -webkit-transform: scale(1);
        opacity: .3;
    }

    70% {
        -webkit-transform: scale(1.1);
        opacity: .35;
    }

    80% {
        -webkit-transform: scale(1.25);
        opacity: .2;
    }

    100% {
        -webkit-transform: scale(1.4);
        opacity: 0;
    }
}

@-webkit-keyframes pulsejg2 {
    0% {
        -webkit-transform: scale(.6);
        opacity: 0;
    }

    40% {
        -webkit-transform: scale(.8);
        opacity: .05;
    }

    50% {
        -webkit-transform: scale(1);
        opacity: .1;
    }

    60% {
        -webkit-transform: scale(1.1);
        opacity: .3;
    }

    80% {
        -webkit-transform: scale(1.2);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1.3);
        opacity: 0;
    }
}

@-moz-keyframes pulsejg2 {
    0% {
        -moz-transform: scale(.6);
        opacity: 0;
    }

    40% {
        -moz-transform: scale(.8);
        opacity: .05;
    }

    50% {
        -moz-transform: scale(1);
        opacity: .1;
    }

    60% {
        -moz-transform: scale(1.1);
        opacity: .3;
    }

    80% {
        -moz-transform: scale(1.2);
        opacity: .1;
    }

    100% {
        -moz-transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes pulsejg2 {
    0% {
        transform: scale(.6);
        opacity: 0;
    }

    40% {
        transform: scale(.8);
        opacity: .05;
    }

    50% {
        transform: scale(1);
        opacity: .1;
    }

    60% {
        transform: scale(1.1);
        opacity: .3;
    }

    80% {
        transform: scale(1.2);
        opacity: .1;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 30px;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
    box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 30%);
}
.woocommerce ul.products li.product a img {
    transition: all 10s ease-in;
    width: 100%;
    margin: 0 !important;
}

.woocommerce ul.products li.product a:hover img {
        transform: scale(2, 2);
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    position: absolute;
    bottom: auto;
    left: 0;
    right: 0;
    top: 65%;
    line-height: 28px;
}

.woocommerce ul.products mark.count {
    display: none;
}

.woocommerce-result-count {
  display: none;
}

.woocommerce-ordering {
    display: none;
}

.product_type_simple, .product_type_variable, .wp-caption .price {
    display: none !important;
}

.wc-tabs {
    display: none !important;
}

.pswp {
    z-index: 16777271 !important;
}

.it-button {
    color: rgb(246, 243, 243);
    background-color: rgb(248, 69, 67);
    border: none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 0 auto;
    display: block;
    max-width: 200px;
    line-height: 32px;
    width: 100%;
}
.it-button:hover {
    box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 30%);
}

.woocommerce .quantity .qty {
    width: 4.631em;
    text-align: center;
}
.wapo_option_tooltip .yith_wccl_tooltip {
    width: 200px;
    margin-left: -100px;
}
.wapo_option_description {
    font-size: 14px;
    line-height: 20px;
}

.woocommerce form .form-row .ywapo_input_container label {
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 500;
}
.woocommerce div.product p.price span, .woocommerce div.product span.price bdi {
    font-family: 'PT Sans', serif !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    color: rgb(102, 102, 102) !important;
}
.woocommerce div.product p.price span, .woocommerce div.product span.price .woocommerce-Price-currencySymbol{
    font-family: 'PT Sans', serif !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    color: rgb(102, 102, 102) !important;
}
.woocommerce div.product span.price .woocommerce-Price-currencySymbol .rur{
    font-size: 28px !important;
    font-weight: 600 !important;
    color: rgb(102, 102, 102) !important;
}
.woocommerce-tabs  {
    margin-top: 35px;
}

.woocommerce table.shop_table th {
    background: #f6f3f3 !important;
    color: rgb(0, 0, 0) !important;
    border: 1px solid #f6f3f3;
}
.woocommerce table.shop_table {
    border-collapse: collapse;
}

.woocommerce table.shop_table th {
   box-shadow: none !important;
}

.woocommerce table.shop_table tr:nth-child(odd) {
    background: #ffffff;
}
.woocommerce table.shop_table td {
    background: #ffffff;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #f84443;
    color: #fff;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 30%);
    background-color: #f84443;
}

@media (max-width: 766px) {
    .it-button {
        margin: 0;
    }
    .single_variation_wrap {
        /*text-align: center;*/
    }
    .woocommerce .ywapo_group_container.form-row.form-row-wide {
        margin-bottom: 0;
    }
}

.woocommerce div.product p.price .pr-prefix, .woocommerce div.product span.price .pr-prefix {
    font-family: 'Rubik';
    font-size: 16px;
    color: #333;
}

.it-woocommerce-warning {
     margin-top: 60px;
     padding: 12px 18px;
     opacity: 0.6;
    display: block;
    position: relative;
    cursor: pointer;
    color: rgb(51, 51, 51);
    background-color: #f6f3f3;
    border: none;
}
.woocommerce-Tabs-panel--additional_information {
    display: none !important;
}

.yith_wapo_group_final_total .price.amount{
    font-family: 'PT Sans', serif !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    color: rgb(102, 102, 102) !important;
}
/*.yith_wapo_group_final_total{
    margin-top: 15px;
}*/

.woocommerce-variation-price {
    display: none !important;
}

.yith_wapo_groups_container {
    margin-top:0;
    margin-bottom: 15px;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 0;
}
/*.woocommerce div.product form.cart div.quantity {
    margin-top: 15px;
}
.it-button {
    margin-top: 31px;
}
.attr-span {
    padding: 6px 12px;
    line-height: 20px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
     -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); 
     box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); 
     -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; 
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}*/
.attr-span {
    background-color: #f6f3f3;
    color: #000;
    padding: 0 15px;
    font-weight: 400;
    font-size: 14px;
    /* display: inline; */
    /* text-align: center; */
    border-radius: .25em;
}




.woocommerce td.product-name dl.variation dt {
    font-weight: 500;
}

.wapo_option_tooltip .yith_wccl_tooltip > span {
    color: rgb(51 51 51 / 69%);
    font-size: 14px;
    font-weight: 400;
    background-color: #f6f3f3;
    line-height: 18px;
}

.woocommerce .ywapo_group_container.form-row.form-row-wide {
    margin: 0 0 7px 0 !important;
}

.woocommerce form .form-row {
    margin: 0 0 7px !important;
}

.row.catalog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.row.catalog > [class*='col-'] {
  display: flex;
  flex-direction: column;
}