﻿@font-face {
    font-family: "RobotoRegular";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("/themes/default/fonts/RobotoRegular.woff") format("woff"), url("/themes/default/fonts/RobotoRegular.ttf") format("truetype"), url("/themes/default/fonts/RobotoRegular.svg") format("svg");
}
@font-face {
    font-family: "Opensans";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("/themes/default/fonts/opensans.woff") format("woff"), url("/themes/default/fonts/opensans.ttf") format("truetype"), url("/themes/default/fonts/opensans.svg") format("svg");
}
@font-face {
    font-family: "Opensansbold";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("/themes/default/fonts/opensansbold.woff") format("woff"), url("/themes/default/fonts/opensansbold.ttf") format("truetype"), url("/themes/default/fonts/opensansbold.svg") format("svg");
}
@font-face {
    font-family: "Arial_Narrow";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("/themes/default/fonts/Arial_Narrow.woff") format("woff"), url("/themes/default/fonts/Arial_Narrow.ttf") format("truetype"), url("/themes/default/fonts/Arial_Narrow.svg") format("svg");
}

html, body { 
	width: 100%; 
	height: 100%; 
	padding: 0; 
	margin: 0; 
	font-family: "RobotoRegular";
	font-size: 14px; 
	color: #000000; 
	/* background: #777272;  */
}


a { 
	outline: none; 
	-moz-outline: 0; 
	border: none; 
	border-width: 0px; 
}
a:active { 
	outline: none; 
	-moz-outline: 0; 
}
a:focus { 
	outline: none; 
	-moz-outline: 0; 
}

img { 
	border: none; 
	border-width: 0px; 
}

.clear { 
	clear: both; 
	font-size: 0; 
	line-height: 0; 
	height: 0; 
}

*html #main { 
	height: 100%; 
}


p { 
	margin: 12px 0px ; 
}
a { 
	text-decoration: underline; 
	color: #000; 
}
a:hover { 
	text-decoration: none; 
}

/* ----- h1- h6 ----- */
h1 {
	color: #000;
	font-size: 25px;
	font-style: none;
	font-weight: normal;
	text-transform: uppercase;
	font-family: RobotoRegular;
	letter-spacing: -1px;
}
h2, h3, h4 { 
	font-size: 18px;
	margin: 15px 0; 
	line-height: 1.2; 
	font-weight: normal; 
}
h3 { 
	font-size: 16px;
}
h4 {
	font-size: 14px;
}

table { 
	border-collapse: collapse; 
}

ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
}

/* -----pagewrap---- */
html {
	/*
	max-width:1600px;
	margin:0 auto;
	*/
}
body {
	
	height:auto;
}
#pagewrap {
	width:100%;
	/* background:#2b2b2b; */
}
.container-center {
	width: 100%;
	/* width:100%; */
	margin: 0 auto;
	padding: 0;
}

.photo_one{
	display:inline-block;
	margin:5px;
}

.main_2 {
	min-height:500px;
}

/*
// *.jp2 = jpeg2000 ================================================
CSS
.no-jpeg2000 .box { color: red; }
.jpeg2000 .box { color: green; }
JS
Modernizr.on('jpeg2000', function(result) {
  if (result) {
    // supported
  } else {
    // not-supported
  }
});
*/

/*
//WebP ==============================================================
CSS
.no-webp .box { color: red; }
.webp .box { color: green; }
JS
Modernizr.on('webp', function(result) {
  if (result) {
    // supported
  } else {
    // not-supported
  }
});
*/

/* ----- topinfo-header ----- */
/* #topinfo-header-wrap {
	width:100%;
	height:56px;
	background: url("/themes/default/images/topinfo-header.png") no-repeat scroll 50% 0%;
}
.webp #topinfo-header-wrap {
	background: url("/themes/default/images/topinfo-header.webp") no-repeat scroll 50% 0%;
}
 .jpeg2000 #topinfo-header-wrap {
	background: url("/themes/default/images/topinfo-header.jp2") no-repeat scroll 50% 0%;
} */

/* ----- header и header-info ----- */	
#header-wrap {
	background-color: #fff;
}

