@charset "utf-8";
@charset "utf-8";
@import "reset.css";


@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,700,400&subset=latin,cyrillic);

html,body { 
        width: 100%;
        height: 100%;
        min-width:1000px;
		font-family:"Open Sans";
        /*font-family: Arial, Geneva, Helvetica, Calibri, sans-serif;*/
        background: #f8f8f8;
        color: #666666;
}
.hidden {
    display: none;
}
a {
    color: #336699;
    text-decoration: none;
}
a:active,
a:hover {
    color: #c33;
    text-decoration: none;
}
h1 {
    font-size: 30px;
    color: #000;
    line-height: 34px;
    padding: 0px 0 30px 0;
}
h2 {
    color: #000;
    padding: 0;
}
input[type=password],
textarea,
input[type=text] {
    font-size: 12px;
    color: #666;
    padding: 0 10px;
    line-height: 0px;
    border: 1px solid #ccc;
    border-radius: 3px;
    line-height: 30px;
    width: 225px;
}
input[type=password].small,
input[type=text].small {
    width: 175px;
}
input[type=password].vsmall,
input[type=text].vsmall {
    width: 40px;
}
input[type=password].big,
input[type=text].big {
    width: 370px;
}
input[type=password].vbig,
input[type=text].vbig {
    width: 520px;
}
input[type=password]:focus,
input[type=text]:focus {
    border: 1px solid #666;
}
input[type=password]:hover,
input[type=text]:hover {
    border: 1px solid #cc3366;
}
input[type=password].error,
input[type=text].error {
    border: 1px solid #ff0000;
}
.errorText {
    color: #cc3333;
    margin-bottom: 20px;
}
.okText {
    color: green;
    margin-bottom: 20px;
}
table {
        width: 100%;
        height: 100%;
}
.wrapper {
        width: 940px;
        padding-left: 10px;
        padding-right: 10px;
        margin: auto;
        position: relative;
}
.btnWhite{
	display: inline-block;
  	color: #333;
  	border-radius: 3px;
	border:1px solid #666;
	padding: 0 20px;
  	height: 44px;
  	line-height: 44px;
	cursor:pointer;
        vertical-align: top;
}
    .btnWhite:hover{
            color: #333;
            border:1px solid #cc3366;
    }
.btnRed{
	font-size:15px;
	display:inline-block;
	color:#fff;
	border-radius: 3px;
	border:0;
        padding: 0 20px;
  	background: url(../images/cart_gradients.png) repeat-x;
	height:46px;
	line-height:44px;
        vertical-align: top;
}
    .btnRed:hover{
	color:#fff;
        background: url(../images/cart_gradients.png) repeat-x 0 -46px;
    }

    .btnRed:active{
	color:#fff;
        background: url(../images/cart_gradients.png) repeat-x 0 -92px;
    }
.container{
        min-height: 100%;
        min-width: 100%;
        position: relative;
}

