@font-face {
    font-family: 'Roboto';
    /*src: url('../fonts/.eot');*/
    src: local("Roboto"),
         /*url('../fonts/.eot?#iefix') format("embedded-opentype"),*/
         url('/fonts/roboto.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    /*src: url('../fonts/.eot');*/
    src: local("Roboto"),
         /*url('../fonts/.eot?#iefix') format("embedded-opentype"),*/
         url('/fonts/robotobold.ttf') format("truetype");
    font-weight: bold;
    font-style: normal;
}
 
/* Default element styles */

html, body{ width: 100%; height: 100%; }
body{
    margin: 0px; padding: 0px; background: #fff;/*#311d14 url(/images/3.0/background_repeated.jpg) repeat-y;*/
    /*-moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -khtml-background-size: 100% auto;
    background-size: 100% auto;*/
}
body, td{ font: 15px/21px Roboto, sans-serif; color: #000;/*#fff;*/ }
a, a:visited, a:active, a:hover{ text-decoration: underline; color: #000; }
a:hover{ color: #fb7c97; }
h1{ margin: 0px; padding: 0px; text-transform: uppercase; font-weight: normal; font: 50px/60px Roboto; }
h2{ margin: 0px; padding: 0px; text-transform: uppercase; font-weight: normal; font: 24px/26px Roboto; color: #000; }
h2.white{ color: #000; }
big{ font-size: 18px !important; }
img{ border: 0px; }
form{ display: inline; margin: 0px; padding: 0px; }
input, select, textarea, button{ outline: none; } 
ul, ol{ margin: 0px; padding: 0px; padding-left: 16px; }
ol{ padding-left: 20px; }

.highlight{ color: #f4d57b !important; }
.alignCenter{ text-align: center !important; }
.alignRight{ text-align: right !important; }
.w20p{ width: 20%; }
.ncols3{ width: 33.33%; }
.ncols4{ width: 25%; }
.ncols5{ width: 20%; }
.ncols6{ width: 16.66%; }

/* Layout */

#mainFrame{
    position: relative; min-height: 100%; /*background: url(/images/3.0/background_top.jpg) no-repeat;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -khtml-background-size: 100% auto;
    background-size: 100% auto;*/
}
div.venzelTop{ display: none; position: absolute; right: 30px; top: 0px; width: 685px; height: 357px; /*background: url(/images/3.0/venzeltop.png) no-repeat;*/ }
div.venzelBottom{ display: none; position: absolute; left: 0px; bottom: 0px; width: 491px; height: 210px; margin-top: -210px; /*background: url(/images/3.0/venzelbottom.png) no-repeat;*/ }
div.dateRow{ display: inline; }

/* Top Line */

#top{ position: fixed; z-index: 3; width: 100%; height: 44px; background: #392f27; background: rgba(0,0,0,0.75); }
#topLinks{ position: relative; z-index: 1; max-width: 1140px; min-width: 850px; margin: 0px auto; padding: 0px 70px; }
span.topActive{ display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline; vertical-align: top; margin: 10px 10px 0px -10px; padding: 0px 10px; border-radius: 12px; background: #d6400c; font: 12px/25px Roboto; color: #000; }
a.top, a.top:hover, a.top:active, a.top:visited{ display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline; vertical-align: top; margin: 15px 10px 0px 0px; text-decoration: none; border-bottom: 1px solid #78663d; border-bottom: 1px solid rgba(244,213,123,0.4); font: 12px/16px Roboto; color: #f4d57b; }
a.top:hover{ border-bottom: 1px solid #78663d; border-bottom: 1px solid rgba(255,93,22,0.4); color: #fb7c97; }
#top>a.top:last-child{ display: none; }
a.topChannel, a.topChannel:hover, a.topChannel:active, a.topChannel:visited{ display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline; vertical-align: top; position: relative; margin: 15px 10px 0px 22px; text-decoration: none; border-bottom: 1px solid #78663d; border-bottom: 1px solid rgba(244,213,123,0.4); font: 12px/16px Roboto; color: #f4d57b; }
a.topChannel:hover{ border-bottom: 1px solid #78663d; border-bottom: 1px solid rgba(255,93,22,0.4); color: #fb7c97; }
a.topChannel:before{ content: ""; display: block; position: absolute; left: -22px; top: 2px; width: 19px; height: 15px; background: url(/images/3.0/channel.png); }
#topMoreMenu{
    display: none; position: absolute; z-index: 3; top: 45px; margin: 0px; padding: 10px 15px; border-radius: 5px; background: #e3854d; text-align: left;
    -webkit-box-shadow: 0px 3px 10px 0px #222;
    -moz-box-shadow: 0px 3px 10px 0px #222;
    box-shadow: 0px 3px 10px 0px #222;
}
#topMoreMenu:before{ content: ''; display: block; position: absolute; left: 50%; top: -7px; width: 0px; height: 0px; margin-left: -7px; border: 7px solid transparent; border-top: 0px; border-bottom-color: #e3854d; }
#topMoreMenu a.top, #topMoreMenu a.top:hover, #topMoreMenu a.top:active, #topMoreMenu a.top:visited{ margin: 5px 0px; border-bottom: 1px solid #eeb694; text-decoration: none; font-size: 12px; color: #000; }
#topMoreMenu a.topChannel, #topMoreMenu a.topChannel:hover, #topMoreMenu a.topChannel:active, #topMoreMenu a.topChannel:visited{ margin: 5px 0px 5px 22px; border-bottom: 1px solid #eeb694; text-decoration: none; font-size: 12px; color: #fff; }
#topMoreMenu a.topChannel:before{ top: 0px; }

#topCart{ float: right; display: block; position: relative; margin-top: 10px; }
a.topCart, a.topCart:hover, a.topCart:active, a.topCart:visited{ display: block; height: 25px; padding: 0px 15px 0px 40px; border-radius: 12px; background: #544733; background: rgba(244,213,123,0.15); text-decoration: none; line-height: 25px; font-size: 13px; color: #fff; }
a.topCart:before{ content: ""; display: block; position: absolute; left: 12px; top: 7px; width: 15px; height: 12px; background: url(/images/3.0/cart.png); }
#cartNumberOfProducts{ color: #f4d57b; }
#cartPriceOfProducts{ display: none; color: #f4d57b; }
#cartNumberOfCV{ display: none; float: right; }
#cartNumberOfCVValue{ color: #f4d57b; }
#cartItems{
    display: none; position: absolute; z-index: 3; right: 0; top: 35px; margin: 0px; padding: 10px 15px; border-radius: 5px; background: #e3854d; text-align: center;
    -webkit-box-shadow: 0px 3px 10px 0px #222;
    -moz-box-shadow: 0px 3px 10px 0px #222;
    box-shadow: 0px 3px 10px 0px #222;
}
#cartItems:before{ content: ''; display: block; position: absolute; right: 100px; top: -7px; width: 0px; height: 0px; border: 7px solid transparent; border-top: 0px; border-bottom-color: #e3854d; }
div.cartItemsClear{ padding-bottom: 10px; }
div.cartItemsClear a, div.cartItemsClear a:visited, div.cartItemsClear a:active, div.cartItemsClear a:hover{ border-bottom: 1px solid rgba(244,213,123,0.4); text-decoration: none; font-size: 13px; color: #fff; }
div.cartItemsOrder{ padding-bottom: 13px; }
div.cartItemsOrder a, div.cartItemsOrder a:hover, div.cartItemsOrder a:active, div.cartItemsOrder a:visited{ display: inline-block; vertical-align: middle; margin: 0 10px; padding: 0px 22px; border: 2px solid #f7d87d; border-radius: 3px; background: #a93a1f; text-align: center; white-space: nowrap; text-decoration: none; text-transform: uppercase; letter-spacing: 3px; line-height: 28px; font-size: 11px; font-family: Roboto; color: #fff; cursor: pointer; }

#topUser{ float: right; overflow: hidden; margin: 10px 0px 0px 8px; }
#topUser a, #topUser a:hover, #topUser a:active, #topUser a:visited{ text-decoration: none; font-size: 13px; color: #f1e4c0; }
div.topUserLeft{ float: left; position: relative; height: 25px; margin-right: 1px; padding-right: 6px; border-radius: 12px 0px 0px 12px; background: #544733; background: rgba(244,213,123,0.15); line-height: 25px; }
div.topUserRight{ float: right; position: relative; height: 25px; padding-left: 6px; border-radius: 0px 12px 12px 0px; background: #544733; background: rgba(244,213,123,0.15); line-height: 25px; }
a.topUserRegister{ margin-left: 34px; }
a.topUserMessages{ margin: 0px 26px 0px 10px; }
a.topUserLogin, a.topUserCabinet{ margin-right: 34px; }
a.topUserRegister:before{ content: ""; display: block; position: absolute; left: 9px; top: 7px; width: 19px; height: 12px; background: url(/images/3.0/register.png); }
a.topUserLogin:after, a.topUserCabinet:after{ content: ""; display: block; position: absolute; right: 12px; top: 7px; width: 16px; height: 14px; background: url(/images/3.0/cabinet.png); }
a.topUserMessages:after{ content: ""; display: block; position: absolute; right: 3px; top: 6px; width: 24px; height: 16px; background: url(/images/3.0/message.png); }
#login, #registerChoice, #userMenu{
    display: none; position: absolute; z-index: 3; right: 120px; top: 45px; margin: 0px; padding: 10px 15px; border-radius: 5px; background: #e3854d; text-align: center;
    -webkit-box-shadow: 0px 3px 10px 0px #222;
    -moz-box-shadow: 0px 3px 10px 0px #222;
    box-shadow: 0px 3px 10px 0px #222;
}
#registerChoice{ right: 140px; }
#userMenu ul{ margin: 0; padding: 0; list-style: none; }
#userMenu a, #userMenu a:visited, #userMenu a:active, #userMenu a:hover{ border-bottom: 1px solid rgba(244,213,123,0.4); text-decoration: none; color: #fff; }
#login:before, #registerChoice:before, #userMenu:before{ content: ''; display: block; position: absolute; right: 40px; top: -7px; width: 0px; height: 0px; margin-left: -7px; border: 7px solid transparent; border-top: 0px; border-bottom-color: #e3854d; }
#registerChoice:before{ right: 89px; }
div.loginTitle{ margin-bottom: 6px; text-transform: uppercase; letter-spacing: 2px; font: 11px Roboto; }
#login input[type='text'], #login input[type='password']{
    display: block; position: relative; width: 200px; height: 25px; margin: 0px 0px 6px 0px; padding: 0px; border-radius: 12px; border: 0px; background: #fff; text-align: center; line-height: 25px; font-size: 13px; color: #8d8a75;
    -webkit-box-shadow: inset 0px 4px 4px -2px #e4eaec;
    -moz-box-shadow: inset 0px 4px 4px -2px #e4eaec;
    box-shadow: inset 0px 4px 4px -2px #e4eaec;
}
label.loginLoginField{ position: absolute; left: 0px; top: 30px; width: 100%; text-align: center; line-height: 25px; color: #8d8a75; }
label.loginPasswordField{ position: absolute; left: 0px; top: 60px; width: 100%; text-align: center; line-height: 25px; color: #8d8a75; }
label.loginCheckbox{ position: relative; font-size: 12px; }
label.loginCheckbox input{ width: 1px; top: 1px; margin: 0px 22px 0px 0px; padding: 0px; }
label.loginCheckbox input:before{
    content: ''; display: block; position: absolute; left: 0px; top: -1px; width: 13px; height: 13px; border: 1px solid #c5530f; border-radius: 2px; background: #fff;
    -webkit-box-shadow: inset 0px 4px 4px -2px #e4eaec;
    -moz-box-shadow: inset 0px 4px 4px -2px #e4eaec;
    box-shadow: inset 0px 4px 4px -2px #e4eaec;
}
label.loginCheckbox input:checked:after{ content: ''; display: block; position: absolute; left: 3px; top: 2px; width: 9px; height: 9px; background: #ff6421; }
#login div.popupButtons, #registerChoice div.popupButtons{ padding-top: 8px !important; }
#login div.popupButtons a, #login div.popupButtons a:hover, #login div.popupButtons a:active, #login div.popupButtons a:visited{ margin-right: 15px; border-bottom: 1px solid #eeb694; text-decoration: none; font-size: 12px; color: #fff; }
#registerChoice div.popupButtons a, #registerChoice div.popupButtons a:hover, #registerChoice div.popupButtons a:active, #registerChoice div.popupButtons a:visited{ display: inline-block; vertical-align: top; margin-left: 20px; border-bottom: 1px solid #eeb694; text-decoration: none; line-height: 16px; font-size: 12px; color: #fff; }
#registerChoice div.popupButtons a:first-child, #registerChoice div.popupButtons a:first-child:hover, #registerChoice div.popupButtons a:first-child:active, #registerChoice div.popupButtons a:first-child:visited{ margin-left: 0px; }

.topShare{ display: block; float: right; width: 12px; height: 12px; margin: 13px 0 0 10px; }

#socialNetworks{ float: right; display: block; margin: 10px 40px 0 40px; font-size: 0px; }
#socialNetworks a, #socialNetworks a:hover, #socialNetworks a:active, #socialNetworks a:visited{ display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline; vertical-align: top; width: 25px; height: 25px; margin-right: 6px; border: 0px; background-image: url(/images/3.0/social_small.png); font-size: 0px; line-height: 25px; }
#socialNetworks a:last-child{ margin-right: 0px; }
a.socialF{ background-position: 0px 0px; }
a.socialF:hover{ background-position: 0px -25px; }
a.socialVK{ background-position: -25px 0px; }
a.socialVK:hover{ background-position: -25px -25px; }
a.socialYoutube{ background-position: -50px 0px; }
a.socialYoutube:hover{ background-position: -50px -25px; }
a.socialInsta{ background-position: -75px 0px; }
a.socialInsta:hover{ background-position: -75px -25px; }
a.socialOK{ background-position: -100px 0px; }
a.socialOK:hover{ background-position: -100px -25px; }

/* Site top line and menu */

div.topLine{ position: relative; padding: 56px 0px 15px 0px; }
div.topLine>a:first-child{ margin-left: -28px; }
ul.topMenu{ float: right; overflow: hidden; margin: -3px -40px 0px -20px; padding: 21px 20px 0px 20px; list-style: none; }
ul.topMenu>li{ display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline; vertical-align: middle; position: relative; }
ul.topMenu>li>div{
    display: none; position: absolute; z-index: 4; left: 0px; top: 0px; width: 100%; height: 100%; border-radius: 10px 10px 0px 0px; background: #f6f9fc/* url(/images/3.0/brown_93.png); color: #f4d57b;
    -webkit-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.2);*/
}
/*ul.topMenu>li>a{ display: block; position: relative; z-index: 5; padding: 0px 25px 9px 78px; text-transform: uppercase; font: 14px/74px Georgia; }
ul.topMenu>li>a:before{ content: ""; display: block; position: absolute; left: 8px; top: 7px; width: 62px; height: 62px; overflow: hidden; border: 1px solid #f4d57b; border-radius: 6px; background: url(/images/3.0/background_menu.jpg) no-repeat; }*/
ul.topMenu>li>a{ display: block; position: relative; z-index: 5; min-width: 120px; padding: 85px 5px 10px 5px; text-transform: uppercase; text-decoration: none; text-align: center; font: 12px/12px Roboto; /*text-shadow: 0px 0px 4px rgba(0,0,0,0.8);*/  }
ul.topMenu>li>a:before{ content: ""; display: block; position: absolute; left: 50%; top: 10px; width: 62px; height: 62px; margin-left: -32px; overflow: hidden; border: 1px solid #f4d57b; border-radius: 6px; background: url(/images/3.0/background_menu.jpg) no-repeat; }
ul.topMenu>li>a.topMenu14:before{ background-position: -62px 0px; }
ul.topMenu>li>a.topMenu7:before{ background-position: -124px 0px; }
ul.topMenu>li>a.topMenu8:before{ background-position: -186px 0px; }
ul.topMenu>li>a.topMenu9:before{ background-position: -310px 0px; }
ul.topMenu>li>a.topMenu96:before,ul.topMenu>li>a.topMenu97:before{ background-position: -248px 0px; }
div.topMenuPopup{
    display: none; position: absolute; z-index: 3; left: -20px; right: -20px; top: 181px; background: #f6f9fc; /*url(/images/3.0/brown_93.png);*/
    /*-webkit-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.2);*/
}
div.topMenuPopup>div{ margin: 45px 20px; }
div.topMenuPopup>div>a.close{ display: block; position: absolute; right: 10px; top: 11px; width: 13px; height: 13px; background: url(/images/3.0/close.png); text-decoration: none; font-size: 0px !important; cursor: pointer; }
/*@media screen and (max-width: 1200px){
    ul.topMenu>li>a{ padding: 0px 7px 9px 48px; }
    ul.topMenu>li>a:before{ top: 20px; width: 31px; height: 31px; }
}*/
ul.topMenuPopupColumns{ margin: 0px -15px; padding: 0px; list-style: none; font-size: 14px; line-height: 19px; }
ul.topMenuPopupColumns>li{ display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline; vertical-align: top; }
ul.topMenuPopupColumns>li>div{ padding: 0px 15px; }
a.topMenuPopupImage{
    display: block; position: relative; margin-bottom: 20px; padding: 8px; background: #fff; /*background: linear-gradient(180deg, #5d4537, #947c6c 100%); box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);*/ line-height: 1px;
    /*background: -webkit-linear-gradient(-90deg, #5d4537, #947c6c 100%);
    background: -moz-linear-gradient(-90deg, #5d4537, #947c6c 100%);
    background: -ms-linear-gradient(-90deg, #5d4537, #947c6c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d4537', endColorstr='#947c6c',GradientType=2 );
    -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);*/
}
/*a.topMenuPopupImage:before{
    content: ""; position: absolute; z-index: -1; top: 20px; bottom: 0px; left: 20px; right: 20px; border-radius: 90px / 10px; box-shadow: 0 0 15px 10px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 15px 10px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 15px 10px rgba(0,0,0,0.6);
}*/
a.topMenuPopupImage img{ width: 100%; }
a.topMenuPopupHead{ display: block; padding-bottom: 20px; text-align: center; text-decoration: none; text-transform: uppercase; font-family: Roboto; font-size: 24px; color: #000; }
a.topMenuPopupItemLink{  }

a.topMenuPopupItemLink{ display: block; position: relative; margin: 10px 0px 0px 10px; padding: 12px 15px; border: 1px solid #f4d57b; border-left: 0px; border-radius: 5px; text-decoration: none; color: #000; }
span.topMenuPopupItemLinkLeftTop{ display: block; position: absolute; left: 0px; top: 0px; width: 10px; height: 50%; }
span.topMenuPopupItemLinkLeftTop:before{ content: ""; display: block; position: absolute; left: -1px; top: 0px; bottom: 8px; width: 10px; border-left: 1px solid #f4d57b; border-radius: 5px 0px 0px 0px; }
span.topMenuPopupItemLinkLeftBottom{ display: block; position: absolute; left: 0px; bottom: 0px; width: 10px; height: 50%; }
span.topMenuPopupItemLinkLeftBottom:before{ content: ""; display: block; position: absolute; left: -1px; top: 7px; bottom: 0px; width: 10px; border-left: 1px solid #f4d57b; border-radius: 0px 0px 0px 5px; }
span.topMenuPopupItemLinkCorner{ position: absolute; left: -10px; top: 50%; width: 10px; height: 16px; margin-top: -8px; overflow: hidden; }
span.topMenuPopupItemLinkCorner:before{ content: ""; display: block; position: absolute; left: 0px; top: 0px; width: 10px; height: 10px; margin: 2px 0px 0px 4px; border: 1px solid #f4d57b; border-top: 0px; border-right: 0px; font-size: 0px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

li.topMenuCatalog>div{ margin-bottom: 10px; }
li.topMenuCatalog:hover>div{
    margin-top: -15px; padding-top: 15px; background: #836e5f;
    -webkit-box-shadow: 0px 5px 5px 0px #222;
    -moz-box-shadow: 0px 5px 5px 0px #222;
    box-shadow: 0px 5px 5px 0px rgba(34,34,34,0.5);
}
ul.topMenuSubcategories{ display: none; margin: -15px 0px 0px 0px; padding: 0px; list-style: none; }
li.topMenuCatalog:hover ul.topMenuSubcategories{ display: block; position: relative; z-index: 1; height: 0px; }
ul.topMenuSubcategories li{
    position: relative; margin: 0px -15px; padding: 10px 15px 0px 15px; background: #836e5f;
    -webkit-box-shadow: 0px 3px 10px 0px #222;
    -moz-box-shadow: 0px 3px 10px 0px #222;
    box-shadow: 0px 5px 5px 0px rgba(34,34,34,0.5);
}
ul.topMenuSubcategories li:last-child{ padding-bottom: 15px; }
ul.topMenuSubcategories a{ text-transform: uppercase; font: 12px Roboto; }

div.contactsMenuCorps{ position: relative; }
div.contactsMenuCorp{ margin-left: 80px; display: inline-block; vertical-align: top; font-size: 12px; }
div.contactsMenuCorp:first-child{ margin-left: 0px; }
div.contactsMenuCorp:before{ content: ""; display: block; position: absolute; top: 0px; bottom: 0px; width: 0px; margin-left: -40px; border-left: 1px dotted #f4d57b; }
div.contactsMenuCorp:first-child:before{ display: none; }
h2.contactsMenu{ margin-top: 25px; padding: 25px 0px 10px 0px; border-top: 1px dotted #f4d57b; font-size: 16px; color: #000; }
h2.contactsMenu:first-child{ margin-top: 0px; padding-top: 0px; border: none; }
div.contactsMenuColumns{ line-height: 14px; }
div.contactsMenuColumns div{ margin: 2px 0px; display: inline-block; vertical-align: top; width: 16.66%; }
div.contactsMenuColumns div a{ text-transform: uppercase; font: 12px Roboto; }
div.contactsMenuAll{ margin: 25px 0px 0px 83.3%; }
div.contactsMenuAll a{ font-size: 14px; }

/* Tmp contacts */
div.contact{ display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline; vertical-align: top; width: 49%; margin-bottom: 20px; }
div.splitter, div.splitterContacts{ height: 28px; background: url(/images/2.0/line_background.gif) left center repeat-x; line-height: 28px; }

/* Menu */

/*div.contactsSuggest{ position: absolute; z-index: 2; right: 70px; top: 54px; padding: 0px 10px 0px 17px; border-radius: 6px; background: #6e5b49; background: rgba(0,0,0,0.4); line-height: 38px; }
a.contactsSuggestCity, a.contactsSuggestCity:hover, a.contactsSuggestCity:active, a.contactsSuggestCity:visited{ text-decoration: none; border-bottom: 1px dashed #f4d57b; }
div.contactsSuggest img{ margin: 0px 0px -2px 10px; text-align: top; cursor: pointer; }
div.menu{ padding-top: 62px; }
div.menu a, div.menu a:hover, div.menu a:active, div.menu a:visited{ text-decoration: none; font: 14px Georgia; }
div.menu a{ margin: 0px 5px; border-bottom: 1px solid #ba9f6c; border-bottom: 1px solid rgba(244,213,123,0.4); text-transform: uppercase; }
div.menu a:hover{ border-bottom: 1px solid #78663d; border-bottom: 1px solid rgba(255,93,22,0.4); }
div.menu a:first-child{ margin-left: 0px; }
div.menu a.activePopup{ border-color: #b66538 !important; border-color: rgba(255,93,22,0.4) !important; color: #fb7c97 !important; }
div.logoAndSubmenu{ position: relative; padding: 88px 0px 40px 360px; }
div.logoAndSubmenu img{ position: absolute; left: 6px; top: 0px; }
div.logoAndSubmenu a, div.logoAndSubmenu a:hover, div.logoAndSubmenu a:active, div.logoAndSubmenu a:visited{ text-decoration: none; font: 15px Georgia; color: #3d351f; }
div.logoAndSubmenu a{ display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline; vertical-align: top; margin: 3px 12px 0px 12px; border-bottom: 1px solid #6f5c47; text-transform: uppercase; }
div.logoAndSubmenu a.active{ margin: 0px; padding: 0px 12px; border-bottom: 0px; border-radius: 12px; background: #d6400c; line-height: 25px; color: #fff !important; }
ul.menuPopup{
    display: none; position: absolute; z-index: 3; left: 0px; top: 0px; margin: 0px; padding: 10px 0px; border-radius: 5px; background: #e3854d; list-style: none;
    -webkit-box-shadow: 0px 3px 10px 0px #222;
    -moz-box-shadow: 0px 3px 10px 0px #222;
    box-shadow: 0px 3px 10px 0px #222;
}
ul.menuPopup li{ padding: 0px 40px; text-align: center; }
ul.menuPopup li a, ul.menuPopup li a:hover, ul.menuPopup li a:active, ul.menuPopup li a:visited{ border-bottom: 1px solid #f1c2a6; text-decoration: none; text-transform: uppercase; font: 12px/24px Georgia; color: #fff; }
ul.menuPopup:before{ content: ''; display: block; position: absolute; left: 50%; top: -7px; width: 0px; height: 0px; margin-left: -7px; border: 7px solid transparent; border-top: 0px; border-bottom-color: #e3854d; }
div.mssion{ float: right; position: relative; width: 355px; margin: -30px 60px 0px 0px; font-size: 16px; color: #f4d57b; }
div.mssion:before{ content: ''; position: absolute; left: -22px; top: 2px; width: 13px; height: 15px; background: url(/images/3.0/mission.png); }
div.mssion:after{ content: ''; position: absolute; right: 8px; bottom: 4px; width: 13px; height: 15px; background: url(/images/3.0/mission.png) -13px 0px; }
*/

/* Content */

div.content{ position: relative; z-index: 2; max-width: 1140px; min-width: 850px; min-height: 100%; margin: 0px auto; padding: 0px 70px; }

div.homeBanners{
    position: relative; /*padding: 8px 8px 10px 8px; background: linear-gradient(135deg, #4b2e1d, #836a58 100%); box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);
    background: -webkit-linear-gradient(-45deg, #4b2e1d, #836a58 100%);
    background: -moz-linear-gradient(-45deg, #4b2e1d, #836a58 100%);
    background: -ms-linear-gradient(-45deg, #4b2e1d, #836a58 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b2e1d', endColorstr='#836a58',GradientType=1 );
    -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);*/
}
div.homeBanners:before{
    content: ""; position: absolute; z-index: -1; top: 50px; bottom: 0px; left: 50px; right: 20px; border-radius: 400px / 10px; box-shadow: 0 0 10px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 10px 0px rgba(0,0,0,0.5);
}
div.homeBannersImages{ position: relative; width: 100%; overflow: hidden; line-height: 1px; white-space: nowrap; }
div.homeBannersImages a{ display: none; position: absolute; left: 0px; top: 0px; width: 100%; overflow: hidden; }
div.homeBannersImages a:first-child{ display: block; position: relative; }
div.homeBannersImages a img{ position: relative; left: 50%; }
div.homeBannersImages a.homeBannersLeft{ display: none; position: absolute; left: 0px; top: 0px; width: 100px; height: 100%; background: url(/images/3.0/round_leftright.png) 13px 50% no-repeat; }
div.homeBannersImages a.homeBannersRight{ display: none; position: absolute; left: auto; right: 0px; top: 0px; width: 100px; height: 100%; background: url(/images/3.0/round_leftright.png) -87px 50% no-repeat; }

div.homeEvents{ margin-top: 18px; }
/*div.homeEvents{
    position: relative; padding: 8px 8px 10px 8px; background: linear-gradient(135deg, #4b2e1d, #836a58 100%); box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);
    background: -webkit-linear-gradient(-45deg, #4b2e1d, #836a58 100%);
    background: -moz-linear-gradient(-45deg, #4b2e1d, #836a58 100%);
    background: -ms-linear-gradient(-45deg, #4b2e1d, #836a58 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b2e1d', endColorstr='#836a58',GradientType=1 );
    -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);
}
div.homeEvents:before{
    content: ""; position: absolute; z-index: -1; top: 50px; bottom: 0px; left: 50px; right: 20px; border-radius: 400px / 10px; box-shadow: 0 0 20px 15px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 20px 15px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 20px 15px rgba(0,0,0,0.6);
}
div.homeEventsImages{ position: relative; width: 100%; overflow: hidden; line-height: 1px; white-space: nowrap; }
div.homeEventsImages a{ display: none; position: absolute; left: 0px; top: 0px; width: 100%; overflow: hidden; }
div.homeEventsImages a:first-child{ display: block; position: relative; }
div.homeEventsImages a img{ position: relative; left: 50%; }*/
div.homeEvents ul{ position: relative; margin: 12px 0px 0px 0px; padding: 0px; list-style: none; }
div.homeEvents ul li{ display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline; vertical-align: top; text-align: center; }
/*div.homeEvents ul li:before{ content: ""; display: block; position: absolute; width: 0px; height: 100%; border-left: 1px dashed #b9aea6; }*/
div.homeEvents ul li:before{ content: ""; display: block; position: absolute; top: 29px; width: 0px; height: 30%; border-left: 1px dashed #f6f9fc; }
div.homeEvents ul li:first-child:before{ display: none; }
div.homeEvents ul.homeEventsItems1 li{ width: 100%; }
div.homeEvents ul.homeEventsItems2 li{ width: 50%; }
div.homeEvents ul.homeEventsItems3 li{ width: 33.33%; }
div.homeEvents ul.homeEventsItems4 li{ width: 25%; }
div.homeEvents ul.homeEventsItems5 li{ width: 20%; }
div.homeEvents ul.homeEventsItems6 li{ width: 16.66%; }
div.homeEvents ul.homeEventsItems7 li{ width: 14.285%; }
div.homeEvents ul.homeEventsItems8 li{ width: 12.5%; }
div.homeEvents ul li img{ border-radius: 50%; }
div.homeEvents ul li a{ display: block; padding: 0px 12px; text-decoration: none; font-size: 11px; line-height: 14px; color: #000; }
div.homeEvents ul li a:first-child{ margin-bottom: 14px; text-transform: uppercase; letter-spacing: 2px; font: 11px Roboto; }
div.homeEvents ul li:hover a, div.homeEvents ul li.active a{ color: #fb7c97; }
/*div.homeEventsImages a.homeEventsLeft{ display: none; position: absolute; left: 0px; top: 0px; width: 100px; height: 100%; background: url(/images/3.0/round_leftright.png) 13px 50% no-repeat; }
div.homeEventsImages a.homeEventsRight{ display: none; position: absolute; left: auto; right: 0px; top: 0px; width: 100px; height: 100%; background: url(/images/3.0/round_leftright.png) -87px 50% no-repeat; }*/
div.homeEventsLink{ margin-top: 35px; text-align: center; }
div.homeEventsLink a{ font-size: 14px; }

div.catalogHome{ margin-top: 60px; }
div.catalogHome h2{ text-align: center; }
div.catalogHomeItems{ overflow: hidden; margin: 30px -15px -30px -15px; }
div.catalogHomeItem{ float: left; }
div.catalogHomeItem a{ display: block; margin: 0px 15px 0px 15px; }
div.catalogHomeItem a:first-child{
    position: relative; padding: 8px; background: #f6f9fc;/*linear-gradient(135deg, #3f2617, #705b4b 100%); box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);*/ line-height: 1px;
    /*background: -webkit-linear-gradient(-45deg, #3f2617, #705b4b 100%);
    background: -moz-linear-gradient(-45deg, #3f2617, #705b4b 100%);
    background: -ms-linear-gradient(-45deg, #3f2617, #705b4b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f2617', endColorstr='#705b4b',GradientType=1 );
    -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);*/
}
/*div.catalogHomeItem a:first-child:before{
    content: ""; position: absolute; z-index: -1; top: 20px; bottom: 0px; left: 20px; right: 20px; border-radius: 100px / 10px; box-shadow: 0 0 20px 8px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0 0 20px 8px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 0 20px 8px rgba(0,0,0,0.8);
}*/
div.catalogHomeItem a:first-child span{ position: relative; display: block; overflow: hidden; }
div.catalogHomeItem a:first-child img{ position: relative; left: 50%; }
div.catalogHomeItem a:last-child{ margin: 21px 0 30px 0; text-transform: uppercase; text-decoration: none; text-align: center; font: 24px/26px Roboto; color: #f6f9fc; }
div.catalogHomeItem:hover a{ color: #000; }

div.homeText{ overflow: hidden; margin-top: 60px; font-size: 14px; line-height: 18px; }
div.homeLeftColumn{ float: left; width: 48%; }
div.homeRightColumn{ margin-left: 52%; }
div.homeRegister{ overflow: hidden; }
a.homeRegister{ display: block; width: 48%; border: 1px #a89c91 dashed; border-radius: 15px; text-transform: uppercase; text-align: center; font-size: 15px; line-height: 22px; }
a.homeRegister:first-child{ float: left; height: 65px; padding-top: 20px; }
a.homeRegister:last-child{ float: right; height: 55px; padding-top: 30px; }

/*div.home{ text-align: center; }
div.homeEventImages{ position: relative; margin-top: 60px; }
img.homeEventImageLeft{ position: absolute; left: 0px; top: 16.5%; width: 30%; margin-left: -2px; border: 2px solid transparent; }
img.homeEventImageMain{
    position: absolute; z-index: 1; left: 27%; top: 0px; width: 46%; margin-left: -2px; border: 2px solid #f4d57b;
    -webkit-box-shadow: 0px 10px 20px 0px #222;
    -moz-box-shadow: 0px 10px 20px 0px #222;
    box-shadow: 0px 10px 20px 0px #222;
}
img.homeEventImageRight{ position: absolute; right: 0px; top: 16.5%; width: 30%; margin-right: -2px; border: 2px solid transparent; }
div.homeEventContent{ position: relative; width: 70%; margin: 40px auto 20px auto; }
div.homeEventOverlay{ position: absolute; left: 0px; top: 14px; width: 100%; }
div.homeEvent{ position: relative; width: 70%; margin: 40px auto 0px auto; }
div.homeEventTitle{ text-transform: uppercase; font: 11px Georgia; letter-spacing: 2px; }
div.home h1{ position: relative; padding: 10px 0px 15px 0px; font: 30px Georgia; color: #f4d57b; }
div.home h1:before{ content: '~'; display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline; vertical-align: top; margin: -7px 10px 0px 0px; font: 36px Georgia; color: #fff; }
div.home h1:after{ content: '~'; display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline; vertical-align: top; margin: -7px 0px 0px 10px; font: 36px Georgia; color: #fff; }
a.homeEventMessage, a.homeEventMessage:hover, a.homeEventMessage:active, a.homeEventMessage:visited{ display: block; width: 60%; margin: 0px auto; text-decoration: none; color: #fff; }
a.homeEventLeft{ display: block; position: absolute; left: -107px; top: -5px; width: 87px; height: 87px; background: url(/images/3.0/round_leftright.png); font-size: 0px; line-height: 1px; }
a.homeEventRight{ display: block; position: absolute; right: -107px; top: -5px; width: 87px; height: 87px; background: url(/images/3.0/round_leftright.png) -87px 0px; font-size: 0px; line-height: 1px; }*/

div.about{ overflow: hidden; }
div.aboutLeft{ float: left; width: 70%; }
div.aboutRight{ margin-left: 75%; }
img.aboutImage{ border: 1px solid #f4d57b; border-radius: 15px; overflow: hidden; }
div.aboutRightPartnershipSplitter{ width: 50%; height: 0px; margin: 18px 0px; border-bottom: 1px dotted #f4d57b; font-size: 0px; line-height: 0px; }

div.mission{ font: italic 40px/60px Roboto; }
span.missionRight{ display: block; text-align: right; color: #f4d57b; }

div.listItems{ position: relative; /*overflow: hidden;*/ }
div.listItemsRow{ overflow: hidden; }
div.listItemDate{ float: left; max-width: 65px; margin-top: 38px; }
div.listItemDate span{ display: block; line-height: 16px; }
div.listItemDate span:first-child{ margin: 6px 0px 2px 0px; font-weight: bold; font-size: 30px; line-height: 22px; }
div.listImage{ float: left; margin: 0px 10px 0px 0px; }
div.listItemFrame{ position: relative; margin: 24px 225px 0px 85px; padding: 20px; border: 1px solid #f4d57b; border-left: 0px; border-radius: 5px; background: #f6f9fc; }
div.listItemFrameCorner{ position: absolute; left: -10px; top: 21px; width: 10px; height: 20px; overflow: hidden; }
div.listItemFrameCorner:before{ content: ""; display: block; position: absolute; left: 0px; top: 0px; width: 12px; height: 12px; margin: 4px 0px 0px 4px; border: 1px solid #f4d57b; border-top: 0px; border-right: 0px; background: rgba(159,148,115,0.1); font-size: 0px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
div.listItemFrame:before{ content: ""; display: block; position: absolute; left: -1px; top: -1px; width: 10px; height: 24px; border-left: 1px solid #f4d57b; border-radius: 5px 0px 0px 0px; }
div.listItemFrame:after{ content: ""; display: block; position: absolute; left: -1px; top: 40px; bottom: -1px; width: 10px; border-left: 1px solid #f4d57b; border-radius: 0px 0px 0px 5px; }
div.listItemFrame h2{ margin-bottom: 15px; text-transform: none; font: 18px/20px Roboto; color: #000; }
div.listItemsAnnounce{ overflow: hidden; }
div.listItemsContent{ overflow: hidden; }
div.listItemsAnnounce>a, div.listItemsAnnounce>a:hover, div.listItemsAnnounce>a:active, div.listItemsAnnounce>a:visited{ text-decoration: none; color:#000; }
div.listShareButton{ float: right; margin: 24px 30px 0px 0px; padding: 3px; border: 1px solid #f4d57b; border-radius: 5px; background: background: #f6f9fc/*rgba(159,148,115,0.1);*/ }
div.listShareButton a, div.listShareButton a:hover, div.listShareButton a:active, div.listShareButton a:visited{ display: block; padding: 0px 25px; border: 1px dashed #816d43; border: 1px dashed rgba(231,198,119,0.5); border-radius: 1px; text-decoration: none; font-size: 18px; line-height: 32px; color: #000; }
ul.listShareMenu{
    display: none; position: absolute; z-index: 3; left: 0px; top: 0px; margin: 4px 0px 0px 0px; padding: 10px 0px; border-radius: 5px; background: #e3854d; list-style: none;
    -webkit-box-shadow: 0px 3px 10px 0px #222;
    -moz-box-shadow: 0px 3px 10px 0px #222;
    box-shadow: 0px 3px 10px 0px #222;
}
ul.listShareMenu li{ padding: 3px 35px 3px 55px; }
ul.listShareMenu li a, ul.menuPopup li a:hover, ul.menuPopup li a:active, ul.menuPopup li a:visited{ border-bottom: 1px solid #f1c2a6; text-decoration: none; color: #fff; }
ul.listShareMenu li a img{ margin: 0px 0px -3px -20px; }
ul.listShareMenu:before{ content: ''; display: block; position: absolute; left: 50%; top: -7px; width: 0px; height: 0px; margin-left: -7px; border: 7px solid transparent; border-top: 0px; border-bottom-color: #e3854d; }

div.listItemsControls{ overflow: hidden; text-align: center; }
div.listItemsControls a, div.listItemsControls a:hover, div.listItemsControls a:active, div.listItemsControls a:visited{ display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline; vertical-align: top; margin-top: 50px; border-bottom: 1px dashed #f4d57b; text-decoration: none; }
div.listItemsControls a:first-child{ margin-right: 30px; }
div.listItemsPreloader{ position: absolute; left: 0px; right: 140px; bottom: 0px; height: 32px; background: url(/images/3.0/preloader_bar.gif) center center no-repeat; }
div.listItemsBack{ padding-top: 50px; overflow: hidden; text-align: center; }

table.callSchedule{ width: 49.5%; margin: 0px 0.5% 20px 0px; border-collapse: collapse; }
table.callSchedule caption{ text-align: left; }
table.callSchedule th{ background: rgba(244, 213, 123, 0.15); vertical-align: middle; }
table.callSchedule td, table.callSchedule th{ padding: 4px 8px; border: 1px solid rgba(244, 213, 123, 0.15); vertical-align: top; text-align: left; }

div.eventsAcademyPerson{ float: left; width: 145px; padding: 0px 10px; text-align: center; }
div.eventsAcademyDate{ width: 60%; margin-top: 19px; padding: 0px 50px; border: 1px solid rgba(244, 213, 123, 0.15); background: rgba(244, 213, 123, 0.15); line-height: 24px; text-align: center; }
div.eventsAcademyTime{ float: left; width: 100px; padding-top: 19px; }
div.eventsAcademyTitle{ width: 60%; margin-left: 100px; padding-top: 19px; }

div.whoPostImperialBlock{ overflow: hidden; }
div.whoPostImperial{ float: left; width: 49%; }
div.imagesPostImperial{ overflow: hidden; margin: 0px -20px -20px -40px; }
div.imagesPostImperial a{ display: block; float: left; margin: 0px 0px 20px 21px; }

table.eventTable{ width: 100%; }
table.eventTable th{ padding: 12px 4px; background: rgba(244, 213, 123, 0.15); text-align: left; color: #fff; }
table.eventTable td{ padding: 12px 4px; border-bottom: 1px dotted #f4d57b; }
table.eventTable tr.notDashed td{ background: none; }
div.eventsPersons{ overflow: hidden; }
div.eventsPerson{ float: left; width: 145px; padding: 0px 10px; text-align: center; font-size: 11px; }
div.eventsPerson strong{ display: block; margin: 5px 0px 20px 0px; font-size: 12px; }

div.listPhotoAlbum{ overflow: hidden; margin: 0px 0px -10px -10px; }
div.listPhotoAlbum a{ display: block; float: left; margin: 0px 0px 10px 10px; text-align: center; }
div.listPhotoAlbum a img[width="73"]{ margin-right: 5px; }

#pollForm{ display: block; position: relative; max-width: 980px; margin: 0px auto; }
div.pollHeader{ margin: 10px 0px; text-align: center; font-size: 18px; color: #f4d57b; }
label.pollVariant{ 
    display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline;  vertical-align: top;
    width: 94px; margin: 0px 0px 15px 4px; text-align: center;
}
label.pollVariant a{ display: block; }
label.pollVariant img{ margin-bottom: 2px; }
a.pollButton{ display: block; width: 260px; margin: 0px auto 20px auto; text-align: center; font-size: 14px !important; }
a.pollAdvantage{ display: block; height: auto; width: auto; clear: both; padding-top: 9px; }
div.pollResult{ text-align: center; font-size: 14px !important; }
div.pollPercent{ position: relative; width: 94px; height: 20px; overflow: hidden; }
div.pollPercent strong{ display: block; position: absolute; left: 0px; top: 0px; width: 94px; overflow: hidden; font-weight: normal; }
div.pollPercent strong small{ font-size: 10px; font-weight: normal; }
div.pollPercentValue{ position: absolute; height: 100%; background: #e3854d; }

/* Catalog */

.catalogControlLine{ margin: 40px 0 25px 0; }
#myRegion{ float: right; position: relative; padding-right: 8px; }
#myRegionName{ position: relative; z-index: 1; margin-right: 10px; text-transform: uppercase; font-size: 12px; }
#myRegion>a{ font-size: 12px; }
#myRegionVariants{
    display: none; position: absolute; top: -7px; left: -20px; right: -4px; list-style: none; margin: 0; padding: 3px 0 8px 0; background: #a08674; background: rgba(160,134,116,0.9);
    -webkit-box-shadow: 0px 3px 10px 0px #222;
    -moz-box-shadow: 0px 3px 10px 0px #222;
    box-shadow: 0px 3px 10px 0px #222;
}
#myRegionVariants li{ margin: 0; margin: 0 3px; padding: 0 0 0 17px; }
#myRegionVariants li:first-child{ border: 1px solid #f7d87d; border-radius: 3px; line-height: 30px; }
#myRegionVariants li a{ text-transform: uppercase; font-size: 12px; line-height: 26px; }

div.catalogTopCategories{ margin-top: 0px; }
/*div.catalogTopCategories{ position: relative; height: 340px; margin-bottom: 37px; border: 8px solid rgba(0,0,0,0.7); background: rgba(0,0,0,0.7); white-space: nowrap; line-height: 1px; }
div.catalogTopCategory{ display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline; vertical-align: top; margin-left: 4px; text-align: center; }
div.catalogTopCategory:first-child{ margin-left: 0px; }
div.catalogTopCategory a, div.catalogTopCategory a:hover, div.catalogTopCategory a:active, div.catalogTopCategory a:visited{ display: block; width: 100%; padding-top: 360px; text-transform: uppercase; font: 17px/17px Georgia; }*/
h1.promoPacks{ padding: 40px 0px 25px 0px; text-align: center; }
div.promoPacks{ text-align: center; }
div.promoPacksItem{ display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline; vertical-align: top; position: relative; width: 30%; max-width: 280px; text-align: left; line-height: 18px; }
div.promoPacksItem:before{ content: ""; display: block; position: absolute; z-index: 1; left: 0px; top: 5px; width: 100%; height: 78px; border-radius: 5px; }
div.promoPacksItem.silver{ margin: 0px 5%; }
div.promoPacksItem a, div.promoPacksItem a:hover, div.promoPacksItem a:active, div.promoPacksItem a:visited{ text-decoration: none; color: #fff; }
div.promoPacksItem a{ display: block; position: relative; z-index: 2; height: 78px; margin-bottom: 26px; padding-left: 90px; border-bottom: 1px solid #3a1f11; border-radius: 5px; text-align: center; text-transform: uppercase; font: normal 30px/78px Roboto; }
div.promoPacksItem a:before{ content: ""; display: block; position: absolute; left: 2px; right: 2px; top: 2px; bottom: 3px; border: 1px dashed #88550d; border-radius: 5px; }
div.promoPacksItem a:after{ content: ""; display: block; position: absolute; left: 2px; right: 2px; top: 3px; bottom: 2px; border: 1px dashed #fdf4e1; border-radius: 5px; }
div.promoPacksItem a img{ position: absolute; left: 24px; top: 50%; margin-top: -25px; }
div.promoPacksCV{
    float: left; width: 88px; margin: 2px 12px 0px 0px; border-radius: 5px; text-align: center; font-size: 18px; line-height: 27px;
    -webkit-box-shadow: 0px 5px 5px 0px #222;
    -moz-box-shadow: 0px 5px 5px 0px #222;
    box-shadow: 0px 5px 5px 0px #222;
}
div.promoPacksItem>strong{ display: block; }
div.promoPacksItem.gold a{
    background: #e6ba52; /*text-shadow: 0px 2px 3px #b17d23;*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8cd67', endColorstr='#d4a83d');
    background: -webkit-linear-gradient(top, #f8cd67, #d4a83d);
    background: -moz-linear-gradient(top,  #f8cd67,  #d4a83d);
    background: -o-linear-gradient(top,  #f8cd67,  #d4a83d);
    background: -ms-linear-gradient(top,  #f8cd67,  #d4a83d);     
}
div.promoPacksItem.gold:before{ background: #9f6639; }
div.promoPacksItem.gold div.promoPacksCV{ border: 2px solid #f4d57b; color: #f4d57b; }
h1.categories{ padding: 0px 0px 30px 0px; text-align: center; }
h1.categoriesWithMenu{ padding: 0px 0px 30px 292px; text-align: left; }
/*div.catalogCategoriesLevel1{ margin-left: -3%; }
div.catalogCategoryLevel1{ display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline; vertical-align: top; width: 22%; margin-left: 3%; }*/
div.catalogCategoriesLevel1{ overflow: hidden; margin: 0px -8px; padding: 0px 8px; /*white-space: nowrap;*/ }
div.catalogCategoryLevel1{ display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline; vertical-align: top; width: 48%; margin: 0px 0px 40px 4%; white-space: normal; }
div.catalogCategoryLevel1:nth-child(2n+1){ margin-left: 0px; }

a.catalogCategoryLevel1Link{ margin: 0px; padding: 0px; text-transform: uppercase; text-decoration: none; font-weight: normal; font: 24px/26px Roboto; color: #f4d57b; }
a.catalogCategoryLevel1Image {
    display: block; margin: 0px -8px 15px -8px; padding: 8px; line-height: 1px; background: #f6f9fc;
    /*background: -webkit-linear-gradient(-45deg, rgba(160,133,116,0.5), rgba(63,35,21,0.5) 100%);
    background: -moz-linear-gradient(-45deg, rgba(160,133,116,0.5), rgba(63,35,21,0.5) 100%);
    background: -ms-linear-gradient(-45deg, rgba(160,133,116,0.5), rgba(63,35,21,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#509e836e', endColorstr='#503e250f',GradientType=1 );
    background: linear-gradient(135deg, rgba(160,133,116,0.5), rgba(63,35,21,0.5) 100%);
    -webkit-box-shadow: 0px 3px 10px 0px #222;
    -moz-box-shadow: 0px 3px 10px 0px #222;
    box-shadow: 0px 3px 10px 0px #222;*/
}
/*div.catalogCategoryLevel1>a>img{ display: block; margin: 0px -8px 10px -8px; background: 8px solid rgba(0,0,0,0.7); }*/
ul.catalogCategoryLevel1Items{ margin: 10px 0px 0px 0px; padding: 0px; list-style: none; }
ul.catalogCategoryLevel1Items li{ overflow: hidden; padding: 4px 0px; }
ul.catalogCategoryLevel1Items li>a{ display: inline-block; vertical-align: middle; width: 15%; line-height: 1px; }
ul.catalogCategoryLevel1Items li div.catalogCategoryLevel1Name{ display: inline-block; vertical-align: middle; width: 80%; margin-left: 5%; }
ul.catalogCategoryLevel1Items li a img{
    width: 100%; border: 1px solid #9d846e;
    -webkit-box-shadow: 0px 3px 10px 0px #222;
    -moz-box-shadow: 0px 3px 10px 0px #222;
    box-shadow: 0px 3px 10px 0px #222;
}
div.catalogCategoryLevel1Comment{ position: relative; margin-top: 30px; padding-top: 10px; font-size: 13px; }
div.catalogCategoryLevel1Comment:before{ content: ""; display: block; position: absolute; left: 0px; top: 0px; width: 80%; height: 0px; overflow: hidden; border-top: 1px dashed #bba062; }

div.catalogContent{ overflow: hidden; margin: 0px -10px; padding: 0px 10px; }
ul.catalogSideMenu{ display: block; float: left; width: 25%; margin: 0px; padding: 0px; list-style: none; }
ul.catalogSideMenu>li{ padding: 4px 40px 4px 0px; }
ul.catalogSideMenu>li a.active{ display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline; vertical-align: top; margin-left: -10px; padding: 0px 10px; border-radius: 12px; background: #d6400c; text-decoration: none; font-weight: bold; line-height: 25px; color: #fff; }
ul.catalogSideMenuLevel2{ margin: 0px; padding: 5px 0px 0px 0px; list-style: none; }
ul.catalogSideMenuLevel2 li{ padding: 5px 0px 5px 14px; line-height: 18px; }
ul.catalogSideMenuLevel2 li a, ul.catalogSideMenuLevel2 li a:hover, ul.catalogSideMenuLevel2 li a:active, ul.catalogSideMenuLevel2 li a:visited{ font-size: 13px; color: #fff; }
ul.catalogSideMenuLevel2 li a.active, ul.catalogSideMenuLevel2 li a.active:hover, ul.catalogSideMenuLevel2 li a.active:active, ul.catalogSideMenuLevel2 li a.active:visited{ color: #fb7c97; }
ul.catalogSideMenuLevel2 li a:hover{ color: #fb7c97; }
div.catalogContentBody{ margin-left: 25%; }

div.itemListRow{ position: relative; overflow: hidden; padding-top: 45px; }
div.itemListRow:before{ content: ""; display: block; position: absolute; left: 25px; right: 0px; top: 23px; height: 1px; background: #9a744c; background: rgba(244,213,123,0.4); }
div.itemListRow:first-child{ padding-top: 0px; }
div.itemListRow:first-child:before{ display: none; }
div.itemListRowLeft{ float: left; width: 262px; }
div.itemListRowContent{ margin-left: 286px; }
a.itemListRowImage, a.itemListRowImage:hover, a.itemListRowImage:active, a.itemListRowImage:visited{
    display: block; width: 240px; margin-left: 6px; padding: 8px; background: #24180f; line-height: 1px;

    background: -webkit-linear-gradient(-45deg, rgba(160,133,116,0.5), rgba(63,35,21,0.5) 100%);
    background: -moz-linear-gradient(-45deg, rgba(160,133,116,0.5), rgba(63,35,21,0.5) 100%);
    background: -ms-linear-gradient(-45deg, rgba(160,133,116,0.5), rgba(63,35,21,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#509e836e', endColorstr='#503e250f',GradientType=1 );
    background: linear-gradient(135deg, rgba(160,133,116,0.5), rgba(63,35,21,0.5) 100%);
    -webkit-box-shadow: 0px 3px 10px 0px #222;
    -moz-box-shadow: 0px 3px 10px 0px #222;
    box-shadow: 0px 3px 10px 0px #222;
}
div.itemListRowContent a:first-child, div.itemListRowContent a:first-child:hover, div.itemListRowContent a:first-child:active, div.itemListRowContent a:first-child:visited{ border-bottom: 1px solid #9a744c; border-bottom: 1px solid rgba(244,213,123,0.4); text-decoration: none; text-transform: uppercase; font: 24px/26px Roboto; letter-spacing: 1px; }
div.itemListRowContent a:first-child:hover{ border-bottom: 1px solid #fb7c97; border-bottom: 1px solid rgba(255,93,22,0.4); }
span.itemListRowNameAddon{ position: relative; display: block; margin-top: 5px; }
span.itemListRowNameAddon:after{ content: ""; display: block; position: absolute; left: 0px; bottom: -12px; width: 150px; height: 0px; border-top: 1px dashed #8b7747; border-top: 1px dashed rgba(231,198,119,0.6); }
div.itemListRowAnnounce{ padding-top: 24px; }







div.catalogContentBody2{ }
div.poster{
    position: relative; width: 100%; height: 290px; overflow: hidden; margin: 25px 0px 0px 0px; border: 2px solid #f4d57b; border-radius: 5px; font-size: 0px; line-height: 1px; white-space: nowrap;
    /*-webkit-box-shadow: 0px 10px 20px 0px #444;
    -moz-box-shadow: 0px 10px 20px 0px #444;
    box-shadow: 0px 10px 20px 0px #444;*/
}
div.posterItem{ display: none; position: absolute; left: 0px; top: 0px; width: 100%; height: 290px; margin-right: 2px; background-position: center center;  font-size: 0px; line-height: 1px; }
div.posterItem:first-child{ display: inline-block; position: relative; }
a.bannerListImagesLeft{ display: none; position: absolute; left: 0px; top: 0px; width: 100px; height: 100%; background: url(/images/3.0/round_leftright.png) 13px 50% no-repeat; }
a.bannerListImagesRight{ display: none; position: absolute; right: 0px; top: 0px; width: 100px; height: 100%; background: url(/images/3.0/round_leftright.png) -87px 50% no-repeat; }
div.bannerPoints{ display: none; position: absolute; left: 50%; bottom: 15px; padding: 10px; }
div.bannerPoints a{ display: inline-block; width: 6px; height: 6px; margin-left: 17px; border: 1px solid #f4d57b; line-height: 8px; }
div.bannerPoints a:first-child{ margin-left: 0px; }
div.bannerPoints a.active{ background: #f4d57b; }




div.breadcrumbs{ margin-top: 15px; }
div.breadcrumbs a{ text-transform: uppercase; font-size: 12px; }
div.breadcrumbs a.arrow{ text-decoration: none; text-transform: uppercase; font-size: 15px; }
h1.categoriesWithMenu2{ padding: 15px 0px 35px 0px; text-align: center; /*text-shadow: 0px 4px 8px #222;*/ }
div.itemListRow2{ display: inline-block; position: relative; width: 47%; vertical-align: top; padding-top: 60px; }
div.itemListRow2:nth-child(even){ margin-left: 6%; }
div.itemListRow2:before{ content: ""; display: block; position: absolute; left: 0px; right: 0px; top: 30px; height: 1px; background: #9a744c; background: rgba(244,213,123,0.4); }
div.itemListRow2:first-child, div.itemListRow2:nth-child(2){ padding-top: 0px; }
div.itemListRow2:first-child:before, div.itemListRow2:nth-child(2):before{ display: none; }
@media screen and (max-width: 1115px){
    div.itemListRow2{ display: block; width: 100%; }
    div.itemListRow2:nth-child(even){ margin-left: 0; }
    div.itemListRow2:nth-child(2){ padding-top: 60px; }
    div.itemListRow2:nth-child(2):before{ display: block; }
}

div.itemListRow1stLine{ overflow: hidden; margin-left: -6px; padding-bottom: 12px; background: #f6f9fc; }
a.itemListRowImage2{
    float: left; display: block; width: 35%; margin-left: 6px; /*padding: 5px;*/ border: 2px solid #f4d57b; border-radius: 5px; line-height: 1px;

    /*background: -webkit-linear-gradient(-45deg, rgba(160,133,116,0.5), rgba(63,35,21,0.5) 100%);
    background: -moz-linear-gradient(-45deg, rgba(160,133,116,0.5), rgba(63,35,21,0.5) 100%);
    background: -ms-linear-gradient(-45deg, rgba(160,133,116,0.5), rgba(63,35,21,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#509e836e', endColorstr='#503e250f',GradientType=1 );
    background: linear-gradient(135deg, rgba(160,133,116,0.5), rgba(63,35,21,0.5) 100%);*/
    /*-webkit-box-shadow: 0px 3px 10px 0px #444;
    -moz-box-shadow: 0px 3px 10px 0px #444;
    box-shadow: 0px 3px 10px 0px #444;*/
}
a.itemListRowImage2:hover{ border-color: #fb7c97; }
a.itemListRowImage2 img{ width: 100%; border-radius: 3px; }
div.itemListRowParameters2{ margin-left: 41%; padding-bottom: 85px; }
div.itemListRowParameters2 a:first-child, div.itemListRowContent a:first-child:hover, div.itemListRowContent a:first-child:active, div.itemListRowContent a:first-child:visited{ border-bottom: 1px solid #9a744c; border-bottom: 1px solid rgba(244,213,123,0.4); text-decoration: none; text-transform: uppercase; font: 20px/22px Roboto; letter-spacing: 1px; }
div.itemListRowParameters2 a:first-child:hover{ border-bottom: 1px solid #fb7c97; border-bottom: 1px solid rgba(255,93,22,0.4); }

div.itemListRowTwoLines{ position: relative; }
/*div.itemListRow2ndLine{ overflow: hidden; margin: -69px 0px 0px 41%; padding: 2px 0px; }*/
div.itemListRow2ndLine{ position: absolute; bottom: 12px; /*left: 41%;*/ right: 0; overflow: hidden; }
div.promoPackPrice{ display: inline-block; min-width: 280px; margin-top: 20px; }
div.itemListRow2ndLine div.oldPrice{ position: relative; margin: 0 0 5px 0; font-weight: bold; font-size: 16px; line-height: 12px; letter-spacing: 1px; text-decoration: line-through; color: #fb7c97; }
div.itemListRow2ndLine div.price, div.promoPackPrice div.price{ display: inline-block; position: relative; margin-top: 0px; padding: 2px 135px 0 0; font-weight: bold; font-size: 26px; letter-spacing: 1px; color: #000; }
div.itemListRow2ndLine div.price:after, div.promoPackPrice div.price:after{ position: absolute; right: 0px; top: -1px; width: 115px; content: "Без учёта стоимости доставки"; display: block; font-weight: normal; font-size: 12px; line-height: 12px; letter-spacing: normal; color: #e7c677; }
/*div.itemListRowParameters2 div.cv{ float: right; margin-top: 30px; padding: 0px 10px; border: 2px solid #e7c677; border-radius: 5px; font-size: 18px; line-height: 29px; color: #e7c677; }*/
div.orderSizeBlock{ margin: 15px 0 2px 0; }
a.orderNote{ font-size: 12px; }
div.listOrderBlock{ position: relative; margin: 15px 0 0 0; text-align: right; }
div.listOrderBlock:before{ content: ""; display: block; position: absolute; left: 50%; top: 4px; bottom: 4px; width: 1px; margin-left: -20px; background: #f7d87d; opacity: 0.7; }
div.listOrderBlock.couldBeOrdered:before{ margin-left: -40px; }
div.listOrderBlock.inDetails{ margin-bottom: 5px; }
div.cv{ display: inline-block; vertical-align: middle; float: left; position: relative; min-width: 45px; margin: 0 0 0 7px; padding: 0 12px; border: 1px solid #f7d87d; border-left: 0; border-radius: 3px; background: rgba(255,255,255,0.05); text-align: center; line-height: 30px; font-size: 14px; }
div.cv:before{ content: ""; display: block; position: absolute; left: -1px; top: -1px; bottom: 50%; width: 5px; margin-bottom:6px; border: 1px solid #f7d87d; border-right: none; border-bottom: none; border-radius: 3px 0 0 0; }
div.cv:after{ content: ""; display: block; position: absolute; left: -1px; bottom: -1px; top: 50%; width: 5px; margin-top: 7px; border: 1px solid #f7d87d; border-right: none; border-top: none; border-radius: 0 0 0 3px; }
div.cv span{ display: block; position: absolute; left: 0; top: 50%; width: 8px; height: 14px; margin: -7px 0 0 -8px; overflow: hidden; font-size: 0px; }
div.cv span:after{ content: ""; display: block; position: absolute; left: 3px; top: 2px; width: 9px; height: 9px; margin: 0 0 0 0; border: 1px solid #f7d87d; border-top: 0px; border-right: 0px; background: rgba(255,255,255,0.05); font-size: 0px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
div.orderNote{ display: inline-block; vertical-align: middle; text-align: left; font-size: 13px; line-height: 18px; }
div.addToCart{ display: inline-block; vertical-align: middle; }
div.cartQuantity{ display: inline-block; vertical-align: middle; position: relative; padding-right: 1px; }
div.cartQuantity input{ display: inline-block; vertical-align: middle; width: 30px; padding: 0 20px 0 0; border: 1px solid #f7d87d; border-right: none; border-radius: 3px; background: rgba(255,255,255,0.05); text-align: center; line-height: 30px; font-size: 14px; color: #000; }
div.cartQuantity a:nth-child(2){ display: block; position: absolute; right: 1px; top: 1px; width: 20px; height: 13px; border: 1px solid #f7d87d; border-left: none; border-bottom: none; border-radius: 0 3px 0 0; background: #fb7c97; text-align: center; text-decoration: none; font: bold 18px/12px Roboto; color: #513c26; }
div.cartQuantity a:last-child{ display: block; position: absolute; right: 1px; bottom: 1px; width: 20px; height: 13px; border: 1px solid #f7d87d; border-left: none; border-top: none; border-radius: 0 0 3px 0; background: #fb7c97; text-align: center; text-decoration: none; font: bold 20px/12px Roboto; color: #513c26; }
a.cartAdd{ display: inline-block; vertical-align: middle; position: relative; margin-left: 5px; padding: 0 15px; border: 2px solid #fb7c97; border-radius: 3px; background: #fb7c97; text-align: center; text-decoration: none; text-transform: uppercase; letter-spacing: 3px; line-height: 28px; font-size: 11px; font-family: Roboto; color: #fff; }

img.sizeInfo{ margin: 0 0 -4px 10px; }
div.personalOrder{ margin: 15px 0 5px 0; line-height: 18px; }

div.sizeBlockName{ text-transform: uppercase; font: 18px Roboto;  }
div.sizeBlockNote{ font-size: 12px; line-height: 70px; color: #f4d57b; }
div.sizeBlockForm>div.sizeBlockFormCol{ display: inline-block; vertical-align: top; }
div.sizeBlockForm>div.sizeBlockFormCol:first-child{ margin-right: 20px; }
div.sizeBlockForm>div.sizeBlockFormCol>p{ margin: 0; padding: 4px 0; font-size: 12px; }
div.sizeBlockForm>div.sizeBlockFormCol>p>input{ width: 50px; height: 22px; margin-right: 10px; padding: 0 10px; border: 1px solid #f4d57b; border-radius: 15px; line-height: 22px; background: #fff; }
div.addToCartSewing{ padding: 46px 0 10px 0; text-align: center; }

div.itemListShare{ margin-top: 10px; font-size: 12px; line-height: 16px; color: #e7c677; }
a.share{ display: inline-block; vertical-align: middle; width: 16px; height: 16px; overflow: hidden; border-radius: 2px; background: url(/images/3.0/share.png) no-repeat; font-size: 0px; }
a.share:hover{ background-position-y: -16px; }
a.share:first-child{ margin-left: 4px; }
a.shareFb{ }
a.shareVK{ background-position: -48px 0px; }
a.shareOK{ background-position: -32px 0px; }
a.shareTt{ background-position: -64px 0px; }
a.shareMm{ background-position: -16px 0px; }
a.shareGp{ background-position: -80px 0px; }

div.itemListRowAnnounce2{ padding-top: 16px; line-height: 18px; }


div.itemContent{ margin-right: 35%; }
h2.itemDetails{ padding: 20px 0px; }
h2.tabName{ display: none; }
div.tabs{ position: relative; margin-top: 32px; padding: 20px; border: 1px solid #f4d57b; border-radius: 0px 5px 5px 5px; background: #f6f9fc; }
div.tabs>div:first-child{ position: relative; overflow: hidden; }
div.tabsContainer{ position: absolute; left: 0px; top: -32px; }
a.tab{ display: inline-block; margin-left: -1px; padding: 0px 10px; border: 1px solid #f4d57b; border-bottom: 0px; border-radius: 5px 5px 0px 0px; background: rgba(159,148,115,0.4); text-decoration: none; font-size: 13px; line-height: 30px; }
a.tab.active{
    background: #f4d57b; color: #3d351f;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdf81', endColorstr='#ddc16f');
    background: -webkit-linear-gradient(top, #ffdf81, #ddc16f);
    background: -moz-linear-gradient(top,  #ffdf81,  #ddc16f);
    background: -o-linear-gradient(top,  #ffdf81,  #ddc16f);
    background: -ms-linear-gradient(top,  #ffdf81,  #ddc16f); 
}
div.tabSheet{ display: none; left: 0px; top: 0px; }
div.tabSheet:first-child{ display: block; }
div.productDocumentBlock{ display: inline-block; vertical-align: top; margin: 0px 20px 20px 0px; text-align: center; font-size: 13px; }
div.productDocumentBlock a{ display: inline-block; margin-bottom: 10px; border: 2px solid #f4d57b; border-radius: 5px; line-height: 1px; }
div.productDocumentBlock a:hover{ border-color: #fb7c97; }
div.productDocumentBlock a img{ border-radius: 3px; }

div.itemSidePanel{ float: right; width: 30%; /*margin-top: 32px;*/ }
div.itemSidePanel div.oldPrice{ position: relative; margin: 0 0 5px 0; font-weight: bold; font-size: 16px; line-height: 12px; letter-spacing: 1px; text-decoration: line-through; color: #fb7c97; }
div.itemSidePanel div.price{ display: inline-block; position: relative; margin-top: 1px; font-weight: bold; font-size: 26px; letter-spacing: 1px; color: #000; }
div.itemSidePanel div.price:after{ position: absolute; right: -135px; top: -2px; width: 115px; content: "Без учёта стоимости доставки"; display: block; font-weight: normal; font-size: 12px; line-height: 12px; letter-spacing: normal; color: #e7c677; }


div.itemListRowParameters2 div.cv{ float: right; margin-top: 30px; padding: 0px 10px; border: 2px solid #e7c677; border-radius: 5px; font-size: 18px; line-height: 29px; color: #e7c677; }
/*div.listOrderBlock{ position: relative; margin: 15px 0 25px 0; text-align: right; }
div.listOrderBlock:before{ content: ""; display: block; position: absolute; left: 50%; top: 4px; bottom: 4px; width: 1px; margin-left: -20px; background: #f7d87d; opacity: 0.7; }
div.listOrderBlock.couldBeOrdered:before{ margin-left: -40px; }
div.cv{ display: inline-block; vertical-align: middle; float: left; position: relative; min-width: 45px; margin: 0 0 0 7px; padding: 0 12px; border: 1px solid #f7d87d; border-left: 0; border-radius: 3px; background: rgba(255,255,255,0.05); text-align: center; line-height: 30px; font-size: 14px; }
div.cv:before{ content: ""; display: block; position: absolute; left: -1px; top: -1px; bottom: 50%; width: 5px; margin-bottom:6px; border: 1px solid #f7d87d; border-right: none; border-bottom: none; border-radius: 3px 0 0 0; }
div.cv:after{ content: ""; display: block; position: absolute; left: -1px; bottom: -1px; top: 50%; width: 5px; margin-top: 7px; border: 1px solid #f7d87d; border-right: none; border-top: none; border-radius: 0 0 0 3px; }
div.cv span{ display: block; position: absolute; left: 0; top: 50%; width: 8px; height: 14px; margin: -7px 0 0 -8px; overflow: hidden; font-size: 0px; }
div.cv span:after{ content: ""; display: block; position: absolute; left: 3px; top: 2px; width: 9px; height: 9px; margin: 0 0 0 0; border: 1px solid #f7d87d; border-top: 0px; border-right: 0px; background: rgba(255,255,255,0.05); font-size: 0px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
div.orderNote{ display: inline-block; vertical-align: middle; text-align: left; font-size: 13px; line-height: 18px; }
div.addToCart{ display: inline-block; vertical-align: middle; }
div.cartQuantity{ display: inline-block; vertical-align: middle; position: relative; padding-right: 1px; }
div.cartQuantity input{ display: inline-block; vertical-align: middle; width: 30px; padding: 0 20px 0 0; border: 1px solid #f7d87d; border-right: none; border-radius: 3px; background: rgba(255,255,255,0.05); text-align: center; line-height: 30px; font-size: 14px; color: #fff; }
div.cartQuantity a:nth-child(2){ display: block; position: absolute; right: 1px; top: 1px; width: 20px; height: 13px; border: 1px solid #f7d87d; border-left: none; border-bottom: none; border-radius: 0 3px 0 0; background: #f7d87d; text-align: center; text-decoration: none; font: bold 18px/12px Helvetica; color: #513c26; }
div.cartQuantity a:last-child{ display: block; position: absolute; right: 1px; bottom: 1px; width: 20px; height: 13px; border: 1px solid #f7d87d; border-left: none; border-top: none; border-radius: 0 0 3px 0; background: #f7d87d; text-align: center; text-decoration: none; font: bold 20px/12px Verdana; color: #513c26; }
a.cartAdd{ display: inline-block; vertical-align: middle; margin-left: 5px; padding: 0 15px; border: 2px solid #f7d87d; border-radius: 3px; background: #a93a1f; text-align: center; text-decoration: none; text-transform: uppercase; letter-spacing: 3px; line-height: 28px; font-size: 11px; font-family: Georgia; color: #fff; }*/






a.itemImage{ display: block; position: relative; overflow: hidden; margin-top: 32px; border: 2px solid #f4d57b; border-radius: 5px; white-space: nowrap; font-size: 0px; line-height: 0px; }
a.itemImage:hover{ border-color: #fb7c97; }
a.itemImage img{ width: 100%; }
div.itemMoreImages{ margin: 10px 0px -10px -10px; line-height: 1px; }
div.itemMoreImage{ display: inline-block; vertical-align: middle; width: 25%; margin-bottom: 10px; }
div.itemMoreImage:first-child:last-child{ display: none; }
div.itemMoreImage a{ display: block; overflow: hidden; margin-left: 11px; border: 1px solid #f4d57b; border-radius: 5px; }
div.itemMoreImage a.active{
    margin: -1px -1px -1px 10px; border: 2px solid #f4d57b;
    -webkit-box-shadow: 0px 3px 10px 0px #222;
    -moz-box-shadow: 0px 3px 10px 0px #222;
    box-shadow: 0px 3px 10px 0px #222;
}
div.itemMoreImage a:hover, div.itemMoreImage a.active:hover{ border-color: #fb7c97; }
div.itemMoreImage a img{ width: 100%; }
div.itemMoreImage a.active img{ width: 100%; }





/* Footer FINAL */

#footerPlaceholder{ min-height: 772px; }
div.footerPlace{
    position: absolute; left: 0px; bottom: 0px; width: 100%; background: #000;/*linear-gradient(180deg, rgba(0,0,0,0.5), rgba(0,0,0,0) 100%);*/
    /*background: -webkit-linear-gradient(-90deg, rgba(0,0,0,0.5), rgba(0,0,0,0) 100%);
    background: -moz-linear-gradient(-90deg, rgba(0,0,0,0.5), rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(-90deg, rgba(0,0,0,0.5), rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaaaaaaa', endColorstr='#aaaaaa00',GradientType=1);*/
}
#footer{ position: relative; z-index: 1; max-width: 1180px; min-width: 850px; margin: 0px auto; padding: 30px 50px; color: #fff; }
#footer a{ color: #fff; }
div.footerDelimeter{ height: 25px; margin: 0px 20px 25px 20px; border-bottom: 1px dashed #f4d57b; }
div.footerColumn2, div.footerColumn3, div.footerColumn4, div.footerColumn5, div.footerColumn6, div.footerColumn7, div.footerColumn8{ display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline; vertical-align: top; width: 50%; font-size: 14px; }
div.footerColumn3{ width: 33.33%; }
div.footerColumn4{ width: 25%; }
div.footerColumn5{ width: 20%; }
div.footerColumn6{ width: 16.66%; }
div.footerColumn7{ width: 14.28%; }
div.footerColumn8{ width: 12.5%; }
div.footerColumn2 p, div.footerColumn3 p, div.footerColumn4 p, div.footerColumn5 p, div.footerColumn6 p, div.footerColumn7 p, div.footerColumn8 p{ margin: 0px; padding: 0px 20px; }
div.footerColumn2 small, div.footerColumn3 small, div.footerColumn4 small, div.footerColumn5 small, div.footerColumn6 small, div.footerColumn7 small, div.footerColumn8 small{ font-size: 12px; }
div.footerTitle{ margin: 0px 20px 10px 20px; font-size: 14px; }
div.footerColumn2 ul, div.footerColumn3 ul, div.footerColumn4 ul, div.footerColumn5 ul, div.footerColumn6 ul, div.footerColumn7 ul, div.footerColumn8 ul{ margin: 0px; padding: 0px 20px; list-style: none; }
div.footerColumn2 ul li, div.footerColumn3 ul li, div.footerColumn4 ul li, div.footerColumn5 ul li, div.footerColumn6 ul li, div.footerColumn7 ul li, div.footerColumn8 ul li{ line-height: 12px; padding: 0px 20px 6px 0px; }
div.footerColumn2 ul a, div.footerColumn3 ul a, div.footerColumn4 ul a, div.footerColumn5 ul a, div.footerColumn6 ul a, div.footerColumn7 ul a, div.footerColumn8 ul a{ line-height: 16px; font-size: 12px; color: #fff; text-decoration: none; }
a.footerCatalogTitle{ display: inline-block; margin: 0px 20px; text-transform: uppercase; text-decoration: none; color: #fff; }
ul.footerCatalog{ margin-top: 10px !important; }
ul.footerCatalog a{ text-transform: uppercase; font-size: 11px !important; }
ul.footerCatalog a.footerCatalogTitle{ margin: 0 0 10px 0 !important; font-size: 14px !important; }
div.footerCatalogAdditional{ margin: 10px 20px 0px 20px; }
div.footerCatalogAdditional a{ font-size: 12px !important; }

/* Registration */

div.contentRegister{ padding-bottom: 35px; }
h2.register, h2.registerTopPadded{ font-weight: normal; margin-bottom: 15px; }
h2.registerTopPadded{ margin-top: 15px; }
div.licenceFrame{ height: 350px; overflow: auto; margin-top: 5px; padding: 20px; border: 1px solid #8c8c8c; }
button.registerButton{ height: 20px; border: 0px; padding: 0px 15px; background: #e9ecf0; font-weight: bold; font-size: 11px; color: #ba8924; }
div.registerPartnerRow{ line-height: 30px; }
div.registerPartnerRow label{ display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline; vertical-align: top; width: 140px; }
div.registerNote{ margin-top: 15px; font-size: 11px; }
#registerUserInfo{ display: none; }
#idLeftRightChoose{ display: none; }
div.rigisterRow{ margin-bottom: 3px; }
div.rigisterRowNote{ display:block; width: 315px; margin: 5px 0px 20px 180px; font-size: 10px; }
div.rigisterRow span{ display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline; vertical-align: top; width: 195px; margin-top: 3px; }
div.rigisterRow input[name="alias"]{ width: 205px; text-align: right; }
input.index{ width: 100px; }
input.city{ width: 207px; }
input.address2{ width: 100px; }
.smallButton{ display: inline-block; vertical-align: middle; position: relative; margin: 0 10px; padding: 0px 22px; border: 2px solid #fb7c97; border-radius: 3px; background: #fb7c97; text-align: center; text-decoration: none; text-transform: uppercase; letter-spacing: 3px; line-height: 28px; font-size: 11px; font-family: Roboto; color: #fff; cursor: pointer; }
table.orders{
    width: 99%;
    border-collapse: collapse;
}
table.orders caption{
    text-align: left;
    padding-bottom: 5px;
}
table.orders th{
    padding: 4px 8px;
    border: 1px solid #a78b6b;
    background: rgba(244,213,123,0.15);
    vertical-align: middle;
}
table.orders td{
    padding: 4px 8px;
    border: 1px solid #a78b6b;
    vertical-align: top;
}
div.ordersPayType{
    text-align: right;
    margin: 10px 0px;
}
th.leftright, td.leftright{ font-family: Roboto; }
div.leftright{ float: right; margin-left: 3px; font-family: Roboto; }

/* Popup content */

div.popupFrameOverlay{ display: none; position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; background: #dbdbdb; background: rgba(0,0,0,0.5); }
div.popupFrame{ display: none; position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; overflow: auto; }
div.popupFrame>a{ display: none;/* position: absolute; left: 50%; top: 0px; width: 50%; height: 100%; overflow: auto;*/ }
/*div.popupFrame>a:after{ content: ""; display: block; position: fixed; right: 30px; top: 50%; width: 44px; height: 38px; margin-top: -19px; background: url(/images/arrows_big.png) -44px 0px; }
div.popupFrame>a:hover:after{  }
div.popupFrame>a:first-child{ left: 0px; }
div.popupFrame>a:first-child:after{ left: 30px; right: auto; background-position: 0px 0px; }
div.popupFrame>a:first-child:hover:after{  }*/
div.popupFrame>div{
    position: absolute; left: 0px; top: 0px; border: 1px solid #f7d87d; border-radius: 2px; background: #f6f9fc/* url(/images/3.0/background_top_dark.jpg) 20% 50%;*/;
    -webkit-box-shadow: 0px 3px 10px 0px #222;
    -moz-box-shadow: 0px 3px 10px 0px #222;
    box-shadow: 0px 3px 10px 0px #222;
}
div.popupFrame>div>div{ position: relative; left: 0px; top: 0px; z-index: 1; margin: 40px 50px; overflow: hidden; }
div.popupFrame>div>div>div{ position: absolute; left: 0px; top: 0px; width: 10000px; height: 10000px; }
div.popupFrame>div>div>div>div{ display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline; min-width: 80px; min-height: 50px; }
a.popupFrameClose, a.popupFrameClose:hover, a.popupFrameClose:active, a.popupFrameClose:visited{ display: block; position: absolute; z-index: 11; right: 10px; top: 11px; width: 13px; height: 13px; margin: 0px !important; padding: 0px !important; background: url(/images/3.0/close.png); text-decoration: none; font-size: 0px !important; cursor: pointer; }
div.popupFrame a.popupFrameClose, div.popupFrame a.popupFrameClose:hover, div.popupFrame a.popupFrameClose:active, div.popupFrame a.popupFrameClose:visited{ background: url(/images/3.0/close_white.png); }

a.popupFrameLeft{
    display: block; position: absolute; z-index: 4; left: -38px; top: 50%; width: 38px; height: 76px; margin-top: -38px; background: url(/images/3.0/leftright.png) 0px 0px no-repeat; text-decoration: none; cursor: pointer; opacity: 0.3;
    -webkit-transition: opacity .1s ease-in-out;
    -moz-transition: opacity .1s ease-in-out;
    -ms-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
}
a.popupFrameLeft:hover{ opacity: 1; }
a.popupFrameLeft:before{ content: ""; display: block; position: fixed; left: 0; top: 0; width: 50%; height: 100%; }
a.popupFrameRight{
    display: block; position: absolute; z-index: 4; right: -38px; top: 50%; width: 38px; height: 76px; margin-top: -38px; background: url(/images/3.0/leftright.png) -38px 0px no-repeat; text-decoration: none; cursor: pointer; opacity: 0.3;
    -webkit-transition: opacity .1s ease-in-out;
    -moz-transition: opacity .1s ease-in-out;
    -ms-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
}
a.popupFrameRight:hover{ opacity: 1; }
a.popupFrameRight:before{ content: ""; display: block; position: fixed; left: 50%; top: 0; width: 50%; height: 100%; }

div.popupFrameMessage{ }
div.popupFrameMessage a.popupFrameClose, div.popupFrameMessage a.popupFrameClose:hover, div.popupFrameMessage a.popupFrameClose:active, div.popupFrameMessage a.popupFrameClose:visited{ display: none; }
div.dialogButtons, div.popupButtons{ text-align: center; padding: 30px 0px 0px 0px; }
div.dialogButtons button, div.popupButtons input[type="submit"], div.popupButtons input[type="button"], div.popupButtons button{
    display: inline-block; vertical-align: middle; margin: 0 10px; padding: 0px 22px; border: 0px solid #f7d87d; border-radius: 3px; background: #fb7c97; text-align: center; text-decoration: none; text-transform: uppercase; letter-spacing: 3px; line-height: 28px; font-size: 11px; font-family: Roboto; color: #fff; cursor: pointer;
}
div.popupButtons button{ position: relative; }

div.preloader, span.loader, p.loader{ display: none; position: absolute; z-index: 10; left: 0px; top: 0px; width: 100%; height: 100%; overflow: hidden; margin: 0px !important; background: rgba(227,133,77,0.5); }
div.preloader div, span.loader div, p.loader span{ display: block; width: 100%; height: 100%; background: url(/images/3.0/preloader.gif) center center no-repeat; }
a.cartAdd span.loader, div.popupButtons button span.loader, .smallButton span.loader{ background: rgba(169,58,31,0.8); }
a.cartAdd span.loader div, div.popupButtons button span.loader div, .smallButton span.loader div{ background-image: url(/images/3.0/preloader_small.gif); }

#retinskayaForm{ float: right; position: relative; width: 30%; margin: 80px 0 0 0px; text-align: center; overflow: hidden; }
#retinskayaForm span{ display: block; padding-bottom: 20px; font-size: 14px; font-weight: bold; text-transform: uppercase; }
#retinskayaForm input{
    display: block; width: 90%; position: relative; height: 25px; margin: 0px 0px 6px 0px; padding: 0px; border-radius: 12px; border: 0px; background: #fff; text-align: center; line-height: 25px; font-size: 13px; color: #8d8a75;
    -webkit-box-shadow: inset 0px 4px 4px -2px #e4eaec;
    -moz-box-shadow: inset 0px 4px 4px -2px #e4eaec;
    box-shadow: inset 0px 4px 4px -2px #e4eaec;
}
#retinskayaForm button{ display: block; position: relative; margin: 20px auto 0 auto; padding: 0px 22px; border: 2px solid #f7d87d; border-radius: 3px; background: #a93a1f; text-align: center; text-decoration: none; text-transform: uppercase; letter-spacing: 3px; line-height: 28px; font-size: 11px; font-family: Roboto; color: #fff; cursor: pointer; }

/* GG Translator */
.skiptranslate{ display: none; }
body{ top: 0 !important; }

#topLang{ float: right; display: block; width: 18px; height: 12px; margin: 17px 0 0 10px; background: url(/images/flags.jpg) no-repeat; }
#topLangs{ display: none; position: absolute; right: 67px; top: 44px; background: #392f27; background: rgba(0,0,0,0.75); }
#topLangs a{ display: block; width: 18px; height: 12px; margin: 3px 3px 3px 3px; background: url(/images/flags.jpg) no-repeat; opacity: 0.7; transition: .1s; }
#topLangs a:hover{ opacity: 1; }
#topLang.ru, #topLangs a.ru{ background-position: 0 0; }
#topLang.en, #topLangs a.en{ background-position: 0 -12px; }
#topLang.cn, #topLangs a.cn{ background-position: 0 -24px; }

table.cart{
    width: 100%;
    border-collapse: collapse;
}
table.cart th{
    padding: 4px 8px;
    border-bottom: 1px solid #a78b6b;
    vertical-align: middle;
}
table.cart th:first-child{ text-align: left; }
table.cart td{
    padding: 4px 8px;
    border: 1px solid #a78b6b;
    border-left: 0;
    border-right: 0;
    vertical-align: top;
}
table.cart tr:last-child td{ border-bottom: 0; }
