html {
    height: 100%
}

body {
    min-height: 100%
}

#baners img {
    max-width: 100%
}

.similar_category {
    width: 150px;
    position: absolute;
    right: 0;
    top: 28px;
    background: #f9f9f9;
    padding: 0 10px 5px;
    border-radius: 3px
}

.loader,.loader .loader_inner {
    display: none
}

* {
    margin: 0;
    padding: 0
}

*:focus {
    outline: none
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin-top: -2px;
    margin-bottom: -2px
}

input[type="text"],textarea {
    background: #fff;
    font: 12px/18px Tahoma,Verdana,sans-serif;
    border: 1px solid #ccc
}

body {
    font: 12px/18px Tahoma,Verdana,sans-serif;
    color: #000;
    background: #fff
}

#wrap {
    background: #fff;
    min-height: 100%;
    min-height: 100%
}

* html #wrap {
    height: 100%
}

a {
    color: #4181ba;
    outline: none;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

img {
    border: none;
    outline: none
}

p {
    margin: 0 0 18px 0;
    text-align: justify;
    text-indent: 15px
}

article ul li,article ol li {
    list-style-type: disc
}

article ul,article ol {
    padding-left: 40px
}

header,nav,address,section,footer,article,aside {
    display: block;
    font-style: normal
}

.clear {
    clear: both
}

ul {
    list-style: none
}

h1 {
    font-size: 1.45em;
    line-height: 145%;
    text-align: center;
    font-weight: normal;
    margin: 0 0 20px 0
}

h2 {
    font-size: 1.35em;
    line-height: 190%;
    font-weight: normal;
    text-align: center;
    margin: 0 0 10px 0
}

h3 {
    font-size: 1.28em;
    line-height: 140%;
    font-weight: normal;
    margin: 0 0 10px 0
}

.center {
    max-width: 980px;
    padding: 0 10px;
    margin: 0 auto;
    position: relative
}

#header {
    min-height: 98px;
    border-bottom: 2px solid #eee;
    background: #FAFAFA;
    position: relative
}

#notice p {
    margin: 10px 0 0
}

#category_action {
    margin-top: 8px;
    font-size: 13px
}

#middle {
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#middle>.clear {
    display: none
}

#headerr {
    min-height: 74px;
    border-bottom: 2px solid #D55C4B;
    max-width: 980px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
    margin: 0 auto;
    margin-bottom: -2px;
    position: relative;
    z-index: 999
}

#preheader {
    min-height: 20px;
    background: #efefef;
    border-bottom: 1px solid #dbdbdb;
    color: #333;
    font-size: 12px;
    margin-bottom: 3px
}

#preheader a {
    font-size: 13px
}

#preheader a:hover {
}

#preheader-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#preheader-left li {
    float: left;
    margin-right: 15px
}

#preheader-right {
    float: right;
    text-align: right;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

#logo {
    max-width: 150px;
    width: 100%;
    text-align: center
}

#logo img {
    vertical-align: middle;
    width: 100%;
    height: auto
}

#phones-search {
    width: -webkit-calc(100% - 410px);
    width: calc(100% - 410px)
}

#phones {
    font-family: Arial;
    margin: 3px 0 7px
}

#phones p {
    text-indent: 0;
    margin: 0;
    text-align: center;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

#phones p>a {
    margin: 0 5px
}

#phones img {
    position: relative;
    top: 2px
}

#search {
    padding: 0;
    background: #C25710;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 27px;
    line-height: 25px;
    position: relative;
    z-index: 51
}

#search-text {
    width: 100%;
    height: 25px;
    padding: 0 5px;
    margin: 0;
    border: 1px solid #B84D05;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    background: #fff;
    line-height: 25px
}

#search-submit {
    width: 58px;
    height: 25px;
    border: 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    background: #DD681C;
    background: -webkit-gradient(linear,left bottom,left top,from(#C25710),to(#EC6D19));
    background: -webkit-linear-gradient(bottom,#C25710,#EC6D19);
    background: -o-linear-gradient(bottom,#C25710,#EC6D19);
    background: linear-gradient(to top,#C25710,#EC6D19);
    color: #fff;
    cursor: pointer;
    margin: 0;
    font-size: 13px;
    text-align: center
}

#search-submit:hover {
    background: #D06118;
    border: 0
}

#a-callback,#cart {
    width: 78px;
    height: 20px;
    display: block;
    float: left;
    padding-top: 40px;
    border: 1px solid transparent;
    border-right: 2px solid transparent;
    text-align: center;
    font-size: 11px;
    margin-top: 5px
}

#a-callback {
    background: url('/img/design/callback.png') 22px 5px no-repeat
}

#cart {
    background: url('/img/design/cart.png') 17px 5px no-repeat;
    color: #999;
    position: relative
}

