/*----------------------------Spetification*/
body {
	font-family: 'Montserrat', sans-serif;
	padding: 0;
	margin: 0;
	letter-spacing: 0em;
	cursor: default;
}

div, p, form, input, a, span, button {
	box-sizing: border-box;
}

p {
	margin: 0 auto;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    color: #404048;
    font-size: 14px;
    width: 96%;
    text-align: justify;
}

ul, li {
	display: block;
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	color:#404048;
}

h1 {
	font-size: 38px;
	margin-top: 10px;
	color:#FF6633;
	font-weight: 700;
	text-align: right;
}

h2 {
	font-size: 31px;
	margin-bottom: 40px;
	text-align: center;

}

h3 {
	font-size: 14px;
	font-weight: 700;
	color:#ff6633;

}

h4 {
	font-size: 15px;
	font-weight: 700;
	color: white;
	margin: 0;
	text-align: left;
}

h5{
	font-size: 19px;
}

a, a:hover, a:active {
	text-decoration: none;
	color: #fff;
}

a, button, input {
	transition: all 0.5s ease;
}

input, input:hover, input:focus, input:active,
button, button:focus, button:active {
	outline: none;
}
hr {
    border-top: 2px solid rgba(0,0,0,.1);
}
.btn {
	
}

.btn:hover {
	
}

.btn:active{
	
}

.btn:focus {
	
}

.container-fluid{
	padding: 0;
}


/*header*/
.logo__text{
	margin-top: 13px;
}
nav{
	height: 100%;
	background-color: #FF6633;
	font-size: 38px;
	color: white;
    display: flex;
    align-items: center;
}

.header__bg{
		background: -webkit-linear-gradient(90deg, rgb(255, 102, 51) 53%, rgb(255, 255, 255) 29%);
		background: -moz-linear-gradient(90deg, rgb(255, 102, 51) 53%, rgb(255, 255, 255) 29%);
	background: linear-gradient(90deg, rgb(255, 102, 51) 53%, rgb(255, 255, 255) 29%);
}

.menu__item{
	font-weight: 700;
	padding-left: 10px;
	margin: 6px 0;
}

.header__text{
	margin-top: 14px;
}
.text__tw{
	margin-left: 60px;
}

.header__link{
	color:#404048;
}
.header__link:hover{
	color:#404048;
}
.header__logo{
	width: 195px;
}

.main__slider img{
	/*width: 100%;*/

}
.menu__item a{
	border-bottom: 3px solid transparent;
	position: relative;
}

.menu__item a:after{
	content:'';
	height: 4px;
	width: 0;
	background: #fff;
	position: absolute;
	bottom: -4px;
	left: 0;
	transition: width 0.3s;
}

.menu__item a:hover:after{
	width: 100%;
}

/*ABOUT*/


.about{
	background-color: #E6E6E6;
	padding: 60px 0;
}

.about__text{
	margin: 15px;
	display: flex;
	justify-content: space-between;

}
.text__left, .text__right{
	width: 48%;
}

/*slider*/
.slick-slide:active, .slick-slide:focus {
outline: none;
}



.slick-dotted.slick-slider {
	margin-bottom: 0!important;
}
.slick-dots {
    bottom: 15px !important;
}
.slick-dots li button:before {
    font-size: 47px !important;
    color:#fff !important;
}

.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: white !important;
}

/*Services*/
.services{
	padding: 60px 0 20px 0;

	
}
.services__wrapp{
	text-align: center;
/*	    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;*/
}

.services__wrapp h3 {
	min-height: 55px;
}
.services__wrapp p{
/*	min-height: 55px;*/
}

.services__icon{
	width: 100px;
	margin-bottom: 18px;
}
.services__text{
/*	margin-top: 25px;*/
}

.services__btn{
    margin-top: 17px;
	margin-bottom:80px;
	background-color: #fff;
	border:1px solid #ff6633;
	border-radius: 50px;
	color: #ff6633;
	padding: 5px 33px;
}

.services .container{
	text-align: center;
}
/*portfolio*/

/**/



.top__wrapper{
	position: relative;
	cursor: pointer;
	margin-top: 24px;
	margin-bottom: 6px;
	min-height: 240px;
	border: 10px solid white;
    box-shadow: 0px 3px 9px rgb(0 0 0 / 20%);
    border-radius: 6px;

}


