* {
    padding: 0;
    margin: 0;
}
html {
    height: 100%;
}
body.mobile_template {
	margin: 0;
	padding: 0;
    width: 100%;
    height: 100%;
	font-size: 100%;
}
.mobile_template #wrap {
    width: 95%;
    max-width: 80em;
    margin: 1% auto;
}
.mobile_template #top {
    overflow: hidden;
}
.mobile_template #contacts {
    float: left;
    clear: both;
    margin: 0.5em 0 0.5em 0;
}
.mobile_template .c {
    margin: 0.5em 0 0 0;
}
.mobile_template #menu-icon {
    float: right;
    width: 3em;
    height: 3em;
    min-width: 1em;
    max-width: 50px;
    min-height: 1em;
    max-height: 50px;
    margin-bottom: 1em;
    position: relative;
    z-index: 1;
}
.mobile_template #menu-links {
    position: absolute;
    top: 4.5em;
    right: 0;
    width: 100%;
    display: none;
    z-index: 10;
}
.mobile_template .sidemenu {
    list-style-type: none;
    margin-bottom: 2em;
}
.mobile_template .sidemenu li a, #menu-links h5 a{
    padding: 1%;
    margin: 1% 0 1% 0;
    font-size: 1em;
    line-height: 2em;
    min-height: 2em;
    display: block;
}
.mobile_template #header {
    margin-right: -3em;
    float: left;
    width: 100%;
    word-wrap: break-word;
    padding-right: 3em;
    box-sizing: border-box;
    position: relative;
}
.mobile_template #logo {
    font-size: 1.85em;
    margin-bottom: 2%;
}
.mobile_template #slogan {
    font-size: 1.35em;
}
.mobile_template #main {
    font-size: 1em;
    margin-top: 2%;
}
/*
.mobile_template #shopping_cart {
    display: none;
}
*/
.mobile_template .button {
    padding: 0.3em!important;
    font-size: 1em!important;
    background: none!important;
    border: 1px solid;
    height: 100%!important;
}
.mobile_template .button span {
    background: none!important;
    padding-left: 0!important;
    line-height: 1.2em!important;
}
.mobile_template a.ebutton {
    padding: 0.3em!important;
    font-size: 1em!important;
    border: 1px solid gray!important;
    background: none!important;
}
.mobile_template .ebutton span {
    background: none!important;
    padding-left: 0!important;
}
.mobile_template hr {
    margin: 2% 0 2% 0;
}
.mobile_template input {
    font-size: 1em;
    margin: 0.2em 0.2em 0.2em 0;
}
.mobile_template input[type=submit] {
    padding: 0.5em;
}
.mobile_template select {
    font-size: 1em;
}
.mobile_template #footer {
    margin: 3% auto 0 auto;
    overflow: hidden;
}
.mobile_template .footer-left {
    float: left;
}
.mobile_template .footer-right {
    float: right;
}
.mobile_template .align-left {
    text-align: left;
}
.mobile_template .align-right {
    text-align: right;
}
.mobile_template .la_element {
    word-wrap: break-word;
    margin-bottom: 1.5em;
}
.mobile_template .la_element table {
    border-collapse: collapse;
    border: 1px solid gray;
    margin: 0.5em 0 0.5em 0;
}
.mobile_template .la_element td {
    border: 1px solid gray;
    padding: 0.3em;
}
.mobile_template .la_element_title {
    margin-bottom: 1em;
    margin-top: 0.5em;
}
.mobile_template .la_element_content img {
    max-width: 100%;
    height: auto !important;
    /* если у картинки указывали высоту (как правило это в обычной версии) то тут надо это отменить; но получается польз не сможет указать высоту карт в моб версии.. ок посмотрим*/
}
.mobile_template .la_element_content {
    margin: 1.5% 0 1.5% 0;
}
.mobile_template .la_comments_area h3 {
    margin-bottom: 1.5%
}
.mobile_template .la_comments_area {
    margin-top: 1%;
}
.mobile_template .la_frame {
    max-width: 40em;
}
.mobile_template .la_frame div {
    padding-bottom: 56.25%;
    padding-top: 25px;
    position: relative;
}
.mobile_template .la_frame iframe, .la_frame object, .la_frame embed {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.mobile_template textarea, .mobile_template input[type=text], .mobile_template input[type=button], .mobile_template input[type=submit] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
    max-width: 40em;
}
.mobile_template input[type=button], .mobile_template input[type=submit] {
    white-space: pre-wrap;
    max-width: 40vw;
}
.mobile_template .prototip {
    display: none;
}
.mobile_template h1:not([class]), .mobile_template h2:not([class]) {
    margin: 0.25em 0 0.25em 0;
}
.mobile_template #la_special_version_link {
    float: left;
    position: relative!important;
}
.mobile_template #r_info {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #dcdcdc;
    text-align: center;
    padding: 0.5em;
}