*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

.vf-invalid::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
.vf-invalid:-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.vf-invalid::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.vf-invalid:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}

html.js .loader {
	background: none repeat scroll 0 0 #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
html.js .loader_inner {
	background-image: url("../img/preloader.gif");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	left: 50%;
	top: 50%;
	position: absolute;
}

body {
	font-family: sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.6;
	font-family: "NotoSansRegular";
	overflow-x: hidden;
}
.hidden {
	display: none;
}


h1,h2,h3,h4, b, strong {
	font-weight: normal;
}

a,a:hover {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-decoration: none;
}

a:focus {
	text-decoration: none;
	color: inherit;
}

:focus {
	outline:none;
}

ul,li {
	margin: 0;
	padding: 0;
	list-style:none;
}


.clearfix:after {
    display: block;
    content: "";
    clear: both;
}




.done-w {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0 ,0 , .5);
	display: none;
	bottom: 0;
	right: 0;
	z-index: 10000;

}

.done-window {
	position: fixed;
	display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: rgba(255,255,255,1);
	color: #010101;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	padding: 0 35px  15px;
	border: 3px solid #86bc42;
	padding-top: 13px;
}
.done-window h3 {
	margin: 0;
}

.done-window small {
	font-size: 14px;
	text-transform: none;
	line-height: 18px;
}

.video-responsive { 
  position: relative; 
  overflow:hidden; 
  height: 270px;
  margin: auto;
  margin-bottom: 25px;
} 

.video-responsive iframe, 
.video-responsive object, 
.video-responsive embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%; 
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.main_mnu_button  {
	background-color: transparent;
	border: none;
	color: #000000;
	font-size: 36px;
	display: none;
}


.popup-form {
	background-color: #fff;
	border-radius: 3px;
	padding: 25px;
	position: relative;
	margin: 0 auto;
	max-width: 350px;
	text-align: center;
}

.popup-form input, .popup-form textarea {
	border: none;
	border-bottom: 1px solid #BCBCBC;
	text-indent: 15px;
	font-size: 14px;
	width: 100%;
	margin-bottom: 15px;
	padding: 10px 0;
}

.popup-form h3 {
	margin: 0;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 15px;
}


.dib {
	display: inline-block;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

header {
	border-bottom: 1px solid #E7E7E7;
}

nav ul li {
	display: inline-block;
}

nav ul li a {
	display: inline-block;
	text-transform: uppercase;
	color: #202020;
	padding: 27px 14px;
	font-size: 14px;
	font-family: "NotoSansBold";
}

nav ul li a:hover, .lng-box li a:hover {
	color: #ff9600;
}

.lng-box li {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	color: #252424;
}

.lng-box ul li {
	border-right: 1px solid #000;
	padding-right: 10px;
	margin-right: 2px;
}
.lng-box ul li:last-child {
	border-right: none;
	padding-right: 0px;
	margin-right: 0px;
}
.lng-box li a {
	color: #252424;
}

.block-1 {
	position: relative;
	background: url(../img/architecture-2256489.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: calc(100vh - 77px);
	z-index: 1;
}

.block-1 .center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
}

.block-1:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-color: rgba(0,0,0,.37);
}

.block-1 h1 {
	font-size: 48px;
	line-height: 1.2;
	font-family: 'Gilroy-ExtraBold';
	text-transform: uppercase;
	margin-bottom: 25px;
}
.block-1 ul {
	margin-bottom: 55px;
}
.block-1 ul li {
	font-family: "NotoSansBold";
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
}

.block-1 ul li:before {
	content: '';
	display: inline-block;
	width: 21px;
	height: 21px;
	background-color: #ff9600;
	border-radius: 50%;
	border: 5px solid #fff;
	position: absolute;
	left: 0;
	top: 2px;
}

.btn {
	display: inline-block;
	text-transform: uppercase;
	font-family: "NotoSansBold";
	padding: 18px 30px;
	position: relative;
	border: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}

.btn:hover {

}

