@font-face {
	font-family: FRAMDCN;
	font-style: normal;
	font-weight: normal;
	src: local('Franklin Gothic Medium Cond'), url('/bitrix/templates/es_fresh/fonts/Franklin Gothic Medium Cond Regular.woff') format('woff');
}

@font-face {
	font-family: FRABK;
	font-style: normal;
	font-weight: normal;
	src: local('Franklin Gothic Book'), url('/bitrix/templates/es_fresh/fonts/FRABK.woff') format('woff');
}

@font-face {
	font-family: 'Franklin Gothic Book Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Franklin Gothic Book Italic'), url('/bitrix/templates/es_fresh/fonts/FRABKIT.woff') format('woff');
}

.FRABK{
	font-family: FRABK, 'Roboto', sans-serif;	
}

.FRAMDCN{
	font-family: FRAMDCN, 'Roboto', sans-serif;	
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html { 
	overflow-y: scroll; /* always force a scrollbar in non-IE */
}
a {
	color:#000;
	outline: none;
	text-decoration:underline;	
}
a:hover { 
	text-decoration: none;
}
img { 
	display:block;
	}
p {
	margin: 0;
	}
hr {
	margin: 0;
	border: none;
	border-top: 1px solid #3b3b3b;
	border-bottom: 1px solid #3b3b3b;
	height: 3px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
	font: 14px/18px  FRABK, 'Roboto', sans-serif;
	background: #fff;
	color: #000;
}
html,body{

}
.wrapper{	
	margin: 0 auto;	
	padding: 0;
	background-image: url(/bitrix/templates/es_fresh/images/mobile_bg.png);
	height: 100%;
	
}
.red{
	color: #d20000 !important;
}
.grey{
	color: #4f4f4f;
}
.header{  	
    text-align: center;
    margin-top:30px;
    z-index: 2;    
    background-image: url(/bitrix/templates/es_fresh/images/header_bg_black.png);
} 
.center_head{
	display: inline-block;
	width: 100%;	
	max-width: 768px;
	padding: 30px 0 0;	
}
.visible{

}
.hide{
	display: none;
}
.center_search_default{
	
}
.center_search_fixed{
	width:100%;
	top:0;
	left:0;
	position: fixed;
	background-image: url(/bitrix/templates/es_fresh/images/header_bg_black.png);
	padding-top:20px;	
}

.scroll-down, .scroll-down a{
	display: none;	
}

.main-logo{  	
	margin:0 auto;
	width:200px;
	text-align: center;
	padding-top:40px;
	padding-bottom:20px;
} 
.main-logo-inner{
	display: inline-block;
	width: 100%;
}
.main-logo-img a {
	display: block;
	width: 100px; 
	height: 118px; 
}

.main-logo-img{
	margin: 0 auto;
	margin-top:10px;
	margin-bottom:10px;
	width:100px;
	height:118px;
	background-image: url(/bitrix/templates/es_fresh/images/gerb.png);
	background-size: 100% 100%;
	 animation: pulse 5s ease;
 -webkit-animation: pulse 5s ease;
  	 animation-iteration-count: infinite;
}

@keyframes pulse {
  from {
        transform: scale3d(1, 1, 1);
-webkit-transform: scale3d(1, 1, 1);
  }

  50% {
        transform: scale3d(1.2, 1.2, 1.2);
-webkit-transform: scale3d(1.2, 1.2, 1.2);
  }

  to {
        transform: scale3d(1, 1, 1);
-webkit-transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes pulse {
  from {
        transform: scale3d(1, 1, 1);
-webkit-transform: scale3d(1, 1, 1);
  }

  50% {
        transform: scale3d(1.2, 1.2, 1.2);
-webkit-transform: scale3d(1.2, 1.2, 1.2);
  }

  to {
        transform: scale3d(1, 1, 1);
-webkit-transform: scale3d(1, 1, 1);
  }
}

.main-logo-text{
	font-size:130%;	
	text-align: center;
	text-transform: uppercase;
	color: #494745;
	width: 110%;
	margin: 30px auto 5px;
	line-height: 1.2;
}
.header-list{
	display: none;
	color: #bab8b8;
	margin: 10px 50px 30px 50px;
	text-transform: uppercase;	
}
.right_header{
	display: none;	
}
.left_head{
	margin: 0 10px 0 10px;	
}
.nav_hold{
	width: 100%;	
	height:30px;	
	margin-bottom: 2px;
}
.nav_left{
	float: left;
	font: 14px/18px FRAMDCN, 'Roboto', sans-serif;	
	font-size:130%;
	display: inline-block;
	height:30px;	
}
.nav_left div{
	float: left;
	margin: 0;
	/*padding: 5px 7px 5px 11px*/
	position: relative;
}
/*.nav_left li:first-child:before{
	background: none;
}*/
/*.nav_left li:before{
	position: absolute;
	left: 0;
	top: 12px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #fff;
	content:"";
}*/

.nav_left a, .nav_left h1 {
	text-decoration: none;
	float: left;
	color: #fff;
	text-transform: uppercase;	
}
.nav_left a:hover{
	border: transparent;
	/* padding: 0 0 1px; */
}
.nav_left .region{
	padding: 5px 7px 5px 11px;
}
.nav_left .region a{
	border-bottom: 1px dashed #fff;
	
}
.nav_left .active a, .nav_left .active h1{
	background: #d20000;
	padding: 5px 7px 5px 11px;
	font-size: 100%;
	font-weight: normal;
}

.nav_left .active a, .nav_left .active h1 {
	color: #fff;
	border: none;
}
ul.menu-menu{
	font-size:100%;	
}
ul.menu-menu li a{
	color:#484a4c;
	margin:5px;
	background-color:#fff;
}
ul.menu-menu li a:hover{
	border-bottom: 1px dashed #000;
}
.dropit {
    list-style: none;
	padding: 0;
	margin: 0;	
}
.dropit .dropit-trigger { position: relative; }
.dropit .dropit-submenu {
    position: absolute;
    bottom: 100%;
    left: 0px; /* dropdown left or right */
    z-index: 1000;
    display: none;
    min-width: 185px;
    list-style: none;
	padding: 5px;
    background-color: #fff;
	margin: 0;
    margin-top:20px;
    margin-left: -60px;
    border: 1px solid #000;
}
.dropit .dropit-open .dropit-submenu { display: block; }

.nav_right{
	display:none;	
}
.nav_right_mobile{
	margin-top:5px;
	float: left;
	font-size: 115%;
}

.nav_right_mobile li{
	float: left;
	margin: 0 0 0 0px;
}
.nav_right_mobile li a{
	color: #fff;
	text-decoration: none;
	padding: 5px 6px;
	float: left;
	
	text-transform: uppercase;
}
.nav_right_mobile li a:hover{
	text-decoration: underline;
}
.nav_right_mobile .active a{
	background: #25c019;
	text-decoration: none;
}
.nav_right_mobile .noactive a{
	color: #ebebeb;
}
.form_wrapp{
	overflow: hidden;
	margin: 0 0 20px;
}
.search_hold{
	overflow: hidden;
	background: #e6e6e6;
	border-radius: 5px;
	position: relative;
	padding: 4px;
}
.search_text input{
	border: 1px solid #b4b4b4;
	background: #fff;
	padding: 0 10px 0 6px;
	margin: 0;
	color: #000;
	width: 100%;
	height: 35px;
	font-size: 120%;
	line-height: 20px;
}
.search{
	padding: 0;
	margin: 0;
	background: url(/bitrix/templates/es_fresh/images/btn-search.png) no-repeat;
	width: 58px;
	height: 35px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	right: 4px;
	top: 4px;
	border: none;
}
.search:hover{
	cursor: pointer;
	background-position: 0 -33px;
}
.btn_close{
	position: absolute;
	right: 80px;
	top: 13px;
	background: url(/bitrix/templates/es_fresh/images/ico-close.png) no-repeat;
	width: 14px;
	height: 14px;
}
.btn_close:hover{
	background-position: 0 -14px;
	cursor: pointer;
}
.block_auth {
	display: none;
}
.mobile_menu{
	float: left;
	margin: 0 15px 0 0;
}

.row_hold{
	overflow: hidden;
	width: 100%;
	min-width: 776px;
}
.row_check{
	float: left;
	margin: 0 15px 0 0;
}

.row_check_white{
	display:none;
}
.row_check_white_number{
	font-size:120%;
}
.row_check input[type='checkbox']{
	float: left;
	margin: 3px 3px 0 0;
}
.row_check label{
	float: left;
	color: #b4b4b4;
}
.right{
	float: right;
	padding: 0 50px 0 0;
}
.right a{
	color: #d20000;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px dotted #d20000;
	display: block;
	font-size: 12px;
}
.right a:hover{
	border: transparent;
}
div[class*=item]{
	margin: 0 0 10px;
	overflow: hidden;
	width: 100%;
}
.item4 span{
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px dashed #000;
	line-height: 26px;
}
.item8 p{
	margin: 0 0 3px;
}
.send_mes{
	margin: 0 5px 0 0;
}
.send_mes,
.show_map{
	float: left;
	border: 1px solid #b7b6b7;
	border-radius: 5px;
	background: #f3f3f4;
	padding: 0 5px;
	text-decoration: none;
}
.send_mes strong{
	background: url(/bitrix/templates/es_fresh/images/ico9.png) no-repeat 0 3px;
	padding: 0 8px 0 20px;
}
.show_map strong{
	background: url(/bitrix/templates/es_fresh/images/ico11.png) no-repeat 0 3px;
	padding: 0 8px 0 16px;
}
.title_link{
	width: 100%;
	clear: both;
	overflow: hidden;
	margin: ;
}
.title_link a{
	font-weight: bold;
}
.date_sale{
	overflow: hidden;
	width: 100%;
	margin: 0 0 10px;
}
.item3 p{
	clear: both;
}
.item11 p,
.item10 span,
.item11 a,
.item5 strong,
.item5 img,
.item7 span,
.item7 img,
.item5 span,
.item3 span,
.item3 img{
	float: left;
	margin: 0 5px 0 0;
}
.item5 img,
.item7 img,
.item3 img{
	float: left;
	margin: 3px 5px 0 0;
}
.item5 img{
	margin: 1px 5px 0 0;
}
.item7 span{
	padding: 3px 0 0;
}
.box_soc{
	overflow: hidden;
	width: 100%;
}
.box_soc a{
	float: left;
	margin: 0 10px 0 0;
}
#rightbar{  
  float: right;   
  width: 200px;  
  margin: 0;  
  padding: 145px 0 0;
}
.wrapp_soc{
	overflow: hidden;
	text-align: right;
	font-size: 0px;
}
.wrapp_soc li{
	font-size: 12px;
	display: inline-block;
	color: #686667;
	margin: 0 0 0 6px;
}

.box_grey{
	background: #e6e6e6;
	border-radius: 3px;
	padding: 4px;
	text-align: left;
}
.weather_hold ul{
	overflow: hidden;
	width: 100%;
	text-align: center;
	font-size: 0px;
	text-transform: uppercase;
	margin: 3px 0 4px;
}
.weather_hold ul li:after{
	border-right: 2px solid #4f4f4f;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	height: 17px;
}
.weather_hold ul li:first-child:after{
	border: none;
}
.weather_hold ul li{
	color: #4f4f4f;
	font-weight: bold;
	position: relative;
	display: inline-block;
	padding: 0 6px;
	vertical-align: top;
	font-size: 14px;
}
.temperatur{
	overflow: hidden;
	width: 100%;
	text-align: center;
	font-size: 0px;
}
.temperatur img,
.temperatur strong,
.temperatur span{
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 2px;
}
.blocks{
	margin: 0 0 10px;
	border: 1px solid #acacac;
	min-height: 120px;
}
#main{  
    margin: 0 220px 10px 0;  
    padding: 120px 0 0;
    color: #000;
    overflow: hidden;
} 
.breadcrumb-navigation {
  width: 100%;
  overflow: hidden;
  list-style: none;
  margin: 0 0 5px;
}
.breadcrumb-navigation li span{
	display: block;
	background: url(/bitrix/templates/es_fresh/images/bg-breadcrumbs.png) no-repeat 100% 0;
	width: 5px;
	height: 20px;
	position: absolute;
	right: -12px;
	top: 0;  
}
.breadcrumb-navigation li:last-child:after{
	background: none;
}
.breadcrumb-navigation li {
  float: left;
  margin: 0 10px;
  padding: 0 0 3px;
  position: relative;
}
.breadcrumb-navigation li a img{
	display: inline-block;
	vertical-align: middle;
}
.breadcrumb-navigation li a{
	color: #d20000;
}
.breadcrumb-navigation li.slideLi a {
  width:15px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  color: #d20000;
}
.weather_hold, 
.bord_box{
	border-top: 1px dashed #acacac;
	border-bottom: 1px dashed #acacac;
	padding: 10px 0;
	margin: 1px 0 15px;
}
.title{
	text-transform: uppercase;
	font-size: 16px;
	display: block;
	padding: 0 0 5px;
}
.menu_main{
	overflow: hidden;
	width: 100%;
	background: #f7f6f2;
	padding: 8px 0;
	margin: 0 0 10px;
}
.menu_main li{
	float: left;
	position: relative;
	padding: 0 10px;
}
.menu_main li:after{
	border-right: 2px solid #4f4f4f;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	height: 17px;
}
.menu_main li:first-child:after{
	border: none;
}
.menu_main li a{
	float: left;
	text-transform: uppercase;
	color: #4f4f4f;
	text-decoration: none;
}
.menu_main li a:hover{
	border-bottom: 1px dashed #4f4f4f;
}
.menu_main .active a:hover,
.menu_main .active a{
	border-bottom: 1px solid #d20000;
}
.wrapp_info{
	overflow: hidden;
	width: 100%;
}
.info_hold{
	width: 100%;
	overflow: hidden;
	margin: 0 0 35px;
}
.text_info{
	margin: 0 330px 0 0;
}
.img_box{
	float: right;
	max-width: 300px;
	position: relative;
	border: 1px solid #bfbfbd;
}
.photo_numb{
	background: #fff;
	position: absolute;
	left: 5px;
	bottom: 5px;
	border-radius: 3px;
	padding: 2px 3px;
}
.count{
	background: url(/bitrix/templates/es_fresh/images/ico-photo.png) no-repeat 0 2px;
	padding: 0 0 0 20px;
}
.text_all p{
	margin: 0 0 15px;
}
.find_show{
	overflow: hidden;
	width: 100%;
}
.find_show a{
	text-decoration: none;
	display: block;
	background: url(/bitrix/templates/es_fresh/images/img17.png) no-repeat;
	min-height: 52px;
	padding: 0 0 0 70px;
}
.find_show a span{
	display: block;
}
.show_text span{
   border-bottom: 1px dashed #000;
   display: inline-block;
   margin: 0 0 0 15px;
   position: relative;
   cursor: pointer;
}
.show_text span:before {
   content: '';
   position: absolute;
   left: -15px;
   top: 50%;
   margin: -3px 0 0;
   background: url(/bitrix/templates/es_fresh/images/ico17.png) no-repeat;
   width: 10px;
   height: 10px;
}
.show_text span:hover{
   border-color: transparent;
}
.text_visible{
	display: none;
}
.box_ask{
	float: right;
}
.row{
	margin: 0 0 35px;
	overflow: hidden;
	width: 100%;
}
.row_promo{
	border-top: 1px dashed #acacac;
	padding: 20px 0;
	overflow: hidden;
	width: 100%;
}
.col{
	float: left;
	margin: 0 2% 0 0;
	max-width: 170px
}
.col>span{
	display: block;
	clear: both;
	margin: 0 0 3px;
	color: #666;
}
.col:last-child{
	margin: 0;
	width: 52%;
	max-width: 600px;
}
.col a{
	float: left;
}
.col img{
	border: 1px solid #ddd;
}
.more{
	color: #666;
}
.row_promo ul{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    overflow: hidden;
    width: 100%;
}
.row_promo ul li{
	margin: 0 0 5px;
}
.footer {
	max-width: 100%;
	min-width: 100%;
	padding: 0px 15px 0;
	margin-top: 20px;
}
.footer_left .none, .col div#small-title, .logo_wrap img {
	display: none;
}
.col1 {
	width: 100%;
} 
.col1 ul li a {
	text-decoration: none;
	border-bottom: 1px dashed black;
-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.col1 ul li a:hover {
	border-bottom: 1px dashed #d20000;
	color: #d20000;
}
.grey_big a:hover {
	color: #d20000;
}
.col1 ul li {
	font-size: 1.4em;
	line-height: 1.5;
}
.grey_big a,  
.grey_big {
	font-family: FRAMDCN;
	text-transform: uppercase;
	color: #313942;
	font-weight: 400;
	line-height: normal;
}
.grey_big{
	margin: 0 0 10px;
	font-size: 1.4em;
}
.grey_big span {
	color: #d20000;
}
.grey_big li{
	margin: 0 0 27px !important;
}
.footer-logos {
	padding: 10px 0px;
}
.footer-logos .footer-title {
	color: #333;
}
.footer-logos i {
	margin-left: 3px;
	color: #25C019;
}
.footer_right {
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 10px;
}
.img_sts {
	margin: 0 0 15px 0;
	display: inline-block;
}
.img_sts li {
	display: inline-block;
}
.statistic{
	color: #a2a2a2;
	margin: 0 0 5px;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold
}
.mail_wrap {
    float: left;
    display: block;
}
.mail_wrap img {
    display: block;
    margin-bottom: 10px;
}
.soc_wrap {
    float: right;
    margin-top: 50px;
}
.soc_wrap ul li {
    display: inline-block;
}
.socnetwork{
	overflow: hidden;
	margin: 0 0 10px;
	text-align: right;
	font-size: 0px;
}
.socnetwork li{
	display: inline-block;
	font-size: 14px;
	margin: 0 0 0 3px;
}
.number_two{
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 5px;
}
.mail_info{
	background: url(/bitrix/templates/es_fresh/images/img16.png) no-repeat;
	padding: 0 0 0 35px;
	text-decoration: none;
}
.mail_info span{
	text-decoration: underline;
	color: #1588c4;
}
.mail_info:hover span{
	text-decoration: none;
}
.copy{
	font-size: 11px;
	padding: 5px 0 0;
}
.light_text{
	color: #7d7d7d;
	font-size: 0.9em !important;
	padding-top: 15px;
}
.rateit {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    -webkit-touch-callout: none;
}
.rateit .rateit-range
{
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
    /*background: url(/bitrix/templates/es_fresh/css/star.gif);*/
    background: url(/bitrix/templates/es_fresh/images/star.gif);
    height: 16px;
    outline: none;
}
.rateit .rateit-range * {
    display:block;
}
* html .rateit, * html .rateit .rateit-range
{
    display: inline;
}
* + html .rateit, * + html .rateit .rateit-range
{
    display: inline;
}

.rateit .rateit-hover, .rateit .rateit-selected
{
    position: absolute;
    left: 0px;
}

.rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl
{
    left: auto;
    right: 0px;
}

.rateit .rateit-hover
{
    /*background: url(/bitrix/templates/es_fresh/css/star.gif) left -32px;*/
    background: url(/bitrix/templates/es_fresh/images/star.gif) 0 -32px;
}

.rateit .rateit-hover-rtl
{
    background-position: right -14px;
}

.rateit .rateit-selected
{
    /*background: url(/bitrix/templates/es_fresh/css/star.gif) left -16px;*/
    background: url(/bitrix/templates/es_fresh/images/star.gif) 0 -32px;
}

.rateit .rateit-selected-rtl
{
    background-position: right -14px;
}

.rateit .rateit-preset
{
    /*background: url(/bitrix/templates/es_fresh/css/star.gif) left -48px;*/
    background: url(/bitrix/templates/es_fresh/images/star.gif)  0 -32px;
}

.rateit .rateit-preset-rtl
{
    /*background: url(/bitrix/templates/es_fresh/css/star.gif) left -48px;*/
    background: url(/bitrix/templates/es_fresh/images/star.gif)  0 -32px;
}

.rateit button.rateit-reset
{
    /*background: url(/bitrix/templates/es_fresh/css/delete.gif) 0 0;*/
    /*width: 16px;*/
    height: 16px;
    display: -moz-inline-box;
    display: inline-block;
    float: left;
    outline: none;
    border:none;
    padding: 0;
    display: none !important;
}

.rateit button.rateit-reset:hover, .rateit button.rateit-reset:focus
{
    background-position: 0 -14px;
}

.top15px{
	margin-top:15px;
}
::-webkit-input-placeholder {font-size:0.9em;}
::-moz-placeholder          {font-size:0.9em;}/* Firefox 19+ */
:-moz-placeholder           {font-size:0.9em;}/* Firefox 18- */
:-ms-input-placeholder      {font-size:0.9em;}

.about_table {
	width: 100%;
	display: -webkit-flex;
	display: flex;
-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
-webkit-justify-content: space-around;
	justify-content: space-around;
	margin: 30px auto 0px;
}
.table_items {
	position: relative;
	display: -webkit-flex;
	display: flex;
-webkit-flex-direction: column;
	flex-direction: column;
	text-align: center;
-webkit-align-items: center;
	align-items: center;
	font-family: FRAMDCN; 
	font-size: 1.2em;
	line-height:1;
-webkit-flex: 0 0 120px;
	flex: 0 0 120px;
        animation: fade-in 3s linear; /* IE 10+, Fx 29+ */
-webkit-animation: fade-in 3s linear; /* Safari 4+ */
   -moz-animation: fade-in 3s linear; /* Fx 5+ */
     -o-animation: fade-in 3s linear; /* Opera 12+ */
}
.table_items p {
	margin-top:15px;
	color: #363636;
	font-family: FRAMDCN; 
}
.table_items img {
	width: 115px;
	height: auto;
}
.table_items a {
	text-decoration: none;
}
.text_red{
	font-family: FRAMDCN; 
	margin-top: 5px;
	font-size: 1em;
	color: #d20000; 
}

@-webkit-keyframes fade-in {   0% { opacity: 0; }   100% { opacity: 1; }   }
@-moz-keyframes    fade-in {   0% { opacity: 0; }   100% { opacity: 1; }   }
@-o-keyframes      fade-in {   0% { opacity: 0; }   100% { opacity: 1; }   }
@keyframes         fade-in {   0% { opacity: 0; }   100% { opacity: 1; }   }

@media only screen and (max-width : 740px) { 
.wrapper {
    height: 660px;
}
}

@media only screen and (max-width : 355px) { 
.nav_left{
	font-size:120%;
}
}
@media only screen and (max-width : 330px) { 
.nav_left{
	font-size:115%;
}
}
@media only screen and (max-width : 320px) { 
.nav_left,
.nav_right_mobile {
	font-size:110%;
}
.about_table div:last-child {
	display: none;
}
}
@media only screen and (max-width : 310px) { 
html, body {
    min-width: 320px;
}
.nav_left,
.nav_right_mobile {
	font-size:100%;
}
}
/*
     */
/*
*/