.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, 
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, 
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, 
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, 
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.333333%;
}
.col-xs-2 {
  width: 16.666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.333333%;
}
.col-xs-5 {
  width: 41.666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.333333%;
}
.col-xs-8 {
  width: 66.666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.333333%;
}
.col-xs-11 {
  width: 91.666667%;
}
.col-xs-12 {
  width: 100%;
}

@media (min-width: 544px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  float: left;
}
.col-sm-1 {
  width: 8.333333%;
}
.col-sm-2 {
  width: 16.666667%;
}
.col-sm-3 {
  width: 25%;
}
.col-sm-4 {
  width: 33.333333%;
}
.col-sm-5 {
  width: 41.666667%;
}
.col-sm-6 {
  width: 50%;
}
.col-sm-7 {
  width: 58.333333%;
}
.col-sm-8 {
  width: 66.666667%;
}
.col-sm-9 {
  width: 75%;
}
.col-sm-10 {
  width: 83.333333%;
}
.col-sm-11 {
  width: 91.666667%;
}
.col-sm-12 {
  width: 100%;
}
#featured_products,
#new_products {
  margin: 35px 0;
}
#discounted_products {
  padding: 35px 0;
}
#all_brands {
  padding: 30px 0;
}
#last_news {
  margin: 15px 0 35px;
}
#nav_banners {
 background: url(../images/bg.png);
 background-size: 10%;
  padding-top: 10px;
  padding-bottom: 20px;
}
#catalog_nav {
  float: left;
  width: calc(100% - 175px);
  padding-right: 0;
}
#cart_informer {
  width: 175px;
  float: right;
}
#header {
  padding: 20px 0;
}
.blog_image {
  margin: 0 25px 10px 0;
  float: left;
  width: 275px;
  height: 200px;
  padding: 0;
}
.purchase_list {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.purchase_row,
.total_row {
  display: table-row;
  padding: 0;
}
.purchase_row > div {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  padding: 10px;
}
.total_row  > span {
  display: table-cell;
  vertical-align: middle;
}
#fn-purchases .purchase_image {
  width: 70px;
}
.coupon {
  text-align: left;
  border-top: none;
  margin: 0;
}
#total {
  border-top: none;
}
.purchase_total {
  display: table;
  float: right;
}
.four_banners .banner_item {
  font-size: 0;
  float: left;
  margin: 0;
}
.four_banners .banner_item:first-child {
  width: 28.5%;
}
.four_banners .banner_item:nth-child(2) {
  float: right;
  width: 28.5%;
}
.four_banners .banner_item:nth-child(3),
.four_banners .banner_item:nth-child(4) {
  padding: 0 10px;
  width: 43%;
}
.four_banners .banner_item:nth-child(3) {
  margin-bottom: 9px;
}
.two_banners .banner_item {
  margin-bottom: 20px;
}
}

@media (min-width: 768px) {
.container {
  max-width: 750px;
}
.hidden_md {
  display: none;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  float: left;
}
.col-md-1 {
  width: 8.333333%;
}
.col-md-2 {
  width: 16.666667%;
}
.col-md-3 {
  width: 25%;
}
.col-md-4 {
  width: 33.333333%;
}
.col-md-5 {
  width: 41.666667%;
}
.col-md-6 {
  width: 50%;
}
.col-md-7 {
  width: 58.333333%;
}
.col-md-8 {
  width: 66.666667%;
}
.col-md-9 {
  width: 75%;
}
.col-md-10 {
  width: 83.333333%;
}
.col-md-11 {
  width: 91.666667%;
}
.col-md-12 {
  width: 100%;
}
#menu {
  float: left;
}
#menu li {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #707070;
  line-height: 15px;
}
#menu li:first-child {
  padding-left: 0;
}
#header {
  padding: 10px 0;
}
#logo {
  float: left;
}
#top_phones {
  float: left;
  margin: 15px 0 0 85px;
}
.callback_wrap {
  float: right;
}
#wish_compare {
  float: right;
  clear: right;
}
.fn-callback {
  margin: 8px 0 15px;
}
#gallery .image {
  height: 395px;
  line-height: 373px;
}  
.fn-slick-banner {
  float: left;
  width: 100%;
}
.small_banners {
  width: 9%;
  float: left;
  padding-left: 0px;
}
.small_banners .banner_item {
  font-size: 0;
  margin-bottom: 9px;
}
.four_banners .banner_item:nth-child(3),
.four_banners .banner_item:nth-child(4) {
  padding: 0 20px;
}
.four_banners .banner_item:nth-child(3) {
  margin-bottom: 20px;
}
}

