/*CSS Reset*/
*{
    margin: 0;
    padding: 0;
}
.clear{
    clear: both;
}
.clearL{
    clear: left;
}
.clearR{
    clear: right;
}
body{
    font-family: Arial, Helvetica;
    color: #24282d;
    min-width: 1000px;
}
.one{
    width: 100%;
}
img{
    margin: 0;
    padding: 0;
    border: 0 none;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    color: #92a1b5;
}
h1{
    font-size: 29px;
}
h1.blocktitle{
    text-align: center;
    padding: 50px 0 40px 0;
}
a{

}
a.callback{
    background-color: #4fb348;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
a.callback:hover{
    background-color: #368511;
}
p{
    font-family: Arial, Helvetica;
    font-size: 13px;
}
input {
    -webkit-appearance: none;
    border-radius: 0;
}
textarea{
    border-radius: 0;
}
input[type="submit"]{
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;
}
input[type='submit']:hover{
    background: #368511 !important;
}
input[type="text"]{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;
}
textarea{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;
}
/*blocks*/
#wrapper-head{
    background: url("../images/header-bg.jpg");
    width: 100%;
    height: 780px;
    min-width: 1000px;
}
header{
    width: 1000px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
    padding: 0 20px;
    height: 650px;
    margin: 0 auto;
}
/* left column */
header #logo{
    display: inline-block;
    float: left;
    margin-top: 70px;
}
header #logo a{
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 25px;
    color: #fff;
}
header #slogan{
    float: left;
    margin-top: 70px;
    background-image: url(../images/blank.png);
}
header #slogan p{
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    margin-top: 5px;
}
header #slogan .one_p{
    text-transform:uppercase;
    font-weight: 400;
    font-size: 42px;
}
header #slogan .two_p{
    text-transform:uppercase;
    font-weight: 300;
    font-size: 44px;
    margin-bottom: 25px;
}
header #slogan .three_p{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    margin-bottom: 12px;
}
header #wrapper-timer{
    float: left;
    display: inline-block;
    text-align: left;
    margin-top: 50px;
}
header #wrapper-timer p{
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}
header #timer{
    height: 105px;
    padding-left: 70px;
    background: url("../images/timer-bg.png") left center no-repeat;
}
/* right column */
header #contacts{
    float: right;
    display: inline-block;
    text-align: right;
    margin-top: 40px;
}
header #contacts p{
    margin-bottom: 8px;
}
header #contacts .phone{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 19px;
    color: #fff;
}
header #contacts .email{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 19px;
    color: #fff;
}
header #contacts a.callback{
    background: none repeat scroll 0 0 transparent;
    border: 2px solid #68b9e5;
    border-radius: 15px;
    display: inline-block;
    padding: 5px 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
	color:#FFF;
}

header #contacts a.callback:hover{
    background: none repeat scroll 0 0 transparent;
    border: 2px solid #fff;
    border-radius: 15px;
    display: inline-block;
    padding: 5px 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
	color:#FFF;
}
header #callback_one{
    margin-top: 50px;
    float: right;
    display: inline-block;
    width: 260px;
}
header #callback_one .title{
    background: #68b9e5;
    padding: 20px 25px 28px;
    text-align: center;
    margi-top: 10px;
}
header #callback_one .title p{
    font-size: 17px;
    color: #fff;
}
header #callback_one input,
header #callback_one textarea{
    width: 100%;
    border: 0 none;
}
header #callback_one input[type='text']{
    border-bottom: 1px solid #e5e5e5;
}
header #callback_one input{
    box-sizing: border-box;
	-moz-box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}
