/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */

@media only screen and (min-width : 1900px) {
	body #toTop {
		right: 19%;
	}
}

@media only screen and (min-width : 1200px) {
	.searchHEader form input:first-child {
		width: 345px;
	}
	.headerMain .headMenu li {
		/*margin-right: 58px;*/
		margin-right: 25px;
	}
	.headerMain .headerProfile {
		padding-left: 10px;
	}

	.itemNews .descriptionNews {
		max-width: 465px;
	}
	#toTop {
		right: 10%;
	}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.otherBanners div.squareBlock div.wrapBanner {
		/*height: 270px;*/
	}
	.otherBanners div.rectBlock div.wrapBanner {
		/*height: 120px;*/
	}
	.promoBlock div.wrapPromo {
		/*height: 270px;*/
	}
}



@media only screen and (max-width : 1200px) {
	.promoBlock div.wrapPromo a {
		padding: 0;
	}
	.headerMain .headMenu li {
    margin-right: 15px;
	}
	.promoBlock div.wrapPromo a,
	.otherBanners div.wrapBanner a {
		font-size: 26px;
	}
	.sliderNewProduct .itemNewProduct {
		padding: 0;
	}
	#toTop {
    right: 5%;
	}
}
@media screen and (min-width: 750px) and (max-width: 992px) {
	.wrapMainMenu .container {
		position: relative;
		padding: 0px;
		margin: 20px;
		width: auto;
	}

	.wrapMainMenu .diskontLink {
    	float: right;
    	position: absolute;
    	right: 0px;
    	top: 33px;
	}

}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.headerMain .contactHeader {
		padding-right: 0;
	}
	.headerMain .contactHeader span {
		font-size: 16px;
	}
	.headerMain .headerProfile {
		padding-left: 0;
	}
	.headerMain .headerProfile .column-half {
		width: 100%;
	}
	.headerMain .headerProfile .column-half div:first-child {
    margin-bottom: 5px;
	}
	.headerMain .header_basket, .headerMain .header_favorite {
		margin-bottom: 5px;
	}
	.wrapMainMenu .mainMenu li {
    margin-right: 40px;
    font-size: 18px;
	}
	.wrapMainMenu .diskontLink a {
		font-size: 18px;
	}
	.otherBanners div.squareBlock div.wrapBanner {
		/*height: 220px;*/
	}
	.otherBanners div.rectBlock div.wrapBanner {
		height: 95px;
	}
	.promoBlock div.wrapPromo {
		/*height: 220px;*/
	}
	.promoBlock div.wrapPromo a, .otherBanners div.wrapBanner a {
    font-size: 18px;
	}
	.itemNews .descriptionNews {
		width: 70%;
	}
	.wrapImgNews{
		text-align: center;
	}

	/*CATEGORY*/
	.sidebarColumn  {
		position: fixed;
		z-index: 999;
		background: #edf6fc;
		height: 100%;
		left: -300px;
		top: 0;
		overflow-y: scroll;
		-webkit-transition: all .25s ease;
		   -moz-transition: all .25s ease;
		    -ms-transition: all .25s ease;
		     -o-transition: all .25s ease;
		        transition: all .25s ease;
	}

	.sidebarColumn.top100  {
		top: 101px;
	}

	.sidebarColumn > ul {
		display: none;
	}

	body.show-catalog-filter .sidebarColumn {
		display: block;
		left: 0px;
	}

	.sidebarColumn__close {
		display: inline-block !important;
		right: 10px;
		top: 10px;
		cursor: pointer;
		width: 24px;
		height: 24px;
		background: url('../img/OOjs_UI_icon_close.svg') 0 0 no-repeat;
		opacity: 0.6;
		position: absolute;
		z-index: 100;
	}

	.sidebarColumn__close:hover {
		opacity: 1;
	}

	.filter-show-row {
		display: block !important;
	}

	body.show-catalog-filter .bx-filter .bx-filter-popup-result.left {
	    right: auto;
	    left: 97%;
		border-width:2px 2px 2px 10px;
		-webkit-border-image:url(/bitrix/templates/ula_v1/components/bitrix/catalog.smart.filter/smart_filter/images/result_popup_right.png) 4 4 4 20 repeat;
		-moz-border-image:url(/bitrix/templates/ula_v1/components/bitrix/catalog.smart.filter/smart_filter/images/result_popup_right.png) 4 4 4 20 repeat;
		-o-border-image:url(/bitrix/templates/ula_v1/components/bitrix/catalog.smart.filter/smart_filter/images/result_popup_right.png) 4 4 4 20 repeat;
		border-image:url(/bitrix/templates/ula_v1/components/bitrix/catalog.smart.filter/smart_filter/images/result_popup_right.png) 4 4 4 20 fill repeat
	}

	.main-content {
		padding-right: 0;
	}
	.register-page .register-block form {
		width: 100%;
	}

	/*lk*/
	.lk-content {
		border-left: 0;
	}
	.sidebarColumnLK {
		/*display: none;*/
	}

	.change-pass {
		padding: 60px 10px 90px;
	}
	.itemProductnew:nth-child(2n+1) {
	    clear: none;
	}

}

