@CHARSET "UTF-8";

body
{
	margin: 0;
	padding: 0;
	background: #f5f5f5;
}

body,
table
{
	/*font-family: Trebuchet MS, Verdana, sans-serif;
        font-family: 'Noto Sans', sans-serif;*/
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        line-height: 150%;
}

a img { border : 0;}

a 
{
	color: #36f;
}

a:hover 
{
	color: #f90;
}


.dashed 
{
	border-bottom: 1px dashed #000;
	cursor: pointer;
}

.dashed:hover
{
	border-bottom: 0px;
}

.centered{
    min-width: 320px;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

#wrap .centered{
    background: #fff;
    border:1px solid #ccc;
    border-radius: 4px;
}
    
.clearfix:after{
    display: table;
    content: " ";
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

.inline-block{
    display:inline-block;
    vertical-align: top;
}

img {
    max-width: 100%;
}

/***************** HEADER ******************/

#header
{
	background: #25b; /* #4161AC; */
	color: #fff;	
	padding: 0;
	margin: 0;
}

#header .logo,
#header .logo-desc{
	margin: 0 auto;
	padding: 0;
        text-align: center;
}

#header .logo h1
{
	color: #fff;

	text-align: center;
	font-size: 175%;
	font-weight: bold;		
	
	margin: 0;
	padding: 0;
	
	display: block;	
	width: 100%;
	height: 55px;

	background:url(/img/logo-i.png) no-repeat 50% 0px;
}

#header .logo h1 a
{
	color: #fff;
	
	display: block;
	width: 100%;
	height: 100%;	

	text-indent: -3000px;
}


#header .logo p
{
	font-size: 80%;
	display: block;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
}
  
#header .phones{
    /*position: absolute;
    left: 35%;
    top: 0px;
    margin-top: 0.15em;*/
    
    font-size: 90%;
    float: right;
    text-align: right;
}

#header .phones a
{
	color: #fff;
	text-decoration: none;
}

#header .phone{
    float: right;
    color:#fff;
    margin: 0 0 0 13px;
    text-decoration: none;
}


#footer
{
    border-top: 1px solid #ccc;
    font-size: 90%;
    padding: 0.5em;
    margin-top: 30px;
    background: #eee;
}

#footer .description{
    font-size: 90%;
    color: #666;
    line-height: 100%;
    margin-bottom: 15px;
}

#footer .adults-only{
    width:30px;
    height:30px;
    font-size: 13px;
    line-height: 30px;
    border-radius:100%;
    border: 2px solid #fff;
    color: #fff;
    text-align:center;
    background: #ccc;
}

#footer .counters{
    margin-left: 30px;
}

#footer .made-by{
    float:right;
}

/***************** MAIN MENU ******************/

.top-menu .toggle-menu{
    display:none;
}

#mainmenu
{
    position: relative;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

#mainmenu li{
    display: inline-block;
    margin-left: 0;
    padding: 13px 0;	
}

#mainmenu a
{
	font-size: 140%;
	color: #fff;
	padding: 0 0.25em; 
}

#mainmenu a:hover
{
	color: #f90;
}

#mainmenu li.admcp-link
{
	margin-left: 50px;
}

#mainmenu li.admcp-link a,
a.admcp-link{
	background: #666;
	color: #fff;
}

#mainmenu li.admcp-link a:hover,
a.admcp-link:hover{
	color: #f90;
}


#breadcrumbs 
{
	margin-bottom: 1em;
        letter-spacing: -0.01em;
        font-size: 0.90em;
}
	



/*#search {
    position:absolute;
    right: 2%;
    top: 26px;
    height: 100%;
    vertical-align: bottom;
}*/

#header-bottom .search{
    float: right;
}

#header-bottom .admcp-link-wrap{
    float:left;
}

#header-bottom p{
    margin-top:0.5em;
}

#header-bottom .admcp-link-wrap a.admcp-link:nth-child(n+2){
    margin-left: 50px;
}

/***************** SIDEBAR ***************************/


#sidebar,
aside.special-offer-aside{
    width: 20%;
}

.sidebar .padding{
    padding: 30px 30px 30px 0;
}

aside.special-offer-aside > .padding{
    padding: 30px 0 30px 30px;
}

.sidebar .free-shipment{
    margin-bottom: 1em;
    padding: 0.5em 0;
    background: url(/img/bg-radial-orange.png) center center #f93;
    color: #fff;
    text-align: center;
    line-height: 200%
}

.sidebar .free-shipment .big{
    font-size:150%;
}

.sidepanel{
    text-align: center; padding:10px;
}