.btn-orange {
	background: #ff9600;
	color: #000;
}
.btn-orange:hover {
	background-color: #fff;
	color: #ff9600;
}
.popup-youtube {
	padding-left: 55px;
}
.popup-youtube i {
	color: #fff;
	font-size: 24px;
	line-height: 1.2;
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.popup-youtube:hover i {
	color: #ff9600;
}

.block-1 .btn {
	margin-right: 15px;
	-webkit-box-shadow: 0 45px 90px rgba(0,0,0,.75);
	box-shadow: 0 45px 90px rgba(0,0,0,.75);
}

.block-2 {
	padding: 120px 0;
}
.block-2 h2.title {
	margin-top: 60px;
}
h2.title {
	font-size: 36px;
	line-height: 1.2;
	font-family: 'Gilroy-ExtraBold';
}

h2.title span {
	color: #ff9600;
}

.warranty-box {
	text-align: center;
	padding: 25px;
	-webkit-box-shadow: 0 40px 70px rgba(0,0,0,.1);
    box-shadow: 0 40px 70px rgba(0,0,0,.1);
	margin-bottom: 25px;
	font-size: 14px;
}

.warranty-box b {
	font-family: "NotoSansBold";
}
.warranty-box p {
	min-height: 45px;
}
.warranty-box  > span {
	width: 80px;
    height: 85px;
    text-align: center;
    display: inline-block;
    font-size: 44px;
    color: #ff9600;
    line-height: 1.2;
   -webkit-box-shadow: 0 40px 70px rgba(0,0,0,.1);
    box-shadow: 0 40px 70px rgba(0,0,0,.1);
    margin-bottom: 30px;
    position: relative;
    border-radius: 3px;
}

.warranty-box  > span i {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.block-3 {
	background: url(../img/bg-advantage.png) no-repeat center top;
	padding: 80px 0;
	-webkit-background-size: cover;
	background-size: cover;
}

.b3-box {
	background-color: #fff;
	font-size: 14px;
	padding: 35px;
	-webkit-box-shadow: 0 40px 70px rgba(0,0,0,.1);
    box-shadow: 0 40px 70px rgba(0,0,0,.1);
    min-height: 632px;
    position: relative;
}


.b3-box .btn {
	position: absolute;
	bottom: 45px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.b3-box h3 {
	text-align: center;
	font-family: 'Gilroy-ExtraBold';
	font-size: 24px;
	line-height: 1.2;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.b3-box h3:after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100px;
	height: 3px;
	background-color: #ff9600;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.b3-box strong {
	font-family: "NotoSansBold";
}

.b3-box ul li {
	margin-bottom: 15px;
	position: relative;
	padding-left: 30px;
}

.b3-box ul li:before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #b9b9b9;
	left: 0;
	top: 1px;
	z-index: 1;
}

.b3-box ul li:after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    border: 3px solid #ff9600;
    left: 4px;
    top: 5px;
	z-index: 2;
}

.block-3 .container {
	position: relative;
}

.block-3 .container:before {
	content: url(../img/key.png);
	position: absolute;
	left: -105px;
	top: -150px;
}

.block-4 {
	padding: 120px 0;
}

.block-4 h2.title {
	margin-bottom: 35px;
}
.block-4 .owl-nav {
	text-align: center;
	margin-top: 15px;
}
.block-4 .owl-nav > div {
	display: inline-block;
	height: 35px;
	width: 35px;
	color: #fff;
	text-align: center;
	background-color: #ff9600;
	font-size: 20px;
	line-height: 35px;
	margin: 0 3px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.block-4 .owl-nav > div:hover {
	background-color: #db8408;
}

.mfp-counter{
	display: none !important;
}

img {
	max-width: 100%;
}

.block-4 ul li {
	display: inline-block;
	width: 49%;
	padding: 15px;
}
.block-4 .owl-carousel {
	text-align: center;
}

.block-4 .owl-carousel img {
	width: auto !important;
	max-width: auto !important;
	display: inline-block !important;
}
.block-4 .owl-carousel a {
	display: inline-block;
	position: relative;
}

.block-4 .owl-carousel a:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background: rgba(255,150,0,.6) url(../img/ico-zoom.png) no-repeat center center;
}

.block-4 .owl-carousel a:hover:after {
	visibility: visible;
	opacity: 1;
} 

.block-5 {
	background: url(../img/architecture-3363674.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 100px 0;
	background-attachment: fixed;
	position: relative;
	z-index: 1;
	font-size: 14px;
}

.block-5:after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.2);
	z-index: -1;
}
.block-5 h2 {
	text-transform: uppercase;
	color: #fff;
	font-size: 36px;
	line-height: 1.2;
	font-family: 'Gilroy-ExtraBold';
	margin-bottom: 25px;
}

