label[for=email].error{
  display: none !important;
}


.modalWindow input[type=text]::-webkit-input-placeholder, text-area::-webkit-input-placeholder{ color:#666666 !important;}
.modalWindow input[type=text]::-moz-placeholder, text-area::-webkit-input-placeholder{ color:#666666 !important;}
.modalWindow input[type=text]:-moz-placeholder, text-area::-webkit-input-placeholder{ color:#666666 !important;}
.modalWindow input[type=text]:-ms-input-placeholder, text-area::-webkit-input-placeholder{ color:#666666 !important;}



input[type=text]::-webkit-input-placeholder, text-area::-webkit-input-placeholder{ color:#666666}
input[type=text]::-moz-placeholder, text-area::-webkit-input-placeholder{ color:#666666}
input[type=text]:-moz-placeholder, text-area::-webkit-input-placeholder{ color:#666666}
input[type=text]:-ms-input-placeholder, text-area::-webkit-input-placeholder{ color:#666666}

textarea::-webkit-input-placeholder, text-area::-webkit-input-placeholder{ color:#666666}
textarea::-moz-placeholder, text-area::-webkit-input-placeholder{ color:#666666}
textarea:-moz-placeholder, text-area::-webkit-input-placeholder{ color:#666666}
textarea:-ms-input-placeholder, text-area::-webkit-input-placeholder{ color:#666666}
input::-webkit-input-placeholder{  color:#666666}
input::-moz-placeholder{  color:#666666}
input:-moz-placeholder{  color:#666666}
input:-ms-input-placeholder{  color:#666666}
input:focus::-webkit-input-placeholder{  color:666666}
input:focus::-moz-placeholder{  color:666666}
input:focus:-moz-placeholder{  color:666666}
input:focus:-ms-input-placeholder{  color:666666}
form input[type=text].error{ border: 1px solid #dd2a1b}
.modalWindow form input[type=text].error{ border: 1px solid #dd2a1b}
.phoneInput:focus{
  border: 1px solid #ffe100;
}


input[type=text]{
  text-indent:55px;
}



form input[type=submit]:hover{
  background: #ffcd06;
}



.wrapper{
  width: 960px;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;

}

.globalWrapper{
  max-width: 1920px;
  min-width: 1280px;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: 0 0 10px 0 black;
  -moz-box-shadow: 0 0 10px 0 black;
  box-shadow: 0 0 10px 0 black;
  overflow: hidden;
  height: auto;
}

h1,h2,h3,h4,h5,p{
  line-height: 1;
  margin: 0;
  padding: 0;
}

.body{
  font-family: 'pf_din_text_cond_proregular';
  
}

.clear{
  clear: both;
}

.medium{
  font-family: 'pf_din_text_cond_promedium';
}

.bold{
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  
}

.reg{
  font-family: 'pf_din_text_cond_proregular';
}

.regLine{
  font-family: 'pf_din_text_cond_proregular';
  font-size: 13px; 
  margin-left: 35px; 
  margin-top: 0px; 
  padding-top: 0px; 
  padding-bottom: 5px;
  color: red;
}

.regLineM{
  font-family: 'pf_din_text_cond_proregular';
  font-size: 13px; 
  margin-left: 35px; 
  margin-top: 0px; 
  padding-top: 0px; 
  padding-bottom: 5px;
  color: green;
}

.light{
  font-family: 'pf_din_text_cond_prolight';
  
}

.lightOS{
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
}





/*********************************************/


header{
  height: 100px;
  background: #fff;
  width: 100%;
  padding-top: 20px;

}

.logo{
  display: block;
  float: left;
  width: 440px;
margin-right: 120px;
}

.logoImg{
  display: block;
  float: left;
  margin-right: 25px;

}

.logo li{
  display: block;
  float: left;
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
}

.logo li:first-child:before{
  display: block;
  background: url('../img/phoneIco.png') top center no-repeat;
  content: '';
  position: absolute;
  left: -10px;
  top: 7px;
  width: 20px;
  height: 20px;
}

.logo li:nth-child(2):before{
  display: block;
  background: url('../img/mailIco.png') top center no-repeat;
  content: '';
  position: absolute;
  left: -10px;
  top: 2px;
  width: 20px;
  height: 20px;
}

.logo li:last-child{
  margin-bottom: 0;
}

.logo li img{
  display: block;
  float: left;
}

.logo h4{
  display: block;
  float: left;
  text-align: left;
  font-size: 27px;
}

.logo p{
  color: #000;
  display: block;
  float: left;
  text-align: left;
  font-size: 17px;
}



.rightHeader{
  display: block;
  float: left;
  width: 400px;
  height: 80px;
  position: relative;
}

.rightHeader h4{
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 200;
}

.rightHeader h4 span{
  font-size: 16px;
  font-weight: 500;
}

.exit{
  position: absolute;
  top: 0;
  right: 0;
  color: #ff535f;
  font-size: 16px;
  cursor: pointer;
}

.rightHeader ul{
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 450px;
  height: 23px;
}

.rightHeader ul li{
  display: block;
  float: left;
  margin-right: 18px;
  position: relative;
}

.rightHeader ul li:after{
  content: '';
  position: absolute;
  width: 1px;
  height: 14px;
  background: #000;
  right: -9px;
  top: 4px;
}

.rightHeader ul li:last-child{
  margin-right: 0;
}

.rightHeader ul li:last-child:after{
  width: 0;
}

.rightHeader li a{
  color: #000;
  font-size: 18px;
  cursor: pointer;
}

.rightHeader li a:hover{
  color: #db051b;
}

.rightHeader li a span{
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

/****************headerEND*****************/


/*************navMenu**************/

.navMenu{
  width: 100%;
  height: 50px;
  background: url('../img/navMenuBg.png') top center repeat;
  text-align: left;
}

.navMenu ul{
  display: block;
  float: left;
}

.navMenu li{
  display: block;
  float: left;
  margin-right: 45px;
  line-height: 50px;
}

.navMenu li:last-child{
  margin-right: 0;
}

.navMenu li a{
  line-height: 50px;
  height: 50px;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.navMenu li a:hover{
  border-bottom: 5px solid #ec182f;

  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

/************navMenu END************/

/**********firstPage*********/

.mainPage{
  height: 461px;
  width: 100%;
  background: url('../img/mainPageMainDisplay.jpg') top center no-repeat;
  /*padding-top: 100px;*/
  text-align: left;
}

.mainPage h1{
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  font-size: 50px;
  margin-bottom: 15px;
  padding-top: 100px;
}

.mainPage h2{
  text-transform: uppercase;
  text-align: left;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}

.mainPage h3{
  padding: 7px;
  background: #ec182f;
  display: block;
  float: left;
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}

.mainDisplayBut{
  display: block;
  float: left;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 24px;
  width: 290px;
  height: 45px;
  border: 2px solid #ec182f;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.mainDisplayBut:hover{
  background: #ec182f;
  color: #fff !important;
}



.form1 input{
  display: block;
  margin: 0 auto;
}

.form1 input[type=text]{
  width: 270px;
  height: 46px;
  border: 1px solid #cecece;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.form1 input[type=submit]{
  width: 270px;
  height: 46px;
  font-size: 16px;
  border: 1px solid #ffcd06;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  color: #000;
  background: none;
}



/************mainPage END*/

.about{
  height: 1195px;
  width: 100%;
  background: #fff;
  padding-top: 50px;
}


.label{
  text-align: center;
  font-size: 48px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.about p{
  color: #000;
  font-size: 18px;
  text-indent: 15px;
  line-height: 1.2;
}

.lineAbout{
  display: block;
  margin: 0 auto;
  height: 1px;
  width: 720px;
  background: #cdcdcd;
  margin-top: 40px;
  margin-bottom: 40px;
}

.about ul{
  text-align: center;
}

.about li{
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
}

.about a{
  display: block;
  text-align: center;
  width: 410px;
  height: 65px;
  line-height: 65px;
  color: #fff;
  font-size: 36px;
  background: #ec182f;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.about a:hover{
  background: #e9394e;
  color: #fff;
}

.aboutDesc{
  display: block;
  position: relative;
}

.txtAbout{
  width: 470px;
  display: block;
  float: left;
  margin-right: 20px;
}

.txtAbout div{
  display: block;
  float: left;
  text-align: center;
  font-size: 30px;
  background: #292929;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  width: 470px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
}

.slideshow{
  width: 468px;
  height: 275px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  display: block;
  float: left;
  position: relative;
}

#prev{
  display: block;
  position: absolute;
  background: url('../img/prevSl.png') top center no-repeat;
  width: 48px;
  height: 48px;
  right:  424px;
  top: 110px;
  z-index: 1000;
  cursor: pointer;
}

#next{
  display: block;
  position: absolute;
  background: url('../img/nextSl.png') top center no-repeat;
  width: 48px;
  height: 48px;
  right: 1px;
  top: 110px;
  z-index: 1000;
  cursor: pointer;
}

#prev:hover, #next:hover{
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  opacity: 0.4;
}

.clients{
  height: 235px;
  width: 100%;
  background: #f2f2f2;
  padding-top: 50px;
}

.clients ul{
  text-align: center;
}

.clients li{
  display: table-cell;
  float: left;
  margin-right: 3px;
  margin-left: 3px;
  background: #fff;
  width: 187px;
  height: 60px;
  line-height: 60px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.clients li img{
  vertical-align: middle;
  text-align: center;
}

.clients li:first-child{
  margin-left: 0;
}

.clients li:last-child{
  margin-right: 0;  
}

footer{
  height: 160px;
  width: 100%;
  background: #fff;
  padding-top: 50px;
}

footer .logoImg{
  display: block;
  float: left;
  margin-right: 20px;
}

footer img{
  display: block;
  float: left;
  margin-right: 10px;
}

footer p{
  color: #000;
  font-size: 17px;
  line-height: 2;
  display: block;
  float: left;
  margin-right: 148px;
}

footer h3{
  font-size: 27px;
}

footer h3 span{
  font-size: 17px;
  padding-left: 40px;
}

.footCenter{
  display: block;
  float: left;
  width: 220px;
  margin-right: 35px;  
}

.footCenter img{
  padding-top: 6px;
}

.footRight{
  display: block;
  float: left;
  width: 210px;
}
.footRight p{
  margin-right: 0;
  line-height: 1;
}

.footRight li{
  display: block;
  float: left;
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
}

.footRight li:first-child:before{
  display: block;
  background: url('../img/phoneIco.png') top center no-repeat;
  content: '';
  position: absolute;
  left: -10px;
  top: 7px;
  width: 20px;
  height: 20px;
}

.footRight li:nth-child(2):before{
  display: block;
  background: url('../img/mailIco.png') top center no-repeat;
  content: '';
  position: absolute;
  left: -10px;
  top: 2px;
  width: 20px;
  height: 20px;
}

.footRight li:last-child{
  margin-bottom: 0;
}

.footRight li img{
  display: block;
  float: left;
}

.footRight h4{
  display: block;
  float: left;
  text-align: left;
  font-size: 27px;
}



/*************forBusiness*********************/

.forBusiness{
  background: url('../img/forBusinessMainDisplay.jpg') top center no-repeat;
}


.aboutBusiness{
  height: 1090px;
}

.businessItem{
  display: block;
  float: left;
  width: 314px;
  height: 400px;
  background: #292929;
  position: relative;
  margin-right: 8px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;

}

.businessItem:nth-child(4){
  margin-right: 0;
}

.businessItem img{
  margin-bottom: 10px;
}

.businessItem h3{
  font-size: 24px;
  background: #ec182f;
  padding: 5px;
  padding-left: 15px;
  margin-bottom: 20px;
  max-width: 270px;
  color: #fff;
  font-weight: 300;
}

.businessItem h5{
  color: #fff;
  padding-left: 15px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
}

.busBut{
  display: block;
  margin: 0 auto;
  width: 410px;
  height: 60px;
  line-height: 60px;
  font-size: 36px;
  text-align: center;
  background: #ec182f;
}


/**********************forPeople********************/

.forPeople{
  background: url('../img/forPeople.jpg') top center no-repeat;
}

.forPeople h1, .forPeople h2, .forPeople .mainDisplayBut{
  color: #292929;
}

.aboutForPeople{
  height: 1615px;
}

.forPeopleItem{
  display: block;
  float: left;
  width: 470px;
  height: 400px;
  background: #292929;
  position: relative;
  margin-right: 8px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;

}

.forPeopleItem:nth-child(3){
  margin-right: 0;
}

.forPeopleItem img{
  margin-bottom: 10px;
}

.forPeopleItem h3{
  font-size: 24px;
  background: #ec182f;
  padding: 5px;
  padding-left: 15px;
  margin-bottom: 20px;
  max-width: 270px;
  color: #fff;
  font-weight: 300;
}

.forPeopleItem h5{
  color: #fff;
  padding-left: 15px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
}

.price{
  width: 100%;
  height: 380px;
  border-top: 1px solid #888888;
  position: relative;
  padding-top: 40px;
}


.price ul{
  text-align: center;
  margin-left: 30px;
}

.price ul li{
  display: block;
  float: left;
  width: 223px;
  height: 284px;
  padding-top: 20px;
  margin-top: 10px;
  position: relative;
  border: 1px solid #e699a2;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
  margin-left: 40px;
  margin-right: 40px;
}

.price ul li:hover{
  height: 304px;
  margin-top: 0;
  -moz-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
}


.price ul li:nth-child(1):hover:before{
  top: -60px;
  -moz-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
}

.price ul li:nth-child(1):before{
  content: 'Стартовый';
    font-family: 'pf_din_text_cond_proregular';

  font-size: 16px;
  color: #888888;
  position: absolute;
  background: #fff;
  left: 50px;
    top: -70px;
    padding: 7px;
    -moz-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

.price ul li:nth-child(2):hover:before{
  top: -60px;
  -moz-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
}

.price ul li:nth-child(2):before{
  content: 'Базовый';
    font-family: 'pf_din_text_cond_proregular';

  font-size: 16px;
  color: #888888;
  position: absolute;
  background: #fff;
  left: 50px;
    top: -70px;
    padding: 7px;
    -moz-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

.price ul li:nth-child(3):hover:before{
  top: -60px;
  -moz-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
}

.price ul li:nth-child(3):before{
  content: 'Максимальный';
    font-family: 'pf_din_text_cond_proregular';

  font-size: 16px;
  color: #888888;
  position: absolute;
  background: #fff;
  left: 70px;
    top: -70px;
    padding: 7px;
    -moz-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}



.lineMinMar{
  margin-top: 0px;
}

.price ul li h3{
  color: #ec182f;
  font-size: 18px;
  margin-bottom: 10px;
}

.price ul li h3 span{
  font-size: 48px;
}

.itemLine{
  width: 185px;
  display: inline-block;
  height: 1px;
  background: #ebebeb;
  margin-bottom: 10px;
}

.price li p{
  text-align: left;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
  text-indent: 0;
}

.price li a{
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -92px;
  display: block;
  text-align: center;
  width: 185px;
  height: 37px;
  line-height: 37px;
  color: #fff;
  font-size: 18px;
  background: #ec182f;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

/********************store*******************/

.store{
  background: url('../img/store.jpg') top center no-repeat;
}

.store h1, .store h2, .store .mainDisplayBut{
  color: #292929;
}

.slideshow2{
  width: 100%;
  /*position: relative;*/
}

.slideStore{
  width: 314px;
  height: 445px;
  display: block;
  margin-right: 5px;
  float: left;
  position: relative !important;
  border: 1px solid #ec182f;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}

.slideStore img{
  position: absolute;
  left: 2px;
  top: 2px;
  width: auto;
  max-width: none;
  /*z-index: 10000;*/
}

.slideStore h3{
  padding-top: 190px;
  padding-left: 15px;
  font-size: 24px;
  margin-bottom: 20px;
}

.storeItemLine{
  height: 1px;
  width: 275px;
  background: #888;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.slideStore h5{
  text-align: left;
  padding-left: 20px;
  display: block;
  float: left;
  white-space: normal;
  line-height: 1.25;
  font-weight: 400;
}

.storePrice{
  position: absolute;
  left: 0;
  bottom: 20px;
  font-size: 18px;
  color: #ec182f;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-top: 1px solid #ec182f;
  border-right: 1px solid #ec182f;
  border-bottom: 1px solid #ec182f;
  -moz-border-top-right-radius: 6px;
  -ms-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  -ms-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.slideStore a{
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  font-size: 18px;
  right: 0;
  line-height: 1;
  bottom: 20px;
  padding: 8px;
  padding-left: 20px;
  padding-right: 20px;
  border-top: 1px solid #ec182f;
  border-left: 1px solid #ec182f;
  border-bottom: 1px solid #ec182f;
  -moz-border-top-left-radius: 6px;
  -ms-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-bottom-left-radius: 6px;
  -ms-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-top-right-radius: 0;
  -ms-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -ms-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

.aboutStore .wrapper{
  position: relative;
}

#prev2{
  display: block;
  background: url('../img/prev2.png') top center no-repeat;
  width: 45px;
  height: 45px;
  z-index: 1000;
  cursor: pointer;
  position: absolute;  
  left: -65px;
  top: 300px;
}

#next2{
  display: block;
  background: url('../img/next2.png') top center no-repeat;
  width: 45px;
  height: 45px;
  z-index: 1000;
  cursor: pointer;
  position: absolute;
  right: -55px;
  top: 300px;
}

#prev2:hover, #next2:hover{
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  opacity: 0.4;
}

.aboutStore{
  height: 1135px;
}







.modalWindow{
  position:relative;
  background: #fff; 
  width:488px;  
  height:440px;
  font-family: 'Open Sans', sans-serif;
  -moz-border-radius: 6px;
 -ms-border-radius: 6px;
 border-radius: 6px;

}

.fancybox-skin{
  background: none !important;
}

.fancybox-opened .fancybox-skin{
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
}

.modalWindow form{
 display: block;
 margin: 0 auto;
 padding: 30px;
}

.modalWindow h2{
  text-align: center;
  color: #000;
  font-size: 46px;
  font-weight: 200;
  margin-bottom: 10px;
  line-height: 1.1;
    font-family: 'pf_din_text_cond_promedium';

}

.modalWindow p{
  text-align: center;
    font-family: 'pf_din_text_cond_proregular';

  color: #a5a5a5;
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 30px;
  font-weight: 400;
}

.modalWindow form input[type=text]{
 width:385px;  
 height:50px;  
 outline:none;  
 font-size:16px;
 color: #383f53;  
 line-height:50px; 
 margin: 0 auto; 
 background: #dfe2e3;
 margin-bottom: 15px;
 border: none;
 text-indent: 10px;
 -moz-border-radius: 6px;
 -ms-border-radius: 6px;
 border-radius: 6px;
}

.labelPop{
      width: 40px;
    height: 50px;
    position: absolute;
    background: url('../img/nameIco.png')no-repeat;
    right: 50px;
    top: 146px;
    background-position: 0px 15px;
}

.popPhone{
     background: url('../img/phoneIcoPop.png') no-repeat;
    top: 210px;
    right: 50px;
    background-position: 0px 15px;
  
}

.modalWindow form input[type=submit]{  
     color:#fff;  
     font-size:24px;  
     background:#ec182f;  
     text-align:center;  
     line-height:75px; 
     text-transform: uppercase; 
      width:385px;  
       cursor: pointer;
     height:75px;  
     text-decoration:none;  
     display:block;  
     margin: 0 auto;
     font-weight: 700;
     margin-bottom: 20px;
     -moz-border-radius: 6px;
 -ms-border-radius: 6px;
 border-radius: 6px;
}

.modalWindow form input[type=submit]:hover{
  background: #e9394e; 
}

.modalWindow a{
  text-align: center;
  color: #b2b2b2;
  cursor: pointer;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 200;
  display: block;
  margin: 0 auto;
}

.modalWindow a:hover{
  text-decoration: underline;
  color: #1a1a1a;
}

/*.modalWindow form input[type=submit]:hover{  
  background: #bbe331;
}*/

#popupThanks{
  height: 225px;
  padding-top: 20px;
}

#popupThanks h2{
  color:#167dc5;
  font-size: 35px;
}


#popupThanks p{
  font-size: 20px;

}


/****************BIG MODAL****************/

.bigModal{
  width: 760px;
  height: 520px;
}

.bigModal h2{
  text-align: left;
}

.leftPartBigModal{
  display: block;
  float: left;
  width: 50%;
}

.rightPartBigModal{
  display: block;
  float: left;
  width: 50%;
}

.bigModal input[type=text]{
  background: none !important;
  border: 1px solid #888 !important;
  width: 340px !important;
  height: 40px !important;
  line-height: 40px !important;
  display: block;
  float: left;
}

.bigModal select{
  background: none !important;
  border: 1px solid #888 !important;
  width: 340px !important;
  display: block;
  float: left;  
 height:40px;  
 outline:none;  
 font-size:16px;
 color: #383f53;  
 line-height:40px; 
 margin: 0 auto; 
 background: #dfe2e3;
 margin-bottom: 15px;
 border: none;
 text-indent: 10px;
 -moz-border-radius: 6px;
 -ms-border-radius: 6px;
 border-radius: 6px;
}

.bigModal .name{
  display: block;
  float: left;
}

.bigModal textarea{
  width: 700px;
  height: 80px;
  max-width: 700px;
  max-height: 80px;
  min-height: 80px;
  min-width: 700px;
  text-indent: 10px;
 -moz-border-radius: 6px;
 -ms-border-radius: 6px;
 border-radius: 6px;
 margin-bottom: 20px;
}

.bigModal input[type=submit]{
      width: 190px !important;
    text-align: center !important;
    float: right !important;
    height: 35px !important;
    line-height: 35px !important;
    font-size: 16px !important;
}





/****************MEDIA****************/


@media screen and (max-device-width: 500px){
  
}






.anim1{
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.anim2{
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  transition-delay: 1s;
}

.anim3{
  -moz-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
  transition-delay: 1.5s;
}




/***************sing in*********/

#noSing{
  padding-top: 15px;
}

#noSing .singUp{
  display: block;
  float: right;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  background: #f01625;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  margin-right: 25px;
  cursor: pointer;
}

#noSing .singIn{
  display: block;
  float: right;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  background: #f01625;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
}

#noSing .singIn:hover, #noSing .singUp:hover{
  background: #e9394e;
}

.singInForm{
  display: none;
}

#noSing .singInForm{
  display: none;
  position: absolute;
  width: 262px;
  height: 220px;
      right: -90px;
    top: 40px;
    padding-top: 60px;
  background: url('../img/singInBg.png') top center no-repeat;
}

#noSing .visibleForm{
  display: block;
}

.singInForm input{
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 192px;
  height: 30px;
  line-height: 30px;
  text-indent: 15px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.singInForm input[type=submit]{
  display: block;
  float: left;
  width: 80px;
  text-indent: inherit;
  background: #f01625;
  color: #fff;
  font-size: 16px;
}

.singInForm input[type=submit]:hover{
  background: #e9394e;
}

.singInForm a{
  display: block;
  float: left;
  font-size: 14px;
  color: #ff747e;
      margin-left: 37px;
    margin-right: 25px;
    padding-top: 7px;
}

/******addMoney******/

.addMoney{
  display: none;
  position: absolute;
  background: url('../img/addMoneyBg.png') top center no-repeat;
  width: 258px;
  height: 168px;
      right: -70px;
    top: 50px;
    padding-top: 55px;

}

.visibleClick{
  display: block;
}


.addMoney input{
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 190px;
  height: 35px;
  line-height: 30px;
  text-indent: 15px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.addMoney input[type=submit]{
  display: block;
  margin: 0 auto;
  width: 190px;
  height: 35px;
  text-indent: inherit;
  background: #f01625;
  color: #fff;
  font-size: 16px;
}

.addMoney input[type=submit]:hover{
  background: #e9394e;
}

.summ{
  background: url('../img/summ.png') top center no-repeat;
}



.test{
  height: 800px;
  width: 100%;

}

.sliderNew{
  display: block;
  margin: 0 auto;
  width: 600px;
  height: 500px;
  position: relative;
}

.slideTest{
  height: 300px;
  width: 300px;
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  top: 0;
}

.activeSlideTest{
  display: block;
}

.slideTest img{
  width: 100%;
  height: 100%;
}

#prev5,#next5{
  display: block;
  position: absolute;
  font-size: 24px;
  color: #000;
  top: 150px;

}

#prev5{
  left: 0;
  cursor: pointer;
}

#next5{
  right: 0;
  cursor: pointer;
}