#topproducts
{
	font-size: 90%;	

	border: 1px solid #ccc;
	border-right: 0;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	background: #eee;
}



.topproduct{
	background: #fff;
	 
	font-size: 90%;
	padding: 0px;
	margin: 1em 0 1em 0;
        border: 1px solid #ccc;
        text-decoration: none;
}

.topproduct:hover{-webkit-box-shadow:0 2px 10px 0 rgba(194,194,194,1);-moz-box-shadow:0 2px 10px 0 rgba(194,194,194,1);box-shadow:0 2px 10px 0 rgba(194,194,194,1)}

.topproduct .padding{
    padding:30px;
}

.topproduct h2, .topproduct .likeh2{
	font-size: 100%;
	padding: 0;
	margin: 0;
    min-height: 42px;
    font-weight:bold;
}

.topproduct p{
    color:#000;
}


/**************** USER PANEL *******************/

#userpanel
{
	/* background: #358; */
	color: #000;
	padding: 10px;	
	font-size: 90%;	
	/*width: 250px;	*/

	border: 1px solid #999;
	border-left: 0;	
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
	background: #eee;
	margin-bottom: 1em;
}


#userpanel h1
{
	background: #25b;  /* #4161AC; */
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	
	margin-top: -10px;
	margin-bottom: 0.5em;
	margin-left: -10px;
	margin-right: -10px;
	padding: 0.25em 0;
		
	-moz-border-radius: 0 8px 0 0;
	-webkit-border-radius: 0 8px 0 0;
	border-radius: 0 8px 0 0;
}

#userpanel h1 a 
{
	color: #fff;
}

#userpanel a
{
	color: #36f;
}

#userpanel a.logout
{
	color: #f66;
	margin-left: 2em;
	position: relative;
	float: right;
}

#userpanel a.signup
{
	color: #6f6;
	margin-left: 2em;
}		

#userpanel #basket-content 
{
	border-top: 0px solid #47a;
}

#userpanel #basket-content h1 
{
	font-weight: bold;
}

#userpanel #basket-content ul
{
	font-size: 90%;
	padding: 0;
	padding-left: 0.5em;
	margin: 0.25em 0em;
	margin: 0;

	list-style: none;
}

#userpanel #basket-content ul li
{
	padding: 0;
	margin: 0.3em 0;
}

#userpanel p
{
	padding: 0;
	margin: 0;
}



#userpanel #basket-content p.order
{
	text-align: right;
	
}

ul#basket-content-more-items
{
	margin-top: -0.25em !important;
	display: none;
}

#basket-content .more
{
	border-bottom: 1px dashed #000;
	cursor: pointer;
	margin-left: -0.5em;
}

.basket .offer-form{
    margin: 0px auto 30px;
}

.agreement{
    display: inline-block;
    font-size: .8em;
    margin-bottom: 6px;
}



/***************** CATEGORIES TREE ******************/

#categories-tree
{
	overflow: hidden;

	/*width: 250px;	*/
	padding: 10px;
	
	border:1px solid #ccc;
	border-left: 0;	
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
	background: #eee;
	font-size: 0.85em;
	z-index: 1000;
        margin-bottom: 30px;
}

#categories-tree h1
{
	background: #25b;  /* #4161AC; */
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	
	margin-top: -10px;
	margin-bottom: 1em;
	margin-left: -10px;
	margin-right: -10px;
	padding: 0.25em 0;
		
	-moz-border-radius: 0 8px 0 0;
	-webkit-border-radius: 0 8px 0 0;
	border-radius: 0 8px 0 0;

}

#categories-tree-ul ul
{
	margin-left: 0em;
}



/* ---------------------------- category fast delivery ---------------------------- */
.categories-filter-wrap{
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}

#categories-filter 
{
    -moz-column-count: 3;
    -moz-column-gap: 1em;
    -webkit-column-count: 3;
    -webkit-column-gap: 1em;
    column-count: 3;
    column-gap: 1em;

    font-size: 90%;
    line-height: 1.1em;
}

#categories-filter small
{
    color:#333;
}

#categories-filter label {
    display: block;
    margin-left: 1.4em;
    break-inside: avoid-column;
}

#categories-filter label input {
    margin-left: -1.4em;
}




/***************** FORM.STANDART *****************/
form.standart input,
form.standart textarea,
form.standart select
{
        max-width: 100%;
	border: 1px solid #ccc;
	font-family: Consolas,  Arial;
	background: #fff;
	color: #000;
}

.basket form.standart input,
.basket form.standart textarea,
.basket form.standart select
{
    line-height: 24px;
}

