a:focus {
    outline: none;
}

/*
.menu__container--sub > li > ul{
	column-count: 5;
}
*/


.menu__container--sub, .menu__sub {
    min-height: auto;
}
	
.product--card .product__avatar img.hover{
  display: none;
}
 
.tab-link, .accordion__link, .dropdown__button, .display-toggle{
	cursor: pointer;
}

.card--brand .card__avatar img{
	height: auto;
}

.filter__container::-webkit-scrollbar-track, 
.filters__wrap::-webkit-scrollbar-track, 
#quick_search_result::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.filter__container::-webkit-scrollbar, 
.filters__wrap::-webkit-scrollbar, 
#quick_search_result::-webkit-scrollbar
{
  width: 4px;
  background-color: #F5F5F5;
}

.filter__container::-webkit-scrollbar-thumb, 
.filters__wrap::-webkit-scrollbar-thumb, 
#quick_search_result::-webkit-scrollbar-thumb
{
  background-color: #000000;
  border: 2px solid #555555;
}

.input--checkbox-button input[type=checkbox]:disabled+.input__text{
    background: #fff;
    color: #ddd;

}

.input--checkbox-button:hover input[type=checkbox]:disabled+.input__text {
	border-color:#fff;
}

.filter__container.price{
	overflow: auto;
	overflow-x: hidden;
}

.product--card .product__avatar {
    max-height: 270px;
    min-height: 270px;
    overflow: hidden;
}

.product--card .product__avatar img, .product--card-min .product__avatar img{
	max-height: 270px;
    width: auto;
    max-width: 100%;
}

.product--card .product__avatar.image-loaded  img.minify{
  display: none;
}

.product--card .product__avatar.image-loaded  img.large{
      position: relative;
}

.load-more{
	cursor: pointer;
}

.bx-filter-parameters-box .remove_filter::before, 
.bx-filter-parameters-box .remove_filter::after {
  background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
  content: "";
  height: 1px;
  margin-right: 0;
  margin-top: 25px;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(-45deg);
  transition: background 0.35s ease 0s;
  width: 18px;
}
.bx-filter-parameters-box .remove_filter::after {
  transform: rotate(45deg);
}
.bx-filter-parameters-box .remove_filter {
  height: 20px;
  position: absolute;
  right: 0;
  width: 20px;
}

.bx-filter-popup-result {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}


.input--range{
	width: 49%;
}

#ajax_loading1{
    background: linear-gradient(rgba(0,0,0,1) 30%, transparent 30%, transparent 70%, rgba(0,0,0,.4) 70%) no-repeat 50% 0, linear-gradient(to left, rgba(0,0,0,.2) 30%, transparent 30%, transparent 70%, rgba(0,0,0,.8) 70%) no-repeat 0 50%;
    background-size: 10% 100%, 100% 10%;
    -webkit-animation: loading 1.2s infinite steps(8);
    animation: loading 1.2s infinite steps(8);
    position: relative;
    width: 0px!important;
    height: 0px!important;
    margin: 0 auto!important;
    padding: 20px!important;
}

#ajax_loading1:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,.1) 30%, transparent 30%, transparent 70%, rgba(0,0,0,.5) 70%) no-repeat 50% 0, linear-gradient(to left, rgba(0,0,0,.3) 30%, transparent 30%, transparent 70%, rgba(0,0,0,.9) 70%) no-repeat 0 50%;
    background-size: 10% 100%, 100% 10%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block!important;
}

#ajax_loading{
    opacity: 1;
    position: relative;
    left: 0;
    top: 0;
    z-index: 20;
    fill: transparent;
    stroke: #333;
    stroke-width: 1;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    -webkit-animation: dash 4s ease infinite;
    animation: dash 4s ease infinite;
    margin-left: -25px;
    margin-top: -25px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;	
    visibility: visible;
}

#ajax_loading.all_page{
	margin-top: 70px;
}

@-webkit-keyframes loading {
    100% {-webkit-transform: rotate(1turn);}
}
@keyframes loading {
    100% {transform: rotate(1turn);}
}

.product--page .product__tabs-nav{
	overflow-y: hidden;
}

