.header-mobile {
	display: none;
}

.mobile-menu {
  position: fixed;
  z-index: 15;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 46px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.1);
  transform: translate(0px, 0px);
  transition: 0.2s; }
  /* line 315, main.scss */
  .mobile-menu--up {
    transform: translate(0px, -80px); }
  /* line 318, main.scss */
  .mobile-menu--toggle {
    position: relative;
    padding: 12px 15px;
		width: 46px;
	height: 46px;
    color: #fff !important; }
    /* line 324, main.scss */
    .mobile-menu--toggle i {
      display: inline-block;
      vertical-align: top;
      width: 12px;
      border-top: 2px solid #fff;
      border-bottom: 2px solid #fff;
      padding: 3px 0px;
      margin: 4px 1px 0px 1px;
      transition: 0.4s;
      transform: scale(1); }
      /* line 334, main.scss */
      .mobile-menu--toggle i:before {
        content: '';
        display: block;
        width: 12px;
        height: 0px;
        border-top: 2px solid #fff; }
    /* line 342, main.scss */
    .mobile-menu--toggle span {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      transition: 0.2s;
      transform: scale(1.5);
      opacity: 0; }
      /* line 351, main.scss */
      .mobile-menu--toggle span:before, .mobile-menu--toggle span:after {
        content: '';
        display: block;
        width: 20px;
        height: 2px;
        background: #fff;
        transform: rotate(45deg);
        position: absolute;
        left: 12px;
        top: 21px; }
      /* line 362, main.scss */
      .mobile-menu--toggle span:after {
        transform: rotate(-45deg); }
    /* line 367, main.scss */
    .mobile-menu--toggle.active i {
      transform: scale(1.5);
      opacity: 0; }
    /* line 371, main.scss */
    .mobile-menu--toggle.active span {
      transform: scale(1);
      opacity: 1; }
  /* line 378, main.scss */
  .mobile-menu-logo--image {
    width: auto;
    height: 32px; }
  /* line 385, main.scss */
  .mobile-menu-cart .header-cart {
    width: 56px;
    height: 46px;
    margin: 0px;
    padding: 0px; }
    /* line 390, main.scss */
    .mobile-menu-cart .header-cart .header-block--thumb {
		position: relative;
      width: 56px;
      height: 46px;
	  padding: 0px;
	background-position: 0px center; }
      /* line 394, main.scss */
      .mobile-menu-cart .header-cart .header-block--thumb i {
		position: absolute;
	z-index: 2;
	color: #ffd200;
	top: 13px;
	left: 30px;
	width: 20px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	font-style: normal;
		}

/* line 403, main.scss */
.locked .mobile-menu {
  transform: translate(0px, 0px) !important; }
/* line 407, main.scss */
.mobile-nav {
  position: fixed;
  z-index: 14;
  top: 0px;
  left: 0px;
  width: 260px;
  height: 100%;
  background: #fff;
  transition: 0.2s;
  transform: translate(-100%, 0px);
  opacity: 0;
  padding: 64px 0px 0px;
  box-sizing: border-box;
  overflow: auto; }
  /* line 420, main.scss */
  .mobile-nav.active {
    transform: translate(0px, 0px);
    opacity: 1; }
  /* line 424, main.scss */
  .mobile-nav-item {
    position: relative;
    margin: 15px 0px 0px;
    padding: 0px 0px 0px 15px;
    font-size: 18px;
    line-height: 22px; }
    /* line 430, main.scss */
    .mobile-nav-item a {
      display: inline-block;
      padding-right: 35px;
      color: #0d0d0d;
      text-decoration: none; }
      /* line 435, main.scss */
      .mobile-nav-item a.active, .mobile-nav-item a:hover {
        color: #00ADEF; }
  /* line 440, main.scss */
  .mobile-nav--sub-toggle {
    position: absolute;
    top: -1px;
    right: 15px;
    font-size: 22px;
    line-height: 24px;
    color: #00ADEF;
    transition: 0.2s; }
    /* line 448, main.scss */
    .mobile-nav--sub-toggle.active {
      transform: rotate(90deg); }
    /* line 451, main.scss */
    .mobile-nav--sub-toggle i {
      font-weight: bold; }
  /* line 455, main.scss */
  .mobile-nav-sub {
    display: none; }
    /* line 457, main.scss */
    .mobile-nav-sub.active {
      display: block; }
  /* line 461, main.scss */
  .mobile-nav-shade {
    position: fixed;
    z-index: 13;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s; }
    /* line 472, main.scss */
    .mobile-nav-shade.active {
      opacity: 1;
      visibility: visible; }
  /* line 477, main.scss */
  .mobile-nav-phone {
    position: relative;
    padding: 15px 15px 15px 64px;
    border-bottom: 2px solid #efefef; }
    /* line 481, main.scss */
    .mobile-nav-phone--thumb {
      position: absolute;
      top: 15px;
      left: 10px;
      width: 44px;
      height: 44px;
      background: url(icons-phone.png) center center no-repeat;
      background-size: 150%;
      text-decoration: none; }
    /* line 491, main.scss */
    .mobile-nav-phone--title {
      font-size: 22px;
      line-height: 24px; }
      /* line 494, main.scss */
      .mobile-nav-phone--title a {
        color: #0d0d0d;
        text-decoration: none; }
    /* line 499, main.scss */
    .mobile-nav-phone--description {
      color: #a1a1a1; }
      /* line 501, main.scss */
      .mobile-nav-phone--description a {
        color: #00ADEF;
        text-decoration: none; }
        /* line 504, main.scss */
        .mobile-nav-phone--description a:hover {
          text-decoration: underline; }
  /* line 510, main.scss */
  .mobile-nav-contacts {
    margin: 15px 0px 0px;
    padding: 15px;
    border-top: 2px solid #efefef; }
    /* line 515, main.scss */
    .mobile-nav-contacts--email a {
      color: #adadad;
      text-decoration: none; }
      /* line 518, main.scss */
      .mobile-nav-contacts--email a:hover {
        color: #00ADEF; }
    /* line 522, main.scss */
    .mobile-nav-contacts--email i {
      font-size: 12px;
      margin: 0px 10px 0px 0px; }
    /* line 527, main.scss */
    .mobile-nav-contacts--social {
      margin: 15px 0px 0px; }
      /* line 529, main.scss */
      .mobile-nav-contacts--social a {
        color: #adadad;
        text-decoration: none;
        margin: 0px 10px 0px 0px; }
        /* line 533, main.scss */
        .mobile-nav-contacts--social a:hover {
          color: #00ADEF; }

/*---*/
html.locked {overflow: hidden; -ms-touch-action: none; touch-action: none;}
.mobile-nav .top-phone {float: none; padding: 0px 15px 15px;}
.mobile-nav .top-icons {float: none; padding: 15px; border-top: 1px solid #eee; border-bottom: 1px solid #eee;}
.mobile-nav .top-icons li {font-size: 16px; font-weight: 400;}
.mobile-nav .top-icons li:first-child {margin-bottom: 15px;}
.mobile-nav .mobile-cabinet {border-top: 1px solid #eee; margin: 15px 0px 0px; padding: 0px 0px 15px; font-size: 16px; line-height: 20px;}
.mobile-nav .mobile-cabinet-title {color: #bda08f; font-weight: 500;}
.mobile-nav .mobile-cabinet .mobile-nav--sub-toggle {color: #bda08f;}

.table-overflow {overflow: auto; overflow-y: hidden; margin: 20px 0px;}
.table-overflow table {margin: 0px;}

@media (max-width: 1270px) {
	body {
		min-width: auto;
	}
	.minwidth {
		width: 968px;
	}
	.layout {
		width: 952px;
		margin: 0px auto;
	}
	.col-right {
		width: 752px;
	}
	.menu {
		background: #009fdf;
	}
	.slider {
		width: 100%;
		height: auto;
	}
	.bnrs {
		width: auto;
		margin: 20px -10px -20px;
	}
	.bnrs .item {
		width: 25%;
		height: auto;
		box-sizing: border-box;
		background: none;
		padding: 0px 10px 20px;
	}
	.bnrs .item img {
		width: 100%;
		height: auto;
		box-shadow: 0 8px 20px rgba(0,0,0,0.25);
	}
	.content {
		width: 100%;
		box-sizing: border-box;
	}
	.products-collection {
		width: auto;
		margin: -10px -5px 20px -5px;
	}
	.products-collection .product .product-thumb {
		position: relative;
		width: 100%;
		height: 0px;
		padding-top: 100%;
	}
	.products-collection .product .product-thumb img {
		position: absolute;
		left: 0px;
		top: 0px;
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height: auto;
		
	}
	.products-block {
		width: 100%;
	}
	.product-page {
		width: 100%;
		box-sizing: border-box;
	}
	.product-image {
		width: 45%;
	}
	.image-place {
		width: 100%;
		height: auto;
		box-sizing: border-box;
	}
	.large-image {
		width: 100%;
		height: auto;
	}
	.large-image img {
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height: auto;
		margin: 0 auto;
	}
	.preview-list {
		float: left;
		width: 100%;
		margin: 5px 0px 0px;
	}
	.preview-list a {
		float: left;
		margin: 5px 5px 0px 0px !important;
	}
	.product-info {
		width: 55%;
		box-sizing: border-box;
		margin: 0px;
		padding: 0px 0px 0px 10px;
	}
	.field .field-label {
		width: 100% !important;
		float: none !important;
		display: block !important;
	}
	.field .field-content, #payment_gateways .field-content  {
		width: 100% !important;
		margin: 5px 0px 0px !important;
		float: none !important;
		max-width: 400px;
	}
	#regular_client+div {
		float: right;
		margin-top: -42px;
		margin-left: 10px;
	}
	.set-sidebar {
		margin: 20px 0px 0px;
	}
	#registered_client, #regular_client {
		width: 100%;
		padding: 0px;
		border: none;
	}
	.template-client #regular_client {
		width: 100%;
		padding-right: 60px;
		box-sizing: border-box;
		margin-bottom: 20px;
		text-align: left;
	}
}
@media (max-width: 991px) {
	.minwidth {
		width: 100% !important;
		padding: 0px 10px;
		box-sizing: border-box;
	}
	.header {
		width: 100%;
	}
	.top {
		width: 100%;
		padding: 25px 0px 20px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.top:before, .top:after {
		display: none;
	}
	.top-icons, .top-phone, .transfer {
		margin: 0px;
		width: auto !important;
	}
	.top-icons li:first-child {
		margin: 0px;
	}
	.header-cart {
		margin-left: 0px;
	}
	.menu-place {
		background: #009fdf;
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	.slider {
		margin: 0px;
		width: 100%;
	}
	.layout {
		width: 100%;
	}
	.col-left {
		width: 25%;
		box-sizing: border-box;
	}
	.col-right {
		width: 75%;
	}
	.product-data {
		width: 33.3%;
	}
	.products-collection .product .product-extra {
		height: 34px;
	}
	.content2 {
		width: 70%;
	}
	.products {
		width: 30%;
		padding-left: 20px;
		box-sizing: border-box;
	}
	.footer table {
		width: 100%;
	}
	.footer table th {
		width: 4%;
	}
	.footer table td {
		width: 25%;
	}
}
@media (max-width: 867px) {
	.products-order {
		width: 110px;
	}
	.top-icons li {
		float: none;
		margin: 0px;
		padding-left: 26px;
		font-size: 14px;
	}
	.top-icons li:first-child {
		margin-bottom: 10px
	}
	.top-icons li br {
		display: none;
	}
	.top-icons i {
		width: 18px;
		height: 18px;
		background-size: cover;
	}
	.top-icons i.top-icon-1 {
		background-position: -18px 0px;
	}
	.cart-item-left {
		width: 100%;
		max-width: none;
	}
	.cart-item-left th {
		padding-right: 10px;
	}
	.cart-item-right {
		max-width: none;
		padding-top: 0px;
	}
	.cart-item-right .cart-item-quantity select {
		width: 80px;
		padding: 5px;
	}
	.cart-item-remove {
		float: right;
	}
}
@media (max-width: 767px) {
	body {
		padding-top: 46px;
	}
	.col-left {
		width: 100%;
		padding: 0px;
		position: relative;
		z-index: 3;
	}
	.col-right {
		width: 100%;
	}
	.header {
		display: none;
	}
	.header-mobile {
		display: block;
	}
	.block {
		display: none;
	}
	#block-recently-view {
		display: none !important;
	}
	.block-filter {
		display: block;
		position: fixed;
		z-index: 14;
		top: 0px;
		left: 0px;
		width: 260px;
		height: 100%;
		background: #fff;
		transition: 0.2s;
		transform: translate(-100%, 0px);
		opacity: 0;
		margin: 0px;
		padding: 0px;
		box-sizing: border-box;
		border: none;
		/*overflow: auto;*/
	}
	.block-filter.active {
		transform: translate(0px, 0px);
		opacity: 1;
	}
	.block-filter-shade {
		position: fixed;
		z-index: 13;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.8);
		opacity: 0;
		visibility: hidden;
		transition: 0.4s;
	}
	.block-filter-shade.active {
		opacity: 1;
		visibility: visible;
	}
	.block-filter .filter {
		padding-top: 46px;
		height: 100%;
		box-sizing: border-box;
		overflow: auto;
	}
	.block-filter .filter-count {
		left: 0px !important;
		top: auto !important;
		bottom: 0px;
		width: 100%;
		box-sizing: border-box;
		border-radius: 0px;
		padding: 16px 15px;
		text-align: center;
		background: #009fdf;
	}
	.block-filter .filter-count .fa-caret-left {
		display: none;
	}
	.block-filter--place {
		display: block;
		position: relative;
		z-index: 2;
		max-width: 200px;
	}
	.product-image {
		width: 100%;
	}
	.product-info {
		width: 100%;
		box-sizing: border-box;
		margin: 0px;
		padding: 15px 0px 0px 0px;
	}
	.content-table, .content-table th, .content-table td {
		display: block;
		width: 100%;
	}
	.content-table .img {
		width: auto;
		height: auto;
		margin: 0px 0px 20px !important;
		padding: 0px;
		background: none;
	}
	.content-table .img img {
		left: 0px;
		top: 0px;
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height: auto;
		margin: 0 auto;
		box-shadow: 0 8px 20px rgba(0,0,0,0.25);
	}
	.content table, .content iframe {
		width: 100% !important;
	}
	.table-delivery {
		display: block;
		border-bottom: 1px solid #e5e5e5 !important;
		margin: 0px 0px 20px;
	}
	.table-delivery tbody, .table-delivery tr, .table-delivery td {
		display: block;
		width: 100% !important;
		height: auto !important;
	}
	.table-delivery td {
		display: block;
		padding: 0px 10px !important;
		border-style: none !important;
		border-top: 1px solid #e5e5e5 !important;
		box-sizing: border-box;
	}
	.content img {
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height: auto;
	}
	.content2 {
		width: 100%;
	}
	.products {
		width: auto;
		margin: 0px -5px;
		padding: 0px;
	}
	.products .product-data {
		width: 33.3%;
		padding: 0px 5px;
	}
	.form-inner > table {
		width: 100%;
	}
	.form-inner-td {
		display: block;
		width: 100%;
	}
	.cart-coupon {
		overflow: hidden;
	}
	.cart-coupon .title {
		line-height: 35px;
		margin-right: 10px;
	}
	.cart-coupon th, .cart-coupon td {
		display: block;
		float: left;
		text-align: left;
		width: auto;
		padding: 0px;
	}
	.cart-coupon th {
		padding-top: 5px;
	}
	.cart-coupon td input {
		margin-right: 10px;
	}
	.zoomContainer, .zoomWindowContainer {
		display: none !important;
	}
	.large-image {
		position: relative;
	}
	.large-image:before {
		content: '';
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		z-index: 2;
		background: rgba(0,0,0,0);
	}
	.footer table {
		table-layout: fixed;
		width: 100%;
		margin: 0px 0px 20px;
	}
	.footer table th, .footer table td {
		display: block;
		float: left;
	}
	.footer table th {
		width: 4%;
	}
	.footer table th.footer-sep-full {
		width: 100%;
		height: 0px;
	}
	.footer table td {
		width: 48%;
		padding: 20px 0px 0px;
	}
}

@media (max-width: 567px) {
	.bnrs .item {
		width: 50%;
	}
	.bnrs .item:nth-child(3) {
		clear: both;
	}
	.product-data {
		width: 50% !important;
	}
	.products-sort {
		margin: 20px 0px;
	}
	.products-sort .products-order {
		width: 110px;
	}
	.block-filter--place {
		margin-top: -51px;
		display: block;
	}
	.block-filter--toggle-paging {
		margin: 0px;
	}
	.article {
		padding: 0px;
	}
	.article .article-thumb {
		position: relative;
		display: block;
		margin: 0 auto 10px;
	}
	.cart-coupon .title {
		width: 100%;
		padding-bottom: 5px;
	}
	.cart-coupon .coupon-input {
		width: 100%;
		padding-right: 120px;
		box-sizing: border-box;
	}
	.cart-coupon td input {
		width: 100%;
		margin: 0px;
		box-sizing: border-box;
	}
	.cart-coupon .coupon-button {
		width: 110px !important;
		margin-top: -35px;
		float: right;
	}
	.cart-coupon .coupon-button button {
		width: 100%;
	}
	.footer {
		background-image: url(footer-bg-new.png);
	}
	.copyright {
		height: auto;
		line-height: 20px;
		padding: 20px 0px;
		text-align: center;
		line-height: 20px;
	}
	.copyright li {
		float: none;
		display: block;
		width: 100%;
	}
}
@media (max-width: 426px) {
	.products-sort .products-order-paging {
		float: left;
	}
	.product-form td {
		display: block;
		float: left;
		width: auto;
	}
	.product-form td:first-child {
		width: 100%;
	}
	.product-form .product-price {
		float: left;
		margin: 0px 0px 10px;
	}
	.cart-item-sale-price {
		display: none;
	}
	.cart-item-total-price {
		padding-right: 10px !important;
	}
	.cart-item-right .cart-item-quantity span:first-child {
		display: none;
	}
	.cart-item-remove {
		clear: both;
	}
	.footer table th {
		width: 100%;
		height: 0px;
	}
	.footer table td {
		width: 100%;
	}
}
@media (max-width: 374px) {
	.bnrs .item {
		width: 100%;
	}
	.product-data {
		width: 100% !important;
	}
}
