* {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
body{
	max-width: 1920px;
	min-width: 320px;
	margin: 0 auto;
}
.toggleMenu{
	padding: 6px 0 0;
    height: 23px;
    width: 40px;
    position: absolute;
    top: 3px;
    right: 15px;
    border: 1px solid #006b8f;
    border-radius: 5px;
    background-color: rgba(214, 214, 214, 0.5);
    z-index: 111111;
}
.toggleMenu i{
	display: block;
    margin: 0 auto 4px;
    width: 27px;
    height: 3px;
    background-color: #006b8f;
    border-radius: 3px;
}
.toggleMenu i:last-child{
	margin-bottom: 0;
}
#container, .container{
	width: 978px;
	min-height: auto;
	margin: 0 auto;
}
div.wpcf7 {
    margin: 0;
    padding: 0;
    width: 100% !important;
}
.bottomForm {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    /*background: url(../images/form_background.png) no-repeat;*/
    background: url(../images/form_background-2.jpg) no-repeat;
    background-size: cover;
}
.new-form {
    font-family: 'PT Sans';
    margin-left: 0;
    padding: 35px 0;
    width: 100%;
    height: auto;
    background: none;}
.new-form * {
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.new-form__title{
	position: relative;
	margin: 10px 0 30px;
	font-size: 33px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.new-form__title:after{
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -15px;
	display: block;
	width: 80px;
	height: 2px;
	background: #ff9d34;
}
.new-form__aftertitle{
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	text-align: center;
}
.new-form__utp{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	margin: 0 -15px;
}
.new-form__utp-item{
	width: 100%;
	max-width: 290px;
	margin: 15px;
	padding: 20px;
	background: #fff;
	box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.14);
}
.new-form__utp-head{
	position: relative;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin-bottom: 50px;
}
.new-form__utp-head:after{
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -26px;
	display: block;
	width: 80px;
	height: 2px;
	background: #ff9d34;
}
.new-form__utp-numb{
	position: relative;
	z-index: 2;
	width: calc(100% - 155px);
	font-weight: 700;
	font-size: 80px;
	line-height: 55px;
	color: #ff9d34;
}
.new-form__utp-numb img{
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}
.new-form__utp-title{
	width: 155px;
	font-size: 16px;
	line-height: 20px;
	color: #000;
}
.new-form__utp-title b,.new-form__utp-title strong{
	display: block;
	font-weight: 700;
}
.new-form__utp-text{
	font-size: 14px;
	line-height: 20px;
	color: #07a6da;
}
.new-form__utp-text b,.new-form__utp-text strong{
	font-weight: 700;
}
.new-form__form{
	max-width: 730px;
	margin: 5px auto;
	padding: 25px 60px;
	background: #07a6da;
	box-shadow: 0 0 24px 3px rgba(0,0,0,0.2);
}
.new-form__form .contact-form-7-capcha{
	overflow: hidden;
	border-radius: 5px;
}
.new-form__form-title{
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 33px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.new-form__form-group{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
}
.new-form__form .wpcf7-form-control-wrap.your-name .new-form__form-input {
	background: #fff url('../images/new-form-input--name.png') no-repeat 11px center;
}
.new-form__form .wpcf7-form-control-wrap.your-phone .new-form__form-input {
	background: #fff url('../images/new-form-input--phone.png') no-repeat 13px 7px;
}
.new-form__form-group > *{
	width: calc(50% - 20px) !important;
	margin: 0 10px 15px !important;
}
.new-form__form-input {
    width: 100% !important;
    text-align: center;
    margin: 0;
    padding: 0 35px;
    height: 34px;
    background-color: #fff;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    line-height: 20px;
    float: left;
    font-family: 'PT Sans';
    color: #898989;
    text-align: left;
}
@media screen and (max-width: 960px){
	.new-form__utp{
		justify-content: center;
	    -webkit-box-pack: center;
	    -webkit-justify-content: center;
	}
}
@media screen and (max-width: 767px){
	.new-form__title{
		font-size: 28px;
		line-height: 26px;
	}
	.new-form__aftertitle{
		font-size: 18px;
		line-height: 18px;
	}
	.new-form__form{
		padding: 25px 15px;
	}
	.new-form__form-title{
		font-size: 28px;
    	line-height: 26px;
	}
	.new-form__form .send_recall {
	    width: calc(50% - 20px) !important;
	}
}
@media screen and (max-width: 600px){
	.new-form__title{
		font-size: 24px;
		line-height: 26px;
	}
	.new-form__aftertitle{
		font-size: 16px;
		line-height: 18px;
	}
	.new-form__form-title{
		font-size: 24px;
    	line-height: 26px;
	}
}
@media screen and (max-width: 500px){
	.new-form__title{
		margin: 0 0 15px;
	}
	.new-form__title:after{
		bottom: -9px;
	}
	.new-form__aftertitle {
	    margin-bottom: 15px;
	}
	.new-form__utp-item{
		margin: 0 0 15px;
	}
	.new-form__utp-head{
		margin-bottom: 30px;
	}
	.new-form__utp-head:after{
		bottom: -19px;
	}
	.new-form__form-title {
	    margin-bottom: 15px;
	}
	.new-form__form-group{
		display: block;
	}
	.new-form__form-group>* {
	    float: none !important;
	    display: inline-block !important;
	    width: 100% !important;
	    margin: 0 auto 10px !important;
	}
	.new-form__form .contact-form-7-capcha > div > div{
		margin: 0 auto;
	}
	.new-form__form .send_recall {
		width: 200px !important;
	    margin: 0 auto !important;
	    display: block !important;
	}
}



#footer {
	display: inline-block;
    min-height: 120px;
    height: auto;
    margin-left: 0;
    padding-left: 0;
    margin-right: 0;
    padding-right: 0;
    overflow-x: hidden;
}
#footer > div{
	float: none;
    padding-top: 0px;
    padding-bottom: 0px;
}
#footer > div > div{
	float: left;
    padding-top: 30px;
    padding-bottom: 30px;
}
.menu > div > ul > li > a,.menu > div > div > ul > li > a {
    font-family: 'PT Sans';
    border-left: 1px solid #089cc4;
    border-right: 1px solid #09b2df;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    background: #07a6da;
}
.menu > div > ul > li > ul, .menu > div > div > ul > li > ul  {
    background: #fff !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    -web-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    padding: 20px;
}
.menu > div {
	text-align: center;
}
.fixedmenu{
	width: 100%;
}
.menu{
	display: block;
	height: 38px;
	margin: 0 0 20px;
	padding: 0;
	border-radius: 0;
}
.menu ul{
	margin: 0 auto;
    display: inline-block;
}
.menu li a {
	padding: 10px 10px 8px;
}
/*.new_form .utpBlock {
    margin: 40px 0px 5px 0px;
    padding: 0;
}
.new_form .botFormHeading{
	margin: 0px 0px 30px 0px;
    padding: 30px 0px 0px 0px;
}*/
.table-responsive {
    min-height: .01%;
    overflow-x: hidden;
}
.black{
	z-index: 1000;
}
.box {
    background: 30px 20px no-repeat #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 15px;
    height: 515px;
    box-shadow: 0 5px 10px #282828;
}
.box_head {
    margin-bottom: 30px;
    padding-top: 0;
    overflow: hidden;
    position: relative;
}
.close {
    float: right;
    margin-top: 0px;
}
.box_left, .box_right{
    float: left;
    width: 50%;
    margin: 0;
}
.box_right textarea{
	height: 118px;
}

