@import url(reset.css);

@font-face {
        font-family: 'Eagle-Normal';
        src: url('../fonts/EAGLE-NORMAL.TTF');
        font-weight: normal;
        font-style: normal;
}

@font-face {
    font-family: 'Eaglesans-bold';
    src: url('../fonts/EAGLE-BOLD.TTF');
}

@font-face {
    font-family: 'PFDINTEXTPRO-THIN';
    src: url('../fonts/PFDINTEXTPRO-THIN.TTF');
}

@font-face {
    font-family: 'PFDINTEXTPRO-LIGHT';
    src: url('../fonts/PFDINTEXTPRO-LIGHT.TTF');
}

@font-face {
    font-family: 'PFDINTEXTPRO-MEDIUM';
    src: url('../fonts/PFDINTEXTPRO-MEDIUM.TTF');
}

@font-face {
    font-family: 'PFDINTEXTPRO-BOLD';
    src: url('../fonts/PFDINTEXTPRO-BOLD.TTF');
}

@font-face {
    font-family: 'PFDINTEXTPRO-REGULAR';
    src: url('../fonts/PFDINTEXTPRO-REGULAR.TTF');
}


/*========================================================*/

.fullScreen{
	display: block;
	cursor: pointer;
	width: 45px;
	height: 45px;
	background: url(../images/fullScreen.png) no-repeat;
	position: fixed;
	right: 48%;
	bottom: 100px;
	z-index: 99999;
}

/*========================================================*/

/*========================================================*/

#brifBg{
	width: 100%;
	height: 100%;
	position: fixed;
	padding-top: 187px;
	background: rgba(35,43,65,0.7);
	z-index: 10010;
	display: none;
}

#brifX{
	width: 750px;
	height: 208px;
	position: relative;
	background: rgba(31,38,58,0.8);
	margin: 0 auto;
	z-index: 10020;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding-top: 85px;
	padding-left: 60px;
}

.X{
	position: absolute;
	width: 14px;
	height: 14px;
	background: url(../images/close.png);
	top: -10px;
	right: -10px;
	border: none;
	cursor: pointer;
}

#brifLinks{
	width: 750px;
	height: 125px;
	position: relative;
	margin: 0 auto;
}

.brif{
	width: 230px;
	height: 125px;
	position: relative;
	float: left;
	margin-right: 20px;
	background: url(../images/brif.png) no-repeat;
	background-position: 5px 5px;

}

.brif button{
	width: 112px;
	height: 41px;
	background: url(../images/buttonBrif.png);
	font: 20px Eaglesans-bold, sans-serif;
	border: none;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	left: 0;
}

.brif button:hover{
	background: url(../images/buttonBriffhover.png);
}

.brifText{
	width: 160px;
	height: 70px;
	position: absolute;
	right: 0;
	top: 0
}

.brifText h2{
	font: 30px PFDINTEXTPRO-THIN, sans-serif;
	color: #fff;
}

.brifText h3{
	font: 25px PFDINTEXTPRO-MEDIUM, sans-serif;
	color: #e8c329;
}

/*========================================================*/

#fixed{
	position: relative;
	width: 100%;
	min-width: 960px;
	height: 65px;
	background: rgb(38, 47, 72);
}

.nav_bar_main {
	position: fixed;
	width: 100%;
	min-width: 960px;
	height: 65px;
	background: #373C53;
	background: rgba(38, 47, 72, 0.9);
	z-index: 999;
}

.nav_bar {
	width: 960px;
	height: 65px;
	margin: 0 auto;
}

.nav_bar ul {
	list-style: none;
	overflow: hidden;
	padding-left: 60px;
}

.nav_bar ul li {
	float: left;
}

.nav_bar ul li {
	float: left;
}

.nav_bar ul li:last-child{
	margin-right: 0px;
}

.nav_bar ul li a {
	display: block;
	height: 40px;
	padding-top: 25px;
	padding-left: 14px;
	padding-right: 14px;
	font-family: 'Eagle-Normal';
	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
}

.nav_bar ul li a:hover {
	font-family: 'Eagle-Normal';
	font-size: 20px;
	background-color: #edc52a;
	color: #000;
	text-decoration: none;
}