#cart.cart-in {
    background: url('/img/design/cart-in.png') 17px 5px no-repeat;
    color: #4181ba
}

#cart_n {
    background: #EB6D19;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    width: 18px;
    height: 18px;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    top: 5px;
    left: 29px
}

#cart_wrap {
    position: relative
}

#cart_wrap:hover #cart_preview {
    display: block
}

#cart_wrap:hover #cart.cart-in {
    background: #fff url("/img/design/cart-in.png") 17px 5px no-repeat;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 2px solid #ccc;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0 1px 3px rgba(0,0,0,0.5)
}

#cart_preview-desW {
    position: absolute;
    top: -5px;
    right: 0;
    height: 10px;
    width: 78px;
    background: #fff
}

#cart_preview {
    display: none;
    position: absolute;
    width: 260px;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
    border-right: 2px solid #ccc;
    -webkit-border-radius: 3px 0 3px 3px;
    border-radius: 3px 0 3px 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    right: 0;
    top: 68px;
    z-index: 12;
    padding: 10px
}

.cart_preview-prod {
    border-bottom: 1px dashed #efefef;
    padding-bottom: 5px;
    margin-bottom: 5px
}

.cart_preview-img {
    float: left
}

.cart_preview-info {
    padding-left: 80px
}

.cart_preview-options {
    color: #666;
    font-size: 11px;
    line-height: 16px
}

.cart_preview-num {
    font-weight: bold;
    font-family: Arial;
    font-size: 13px;
    float: left
}

.cart_preview-sum {
    color: #DC6515;
    font-family: Arial;
    font-size: 14px;
    text-align: right
}

#catalog {
    width: 220px;
    position: relative;
    z-index: 400;
    margin-bottom: 8px
}

#catalog-button {
    padding: 5px 18px;
    background: #DD681C;
    background: -webkit-gradient(linear,left bottom,left top,from(#C25710),to(#EC6D19));
    background: -webkit-linear-gradient(bottom,#C25710,#EC6D19);
    background: -o-linear-gradient(bottom,#C25710,#EC6D19);
    background: linear-gradient(to top,#C25710,#EC6D19);
    border: 1px solid #C25710;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    position: relative
}

#catalog-arr {
    width: 18px;
    height: 17px;
    position: absolute;
    top: 6px;
    right: 10px;
    background: url('/img/design/catalog-arr.png') 0 0 no-repeat
}

.show_catalog #catalog-button,#catalog-button:hover {
    background: #D06118
}

.l-1 {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-bottom: 2px solid #ddd;
    border-right: 2px solid #ddd;
    position: absolute;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    display: none
}

.l-1 a:hover {
    text-decoration: none
}

.show_catalog .l-1 {
    display: block;
    width: 100%
}

.l-2 {
    display: none;
    position: absolute;
    width: 217px;
    min-height: 100%;
    z-index: 50;
    top: -1px;
    left: 217px;
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: 2px solid #ddd;
    border-right: 2px solid #ddd;
    -webkit-box-shadow: 3px 1px 3px rgba(0,0,0,0.2);
    box-shadow: 3px 1px 3px rgba(0,0,0,0.2)
}

.li-1 a {
    display: block;
    padding: 7px 10px;
    border-bottom: 1px dashed #d0d0d0
}

.li-a-span {
    display: block;
    padding: 7px 10px;
    border-bottom: 1px dashed #d0d0d0
}

.li-1:last-child>a {
    border: none
}

.li-1:hover>a {
    text-decoration: none;
    background: #fff
}

.li-1.hover .l-2 {
    display: block
}

.li-2:hover>a {
    text-decoration: underline
}

.cat_ch {
    position: absolute;
    right: 10px
}

.li-c_p.hover>.category-populars {
    display: block
}

.category-populars {
    position: absolute;
    top: -1px;
    left: 217px;
    width: 541px;
    background: #fff;
    display: none;
    min-height: 100%;
    border: 1px solid #ddd;
    border-bottom: 2px solid #ddd;
    border-right: 2px solid #ddd;
    -webkit-box-shadow: 3px 1px 3px rgba(0,0,0,0.2);
    box-shadow: 3px 1px 3px rgba(0,0,0,0.2)
}

a.c_p,.li-a-span.c_p {
    border: none;
    text-align: center
}

a.c_p:hover {
    text-decoration: underline
}

.category-populars li {
    float: left;
    width: 33.3%
}

.category-populars img {
    display: block;
    height: 70px;
    margin: 0 auto 7px
}

.category-popular-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0 10px
}

.catalog_guide {
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: right
}

.catalog_guide a {
    display: inline;
    border: none;
    background: #FFF3B5
}

.catalog_guide a:hover {
    text-decoration: underline
}

#breadcrumbs {
    font-size: 13px;
    padding: 5px 0 0 0;
    width: -webkit-calc(100% - 250px) !important;
    width: calc(100% - 250px) !important;
    min-height: 28px;
    margin: 0 0 7px 255px;
    list-style: none;
    color: #4181ba;
	overflow: auto;
}