header {
	/* height: 137px; */
	/* font-family: Opensans; */
	font-family: "RobotoRegular";
	position: relative;
	/* overflow: hidden; */
}
.header-img {
	width: 100%;
}
#header-info {
	width: 51%;
	/* height: 106px; */
	position: absolute;
	top: 0;
	margin: 0 0 0 24%;
}
#header-info-phone {
	width: 47%;
	float: right;
}
#header-info-phone h4 {
	display: block;
	float: left;
	width: 47%;
	color: #df9d78;
	font-size: 20px;
	font-weight: 800;
	margin: 9% 0 0 0;
	padding: 0;
}
.topinfo-header-call {
	position: relative;
	display: block;
	float: right;
	width: 51%;
	margin: 6% 0 0 0;
	padding: 0;
	background: #df9d78;
	border-radius: 10px;
	color: #fff;
	text-decoration: none;
}
.topinfo-header-call img {
	width: 100%;
}
.topinfo-header-call span {
	display: block;
	position: absolute;
	top: 27%;
	left: 18%;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 120%;
	text-align: right;
	/* font-size: 16px; */
	letter-spacing: 1px;
}
.topinfo-header-call:hover span {
	color:#fceeee;
}
.logo-header {
	float: left;
	display:block;
	/* height:137px; */
	width: 20%;
	margin:0;
	padding:0;
}
.logo-header img {
	width: 100%;
	margin-top: -8px;
}

/* ----- menu-header и nav menu ----- */
#menu-header {
  display: block;
  position: absolute;
  width: 52%;
  top: 14.5%;
  margin: 0 0 0 24%;
}
.header-inner #menu-header {
	top: 105px;
}
#menu-header li {
	display: block;
	float: left;
	margin: 0;
	position:relative;
	padding: 3% 4%;
}
#menu-header li > ul {
	position: absolute;
	display: none;
	width: 200%;
	z-index: 222222;
	background: #545842;
	/* padding-top: 14px; */
	top: 80px;
}
#menu-header li:hover > ul{
	display:block;
}
#menu-header li:hover > ul li a {
	text-transform: none;
	font-weight: normal;
}
#menu-header li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
}
#menu-header li a:hover {
	color:#df9d78;
	text-decoration: none;
}

/* ----- hauses-on-main ----- */
#hauses-on-main {
	display: block;
	width: 100%;
	overflow: hidden;
	/* border-top: 22px solid #2b2b2b; */
}
#hauses-on-main li {
	float: left;
	display: block;
	width: 25%;
}
#hauses-on-main li a {
	display: block;
	position: relative;
}
#hauses-on-main li a img {
	width: 100%;
}
#hauses-on-main li a span {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	padding: 5% 0;
	margin: 0;
	text-align: center;
	font-size: 32px;
	font-weight: 800;
	color: #60483f;
	text-transform: uppercase;
	font-family: "Arial";
	background-color: #f0ebea9c;
}
#hauses-on-main li a:hover span {
	background-color: #f0ebeac9;
	color: #de9974;
	text-shadow: 3px 3px 2px rgb(163, 162, 162), 0 0 1em #cecece; /* Параметры тени */
}

/* ----- our-works-on-main ----- */
#our-works-on-main {
	/**/
	width: 100%;
	overflow: hidden;
	background: #2a2a2a;
}
#our-works-on-main h3 {
	display: block;
	width: 45%;
	margin: 4% auto;
	padding: 1% 0;
	text-align: center;
	font-size: 45px;
	line-height: 60px;
	font-weight: 600;
	font-family: "Arial";
	color: #60483f;
	text-transform: uppercase;
	background-color: #ffffff;
	border-radius: 32px;
	text-shadow: 3px 3px 2px rgb(163, 162, 162), 0 0 1em #cecece;
	cursor: pointer;
}
#our-works-on-main h3 a{
	text-decoration:none;
}
#our-works-on-main h3:hover {
	color: #de9974;
	background-color: #e0e0e0;
	text-shadow: 3px 3px 2px #60483f, 0 0 1em #cecece;
}
#our-works-on-main ul {
	display: block;
	width: 74%;
	margin: 0 13% 4% 13%;
	overflow: hidden;
}
#our-works-on-main ul li {
	float: left;
	display: block;
	width: 25%;
}
#our-works-on-main ul li a {
	display: block;
}
#our-works-on-main ul li img {
	width: 100%;
}
#our-works-on-main ul li a:hover img {
	opacity: 0.8;
}

