@import "../font/proxima/stylesheet.css";
@import "ligthSlider.css";

/* --- reset css  --- */

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;
    font-size: 100%;
    /*font: inherit;*/
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* --- helpers --- */

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.overBg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix {
    zoom: 1;
}

/* --- style site ---*/


body {
    width: 100%;
    background: #fff;
    font-family: 'ProximaNovaRegular';
}
#wrap {
    width: 1000px;
    margin: 0 auto;
    background: #fff;
}

#content {
    background: #fff;
}


.nav-menu.block {
    display: block;
}

.nav-menu {
    background-color: #ffffff;
    height: 55px;
    padding-top: 15px;
    border-bottom: 2px solid #fd6631;
    position: fixed;
    width: 1000px;
    display: none;
    z-index: 100;

}
.nav-menu .brand {
    padding-left: 30px;
    padding-right: 30px;
    width: 60px;
    float: left;

}
.nav-menu .brand b {
    height: 35px;
    width: 28px;
    background: url("../img/brand.png") no-repeat;
    display: block;
}
.nav-menu .brand a {
    height: 35px;
    width: 28px;
    background: url("../img/brand.png") no-repeat;
    display: block;
}

.nav-menu .menu {
    width: 655px;
    padding: 10px 0 0;
    float: left;
}

.nav-menu ul{
    text-align:justify;
    list-style: none;
    list-style-image: none;
    margin: 0; padding: 0;
}
.nav-menu ul:after{content:""; margin-left:100%;}
.nav-menu li{display:inline;}
.nav-menu .menu ul  a{
    display:inline-block;
    font-size: 16px;
    line-height: 24px;
    color:#404040;
    text-decoration: none;
    font-family: 'ProximaNovaRegular';
}
.nav-menu .phone {
    float: left;
    width: 140px;
    margin-left: 50px;
    padding: 5px 10px;
    border: 2px solid #fd6631;
    color: #fd6631;
    border-radius: 12px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'ProximaNovaBold';
    text-align: center;
}
.nav-menu .phone:hover {
    cursor: pointer;
}

.icon.phone-mini {
    width: 8px;
    height: 13px;
    margin-right: 5px;
    display: inline-block;
    position: relative;
    z-index: 1;
    top: 1px;
    background: url("../img/phone-mini.png") no-repeat;
}

#balconies {
    width:1000px;
    height: 757px;
    position: relative;
    overflow: hidden;
}

.slideIcons.slideContent1 li {
    background: url("../img/icons.png") no-repeat;
    width: 38px;
    height: 40px;
    display: inline-block;
}

.slideIcons.slideContent2 li {
    background: url("../img/icons.png") no-repeat;
    width: 38px;
    height: 40px;
    display: inline-block;
}

.slideIcons.slideContent3 li {
    background: url("../img/icons.png") no-repeat;
    width: 38px;
    height: 40px;
    display: inline-block;
}

.slideIcons { text-align: center; }
.slideIcons .text {
    font-size: 14px;
    line-height: 24px;
    color: #808080;
}
.slideIcons li.icon1{ background-position: 0 0;}
.slideIcons li.icon2{ background-position: -40px 0;}
.slideIcons li.icon3{ background-position: -79px 0;}
.slideIcons li.icon4{ background-position: -118px 0;}
.slideIcons li.icon5{ background-position: -157px 0;}
.slideIcons li.icon6{ background-position: -195px 0;}
.slideIcons li.icon7{ background-position: -234px 0;}
.slideIcons li.icon8{ background-position: -274px 0;}
.slideIcons li.icon9{ background-position: -312px 0;}
.slideIcons li.icon10{ background-position: -351px 0;}
.slideIcons li.icon1.active{ background-position: 0 -40px;}
.slideIcons li.icon2.active{ background-position: -40px -40px;}
.slideIcons li.icon3.active{ background-position: -79px -40px;}
.slideIcons li.icon4.active{ background-position: -118px -40px;}
.slideIcons li.icon5.active{ background-position: -157px -40px;}
.slideIcons li.icon6.active{ background-position: -195px -40px;}
.slideIcons li.icon7.active{ background-position: -234px -40px;}
.slideIcons li.icon8.active{ background-position: -274px -40px;}
.slideIcons li.icon9.active{ background-position: -312px -40px;}
.slideIcons li.icon10.active{ background-position: -351px -40px;}