.product__buttons .button--fav .in_favorites{
	display: none;
}
.product__buttons .button--fav.fav .to_favorites{
	display: none;
}
.product__buttons .button--fav.fav .in_favorites{
	display: block;
}

.product--cart .product__close{
	cursor: pointer;
}

.popup-window-buttons{
    background: #fa4844;
    color: #FFF;
    font-size: 16px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 0 30px;
    line-height: 45px;
    cursor:pointer;
}

.popup-window-with-titlebar .popup-window-content {
    padding: 20px;
    background: white;
}

.popup-window-titlebar {
    height: 31px;
    font-family: HelveticaNeueCyr-Light;
    font-size: 15px;
    padding-top: 16px;
    font-weight: bold;
}

.product__colors .color{
	cursor: pointer;
}

.header__buttons > div{
	display: inline-block;
}

#quick_search_result{
	margin-right:90px;
}

.ui-menu .ui-menu-item {
    font-weight: normal;
    font-size: 18px;
}

.order--page input.error{
	border-color:red;
}

.order--page input.error + .input__placeholder{
  color: red;
}

.order--page input.error + .input__placeholder:after{
  content: "";
}

.brand_list{
	text-align: left;
}
.brand_list .card--brand{
	display: inline-block;
}

.COLOR_FILTER .input--color-button{
  cursor: pointer;
}
.filter__container .input--color-button.disabled{
  cursor: default;
}

.input--checkbox-button input[type=checkbox]:disabled+.input__text{
  cursor: default;
}

.COLOR_FILTER .input--color-button .bx-filter-param-text{
  width: 33px;
  height: 33px;
  position: relative;
}

.COLOR_FILTER .input--color-button.disabled .bx-filter-param-text {
    *opacity: .2;
}

.COLOR_FILTER .input--color-button.disabled .bx-filter-param-text:before {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0; 
    content: ' ';
    display: block;
    z-index: 100;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==) no-repeat center;
    opacity: .7;
}

.select__name {
    max-height: 40px;
    overflow: hidden;
}

.product__props--stock
{
  cursor: default;
}


.cart--popup .cart__account-sale.empty::after{
    content: "За вашим аккаунтом пока не закреплена скидка. Активировать?";
}

.cart--popup .cart__account-sale.empty:before{
  content: "0";
}

.ui-widget.ui-widget-content{
  z-index: 10000;
}

#city{
  border: 1px solid #ddd;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 10px;  
}

#change-city {
    min-height: 212px;
}

#change-city ._selectCity{
  min-width: 100px;
  min-height: 37px;
  line-height: 37px;  
}


.form__button--submit.is-disabled{
  visibility: hidden;
}

.product--page .size.two_str{
  line-height: 17px;
}

#tmg_ps_body input[type=radio]{
  display: none;
}

.input--holder textarea {
    font-size: 16px;
    border-bottom: 1px solid #333;
    height: 80px;
    -webkit-transition: all .233s;
    transition: all .233s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.input--holder-top textarea.is-filled+.input__placeholder, .input--holder-top textarea:focus+.input__placeholder {
    opacity: 1;
    margin-top: -28px;
    color: #999;
    font-size: 12px;
}

.order--account .order__button--details.cancel:before{
    content: "\f154";
}

.order--account .order__button--details.copy:before{
    content: '\f237';
}

.order--account .order__button--details{
  margin:2px 0px;
}

.order--account .order__detail textarea{
  border:1px solid gray;
}

@media (min-width: 760px)
{
  .order--account .order__button--details {  
    float:left;
  }

  .order--account .order__details > div{
    display: inline-block;
  }

}



.account__section--favorite .product__button--like{
  color: red;
  padding-left: 5px;
  cursor: pointer;  
}

.errortext{
  font-size: 14px
}


.default_styles ol, .default_styles ul{
  list-style: circle;
  padding: 5px 16px;
}

.default_styles b{
  font-weight: bold;
}


.hidden{
  display: none;
}

.form__response.show{
  max-height: inherit;
  width: auto;
  display: block;
}

.form__step--back-calculator{
  padding-left: 93px;
}

#calculator, #shipping_form{
  /*
  display: inline-block;
  width: 40%;
  float: none;
  margin: 0;
  padding: 0;
  max-height: inherit;
  max-width: inherit;
  overflow:hidden;
  */
  max-height: inherit;
    font-size: 0px;
}

