@import url('accordion.css');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
} 
.cF{clear:both;}
/*--- --- --- End reset CSS --- --- ---*/

html, body{height:100%;}
body a{font-weight: bold;}
body{
    background-image: url('../img/bg.png');
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:center;
    background-color: #4e9fd7;
    font-family:Arial, sans-serif;
    color:#000;
    font-weight:bold;
    font-style:normal;
}

/*--- wrapper ---*/
#wrapper{
    
    margin-bottom:50px;
}
#inner-wrapper{
    width:960px;
    margin:0 auto;
}
/*--- End wrapper --*/

/*--- header ---*/
header{
    height: 175px;
    position: relative;
    margin-top: 50px;
    background: #fff;
    border: 1px solid #fff;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.header-left-block
{
    display: inline-block;
    float: left;
    width: 45%;
}

.header-right-block
{
    display: inline-block;
    float: left;
    background: #ffcc33;
    margin: 18px 0 0 0;
    border: 1px solid #ffcc33;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 15px 15px 0px 30px;
    width: 45%;
}

.contact-info
{
    color: #333333;
    font-family: Andada SC;
    display: inline-block;
    float: left;
}

.phone
{
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 2px;
	line-height: 29px;
	overflow: hidden;
}

.phone-mts-span
{
    position: relative;
   /* top: -3px;*/
	float: left;
}

.phone-kiev-span
{
    position: relative;
   /* top: -7px;*/
	float: left;
}

.phone-mts
{
   /* background-image: url('../img/mts-ConvertImage.png');*/
    display: inline-block;
	float: left;
	width: 75px;
	height: 29px;
	line-height: 29px;
}

.phone-kiev
{
    /*background-image: url('../img/kievstar-ConvertImage.png'); */
    display: inline-block;
	float: left;
	width: 75px;
}

.mail-icon
{
    /*background-image: url('../img/mail.png');*/
    display: inline-block;
	float: left;
	width: 75px;
   /* margin-left: 5px;*/
}
.email-span
{
    position: relative;
    float: left;
}

.email-info
{
    font-weight: normal;
    margin-bottom: 5px;
   /* margin-left: px;*/
    font-size: 24px;
	line-height: 29px;
	overflow: hidden;
}
.phone img, .email-info img{max-height: 29px;}
.slogan-content
{
    display: inline-block;
    float: left;
    font-family: fantasy;
    font-weight: normal;
    text-align: center;
    padding: 0px 0 0 25px;
    position: relative;
    top: -10px;
}

.slogan-firs
{
    color: #ff670f;
    display: block;
    font-size: 36px;
}

.slogan-two
{
    font-size: 42px;
    color: #cc6600;
}

.logo
{
    width: 108px;
    height: 104px;
    display: inline-block;
    margin: 30px 10px 0 15px;
    background-image: url('../img/logo-ConvertImage.png');
    float: left;
}

.logo-content
{
    display: inline-block;
    float: left;
    position: relative;
    top: 48px;
}

.word-first
{
    color: #666666;
    font-size: 48px;
    font-family: lobster;
}

.word-two
{
    color: #ff6600;
    font-size: 48px;
    font-family: lobster;
}

.logo-content p
{
    color: #333333;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 13px;
}

/*--- End header ---*/

/*--- shadow & main-page ---*/
.left-shadow, .right-shadow{

}
.left-shadow{
    background-position:0 0;
    margin:-9px 0 0 0;
}
.right-shadow{
    background-position:100% 0;
}
.main-page{
    background-color:#FFF;
    border-radius:0 0 10px 10px;
    padding:0 0 20px 0;
}
/*--- End shadow & main-page ---*/

/*--- nav ---*/
.bg-nav-gradient{
    background: #fefefe; /* Old browsers */
    background: -moz-linear-gradient(top,  #fefefe 0%, #f2f6f9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f2f6f9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefefe 0%,#f2f6f9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefefe 0%,#f2f6f9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefefe 0%,#f2f6f9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fefefe 0%,#f2f6f9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f2f6f9',GradientType=0 ); /* IE6-9 */

    padding:0px 10px 20px 10px;
    border-bottom:1px solid #73abc9;
}

nav{
    border:1px solid #1a2533;
    border-radius:5px;
    padding:0 10px;
    width:716px;
    position:relative;
    margin:0px 0 10px 0;

    background: #2d3b4e; /* Old browsers */
    background: -moz-linear-gradient(top,  #2d3b4e 0%, #293441 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d3b4e), color-stop(100%,#293441)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2d3b4e 0%,#293441 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2d3b4e 0%,#293441 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2d3b4e 0%,#293441 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2d3b4e 0%,#293441 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3b4e', endColorstr='#293441',GradientType=0 ); /* IE6-9 */
}
.nav-item{
    display:inline-block;
    line-height:58px;
    vertical-align:middle;
    margin-right: 10px;
	font-weight: bold;
}
.nav-link{
    font:normal normal 14px Tahoma;
    text-transform:uppercase;
    /*color:#FFF;*/
    color:#F3D450;
    text-decoration:none;
    padding:10px 3px;
	font-weight: bold;
}
.nav-link:hover{
    color:#73abc9;
    background-color:#394759;
    border-radius:5px;
    box-shadow: inset 0 1px 3px #333;
    text-shadow:0 1px 0 #232e3b;
}

/*--- social ---*/
.social{
    background-image:url('../img/social.png');
    background-repeat:no-repeat;
    display:block;
    width:41px;
    height:41px;
}
.vk{background-position:0 0;}
.facebook{background-position:-50px 0;}
.twitter{background-position:-100px 0;}
.youtube{background-position:-150px 0;}
.seporator-social{
    background: url('../img/seporator-social.png') 100% 0 no-repeat;
    padding-right:10px;
}
/*--- End social ---*/

.basket{
    background: url('../img/basket.png') 0 0 no-repeat;
    width:152px;
    height:70px;
    position:absolute;
    right:-162px;
    top:-5px;
}
.basket p{
    font:normal normal 13px Arial;
    color:#fde310;
    text-shadow:0 1px 0 #333;
    margin:24px 0 0 0;
    padding: 0 0 0 10px;
}
.basket p a{
    font:normal bold 12px/20px Arial;
    background-color:#fde310;
    color:#1f7411;
    text-shadow:0 1px 2px #FFF;
    padding:0 10px;
    text-decoration:none;
    border-radius:3px;
    display: block;
    width: 113px;
    margin: 5px 0 0 0;
}
.basket p a:hover{box-shadow:0 0 15px #FFF;}
.basket p a:active{box-shadow:inset 0 0 5px #333;text-shadow: 0 1px 0 #FFF;}
/*--- End nav ---*/

/*--- left-side ---*/
.left-side{
    width:210px;
    margin-left:10px;
    margin-top:10px;
    float:left;
}

.title-aside{
    font:normal normal 18px/34px Arial;
    border-radius:5px;
    text-align:center;
    padding:0 5px;
    /*color:#FFF;*/
    color: #f3d450;
    text-shadow:0 1px 0 #333;

    background: #3c7093; /* Old browsers */
    background: -moz-linear-gradient(top,  #3c7093 0%, #325f84 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c7093), color-stop(100%,#325f84)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3c7093 0%,#325f84 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3c7093 0%,#325f84 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3c7093 0%,#325f84 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #3c7093 0%,#325f84 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7093', endColorstr='#325f84',GradientType=0 ); /* IE6-9 */

}

.mail-zakaz{
    border-radius:5px;
    border:1px solid #CCC;
    padding:10px;
    margin:10px 0;

    background: #fefefe; /* Old browsers */
    background: -moz-linear-gradient(top,  #fefefe 0%, #e7e7e7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefefe 0%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefefe 0%,#e7e7e7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefefe 0%,#e7e7e7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fefefe 0%,#e7e7e7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */
}
.title-mail-zakaz{
    font:normal normal 18px/28px Arial;
    /*color:#5687af;*/
    color:#D69804;
    text-shadow:0 1px 0 #FFF;
}
.section-form{
    margin:5px 0;
}
.inTxt{
    border-radius:3px;
    border:1px solid #ccc;
    padding:0 3px;
    height:26px;
    font:normal normal 14px/26px Arial;
    color:#737b80;
    width:180px;
}
.inArea{
    width:185px;
    min-width: 185px;
    max-width: 185px;
    border:1px solid #CCC;
    font:normal normal 14px/16px Arial;
    color:#737b80;
}
.inSub{
    border:1px solid #CCC;
    border-radius:5px;
    font:normal normal 14px Arial;
    color:#737b80;
    text-shadow:0 1px 0 #FFF;
    height:30px;
    cursor:pointer;

    background: #fefefe; /* Old browsers */
    background: -moz-linear-gradient(top,  #fefefe 0%, #e7e7e7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefefe 0%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefefe 0%,#e7e7e7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefefe 0%,#e7e7e7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fefefe 0%,#e7e7e7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */
}
.inSub:hover{
    box-shadow: 0 0 3px #2b81a9;
}
.inSub:active{
    box-shadow: inset 0 0 3px #2b81a9;
}

.search{
    border:1px solid #CCC;
    padding:10px;
    border-radius:5px;
    box-shadow: 0 3px 2px #333;

    background: #3c7093; /* Old browsers */
    background: -moz-linear-gradient(top,  #3c7093 0%, #325f84 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c7093), color-stop(100%,#325f84)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3c7093 0%,#325f84 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3c7093 0%,#325f84 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3c7093 0%,#325f84 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #3c7093 0%,#325f84 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7093', endColorstr='#325f84',GradientType=0 ); /* IE6-9 */
}

.partner{
    margin:0 0;
	padding-left: 55px;
}
#partner
{
    padding: 10px 0;
}
.part-item{
    display:inline-block;
    margin:0 0 0 0;
    vertical-align:top;
	
	
    height: 60px;
    margin: 0 0 20px;
    width: 130px;
}

.price-list a{
    background: url('../img/price.png') 0 0 no-repeat;
    display:block;
    width:219px;
    height:102px;
}

/*--- End left-side ---*/

/*--- main-content ---*/
.main-content{
    margin:0px 10px 10px 230px;
    padding:10px;
}
.page-title{
    font:normal normal 18px/30px Arial;
    /*color:#505153;*/
    color: #d69804;
    text-shadow:0 1px 0 #FFF;
    padding:0 10px;
    border-radius:5px;
    border:1px solid #CCC;
    margin:0 0 10px 0;

    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

.prod-box{
    border-radius:5px;
    border:1px solid #ececec;
    background-color:#f6f8fa;
    padding:7px;
    width:200px;
    position:relative;
    overflow:hidden;
    display:inline-block;
    margin:0 0 10px 0;
    vertical-align:top;
}
.prod-box:hover{background-color:#ebf0f4;}
.mar-c{margin:0 21px;}

.prod-img{
    display:block;
    border:1px solid #ededed;
    margin:20px;
}

a.fancy span
{
    display: none;
    background: rgba(0, 0, 0, 0.5) url('../img/lope-64.png') no-repeat center center; 
    width: 157px;
    height: 163px;   
    position: absolute;
    margin: 20px;
}

a.fancy span.big-lope
{
    display: none;
    background: rgba(0, 0, 0, 0.5) url('../img/lope-64.png') no-repeat center center; 
    width: 356px;
    height: 356px;   
    position: absolute;
    margin: 0px;
}

a.fancy:hover span.big-lope
{
    display: block;
}

a.fancy:hover span
{
    display: block;
}

.prod-name{
    text-decoration:none;
    color:#5687af;
    font:normal bold 14px/16px Arial; 
    text-shadow:0 1px 0 #FFF;
}
.prod-name:hover{
    color:#a2a2a2;
}
.price{
    background-color:#5687af;
    position:absolute;
    left:0; 
    bottom:0;
    font:normal bold 14px Arial;
    color:#FFF;
    text-shadow:0 1px 0 #000;
    border-radius:0 5px 0 0;
    padding:0 5px;
	padding-top: 2px;
    box-shadow: 0 2px 5px #333333 inset;
	max-width: 118px;
	max-height: 36px;
	width: 118px;
	height: 36px;
}
.prod-link{
    float:right;
    margin-top:10px;
}
.kupit, .more{
    font:normal bold 12px/14px Arial;
}
.kupit{color:#ff0006;}
.more{color:#5687af;}
.kupit:hover, .more:hover{text-decoration:none;}

.mega-search{
    padding:10px;
    border-radius:5px;
    border:1px solid #cccccc;
    box-shadow: 0 3px 5px #333;

    background: #5195b6; /* Old browsers */
    background: -moz-linear-gradient(top,  #5195b6 0%, #336289 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5195b6), color-stop(100%,#336289)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #5195b6 0%,#336289 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #5195b6 0%,#336289 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #5195b6 0%,#336289 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #5195b6 0%,#336289 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5195b6', endColorstr='#336289',GradientType=0 ); /* IE6-9 */
}
.mega-search-title{
    font:normal bold 17px 'Verdana';
    color:#2d3a4d;
    text-shadow:0 1px 0 #b9d2df;
}
.in-cont{
    display:inline-block;
    margin:0 0 0 9px;
    vertical-align:middle;
}
.in-cont label{
    font:normal bold 14px Arial;
    color:#FFF;
    display:block;
    text-shadow:0 1px 0 #000;
}
.mega-sub{
    border:1px solid #CCC;
    box-shadow: 0 2px 5px #333;
    border-radius:5px;
    padding:0 10px;
    height:33px;
    width:150px;
    font:normal normal 17px Verdana;
    color:#55585f;
    text-shadow:0 1px 0 #FFF;
    text-transform:uppercase;
    cursor:pointer;
    margin:0 0 0 10px;

    background: #feffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #feffff 0%, #e0e5eb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#e0e5eb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #feffff 0%,#e0e5eb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #feffff 0%,#e0e5eb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #feffff 0%,#e0e5eb 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #feffff 0%,#e0e5eb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#e0e5eb',GradientType=0 ); /* IE6-9 */
}
.proizvod{
    background:url('../img/proizv-nh.png') 0 0 no-repeat;
    width:132px;
    height:20px;
    position:relative;
}
.proizvod:hover{
    background:url('../img/proizv.png') 0 0 no-repeat;
}
.proizvod:hover .proizvod-drop{display:block;}
.proizvod .proizvod-drop{
    position:absolute;
    padding:10px;
    border:1px solid #CCC;
    box-shadow:0 2px 5px #333;
    border-radius:5px;
    /*top:25px;*/
	top:0px;
    width:611px;
    display:none;
	z-index:1000;

    background: #5195b6; /* Old browsers */
    background: -moz-linear-gradient(top,  #5195b6 0%, #336289 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5195b6), color-stop(100%,#336289)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #5195b6 0%,#336289 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #5195b6 0%,#336289 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #5195b6 0%,#336289 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #5195b6 0%,#336289 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5195b6', endColorstr='#336289',GradientType=0 ); /* IE6-9 */
}
.visible{display:block !important;}

.check-cont{
    display:inline-block;
    vertical-align:top;
    margin:0 10px 10px 0;
}
.check-label{
    display:inline !important;
}


.sel-big{
    height:20px;
    width:132px;
}
.sel-smal{
    height:20px;
    width:62px;
    display:block;
}

.mart-10{margin-top:10px;}

.top-shadow{
    background:#FFF url('../img/shadow.png') center 0 no-repeat;
    padding:9px 0 0 0;
}
.bottom-shadow{
    background:#FFF url('../img/shadow.png') center 100% no-repeat;
    padding:0 0 13px;
}
.about-box{
    border-radius:5px;
    border:1px solid #cccccc;
    padding:10px;

    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#ececec 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */

}
.blue-text, .red-text{
    font:normal bold 14px/16px Arial;
    text-shadow:0 1px 0 #FFF;
    margin:5px 0;
}
.blue-text{color:#5687af;}
.red-text{color:#ef1515;}


/*--- End main-content ---*/

/*--- footer ---*/
footer{
    height:40px;
    position:relative;
}
.foot-nav{
    padding:0 10px;
    float:left;
}
.foot-nav-item{
    display:inline-block;
    vertical-align:top;
}
.foot-nav-item:after{
    content:'|';
    font:normal normal 12px Tahoma;
    color:#5687af;
}
.foot-nav-item:nth-last-child(1):after{content:'';}
.foot-nav-link{
    font:normal normal 12px Tahoma;
    color:#5687af;
    padding:0 5px;
    text-decoration:none;
    text-transform:uppercase;
}
.foot-nav-link:hover{color:#61bae3;}
.copy{
    font:normal normal 12px Tahoma;
    color:#5687af;
    float:right;
    padding:0 10px 0 0;
}
.rss{
    background: url('../img/rss.png') 0 0 no-repeat;
    position:absolute;
    right:10px;
    bottom:-5px;
    display:block;
    width:21px;
    height:20px;
}
.part{
    position:absolute;
    left:0;
    right:0;
    height:33px;
    top:70px;
    text-align:center;
}
.part-item{
    display:inline-block;
    vertical-align:top;
}
.part-link{
    /*background-image:url('../img/part.png');*/
    background-repeat:no-repeat;
    height:33px;
    display:block;
    width:88px;
}
.part1{background-position:0 0;}
.part2{background-position:-88px 0;}
.part3{background-position:-180px 0;}
.part4{background-position:-273px 0;}
.part5{background-position:-364px 0;}
/*--- End footer ---*/

/*--- brend ---*/
.brend{}
.brend-item{
    display: inline-block;
    margin: 0 20px 5px 0;
    vertical-align: top;
}
.brend-link{
    display: block;
    border: 1px solid #ccc;
    padding: 3px;
}
/*--- End brend ---*/

.baner
{
    text-align: center;
    position: relative;
    top: 50px;
}

#formAddComment
{
    margin-top: 50px;
}

.logo-content a
{
    text-decoration: none;
}

.promotion
{
    padding: 10px 0;
}

.description-product ul
{
   list-style: inherit;
   padding-left: 25px;
}

.description-product table tbody tr td
{
    border: 1px solid;
    padding: 3px;
}

.more-products
{
    margin: 25px 0;
}

.more-products h2
{
    color: #ffcc33;
}

.more-product
{
    margin: 10px;    
    padding: 10px;
    min-height: 155px;
    background: #ECECEC;
}

.more-product-img
{
    display: inline-block;
    margin-right: 10px;
    float: left;
}

.more-product-img a img
{
    width: 150px;
    border: 1px solid #CECECE;
    height: 150px;
}

a.fancy .sub-lope
{
    width: 151px;
    height: 151px;
    margin: 0px;
}

.more-product-info
{
    display: inline-block;
    width: 70%;
    margin-left: 10px;
}

.more-product-info h2
{
    padding: 5px 0;
    width: 75%;
    display: inline-block;
    color: #5687AF;
}

.old-price
{
    text-decoration: line-through;
    display: block;
}

.new-price
{
    color: red;
}

.more-product-info h2 a
{
    padding: 5px 0;
    text-decoration: none;
    color: #5687AF;
}

.more-product-description
{
    padding: 10px;
    font-weight: normal;
    line-height: 20px;
    font-size: 14px;
}

.more-product-price
{
    float: right;
    color: #1C4B72;
}

.more-product-buy
{
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    border: 1px solid #d8dcdf;
    background: #c00 url(images/ui-bg_highlight-hard_100_cc0000_1x100.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #dfe1a8;
    border-radius: 5px;
}

.more-product-buy:hover
{
    border: 1px solid #cdd5da;
    background: #f6f6f6 url(images/ui-bg_highlight-hard_100_f6f6f6_1x100.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #c00;
}

.sale-price
{
    /*display: block;*/
    padding: 0;
    margin: 0;
    height: 5px;
    position: relative;
   /* top: -33px;
    left: 43px;*/
    color: #ff0006;
}

.no-sele-price
{
    position: relative;
   /* top: -6px;*/
    text-decoration: line-through;
}

.additional_description p
{
    display: block;
}
.adollar/*,.price span:nth-child(2)*/{color: #004206;text-shadow: 0 1px 0 #777;font-weight: 300!important;}
.price span:nth-child(2){font-weight: 300!important;text-shadow: inherit}
.languages_translator{
    position: absolute;
    left: 210px;
    top: 130px;
}



.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
}


.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:active:hover {
color: #fff;
background-color: #ac2925;
border-color: #761c19;
}
.spec-cart {
    position: fixed;
    top: 220px;
    margin-left: 50%;
    right: 50%;
    margin-right: -610px;
    color: #fff!important;
    text-decoration: none;
}
.spec-cart .fa-shopping-cart {
    display: block;
}

.spec-cart .fa-shopping-cart:before {
    font-size: 50px;
}


.basket-in-line{
    display: block;
    width: 120px;
    font-weight: 700;
    background: #f70000;
    text-align: center;
    border-radius: 4px;
    height: 27px;
    line-height: 27px;
    margin-top: 8px;
}
.basket-counter{
    position: absolute;
    top: -10px;
    right: 33px;
    background: #f70000;
    padding: 8px 14px;
    border-radius: 50%;
}

.basket-icon{
    display: block;
    margin-left: 5px;
}