form.standart textarea
{
	height: 5em;
}

form.standart input.money,
form.standart input.date
{
	width: 100px;
}

form.standart input.money
{
	text-align: right;
}

form.standart input[type=checkbox],
form.standart input[type=radio]
{
	width: auto;
	border: none;
	background: none;
}

form.standart input[type=submit]
{
	width: 100px;
	background: #ccc;
	border: 2px solid #999;
	padding: 0.25em 1em;
}

form.standart dl.info dd
{
	font-style: italic;
	color: #666;
}

.basket form.standart dl.info dd
{
	margin-bottom: 0.8em;
}

form.standart dl.info dd label
{
	font-style: normal;
	color: #000;
}

form.standart dl.info textarea
{
	vertical-align: top;
}




.basket form.standart input[type=text]{
    width: 90%;
}

.basket .info.user-info,
.basket .info.delivery-method{
    width: 50%;
}

form.standart dl.info dd#delivery-div{
    margin-left: 0;
}

.basket .buttons-wrap{
    text-align: center;
}

/***************** CONTENT ******************/


#content{
    /*margin-left: 290px;
    margin-right: 2em;
    margin-top: 2em;
    min-height: 600px;*/
    width: 60%;
}

#content.basket{
    width: 80%;
}

#content > .padding{
    padding:30px 0;
}

#content.basket > .padding{
    padding-right: 30px;
}

#content p 
{
	margin-bottom: 1em;
}

#content p.path
{
	margin-bottom: 0.5em;
}

#content h1
{
	margin-bottom: 1em;
	font-size: 175%;
	font-variant: small-caps;
	letter-spacing: 0.05em;
	line-height: 120%;
    margin-top: 0;	
}




#content.category #main-image,
#content.product #main-image
{
	display: block;
	float: left;
	margin: 0.5em 1em 1em 0;
	width: 120px;
	text-align: center;
}


#content.product ul
{
	list-style: square;
	margin: 1em;
	margin-left: 2em;	
}



#content #page-title
{
	margin-bottom: 0.25em;
}





/********************* GALLERY ****************************/


.main-page.categories{padding:20px 0;text-align:center}
.main-page.categories .item{display:inline-block;width:15%;vertical-align:middle;margin:0 1% 20px;border:1px solid #ccc;padding:1%;transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out}
.main-page.categories .item:hover{-webkit-box-shadow:0 2px 10px 0 rgba(194,194,194,1);-moz-box-shadow:0 2px 10px 0 rgba(194,194,194,1);box-shadow:0 2px 10px 0 rgba(194,194,194,1)}
.main-page.categories .item .img{display:inline-block;height:120px;vertical-align:middle;width:100%}
.main-page.categories .item .title{display:block;margin:5px 0 0;height:30px;font-size: 0.9em;line-height: 120%}


/********************* CATEGORIES-LIST ****************************/

ul.categories-list 
{
	margin: 0;
	padding: 0;

	/*background: #fff;
	border: 1px solid #999;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;	*/
	
	padding-top: 1em;
	margin-bottom: 1em;	
	display: block;
	overflow: hidden; /* Don't even know why it works! */
	list-style: none;
}



ul.categories-list  li
{
    display: block;
    float: left;
    width: 15%;
    height: 170px;
    margin: 0 1% 12px;
    padding: 1%;
    line-height: 110%;
}

ul.categories-list li
{
	text-align: center;
	font-size: 80%;
	position: relative;
	border:1px solid #ccc;
	background-color:#FFF;

	transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;	
}

ul.categories-list li:hover
{
	/*border: solid 1px;
	border-color: #CCF;
	background: #EEF;*/
        -webkit-box-shadow:0 2px 10px 0 rgba(194,194,194,1);-moz-box-shadow:0 2px 10px 0 rgba(194,194,194,1);box-shadow:0 2px 10px 0 rgba(194,194,194,1)
}


ul.categories-list li a
{
	display: block;
}

ul.categories-list  li .img-wrap 
{
	width: 120px;
	height: 120px;
	line-height: 120px;
	margin: auto;	
	display: block;
	
}


ul.categories-list li .img-wrap img
{
	max-width: 120px;
	max-height: 120px;
	vertical-align: middle;
	cursor: pointer;
	opacity:0.85;
	-moz-opacity:0.85;
	filter:alpha(opacity=85); /*IE bullshit*/
	-webkit-transition: all 0.51s ease-in-out;	
	-moz-transition: all 0.51s ease-in-out;	
	-o-transition: all 0.51s ease-in-out;	

	
}

ul.categories-list li:hover .img-wrap img
{
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100); /*IE bullshit*/
}