#calculator .form__step--back-calculator{
  overflow: auto;
}

#shipping_form .shipping__price, .form--shipment .shipping__price{
  float:right;
}

#shipping_form{
    padding: 0 16px;
    position: relative;
    margin-top: 10px;
    transition: inherit;
    white-space: inherit;
    text-align: left;
    margin-left: 0;
    margin-top: 62px; 
}

#calculator .messages{
  color: red;
}


.form__input input[type=checkbox]{
  width: auto;
  border: 1px solid #888;
}
.input--holder input[type=checkbox]+.input__placeholder {
    left: 19px;
    opacity: 1;
    visibility: visible;
    top: 3px;
}


.mini-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
  }


.container.left{
  text-align: left;
}


.site-map-wrapper {
  font-size: 14px;
  line-height: 20px;
}
.site-map-wrapper a {
  color: #262626;
}
.site-map-wrapper li {
  margin-bottom: 15px;
  padding-left: 20px;
}
.site-map-wrapper ul {
  margin-bottom: 30px;
}
.site-map-col-header {
  font-weight: 600;
  height: 30px;
  background: url('../pic/separator_short.png') no-repeat 20px 100%;
}
.site-map-col-header:before,
.site-map-ref li:before {
  content: '\f301';
  color: #fa4844;
  font-family: 'Material-Design-Iconic-Font';
  margin-left: -20px;
  padding-right: 5px;
}
.site-map-pers li {
}
.site-map-pers i{
  width: 20px;
  color: #fa4844;
  margin-left: -20px;
}


.order-text__shadow{
  font-size: 85%;
  font-size: 92%;
}

.payment_comment a{
  color: inherit;
  text-decoration: underline;
}

.order-text .tmg{
      width: 100%;
}

.order-text .tmg #tmg_ps_body  .tmg_ps_payment_option{
    width: 45%;
    width: 560px;
    display: inline-block;
}

.order-text .tmg #tmg_ps_payment_systems{
  text-align: center;
}

.order-text .tmg .tmg_ps_paysys_desc {
    float: left;
    width: 346px;
    padding-left: 207px;
}

.order-text .tmg > p{
  text-align: center!important;
}

.order-text .tmg  #tmg_ps_next_button{
  *display: none;
  width: 560px;
}
.order-text .tmg  #tmg_ps_form_next{text-align: center;}

.product--page .tab{
      max-height: 10000px;
}


.product--page .product__sale-price, .product--card .product__sale-price, .product--card-min .product__sale-price{
  text-decoration: line-through;
}

#no-delivery{
  display: none;
  font-size: 19px;
  min-height: 300px;
  margin-top: 30%;
}

#no-delivery.is-active{
  display: block;
}

.order__shipments.is-loading #no-delivery{
  opacity: .6;
}

.tag--black_friday {
    background: black;
    color: yellow;
}

#selected_city{
  font-size: 16px; 
  color: #fa4844;
  font-weight: bold;
  border-bottom: 1px solid #fa4844;
  padding-bottom: 0px;
  padding-right: 2px;

}
#selected_city:before{
  font: normal normal normal 14px/1 Material-Design-Iconic-Font;
  content: "";
  padding-right: 4px;
}

div.bx-auth {
  margin:auto;
}

.product__gallery--nav  .product__video {
  opacity: .9;
}
.product__video {
    position: relative;
}

.product__video  a:before{
      position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    margin-left: -21px;
    content: '';
    transition: all .2s;
    opacity: .5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #b7b7b7;
    background: rgba(255, 255, 255, .4);
}

.product__video  a:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    margin-top: -12px;
    margin-left: -6px;
    content: '';
    transition: all .2s;
    opacity: .5;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 19px solid #fff;
}

.product__video  a:hover:before,
.product__video  a:hover:after{
  opacity: 1;
}

  .product__video a .img_wrap{
    max-height: 200px;
    overflow: hidden;
  }

  .product__video a .img_wrap img{
    max-height: 200px;
    width: auto;
  }

