﻿.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: 480px) {
.main_product,
.product_item {
    width: 50%;
}
.register_form .button {
    float: right;
}
}

@media (min-width: 544px) {
.sm-hidden {
	display: none;
}
.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: #f5f6f6 url(../images/503209089.png);
    padding-top: 10px;
    padding-bottom: 20px;
}
#catalog_nav {
    float: left;
    width: calc(100% - 175px);
    padding-right: 0;
}
#cart_informer {
    width: 175px;
    float: right;
}
.header_top {
    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;
}
.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 {
    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: 650px) {
.main_product,
.product_item {
    width: 33.333333%;
}
}

@media (min-width: 768px) {
.container {
    max-width: 750px;
}
.md-hidden,
.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_item {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #707070;
    line-height: 15px;
}
.menu_item:first-child {
    padding-left: 0;
}
.header_top {
    padding: 10px 0;
}
.logo {
    float: left;
}
#top_phones {
    float: left;
    margin: 15px 0 0 30px;
}
.callback_wrap {
    float: right;
}
#wish_compare {
    float: right;
    clear: right;
}
.callback {
    margin: 8px 0 15px;
}
#gallery .image {
    height: 395px;
    line-height: 373px;
}
.big_banner {
    float: left;
    width: 100%;
}
.small_banners {
    width: 0%;
    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;
}
.lg-hidden,
.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%;
}
.main_product {
    width: 25%;
}
#free_shipping {
    margin: 6px 15px 0 12px;
}
#top_phones {
    float: left;
    margin: 14px 0 0 0;
}
.header_bottom {
    background-color: #004075;
}
#catalog_nav {
    width: 25%;
    padding-right: 10px;
}
#cart_informer {
    float: right;
    margin: 9px 0 0;
}
#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;
}
.level_1 {
    margin-top: 20px;
    margin-bottom: 25px;
}
.home .level_1 {
    margin: 0;
}
.level_1 > .catalog_item > .catalog_link {
    padding: 6px 27px 6px 15px;
}
.subcatalog {
    position: absolute;
    z-index: 100;
    top: -5px;
    left: 100%;
    min-width: 240px;
    padding: 8px 0px;
    opacity: 0;
    background: #fff;
    box-shadow: 0 0 0 1px #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;
}
.subcatalog .subcatalog {
    top: -8px;
}
.catalog_item:hover  > .subcatalog {
    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);
}
.catalog_link{
    padding: 5px 25px 5px 15px;
}
.angle_icon {
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-top: -10px;
}
#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) {
.container {
    max-width: 1200px;
}
.xl-hidden {
	display: none;
}
.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%;
}
.preview .variant_select {
    opacity: 0;
    position: absolute;
    top: 45%;
    left: 50%;
    width: 165px;
    height: 32px;
    padding: 0 6px;
    background: rgba(255,255,255,0.8);
    border: 1px solid #e5e5e5;
    color: #1f2022;
    font-size: 13px;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.preview:hover .variant_select,
.preview.hover .variant_select {
    opacity: 1;
}
.preview:hover .variant_select:hover,
.preview.hover .variant_select:hover,
.preview .variant_select:focus {
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    border-color: rgba(0,0,0,0.5);
    cursor: pointer;
}
.main_product {
    width: 20%;
}
.product_item {
    width: 25%;
}
.preview .image {
    padding-bottom: 0;
}
.hover_block {
    bottom: -35px;
}
.preview:hover .hover_block {
    bottom: 0;
}

#free_shipping {
    margin: 6px 90px 0 100px;
}

.four_banners .banner_item{
    width: auto!important;
}
.small_banners .banner_item {
    margin-bottom: 10px;
}
.subscribe_text {
    display: block;
}}


@media (max-width: 1199px) {
.preview .variant_select {
    display: none;
}}


@media (max-width: 991px) {
.tablet-hidden,
#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_link {
    padding: 8px 30px 8px 15px;
}
.home .catalog_menu {
    top: -88px;
}
.subcatalog {
    display: none;
    padding-left: 10px;
}
.cat_switch {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}
.cat_switch svg {
    vertical-align: middle;
}
.cat_switch:hover {
    color: #ff9c00;
}
.cat_switch.active{
    transform: rotate(180deg);
}
}


@media (max-width: 767px) {
.mobile-hidden,
.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_item {
    padding: 7px 0;
}
.big_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_top {
    padding: 20px 0 10px;
}
/*Р‘Р°РЅРЅРµСЂС‹ РЅР° РіР»Р°РІРЅРѕР№*/
.two_banners .banner_item,
.four_banners .banner_item  {
    margin-bottom: 10px;
}
.features_name,
.features_value {
    width: 100%;
}
.features_name {
    font-weight: bold;
}
}

@media (max-width: 420px) {
.tab_navigation a {
    padding: 8px 5px;
    font-size: 10.5px;
}
}