header #callback_one textarea{
    height: 134px;
    padding: 15px 20px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
}
header #callback_one input[type='submit']{
    background: #4fb348;
    color: #fff;
}
header #callback_one p.success{
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;

}
#wrapper-benefits{
    background: url("../images/benefits-bg.png");
    width: 100%;
    height: 130px;
    min-width: 1000px;
}
#benefits{
    width: 1000px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
    padding: 40px 20px;
    height: 130px;
    margin: 0 auto;
}
.benefit{
    float: left;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
    height: 50px;
    padding-left: 60px;
    background: url("../images/benefits.png") no-repeat;
}
.benefit-1{
    width: 25%;
    background-position: 0 0;
}
.benefit-2{
    width: 30%;
    background-position: 0 -50px;
}
.benefit-3{
    width: 25%;
    background-position: 0 -100px;
}
.benefit-4{
    width: 20%;
    background-position: 0 -150px;
}
#benefits p{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 17px;
}
/*блок услуги*/
#wrapper-services{
    width: 100%;
    padding-bottom: 60px;
    min-width: 1000px;
}
#services{
    width: 1000px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
}
#services article{
    float: left;
    width: 300px;
    margin-right: 30px;
}
#services .service-3{
    margin-right: 0px;
}
#services article .title{
    height: 50px;
    background-color: #2d3640;
    color: #fff;
    line-height: 50px;
    text-align: center;
}
#services article .title p{
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 300;
}
#services article .content{
    padding: 13px;
}
#services article .content .price{
    text-align: center;
    color: #f07c8f;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    font-size: 25px;
    margin: 18px 0 0;
}
#services article .buy a{
    display: inline-block;
    width: 100%;
    line-height: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
}
/*блок как мы работаем*/
#wrapper-stages{
    width: 100%;
    padding-bottom: 60px;
    background: #f0f2f5;
    min-width: 1000px;
}
#stages{
    width: 1000px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
}
#stages .blocktitle{
    padding: 40px 0;
}
#stages .stage{
    float: left;
    width: 20%;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
    position: relative;
}
#stages .stage .image{
    display: inline-block;
    line-height: 75px;
    margin-bottom: 25px;
}
#stages .stage .image img{
    vertical-align: middle;
}
#stages .stage p{
    color: #2f3f56;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
}
#stages .stage .arrow_up{
    position: absolute;
    right: -30px;
    top: 20px;
}
#stages .stage .arrow_down{
    position: absolute;
    right: -30px;
    top: 40px;
}
/*блок партнеры*/
#wrapper-partners{
    width: 100%;
    min-width: 1000px;
}
#partners{
    width: 1000px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
	text-align: center;
}
#partners .partner{
	 box-sizing: border-box;
	 -moz-box-sizing: border-box;
    display: inline-block;
    line-height: 70px;
    min-height: 100px;
    text-align: center;
    vertical-align: middle;
    width: 19%;
}

#partners .partner-11{
	width: 14%;
}
#partners .partner-12{
	width: 24%;
}


#partners .partner-5,
#partners .partner-10,
#partners .partner-15{
	text-align: right;
}
#partners .partner-1,
#partners .partner-6,
#partners .partner-11{
	text-align: left;
}
/*блок отзывы*/
#wrapper-reviews{
    width: 100%;
    padding-bottom: 70px;
    min-width: 1000px;
}
#reviews{
    width: 1000px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
}
#reviews .blocktitle{
    padding: 60px 0 30px;
}
#reviews .review{
    float: left;
    width: 300px;
    margin-right: 30px;
    border: 1px solid #dcdcdc;
    padding: 20px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#reviews .review-3{
    margin-right: 0;
}
#reviews .review .title{
    line-height: 60px;
    margin-bottom: 15px;
}
#reviews .review .title p{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #2f3f56;
}
#reviews .review .title img{
    float: left;
    margin-right: 20px;
}


#wrapper-payment{
    width: 100%;
    padding-bottom: 70px;
    min-width: 1000px;
}
#payment{
    width: 1000px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
	text-align: center;
}
#payment .blocktitle{
    padding: 0 0 30px;
}
#payment .partner{
	 box-sizing: border-box;
	 -moz-box-sizing: border-box;
    display: inline-block;
    min-height: 100px;
    text-align: center;
    vertical-align: middle;
    width: 19%;
}


/*форма обратного звонка*/


#yamap{
    width: 100%;
    height: 700px;
    background: url("../images/map.jpg") top center no-repeat;
    min-width: 1000px;
}
#wrapper-callback{
    width: 100%;
    height: 250px;
    background: rgba(45,54,64,0.9);
    min-width: 1000px;
}
#alert{
	color: #fff;
	width: 100%;
	text-align: center;
	background-color: #ff4f51;
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px 0;
}

#callback{
     width: 1000px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
     padding: 0 20px;
     margin: 0 auto;
 }
#callback .one_therd{
    float: left;
    width: 300px;
    padding-top: 10px;
    margin-right: 30px;
    text-align: center;
}
#callback .one_therd.last{
    margin-right: 0;
}
#callback .blocktitle{
    padding: 20px 0 0 0;
    color: #fff;
}
#callback .contacts{
    display: inline-block;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 35px;
    padding-left: 25px;
    background: url("../images/contacts-ico.png") left center no-repeat;
}
#callback .contacts.phone{
    background-position: 0 0;
}
#callback .contacts.address{
    background-position: 0 -20px;
}
#callback .contacts.email{
    background-position: 0 -40px;
}
#callback .one_therd input[type='text']{
    width: 100%;
    line-height: 50px;
    height: 50px;
    border: 0 none;
    background-color: #fff;
    padding: 0 20px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#callback .one_therd input[type='submit']{
    width: 100%;
    line-height: 50px;
    height: 50px;
    border: 0 none;
    background-color: #4fb348;
    padding: 0 20px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#callback p.success{
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;

}

