@charset "utf-8";
/* CSS Document */



@font-face {
    font-display: swap;
    font-family: 'fontawesome';
    src: local('fontawesome'), url('/fonts/fontawesome-webfont.eot');
    src: local('fontawesome'), url('/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/fontawesome-webfont.woff') format('woff'),
         url('/fonts/fontawesome-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder         {opacity: 1; transition: opacity 0.3s ease; }
input::-moz-placeholder, textarea::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder, textarea:-moz-placeholder                   {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder,  textarea:focus::-moz-placeholder         {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder,   textarea:focus:-moz-placeholder        {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder     {opacity: 0; transition: opacity 0.3s ease;}

a:hover {
	text-decoration: none;
	color: var(--a_hover);
	transition:all 0.8s ease;
}

.arenda {
	width: 33%;
	display: inline-block;
	text-align:center;
	border-radius: 10px;
	border: 1px solid #c8c8c8;
	padding: 15px;
	box-sizing: border-box;
	margin: 0 0 15px 0
}

.arenda img {
	width: 100%
}

h2 {
	margin: 20px 0 20px 0
}

h3 {
	font-size: 20px;
	margin: 20px 0 20px 0
}

p.landing {
	text-align: center;
	font-size: 12pt;
}

strong {
	font-weight: bold
}

.like_h2 {
	
}

.about_ul li {
	margin: 0 0 15px 0 
}

#article_img {
	border: 1px solid #CCC;
	background: #fff;
	padding: 5px;
	box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.22);
	border-radius: 5px;	
	float: left; 
	margin: 0 15px 15px 0;
	max-width: 320px
}


#back_link {
	clear: both;
	padding: 20px 0 50px 0
}


#back_link img {
	vertical-align: middle
}


.bottom {
	background: #F3F5F7;
	padding: 20px 0 40px 0;
	font-size: 10pt;
	overflow: hidden
}

.bottom .left_block {
	float: left;
	width: 33%
}

.bottom .right_block {
	float: right;
	width: 66%;
	font-size: 11pt;
	text-align: left
}

.bottomreport {
	list-style: none;
	padding: 15px 30px 15px 30px;
	display: inline-block;
	margin: 0 0 20px 0;
	border-radius: 10px
}

#bottom_form a {
	color: #9addfb
}

#bottom_form a:hover {
	text-decoration: none;
}

#bottom_form ::placeholder {
    color: #fff !important;
	font-size: 11pt;
}

#bottom_form .left_block, #bottom_form .right_block  {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	
}

#bottom_form input {
	border-radius: 15px;
	padding: 10px 20px 10px 20px;
	height: 40px;
	width: 90%;
	margin: 0 0 15px 0;
	font-size: 12pt;
	border: 0;
	color: #fff;
	background: var(--bottom_form_input);
	box-sizing: border-box;
	font-family: Roboto, Arial;
}

#bottom_form input:focus, #bottom_form textarea:focus {
	outline: none;
	border: 2px solid #77cff8;
	
}

#bottom_form input.submit {
	font-size: 15pt;
padding: 12px 27px 12px 27px;
	background: #fff;
	color: var(--main_color);
	max-width: 300px;
	height: 50px;
	   -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
}

#bottom_form input.submit:hover {

	background: var(--bot_form_submit_hover);
	-moz-transform: scale(0.96);
    -webkit-transform: scale(0.96);
    -o-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96)
}




#bottom_form textarea {
	width: 90%;
	padding: 20px;
	border-radius: 15px;
	box-sizing: border-box;
	font-size: 12pt;
	border: 0;
	margin:0;
	color: #fff;
	background: var(--bottom_form_input);;
	min-height: 150px;
	font-family: Roboto, Arial;
	resize: vertical;
}

#brands img {
	border: 0
}

#brands li {
	list-style-type: none;
	margin: 10px 0 10px 0;
}

#call_designer {
	width: 400px;
	min-height: 350px;
	background: #ececec;
	position: fixed;
	top: 150px;
	left: 50%;
	margin-left: -200px;
	z-index: 9999999999999;
	padding: 20px;
	border: 3px solid #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 11pt;
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.50);
	-moz-box-shadow:    0px 0px 4px rgba(50, 50, 50, 0.50);
	box-shadow:         0px 0px 4px rgba(50, 50, 50, 0.50);
	opacity:0.95;
	filter:alpha(opacity=95);
	text-align: center
}

#call_designer #designer input {
	font-size: 12pt;
	padding: 5px 3% 8px 3%;
	margin: 0 auto 10px auto;
	width: 90%;
	border: 1px solid #CCCCCC;
	position: relative
}

#call_designer #designer div.required {
	position: relative;
}

#call_designer #designer div.required:after {
	content: "*";
	color: red;
	position: absolute;
	top:7px;
	right:3%;

}

#call_designer #designer span {
	position: relative;
	left: -15px;
	top: 4px;
	line-height: 0
}

#call_designer #designer #message {
	height: 100px;
	width: 97%;
	max-width: 350px;
	
}

#call_designer #designer #product {
	padding: 5px 3% 8px 3%;
	line-height: 170%;
	width: 96%;
	margin: 0;
}

#call_designer #claim {
	text-shadow: none
}

