* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


html, body {
  	height: 100%; 
	font-size: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;	
}

.wrapper {
	-ms-overflow-x: hidden;
	    overflow-x: hidden;
}
.container {
	width: 100%;
	max-width: 1177px;
	margin: 0 auto;
}

a {
	text-decoration: none;
}

.up {
	text-transform: uppercase;
}

/*header*/
.logo {
	float: left;
}
/*navigation*/

.navigation {
	width: 80%;
	float: left;
	margin-left: 40px;
}

.navigation li {
	display: inline-block;
	list-style: none;
	margin-top: 27px;
	float: left;
}

.navigation li a {
	letter-spacing: 0.2px;
    line-height: 40px;
    margin-right: 35px;    
    font-size: 14px;
    color: #fff; 
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    /*font-weight: 700;*/
    transition: all 300ms ease-in-out;
}

.navigation li:last-child {
	 float: right;	 
}

.navigation li:last-child a{	 
	 font-size: 26px;
}

.navigation li a:hover {
	color: #18a3dd; /*blue*/
	text-decoration: none;
	transition: all 300ms ease-in-out;
}

.nav {
	text-align: center;
}

.hidden-button {
	cursor: pointer;
	display: none;
	width: 40px;
	height: 30px;
	margin: 0 auto;
	border-radius: 3px;
	color: #fff;
	position: absolute;   
    right: calc((100% - 40px) / 2);
}

.consulting {
	background-color: red;
	float: right;
    /*-webkit-border-radius: 15px;
    	border-radius: 8px;*/
    	border: 1px solid white;    
    width: 169px;
    height: 36px;
    margin-top: -39px;
    text-align: center;
    margin-right: 8px;
    cursor: pointer;
}

.consulting:hover {
	 background: #0584b9;
	 transition: all 500ms ease-in-out;
}

.consulting:not(:hover) {
	transition: all 500ms ease-in-out;
}

.consulting  a {
	font-size: 16px;
	color: #fff;	
	font-family: 'Roboto Condensed', sans-serif;
    /*font-weight: 700;*/
    line-height: 36px;
   /* letter-spacing: 0.3px;*/
   padding: 8px 9px;
}

/*sec-1*/
.phone {
	font-size: 26px;	
}

.sec-1 {
	background: url(../images/bg.jpg) center center no-repeat;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	/*clear: both;*/
}


.title {
	text-align: left;
	padding-top: 50vh;
	padding-bottom: 20vh;
	margin-left: 37%;	
}

h1 {	
	font-size: 60px;	
	color: #fff;
	font-weight: 300; 
	margin-bottom: 25px;	
}

