
.mobile-menu-btn{
	float: right;
	width: 32px;
	height: 21px;
	background: url(images/menu.svg) 0px 0px no-repeat;
	cursor: pointer;
	display: none;
}

.mobile-menu-btn:hover{
	opacity: 0.6;
}


.mobile-menu{
	width: 360px;
	background: #0C214B;
	top: 0;
	right: -360px;
	position: fixed;
	z-index: 100;
	height: 100%;
	padding: 30px;
	padding-top: 154px;
	-moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mobile-menu.active{
	right: 0;
}

.mobile-menu li{
	list-style: none;
	margin-bottom: 30px;
	font-size: 23px;
} 

.mobile-menu a{
	color: #fff;
	text-decoration: none;
}

.mobile-menu a:hover{
	color: #E30613;
}

.close-menu-btn{
    position: absolute;
    left: 30px;
    top: 25px;
    width: 44px;
    height: 44px;
    z-index: 1;
    background: url(images/close.svg) center no-repeat;
    cursor: pointer;
}


.close-menu-btn:hover{
	opacity: 0.8;
}



.mobile-menu-overlay{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: rgba(0, 8, 24, 0.6);
	display: none;
}

.mobile-menu .mobile-phone a{
	padding-top: 20px;
	font-family: 'Proxima Nova Bold';
	padding-bottom: 10px;
	display: block;
	font-size: 23px;
}

.mobile-menu .mobile-email{
	font-size: 23px;
}





@media (max-width: 1130px) {
    .block-content{
        width:940px;
    }
	
	img{
		max-width: 100%;
	}
	
	.menu-btn{
		display: inline-block;
	}	
	
	h1 span {
		font-size: 41px;
	}
	
	h1{
		font-size: 63px;
	}
	
	h1 b {
		font-size: 170px;
	}
	
	.bottom-form-blocks>.input-block>.left {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.bottom-form-blocks>.input-block .right.form-wrapper{
		width: 100%;
	}
	
	.bottom-form-blocks:before{
		display: none;
	}
	
	.mobile-menu-btn{
		display: block;
		margin-left: 15px;
		margin-top: 10px;
	}
	
	#header-fixed .block-content .main-menu{
		display: none;
	}
	
	.top-contacts {
		margin-top: 7px;
		white-space: nowrap;
		float: right;
	}
	
	#footer-form .block-content {
		position: relative;
		min-height: 485px;
	}
	
	#footer-wrapper .footer-top .right.column{
		width: 300px;
		text-align: right;
	}

    #about-block video{
		max-width: 100%;
		height: auto;
	}
	
	#usage-block .top-text {
		padding-right: 395px;
	}
	
	#usage-block .top-text:after{
		background-size: 100%;
		width: 400px;
	}
	
	#usage-block .point-item-1 {
		left: 108px;
		top: 100px;
	}
    
	#usage-block .point-item-2 {
		left: 456px;
		top: 49px;
	}
	
	#usage-block .point-item-3 {
		right: 203px;
		top: 116px;
	}
	
	#usage-block .point-item-4 {
		left: 487px;
		top: 295px;
	}
	
	#usage-block .point-item-6 {
		left: 580px;
		top: 426px;
	}
	
	#usage-block .point-item-5 {
		left: 211px;
		top: 410px;
	}
	
	#preims-block .preims-item .text{
		width: 515px;
	}
	
	#preims-block h2 {
		position: relative;
		padding-left: 425px;
	}
	
	#preims-block .bottom-block{
		width: 510px;
	}
	
	#types-block .content-list{
		padding-left: 552px;
	}
	
	#about-block .title-wr .icon-block {
		float: none;
		clear: both;
		display: inline-block;
		margin-bottom: 40px;
	}
	
	#about-block .title-wr .white-title{
		padding-bottom: 30px;
	}
	
	.products-list-wr .product-item{
		width: 299px;
	}
	
	#components-block h2 br{
		display: none;
	}
	
	#footer-form .block-content input[type="submit"]{
		width: 497px;
	}
	
	.fancybox-content iframe {
        width: 720px;
        height: 405px;
    }
    
}


