@media screen and (max-width: 768px) {
    * {
        box-sizing: border-box;
    }
    .slider {
        display: none;
    }
    .top > .block {
        width: auto;
    }
    .wrap {
        width: auto;
        padding: 10px;
    }
    .wrap:after {
        content:'';
        display: block;
        clear: both;
    }
    .header .logo {
        max-width: 100%;
        margin: 0;
        position: static;
        background-size: 100%;
    }
    .header .contacts {
        float: none;
        position: relative;
    }
    .header .contacts:after {
        content: '';
        clear: both;
        display: block;
    }
    .header .contacts .phone:before {
        position: static;
        margin: 0;
        display: inline-block;
    }
    .header .contacts .feedback {
        /*right: 0px;
        top: 0px;
        position: absolute;*/
        color: #000;
        font-size: 1.4em;
        display: block;
        padding: 10px 0px 0px;
    }
    .advantage {
        display: none;
    }
    .block .technology,
    .block .credit,
    .block .cottage {
        width: auto;
        background-size: 100% 100%;
        margin: 10px 0px 40px;
        float: none;
    }
    .block .works,
    .block .projects {
        float: none;
        width: auto;
    }
    .block .works .example .border {
        width: auto;
    }
    .block .projects:after {
        content:'';
        display: block;
        clear:both;
    }
    .block .projects .results {
        height: auto;
    }
    .block .projects label.small {
        display: none;
    }
    .block .projects .results  .items .item {
        width: 45%;
        margin: 5px;
    }
    .block .projects .results  .items .item img {
        width: 100%;
    }
    .block .works .example .wrap {
        width: auto;
    }
    .block .works .example .wrap .item {
        max-width: 100%;
    }
    .block .credit, .credit.ext {
        height: 159px;
    }
    .block .technology {
        height: 160px;
    }
    #other-projects {
        width: auto;
    }
    #map-object {
        height: 110px;
        background-size: 100%;
        width: auto;
        padding: 50px 0px 86px 15px;
    }
    .block .left {
        width: auto;
    }
    .block .right {
        width: auto;
    }
    .credit.ext:after {
        left: auto;
        right: -97px;
    }
    .block .ask {
        position: static;
        margin: 0;
        width: auto;
        background-size: 100%;
        height: 0px;
        line-height: 50px;
        height: auto;
    }
    #square-slider, #price-slider {
        display: none;
    }
    .header .login {
        display: none;
    }
    .header .menu {
        *display: none;
    }

    .menu-container {
        display: none;
        left: 0px;
        top: 0px;
        width: 100%;
        position: fixed;
        height: 20px;
        background: #fff;
    }
    .menu-container.active {
        display: block;
    }

    .footer {
        background-size: auto 100%;
    }
    .footer .wrap {
        width: auto;
    }
    .footer-inner {
        padding: 30px 0px 30px;
    }
    .footer .info, .footer .social {
        display: none;
    }

    .pull-left {
        float: left;
    }

    .pull-right {
        float: right;
    }

    .toggle-menu {
        display: block;
        width: 50px;
        height: 50px;
        border: 2px solid #aeacaa;
        border-radius: 5px;
        z-index: 100;
    }
    .toggle-menu:before {
        content: '';
        display: block;
        border-top: 2px solid #aeacaa;
        border-bottom: 2px solid #aeacaa;
        margin: 13px auto 0px;
        padding-top: 7px;
        width: 30px;
    }
    .toggle-menu:after {
        content: '';
        display: block;
        border-bottom: 2px solid #aeacaa;
        padding-bottom: 7px;
        margin: 0px auto;
        width: 30px;
    }

    .menu-container {
        display: none;
        position: fixed;
        background: url(../images/bg-body3.jpg) center 718px repeat-y;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        height: auto;
        z-index: 100;
    }
    .menu-container.active {
        display: block;
    }
    .menu-container .menu > li,
    .menu-container .menu > li.sup,
    .menu-container .menu > li.parent {
        float: none;
        display: block;
        font-size: 1.8em;
        padding: 10px;
    }
    .menu-container .menu > li:after {
        display: none;
    }

    .menu-container .toggle-menu {
        float: right;
    }

    .block.catalog .items {
        display: block;
    }
    .block.catalog .items .item {
        display: block;
        float: none;
        margin-right: 0px;
    }
    .block.catalog .items .item .top {
        width: auto;
    }
    .block.catalog .items .item .img img {
        max-width: 100%;
        height: auto;
    }
    .block.catalog .projects {
        width: auto;
        padding-bottom: 10px;
    }
    .show-more-filters {
        display: none;
    }
    .block .projects form .type {
        display: block;
    }
    .block .projects form .type li {
        display: block;
        float: none;
        border: none;
    }
    .block .projects form .type li a {
        border: none;
    }
    .block .projects form .type li.active {
        border: 1px solid #c1bfbb;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }
    .block .projects form fieldset {
        float: none;
        margin-right: 0;
        display: block;
        margin-bottom: 10px;
    }
    .block .projects form fieldset label {
        width: 50%;
    }

    #bigCatalog {
        max-width: 100%;
        padding: 0px;
    }

    #bigCatalogIn {
        max-width: 100%;
    }

    #littleCatalog {
        position: relative;
        padding: 0px;
        text-align: center;
    }

    .block #littleCatalog li {
        display: inline-block;
    }

    #bigCatalogIn a, #bigCatalogIn img {
        max-width: 100%;
    }

    #traveller {
        width: 100%;
    }

    .wall-material-calc {
        width: 100%;
        float: auto;
    }
    #bar_type .item {
        width: 100%;
        float: none;
    }
    #bar_type .popup_img,
    #bar_type .popup_img.third {
        left: 0px;
        width: 100%;
        margin: 0px;
    }
    #bar_type .popup_img .close a {
        margin: 0px;
        position: absolute;
        top: -20px;
        right: -1px;
        width: 80px;
    }
    .reg-complect {
        width: 100%;
        float: none;
    }
    #anotherAdvice {
        right: 0px;
    }
	#littleCatalog {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
		margin-top: 10px;
	}
    #littleCatalog li div {
		width: 72px !important;
		height: 53px !important;
		margin: o !important;
		padding: 0 !important;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		align-content: center;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
    }
	#bigCat1 img,
	#bigCat2 img,
	#bigCat3 img,
	#bigCat4 img,
	#bigCat5 img,
	#bigCat6 img,
	#bigCat7 img,
	#bigCat8 img,
	#bigCat9 img,
	#bigCat10 img {
		max-width: 100% !important;
	}
	#bigCat1,
	#bigCat2,
	#bigCat3,
	#bigCat4,
	#bigCat5,
	#bigCat6,
	#bigCat7,
	#bigCat8,
	#bigCat9,
	#bigCat10 {
		height: auto !important;
	}

    .item__benefit-text {
        display: none;
    }

    .block .works.var2 {
        display: none;
    }

    .footer .menu {
        columns: 2;
    }
    .footer .menu > li {
        position: static!important;
    }

	/* webirus 2017-02-28 */
	.block.catalog .projects.var2{
		background: url(../images/bg-search3.png) 50% 50% / cover no-repeat;
		width:auto;
		height: auto;
		min-height:135px;
		float:none;
		padding:0px 25px;
		margin:0px 0px 30px;
	}
	#questionBlock{
	    width:300px;
	    padding: 10px 20px;
		left: 50%;
		transform: translateX(-50%);
		margin: 0;
		top: 35px;
	}
	#questionForm input, #questionForm textarea {
		width: 100%;
	}
	#questionForm textarea {
		height: 25px;
	}
	#questionForm .row {
		margin: 0;
	}
	#questionForm .row span {
		display: block;
		float: none;
		clear: both;
		width: 100%;
		margin: 0;
	}
	#questionForm .row input {
		width: 100%;
	}
	#questionForm input#questionButton, #review-button {
		margin: 0;
		margin-top: 10px;
		padding: 0;
		width: 100%;
		background-size: cover;
		line-height: 38px;
		height: 38px;
	}#questionForm input#questionButton:hover,
	#review-button:hover{
		background-position: left -37px;
	}
	
	#bigCatalog.projectvertical {
		max-width: 100%;
		padding: 0px;
	}
	#littleCatalog.projectvertical {
		position: static;
	}
    .header .contacts .feedback:after, .header .contacts .address:after, .header .contacts .phone:after {
        display: none;
    }
    .block.faq #stockAl .qw {
        width: auto;
    }
}