@media (min-width: 992px) {
.container {
  max-width: 970px;
}
.hidden_lg {
  display: none;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  float: left;
}
.col-lg-1 {
  width: 8.333333%;
}
.col-lg-2 {
  width: 16.666667%;
}
.col-lg-3 {
  width: 25%;
}
.col-lg-4 {
  width: 33.333333%;
}
.col-lg-5 {
  width: 41.666667%;
}
.col-lg-6 {
  width: 50%;
}
.col-lg-7 {
  width: 58.333333%;
}
.col-lg-8 {
  width: 66.666667%;
}
.col-lg-9 {
  width: 75%;
}
.col-lg-10 {
  width: 83.333333%;
}
.col-lg-11 {
  width: 91.666667%;
}
.col-lg-12 {
  width: 100%;
}
#free_shipping {
  margin: 20px 45px 0 35px;
}
#top_phones {
  float: left;
  margin: 15px 0 0 0;
  margin: 20px 50px 0 100px;
}
#header_bottom {
  background-color: #c5c5c5;
}
#catalog_nav {
  width: 25%; 
  padding-right: 10px;
}
#cart_informer {
  float: right;
  margin: 9px 0 0;
}
.fn-product .image {
  height: 252px;
  padding: 25px 5px;
  line-height: 200px;
}
.hover_block {
  bottom: -35px;
}
#nav_heading {
  padding: 20px 15px 17px;
}
#nav_heading::before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: top;
  background-image: url(../images/sprite.svg);
  background-repeat: no-repeat;
  background-position: -100px -1px;
  margin-right: 5px;
}
#catalog_menu > ul {
  margin: 20px 0 25px;
}
.submenu {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 100%;
  padding: 15px 0px;
  opacity: 0;
  background: #fff;
  border: 1px solid #e5e5e5;
  transform: scale(0,0);
  -webkit-transform: scale(0,0);
  -ms-transform: scale(0,0);
  -o-transform: scale(0,0);
  -moz-transform: scale(0,0);
  transform-origin: 20% 20% 0;
  -webkit-transform-origin: 20% 20% 0;
  -ms-transform-origin: 20% 20% 0;
  -o-transform-origin: 20% 20% 0;
  -moz-transform-origin: 20% 20% 0;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.submenu .submenu {
  top: -10px;
}
li.parent:hover  > .submenu {
  opacity: 1;
  transform: scale(1,1);
  -webkit-transform: scale(1,1);
  -ms-transform: scale(1,1);
  -o-transform: scale(1,1);
  -moz-transform: scale(1,1);
}
.submenu ul {
  float: left;
  width: 200px;
}
.subimage {
  width: 532px;
}
.subimage .submenu {
  width: 250px;
}
.cat_image {
  float: right;
  margin: 0 15px;
  width: 235px;
  font-size: 0;
}
#catalog_menu li {
  padding: 0 10px 0 15px;
}
#catalog_menu .submenu li {
	padding: 5px 20px;
}
#catalog_menu > ul > li> a  {
  padding: 5px 15px 5px 34px;
  background-image: url(../images/category-icon.png);
  background-repeat: no-repeat;
}
.angle_icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top: -10px;
}
a[href="catalog/mobilnye-telefony"] {
  background-position: 0px 6px;
}
a[href="catalog/aksessuary"] {
  background-position: 0px -40px;
}
a[href="catalog/naushniki"] {
  background-position: 0px -229px;
}
  a[href="catalog/chehly"] {
  background-position: 0px -368px;
}
a[href="catalog/zaschita-displeya"] {
  background-position: 0px -132px;
}
a[href="catalog/karty-pamyati"] {
  background-position: 0px -178px;
}
a[href="catalog/vneshnie-akkumulyatory"] {
  background-position: 0px -88px;
}
a[href="catalog/planshety"] {
  background-position: 0px -463px;
}
a[href="catalog/zaryadnye-ustrostva"] {
  background-position: 0px -40px;
}
a[href="catalog/chasy"] {
  background-position: 0px -320px;
}
a[href="catalog/noutbuki"] {
  background-position: 0px -463px;
}
a[href="catalog/telephony"] {
  background-position: 0px -1140px;
}
a[href="catalog/kuhonnaya-tehnika"] {
  background-position: 0px -1339px;
}
#search_account_container {
  float: left;
  width: calc(100% - (25% + 175px));
  padding: 0;
  margin: 9px 0 0;
}
#main_banners {
  padding-left: 0;
}  
}