/*яндекс карта*/
/*футер*/
footer{
    text-align: center;
    line-height: 70px;
    min-width: 1000px;
}
footer p{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #74777b;
	background-color:#384551;
}

/* popups */
#popups{

}
/*заказ звонка*/
#callback_popup{
    display: inline-block;
    width: 260px;
}
#callback_popup .title{
    background: #68b9e5;
    padding: 20px 25px 28px;
    text-align: center;
}
#callback_popup .title p{
    font-size: 17px;
    color: #fff;
}
#callback_popup input,
#callback_popup textarea{
    width: 100%;
    border: 0 none;
}
#callback_popup input[type='text']{
    border-bottom: 1px solid #e5e5e5;
}
#callback_popup input{
    box-sizing: border-box;
	-moz-box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}
#callback_popup textarea{
    height: 130px;
    padding: 15px 20px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#callback_popup input[type='submit']{
    background: #4fb348;
    color: #fff;
}
#callback_popup p.success{
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;

}
/*заказ удалеия негатива*/
#callback_zakaz_n{
    display: inline-block;
    width: 260px;
}
#callback_zakaz_n .title{
    background: #68b9e5;
    padding: 20px 25px 28px;
    text-align: center;
}
#callback_zakaz_n .title p{
    font-size: 17px;
    color: #fff;
}
#callback_zakaz_n input,
#callback_zakaz_n textarea{
    width: 100%;
    border: 0 none;
}
#callback_zakaz_n input[type='text']{
    border-bottom: 1px solid #e5e5e5;
}
#callback_zakaz_n input{
    box-sizing: border-box;
	-moz-box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}
#callback_zakaz_n textarea{
    height: 130px;
    padding: 15px 20px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#callback_zakaz_n input[type='submit']{
    background: #4fb348;
    color: #fff;
}
#callback_zakaz_n p.success{
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;

}



/*заказ 4*/
#callback_zakaz_4{
    display: inline-block;
    width: 260px;
}
#callback_zakaz_4 .title{
    background: #68b9e5;
    padding: 20px 25px 28px;
    text-align: center;
}
#callback_zakaz_4 .title p{
    font-size: 17px;
    color: #fff;
}
#callback_zakaz_4 input,
#callback_zakaz_4 textarea{
    width: 100%;
    border: 0 none;
}
#callback_zakaz_4 input[type='text']{
    border-bottom: 1px solid #e5e5e5;
}
#callback_zakaz_4 input{
    box-sizing: border-box;
	-moz-box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}
#callback_zakaz_4 textarea{
    height: 130px;
    padding: 15px 20px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#callback_zakaz_4 input[type='submit']{
    background: #4fb348;
    color: #fff;
}
#callback_zakaz_4 p.success{
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;

}




/*заказ 5*/
#callback_zakaz_5{
    display: inline-block;
    width: 260px;
}
#callback_zakaz_5 .title{
    background: #68b9e5;
    padding: 20px 25px 28px;
    text-align: center;
}
#callback_zakaz_5 .title p{
    font-size: 17px;
    color: #fff;
}
#callback_zakaz_5 input,
#callback_zakaz_5 textarea{
    width: 100%;
    border: 0 none;
}
#callback_zakaz_5 input[type='text']{
    border-bottom: 1px solid #e5e5e5;
}
#callback_zakaz_5 input{
    box-sizing: border-box;
	-moz-box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}
#callback_zakaz_5 textarea{
    height: 130px;
    padding: 15px 20px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#callback_zakaz_5 input[type='submit']{
    background: #4fb348;
    color: #fff;
}
#callback_zakaz_5 p.success{
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;

}



/*заказ 6*/
#callback_zakaz_6{
    display: inline-block;
    width: 260px;
}
#callback_zakaz_6 .title{
    background: #68b9e5;
    padding: 20px 25px 28px;
    text-align: center;
}
#callback_zakaz_6 .title p{
    font-size: 17px;
    color: #fff;
}
#callback_zakaz_6 input,
#callback_zakaz_6 textarea{
    width: 100%;
    border: 0 none;
}
#callback_zakaz_6 input[type='text']{
    border-bottom: 1px solid #e5e5e5;
}
#callback_zakaz_6 input{
    box-sizing: border-box;
	-moz-box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}
#callback_zakaz_6 textarea{
    height: 130px;
    padding: 15px 20px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#callback_zakaz_6 input[type='submit']{
    background: #4fb348;
    color: #fff;
}
#callback_zakaz_6 p.success{
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;

}



