html, body                  { height: 100%; width: 100%; margin: 0; padding: 0; font-size: 12px; font-family: 'Montserrat', sans-serif; background:url(../images/mbg.jpg); }
p                           { margin: 0; padding: 6px 0 5px; }
ul                          { margin: 0; padding: 0; }
li                          { margin: 0; padding: 0; list-style-type: none; }
form                        { padding: 0; margin: 0; }
a               { text-decoration: underline; color: #AC410C; }
a:hover                     { text-decoration: none }

.clear                      { clear: both }
/*    3-  */
#wrapper                    { display: flex; justify-content: center; max-width: 1300px; margin:0 auto; text-align:left; }
#container                  { display: flex; max-width: 1300px; min-height: calc(100vh - 190px); }
#content                    { max-width: 1050px;}
#text                       { margin: 0 0 0 230px; min-height:300px; height:auto!important; height:300px; background: url(../images/text_box_top.jpg) no-repeat 0 70px; }
#left                       { float: left; width: 230px; margin-left: -100%; min-height:300px; height:auto!important; height:300px;}
dt,dl,dd { margin:0; padding:0;}

:root {
    --border-radius: 3px;
   	--font-size: calc(1vh);
    --color-black: #404040;
	--color-menu:#294e6f;
    --color-menu-before: #337AB7;
    --color-green: #255C00; /* #255C00 */
}

h1,h2,h3 {
  font-size:17px;
  margin:0;
  padding:0;
}

h4,h5,h6 {
  font-size:14px;
  font-weight:bold;
  margin:0;
  padding:0;
}

.fixbox {
  text-align:center;
}

.middleMain {
	display: flex;
}

#top_line {
  background: url(../images/repeat_bg_top.jpg) repeat-x top;
  width:100%;
}

#menu {
  width:100%;
}

#logo {
  width:320px;
  height:112px;
  position:absolute;
  left:0px;
  top:0;
}

#introductory_text {
  width:516px;
  height:18px;
  position:absolute;
  bottom:5px;
  right:145px;
}

#header {
  display: flex;
  justify-content: center;
  min-height: 345px;
  position:relative;
}
 
#footer {
  	display: flex;
  	justify-content: center;
    align-items: center;
  	background: var(--color-menu);
}

/* меню */

.main-menu {
    list-style: none;
    margin: 15px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.main-menu > li {
    display: inline-flex; 
}
.main-menu > li + li {
    margin-left: 20px; 
}
.main-menu > li > a {
    padding: 7px 0 20px 0;
    position: relative; 
    text-transform: uppercase;    
    color: var(--color-black);
    font-weight: bold;
    letter-spacing: 0.2px;
    font-size: 15px;
    text-decoration: none;   
    border-top: 3px solid var(--color-menu);
}
.main-menu > li > a:hover {
    text-decoration: none;
    color: var(--color-menu);
}
.main-menu > li > a:after {
    width: 0;
    height: 3px;
    background-color: var(--color-menu);
    content: '';
    left: 0;
    bottom: 10px;
    position: absolute;
    transition: all .3s; 
}
.main-menu > li > a:hover::after {
    width: 100%; 
}
.main-menu > li.active a:after {
    width: 100%; 
}
.main-menu li {
    margin: 0;
    white-space: nowrap; 
}
.main-menu li.menu-children {
    position: relative; 
    margin-right: 12px; 
}
.main-menu li.menu-children:after {
    position: absolute; 
    content: "\2039";
    color: var(--color-black);
    font-size: 20px;
    font-weight: bold;
    right: -12px;
    top: 5px;
    transform: rotate(-90deg);
}
.main-menu li.menu-children:hover::after{
	color: var(--color-menu);
    transition: all .3s; 
}
.main-menu li li.menu-children:after {
    position: absolute; 
    content: "\2039";
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    right: 10px;
    top: 12px;
    transform: rotate(180deg);
}
.main-menu li.menu-children:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); 
}
.main-menu ul {
    border: 2px solid var(--color-black);
    font-size: 16px;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    background-color: var(--color-menu);
    position: absolute;
    z-index: 20;
    min-width: 220px;
    top: 100%;
    left: -30px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: all 200ms cubic-bezier(0.43, 0.59, 0.16, 1.25); 
}
.main-menu ul li {
    display: block;
    padding: 0 10px;
    line-height: 1.1; 
}
.main-menu ul li:last-child {
    margin-bottom: 0; 
}
.main-menu ul li a {
    display: block;
    color: #fff; 
    padding: 10px;
    transition: all .3s; 
    text-decoration: none;    
}
.main-menu ul li a:hover {
    color: var(--color-menu); 
    background: #FFF;
    text-decoration: none;    
}
.main-menu ul ul {
    top: 0;
    left: 100%; 
}    