/* ----- block-text-main и text-main ----- */
.text-main {
	width: 100%;
}
.tetext,
.block-text-main {
	display: block;
	width: 74%;
	margin: 0 13% 4% 13%;
	overflow: hidden;	
}
.text-main-title {
	padding: 0;
	margin: 50px 0 36px;
	font-size: 36px;
	font-weight: 800;
	font-family: "RobotoRegular";
	color: #2b2b2b;
}
.text-main-paragraph {
	width: 100%;
	overflow: hidden;
}
.text-main-paragraph p {
	font-size: 24px;
	line-height: 1.3;
	margin: 0;
	padding: 0;
}
.text-main-paragraph img {
	width:38%;
}
#text-main-paragraph-1 p {
	text-align: left;
}
#text-main-paragraph-1 img {
	float: right;
	display: block;
	margin:0 0 0 5%;
}
#text-main-paragraph-2 p {
	text-align: right;
	margin:3% 0 0 0;
}
#text-main-paragraph-2 img {
	float: left;
	display: block;
	margin:0 5% 0 0%;
}

/* ----- reviews-on-main ----- */
#reviews-on-main {
	overflow: hidden;
	width: 100%;
	background-color: #2b2b2b;
}
#reviews-on-main-blocks {
	width: 74%;
	margin: 0 13% 9% 13%;
	overflow: hidden;
}
#reviews-on-main-blocks h3 {
	display: block;
	padding:0;
	margin:3.7% 0 3% 0;
	font-size: 36px;
	font-weight: 800;
	color:#ffffff;	
}
#reviews-on-main-blocks h3 a {
	text-decoration: none;
	color:#ffffff;	
}
.review-on-main {
	float:left;
	width: 48.5%;
	padding: 0;
	margin: 0;
	background-color: #df9d78;
	border-radius: 15px;
}
.review-on-main {
	margin:0 1.5% 0 0;
}
.reviews-on-main-content {
	width:90%;
	padding:0 5%;
	margin:1.5% 0 0 0;
	overflow: hidden;
	background-color: #fff;
	border-radius: 15px;
	font-size: 18px;
	font-weight: 500;
	color:#000000;	
}
.review-on-main-title {
	padding:0 0 2% 0;
	margin:0 0 3% 0;
	border-bottom: 2px solid #b8b8b8;
	font-weight: 900;
}
.review-on-main-text {
	padding:0;
	margin:0 0 10% 0;
}
.review-on-main-user {
	width: 100%;
	overflow: hidden;
	margin:5% 0 3% 0;
}
.review-on-main-user-logo {
	width: 10%;
	float: left;
	display: block;
}
.review-on-main-user-logo img {
	width: 100%;
}
.review-on-main-user-info {
	width: 80%;
	padding:0;
	margin:0 0 0 1%;
	float: left;
}
.review-on-main-user-name {
	margin:1% 0 1% 0;
}

/* ------ footer ------- */
.fon-footer {
	width: 100%;
	background-color: #ffffff;
}
footer {
	margin: 3% auto;
	padding:0;
	width: 55%;
	/* height:295px; */
	overflow: hidden;
}
#footer-contacts {
	width:47%;
	float: left;
	font-size: 20px;
}
#footer-mail-form {
	width: 53%;
	float: right;
}
footer h4 {
	/* text-transform: uppercase; */
	font-size: 27px;
	margin: 0 0 6% 0;
}
#footer-contacts ul li {
	padding:0.5% 0;
}
#footer-contacts p {
	margin: 2% 0 0% 0;
	padding: 0;
}
#footer-contacts a {
	text-decoration: none;
}
#footer-contacts a:hover {
	text-decoration: underline;
}
.footer-mail-form-block {
	width: 50%;
	float: left;
}
#footer-mail-form input[type="text"], #footer-mail-form textarea {
	border: 1px solid #d3d3d3;
	background: #f4f4f4;
	float: left;
	margin: 2% 2% 0 0;
	padding: 3% 6%;
	width: 86%;
	font-size: 18px;
	color: #030303;
	font-family: "RobotoRegular";
	font-family: "Opensans";
	font-family: "Opensansbold";
	font-family: "RobotoRegular";
}
#footer-mail-form textarea {
	float: right;
	margin: 2% 0% 0 0;
	height: 73px;
}
#footer-mail-form input[type="text"]::placeholder, 
#footer-mail-form textarea::placeholder {
	color:#030303;
} 
#footer-mail-form input[type="text"]:active, 
#footer-mail-form input[type="text"]:hover, 
#footer-mail-form input[type="text"]:focus, 
#footer-mail-form textarea:active,
#footer-mail-form textarea:hover,
#footer-mail-form textarea:focus {
	outline: 0;
	outline-offset: 0;
}
.footer-mail-form-ok {
	float: left;
	display: block;
	font-size: 18px;
	font-family: "RobotoRegular";
	background-color: #df9d78;
	color: #fff;
	/* text-transform: uppercase; */
	border: none;
	border-radius: 5px;
	padding: 10px 15px;
	margin: 8px 0;
	letter-spacing: 0.5px;
	cursor: pointer;
	text-decoration: none;
}
.footer-mail-form-ok:hover {
	background-color: #60483f;
}#df9d78
#footer-soc {
	width:30%;
	display: block;
	float: right;
	overflow: hidden;
}
#footer-soc li {
	display: block;
	float: left;
	width: 25px;
	margin: 13px 5px;
	padding: 0px;
}
#footer-soc li a img {
	width: 36px;
}
/* =========================================================================== */