#call_designer #designer .submit {
	border: 1px solid var(--main_color);
	width: 97%;
	padding: 8px 0 10px 0;
	margin: 15px 0 15px 0;
	background: var(--main_color);
	border-radius: 15px;
	text-transform: uppercase;
	color: #fff;
	-webkit-appearance: none;
}

#call_designer #designer .submit:hover {
	border: 1px solid var(--second_color);
	cursor: pointer;
	background: var(--second_color);
	transition:all 0.5s ease
}

#call_designer #or_call {
	text-align:center;
	margin: 10px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px dashed #A4A4A4
}

#call_designer #or_call span {
	font-size: 20pt
}

#call_designer .pol {
	text-align: center;
	font-size: 8pt
}

@media screen and (max-height: 700px) {
	#call_designer {
		top: 0px;
		position: fixed;	
	}
}

#call_disigner_head {
	font-size: 16pt;
	font-weight: bold
}

#cats {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center
}

#cats li {
	width: 46%;
	margin: 0 2% 20px 2%;
	float: left;
	position: relative;
	transition: all .3s ease-out;
	box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.22);
}


#cats li:hover {
    transform: scale(1.05);
}

#cats li img {
	width: 100%;
}

#cats li strong {
display: block;
position: absolute;
left: 0;
right: 0;
bottom: 0;
width: 100%;
background: rgba(0, 62, 126, 0.5);
font-size: 15pt;
color: #fff;
text-align: center;
text-transform: uppercase;
	margin:0;
	padding: 20px 0 20px 0
}
#central {
	background: #009cff url('img/loading.gif') no-repeat center center; 
	overflow: hidden;
	height: 326px;
	border: 7px solid white; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	max-width: 1084px;
	margin: 15px 0 0 0;
	 clear: both
}

#claim {
	background: #eeecb7; 
	width: 90%; 
	margin: auto; 
	margin-bottom: 30px; 
	padding: 20px; 
	font-weight: bold;
	border: 2px dashed #d56a6a;
	color: #505050;
	font-size: 13px;
	text-align: left;
	min-height: 30px;
}

#claim img {
	vertical-align: middle
}

#comment_form {
	border: 1px dashed #CCCCCC;
	display: inline-block;
	padding: 10px;
	margin: 10px 10px 10px 0;
	background: #f5f4f4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.22);
	-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.22);
	box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.22);
}

#comment_form div {
	margin: 10px 0 10px 0
}

#comment_form label {
	font-weight: bold
}

#comment_form textarea {
	width: 100%
}

.contactspage_left {
	display: inline-block;
	width: 50%
}

.contactspage_right {
	display: inline-block;
	width: 45%;
	margin: 0 0 0 3%;
	vertical-align: top
}


#content {
	padding: 10px;
}

#content p {
	text-align: justify;
}

.content_zone p {
	line-height: 180%
}

.content_zone ul li {
	margin: 0 0 25px 0;
	line-height: 180%
}

#curtain {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10000;
	opacity: 0.85;
	background: #000
}

#form input {
	margin: 0 0 10px 0;
	border: 1px solid #AAA;
	line-height: 170%;
	padding: 3px 10px 3px 10px;
	color: #777;
	width: 98%;
	font-size: 11pt;
	max-width: 300px
}

#form textarea {
	border: 1px solid #AAA;
	font-size: 11pt;
	padding: 10px
}

#form p {
	margin: 10px 0 10px 0
}

#form #prov {
	width: 90px;
}

#form #submit {
	width: auto;
	cursor: pointer
}

#form #submit:hover {
	background: #FFC
}

#form .forma_text {
	width: 98%;
	max-width: 500px;
	border: 1px solid #DDD;
	height: 150px
}

#forma_contact {
	border: 1px solid #E2E5E6; 
	padding: 20px;
	margin: 20px 0 20px 0;
	font-size: 11pt
}

#forma_contact p {
	font-size: 10pt
}

#forma_contact #message {
	height: 100px
}

#forma_contact .button_white {
	cursor: pointer
}

#forma_contact .contact_input {
	width: 97%;
	max-width: 400px;
	border: 1px solid #DDD;
	height: 25px;
	font-size: 11pt;
	padding: 0 1% 0 1%
}

#forma_contact #prov {
	width: 90px;
	border: 1px solid #DDD;
	height: 25px
}

#frame {
	width: 95%;
	max-width: 1000px;
	margin:auto
}

#full-img {
	float: left;
}

#full-img img {
	padding:5px;
	border: 1px solid #d6d6d6;
	background: #fff;
	max-height: 250px;
	margin-right: 40px
}

#goup {
	position: fixed;
	bottom: 45px;
	right:50px;
	display: none;
	z-index: 20;
	cursor: pointer
}

#itogo {
	font-size: 14pt
}

#itogo_summa {
	text-align: right;
	margin: 20px 0 20px 0
}


#lasnews p {margin: 0}

#map {
	display: inline-block;
	width: 100%
}

#navigation {margin: 15px 0 15px 0}

#navigation a {
	margin: 3px 8px 3px 0;
	border: 1px solid #CCC;
	padding: 5px 10px 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#navigation a:hover {
	background: #FBF9E3;
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
	text-decoration: none;
}

