@font-face {
	font-family: 'museo';
	src: url('../font/MuseoSansRegular.eot');
    src: url('../font/MuseoSansRegular.woff') format('woff'), 
         url('../font/MuseoSansRegular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'algerian';
	src: url('../font/algerian-webfont.eot');
    src: url('../font/algerian-webfont.woff') format('woff'), 
         url('../font/algerian-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Myriad';
	src: url('../font/MyriadPro-Regular.otf');
	font-weight: normal;
	font-style: normal;
}
.no-gutter {
	padding-left:0;
    padding-right:0;
}
ol, ul {
	list-style: none;
}
a:hover {
	text-decoration: none;
}
.wrapper {
	max-width: 1940px;
	margin: 0 auto;
	overflow: hidden;
}
body {
	font-family: museo;
	background: #d2d2d2;
}
h1 {
	font-size: 50px;
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}
h1:after {
	display: block;
	position: absolute;
	content: '';
	width: 60px;
	height: 5px;
	background: #5f9229;
	left: 50%;
    margin-left: -30px;
	bottom: -30px;
}
header {
	background: url(../bg/head.jpg) no-repeat;
	background-size: cover;
	color: #fff;
	position: relative;
	padding: 12px 0 12px;
	margin-top: 50px;
/*	overflow: hidden;*/
}

.navbar-costom {
    background-color: #3b9312;
    border-color: #4a9925;
}
.navbar-costom .navbar-nav>li>a {
    color: #fff;
}
.navbar-costom .navbar-nav>li>a:hover {
    color: #fff343;
}

.navbar-costom .navbar-toggle {
    border-color: #fff;
}
.navbar-costom .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-costom .navbar-nav>.active>a, .navbar-costom .navbar-nav>.active>a:focus, .navbar-costom .navbar-nav>.active>a:hover {
	color: #555;
    background-color: #fff343;
}

header h2 {
	font-size: 45px;
	position: relative;
}
header h1+p {
	font-size: 16px;
}
header h2:after {
	position: absolute;
	display: block;
	content: '24';
	border-radius: 50%;
	border: 2px solid #fff;
	top: -10px;
	right: 30px;
	font-size: 20px;
	padding: 5px;
}
.contact-num {
	margin-top: 20px;
	position: relative;
}
.modal-form {
	display: block;
	position: absolute;
	content: '';
	width: 50px;
	height: 80px;
	background: url(../bg/phone2.png) no-repeat;
	left: -40px;
	bottom: -3px;
}
.modal-form:hover {
	background: url(../bg/phone.png) no-repeat;
	cursor: pointer;
}
.contact-num p {
	margin: 0 0;
}
.contact-num p:first-child {
	font-size: 16px;
}
.contact-num p:first-child span{
	text-decoration: underline;
	margin-right: 30px;
}
.contact-num p:nth-child(2) {
	font-size: 36px;
}
.contact-num p:nth-child(2) span{
	font-size: 28px;
}
.contact-num p:nth-child(3) {
	font-size: 16px;
	font-family: 'Gabriela', serif;
}


.header-carusel {
	background: url(../bg/slider-bg2.jpg) no-repeat;
/*	padding: 50px 0 0px;*/
}
.head-carusel {
	margin: 0 auto;
	padding: 50px 0 0;
}

.header-carusel .carousel {
	height: 34.5em;
}
.header-carusel .carousel-inner {
	height: 29em;
	width: 1200px;
	margin: 0px auto 0;
}
.order {
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 410px;
	top: 0;
	right: 40px;
	background: rgb(59, 147, 18);
	padding: 30px 0px 0 30px;
}
.order h2 {
	font-size: 30px;
	color: #fff343;
	padding: 0 50px 0 0;
	position: relative;
}
.order h2:after {
	position: absolute;
	display: block;
	content: '';
	width: 40px;
	height: 180px;
	background: url(../img/form-arow.png) no-repeat;
	right: 45px;
	top: 90px;
}
.feedback-form input {
	font-size: 16px;
	padding: 10px 80px 10px 20px;
	display: block;
	border: 2px solid #527c26;
}
.feedback-form input[type="text"] {
	margin: 25px 0 15px;
}
.feedback-form input[type="submit"] {
	text-align: center;
	padding: 13px 90px;
	font-size: 16px;
	text-transform: uppercase;
	background: #fff343;
	border: none;
	border-radius: 4px;
	margin-top: 20px;
	font-weight: bold;
}
.modal-dialog {
	width: 350px;
	color: #000;
	position: relative;
}
.modal-body {
	text-align: center;
	padding: 0
}
.modal-body input {
	width: 220px;
}
.modal-body form input[type="submit"] {
	padding: 12px 0;
}
.modal-body form input{
	margin: 30px auto !important;
/*	text-align: center !important;*/
}
.modal-body h3 {
	font-size: 30px;
	color: #fff;
}
.modal-header {
	background: url(../bg/tx.jpg);
	padding: 10px 30px 20px;
}
.modal-header+p {
	font-family: museo !important;
	padding: 20px 70px 0;
}
#myModal5 .modal-content {
	background: url(../bg/tx.jpg);
	padding: 40px 0 40px;
}
#myModal5 .close {
	top: -40px;
}
.close {
	top: 0;
	position: absolute;
	right: -55px;
	font-size: 40px;
	color: #000;
	width: 45px;
	height: 45px;
/*	background: url(../img/close.png) no-repeat;*/
	opacity: 1;
}
.header-carusel .item {
	height: 29em;
	width: 1200px;
	margin-top: 0px;
}
.header-carusel .item img {
	display: block;
	bottom: 0px;
	right: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 480px){
	.header-carusel .item img {
		display: none;
	}
}
.header-carusel .controls {
    position:relative;
	bottom: 250px;
}
.header-carusel .carousel-control {
    position: absolute;
	width: 30px;
	height: 40px;
	z-index: 3;
}
.header-carusel .controls .right {
	background: url(../img/arow3.png) no-repeat !important;
	opacity: 1;
	right: 10px;
}
.header-carusel .controls .left {
	background: url(../img/arow4.png) no-repeat !important;
	opacity: 1;
	left: 15px;
}
.header-carusel .carousel-indicators{
	bottom: 10px;
}
.header-carusel .carousel-indicators li{
	background: #fff;
	border: 3px solid #5f9229;
	padding: 5px;
	margin: 0 5px;
}
.header-carusel .carousel-indicators .active {
	background: #5f9229;
}