.title-wrap {
	padding-top: 200px;
	text-align: center;
}
.title-wrap h2 {
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.sga-form {
	width: 301px;
	margin: 0 auto;
	margin-top: 42px;
	padding-bottom: 200px;
}
.sga-form label {
	font-size: 16px;
	width: 89px;
	text-align: right;
	float: left;
	margin-right: 20px;
	line-height: 40px;
}
.sga-form input {
	width: 300px;
	height: 40px;
	margin-bottom: 20px;
	text-align: left;
	padding-left: 15px;
	background: rgba(255,255,255,0.2);
	border: 1px solid #fff;
}

.sga-form input:hover {
	/*box-shadow: inset 0px 0px 1px #0584b9;	*/
	border: 1px solid #0584b9;
	transition: all 500ms ease-in-out;
	/*cursor: pointer;*/
	background: #FFF;
}

.sga-form input:hover::-webkit-input-placeholder {color:#ccc;}
.sga-form input:hover::-moz-placeholder          {color:#ccc;}/* Firefox 19+ */
.sga-form input:hover:-moz-placeholder           {color:#ccc;}/* Firefox 18- */
.sga-form input:hover:-ms-input-placeholder      {color:#ccc;}

.sga-form input:not(:hover)  {
	transition: all 500ms ease-in-out;
	
}



.sga-form [type="submit"] {
	float: right;	
	border: 1px solid white;
	float: left;	
	color: #fff;
	font-size: 22px;
	text-align: center;
	padding-left: 0;
	cursor: pointer;
}
.sga-form2 [type="submit"] {
	font-size: 16px;
}
.sga-form [type="submit"]:hover {
	background: #0584b9;
	transition: all 500ms ease-in-out;
}
.sec-5 .sga-form {
	padding-bottom: 96px;
}
    
.sga-form [type="submit"]:not(:hover) {
	background: rgba(0,0,0,.8);
    transition: all 500ms ease-in-out;
}
/*input placeholder color*/

::-webkit-input-placeholder {color:#fff;}
::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
:-moz-placeholder           {color:#fff;}/* Firefox 18- */
:-ms-input-placeholder      {color:#fff;}

.sec-title {
	color: #1b1b1b;
	font-size: 40px;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	padding-top: 40px;
	margin-bottom: 40px;
}

.sec-2 .sec-title {
	color: #1b1b1b;
}

.blocks-wrap {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

.block {
	width: 25%;
	max-width: 283px;	
	border: 1px solid #eeeeee;	
    box-shadow: 0 0 20px 5px #eee;
    position: relative;
    padding-bottom: 95px;
}

.blocks-wrap h4, .price {
	text-align: center;
	font-size: 22px;
	text-transform: uppercase;
	color: #585858;	
}
.price {
	position: absolute;
	bottom: 64px;
	text-align: center;
	width: 100%;
}
.block h4 {
	border-bottom: 1px solid #eee;
	padding-top: 20px;
	padding-bottom: 10px;	
}
.more-info {
	display: block;
	background: #000;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	position: absolute;
	bottom: 0;
	width: 100%;
	cursor: pointer;
}
.more-info:hover {
	background: #0584b9;
	transition: all 500ms ease-in-out;
}

.more-info:not(:hover) {
	background: #000;
    transition: all 500ms ease-in-out;
}
.block ul {
	list-style-type: none;
	color: #585858;
	padding: 15px 59px;	
}
.block ul li {
	margin-bottom: 15px;	
	position: relative;
}

.block ul li::before {
	content: "";		
	position: absolute;
	display: block;
	top: 5px;
	left: -17px;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;	
	        border-radius: 50%;
	background: #000;

}

.sec-2 {
	padding-bottom: 60px;
}
/*sec-3*/


.sec-3 {
	background: url(../images/bg3.jpg) center center no-repeat;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;	
	    padding-bottom: 100px;
}

.sec-3 .sec-title {
	color: #fff;
	padding-top: 60px;
}

.plus-wrap {
	width: 700px;
	width: 638px;
	margin: 0 auto;	
	color: #fff;
	position: relative;
}
.pl-row {
	display: flex;
}

.plus img {
	float: left;
}

.plus .text {
	font-size: 18px;
	float: left;
	width: 190px;
	width: 159px;
	align-items: center;
	display: flex;
	padding-left: 15px;
}
.pl-row2 .plus:last-child .text {	
	padding-left: 15px;
}
.pl-row2 .text {	
	padding-left: 0;
}

.plus {
	display: flex;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
.pl-row2  img {
	float: right;
}
.text-hid {	
	font-size: 18px;
	position: absolute;
	align-items: center;
	display: flex;
	height: 160px;
	background: #000;
	padding: 0 15px;
}
.text-hid1 {
	max-width: 350px;
	max-width: 319px;
	display: none;	
	bottom: 0;
}
.text-hid2 {
display: none;	
	bottom: 0;
}
.text-hid3, .text-hid4 {	
	display: none;
	top: 0;
}
.text-hid3 {
	max-width: 350px;
	max-width: 319px;
}
/*slider*/
.lb-data .lb-number {
    display: none !important;
}
.bx-wrapper {
    -moz-box-shadow: none !important;
     -webkit-box-shadow: none !important; 
     box-shadow: none !important; 
     border: none !important; 
     background: none !important; 
}
.bx-wrapper img {
	border: 1px solid #eeeeee;
    box-shadow: 0 0 20px 5px #eee;
}
.bx-wrapper img:hover {
	border: 1px solid #000;    
}

.sec-5 .h1 {
	font-size: 40px;
	font-weight: 300; 
	margin-bottom: 20px;
}
.sec-5 .h2 {
	font-size: 30px;
}
.sec-5 .title-wrap {
    padding-top: 40px;
}

footer {
	background: #000;
}
footer ul {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style-type: none;
    align-items: center;
}
footer ul li {
	margin: 0 50px;
	font-size: 20px;
}
footer ul li a {
	color: #FFF;
}

.makecall {
	display: none;
}


/*modal window*/

.fixed-overlay {
	display: none;
    position: fixed;
    overflow: auto;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    background-color: rgba(0,0,0,0.7);
    overflow: hidden;
    z-index: 9999 !important;
}

.fixed-overlay__modal {
    text-align: center;
    white-space: nowrap;
}

.fixed-overlay__modal::after {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    content: '';
}

.sga-modal {
    display: inline-block;/*inline-block*/
    vertical-align: middle;
}

.sga-modal label {
	margin-bottom: 5px;
}

.modal_container {   
    text-align: left;
    white-space: normal;
    color: #000;
    position: relative;  
    margin: 0 auto; 
    max-width: 760px;/*450px;*/
    width: 90%;
    background: #fff;  
    border: 1px solid #fff;
    -webkit-border-radius: 0;
              border-radius: 0;  
}

.mod-cont2 {
	padding: 10px 30px 30px;
}

.modal_container img {
    /*max-width: 100%;
    min-height: 100%;*/
}

.modal_container h3 {
	text-align: center;
	letter-spacing: 1px;
	color: #000;
	padding: 30px 0;
	background: #a46b7d;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;/*bold*/
	font-size: 24px; 
	/*margin: 10px;*/
}
.modal_container p {
	margin-top: 15px;
	margin-bottom: 15px;
	margin: 15px;
}

/* The Close Button */
.sga-close {
    display: block;
    position: absolute;
    top: 6%;
    right: 3%;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
    z-index: 100;
    opacity: 1;    
}

.mod-form {	
	text-align: center;
}

.mod-form h4 {
	text-transform: uppercase;
	text-align: center;
	font-size: 17px;
	width: 90%;
	margin: 0 auto;
	line-height: 20px;
	clear: both;
	margin-bottom: 20px;
	
}
.contact-btn {
	text-align: center;
    width: 131px;
    background: #ffca08;
    margin-top: 20px;
    padding: 10px 15px 10px 15px;
}

.video-wrap {
	width: 370px;
	height: 370px;
	background: #e7e7e7;
	float: left;	
	margin-bottom: 5px;
}

.mod-content {
	padding: 0 10px;
}

.mod-content p {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;/*regular*/
	font-size: 14px;
	margin-left: 390px;
	text-align: left;
	line-height: 24px;
}

.modal .sga-close {
	background: url(../images/close-black.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
}


.modal .sga-close:hover {
	background: url(../images/close-modal.png) 0 0 no-repeat !important;
	width: 16px;
	height: 16px;
}

.mod-phone-wrap input {
	height: 35px;
    width: 280px;
    margin-bottom: 15px;
}

.sga-modal .form-sendbtn {
	height: 35px;
   width: 280px;
}
.foot-form {
	margin-top: 25px;
	padding-bottom: 25px;
}
.mod-form [type="submit"]:not(:hover) {
    background: rgba(0,0,0,.8);
    transition: all 500ms ease-in-out;
}

.mod-form [type="submit"] {   
    border: 1px solid white;   
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding-left: 0;
    cursor: pointer;
}

.mod-form [type="submit"]:hover {
	background: #0584b9;
	transition: all 500ms ease-in-out;
}
.mod-form input:hover {
    /* box-shadow: inset 0px 0px 1px #0584b9; */
    border: 1px solid #0584b9;
    transition: all 500ms ease-in-out;
    cursor: pointer;
    background: #FFF;
}

.mod-form input:not(:hover) {
   /* background: rgba(0,0,0,.8);*/
    transition: all 500ms ease-in-out;
}
/*media quaries*/

@media all and (max-width: 1200px) {
	.navigation {	    
	    margin-left: 20px;
	}
	.logo {
	    float: left;
	    margin-left: 7px;
    }

    .sec-2 .container {
    	padding: 0 10px;
    }
    .block img {
    	max-width: 100%;
    }

    .blocks-wrap {
    	flex-wrap: wrap;
    	justify-content: space-around;
    }
    .block {
    	width: auto;
    	margin: 0 15px 15px;
    }

    #sliderwrap {
		width: 62%;
	    text-align: center;
	    margin: 0 auto;
	}
    
}

@media all and (max-width: 1085px) {

	/* NAVIGATION */
	.navigation {
		width: 0px;
	    margin-left: 0;
	}

	.nav ul {
		display: none;
		position: absolute;		
		width: 100%;
		left: 0;		
		text-align: center;
		background: rgba(152,104,134,.95);/*blue rgb*/
		z-index: 100;
		top: 90px;
	}

	.navigation li {
		z-index: 11000;
	    display: flex;
	    justify-content: space-around;
	    width: 100%;
	    /*margin-top: 11px;*/
	    margin: 0 auto;
	    padding: 7px 0;
	}

	.navigation li a {
	    font-size: 24px;
	    padding: 2.8px;
	     margin-right: 0;
	}

	.navigation .phone {
		display: none;
	}

	.navigation li:hover {
		background: rgba(5,132,185,0.8);/*blue hover rgb*/
	}

	.hidden-button {
		display: block;
		color: #000; /*black*/
		margin-bottom: 5px;
		margin-top: 31px;		
		max-width: 100%;		
	}

	.hidden-button img {
		width: 30px;
	}
	/* end of NAVIGATION */
	
	.consulting {
		margin-top: 25px;
	}
	.makecall {
		display: block;
	}

	footer ul li {
    	margin: 0 10px;
    }
	
}

@media all and (max-width: 990px) {

	
	
	

}

@media all and (max-width: 800px) {
	
	

	
	

  
}

@media all and (max-width: 750px) {

	footer ul {    
    	flex-direction: column;
    }
    footer ul li {   
    	margin-bottom: 15px;
    }

}

@media all and (max-width: 640px) {
	
   .pl-row {   
    	flex-direction: column;
    }
    .plus-wrap {
       margin-left: calc((100% - 320px) / 2);
	}

	.text-hid1 {		
		bottom: 50%;
	}
	.text-hid2 {	
		bottom: 25%;
		max-width: 319px;
	}
	.text-hid4 {	
		top: 50%;
		max-width: 319px;
	}
	.text-hid3 {
		top: 25%;
		max-width: 319px;	
	}
 	#sliderwrap {
		width: 100%;	   
	}

	.title-wrap {
    	padding-top: 128px;
    }
    h1 {
    	font-size: 44px;
	}
	.title-wrap h2 {
    	font-size: 21px;
    }
    .sec-title {
       font-size: 30px;
    }
}

@media all and (max-width: 450px) {

	.hidden-button {
		right: 20px;
	}
	.consulting {
		display: none;
	}
}

@media all and (max-width: 380px) {


}

@media all and (max-width: 320px) {

		
}