#breadcrumbs li {
    display: inline;
	white-space: nowrap;
}

#breadcrumbs h1 {
    display: inline;
    font-size: 16px;
    font-weight: normal
}

#center {
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
    overflow: hidden
}

#sideBarLeft {
    display: block;
    width: 220px;
    float: left
}

.menu {
    margin-bottom: 15px
}

.menu h3 {
    font-size: 105%;
    font-weight: normal;
    margin-bottom: 10px
}

.menu h4 {
    font-size: 94%
}

.menu img {
}

.menu p {
    text-align: left;
    text-indent: 0
}

li.active a {
	color: #f36100;
}

li.active {
    border-bottom: 1px solid #f36100;
}

.sideBarLeft-section_title {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px
}

.menu ul {
    text-align: left
}

.menu li {
    margin-bottom: 7px
}

.menu-cats span {
    font-weight: bold
}

.menu-cats {
    border: 2px solid #dedede;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f2efd2
}

.recomend {
    margin-bottom: 15px
}

.recomend-name {
    margin-bottom: 8px
}

.recomend img {
    border: 2px solid #dedede;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.price {
    color: #DC6515;
    font-size: 18px;
    font-family: Arial;
    margin-bottom: 4px
}

.uah {
    font-size: 11px
}

.hidden {
    display: hidden
}

.new {
    position: absolute;
    left: 0
}

.hit {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9
}

.action {
    position: absolute;
    left: 20;
    top: 35px;
    z-index: 20
}

.oldPrice {
    font-weight: normal;
    font-size: 75%;
    text-decoration: line-through;
    color: #999
}

.tleft {
    text-align: left
}

.menu_text {
    text-decoration: none
}

.menu_text:hover {
    text-decoration: underline
}

.hide {
    display: none
}

.callback {
    text-decoration: none;
    border-bottom: 1px dashed
}

#article {
    padding-bottom: 35px
}

.layout-bg {
	position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    z-index: 9999;
    display: none
}

.layout {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    /* background: rgba(0,0,0,.5); */
    z-index: 9999;
    overflow: auto;
    display: none
}

.no-scroll {
    overflow: hidden
}

.popup {
    padding: 10px;
    display: none;
    background: #fff;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 10000
}

.popup-close {
    position: absolute;
    right: 10px;
    top: 3px;
    font-size: 20px;
    line-height: 20px;
    color: red;
    cursor: pointer;
    padding: 5px
}

.popup-title {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 7px
}

.popup-default-content {
    width: 32px;
    height: 32px
}

.popup-content {
    text-align: center;
    font-size: 14px
}

.important-e {
    background: pink
}

.ff {
    line-height: 26px;
    font-size: 14px;
    margin-top: 7px;
    color: #45403d
}

.ff .input-text,.ff .textarea {
    padding: 5px;
    width: 228px;
    font: bold 16px/18px Verdana,Tahoma,sans-serif
}

.ff-submit {
    margin-top: 20px
}

#callback {
    width: 240px;
}

#callback .popup-title,#callback .popup-content {
    text-align: left
}


