
.burger-box {
	display: none;
}

.mob {
	display: none;
}


.desctop_banners{
  display: block;
}


.mobile_banners {
    display: none;
}



@media (max-width: 1579px) {

  .desctop_banners {
    display: block;
  }

  .mobile_banners {
    display: none;
  }
  
  
	.header-contacts-box .flex-list {
		display: block;
		margin: 0;
	}

	.header-contacts-box .flex-list > * {
		padding: 0;
	}

	.promo-box-01 .info-box {
		margin-right: 0;
	}

	.promo-box-02 .promo-box {
		background-position: calc(100% + 120px) 50%;
	}

	.horizontally .product-box .photo-box {
		/*position: static;
		width: auto;
		display: table;
		margin-bottom: 16px;*/
	}

	.horizontally .product-box {
		padding-left: 32px;
	}

	.book-page .product-top-info {
		display: block;
	}

	.product-top-info .additional-box {
		padding-left: 0;
		padding-top: 32px;
	}

	.inner-page .front-page + .product-photo-plate {
		margin-top: -40px;
	}

	.product-top-info .main-box {
		width: auto; 
	}

}

/* ==== end 1580px =================================================== */


@media (max-width: 1365px) {


	html {
		/*font-size: 16px;*/
	}

  .desctop_banners {
    display: block;
  }

  .mobile_banners {
    display: none;
  }
	

}

/* ==== end 1366px =================================================== */

@media (max-width: 1279px) {
  
  .desctop_banners {
    display: block;
  }

  .mobile_banners {
    display: none;
  }
 

	.top-slider .slide .title {
		font-size: 28px;
	}

	.top-slider .slide .word-box {
		padding-right: 120px;
	}

	.logo-box img {
		max-width: 200px;
	}

	.promo-box-01 .info-box {
		margin-left: 0 !important;
	}

	.promo-box-01 .photo-box {
		left: -20px;
		max-width: 280px;
	}

	.interesting-slider .photo-col .photo-box img {
		max-width: 100%;
	}

	.interesting-slider .slide {
		display: block;
	}

	.interesting-slider .slide > * {
		width: auto;
	}

	.interesting-slider .photo-col .photo-box {
		position: relative;
		max-width: 800px;
	}

	.interesting-slider .info-box {
		padding-left: 0;
		margin-top: 40px;
	}


	.footer {
		font-size: 16px;
	}

	.footer .contacts-col {
		width: 100%;
	}

	.footer .logo-col, .footer .menu-col  {
		width: 50%;
	}

	.left-page-column {
		display: none;
	}

	.interesting-insert-page .interesting-box {
		display: block;
	}

	.interesting-insert-page .interesting-box .preview-box img {
		width: auto;
	}

	.interesting-box .preview-box .preview-block {
		display: table;
	}

	.interesting-list-plate .interesting-box {
		display: block;
	}

	.front-page-column .promo-box-01 .info-box {
		padding-left: 360px;
	}

}


/* ==== end 1280px =================================================== */


@media (max-width: 1023px) {






}

/* ==== end 1024px =================================================== */