.sliderContentItems .panel {
    position: absolute;
    height: 100%;
    width: 100%;
    display: none;
}
.sliderContentMain .sliderContentBg {
    width: 1000px;
    height: 650px;
    position: absolute;
    overflow: hidden;
}


.sliderContentMain .bg .bg-gran{
    position: absolute;
    z-index: 4;
    opacity: 0;
    width: 2000px;
}
.sliderContentMain .bg img {
    position: absolute;
    top: 0;
}
.sliderContentMain .bg {
    opacity: 0;
}
.sliderContentMain .bg.active {
    display: block;
    opacity: 1;
}

.sliderContentMain .bg.active .bg-ci {
    right: -1000px;
    opacity: .26;
}
.sliderContentArron {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 49;
}
.sliderContentArron .left{
    background: url("../img/arrow-left2.png") no-repeat;
    position: absolute;
    width: 24px;
    height: 42px;
    display: block;
    bottom: 205px;
    left: 80px;
    cursor: pointer;
}

.sliderContentArron .right{
    background: url("../img/arrow-right2.png") no-repeat;
    position: absolute;
    width: 24px;
    height: 42px;
    display: block;
    right: 80px;
    bottom: 205px;

    cursor: pointer;
}


.sliderContentMain .bg .bg-ci {
    background: url(../img/bg.png) repeat;
    position: absolute;
    width: 4000px;
    height: 650px;
    right: -2000px;
    z-index: 1;
    opacity: .2;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.sliderContentMain .bg.active .bg-gran {
    background: rgba(255,123,0,1);
    background: -moz-linear-gradient(left, rgba(255,123,0,1) 0%, rgba(255,30,0,1) 33%, rgba(82,134,255,1) 66%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,123,0,1)), color-stop(33%, rgba(255,30,0,1)), color-stop(66%, rgba(82,134,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(255,123,0,1) 0%, rgba(255,30,0,1) 33%, rgba(82,134,255,1) 66%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(255,123,0,1) 0%, rgba(255,30,0,1) 33%, rgba(82,134,255,1) 66%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,123,0,1) 0%, rgba(255,30,0,1) 33%, rgba(82,134,255,1) 66%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,123,0,1) 0%, rgba(255,30,0,1) 33%, rgba(82,134,255,1) 66%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b00', endColorstr='#ffffff', GradientType=1 );
    position: absolute;
    left: 0; right: 0;
    bottom: 0; top: 0;
    opacity: .66;
    width: 2500px;
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;

}



.sliderContentItems .image {
    position: absolute;
    width: 600px;
    z-index: 6;
    left: 0;
    right: 0;
    top: 300px;
    margin: 0 auto;
}

.sliderContentMain {
    width:1000px;
    height: 750px;
    position: relative;
    overflow: hidden;
}

.sliderContentItems {
    width: 600px;
    height: 750px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 50;
}

.sliderContentNav {
    z-index: 50;
    width: 600px;
    position: absolute;
    left: 0;
    right: 0;
    top: 200px;
    margin: 0 auto;
}

.sliderContentNav ul{
    list-style-image: none;
    margin: 0; padding: 0;
}
.sliderContentNav li{display:inline-block; width: 200px; float: left;     text-align: center;}
.sliderContentNav ul a{
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-family: 'ProximaNovaBold';

}

.sliderContentLogo {
    position: absolute;
    z-index: 50;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 48px;
    width: 400px;
}

.sliderContentPhone {
     position: absolute;
     z-index: 50;
     color: #fff;
     width: 140px;
     right: 11px;
     top: 35px;
     padding: 5px 10px;
     border: 2px solid #fff;
     color: #fff;
     border-radius: 12px;
     font-size: 16px;
     line-height: 24px;
     font-family: 'ProximaNovaBold';
     text-align: center;
 }
.sliderContentPhone:hover {
    cursor: pointer;
}
.sliderContentNav ul li.active {
    border-top: 4px solid #fff;
}

.sliderContentInfo {
    margin-left: 177px;
    width: 650px;
}
.sliderContentInfo .text {
    margin-bottom: 20px;
}
.sliderContentInfo .sliderContent {
    display:none;
}
.sliderContentInfo .sliderContent.active {
    display: block;
}
.sliderContentInfo ol{
    list-style: decimal;
    margin-left: 30px;
    margin-top: 10px;
}