.triger {
/*	font-family: Myriad;*/
	color: #fff;
	font-size: 18px;
	background: url(../bg/tx.jpg);
	padding: 40px 0 40px;
}
.triger-item {
	text-align: center;
	padding: 0 30px;
}
.trig-icon {
	height: 140px;
	background: url(../img/triger1.png) no-repeat center;
	margin-top: 10px;
}
.triger-item:nth-child(2) .trig-icon {
	background: url(../img/triger2.png) no-repeat center;
}
.triger-item:nth-child(3) .trig-icon {
	background: url(../img/triger3.png) no-repeat center;
}
.triger-item:nth-child(4) .trig-icon {
	background: url(../img/triger4.png) no-repeat center;
}


.triger-content {
	background: url(../bg/24.jpg) no-repeat;
	padding:70px 0;
}
.trig-content {
	background: url(../bg/24bg.png) no-repeat center;
	text-align: center;
	padding: 30px 0 90px;
}
.trig-content p:first-child{
	font-family: algerian;
	font-size: 190px;
	font-style: italic;
	color: #5f9229;
}
.trig-content p:last-child {
	font-size: 30px;
	color: #333;
	width: 300px;
	margin: -60px auto 0;
}
.free {
	padding: 70px 0 90px;
	background: #fff;
	background-size: 100% 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.free:before {
	display: block;
	position: absolute;
	content: '';
	height: 100%;
	width: 770px;
	background: url(../bg/free1.jpg) no-repeat;
/*	background-size: 100%;*/
	top: 0;
	left: 0;
	z-index: -1;
}
.free:after {
	display: block;
	position: absolute;
	content: '';
	height: 100%;
	width: 720px;
	background: url(../bg/free2.jpg) no-repeat;
/*	background-size: 100%;*/
	top: 0;
	right: 0;
	z-index: -1;
}
@media screen and (max-width:1366px) {
	.free:before {
/*		width: 430px;*/
/*		background-size: 100%;*/
		left: -300px;
	}
	.free:after {
		right: -300px;
	}
}
@media screen and (min-width:1366px) and (max-width:1660px) {
	.free:before {
		left: -220px;
	}
	.free:after {
		right: -220px
	}
}
@media screen and (min-width:1660px) {
	.free:before {
		left: -80px;
/*		width: 600px;*/
	}
	.free:after {
		right: -80px
	}
}
@media screen and (min-width:1800px) {
	.free:before {
		left: 0px;
	}
	.free:after {
		right: 0px
	}
}
.free p {
	font-size: 22px;
	text-align: center;
	padding: 0 20px;
	width: 560px;
	margin: 0 auto 30px;
	z-index: 12;
}
.but {
	display: block;
	width: 220px;
	text-align: center;
	color: #000;
	font-size: 20px;
	padding: 10px;
	margin: 0 auto;
	border: 3px solid #5f9229;
	border-radius: 50px;
}
.but:hover {
	color: #fff;
	background: #5f9229;
	cursor: pointer;
}
.content {
	background: url(../bg/tx.jpg);
	padding: 80px 0;
}
.content h1, .carusel-ofice h1 {
	color: #fff;
}
.content h1 {
	margin-bottom: 80px;
}
.content h1:after, .carusel-ofice h1:after {
	background: #fff;
}
.cont-item {
	color: #fff;
	text-align: center;
/*	margin-top: 60px;*/
	height: 420px;
	margin: 0px 0 0;
}
.cont-item h3 {
	font-size: 22px;
	position: relative;
	margin-bottom: 20px;
}
.cont-item h3:after {
	display: block;
	position: absolute;
	content: '';
	width: 40px;
	height: 3px;
	background: #fff;
	bottom: -15px;
	left: 44%;
}
.cont-item p {
	font-size: 18px;
	padding: 0 20px
}
.cont-icon {
	height: 170px;
	width: 250px;
	background: url(../img/sprite.png) no-repeat;
	background-position: 20px -15px;
	margin: 0 auto 0;
	position: relative;
}
.cont-icon:before {
	position: absolute;
	display: block;
	content: '1';
	font-size: 22px;
	background: #3A9312; 
	border-radius: 50%;
	border: 3px solid #fff;
	padding: 3px 12.5px;
	top: 15px;
	left: 50px;
	text-align: center;
}
.cont-item:nth-of-type(2) .cont-icon {
	background-position: -190px -15px;
}
.cont-item:nth-of-type(2) .cont-icon:before {
	content: '2';
}
.cont-item:nth-of-type(3) .cont-icon {
	background-position: -400px -15px;
}
.cont-item:nth-of-type(3) .cont-icon:before {
	content: '3';
}
.cont-item:nth-of-type(4) .cont-icon {
	background-position: 20px -220px;
}
.cont-item:nth-of-type(4) .cont-icon:before {
	content: '4';
	top: 17px;
	left: 48px;
}
.cont-item:nth-of-type(5) .cont-icon {
	background-position: -190px -220px;
}
.cont-item:nth-of-type(5) .cont-icon:before {
	content: '5';
	top: 17px;
	left: 49px;
}
.cont-item:nth-of-type(6) .cont-icon {
	background-position: -400px -220px;
}
.cont-item:nth-of-type(6) .cont-icon:before {
	content: '6';
	top: 17px;
	left: 50px;
}
.cont-item:nth-of-type(7) .cont-icon {
	background-position: 20px -430px;
}
.cont-item:nth-of-type(7) .cont-icon:before {
	content: '7';
	top: 17px;
	left: 48px;
}
.cont-item:nth-of-type(8) .cont-icon {
	background-position: -190px -430px;
}
.cont-item:nth-of-type(8) .cont-icon:before {
	content: '8';
	top: 17px;
	left: 49px;
}
.cont-item:nth-of-type(9) .cont-icon {
	background-position: -400px -430px;
}
.cont-item:nth-of-type(9) .cont-icon:before {
	content: '9';
	top: 17px;
	left: 50px;
}
.cat-icon1 {
	padding-left:40px;
	font-size:13px;
	background:url(../img/icon2.jpg) no-repeat;
	background-size: 30px 30px;
	min-height: 35px;
	margin-bottom: 5px;
}
.cat-icon2 {
	padding-left:40px;
	font-size:13px;
	background:url(../img/icon1.jpg) no-repeat;
	background-size: 30px 30px;
	min-height: 35px;
	padding-top:5px;
	margin-bottom: 5px;
}
.cat-item {
	background: white;
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 30px;
    float: left;
}
.cat-item img {
	max-width: 100%;border-radius:3px;
}
.cat-h1 {
	font-size:20px;margin: 10px 0;
}
.cat-price {
	font-size:20px;margin: 10px 0;
}
.cat-price span {
	background:#ffd941;padding: 6px 10px;
}
.catprice2 {
	background: #ff4141 !important;
    color: #fff;
}
.cat-price s {
	font-size:14px;
}
.but-yel {
    background: #ffd941;
	border: 0px;
	padding:10px 20px;
	border-radius:30px;
	font-size: 18px;
	margin-bottom: 30px;
}
.but-yel:hover {
    background: #ffd941;
	border: 0px;
}
.roof {
	background: #fff;
	padding: 80px 0 70px;
}
.roof h1 {
/*	margin-bottom: 40px;*/
}
.price-roof {
	text-align: center;
	margin-top: 50px;
}
.price-roof img, .tech-item img, .ligth-item img {
	width: 100%;
}
.price-roof h2{
	font-size: 24px;
	position: relative;
	margin: 30px 0 30px;
}
.price-roof h2:after {
	position: absolute;
	display: block;
	content: '';
	width: 45px;
	height: 2px;
	background: #000;
	border-left: 15px solid #5f9229;
	border-right: 15px solid #5f9229;
	bottom: -12px;
	left: 45%
}
.price-roof .but, .tech-item .but, .ligth-item .but {
	font-size: 18px;
}


.techno {
	background: url(../bg/bg-tech.jpg) no-repeat;
	padding: 60px 0 60px;
}
.tech-item {
	text-align: center;
	margin-top: 40px;
}
.tech-item .but {
/*	width: 100px;*/
}
.tech-item h2 {
	margin-bottom: 20px;
}

.tech-item>div {
	background: #fff;
	padding: 10px 0 20px;
}

.light {
	background: #f5f5f5;
	padding: 40px 0 80px;
}
.ligth-item h2 {
	margin: 0 0 20px;
	text-align: center;
}
.ligth-item>div {
	background: #fff;
	padding: 0px 15px 20px;
}
.ligth-item {
	margin-top: 30px;
}


.question-carusel {
	background: url(../bg/bg-tech.jpg) no-repeat;
	padding: 50px 0 0px;
}
.question-carusel h1 {
	padding: 0 0px;
}
.question-carusel .item {
	height: 46em;
	position: relative;
}
.question-carusel .carousel-inner img {
	position: absolute;
	bottom: 0px;
	right: 0;
}
.question-carusel .carousel {
	height: 46em;
}
.quest-content h4 {
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 40px;
}
.quest-content p {
	font-size: 18px;
	line-height: 26px;
}
.question-carusel .carousel-inner {
}
.question-carusel .controls {
    position:relative;
	bottom: 100px;
}
.question-carusel .carousel-control {
    position: absolute;
	width: 30px;
	height: 40px;
}
.question-carusel .controls .right {
	background: url(../img/arow3.png) no-repeat !important;
	opacity: 1;
	right: 10px;
}
.question-carusel .controls .left {
	background: url(../img/arow4.png) no-repeat !important;
	opacity: 1;
	left: 15px;
}
.question-carusel .carousel-indicators{
	bottom: 60px;
}
.question-carusel .carousel-indicators li{
	background: #fff;
	border: 3px solid #5f9229;
	padding: 5px;
	margin: 0 5px;
}
.question-carusel .carousel-indicators .active {
	background: #5f9229;
}




.trust {
	background: #f5f5f5;
	padding: 40px 0 40px;
}
.trust-list {
	text-align: center;
}
.trust-list h2 {
	font-size: 24px;
	text-align: center;
	position: relative;
	margin-bottom: 50px;
}
.trust-list h2:after {
	position: absolute;
	display: block;
	content: '';
	width: 50px;
	height: 3px;
	background: #5f9229;
	left: 46%;
	bottom: -15px;
}
.trust-photo:hover:after {
	content: '';
    width: 82%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.50);
    top: 0px;
    left: 9%;
    background-image: url(../img/zoom.png);
    background-position: center center;
    background-repeat: no-repeat;
}