#navigation div {
	display: inline-block;
	margin-right: 4px;
	background: #FBF9E3;
	border: 1px solid #CCC;
	padding: 5px 10px 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#noworking {
	width: 500px;
	min-height: 250px;
	background: #fff;
	position: fixed;
	top: 150px;
	left: 50%;
	margin-left: -250px;
	z-index: 9999999999999;
	padding: 20px;
	border: 3px solid #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.50);
	-moz-box-shadow:    0px 0px 4px rgba(50, 50, 50, 0.50);
	box-shadow:         0px 0px 4px rgba(50, 50, 50, 0.50);
	opacity:0.95;
	color: #424242;
	filter:alpha(opacity=95);
}


#product-list {width:100%}

#product-list td.catalog-kratk, td.imgcat {
	vertical-align: top;
	padding-top: 15px;
	border-bottom: 1px dashed #CCCCCC
}

#product-list h2 {margin-top: 0}

#reviews_block .tab1 {
	margin: 20px 0 20px 0
}

#reviews_block .tab1 img {
	float: left;
	margin: 0 20px 0 0
}

#right-float {
	float: right;
}

#view_good {
	text-align:center
}

#view_good .price {
	text-align:center;
	margin: 0 0 10px 0;
	font-size: 16pt
}

#viewnews_img {
	float: left;
	margin: 0 15px 15px 0;
	width: 40%;
	max-width: 500px;
	border: 1px solid #CCC;
	background: #fff;
	padding: 5px;
	box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.22);
	border-radius: 5px;
}

#viewnews_content p {
	text-align: justify
}

#viewnews_date {
	text-align: right;
	color: grey; 
	font-size: 11pt
}

.addCart {

	padding: 8px 20px 8px 20px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-family: arial;
	background: #5db563;
	border-radius: 5px;
	font-size: 15px;
	box-shadow:         1px 1px 4px 1px rgba(50, 50, 50, 0.24);
	margin: 20px 0 20px 0;
	display: inline-block
}

.button_white:hover, .addCart:hover {
	background: #F1C820;
	color: #666;
	transition:all 0.5s ease;
}


.adddell {
	display: inline-block;
	font-size: 11pt;
	line-height: 0;
	
}

.adddell .addOne {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #DDD;
	background: #E7E7E7;
	color: green;
	text-align:center;
	text-decoration: none
}

.adddell .current {
	display: inline-block;
	font-size: 22px
}

.adddell .delOne
{
	display: inline-block;
	width: 25px;
	text-align:center;
	height: 25px;
	line-height: 25px;
	border: 1px solid #DDD;
	background: #E7E7E7;
	color: red;
	text-decoration: none
}

.adddell .delOne:hover, .adddell .addOne:hover {
	background:#fff9b8;
	color: #5A5A5A;
	cursor: pointer	
}

.additional_img {
	float: left;
	margin: 5px;
}

.additional_img img {
	-webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.41);
	-moz-box-shadow:    2px 2px 2px rgba(50, 50, 50, 0.41);
	box-shadow:         2px 2px 2px rgba(50, 50, 50, 0.41);
	max-width: 200px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC
}

.article_comment {
	border: 1px solid #CCC;
	padding: 10px;
	background: #F3F3F3;
	overflow: hidden;
	margin: 10px 0 10px 0
}

.article_comment img {
	border: 1px solid #9c9c9c;
	float: left;
	margin: 0 15px 0 0;
	clear: both
}

.article_comment_author {
	font-weight: bold;
}

.article_comment-content {
	clear: both;
	color: #666
}

.article_comment_content {
	font-size: 13px
}

.article_comment_reply {
	text-align: right
}

.article_comment_reply a:hover {
	text-decoration: none;
}

.articles_list_cat {
	float: right;
	margin: 10px 0 10px 0
}

.articles_list_tab {
	border: 1px solid #CCC;
	margin: 5px 0 5px 0;
	padding: 10px;
	overflow: hidden;
	font-size: 12pt;
	line-height: 140%
}

.articles_list_tab h2 a {
	text-decoration: none;
	line-height: 110%
}

.articles_list_tab h2 a:hover {
	text-decoration: underline
}

.artik {
	font-weight: bold;
	padding:0
}

.blocker {
	margin: 20px; 
	color: #666; 
	padding: 20px 40px 20px 40px; 
	background: #ffebf4; 
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.34);
	-moz-box-shadow:    2px 2px 3px 0px rgba(50, 50, 50, 0.34);
	box-shadow:         2px 2px 3px 0px rgba(50, 50, 50, 0.34);
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #F7F7F7),
	color-stop(1, #E8E8E8)
);
background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #E8E8E8 100%);
background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #E8E8E8 100%);
background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #E8E8E8 100%);
background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #E8E8E8 100%);
background-image: linear-gradient(to bottom, #F7F7F7 0%, #E8E8E8 100%);
}

.blocker li {
	margin: 0 0 25px 0
}

.bot_callus {
	padding: 80px 0 80px 0;
	text-align:center
}

.bot_callus p {
	font-size: 16pt
}

.bot_callus .phone {
	font-size: 25pt;
	font-weight: bold;
	line-height: 160%
}

.bot_callus .phone img {
	vertical-align: middle
}