/********************* PRODUCTS-LIST ****************************/


ul.products-list
{
	margin: 0;
	padding: 0;
	list-style: none;	
}


ul.products-list li
{
	display: block;
	min-height: 110px;
	
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;	
	border-radius: .5em;	
	
	background: #fff;
	border: 1px solid #ddd;
	clear:both;

	margin: 0;
	margin-bottom: 0.5em;
}

ul.products-list li .padding{
	padding: .5em;
}
ul.products-list h3
{
	margin-top: 0;
}

ul.products-list .right-price
{
	float:right;
	margin-top: -1.75em;
	font-weight: bold;
	font-size: 1.25em;
	background: #fff;
	z-index: 100;
	position: relative; 
}

ul.products-list .desc-wrap
{
	min-height: 85px;
}

ul.products-list .desc-wrap,
ul.products-list .price
{
	margin-left: 125px;
}

ul.products-list .img-wrap
{
	float: left;
	width: 100px;
	height: 100px;
	text-align: center;
}

ul.products-list .img-wrap img
{
	max-width: 100px;
	max-height: 100px;
	vertical-align: middle;
	
}

ul.products-list p
{
	padding: 0;
	margin: 0;
	margin-bottom: 0 !important;
}

ul.products-list .desc-wrap p
{
	line-height: 1.2em;
}



ul.products-list.gallery 
{
	display: block;
	overflow: hidden;
	margin: 0px;
	/* margin-right: -20px; */
}

ul.products-list.gallery p
{
	margin: -.5em;
	margin-bottom: .5em;
	

	font-size: 90%;
	font-weight: bold;
	line-height: 120%;
	
	border-bottom: 1px solid #eee;	
        padding: 0 0.5em;
	background: #def;
            min-height: 41px
}


ul.products-list.gallery p a
{
	-moz-border-radius-topleft: .5em;
	-moz-border-radius-topright: .5em;
	
	-webkit-border-top-left-radius: .5em;
	-webkit-border-top-right-radius: .5em;
	
	border-radius-topleft: .5em;
	border-radius-topright: .5em;	
	

	padding:.35em 0;
	display: inline-block;
	
	text-decoration: none;

	color: #36c;

	-webkit-transition: all 0.51s ease-in-out;	
	-moz-transition: all 0.51s ease-in-out;	
	-o-transition: all 0.51s ease-in-out;	

}

ul.products-list.gallery p a:hover
{
	color: #25b;	
}

ul.products-list.gallery p:hover{
	background: #cde ;
}


ul.products-list.gallery li 
{
	display: block;
	position: relative;
	float: left;
	clear: none;
	overflow: visible;	

	width: 32%;
	height: 250px;
	margin-right: 1%;
	margin-bottom: 1%;
}

ul.products-list.gallery .right-price
{
	display: none;
}

ul.products-list.gallery .img-wrap
{
	width: 120px;
	height: 120px;
	margin-right: -115px;	
}

ul.products-list.gallery img
{
	max-width: 120px;
	max-height: 120px;
}

ul.products-list.gallery .desc-wrap
{
	font-size: 85%;
	overflow: hidden;
	position: relative;
}

.category ul.products-list.gallery .desc-wrap{
        max-height: 160px;
        overflow: hidden;
}

#special-offers ul.products-list.gallery .desc-wrap{
	width: 60%;
}

ul.products-list.gallery .price
{
	/*margin-left: 0;*/
	 margin-top: 15px;
	/*width: 120px;
	text-align: center;*/
}

ul.products-list.gallery .price b
{	
	width: 125px;
	display: block;
	float: left;
	text-align: center;
}


ul.products-list.gallery li .price .buy-button,
ul.products-list.gallery li .price .models-button	
{	text-align: center;
	position: absolute;
	left: 130px;	
	bottom: 5px;
}


ul.products-list.gallery .price b
{	
	position: absolute;
	left: 5px;
	bottom: 10px;
	width: 120px;
	display: block;
	text-align: center;
	background: #fff;
}




.buy-button,
.models-button	 
{   text-align: center;
	height: 30px;
	width: 100px;
	background: url(/img/buy-button-sprites.png)  no-repeat 0 0;
    background-color: #f93;
	border: 0;
	text-decoration: none;
	cursor: pointer;
	
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 11px;
	overflow: visible;
	font-weight: bold;
        display: inline-block;
        line-height: 30px;
        color: #000;
}

