@media only screen and (min-width: 1200px) {
.container {
width: 1170px;
}
.products .image {
    height: 257px;
    line-height: 225px;
}
#flypage .image {
    height: 348px;
    line-height: 336px;
}
.product .images a {
	width: 101px!important;
	height: 100px!important;
	line-height: 92px;
}
.large_hidden {
    display: none !important;
}
.cart_info {
    position: relative;
    display: inline-block;
    padding: 25px 25px 25px 99px;
    background: url(../images/sprite.svg) no-repeat 25px 25px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
.cart_info::before {
    position: absolute;
    content: "";
    top: 26px;
    left: 86px;
    width: 1px;
    height: 50px;
    background: #f7cc6d;
}
a.cart_info {
    cursor: pointer;
}
a.cart_info:hover {
    color: #fff;
}
.cart_info span {
    display: block;
    padding-top: 3px;
    line-height: 14px;
    text-transform: none;
    color: #3e454c;
    white-space: nowrap;
}
}
@media (min-width: 768px) {
    .desctope_hidden {
        display: none !important;
    }
}
@media (max-width: 1199px) {
.container {
    width: 970px;
}
#search {
    display: none;
    width: 100%;
    padding: 20px;
    border: 1px solid #cde3f2;
}
    #content_cart,
#left_cart{
    width: 100%;
}
#cart_informer {
    border-radius: 0px 5px 0 0;
}
#main_slider .slider_text {
    padding: 19px 16px;
}
.slider_text p {display: none;}
.showcase h3 {font-size: 18px;}
.showcase h4 {font-size: 16px;}
.products .image {
    height: 208px;
    line-height: 166px;
}
.products .product_info {text-align: center;}
.products .variant, .products .product_links {float: none;}
.block_1 .inside {padding: 45px 1px 15px 16px;}
.block_1 .fb_iframe_widget {overflow: hidden;}
.gallery .image {
    height: 283px;
    line-height: 271px;
}
#flypage .image {
    height: 288px;
    line-height: 276px;
}
.product .images a {
	width: 80px!important;
	height: 80px!important;
	line-height: 72px;
}
#products.list .image {
    width: 220px;
    padding: 10px;
}
#products.list .annotation {
    margin: 5px 0;
    overflow: hidden;
    max-height: 73px;
}
.cart_info.large_hidden {
    display: flex;
}
.tablet_hidden {
    display: none !important;
}
header {
    padding-top: 46px;
}
.mobile-panel {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 46px;
    color: #fff;
    background: #f5c033;
    background: -webkit-linear-gradient(top, #f5c033 0%,#f1a626 100%);
    background: -moz-linear-gradient(top, #f5c033 0%, #f1a626 100%);
    background: -ms-linear-gradient(top, #f5c033 0%,#f1a626 100%);
    background: -o-linear-gradient(top, #f5c033 0%,#f1a626 100%);
    background: linear-gradient(to bottom, #f5c033 0%,#f1a626 100%);
}
.mobile-menu {
    margin-right: auto;
    flex-basis: 60px;
    flex-shrink: 0;
    padding: 0 15px;
    background: transparent;
    border: none;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}
.openmenu {
    height: 100vh;
    overflow-y: hidden;
}
.openmenu:before {
    content: '';
    top: 40px;
    display: block;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 990;
}
.openmenu, .openmenu:before {
    position: fixed;
    width: 100%;
    left: 0;
}
.openmenu .mobile-menu {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.bar {
    display: block;
    height: 2px;
    margin: 4px 0;
    background-color: #fff;
    border-radius: 2px;
    transition: transform .3s,-webkit-transform .3s;
}
.bar:nth-child(3) {
    width: 70%;
    margin-left: auto;
}
.search-mobile {
    -webkit-appearance: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-top: 4px;
    padding-right: 15px;
    padding-left: 15px;
    background: 0 0;
    border: none;
    cursor: pointer;
}
.search-mobile svg {
    width: 20px;
    height: 20px;
    margin-top: -4px;
    color: #fff;
}
.cart-informer-mobile {
    display: flex;
    align-items: center;
    position: relative;
    padding: 4px 15px 0;
    font-size: 16px;
}
.cart-informer-mobile svg {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    margin-top: -5px;
}
.cart-informer-mobile a {
    color: #fff;
}
.search-mobile:after {
    content: "";
    width: 1px;
    height: 22px;
    background-color: rgba(255,255,255,.35);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px;
}
#search {
    position: fixed;
    z-index: 999;
    top: 46px;
    padding: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #cde3f2;
}
#search form {
    padding-right: 0;
    border: none;
}
#search .input_search {
    width: 100%;
    height: 32px;
    padding: 0 5px 0 40px;
    font-family: inherit;
    font-weight: 400;
    font-size: 12px;
    border: none;
}
#search .input_search::placeholder {
    color: #cde3f2;
}
.button_search {
    width: 37px;
    height: 32px;
    padding: 1px 0 0 0;
    line-height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #f5c033;
    opacity: 1;
}
.search_close {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 100%;
    background: #fff;
    border: none;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #cde3f2;
    color: #f5c033;
}
#cart_informer {
    display: none;
}
.header_nav {
    position: fixed;
    z-index: 999;
    background: linear-gradient(to bottom, #727171 0%,#555555 100%);
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 46px;
    left: -380px;
    width: 380px;
    max-width: 100%;
    height: calc(100% - 46px);
    overflow-y: auto;
    padding-left: 3px;
    padding-right: 3px;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    border-top: 1px solid rgba(255,255,255,.14);
}
.openmenu .header_nav {
    left: 0;
}
.header_nav li {
    position: relative;
}
.catalog-link {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,.14);
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    padding: 21px 60px 20px 38px;
    color: #fff !important;
}
.catalog-subc {
    display: none;
}
.catalog-switch {
    -webkit-appearance: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: 0 0;
    border: none;
    border-radius: 0;
}
.catalog-switch::after, .catalog-switch::before {
    content: '';
    position: absolute;
    top: 50%;
    background-color: #fff;
}
.catalog-switch::after {
    right: 27px;
    width: 2px;
    height: 10px;
    margin-top: -5px;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}
.catalog-switch::before {
    right: 23px;
    width: 10px;
    height: 2px;
    margin-top: -1px;
}
.active.catalog-switch::after {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
.catalog-subc {
    border-bottom: 1px solid rgba(255,255,255,.14);
}
.catalog-subc .catalog-link {
    text-transform: none;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #b7b7b7 !important;
    border-bottom: none;
}
}

@media (max-width: 991px) {
   .container {
width: 750px;
}

#logo {
    padding-left: 25px;
}
#logo b {
    font-size: 38px;
}
#logo a {min-width: 285px;}
#logo img {
    margin-right: 10px;
}
#main_slider .slider_text {
    padding: 19px 7px;
}
.slider_text h3 {
    font-size: 50px;
    line-height: 1.3em;
}
.showcase .inside {padding: 14px 45px 15px 12px;}
.showcase h4 {font-size: 12px;}
.showcase .arrow {
    margin-top: -16px;
    width: 25px;
    height: 32px;
    line-height: 32px;
}
.products .image {
    padding: 10px;
    height: 153px;
    line-height: 131px;
}
.bottom_widget.block_1,
.fb_iframe_widget span,
.fb_iframe_widget iframe {
	width: 100% !important;
}
.block_1 .inside {
	padding: 45px 16px 45px 16px;
	border-bottom: 1px solid #eaeaea;
}
.bottom_widget.block_2,
.bottom_widget.block_3 {
    width: 50%;
}
.gallery .image {
    height: 214px;
    line-height: 202px;
}
#flypage .image {
    height: 222px;
    line-height: 210px;
}
.desc_wrap {clear: both;}
.item_price .inner span {
    display: none;
}
.product .images a {
	width: 92px!important;
	height: 92px!important;
	line-height: 84px;
}
}