/* --- выпадающее меню --- */
/*
nav ul li {
	position:relative;
}
nav ul li a {
	color:#313131;
	text-decoration: none;
	display: block;
}
nav ul li a:hover {
	color:#313131;
	text-decoration: none;
}
nav ul li ul {
    display: none;
    position: absolute;
	margin-top:-1px;
	left:0px;
	z-index:1001;
	width:330px;
	padding: 20px 10px;
	background: #807154;
	background: #000000;
	border-radius:5px;
	border:2px solid #e9e3d7;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
nav ul li ul li:first-child {
	
}
nav ul li ul li {
	float: left;
	width:100%;
	text-decoration: none;
	margin: 0px;
	background: none!important;
}
nav ul li ul li:last-child {
	border-bottom:none;
}
nav ul li ul li a {
	display: table-cell;
}

nav ul li ul a:hover {
	text-decoration:none;
}
nav ul  li:hover > ul {
    display: block;
}


nav ul  ul li:hover > ul {
	display:none;
}
nav ul li ul {
	display: none;
} 
*/

/* -----slider ----- */
#slider-container {
	height:378px;
	background: url("/themes/default/images/slider-container.png") no-repeat scroll 50% 50%;
}
.webp #slider-container {
	background: url("/themes/default/images/slider-container.webp") no-repeat scroll 50% 50%;
}

#slider-container .slider {
	height:378px;

}

/* ----- catalog-on-main-content ----- */
#catalog-on-main-content {
	width:100%;
	overflow: hidden;
}

#catalog-on-main-left {
	width:230px;
	float: left;
	margin:40px 0;
}
#catalog-on-main-left h4 {
	display: block;
	display: block;
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 25px;
	text-transform: uppercase;
}
#catalog-on-main-left h4 a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 20px;
	font-family: "RobotoRegular";
	letter-spacing: 5px;
	padding:0 0 0 43px;
}

#catalog-on-main-left ul {
	display: block;
	overflow: hidden;
	width: 100%;
	margin:0px 0;
	padding: 20px 0;
}
#catalog-on-main-left li {
	margin:1px 0 1px 0px;
	padding:0 0 0 10px;
	float: left;
	width: 210px;
		
}
#catalog-on-main-left li:hover {
	background: url("/themes/default/images/catalog-left-li.png") no-repeat scroll 0% 50%;
}
.webp #catalog-on-main-left li:hover {
	background: url("/themes/default/images/catalog-left-li.webp") no-repeat scroll 0% 50%;
}
#catalog-on-main-left li a {
	float: left;
	padding:6px 15px;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	font-family: "RobotoRegular";
	font-family: "Opensans";
}
#catalog-on-main-left li a:hover {
	background-color: #f8e3e0;
}
#catalog-on-main-filters {
	margin:20px 0 20px 10px;
	width:185px;
	/* background-color: #fafafa; */
}
.filters-block {
	width:90%;
	padding:9px 5%;
	border-bottom:1px solid #e5e5e5;
	height: 50px;
	overflow: hidden;
	background-color: #fafafa; 
}
.filters-block.opened {
	height: auto;
}
#catalog-on-main-right {
	width: 970px;
	float: right;
	margin:20px 0;
}

