html, body{
  height:100%;
}
body {
	font-family: 'ProximaNova-Regular';
	color: #363636;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}	
.clear {
	clear: both;
}
.font-white {
	color: #FFF;
}
.h25 {
	height: 25px;
}
/*------HEADER------------------*/
.header {
	box-sizing: border-box;
	background-color: #000;
	width: 100%;
	height: 80px;
	padding: 19px 0;
}
.header__inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.header__logo {
	width: 152px;
	height: 42px;
	float: left;
}
.header__menu {
}
.header__menu-element {
	display:inline-block;
	text-align:center;
	padding: 10px 0;
	margin: 0 0 0 70px;
}
.header__menu-element-0 {
	width: 105px;
}
.header__menu-element-1 {
	width: 230px;
}
.header__menu-element-2 {
	width: 100px;
}
.header__menu-element-3 {
	width: 135px;
}
.header__menu-element-4 {
	width: 90px;
}
.header__menu-element a {
	transition: 0.2s;
	display:inline-block;
	text-align:center;
	font: 18px/18px 'ProximaNova-Light';
}
.header__menu-element a:hover, .header__menu-element-active {
	transition: 0.2s;
	font: 18px/18px 'ProximaNova-Bold';
	color: #1081d1;
	text-decoration: none;
}
.header__menu-element-active {
	font-weight: bold !important;
}
.header-mobile-button-open {
	display: none;
}
.header-mobile-button-close {
	display: none;
}

.header__mobile {
	display: none;
	position: absolute;
	background: #000;
	width: 100%;
	z-index: 100;
	right: 0;
	width: 300px;
	padding: 10px 20px 50px 20px;
	-webkit-box-shadow: -5px 5px 10px 0px rgba(255,255,255,1);
	-moz-box-shadow: -5px 5px 10px 0px rgba(255,255,255,1);
	box-shadow: -5px 5px 10px 0px rgba(255,255,255,1);
}
.header__mobile a {
	display: block;
	font: 20px/22px 'ProximaNova-Light';
	margin: 30px 0 0 0;
}

/*------FOOTER------------------*/
.footer {
	background: #0095da;
	box-sizing: border-box;
	padding-bottom: 54px;
}
.footer__inner {
	background: #0095da;
	max-width: 1200px;
	margin: 34px auto 0 auto;
	box-sizing: border-box;
}
.footer__line {
	width: 100%;
	height: 2px;
	opacity: 0.19;
	border-bottom: solid 1px #ffffff;
}
.footer__left {
	float: left;
/*	width: 350px;*/
}
.footer__left-top {
	margin: 16px 0 7px 0;
	font: 14px 'ProximaNova-Light';
}
.footer__left-bottom {
	font: 12px 'ProximaNova-Light';
}
.footer__left-bottom-link {
	display: inline-block;
	margin-top: 10px;
	border-bottom: 1px dotted #FFF;
}
.footer__left-bottom-link:hover {
	text-decoration: none;
}
.footer__right {
	float: right;
/*	width: 180px;*/
}
.footer__right-top {
	font: 18px 'ProximaNova-Bold';
}
.footer__right-middle {
	display: block;
	margin: 11px 0 14px 0;
	font: 18px 'ProximaNova-Light';
}
.footer__right-middle {
	font: 18px 'ProximaNova-Light';
}
.footer__center {
	float: left;
	width: calc(100% - 380px);
}
.footer__center-inner {
	margin: 0 auto;
	width: 510px;
}
.footer__center-menu {
	margin: 0 0 14px 0;
}
.footer__center-menu a {
	font: 18px 'ProximaNova-Light';
	border-bottom: 1px dotted #FFF;
	padding: 0;
	line-height: 1em;
	text-decoration: none;
}
.footer__center-left {
	float: left;
	width: 220px;
	margin: 0 40px;
}
.footer__center-right {
	float: left;
	width: 130px;
	margin: 0 40px;
}

/*------MAIN------------------*/
.main-block {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 0px auto;
}
.main-block-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.main-block-element {
	width: 250px;
	float: left;
	margin: 20px 25px;
}
.main-block-3-element {
	display: inline-block;
	*display: inline;
	vertical-align: top;
	zoom: 1; 
	width: 300px;
	margin: 40px 48px;
}
.block-title {
	font: 36px 'ProximaNova-Bold';
	text-transform: uppercase;
	margin: 60px auto 40px 0;
	text-align: center;
}
.block-text {
	width: 100%;
	box-sizing: border-box;
	padding: 0 60px;
	max-width: 970px;
	margin: 0 auto;
	font: 20px 'ProximaNova-Light';
}
.bottom-button-outer {
	text-align: center;
}
.bottom-button {
	transition: 0.2s;
	width: auto;
	display: inline-block;
	font-size: 22px;
	text-transform: uppercase;
	text-align: center;
	margin: 70px auto;
	padding: 22px 40px;
	border-radius: 5px;
	border: solid 3px #0095da;
}
.bottom-button:hover {
	transition: 0.2s;
	text-decoration: none;
	background: #0095da;
}
.bottom-button-blue {
	color: #0095da;
}
.bottom-button-blue:hover {
	transition: 0.2s;
	color: #FFF;
	text-decoration: none;
	background: #0095da;
}
.form-main {
	width: 100%;
	max-width: 770px;
	margin: 0 auto;
}
.form-main-row {
	clear: both;
	margin-bottom: 25px;
}
.form-main-row-left {
	float: left;
	color: #0095da;
	font-size: 22px;
	width: 270px;
	margin-top: 20px;
}
.form-main-row-right {
	float: right;
}
.form-main-input, #form-main-product-button {
	box-sizing: border-box;
	width: 470px;
	border-radius: 5px;
	background-color: rgba(0, 149, 218, 0.05);
	border: solid 1.5px #0095da;
	padding: 24px;
	font: 18px 'ProximaNova-Regular';
	color: #1081d1;
}	
.ui-selectmenu-icon {
	background-image: url('/img/diz/arrow_button.png') !important;
	background-position: 0px !important;
	width: 26px;
	height: 27px;
}
.ui-widget.ui-widget-content {
	border: 0;
}
.ui-state-active {
	border: 0 !important;
	background: #0095da !important;
}
.ui-selectmenu-menu {
	padding: 10px 0;
	background-color: #f2fafd;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: solid 1.5px #0095da;
}
.ui-menu-item {
	box-sizing: border-box;
	border: none;
	background-color: rgba(0, 149, 218, 0.05);
	padding: 8px 24px;
	font: 18px 'ProximaNova-Regular';
	color: #1081d1;
}
.form-main-input-text {
}	
.form-main-input-textarea {
	height: 230px;
}	
.form-main-input::-webkit-input-placeholder       {color:#72797f; opacity: 0.3; transition: opacity 0.3s ease;}
.form-main-input::-moz-placeholder                {color:#72797f; opacity: 0.3; transition: opacity 0.3s ease;}
.form-main-input:-moz-placeholder                 {color:#72797f; opacity: 0.3; transition: opacity 0.3s ease;}
.form-main-input:-ms-input-placeholder            {color:#72797f; opacity: 0.3; transition: opacity 0.3s ease;}
.form-main-input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.form-main-input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.form-main-input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.form-main-input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

.main-text-1__block-text {
	margin-bottom: 70px;
}

.main-parallax-1 {
	width: 100%;
	position: relative;
	height: calc(100% - 80px);
	max-height: 700px;
	overflow: hidden;
}
.main-parallax-1__logo {
	margin: 134px auto 22px auto;
	width: 589px;
	height: 134px;
}
.main-parallax-1__slogan {
	margin: 0 auto;
	width: 589px;
	text-align: center;
	font-size: 28px;
}
.main-parallax-1__text {
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	bottom: 20px;
	font: 18px 'ProximaNova-Light';
}

.main-parallax-2 {
	width: 100%;
	height: auto;
/*	background: url('/img/diz/cover-02.png') top center repeat-y;*/
	overflow: auto;
}
.main-parallax-2__block {
	min-height: 375px;
}
.main-parallax-2__title {
	margin: 16px 0 20px 0;
	font: 21px/27px 'ProximaNova-Bold';
	height: 45px;
	text-transform: uppercase;
}
.main-parallax-2__text {
	font-size: 20px;
}
.main-parallax-2__more {
	transition: 0.2s;
	display: block;
	border-radius: 5px;
	border: solid 2px #ffffff;
	margin-top: 30px;
	padding: 12px 0px;
	font-size: 18px;
	width: 153px;
	text-align: center;
}
.main-parallax-2__more:hover {
	transition: 0.2s;
	background: #FFF;
	color: #0095da;
	text-decoration: none;
}
.main-text-2__bottom-button {
	color: #0095da;
}
.main-text-2__logo-glonass {
	margin: -30px 0;
}
.main-text-2__inner.main-block-inner {
    text-align: center;
}
.main-text-2__block.main-block-element.font-white {
    display: inline-block;
    float: none !important;
    margin: 20px 23px;
}

.main-parallax-3 {
	width: 100%;
/*	background: url('/img/diz/cover-03.png') top center repeat-y;*/
	overflow: auto;
}
.main-parallax-3__block-img {
	background: #000;
}
.main-parallax-3__block-img a {
	display: block;
	height: auto;
	max-height: 270px;
    opacity: .7;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}
.main-parallax-3__block-img a:hover {
	opacity: 1;
}
.main-parallax-3__block img {
	width: 300px;
	height: auto;
}
.main-parallax-3__block-top-text {
	max-width: 1170px;
	text-align: center;
	font-size: 24px;
	margin: 0 auto 40px auto;
	padding: 0 40px;
}
.main-parallax-3__block-top-text a {
	color: #1081d1;
	text-decoration: none;
	border-bottom: 1px dotted #1081d1;
	padding: 0;
	line-height: 1em;
	display: inline-block;
}
.main-parallax-3__block-text {
	display: block;
	font: 24px/26px 'ProximaNova-Bold';
	margin: 20px 0 0px 0;
	text-align: left;
}
	
.main-text-3__bottom-button {
	color: #0095da;
	background: #FFF;
	cursor: pointer;
}
.main-text-3__soglasie {
	text-align: center;
	color: #999;
	font-size: 14px;
	margin: -40px 0 40px 0;
}
.main-text-3__soglasie a {
	color: #999;
	border-bottom: 1px dotted #999;
}
.main-text-3__soglasie a:hover {
	text-decoration: none;
}

.main-text-4 {
	width: 100%;
	max-width: 100%;
	background: #0095da;
	padding: 1px 0 100px 0;
	margin-bottom: 0;
}
.main-text-4__inner {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
.main-text-4__left {
	text-align: center;
	float: left;
	width: 200px;
}
.main-text-4__right {
	text-align: center;
	float: right;
	width: 200px;
}
.main-text-4__name {
	font: 20px 'ProximaNova-Bold';
	margin: 20px 0 5px 0;
}
.main-text-4__mail {
	font: 20px 'ProximaNova-Light';
}

.main-text-5 {
	width: 100%;
	max-width: 100%;
	background: #0095da;
	padding: 1px 0 50px 0;
	margin-bottom: 0;
}
.main-text-5__inner {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.main-text-5__left {
	float: left;
	max-width: 500px;
	width: 100%;
}
.main-text-5__right {
	float: left;
	max-width: 270px;
	width: 100%;
	margin-left: 130px;
}
.main-text-5__title {
	font: 26px 'ProximaNova-Regular';
	margin: 0px 0 35px 0;
}
.main-text-5__text {
	font: 20px 'ProximaNova-Light';
}
.main-text-5__telegram {
	margin: 0 auto 35px auto;
	width: 87px;
	height: 87px;
}
.main-text-5__telegram-link a {
	font: 22px 'ProximaNova-Regular';
	color: #FFF;
	border-bottom: 1px dotted #FFF;
	text-decoration: none;
}
.main-text-5__form {
	margin-top: 50px;
}
.main-text-5__input {
	box-sizing: border-box;
	width: 280px;
	border: 1px solid #0095da;
	border-radius: 5px;
	background-color: #ffffff;
	padding: 12px 20px;
	font: 18px 'ProximaNova-Regular';
	color: #363636;
}
.main-text-5__input::-webkit-input-placeholder {color:#72797f;opacity:0.3;}
.main-text-5__input::-moz-placeholder          {color:#72797f;opacity:0.3;}
.main-text-5__input:-moz-placeholder           {color:#72797f;opacity:0.3;}
.main-text-5__input:-ms-input-placeholder      {color:#72797f;opacity:0.3;}

.main-text-5__button {
	box-sizing: border-box;
	width: 189px;
	border-radius: 5px;
	border: solid 3px #ffffff;
	background: #0095da;
	font: 20px 'ProximaNova-Regular';
	color: #FFF;
	text-align: center;
	padding: 10px 0;
	margin-left: 25px;
}

/*------PORTFOLIO------------------*/
.portfolio-inner {
	max-width: 1200px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding-top: 70px;
}
.portfolio-element {
	display: inline-block;
	vertical-align: top;
	width: 250px;
	margin: 0 23px 70px 23px;
	text-align: left;
}
.poprtfolio-element__image {
	display: block;
	margin-bottom: 27px;
}
.portfolio-element__title {
	color: #363636;
	display: block;
	font: 24px 'ProximaNova-Bold';
}
.portfolio-element__info {
	margin-top: 15px;
}
.portfolio-element__info-title {
	color: #1081d1;
	font: 18px 'ProximaNova-Bold';
}
.portfolio-element__info-text {
	font-size: 18px;
}
.portfolio-element__text {
	margin-top: 30px;
	color: #171716;
	font: 18px 'ProximaNova-Light';
}
.portfolio-element__more {
	transition: 0.2s;
	display: block;
	border-radius: 5px;
	border: solid 2px #0095da;
	color: #0095da;
	text-decoration: none;
	font-size: 18px;
	padding: 12px 0;
	margin-top: 30px;
	width: 150px;
	text-align: center;
}	
.portfolio-element__more:hover {
	transition: 0.2s;
	background: #0095da;
	color: #FFF;
	text-decoration: none;
}

/*------PRODUCTS------------------*/
.products-menu {
	width: 100%;
	background-color: #1d1e1c;
	padding: 5px 0 30px 0;
}
.products-menu__inner {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.products-menu__buttons {
	float: left;
	margin-right: 0px;
}
.products-menu__close {
	display: none;
	float: right;
	width: 48px;
	height: 48px;
	margin-top: 80px;
}
.products-menu__element {
	display: inline-block;
	width: 240px;
	height: 60px;
	border-radius: 5px;
	border: solid 1.5px #ffffff;
	text-align: center;
	margin: 26px 25px 0 25px;
}
.products-menu__element-inner {
	transition: 0.2s;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 0 30px;
	width: 200px;
	height: 60px;
	font-size: 18px;
	text-decoration: none !important;
}	
.products-menu__element:hover, .products-menu__element-active {
	transition: 0.2s;
	border: solid 1.5px #0095da;
	background: #0095da;
}
.products-menu__buttons-mobile {
	display: none;
	margin: 0 auto;
}
#products-top-menu-button {
    margin: 0 auto;
    display: block;
    width: 80%;
    padding: 20px;
    font-family: ProximaNova-Regular;
    font-size: 18px;
    border: 1.5px solid #FFF;
	background-color: #1d1e1c;
	color: #FFF;
}
#products-top-menu-menu {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,1);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,1);
}
.products-logo {
	width: 100%;
	background: url('/img/products/ht.jpg') top center no-repeat;
	height: 600px;	
}
.products-logo__inner {
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 600px;	
	text-align: center;
	box-sizing: border-box;
	padding-top: 190px;
}
.products-logo__title {
	font: 86px 'ProximaNova-Bold';
	line-height: 1;
	text-transform: uppercase;
	box-sizing: border-box;
}
.products-logo__lid {
	font-size: 24px;
	width: 770px;
	margin: 20px auto;
	line-height: 1.3;
}
.products-block__text {
	font: 18px 'ProximaNova-Light';
	margin: 60px auto 50px auto;
	width: 970px;
}
.products-block-title {
	font: 24px 'ProximaNova-Bold';
	text-align: center;
	color: #0095da;
	margin-bottom: 40px;
}
.products-mech__outer {
	font: 18px 'ProximaNova-Light';
	margin: 0 auto;
	width: 970px;
}
.products-mech__left, .products-mech__right {
	width: 50%;
	float: left;
}
.products-mech__element {
	background: url('/img/diz/ic-bullit.png') top left no-repeat;
	padding: 0 20px 10px 40px;
	margin-bottom: 15px;
}

.products-menu__buttons-mobile {
	margin-top: 25px;
}
.products-menu__buttons-mobile .ui-selectmenu-icon {
	background-image: url('/img/diz/arrow_down_white.png') !important;
}



/*------RESPONSIVE------------------*/
@media screen and (max-width: 1240px) {
	.header, .footer {
		padding-left: 40px;
		padding-right: 40px;
	}
	.header__menu {
		display: none;
	}
	.header-mobile-button-open {
		display: block;
		float: right;
		margin: 5px 0px 0 0;
	}
	.header-mobile-button-close {
		float: right;
		margin: 5px 0px 0 0;
	}
	.main-block-inner {
		text-align: center;
	}
	.main-block-element {
		display: inline-block;
		vertical-align: top;
		float: none;
		text-align: left;
	}
	.main-block-clear {
		clear: both;
		margin: 20px 50px;
	}
	.main-block-3-element {
		margin: 40px 25px;
	}

	.products-menu__buttons {
		display: none;
	}
	.products-menu__buttons-mobile {
		display: block;
	}

	.portfolio-inner {
		max-width: 1200px;
		width: 100%;
	}
	.products-mech__outer {
		max-width: 970px;
		width: 100%;
	}
	.products-block__text {
		max-width: 970px;
		width: 100%;
		padding: 0 30px;
		box-sizing: border-box;
	}
}

	
@media screen and (max-width: 1000px) {
	.footer__center-inner {
		width: 300px;
	}
	.footer__center-left {
		float: none;
	}

	.main-text-5__left, .main-text-5__right {
		max-width: 900px;
		box-sizing: border-box;
		float: none;
		margin: 0 auto 50px auto;
		padding: 0 20px;
	}
	.main-text-5__right {
		margin: 0 auto 0px auto;
	}

	.products-logo {
		height: 450px;
	}
	.products-logo__inner {
		height: 450px;	
		padding: 90px 40px 0 40px;
	}
	.products-logo__title {
		font-size: 60px;
	}
	.products-logo__lid {
		max-width: 770px;
		width: 100%;
	}
	.products-mech__left, .products-mech__right {
		width: 100%;
		float: none;
		box-sizing: border-box;
		padding: 0 20px;
	}

}

@media screen and (max-width: 900px) {
	.form-main-input, #form-main-product-button {
		width: 100%;
		max-width: 470px;
	}
	.form-main-row-left {
		padding: 0 40px;
		float: none;
		width: 100%;
		max-width: 470px;
		box-sizing: border-box;
		margin: 0px auto 10px auto;
		text-align: left;
	}
	.form-main-row-right {
		padding: 0 40px;
		float: none;
	}      
}

@media screen and (max-width: 760px) {
	.footer {
		text-align: center;
	}
	.footer__center, .footer__left, .footer__right, .footer__center-inner, .footer__center-left, .footer__center-right, .footer__center-menu {
		float: none;
		width: auto;
	}
	.footer__center, .footer__left {
		margin-bottom: 40px;
	}
	.main-parallax-1__logo {
		width: auto;
		height: auto;
		margin-left: 40px;
		margin-right: 40px;
	}
	.main-parallax-1__logo img {
		max-width: 100%;
	}
	.main-parallax-1__slogan {
		width: auto;
		margin-left: 40px;
		margin-right: 40px;
		font-size: 22px;
	}
	.main-parallax-1__text {
		font-size: 15px;
	}

	.products-logo__title {
		font-size: 30px;
	}
	.products-logo__lid {
		font-size: 18px;
	}
}

@media screen and (max-width: 555px) {
	.main-text-5__button {
		margin-left: 0;
		margin-top: 10px;
	}
}

@media screen and (max-width: 500px) {
	.block-title {
		font: 30px 'ProximaNova-Bold';
	}
	.block-text {
		padding: 0 30px;
		font: 18px 'ProximaNova-Light';
	}

	.main-parallax-2__block {
		text-align: center;
		width: 160px;
		margin: 5px 10px;
		min-height: auto;
	}
	.main-parallax-2__title {
		font: 16px/20px 'ProximaNova-Bold';
	}
	.main-parallax-2__more {
		margin: 30px auto 0 auto;
		display: none;
	}
	.main-parallax-2__text {
		display: none;
	}
	.main-parallax-2__bottom-button {
		margin-top: 0;
		font-size: 17px;
	}

	.main-text-2__block, .main-text-2__block img {
		width: 100%;
		max-width: 175px;
	}
	.main-text-2__block {
		margin: 10px 5px !important;
		float: left;
	}
	.main_text-2__block-clear {
		display: none;
	}

	.main-block-3-element {
		width: 100%;
		max-width: 160px;
		margin: 20px 10px;
	}
	.main-parallax-3__block img {
		width: 100%;
	}
	.main-parallax-3__block-text {
		font: 18px/22px 'ProximaNova-Regular';
		margin-top: 10px;
	}
	.main-text-4__left, .main-text-4__right {
/*		float: none;*/
		margin: 0 4%;
		width: 42%;
	}
	.main-text-4__left img, .main-text-4__right img {
		width: 100%;
	}
	.main-text-4__mail {
		font: 16px 'ProximaNova-Light';
	}
}

/*------RETINA------------------*/
/*@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {

.main-parallax-1 {
	background: url('/img/diz/cover-01@2x.png') top center repeat-y;
}
.main-parallax-2 {
	background: url('/img/diz/cover-02@2x.png') top center repeat-y;
}
.main-parallax-3 {
	background: url('/img/diz/cover-03@2x.png') top center repeat-y;
}
.products-logo {
	background: url('/img/products/ht@2x.jpg') top center no-repeat;
}
.products-mech__element {
	background: url('/img/diz/ic-bullit@2x.png') top left no-repeat;
}

}*/