


::-webkit-input-placeholder
{
	color: #666;
	filter: alpha(opacity=100);
	font-size: 14px;
	opacity: 1;
}
:-moz-placeholder
{
	color: #666;
	filter: alpha(opacity=100);
	font-size: 14px;
	opacity: 1;
}
::-moz-placeholder
{
	color: #666;
	filter: alpha(opacity=100);
	font-size: 14px;
	opacity: 1;
}
:-ms-input-placeholder
{
	color: #666;
	filter: alpha(opacity=100);
	font-size: 14px;
	opacity: 1;
}
input:focus,textarea:focus
{
	outline: none;
}
html.js .loader
{
	background: none repeat scroll 0 0 #fff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
html.js .loader .loader_inner
{
	background-color: #fff;
	background-image: url(img/loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 60px;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	position: absolute;
	top: 50%;
	width: 60px;
}
body
{
	font-family: "RobotoRegular",sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	min-width: 320px;
	overflow-x: hidden;
	position: relative;
	webkit-font-smoothing: antialiased;
}
.hidden
{
	display: none;
}
a
{
	color: #000;
}
a:link,a:hover,a:active,a:visited
{
	color: #000;
	text-decoration: none;
}
section
{
	padding-top: 20px;
}
section h3
{
	margin-top: 0;
}
.btn
{
	background-color: #f37000;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "RobotoRegular",sans-serif;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}
.callback_btn
{
	border: none;
	float: right;
	font-size: 17px;
	height: 45px;
	line-height: 45px;
	vertical-align: middle;
	width: 165px;
}
.btn:hover,.btn:link,.btn:visited,.btn:active
{
	color: #fff;
}
header
{
	background-color: #fff;
	box-shadow: 2px 2px 8px #000;
	left: 0;
	position: fixed;
	top: 0;
	webkit-box-shadow: 2px 2px 8px #000;
	width: 100%;
	z-index: 100001;
}
.logo a
{
	display: block;
	height: 58px;
	width: 100%;
}
.logo a img
{
	display: block;
	height: 100%;
	margin: 0 auto;
}
.mnu
{
	padding-left: 0;
}
.mnu li
{
	display: inline-block;
	list-style-type: none;
}
.mnu li a
{
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	font-size: 15px;
	padding: 5px;
	transition: all .25s;
}
.mnu li a:hover
{
	border-color: #f37000;
}
.mnu_toggle
{
	background: url(img/sandwich.jpg) top center no-repeat;
	background-size: cover;
	cursor: pointer;
	display: none;
	height: 50px;
	left: 10px;
	position: absolute;
	top: 0;
	webkit-background-size: cover;
	width: 50px;
	z-index: 10;
}
.header_contacts
{
	padding-right: 0;
	padding-top: 5px;
}
.phone_link
{
	float: right;
	font-size: 24px;
	font-weight: 700;
	margin-right: 20px;
}
section
{
	width: 100%;
}
#section1
{
	background: url(img/bg.jpg) bottom center no-repeat;
	background-color: #f37000;
	background-size: cover;
	position: relative;
	webkit-background-size: cover;
}

#video {
	position: relative;
}

#video .prev_button, #video .next_button {
	top: 67%;
}

.main_headings
{
	float: left;
	max-width: 50%;
}
#section1 h1,#section1 h2
{
	display: inline-block;
	margin-left: 15px;
	padding: 5px 12px;
	text-transform: uppercase;
}
#section1 h1
{
	background-color: rgba(243,112,0,0.8);
	color: #fff;
	font-family: "RobotoBold",sans-serif;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 58px;
}
#section1 h2
{
	background-color: rgba(255,255,255,.8);
	font-size: 36px;
	margin-top: 10px;
}
.start_form
{
	background-color: rgba(255,255,255,.8);
	border: 4px solid #f37000;
	float: right;
	margin-right: 30px;
	margin-top: 180px;
	padding: 20px 10px 0;
	width: 250px;
}
.start_form .action_img
{
	margin-bottom: 20px;
}
.start_form .action_img img
{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.start_form .action_cost
{
	color: #f37000;
	font-family: "RobotoBold",sans-serif;
	font-weight: 700;
}
.start_form h3
{
	color: #000;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 10px;
}
.start_form .action_srok
{
	font-size: 16px;
}
.action_heading
{
	color: #f37000;
	font-family: "RobotoBold",sans-serif;
	font-size: 28px;
	font-weight: 700;
}
.start_form h4
{
	font-size: 26px;
	line-height: 28px;
	margin-bottom: 10px;
	margin-top: 0;
}
.start_form form input
{
	display: block;
	height: 45px;
	line-height: 45px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.start_form .btn
{
	height: 45px;
	margin: 0 auto;
	width: 220px;
}
.scroll_down
{
	background: url(img/scroll_down.png) center center no-repeat;
	background-size: cover;
	border-radius: 50%;
	bottom: 10px;
	cursor: pointer;
	height: 90px;
	left: 50%;
	margin-left: -37px;
	position: absolute;
	webkit-background-size: cover;
	width: 75px;
}
.form input
{
	border: 2px solid #000;
	font-size: 22px;
	/*height: 55px;	line-height: 55px;*/
	height: 45px;	line-height: 45px;
	margin-right: 22px;
	padding-left: 10px;
	vertical-align: middle;
	width: 250px;
}
.main_ten
{
	background-color: rgba(255,255,255,.8);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 101;
}
.thank .close
{
	cursor: pointer;
	font-size: 26px;
	position: absolute;
	right: 8px;
	top: 4px;
}
.thank .close:hover
{
	color: #f37000;
}
.popup_form
{
	background-color: #fff;
	box-shadow: 2px 2px 8px #000;
	display: none;
	height: 380px;
	left: 50%;
	margin-left: -155px;
	margin-top: -174px;
	padding: 10px;
	position: fixed;
	top: 50%;
	webkit-box-shadow: 2px 2px 8px #000;
	width: 310px;
	z-index: 200;
}
.popup_form .popup_heading
{
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 25px;
	margin-top: 20px;
}
.popup_form .modal_btn
{
	margin-bottom: 15px;
	margin-top: 0;
	width: 290px;
}
.popup_form input
{
	margin: 0 auto;
	margin-bottom: 15px;
	width: 290px;
}

.social h3 {
	margin-top: 0 !important;
	padding-top: 0 !important;
	margin-bottom: 10px;
}

.thank
{
	background-color: #fff;
	box-shadow: 2px 2px 8px #000;
	display: none;
	height: 320px;
	left: 50%;
	margin-left: -155px;
	margin-top: -160px;
	padding: 10px;
	position: fixed;
	top: 50%;
	webkit-box-shadow: 2px 2px 8px #000;
	width: 310px;
	z-index: 201;
}
.thank .thank_heading
{
	line-height: 36px;
	margin-bottom: 25px;
	margin-top: 20px;
}
.thank .thank_descr
{
	font-size: 20px;
}

.iframe {
	width: 100%;
	margin-bottom: 20px;
}

footer .foot_txt .policy {
	text-align: center;
	width: 50%;
	margin: 0 auto;
	font-size: 16px;
}

#modal_form, #modal_form1 {
	width: 300px; 
	height: 350px; /* Рaзмеры дoлжны быть фиксирoвaны */
	border-radius: 5px;
	border: 3px #000 solid;
	background: #fff;
	position: fixed; /* чтoбы oкнo былo в видимoй зoне в любoм месте */
	top: 45%; /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
	left: 50%; /* пoлoвинa экрaнa слевa */
	margin-top: -150px;
	margin-left: -150px; /* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
	display: none; /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
	opacity: 0; /* пoлнoстью прoзрaчнo для aнимирoвaния */
	z-index: 200000; /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
	padding: 20px 10px;
}

#modal_form1 {
	width: 600px; 
	height: 380px;
	margin-left: -300px;
	padding: 35px 17px;
}

/* Кнoпкa зaкрыть для тех ктo в тaнке) */
#modal_form #modal_close, #modal_form1 #modal_close1 {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	display: block;
}
/* Пoдлoжкa */
#overlay, #overlay1 {
	z-index:100000; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
	position:fixed; /* всегдa перекрывaет весь сaйт */
	background-color:#000; /* чернaя */
	opacity:0.8; /* нo немнoгo прoзрaчнa */
	-moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
	filter:alpha(opacity=80);
	width:100%; 
	height:100%; /* рaзмерoм вo весь экрaн */
	top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
	left:0;
	cursor:pointer;
	display:none; /* в oбычнoм сoстoянии её нет) */
}