#catalog-on-main-left .filters-block h4 {
	display: block;
	width: 100%;
}
#catalog-on-main-left .filters-block h4 a {
	display: block;
	margin:10px;
	padding:10px 0 0 0;
	text-transform: none;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: normal;
	font-family: "Opensans";
}
#catalog-on-main-left .filters-block h4 a::after {
	content: "  ∧  ";
	font-weight: normal;
}

#catalog-on-main-left .filters-block.opened h4 a::after {
	content: "  ∨  ";
	font-weight: normal;
}
.filters-block p {
	display: block;
	overflow: hidden;
	width: 100%;
	margin:0;
	padding:6px 0;
	font-size: 14px;
}
.filters-block p:last-child {
	margin:0 0 20px 0;
}


.filters-block p input[type="radio"]{
	display: block;
	float: left;
	position: relative;
	height: 22px;
	width: 22px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	cursor: pointer;
}
.filters-block p label {
	display: block;
	float: left;
	cursor: pointer;
	padding:5px 0 0 0;
}  
  .filters-block p input[type="radio"]::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	border: 2px solid #e8c9b8;
}
  
  .filters-block p input[type="radio"]:checked::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #e8c9b8;
	transform: translate(-50%, -50%);
	visibility: visible;
}
#filters-form-submit {
	display: block;
	border: none;
	text-transform: uppercase;
    font-weight: normal;
    font-size: 17px;
    color: #000000;
    letter-spacing: 2px;
	background-color: #f48e92;
	padding:15px 0px;
	margin:40px 0;
	text-align: center;
	width:185px
}

/* ----- catalog-on-main-container ----- */
.catalog-on-main-container {
	width:100%;
	overflow: hidden;
	margin:0 auto 0px auto;
	/* font-family: Opensans; */
	font-family: "RobotoRegular";
	font-family: "Opensans";
} 
.catalog-on-main-title {
	width:100%;
	overflow: hidden;
	margin:20px 0 5px 0; 
	padding:0 0 10px 0;
	text-transform: uppercase;
}
.catalog-on-main-title h3 {
	float:left;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 25px;
}
.catalog-on-main-title a {
	float:right;
	display: block;
	margin: 10px 5px 0 0;
	padding: 0;
	font-size: 13px;
	text-decoration: none;
}
/* ----- catalog ----- */
.catalog_list_one {
	width: 300px;
	margin: 0 30px 0px 0;
	position: relative;
	display: inline-block;
}
.catalog_list_one:nth-child(4n){
	margin:0 0px 0px 0;
}
.catalog_list_one img {
	width:100%;
}
.catalog-list-info {
	width:100%;
	float: left;
	text-align: left;
}
.catalog_list_title {
	font-size: 16px;
	padding: 10px 0 0px 0;
	color: #000;
	font-weight: bold;
}
.price_catalog {
	font-size: 17px;
	padding:10px 0 0px 0;
	margin: 0;
	text-align: left;
	color:#810101;
	font-weight: bold;
}
.catalog_is_new {
	width:50px;
	height:20px;
	position: absolute;
	right: 0;
	top:15px;
	background: url("/themes/default/images/catalog_is_new.png") no-repeat scroll 0% 50%;
}
.catalog_is_hit {
	width:50px;
	height:20px;
	position: absolute;
	right: 0;
	top:15px;
	background: url("/themes/default/images/catalog_is_hit.png") no-repeat scroll 0% 50%;
}
.catalog_is_sale {
	width:50px;
	height:20px;
	position: absolute;
	right: 0;
	top:15px;
	background: url("/themes/default/images/catalog_is_sale.png") no-repeat scroll 0% 50%;
}
.webp .catalog_is_new {
	background: url("/themes/default/images/catalog_is_new.webp") no-repeat scroll 0% 50%;
}
.webp .catalog_is_hit {
	background: url("/themes/default/images/catalog_is_hit.webp") no-repeat scroll 0% 50%;
}
.webp .catalog_is_sale {
	background: url("/themes/default/images/catalog_is_sale.webp") no-repeat scroll 0% 50%;
}
#footer-mail-footer {
	width: 100%;
	height: 50px;
	background: #60483f;
	color: #fff;
}
#footer-mail-footer a {
	color: #fff;
}
#footer-mail-footer a:hover {
	color: #df9d78;
}
.for-footer-footer {
	width: 98%;
	margin: 0 auto;
	max-width: 1400px;
}
#footer-mail-footer-left {
	float: left;
	padding: 16px 0 16px 20px;
	font-size: 13px;
}
#footer-mail-footer-right {
	float: right;
	padding: 16px 20px 16px 0;
	font-size: 13px;
}
/*.jcarousel-skin-news .jcarousel-clip-horizontal {
    overflow: hidden;
    padding: 0px;
    width: 970px;
    text-align: center;
} 

.jcarousel-skin-news .jcarousel-container-horizontal {
    height: 406px;
    overflow: hidden;
    padding: 0px 0px;
    text-align: center;
    width: auto;
}
.jcarousel-skin-news .jcarousel-item-horizontal {
    margin: 0px 30px 0 0;
    overflow: hidden;
    width: 300px;
    padding: 0px;
    height: 406px;
}
.jcarousel-skin-news .jcarousel-next-horizontal {
    background: transparent url("right_news.png") no-repeat scroll 0 0;
	cursor: pointer;
	height: 32px;
	position: absolute;
	right: 10px;
	top: 35%;
	width: 22px;
    opacity: 0.6;
	box-shadow: 0 0 10px rgb(0 0 0 / 60%);
}
.webp .jcarousel-skin-news .jcarousel-next-horizontal {
    background: transparent url("right_news.webp") no-repeat scroll 0 0;
}
.jcarousel-skin-news .jcarousel-prev-horizontal {
    background: transparent url("left_news.png") no-repeat scroll 0 0;
	cursor: pointer;
	height: 32px;
	position: absolute;
	left: 0px;
	top: 35%;
	width: 22px;
    opacity: 0.6;
	box-shadow: 0 0 10px rgb(0 0 0 / 60%);
}
.jcarousel-skin-news .jcarousel-prev-horizontal {
    background: transparent url("left_news.png") no-repeat scroll 0 0;
}   
.webp .jcarousel-skin-news .jcarousel-prev-horizontal {
    background: transparent url("left_news.webp") no-repeat scroll 0 0;
} 
*/