/* aside */

.aside {
	max-width: 250px;
}

.aside h3 {
    color: var(--color-black);
	text-transform: uppercase;
    padding-left: 20px;
    margin-bottom: -10px;
}

.aside p {
	hyphens:auto;
    text-align:justify;
}

.aside span {
	font-weight: 700;
}

.acor-container {
    margin: 20px 0;
}
.acor-container .acor-body {
    width: calc(100% - 10px);
    margin: 0 auto;
    height: 0;
    color: rgba(0, 0, 0, 0);
    background-color: #d1dee9;
    line-height: 18px;
    padding: 0 30px;
    box-sizing: border-box;
    transition: color 0.5s, padding 0.5s;
    overflow: hidden;
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2), 0 10px 16px rgba(0,0,0,0.2);
}
.acor-container .acor-body p {
    margin: 0 0 10px;
}
.acor-container label {
    border-radius: var(--border-radius);
    cursor: pointer;
    background-color: var(--color-menu);
    display: block;
    padding: 15px 20px;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 100;
    font-size: 16px;
    margin: 0 0 5px;
    transition: color .35s;
}
.acor-container label:hover {
    background: #325e85;
}
.acor-container input{
    display: none;
}
.acor-container label:before {
    content: '\276F';
    float: right;
}
.acor-container input:checked + label {
    background-color: #294e6f;
    color: #FFF;
    box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
}
.acor-container input:checked + label:before {
    transition: transform .35s;
    transform: rotate(90deg);
}
.acor-container input:checked + label + .acor-body {
    height: auto;
    margin-top: -5px;
    color: var(--color-black);
    padding: 20px 30px 10px;
}

/* Прайс листы */

.tables { 
    display: flex;
    flex-direction: column;
    min-width: 670px
}

.fixed {
    background: #fff;
	position: fixed;
    transition: top 0.3s;
}

.prices-table {
    margin-top: 20px;
    background: #fff;
    counter-reset: section;
    text-align: center;
    font-size: 18px;
    border: 1px solid #000;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -khtml-border-radius: 10px 10px 0 0;
}

.prices-table th, td {
    padding: 6px;
}

.price-table {
    border-collapse: collapse;
}

.table-border th, tr {
    border: 1px solid #000;
}

.count:before {
    counter-increment: section;
    content: counter(section);
}

/* Оформление заказа */
.tableTitle {
    display: flex;
    justify-content: center;
    text-align: center;
}

.tableTitle p {
    line-height: 1.7;
    padding: 30px;
}

.tableTitle span {
    font-weight: 700;
}
#margin_top {
	margin-top:15px;
}
.tableOrders {
	font-size:14pt;
}

.tableOrder {
    margin-bottom: 20px;
    padding: 20px;
    border: 2px solid var(--color-green);
    border-radius: 10px;
    box-shadow: inset 0px 0px 20px var(--color-green);
    display: flex;
    justify-content: center;
}

.tableOrder span {
    font-weight: 700;
}

.tableOrder li {
	line-height: 1.7;
    list-style-type: inherit;
}
/* Список фоток */

.listImgs {
     margin: 20px 0;
	 display: flex;
     flex-direction: column;
     grid-gap: 20px;
}

