@font-face {
	font-family: myriadproLight;
	src: url(fonts/myriadpro-light.otf);
}
html, body{
	margin: 0;
	padding: 0;
	height: 100%;
}
body{
    color: #464646;
    font-family: Tahoma;
    background: #f3f6f8 none repeat scroll 0 0;
}
img, a img{
    outline: none;
    border: none;
}
@media \0screen{
    img{ 
        width: 100%;
    }
}
.block-wrapper{
    max-width: 1260px;
    margin: 0 1%;
}
.container-fluid.no-padded{
    padding: 0;
}

/* Top Line */
#top-line {
    position: fixed;
    z-index: 25;
}
.cart {
    background: #00446e;
    background-image: linear-gradient(to top, #00446e, #007fb8);
    border-bottom: 1px solid #0a3151;
    box-shadow: 0 3px 4px rgba(140, 140, 140, 0.75), 0 -1px rgba(156, 224, 255, 0.29) inset;
    height: 39px;
    position: relative;
    width: 100%;
    z-index: 2;
}
.cart-top {
    background: #007fb8 none repeat scroll 0 0;
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.cart .wrapper {
    padding-top: 8px;
    width: 504px;
    margin: 0 auto;
}
.cart-icon {
    background: rgba(0, 0, 0, 0) url("image/sprite.png") no-repeat scroll -2px -71px;
    float: left;
    height: 22px;
    margin-right: 9px;
    width: 23px;
}
.active-cart .cart-icon {
	background-position: -30px -70px;
}
.cart-block {
    background: rgba(0, 0, 0, 0) url("image/cart-block-bg.png") repeat scroll 0 0;
    border-radius: 12px;
    color: #7f9db2;
    float: left;
    font-family: "Myriad Pro";
    font-size: 13px;
    height: 19px;
    padding-left: 14px;
    padding-top: 4px;
    position: relative;
    text-shadow: 0 -1px rgba(10, 49, 81, 0.75);
    width: 303px;
    box-sizing: content-box;
}
.cart-block span:first-child {
    color: #fff;
    margin-right: 12px;
    text-transform: uppercase;
}
.cart-item {
    display: inline-block;
    height: 19px;
    line-height: 15px;
    padding-top: 4px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 122px;
    box-sizing: content-box;
}
.active-cart .cart-item {
	background: #3ab6e9;
	color: #fff;
	border-radius: 12px;
}
.cart-item strong {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin-right: 4px;
}
.active-cart .cart-text {
    color: #fdd922;
}
.cart-button {
    background: /*rgba(0, 0, 0, 0)*/ url("image/sprite.png") no-repeat scroll -59px 0;
    border: medium none;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    font-family: "Myriad Pro";
    height: 25px;
    margin-left: 17px;
    outline: medium none;
    padding: 0;
    text-shadow: 0 1px rgba(137, 53, 4, 0.75);
    text-transform: uppercase;
    width: 136px;
}
.cart-button:hover {
	background-position: -59px -27px;
}
.cart-button:active {
	background-position: -59px -54px;
}
.cart-button:disabled {
    background: /*rgba(0, 0, 0, 0)*/ url("image/cart-block-bg.png") repeat scroll 0 0;
    color: #7f9db2;
    cursor: auto;
    text-shadow: 0 -1px rgba(10, 49, 81, 0.75);
}

/* Header */
header{
    padding: 55px 0 0;
    background: #fff none repeat scroll 0 0;
}
.logo img{
    max-width: 100%;
    height: auto;
}
.header-search{
    width: 60%;
}
.header-search-label{
    color: #a5a5a5;
    font-family: myriadproLight;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 5px 0;
}
.form-inline .input-group.header-search{
    display: inline-table;
}
.form-inline .input-group.header-search .input-group-btn{
    width: 1%;
}
#header-search-text{
    border-radius: 12px 0 0 12px;
    border-right: medium none;
    height: 25px;
    color: #a5a5a5;
    font-family: Arial;
    font-size: 11px;
    font-style: italic;
}
#header-search-text:focus{
    border: 1px solid #ccc;
    border-right: medium none;
    box-shadow: none;
}
.input-group.header-search .input-group-btn button.btn{
    border-left: medium none;
    border-radius: 0 12px 12px 0;
    height: 25px;
    padding: 0 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #20617D;
}
.input-group.header-search .input-group-btn button.btn:hover{
    background-color: #FFEC00;
}
.city {
	text-align: right;
	font-family: myriadproLight;
	right: 2px;
	top: 6px;
	color: #0072a5;
	font-size: 15px;
}
.city .city-phone {
	font-size: 31px;
	padding-top: 3px;
	white-space: nowrap;
}
.city .city-name span{
    white-space: nowrap;
}
.city .city-phone span {
	font-size: 19px;
	position: relative;
	right: 6px;
	top: -6px;
}