@media (max-width: 767px) {
#left .cats {
    display: none;
}
.container {
    width: 100%;
    padding: 0 15px;
}
.mobile_hidden {
    display: none;
}
#logo {
    width: 100%;
    padding: 0;
    float: none;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
    max-width: inherit;
}
#header_phones {
    float: none;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}
#header_phones a:not(:last-child) {
    margin-right: 20px;
}
.slider_text h3 {
    font-size: 30px;
}
.slider_text h4 {
    font-size: 18px;
    margin: 0;
}
.slider_text h5 {
    display: none;
}
#account {
    float: left;
}
#cart_informer {
    border-radius: 0;
}
.showcase {width: 50%;}
.products .product,
#content,
#left,
.bottom_widget{
    width: 100%;
}
.products .image {
    width: 182px;
    float: left;
    height: 182px;
    line-height: 160px;
    border-bottom: none;
}
.products .product_info {
    text-align: left;
}
.bottom_widget.block_2,
.bottom_widget.block_3 {
    width: 100%;
    border:  none;
}
.bottom_widget .inside {
    padding: 45px 15px 0;
    border:  none;
}
.bottom_widget_wrap {padding-bottom: 30px;}
.foot {
    width: 50%;
    padding-left:  30px;
    padding-right: 30px;
}
#main_menu.fixed {padding: 10px 15px;}
.mobile_content {display: none;}
/*.cats {margin-bottom:  10px;}*/
#flypage  .bx-viewport {
	width: 212px!important;
	margin: 0 auto;
}
.product .images a {
	width: 102px!important;
	height: 102px!important;
	line-height:94px;
}
.mobile_control {
    display: block;
}
.phone_link {
    color:#777777;
    font: 600 18px 'Open Sans';
    text-transform: uppercase;
}
.mobile_content.active {
    display: block;
}
.img-overlay {
    display: none;
}
}