.listImgs img{
     border-radius: var(--border-radius);
     box-shadow: 0 4px 8px rgba(0,0,0,0.2), 0 10px 16px rgba(0,0,0,0.2);
}

/* content */

.content-main {
	font-size: 14px;
}

.content-main h2 {
    font-weight: 700;
	font-size: 18px;
}

.content-main p {
	font-size: 18px;
    padding-top: 10px
}

.content-main span {
	font-weight: 700;
}

.social {
	display: flex;
    align-items: center;
    grid-gap: 10px;
}

.social img {
	height: 40px;
}

.maincont img {
    width: 350px; 
    height: 250px; 
    margin:0; 
    padding:0; 
}

.wrapper-nav {
	padding: 0px 10px;
    background: #1c1e20;
}

.main-nav {
	display: flex;
    justify-content: space-around;
}

.main-nav a{
    padding: 15px 0;
	color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
}

.cat_menu h3 {
  font-size:17px;
  color:#FFFFFF;
  font-weight: normal;
  margin:0;
}

.btn-top {
    padding: 8px 0;
}
.btn-top a{
    text-transform: uppercase;
    color: var(--color-menu);
	font-size: 18px;
}

/* footer */

.footer {
	color: #fff;
    font-size: 14px;
}

.footer span {
	font-weight: 600;
}

.footer-holder {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
 	width: 1000px;
    text-align: left;
}

.footer-item {
	width: 30%;
}

.footer-p p {
	padding: 0;
    padding-top: 5px;
}

.footer-p img {
    padding-top: 5px;
}

.footer-p a {
	color:#fff;
    text-decoration: none;
}

.footer-holder h4 {
    font-size: 17px;
	color: #fff;
    line-height: 1.7;
}

.footer-lineTop {
	border-top: 2px solid #fff;
    padding: 5px 0;
}

.moduletable_menu li {
  display:inline;
  font-size:15px;
  padding:13px 30px 13px 31px;
  font-weight:bold;
  line-height:22px;
}

.moduletable_menu a {
  color:var(--color-green);
  font-size:15px;
  text-decoration:none;
}

.moduletable_menu a:hover {
  text-decoration:underline;
  color:#FFFFFF;
}

.cat, 
.news,
.pools,
.adbox {
  margin:0 11px 0 31px;
}

.cat {
  margin:0;
  color:var(--color-black);
  border-top:1px dashed #B7B7B7;
}

.cat li {
  font-size:15px;
  border-bottom:1px dashed #B7B7B7;
  padding:3px 0;
}

.cat a {
  color:var(--color-black);
  font-size:14px;
  text-decoration:none;
  padding:4px 10px 5px 20px;
  display:block;
  background:url(../images/mark.png) no-repeat 7px 50%;
}

.cat a:hover  {
  color:#FFFFFF;
  background:url(../images/mark.png) no-repeat #AC410C 7px 50%;
  font-size:14px;
}

.moduletablenewsfix {
  margin:5px 0 0 0;
}

.moduletablenewsfix h3,
.moduletablepolls_mod h3 {
  font-weight: normal;
  color:var(--color-black);
  border-bottom:5px solid #AC410C;
  padding:0 0 1px 15px;
}

.latestnewsnewsfix a {
  font-size:12px;
  text-decoration:none;
  color:var(--color-black);
  font-weight:bold;
}

.newsfix div.newsfix {
  padding:5px 1px 10px;
  font-size:12px;
  line-height:17px;
  border-bottom:1px dashed #B7B7B7;
}

.newsfix div.newsfix p {
  padding:0 0 2px;
}

a.readonnewsfix {
  font-size:12px;
  float:right;
}

.createdatenewsfix {
  color:#919191;
  font-size:12px;
  float:left;
}

.moduletablepolls_mod {
  padding:10px 0 0!important;
}

.poll_mod_title {
  font-size:12px;
  font-weight: normal;
  padding:0;
  margin:4px 0 5px;
  color:var(--color-black);
}

.jqTransformHidden {
    display: none;
}