h1 {
    color: #404040;
    margin: 25px 0;
    font-size: 48px;
    line-height: 50px;
    font-family: 'ProximaNovaBold';
    text-align: center;
}

h2 {
    color: #404040;
    margin: 25px 0;
    font-size: 36px;
    line-height: 24px;
    font-family: 'ProximaNovaBold';
    text-align: center;
}


strong {
    font-family: 'ProximaNovaBold';
}

.text {
    font-size: 16px;
    line-height: 24px;

}

/** --- text windows --- **/

#windows {
    background-color: #f2f2f2;
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 0 48px 0;
    margin-top: 65px;
}
.windowsBlockNav .slide1, .windowsBlockNav .slide2, .windowsBlockNav .slide3{
    background: url("../img/spriteWindowsText.png") no-repeat;
    width: 50px;
    height: 36px;
    display: inline-block;
}
.windowsBlockNav {
    margin-bottom: 35px;
}
.windowsBlockNav  .active .slide1 { background-position: 10px 0; }
.windowsBlockNav  .active .slide2 { background-position: -85px 0; }
.windowsBlockNav  .active .slide3 { background-position: -174px 0; }
.windowsBlockNav .slide1 { background-position: 10px -38px; }
.windowsBlockNav .slide2 { background-position: -85px -38px; }
.windowsBlockNav .slide3 { background-position: -174px -38px; }

.windowsBlockNav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.windowsBlockNav .active .line { height: 4px; width: 100%; display: block; }
.windowsBlockNav .line { background: #fd6631  }
.windowsBlockNav li {
    width: 50px;
    display: inline-block;
    margin: 0 20px;
    text-align: center;
}
.windowsBlockNav li:hover {
    cursor: pointer;
}
.windowsSlidesBlock .image { width: 320px; float: left; text-align: center;}
.windowsSlidesBlock .content { width: 310px; margin-left: 340px}

.windowsSlidesBlock .description, .windowsSlidesBlock .title small{
    color: #808080;
    font-size: 14px;
    font-family: 'ProximaNovaRegular';
    line-height: 18px;
}
.windowsSlidesBlock .description {
    font-family: 'ProximaNova-RegularIt';
}

.windowsSlidesBlock {
    position: relative;
    width: 650px;
    margin: 0 auto;
}

.windowsCarousel {
    overflow: hidden;
}

.windowsSlidesBlock .price {
    font-size: 36px;
    font-family: 'ProximaNovaBold';
    margin: 25px 0;
    color: #404040;
}
.windowsSlidesBlock .title {
    font-family: 'ProximaNovaBold';
    font-size: 24px;
    color: #404040;
}
.windowsSlidesBlock .title small {
    display: block;
}


.windowsSlidesBlock .slideItems .slide {
    width: 650px;
    height: 270px;
    display: inline-block;
}

.arrow-left {
    background: url("../img/arrow-left.png") no-repeat;
    width: 24px;
    height: 42px;
    position: absolute;
    display: block;
    left: -80px;
    top: 80px;
    cursor: pointer;
}
.arrow-right{
    background: url("../img/arrow-right.png") no-repeat;
    position: absolute;
    width: 24px;
    height: 42px;
    display: block;
    right: -80px;
    top: 80px;
    cursor: pointer;
}



/** --- rangeOfServices --- **/
#assortment {
    margin-top: 45px;
}

#assortment .serviceItems {
    width: 810px;
    margin: 0 auto;
	border-spacing: 0;
	border-collapse: collapse;
    margin-top: 45px;
}
#assortment .serviceItems td {
	border: 1px solid #f0f0f0;
	width: 270px;
	height: 345px;

}
#assortment .service {
	position: relative;
	height: 100%;
	width: 100%;
}
#assortment .service a {
    position: absolute;
    top: 0; left: 0;
    right: 0; bottom: 0;
    overflow: hidden;
    text-decoration: none;
}
#assortment .service .title {
    color:#404040;
    font-size: 28px;
	font-family: 'ProximaNovaRegular';
    z-index: 20;
	width: 215px;
	left: 30px;
	bottom: 20px;
	text-align: center;
	position: absolute;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;



}
#assortment .service .base {
	position: absolute;
	bottom: 110px;
	width: 160px;
	height: 146px;
	left: 59px;
	z-index: 50;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