/* Header Menu */
.menu {
	background: #dddfe0;
	height: 44px;
	margin-top: 12px;
}
.menu ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
.menu ul li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	position: relative;
}
.menu ul li a {
	color: #005387;
	text-decoration: none;
	padding: 13px 24px;
	display: inline-block;
	line-height: 18px;
	font-size: 17px;
	margin: 0;
	position: relative;
	font-family: "Myriad Pro";
}
.menu ul li a.active {
	background: #3ab6e9;
	color: #fff;
	z-index: 1;
}
.menu ul li a:hover {
	background: #fff;
	color: #3ab6e9;
	z-index: 1;
}
.menu ul li a:active {
	background: #fdd922;
	color: #0a3151;
	z-index: 1;
}
.menu ul li a::before {
	content: "";
	left: -1px;
	font-size: 11px;
	line-height: 18px;
	display: block;
	top: 8px;
	width: 1px;
	height: 28px;
	background: #fff;
	position: absolute;
}
.menu ul li a.active:before,
.menu ul li a:hover:before,
.menu ul li a:active:before,
.menu ul li a.first::before { display: none; }

/* Columns */
.columns-tbl{
    display: table;
    width: 100%;
    margin-top: 17px;
}
.columns-row{
    display: table-row;
}
.columns-col{
    display: table-cell;
}
.column-main{
    width: 100%;
    vertical-align: top;
}

/* Categories Menu */
.main-menu-categories{
    float: left;
    width: 216px;
    z-index: 20;
}
#main-menu-header{
    position: relative;
    padding-left: 64px;
    height: 39px;
    font-family: "Myriad Pro";
    font-size: 20px;
    line-height: 35px;
    color: #0a3151;
    text-transform: uppercase;
    background-color: #f3f6f8;
    display: none;
}
#main-menu-button{
    position: absolute;
    top: 0;
    right: -39px;
    z-index: 20;
}
.main-menu-categories nav{
    background: #fff none repeat scroll 0 0;
    box-shadow: 1px 2px 2px rgba(14, 16, 19, 0.22), 0 -1px rgba(255, 255, 255, 0.49) inset;
}
.main-menu li ul{
    background: #fff none repeat scroll 0 0;
    box-shadow: 1px 2px 2px rgba(14, 16, 19, 0.22), 0 -1px rgba(255, 255, 255, 0.49) inset;
    list-style: outside none none;
    margin: 0;
    padding: 11px 0;
    width: 216px;
}
.main-menu, .main-menu li ul { padding: 0; }
.main-menu li ul li,
.main-menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 20;
}
.main-menu li a {
	color: #0a3151;
	font-family: "Myriad Pro";
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	width: 189px;
	padding: 9px 0 5px 27px;
	line-height: 18px;
	position: relative;
	box-sizing: content-box;
}
.main-menu li ul li a {
	width: 180px;
}
.main-menu li.expanded ul li.active:hover a,
.main-menu li.expanded:hover > a,
.main-menu li a:hover,
.main-menu li.active > a {
	background: #007fb8;
	color: #fff;
}
.main-menu li.expanded ul li.active a {
	background: #fdd922;
	color: #0a3151;
}
.main-menu li ul {
	display: none;
	width: 207px;
	position: absolute;
	top: 0;
	right: -206px;
	z-index: 2;
}
.main-menu li.expanded:hover {
	width: 228px;
	display: block;
}
.main-menu li.expanded.active > a::after,
.main-menu li.expanded:hover > a::after {
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	height: 23px;
	background: url(image/sprite.png) 0px -96px no-repeat;
	top: 4px;
	right: 7px;

}
.main-menu li.expanded.hover:hover ul,
.main-menu li.expanded:hover ul {
	display: block;
}