#poll_buttons_1 {
  clear:both;
  padding:5px 0 0!important;
}

.vote_line {
  float:left;
  width:100%;
  padding:3px 0;
}

.jqTransformRadioWrapper {
  float:left;
  margin:0 7px 0;
  display:inline;
}

.vote_layer span {
  float:left;
  font-size:11px;
}

a.jqTransformChecked {
    background-position: 0 -13px;
}

.jqTransformRadio {
  background:url(../images/votes.gif) no-repeat;
    display: inline-block;
    height: 13px;
    vertical-align: middle;
    width: 13px;
}

.jqTransformButton {
  background:url(../images/button.png) no-repeat;
  border:none;
  color:#FFFFFF;
  font-weight:bold;
  cursor:pointer;
  width:93px;
  height:23px;
  padding-bottom:5px;
  line-height:22px;
  float: left;
  display:inline;
  font-size:11px;
  margin:2px 0 0 0;
}

#poll_links {
  background:url(../images/button.png) no-repeat;
  color:#FFFFFF;
  font-weight:bold;
  float:left;
  font-size:11px;
  padding:4px 9px 5px 10px;
  margin:2px 0 0;
  display:inline;
}

#poll_links a {
  color:#FFFFFF;
  font-weight:bold;
  font-size:11px;
  text-decoration:none;
}

.adbox {
  clear:both;
  float:left;
  padding:15px 0 0;
  display:inline;
}

.content_box {
  display: flex;
  flex-direction: column;
  grid-gap: 25px;
  padding:0px 25px;
  color:var(--color-black);
  line-height:18px;
}

.content_box h1 {
  font-size:20px;
  border-bottom:5px solid #B7B7B7;
  padding-bottom:5px;
  padding-left:3px;
  color:var(--color-green);
  font-weight:normal;
}

.content_box h3 {
  color:#AC410C;
  font-size:17px;
  font-weight:normal;
  border-bottom:5px solid #B7B7B7;
  padding-bottom:4px;
}

.pagination {
    color: #626262;
  font-size:13px;
  margin:10px 0;
  float:left;
  width:720px;
}

.pagination li {
  display:inline;
  padding:5px 2px;
  float:left;
}

.pagination span {
    color: var(--color-black);
    font-size: 13px;
    font-weight: bold;
    padding: 0 2px 2px;
}

.pagination strong span {
    color: #E05300;
    font-size: 13px;
    padding: 1px 3px;
    text-decoration: none;
}

.pagination a {
    color: #AC410C;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 5px;
    text-decoration: none;
  background:#AC410C;
  border:1px solid #6E2A09;
  color:#FFFFFF;
}

.pagination span {
  border:1px solid #B7B7B7;
  padding:3px 5px;
}

.setartcle {
  border-top:1px dashed #B7B7B7;
  padding:5px 0;
  margin:10px 0 0;
}

.published span {
  color:#AC410C;
}

.published {
  color:#919191;
  float:left;
}

.content_box h2 a {
  font-size:17px;
  font-weight:normal;
  text-decoration:none;
  color:var(--color-green);
}

.content_box h2 {
  text-transform: uppercase;
  border-bottom:5px solid #B7B7B7;
  padding: 0px 0px 12px 3px;
  font-size: 16px;
  color: var(--color-green);
  font-weight: 600;
}

.readmore {
  float:right;
  padding-right:10px;
}

.readmore a {
  font-size:12px;
  font-weight:bold;
}

.items-row  {
  width:720px;
  float:left;
}

.column-1  {
  float:left;
  width:345px;
}

.column-2  {
  float:right;
  width:345px;
}

.items-leading {
  float:left;
  width:720px;
  margin:0 0 10px;
}

.counters {
  float:left;
  margin:30px 10px 0 30px;
  display:inline;
}

.copyright {
  float:left;
  margin:29px 0 0;
  color:#FFFFFF;
}

.copyright a {
  color:#FFFFFF;
}