.models-button 
{
	font-weight: normal;
	white-space: nowrap;
}



.buy-button:hover,
.models-button:hover	 
{
	background: url(/img/buy-button-sprites.png) no-repeat 0 -30px;
    background-color: #fa4;
}



.products-list .special-offer
{
    color: #00a;
    font-weight: bold;
    font-style: italic;
    font-size: 140%;
    margin-bottom: 1em;

}

.products-list .our-code
{
    float:right;
    font-weight: normal;
    font-size:85%;
    color: #000;
    x-background: #ff9;
    padding: 0px 3px;
    border: 1px solid #9cf;
}


.products-list .no-image,
.categories-list .no-image
{
	display: block;
	width: 120px;
	height: 120px;
	background: url(/img/no-photo.png) no-repeat 50% 50%;
}



form.standart input[type=submit].submit-order-button,
.submit-order-button
{
	background: url(/img/submit-order-button-sprites.png) 0 0;
    background-color: #06c;
	color:#fff;
	height:50px;
	width: 200px;
	font-size:14pt;
	border: 0;
	cursor: pointer;
}

.submit-order-button[disabled=disabled]
{
    opacity: .7;
}
form.standart input[type=submit].submit-order-button:hover,
.submit-order-button:hover
{
	background: url(/img/submit-order-button-sprites.png) 0 -50px;
    background-color: #07d;
	/* background: url(/img/submit-order-button-hover.png) no-repeat; */
}



#special-offers 
{
    margin-bottom: 30px;
    background: #Af4;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    border:1px solid #ccc;
}

#special-offers ul.products-list.gallery{
    padding: 0 10px;
}

/***** recomendation **************/
#special-offers2
{
    width:99%;
    float:right;
    margin-left:1em;
    margin: 0px;
    margin-top: -24px;

    background: #FFF;
    -moz-border-radius: .35em;
    -webkit-border-radius: .35em;
    border-radius: .35em;
    margin:1px;
    border-style:solid;
    border-width:0px;
    border-color:#44f;
    padding:1px;
	padding-left:1px;
	margin-bottom: 5px;
}

#special-offers2-name
{
	width: 100%;
	background: RGB(221,238,255);
	height: 60px;
}

#price2 
{
	margin-left:2em;
	//background: red;
	margin-bottom: 5px;

}

#price2 > .buy-button 
{
   margin-left:2em;

}

#special-offers2 > .imgfr
{
	width: 120px;
	height: 120px;
	border: 1px;
	//background: yellow;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 1px;
}

#special-offers2-name > div > a {
color: RGB(84,102,204);
text-decoration:none;

font-size: 0.95em;

}

#special-offers2-name > div  {

margin-left: 0.5em;


}

/***** recomendation **************/









#content.product #special-offers ul
{
    margin: 0px;
}


#special-offers ul.products-list.gallery li{
    display: block;
    position: relative;
    float: left;
    clear: none;
    overflow: visible;

    width: 100%;
    height: 100%;
    margin-bottom: 1%;
}
#special-offers ul.products-list.gallery .img-wrap
{
    width: 80px;
    height: 80px;
    margin: 0;
}
#special-offers ul.products-list.gallery img
{
    max-width: 80px;
    max-height: 80px;
}

#special-offers ul.products-list .desc-wrap{
    float: right;
    margin: 0;
}

#special-offers  ul.products-list p
{
    padding: 0;
    margin-bottom: 15px !important;
}
/************** EFFECTS*********************/
.ui-effects-transfer { border: 2px dotted gray; }


/* -------------------------- contact team ---------------------------- */
.team .item{
    width: 19%;
    max-width: 180px;
}

.team .item .padding{
    padding-right: 30px;
    padding-bottom: 30px;
}

.team .item .img{
    border-radius: 100%;
    background-size:cover;
    background-repeat: no-repeat;
    background-position:  center center;
    width: 100%;
    height: 150px;
    border: 1px solid #ccc;
}

.team .item .name{
    text-align:center;
    font-weight: bold;
}

.team .item .position{
    text-align: center;
    font-style: italic;
    font-size: 0.9em;
    line-height: 120%;
}

.team .item:first-child .position{
    font-weight: bold;
    font-size: 1em;
}




/* ---------------------------- product page ----------------------------- */
#sg-code
{
	background: #ff9;
	width: 15em;;
	padding: .25em 1em;
	margin: 1em 0;
	font-size: 80%;
}


#product-gallery 
{
	position: relative;
	float: right;
	width: 120px;
	text-align: center;
	background: #666;
	border: 1px solid #fff;
	-moz-border-radius: 0.5em;
	padding: 0 0 0 0;
}