@media (max-width: 959px) {

  
  .desctop_banners {
    display: none;
  }

  .mobile_banners {
    display: block;
  }
  

	.header .top-menu .container {
		height: 80px;
		justify-content: flex-end;
	}


	.burger-box {
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		height: 80px;
		z-index: 11;
		width: 90px;
		max-width: 100%;
		padding-top: 26px;
		padding-left: 24px;
	}

	.burger-box.active {
		background-color: #fff;
		width: 414px;
		max-width: 100%;
	}

	.burger {
		width: 40px;  
		height: 28px;
		display: flex;
		align-items: center;
	}

	.burger i {
		position: relative;
		display: block;
		background: #fff;
		width: 100%;
		height: 4px;
		border-radius: 4px;
		opacity: 1;
		transition: background .2s;
	}

	.burger i:before, .burger i:after {
		position: absolute;
		content: '';
		display: block;
		background: #fff;
		width: 100%;
		height: 4px;
		border-radius: 4px;
		top: -12px;
		left: 0;
		transition: all .2s;
	}

	.burger i:after {
		top: auto;
		bottom: -12px;
	}

	.burger.active i {
		background: transparent;
	}

	.burger.active i:before {
		transform: rotate(45deg);
		top: 0;
		background-color: #fd3456;
	}

	.burger.active i:after {
		transform: rotate(-45deg);
		background-color: #fd3456;
		top: 0;
	}


	.header-main .container {
		padding-top: 0;
		padding-bottom: 0;
		height: 80px;
	}




	.header-main {
		position: relative;
		background-color: #fd3456;
		color: #fff;
	}

	.header-main .desk {
		display: none;
		background-color: #fd3456;
	}

	.header-cart-box {
		margin-right: 0;
		margin-left: 80px !important;
		order: -1;
	}

	.header-main .cart-min-box .ico {
		height: 24px;
	}

	.header-main .cart-min-box {
		background-color: #fff;
		width: 48px;
		height: 48px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 0;
		padding-top: 4px;
		padding-right: 4px;
	}

	.header-main .cart-min-box .num {
		position: absolute;
		height: 16px;
		min-width: 16px;
		border-radius: 12px;
		background-color: #fd3456;
		color: #fff;
		font-size: 14px;
		display: flex;
		align-items: center;
		justify-content: center;
		top: 5px;
		right: 6px;
		padding: 0 4px;
		line-height: 1;
	}

	.header-contacts-box {
		text-align: right;
	}

	.header-main .logo-box {
		display: none;
	}

	.top-search-box {
		max-width: none;
		margin-left: 0;
		margin-right: 0;
		position: absolute;
		width: 100%;
		top: 100%;
		left: 0;
		margin: 0 !important;
		padding: 20px;
		background-color: #fff;
	}

	.header-main-menu {
		position: fixed;
		top: 0;
		left: -414px;
		background-color: #fff;
		width: 414px;
		max-width: 100%;
		height: 100vh;
		padding-top: 80px;
		transition: left .3s;
		box-shadow: 0 0 16px rgba(0,0,0,.1) 
	}

	.header-main-menu.open {
		left: 0;
	}

	.header-main-menu .submenu {
		display: none;
	}

	

	.header-main-menu .submenu ul {
		column-count: initial;
		margin: 0;
		font-size: 16px;
		border-bottom: 1px solid #e4e4e4;
	}

	.header-main-menu .wrapper {
		font-weight: 400;
		border-top: none;
		height: calc(100vh - 145px);
		overflow: hidden;
		overflow-y: auto;
		padding: 0;
	}


	.header-main-menu .container {
		padding: 0;
	}

	.header-main-menu .main-menu {
		display: block;
	}

	.header-main-menu .main-menu li {
		padding: 0;
		margin-top: 16px;
		margin-bottom: 16px;
	}

	.lk-top-box .login-block .text .desk {
		display: block;
	}

	.lk-top-box .login-block .text .mob {
		display: none;
	}



	.header-main-menu .mob {
		display: block;
	}

	.header-main-menu .lk-top-box {
		position: relative;
		background-color: #fff;

	}

	.header-main-menu .login-block {
		padding: 24px;
		background-color: #fff;
		border-bottom: 1px solid #e4e4e4;
		padding-top: 12px;
	}

	.header-main-menu .main-menu {
		padding: 4px 24px;
		margin: 0;
	}

	.lk-top-box .lcol {
		padding: 4px 24px;
		border-top: 1px solid #e4e4e4;
	}

	.lk-top-box .lcol ul {
		display: block;
	}

	.lk-top-box .lcol a {
		margin: 16px 0;
		display: table;
	}

	.top-slider .slide .word {
		margin-top: 24px;
		font-size: 16px;
	}

	.top-slider .slide .word-box {
		max-width: 860px;
		border-left: none;
		padding-left: 0;
	}

	.top-slider .slide {
		height: 580px;
	}

	.plate .platetitle {
		display: block;
	}

	.plate .platetitle .title {
		margin-bottom: 48px;
	}

	.header {
		margin-bottom: 92px;
	}

	.plate {
		padding: 0;
	}

	.plate .platetitle .title {
		font-size: 32px;
	}

	.plate .platetitle .title:before {
		width: 92px;
		left: 0px;
	}

	.right-nav-slider {
		width: 100%;
	}

	.promo-box-01 .info-box {
		padding: 24px !important;
	}

	.promo-box-01 .photo-box {
		position: relative;
		left: 0;
		top: 0;
		transform: none;
		order: -1;
		max-width: 200px;
		margin-left: auto;
		margin-right: auto;
	}

	.promo-box-01 .photo-box .bg {
		opacity: 0;
	}

	.promo-box-01 .info-box {
		background-image: url(../images/promo-01-bg-t.png);
		background-repeat: no-repeat;
		background-position: 50% -180px;
		padding-top: 200px !important;
		margin-top: -200px;
	}

	.promo-box-01 .promo-box {
		flex-direction: column;
		justify-content: center;
	}

	.promo-box-01 .photo-box .photo {
		padding: 20px;
	}

	.promo-box-01 .info-box .title {
		font-size: 28px;
	}

	.promo-box-01 .photo-box:before {
		top: calc(50% - -16%);
		left: 6%;
	}

	.front-page-column .promo-box-01 .photo-box {
		left: 0px;
	}

	.promo-box-02 .info-box {
		background-image: url(../images/promo-02-bg-l-mob.png);
		background-position: 50% 0%;
		display: flex;
		align-items: center;
		min-height: 0;
		padding: 24px;
		justify-content: center;
		margin-top: 200px;
	}

	.promo-box-02 .promo-box {
		background-position: 50% 0%;
		background-size: calc(100% + 6px) auto;
	}

	.promo-box-02 .info-box .body {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding-top: 100px;
		padding-bottom: 20px;
	}

	.promo-box-02 .info-box .title {
		font-size: 28px;
		padding-bottom: 20px;
	}

	.promo-box-02 .info-box .title:before {
		width: 140px;
		left: 50%;
		transform: translateX(-50%);
	}

	.promo-box-02 .info-box .title-desc {
		margin-top: 16px;
	}

	.promo-box-02 .info-box .buttons-box {
		margin-top: 24px;
	}

	.fz28 {
		font-size: 22px;
	}


	.interesting-slider .photo-col .photo-box {
		background-color: transparent;
		border-radius: 0;
	}

	.interesting-slider .photo-col .photo-box .photo {
		position: relative;
		top: 0;
		right: 0;
	}

	.plate .platetitle {
		margin-bottom: 40px;
	}

	.top-arrow-slider .slick-arrow {
		top: -68px;
	}

	.interesting-slider {
		padding-top: 0px;
	}

	.interesting-slider .info-box {
		margin-top: 12px;
	}

	.interesting-slider .info-box .title-box {
		margin-bottom: 16px;
		justify-content: space-between;
	}

	.word {
		font-size: 16px;
	}

	.interesting-slider .info-box .title-box .title {
		font-size: 24px;
	}

	.interesting-slider .info-box .ico-list .ico > * {
		height: 24px !important;
	}

	.interesting-slider .info-box .ico-list .ico + .ico {
		margin-left: 12px;
	}

	.interesting-slider .info-box .title-box > * {
		margin-top: 16px;
	}

	.top-slider {
		margin-bottom: 24px;
	}

	.canvas {
		overflow: hidden; 
	}



	.view-option-box {
		position: relative;
	}

	.view-option-box > .flex {
		justify-content: flex-end;
	}

	.view-option-box .view-select-box {
		position: absolute;
		top: 0;
		right: 16px;
	}

	.view-option-box .filter-ico {
		display: block; 
		position: absolute;
		top: 0;
		right: -20px;
	}

	.view-option-box .sort-list {
		flex-wrap: wrap;
	}

	.view-option-box .sort-box {
		max-width: 100%;
	}

	.bread-crumb {
		margin-bottom: 0;
		line-height: 1.2;
	}

	.catalog-plate .product-list .product-item {
		width: 50%;
	}

	.product-list.horizontally > * {
		width: 100% !important;
	}
	.product-list.horizontally .btn.icotext .text {
		display: none;
	}

	.product-list.horizontally .btn.icotext .ico {
		margin-right: 0;
	}

	.horizontally .product-box {
		/*padding: 20px;*/
		padding: 80px 32px 28px 204px;
	}

	.horizontally .product-box .photo-box {
		/*padding-top: 56px;*/
	}

	.header-main .container > * + * {
		margin-left: 20px;
	}

	.horizontally .product-box .photo-box img {
		max-width: 240px;
		max-height: 240px;
	}

	.sort-filter-box {
		display: none;
		padding-bottom: 40px;
	}

	.view-option-box {
		margin-bottom: 0;
		min-height: 40px;
		padding-top: 60px;
	}

	.inner-page .front-page > .container {
		padding-top: 0;
	}

	.front-page-column .promo-box-01 {
		margin: 24px 0;
	}

	.promo-box-01 .photo-box .photo img {
		max-height: 160px;
		max-width: 160px;
	} 

	.front-page {
		padding-bottom: 40px;
	}

	.reviews-plate .reviews-group {
		display: block;
	}

	.reviews-plate .reviews-group > * {
		width: auto;
	}

	.product-detail-info-box {
		padding-bottom: 28px;
	}

	.reviews-plate {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.review-box .title-box {
		display: block;
	}

	.review-box .title-box .title {
		margin-bottom: 8px;
	}

	.inner-page .similar-products-plate {
		padding: 20px 0;
		padding-bottom: 28px;
	}

	.interesting-box .preview-box .preview-block:before {
		width: 80px;
		height: 80px;
		top: calc(50% - 40px);
		left: calc(50% - 40px);
		background-size: 28px;
	}

	.view-option-box .sort-list a {
		height: 36px;
		border-radius: 18px;
		padding: 0 20px !important;
		font-size: 16px;
	}



}

/* ==== end 960px =================================================== */



@media (max-width: 899px) {

  .desctop_banners {
    display: none;
  }
  
  .mobile_banners {
    display: block;
  }

  
}

/* ==== end 899px =================================================== */

@media (max-width: 799px) {


}

/* ==== end 799px =================================================== */

@media (max-width: 767px) {
  
  .desctop_banners {
    display: none;
  }
  
  .mobile_banners {
    display: block;
  }
  

	.product-top-info .main-box {
		flex-wrap: wrap;
	}

	.product-top-info .main-info-box {
		padding-left: 0;
		padding-top: 32px;
		width: 100%;
	}

	.product-top-info  .additional-box.desk {
		display: none;
	}

	.product-top-info  .additional-box.mob {
		display: block;
		padding-top: 0;
	}

	.additional-box .best-comment-box .link-box.desk {
		display: none;
	}

	.additional-box .best-comment-box .link-box.mob {
		display: block;
	}

	.additional-box .best-comment-box .link-box.mob a {
		display: table;
		font-weight: 600;
		margin: 12px 0; 
	}

}

/* ==== end 768px =================================================== */

@media (max-width: 719px) {

  .desctop_banners {
    display: none;
  }
  
  .mobile_banners {
    display: block;
  }


}

/* ==== end 720px =================================================== */


@media (max-width: 639px) {

  .desctop_banners {
    display: none;
  }
  
  .mobile_banners {
    display: block;
  }

  
	.footer .logo-col, .footer .menu-col  {
		width: 100%;
	}

	.footer-menu {
		column-count: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.footer .logo-col {
		text-align: center;
		order: 1;
	}

	.footer .contacts-col .column-2 {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.footer .contacts-col .column-2 > * {
		width: auto;
	}

	.footer .soc-box .title {
		text-align: center;
	}

	.footer .container {
		position: relative;
	}

	.footer .logo-box {
		position: absolute;
		top: 12px;
		left: 50%;
		transform: translateX(-50%);
	}

	.footer .contacts-col {
		border-top: 1px solid #d2d2d2;
		border-bottom: 1px solid #d2d2d2;
		margin: 0 -8px;
		padding: 24px 0;
	}

	.footer .menu-col {
		width: 100%;
		margin-top: 60px;
		margin-bottom: 16px;
	}

	.catalog-plate .product-list .product-item {
		width: 100%;
	} 

	.product-detail-box .tabs-box {
		flex-direction: column;
		align-items: flex-start;
	}

	.product-detail-box .tabs-box li + li {
		margin-left: 0;
		margin-top: 8px;
	}

	.product-detail-box .tabs-box li {
		border-bottom: 1px solid #777;
		font-size: 18px;
	}

	.pagetitle h1 {
		font-size: 24px;
		margin-bottom: 32px;
	}

	.plate .platetitle.platetitlesmall .title {
		font-size: 24px;
	}


}

/* ==== end 640px =================================================== */

@media (max-width: 599px) {
  
  .desctop_banners {
    display: none;
  }
  
  .mobile_banners {
    display: block;
  }
  
  
	.horizontally .product-box .bottom-box {
		display: block;
	}
	.horizontally .product-box .button-box{
		margin: 10px 0;
	}
}

/* ==== end 600px =================================================== */

@media (max-width: 559px) {

  .desctop_banners {
    display: none;
  }
  
  .mobile_banners {
    display: block;
  }
  
  
	.promo-box-02 .promo-box {
		background-size: calc(100% + 180px) auto;
	}

}

/* ==== end 560px =================================================== */

@media (max-width: 519px) {


}

/* ==== end 520px =================================================== */

@media (max-width: 479px) {
  
  
  .desctop_banners {
    display: none;
  }
  
  .mobile_banners {
    display: block;
  }
  
	
	.top-slider .slide .word-box {
		padding-right: 0;
	}

	.top-slider .slide .container {
		/*align-items: flex-start;*/
		padding-bottom: 80px;
	}

	.btn {
		width: 100%;
	}

	.promo-box-01 .info-box .buttons-box > * {
		width: 100%;
	}

	.product-top-info .main-box .photo-box {
		width: auto;
	}




}


/* ==== end 480px =================================================== */



@media (max-width: 413px) {



}

/* ==== end 414px =================================================== */


@media (max-width: 359px) {



}

/* ==== end 359px =================================================== */