@media screen and (max-width: 991px){
	.table-responsive {
	    min-height: .01%;
	    overflow-x: auto;
	}
	.right img{
		width: 100%;
		height: auto;
	}
	.right .window-option{
		width: 33.3%;
		padding: 0 15px;
		box-sizing: border-box;
		float: left;
	}
	#container, .container{
		position: relative;
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	#header_buttons_div{
		/*display: none;*/
	}
	#header_buttons_div .headClick {
	    display: inline-block;
	    margin: 2px 0px;
	    float: left;
	    height: 28px;
	}
	#header_buttons_div {
	    margin-top: -10px;
	    margin-left: 30px;
	    width: 220px;
	}
	#header_buttons_div div.headClick.headClick_1{
		background: none;
		    padding: 2px 0px 2px 0;
	}
	.main_widget .widget_wrap .wid_img,
	#main_widget .widget_wrap .wid_img{
		display: none;
	}
	#main_widget .widget_wrap {
	    width: 25%;
	    height: auto;
	    margin-right: 0;
	    float: left;
	}
	#main_widget .widget_wrap .widget_text a{
		font-size: 14px;
	}
	.preimushestva{
		margin: 30px 0;
		padding: 0 15px;
		background-image: none;
	}
	.preimushestva .item:before {
	    display: block;
	    margin: 0 auto;
	}
	.preimushestva .item span {
	    padding-left: 0;
	    text-align: center;
	}
	#header{
		padding: 0 15px;
	}
	#mobile_menu{
		/*display: none;*/
	}
	.toggleMenu.active + #mobile_menu,.toggleMenu + #mobile_menu{
		position: relative;
		    top: 7px;
    	z-index: 999;
	}
	.toggleMenu.active + #mobile_menu li,.toggleMenu + #mobile_menu li{
		display: block;
		float: right;
		width: 100%;
		margin-top: -1px;
	}
	.window_block, .window_wrap {
	    width: 100%;
	    clear: both;
	    position: relative;
	    height: auto;
	    display: inline-block;
	    padding: 0 15px;
	    box-sizing: border-box;
	    text-align: center;
	}
	.window_wrap > div {
		width: 50% !important;
		margin: 0;
		padding: 0 15px;
	    box-sizing: border-box;
	}
	.window-option {
	    display: inline-block;
	    margin-right: 0;
	    height: 350px;
	    width: 210px;
	    text-align: center;
	    vertical-align: top;
	}
	.actions_block ul li {
	    width: 33.333%;
	    float: left;
	    margin: 0;
	    box-sizing: border-box;
    	padding: 0 15px;
	}
	.advant_block ul {
	    list-style: outside none disc;
	    margin: 0 10px 20px 10px;
	}
	.examples .articles .article {
	    width: 33.333%;
	    margin: 0 0 20px 0;
	    background: #eee;
	    border-radius: 5px;
	    float: left;
	    padding-bottom: 15px;
	    box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	        height: 355px;
    padding: 15px;
	    box-sizing: border-box;
	}
	.examples .articles .article img {
	    width: 100%;
	    height: auto;
	}
	#all_projects_button,#add_review{
		float: none;
		margin: 0 auto;
	}
	#add_review{
		margin: 30px auto 15px;
	}
	#footer {
	    display: inline-block;
	    min-height: 120px;
	    height: auto;
	    margin-left: 0;
	    padding-left: 0px;
	    margin-right: 0;
	    padding-right: 0px;
	    overflow-x: hidden;
	    box-sizing: border-box;
	}
	#footer>.container{
		padding: 0;
	}
	.footer_logo {
	    width: 100%;
	    padding-left: 15px;
	    background: #ededed;
	    margin-right: 0;
	    padding-right: 15px;
	    font-family: 'PT Sans';
	    height: 410px;
	    box-sizing: border-box;
	    text-align: center;
	}
	span.wpcf7-form-control-wrap {
	    position: relative;
	    float: left;
	    display: block;
	    width: 100%;
	    text-align: center;
	}
	.holder{
		    float: none;
    margin-right: auto;
	}
	.send_recall{
		margin-left: auto;
	}
	.actions_block ul li a span.image {
	    display: block;
	    height: auto;
	    overflow: hidden;
	    width: 100%;
	}
	.sub-menu{
		box-sizing: border-box;
    width: 100% !important;
	}
	.menu ul li ul li{
		height: 24px;
		border: none;
	}
	.r_main_text{
		text-align: left;
	}
	#footer div.footer_left {
	    background: #fff;
	    margin-left: 0;
	    padding-left: 15px;
	    padding-right: 15px;
	    height: auto;
	    width: 100%;
	}
	.mobile-nav{
		width: 100%;
		height: 38px;
	}
	/*.menu ul li:hover ul {
	    display: block;
	    margin-bottom: 15px;
	}*/
	.menu ul li:hover ul {
		display: none;
	    height: 0;
	    padding: 0;
	    height: 0px;
	    transition: height 1s;
	}
	.menu ul li a.hover + ul {
	    position: relative;
	    display: inline-block;
	    padding: 0 10px;
	    margin-bottom: -5px;
	    height: 100%;
	}
	.toggleMenu.active + #mobile_menu>li:last-child{
		margin-bottom: 50vh;
	}
	.send_recall{
		width: 252px !important;
	}
	/*.new_form .utpBlock table {
	    font-family: 'PT Sans';
	    text-align: left;
	    width: 100%;
	}
	.new_form .utpBlock table td {
	    display: block !important;
	    width: 33% !important;
	    float: left;
	    padding: 0 15px !important;
	    height: auto;
	    box-sizing: border-box;
	    margin-bottom: 15px;
	}*/
	.left {
	    width: 25%;
	    box-sizing: border-box;
	}
	.right {
		width: 75%;
		box-sizing: border-box;
	}
	.colorsolutions {
		visibility: hidden;
		opacity: 0;
		display: none;
	}
	.articles.fullwidth.col2 .article{
		padding: 0 15px 15px;
		box-sizing: border-box;
	}
	.articles.fullwidth.col2 .article a {
	    text-decoration: none;
	    display: block;
	    width: 100%;
	}
	.articles.fullwidth.col2 .article img{
		width: 100%;
		height: auto;
	}
	.articles.fullwidth.col3 .article {
	    width: 33.3%;
	    margin: 0 0 20px 0;
	    padding: 10px;
	    box-sizing: border-box;
	    background: #eee;
	    border-radius: 5px;
	    float: left;
	    padding-bottom: 15px;
	    box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	    height: 350px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
	.articles.fullwidth.col3 .article img {
	    width: 100%;
	    height: auto;
	    margin-bottom: 5px;
	    border-radius: 5px 5px 0 0;
	}
	.map{
		width: 100% !important;
		height: 500px !important;
	}
	.left_block{
		width: 100%;
		float: none;
	}
	.window_style {
	    text-align: center;
	    position: relative;
	    height: 660px;
white-space: unset !important;
	}
	.win {
	    display: inline-block;
	    float: none;
	    margin-right: 6px;
	    position: relative;
	    z-index: 300;
		width:100% !important;
	}
	.window_size_horizontal{
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.window_size_vertical{
		left: 70%;
	}
	.right_block{
		margin-left: 0;
	}
	.fixedmenu {
	    z-index: 501;
	}
	.toggleMenu{
		display: block !important;
	}
	html{
		margin-top: 0 !important;
	}
	.balcon {
	    float: left !important;
	    width: 100% !important;
	    height: 315px !important;
	}
}
@media screen and (max-width: 767px){
	html{
		margin-top: 0 !important;
	}
	.mobile-nav a.visible-xs{
		position: absolute;
		top: 0px;
		left: 0px;
		display: inline-block !important;
		float: left;
		margin: 3px 5px 2px 5px;
	}
	#container, .container{
		width: 100%;
		/*padding: 0 15px;*/
		overflow: hidden;
		box-sizing: border-box;
	}
	#header {
	    padding: 0 15px;
	    text-align: center;
	    height: 110px;
	    display: inline-block;
	    width: 100%;
	    box-sizing: border-box;
	}
	.logo {
	    float: none;
	    display: inline-block;
	    width: 240px;
	    margin-bottom: 20px;
	}
	#header_buttons_div {
	    margin-top: -10px;
	    margin-left: 0;
	    margin: -10px auto 0;
	    float: none;
	    width: 100%;
	    display: inline-block;
    	text-align: center;
	}
	#header_buttons_div .headClick{
		float: none;
	}
	#header_buttons_div div.headClick.headClick_1{
		width: 225px;
	}

	.contact {
	    float: none;
	    text-align: center;
	    width: 100%;
	    margin: 0;
	}
	.header_phone {
	    display: inline-block;
	}
	.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th{
		white-space: normal;
	}
	#main_widget .widget_wrap .widget_text a {
	    font-size: 12px;
	    padding: 14px 7px;
	}
	.actions_block ul li, .actions_block ul li:first-child{
	    width: 60%;
	    float: none;
	    margin: 0 auto 15px;
	}
	.examples .articles .article {
	    width: 100%;
	    height: auto;
	}
	.reviews .articles .article {
	    width: 100%;
	    margin-bottom: 25px;
	    padding-right: 0;
	    float: left;
	}
	.footerColumn ul{
		display: none;
	}
	#footer div.footer_left > div > a{
		margin-top: 5px !important;
	}
	#footer div.footerColumn {
	    float: left;
	    line-height: 18px;
	    max-width: 100%;
	    width: 100%;
	    padding-left: 0px;
	    text-align: center;
	}
	#footer div.footer_left {
	    background: #fff;
	    margin-left: 0;
	    padding-left: 0;
	    padding-right: 0;
	    height: auto;
	    width: 100%;
	}
	.toggleMenu.active + #mobile_menu, .toggleMenu + #mobile_menu {
	    position: relative;
	    top: 40px;
	    z-index: 999;
	    height: 100vh;
	    overflow: auto;
	}
	/*.new_form .utpBlock table tr:nth-child(2){
		display: none;
	}
	.new_form .utpBlock table td {
	    display: block !important;
	    width: 100% !important;
	        padding: 0 15px !important;
	    height: 85px;
	    box-sizing: border-box;
	}*/
	.left {
	    width: 100%;
	    box-sizing: border-box;
	    padding: 0 15px;
	}
	.right{
		width: 100%;
	}
	.right .window-option {
	    width: 50%;
	    padding: 0 15px;
	    box-sizing: border-box;
	    float: left;
	    height: 360px;
	}
	.articles.fullwidth.col2 {
	    position: relative;
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	}
	.articles.fullwidth.col3 .article {
	    width: 50%;
	}
	#gallery-1 .gallery-item{
		margin: 0 !important;
	}
	p iframe{
		width: 100% !important;
		height: 315px !important;
	}
	.map{
		width: 100% !important;
		height: 500px !important;
	}
	.window_size_vertical {
	    left: 80%;
	}
	.calc_select {
	    position: relative;
	    width: 100%;
	    float: left;
	    text-align: center;
	}
	.b_new_window_links li {
	    float: left;
	    width: 50% !important;
	    text-align: center !important;
	    margin-top: 15px;
	    list-style: none;
	}
	.b_new_window_list .b_new_window_item {
	    padding: 0 15px;
	    margin: 20px 0 !important;
	    width: 100%;
	}
	.b_new_window_list .b_new_window_image img {
	    margin-bottom: 20px!important;
	    width: 40%;
	}
	.b_new_window_footer {
	    clear: both;
	    height: auto;
	}
	.b_new_window_price {
	    float: none;
	    width: 100%;
	    padding-right: 0;
	}
	.b_new_window_footer .window_button {
	    display: block;
	    width: auto;
	    margin: 0 auto;
	    float: none;
	    text-align: center;
	}
	.b_new_window_footer .window_button>a {
	    cursor: pointer;
	    height: 25px;
	    left: 0;
	    right: 0;
	    margin-left: 0;
	    position: relative;
	    margin-top: 10px;
	    margin: 0 auto;
	}
	.b_new_window_additional_image {
	    width: 30%;
	    float: none;
	    margin: 0 auto;
	}
	.right .b_new_window ol {
	    width: 100%;
	    float: left;
	    margin-left: 0;
	    padding-top: 30px;
	}
	.right .b_new_window ol li span {
	    position: relative;
	    right: 0;
	    display: block;
	    text-align: right;
	}
	.box .wpcf7 .zamer {
	    width: auto;
	}
	.box_left, .box_right {
	    float: left;
	    width: 100%;
	    margin: 0;
	    position: relative;
	}
	.box{
		height: auto;
	}
	span.mini_text{
		position: absolute;
	    top: -25px;
	    left: 0;
	}
	.box_right #need_zamer,.box_left .order_call{
		float: left;
    	margin-top: 15px !important;
	}
	.box_left .order_call{
	    padding: 6px 8px 3px;
	}
	.review span.mini_text {
	    position: relative;
	    top: 0;
	    left: 0;
	    width: 100%;
	    text-align: left;
	    box-sizing: border-box;
    	margin-right: 0;
	}
	.review .wpcf7-submit{
		margin: 15px 0 !important;
		float: none;
	}
	.review .box_right textarea {
	    background: #fff;
	    border: 1px gainsboro solid;
	    padding: 6px 8px 10px;
	    display: block;
	    margin: 0;
	    width: 100%;
	    height: 110px;
	    resize: none;
	    box-sizing: border-box;
	}
	.review .box_left input {
	    border: 1px gainsboro solid;
	    padding: 6px 8px 10px;
	    display: block;
	    margin: 10px 0;
	    width: 100%;
	    box-sizing: border-box;
	}
	.review{
		width: 450px !important;
    	box-sizing: border-box;
	}
	.box {
		overflow: scroll !important;
    	height: 100% !important;
	}
	.window_wrap > div {
	    width: 100% !important;
	    margin: 0;
	    padding: 0 15px;
	    box-sizing: border-box;
	}
	.window_image {
	    width: 80%;
	    height: auto;
	    display: block;
	    margin: 0 auto;
	    text-align: center;
	    vertical-align: middle;
	}
}
@media screen and (max-width: 479px){
	.left, .right,.window_block, .window_wrap,.menu > div{
		padding: 0;
	}
	h1 {
	    font-size: 20px;
	}
	#gallery-1 .gallery-item,#gallery-2 .gallery-item {
	    float: left;
	    margin-top: 5px !important;
	    text-align: center;
	    width: 95px !important;
	    height: 145px !important;
	}
	html{
		margin-top: 0 !important;
	}
	#container, .container{
		width: 100%;
	}
	#main_widget .widget_wrap {
	    width: 100%;
	}
	#main_widget .widget_wrap .widget_text {
	    margin-top: 0;
	}
	.preimushestva {
		text-align: center;
	}
	.preimushestva .item {
	    width: 50%;
	    text-align: center;
	}
	.actions_block ul li, .actions_block ul li:first-child {
	    width: 90%;
	}
	.advant_block table td {
	    display: block;
	    width: 100%;
	}
	.advant_block table td:last-child {
	    padding-left: 0;
	}
	#all_projects_button, #add_review {
	    width: 100%;
	    box-sizing: border-box;
	}
	/*.new_form .utpBlock table {
	    font-family: 'PT Sans';
	    text-align: left;
	    width: 100%;
	}
	.new_form .utpBlock table tr:nth-child(2){
		display: none;
	}
	.new_form .utpBlock table td {
	    display: block !important;
	    width: 100% !important;
	        padding: 0 15px !important;
	    box-sizing: border-box;
	}*/
	.toggleMenu.active + #mobile_menu{
		display: inline-block;
		margin-top: -2px;
    	border-top: 1px solid rgba(255,255,255,0.1);
	}
	/*.new_form .greenBlock{
		background-size: 200%;
		height: 60px;
	}*/
	.footer_logo {
	    margin-bottom: 70px;
	}
	/*.new_form .numberPink{
		margin-right: 0;
	}
	.new_form .bigFatText,.new_form .justNormalText{
	    text-align: center;
	}*/
	.menu ul li ul li a{
		font-size: 14px;
	}
	.right .window_wrap > div {
	    width: 100% !important;
	    margin: 0;
	    margin-bottom: 15px;
	    padding: 0 15px;
	    box-sizing: border-box;
	}
	.right .window-option {
	    width: 100%;
	    padding: 0 15px;
	    box-sizing: border-box;
	    float: left;
	}
	.right .window_image {
	    width: 100%;
	    height: auto;
	    display: block;
	}
	.window_image > div {
	    max-height: 100%;
	}
	.productDescriptionBlock .leftSide {
	    float: none;
	    padding-right: 0;
	    box-sizing: border-box;
	    width: 100%;
	}
	.productDescriptionBlock .rightSide {
	    float: none;
	    box-sizing: border-box;
	    width: 100%;
	}
	.right .window_descr p{
		margin-left: 0 !important;
		text-align: justify !important;
	}
	.holder{
		width: 100% !important;
	}
	.send_recall {
	    width: 100% !important;
	    box-sizing: border-box;
	}
	.articles.fullwidth.col3 .article {
	    width: 100%;
	    height: auto;
	}
	#gallery-1 .gallery-item{
		margin: 0 !important;
	}
	p iframe{
		width: 100% !important;
		height: auto !important;
	}
	.right.revs .yl_button{
		margin: 0 !important;
		float: none !important;
	}
	.map{
		width: 100% !important;
		height: 300px !important;
	}
	.window_style{
		height: 720px;
		white-space: unset !important;
	}
	#moskit_div {

    padding-left: 0;
}
	#three {
		height:760px;
	}
	#calc .window_wrap{
		padding: 0;
	}
	.window_size_vertical {
	    left: 0%;
	}
	.window_size_horizontal{
		top: -15px
	}
	#profil_params_div {
	    margin: 20px 0px;
	    width: 100%;
	    float: left;
	}
	#profil_image_div {
	    float: left;
	    width: 100%;
	    margin-top: 10px;
	}
	#profil_image_div img{
		width: 100%;
	}
	.result{
		font-size: 24px;
	}
	#calc_buttons{
		float: none !important;
	}
	#calc_buttons input{
		display: block;
		width: 100%;
		margin-bottom: 10px;
		box-sizing: border-box;
	}
	#dop_params_calc {
	    width: 100%;
	}
	.b_new_window_links li {
	    float: left;
	    width: 100% !important;
	    text-align: center !important;
	    margin-top: 15px;
	    list-style: none;
	}
	.b_new_window_list .b_new_window_image img {
	    margin-bottom: 20px!important;
	    width: 60%;
	}
	.box_right textarea {
	    background: #fff;
	    border: 1px gainsboro solid;
	    padding: 6px 8px 10px;
	    display: block;
	    margin: 0;
	    width: 100%;
	    height: 110px;
	    resize: none;
	     box-sizing: border-box;
	}
	.box_left input {
	    border: 1px gainsboro solid;
	    padding: 6px 8px 10px;
	    display: block;
	    margin: 0;
	    width: 100%;
	     box-sizing: border-box;
	}
	.box {
		width: 300px;
	    height: auto;
	    box-sizing: border-box;
	}
	.close {
	    position: absolute;
	    top: 0;
	    right: 0;
	    float: right;
	    margin-top: 0px;
	}
	.review{
		width: 300px !important;
	}
	.box {
		overflow-y: scroll !important;
		overflow-x: hidden !important;
    	height: 100% !important;
	}
	#header{
		height: 140px;
	}
	.window_image {
    	width: 100%;
    	overflow: hidden;
    }
    .window_image img{
    	width: 100%;
    }
}

@media screen and (max-width: 350px){
	.right_block #dop_params_calc .dop_title {
		white-space: normal;
	}
}

.contact-form-7-capcha {
	width: 304px;
	margin: 20px auto 0 auto;
}