.brand_logo {
	float: right;
	margin: 0 0 0 10px
}

.big-central-link {
	text-align:center;
	font-size: larger;
	margin: 10px
}

.button_white {
	border: 1px solid #999;
	padding: 5px 20px 5px 20px;
	color: #666;
	text-decoration: none;
	background: #F0F0F0;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FFFFFF),
	color-stop(1, #EBEBEB)
);
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #EBEBEB 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #EBEBEB 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #EBEBEB 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #EBEBEB 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #EBEBEB 100%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 15px;
	-webkit-box-shadow: 1px 1px 4px 1px rgba(50, 50, 50, 0.24);
	-moz-box-shadow:    1px 1px 4px 1px rgba(50, 50, 50, 0.24);
	box-shadow:         1px 1px 4px 1px rgba(50, 50, 50, 0.24);
	margin: 20px 0 20px 0;
	display: inline-block
}

.button_white:hover {
	border: 1px solid #C0C02C;
	background: #FFC;
	color: #666;
		-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.catalog_old_price {
	color: #999;
	text-decoration: line-through;
	font-size: 15px;
}

.catalog-kratk {
	vertical-align:top;
	padding: 0 15px 0 15px
}

.catalog-kratk .adddell {
	text-align: right;
	display: block;
}

.close {
	border: none;
	float: right
}

.column1_of2 {
	float: left;
	width: 28%;
	padding: 0 3% 0 0;
	text-align:center;
	line-height: 140%;
	min-width: 230px
}


.column2_of2 {
	float: left;
	width: 59%;
	padding: 0 3% 0 3%;
	line-height: 140%;
}

.column1_of2_50 {
	width: 46%;
	float: left;
	margin: 0 2% 0 2%
}

.column2_of2_50 {
	width: 46%;
	float: right;
	margin: 0 2% 0 2%
}

.column1_of3, .column2_of3, .column3_of3 {
	float: left;
	width: 29%;
	padding: 0 2% 0 2%;
	text-align:center;
	line-height: 140%
}


.column1_of4, .column2_of4, .column3_of4, .column4_of4 {
	width: 24%;
	margin: 0 1% 0 0;
	float: left
}


.comment {
	border: 1px solid #CCC;
	padding: 10px;
	margin: 10px 0 10px 0
}

.comment-admin {
	font-size: 11px;
	color: #C30;
	margin-left: 20px
}

.comment-author {
	font-weight: bold
}

.comment-date {
	float: right;
	color: #999;
	font-size: 10px
}

.comment-content {
	clear: both;
	color: #666
}

.comment_lists {
	list-style-type: none;
	padding: 0  !important;
	margin: 0 !important
}

.comment_lists ul {
	margin: auto 0 auto 25px !important
}

.content_img {
	border: 1px solid #CCC;
	background: #fff;
	padding: 5px;
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.22);
	-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.22);
	box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.22);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.content_img_left {
	border: 1px solid #CCC;
	background: #fff;
	padding: 5px;
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.22);
	-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.22);
	box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.22);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	float: left; 
	margin: 0 15px 15px 0
}

.content_img_right {
	border: 1px solid #CCC;
	background: #fff;
	padding: 5px;
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.22);
	-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.22);
	box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.22);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	float: right; 
	margin: 0 0 15px 15px
}

.greysmall {
	color: grey; 
	font-size: 10px
}

.haveQuestions {
	padding: 80px 0 80px 0;
	background: linear-gradient(
	rgba(0, 0, 0, 0.35),
	rgba(0, 0, 0, 0.35)
	), url(/img/question_back.jpg) fixed no-repeat;
	text-align: center;
	background-position: center;
	background-size: cover;
	font-size: 13pt;
		clear: both
}

.haveQuestions .frame {
	background: #fff;
	padding: 80px 30px 80px 30px;
	border-radius: 30px;
	width: 90%;
	opacity: 0.95;
	max-width: 900px;
	margin: auto;
	box-sizing: border-box
}

.haveQuestions .blue {
	background: var(--main_color);
	padding: 80px 30px 80px 30px;
	border-radius: 30px;
	width: 90%;
	color: #fff;
	opacity: 0.95;
	max-width: 900px;
	margin: auto
}

.haveQuestions .frame p {
	margin: 35px 0 35px 0
}

.haveQuestions .zayavka a  {
	font-size: 15pt;
	padding: 15px 30px 15px 30px
}

.haveQuestions a.zayavka2  {
	font-size: 15pt;
	padding: 12px 27px 12px 27px
}

.haveQuestions .blue h2 {
	color: #fff
}

.landing .frame h2 {
	margin-bottom: 20px
}

.list li {
	margin: 0 0 10px 0
}

.imgcat {
 text-align:center;
 padding-bottom:20px;
 min-width: 240px;
position: relative
}

.imgcat img {
	padding:5px;
	border: 1px solid #d6d6d6;
	background: #fff;
	max-height: 200px;
	max-width: 200px;
	width: 100%;
	-webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.41);
	-moz-box-shadow:    2px 2px 2px rgba(50, 50, 50, 0.41);
	box-shadow:         2px 2px 2px rgba(50, 50, 50, 0.41);
}

.imgcat img:hover {
	background: #d6d6d6;
}