/* ============================ = */

/**/
@media screen and (max-width: 1900px) {
	.container-center {
		width:100%;
	}
	#menu-header li a {
		font-size: 16px;
	}
}
@media screen and (max-width: 1800px) {
	#menu-header li a {
		font-size: 14.5px;
	}
	#hauses-on-main li a span {
		font-size: 40px;
	}
	#our-works-on-main h3 {
		font-size: 40px;
	}
	.text-main-paragraph p {
		font-size: 25px;
		line-height: 27px;
	}
	.text-main-title,
	#reviews-on-main-blocks h3 {
		font-size: 33px;
	}	
	.reviews-on-main-content {
		font-size: 17px;
	}
	#footer-contacts {
		font-size: 22px;	
	}	
	footer h4 {
		font-size: 23px;
	}
	#footer-mail-form input[type="text"], 
	#footer-mail-form textarea {
		font-size: 18px;
	}
#footer-mail-form textarea {
	height: 69.8px;
}
	.footer-mail-form-ok {
		font-size: 15px;
	}
}
@media screen and (max-width: 1700px) {
#menu-header li a {
	font-size: 130%;
	padding: 1% 0;
}
	#hauses-on-main li a span {
		font-size: 35px;
	}
	#our-works-on-main h3 {
		font-size: 35px;
	}
	.text-main-paragraph p {
		font-size: 23px;
		line-height: 25px;
	}
	.text-main-title,
	#reviews-on-main-blocks h3 {
		font-size: 31px;
	}	
	.reviews-on-main-content {
		font-size: 16px;
	}	
}
@media screen and (max-width: 1600px) {
	.topinfo-header-call span,
	#header-info-phone h4 {
		font-size: 14px;
	}
	#menu-header li a {
		font-size: 13px;
	}
	#hauses-on-main li a span {
		font-size: 30px;
	}
	#our-works-on-main h3 {
		font-size: 30px;
		line-height: 50px;
	}
	.text-main-paragraph p {
		font-size: 21px;
		line-height: 26px;
	}
	.text-main-title,
	#reviews-on-main-blocks h3 {
		font-size: 29px;
	}	
	.reviews-on-main-content {
		font-size: 15px;
	}	
	#footer-mail-form input[type="text"], 
	#footer-mail-form textarea {
		font-size: 17px;
	}