/* HEADER */
.header {
        height: 178px;
}
.header .topLine {
        height: 92px;
}
.header .logo {
        height: 92px;
        position: absolute;
        top: 0px;
        left: 10px;
        display: block;
}
.header .logo img {
        margin-top: 30px;
}
.noLogged .header .logo img {
        margin-top: 40px;
}
.noLogged .header .logo {
        height: 92px;
}
.noLogged .header {
        height: 92px;
}
.noLogged .header .bottomLine {
    display: none;
}
.header .bottomLine {
        height: 86px;
        background: #333333;
        color: #fff;
}
.header .bottomLine .lkLink {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
    margin: 14px 0 0 0;
}
.exitLink {
    width: 17px;
    height: 17px;
    background: url('/images/close.png') 0 0 no-repeat;
	cursor:pointer;
}
.exitLink.white:hover {
	background-image:url(../images/close_hover.png)
}
.exitLink.red:hover {
	background-image:url(../images/close_hover_red.png)
}
.header .exitLink {
	display: inline-block;
    margin: 16px 0 0 10px;
	line-height: 30px;
}
/* CONTENT */
.content {
        padding-bottom: 140px;
        padding-top: 35px;
}
.noLogged .content {
        padding-bottom: 0;
}
.registerWrapper {
    text-align: left;
}
.register {
    /*background: #ffffff;
    border: 1px solid #dddddd;
    padding: 30px 40px;
    box-shadow: 2px 0 10px 0 rgba(0,0,0,0.1);*/
    width: auto;
    display: inline-block;
    text-align: left;
}
.register .regTable  {
    white-space: nowrap;
    line-height: 14px;
}
.register .regTable  td {
    vertical-align: middle;
    padding: 0 20px 15px 0;
    font-size: 12px;
    color: #666;
}
.register .regTable  td.vtop {
    vertical-align: top;
    padding-top: 9px;
}
.register .infoLine  {
    color: #999;
    font-style: italic;
}
.register .needFields  {
    font-size: 12px;
    color: #999;
    font-style: italic;
    margin-top: 15px;
    display:block;
}
.register i  {
    color: #ff0000;
}
.register .fLink  {
    line-height: 14px;
    color: #333;
    left: -5px;
    position: relative;
    
}
input[type="submit"].btnSubmit, 
input[type="button"].btnSubmit,
.btnSubmit {
    background: url('/images/gradients.png') 0 0 repeat-x;
    display: block;
    font-size: 15px;
    color: #fff;
    height: 46px;
    line-height: 44px;
    padding: 0 20px;
    border: none;
    border-radius: 3px;
    margin-top: 2px;
}

input[type="submit"].btnSubmit:hover, 
input[type="button"].btnSubmit:hover,
.btnSubmit:hover {
    background: url('/images/gradients.png') 0 -46px repeat-x;
}
.register .btnSubmit {
    margin-top: 13px;
}
.register input[type="submit"].btnSubmitOnReg {
    display: inline-block;
}
.btn_reg {
    display: inline-block;
    height: 46px;
    line-height: 46px;
    margin-left: 32px;
    width: 130px;
    text-align: right;
    vertical-align: top;
    margin-top: 2px;
}
    .btn_reg span {
        border-bottom: 1px solid rgba(51,102,153,0.2);
    }
    .btn_reg:hover span {
        border-bottom: 1px solid rgba(204,51,51,0.2);
    }
/* FOOTER */
.noLogged .footer {
    display: none;
}
.footer {
        width: 100%;
        height: 100px;
        background: #ccc;
        position: relative;
        margin-top: -100px;
}



.dealers {
    width: 100%;
}
.dealers li {
    width: 100%;
    margin-bottom: 15px;
    hieght: 32px;
    line-height: 32px;
}
.dealers li input[type=text] {
    display: none;
}
.dealers li.active input[type=text] {
    display: inline-block;
}
.dealers li.active .checkboxLabel span {
    color: #000;
    border-bottom: 1px dotted transparent;
}
/* CHECKBOX */

.checkboxLabel {
    display: inline-block;
    width: 110px;
    margin: 0 10px;
    cursor: pointer;
}
.checkboxLabel span {
    display: inline-block;
    border-bottom: 1px dotted #666;
    line-height: 16px;
}
.label.wtBorder  {
    margin-top: -4px;
}
.wtBorder .checkboxLabel {
    margin: 0 0 3px 6px;
    width: auto;
}
.wtBorder .checkboxLabel span {
    border-bottom: none!important;
    position: relative;
    top: -1px;
}
.label {
    display: inline-block;
}
.label:hover  .checkboxLabel span{
    border-bottom: 1px dotted #cc3366;
    color: #cc3366;
}
.checkbox {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url('/images/checkbox.png') 0 0 no-repeat;
    cursor: pointer;
    position: relative;
    top: 4px;
}
.checkbox input{
    position: fixed;
    left: -100px;
    top: -100px;
}
.label:hover .checkbox {
    background: url('/images/checkbox.png') 0 -20px no-repeat;
}
.checkbox:hover {
    background: url('/images/checkbox.png') 0 -20px no-repeat;
}
.checkbox.active {
    background: url('/images/checkbox.png') 0 -40px no-repeat!important;
}