/* webirus 2017-03-06 */

@media screen and (max-width: 768px) {
	#closeSpan {
		font-size: 0;
		overflow: hidden;
		width: 25px;
	}
	.block.reconstruction.var3 .pre-container.left,
	.block.reconstruction.var3 .pre-container .container,
	.block.reconstruction.var3 .pre-container .container ul.middle,
	#questionButton,
	.block .ask,
	.block.reconstruction .sections.small,
	.block .stock,
	.block .technology.hand,
	.block.catalog .projects.special,
	.block.reconstruction .pre-container.left.all,
	.container .texts,
	.block.faq #faqAL .qw,
	.block.catalog .projects.var2.q,
	.block .left,
	.block.faq #faqAL .ans .ansIn,
	.YMaps-cursor-grab,
	.block.faq.reconstruction.var3.border,
	.block .pre-container .projects input[type="submit"],
	.block .pre-container .projects .price1,
	.block .pre-container .projects .price2,
	.block .pre-container .projects .price-info  {
		width: 100% !important;
	}
	.YMaps-cursor-grab {
		height: 250px !important;
	}
	.block.reconstruction .sections.small,
	.block.catalog .projects.special {
		height: auto !important;
	}
	.block.catalog .projects.special .row {
		position: relative !important;
	}
	.block.reconstruction .sections.small,
	.block.reconstruction.var3 .pre-container .container .blank,
	.block.reconstruction.var3 .pre-container .container .blank:hover,
	#questionButton,
	#questionButton:hover,
	.block .ask,
	.block .ask:hover,
	.block.catalog .projects.special,
	.block .pre-container .projects input[type="submit"],
	.block.reconstruction .sections,
	.popup-form input[type="submit"] {
		width: 100% !important;
		background: url('../images/mobbtn.png') 0 0 repeat !important;
		line-height: 25px !important;
		padding: 10px 10px !important;
		height: auto !important;
		border: 1px solid #cccccc !important;
		border-radius: 4px !important;
	}
	p.center img {
		display: block !important;
		width: 100% !important;
		margin-top: 10px !important;
	}
	.third {
		width: 100% !important;
		margin: 0 !important;
		margin-top: 10px !important;
	}
	.ask-item.center {
		margin: 0 !important;
		margin-bottom: 10px !important;
	}
	.ask-item {
		margin-bottom: 10px !important;
	}
	.block .pre-container .projects .price1,
	.block .pre-container .projects .price2,
	.block .pre-container .projects .price-info {
		position: relative !important;
	}
	.block .pre-container .projects .price1,
	.block .pre-container .projects .price2 {
		text-align: center !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	.block .pre-container .projects .price-info {
		margin-top: 100px !important;
	}
    .scheme {
        width: 100% !important;
    }
    .scheme .item {
        width: 100% !important;
        display: block !important;
        float: none;
        clear: both;
        margin: 0 !important;
        margin: 15px 0 !important;
        text-align: center !important;
        background-position: center top !important;
    }
    .scheme .item:after {
        display: none !important;
    }
	.container.last img,
	.block.reconstruction .pre-container .container .right,
	.sub-tech .scheme-tech {
		width: 100%;
	}
	.container.last img {
		margin: 0;
	}
	.cottage-table.poly {
		background: none;
		width: 100%;
	}
	.cottage-table.poly tr:nth-child(1) {
		display: none;
	}
	.cottage-table.poly td {
		font-size: 12px !important;
		width: 100%;
		display: block;
	}
	.block .back {
		right: 0;
	}
	.block.reconstruction .pre-container .container.wide .term,
	.block.reconstruction .pre-container .container.wide h3,
	.block.reconstruction .pre-container .container.wide .beautiful,
	.block.reconstruction .pre-container,
	.block.reconstruction .pre-container .container .right.img-technology,
	.block.reconstruction .pre-container .container .right,
	.block.reconstruction .pre-container .container .sub-tech.right.width2,
	.block.reconstruction .pre-container .container .sub-tech.right.width,
	.popup-form,
	.block.var2 .left,
	.block.var2 .right,
	.container .table-item {
		width: 100% !important;
	}
	.block .works, .block .projects {
		padding-bottom: 10px !important;
	}
	#other-projects {
		display: block !important;
		height: 30px !important;
		clear: both !important;
		float: none !important;
	}
	.container .table-item {
		display: block !important;
		height: auto !important;
	}
	.container .table-item h3 {
		display: none !important;
	}
	.popup-form {
		padding: 20px;
	}
	.popup-form p {
		font-size: 12px;
	}
	.block .cottage p,
	.block .technology p,
	.block .credit p {
		font-size: 12px;
	}
	.block .cottage::after {
		right: -90px;
		top: 10px;
	}
	.block .credit::after {
		right: -130px;
	}
	.popup-form .column.right,
	.popup-form .column.left {
		float: none;
		clear: both;
		margin: 0;
		,margin-bottom: 20px;
	}
	.search_double {
        display: block;
        left: 0;
        width: 100%;
        text-align: center;
	}
	.search_double input {
        display: inline-block !important;
        float: none !important;
    }
    .catalog h1 {
        margin-top: 25px;
    }
	.slidermobile {
		display: block;
		width: 320px;
		height: 200px;
		background: url('../img/slidermobile_border.png') 50% 50% / cover no-repeat;
		margin: auto;
		margin-bottom: 15px;
		position: relative;
		z-index: 10;
	}
	.slidermobile__item {
		position: relative;
	}
	.slidermobile__wrap {
		width: 266px;
		height: 196px;
		margin: 2px 27px;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
		align-content: center;
		font-size: 16px;
		text-align: center;
	}
	.slidermobile__wrap p {
        margin: 0;
        padding: 0;
    }
	.slidermobile .lSAction .lSPrev,
	.slidermobile .lSAction .lSNext {
		width: 32px;
		height: 32px;
		position: absolute;
		background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDI4NC45MzUgMjg0LjkzNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg0LjkzNSAyODQuOTM2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTExMC40ODgsMTQyLjQ2OEwyMjIuNjk0LDMwLjI2NGMxLjkwMi0xLjkwMywyLjg1NC00LjA5MywyLjg1NC02LjU2N2MwLTIuNDc0LTAuOTUxLTQuNjY0LTIuODU0LTYuNTYzTDIwOC40MTcsMi44NTcgICBDMjA2LjUxMywwLjk1NSwyMDQuMzI0LDAsMjAxLjg1NiwwYy0yLjQ3NSwwLTQuNjY0LDAuOTU1LTYuNTY3LDIuODU3TDYyLjI0LDEzNS45Yy0xLjkwMywxLjkwMy0yLjg1Miw0LjA5My0yLjg1Miw2LjU2NyAgIGMwLDIuNDc1LDAuOTQ5LDQuNjY0LDIuODUyLDYuNTY3bDEzMy4wNDIsMTMzLjA0M2MxLjkwNiwxLjkwNiw0LjA5NywyLjg1Nyw2LjU3MSwyLjg1N2MyLjQ3MSwwLDQuNjYtMC45NTEsNi41NjMtMi44NTcgICBsMTQuMjc3LTE0LjI2N2MxLjkwMi0xLjkwMywyLjg1MS00LjA5NCwyLjg1MS02LjU3YzAtMi40NzItMC45NDgtNC42NjEtMi44NTEtNi41NjRMMTEwLjQ4OCwxNDIuNDY4eiIgZmlsbD0iIzAwMDAwMCIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) 50% 50% / 24px 24px no-repeat;
		left: 0;
		z-index: 11;
	}
	.slidermobile .lSAction .lSNext {
		transform: rotate(180deg);
		left: calc(100% - 32px);
	}
    .slidermobile__image {
        width: 105px;
        height: 115px;
        position: relative;
        z-index: 8;
    }
    .slidermobile__image.slidermobile__image--image1 {
        background: url('../images/slider-item2.png') right center no-repeat;
    }
    .slidermobile__image.slidermobile__image--image2 {
        background: url('../images/slider-item1.png') right center no-repeat;
    }
    .slidermobile__image.slidermobile__image--image3 {
        background: url('../images/slider-item3.png') right center no-repeat;
    }
    .slidermobile__image.slidermobile__image--image4 {
        background: url('../images/slider-item4.png') right center no-repeat;
    }
    .slidermobile__image.slidermobile__image--image5 {
        background: url('../images/slider-item5.png') right center no-repeat;
    }
    .slidermobile__image.slidermobile__image--image6 {
        background: url('../images/slider-item6.png') right center no-repeat;
    }
    .slidermobile__text {
        position: relative;
        z-index: 10;
        margin-top: -80px;
    }
    .block.reconstruction .pre-container .container .left table,
    .beautiful {
        width: 100%;
    }
    .beautiful td {
        width: 100%;
        display: block;
    }
    .container .right img {
        max-width: 100%;
    }
    .container h3 {
        max-width: 100%;
        padding: 0;
    }
    .block.reconstruction .pre-container .example {
        float: none;
        margin: auto;
        margin-bottom: 20px;
    }
    .block .technology {
        height: auto;
    }
    .block .technology.hand {
        background-size: 100% 100%;
    }
}
.block .cottage::after {
	bottom: -35px;
}
#closeSpan {
	font-size: 0;
	width: 5px;
}