/*заказ 7*/
#callback_zakaz_7{
    display: inline-block;
    width: 260px;
}
#callback_zakaz_7 .title{
    background: #68b9e5;
    padding: 20px 25px 28px;
    text-align: center;
}
#callback_zakaz_7 .title p{
    font-size: 17px;
    color: #fff;
}
#callback_zakaz_7 input,
#callback_zakaz_7 textarea{
    width: 100%;
    border: 0 none;
}
#callback_zakaz_7 input[type='text']{
    border-bottom: 1px solid #e5e5e5;
}
#callback_zakaz_7 input{
    box-sizing: border-box;
	-moz-box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}
#callback_zakaz_7 textarea{
    height: 130px;
    padding: 15px 20px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#callback_zakaz_7 input[type='submit']{
    background: #4fb348;
    color: #fff;
}
#callback_zakaz_7 p.success{
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;

}



/*заказ 8*/
#callback_zakaz_8{
    display: inline-block;
    width: 260px;
}
#callback_zakaz_8 .title{
    background: #68b9e5;
    padding: 20px 25px 28px;
    text-align: center;
}
#callback_zakaz_8 .title p{
    font-size: 17px;
    color: #fff;
}
#callback_zakaz_8 input,
#callback_zakaz_8 textarea{
    width: 100%;
    border: 0 none;
}
#callback_zakaz_8 input[type='text']{
    border-bottom: 1px solid #e5e5e5;
}
#callback_zakaz_8 input{
    box-sizing: border-box;
	-moz-box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}
#callback_zakaz_8 textarea{
    height: 130px;
    padding: 15px 20px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#callback_zakaz_8 input[type='submit']{
    background: #4fb348;
    color: #fff;
}
#callback_zakaz_8 p.success{
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;

}



/*заказ 9*/
#callback_zakaz_9{
    display: inline-block;
    width: 260px;
}
#callback_zakaz_9 .title{
    background: #68b9e5;
    padding: 20px 25px 28px;
    text-align: center;
}
#callback_zakaz_9 .title p{
    font-size: 17px;
    color: #fff;
}
#callback_zakaz_9 input,
#callback_zakaz_9 textarea{
    width: 100%;
    border: 0 none;
}
#callback_zakaz_9 input[type='text']{
    border-bottom: 1px solid #e5e5e5;
}
#callback_zakaz_9 input{
    box-sizing: border-box;
	-moz-box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}
#callback_zakaz_9 textarea{
    height: 130px;
    padding: 15px 20px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#callback_zakaz_9 input[type='submit']{
    background: #4fb348;
    color: #fff;
}
#callback_zakaz_9 p.success{
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;

}




/*заказ написания позитива*/
#callback_zakaz_p{
    display: inline-block;
    width: 260px;
}
#callback_zakaz_p .title{
    background: #68b9e5;
    padding: 20px 25px 28px;
    text-align: center;
}
#callback_zakaz_p .title p{
    font-size: 17px;
    color: #fff;
}
#callback_zakaz_p input,
#callback_zakaz_p textarea{
    width: 100%;
    border: 0 none;
}
#callback_zakaz_p input[type='text']{
    border-bottom: 1px solid #e5e5e5;
}
#callback_zakaz_p input{
    box-sizing: border-box;
	-moz-box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}
#callback_zakaz_p textarea{
    height: 130px;
    padding: 15px 20px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#callback_zakaz_p input[type='submit']{
    background: #4fb348;
    color: #fff;
}
#callback_zakaz_p p.success{
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;

}
/*заказ поддержки репутации*/
#callback_zakaz_rep{
    display: inline-block;
    width: 260px;
}
#callback_zakaz_rep .title{
    background: #68b9e5;
    padding: 20px 25px 28px;
    text-align: center;
}
#callback_zakaz_rep .title p{
    font-size: 17px;
    color: #fff;
}
#callback_zakaz_rep input,
#callback_zakaz_rep textarea{
    width: 100%;
    border: 0 none;
}
#callback_zakaz_rep input[type='text']{
    border-bottom: 1px solid #e5e5e5;
}
#callback_zakaz_rep input{
    box-sizing: border-box;
	-moz-box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}
#callback_zakaz_rep textarea{
    height: 130px;
    padding: 15px 20px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#callback_zakaz_rep input[type='submit']{
    background: #4fb348;
    color: #fff;
}
#callback_zakaz_rep p.success{
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;

}
input.error{
    background: #ffc8b2 !important;
}
textarea.error{
    background: #ffc8b2 !important;
}

#popups{
    display: none;
}#wrapper-services #services .blocktitle ul left {
	text-align: left;
}