/* DropDownList */
.ffSelectWrapper
{
    zoom: 1;
    margin-bottom: 15px;
    font-size: 12px;
}
.ffSelectWrapper.active .ffSelect > a > span
{
    border-radius: 3px 3px 0 0; 
}

.ffSelect
{
    height: 32px;
    position: relative;
    top: 1px;
}

.ffSelectWrapper .ffSelect > a
{

}

.ffSelectWrapper.active .ffSelect > a
{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}

.ffSelect > a > span
{
    outline: none;
    display: block;
    background: #fff;
    color: #666;
    font-size: 12px;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0 10px;
    position: relative;
}
.ffSelect > a > span:hover
{
    border: 1px solid #e2e2e2;
}
.ffSelectWrapper.error .ffSelect > a > span
{
    border: 1px solid #ff0000;
}

.ffSelect > a > span:after
{
    display: block;
    content: ' ';
    background: url('/images/arrow_select.png') 0 0 no-repeat;
    width: 16px;
    height: 9px;
    position: absolute;
    right: 10px;
    top: 11px;
    cursor: pointer;
}

.ffSelectMenuWrapper
{
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    position: absolute;
    left: 0;
    right: 0;
    outline: none;
}

.ffSelectMenuTop,
.ffSelectMenuBottom
{
    display: none;
}

.ffSelectMenuMid
{
    background: #fff;
    max-height: 385px;
    overflow-x: hidden;
    overflow-y: auto;
    outline: none;
}

.ffSelectMenuMid span
{
    display: block;
    line-height: 25px;
    padding: 0 10px;
    cursor: pointer;
}

.ffSelectMenuMid li.selected > span
{
    background: #f7f7f7;
}

.ffSelectMenuMid li.on > span
{
    background: #f7f7f7;
}


.header .top_link{
  	display: inline-block;
  	color: #999;
  	font-size: 13px;
  	height: 25px;
  	line-height: 25px;
  	padding-left: 23px;
  	margin-top: 1px;
}

.header .top_link:hover{
	color:#fff;
}

.header .order_history{
	background:url(/images/ico_clock.png) no-repeat left center;
	margin-right: 17px;
}

.header .order_history:hover{
	background-image:url(/images/ico_clock_hover.png);
}

.header .edit_pers_dat{
	background:url(/images/ico_settings.png) no-repeat left center;
}

.header .edit_pers_dat:hover{
	background-image:url(/images/ico_settings_hover.png);
}

.header .cart_wrap{
	float:right;
	margin-top:20px;
}

.cart_wrap .sum,
.cart_wrap .contents{
	float:left;
	border:1px solid #666;
	padding: 0 20px;
	height:44px;
	line-height:44px;
	font-size:15px;
}

.cart_wrap .sum{
	border-right:0;
	border-radius:3px 0 0 3px;
}

.cart_wrap .contents{
	display:block;
	color:#fff;
	border-radius:0 3px 3px 0;
	border:0;
  	background: url(../images/ico_cart_full.png) no-repeat 20px 13px,
	url(../images/cart_gradients.png) repeat-x;
  	padding-left: 43px;
	height:46px;
	line-height:46px;
}

.cart_wrap .contents:hover{
	background: url(../images/ico_cart_full.png) no-repeat 20px 13px,
	url(../images/cart_gradients.png) repeat-x 0 -46px;
}

.cart_wrap .contents:active{
	background: url(../images/ico_cart_full.png) no-repeat 20px 13px,
	url(../images/cart_gradients.png) repeat-x 0 -92px;
}

.header .cart_wrap.empty .contents{
	border:1px solid #666;
	height:44px;
	line-height:44px;
	background: url(../images/ico_cart.png) no-repeat 20px 13px;
	color:#999;
	cursor:default;
}