#one-click-buy-popup .popup-title,
#callback .popup-title {
    font-size: 14px;
    line-height: 18px
}

#callback-submit {
    padding: 3px 7px;
    font: 14px/18px Verdana,Tahoma,sans-serif
}

.popup-content {
    margin-top: 15px
}

#colorbox a.ordering {
    margin-left: 25px;
    padding: 5px 10px;
    background: green;
    color: #fff;
    text-decoration: none
}

#colorbox a.ordering:hover {
    background: rgb(0,180,0)
}

.order-popup {
    margin-top: 25px
}

.section-title {
    font-size: 16px;
    margin: 35px 0 20px;
    border-bottom: 1px solid #8c8c8c;
    text-align: center
}

.section-title span {
    background: #fff;
    padding: 10px 0
}

.menu-h {
    margin: 50px 0
}

#a-line {
    background: #ccc;
    text-align: right;
    border-top: 2px solid #ff0000;
    border-bottom: 2px solid #ff0000
}

.hidden {
    display: none !important
}

#asp {
    display: none;
    position: absolute;
    width: 440px;
    max-width: 100%;
    z-index: 100;
    top: 26px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0 1px 3px rgba(0,0,0,0.5)
}

.asp {
    max-width: calc(100% - 20px);
    height: 70px;
    width: 420px;
    padding: 10px;
    display: block;
    position: relative;
    border-bottom: 1px solid #eee
}

.asp-img {
    float: left;
    width: 70px;
    height: 70px;
    margin: 0 10px 0 0;
    text-align: center
}

#asp .asp-price {
    font-size: 14px;
    color: #DC6515;
    font-family: Arial;
    display: block;
    margin-top: 10px
}

#asp_all {
    font-size: 12px;
    padding: 10px
}

.asp-arr {
    position: absolute;
    width: 14px;
    height: 14px;
    font-size: 18px;
    right: 20px;
    top: 35px;
    display: none
}

.asp:hover {
    background: #F5F5F5;
    text-decoration: none
}

.asp:hover .asp-arr {
    display: block
}

.photo-price table {
    width: 100%;
    height: 100%
}

#h-footer {
    height: 145px;
    clear: both
}

#footer {
    min-height: 121px;
    margin-top: -145px;
    padding-top: 24px
}

#footer-wrap {
    background: #FAFAFA;
    border-top: 1px solid #eee;
    padding: 15px 0 25px;
    color: #444;
    width: 100%;
    min-height: 80px;
    line-height: 18px
}
#footer p {
    text-indent: 0;
    margin: 0
}

#footer-info {
    max-width: 980px;
    padding: 0 10px;
    margin: 0 auto;
	position: relative;
	min-height: 110px;
}
.footer_col_1 {
	position: absolute;
	width: 150px;
	top: 0;
	left: 0;
}
.footer_col_2 {
	width: 190px;
	position: absolute;
	top: 0;
	right: 0;
}
.footer_col_3 {
	position: absolute;
	width: 240px;
	top: 0;
	left: 50%;
	margin-left: -130px;
}

#footer-info .clear {
    display: none
}

.not-found {
    text-indent: 0;
    width: 100%;
    text-align: center;
    color: #555;
    font-size: 18px;
    line-height: 26px
}

