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,
b, 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;
}

a, img, input { 
    outline: none; 
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto_regular_cyrillic/Roboto-Regular-webfont.eot');
    src: url('../fonts/roboto_regular_cyrillic/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto_regular_cyrillic/Roboto-Regular-webfont.woff') format('woff'),
         url('../fonts/roboto_regular_cyrillic/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto_regular_cyrillic/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto_bold_cyrillic/Roboto-Bold-webfont.eot');
    src: url('../fonts/roboto_bold_cyrillic/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto_bold_cyrillic/Roboto-Bold-webfont.woff') format('woff'),
         url('../fonts/roboto_bold_cyrillic/Roboto-Bold-webfont.ttf') format('truetype'),
         url('../fonts/roboto_bold_cyrillic/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotothin';
    src: url('../fonts/roboto_thin_cyrillic/Roboto-Thin-webfont.eot');
    src: url('../fonts/roboto_thin_cyrillic/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto_thin_cyrillic/Roboto-Thin-webfont.woff') format('woff'),
         url('../fonts/roboto_thin_cyrillic/Roboto-Thin-webfont.ttf') format('truetype'),
         url('../fonts/roboto_thin_cyrillic/Roboto-Thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto_light_cyrillic/Roboto-Light-webfont.eot');
    src: url('../fonts/roboto_light_cyrillic/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto_light_cyrillic/Roboto-Light-webfont.woff') format('woff'),
         url('../fonts/roboto_light_cyrillic/Roboto-Light-webfont.ttf') format('truetype'),
         url('../fonts/roboto_light_cyrillic/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto_medium_cyrillic/Roboto-Medium-webfont.eot');
    src: url('../fonts/roboto_medium_cyrillic/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto_medium_cyrillic/Roboto-Medium-webfont.woff') format('woff'),
         url('../fonts/roboto_medium_cyrillic/Roboto-Medium-webfont.ttf') format('truetype'),
         url('../fonts/roboto_medium_cyrillic/Roboto-Medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'roboto_condensedregular';
    src: url('../fonts/roboto_condensed_cyrillic/RobotoCondensed-Regular-webfont.eot');
    src: url('../fonts/roboto_condensed_cyrillic/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto_condensed_cyrillic/RobotoCondensed-Regular-webfont.woff') format('woff'),
         url('../fonts/roboto_condensed_cyrillic/RobotoCondensed-Regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto_condensed_cyrillic/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: robotothin, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #08131b;
  background-color: #FFF;
  min-width: 990px;
}
#header {
	height: 95px;
    padding: 31px 100px 0;
    position: relative;
}
#logo {
	float: left;
}
#header .lang_menu {
	position: absolute;
	right: 100px;
	font-size: 14px;
	color: #18232A;
	top: 10px;
	font-family: roboto_condensedregular, Arial, sans-serif;
}
#header .lang_menu li {
	float: left;
	clear: none;
	margin-left: 40px;
}
#header .lang_menu li:before {
    content: "";
}
#header .lang_menu a {
	color: #F4156A;
	text-decoration: none;
}
#header .portfolio_download {
	 margin-top: 21px;
}
.portfolio_download {
    float: right;
    background: #F4156A;
    color: #FFF;
    text-decoration: none;
    font-size: 16px;
    font-family: robotolight, Arial, sans-serif;
    padding: 15px 0 16px;
    width: 310px;
    margin-top: 16px;
    text-align: center;
    display: block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
         transition: all .2s ease-in-out;
         
}
.portfolio_download:hover {
    background: #C41658;
}
.portfolio_download[disabled="disabled"]:hover {
	background: #F4156A;
}
.buttons_bottom {
	width: 660px;
	margin: 0 auto 60px;
}
.buttons_bottom .portfolio_download {
	float: left;
}
.buttons_bottom .order_link {
	float: right;
}
#banner, #topImg {
    width: 100%;
    position: relative;
}
#banner img, #topImg img {
	width: 100%;
	display: block;
}
#banner span, #topImg span {
	position: absolute;
	bottom: 67px;
	right: 99px;
	color: #fff;
	font-size: 60px;
	font-family: roboto_condensedregular, Arial, sans-serif;
	text-transform: uppercase;
}
#contacts {
	margin-top: 2px;
	clear: both;
	background: url("../img/site/back_contacts.png") repeat-y scroll 50% 0;
	color: #18232a;
	font-family: robotolight, Arial, sans-serif;
	padding: 53px 100px 86px;
	line-height: 2;
}
#contacts h2 {
	font-family: robotolight, Arial, sans-serif;
	font-size: 30px;
	margin-bottom: 28px;
	font-weight: normal;
	line-height: 1.2
}
#contacts .left, #contacts .right{
    width: 50%;
    float: left;
}
#contacts .right {
    width: 50%;
    float: left;
    color: #ffffff;
}
#contacts .right div {
    padding-left: 60px;
}
#contacts .right p {
    margin-bottom: 15px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