.confidence, .confidence h4 {
	font-size: 12px;
	line-height: 12px;
}

.confidence {
	overflow-y: auto;
	height: 300px;
}

.conf {
	text-align: center;
	font-size: 9px;
	line-height: 10px;
}

.conf a {
	color: black;
}

.video-cover {
	position: absolute;
	font-weight: bold;
	top: 20%;
    left: 8%;
    font-weight: bold;
    color: black;
    font-size: 20px;
}

video {
	width: 300px;
	height: 200px;
}

@media only screen and (max-width : 1300px)
{
	#section1 h1
	{
		font-size: 36px;
		margin-top: 110px;
	}
	.phone_link
	{
		font-size: 22px;
		margin-right: 10px;
	}
	.mnu li a
	{
		font-size: 14px;
		padding: 5px;
	}
	.header_contacts
	{
		padding-top: 10px;
	}
	header .callback_btn
	{
		font-size: 15px;
		height: 40px;
		line-height: 40px;
		width: 160px;
	}
	.section_cases .descr article
	{
		font-size: 16px;
	}
}
@media only screen and (max-width : 1200px)
{
	::-webkit-input-placeholder
	{
		font-size: 14px;
	}
	:-moz-placeholder
	{
		font-size: 14px;
	}
	::-moz-placeholder
	{
		font-size: 14px;
	}
	:-ms-input-placeholder
	{
		font-size: 14px;
	}
	.logo a img
	{
		height: 90%;
	}
	.mnu li a
	{
		border-width: 1px;
		font-size: 12px;
		padding: 3px 4px;
	}
	.phone_link
	{
		font-size: 19px;
		margin-right: 10px;
	}
	.header_contacts
	{
		padding-top: 10px;
		/*ANTON*/ text-align: center;
	}
	header .callback_btn
	{
		font-size: 12px;
		height: 40px;
		line-height: 40px;
		width: 118px;
	}
	#section1 h1
	{
		font-size: 27px;
		margin-top: 70px;
	}
	#section1 h2
	{
		font-size: 25px;
	}
	.action_heading
	{
		font-size: 25px;
	}
	.action_srok
	{
		font-size: 12px;
	}
	.start_form h3
	{
		font-size: 22px;
		line-height: 22px;
	}
	.start_form
	{
		padding: 20px 20px 0;
	}
}
@media only screen and (max-width : 992px)
{
	::-webkit-input-placeholder
	{
		font-size: 14px;
	}
	:-moz-placeholder
	{
		font-size: 14px;
	}
	::-moz-placeholder
	{
		font-size: 14px;
	}
	:-ms-input-placeholder
	{
		font-size: 14px;
	}
	h4
	{
		font-size: 22px;
	}
	.section_projects .container
	{
		width: 100%;
	}
	h4
	{
		font-size: 22px;
	}
	.section_projects .container
	{
		width: 100%;
	}
	.mnu
	{
		display: flex;
		justify-content: space-around;
		margin: 0 auto;
	}
	.header_contacts .callback_btn
	{
		float: none;
		font-size: 18px;
		margin: 0 auto;
		margin-bottom: 5px;
		width:200px;

	}
	.header_contacts .phone_link
	{
		display: block;
		float: none;
		margin: 0 auto;
		margin-bottom: 5px;
		width: 180px;
	}
	.main_headings
	{
		float: none;
	}
	#section1 h1,#section1 h2
	{
		margin-left: 0;
	}
	#section1 h1
	{
		display: block;
		float: none;
		margin: 0 auto;
		margin-bottom: 0;
		margin-top: 170px;
		text-align: center;
	}
	#section1 h2
	{
		display: block;
		float: none;
		margin-top: 0;
		text-align: center;
	}
	.section_features p
	{
		font-size: 15px;
	}
	.start_form
	{
		float: none;
		margin: 0 auto;
		overflow: hidden;
		width: 460px;
	}
	.start_form .action_img
	{
		float: left;
		width: 33%;
	}
	.start_form .form
	{
		float: right;
		width: 67%;
	}
	.form_container h4
	{
		margin-bottom: 10px;
	}
	.start_form .form input
	{
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
		width: 240px;
	}
}
@media only screen and (max-width : 768px)
{
	.scroll_down
	{
		display: none;
	}
	.mnu_toggle
	{
		display: block;
	}
	.mnu
	{
		display: block;
		display: none;
		padding-left: 0;
	}
	.mnu li
	{
		display: block;
		text-align: center;
		width: 100%;
	}
	.mnu li a
	{
		border: none;
		display: block;
		font-size: 17px;
		padding: 5px;
		text-align: center;
		transition: all .25s;
	}
	.mnu li a:hover
	{
		background-color: #f37000;
		border: none;
		color: #fff;
	}
	.start_form
	{
		position: relative;
		z-index: 30;
	}
	.section_projects h3
	{
		overflow: hidden;
	}
	.start_form h3
	{
		line-height: 23px;
	}
}