.block-5 h3 {
	font-size: 16px;	
	text-transform: uppercase;
	font-family: "NotoSansBold";
}


.block-5 .wrapper {
	background-color: rgba(255,255,255,.9);
	padding: 25px;
	padding-bottom: 10px;
	-webkit-box-shadow: 0 45px 90px rgba(0,0,0,.4);
	box-shadow: 0 45px 90px rgba(0,0,0,.4);
}

.block-6 {
	padding: 90px 0;
}

.block-6 p {
	font-family: 'Gilroy-ExtraBold';
	font-size: 30px;
	line-height: 1.2;
}

.block-6 .big  {
	text-transform: uppercase;
	font-family: 'Gilroy-ExtraBold';
	font-size: 48px;
	line-height: 1.2;
	margin-top: 35px;
}
.block-6 .big span {
	color: #ff9600;
}
.block-6 .btn {
	font-size: 14px;
	position: relative;
	top: -9px;
	margin-left: 15px;
}

footer {
	background-color: #202020;
	color: #fff;
	padding: 50px 0 70px;
	font-size: 14px;
}
footer a {
	color: #fff;
}
footer h4 {
	text-transform: uppercase;
	margin: 0;
	font-family: "NotoSansBold";
	margin-bottom: 15px;
}

footer p {
	margin-bottom: 7px;
}
.f-menu ul li:nth-child(2n+1) {
	width: 38%;
}
.f-menu ul li {
	display: inline-block;
	width: 60%;
	margin-bottom: 10px;
}

footer a:hover {
	color: #ff9600;
}

footer strong {
	 font-family: "NotoSansBold";
}

.f-box {
	position: relative;
	min-height: 160px;
}

.f-box:after {
	content: '';
	position: absolute;
	right: -7px;
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: rgba(255,255,255,.1);
}

.checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}
.checkbox + label {
  position: relative;
  padding: 0 0 0 60px;
  cursor: pointer;
}
.checkbox + label:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 50px;
  height: 26px;
  border-radius: 13px;
  background: #CDD1DA;
  box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
  transition: .2s;
}
.checkbox + label:after {
  content: '';
  position: absolute;
  top: -2px;
  left: 2px;
  width: 22px;
  height: 22px;
  border-radius: 10px;
  background: #FFF;
  transition: .2s;
}
.checkbox:checked + label:before {
  background: #ff9600;
}
.checkbox:checked + label:after {
  left: 26px;
}
.checkbox:focus + label:before {
}


.radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}
.radio + label {
  position: relative;
  padding: 0 0 0 30px;
  cursor: pointer;
}
.radio + label:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #CDD1DA;
  border-radius: 50%;
  background: #FFF;
}
.radio + label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ff9600;
  opacity: 0;
  transition: .2s;
}
.radio:checked + label:after {
  opacity: 1;
}
.radio:focus + label:before {
}

.breadcrumbs {
	font-size: 12px;
	padding: 30px 0 0 0;
}
.breadcrumbs li {
	display: inline-block;
}

.breadcrumbs a {
	color: #ff9600;
}
.content {
	font-size: 14px;
	padding-bottom: 70px;
	min-height: 500px;
}
.content a {
	color: #ff9600;
	border-bottom: 1px solid #ff9600;
}

.content a:hover {
	border-bottom: 1px solid transparent;
}

.content strong,
.content b {
	 font-family: "NotoSansBold";
}

.content em {
	font-style: normal;
	font-family: "NotoSansItalic";
}

.content h1 {
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 20px;
	margin-top: 30px;
	font-family: 'Gilroy-ExtraBold';
}

.content h2 {
	font-size: 28px;
	line-height: 1.2;
	margin-top: 25px;
	margin-bottom: 15px;
	font-family: 'Gilroy-ExtraBold';
}

.content h3 {
	font-family: 'Gilroy-ExtraBold';
	font-size: 22px;
	text-transform: uppercase;
	line-height: 1.2;
	color: #ff9600;
	margin-bottom: 15px;
	margin-top: 35px;
}
.content ul {
	margin-bottom: 15px;
}
.content ul li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
}

.content ul li:before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #ff9600;
	left: 0;
	top: 7px;
}