@media (max-width: 650px) {
.slider_text .buy_now {display: none;}
#products.list .image {width: 100%;}
.gallery {
    margin:  0 0 15px;
    float: none;
    width: 100%;
}

table#purchases {
    border: 1px solid #c6c6c6;
}
table#purchases tr {
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #c6c6c6;
}
#purchases td,
#purchases th {
    display: block;
    width: 100% !important;
    text-align: center !important;
    border: none;
    padding: 5px;
}
#products.list .image {width: 100%;}

#products.list h3,
#products.list .variants {
  text-align: center;
}
}

@media (max-width: 550px) {
div#purchases .image {
    width: 100%;
    float:  none;
}
.item_info {
    margin:  0;
}
.navigation_link {
    display: block;
    width: 100%;
    margin: 5px;
}
.mob_phones {
    display: block;
    left: 0 !important;
    right: auto !important;
    width: 33.33%;
}
.mob_phones button {
    width: 100%;
    height: 44px;
	background-color: #f2af2a;
	border: 1px solid #f2af2a;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
}
.list_phones {
    background-color: #848484;
    padding: 8px 0;
}
.active+.list_phones {
    display: block;
}
.phone_icon {
    position: relative;
    top: 3px;
    left: -3px;
}
}

@media (max-width: 480px) {
.slider_text h3 {
    font-size: 24px;
    margin: 0;
}
.slider_text h4 {
    font-size: 15px;
    margin: 0;
}
#main_slider .bx-controls {display: none;}
#cart_informer {
    width: 100%;
    border-bottom: 1px solid #eaeaea;
}
#main_menu {
    text-align: left;
    padding: 0;
}
#main_menu li {margin: 0 4px;}
.foot {width: 100%;}
}

@media (max-width: 380px) {
#header_phones .phone_link {
    font-size: 16px;
}
.showcase {width: 100%;}
.products .image {
    width: 100%;
}
.products .product_info {
   padding: 12px 15px;
   text-align: center;
}
.products h3 {
    text-align:  center;
}
#logo b {
    font-size: 34px;
}
#logo a {
    min-width: 254px;
}
#main_menu a {font-size: 10px;}
.product .features label {width: 38%;}
.product .features span {width: 62%;}
#purchases .price {font-size: 14px;}
#purchases select {
    padding: 0;
}
}