.imgcat .spec {
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 7pt;
	padding: 5px 10px 5px 10px;
	line-height: 140%;
	text-transform: uppercase;
	background: #ff0000;
	border-radius: 3px;
	color: #fff;
	box-shadow:         2px 2px 2px rgba(50, 50, 50, 0.24);
}

.index_about {
		padding: 80px 0 80px 0;
		line-height: 180%;
		font-size: 11.3pt;
	overflow: hidden
	}
	.index_about h2 {
		text-align: center;
		color: #131313;
		line-height: 100%;
		font-size: 34pt;
		margin: 0 0 50px 0
	}

.index_about .about_img {
    float: left;
	text-align: center;
   margin: 0 30px 30px 0;
}
	.index_about .about_img img {
		
		width: 100%;
		max-width: 400px
	}

.landing h2 {
	text-align: center;
color: #131313;
font-size: 34pt;
margin: 0 0 50px 0;

}

.left_money336 {
	width: 336px;
	height: 280px;
	float: left;
	margin: 0 10px 0 0
}

.like_h2_landing {
text-align: center;
color: #131313;
font-size: 34pt;

}

.liquid_narrow {
	width: 98%;
	max-width: 900px;
	margin: auto
}

.liquid_wide {
	width: 98%;
	max-width: 1400px;
	margin: auto
}



.list-proizvod {
	font-weight: bold;
	text-align:right !important;
	padding:0
}

.more {
	font-style: italic;
	clear: both
}

.my-gallery {
  width: 100%;
  float: left;
}

.my-gallery img {
    width: 99%;
	border: 1px solid #d6d6d6;
	background: #fff;
	position: absolute;
	top: 0;
	left:0;
	box-shadow:         2px 2px 2px rgba(50, 50, 50, 0.35);
}

.my-gallery img:hover {

  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  transition-duration: 1s;
}
  
.my-gallery figure {
	display:-moz-inline-box; 
	display:inline-block; *zoom:1; *display:inline;
	position:relative;
	overflow: hidden;
	width: 31%;
	height: 300px;
	vertical-align: top;
	margin: 0 1% 30px 1%;
	line-height: 100%;

}
.my-gallery figcaption {
  display: none;
}

.my-gallery .img_title {
	font-size: 12px;
	width: 100%;
	color: #666;
	position: absolute;
		left: 0;
		bottom:0;
	background: linear-gradient(
	rgba(255, 255, 255, 0.75),
	rgba(255, 255, 255, 0.75)
	);
	padding: 5px 0 5px 0
}

.news_list_date {
	color: #999;
	font-size: 11px;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	width: 75%;
	border-bottom: 1px dashed #CCC
}

.news_list_tab {
	border: 1px solid #CCC;
	margin: 5px 0 5px 0;
	padding: 10px;
	overflow: hidden
}

.news_list_tab h2 {
	font-size: 18px;
	margin: 0 0 15px 0
}

.news_list_tab_img {
	float: right;
	width: 200px;
	border: 1px solid #CCC;
	background: #fff;
	padding: 5px;
	margin: 10px 0 0 15px;
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.22);
	-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.22);
	box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.22);
}

.not_more {
	margin: 0 0 30px 0 !important;
	clear: both
}

.ourProjects {
	padding: 80px 0 80px 0;
	overflow: hidden;
	background: #fff
}

.ourProjects img {
	width: 100%
}

.ourProjects_internal img {
	width: 100%
}

.ourUslugi {
	background: #F3F5F7;
	padding: 80px 0 80px 0;
	overflow: hidden;
	text-align: center;
}

.ourWorks {
	background: #F3F5F7;
	padding: 80px 0 80px 0;
	overflow: hidden
}



.ourWorks img {
	width: 100%
}

.photo {
	text-align:center
}

.photo img {
	border: 0;
}

.pol {
	font-size: 10pt
}

.price {
	text-align:right;
	font-weight:bold;
	font-size: 20px;
	color: #900;
}

.price2 {
	text-align:center;
	font-weight:bold;
	font-size: 20px ;
	color: #900;
	clear: both;
}

.prod {
	background-color: #c0c0c0;
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px 
}

.prod td {
	background-color: #fff;
	text-align:center
}

.prod-grid .artik {
	 font-size: 10pt;
	font-style: italic;
	margin: 0 0 10px 0
}

.prod-grid .cell {
 display: inline-block;
    vertical-align: top;
    margin: 0 1% 40px 0;
    width: 29%;
	padding: 15px 1% 15px 1%;
	text-align: center;
	border: 1px solid #E3E3E3;
	border-radius: 5px
}

.prod-grid .cell p {
	font-size: 13px;
	color: #555;
	text-align:center;
	font-weight: normal;
}

.prod-grid .cell .adddell {
	margin: 10px 0 10px 0;
    text-align: center
}

.prod-grid .imgcat {
 height: auto;
}

.prod-grid .imgcat img {
	padding:5px;
	border: 1px solid #d6d6d6;
	background: #fff;
	max-height: 300px;
	max-width: 300px;
	width: 100%;
	-webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.41);
	-moz-box-shadow:    2px 2px 2px rgba(50, 50, 50, 0.41);
	box-shadow:         2px 2px 2px rgba(50, 50, 50, 0.41);
}