#footer-mail-form textarea {
	height: 67px;
}
	.footer-mail-form-ok {
		font-size: 14px;
	}
}
@media screen and (max-width: 1500px) {
	.topinfo-header-call span,
	#header-info-phone h4 {
		font-size: 13px;
	}
	#menu-header li a {
		font-size: 13px;
	}
	#hauses-on-main li a span {
		font-size: 30px;
	}	
	#our-works-on-main h3 {
		font-size: 30px;
	}
	.text-main-paragraph p {
		font-size: 19px;
		line-height: 24px;
	}
	.reviews-on-main-content {
		font-size: 14px;
	}	
	#footer-contacts {
		font-size: 21px;	
	}	
	footer h4 {
		font-size: 22px;
	}
	#footer-mail-form input[type="text"], 
	#footer-mail-form textarea {
		font-size: 16px;
	}
#footer-mail-form textarea {
	height: 62px;
}
}
@media screen and (max-width: 1440px) {
	.topinfo-header-call span,
	#header-info-phone h4 {
		font-size: 12px;
	}
	#menu-header li a {
		font-size: 12px;
	}
	#hauses-on-main li a span {
		font-size: 25px;
	}
	#our-works-on-main h3 {
		font-size: 25px;
		line-height: 40px;
	}
	.text-main-paragraph p {
		font-size: 17px;
		line-height: 21px;
	}
	.text-main-title,
	#reviews-on-main-blocks h3 {
		font-size: 27px;
	}
	.reviews-on-main-content {
		font-size: 13px;
	}
#footer-mail-form textarea {
	height: 60.8px;
}
	.footer-mail-form-ok {
		font-size: 13px;
	}
	/* main */
	.container-center {
		/* width:1260px; */
	}	

	/* catalog */
	.catalog_list_one,
	.catalog_list_one:nth-child(7n) {
		/* margin:0 30px 0px 0; */
	}
	.catalog_list_one:nth-child(4n){
		/* margin:0 0px 0px 0; */
	}

	/* skin-tango*/
	.jcarousel-skin-news .jcarousel-item-horizontal {
		/* width: 208px!important;
		margin: 0px 4px; */
	}
	.jcarousel-skin-news .jcarousel-clip-horizontal {
		/* width: 1140px!important; */
	}
	/*

	.jcarousel-skin-onmain1 .jcarousel-clip-vertical {
	}
	.jcarousel-skin-onmain1 .jcarousel-item {
	}
	.jcarousel-skin-onmain1 .jcarousel-item-horizontal {
		width: 280px!important;
	}
	.jcarousel-prev-horizontal {
		right: 65px!important;
	}
	.jcarousel-next-horizontal {
		right: 20px!important;
	}

	.jcarousel-skin-onmain2 .jcarousel-clip-horizontal {
		width: 1180px!important;
	}
	.jcarousel-skin-onmain2 .jcarousel-clip-vertical {
	}
	.jcarousel-skin-onmain2 .jcarousel-item {
	}

	.jcarousel-prev-horizontal {
		right: 65px!important;
	}
	.jcarousel-next-horizontal {
		right: 20px!important;
	}

*/

}

@media screen and (max-width: 1300px) {
	.topinfo-header-call span,
	#header-info-phone h4 {
		font-size: 11px;
	}
	#menu-header li a {
		font-size: 10.5px;
	}
.text-main-paragraph p {
	font-size: 100%;
	line-height: 1.4;
}
	.text-main-title,
	#reviews-on-main-blocks h3 {
		font-size: 25px;
	}
	#footer-contacts {
		font-size: 17px;	
	}	
	footer h4 {
		font-size: 18px;
	}
#footer-mail-form input[type="text"], #footer-mail-form textarea {
	font-size: 14px;
}
#footer-mail-form textarea {
	height: 55px;
}
}

@media screen and (max-width: 1200px) {
	.topinfo-header-call span,
	#header-info-phone h4 {
		font-size: 10px;
	}
	#menu-header li a {
		font-size: 10px;
	}
#header-info-phone {
	width: 55%;
	float: right;
}
	.text-main-title,
	#reviews-on-main-blocks h3 {
		font-size: 23px;
	}
	#footer-contacts {
		font-size: 15px;	
	}	
	footer h4 {
		font-size: 16px;
	}
	#footer-mail-form textarea {
		height:55px;
	}
}	