/* Right Sidebar */
.sidebar-right, .sidebar-right aside{
    padding: 0;
}
.panel.panel-default.news-block,
.panel-default.news-block > .panel-heading,
.panel-default.news-block > .panel-body,
.panel-default.news-block > .panel-footer,
.panel.panel-default.article-block,
.panel-default.article-block > .panel-heading,
.panel-default.article-block > .panel-body,
.panel-default.article-block > .panel-footer{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-radius: 0;
    padding: 0;
}
.block-right-title {
    background: #fff none repeat scroll 0 0;
    color: #0a3151;
    font-family: "Myriad Pro";
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    padding: 9px 0 5px 15px;
    display: block;
}
.block-right-footer {
    background: #fafcfc none repeat scroll 0 0;
    color: #9ea4ab;
    display: block;
    font-family: "Myriad Pro";
    font-size: 11px;
    padding: 12px 0 10px 15px;
}
.article-block ul, .news-block ul {
    background: #fafcfc none repeat scroll 0 0;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.article-block ul li, .news-block ul li {
    clear: both;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.article-block ul li a, .news-block ul li a {
    color: #007fb8;
    display: block;
    font-family: Tahoma;
    font-size: 12px;
    line-height: 14px;
    padding: 10px 5px 9px 16px;
    text-decoration: none;
}
.news-block ul li a .news-time, .article-block ul li a .article-time {
    color: #b1b1b1;
    display: block;
    font-size: 11px;
}
.news-block ul li a .news-text, .article-block ul li a .article-text {
    text-decoration: underline;
}
.news-block ul li a:hover {
	background: #007fb8;
	color: #fff;
}
.article-block ul li a:hover {
	background: #fdd922;
	color: #0a3151;
}

/* breadcrumbs */
.breadcrumbs {
	color: #757575;
	font-size: 11px;
	font-family: myriadproLight;
}
.breadcrumbs a { color: #757575; text-decoration: none; }
.breadcrumbs a.active { color: #3ab6e9; }

/* Content */
.article-body .content-style h1, .article-body .content-style h2 {
    color: #464646;
    display: block;
    font-family: Tahoma;
    font-size: 22px;
    margin: 10px 0;
}
.article-body img{
    max-width: 100%;
    height: auto!important;
}

/* Footer */
footer {
    padding-bottom: 24px;
    padding-top: 70px;
}
footer .block-wrapper {
    border: 1px solid #dddddd;
    padding: 18px 15px 20px;
}
footer .copyright {
	font-family: "Myriad Pro";
	font-size: 12px;
	color: #ddd;
	margin-top: 3px;
}
footer .footer-menu{
    text-align: right;
}
footer ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
footer ul li{
    display: inline-block;
    list-style: outside none none;
    padding: 0;
}
footer ul li a{
    border-left: 1px solid #a5a5a5;
    color: #a5a5a5;
    display: inline-block;
    font-family: "Myriad Pro";
    font-size: 12px;
    padding: 0 13px 0 14px;
    text-decoration: none;
}
footer ul li a:hover{
    color: #a5a5a5;
    text-decoration: none;
}
footer ul li:first-child a {
    border-left: medium none;
}

/* Icons */
.icon16.color {
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	height: 12px;
	width: 12px;
}
i.icon16 {
	margin: 0.2em 0.25em 0 0;
	text-decoration: none !important;
	vertical-align: top;
}
i.icon16 {
	background-repeat: no-repeat;
	background-size: 260px 160px;
	display: inline-block;
	height: 16px;
	text-decoration: none !important;
	text-indent: -9999px;
	width: 16px;
}
i.icon16 {
	background-image: url("image/icons.png");
	background-repeat: no-repeat;
	background-size: 260px 160px;
	display: inline-block;
	height: 16px;
	text-decoration: none !important;
	text-indent: -9999px;
	width: 16px;
}
.icon16.star-empty {
	background-position: -48px -16px;
}
.icon16.star-hover {
	background-position: -64px -16px;
}
.icon16.star, .icon16.star-full {
	background-position: -16px -16px;
}
i.icon10 {
	background-image: url("image/icons.png");
	background-repeat: no-repeat;
	background-size: 260px 160px;
	display: inline-block;
	height: 10px;
	text-decoration: none !important;
	text-indent: -9999px;
	width: 10px;
}
i.icon10 {
	margin: 0.2em 0.1em 0 0;
	text-decoration: none !important;
	vertical-align: top;
}
.icon10.star, .icon10.star-full {
	background-position: 0 -100px;
}
.icon10.star, .icon10.star-full {
    background-position: 0 -100px;
}



@media only screen and (min-width : 1300px) {
	.block-wrapper{
        margin: 0 auto;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.header-search{
        width: 100%;
    }
    .menu ul li a{
        font-size: 15px;
    }
    footer .copyright, footer .footer-menu {
        text-align: center;
    }
    footer .copyright{
        margin-top: 20px;
    }
    .sidebar-right{
        padding: 30px 15px;
    }
    .sidebar-right aside {
        padding: 0 10px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.city, .header-logo-block {
    	text-align: center;
    }
    .header-search-block{
        margin: 5px 0;
    }
    .header-search{
        width: 60%!important;
    }
    .city .city-phone{
        font-size: 20px!important;
    }
    .city .city-phone span {
    	font-size: 16px;
    	top: -2px;
    }
    .main-menu-categories{
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        z-index: 35;
    }
    #main-menu-header{
        display: block;
    }
    .main-menu-categories nav{
        height: 100%;
        overflow-y: auto;
    }
    .main-menu{
        padding-left: 39px;
    }
    .main-menu li.expanded:hover, .main-menu li a{
        width: auto;
    }
    .main-menu li.expanded:hover ul{
        display: none;
    }
    .main-menu li.expanded.active ul{
        background-color: #EBEBED;
        box-shadow: none;
        display: block;
        position: static;
        width: auto;
    }
    .main-menu li.expanded.active ul li a{
        padding-left: 50px;
        width: auto;
    }
    .header-search-label, ul.menu-h li.sorting-title{
        display: none;
    }
}

@media only screen and (max-width : 590px) {
    .cart-icon{
        visibility: hidden;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .block-wrapper{
        margin: 0;
    }
    .hidden-mobile{
        display: none;
    }
    .cart .wrapper{
        width: 310px;
    }
    .cart-block{
        width: 110px;
    }
    .main-catalog .col{
        width: 100%!important;
    }
}