.gallbox .moduletable {
  width:700px;
  padding:10px;
  border:1px solid #919191;
  background:#B7B7B7;
  margin:10px 0 10px 27px;
}

.gallbox .sigplus-gallery {
  border:1px solid #919191;
  background:#E1E1E1;
  padding:5px 0 5px 3px;
  width:695px;
}


.contact h2 {
  margin-bottom:5px;
}

.contact-address {
  margin:7px 0 0;
}

.contact img  {
  float:left;
  margin:0px 5px 0px 0px;
  padding-top:5px;
}

.contact h3 {
  border:none;
  font-size:14px;
  font-weight: bold;
  padding-bottom:0;
  clear:both;
  color:var(--color-black);
}

.star {
  color:#FF0000;
}

*html .sigplus-gallery li {
  float:left;
  display:inline;
}

*html .sigplus-gallery li img {
  margin:0 4px;
}

.componentheading {
    border-bottom: 5px solid #B7B7B7;
    color: var(--color-green);
    font-size: 17px;
    font-weight: normal;
    padding-bottom: 4px;
    padding-left: 3px;
  margin-top:-20px;
}

.smalldark {
  font-size:12px;
  color:var(--color-black);
  font-weight:bold;
}

.all_news {
  padding:6px 0 0;
  text-align:right;
}

.all_news a {
  font-size:11px;
  color:#919191;
}

.contact-form {
  border:1px solid #919191;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -moz-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  border:30px solid #B7B7B7;
  margin-top:10px;
  background:#E9EAEE;
  padding:15px;
}

.contact-form input {
  height:20px;
  border:1px solid #B7B7B7;
  line-height:21px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding:3px;
}

.contact-form textarea {
  border:1px solid #B7B7B7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding:5px;
}

*html .contact-form input {
  height:25px;
  padding:0;
}

.contact-form .button {
  background:#E1E1E1;
  border:1px solid #919191;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  font-size:14px;
  font-weight:bold;
  padding:5px 7px 7px;
  margin:10px 0 0;
  cursor:pointer;
  height:33px;
  line-height:20px;
  width:200px;
}

.contact fieldset {
  width:628px;
  border:none;
}

.contact fieldset legend {
  margin:0;
  padding:0;
  color:#AC410C;
  font-size:13px;
  font-weight:bold;
}

.moduletablerelatesbox {
  width:720px;
  margin:0 0 0 25px;
  padding:10px 0 20px;
}

.moduletablerelatesbox h3 {
  font-size:17px;
  font-weight:normal;
  border-bottom:5px solid #B7B7B7;
  margin-bottom:5px;
  text-transform:uppercase;
  color:#AC410C;
  padding-bottom:4px;
  text-align:center;
}

.moduletablerelatesbox a {
  line-height:21px;
  font-size:14px;
  font-weight:bold;
  color:var(--color-green);
  background:url(../images/arr.gif) no-repeat 0 6px;
  padding-left:10px;
}

#xmap .level_0 {
  padding:10px 0 10px 15px;
  line-height:20px;
}


#xmap .level_1 {
  padding-left:30px;
}

#xmap .level_1 a {
  font-weight:normal;
}

#xmap a {
  color:var(--color-black);
  font-size:12px;
  font-weight:bold;
}

#xmap a:hover {
  color:#AC410C;
}

.item-separator {
  clear:both;
  height:10px;
}

.category-desc {
  padding-bottom:20px;
}
.item-page img {
  margin:2px 8px 0 0;
}