.prod-grid .imgcat img:hover {
	background: #d6d6d6;
}

.prod-grid .name {
 font-size: 11pt;
	min-height: 40px;
	margin: 0 0 10px 0
}

.prod-grid .name,
.prod-grid .price {
 text-align: center;
	font-size: 13pt
}

.prod-grid .short_desc {
	font-style: italic;
	font-size: 10pt;
	min-height: 30px
}

.prod-grid .short_desc p {
	font-size: 9pt
}

.prod-list .catalog-kratk {
 display: table-cell;
 width: 100%;
}

.prod-list .item {
 border-bottom: 1px dashed #CCCCCC;
 padding: 15px 0 15px;
}

.prod-list .item .buy_button {
	text-align: right
}

.prod-list .imgcat{
 display: table-cell;
}

.prod-list .price {
	font-size: 16pt;
	text-align: right;
	margin: 0 0 10px 0
}

.projectinfo {
	font-size: 11pt;
	line-height: 160%;
}

.real {
	background-color: #c0c0c0; 
}

.real td, .real th {
	background-color: #fff
}

.real h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 0 0
}

.review_author {
	color: gray;
}

.review_content {
	margin: 20px 0 20px 
}

.review_data {
	float: right; 
	padding: 0 0 10px 10px; 
	color: gray; 
	font-size: 10px
}

.review_input {
	width: 98%;
	max-width: 500px
}

.right_money336 {
	width: 336px;
	height: 280px;
	float: right;
	margin: 0 0 0 10px
}

.stickytop {
    position:fixed;
    top:0;
	width: 100%;
	opacity: 0.93;
	z-index: 99;	
}

.stickyphone {
    position: fixed;
    top:0;
	z-index: 100;
	right: 0;
	padding: 10px 20px 0 20px !important;
}

.tab_price {
	position: absolute;
	bottom: 20px;
	right: 15px;
	background: #20A1D5;
	color: #fff;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	font-size: 18pt
}

.tab_price span {
	font-size: 13pt
}
.tabwrapper {
	position: relative
}

.tab50 {
	float: left;
	text-align: center;
	width: 50%;
	padding: 0 10px 50px 10px;
	box-sizing: border-box
}

.tab33 {
	vertical-align: top;
	display: inline-block;
	text-align: center;
	width: 33%;
	padding: 0 10px 50px 10px;
	box-sizing: border-box;
	
}


.tab33 h3 {
	margin-bottom: 5px;
	
}

.tab50 a, .tab33 a {
	text-decoration: none;
	font-weight: bold
}

.tab50 img, .tab33 img {
	    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.tab50 img:hover, .tab33 img:hover {
	-moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.tabs {
padding: 50px;
background: #F1F1F1;
border-radius: 30px;
text-align: center;
margin: 0 0 40px 0;
}

.tr_head td {
	background: #D6D6D6
}

.usluga a {
	color: #fff
}

	.usluga .popular {
width: 250px;
padding: 10px 0;
color: #fff;
background-color: var(--popular);
font-weight: 600;
position: absolute;
top: 6px;
left: -85px;
-webkit-transform: rotate(-35deg);
-ms-transform: rotate(-35deg);
transform: rotate(-35deg);
}
	

.uslugi_tabs {
	clear: both;
	margin: 10px 0 0 0
}

.worksbutton {
	padding: 50px 0 50px 0
}

.works_left {
	display: inline-block;
	width: 55%
}

.works_left img {
	width: 100%
}

.works_right {
	display: inline-block;
	width: 40%;
	margin: 0 0 0 3%;

	vertical-align: top
}

.zone-img {
	width: 100%; 
	height: 100%; 
	min-height: 160px;
	display: block
}

.zone-img a {
	display: block;
	height: 100%
}

.zone-img:hover {
	background: #fffbf0;
}

.zone-img img {
	max-width: 100px;
}

.zayavka {
	text-align: center;
	clear: both
}
.grecaptcha-badge {visibility: hidden;}

.workers {
	padding: 80px 0 80px 0;
	clear: both
}

.workers ul {
  margin: 0;
  padding-left: 1.2rem;
}

.workers ul li, .content_slide7_left ul li, .content_slide9 ul li, .content_slide10 .left_block ul li {
  position: relative;
  list-style-type: none;
  padding-left: 2.5rem;
  margin-bottom: 0.5rem;
}

.workers ul li:before, .content_slide7_left ul li:before, .content_slide9 ul li:before, .content_slide10 .left_block ul li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    width: 5px;
    height: 11px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #00a8a8;
    transform-origin: bottom left;
    transform: rotate(45deg);
}

.workers .tabs h3 {
	font-size: 32pt;
	margin: 0 0 40px 0
}

.workers .tab {
	border: 1px solid #D1D1D1;
	display: inline-block;
	width: 29%;
	text-align: center;
	padding: 40px 20px 50px 20px;
	border-radius: 30px;
	background: #fff;
	box-sizing: border-box;
	margin: 0 2% 40px 2%;
	box-shadow: 0px 10px 40px 0px rgb(51 51 51 / 30%);
	position: relative;
	overflow: hidden;
}

.workers .tab .photo img {
	border-radius: 50%;
	width: 50%;
}


.workers .tab ul li {
	text-align:left;
	margin: 0 0 15px 0;
	color: #1F1F1F
}

.workers .tabs {
	padding: 50px;
	background: #F1F1F1;
	border-radius: 30px;
	text-align: center;
	margin: 0 0 40px 0
}

.zayavka a {
	background: var(--second_color);
		border-radius: 20px;
		display: inline-block;
		padding: 10px 30px 10px 30px;
		color: #fff;
		font-size: 13pt;
		font-weight: bold;
	text-decoration: none
}

.zayavka input {
	background: #20A1D5;
		border-radius: 20px;
	border: 0;
		display: inline-block;
		padding: 10px 30px 10px 30px;
		color: #fff;
		font-size: 11pt;
	margin: 15px 0 15px 0;
	text-decoration: none
}

.zayavka a:hover, .zayavka input:hover {
		background: var(--main_color)
}

.zayavka .zayavka2 {
	background: #fff;
	border: 3px solid var(--main_color);
	padding: 7px 27px 7px 27px;
	color: var(--main_color);
	margin-left: 25px
}

.zayavka .zayavka2:hover {
	background: var(--main_color);
	color: #fff;
	
}



/* Begin of Shadowbox style */

#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;cursor:pointer}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(/img/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:34px}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:30px;padding:2px 0;width:45%;}
#sb-nav a{
	display:block;
	float:right;
	height:30px;
	width:30px;
	margin-left:6px;
	cursor:pointer;
	background-repeat:no-repeat;
	}
