@media screen and (min-width: 950px) {

	.bx-wrapper {
		max-width: 100% !important;
	}

	.thumb-block .a {
		width: 5rem !important;
		height: 4.8125rem !important;
		margin-right: 0.625rem !important;
	}

	#my-menu{
		display: none;
	}
	.item-reviews_artiles{
		width: 60%;
		margin-top: 90px;
	}
	
	.item-reviews_project{
		margin-top: 30px;
	}

	.item-reviews_product{
		width: 75%;
	}

	.item-reviews_artiles .item-review-name{
		margin-top: 0;
	}

	.item-reviews_artiles .it-rating {
		height: 0.4875rem;
	}
	
	.item-reviews_artiles.item-reviews_project  .it-rating {
		height: 0.5875rem;
	}
	
	.item-reviews_artiles.item-reviews_project  .item-review-info {
		width: 7.5rem;
	}
	
	.item-reviews_artiles.item-reviews_project  .item-review-text {
		    width: 18.8125rem;
	}
	

}


@media screen and (max-width: 1400px) {
	html {
		font-size: 20px;
	}
}

@media screen and (max-width: 1300px) {
	html {
		font-size: 19px;
	}
	
	.item-reviews_artiles .it-rating {
		height: 0.6rem;
	}
	.item-review-rating-stars {	
	  width: 4rem;
	}
}

@media screen and (max-width: 1200px) {
	html {
		font-size: 18px;
	}
}

@media screen and (max-width: 1100px) {
	html {
		font-size: 17px;
	}
	.item-review-rating-stars {	
	  width: 4.75rem;
	}
}

@media screen and (max-width: 1000px) {
	html {
		font-size: 16px;
	}
}

