.device-phone, .device-phone body {
  min-width: 320px;
  overflow-x: hidden;
}

html.device-computer #body-wrapper {
	min-width: 980px;
}

@media (max-width:1280px) {
	html.device-computer {
		font-size: 95%;
	}
}

@media (max-width:1024px) {
	html.device-computer {
		font-size: 90%;
	}
}

@media (orientation : portrait), (orientation : landscape) and (max-width: 535px) {
	html.device-tablet {
		font-size: 100%;
	}
		
	html.device-phone {
		font-size: 100%;
	}
		
	.device-phone .region-row,
	.device-phone .region-cell,
	.device-phone .inline-regions, .device-phone .blocks-unit>.region {
		display: block;
	}
	
  .device-phone .block-cell {
    display: inline-block;
  }
  
	html.device-phone body.one-sidebar.sidebar-first .col-center,
	html.device-phone body.one-sidebar.sidebar-second .col-center, 
	html.device-phone body.two-sidebars .col-center {
		width:100%;
	}
	
	html.device-phone body.one-sidebar.sidebar-first .col-left,
	html.device-phone body.one-sidebar.sidebar-second .col-right,
	html.device-phone body.two-sidebars .col-right,
	html.device-phone body.two-sidebars .col-left {
		width:100%;
		clear:left;
	}
  
  .device-phone .alignment-left .blocks-unit {
    margin-left: 0 !important;
    text-align: left; 
  }

  .device-phone .alignment-center .blocks-unit {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }

  .device-phone .alignment-right .blocks-unit {
    margin-right: 0 !important;
    text-align: right;
  }
  
  .device-phone .alignment-center .blocks-unit .block, .device-phone .alignment-right .blocks-unit .block  {
    text-align: left;
  }
  
  .device-phone .comment-wrapper, .device-phone input.form-text:not(.form-digit) {
    width: 100%;  
  }
}

@media (orientation : portrait) {
	.device-tablet .hide-on-portrait, .device-phone .hide-on-portrait {
		display: none !important;
	}
}

@media (orientation : landscape) {
	html.device-phone {
		font-size: 100%;
	}
	.device-tablet .hide-on-landscape, .device-phone .hide-on-landscape {
		display: none !important;
	}
}

/*layout for template*/
@media (max-width:1023px) {
	html.device-computer body.two-sidebars .col-center,
	html.device-tablet body.two-sidebars .col-center {
		width:69.88%;
	}
	html.device-computer body.two-sidebars .col-left,
	html.device-tablet body.two-sidebars .col-left {
		width:29.88%;
	}
	html.device-computer body.two-sidebars .col-right,
	html.device-tablet body.two-sidebars .col-right {
		clear:left;
		display:block;
		width:100%;
	}
}

/*эксперимент с отступами*/
html.device-phone .main-page {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
html.device-phone  .side-padding {
	margin-left: 0%;
	margin-right: 0%;
}

/*в контактной форме и в блоке обратной связи*/
html.device-phone .column-with-map, html.device-phone .column-with-contacts,
html.device-tablet .column-with-map, html.device-tablet .column-with-contacts {
	width: 100%;
	float: none;
}

html.device-phone .column-with-map #site-contacts-map, html.device-tablet .column-with-map #site-contacts-map {
	height:	600px;
}

.device-phone div[class*="inline-block-wrapper-"] {
	width: 100%;
}

.device-phone .block.block-block-container .bc-cell {
	display: block;
	width: 100% !important; 
}

.device-phone .block-block-container .block {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.device-phone body.admin-menu {
  margin-top: 0 !important;
}


.device-phone body.admin-menu > .slicknav_menu {
  background-color: #DADADA;
  border-bottom: 1px solid #BCBABA;
  box-shadow: 1px 1px 12px rgba(188, 186, 186, 0.8);
}


.device-phone body.admin-menu > .slicknav_menu a {
  color: #000 !important;
}

.device-phone body.admin-menu .dropdown .dropdown {
  background-color: #E4E4E4; /*#E8E8E8; */
}

.device-phone body.admin-menu .dropdown .dropdown .dropdown {
  background-color: #EAEAEA;
}

.device-phone body.admin-menu .dropdown .dropdown .dropdown .dropdown {
  background-color: #EFEFEF; 
}

.device-phone .slicknav_menutxt > span {
  display: inline-block;
  vertical-align: middle;
}

.device-phone .slicknav_menutxt .pictogram {
  font-size: 1.5em;
}

.device-phone .callback-drupal-get-form.fashion-form-style .main-content form {
  padding: 0 .5em;  
}

.device-phone .main-content form .sticky-enabled {
  min-width: 100%;
}

.device-phone p {
	text-indent: 0 !important;
}

.device-phone .col-center p img, .device-phone .col-center ul li img {
	margin: 0.5em 0;
}

.device-phone .page-before p img, .device-phone .page-before ul li img {
	margin: .5em 0 0 0;
}

.device-phone .page-after p img, .device-phone .page-after ul li img,
.device-phone .footers-region p img, .device-phone .footers-region ul li img {
	margin: 0 0.3em 0.5em 0.3em;
}

.device-computer .hide-on-computer, .device-tablet .hide-on-tablet, .device-phone .hide-on-phone {
	display: none !important;
}

.device-phone .inline-regions ul.menu li {
	white-space: normal;
}