.scroll_down {display:none;}
@media only screen and (max-width: 992px) {
#section4 {display:none;}
.start_form {       margin-bottom:10px !important; }
.mnu li:nth-child(4) {display:none;}
}

.start_form {
   margin-bottom:20px;
}





@media only screen and (max-width: 480px) {

.start_form .action_img {
    display: block;
    width: 33%;
}
}


@media only screen and (max-width: 700px) {

#section1 h1 {
    margin-top: 50px;
    font-size: 24px;
    line-height: 32px;
}
}
#section {position:relative;}

@media only screen and (max-width: 860px) {
#section1 h1,#section1  h2 {font-size:16px;}
}
@media only screen and (min-width: 800px) {
#section1 h1,#section1  h2 {font-size:16px;}
}
@media only screen and (min-width: 1000px) {
#section1 h1,#section1  h2 {font-size:18px;}
}
@media only screen and (min-width: 1100px) {
#section1 h1,#section1  h2 {font-size:22px;}
}
@media only screen and (min-width: 1300px) {
#section1 h1,#section1  h2 {font-size:30px;}
}
@media only screen and (min-width: 1450px) {
#section1 h1,#section1  h2 {font-size:36px;}
}

/*@media only screen and (max-width: 992px) {.modal_btn {     margin-left: 0; }}*/

.modal_btn {
    height: 45px;
    line-height: 45px;
    margin-top: 5px;margin-bottom: 5px;
}


@media only screen and (min-width: 768px) {
}


.transformOverlay > div {
    padding: 3px;

}
/*.hsblock {display:none;}*/

/*#carousel1  { display:none;}
#carousel2  { display:none;}*/
/*#carousel1 .owl-item  { display:none;}*/
/*#carousel1 .owl-item:nth-child(1) .col-md-12 > div { display:block;}*/

/*.hsblock > div { display:none;}*/

/*.transformOverlay > div {padding:0; }*/

.modal-project {
    height: 600px;
/* margin-top: -290px;*/
}


@media only screen and (max-width: 992px) {.modal-project {     height: 445px;    } }

.modal-project .close {
top:25px;}

@media only screen and (max-width: 992px) {
.modal_gallery {
    width: 49%;  
}
}

@media only screen and (max-width: 500px) {
.start_form {
    width: 90%;  
}

.start_form .form {
	float: none;
	width: 100%;
}

.start_form .action_img {
	width: 100%;
	float: none;
}

.start_form .btn {
	width: 100%;
}

.modal-project {
	height: 460px;
}
}