.content ol{
  counter-reset: myCounter;
  padding-left: 0;
}

.content ol li{
  list-style: none;
  margin-bottom: 15px;
}

.content ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  color: white;
  background:#ff9600;
  display: inline-block;
  text-align: center;
  line-height: normal;
  height: auto;
  width: auto;
  margin: 0 10px 0 0;
  padding: 0 8px;
}

.content table {
	width: 100%;
}

.content table th {
	background-color: #202020;
	color: #fff;
	font-weight: normal;
	text-align: center;
	padding: 15px 10px;
	font-size: 14px;
}

.content table td {
	padding: 15px 10px;
}

.content table  {
	margin-bottom: 25px;
}

.content table tr:nth-child(2n+1) {
	background-color: #F7F7F7;
}

.form-content input[type="text"],
.form-content input[type="number"],
.form-content input[type="date"],
.form-content input[type="password"],
.form-content textarea {
	width: 350px;
	padding: 10px 0;
	text-indent: 15px;
	margin-bottom: 15px;
	border: 1px solid #E1E1E1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.form-content input[type="date"] {
	text-indent: 7px;
}

.form-content input[type="text"]:focus,
.form-content input[type="number"]:focus,
.form-content input[type="date"]:focus,
.form-content input[type="password"]:focus,
.form-content textarea:focus {
	border: 1px solid #ff9600;
}
.form-content textarea {
	min-height: 150px;
}
.form-content .nice-select {
	float: none;
	margin-bottom: 15px;
	width: 350px;
	border-radius: 0;
	font-size: 14px;
	border: 1px solid #E1E1E1;
}

.form-content .nice-select ul li {
	padding-left: 15px;	
}

.form-content .nice-select ul li:before {
	display: none;
}
.accordeon {
	margin-top: 35px;
}
.accordeon dt {
	color: #fff;
	background-color: #202020;
	font-size: 18px;
	padding: 10px 25px;
	margin-bottom: 15px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border: 1px solid transparent;
}

.accordeon dt:hover {
	background-color: #fff;
	color:#202020;
	border: 1px solid #ff9600;
}


.accordeon dd {
	padding-top: 15px;
	padding-bottom: 30px;
}

.user-panel {
	border: 1px solid #ffa201;
	padding: 25px;
	margin-bottom: 15px;
}

.user-panel .name-user {
	font-family: "NotoSansBold";
	font-size: 18px;
}

.user-menu {
	background-color: #202020;
}

.user-menu a {
	color: #fff;
	border-bottom: none;
	padding: 15px 25px;
	display: block;
	border-top: 1px solid rgba(255,255,255,.1);
	border-bottom: 1px solid #000;
}

.user-menu a:hover {
	background-color: #000;
}

.user-menu ul li {
	padding-left: 0;
	margin-bottom: 0;
}

.user-menu ul li:before {
	display: none;
}


.calc-wrapper {
	background-color: #F2F2F2;
	padding: 25px;
}

.calc-item {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #D9D9D9;
}

.calc-item legend {
	display: block;
	font-size: 16px;
	font-family: "NotoSansBold";
}

.ui-slider .ui-slider-handle {
	width: 35px;
	height: 35px;
	border: 5px solid rgba(255,255,255,.7);
	border-radius: 50%;
	background-color: #ff9600;
	top: -13px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.ui-slider .ui-slider-handle:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.ui-widget-header {
	background-color: #ff9600;
}

#slider-range-max {
	margin: 15px 0;
}
.schedule-payments {
	margin-top: 35px;
	margin-bottom: 45px;
}
.schedule-payments table  tr th {
	font-size: 9px;
}

.schedule-payments table td {
	text-align: center;
}

.schedule-payments table td:first-child {
	text-align: left;
}

.content .tab {
	display: inline-block;
	padding: 10px 35px;
	font-family: "NotoSansBold";
	text-transform: uppercase;
	color: #fff;
	background-color: #ffa201;
	cursor: pointer;
}

.content .tab.active {
	background-color: #202020;
}

.tab_content {
	margin-top: 15px;
}

.control-label {
	width: 100%;
	display: block;
	font-family: "NotoSansBold";
}

.auth-form .btn {
	margin-top: 15px;
	padding-left: 85px;
	padding-right: 85px;
}