#checkout {
    display: block;
    width: 160px;
    padding: 4px 0 7px;
    text-align: center;
    margin: 20px auto 8px;
    background: #DD681C;
    background: -webkit-gradient(linear,left bottom,left top,from(#C25710),to(#EC6D19));
    background: -webkit-linear-gradient(bottom,#C25710,#EC6D19);
    background: -o-linear-gradient(bottom,#C25710,#EC6D19);
    background: linear-gradient(to top,#C25710,#EC6D19);
    border: 1px solid #C25710;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 13px;
    color: #fff;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px #EC6D19;
    box-shadow: 0 0 5px #EC6D19
}

#checkout:hover {
    background: #C25710;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

#topcontrol {
    z-index: 9998;
    width: 48px;
    height: 23px;
    padding-top: 17px;
    background: #FFB969 url('/img/design/up-arr.png') 15px 8px no-repeat;
    text-align: center;
    font-size: 11px;
    color: #333;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.carousel {
    position: relative
}

.jcarousel-control-prev,.jcarousel-control-next {
    position: absolute;
    top: 0;
    width: 40px;
    height: 240px;
    display: block;
    cursor: pointer
}

.jcarousel-control-prev.inactive,.jcarousel-control-next.inactive {
    display: none
}

.jcarousel-control-prev:hover,.jcarousel-control-next:hover {
    background-position: 0 -41px
}

.jcarousel-control-prev {
    left: 0
}

.jcarousel-control-next {
    right: 0
}

.control-arr {
    width: 20px;
    height: 31px;
    display: block;
    background: url('/img/design/carousel-arrs.png') 0 0 no-repeat;
    opacity: .6;
    filter: alpha(opacity=40);
    position: relative;
    top: 100px;
    left: 10px
}

.jcarousel-control-next .control-arr {
    background-position: -60px 0
}

.jcarousel-control-prev:hover .control-arr {
    background-position: -20px 0;
    opacity: 1;
    filter: alpha(opacity=100)
}

.jcarousel-control-next:hover .control-arr {
    background-position: -40px 0;
    opacity: 1;
    filter: alpha(opacity=100)
}

.carousel-wrap {
    width: 20000em;
    position: relative
}

.rating {
    display: inline-block;
    width: 65px;
    height: 12px;
    background: url('/img/design/rate.png') 0 0 no-repeat;
    line-height: 12px;
    text-align: left
}

.rating-s {
    display: inline-block;
    height: 12px;
    background: url('/img/design/rate.png') 0 -13px no-repeat
}

#main_reviews {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#main_reviews .clear {
    display: none
}

#main_reviews .review {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    margin-bottom: 25px
}

#main_reviews .r2 {
    margin-left: 0
}

.review-title {
    position: relative
}

.review-name {
    font-size: 14px;
    color: #45403d;
    font-weight: 600
}

.review-date {
    color: #978b83;
    font-size: 11px;
    font-weight: normal
}

.review-content {
    font-size: 12px;
    color: #696969;
    margin: 3px 0 5px
}

.review-answer {
    padding-left: 15px
}

.review-answer-title {
    font-weight: bold
}

.review-answer-text {
    color: #696969
}

.big-title {
    font-size: 20px;
    line-height: 20px;
    heigth: 20px;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    clear: both
}

.big-title-hr {
    border-bottom: 1px solid #ccc;
    position: absolute;
    width: 725px;
    height: 11px
}

.big-title-text {
    text-decoration: underline;
    background: #fff;
    position: absolute
}

.spoiler-hidden {
    display: none
}

.component_ article {
    width: -webkit-calc(100% - 256px);
    width: calc(100% - 256px);
    margin-left: 255px
}

#breadcrumb {
    font-size: 16px
}

.logo-title {
    position: relative;
    top: -10px;
    color: #a74706
}

.component_ .l-1 {
    display: block;
    position: relative;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.pagination {
    font-size: 18px;
    text-align: center;
    margin-top: 35px;
    position: relative
}

.pagination-item {
    padding: 2px 7px 2px;
    color: #aaa
}

.pagination-item:hover,.pagination span {
    background: #f4ba56;
    color: #2f1f14
}

.c9 {
    color: #999
}

#ph2,#ph3,#ph4 {
    margin-left: 10px
}

#filter {
    display: none
}

#wrap_callback-cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 99
}

#preheader-callback {
    display: none
}

#search-submit_wrap {
    float: right;
    margin: 1px
}

#search-text_wrap {
    margin-right: 70px
}

.menu_title {
    font-size: 14px;
    color: #555;
    border-bottom: 1px solid #eee;
    text-align: center;
    margin-bottom: 15px
}

.category_all {
    position: absolute;
    top: 0;
    left: 0;
    text-transform: none;
    font-weight: normal
}

#sideBarLeft .product {
    height: auto
}

#preheader>.center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.theme-km .nivoSlider img {
    height: auto
}

table {
    width: 100% !important;
    max-width: 100%
}

table img {
    max-width: 100%;
    height: auto
}

#spoiler img {
    max-width: 100%;
    height: auto
}

.left_region {
    width: 220px
}

div#product {
    width: 100%
}

#product article>#col-2-3 .col-2 img {
    max-width: 100%;
    height: auto
}

.component_ article p img {
    max-width: -webkit-calc(100% - 15px);
    max-width: calc(100% - 15px);
    height: auto
}