#assortment .service .text {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 45px;
    width: 215px;
    left: 30px;
}
#assortment .service a:hover .base{
	bottom: 178px;
}
#assortment .service a:hover .title{
	bottom: 110px;
	color: #fff;
}

#assortment .service a:hover .bg-gran {
    bottom: 0;
    opacity: 1;
    z-index: 10;
}

#assortment .service .bg-gran {
    background: #fd6631; /* Old browsers */
    background: -moz-linear-gradient(top, #fd6631 0%, #fd9d47 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd6631), color-stop(100%,#fd9d47)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fd6631 0%,#fd9d47 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fd6631 0%,#fd9d47 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fd6631 0%,#fd9d47 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fd6631 0%,#fd9d47 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd6631', endColorstr='#fd9d47',GradientType=0 );
    height: 100%;
    width: 100%;
    bottom:-400px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: absolute;
}

/** ---   --- **/
#benefits {
	width: 810px;
	margin: 0 auto;
	margin-top: 120px;
}

.benefitItems{
	margin-top: 50px;
	margin-right: -15px;
	margin-left: -15px;
}


.benefitItem {
	width: 250px;
	font-size: 18px;
	color: #404040;
	float: left;
	position: relative;
	height: 170px;
	padding-right: 15px;
	padding-left: 15px;


}
.benefitItem .title {
	color: #fd6631;
	font-size: 24px;
	margin-bottom: 20px;
}

/** --- scheme --- */

#scheme {
    background: #f2f2f2;;
}
#scheme .nav li.active {
    background: url("../img/nav-sprite2.png") no-repeat 0 0;
    color: #fff;
}

#scheme .nav {
    margin: 0 auto;
    width: 220px;
}

#scheme .nav li {
    background: url("../img/nav-sprite2.png") no-repeat -39px 0;
    width: 39px;
    height:40px;
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    font-family: 'ProximaNovaBold';
    text-align: center;
    vertical-align: baseline;
    cursor: pointer;
}
.shotAnimation {
    width: 820px;
    height: 600px;
    position: relative;
    padding-top: 5px;
    margin: 0 auto;
}

#scheme .slide {
    width: 820px;
    height: 420px;
    position: relative;
}

.shotAnimation .text_column {
    width: 50%;
    position: absolute;
    top: 80px;
    right: 0;
    color: #282b38;
    text-align: center;
}

.shotAnimation .text_column div {
    padding-left: 43px;
    padding-right: 43px;
    text-align: center;
}
.shotAnimation .text_column.left {
    left: 0px;
    top: 150px;
}
.shotAnimation .text_column .text {
    width: 352px;
    line-height: 32px;
    font-size: 18px;
    text-align: left;
}

.shotAnimation .text_column .slide {
    display: none;
}


.shotAnimation .text_column.left h2 {
    text-align: left;
    font-size: 24px;
    line-height: 24px;
    margin: 0;
}
.shotAnimation.skrollable-between {
    position: fixed;
    top: 120px;
    margin: 0;
    padding: 0;
    margin-top: 50px;
}
.shotAnimation.skrollable-after {
    position: absolute;
    bottom: 15px;
}

/** --- */

.image-center {
    width: 355px;
    height: 270px;
    background: #d1d1d1;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;

}
.gallery-block {
    margin-top: 120px;
    height: 270px;
    display: block;

}
.gallery-block a {
    position: relative;
    display: block;
    width: 810px;
    margin: 0 auto;
    cursor: pointer;
}

.gallery-block .bg {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.gallery-block a:hover .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(254, 88, 0, 0.5);
}

.gallery-block a:hover .image-center {
    -webkit-box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.5);
}
.gallery-block a:hover .button {
    opacity: 1;
}

.gallery-block .button {
    color: #fff;
    position: absolute;
    width: 440px;
    height: 64px;
    font-size: 24px;
    line-height: 63px;
    font-family: 'ProximaNovaBold';
    z-index: 51;
    margin: 0 auto;
    display: block;
    top: 70px;
    left: 0;
    right: 0;
    border: 3px solid #fff;
    text-align: center;
    vertical-align: bottom;
    border-radius: 10px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;

}
.gallery-block .image-center {
    z-index: 50;
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
    margin: 0 auto;
}
.image-horizontal img {
    width: 100%;
}
.image-horizontal {
    overflow: hidden;
    height: 200px;
}