@media (min-width: 1200px) {

    
    
    #onecart h3 {
            background: #f9f9f9;
            border-bottom: 1px solid #e1e1e1;
            color: #555;
            font-size: 100%;
            display: block;         border-radius: 3px;
            margin: -20px -10px 0;
            padding: 15px 20px;
            text-transform: uppercase;
        }
        #onecart{    border-radius: 3px;}
        #onecart label {    width: 20%;
            line-height: 38px;
            margin-top: 0px;
            background: #ffffff;
            border: 1px solid #ababab;
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
            border-right: 0px;
            display: inline-block;
            padding-left: 6px;}
        #onecart input[type=text]{ 
        font-weight: 500;
            /* padding-left: 40px; */
            width: 80%;
            float: right;
            padding: 10px 12px;
            color: #505050;
            font-size: 13px;
            background: #fff;
            outline: none;     
            border-radius:0px; 
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
            line-height: 18px;
                border-left: 0px;
                border: 1px solid #ababab;
        }
    
.container {
  max-width: 1190px;
}
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  float: left;
}
.col-xl-1 {
  width: 8.333333%;
}
.col-xl-2 {
  width: 16.666667%;
}
.col-xl-3 {
  width: 25%;
}
.col-xl-4 {
  width: 33.333333%;
}
.col-xl-5 {
  width: 41.666667%;
}
.col-xl-6 {
  width: 50%;
}
.col-xl-7 {
  width: 58.333333%;
}
.col-xl-8 {
  width: 66.666667%;
}
.col-xl-9 {
  width: 75%;
}
.col-xl-10 {
  width: 83.333333%;
}
.col-xl-11 {
  width: 91.666667%;
}
.col-xl-12 {
  width: 100%;
}
#free_shipping {
  /*margin: 20px 110px 0 100px;*/
}
.banner3 > div{
  width: auto!important;
}
.small_banners .banner_item {
  margin-bottom: 10px;
}
.subscribe_text {
  display: block;
}
}

@media (max-width: 991px) {
#free_shipping,
.hidden_small {
  display: none;
}
#search_account {
  background-color: #000;
  width: 100%;
  float: left;
  padding: 10px;
  margin: 10px 0px;
}
#catalog_menu {
  position: absolute;
  z-index: 100;
  top: -78px;
  right: 10px;
  left: 10px;
  background-color: #fff;
}
#catalog_menu a {
  padding: 8px 30px 8px 40px;
}
.home #catalog_menu {
  top: -88px;
}
.submenu,
.cat_image {
  display: none;
}
.cat_switch {
  position: absolute;
  top: 2px;
  right: 3px;
  width: 30px;
  height: 30px;
  padding: 6px 5px 5px;
  text-align: center;
  cursor: pointer;
}
.cat_switch:hover {
  color: #ff9c00;
}
.cat_switch.active{
  transform: rotate(180deg);
}
.inner .fn-variant {
  display: none;
}
}

@media (max-width: 767px) {
.hidden_sm {
  display: none;
}
#top_phones {
  text-align: center;
  margin-top: 15px;
}
.callback_wrap,
#wish_compare {
  text-align: center;
}
#top_phones a {
  margin-bottom: 10px;
}
#menu {
  position: absolute;
  left: 0;
  top: 31px;
  padding: 7px 15px;
  z-index: 100;
  background: #f0f0f0;
  width: 250px;
}
#menu li {
  padding: 7px 0;
}
.fn-slick-banner,
.small_banners {
  padding: 0;
}
.small_banners {
  margin: 10px -5px 0;
}
.small_banners .banner_item {
  float: left;
  width: 50%;
  padding: 0 5px;
}
#subscribe_container {
  max-width: 260px;
}
}

@media (max-width: 543px) {
#catalog_nav {
  width: 100%;
  margin: 0 auto;
}
#cart_informer {
  width: 100%;
  margin: 7px auto 10px;
}
#header {
  padding: 20px 0 10px;
}
/*Баннеры на главной*/ 
.two_banners .banner_item,
.four_banners .banner_item  {
  margin-bottom: 10px;
} 
}

@media (max-width: 420px) {
.tab_navigation a {
  padding: 8px 5px;
  font-size: 10.5px;
}
}