#middle.component_contacts {
    display: block
}

#middle.component_contacts #contacts-contacts,#middle.component_contacts #form {
    width: 48%
}

#middle.component_contacts #form input,#middle.component_contacts #form textarea {
    max-width: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

li.li-2>.category-populars {
    width: -webkit-calc(100vw - 470px);
    width: calc(100vw - 470px);
    max-width: 540px
}

#product article>*.addtab.tab_content img {
    max-width: -webkit-calc(100% - 20px);
    max-width: calc(100% - 20px);
    height: auto
}

@media only screen and (max-width: 1070px) {
	.footer_col_1 {
		left: 24px;
	}
	.footer_col_2 {
		right: 54px;
	}
}
@media only screen and (max-width: 780px) {
	#footer-info {
		height: 180px;
	}
	.footer_col_2 {
		left: 24px;
		top: 115px
	}
	.footer_col_3 {
		margin-left:0;
	}
}
@media only screen and (max-width: 510px) {
	#footer-info {
		height: auto;
	}
	.footer_col_1,
	.footer_col_2,
	.footer_col_3 {
		width: auto;
		position: static;
		margin: 10px;
		padding: 0 5px 10px;
	}
	.footer_col_1,
	.footer_col_2 {
		width: auto;
		position: static;
		border-bottom: 1px dashed #a7a7a7;
	}
	.footer_col_3 {
		top: 200px;
	}
	
	#contacts {
		font-size: 110%;
		line-height: 1.5;
	}
}

@media only screen and (max-width: 1000px) {
    #middle.component_contacts #contacts-contacts iframe {
        width:-webkit-calc(100vw - 80px);
        width: calc(100vw - 80px)
    }
}

#middle.component_ {
    display: block !important
}

#middle.component_ #catalog {
    float: left
}

.pluso {
    bottom: -5px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    left: 0;
    right: 0;
    width: -webkit-calc(100% - 28px);
    width: calc(100% - 28px);
    position: absolute !important;
    margin: 0 !important
}


.faq-item {
	padding: 8px 0;
}
.faq-question {
	cursor:pointer;
	margin: 0;
}

.faq-question svg {
	transform: rotate(-90deg);
	position: relative;
	top: 3px;
}

.show-answer svg {
	transform: none
}

.faq-answer {
	display:none;
	padding-left: 12px;
	margin-top: 4px;
}

.show-answer .faq-answer {
	display: block;
}


/*#price-block>*{margin-bottom:5px}*/
@media only screen and (max-width: 985px) {
    .print {
        display:none
    }

    div#sh_button {
        top: auto !important;
        bottom: 9px
    }

    #phones-search {
        width: -webkit-calc(100% - 330px);
        width: calc(100% - 330px)
    }

    li.li-2>.category-populars li {
        float: none;
        width: 100%
    }

    li.li-2>.category-populars li img,li.li-2>.category-populars li br {
        display: none
    }

    li.li-2>.category-populars li a {
        padding: 7px 10px;
        border-bottom: 1px dashed #d0d0d0;
        text-align: left;
        display: block
    }
}

@media only screen and (max-width: 908px) {
    .about_.about_table {
        float:none;
        width: 100%
    }

    table.table_info2 td {
        padding: 0 !important;
        vertical-align: text-bottom
    }

    table.table_info2 td:before {
        content: " ";
        background: url(/img/how-we-work.webp) no-repeat left top -7px;
        height: 118px;
        width: 118px;
        margin: auto;
        display: block
    }

    table.table_info2 td:nth-child(2):before {
        background-position: left -218px top -7px
    }

    table.table_info2 td:nth-child(3):before {
        background-position: left -408px top -7px
    }

    table.table_info2 td:nth-child(4):before {
        background-position: left -607px top -7px
    }

    img.none_mob {
        display: none
    }
}