/** --- credit  ---*/
#credit {

}
#credit h1 {
    margin: 120px 0 40 0;
}
#credit h2 {
    font-size: 36px;
}
#credit .text {
    width: 645px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 28px;
}
#credit .banks {
    margin: 0 auto;
    margin-top: 40px;
    width: 645px;
}
#credit .cc {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;
    width: 645px;
    text-align: center;

}

#credit .banks li {
    display: inline-block;
    width: 215px;
    height: 60px;
    float: left;
    text-align: center;
    vertical-align: bottom;
}
.cooperate {
    padding: 10px;
    font-size: 16px;
    color: #808080;
    text-align: center;
    height: 130px;
}

/** --- gallery --- */


.gallery-open #content {
    display: none;
}

.gallery-open #menu {
    display: block!important;
    position: relative;
}

#gallery {
    display: none;
}

.gallery-open #gallery {
    display: block;
}
#gallery .controls {
    position: relative;
}
#gallery .close {
    font-size: 50px;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 50;
    text-decoration: none;
}
#gallery .close:hover {
    color: #d6d6d6;
}

/** --- contact-open  --- */
#contact-form {
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    background: #fff;
    display: none;
}

#menu .description {
    display: none;
    width: 655px;
    float: left;
    font-size: 24px;
    text-align: center;
    font-family: 'ProximaNovaRegular';
    color: #808080;
    position: absolute;
}
#menu .close a {
    color: #fd6631;
    font-size: 70px;
    text-decoration: none;
    line-height: 20px;
}
#menu .close {
    float: right;
    display: none;
    cursor: pointer;
}

.contact-open #menu { display: block!important;}
.contact-open #menu .description {
    display: inline-block;
}
.contact-open #menu .close { display: block;}
.contact-open #menu .menu { display: none !important;}
.contact-open #menu .phone { display: none !important;}

.contact-open #content {
    display: none;
}


.contact-open #contact-form {
    display: block;
    font-size: 20px;
    margin-top: 250px;
}


.orderbtn {
    border: none;
    position: relative;
    display: block;
    margin: 0 auto;
    width: 425px;
    height: 66px;
    text-align: center;
    cursor: pointer;
    background: #fd6631;
    background: url("../img/orderbtn.png") no-repeat;
    color: #fff;
    font-size: 24px;
    line-height: 58px;
    border-radius: 50px;
    text-transform: uppercase;
    font-family: 'ProximaNovaBold';
    -webkit-text-shadow: 0px 1px 0px rgba(200,71,25, 1);
    -moz-text-shadow: 0px 1px 0px rgba(200,71,25, 1);
    text-shadow: 0px 1px 0px rgba(200,71,25, 1);
    outline: rgba(200,71,25, 1);
}
.orderbtn:active {
    top: 1px;
}


.form-block {
    width: 820px;
    margin: 0 auto;
}
.form  {
    width: 630px;
    margin-left: 190px;
}
.form .input {
    width: 400px;
    float: left;
    display: inline-block;
}
.form input {
    outline: 0;
}
.form .has-success input {
    border-bottom: 2px solid #ffffff;
}
.form .has-error input {
    border-bottom: 2px solid #ff4351!important;
}
.form .has-success input {
    border-bottom: 2px solid #808080!important;
}
.form .group {
    height: 92px;
}
.form .helper {
    display: none;
}
.form .has-error .helper {
    color: #ff4351;
    padding-top: 10px;
    margin-left: 470px;
    display: block;
}


#orderbtn-block.fixed {
    position: fixed;
    bottom: 0;
    z-index: 60;
    margin: 0 auto;
    width: 1000px;
    background: #fff;
    padding: 10px;
}

.group-btn .orderbtn {
    margin: 0;
}

.form .input input {
    border: none;
    padding: 20px 15px;
    border: none;
    padding: 15px 20px;
    font-size: 24px;
    color: #404040;
    width: 100%;
    background: #f2f2f2;
    border-bottom: 2px solid #ffffff;
}

.form .input .small {
    text-align: center;
    font-size: 16px;;
    padding: 0px 15px;
    width: 100%;
}