@media (max-width: 970px) {
    .block-content{
        width:720px;
    }
	
	
	.bottom-form-blocks .email-input{
		margin-top: 20px;
	}
	
	
	.bottom-form-blocks .news-check {
		width: 100%;
		font-size: 14px;
		line-height: 20px;
		margin-right: 0;
	}
	
	.bottom-form-blocks .news-check label{
		display: inline-block;
		vertical-align: top;
		width: 49%;
	}
	
	#footer-wrapper .block-content:before{
		display: none;
	}
	
	#footer-form .block-content{
		overflow: hidden;
	}
	
	#footer-form .errors-wr{
		clear: both;
	}
	
	.bottom-form-blocks .result-block {
		width: 100%;
	}
	
	#footer-wrapper .footer-top .right.column {
        width: 100%;
        text-align: left;
        margin-top: 30px;
		padding-top: 30px;
		border-top: 1px solid rgba(133, 135, 140, 1);
    }
	
	#footer-wrapper .experts {
		text-align: left;
		float: left;
		margin-top: 30px;
	}
	
	.footer-copyright .right{
		clear: both;
		float: none;
		padding-top: 10px;
	}
	
	#header-fixed .block-content{
		padding: 30px 0px;
	}
	
	h1 b {
        font-size: 131px;
    }
	
	#header-block .header-text br{
		display: none;
	}
	
	#usage-block .top-text:after{
		display: none;
	}
	
	#usage-block .top-text {
        padding-right: 0;
    }
	
	#header-block .header-text{
		margin-top: 114px;
	}
	
	#usage-block .point-item-1 {
        left: 81px;
        top: 75px;
    }
	
	#usage-block .point-item-2 {
        left: 351px;
        top: 32px;
    }
	
	#usage-block .point-item-3 {
        right: 160px;
        top: 84px;
    }
	
	#usage-block .point-item-4 {
        left: 367px;
        top: 224px;
    }
	
	#usage-block .point-item-6 {
        left: 435px;
        top: 329px;
    }
	
	#usage-block .point-item-5 {
        left: 157px;
        top: 309px;
    }
	
	#usage-block .tooltip{
		font-size: 18px;
	}
	
	#preims-block h2 {
        position: relative;
        padding-left: 0;
        padding-top: 70px;
    }
	
	#preims-block h2:before{
		top: 0;
	}
	
	#preims-block .preims-item{
		display: block;
	}
	
	#preims-block .preims-item .title{
		width: 100%;
		display: block;
	}
	
	#preims-block .preims-item .text{
        width: 100%;
		float: none;
		padding-top: 20px;
    }
	
	#preims-block .bottom-block {
        width: 100%;
    }
	
	#types-block .images-wr {
		position: relative;
		top: auto;
		left: auto;
		width: 440px;
		margin: 0 auto;
	}
	
	#types-block .tabs-list .news-item{
		margin-right: 70px;
	}

	#types-block .content-list {
        padding-left: 40px;
    }
	
	#types-block .content-list .usage-title {
		padding-top: 64px;
	}
	
	#about-block .about-item .two-columns-block .column {
		width: 100%;
		margin-right: 0;
	}

	.products-list-wr .product-item {
        width: 349px;
    }
	
	.products-list-wr .product-item:nth-child(3n){
		margin-right: 20px;
	}
	
	.products-list-wr .product-item:nth-child(2n){
		margin-right: 0;
	}
	
	#support-block .support-item img {
		position: static;
		right: auto;
		top: auto;
	}
	
	#support-block .support-item{
		padding-right: 30px;
	}
	
	#support-block .support-item .title img{
		position: absolute;
		top: 0;
		left: 0;
	}
	
	#support-block .support-item .title{
		padding-top: 0;
		padding-left: 70px;
		padding-bottom: 20px;
	}
	
	#support-block .support-item h3 {
		padding-top: 13px;
		padding-bottom: 13px;
	}
	
	#support-block .support-item .text{
		padding-top: 15px;
	}
	
	#footer-form .block-content .policy-text{
		width: 100%;
	}
	
	#footer-wrapper .experts{
		float: none;
		clear: both;
		padding-top: 30px;
	}
	
	.footer-copyright .right {
        clear: both;
        float: none;
        padding-top: 20px;
        text-align: left;
    }
	
	#components-block .main-text br{
		display: none;
	}
	
}