.collors {
	background-image: url(../bg/bd-tab.jpg) no-repeat;
	background-color: white;
	padding: 60px 0 80px;
	background-position: center;
}
.collors h1 {
	padding: 0 300px;
	margin-bottom: 70px;
}
.tab-port {
    padding: 0 15px;
	background: url(../img/rezult-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.nav-port {
    width: 100%;
    margin: 0 auto 50px;
    text-align: center;
	float:left;
}
.nav-port .active {
/*	background: none;*/
	opacity: 1;
	box-shadow: inset 0 0 0 3px #5f9229;
}
.nav-port li {
    display: inline-block;
/*	width: 70px;
	height: 60px;*/
	margin: 0 10px;
    border: 1px solid #5f9229;
/*	box-sizing: border-box;*/
}
.nav-port li a { 
	color: black;
}
.nav-port li:nth-child(1) a {

}
.nav-port li:nth-child(2) a {

}
.nav-port li:nth-child(3) a {

}
.nav-port li:nth-child(4) a {
	
}
.nav-port li:nth-child(5) a {

}
.nav-port li:nth-child(6) a {

}
.nav-port li:nth-child(7) a {

}
.nav-port li:nth-child(8) a {

}
.nav-port li a:hover {
/*	background: none;*/
}
.nav-port li a:focus {
/*    background: none;*/
    opacity: 1;
	box-shadow: inset 0 0 0 3px #5f9229;
}
.nav-port li a {
    display: block;
}
.tab-item {
	text-align: center;
	margin-bottom: 30px;
}
.tab-item a {
	display: block;
    position: relative;
}
.tab-item img {
    max-height: 330px;
	position: relative;
    max-width: 100%;
}
.tab-item img:hover {
}
.tab-item img:focus, .tab-item:focus {
	outline: none;
	border: none;
}
.tab-item a:hover:after {
	content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.50);
    top: 0px;
    left: 0px;
    background-image: url(../img/zoom.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.rezult-h1 {
	text-align: left;
	font-size: 26px;
	border-bottom: 1px solid black;
	margin-bottom: 10px;
}
.rezult-text {
	text-align: left;
	font-size: 18px;
	margin-top: 10px;
}

.carusel-ofice {
    background: url(../bg/slider-bg.jpg);
	padding: 60px 0;
}
.carusel-ofice .item a{
	display: block;
	width: 100%;
	height: 100%;
}
.carusel-ofice .item a:hover:after {
	content: '';
    width: 92.5%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.50);
    top: 0px;
    left: 4%;
    background-image: url(../img/zoom.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.carusel-ofice .item img {
	width: 100%;
	border: 4px solid #fff;
}
.carusel-ofice .item {
	height: 17em;
	margin: 60px 0 0;
}
.carusel-ofice .item>div {
	margin-bottom: 85px;
}
.carusel-ofice .carousel-indicators{
	bottom: 0;
}
.carusel-ofice .carousel-indicators li{
	background: #5f9229;
	border: 3px solid #fff;
	padding: 5px;
	margin: 0 5px;
}
.carusel-ofice .carousel-indicators .active {
	background: #fff;
}
.carousel {
   height: 29em;
}
.controls {
    position:relative;
}
.carousel-control {
    position: absolute;
	width: 30px;
	height: 40px;
	bottom: 0px;
}
.controls .right {
	background: url(../img/arow.png) no-repeat !important;
	opacity: 1;
	right: 10px;
}
.controls .left {
	background: url(../img/arow2.png) no-repeat !important;
	opacity: 1;
	left: 15px;
}


.rewiews {
	padding: 80px 0 80px;
	background: #f5f5f5;
}
.rewiew-item {
	padding: 0px 40px 0;
	position: relative;
	margin: 100px 0 0;
}
.rewiew-item>div {
	background: #fff;
	text-align: center;
	padding: 80px 40px 50px;
	border: 4px solid #d2d2d2;
}
.rewiew-item h2 {
	font-size: 22px;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.rewiew-item h2:after {
	position: absolute;
	display: block;
	content: '';
	width: 50px;
	height: 3px;
	background: #5f9229;
	left: 46%;
	bottom: -15px;
}
.rewiew-item h2+p {
	font-size: 14px;
	margin-bottom: 20px;
}
.rewiew-item h2+p+p {
	font-size: 16px;
}
.rew-photo1, .rew-photo2 {
	border: 4px solid #6a9937
}
.rew-photo1 {
	width: 120px;
	height: 120px;
	position: absolute;
	top: -50px;
	left: 90px;
	border-radius: 50%;
}
.rew-photo2 {
	width: 120px;
/*	height: 200px;*/
	position: absolute;
	top: -80px;
	right: 80px;
}
.rew-photo1 img {
	border-radius: 50%;
	width: 100%;
	height:100%;
}
.rew-photo1 img, .rew-photo2 img {
	width: 100%;
}
.rewiew-photo:hover:after {
	content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.50);
    top: 0px;
    left: 0px;
    background-image: url(../img/zoom.png);
    background-position: center center;
    background-repeat: no-repeat;
/*	border-radius: 50%;*/
}



.contacts {
	background: url(../bg/bd-tab.jpg);
	padding: 60px 0 0;
	background-position: center;
}
.contacts p {
	font-size: 18px;
	padding: 20px 0;
}
.map {
    height: 34em;
	width: 1350px;
	margin: 0 auto;
}
footer {
	background: #3b9312;
	background-size: cover;
	color: #fff;
	padding: 20px 0 15px;
}
footer h2 {
	font-size: 45px;
	position: relative;
}
footer h1+p {
	font-size: 16px;
}
footer h2:after {
	position: absolute;
	display: block;
	content: '24';
	border-radius: 50%;
	border: 2px solid #fff;
	top: -10px;
	right: 30px;
	font-size: 20px;
	padding: 5px;
}
footer .contact-num:before {
	background: url(../bg/phone2.png) no-repeat;
}
.new-block{
	background-image: url(../bg/man.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.new-block h2{
	text-align: right;
	color: #fff;
	margin-top: 75px;
	font-size: 50px;
}
.new-block p{
	text-align: right;
	color: #fff;
	margin-top: 30px;
	font-size: 20px;
}
.but-new{
	border: 3px solid #fff;
	color: #fff;
	margin-bottom: 65px;
	margin-top: 15px;
}
.new-block .hr{
	width: 60px;
	height: 5px;
	background-color: #fff;
}
@media(min-width: 992px) and (max-width: 1199px){
	.right-box{
		z-index: 10;
	}
	.contact-num{
		 z-index: 10;
    right: 30px;
	}
	#header h2:after{
		right: -20px;
	}
	.wrapper.right-box{
		z-index: 10;
	}
	.wrapper.contact-num{
		 z-index: 10;
    right: 30px;
	}
	.wrapper h2:after{
		right: -20px;
	}
	.carousel-inner .order{
		    right: 300px;
		    width: 350px;
	}
	.order h2:after{
		display: none;
	}
	.home-block{
		display: none;
	}
}
@media(min-width: 768px) and (max-width: 991px){
	.right-box{
		z-index: 10;
	}
	.contact-num{
		 z-index: 10;
    right: 30px;
	}
	#header h2{
		font-size: 40px;
	}
	#header h2:after{
		right: -50px;
	}
	.contact-num p:nth-child(2){
		font-size: 24px;
	}
	.contact-num p:nth-child(1){
		font-size: 12px;
	}
	.wrapper.right-box{
		z-index: 10;
	}
	.wrapper.contact-num{
		 z-index: 10;
    right: 30px;
	}
	.wrapper h2{
		font-size: 40px;
	}
	.wrapper h2:after{
		right: -50px;
	}
	.carousel-inner .order{
		    right: 480px;
		    width: 350px;
	}
	#carousel-example-generic2 h2{
		font-size: 28px;
	}
	.order h2:after{
		display: none;
	}
	.home-block{
		display: none;
	}
	.free:after{
		width: 0;
	}
	.cont-item p {
    font-size: 13px;
    padding: 0 20px;
	}
	.new-block{
		background-position: -670px;
	}
	.tech-item h2{
		font-size: 20px;
	}
	.but{
		width: 200px;
	}
	.girl{
		width: 300px;
	}
	.collors h1 {
    padding: 0 35px;
    margin-bottom: 60px;
    font-size: 25px;
	}
	.nav-port li {
		width: ;
	}
	.carusel-ofice{
		padding: 0;
	}
	.carusel-ofice .carousel-indicators{
		bottom: 65px;
	}
	.rew-photo1 {
    width: 90px;
    height: 90px;
    position: absolute;
    top: -50px;
    left: 50px;
  }
  .rewiew-item h2{
  	font-size: 20px;
  }
  .rewiew-item h2+p+p {
    font-size: 13px;
    font-style: italic;
    padding: 0 0px;
	}
}
@media(min-width: 480px) and (max-width: 767px){
	.right-box{
		z-index: 10;
	}
	.contact-num{
		 z-index: 10;
    right: 0px;
    text-align: center;
	}
	.modal-form{
		left: 40px;
	}
	#header h2{
		font-size: 40px;
		text-align: center;
	}
	#header h2:after{
		right: 50px;
	}
	#header p{
		text-align: center;
	}
	.contact-num p:nth-child(2){
		font-size: 24px;
	}
	.contact-num p:nth-child(1){
		font-size: 12px;
	}
	.wrapper.right-box{
		z-index: 10;
	}
	.wrapper.contact-num{
		 z-index: 10;
    right: 0px;
    text-align: center;
	}
	.wrapper h2{
		font-size: 40px;
		text-align: center;
	}
	.wrapper p{
		text-align: center;
	}
	.wrapper h2:after{
		right: 50px;
	}
	.carousel-inner .order{
    left: 80px;
    width: 330px;
	}
	#carousel-example-generic2 h2{
		font-size: 28px;
	}
	.order h2:after{
		display: none;
	}
	.home-block{
		display: none;
	}
	.free:after{
		width: 0;
	}
	.free h1{
		font-size: 20px;
	}
	.free h1:after{
	}
	.free p{
		font-size: 17px;
		width: 320px;
		text-align: center;
	}
	.content{
		padding: 30px 0;
	}
	.content h1{
		font-size: 30px;
	}
	.content h1:after{
	}
	.cont-item{
		height: 300px;
	}
	.cont-item p {
    font-size: 13px;
    padding: 0 20px;
	}
	.new-block{
		background-position: -550px;
	}
	.tech-item h2{
		font-size: 20px;
	}
	.but{
		width: 200px;
	}
	.tech-item .but{
		font-size: 12px;
		width: 170px;
	}
	#carousel-example-generic1{
		text-align: center;
	}
	.girl{
		display: none;
	}
	.but-new{
		float: none!important;
	}
	.hr{
		float: none!important;
		margin: 0 auto;
	}
	.trust h1{
		font-size: 25px;
	}
	.trust h1:after{
		}
	.trust h2{
		font-size: 22px;
	}
	.trust h2:after{
		}
	.collors h1 {
    padding: 0 35px;
    margin-bottom: 60px;
    font-size: 25px;
	}
	.nav-port li {
		width: ;
	}
	.carusel-ofice{
		padding: 0;
	}
	.carusel-ofice .carousel-indicators{
		bottom: 65px;
	}
	.rew-photo1 {
    width: 90px;
    height: 90px;
    position: absolute;
    top: -50px;
    left: 50px;
  }
  .rewiews h1{
  	font-size: 25px;
  }
  .rewiew-item h2{
  	font-size: 20px;
  }
  .rewiew-item h2+p+p {
    font-size: 13px;
    font-style: italic;
    padding: 0 0px;
	}
	.rew-photo1 {
    width: 120px;
    height: 120px;
    position: absolute;
    top: -50px;
    left: 70px;
	}
	.rew-photo2 {
		top: -60px;
	}
}
@media(min-width: 414px) and (max-width: 479px){
	.right-box{
		z-index: 10;
	}
	.contact-num{
		 z-index: 10;
    right: 0px;
    text-align: center;
	}
	.modal-form{
		left: 40px;
	}
	#header h2{
		font-size: 40px;
		text-align: center;
	}
	#header h2:after{
		right: 50px;
	}
	#header p{
		text-align: center;
	}
	.contact-num p:nth-child(2){
		font-size: 24px;
	}
	.contact-num p:nth-child(1){
		font-size: 12px;
	}
	.wrapper.right-box{
		z-index: 10;
	}
	.wrapper.contact-num{
		 z-index: 10;
    right: 0px;
    text-align: center;
	}
	.wrapper h2{
		font-size: 40px;
		text-align: center;
	}
	.wrapper p{
		text-align: center;
	}
	.wrapper h2:after{
		right: 50px;
	}
	.carousel-inner .order{
		left: 70px;
    width: 280px;
    height: 300px;
	}
	.carousel-inner .feedback-form input{
		font-size: 15px;
    padding: 5px 50px 5px 20px;
	}
	.feedback-form input[type="submit"]{
		padding-right: 70px;
		padding-left: 62px;
	}
	#carousel-example-generic2 h2{
		font-size: 17px;
		text-align: center;
    padding: 0 30px 0 0
	}
	.order h2:after{
		display: none;
	}
	.home-block{
		display: none;
	}
	.free:after{
		width: 0;
	}
	.free h1{
		font-size: 20px;
	}
	.free h1:after{
	}
	.free p{
		font-size: 17px;
		width: 320px;
		text-align: center;
	}
	.content{
		padding: 30px 0;
	}
	.content h1{
		font-size: 30px;
	}
	.content h1:after{
	}
	.cont-item{
		height: 300px;
	}
	.cont-item p {
    font-size: 13px;
    padding: 0 20px;
	}
	.new-block{
		background-position: -630px;
	}
	.tech-item h2{
		font-size: 20px;
	}
	.but{
		width: 200px;
	}
	.tech-item .but{
		font-size: 12px;
		width: 170px;
	}
	#carousel-example-generic1{
		text-align: center;
	}
	.girl{
		display: none;
	}
	.but-new{
		float: none!important;
	}
	.hr{
		float: none!important;
		margin: 0 auto;
	}
	.trust-img{
		width: 300px;
	}
	.trust h1{
		font-size: 25px;
	}
	.trust h1:after{
		}
	.trust h2{
		font-size: 22px;
	}
	.trust h2:after{
		}
	.collors h1 {
    padding: 0 35px;
    margin-bottom: 60px;
    font-size: 25px;
	}
	.nav-port li {
		margin-bottom: 20px;
	}
	.carusel-ofice{
		padding: 0;
	}
	.carusel-ofice .carousel-indicators{
		bottom: 65px;
	}
	.rew-photo1 {
    width: 90px;
    height: 90px;
    position: absolute;
    top: -50px;
    left: 50px;
  }
  .rewiews h1{
  	font-size: 25px;
  }
  .rewiew-item h2{
  	font-size: 20px;
  }
  .rewiew-item h2+p+p {
    font-size: 13px;
    font-style: italic;
    padding: 0 0px;
	}
	.rew-photo1 {
    width: 120px;
    height: 120px;
    position: absolute;
    top: -50px;
    left: 50px;
	}
	.rew-photo2 {
		top: -60px;
		right: 50px;
	}
}
@media(min-width: 100px) and (max-width: 500px){
	.header-carusel .carousel {
    height: 29em;
}
}
@media(min-width: 375px) and (max-width: 413px){
	.right-box{
		z-index: 10;
	}
	.contact-num{
		 z-index: 10;
    right: 0px;
    text-align: center;
	}
	.modal-form{
		left: 20px;
	}
	#header h2{
		font-size: 40px;
		text-align: center;
	}
	#header h2:after{
		right: 45px;
	}
	#header p{
		text-align: center;
	}
	.contact-num p:nth-child(2){
		font-size: 24px;
	}
	.contact-num p:nth-child(1){
		font-size: 12px;
	}
	.wrapper.right-box{
		z-index: 10;
	}
	.wrapper.contact-num{
		 z-index: 10;
    right: 0px;
    text-align: center;
	}
	.wrapper h2{
		font-size: 40px;
		text-align: center;
	}
	.wrapper p{
		text-align: center;
	}
	.wrapper h2:after{
		right: 45px;
	}
	.carousel-inner .order{
		left: 70px;
    width: 240px;
    height: 300px;
	}
	.carousel-inner .feedback-form input{
		font-size: 15px;
    padding: 5px;
	}
	.feedback-form input[type="submit"]{
		padding-right: 53px;
		padding-left: 45px;
	}
	#carousel-example-generic2 h2{
		font-size: 17px;
		text-align: center;
    padding: 0 30px 0 0
	}
	.order h2:after{
		display: none;
	}
	.home-block{
		display: none;
	}
	.free:after{
		width: 0;
	}
	.free h1{
		font-size: 20px;
	}
	.free h1:after{
	}
	.free p{
		font-size: 17px;
		width: 320px;
		text-align: center;
	}
	.content{
		padding: 30px 0;
	}
	.content h1{
		font-size: 20px;
	}
	.content h1:after{
	}
	.cont-item{
		height: 300px;
	}
	.cont-item p {
    font-size: 13px;
    padding: 0 20px;
	}
	.roof{
		padding-top: 0;
	}
	.roof h1{
		font-size: 24px;
	}
	.roof h1:after{
		left: 41%;
	}
	.question-carusel{
		padding-top: 0;
	}
	.question-carusel h1{
		font-size: 30px;
	}
		.question-carusel h1:after{
		left: 41%;
	}
	.new-block{
		background-position: 0px;
	}
	.tech-item h2{
		font-size: 20px;
	}
	.but{
		width: 200px;
	}
	.tech-item .but{
		font-size: 12px;
		width: 170px;
	}
	#carousel-example-generic1{
		text-align: center;
	}
	.girl{
		display: none;
	}
	.but-new{
		float: none!important;
	}
	.hr{
		float: none!important;
		margin: 0 auto;
	}
	.trust-img{
		width: 300px;
	}
	.trust h1{
		font-size: 25px;
	}
	.trust h1:after{
		}
	.trust h2{
		font-size: 22px;
	}
	.trust h2:after{
		}
	.collors h1 {
    padding: 0 35px;
    margin-bottom: 60px;
    font-size: 25px;
	}
	.nav-port li {
		margin-bottom: 20px;
	}
	.carusel-ofice{
		padding: 0;
	}
	.carusel-ofice .carousel-indicators{
		bottom: 65px;
	}
	.rew-photo1 {
    width: 90px;
    height: 90px;
    position: absolute;
    top: -50px;
    left: 50px;
  }
  .rewiews h1{
  	font-size: 25px;
  }
  .rewiew-item h2{
  	font-size: 20px;
  }
  .rewiew-item h2+p+p {
    font-size: 13px;
    font-style: italic;
    padding: 0 0px;
	}
	.rew-photo1 {
    width: 120px;
    height: 120px;
    position: absolute;
    top: -50px;
    left: 50px;
	}
	.rew-photo2 {
		top: -60px;
		right: 50px;
	}
}
@media(min-width: 360px) and (max-width: 374px){
	.right-box{
		z-index: 10;
	}
	.contact-num{
		 z-index: 10;
    right: 0px;
    text-align: center;
	}
	.modal-form{
		left: 0px;
	}
	#header h2{
		font-size: 30px;
		text-align: center;
	}
	#header h2:after{
		right: 30px;
	}
	#header p{
		text-align: center;
	}
	.contact-num p:nth-child(2){
		font-size: 24px;
	}
	.contact-num p:nth-child(1){
		font-size: 12px;
	}
	.wrapper.right-box{
		z-index: 10;
	}
	.wrapper.contact-num{
		 z-index: 10;
    right: 0px;
    text-align: center;
	}
	.wrapper h2{
		font-size: 30px;
		text-align: center;
	}
	.wrapper p{
		text-align: center;
	}
	.wrapper h2:after{
		right: 30px;
	}
	.carousel-inner .order{
		left: 60px;
    width: 240px;
    height: 300px;
	}
	.techno h1{
		font-size: 25px;
	}
	.techno h1:after{
		
	}
		.light h1{
		font-size: 25px;
	}
	.light h1:after{
		
	}
	.light h2{
		font-size: 23px;
	}
	.carousel-inner .feedback-form input{
	font-size: 15px;
    padding: 5px 15px 5px 20px;
	max-width: 170px;
	}
	.feedback-form input[type="submit"]{
		padding-right: 53px;
		padding-left: 45px;
	}
	#carousel-example-generic2 h2{
		font-size: 17px;
		text-align: center;
    padding: 0 30px 0 0
	}
	.order h2:after{
		display: none;
	}
	.home-block{
		display: none;
	}
	.free:after{
		width: 0;
	}
	.free h1{
		font-size: 20px;
	}
	.free h1:after{
	}
	.free p{
		font-size: 17px;
		width: 320px;
		text-align: center;
	}
	.content{
		padding: 30px 0 ;
	}
	.content h1{
		font-size: 20px;
	}
	.content h1:after{
	}
	.cont-item{
		height: 340px;
	}
	.cont-item p {
    font-size: 13px;
    padding: 0 20px;
	}
	.roof{
		padding-top: 0;
	}
	.roof h1{
		font-size: 24px;
	}
	.roof h1:after{
		left: 41%;
	}
	.question-carusel{
		padding-top: 0;
	}
	.question-carusel h1{
		font-size: 30px;
	}
		.question-carusel h1:after{
		left: 41%;
	}
	.new-block{
		background-position: 0px;
	}
	.tech-item h2{
		font-size: 20px;
	}
	.but{
		width: 200px;
	}
	.tech-item .but{
		font-size: 12px;
		width: 170px;
	}
	#carousel-example-generic1{
		text-align: center;
		height: 58em;
	}
	.girl{
		display: none;
	}
	.but-new{
		float: none!important;
	}
	.hr{
		float: none!important;
		margin: 0 auto;
	}
	.trust-img{
		width: 300px;
	}
	.trust h1{
		font-size: 25px;
	}
	.trust h1:after{
		}
	.trust h2{
		font-size: 22px;
	}
	.trust h2:after{
		}
	.collors h1 {
    padding: 0 35px;
    margin-bottom: 60px;
    font-size: 25px;
	}
	.nav-port li {
		;
	}
	.carusel-ofice{
		padding: 0;
	}
	.carusel-ofice .carousel-indicators{
		bottom: 65px;
	}
	.rew-photo1 {
    width: 90px;
    height: 90px;
    position: absolute;
    top: -50px;
    left: 50px;
  }
  .rewiews{
  	padding-top: 0;
  }
  .rewiews h1{
  	font-size: 25px;
  }
  .rewiews h1:after{
		
		}
  .rewiew-item h2{
  	font-size: 16px;
  }
    .rewiew-item h2:after{
		left: 33%;
		}
  .rewiew-item h2+p+p {
    font-size: 13px;
    font-style: italic;
    padding: 0 0px;
	}
	.rewiew-item>div {

    padding: 80px 10px 50px;
  }
	.rew-photo1 {
    width: 120px;
    height: 120px;
    position: absolute;
    top: -50px;
    left: 0px;
	}
	.rew-photo2 {
		top: -60px;
		right: 0px;
	}
	.contacts{
		padding-top: 0;
	}
	.contacts h1{
		font-size: 24px;
	}
	.contacts h1:after{
		left: 41%;
	}
		.contacts p{
		font-size: 16px;
	}
}
@media(min-width: 320px) and (max-width: 359px){
	.right-box{
		z-index: 10;
	}
	.contact-num{
		 z-index: 10;
    right: 0px;
    text-align: center;
	}
	.modal-form{
		left: 0px;
	}
	#header h2{
		font-size: 30px;
		text-align: center;
	}
	#header h2:after{
		right: 30px;
	}
	#header p{
		text-align: center;
	}
	.contact-num p:nth-child(2){
		font-size: 24px;
	}
	.contact-num p:nth-child(1){
		font-size: 12px;
	}
	.wrapper.right-box{
		z-index: 10;
	}
	.wrapper.contact-num{
		 z-index: 10;
    right: 0px;
    text-align: center;
	}
	.wrapper h2{
		font-size: 30px;
		text-align: center;
	}
	.wrapper p{
		text-align: center;
	}
	.wrapper h2:after{
		right: 30px;
	}
	.carousel-inner .order{
		left: 40px;
    width: 240px;
    height: 300px;
	}
	.techno h1{
		font-size: 25px;
	}
	.techno h1:after{
		
	}
		.light h1{
		font-size: 25px;
	}
	.light h1:after{
		
	}
	.light h2{
		font-size: 23px;
	}
	.carousel-inner .feedback-form input{
	font-size: 15px;
    padding: 5px 15px 5px 20px;
	max-width: 170px;
	}
	.feedback-form input[type="submit"]{
		padding-right: 53px;
		padding-left: 45px;
	}
	#carousel-example-generic2 h2{
		font-size: 17px;
		text-align: center;
    padding: 0 30px 0 0
	}
	.order h2:after{
		display: none;
	}
	.home-block{
		display: none;
	}
	.free:after{
		width: 0;
	}
	.free h1{
		font-size: 20px;
	}
	.free h1:after{
	}
	.free p{
		font-size: 17px;
		width: 320px;
		text-align: center;
	}
	.content{
		padding: 30px 0 ;
	}
	.content h1{
		font-size: 20px;
	}
	.content h1:after{
	}
	.cont-item{
		height: 340px;
	}
	.cont-item p {
    font-size: 13px;
    padding: 0 20px;
	}
	.roof{
		padding-top: 0;
	}
	.roof h1{
		font-size: 24px;
	}
	.roof h1:after{
		left: 41%;
	}
	.question-carusel{
		padding-top: 0;
	}
	.question-carusel h1{
		font-size: 30px;
	}
		.question-carusel h1:after{
		left: 41%;
	}
	.new-block{
		background-position: 0px;
	}
	.tech-item h2{
		font-size: 20px;
	}
	.but{
		width: 200px;
	}
	.tech-item .but{
		font-size: 12px;
		width: 170px;
	}
	#carousel-example-generic1{
		text-align: center;
	}
	.girl{
		display: none;
	}
	.but-new{
		float: none!important;
	}
	.hr{
		float: none!important;
		margin: 0 auto;
	}
	.trust-img{
		width: 300px;
	}
	.trust h1{
		font-size: 25px;
	}
	.trust h1:after{
		}
	.trust h2{
		font-size: 22px;
	}
	.trust h2:after{
		}
	.collors h1 {
    padding: 0 35px;
    margin-bottom: 60px;
    font-size: 25px;
	}
	.nav-port li {
		;
	}
	.carusel-ofice{
		padding: 0;
	}
	.carusel-ofice .carousel-indicators{
		bottom: 65px;
	}
	.rew-photo1 {
    width: 90px;
    height: 90px;
    position: absolute;
    top: -50px;
    left: 50px;
  }
  .rewiews{
  	padding-top: 0;
  }
  .rewiews h1{
  	font-size: 25px;
  }
  .rewiews h1:after{
		
		}
  .rewiew-item h2{
  	font-size: 16px;
  }
    .rewiew-item h2:after{
		left: 33%;
		}
  .rewiew-item h2+p+p {
    font-size: 13px;
    font-style: italic;
    padding: 0 0px;
	}
	.rewiew-item>div {

    padding: 80px 10px 50px;
  }
	.rew-photo1 {
    width: 120px;
    height: 120px;
    position: absolute;
    top: -50px;
    left: 0px;
	}
	.rew-photo2 {
		top: -60px;
		right: 0px;
	}
	.contacts{
		padding-top: 0;
	}
	.contacts h1{
		font-size: 24px;
	}
	.contacts h1:after{
		left: 41%;
	}
		.contacts p{
		font-size: 16px;
	}
}
@media screen and (max-width: 480px){
	.tab-port {
    padding: 0 15px;
    background: white;
    background-size: cover;
    background-repeat: no-repeat;
		.modal-content{
		width: 250px;
		}
	.modal-body h3{
		font-size: 14px;
		}
		.modal-header+p {
	    font-family: museo !important;
	    padding: 10px 20px 0;
		}	
		.modal-body form input {
	    margin: 10px auto !important;
		}

		#carousel-example-generic1{
			height: 100%;
		}
		.question-carusel h1{
			font-size: 20px;
			margin-bottom: 0;
		}
			.question-carusel h4{
			font-size: 16px;
			margin-top: 30px;
		}
		.question-carusel p{
			font-size: 15px;
			line-height: 14px;
		}
		.carusel-ofice h1{
			font-size: 25px;
    	margin-bottom: 10px;
		}
		.carusel-ofice h1:after{
			
		}
		.free:before{
			left: -540px;
		}
}
@media(min-width: 0px) and (max-width: 400px){
	.carousel-inner .feedback-form input{
	font-size: 15px;
    padding: 5px 15px 5px 20px;
	max-width: 170px;
	}
}