#logo span, .logo span {
    font-family: corki;
    font-size: 50px;
    color: #ff855f;
}

@font-face {
    font-family: corki; /* Ãàðíèòóðà øðèôòà */
    src: url(fonts/corki-webfont.ttf); /* Ïóòü ê ôàéëó ñî øðèôòîì */
   }
#logo a, .logo a{ text-decoration:none; }
#logo span, .logo span{
	font-family: corki;
    font-size: 50px;
    color: #ff855f;}





#appCallOrder{

	-webkit-transition: 0.1s all ease-in-out;
	-o-transition: 0.1s all ease-in-out;
	transition: 0.1s all ease-in-out;

	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 3;
	left: 0px;
	top: 0px;

	display: none;
}



#appCallOrderContainer{
	box-shadow: 1px 1px 12px rgba(60, 60, 60, 0.3);
	background-color: #ffffff;
	margin-left: -350px;
	margin-top: -215px;
	position: absolute;
	overflow: hidden;
	height: 430px;
	width: 700px;
	left: 50%;
	top: 50%;
}

#appCallOrderContainer .column{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    margin-left: 170px;
	margin-top: 24px;
	/*padding: 0 24px;*/
	width: 400px;
	float: left;
}

#appCallOrderContainer .column:first-child{
	text-align: center;
	width: 350px;
}

#appCallOrderContainer  .heading{
	position: relative;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	height: 60px;
}

#appCallOrderContainer .title{
	margin-bottom: 12px;
	text-align: center;
	margin-right: 24px;
	font-size: 16px;
	display: block;
}

#appCallOrderContainer .formLine{
	margin-bottom: 12px;
}

#appCallOrderContainer input{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "roboto_ltregular";
	padding-left: 12px;
	width: 354px;
	height: 50px;
	border: 0;
}

#appCallOrderContainer textarea{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "roboto_ltregular";	
	padding-left: 12px;
	padding-top: 12px;
	resize: none;
	width: 354px;
	height: 90px;
	border: 0;
}

#appCallOrderContainer input:focus, 
#appCallOrderContainer textarea:focus{
	outline: none;
}

#appCallOrderContainer #CallOrderFormSubmit{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	display: block;
	height: 50px;
	width: 354px;
}

#appCallOrderContainer #CallOrderFormSubmit:active{
	position: relative;
	top: 1px;
}

#appCallOrderContainer #CallOrderFormSubmit.loading{
	-webkit-transition: background 0s !important;
	-o-transition: background 0s !important;
	transition: background 0s !important;
	text-indent: 12px;
	opacity: 0.9;
}

#appCallOrderContainer #CallOrderFormSubmit.loading img{
	display: none;
}

#appCallOrderContainer #CallOrderFormSubmit img{
	vertical-align: middle;
	padding-right: 4px;
	margin-top: -2px;
}

#appCallOrderContainer .markerContainer{
	position: absolute;
	top: 0px;
	left: 12px;
}

#appCallOrderContainer #CallOrderResult{
	transform: translateY(50%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 24px;
}

#CallOrderResult #CallOrderResultTitle{
	text-align: center;
	margin-top: 24px;
	font-size: 16px;
}

#CallOrderResult #CallOrderResultMessage{
	text-align: center;
	margin-top: 24px;
}

#CallOrderResult #CallOrderResultClose{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	margin: 24px auto;
	font-size: 14px;
	display: block;
	height: 50px;
	width: 254px;
}

#CallOrderResult #CallOrderResultClose:active{
	position: relative;
	top: 1px;
}

#appCallOrderContainer .marker {
	font: normal normal 12px "roboto_ltregular" , arial , sans-serif;
	margin-bottom: 8px;
	padding: 3px 4px;
	line-height: 16px;
	z-index: 2;
}


#appCallOrderContainer .name{

	-webkit-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	
	font-size: 14px;
	display: block;
	text-decoration: none;
	margin-bottom: 12px;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
}

#appCallOrderContainer .middle{
	line-height: 21px;
	vertical-align: middle;
	display: inline-block;
}

#appCallOrderContainer .price{
	font-family: 'robotobold';
	text-decoration: none;
	margin-bottom: 12px;
	font-size: 18px;
	display: block;
}

#appCallOrderContainer .price .discount{
	font-family: 'roboto_ltregular';
	padding-left: 4px;
	font-size: 14px;
}

#appCallOrderContainer #CallOrderName{
	padding: 0 24px;
}

#appCallOrderContainer #CallOrderPicture{

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

	margin-bottom: 12px;
	position: relative;
	text-align: center;
	line-height: 230px;
	display: block;
	height: 230px;
}

#appCallOrderContainer #CallOrderPicture .url{
	text-align: center;
	line-height: 230px;
	display: block;
	height: 230px;
}

#appCallOrderContainer #CallOrderPicture .picture{
	vertical-align: middle;
    max-height: 90%;
	max-width: 90%;
}

#appCallOrder .close{
	background: url(images/exit.png) 0 0 no-repeat transparent;
	position: absolute;
	display: block;
	height: 21px;
	width: 21px;
    right: 20px;
    top: 20px;
}

#appCallOrder .close:hover{
	background-position: 0 -21px ;
}

#appCallOrder .close:active{
	background-position: 0 -42px ;
}
.basketQty{
	width:150px;
}

/* Body */
/* Page /r-setka/ */
#right .size-menu {
	margin-bottom: 24px;
	overflow: hidden;
}

#right .size-menu div {
	margin-left: 24px;
	margin-bottom: 24px;
	height: 22px;
	float: left;
}
#right .size-menu div a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-transform: uppercase;
	font-family: 'robotobold';
	text-decoration: none;
	font-size: 16px;
	display: block;
	color: #888888;
}

#right .size-menu div a:active{
	position: relative;
	top: 1px;
}

#right .size-menu div .selected{
	border-bottom: 1px dashed #000000;
	color: #000000;
}
#right .size-menu .clearfix {
	clear: both;
}
#right .size-items, #right .size-items li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#right .size-items li {
	display: none;
}
#right .size-items li.active {
	display: block;
}
/* Page about sizes */
.fancybox-desktop .modal-table-size-container {
	margin-top:30px;
	padding:0 30px;
}
.modal-table-size-container h2 {
	background-color: #424242;
	color: #ffffff;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	position: relative;
	text-align: center;
}
.modal-table-size-container h2 .close0 {
	background: transparent url("images/exit.png") no-repeat scroll 0 0;
	display: block;
	height: 21px;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 21px;
}
.modal-table-size #nl {text-align:left;}
.modal-table-size th, .modal-table-size td {
	padding: 6px;
	border-right: 1px dotted #7f7f7f;
	border-bottom: 1px dotted #7f7f7f;
}
.modal-table-size td {
	text-align:center;
}
.close {
    position: absolute;
    right: 3px;
    top: 3px;
    width: 20px;
    height: 20px;
    opacity: 0.3;
	cursor:pointer;
}
.close::before, .close::after {
    position: absolute;
    left: 8px;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #333;
}
.close::before {
    transform: rotate(45deg);
}
.close::after {
    transform: rotate(-45deg);
}