/* Оформление панели */
#side-checkbox {
    display: none;
}
.mobile-menu a {
	font-size: 2vh;
    color: #FFF;
    text-decoration: none;
}
.mobile-menu h3 {
	font-size: 2vh;
}
.mobile-menu-list-ol li {
    list-style-type: disclosure-open;
}
.mobile-menu-list-ul li {
    
}
.mobile-menu li {
    margin: 5px;
	background: var(--color-menu);
    padding: 10px;
    border-radius: var(--border-radius);
}
.side-panel {
    padding-bottom: 60px;
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: -560px;
    background: #337AB7;
    transition: all 0.5s;   
    width: 500px;
    height: 100vh;
    box-shadow: 10px 0 20px rgba(0,0,0,0.4);
    color: #FFF;
    padding: 40px 20px;
}
.side-title {
    font-size: 2.3vh;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #BFE2FF;
}
/* Оформление кнопки на странице */
.side-button-1-wr {
    text-align: center; /* Контейнер для кнопки, чтобы было удобнее ее разместить */
}
.side-button-1 {
    width: 100%;
    display: inline-block;
}
.side-button-1 .side-b {
    border-radius: var(--border-radius);
    margin: 10px;
    text-decoration: none;
    position: relative;
    font-size: 2.3vh;
    padding: 12px 30px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase; 
    font-family: 'Roboto', Тahoma, sans-serif;
    background: var(--color-menu);
    cursor: pointer; 
    border: 2px solid var(--color-menu);
}
.side-button-1 .side-b:hover,
.side-button-1 .side-b:active,
.side-button-1 .side-b:focus {
    color: #FFF;
}
.side-button-1 .side-b:after,
.side-button-1 .side-b:before {
    position: absolute;
    height: 4px;
    left: 50%;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}
/*.side-button-1 .side-open:after,
.side-button-1 .side-open:before {
    background: var(--color-menu);
}
.side-button-1 .side-close:after,
.side-button-1 .side-close:before {
    background: var(--color-menu);
}
.side-button-1 .side-b:before {
    top: -6px;
}
.side-button-1 .side-b:hover:after,
.side-button-1 .side-b:hover:before {
    width: 100%;
    left: 0;
}*/
/* Переключатели кнопки 1 */
.side-button-1 .side-close {
    display: none;
}
#side-checkbox:checked + .side-panel + .side-button-1-wr .side-button-1 .side-open {
    display: none;
}
#side-checkbox:checked + .side-panel + .side-button-1-wr .side-button-1 .side-close {
    display: block;
}
#side-checkbox:checked + .side-panel {
    left: 0;
}

/* Оформление кнопки на панеле */

.mobile-menu {
	display: none;
}
.side-button-2 {
    font-size: 6vh;
    border-radius: 20px;
    position: absolute;
    z-index: 1;
    top: -12px;
    right: 8px;
    cursor: pointer;
    transform: rotate(45deg);
    color: #BFE2FF;    
    transition: all 280ms ease-in-out;    
}
.side-button-2:hover {
    transform: rotate(45deg) scale(1.1);    
    color: #FFF;
}

/* media ---------------------------------------------*/
@media only screen and (max-width:1070px) {
    
    .middleMain {
    	flex-direction: column;
    }
    
    .mobile-menu {
        display: block;
    }
    
    .footer-holder {
    	text-align: center;
        flex-direction: column;
    	align-items: center;
        grid-gap: 20px;
    }
    .social {
    	justify-content: center;
    }
    .social img {
    	width: 6vh;
    	height: auto;
    }
    
    .aside {
    	display: none;
    }
    
    .main-menu {
    	display: none;
    }
    
    .content_box h2 {
    	font-size: 2.3vh;
        padding: 12px 0px 12px 3px;
    }
    
    .content_box {
    	line-height: 1;
    }
    
    .btn-top a {
    	font-size: 2.3vh;
    }
    
    .footer {
    	font-size: 1.7vh;
    }
    
    .footer-item h4 {
    	font-size: 2.3vh;
    }
    
    .footer-item {
    	width: 90%;
    }
    
    .content-main p {
    	font-size: 2vh;
    }
    
    .prices-table {
    	font-size: 2vh;
    }
    
    .tableOrders {
    	font-size: 2vh;
    }
    
}

@media only screen and (max-width:490px) {
   .prices-table {
    	font-size: 1.7vh;
    }
}


@media only screen and (max-width:360px) {

    .content_box h2 {
    	font-size: 2.3vh;
        padding: 16px 0px 12px 3px;
    }
    
}