#product-gallery img
{
    max-width: 100px;
    max-height: 80px;
    margin-top: 1em; 
}


#product-gallery a
{
	text-decoration: none;
	color: #fff;
}

#product-gallery span 
{
	display: block;
	margin-bottom: 0.5em;
	font-size: 80%;	
	line-height: 110%;
}




table.modifications tr 
{
	vertical-align: middle;
}


table.modifications thead th
{
	background: #096;
	color: #fff;
        font-size: 0.85em;
        line-height: 100%;
        padding: 13px 6px;
}

table.modifications thead th.first,
table.modifications thead th:first-child
{
	-moz-border-radius-topleft: 0.5em;
	-webkit-border-top-left-radius: 0.5em;
	border-radius-topleft: 0.5em;	
}

table.modifications thead th.last,
table.modifications thead th:last-child
{
	-moz-border-radius-topright: 0.5em;
	-webkit-border-top-right-radius: 0.5em;
	border-radius-topright: 0.5em;	
}



table.modifications th.delivery-price 
{
	background: #085;
	width: 140px;
}

table.modifications td.delivery-price 
{
	text-align: right;
	background: #dfd;
}

table.modifications td.modf-price 
{
	text-align: right;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 2em;
}

p#short-description
{
	font-style: italic;
	padding: 1em;
	font-size: 90%;
	margin-bottom: 1em;
}

iframe{
    max-width: 100% !important;
}





//by Maria Naumkina
#tabs ul {padding: 0px;}
#tabs p {margin: 0px;}

.proiz {    font-size: 17px;
            font-weight: 700;
            text-align: center;
            margin-top: 10px !important;}

#tabs {  background: #FFFFFF;
         width: 90%; }

.tabs-menu {
    display: flex;
    list-style: none;
}
.tabs-menu li {
    margin: 0px;
}

.tabs-menu ul {
    padding: 0px !important;}