.new{
	font-family: 'Eagle-Normal';
	font-size: 12px;
	color: #ff0012;
	position: relative;
	top: 15px;
	left: 78px;
	margin: 0;
	padding: 0;
}

.dizain{
	margin-left: -22px; 
}


/*========================================================*/

#superBannerBg{
	width: 100%;
	min-width: 960px;
	height: 202px;
	background: url(../images/superBannerBg.png);
	background-repeat: repeat-x;
	position: relative;
}

#superBanner{
	width: 960px;
	height: 202px;
	margin: 0 auto;
	background: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 5px, 0px;
	position: relative;
}

.superBannerLink{
	display: block;
	position: absolute;
	width: 315px;
	height: 150px;
	top: 40px;
}

.designsites{
	width: 133px;
	height: 33px;
	background: url(../images/designsites.png);
	position: absolute;
	top: 128px;
	left: 328px;
}

.contacts{
	width: 300px;
	position: absolute;
	right: 0;
	top: 40px;
	font: 20px Eaglesans-bold, sans-serif;
	color: #fff;
	text-align: right;
}

.uppercase{
	text-transform: uppercase;
}

.yellow{
	color: #f8d648;
}

/*========================================================*/

#downloadBg{
	width: 100%;
	min-width: 960px;
	height: 155px;
	background: url(../images/downloadBg.png);
	background-repeat: repeat-x;
	position: relative;
}

#download{
	width: 960px;
	height: 155px;
	margin: 0 auto;
	position: relative;
	border-top: 1px solid #353f5c;
	font: 16px PFDINTEXTPRO-REGULAR, sans-serif;
	color: #fff;
	padding-top: 10px;
}

#download p{
	display: none;
}

.down{
	display: none;
	cursor: pointer;
	text-decoration: none;
	width: 166px;
	height: 76px;
	background: url(../images/down.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 30px;
	border: none;
}

.form_inpt {
	overflow: hidden;
	margin-left: 42px;
	margin-top: 30px;
}

.form_name111 {
	float: left;
	position: relative;
	width: 253px;
	margin-right: 60px;
}

.form_name111 span {
	position: absolute;
	top: 0;
	left: 4px;
	width: 48px;
	height: 52px;
	background: url(../images/inpt_icon1.png);
	z-index: 2;
}

.form_inpt #name111 {
	font-family:'PFDINTEXTPRO-THIN';
	font-size: 20px;
	color: #585858;
	width: 235px;
	height: 50px;
	background: #ffffff;
	border: none;
	outline: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding-left: 60px;
}

::-webkit-input-placeholder {
    color:    #585858;
}
:-moz-placeholder {
    color:    #585858;
    opacity:  1;
}
::-moz-placeholder {
    color:    #585858;
    opacity:  1;
}
:-ms-input-placeholder {
    color:    #585858;
}

.form_email111 {
	float: left;
	position: relative;
	width: 248px;
}

.form_email111 span {
	position: absolute;
	top: 0;
	left: 4px;
	width: 48px;
	height: 52px;
	background: url(../images/inpt_icon2.png);
	z-index: 2;
}

.form_email111 #email111 {
	font-family:'PFDINTEXTPRO-THIN';
	font-size: 20px;
	color: #585858;
	width: 235px;
	height: 50px;
	background: #ffffff;
	border: none;
	outline: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding-left: 60px;
}

#header_form_sub {
	font-family:'Eaglesans-bold';
	font-size: 27px;
	color: #fdfdfd;
	float: left;
	width: 230px;
	height: 50px;
	background: #4DB9D4;
	border:none;
	border-bottom: 5px solid #3C90A6;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	outline: none;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.30);
	margin-left: 100px;
	cursor: pointer;
}

#header_form_sub:hover {
	background: #4BCCEC;
}

.img_text_form img{
	position: absolute;
	right: 30px;
	top: 108px;
}

/*========================================================*/

#zakazatiBg{
	width: 100%;
	min-width: 960px;
	height: 332px;
	background: url(../images/zakazati.png);
	background-repeat: repeat-x;
	position: relative;
}

#zakazati{
	width: 960px;
	height: 332px;
	position: relative;
	margin: 0 auto;
}