@media only screen and (max-width: 805px) {
    a.category_all {
        position:static;
        margin-left: -10px
    }

    #phones-search {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 8px
    }

    #phones p {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    div#wrap_callback-cart {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px)
    }

    #headerr {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media only screen and (max-width: 760px) {
    .similar_category {
        position:static
    }

    a.category_all {
        position: absolute;
        margin-left: 0
    }

    .product {
        width: -webkit-calc(50% - 2px) !important;
        width: calc(50% - 2px) !important
    }

    li.li-1>.category-populars,li.li-1:nth-child(7)>.l-2 {
        padding-top: 30px
    }

    #guide {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        margin-bottom: 8px;
        position: static !important
    }

    #catalog {
        z-index: initial;
		margin-bottom: 10px;
    }

    div#sh_button {
        display: none
    }

    div#about>* {
        float: none;
        width: 100%
    }

    table.table_info1 tr {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: center
    }

    table.table_info1 td {
        width: 50%
    }

    .print {
        display: none
    }

    #colorbox {
        max-width: -webkit-calc(100% - 5px);
        max-width: calc(100% - 5px)
    }

    div#cboxWrapper {
        max-width: 100%
    }

    div#cboxContent {
        max-width: 100%
    }

    #cboxLoadedContent {
        max-width: -webkit-calc(100% - 60px);
        max-width: calc(100% - 60px)
    }

    #colorbox #b {
        width: 100% !important
    }

    #colorbox .b_p-info {
        width: -webkit-calc(100% - 210px) !important;
        width: calc(100% - 210px) !important
    }

    #colorbox .b_comment {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    #middle.component_contacts #contacts-contacts,#middle.component_contacts #form {
        width: 100%
    }

    section.menu {
        display: none
    }

    #middle.component_contacts>* {
        width: 100%
    }

    #cart_wrap:hover #cart_preview {
        display: none
    }

    .component_ article {
        margin-left: 0
    }

    #product article #col-2-3 h1 {
        text-align: left;
        margin: 0;
        width: auto
    }

    #photos_thumbs .group1 {
        width: -webkit-calc(33.33% - 6px) !important;
        width: calc(33.33% - 6px) !important
    }

    div#middle {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    #center,#catalog,#sideBarLeft,#middle>article,.component_ article {
        width: 100% !important
    }

    #middle>article {
        margin-left: 0 !important
    }

    #products_n {
    }

    #breadcrumbs {
        position: static;
        display: block;
        width: 100% !important;
        margin: 2px 0
    }

    #products_new {
        display: none
    }

    .li-c_p.hover>.category-populars,.li-1.hover .l-2 {
        display: none
    }

    .category-populars,.l-2 {
        padding: 1px 0;
        position: relative;
        top: inherit;
        left: inherit;
        width: 100% !important;
        min-height: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 0
    }

    #catalog>.l-1,#fs-list {
        position: fixed;
        z-index: 99999;
        background: #f4f4f4;
        left: 0;
        top: 0;
        bottom: 0;
        padding: 10px;
        overflow-y: auto;
        width: 100%;
        max-width: 285px;
        padding-right: 15px;
        padding-top: 34px;
        -webkit-transform: translate(-101%);
        -ms-transform: translate(-101%);
        transform: translate(-101%);
        -webkit-transition: all 150ms ease;
        -o-transition: all 150ms ease;
        transition: all 150ms ease
    }

    #catalog.show_catalog>.l-1,#fs-list.show_catalog {
        -webkit-transform: translate(0%);
        -ms-transform: translate(0%);
        transform: translate(0%);
        -webkit-box-shadow: 0 0 0 10000px rgba(255,255,255,0.85);
        box-shadow: 0 0 0 10000px rgba(255,255,255,0.85)
    }

    .catalog_guide {
        display: none
    }

    span.clouset_menu {
        position: absolute;
        top: 0;
        right: 0;
        background: #fff;
        font-size: 25px;
        padding: 10px;
        line-height: 4px;
        padding-bottom: 17px;
        cursor: pointer
    }

    .cat_ch {
        right: 22px
    }

    .li-1 a.category_all {
        left: 0;
        top: 0
    }

    li.li-2>.category-populars .category-popular-title {
        margin-top: 42px
    }

    .category-populars ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding-bottom: 40px
    }

    .category-populars li {
        width: 50%
    }

    .li-1:hover>a {
        background: none
    }

    .li-1>a.active,.li-2>a.active {
        background: #fff;
        font-weight: bold
    }

    #sideBarLeft #fs-title {
        padding: 5px 18px;
        background: #DD681C;
        background: -webkit-gradient(linear,left bottom,left top,from(#C25710),to(#EC6D19));
        background: -webkit-linear-gradient(bottom,#C25710,#EC6D19);
        background: -o-linear-gradient(bottom,#C25710,#EC6D19);
        background: linear-gradient(to top,#C25710,#EC6D19);
        border: 1px solid #C25710;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        font-size: 15px;
        color: #fff;
        cursor: pointer;
        position: relative
    }

    #sideBarLeft #fs-title:after {
        content: " ";
        display: block;
        width: 18px;
        height: 17px;
        position: absolute;
        top: 6px;
        right: 10px;
        background: url(/img/design/catalog-arr.png) 0 0 no-repeat
    }
}

@media only screen and (max-width: 695px) {
    table.table_info2 tr {
        display:-webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    table.table_info2 td {
        width: 50% !important
    }

    .about_.about_table {
        display: none
    }
}

@media only screen and (max-width: 650px) {
    .product:hover .product_wrap {
        position:static !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #fff !important
    }
}

@media only screen and (max-width: 595px) {
    .reviews-content,.reviews-form {
        width:100% !important;
        margin-left: 0 !important
    }

    #main_reviews .review {
        width: 100%
    }

    ul#preheader-left {
        width: 100%;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    #preheader-right {
        width: 100%;
        text-align: center
    }

    #photos_thumbs .group1 {
        width: 70px !important
    }
}