.tabs-menu li {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #dfdfdf));
    background:-moz-linear-gradient(top, #ffffff 5%, #dfdfdf 100%);
    background:-webkit-linear-gradient(top, #ffffff 5%, #dfdfdf 100%);
    background:-o-linear-gradient(top, #ffffff 5%, #dfdfdf 100%);
    background:-ms-linear-gradient(top, #ffffff 5%, #dfdfdf 100%);
    background:linear-gradient(to bottom, #ffffff 5%, #dfdfdf 100%);
    background-color:#ffffff;
    -moz-border-radius:3px 3px 0px 0px;
    -webkit-border-radius:3px 3px 0px 0px;
    border-radius:3px 3px 0px 0px;
    border:#ccc 1px solid;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
    display:inline-block;
    cursor:pointer;
    padding:6px 10px;
}
.tabs-menu a {
    display: block;
    padding: 3px;
    text-decoration: none;
    color:#3F3F3F;
    text-shadow:0px 1px 0px #ffffff;
    font-size: 15px;
}

.tabs-menu a:hover {color: #060543;}

.tpm.active { color: #710E0E; 
              font-weight: 700;}

.tabs-menu li:hover	{background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #B3B3B3), color-stop(1, #ffffff));
                     background:-moz-linear-gradient(top, #B3B3B3 5%, #ffffff 100%);
                     background:-webkit-linear-gradient(top, #B3B3B3 5%, #ffffff 100%);
                     background:-o-linear-gradient(top, #B3B3B3 5%, #ffffff 100%);
                     background:-ms-linear-gradient(top, #B3B3B3 5%, #ffffff 100%);
                     background:linear-gradient(to bottom, #B3B3B3 5%, #ffffff 100%);
                     background-color:#dfdfdf;}

.tabs-menu li .submenu {
    overflow: hidden;
    max-height: 0;
    transition: all .5s ease;
    position: absolute;
    list-style: none;
}
.tabs-menu li:hover .submenu {
    max-height: 5000px;
}
.tab-content .tab {
    display: none;  
}

.tab-content .tab.active {
    display: block;
}


/* Стиль для выпадающего меню*/

ul#nav li {
    text-align: left;
    border: none;
    border-radius: 0px;
    background: #FFFFFF;
    box-shadow: none;
}

#nav  { 
    list-style: none;
    position: relative;
    z-index: 50;
    width: 90%
}

#nav li.top {
    display:inline-block; 
    float:center; 
    padding: 2px 8px;}

#nav li p.top_link, #nav li a.top_link {
    display: block;
    color: #191106;
    font-style: normal;
    cursor: pointer;
    text-shadow: none;}

#nav li p.top_link span, #nav li a.top_link span {float:center; 
                                                  display:inline-block; 
                                                  padding:0 0px 0 0px; }

#nav li+li p.top_link span, #nav li+li a.top_link span {
    padding-left: 10px; }

#nav li p.top_link span.down {float:center; 
                              display:block; 
                              padding:0 8px 0 8px; 
}

#nav li:hover a.top_link, 
#nav li.iehover a.top_link, 
#nav li:hover p.top_link, 
#nav li.iehover p.top_link {color: #2B1289;
                            text-shadow: 1px 1px 1px #000000;
                            cursor:pointer;}

#nav li:hover p.top_link span.down,
#nav li.iehover p.top_link span.down {
    color: #2B1289;
    text-shadow: 1px 1px 1px #000000;
    cursor:pointer;}

#nav li:hover {position:relative; z-index:200; cursor:pointer;}

#nav li:hover ul.sub, #nav li.active ul.sub
{left:1px; 
 top:19px; 
 border:#ccc 1px solid;
 border-collapse:separate;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 border-radius:3px;
 -moz-box-shadow: 0 1px 2px #d1d1d1;
 -webkit-box-shadow: 0 1px 2px #d1d1d1;
 box-shadow: 0 1px 2px #d1d1d1;
 background:#eaebec 160px 6px no-repeat; 
 cursor:pointer; 
 padding:3px; 
 white-space: nowrap;
 width:180px; 
 height:auto; 
 z-index:30; 
 cursor:pointer;}

#nav li:hover ul.sub li
{  display: block;
   position: relative;
   float: left;
   width: 180px;
   font-weight: normal;
   cursor: pointer;
   padding: 0px;}

#nav li:active ul.sub li a,
#nav li:active
ul.sub li p
{display:block;
font-size:16px;
font-style: normal;
height:21px; 
width:180px; 
line-height:21px; 
text-decoration:none;
cursor:pointer;
text-shadow: none;}

#nav li ul.sub li p.fly
{ cursor:pointer;}
#nav li:hover ul.sub li a:hover
{color:#000; 
 cursor:pointer;}

#nav li:hover ul.sub li p.fly:hover
{	border:#ccc 1px solid;
  border-collapse:separate;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  -moz-box-shadow: 0 1px 2px #d1d1d1;
  -webkit-box-shadow: 0 1px 2px #d1d1d1;
  box-shadow: 0 1px 2px #d1d1d1;
  background:#eaebec 180px 6px no-repeat; 
  cursor:pointer;}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; 
 left:-9999px; 
 top:-9999px; 
 width:0; 
 height:0; 
 margin:0; 
 padding:0; 
 list-style:none;}


#nav li:hover li:hover p.fly,
#nav li:hover li:hover li:hover p.fly,
#nav li:hover li:hover li:hover li:hover p.fly,
#nav li:hover li:hover li:hover li:hover li:hover p.fly
{background:#eaebec; color:#000; border-color:#160f05;} 

#nav li:hover li:hover li p.fly,
#nav li:hover li:hover li:hover li p.fly,
#nav li:hover li:hover li:hover li:hover li p.fly
{background:#eaebec; color:#000; border-color:#160f05;} 

#nav li a:hover {text-decoration:underline !important;}

/* Стиль для таблицы*/

#tabs .size-table table
{  	color:#4E4E4E;
    font-size:13px;
    text-shadow: 1px 1px 0px #fff;
    background:#eaebec;
    border:#ccc 1px solid;
    border-collapse:separate;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;}

#tabs .size-table table th
{	font-weight:bold;
  padding:21px 25px 22px 25px;
  border-top:1px solid #fafafa;
  border-bottom:1px solid #e0e0e0;

  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
  background: -moz-linear-gradient(top,  #ededed,  #ebebeb);}

#tabs .size-table table th:first-child{
    text-align: left;
    padding-left:20px;
}
#tabs .size-table table tr:first-child th:first-child{
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
}
#tabs .size-table table tr:first-child th:last-child{
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
}
#tabs .size-table table tr{
    text-align: center;
    padding-left:20px;
}
#tabs .size-table table td:first-child{
    text-align: left;
    padding-left:20px;
    border-left: 0;
}
#tabs .size-table table tr td {
    padding:18px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;

    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
#tabs .size-table table tr:nth-child(even) td{
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
#tabs .size-table table tr:last-child td{
    border-bottom:0;
}
#tabs .size-table table tr:last-child td:first-child{
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
}
#tabs .size-table table tr:last-child td:last-child{
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
}
#tabs .size-table table tr:hover td{
    background: #E2E2E2;
}