.rightMenu{
	width:178px;
	padding: 6px 20px;
	border:1px solid #e4e4e4;
	font-size:15px;
	float:left;
	background:#fff;
	margin-right: 20px;
}

.rightMenu a.cur{
	color:#000;
}

.rightMenu > a{
	display:block;
	padding: 14px 0;
}

.items_wrap.right{
	width:700px;
	float:right;
}

.item_block{
	position:relative;
	width:198px;
	height:395px;
	padding:20px 10px;
	border:1px solid #e4e4e4;
	font-size:15px;
	background:#fff;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.items_wrap.three .item_block:nth-child(3n+3){
	margin-right: 0;
}

.item_block:hover{
	box-shadow: 2.5px 4.33px 10px 0px rgba(0, 0, 0, 0.051);
}

.item_block .img_wrap{
	display: block;
	height: 261px;
	line-height: 241px;
  	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	text-align:center;
}
.fromText {
    font-size: 14px;
    display: inline-block;
}

.item_block .img_wrap img{
	max-width: 160px;
  	max-height: 241px;
}

.item_block .link_wrap{
	margin-left:10px;
	height: 76px;
        line-height: 18px;
}

.item_block .link_wrap a{
	display: block;
}
.item_block .link_wrap a .sizes {
	color: #666;
	font-size: 12px;
	line-height: 18px;
	margin-top: 4px;
	display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.price{
	font-size:25px;
	color:#000;
        max-width: 95px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 20px;
}
.item_info .price{
        max-width: 200px;
}
.price .moreK{
	font-size:21px;
}
.price .moreKK{
	font-size:18px;
}

.item_block .price{
	position: absolute;
	top: 391px;
	left: 19px;
}

.count{
	position:relative;
	height:31px;
	min-width: 50px;
}

.item_block .count{
	width:83px;
	float:right;
  	right: 8px;
        position: absolute;
        top: 383px;
}

.count input{
	width: 32px;
  	height: 29px;
  	padding: 0;
	border-radius:3px 0 0 3px;
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	z-index:1;
}
.item_block .count input{
        display: none;
}

.count .arrow{
	position:absolute;
	height:14px;
	width:15px;
	border:1px solid #cccccc;
	border-left:0;
	left: 34px;
	cursor:pointer;
}
.item_block .count .arrow{
        display: none;
}

.count .arrow:hover{
	height: 16px;
  	width: 17px;
	left: 33px;
	border:0;
	z-index:2;
}

.count .up{
	top:0;
	background:url(../images/count_up.png) no-repeat center center, #fff;
}

.count .up:hover{
	background:url(../images/count_up_hover.png) no-repeat center center,
				linear-gradient(to bottom, #e23b66, #b9284d);
}

.count .down{
	top: 15px;
	background:url(../images/count_down.png) no-repeat center center, #fff;
}

.count .down:hover{
	background:url(../images/count_down_hover.png) no-repeat center center,
				linear-gradient(to bottom, #e23b66, #b9284d);
}

.count .add_to_cart_btn{
	width:32px;
	height:29px;
	border:1px solid #cccccc;
	border-radius: 0 3px 3px 0;
	border-left:0;
	position:absolute;
	top: 0;
	left: 50px;
	background:url(../images/ico_cart_black.png) no-repeat center center;
        
}

.item_block .count .add_to_cart_btn{
	display: none;
	border-radius: 3px;
	border-left:1px solid #cccccc;
}

.count .add_to_cart_btn:hover{
	width:34px;
	height:31px;
	border:0;
	left: 49px;
	background:url(../images/ico_cart_full.png) no-repeat center center,
				linear-gradient(to bottom, #e23b66, #b9284d);
	cursor:pointer;
}

.formats_wrap{
	height:31px;
}

.category_formats{
	float: left;
  	margin-bottom: 20px;
}

.formats_wrap a{
	display: block;
  	float: left;
  	border: 1px solid #e4e4e4;
  	height: 28px;
  	line-height: 28px;
  	padding: 0px 8px;
  	border-radius: 3px;
	background:#fff;
	margin-right: 10px;
}

.formats_wrap a.cur{
	color:#fff;
	border:0;
	height: 30px;
  	line-height: 30px;
	padding: 0px 9px;
	background:linear-gradient(to bottom, #585657, #828282);
}

.back_button{
  	display: block;
  	color: #000;
  	text-align: center;
 	background: url(../images/back_button.png);
  	width: 182px;
  	height: 31px;
  	line-height: 30px;
	margin-bottom: 35px;
}

.item_img_wrap{
	/*height:561px;*/
	width:380px;
	text-align:center;
	float:left;
	margin-right: 50px;
        display: block;
}

.item_img_wrap img{
	max-height:561px;
	max-width:380px;
}

.item_info{
	float:left;
}

.title30{
	font-size:30px;
	color:#000;
}

.text1{
	font-size:13px;
	color:#666;
}

.item_info .title30{
	margin-bottom:-6px;
        max-width: 505px;
        line-height: 36px;
}

.item_info .text1{
	margin-bottom:17px;
        max-width: 505px;
}
.item_info .text2{
	margin-top:21px;
	margin-bottom:35px;
        max-width: 505px;
        font-size: 13px;
        line-height: 20px;
}
.item_info .personalSize{
	margin-top:101px;
	margin-bottom:35px;
        max-width: 505px;
        font-size: 13px;
        line-height: 20px;
}
.item_info .personalSize .personalPhone{
        font-size: 20px;
        line-height: 25px;
        color: #000;
}

.item_info .formats_wrap{
	margin-bottom: 30px;
}

.item_info .count{
	float: left;
}

.item_info .price{
	float: left;
	margin-left: 15px;
  	margin-top: 5px;
}
.popup_cart_block .item_info .price {
	margin-left: 0px;
}

.item_info .contents{
	margin-top:30px;
	border-radius: 3px;
}

.line{
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.1);
}

.item_info + .line{
	padding-top:40px;
	margin-bottom:30px;
}

.title20{
	font-size: 20px;
	color:#000;
}
.items_wrap.center{
	width:700px;
	float:right;
}

.items_wrap.four .item_block:nth-child(4n+4){
	margin-right: 0;
}

#popup_div_shadow {
        background: rgba(0,0,0,0.3);
        z-index: 4;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        cursor: pointer;
}
.popup_cart_block{
	position: fixed;
	width: 660px;
	max-height: 434px;
	background: #fff;
	z-index: 5;
	padding: 35px 40px;
        display: none;
        top:10%;
        left: 50%;
        margin-left: -370px;
}
.popup_cart_block .title30{
	margin-bottom:35px;
}

.popup_cart_block .exitLink{
	position: absolute;
	top:31px;
	right:40px;
}

.popup_cart_block .item_img_wrap {
	max-height: 358px;
  	width: 240px;
}
.popup_cart_block .item_img_wrap img {
	max-height: 358px;
  	max-width: 240px;
}

.popup_cart_block .item_info .title20 {
	margin-bottom: -4px;
        max-width: 365px;
        line-height: 24px;
}

.popup_cart_block .item_info .text1 {
	margin-bottom: 22px;
        max-width: 365px;        
}

.contents.no_basket {
	border-radius:3px;
	background: url(../images/cart_gradients.png) repeat-x;
	padding-left:20px;
}

.contents.no_basket:hover {
  	background: url(../images/cart_gradients.png) repeat-x 0 -46px;
}

.contents.no_basket:active {
  	background: url(../images/cart_gradients.png) repeat-x 0 -92px;
}

.back_to_cat{
	display: block;
  	color: #333;
  	border-radius: 3px;
	border:1px solid #666;
	padding: 0 20px;
  	height: 46px;
  	line-height: 46px;
	cursor:pointer;
}

.back_to_cat:hover{
	color: #333;
	border:1px solid #cc3366;
}

.back_to_cat2{
    margin-left: 30px;
    float: left;
    font-size: 15px;
    height: 30px;
    line-height: 29px;
    padding: 0 15px;
    margin-top: 2px;
    display: block;
    color: #333;
    border-radius: 3px;
    border: 1px solid #666;
    cursor: pointer;
}

.back_to_cat2:hover{
	color: #333;
	border:1px solid #cc3366;
}

.popup_cart_block .back_to_cat{
	margin-top: 30px;
	margin-left:15px;
	float: left;
}

h1 + .back_to_cat{
	margin-left:30px;
	float: left;
	font-size:15px;
	height: 30px;
  	line-height: 29px;
	padding: 0 15px;
        margin-top: 2px;
}

.left{
	float: left;
}

.wide_item_block{
	position:relative;
	padding: 20px 30px;
	border:1px solid #e4e4e4;
	border-top: 0;
	font-size:15px;
	background:#fff;
}

.wide_item_block.basket{
	width: 580px;
	height: auto;
        min-height: 80px;
}

.wide_item_block .img_wrap {
	height: auto;
  	width: 74px;
        display: block;
        text-align: center;
        line-height: 52px;
}
.wide_item_block a .sizes {
	color: #666;
        font-size: 12px;
        line-height: 26px;
}

.wide_item_block .img_wrap img {
	max-height: 112px;
  	max-width: 74px;
}

.wide_item_block .title_wrap{
	position: absolute;
	left: 140px;
  	top: 17px;
	width:240px;
}

.wide_item_block .title_wrap a{
	display: block;
	padding: 10px 0;
}

.wide_item_block .count{
	position: absolute;
	right: 188px;
  	top: 21px;
}

.wide_item_block .price{
	position: absolute;
	left: 464px;
  	top: 27px;
        max-width: 130px;
        
}
.itogo .price {
        max-width: 225px!important;
        
}
.itogo textarea {
    width: 180px;
    margin-bottom: 15px;
    margin-top: 5px;
    color: #666;
    line-height: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    resize: none;
    height: 55px;
}
.price.priceBig {
	left: 395px!important;;
        max-width: 200px!important;
        
}

.wide_item_block .exitLink{
	position: absolute;
	right: 19px;
  	top: 27px;
}

.wide_item_block.first{
	border-top: 1px solid #e4e4e4;
}

.itogo{
	font-size:13px;
	color:#999;
	width: 202px;
  	/*height: 124px;*/
  	padding: 16px 19px;
	border:1px solid #e4e4e4;
	float:right;
	background:#fff;
}

.itogo .price{
	margin-top: 10px;
	margin-bottom: 15px;
}

.wide_item_block.history{
	width: 800px;
	min-height: 80px;
	margin-left: 81px;
}

.wide_item_block.history .date{
	position:absolute;
	top: 28px;
  	left: -80px;
	font-size:12px;
	color:#999;
}

.wide_item_block.history.new_date{
	border-top: 1px solid #e4e4e4;
	margin-top:20px;
}

.wide_item_block.history .price{
	right:180px;
        left: auto;
}

.wide_item_block.history .count{
  	top: 28px;
  	right: 300px;
  	font-size: 12px;
}

.wide_item_block.history .status{
	font-size:12px;
	position: absolute;
	left: 718px;
  	top: 28px;
}

.wide_item_block.history .status.vobr{
	color:#666;
}

.wide_item_block.history .status.canceled{
	color:#bc2a4f;
}

.wide_item_block.history .status.delivered{
	color:#339933;
}

.politicText {
    font-size: 11px;
    padding-left: 27px;
    line-height: 14px;
}

/*new style*/
.item_info
{float:right;}

.imagesitem{
float: left;
display: block;
width: 46%;
}
#simage{
	width: auto;
	padding: 2%;
	float: unset;
	margin:0;
	display: inline-block;
}
#imgimg{
object-fit: cover;
max-height:120px;
}

#firstimage{
	width: inherit;
	margin: 0;
	float: unset;
display: inline-block;
}
.secondimgs, .generalimg {
display: block;
text-align: center;
padding-top: 2%;
}
		