@media (max-width: 750px) {
   .block-content{
        width:480px;
		padding: 80px 0;
		text-size-adjust: none;
    }
	
	h1 span {
        font-size: 30px;
        line-height: 36px;
        display: block;
    }
	
	#header-fixed .block-content {
        padding: 30px 0px;
    }
	
	.top-contacts .email{
		display: none;
	}
	
	
	#footer-wrapper .block-content{
		padding-left: 0;
		padding-right: 0;
	}
	
	#footer-wrapper .quest-btn{
		float: right;
	}
	
	#footer-wrapper .footer-top .right.column a:last-child{
		margin-left: 0;
		padding-top: 10px;
	}
	
	#footer-wrapper .footer-top .right.column a{
		display: block;
	}
	
	#header-fixed .block-content {
		height: 70px;
		padding: 11px 0px;
	}
	
	.top-contacts {
        margin-top: 13px;
	}
	
	.mobile-menu-btn {
        margin-left: 42px;
		margin-top: 14px;
	}
	
	h1 {
        font-size: 40px;
    }
	
	h1 b {
        font-size: 88px;
		margin-top: 23px;
    }
	
	#header-block .header-text{
		font-size: 18px;
	}
	
    #header-block .header-text {
        margin-top: 80px;
    }
	
	#header-block .block-content:before {
		width: 1534px;
		margin-left: -767px;
		background-size: 100%;
	}
	
	#header-block{
		background-size: 1534px;
	}
	
	#header-block .block-content {
		min-height: 816px;
	}
	
	h2{
		font-size: 30px;
	}
	
	#usage-block .top-line{
		margin-top: 20px;
	}
	
	#usage-block .tooltip{
		min-height: 64px;
	}
	
	#usage-block .point-item-1 {
        left: 46px;
        top: 37px;
    }
	
	#usage-block .point-item-2 {
        left: 248px;
        top: 29px;
    }
	
	#usage-block .point-item-3 {
        right: 98px;
        top: 47px;
    }
	
	#usage-block .point-item-4 {
        left: 243px;
        top: 133px;
    }
	
	#usage-block .point-item-5 {
        left: 95px;
        top: 203px;
    }
	
	#usage-block .point-item-6 {
        left: 295px;
        top: 221px;
    }
	
	#usage-block .point-item-4 .tooltip {
		width: 166px;
		white-space: normal;
	}
	
	#usage-block .point-item-2 .tooltip {
		width: 226px;
		white-space: normal;
	}
	
	#preims-block .bottom-block{
		padding: 30px;
	}
	
	#types-block .content-list{
		padding: 30px;
	}
	
	#types-block .tabs-list .news-item {
        margin-right: 16px;
    }
	
	#types-block .tabs-list .news-item:last-child{
        margin-right: 0;
    }

	#types-block h2{
		padding-bottom: 26px;
	}
	
	#types-block h2 br{
		display: none;
	}
	
	#types-block .images-wr{
		width: 420px;
	}
	
	#types-block .slick-prev {
		left: 0;
		z-index: 10;
	}
	
	#types-block .slick-next {
		right: 0;
		z-index: 10;
	}
	
	#about-block .icon-block{
		font-size: 18px;
		padding: 31px;
		width: 100%;
		padding-left: 115px;
	}
	
	.products-list-wr .product-item {
        width: 100%;
		margin-right: 0;
    }
	
	.products-list-wr .product-item img {
		width: 100%;
	}
	
	.products-list-wr .product-item:nth-child(3n) {
        margin-right: 0px;
    }
	
	#support-block h2{
		padding-bottom: 40px;
	}
	
	#support-block .support-item h3 {
        padding-top: 0;
        padding-bottom: 0;
    }
	
	#support-block .support-item h3 {
        padding-top: 0;
        padding-bottom: 0;
        min-height: 50px;
        display: table;
    }
	
	#support-block .support-item h3 span{
		display: table-cell;
		vertical-align: middle;
	}
	
	#about-production-block br{
		display: none;
	}
	
	#about-production-block{
		background-size: cover;
	}
	
	#production-block h2{
		padding-bottom: 40px;
	}
	
	#docs-block h2 {
		padding-top: 70px;
		padding-right: 0px;
		padding-bottom: 40px;
	}
	
	#docs-block h2:after{
		left: 0;
		top: 0;
	}
	
	#contractor-block .white-block .text {
		margin-top: 30px;
	}
	
	#contractor-block .white-block{
		width: 100%;
		margin-top: 572px;
	}
	
	#contractor-block {
		background: url(images/bg-368-tn-falc-mob-180625-6.jpg) center -105px no-repeat;
		color: #000;
		height: auto;
		background-size: 750px;
	}
	
	#contractor-block .roof-logo {
		width: 420px;
		background-size: 100%;
		height: 123px;
	}
	
	#footer-form h2{
		padding-bottom: 40px;
	}
	
	#footer-form .block-content .form-item-1, #footer-form .block-content .form-item-2, #footer-form .block-content .form-item-3{
		width: 100%;
		margin-right: 0;
	}

	.fancybox-content iframe {
        width: 450px;
        height: 250px;
    }
	
	#production-block .iframe-video-link svg {
		margin-left: -40px;
		margin-top: -40px;
		width: 80px;
		height: 80px;
	}
	
	#solutions-block .main-text br{
		display: none;
	}
	
}


@media (max-width: 510px) {
	
	#header-block .block-content:before{
		display: none;
	}
	
	#header-block{
		background: url(images/bg-368-tn-falc-mob-180625-1.jpg) top center no-repeat;
	}
	
	#header-block .block-content{
		padding-top: 176px;
	}
	
	#header-block .header-text {
        margin-top: 71px;
    }
	
	#preims-block {
		background: url(images/bg-368-tn-falc-mob-180625-2.jpg) bottom center no-repeat, #0c214c;
		padding-bottom: 64px;
	}
	
	#about-block {
		background: url(images/bg-368-tn-falc-mob-180625-3.jpg) bottom center no-repeat, #0c214c;
		padding-bottom: 36px;
	}
	
	#solutions-block {
		background: url(images/bg-368-tn-falc-mob-180625-4.jpg) bottom center no-repeat, #0c214c;
		padding-bottom: 74px;
	}
	
	#about-production-block {
		background: url(images/bg-368-tn-falc-mob-180625-5.jpg) top center no-repeat;
		min-height: 979px;
	}
	
	#contractor-block{
		background-size: auto;
		background-position: top center;
	}
	
	#contractor-block .white-block {
        margin-top: 391px;
    }
	
}