#sb-nav-close{background-image:url(/img/close3.png); width: 30px; height: 30px}
#sb-nav-next{
	background-image:url(/img/next.png);

	}
#sb-nav-previous{background-image:url(/img/previous.png);}
#sb-nav-play{background-image:url(/img/play.png);}
#sb-nav-pause{background-image:url(/img/pause.png);}
#sb-counter{float:left;width:45%}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

/* End of Shadowbox style */
 

@media screen and (max-width: 1250px) {
	
.usluga .popular {
    top: 5px;
    left: -80px;
}
	
}

@media screen and (max-width: 1100px) {
	.tab33 h3 {
    font-size: 14pt;
	min-height: 44px
}
}


@media screen and (max-width: 1000px) {
.workers .tab {
	width: 45%;
	padding: 40px 20px 50px 20px;
	margin: 0 2% 40px 2%
}
}

@media screen and (max-width: 900px) {
	.index_about .about_img {
    float: none;
	text-align: center;
    margin: 0 0 20px 0;
}
	
	.landing h2 {

    font-size: 28pt;
   
}
	
}

@media screen and (max-width: 800px) {
	
		
body {
		-webkit-text-size-adjust: none;
	}
		.tab33 {
		display: inline-block;
		width: 49%
	}
	
	.arenda {
	width: 49%;
}
}

@media screen and (max-width: 750px) {
.works_left, .works_right {
    display: block;
    width: 98%;
	clear:both;
	margin: 0 1% 0 1%;
}
	
	
	
}
@media screen and (max-width: 700px) {
	.contactspage_left {
	display: block;
	width: 100%
}

.contactspage_right {
	display: block;
	width: 100%;
	margin: 10px 0 0 0
}

	.haveQuestions .frame {
    padding: 50px 30px 50px 30px
}
	
.landing h2 {
    font-size: 25pt;
}
	.workers .tab {
	width: 96%;
	float: none;
	padding: 40px 20px 50px 20px;
	margin: 0 2% 40px 2%
}

}

#form .forma_text {
	max-width: 320px;
}

/* begin of landing form */

#top_form_container {
	width: 96%;
	max-width: 400px;
	float: right;
	border-radius: 5px;
	padding: 30px 2% 40px 2%;
	background: #222222;
	box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.22);
	opacity: 0.95
}

#top_form_container .error {
	color: #D00;
	margin: 0 0 10px 0
}

#top_form_container .head {
	color: #fff;
	font-size: 24px;
	margin: 0 0 10px 0
}

#top_form_container .pol {
	font-size: 10pt;
	text-align:center
}

#top_form_container .sent {
	color: #0B0;
	padding: 20px 10px 20px 10px;
	font-size: 22px
}

.top_form input {
	display: block;
	width: 95%;
	outline: 0;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	font-size: 20px;
	padding-left: 5%;
	height: 35px;
	margin-bottom: 20px;
}
.top_form label {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: left;
	margin-bottom: 5px;
}

.top_form .submit {
	cursor: pointer;
	height: 45px;
	width: 100%;
	margin-top: 30px;
	font-size: 22px;
	background: #0097A7;
	border: 1px solid #0097A7;
	color: #fff;
	padding-bottom: 3px;
	-webkit-appearance: none;
}

.top_form .submit:hover {
	background: #FFEB3B;
	color: #222;
	border: 1px solid #FFEB3B;
	transition:all 0.8s ease
}
/* end of landing form */

@media screen and (max-width: 768px) {
	.prod-grid .cell {
    	width: 46%;
	}
	
	.prod-grid .cell p {
		font-size: 8pt;
	}
	
.imgcat img {
	width: 90%;
}
	
}