.top__overlay{
/*	background: rgba(255,102,51,1);*/
	background: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    transition: all 0.5s ease;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.top__wrapper:hover .top__overlay{
	background: rgba(255,102,51,1);
/*	background: rgba(0,0,0,0.5)*/;
}


.top__name{
	color: #fff;
    /* text-transform: uppercase; */
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    width: 50%;
}



/**/




.portfolio .container{
	text-align: center;
}
.portfolio{
	background:#cdcacb url('../images/fon.png') top center no-repeat;
	padding-bottom: 117px;
}

.portfolio__btn{
	margin-top: 45px;
	border-radius: 50px;
	border:1px solid #ff6633;
	 
	outline-offset: -5px; 
	padding: 6px 30px;
	background-color: #fff;
	color: #ff6633;
	box-shadow: 0px 3px 9px rgb(0 0 0 / 20%);
}
.portfolio_modal_btn{
	cursor: pointer;
}
.section__work{
	margin-top: 40px;
}

.portfolio__title{
	margin: 0 auto;
    font-size: 20px;
    font-weight: 700;
    color: #404048;
    width: 80%;

}

.portfolio__image{
	margin: 20px 0;
}


/*review*/

.review{
	background-color: #ff6633;
	padding: 66px 0;
}

.slider__item p{
	color: white;
	text-align: center;
	margin-top: 17px;
}

.slider__item img{
	height: 88px;
	margin: 0 auto;
	width: 150px;
}

.slider__item {

}

.review h2{
	color: white;
}



/*sertification*/

.sertificate{
	padding: 66px 0;
}



/*slider button*/

.slick-prev, .slick-next{
/*	font-size: 60px;
	color: #D7C3B5;
	z-index: 500;
	height: 65px;
	width: 65px;*/
}

.slick-prev{
  left: -30px;
  top: 50%;
}
.slick-prev:hover{
/*	color:#D7C3B5;*/
	opacity: 0.5;
	left: -33px;
}
/*.slick-prev:focus{
	color:#D7C3B5;
}
.slick-next:focus{
	color:#D7C3B5;
}*/
.slick-next:hover{
/*	color:#D7C3B5;*/
	opacity: 0.5;
	right: -33px;
}

.slick-next{
	right: -30px;
	top: 50%;
}
.slick-prev::before{
	display: none;
}
.slick-next::before{
	display: none;
}


i {
    border:solid #ff6633;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 9px;
}

.right {
    transform: rotate(-45deg);
   	 -webkit-transform: rotate(-45deg);
}

.left{
	transform: rotate(135deg);
    	-webkit-transform: rotate(135deg);
}

/*---end slider btn*/

.sertificate__img{
	margin: 0 auto;
}



















/*map*/

/*--------------------ADRESS-----------------------*/
.map{
	height: 735px;
/*	position: relative;*/
}

.adress{
/*	z-index: 100;
	position: absolute;
	right: 0;
	top: 0;*/
}
.adress__container{
	position: relative;
}
.adress__wrapper{
	position: absolute;
	left: 258px;
	bottom: 30px;
	background: #ff6633;
	padding: 46px 50px 46px 50px;
	width: 500px;
	
}

.adress__title{

}
.adress__street{
	font-size: 24px;
	font-weight: 700;
/*	margin-top: 10px;*/
}

.adress__post{
	font-weight: 700;
}
.adress__post a{
	font-weight: 400;
}
.adress__post a:hover{
	text-decoration: underline;
}
.name__wrapp{
	margin-top: 32px;
}
.adress__wrapper p{
	color:white;
}
.adress__text{
	font-size: 14px;
}

.adress__phone{


}
.adress__mail{
	font-size: 18px;
	font-weight: 700;
	border-bottom:1px solid white;
	margin-top: 36px;
	display: inline-block;
}


.adress__phone:hover{
	color:#fff;
	text-decoration: underline;
}


/*footer*/

footer{
	background: #000;
	padding: 10px 0;
}

footer p{
	color:#fff;
}


.xoxo__logo{
	margin-left: 20px;
}





/*ArticModal*/
.box-modal {
	position: relative;
	width: 700px;
	padding: 16px;
	background: #fff;
	color: #3c3c3c;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
	border-radius: 6px;
}
.box-modal img{
/*	width: 100%;*/
	width: 640px;
}
.box-modal_close { 
	position: absolute; 
	right: 10px; top: 6px; 
	font-size: 11px; 
	line-height: 15px; 
	color: #999; 
	cursor: pointer; 
}

.box-modal_close:hover { 
	color: #666; 
}
/*end_ArticModal*/

.scrollup{
	opacity:0.5;
	position:fixed;
	bottom:50px;
	right:30px;
	/*display:none;*/
	/*text-indent:-9999px;*/
	/*background: url('../top.png') no-repeat;*/
}
.scrollup:hover{
	opacity:1;
}
.scrollup img{
	width: 60px;
	border: 4px solid white;
    border-radius: 42px;
}


















/*--------------------------Media Queries*/

/* XL 1201 + */

/* LG 992 - 1200 */
@media screen and (max-width: 1200px) {
	h1 {
	    font-size: 30px;
	}
	.portfolio__text {
	    left: 75px;
	}
	.adress__wrapper {
	    left: 51px;
	    bottom: 36px;
	}
	.services__wrapp h3 {
	    min-height: 70px;
	}
	.services__wrapp p {
/*	    min-height: 70px;*/
	}
}


/* MD 768 - 992 px */
@media screen and (max-width: 992px) {
	.logo__text{
		display: none;
	}
	h1 {
	    font-size: 26px;
	    text-align: left;
	}
	.menu{
		font-size: 30px;
	}
	.menu__item a:hover:after{
		display: none;
	}
	h3 {
	   /* height: 90px;*/
	}
	.services{
		padding-bottom: 20px;
	}
	.portfolio__text {
	    left: 15px;
	}
	.portfolio__img {
	 /*   width: 320px;*/
	}
	.portfolio__text{
/*		width: 330px;*/
		width: 100%;
	}
	.map{
		display: none;
	}
	.adress__wrapper {
	    position: static;
	    width: 100%;
	}
	.services__wrapp p {
	   /* min-height: 87px;*/
	}

}



/* SM 576 - 768 px */
@media screen and (max-width: 768px) {
	h1{
		text-align: center;
	}
	.header__logo {
   	 margin-bottom: 3px
   	}	
   	.header__adress{
   		margin-bottom: 20px;
   	}
   	h3 {
/*	    height: 54px;*/
height: auto;
	}
	.portfolio__text {
	    left: 105px;
	}
	.sertificate__img{
		width: 150px;
	}
	.box-modal img {
/*	    width: 510px;*/
		width: 98%;
	}
	.box-modal {
	    width: 527px;
	}
	.services__btn {
    	margin-bottom: 40px;
    	margin-top: 15px;
    }
	.services__btn {
		margin-top: 20px;
	}
	.about__text {
    	flex-direction: column;
	}
	.text__left, .text__right {
	    width: 100%;
	}
}

/* XS 320 - 576 px */
@media screen and (max-width: 575px) {
	.portfolio__text {
	    left: 10px;
	}
	.scrollup{
/*		display: none !important;*/
	}
	.header__slider{
		display: none;
	}
	h1 {
	    font-size: 17px;
	}
	.text__tw {
	    margin-left: 0;
	}
	.header__text{
		text-align: center;
	}
	.menu{
		text-align: center;
    	width: 100%;
	}
	.portfolio__img {
	    /*width: 264px;*/
	    margin-bottom: 18px;
	}
	.portfolio__text {
/*	    width: 330px;*/
	width: 100%;
	}
	.portfolio__text {
	    left: 116px;
	}
	.portfolio__text {
	    bottom: 28px;
	}
	.portfolio__text p {
	    text-align: right;
	}
	.footer__text{
		text-align: center;
		margin-bottom: 20px;
	}
	.adress__wrapper {
	    padding: 31px 13px 28px 18px;
	}
	.adress__street {
	    font-size: 20px;
	}
	.menu__item {
   		padding-left: 0;
   	}
   	.sertificate {
	    padding: 30px 0 60px
	}
	.review {
	    padding: 30px 0 50px;
    }
    .xoxo__logo {
	    margin-left: 5px;
	    width: 26px;
	}
	.box-modal {
	    width: 270px;
	}
	.box-modal img {
	    width: 245px;
	}
	.services__wrapp p {
	    /*min-height: 104px;*/
	}
	.services__wrapp h3 {
		height: auto;
		min-height: auto;
	}
	.services__wrapp p {
	   /* min-height: auto;*/
	}
	.services__btn {
	    margin-top: 16px;
	}
}

@media screen and (max-width: 400px) {

}