@media (max-width: 1800px) {
    .product--page .color__name {
        display: block;
        position: absolute;
        top: 13px;
        left: 0;
        width: 100%;
        line-height: 30px;
        opacity: 1;
    }

    .product--page .color__count, .product--page .color__num {
        display: inline-block;
        line-height: 30px;
    }
}

@media (max-width: 440px){
  .menu__container--sub > li > ul{
    column-count: 1;
  }
}
@media (min-width: 441px){
  .menu__container--sub > li > ul{
    column-count: 2;
  }
}

@media (min-width: 760px){
  
  .product__video a .img_wrap {
    max-height: 100px;
  }
  .product__video a .img_wrap img{
    max-height: 100px;
    width: auto;
  }

  .menu__container--sub > li > ul{
    column-count: 2;
  }


}

@media (min-width: 1200px){
  
  .product__video a .img_wrap {
    max-height: 100px;
  }
  .product__video a .img_wrap img{
    max-height: 100px;
    width: auto;
  }

  .menu__container--sub > li > ul{
    column-count: 4;
  }

}

@media (min-width: 1800px){
  .product__video a .img_wrap{
    max-height: 200px;
    overflow: hidden;
  }

  .product__video a .img_wrap img{
    max-height: 200px;
    width: 99%;
  }

  .menu__container--sub > li > ul{
    column-count: 5;
  }


}

._productGallery .product__video a .img_wrap{
  width: 99%;
  max-height: none;
}

._productGallery .product__video a .img_wrap img{
  width: 99%;
  max-height: none;
}


.video_thumb {
    width: 99%;
    height: 100%;
    border: 30px solid #000;
    min-height: 110px;
    background-color: #d2c5c5;
    border-left: none;
    border-right: none;
}


.payment_result.container {
    font-size: 24px;
}

.conf_link {
    display: inline-block;
    line-height: 29px;
    font-size: 14px;
    color: white;
}

.conf_link a{
    color: white;
}

.conf_link a:hover{
    color: #ddd;
}


.popup--phone_warrning .form__title{
  font-size: 14px;
}

.article_list ul li a {
    color: black;
    font-size: 92%;
}

.article_list ul {
    list-style-position: inside;
    list-style-type: disc;
    color: black;
}

.header__link--cabinet{
  display: block;
  margin-right: 5px;
  font-size: 12px;
}

@media (min-width: 761px)
{
  .header__contact--mobile {
       float: right;;
      display: inline-block;
  }
}

@media (min-width: 1201px) {
  .header__contact--mobile {
      display: none;
  }
}

.basket_items .product__title a{
  color: inherit;
}

a.menu__link--user {
    padding: 0 20px;
    display: block;
    line-height: 36px;
    text-decoration: underline;
    color: #FFF;
}

.menu__link--user:before{
  content:"";
  display: inline-block;
  font: normal normal normal 14px/1 Material-Design-Iconic-Font;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  padding-right: 10px;
  width: 20px;  
}

.product--page .color__num.empty_article {
  display: none;
}

.product--page .color__name.empty_article {
  display: block;
  line-height: 40px;
  max-height: 40px;
  overflow: hidden;  
}

.brand-detail > *{
  margin-right: 10px;
}

.article__text img {
  max-width: 100%;
  height: auto;
}

.form--shipment .shipping__text .profile_name {
    display: inline-block;
    width: calc(100% - 75px);
}

.available_in_stock {
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 286px;
    z-index: 100;
    background-color: white;
    font-size: 15px;
    text-align: left;
    padding: 15px;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.2);
}

.available_in_stock ul.basket_item_list {
    margin: 10px 20px;
    list-style-type: decimal;
    font-weight: bold;
    font-size: 18px;
}

.available_in_stock ul.basket_item_list span.product_name {
    display: inline-block;
    max-width: 400px;
    min-width: 400px;
    vertical-align: top;
}

.available_in_stock ul.basket_item_list span.product_quantity {
    width: 60px;
    display: inline-block;
}

.available_in_stock ul.basket_item_list span.product_quantity:before {
    content: " - ";
}