#text {
	max-width: 1340px;
	margin: 0 auto;
	text-align: center;
	font-family: robotothin, Arial, sans-serif;
	font-size: 30px;
	padding-top: 70px;
	line-height: 1.6;
	padding: 64px 100px;
}
#text p {
    margin-bottom: 58px;
}
#text h2 {
	font-size: 21px;
	font-family: robotomedium, Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 38px;
}
strong {
	font-family: robotobold, Arial, sans-serif;
	font-weight: normal;
}
ul {
	font-size: 21px;
	list-style-type: none;
	margin: 0 auto 80px;
	text-align: left;
	max-width: 930px;
}
ul li:before {
    content: "—";
}
.social {
	float: right;
	margin: 6px 0 0 0;
}
.social a {
    width: 39px;
    height: 39px;
    display: inline-block;
    text-decoration: none;
    margin-left: 10px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
         transition: all .2s ease-in-out;
}
.social a:hover {
	opacity: 0.8;
}
.social a.fb {
    background: url("../img/site/fb_icon.png") no-repeat scroll 0 0;
}
.social .vk {
	background: url("../img/site/vk_icon.png") no-repeat scroll 0 0;
}
#footer {
	height: 64px;
	background: #E61D65;
	padding: 15px 100px 0;
}
@media (max-width:1366px) {
    #banner span {
        font-size: 48px;
    }
}
@media (max-width:1280px) {
	#header {
	   padding-left: 40px;
	   padding-right: 40px;
	}
	#footer {
	   padding-left: 40px;
       padding-right: 40px;
	}
	#banner span {
	    bottom: 47px;
	    right: 39px;
	    font-size: 40px;
	}
	#contacts {
	    padding: 53px 40px 86px;
	}
}