@media screen and (max-width: 650px) {
	h1.landing {
    font-size: 18pt;
    padding: 30px 0 30px 0;
}
	
.zayavka .zayavka2 {
margin-top: 10px;
    margin-left: 0;
}
	
	#bottom_form .left_block, #bottom_form .right_block {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
}
@media screen and (max-width: 600px) {
	
	.additional_img {
		width: 48%;
		margin: 5px 1% 5px 1%
	}
	
	.additional_img img {
		max-width: none
	}
	.bottom .left_block {
    float: none;
    width: 100%;
		text-align: center
}
	
	.bottom .right_block {
    float: none;
    width: 100%;
    font-size: 11pt;
		padding: 15px 0 15px 0;
    text-align: center;
}
	
	#goup {  right: 20px}
	
#noworking {
	width: 96%;
	min-height: 350px;
	top: 0;
	left: 0;
	margin-left: 0;
	padding: 5px;
	font-size: 12px
}
	
}

@media screen and (max-width: 550px) {
	
	#call_designer {
	width: 96%;
	min-height: 350px;
	top: 0;
	left: 0;
	margin-left: 0;
	padding: 5px;
	font-size: 12px
}
	

	#call_designer #claim {
		width: 90%; 
		margin: auto; 
		margin-bottom: 5px; 
		padding: 5px; 
		font-weight: normal;
		font-size: 11px;
	}

	#designer .input {
		width: 90px;
	}

	#designer #message {
		height: 50px;
		width: 97%;
		max-width: 280px;
	}
	
	.blocker {
		margin: 5px;
	}
	
	.bottom .right_block {
		padding: 20px 0 80px 0
	}

	
	.column1_of3, .column2_of3, .column3_of3 {
	float: none;
	width: 98%;
	padding: 0 1% 0 1%;
}
	
	.prod-grid .cell {
    width: 46%;
}
	.prod-grid .cell .buy_button {
	text-align: center
}
	
	
	.prod-grid .imgcat {
		height: auto
	}
	.prod-grid .name {
		font-size: 10pt
	}
	
	.prod-grid .price {
		font-size: 11pt !important
	}
	
.prod-list .item .price {
		text-align:center !important
	}
	
.prod-list .item .adddell {
		text-align: center
	}
	
.prod-list .item .buy_button {
	text-align: center
}
	
.prod-list .catalog-kratk, .prod-list .imgcat {
  display: block;
  width: auto;
 }
		
.my-gallery {
	text-align: center;
}
	
	
.my-gallery figure {	
	width: 300px;	
	margin: 0 0 20px 0;

}
	
.my-gallery figure img {
	width: 100%
}
	
.my-gallery .img_title { 
	width: 100%;
	margin-top: 0;
}
 
}
@media screen and (max-width: 500px) {
	
	.arenda {
	width: 99%;
}
	.bot_callus p {
    font-size: 12pt;
}
	
	.bot_callus .phone {font-size: 20pt}
	
.haveQuestions .frame {
    padding: 30px 15px 30px 15px;
	width: 95%;
}
	.index_about h2 {
		font-size: 26pt
	}
	.like_h2_landing {
    font-size: 28pt;
}
	
	.tab33 {
    display: inline-block;
    width: 100%;
}
.tab50 {
    float: none;
    width: 100%;
    padding: 0 10px 50px 10px
}
.landing h2 {
    font-size: 22pt;
}
	
	.haveQuestions a.zayavka2 {
    font-size: 15pt;
    padding: 12px 23px 12px 23px;
}
	
}

@media screen and (max-width: 450px) {
#call_disigner_head {
	font-size: 14pt;
	font-weight: bold
}
	#call_designer #designer input {
	font-size: 10pt;
}
	#call_designer .pol {
		font-size: 7pt
	}
	
	.real {
		font-size: 7pt
	}
	
	#cats li strong {
		font-size: 10pt
	}
}

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

	#cats a {
		font-size: 11pt
	}

	
	#comment_form {
		text-align: center
	}
	
	.haveQuestions .frame p {
    margin: 25px 0 25px 0;
		font-size: 11pt
}
	.haveQuestions .zayavka a {
    font-size: 12pt;
}
	
	.landing h2 {
    font-size: 20pt;
}
	
	.like_h2_landing {
    font-size: 20pt;
}
	
	.news_list_tab_img {
	float: none;
	width: 98%;
	margin: 10px auto 0 auto;
}	
	.workers .tabs {
	padding: 15px
		}
	.workers .tab {

    padding: 20px 10px 30px 10px
}
	
	
}


@media screen and (max-width: 350px) {
	h1 {font-size: 12pt}
	#cats a {font-size: 10pt}
	#goup {
	bottom: 40px;
	right: 10px
}
	
	
	.blocker {
		padding: 10px 15px 10px 15px;
		margin: 10px;
		font-size: 10pt
	}
	
	.blocker li {
	margin: 0 0 15px 0;
	}
    
    .column1_of2_50, .column2_of2_50 {
	width: 96%;
	float: none;
	margin: 0 2% 0 2%
}
	
	.prod-grid .cell {
    width: 96%;
}
	
	.prod-list .item {
		padding: 10px 5px 10px 5px;
	}
}