.landing{
	width: 595px;
	height: 328px;
	background: url(../images/landing.png);
	background-repeat: no-repeat;
	border: 1px solid #353f5c;
	background-position: 15px 15px;
	position: relative;
	float: left;
	margin-right: 8px;
}

.text{
	width: 170px;
	height: 315px;
	position: absolute;
	top: 10px;
	right: 20px;
}

.text h2{
	font: 30px PFDINTEXTPRO-BOLD, sans-serif;
	color: #fff;
}

.text h3{
	font: 30px PFDINTEXTPRO-LIGHT, sans-serif;
	color: #fff;
}

.text p{
	text-align: left;
	color: #fff;
	font: 14px PFDINTEXTPRO-REGULAR, sans-serif;
}

.button1{
	display: block;
	width: 163px;
	height: 52px;
	background: url(../images/button1.png);
	border: none;
	font: 27px Eaglesans-bold, sans-serif;
	color: #282c3c;
	margin-top: 15px;
	cursor: pointer;
}

.button1:hover{
	background: url(../images/button1hover.png);
}

.magazin{
	width: 350px;
	height: 159px;
	background: url(../images/magazin.png);
	background-repeat: no-repeat;
	background-position: 38px 24px;
	float: left;
	border: 1px solid #353f5c;
	position: relative;
}

.sait{
	width: 350px;
	height: 159px;
	background: url(../images/sait.png);
	background-repeat: no-repeat;
	background-position: 38px 24px;
	margin-top: 8px;
	border: 1px solid #353f5c;
	float: left;
	position: relative;
}

.text2{
	width: 121px;
	height: 125px;
	position: absolute;
	right: 35px;
	top: 40px;
	padding-left: 9px;
	color: #fff;
}

.text2 h2{
	font: 20px PFDINTEXTPRO-BOLD, sans-serif;
}

.text2 h3{
	font: 20px PFDINTEXTPRO-LIGHT, sans-serif;
}

.button2, .button3{
	display: block;
	width: 109px;
	height: 35px;
	background: url(../images/button2.png);
	border: none;
	font: 18px Eaglesans-bold, sans-serif;
	color: #282c3c;
	margin-top: 15px;
	cursor: pointer;
}

.button2:hover, .button3:hover{
	background: url(../images/button2hover.png);
}

/*========================================================*/

#galeryBg{
	width: 100%;
	min-width: 960px;
	height: 870px;
	background: url(../images/galeryBg.png);
	background-repeat: repeat-x;
	position: relative;
}

#galery{
	width: 960px;
	height: 835px;
	margin: 0 auto;
	position: relative;
	padding-top: 35px;
}

.galeryLi{
	width: 375px;
	height: 28px;
	margin: 0 auto;
	font: 18px PFDINTEXTPRO-LIGHT, sans-serif;
}

.galeryLi ul{
	list-style: none;
}

.galeryLi ul li{
	float: left;
	margin-left: 10px;
}

.galeryLi ul li a{
	text-decoration: none;
	display: block;
	height: 25px;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}

.active{
	background: #fff;
	color: #263048;
}

.disactive{
	background: none;
	color: #fff;
}

.popup-gallery{
	width: 970px;
	height: 652px;
	padding-left: 2px;
	margin-top: 21px;
}

.popup-gallery a{
	display: block;
	width: 306px;
	height: 205px;
	border: 3px solid #f4d256;
	float: left;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
}

.galeryNum{
	width: 222px;
	height: 30px;
	position: relative;
	margin: 0 auto;
	padding-left: 5px;
	margin-top: 35px;
}

.prev, .first, .second, .third, .last, .next{
	display: block;
	text-decoration: none;
	font: 18px PFDINTEXTPRO-LIGHT, sans-serif;
	color: #263048;
	float: left;
	display: block;
	width: 30px;
	height: 26px;
	margin-left: 5px;
	text-align: center;
	padding-top: 4px;
}