@media only screen and (max-width : 991px) {
	.itemProductnew {
		height: auto;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	/*Disable Animation on Mobile Devices*/
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}

	body.show-catalog-filter .bx-filter .bx-filter-popup-result.left {
	    right: auto;
	    left: 97%;
	    border-width: 0;
	    -webkit-border-image: none;
	    -moz-border-image: none;
	    -o-border-image: none;
	    border-image: none;
	    width: 260px;
	    left: 10px !important;
	}



}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 749px) {
	.headerMain .logoHeader {
		padding-left: 15px;
	}
	.headerMain .headerProfile .column-half .enterSite,
	.headerMain .headerProfile .column-half .registration,
	.headerMain .headerProfile .column-half .header_favorite {
		display: none;
	}
	.headerMain .header_basket {
		width: 100%;
		display: block;
		padding-right: 20px;
	}
	.headerMain .headerProfile .column-half .header_basket a {
		width: 20px;
    display: inline-block;
    float: right;
		top: 4px;
    overflow: hidden;
	}
	.headerMain .headerProfile  .infoBasket {
		text-align: right;
	}
	.headerMain .headerProfile  .infoBasket span {
	  text-align: left;
    display: inline-block;
    font-size: 12px;
  }
  .headerMain .header_basket .infoBasket strong {
  	display: block;
  }
	
	.sidebarColumn.top100  {
		top: 0px;
	}
	

  .wrapMainMenu {
  	display: none;
  }
.sectionBanner .bannerRight {
    padding: 20px 15px;
    top: -1px;
}
	.sectionBanner .bannerLeft a img {
		width: 100%;
	}

	 .otherBanners,
	 .promoBlock,
	 .NewsSection,
	 .sectionSubsribe {
	 	display: none;
	 }

	 .excellenceSection {
	 	display: none;
	 }

	 .newProducts {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #e6e6e6;
	}
	.sliderNewProduct {
    margin-top: 20px;
	} 
	.wrapImg .blockImage {
    min-height: 230px !important;
	}
	.sliderNewProduct .itemNewProduct .wrapImg img {
		height: 270px;
	}

	.mainFooter .firstUl {
		padding-left: 15px;
	}
	.mainFooter {
		text-align: center;
		background-color: #ffffff;
    border-top: 0;
    padding-top: 0px;
    padding-bottom: 0px;
	}
	.mainFooter ul {
		border-bottom: 1px solid #8c8c8c;
		padding: 20px 0;
	}
	.callbackFooter {
		padding: 20px 15px;
	}
	.callbackFooter form input{
		height: 34px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.callbackFooter form input[type="search"] {
		float: none;
		width: 220px;
	}
	.callbackFooter form input[type="submit"] {
		float: none;
		margin-left: -4px;
		margin-top: 1px;
	}
	.callbackFooter ul {
		margin-top: 10px;
		border-bottom: 0;
	}
	.headerMain {
    padding: 10px 0 0;
	}
	.sandwich {
		top: -10px;
		left: -25px;
	}
	.slick-prev, .slick-next {
		top: 35%;
	}
	.sliderNewProduct .itemNewProduct:hover {
		border: none;
	}
	.mainFooter ul li:first-child {
		display: none;
	}
	.callbackFooter ul li:first-child {
		display: block;
	}
	.mobMenuBlock {
		display: block;
	}
	.mobSearch {
		display: block;
	}
	.bodyTransition.active-transition {
		left: calc(100% - 55px);
	}

	/*category*/
	.productsList .settingsProducts .sortControl {
		display: none;
	}
	.itemProductnew .descriptionPrdct .nameProduct{
		margin: 0;
	}
	.wrapProducts {
    padding: 5px 0;
	}

	.wrapProducts .itemProduct {
		height: auto;
	}
	.wrapProducts .itemProduct  .wrapImg .blockImage {
    min-height: auto !important;
	}
	.wrapProducts .itemProduct .wrapImg {
		height: auto;
	}
	.itemProduct .descriptionPrdct .nameProduct {
		font-size: 14px;
	}
	.itemProduct .descriptionPrdct .priceProduct {
		font-size: 16px;
	}
	.itemProductnew .descriptionPrdct .nameProduct {
		font-size: 14px;
	}
	.itemProductnew .descriptionPrdct .priceProduct {
		font-size: 16px;
	}

	.register-page .register-block form ul {
		width: 100%;
		display: block;
	}
	.titleForm {
		text-align: left;
	}
	.register-page .register-block {
		border: none;
	}

	.register-page .register-block {
		padding-left: 10px;
	}
	form .checkbox-block label:before {
		top: 15%;
	}

	.sort-table-lk > div {
		display: block;
	}
	.lk-content {
		padding: 15px 0;
	}
	.lk-content .breadcrumbsBlock,
	.lk-content .titleContent,
	.sort-table-lk {
    padding-left: 15px;
	}

	.lk-content .table-lk thead {
		display: none;
	}
	.lk-content .table-lk {
		border: 0;
		padding: 0;
	}
	.lk-content .table-lk table tbody tr {
		background-color: #edebeb;
		text-align: left;
		padding: 20px 0;
		display: block;
	}
	.lk-content .table-lk table tbody tr:last-child {
		border-bottom: 1px solid ;
	}
	.lk-content .table-lk table tbody tr td {
		display: block;
		width: 100%;
		color: #000;
		font-size: 17px;
		padding: 5px 15px;
	}
	.lk-content .table-lk table .price_order {
		font-size: 19px;
	}
	.lk-content .table-lk table .status_pay {
		max-width: 100%;
	}
	.lk-content .table-lk table .numb_order {
		width: 100%;
	}
	.lk-content .table-lk table .title-mob {
		display: inline-block;
		color: #818181;
		vertical-align: top;
		font-size: 15px;
		width: 100px;
		margin-right: 10px;
	}

	.personal-data {
		padding: 15px;
		border: none;
	}

	.change-pass {
		border: none;
	}
	.change-pass .btn-cont button {
		width: auto;
	}

	.loyal-program {
		padding: 0 15px;
		border: 0;
	}
	.loyal-program .discount {
		border-top: 1px solid #000;
		font-size: 17px;
		padding: 10px 0;
		border-bottom: 1px solid #000;
	}
	.loyal-program .discount .numb_discount {
		font-size: 36px;
	}

	.logoHeader small{
		display: none;
	}
	.basket_items .itemphoto {
		display: none !important;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.linkProduct {
		display: block;
	}
	.register-page .register-block form ul li input {
		width: 290px;
	}
	.register-page .register-block {
		margin-top: 0;
	}

	.register-page .register-block form {
		padding-top: 20px;
		padding-bottom: 0;
	}

	.register-page .register-block form .submitBtn {
    padding: 10px 35px;
    font-size: 18px;
	}
	form .checkbox-block label {
		display: block;
		padding-right: 20px;
	}
	.personal-data .wrap_personal > div.ur-personal {
		margin-left: 0%;
	}

	.personal-data .wrap_personal > div .title-personal {
		display: none;
	}

	.personal-data .wrap_personal .wrap-title-mob-presonal  {
		display: block;
		width: 100%;
		max-width: 100%;
	}

	.personal-data .wrap_personal .wrap-title-mob-presonal .title-personal {
		display: inline-block;
		width: 49%;
	}

	.personal-data .wrap_personal > div {
    width: 100%;
    max-width: 100%;
    display: block;
	}
	.personal-data  .note-personal {
		font-size: 12px;
	}

	.change-pass {
    padding: 5px 15px;
    margin-top: 0;
	}

	.change-pass input {
		width: 100%;
	}

	.change-pass .btn-cont {
		margin-top: 25px;
	}
	.change-pass .btn-cont {
		text-align: left;
	}
	.change-pass .btn-cont button {
		margin: 0;
		font-size: 16px;
		padding: 6px;
		width: 60%;
	}
	.change-pass .btn-cont button.cancel-form {
		width: 38%;
		float: right;
	}

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
	.popup_Product.mobileProduct .description-product .size-block ul li {
		margin-right: 3px;
	}
	.popup_Product.mobileProduct .btn-product a {
		font-size: 15px;
		max-width: 100%;
	}
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}