.available_in_stock ul.basket_item_list span.product_quantity:after {
    content: " шт";
}

.available_in_stock .form__button--recalculate {
    background: #fa4844;
    color: #FFF;
    font-size: 16px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 0 30px;
    line-height: 45px;
    width: 250px;
    box-sizing: border-box;
    font-family: HelveticaNeueCyr-Medium;
    text-align: center;
    vertical-align: top;
    outline: 0;
    border: none;
    -moz-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    white-space: nowrap;
    user-select: none;
    padding: 0 50px;
    line-height: 50px;
    display: inline-block;
    float: right;
    max-width: 250px;
    margin: 40px 0 0;
    cursor: pointer;
}

.cart__total {
    position: relative;
}

.available_in_stock .stock_empty {
    font-size: 18px;
    line-height: 32px;
}

.other_sku_title {
    font-size: 18px;
    margin: 15px;
}

.color__view{
    position: relative;
}

.color__view .more, .color__view .select_sku{
    display:none;
    position: absolute;
    line-height: 40px;
    height: 30px;
    top: 0px;
}
.color__view .more a, .color__view .select_sku a{
    color: inherit;
}

.color__view .more:hover a, .color__view .select_sku:hover a{
    color: #F8484E;
}


.color__view .more {
    left: 20px;
    z-index: 102;
    width: auto;
    text-align: left;
}

.color--selected .color__view .more {
    font-size: 14px;
    text-align: center;
    width: 100%;
    padding: 0px;
    margin: 0px;
    left: 0;
    height: 40px;
}


.color__view .select_sku {
    top: 0px;
    right: 10px;
    left: auto;
    width: 80%;
    z-index: 101;
    text-align: right;
}

@media (min-width: 760px) {
    .color--selected .color__view:hover .more{
        display: block;
    }
}

.color_big_phone {
    width: 80%;
    height: 200px;
    position: relative;
    margin: auto;
}


.color_small_phone {
    width: 100px;
    height: 100px;
    position: relative;
    margin: auto;
}

.product--page .sku-col {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

@media (min-width: 760px) {
    .color_big_phone {
    }

}
@media (min-width: 1200px) {
    .product--page .color {
        /*width: 33.33333%;*/
    }


    .color_big_phone {
        height: 337px;
    }
    .color_small_phone {
        height: 100px;
        width: 100px;
    }

}

@media (min-width: 1400px) {
    .product--page .color {
        /*width: 25%;*/
    }

    .benefits__container, .container, .footer__container, .footer__container--license, .header__container {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1800px) {
    .color_big_phone {
        height: 488px;
    }
    .color_small_phone {
        height: 200px;
        width: 200px;
    }

}

@media (max-width: 760px) {
    .product--card .product__avatar img, .product--card-min .product__avatar img {
        max-height: 144px;
        width: auto;
        max-width: 100%;
    }

    .product--card .product__name, .product--card-min .product__name {
        min-height: 48px;
    }

    .product--card .product__avatar {
        max-height: 160px;
        min-height: 160px;
        margin-top: 36px;
    }

}


.parent_product__wrap-info {
    float: none;
    display: inline;
}

.parent_product__wrap-info a {
    color: black;
    font-weight: bold;
}

.product__size{
    font-size: 80%;
}

.simple ol{
    list-style-type: decimal;
}

.simple ol li {
    padding-left: 10px;
}

.simple .title {
    font-size: 22px;
    font-weight: bold;
    padding-top: 35px;
    padding-bottom: 10px;

}

.simple center {
    font-weight: bold;
}


/*
.article--page .article__head {
    height: 300%;
    position: relative;
}

.article--page .article__avatar img {
    height: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.article--min .article__avatar img {
    height: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

*/

.tel_country {
    width: 69px;
    position: absolute;
    top: 13px;
    height: 27px;
}

/*.form__input.input.input--holder*/
.tel_country + input{
    margin-left: 77px;
    width: calc(100% - 77px);
}
.form__input.input.input--holder {
    /*overflow: hidden;*/
}

.input--holder-register .tel_country + input + .input__placeholder {
    margin-left: 77px;
}