.second, .last{
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.first{
	background: #f4d256;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.third{
	color: #fff;
	cursor: default;
}

.prev{
	background: url(../images/prev.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.next{
	background: url(../images/next.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/*========================================================*/

#questionBg{
	width: 100%;
	min-width: 960px;
	height: 285px;
	background: url(../images/questionBg.png);
	background-repeat: repeat-x;
	position: relative;
}

#question{
	width: 960px;
	height: 285px;
	position: relative;
	margin: 0 auto;
}

#question img{
	display: block;
	position: absolute;
	z-index: 2;
	left: -82px;
	top: -59px;

}

.form{
	position: absolute;
	left: 327px;
	top: 23px;
}

#question h1{
font: 39px PFDINTEXTPRO-THIN, sans-serif;
color: #e8c329;
text-transform: uppercase;
line-height: 27px;
}

#question h2{
	font: 35px PFDINTEXTPRO-THIN, sans-serif;
	color: #fff;
	margin-bottom: 12px;
}

.question{
	width: 400px;
	height: 70px;
	resize: none;
	font: 16px PFDINTEXTPRO-THIN, sans-serif;
	background: #fff;
	background-image: url(../images/pencil.png), url(../images/formBg.png);
	background-repeat: no-repeat, repeat-y;
	background-position: 12px 12px, 40px;
	padding-top: 15px;
	border: none;
	margin-bottom: 4px;
}

.name{
	width: 172px;
	height: 45px;
	background: #fff;
	background-image: url(../images/people.png), url(../images/formBg.png);
	background-repeat: no-repeat, repeat-y;
	background-position: 12px 12px, 41px;
}

.email{
	width: 174px;
	height: 45px;
	background: #fff;
	background-image: url(../images/message.png), url(../images/formBg.png);
	background-repeat: no-repeat, repeat-y;
	background-position: 10px 12px, 40px;
}

.name, .email{
	margin: 0;
	font: 20px PFDINTEXTPRO-THIN, sans-serif;
	border: none;
}

.clear{
	clear: both;
}

.question, .name, .email{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	padding-left: 50px;
}

.button4{
	width: 231px;
	height: 48px;
	background: url(../images/button4.png);
	background-repeat: no-repeat;
	border: none;
	position: absolute;
	right: -60px;
	top: 196px;
	font: 22px Eaglesans-bold, sans-serif;
	color: #282c3c;
	cursor: pointer;
}

.button4:hover{
	background: url(../images/button4hover.png);
}

/*========================================================*/

#footerBg{
	width: 100%;
	min-width: 960px;
	height: 56px;
	background-color: #222B45;
	background-repeat: repeat-x;
	position: relative;
}

#footer{
	width: 960px;
	height: 30px;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
	position: relative;
}

#footer p{
	font: 14px PFDINTEXTPRO-REGULAR, sans-serif;
	color: #fff;
}

/*KR1SCK*/
/*========================================================*/

.window_1 {
	position: relative;
	width: 945px;
	margin: 0 auto;
	display: none;
}

.window_form_main1 {
	width: 355px;
	margin: 0 auto;
}

.window_form1 {
	width: 310px;
	background: #282F41;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-top: 64px;
}

.icon_form p {
	font-family: 'PFDINTEXTPRO-MEDIUM';
	font-size: 30px;
	color: #ffffff;
	padding-top: 25px;
	line-height: 26px;
	margin-left: 30px;
	margin-bottom: 40px;
}

.icon_form img {
	float: left;
	margin-right: 8px;
	margin-top: 0px;
}

.icon_form p span {
	font-family: 'PFDINTEXTPRO-THIN';
	font-size: 30px;
	color: #e8c329;
}

.window_form1 .form_name {
	position: relative;
	width: 260px;
	margin-left: 24px;
	margin-bottom: 10px;
}

.window_form1 .form_name span {
	position: absolute;
	top: 0;
	left: 3px;
	width: 37px;
	height: 35px;
	background: url(../images/sale_fr_icon1.png);
	z-index: 2;
}

.window_form1 #name {
	font-family:'PFDINTEXTPRO-THIN';
	font-size: 16px;
	color: #585858;
	width: 210px;
	height: 35px;
	background: #ffffff;
	border: none;
	outline: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left: 58px;
}

.window_form1 .form_site {
	position: relative;
	width: 260px;
	margin-left: 24px;
	margin-bottom: 10px;
}

.window_form1 .form_site span {
	position: absolute;
	top: 0;
	left: 3px;
	width: 37px;
	height: 35px;
	background: url(../images/sale_fr_icon2.png);
	z-index: 2;
}