.mail_link {
	font-family: robotomedium, Arial, sans-serif;
	color: #F4156A;
	padding: 0 0 0 27px;
	text-decoration: none;
	clear: left;
	display: inline-block;
	margin-top: 13px;
	height: 35px;
	width: 300px;
	overflow: hidden;
    position: relative;
}
.mail_link i {
	width: 27px;
	height: 18px;
	display: inline-block;
	top: 1px;
	position: relative;
	background: url("../img/site/mail_icon.png") no-repeat scroll 0 6px;
}
.mail_link:hover .mail_link__text-hover {
    opacity: 0.8;
    top: 0;
}
.mail_link:hover .mail_link__text {
    opacity: 0;
    top: -20px;
}
.mail_link__text, .mail_link__text-hover {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: top 200ms linear 0s, opacity 200ms linear 0s;
    width: 100%;
}
.mail_link__text-hover {
    opacity: 0;
    top: 20px;
}
#popup {
	z-index: 200;
	position: absolute;
	top: 100px;
	left: 50%;
	background: #FFF;
	padding: 54px 61px 60px 61px;
	border-radius: 4px;
	opacity: 0;
}
#popup_overlay {
	width: 100%;
	height: 100%;
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
    background: #000;
    opacity: 0.6;
}
#popup h3 {
	color: #001526;
	text-align: center;
	font-size: 21px;
	font-family: robotobold, Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 26px;
}
#popup .close {
	display: block;
	width: 40px;
	height: 40px;
	background: #F4156A;
	position: absolute;
	top: -10px;
	right: -10px;
	border-radius: 50%;
	text-decoration: none;
	color: #FFF;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
         transition: all .2s ease-in-out;
}
#popup .close:hover {
	background: #C41658;
}
#popup .close:before {
    content: "×";
    font-size: 38px;
    position: relative;
    top: -3px;
    left: 9px;
}
label {
	color: #D6D5D3;
	font-size: 14px;
	font-family: robotobold, Arial, sans-serif;
	cursor: pointer;
	line-height: 1.7;
}
input, .input, textarea {
	display: block;
	width: 424px;
	font-size: 16px;
	font-family: robotoregular, Arial, sans-serif;
	border: 1px solid #D6D5D3;
	padding: 11px 10px 5px 36px;
	color: #5F5F5F;
	position: relative;
}
input[type="submit"] {
	cursor: pointer;
}
textarea {
	height: 90px;
}
.field {
	position: relative;
}
.form .label_field {
	padding-bottom: 20px;
}
.form .field i {
	position: absolute;
	top: 13px;
	left: 11px;
	display: block;
	z-index: 2;
	width: 16px;
	height: 16px;
	background: url("../img/site/field_icons_sprite.png") no-repeat scroll 0 0;
}
.form .field.has-success i, .form .field.focus i {
	background-position: 0 -16px;
}
.form .field.email i {
	width: 16px;
	top: 17px;
	background-position: -16px 0;
}
.form .field.email.has-success i, .form .field.email.focus i {
	background-position: -16px -16px;
}
.form .field.phone i {
	width: 11px;
	top: 14px;
	left: 14px;
	background-position: -32px 0;
}
.form .field.phone.has-success i, .form .field.phone.focus i {
	background-position: -32px -16px;
}
.form .field.company i {
	background-position: -43px 0;
}
.form .field.company.has-success i, .form .field.company.focus i {
	background-position: -43px -16px;
}
.form .field.file i {
	background-position: -59px 0;
}
.form .field.file.has-success i, .form .field.file.focus i {
	background-position: -59px -16px;
	z-index: 3;
}
.form .field.file.has-success i.gr, .form .field.file.focus i.gr {
	background-position: -59px 0;
}
.form .field.file.has-success i.r, .form .field.file.focus i.r {
	clip: rect(16px, auto, auto, auto);
}
.form .field.text i {
	background-position: -75px 0;
}
.form .field.text.has-success i, .form .field.text.focus i {
	background-position: -75px -16px;
}
.form .field .helper {
	position: absolute;
	color: #D6D5D3;
	font-size: 12px;
	font-family: robotobold, Arial, sans-serif;
	right: 0;
	top: 42px;
}
.form .portfolio_download {
	float: none;
	margin: 19px auto 0;
}
.has-error:after {
	position: absolute;
	top: 12px;
	right: -26px;
	content: ' ';
	display: block;
	width: 16px;
	height: 16px;
	background: url("../img/site/validation_error_icon.png") no-repeat scroll 0 0;
}
.has-error input {
	border-color: #F4156A;
}




#drop .input {
	padding: 5px 10px 5px 36px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-image: url('../img/site/drop_field_border.png') 1 repeat;
}
#drop .file_name {
	display: inline-block;
	width: 245px;
	position: relative;
	top: 7px;
	overflow: hidden;
	padding: 0 10px 0 0;
	white-space: nowrap;
}
#drop .file_name.ds {
	color: #D6D5D3;
}
#drop .file_size {
	display: inline-block;
	width: 75px;
	position: relative;
	top: 7px;
	overflow: hidden;
	padding: 0 10px 0 0;
	white-space: nowrap;
	text-align: right;
	color: #d6d5d3;
}

#drop a.browse {
    background-color:#F4156A;
    padding:7px 26px;
    color:#fff;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
    display:inline-block;
    line-height:1;
    
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
         transition: all .2s ease-in-out;
         
}
#drop a.browse:hover {
    background: #C41658;
}
#drop input{
    display:none;
}
#popup.shadow {
	-webkit-box-shadow: 1px 0px 8px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 0px 8px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 0px 8px 0px rgba(50, 50, 50, 0.75);
}
#popup.msg {
	font-family: robotomedium,Arial,sans-serif;
}
a.dashed {
	color: #f4156a;
	text-decoration: none;
	border-bottom: 1px dashed #f4156a;
}