#tabs .size-table table a:link {
    color: #666;
    font-weight: bold;
    text-decoration:none;
}
#tabs .size-table table a:visited {
    color: #999999;
    font-weight:bold;
    text-decoration:none;
}
#tabs .size-table table a:active,
#tabs .size-table table a:hover {
    color: #bd5a35;
    text-decoration:underline;
}

@media only screen and (max-device-width: 767px) {
    #nav {
        display: inline-flex;
    }
    #nav li.top {
        display:inline-block; 
        float:center; 
        padding: 2px 2px;}
    #nav li+li p.top_link span, #nav li+li a.top_link span {
        padding-left: 2px;
        padding-top: 5px;
    }
    #tabs ul.tabs-menu li {
        border: #ccc 1px solid !important;
        -moz-box-shadow: 0 1px 2px #d1d1d1 !important;
        -webkit-box-shadow: 0 1px 2px #d1d1d1 !important;
        box-shadow: 0 1px 2px #d1d1d1 !important;
        display: block;
        cursor: pointer;
        padding: 2px 2px !important;
        width: 90%;
        overflow-wrap: break-word;
    }
    #nav li p.top_link span.down {
        display: block;
        padding: 5px 2px 0 2px;
    }
    #nav li p.top_link, #nav li a.top_link {
        font-size: 12px !important;
        font-weight: 700;
    }

    ul#nav li.top {
        height: 50px;
        overflow-wrap: initial;

    }

    #nav li:hover ul.sub, #nav li.active ul.sub
    {left:1px; 
     top:50px; 
    }
    .tabs-menu {
        display: block;
        list-style: none;
    }
}

@media only screen and (max-device-width: 1000px) {
    #nav li:hover ul.sub, #nav li.active ul.sub{
        left:1px; 
        top:50px; 
    }
}
//end by Maria Naumkina


/* popup window */

*{
    
}

.popup-overlay{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    display: block;
}

.popup {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1010;
    top: 17%;
}

.popup .inner {
    position: relative;
    max-width: 700px;
    min-height: 160px;
    padding: 20px;
    margin: 0 auto;
    background: #ebebeb;
    color: #444;
    box-sizing: border-box;
}


.popup ul.products-list li .padding {
    padding: 20px;
}

.popup .inner .times {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #444;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    transition: color .4s;
}

.popup .inner .times:hover {
    color:#25b;
}

.popup .inner .title {
    margin: -10px -20px 10px;
    min-height: 41px;
    font-size: 16px;
    line-height: 120%;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
}

#content.product .popup ul{
    margin: 0;
}

#content.product .popup ul li{
    width: 100%;
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
}

#content.product .popup ul.products-list h3{
    display: block;
    margin: 0 0 8px;
    line-height: 16px;
    font-weight: 400;
    height: 35px;
    overflow: hidden;
    font-size: 13px;

}

.popup ul.products-list .desc-wrap .description,
.popup ul.products-list .price{
    float: left;
    margin: 0;
    font-size: 13px;
    line-height: 120%;
}
.popup ul.products-list .desc-wrap .description{
    width: 70%;
}

.popup .products-list .article{
    font-style: italic;
    font-size: 13px;
    color: #868686;
    padding-bottom: 5px;
}

.popup .products-list .special-offer{
    font-size: 100%;
}

.popup ul.products-list .price{
    width: 30%;
}

.popup ul.products-list .price b{
    font-size: 16px;
    line-height: 35px;
}

.popup ul.products-list li .price .padding {
    padding-top: 0;
    padding-bottom: 0;
}

.popup ul.products-list .price .buy-button{
    text-align: center;
}

/* spinner */

ul.products-list.gallery li.ias-spinner{
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    height: 50px;
    min-height: 50px;
}

@-webkit-keyframes animIn {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0
    }
}

@keyframes animIn {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0
    }
}

.loading {
    position: absolute;
    top: calc(50% - 5px);
    left: 50%
}

.loading .bullet {
    position: absolute;
    padding: 5px;
    border-radius: 50%;
    background: #25b;
    -webkit-animation: animIn .65s ease-in-out 0s infinite;
    animation: animIn .65s ease-in-out 0s infinite
}

.loading .bullet:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.loading .bullet:nth-child(2) {
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}

.loading .bullet:nth-child(3) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.loading .bullet:nth-child(4) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s
}
.label-emael .label{
	height: 15px;
	display: block;
	position: relative;
	float: left;
	margin-left: 5px;
}