.window_form1 #site {
	font-family:'PFDINTEXTPRO-THIN';
	font-size: 16px;
	color: #585858;
	width: 210px;
	height: 35px;
	background: #ffffff;
	border: none;
	outline: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left: 58px;
}

.window_form1 .form_email {
	position: relative;
	width: 260px;
	margin-left: 24px;
	margin-bottom: 10px;
}

.window_form1 .form_email span {
	position: absolute;
	top: 0;
	left: 3px;
	width: 37px;
	height: 35px;
	background: url(../images/sale_fr_icon3.png);
	z-index: 2;
}

.window_form1 #email {
	font-family:'PFDINTEXTPRO-THIN';
	font-size: 16px;
	color: #585858;
	width: 210px;
	height: 35px;
	background: #ffffff;
	border: none;
	outline: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left: 58px;
}

.window_form1 .form_iqu {
	position: relative;
	width: 260px;
	margin-left: 24px;
	margin-bottom: 10px;
}

.window_form1 .form_iqu span {
	position: absolute;
	top: 0;
	left: 3px;
	width: 37px;
	height: 35px;
	background: url(../images/sale_fr_icon6.png);
	z-index: 2;
}

.window_form1 #iqu {
	font-family:'PFDINTEXTPRO-THIN';
	font-size: 16px;
	color: #585858;
	width: 210px;
	height: 35px;
	background: #ffffff;
	border: none;
	outline: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left: 58px;
}

.window_form1 .form_skype {
	position: relative;
	width: 260px;
	margin-left: 24px;
	margin-bottom: 10px;
}

.window_form1 .form_skype span {
	position: absolute;
	top: 0;
	left: 3px;
	width: 37px;
	height: 35px;
	background: url(../images/sale_fr_icon4.png);
	z-index: 2;
}

.window_form1 #skype {
	font-family:'PFDINTEXTPRO-THIN';
	font-size: 16px;
	color: #585858;
	width: 210px;
	height: 35px;
	background: #ffffff;
	border: none;
	outline: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left: 58px;
}

.window_form1 .form_textarea {
	position: relative;
	width: 260px;
	margin-left: 24px;
	margin-bottom: 10px;
}

.window_form1 .form_textarea span {
	position: absolute;
	top: 1px;
	left: 3px;
	width: 38px;
	height: 130px;
	background: url(../images/sale_fr_icon5.png);
	z-index: 2;
}

.window_form1 #textarea {
	font-family:'PFDINTEXTPRO-THIN';
	font-size: 16px;
	color: #585858;
	width: 210px;
	height: 130px;
	background: #ffffff;
	border: none;
	outline: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left: 58px;
	padding-top: 6px;
	resize: none;
}

.window_form1 button:hover {
	background: #4BCCEC;
}
.window_form1 button {
	font-family: 'Eaglesans-bold';
	font-size: 27px;
	color: #fdfdfd;
	width: 260px;
	height: 52px;
	background: #4DB9D4;
	border: none;
	border-bottom: 5px solid #3C90A6;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	outline: none;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.30);
	cursor: pointer;
	margin-top: 14px;
	margin-left: 24px;
	margin-bottom: 28px;
}


.window_1 .close {
	position: absolute;
	top: 46px;
	right: 322px;
	cursor: pointer;
}


.window1_form_prev {
	position: absolute;
	right: 0;
	bottom: 140px;
	width: 267px;
	margin-right: 55px;
	margin-top: 10px;
}

.window1_form_prev p {
	width: 267px;
	font-family: 'PFDINTEXTPRO-THIN';
	font-size: 16px;
	color: #fdfdfd;
	text-align: left;
	line-height: 19px;
}

.window1_form_prev .red{
	color: #ff0000;
}

.window1_form_prev .brifff{
	color: #edc52a;
}

.hold{
	background: red;
}

.brif123{
	text-decoration: none;
}

.schetchik{
	position: absolute;
	left: 30px;
	bottom: 3px;
}

@media (max-width: 1080px) {
	.button4 {
		right: 290px;
		top: 250px;
	}
	#questionBg {
		height: 320px;
		background-size: cover;
	}

	#question img {
		top: -23px;
	}
}