@media screen and (max-width: 950px) {
	html{
		overflow-x: hidden;
	}

	.select-our-projects {
		width: 100%;
		margin-left: 0;
		max-width: 400px;
		position: static;
		margin-bottom: 11px;
	}

	/* Служебные классы */


	.d-flex-desc{
		display: none !important;
	}

	.d-inline-flex-desc{
		display: none !important;
	}

	.d-block-desc{
		display: none !important;
	}

	.d-inline-block-desc{
		display: none !important;
	}

	.d-none-desc{
		display: none !important;
	}




	.d-flex-mob{
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-inline-flex-mob{
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}

	.d-block-mob{
		display: block !important;
	}

	.d-inline-block-mob{
		display: inline-block !important;
	}

	.d-none-mob{
		display: none !important;
	}

	.d-table-row-mob{
		display: table-row !important;
	}

	.d-table-row-desc{
		display: none !important;
	}

	.span-br{
		display: inline-block;
	}

	/**/

	body > .wrapper {
		padding-top: 65px;
	}
	body{
		/*background: none;*/
		/*background: none;*/
		overflow-x: hidden;
		width: 100vw;
		max-width: 100vw;
	}

	.m-header-wrap{
		display: block;
	}

	/* mobile header*/
	.m-header-wrap {
		position: fixed;
		top: 0;
		/*margin-left: -15px;*/
		/*margin-right: -15px;*/
		width: 100%;
		height: 40px;
		margin-bottom: 20px;
		background: url(../../images/top-back.jpg) center repeat;
		/*background-size: cover;*/
		z-index: 10000;
		padding: 0 0 0 15px;
	}

	.m-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.humb {
		background: #cc6666 url(../../images/adapt-img/icons/humb-new.svg) center no-repeat;
		width: 43px;
		min-width: 43px;
		height: 40px;
		background-size: 13px 10px;

	}

	.m-header-logo {
		width: 30px;
		height: 27px;
		background: url(../../images/adapt-img/icons/logo-mob-new.svg) no-repeat;
		background-size: contain;
	}

	.m-header-left,
	.m-header-right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.m-header-right {
		margin-left: auto;
	}

	.m-header__account {
		background: url(../../images/adapt-img/icons/icon-acc-new.svg) center no-repeat !important;
		width: 13px;
		min-width: 13px;
		height: 15px;
		margin-right: 22px;
		margin-left: 22px;
		display: block;
	}

	.m-header__cart-icon {
		position: relative;
		background: url(../../images/adapt-img/icons/icon-cart-new.svg) center no-repeat;
		width: 15px;
		min-width: 15px;
		height: 14px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-left: 20px;
	}

	.m-header__cart-num {
		font-size: 9px;
		background: #c66;
		border-radius: 50%;
		position: absolute;
		width: 16px;
		height: 16px;
		top: -7px;
		right: -12px;
		padding: 2px 4px;
		color: #ffffff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}



	.search-img {
		z-index: 1;
		cursor: pointer;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
		background: url(../../images/adapt-img/icons/search-mob-new.svg) center no-repeat;
		background-size: contain;
		width: 13px;
		min-width: 13px;
		height: 13px;
	}

	.header_bottom-search-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 20px;

	}



	.header_bottom-search {
		display: none;
	}
	.header_bottom-search.active {
		display: block;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}
	.header_bottom-search {
		border-top: 1px solid #e1e8ea;
		border-bottom: 1px solid #e1e8ea;
	}

	.header_bottom-search {
		position: absolute;
		width: 100%;
		top: 40px;
		right: 0;
		background: #fff;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
		z-index: 12;
	}

	.header_bottom-search_input {
		width: calc(100% - 75px);
		border-left: 1px solid #e1e8ea;
		border-top: 1px solid #e1e8ea;
		border-bottom: 1px solid #e1e8ea;
		border-right: none;
		height: 30px;
		padding: 0 15px;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-appearance: none;
	}

	.header_bottom-search_button {
		background: 0 0;
		border: 1px solid #e1e8ea;
		color: #999;
		padding: 0 15px;
		width: 75px;
	}

	.input-search::-webkit-input-placeholder {
		color: #ffffff;
		font-size: 12px;
		font-family: "MontserratMedium";
	}

	.input-search::-moz-placeholder {
		color: #ffffff;
		font-size: 12px;
		font-family: "MontserratMedium";
	}

	/* Firefox 19+ */
	.input-search:-moz-placeholder {
		color: #ffffff;
		font-size: 12px;
		font-family: "MontserratMedium";
	}

	/* Firefox 18- */
	.input-search:-ms-input-placeholder {
		color: #ffffff;
		font-size: 12px;
		font-family: "MontserratMedium";
	}













	/**/


	/* mmenu*/

	#my-menu{
		/*display: block;*/
	}

	.mm-menu_theme-black{
		background: #cc6666;
		background-size: cover;
	}

	.mm-listitem>a, .mm-listitem>span{
		color:#fff !important;
		text-transform: uppercase;
		font-size: 12px;
	}

	.mm-btn_next:after,
	.mm-btn_prev:before{
		width: 6px;
		height: 6px;
	}
	.mm-menu_theme-black .mm-listview .mm-btn_next:after,
	.mm-menu .mm-listview .mm-btn_next:after{
		border-color:#fff;
	}

	.mm-menu_theme-black .mm-navbar a,
	.mm-menu_theme-black .mm-navbar>*{
		color:#fff;
		width: 100%;
	}
	.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
		border-color:#fff;
	}

	.mm-navbar__title{
		text-transform: uppercase;
		font-size: 13px;
	}

	.mm-menu a,
	.mm-menu a:active,
	.mm-menu a:hover,
	.mm-menu a:link,
	.mm-menu a:visited{
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);

	}
	.mm-listitem:after{
		display: none;
	}

	.mm-navbar a{
		border-bottom: none !important;
	}

	.mm-navbar .city-phone{
		text-align: left;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.mm-navbar .city-phone .choose-city{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-left: 0;
		width: auto;
		color:#fff;
	}

	.mm-navbar .city-phone .choose-city:after{
		content: '';
		background: none;
		border-top: 2px solid transparent;
		border-left: 2px solid transparent;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
		width: 6px;
		height: 6px;
		border-color: #fff;
		-webkit-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		transform: rotate(225deg);
		margin-bottom: 3px;
		margin-left: 10px;
	}

	.mm-navbar__title{
		display: none;
	}

	.mmenu-icon{
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}


	.mmenu-icon_cat:before{
		content: '';
		background-image: url(../img/sprite/sprite.png?v=2);
		background-position: -532px 0;
		width: 12px;
		height: 12px;
		margin-right: 18px;

	}

	.mmenu-icon_solut:before {
		content: '';
		background-image: url(../img/sprite/sprite.png?v=2);
		background-position: -878px 0;
		width: 16px;
		height: 18px;
		margin-right: 15px;

	}
	.mmenu-icon_course:before {
		content: '';
		background-image: url(../img/sprite/sprite.png?v=2);
		background-position: -824px 0;
		width: 16px;
		height: 16px;
		margin-right: 15px;

	}
	.mmenu-icon_suport:before {
		content: '';
		background-image: url(../img/sprite/sprite.png?v=2);
		background-position: -1142px 0;
		width: 18px;
		height: 16px;
		margin-right: 15px;

	}

	.mmenu-bottom-list{
		padding: 15px 20px 20px 20px;
	}

	.mmenu-bottom-item a,
	.mmenu-bottom-item span{
		border-bottom: none !important;
		font-size: 13px;
		color:#fff !important;
		display: block;
		padding-bottom: 10px;
	}

	.mmenu-bottom-item{
		/*margin-bottom: 10px;*/
		list-style-type: none;

	}
	.mm-listitem>a, .mm-listitem>span {
		padding: 15px 10px 15px 20px;
	}
	/*.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{*/
	/*background: rgba(0, 0, 0, 0.5);*/
	/*}*/

	.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
		background: rgba(0, 0, 0, 0.3);
	}
	.mmenu-middle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-left: 0;
		padding-top: 12px;
	}
	.mmenu-middle-item {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border-bottom: none;
		width: 50%;
		background: #cc6666;
		padding: 20px 0 !important;
	}
	.mmenu-middle-item:first-child{
		border-right: 1px solid #fff;

	}


	.mm-navbar_size-2{
		height: 148px;
	}

	.mm-menu_navbar_top-3 .mm-panels{
		top: 150px;
	}

	.mm-navbar_has-btns{
		height: 0;
	}



	/**/
	.mmenu-bottom-item a{
		font-family: gotham_proreg !important;
		font-size: 12px !important;
		color: #cccccc !important;

	}

	.mm-listitem a{
		font-family: gotham_promedium;
		font-size: 11px;

	}
	.m-left-info{
		position: relative;
	}
	.m-left-info .phone{
		font-family: minionpro-bold;
		font-size: 20px;
		text-align: left;
		position: relative;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.m-left-info .mail{
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-top: 10px;
		font-size: 9px;
		text-transform: uppercase;
		color: #cccccc;
		font-family: gotham_promedium;

	}

	.m-left-info .mail a{
		color: #fff;
	}

	.m-left-info .back-grey{
		font-family: gotham_promedium;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		background: #FFFFFF;
		color: #cc6666;
	}

	.m-left-info .phone .code{
		color: #cccccc;

	}

	.m-left-info .phone:before{
		position: absolute;
		content: '';
		background: #cc6666 url(../../images/adapt-img/icons/icon-tel-mob.svg) center no-repeat;
		width: 19px;
		height: 6px;
		top: -14px;
		left: 0;

	}


	.close-menu{
		position: absolute;
		top: 15px;
		right: 15px;

		display: block;
		background: #cc6666 url(../../images/adapt-img/icons/close-mob.svg) center no-repeat;
		width: 14px;
		height: 14px;
	}


	.banner-block-wrapper-slider .eye, .banner-block-wrapper .eye{
		background: url(../../images/adapt-img/icons/eye-icon-w.svg) center no-repeat;
	}





	.header,
	.top-block{
		display: none;
	}

	body {
		/*width: 100%;*/
		/*min-width: 100%;*/
		min-width: 100vw;
	}

	.wrapper {
		width: 100%;
		max-width: 100vw;
		overflow-x: hidden;
	}

	.wrapper-head{
		background: url(../../images/back.jpg);
		padding: 70px 15px 15px 15px;
		position: relative;
		z-index: 1000;
		max-width: 100vw;
		overflow-x: hidden;
	}

	.main-title .title {
		padding-left: 0;
		padding-right: 0;
		letter-spacing: 2px;
	}

	.main-title {
		margin-bottom: 20px;
	}

	.title {
		word-spacing: 0.5px;
	}

	h1, h2, h3, p {
		margin-bottom: 6px;
	}

	.content img,
	.article-block img {
		width: 100%;
		max-width: 400px;
		height: auto;
		margin-left: 0 !important;
		margin-right: 0 !important;

	}

	.main-title .title::before,
	.main-title .title::after {
		display: none;
	}

	h2 {
		font-size: 14px;
	}

	.n-payment img {
		width: 50px;
		height: 50px;
		margin-right: 10px !important;
	}

	.project-page .progect-gallery-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 10px;
	}

	.progect-gallery-info .left-block,
	.progect-gallery-info .right-block {
		text-align: center;
	}

	.progect-gallery-info .left-block {
		margin-bottom: 15px;
	}

	.progect-gallery-info .right-block {
		margin-top: 12px;
	}

	.projects-option .select-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.projects-option {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.projects-option .select {
		margin-left: 0;
		margin-bottom: 10px;
	}

	.projects-option .select-block .block-options {
		right: auto;
		left: 0;
	}

	.select-block .block-options {
		z-index: 1000;
		/*max-width: 295px;*/
		width: 100%;
		top: 30px;
	}

	.select.active, .select.has-checks, .select:hover {
		z-index: 1000;

	}

	.projects-option .subtitle {
		margin-bottom: 15px;
	}

	.option-item {
		width: 100%;
	}

	.select-applic .option-item {
		width: 100%;
	}

	.select {
		width: 100%;
		max-width: 400px;
	}

	.new-project-wrapper {
		width: 100%;
	}

	.social-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.social-info .left-block {
		text-align: center;
		margin-bottom: 15px;
	}

	.social-info .right-block {
		text-align: center;
		margin-top: 15px;
	}

	.n-contacts__block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.n-contacts__block-left, .n-contacts__block-right {
		width: 100%;
	}

	.n-contacts__block-left {
		margin-bottom: 20px;
	}

	.n-contacts__block-title {
		display: block;
	}

	.n-contacts__block-right + ymaps {
		width: 100% !important;
	}

	.n-contacts__block-left p {
		font-size: 12px;
	}

	.n-contacts__block-requs-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 11px;
	}

	.n-contacts__block-requs-list-left {
		width: 100%;
		min-width: 100%;
		margin-bottom: 0;
		border: none;
	}

	.article-block p,
	.article-block span {
		font-size: 13px;
	}

	.content-slider {
		width: 100%;
		overflow: visible;
		max-width: 400px;
	}

	.content-slider .viewport {
		width: 100%;
		max-width: 400px;
		margin-right: 0;
	}

	.content-slider .bullets {
		display: none !important;
	}

	.content-slider-info, .poject-item-slider-info {
		font-size: 13px;
		padding: 10px;
		height: auto;
	}

	.poject-item-slider-info h1 {
		font-size: 13px;
		margin-bottom: 3px;

	}

	.project-item-slider .viewport,
	.project-item-slider,
	.left-wrapper-block {
		width: 100%;
	}

	.project-item-slider .viewport {
		max-width: 470px;
	}

	.used-stone {
		width: 100%;
	}

	.used-stone .clearfix {
		/*display: none;*/
	}

	.left-wrapper-block > .used-stone {
		min-height: 155px;
	}

	.project-item-content-wrapper,
	.project-item-content {
		width: 100%;
	}

	.project-item-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
		margin-bottom: 27px;
	}

	.project-item-auth {
		margin-right: 30px;
	}

	.project-gallery-page .new-project-wrapper, .project-item-page .new-project-wrapper {
		width: 100%;
	}

	.social-share {
		margin-bottom: 25px;
	}

	.right-draft-info {
		width: 190px;
	}

	.left-wrapper-block {
		margin-bottom: 0;
	}

	.right-wrapper-block {
		width: 100%;
		float: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.option-list {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}

	.project-item-page .projects-option {
		padding-right: 0;
	}

	.select-clear {
		width: 40px;
		background: url(../../images/select-close.png) 15px 9px no-repeat #c66;
	}

	.cart-item {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		border-top: 1px solid rgba(165, 170, 180, 0.3);;
		padding-top: 20px;
	}

	.cart-item:first-child {
		border-top: none;
		/*padding-top: 0;*/
	}

	.delete-item-from-basket {
		position: absolute;
		/*top: 50%;*/
		/*margin-top: -10px;*/
		right: 0;
		top: 25px;
		margin-top: 0;
		margin-right: 0;
	}

	.cart-item-desc {
		width: 100%;
		margin-bottom: 10px;
	}

	.count-minus, .count-plus {
		width: 25px;
		height: 23px;
	}

	.count-minus {
		background-size: 10px 2px;

	}

	.count-plus {
		background-size: 10px 10px;

	}

	.cart-item-count {
		width: 50%;
		max-width: 140px;
		padding-right: 20px;
	}

	.cart-item-count .field {
		height: 24px;
	}

	.cart-item-cost {
		width: 50%;
		min-width: 50%;
	}

	.item-cost {
		font-size: 26px;
	}

	.cart-item-img {
		margin-right: 12px;
	}

	.cart-item-img img {
		width: 94px !important;
		height: 84px !important;
	}

	.cart-item .price-item {
		margin-top: 4px;
	}

	.pre-order-legend {
		width: 60%;
	}
	.pre-order-price {
		width: 8.875rem;	
	}

	.pre-order-price span {
		margin-left: 0;
	}

	.shipping-method-block > div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.pre-order-price .summary {
		font-size: 32px;
	}

	.shipping-methods {
		width: 100%;
	}

	.shipping-method {
		width: 100%;
	}

	.shipping-method:first-child {
		margin-bottom: 15px;
	}

	.item-title {
		line-height: normal;
	}

	.contact-inputs {
		width: 100%;
		max-width: 400px;
	}

	.contact-inputs label {
		width: 100%;
		margin-bottom: 10px;

	}

	.contact-inputs .wrapper-field, .contact-inputs .field {
		width: 100%;
		max-width: 400px;
	}

	.contact-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.checkout {
		width: 100%;
		padding-left: 0;
		margin-top: 30px;
		background: url(../../images/checkout-notice.png) 0 0 no-repeat;
	}

	.cart-item-info {
		padding-right: 30px;
	}

	.checkout button {
		float: none;
	}

	.catalog-item-aside {
		width: 100%;
	}

	.item-full img {
		/*max-width: 100%;*/
	}

	.character-advant {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 10px;
	}

	.characteristics {
		width: 100%;
		margin-bottom: 20px;
	}

	.item-advant {
		/*display: flex;*/
		display: none;
		margin-top: 0;
		width: 100%;

	}

	.item-advant.d-block-form {
		display: flex;
	}

	.item-advant a {
		margin-right: 20px;
	}

	.item-advant a:last-child {
		margin-right: 0px;
	}

	.catalog-item-main {
		width: 100%;
		padding-left: 0;
		padding-bottom: 20px;
	}

	.projects-with {
		width: 100%;
	}

	.projects-with-block li {
		width: 100%;
		margin-bottom: 10px;
	}

	.select,
	.select.select-category {
		margin-left: 0;
		margin-bottom: 10px;
	}

	.catalog-select-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.advanced-filter__inner-blocks {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.filter-block,
	.filter-block:nth-child(3n) {
		margin-right: 45px;
	}

	.services-level2-product-wrapper .katalog_info img,
	.katalog_info img {
		width: 100% !important;
	}

	.katalog_info img {
		object-fit: contain;
	}

	#geo-info {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		background: url(../../images/geo-info.png) center no-repeat;
		background-size: contain;
	}

	.first.column,
	.last.column {
		float: none;
		width: 100% !important;
	}

	.first.column {
		margin-bottom: 15px;
	}

	.info-text-column {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.catalog-info-block .info-text-column p {
		margin-left: 0;
	}

	#geo-info .right-part {
		width: 100%;
	}

	.catalog-info-block {
		/*margin: 0 -15px;*/
	}

	.catalog-info-block .title {
		padding: 0 15px;
	}

	.catalog-info-block .info-text-column p {
		padding: 0 15px;
	}

	.numpages {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.catalog-info-zagl .title {
		width: 100%;
	}

	.video {
		width: 100%;
	}

	.item-review-info {
		width: 20%;
	}

	.item-review-text {
		width: 80%;
	}

	.catalog-item-also.clearfix:before,
	.catalog-item-also.clearfix:after {
		display: none;
	}

	.catalog-item-also.projects-option {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 12px;
	}

	.catalog-item-also.projects-option .zagl-blue {
		margin-bottom: 0;
		text-align: left;
		line-height: 30px;

	}

	.catalog-item-also.projects-option .right-link{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		white-space: nowrap;
		margin-bottom: 8px;
	}

	.services-level-left-wrapper {
		float: none;
		width: 100%;

	}

	.left-menu-tabs-wrapper {
		width: 100%;
		max-width: 400px;
	}

	.left-menu-category {
		width: 100%;
		margin-bottom: 5px;
	}

	.services-level2-banner {
		width: 100%;
	}

	.services-level-right-wrapper {
		width: 100%;
	}

	.subtitle {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.subtitle span {
		display: block;
		margin-left: 0;
	}

	.services-level2-product-wrapper {
		margin-bottom: 15px;
	}

	.big-services-banner img {
		height: 100%;
	}

	.big-services-banner .name {
		font-size: 13px;
	}

	.big-services-banner .text {
		font-size: 10px;
	}

	.small-servicer-banner img {
		height: 100%;
	}

	.services-item-wrapper {
		width: 100%;
	}

	.banner__slider {
		margin-bottom: 45px !important;
	}

	.tab1-content {
		margin-right: -15px;
	}

	.services-item-block {
		width: 23%;
		width: calc(25% - 15px);
		margin: 0 15px 15px 0;
		padding: 0;
	}

	.photo-profile-block {
		float: none;
		width: 100%;
	}

	.pers-cabinet-block {
		float: none;
		width: 100%;
	}

	.photo-profile {
		margin: 0 auto;
	}

	.upload-photo::before {
		left: 50%;
		margin-left: -11px;

	}

	.cab-info form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.cab-info label {
		width: 100%;
		margin-bottom: 7px;
	}

	.pers-cabinet-block .subtitle span {
		margin-left: 0;
	}

	.pers-cabinet-block .subtitle {
		margin-bottom: 10px;
	}

	.upload-photo {
		margin-bottom: 20px;
	}

	.content p, .article-block p, .content ul, .article-block ul {
		font-size: 13px;

	}

	.n-example__block {
		margin-right: -10px;
	}

	.n-example__item {
		width: 23%;
		/*min-width: 23%;*/
		width: calc(25% - 10px);
		margin-right: 10px;

	}

	.n-question__block-text {
		padding: 8px 20px;
	}

	.n-question__block {
		height: auto;
	}

	.n-question__block_one,
	.n-question__block_two {
		margin-bottom: 25px;
	}

	.n-quest__block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;

		-webkit-box-align: center;

		-ms-flex-align: center;

		align-items: center;
	}

	.n-quest__item {
		width: 100%;
		min-width: 100%;
		padding-right: 0 !important;
	}

	.n-example-work__block {
		padding-left: 0;
		padding-right: 0;
	}

	.n-example__item {
		width: auto;
		background: none;

	}

	.n-example__item-inner {
		width: 275px;
		/*margin: 0 auto;*/

	}

	.n-example__item-bottom {
		background: #fff;
	}

	.n-example__block {
		display: block;
	}

	.n-example-work__item {
		/*width: auto;*/
		min-width: auto;
	}

	.n-example-work__block {
		display: block;
	}

	.n-example-work__item {
		margin: 0 auto;
	}

	.project-banner .big-banner,
	.project-banner .small-banner {
		width: 100%;
		height: 130px;
	}

	.big-banner .name,
	.small-banner .name {
		margin-top: 22px;
		margin-bottom: 20px;
	}

	.slick-slide {
		/*height: auto;*/
	}

	.search-results .search-input .search-branches{
		position: static;
	}

	.wrapper-footer{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		/*background: #8c95a7;*/
		padding: 15px 15px 15px 15px;
	}

	.footer{
		/*background: none;*/
		min-width: 0px;
		height: auto;
		padding-top: 0;

	}
	.footer-nav:first-of-type {
		margin-right: 19px;
	}
	.footer-nav{
		width: 48px;
		width: calc(50% - 10px);
	}
	.footer .left-block,
	.footer .center-block,
	.footer .right-block{
		float: none;
		width: 100%;
	}
	.footer-info{
		position: static;
		min-width: 0px;
		width: 100%;
		height: auto;
		line-height: 16px;
		padding-bottom: 7px;
	}
	.footer .right-block{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.footer .phone{
		margin-bottom: 17px;
	}

	.d-copyright{
		display: none;
	}
	.m-copyright{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.m-copyright a{
		margin-left: 5px;
	}

	.social a{
		font-size: 12px;
	}
	.social {
		margin-left: -18px;
	}

	.services-item-block:hover .services-item-hover{
		display: none;

	}

	.servicer-banner, .services-page{
		margin-bottom: 0;
	}

	.banner-block,
	.banner-block.small{
		width: 100%;
	}

	.banner-block.small .big-name, .banner-block.small .eye{
		display: block;
	}

	.banner-block.small .name:after, .banner-block.small .text{
		display: none;
	}

	.banner-block.small .name {
		margin-top: 2.6875rem;
		margin-bottom: 1.8125rem;
	}


	.header-title{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.header-title::after, .header-title::before{
		display: none;
	}

	.popular-stone{
		margin-right: 0;
		height: auto;
	}
	.popular-stone img{
		/*width: 110px;*/
		width: 100%;
	}

	.popular-stone-block .w140{
		/*width: 20%;*/
		/*margin-right: 25px;*/
		width: calc(20% - 25px);
		margin-right: 25px;
		margin-bottom: 10px;
	}

	.popular-stone .number{
		margin-bottom: 23px;
	}

	.popular-stone:after{
		display: none;
	}


	.cat_main_items{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		/*width: calc(100% + 25px);*/
		margin-right: -25px;
		width: auto;

	}

	.popular-stone{
		width: 100%;
	}
	.popular-stone .name,  .popular-stone img{
		position: static;
	}

	.popular-stone .sort{
		position: relative;
		top: 3px;
	}

	.popular-stone .number{
		position: absolute;
		bottom: -20px;
		left: 50%;
		margin-left: -18px;
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 0;
	}

	.popular-stone__img-wrap{
		position: relative;
	}

	.project-gallery-slider .overview,
	.project-gallery-slider .viewport{
		width: auto;
	}
	.prev-button {
		left: 0px;
	}

	.next-button {
		right: 0px;
	}
	.popular-info div{
		width: 25%;
	}

	.popular-desc__block{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.popular-desc__block-left {
		width: 100%;
		min-width: 100%;
	}

	.popular-desc__block-left-title{
		margin-bottom: 20px;
		font-size: 18px;
	}
	.popular-desc__block-left-title span{
		font-size: 14px;
	}

	.popular-desc__block-right{
		width: 100%;
	}

	.popular-desc__delivery-block{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.popular-desc__delivery-list-wrap {
		margin-left: 0;
		margin-top: 25px;

	}

	.popular-desc__delivery-list,
	.popular-desc__delivery-list:last-child{
		margin-right: 0;
	}

	.popular-desc__delivery-list{
		width: 25%;
		min-width: 25%;
	}
	.popular-desc__delivery-title{
		max-width: 100% ;
	}
	.popular-desc__delivery-list-wrap{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.project-gallery .zagl::after,
	.project-gallery .zagl::before{
		display: none;
	}
	.progect-gallery-info{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.popular-desc__product-list{
		width: 103%;
		width: calc(100% + 15px);
	}
	.popular-desc__product-item{
		width: 22%;
		width: calc(25% - 15px);
		margin-right: 15px;
	}

	.popular-desc__product-img{
		width: 100%;
	}


	.header-title{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.popular-stone-block .zagl{
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;

	}

	.popular-stone-block .left-link,
	.popular-stone-block .right-link{
		width: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.popular-stone-block .left-link{
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.popular-stone-block .right-link {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}


	.main_articles{
		height: 200px;
		margin-top: 40px;
	}

	.event{
		margin-bottom: 25px;
	}

	.banner-block-wrapper{
		display: none;
	}

	.services-item-right{
		width: 100%;
	}

	.project-banner-slider{
		height: 130px;
	}
	.banner-block-wrapper-slider,
	.project-banner-slider{
		margin-top: 0 !important;
		margin-bottom: 40px !important;
	}


	.banner-block-wrapper-slider .slick-dots,
	.project-banner-slider .slick-dots,
	.banner__slider .slick-dots{

		bottom: -8px;
		top: auto !important;
	}


	.banner-block-wrapper-slider{
		display: block;
	}

	.n-quest__item {
		width: 100%;
		min-width: 100%;
	}

	.n-example__block-slider{
		height: 290px;
	}

	.contect-year-banner{
		height: 130px;
		padding: 15px;
	}

	.month-link a{
		width: auto;
		margin-right: 8px;
	}

	.left-menu-tabs-info-wrapper{
		width: 100%;
		left: 0;
		top: 33px;
	}
	.left-menu-tabs-info-wrapper .left-menu-tabs-info{
		white-space: normal;
		margin-left: 0;
	}

	.left-menu-tabs-info-wrapper .tabs-info-banner{
		display: none;
	}
	.left-menu-tabs-info-wrapper .link-block{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: 0;
	}

	.left-menu-tabs-info-wrapper .link-block a{
		width: 50%;
	}


	.m-left-info{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 38px 30px 15px 30px;
	}


	.m-left-info .sm-button{
		max-width: 140px;
		margin-top: 10px;
		margin-bottom: 10px;
		letter-spacing: 0.2px;
	}

	.cart-form .contact-inputs .wrapper-field,
	.cart-form .contact-inputs .field{
		width: 100%;
		max-width: 400px;
	}
	#my-menu.mm-menu{
		/*display: block;*/
	}

	.item-full-gallery.pop-wrap{
		/* display: none !important; */
	}

	.slick-dotted.slick-slider{
		/*margin-bottom: 45px;*/
		margin-bottom: 0;
	}

	.zagl,
	.zagl-blue{
		/*display: flex;*/
		/*align-items: center;*/
		text-align: center;
	}

	.zagl:before,
	.zagl-blue:before,
	.zagl:after,
	.zagl-blue:after{
		/*content: '';*/
		/*background: url(../../images/adapt-img/icons/head-line.png) center no-repeat;*/
		/*width: 32px;*/
		/*height: 3px;*/

	}

	.event .zagl{
		margin-bottom: 0;
	}
	.project-gallery{
		margin-bottom: 0;
	}

	.mm-listitem>a, .mm-listitem>span{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.event .head-link{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}


	.mm-listview a span, .header-nav a span{
		/*width: 24px;*/
	}


	.mm-listview a span.nav35, .header-nav a span.nav35{
		background: url(../../images/adapt-img/icons/header-nav-icon1-w.svg) center no-repeat;
		background-size: 23px 17px;

	}

	.mm-listview a span.nav36, .header-nav a span.nav36, .mm-listview a span.nav45, .header-nav a span.nav45 {
		background: url(../../images/adapt-img/icons/header-nav-icon3-w.png) center no-repeat;
		background-size: 24px 17px;
	}

	.mm-listview a span.nav38, .mm-listview a span.nav43, .header-nav a span.nav38, .header-nav a span.nav43 {
		background: url(../../images/adapt-img/icons/header-nav-icon4-w.png) center no-repeat;
		background-size: 18px 17px;

	}
	.mm-listview a span.nav5315, .header-nav a span.nav5315{
		background: url(../../images/adapt-img/icons/header-nav-icon4-w.png) center no-repeat;
		background-size: 18px 17px;

	}
	#panel-menu > ul > ul > li > a.selection

	.mm-listview a span.nav196, .mm-listview a span.nav44, .header-nav a span.nav196, .header-nav a span.nav44 {
		background: url(../../images/adapt-img/icons/header-nav-icon5-w.png) center no-repeat;
		background-size: 23px 17px;
	}


	.mm-listview a.active span.nav35, .mm-listview a:hover span.nav35{
		background: url(../../images/adapt-img/icons/header-nav-icon1-w-hover.svg) center no-repeat;

	}

	.mm-listview a.active span.nav45, .mm-listview a:hover span.nav45{
		background: url(../../images/adapt-img/icons/header-nav-icon3-w-hover.svg) center no-repeat;

	}

	.mm-listview a.active span.nav44, .mm-listview a:hover span.nav44{
		background: url(../../images/adapt-img/icons/header-nav-icon4-w-hover.svg) center no-repeat;

	}


	.mm-listview a.active span.nav43, .mm-listview a:hover span.nav43{
		background: url(../../images/adapt-img/icons/header-nav-icon5-w-hover.svg) center no-repeat;

	}



	.mm-listview a:hover div,
	.mm-listview a.active div{
		color:#cccccc;
	}

	.bookmark, .comparing{
		font-size: 10px !important;
		width: 50%;
		border-bottom: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		border-bottom: none !important;
	}

	.bookmark .count,
	.comparing .count{
		position: static;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		/*padding-top: 3px;*/
		top: 4px;
		margin-right: 5px;
	}


	.bookmark:before {
		background: url(../../images/adapt-img/icons/bookmark-icon-mob.svg) center no-repeat;
		width: 5px;
		min-width: 5px;
		height: 6px;
	}

	.comparing:before {
		background: url(../../images/adapt-img/icons/compare-icon-mob.svg) center no-repeat;
		min-width: 6px;
		width: 6px;
		height: 6px;
	}

	.bookmark:after, .comparing:after {
		display: none;
	}
	.bookmark:before, .comparing:before {
		content: '';
		position: static;
		margin-right: 10px;
		margin-top: -1px;


	}

	.pop-up .zagl-blue{
		font-size: 13px;
	}

	.popular-stone:hover:after{
		display: none;
	}

	.cat_main_items {
		margin-top: 35px;
	}


	.n-banner-top__left__title{
		font-size: 16px;
		text-align: center;
		margin-bottom: 15px;
	}

	.n-banner-top{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto;
	}

	.n-banner-top__left,
	.n-banner-top__right{
		min-width: 100%;
		width: 100%;
	}

	.n-banner-top__left{
		padding: 30px 25px;
	}

	.n-banner-top__block{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.n-banner-top__block__item:last-child{
		margin-left: 0;

	}
	.n-banner-top__text{
		font-size: 12px;
	}

	.n-banner-top__block__img{
		width: 22px;
		min-width: 22px;
		height: 22px;
	}

	.n-banner-top__block__item{
		margin-right: 0;
		margin-bottom: 7px;
	}

	.n-banner-top__block-wrapper{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.n-banner-top__right {
		padding: 28px 50px;
		margin-top: 1px;
	}
	.n-banner-top__right__title{
		font-size: 14px;
		margin-bottom: 20px;
	}

	.n-example__wrap {
		margin-bottom: 20px;
	}

	.n-popul__table-header-th{
		display: none;
	}

	.n-popul__table-header-th_first{
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		width: 100% !important;
		min-width: 100% !important;
		font-size: 8px;
	}
	.n-popul__table-body-tr{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.n-popul__table-body-td{
		width: 100% !important;
		min-width: 100% !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
	}

	.n-popul__table-body-text{
		padding-right: 0;
		font-size: 11px;
	}

	.n-popul__table-body-img-inner {
		height: 60px;
		width: 62px;
		margin-right: 20px;
	}

	.n-popul__table-body-desc-title{
		margin-bottom: 4px;
		font-size: 14px;
	}

	.n-popul__table-body-tr .n-popul__table-header-th{
		color: #566074;
		font-size: 8px;
		width: 140px;
		margin-right: 26px;
	}

	.n-popul__table-body-td-first{
		margin-bottom: 22px;
	}

	.n-popul__table-body-price{
		font-size: 16px;
	}

	.n-text-block li{
		font-size: 13px;
	}

	.n-question__block-text{
		font-size: 14px;
	}

	.n-popul__table-body-tr {
		padding-top: 20px;
		border-bottom: 2px solid #566074;
		padding-bottom: 20px;
	}

	.n-popul__table-body-tr:last-child{
		border-bottom: none;
	}

	.n-banner-request{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 35px;
	}

	.n-banner-request__left{
		min-height: 116px;
		width: 100%;
	}

	.n-banner-request__right{
		width: 100%;
		min-width: 100%;
		margin-top: 1px;
		padding: 30px 20px 40px 20px;
	}

	.n-banner-request__right-title{
		text-align: center;
		font-size: 14px;
	}
	.n-banner-request__right-block{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.n-banner-request-btn{
		font-size: 12px;
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.middle-button{
		max-width: 100%;
	}


	.n-banner-request__right-block__left{
		margin-bottom: 15px;
	}


	/*dots*/


	.n-advant-slider .slick-dots li button:before,
	.dots-slick .slick-dots li button:before,
	.main_articles .slick-dots li button:before,
	.banner-block-wrapper-slider .slick-dots li button:before,
	.project-banner .slick-dots li button:before,
	.banner__slider .slick-dots li button:before{
		color: #566074;
		font-size: 20px;
	}


	.n-advant-slider .slick-dots li,
	.dots-slick .slick-dots li,
	.main_articles .slick-dots li,
	.banner-block-wrapper-slider .slick-dots li,
	.project-banner .slick-dots li,
	.banner__slider .slick-dots li{
		margin: 0;
	}


	.n-advant-slider .slick-dots li.slick-active button:before,
	.dots-slick .slick-dots li.slick-active button:before,
	.main_articles .slick-dots li.slick-active button:before,
	.banner-block-wrapper-slider .slick-dots li.slick-active button:before,
	.project-banner .slick-dots li.slick-active button:before,
	.banner__slider .slick-dots li.slick-active button:before{
		color: #566074;
	}

	.n-advant-slider .slick-dots,
	.dots-slick .slick-dots,
	.banner-block-wrapper-slider .slick-dots,
	.project-banner .slick-dots{
		top: -30px;
	}


	.n-advant-slider ,
	.dots-slick ,
	.banner-block-wrapper-slider ,
	.project-banner{

		margin-top: 45px;
	}


	.main_articles .slick-dots{
		top: -31px;
		bottom: auto;
	}

	.n-advant-slider .slick-dots li button:before{
		content: '•';
	}

	.n-advant-slider .slick-dots li.slick-active button{
		border: none;
		background: none;
	}

	.n-advant-slider .slick-dots button{
		border: none;
		background: none;
		margin: auto;
	}

	.n-advant-slider .slick-dots li.slick-active button{
		margin: auto;
		width: 8px;
		height: 8px;
	}
	.n-advant-slider .slick-dots{
		padding-left: 0;
		text-align: center;
	}


	/**/

	.n-advant-slider__item__left{
		display: none;
	}


	.n-advant-slider__item__right{
		width: 100%;
		padding: 30px;
	}


	.slider-images__count-number{
		font-size: 48px;
	}
	.n-advant-slider__item__right-title{
		font-size: 18px;
		max-width: 70%;
		line-height: 1.4;
	}

	.slider-images__count-number {
		right: 26px;
		top: 26px;
	}

	.n-advant-slider,
	.n-advant-slider__item{
		height: 318px;
	}

	.n-advant-slider__item__right-text{
		font-size: 12px;
		line-height: 1.8;
	}

	.n-order-stage__item:after{
		display: none;
	}

	.n-order-stage__item__inner{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 20px;
	}

	.n-order-stage__item-img{
		margin-bottom: 0;
		margin-right: 14px;
		width: 60px;
		min-width: 60px;
		height: 60px;


	}

	.n-order-stage__block{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.n-order-stage__item{
		width: 100%;
		min-width: 100%;
	}


	.n-order-stage__item-text{
		font-size: 12px;
		text-align: left;
	}


	.map-form__wrap{
		position: static;
	}

	.map-form{
		width: 100%;
		padding: 30px 15px;
	}

	.map-form__wrap{
		height: auto;
		width: 100%;
	}
	.customsMap{
		position: relative;
		height: 320px;
	}

	.controls {
		left: 15px;
		top: 25px;
		height: auto;
		padding-left: 0;
		/* padding-top: 80px; */
		z-index: 100;
	}

	.map-form__title{
		font-size: 16px;
	}

	.map-form__text{
		white-space: normal;
	}
	.n-product-view__item{
		margin-right: 10px;
		width: 17%;
		width: calc(20% - 10px);
		margin-bottom: 15px;

	}

	.n-product-view__block{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}



	.n-product-view__item-img{
		margin-bottom: 5px;
		height: auto;
	}

	.n-manufacture__tabs__header-item_mob{
		width: 100%;
		margin-bottom: 10px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.n-manufacture__tabs__header-item_mob:after {
		content: '';
		width: 11px;
		height: 7px;
		background: url(../../images/select-arr.png) center no-repeat;
		-webkit-transition: 1s;
		-o-transition: 1s;
		transition: 1s;

	}
	.n-manufacture__tabs__header-item_mob.active:after {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
	}
	.n-manufacture__tabs__body-block.active{
		height: 300px;
		overflow-y: scroll;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
	}
	.n-manufacture__tabs__body-block{
		height: 0px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		overflow: hidden;
		-webkit-transition: 1s;
		-o-transition: 1s;
		transition: 1s;

	}

	.n-manufacture__tabs__body-block__item{
		min-height: 0px;
		height: auto;
	}



	.four-column .n-manufacture__tabs__body-block__item{
		width: calc(33.3% - 4px);
		min-width: calc(33.3% - 4px);
		margin-right: 4px;
	}

	.n-manufacture__tabs__body-block__item{
		width: 49%;
		min-width: 49%;
		width: calc(50% - 4px);
		min-width: calc(50% - 4px);
	}

	.n-manufacture__tabs__body .n-manufacture__tabs__body-block__item p {
		font-size: 11px;

	}

	.slick-dots{
		height: 0;
	}

	.item-table{
		width: 100%;
	}

	.item-table tr{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 5px;
	}

	.item-table td{
		width: 100% !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.data-href{
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-top: 5px;
	}

	.table-item-title-mob{
		width: 145px;
	}

	.table-item-title-mob:after{
		/*content: '';*/
		/*background: url(../../images/adapt-img/icons/dotts-bottom.png) center repeat-x;*/
		/*width: 100%;*/
		/*height: 1px;*/
		/*display: inline-block;*/
		/*display: inline-block;*/

	}

	.item-table td:nth-child(2){
		font-weight: normal;
		font-size: 12px;
		color:#999999;
	}

	.item-table td .span,
	.item-table td:first-child, .item-table td:nth-child(3){
		font-family: Arial, sans-serif;
		font-weight: normal;
		font-size: 12px;
		color:#999999;

	}

	.table-item-title-mob-right{
		color: #566074 !important;
	}

	.table-item-title-mob-right_price{
		font-size: 14px;
		font-family: minionpro-bold, sans-serif !important;

	}
	.table-item-title-mob-right_price .span{
		font-size: 16px !important;
		color: #566074 !important;
		font-family: minionpro-bold, sans-serif !important;


	}

	.item-properties{
		margin-top: 40px;
		margin-bottom: 15px;
	}

	.tab-btns__wrap{
		width: 100%;
		overflow-x: scroll;
	}

	.tab-btns{
		width: auto;

	}

	.tab-contents .characteristics{
		width: 100% !important;
	}

	.applies-block-mob li {
		margin-bottom: 14px;
		font-size: 0;
		list-style-type: none;
		padding-right: 20px;
		max-width: 100%;

	}
	.applies-block-mob li a {
		margin-bottom: 14px;
		/*clear: both;*/
		font-size: 0;
		list-style-type: none;
	}

	.applies-block-link{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-decoration: none;
	}

	.applies-block-mob img {
		width: 60px;
		height: 57px;
		margin-right: 19px;
	}

	.applying-item-title{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.applying-item{
		margin-top: 25px;
	}

	.applies-block-mob{
		height: 130px;
		padding-left: 0;
		margin-top: 60px;
	}

	.applies-block-mob.dots-slick .slick-dots{
		top: -54px;
		text-align: left;
	}

	.contest-step {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 20px;
	}

	.contest-step img{
		margin-bottom: 0;
		margin-right: 10px;
		width: 40px;
		height: 40px;
		min-width: 40px;
	}

	.contest-step.last {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.contest-step .big-button{
		margin-bottom: 10px;
	}


	.item-main-header .item-action{
		display: none;
	}


	.left-link .span,
	.right-link .span{
		width: 15px;
		height: 15px;
		min-width: 15px;
		background: url(../../images/adapt-img/icons/icon-ar-left-mob.svg);
	}

	.right-link .span{
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}


	.popular-desc__block-right-list:first-child{
		width: 50%;
	}
	.left-services-info{
		display: none;
	}

	.services-level2-banner{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		overflow: hidden;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.services-level2-banner h1{
		font-size: 12px;
		height: auto;
	}

	.breadcrumb-wrapper{
		height: auto;
		margin-bottom: 0;
	}
	.services-level2-banner h1 span {
		font-size: 15px;
		letter-spacing: 2px;
		line-height: normal;
	}

	.services-level2-banner > span {
		font-size: 13px;
	}
	.services-item-block:hover{
		border-color: transparent;
	}

	.breadcrumb a:last-child:after{
		display: none;
	}
	.select{
		background: url(../../images/select-arr.png) 96% center no-repeat #566074;
	}
	.select.active{
		z-index: 10000;
	}

	.range .range-cost.cost4{
		/*width: 43px;*/
	}

	.left-menu-tabs:hover .left-menu-tabs-info-wrapper{
		display: none;
	}
	.left-menu-tabs.dis .left-menu-tabs-info-wrapper{
		display: block;
	}

	.n-item-product__wrap{
		margin-top: 0;
	}

	.breadcrumb a:after, .path a:after {
		display: none;
	}

	.breadcrumb a, .path a{
		margin-right: 0;
	}


	.breadcrumb-item {
		margin-left: 30px;
	}
	.breadcrumb-item:before {
		content: '';
		height: 0.3125rem;
		position: absolute;
		display: block !important;
		width: 0.5625rem;
		left: -19px;
		top: 5px;
		background: url(../../images/adapt-img/icons/arrow-new.svg) center no-repeat;
	}

	.breadcrumb-item_last{
		display: none;
	}

	.n-my-menu{
		display: none;
	}
	.n-subtitle{
		font-size: 12px;
	}

	.article-block-back::before {
		width: 15px;
		height: 15px;
		top: 3px;
		background: url(../../images/adapt-img/icons/icon-ar-left-mob.svg) center no-repeat;
		/*transform: rotate(180deg);*/
	}

	.article-block-back{
		padding-left: 24px;
	}

	.advanced-filter-link .span{
		-webkit-transform: rotate(-90deg) !important;
		-ms-transform: rotate(-90deg) !important;
		transform: rotate(-90deg) !important;
		background: url(../../images/adapt-img/icons/icon-ar-left-mob.svg) center no-repeat !important;
	}
	.advanced-filter-link .span.rot{
		-webkit-transform: rotate(90deg) !important;
		-ms-transform: rotate(90deg) !important;
		transform: rotate(90deg) !important;

	}

	.advanced-filter-link{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.cabinet-email-passw .edit-field,
	.pers-info .edit-field{
		margin-left: 20px;
	}

	.n-content-table__wrap{
		width: 100%;
		overflow-x: scroll;
	}
	.n-content-table{
		min-width: 900px;
	}

	.n-content-table__body td{
		font-size: 13px;
	}

	.services-level-left-wrapper{
		display: none;
	}
	.services-item-left .name,
	.services-item-left .zagl{
		display: none;
	}
	.left__menu-mob	.left-menu-category,
	.left__menu-mob	.services-item-left{
		margin-bottom: 25px;
	}

	.banner-block-slider img, .banner-block img, .banner-block-full img{
		width: 100%;
	}



	.banner-block-full{
		height: 200px;
	}

	.banner-block-full .big-title{
		margin-left: 0;
	}
	.add-project-contest-form .subtitle::before {
		left: -56px;
		width: 40px;
		height: 40px;
		content: "";
		background-size: contain !important;
	}

	.add-project-contest-form .add-proj-contest-step:first-of-type .subtitle::before{
		background: url(/templates/stek/images/step1-mob.png) center no-repeat ;

	}

	.add-project-contest-form .add-proj-contest-step:nth-of-type(2) .subtitle::before {
		background: url(/templates/stek/images/step2-mob.png) top left no-repeat;
	}

	.add-project-contest-form .add-proj-contest-step:nth-of-type(3) .subtitle::before {
		background: url(/templates/stek/images/step3-mob.png) top left no-repeat;
	}


	.add-project-contest-form{
		padding-left: 56px;
		width: 100%;
	}
	.add-proj-contest-step .photo-upload-block, .add-proj-contest-step .send-us-input-block{
		margin-left: 0px;
	}


	.add-proj-contest-step .add-photo-uploader{
		margin-left: 0px;
	}

	.cab-info label, .photo-upload-block label, .send-us-input-block label{
		margin-bottom: 7px;
	}

	.add-proj-contest-step .field{
		width: 100%;
		max-width: 270px;

	}


	.add-proj-contest-step .wrapper-field{
		width: 100%;
		max-width: 270px;
	}
	.add-proj-contest-step .wrapper-field-p{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.photo-upload-block label{
		width: 83px;
	}

	.rules-contest{
		width: 100%;
	}
	.big-button{
		font-size: 12px;

	}
	.add-project-contest-form .big-button{
		padding: 12px;
	}

	.zagl{
		margin-bottom: 20px;
	}
	.popular-desc__delivery-block{
		margin-top: 30px;
	}

	.popular-desc {
		margin-bottom: 40px;
	}

	.project-gallery-slider{
		margin-bottom: 30px;
	}

	.item-reviews{
		margin-bottom: 30px;
	}

	.projects-with button{
		margin: 17px 0;
	}
	.n-banner-request__text, .n-banner-request__list-item{
		font-size: 12px;
		padding: 0 23px;
	}

	.n-advant-slider__wrap{
		margin-bottom: 30px;
	}
	.n-clients-slider__slider{

		margin-top: 20px;
	}
	.n-clients-slider__wrap{
		margin-bottom: 35px;
	}
	.n-order-stage__wrap {
		margin-bottom: 20px;
	}
	.n-quest__block{
		margin-top: 0;
	}

	.map-form__text{
		font-size: 12px;
		margin-bottom: 15px;
		white-space: normal;
	}
	.map-form__block-title{
		width: 100%;
	}
	.map-form__block .wrapper-field,
	.map-form__block_textarea,
	.ask-us-form .wrapper-field{
		width: 100%;
		max-width: 400px;
		min-width: 0px;
	}



	.map-form__block{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.n-example-work__wrap {
		margin-bottom: 40px;
	}
	.n-contacts__block-right{
		height: auto;
	}
	.add-proj-contest-step .legend {
		margin-bottom: 11px;
	}
	.add-project-contest-form{
		margin-bottom: 40px;
	}
	.services-level2-banner h1{
		line-height: normal;

	}
	.services-level2-banner h1 span{
		margin-top: 15px;
	}
	.used-stone-back::before{
		width: 15px;
		height: 15px;
		min-width: 15px;
		background: url(../../images/adapt-img/icons/icon-ar-left-mob.svg);
		margin-top: 3px;
	}
	.projects-with .used-stone-back{
		top: 10px;
	}
	.projects-option .key-btns-block{
		margin-bottom: 5px;
	}
	.n-banner-top__text {
		font-size: 13px;
		line-height: 17px;
	}

	.forget-passw-form  button.draft-button {
		float: none;
		margin-top: 10px;
	}
	.request-call .pop-up{
		height: auto !important;
	}

	.wrapper-field.error .notice {
		top: -79px;
		right: 23%;
	}



	.wrapper-field.error .notice::after {
		top: 42px;
		right: 49%;
		border-left: solid 4px transparent;
		border-right: solid 4px transparent;
		border-bottom: solid 4px transparent;
		border-top: solid 4px #c66;
	}
	.advanced-filter__inner{
		padding-left: 8px;
	}
	.path-keys{
		border-bottom: none;
		margin-bottom: 0.625rem;
	}
	.n-item-product__wrap{
		border-top: none;
	}

	.projects-with-title{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.projects-with-title span{
		margin-left: 3px;
	}

	.project-item-page .breadcrumb-wrapper {
		margin-bottom: 0.9375rem;
	}


	.naming{
		margin-bottom: 20px;
	}

	.item-table tr:first-child{
		height: auto;
	}

	.articul-actions {
		margin-bottom: 10px;
	}

	.your-variant__button-wrap{
	}

	.your-variant__title{
		color: #566074 !important;
		font-size: 15px !important;
		font-weight: bold !important;
	}
	.item-reviews_artiles .item-review-text{
		margin-top: 26px;
	}
	
	.content-slider{
		margin-bottom: 85px;
	}
	.content-slider .buttons{
		bottom: -50px;
		top: auto;
	}
	.content-slider .buttons.prev{
		left: 36%;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg); 
		transform: rotate(-90deg);
	}
	.content-slider .buttons.next{
		left:54%;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg); 
		transform: rotate(90deg);
	}
	.n-content-slider{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		        justify-content: center;
	}
	.mmenu-bottom-item .selection{
		color: #fff !important;
		/*margin-bottom: 15px;*/
		display:none;
	}
	

}

@media screen and (max-width: 720px) {
	.new-project-block {
		width: 31%;
		width: calc(33% - 10px);
	}

	.services-level2-content img {
		width: 100%;
		height: auto;
	}

	.services-item-block {
		width: 32%;
		width: calc(33.3% - 15px);

	}

	.n-example__block {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.n-example__item {
		/*width: 49%;*/
		/*min-width: auto;*/
		/*width: calc(50% - 10px);*/
		/*max-width: 220px;*/

	}

	.n-item-product__wrap p {
		font-size: 13px;
	}

	.title {
		font-size: 16px;
	}

	.n-text-block {
		margin-bottom: 25px;
	}

	.popular-stone-block .w140{
		width: calc(25% - 25px);
	}

	.popular-info div{
		width: 50%;
		margin-bottom: 20px;
	}

	.popular-info{
		margin-bottom: 20px;
	}


.pop-up .item-full .img-descrip {
    display: none !important;
}
.pop-up input.check-toggle + label a {
    font-size: 0.7rem;
}
.pop-up-close {
    width: 2rem;
    height: 2rem;
}
.pop-up .wr-item-full .bx-viewport {
    height: 300px !important;
}
.next-item-full a, .prev-item-full a {
    top: 35%;
}
.pop-up .switch {
    top: -45px;
}
.item-full-gallery .pop-up-close {
    top: -45px;
}
	.pop-up{
		/*top: 30px !important;*/
		/*top: 30px;*/
		/*margin-top: 0 !important;*/
		height: auto;
		width: 290px !important;
		height: auto !important;
		left: 50% !important;
		/*margin-left: calc(-290px / 2) !important;*/
		top: 30% !important;
		transform: translate(-50%) !important;
	}
	

	.pop-up{
		padding: 20px;
	}

	.pop-up-close{
		right: 0;
	}
	.propose::before{
		width: 100%;
		top: 12px;
	}

	.propose .text{
		width: 100%;
		margin-bottom: 15px;
	}

	.propose .trans-btn{
		float: none;
		margin: 0 auto;
	}
	.applies-block-mob .slick-dots{
		white-space: nowrap;
	}

}

@media screen and (max-width: 600px) {
	.services-level2-product-wrapper .rel_wrap,
	.rel_wrap {
		width: 33.3%;
		width: calc(100% / 3);

	}

	.catalog-info-zagl {
		margin-bottom: 0.5rem;
	}
	
	.bx-wrapper {
    margin: 0 auto 0;
}

.scrap-page .item__more-block {
    bottom: 10px;
}

.scrap-page .objects {
    align-items: center;
    justify-content: space-between;
}

	.rel_wrap {
		height: 18.6875rem;
	}

	.item-reviews-title,
	.item-reviews button,
	.item-review-info,
	.item-review-text {
		float: none;

	}

	.item-reviews-title.subtitle {
		margin-bottom: 15px;
	}

	.item-review-text {
		width: 100%;
		margin-top: 11px;
	}

	.item-review-text::before {
		top: -20px;
		left: 30px;
		border-bottom: 0.625rem solid rgba(86, 96, 116, 0.1);
		border-left: 0.625rem solid rgba(86, 96, 116, 0.1);
		border-top: 0.625rem solid transparent;
		border-right: 0.625rem solid transparent;
	}

	.popular-info .small{
		padding-left: 0;
		padding-right: 0;
	}

	.popular-desc__product-item{
		width: 32%;
		width: calc(33.3% - 15px);

	}

	.banner-block-wrapper-slider .big-name{
		font-size: 33px;
		margin-bottom: 30px;
	}

	.banner-block-slider,
	.banner-block-wrapper-slider{
		height: 200px;

	}

	.banner-block-wrapper-slider{
		height: 200px;
		max-height: 200px;
		overflow: hidden;

	}

	.banner-block-wrapper-slider{
		opacity: 0;
	}

	.banner-block-wrapper-slider.slick-initialized{
		opacity: 1;
		/*overflow: auto;*/
		overflow: visible;
	}



}

@media screen and (max-width: 530px) {
	.new-project-block {
		width: 48%;
		width: calc(50% - 5px);

	}

	.new-project-block img {
		width: 100% !important;
		height: 100% !important;

	}

	.new-project-block .image {
		width: 100% !important;
		height: 100px !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.new-project-block .project-link {
		width: 100% !important;
		font-size: 13px;

	}

	.new-project-block:nth-child(even) {
		margin-right: 0;
	}

	.new-project-wrapper {
		/*margin-right: -10px;*/
	}

	.editing-field-block {
		width: 100%;
	}

	.editing-field-block .draft-button {
		padding-left: 0;
		margin-left: 0;
	}

	.banner-block-wrapper-slider .big-name{
		font-size: 24px;
		margin-bottom: 17px;
		letter-spacing: 15px;
	}

	.banner-block-slider,
	.banner-block-wrapper-slider{
		height: 150px;
	}

	.banner-block-wrapper-slider .name,
	.banner-block-wrapper .name,
	.banner-title{
		margin-top: 23px;
		margin-bottom: 11px;
		font-size: 10px;
	}

	.main_articles {
		height: 170px;
	}
	.zagl, .zagl-blue{
		font-size: 16px;
		line-height: 1.38;
		letter-spacing: 1.2px;
	}

	.banner-block-full .big-title{
		font-size: 28px;
		letter-spacing: 3px;
	}

	.banner-block-full {
		height: 120px;
	}


	.add-proj-contest-step .photo-upload-block{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.editing-field-file-block label{
		margin-left: 0;
	}
	.n-clients-slider__slider{
		height: 30px;
	}

}

@media screen and (max-width: 480px) {
	.services-level2-product-wrapper .rel_wrap,
	.rel_wrap {
		width: 49%;
		margin: 0.0625rem 0 1rem 0;

	}



	.services-item-block {
		width: 49%;
		width: calc(50% - 15px);
		height: auto;
		margin-bottom: 30px;
	}

	.services-item-block .name {
		font-size: 12px;
	}

	.cab-info .field, .cab-info .wrapper-field, .contact-inputs .field, .contact-inputs .wrapper-field {
		width: 215px;
	}

	.cancel-edit-field, .cancel-file-value, .edit-field {
		margin-left: 0;
	}

	.n-example__item-title {
		font-size: 12px;
	}


	.popular-stone-block .w140{
		width: calc(33.3% - 25px);
	}

	.popular-info img{
		width: 70px;
		height: 70px;
	}

	.popular-desc__delivery-list{
		width: 50%;
		min-width: 50%;
	}
	.project-gallery-slider .overview .project-gallery-slider-item img,
	.project-gallery-slider .overview .project-gallery-slider-item,
	.project-gallery-slider .overview .project-gallery-slider-item a{
		width: 225px;
	}

	.popular-desc__product-item{
		width: 49%;
		width: calc(50% - 15px);

	}

	.event .head-link .right-link{
		text-align: left;
		position: static;
	}




	.main_articles{
		width: 100%;
	}

	.event .event-info{
		width: 225px;
		margin: 0 auto;
		float: none;
		text-align: center;
		padding: 0 50px;
	}
	.event .event-info{
		width: 100%;
	}
	.banner-block-slider,
	.banner-block-wrapper-slider{
		height: 140px;
	}

	.item-properties{
		margin-top: 20px;

	}

}

@media screen and (max-width: 400px) {
	.new-project-block {
		/*width: 100%;*/

	}

	

	.slide-block,
	.item-full img,
	.item-thumb {
		width: 100%;
	}

	.item-full, .wr-item-full {
		width: 100%;

	}

	.filter-block,
	.filter-block:nth-child(3n) {
		margin-right: 0px;
	}

	.ask-us-block {
		float: none;
		margin-right: 0;
	}

	.n-example__item {
		/*width: 100%;*/

	}

	.popular-stone-block .w140{
		width: calc(50% - 25px);
	}

	.popular-stone-block .w140:nth-child(even) {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.left-link__text,
	.right-link__text{
		max-width: 120px;
	}

	.applies-block-mob li a {
		max-width: 320px;
	}

}

@media screen and (max-width: 370px) {
	.popular-desc__product-text{
		margin-top: 10px;
	}
	.select-our-projects {
		width: 100%;
		margin-left: 0;
	}
	.popular-desc__product-item{
		margin-top: 10px;
		margin-bottom: 6px;
	}
	.popular-desc__product-img{
		height: 80px;
	}

	.popular-desc__block-right-list-wrap{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 20px;
	}
	.popular-desc__block-right-list{
		margin-bottom: 0;
		width: 100%;
	}

}
/*=====PopUp Slab=====*/

@media (max-width: 1023.98px) {
	.pop-slab-wrap {
		max-width: 100vw;
		height: 100vh;
		grid-template-areas: "header header"
                            "left-block left-block"
                            "right-block right-block";

	}

	.slab-tab-content {
		flex-wrap: nowrap;
		padding-bottom: 10px;
	}

	.slab-tab-contents {
		width: auto;
		height: auto;
	}

	.pop-slab__left-block {
		padding-bottom: 0;
	}

	.slab-slider-img {
		display: flex;
		justify-content: center;
	}
}

@media (max-width: 720px) {
	.pop-slab.pop-wrap .pop-up {
		width: auto !important;
		height: auto !important;
		top: 50% !important;
		left: 50% !important;
		margin-right: -50% !important;
		transform: translate(-50%, -50%);
		margin-left: 0 !important;
		margin-top: 0 !important;
	}

	.right-block__top {
		flex-wrap: wrap;
		gap: 10px;
		justify-content: center;
	}

	.pop-slab__header-available {
		font-size: 12px;
	}

	.pop-slab__right-block {
		padding-top: 15px;
	}
}

@media (max-width: 550px) {
	.slab-slider-header {
		flex-direction: column;
		align-items: center;
		gap: 5px;
	}
	.pop-slab__right-block {
		justify-content: start;
	}
	.price-digits {
		font-size: 20px;
	}
	.descr-text {
		margin-bottom: 0;
	}
	.right-block__top {
		margin-bottom: 10px;
	}
	.slab-slider-header__price {
		align-items: center;
	}
	.slab-slider-header__more {
		text-align: center;
	}
}

@media (max-width: 480px) {
	.top-form-btn.buy-oneclick-btn {
		margin-right: 0;
	}

	.right-block__top-form {
		flex-wrap: wrap;
		gap: 10px;
		justify-content: center;
	}

	.slab-slider-header {
		margin-bottom: 5px;
	}
	.pop-slab__header {
		min-height: auto;
	}
	.buy-oneclick-btn {
		width: 125px !important;
	}
	.add-cart-btn {
		width: 160px !important;
	}
}

@media (max-width: 425px) {

	.pop-slab .pop-up-close {
		right: 15px;
	}

	.pop-slab__right-block,
	.pop-slab__left-block,
	.pop-slab__header {
		padding: 5px;
	}

	.tab-btns__wrap {
		height: 30px;
		overflow: hidden;
		margin-bottom: 5px;
	}
}

@media (max-width: 375.98px) {
	.pop-slab__header-title {
		font-size: 16px;
		margin-bottom: 0;
	}

	.pop-slab .pop-up-close {
		top: 10px;
		right: 10px;
	}

	.slab-card img {
		margin-bottom: 5px;
	}
}
/*=====End PopUp Slab=====*/