@media only screen and (max-width: 580px) {
    /*
	ul#tabs {
        display:-webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    ul#tabs>* {
        margin: 0 !important;
        width: 49%;
        padding: 5px 0 !important;
        text-align: center
    }*/
}

@media only screen and (max-width: 550px) {
    .art_img {
        width:100% !important;
        float: none !important;
        text-align: center
    }

    .art_img img {
        max-width: 100% !important;
        height: auto !important;
    }
}

@media only screen and (max-width: 479px) {
    #phones p>a {
        margin:0;
        width: 50%;
        text-align: center;
        display: block
    }

    .product {
        float: none;
        width: 100% !important;
        border-right: 0;
        height: auto !important;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media only screen and (max-width: 455px) {
    div#wrap_callback-cart {
        width:auto
    }
}

@media only screen and (max-width: 455px) {
    ul#preheader-left>* {
        width:50%;
        margin-right: 0;
        text-align: center
    }
}

@media only screen and (max-width: 390px) {
    /*
	ul#tabs>* {
        margin:0 !important;
        width: 100%;
        padding: 5px 0 !important;
        text-align: center
    }
	*/

    #price-block {
        margin-bottom: 65px !important
    }
}

.price_is_ok {
    color: green;
    font-size: 14px
}

.cat_pops_2 .category_all {
    position: relative
}

.li-1 a.category_all:hover {
    text-decoration: underline
}

.subpib {
    margin-top: 5px;
}

.tochki {
    position: relative
}

.tochki-title {
    color: #d06118;
    font-weight: bold;
    cursor: pointer
}

.tochki-title .text-w {
    background: url('/img/design/tochki.png') 0 2px no-repeat;
    padding-left: 14px;
}

.tochki-title .text {
    border-bottom: 1px dashed
}

.more-arr {
    font-size: 60%;
    position: relative;
    top: -1px;
}

.tochki-tochki {
    position: absolute;
    width: 265px;
    background: #fff;
    padding: 10px;
    border: 2px solid #d06118;
    border-radius: 4px;
    z-index: 1000;
    display: none;
    color: #505050
}

.tochki:hover .tochki-tochki {
    display: block
}

@media (max-width: 533px) and (min-width:453px) {
    .tochki-tochki {
        right:0
    }
}

@media (max-width: 452px) {
    .tochki-tochki {
        left:-75px
    }
	
	#popup.sended-response {
		width: 250px;
	}
}

@media (max-width: 282px) {
    ul#preheader-left li.tochki {
        width:100%;
        float: none;
    }

    .tochki-tochki {
        max-width: 100%;
        left: 50%;
        margin-left: -132px
    }
}

@media (max-width: 282px) {
    .tochki-tochki {
        left:0;
        margin-left: 0;
        width: 90%;
    }
}

._orinationRight_25.wrap_mW {
    right: auto !important;
    left: 10px !important
}

.ordering {
    background: green;
    color: #fff;
    padding: 5px 30px;
    margin-left: 10px;
}

.continue {
    margin-right: 10px
}

.component_contacts {
	font-size: 16px;
	line-height: 26px;
}
