@font-face {
    font-family: 'DosisSemiBold';
    src: url('fonts/Dosis-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DosisBold';
    src: url('fonts/Dosis-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DosisBold';
    src: url('fonts/Dosis-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ExoRegular';
    src: url('fonts/Exo-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
#checkoutSteps .stepsLegend{
  width: 33.333333%;
  height: 67px;
  float: left;
  text-align: center;
  background: #202d5d;
  border-bottom: #152254 solid 3px;
}
#checkoutSteps .leftRand{
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#checkoutSteps .rightRand{
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#checkoutSteps img{
  padding-right: 5px;
}
#checkoutSteps .stepsLegend h2{
  color:#fff;
  font-size: 25px;
  padding-top: 18px;
  font-family: DosisSemiBold;
}
#checkoutSteps .active{
  background: #ffa842;
  border-bottom:#df9429 solid 3px;
}
.stepTittle p{
  font-family: DosisBold;
  color:#ffa842;
  font-size: 50px;
  float: left;
  margin-left: 12px;
}
.stepTittle .small{
  font-size: 20px;
  margin: 10px 0 0 5px;
}
.stepTittle h3{
  color:#202d5d;
  font-size: 30px;
  font-family: ExoRegular;
  float: left;
  padding-top: 7px;
  padding-left: 20px;
}
.createAccount {
  width: 100%;
}
.horizontalLineDark{
  width: 99%;
  height: 4px;
  background: url(../images/bgHorizontalLDark.png) repeat-x;
  display: block;
  float: left;
  margin-left: 5px;
}
.horizontalLineLight{
  width: 99%;
  height: 4px;
  background: url(../images/bgHorizontalLLight.png) repeat-x;
  display: block;
  float: left;
  margin:40px 0 40px 5px;
}

.createAccount #dataContact {
    padding-bottom: 50px;
}

.leftColumn{
  float:left;
  width: 50%;
  margin: 0;
  padding: 0;
  clear: none;
}
.leftColumn h4,#dataSenderWrp h4,#accountData h4,.downloadArea h4{
  font-family: ExoRegular;
  font-size: 30px;
  font-weight: 100;
  padding:45px 0 0 70px;
}
.leftColumn h4 p,#dataSenderWrp h4 p,#accountData h4 p,.downloadArea h4 p{
  font-family: ExoRegular;
  font-weight: 100;
  font-size:30px;
  color:#1c9dd7;
  float: left;
  margin-right: 5px;
}
.rightColumn{
  float:left;
  width: 50%;
  margin: 0;
  padding: 0;
  clear: none;
}
.rightColumn .formTip{
  font-size: 16px;
  color:#555555;
  padding:96px 0 0 70px;
  display:block;
}
.leftColumn .formTip{
  font-size: 16px;
  color:#555555;
  padding:30px 0 0 70px;
  display:block;
}

@-moz-document url-prefix() {
    .rightColumn .formTip {
        padding-top: 113px;
    }

}

.rightColumn p{
  margin: -12px 4px 0 0;
}
.leftColumnP{
  margin: -12px 4px 0 0;
}
.star{
  color:#ffa842;
  font-family: DosisBold;
  font-size: 25px;
  float: left;
}
.leftFormWrp{
  width: 270px;
  margin:30px 0 0 80px;
}

#dataSenderWrp .leftFormWrp{
  margin-top: 0px;
}

.inputLabelWrp {
  height:100px;
}

.inputLabelWrp .errorMsg {
    color: red;
    font-size: 13px;
    clear: both;
    padding-top: 5px;
}

.inputLabelWrp label{
  width:100%;
  font-family: DosisBook;
  font-size: 18px;
  float: left;
  color:#333333;
}
.inputLabelWrp label span{
  float: none;
}
.inputLabelWrp input{
  background: #efefef;
  margin: 5px 5px 5px 0px;
  height: 25px;
  width: 96%;
  font-family: 'Open Sans', 'Segoe UI', 'Lucida Sans', 'Lucida Sans Unicode', 'Trebuchet MS', Tahoma, sans-serif;
  font-size: 15px;
  color:#555555;
}

.selectWrap .inputWrp {
    background: #fff !important;
}

.selectWrap .select {
    border: 0;
    background: #efefef;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
    padding: 8px;
    font-size: 14px;
}

#dataSenderWrp .inputLabelWrp input{
  background: #fff;
}
.inputWrp{
  width: 100%;
  height: 35px;
  background: #efefef;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 25px;
}
#createAcountWrp .inputWrp{
  width: 270px;
}
#dataSenderWrp .inputWrp{
  background: #fff;
}
.shortInputWrp{
  width: 45%;
  height: 35px;
  background: #efefef;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 25px;
}
#dataSenderWrp .shortInputWrp{
  background: #fff;
}
.shortInputWrp input{
  width: 90%;
}
.rightFormWrp{
  width: 270px;
  margin:30px 0 0 80px;
}
#dataSenderWrp .rightFormWrp{
  margin-top: 0px;
}
#dataSenderWrp{
  width: 100%;
  background: #efefef;
  float:left;
  overflow: hidden;
}
#senderQuestion p {
  padding-left: 70px;
  float: left;
}
.inputRounded {
  border-radius: 4px;
  padding: 5px 5px 5px 2px;
}
/** ---------------------------------------------------------------------------- dataSenderForms */
#dataSenderForms {
    display: none;
    padding-bottom: 20px;
}

#dataSenderForms .radioWrp {
    padding-left: 79px;
}

/** ---------------------------------------------------------------------------- validate */
.error .inputWrp {
    border: 1px red solid;
}

#envelopeWrp{
  position: relative;
  width: 100%;
    padding: 20px 0 0 0;
}
#envelope{
  background: url(../images/koperta_c5.png) no-repeat;
  width: 936px;
  height: 669px;
  margin: auto;
  padding:0 0 60px 0;
}
#envelopeAdress{
  padding:35px 0 0 30px;
  display: block;
}
#envelopeAdress p{
  font-family: ExoRegular;
  font-size: 14px;
}
#envelopeAdress #madeBy{
  font-size: 12px;
  padding-bottom: 5px;
    color: #939393 !important;
}
.formFreeSpace{
  float: left;
  width: 100%;
  height: 94px;
}
#accountData{
  width: 100%;
  float:left;
  margin-bottom: 100px;
}
#accountData #accountInfo{
  padding:0 0 0 70px;
  font-size: 17px;
}
#createAcountWrp{
  width: 520px;
  padding:20px 0 0 70px;
  position: relative;
}
.absolutePos{
  position: absolute;
  bottom: 0;
  left: 420px;
  margin-bottom: 0;
}
#createAcountWrp .absolutePos .inputWrp{
  width:170px;
}



/** checdkout boxes */
#checkboxesWrp{
  width: 655px;
  float:left;
  padding:20px 0 20px 0;
/*        *padding:20px 0 60px 0;
        _padding:20px 0 60px 0;*/
  margin-left: 30px;
}
#checkboxesWrp input{
  display: none;
}
#checkboxesWrp label p{
  margin: 5px 0 0 45px;
}

#checkboxesWrp label p a{
  text-decoration: none;
  color:#1c9dd7;
}

#checkboxesWrp .checkWrap {
    position: relative;
}

#checkboxesWrp .checkWrap .errorMsg {
    position: absolute;
    top: 5px;
    left: -21px;
    display: block;
    width: 17px;
    height: 11px;
    background: transparent url(../images/errorArrow.png) 0 0 no-repeat;
}

#reCaptacha{
  /*background: url(../images/captacha.png) no-repeat;*/
  width: 329px;
  height: 136px;
  float: left;
  margin-left: 33%;
  margin-top: 55px;
}
#btnCreateAccountWrp{
  float: left;
  width: 100%;
  display: block;
}
#btnCreateAccount{
  width:312px;
  height: 53px;
  background: url(../images/btnCreateAccount.png) 0 0 no-repeat;
  color: #fff;
  font-size: 20px;
  margin-left: 33.33333%;
  margin-top: 45px;
  margin-bottom: 50px;
  /*font-family: DosisSemiBold;*/
    font-family: ExoLight;
    opacity: .9;
}

/*#btnCreateAccount{
  width:312px;
  height: 50px;
  background: #ffa842 url(../images/btnArrow.png) 0 0 no-repeat;
  border-bottom: 3px solid #df9429;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-position-x: 280px;
  background-position-y: 19px;
    font-family: ExoLight;
}*/

#checkoutDescriptionWrp{
  padding-top:105px;
  width: 100%;
}
#btnCreateAccount:hover{
  /*background: #ff8a00 url(../images/vectorSteps.png) 0 0 no-repeat;*/
    opacity: 1;
}
/*#btnCreateAccount:active{
  background: #ff8a00 url(../images/btnArrow.png) no-repeat;
  border-bottom: 0px !important;
  border-top: 3px solid #cf7000;
  background-position-x: 280px;
  background-position-y: 19px;
}*/
#checkoutDescription{
  width:100%;
  float:left;
  /*padding-bottom: 200px;*/
}
#envelopeImg{
  display:block;
  background: url(../images/envelopeBig.png) no-repeat;
  width: 171px;
  height: 123px;
  float:left;
  margin:142px 0 0 140px;
}
#checkoutDescription p{
  width: 500px;
  margin:95px 0 0 60px;
  float: left;
}
#checkoutDescription p a{
  text-decoration: none;
  color:#1c9dd7;
  font-family: DosisBook;
}
#appDownloadWrp{
  padding-top:105px;
  width: 100%;
}
#appDownload{
  width: 100%;
  float:left;
}
#appDownload p{
  width: 66%;
  margin:auto;
  text-align:left;
  margin-top: 65px;
  margin-bottom: 45px;
  font-family: ExoRegular;
  color:#7b7b91;
}
#downloadBox{
  width: 725px;
  height: 120px;
  background: #efefef;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: auto;
  position: relative;
  margin-bottom: 150px;
}
#downloadBox #ico{
  background: url(../images/downloadBoxIco.png) no-repeat;
  width: 60px;
  height: 51px;
  display: block;
  margin-left:45px;
  margin-top: 35px;
  float:left;
}

#downloadBox h4{
  color:#202d5d;
  font-family: ExoRegular;
  font-size: 25px;
  position: absolute;
  left: 120px;
  top: 30px;
}

#downloadBox p{
  font-size: 16px;
  position: absolute;
  top:60px;
  left:120px;
  margin:0;
  text-align: left;
  color:#777784;
  font-family: DosisLight;
}

#downloadBox input{
  background: url(../images/btnDownload.png) no-repeat;
  width: 202px;
  height: 60px;
  color:#fff;
  font-size: 25px;
  float: right;
  margin: 30px;
  font-family: DosisSemiBold;
}

#downloadBox input{
  background:#ffa842 url(../images/downloadIco.png) no-repeat;
  background-position-y:12px;
  background-position-x: 14px;
  width: 202px;
  height: 57px;
  border-bottom: 3px solid #df9429;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#downloadBox input:hover{
  background:#ff8a00 url(../images/downloadIco.png) no-repeat;
  background-position-y:12px;
  background-position-x: 14px;
  border-bottom: 3px solid #cf7000;
}

#downloadBox input:active{
  background:#ff8a00 url(../images/downloadIco.png) no-repeat;
  background-position-y:12px;
  background-position-x: 14px;
  border-bottom: 0px !important;
  border-top: 3px solid #cf7000;
}

.hideOverflow{
  overflow: hidden;
}

.createAccount .radioWrp input[type="radio"] {
  display: none;
}



.createAccount .radioWrp .radio,
#senderQuestionRadioWrp label {
  background-position: -0px -0px; width: 23px; height: 23px;
}

.createAccount .radioWrp .active,
#senderQuestionRadioWrp .active {
  background-position: -0px -23px; width: 23px; height: 23px;
}

.createAccount .radioWrp .radio p {
  margin-left: 30px;
  width: 65px;
  float: left;
}

.createAccount .radioWrp .radio p a {
  background: url(../images/questionMark.png) no-repeat;
  width: 18px;
  height: 19px;
  text-decoration: none;
  float: right;
  margin-top: 3px;
}

.createAccount .radioWrp {
  width: 270px;
  position: relative;
    padding-bottom: 20px;
}

.createAccount .radioWrp .radioRight {
  position: absolute;
  right: 120px;
  top: 0px;
}

.createAccount .radioWrp .radioRight p {
  width: 120px;
}

#senderQuestionRadioWrp input{
  display: none;
}
#senderQuestionRadioWrp label{
  float:left;
  margin-left: 110px;
}
#senderQuestionRadioWrp label p{
  float:left;
  padding: 0;
  margin-left: 30px;
}
#checkboxesWrp label{
  background-position: -0px -68px;

  width: 600px;

  position: relative;
}
#checkboxesWrp #agree2_container_div label {
/*  height: 100px;  */
  margin-bottom: 130px;
/*        margin-top: -100px;
        margin-top: 20px\9;
        *margin-top: 20px;
        _margin-top: 20px;*/
}

#checkboxesWrp #marketing_container_div label {
/*        margin-top: 120px\9;
        *margin-top: 120px;
        _margin-top: 120px;
        margin-bottom: 130px\9;
        *margin-bottom: 130px;
        _margin-bottom: 130px;*/
}

#checkboxesWrp label p{
  position: absolute;
  top:-2px;
}
#checkboxesWrp .active{
  background-position: -0px -46px; width: 600px; height: 22px;
}

#checkboxesWrp .star {
    float: none !important;
}
.subnav{
  width:135px;
  background: #202d5d;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 100;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-bottom: 20px;
    padding-top: 12px;
}
.subnav li{
  margin-left: 0px;
  padding-top: 20px;
  float: left;
}
#header .menu .subnav li a{
    background-image: url(../images/subnavList.png);
    background-repeat: no-repeat;
    background-position: 10px 4px;
    text-decoration: none;
  color: #fff;
  font-family: DosisBook;
  font-size: 15px;
  margin-top: -18px;
    text-align: left;
    padding-left: 32px;
    line-height: 18px;
}
#header .menu .subnav li:hover a{
  color:#1c9dd7;
}
#header .menu .subnav .firstSubLi{
  padding-top: 20px;
}
#header .menu .subnav .lastSubLi{
  padding-bottom: 20px;
}
#errorImg{
  background: url(../images/errorPage.png) no-repeat;
  width: 488px;
  height: 307px;
  margin:auto;
  margin-left: 288px;
  margin-top: 100px;
}
.errorMgs{
  color:#202d5d;
  width: 450px;
  margin:auto;
  text-align: center;
  font-family: ExoRegular;
  margin-top: 65px;
}
.errorTip{
  width: 330px;
  text-align: center;
  font-size: 18px;
  font-family: DosisLight;
  color: #545454;
  margin: auto;
  margin-top: 20px;
}
.errorTip a{
  color:#1c9dd7;
  text-decoration: none;
}
#header .menuNewsletter,.wrapNewsletter{
  width: 650px;
}
#header .logoNewsletter{
  margin: auto;
  float: none;
}
#header .menuNewsletter li a{
  margin-left: 10px;
  margin-right: 10px;
}
#header .menuNewsletter li a:first-child{
  margin-left: 22px;
}
#header .menuNewsletter li a:last-child{
  margin-right: 22px;
}
#footer .menuNewsletter{
  background: #fff;
  width: 650px;
}
#footer .menuNewsletter ul{
  width: 250px;
  margin: auto;
}
#footer .menuNewsletter li{
  float:left;
  margin-left: 5%;
  margin-right: 5%;
}
#footer .menuNewsletter li a{
  color:#484848;
  text-decoration: none;
  font-family: ExoRegular;
  font-size: 16px;
}
#footer .menuNewsletter p{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #6a6a6a;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 15px;
}
#footer .menuNewsletter p a{
  text-decoration: none;
  color:#46addb;
}
#footer .menuNewsletter .browserLink{
  color:#6a6a6a;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  float: none;
  width: 33.33333%;
  margin-left: 33.33333%;
  margin-right: 33.33333%;
}
.wrapNewsletter .wideBg{
  width: 100%;
  height: 305px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}
.wrapNewsletter .wideBg h1 {
  color: white;
  font-size: 47px;
  font-family: ExoDemiBold;
  line-height: 55px;
  margin-bottom: 30px;
  text-align: center;
  padding-top: 40px;
}
.wrapNewsletter .wideBg h3{
  font-size: 60px;
  font-family: ExoDemiBold;
  color: #fff;
  margin-top: -10px;
  padding-bottom: 10px;
}
.wrapNewsletter .wideBg h3 span {
  font-size: 30px;
}
.wrapNewsletter .wideBg .advantages {
  float: left;
  width: 33.33333%;
  text-align: center;
}
.wrapNewsletter .wideBg .separator{
  background: url(../images/newsletterSep.png) no-repeat;
  width: 3px;
  height: 73px;
  display: block;
  float: left;
}
.wrapNewsletter .wideBg .advantages p{
  color:#fff;
  font-family: DosisLight;
  font-size: 14px;
  margin-top: -25px;
}
.wrapNewsletter .watchWork{
  background: url(../images/btnNewsletter.png) no-repeat;
  width: 292px;
  height: 53px;
  display: block;
  margin: auto;
  margin-top: -25px;
}
.wrapNewsletter .watchWork p{
  font-family: DosisSemiBold;
  color: #fff;
  font-size: 25px;
  padding: 8px 0 0 40px;
}
.wrapNewsletter .newsParagraph{
  width: 590px;
  margin: auto;
  margin-top: 45px;
  font-family: Arial, Helvetica, sans-serif;
  color: #4f4f4f;
  font-size: 14px;
}
.wrapNewsletter .movie {
  background: transparent url(../images/homeMovieDark.png) 50% 50% no-repeat;
  width: 524px;
  height: 448px;
  margin: auto;
  margin-top:55px;
  margin-bottom: 25px;
}

.horizontalLineWrap {
    padding: 40px 0;
}

.horizontalLineWrap .horizontalLineDark,
.horizontalLineWrap .horizontalLineLight {
    margin: 0 !important;
}

.wrapNewsletter .horizontalLineDark{
  margin-top: 30px;
}
.leftOffer{
  float: left;
}
.rightOffer{
  float: right;
}
.leftOffer .mailCounter{
  width: 423px;

}
.wrap .calculator #info{
  background: transparent url(../images/homeZapytania.png) no-repeat;
  width: 24px;
  height: 23px;
  display: block;
  float: left;
  margin-left: -45px;
}
.wrap .calculator .tipShow{
  background: #1c9dd7;
  width: 395px;
  height: 80px;
  position: absolute;
  top: -99px;
  left: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.wrap .calculator .tipShow p{
  padding: 0;
  font-size: 15px;
  color:#fff;
  font-family: DosisLight;
  margin:15px;
}
.wrap .calculator .tipShow .tipCorner{
  background: url(../images/tipCorner.png) no-repeat;
  display: block;
  width: 15px;
  height: 21px;
  position: absolute;
  bottom: -17px;
  left: 0px;
}
.wrap .trustUs ,.leftOffer .trustUs{
    background: transparent url(../images/mailCounterBg.png) left 5px no-repeat;
    padding-bottom: 60px;
}
.wrap .rightSide .ourOffers,.rightOffer .ourOffers{
    text-align: center;
    background: #efefef;
    padding:30px 40px;
    width: 380px;
    border-radius: 5px;
}
.wrap .rightSide .ourOffers .offer1,.rightOffer .ourOffers .offer1{
    display: block;
    background: transparent url(../images/homeOffers1.png) 50% top no-repeat;
    width: 80px;
    height: 30px;
    float:left;
    text-decoration: none;
    padding-top:70px;
    font-family: DosisBook;
    font-size:25px;
    color:#9c9c9c;
}
.wrap .rightSide .ourOffers .offer2,.rightOffer .ourOffers .offer2{
    display: block;
    background: transparent url(../images/homeOffers2.png) 50% top no-repeat;
    float:left;
    width: 80px;
    height: 30px;
    text-decoration: none;
    padding-top:70px;
    font-family: DosisBook;
    font-size:25px;
    color:#9c9c9c;
}
.wrap .rightSide .ourOffers .offer3,.rightOffer .ourOffers .offer3{
    display: block;
    background: transparent url(../images/homeOffers3.png) 50% top no-repeat;
    float:left;
    width: 100px;
    height: 30px;
    text-decoration: none;
    padding-top:70px;
    font-family: DosisBook;
    font-size:25px;
    color:#9c9c9c;
}
.wrap .rightSide .ourOffers img ,.rightOffer .ourOffers img{
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    text-decoration: none;
    padding-top:30px;
    font-family: DosisBook;
    font-size:25px;
    color:#9c9c9c;
}
.trustUs .tel{
  color:#202d5d;
  font-size: 34px;
  font-family: ExoLight, sans-serif;
  font-weight: 600;
  margin-top: 35px;
  padding-top:0px;
}
.wraplong{
  width: 1220px;
  height: 102px;
  background: #ffa842;
  margin: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.wraplong .sendFree{
  width: 990px;
  margin: auto;

}
.sendFree .text .logo{
  background: url(../images/mailLogo.png) no-repeat;
  width: 59px;
  height: 55px;
  display: block;
  float: left;
  margin: 23px 0 0 15px;
}
.sendFree .text p{
  color:#fff;
  text-align: left;
  width: 410px;
  float: left;
  padding: 24px 0 0 25px;
}
.howMakeDoc{
  height: 160px;
}
.howMakeDoc .pageTitle{
  width: 990px;
  margin: auto;
}
.howMakeDoc .pageTitle h1 {
  color: white;
  font-size: 47px;
  font-family: ExoMedium;
  line-height: 55px;
  margin-bottom: 5px;
  text-align: left;
  padding-top: 25px;
}
.howMakeDoc .pageTitle p {
  color: white;
  font-size: 18px;
  text-align: justify;
  margin-bottom: 10px;
}
.breadcrumb {
  margin-top: 20px;
  margin-bottom: 20px;
}
.breadcrumb .arrow{
  background: url(../images/breadArrow.png) no-repeat;
  width: 13px;
  height: 10px;
  display: block;
  float: left;
  margin: 6px 10px 0 10px;
}
.breadcrumb p{
  float: left;
  font-size: 16px;
}
.breadcrumb p a{
  text-decoration: none;
  color:#555555;
}
.howMakeDocWrp img{
  float: right;
  margin-top: 180px;
    margin-bottom: 40px;
}
.howMakeDocWrp .leftColumn{
  width: 49%;
}
.howMakeDocWrp .leftColumn h4,.downloadArea h4{
  padding: 55px 0 70px 98px;
  color:#202d5d;
}
.howMakeDocWrp .leftColumn h5,.howMakeDocWrp .rightSide h5{
  color:#202d5d;
  font-size: 21px;
}
.howMakeDocWrp .leftColumn .envelopeOpen{
  background: url(../images/envelopeOpen.png) no-repeat;
  width: 64px;
  height: 76px;
  display: block;
  float: left;
  margin-top: 35px;
}
.howMakeDocWrp .leftColumn .text,.howMakeDocWrp .rightSide .text{
  width: 430px;
  padding: 15px 0 30px 0;
}
.howMakeDocWrp .leftColumn .orangeListItem{
  background: url(../images/orangeListItem.png) no-repeat;
  width: 17px;
  height: 17px;
  display: block;
  float: left;
  margin-top: 6px;
  margin-right: 20px;
}
.howMakeDocWrp .leftColumn .grayListItem{
  background: url(../images/grayListItem.png) no-repeat;
  width: 17px;
  height: 17px;
  display: block;
  float: left;
  margin-top: 0px;
  margin-right: 20px;
}
.locationInfoWrp{
  width: 430px;
  margin-top: 15px;
}
.locationInfoWrp .option{
  font-weight: bold;
  width: 80px;
}
.locationInfoWrp .optionWrp{
  width: 100px;
  float:left;
}
.howMakeDocWrp .leftSide{
  width: 50%;
  float: left;
  margin: 0;
}
.howMakeDocWrp .leftSide img{
  float: left;
  margin-top: 35px;
}
.howMakeDocWrp .rightSide{
  width: 50%;
  float: right;
  margin:0;
}
.howMakeDocWrp .rightSide .letterIco{
  background: url(../images/letterIco.png) no-repeat;
  width: 46px;
  height: 48px;
  display: block;
  float: left;
  margin-top: 60px;
}
.howMakeDocWrp .rightSide h4{
  font-family: ExoRegular;
  font-size: 30px;
  font-weight: 100;
  padding: 60px 0 0 32px;
  float: left;
  width: 70%;
}
.howMakeDocWrp .rightSide h4 p{
  font-family: ExoRegular;
  font-weight: 100;
  font-size: 30px;
  color: #1c9dd7;
  float: left;
  margin-right: 5px;
}
.howMakeDocWrp .rightSide h5{
  float: left;
  margin-top: 35px;
  width: 100%;
}
.howMakeDocWrp .rightSide .text{
  float: left;
}
.howMakeDocWrp .rightSide .leftUl{
  width: 50%;
  float: left;
}
.howMakeDocWrp .rightSide .leftUl h2,.howMakeDocWrp .rightSide .rightUl h2{
  font-size: 16px;
  color:#545454;
  margin: 0;
  margin-left: 42px;
  margin-top: 5px;
}
.howMakeDocWrp .rightSide .leftUl .positivMark{
  background: url(../images/positivMark.png) no-repeat;
  width: 27px;
  height: 23px;
  display: block;
  float: left;
}
.howMakeDocWrp .rightSide .leftUl li p,.howMakeDocWrp .rightSide .rightUl li p{
  font-size: 16px;
  color:#424242;
  width: 170px;
  margin-left: 30px;
}
.howMakeDocWrp .rightSide .leftUl ul li,.howMakeDocWrp .rightSide .rightUl ul li{
  background: url(../images/breadArrow.png) no-repeat ;
  background-position: 0 50%;
  margin-left: 10px;
}
.howMakeDocWrp .rightSide .leftUl ul li,.howMakeDocWrp .rightSide .rightUl ul li{
  margin-top: 25px;
}
.howMakeDocWrp .rightSide .rightUl{
  width: 50%;
  float: right;
}
.howMakeDocWrp .rightSide .rightUl .negativMark{
  background: url(../images/negativMark.png) no-repeat;
  width: 27px;
  height: 23px;
  display: block;
  float: left;
}
.downloadArea{
  float:left;
}
.downloadArea h4{
  padding:0;
  padding-top:30px;
  padding-bottom: 40px;
}
.downloadArea h5{
  font-size: 16px;
  color:#424242;
}
.downloadArea a{
  color:#1c9dd7;
  text-decoration: none;
  font-family: DosisLight;
}
.downloadArea .wordIco{
  background: url(../images/wordIco.png) no-repeat;
  width: 58px;
  height: 56px;
  display: block;
  float: left;
}
.downloadArea .writerIco{
  background: url(../images/writerIco.png) no-repeat;
  width: 57px;
  height: 58px;
  display: block;
  float: left;
}
.downloadArea .factureSymph{
  background: url(../images/symfIco.png) no-repeat;
  width: 228px;
  height: 58px;
  display: block;
  float: left;
}
.downloadArea .facutreComarch{
  background: url(../images/symfIco2.png) no-repeat;
  width: 190px;
  height: 58px;
  display: block;
  float: left;
}
.downloadArea .factureEnova{
  background: url(../images/enovaIco.png) no-repeat scroll 0 -10px rgba(0, 0, 0, 0);
  width: 178px;
  height: 70px;
  display: block;
  float: left;
}
.downloadArea .office,.downloadArea .openOffice{
  float:left;
  margin-bottom:10px;
}
.downloadArea .office h5,.downloadArea .openOffice h5{
  margin-top: 20px;
  margin-left: 80px;
  margin-bottom: 20px;
}

.openOffice a.wideIco h5, .office a.wideIco h5{
  margin: 0;
  margin-left: 20px;
}
.downloadArea .office a,.downloadArea .openOffice a{
  display: block;
  font-size: 15px;
  margin-left: 80px;
  font-weight: bold;
  padding-right: 25px;
}
.downloadArea .office a,.downloadArea .openOffice a{
  background: url(../images/arrowLink.png) no-repeat right 50%;
}
.downloadArea .office a:hover,.downloadArea .openOffice a:hover,a.arrowLink:hover{
  color:#51c9ff;
  background: url(../images/arrowLinkHover.png) no-repeat right 50%;
}
.downloadArea .office a:active,.downloadArea .openOffice a:active,a.arrowLink:active{
  color:#202d5d;
  background: url(../images/arrowLinkActive.png) no-repeat right 50%;
}
.openOffice a.wideIco, .office a.wideIco{
  margin: 10px 0 0 75px;
  float: left;
}
.downloadArea .openOffice{
  margin-left: 120px;
}
.downloadArea a img{
  margin-top: 5px;
  margin-left: 20px;
  float: none;
}
.btnsendFreeLetter{
  width: 355px;
  height: 50px;
  border-bottom: 3px solid #1689bc;
  background: #1c9dd7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
  float:right;
  margin-top: 25px;
}
.sendFree .btnsendFreeLetter p{
  padding: 0;
  padding-top: 15px;
  padding-left: 22px;
  font-weight: bold;
}
.btnsendFreeLetter .vectorSteps{
  background: url(../images/arrowSendFreeLetter.png) no-repeat;
  width: 19px;
  height: 16px;
  display: block;
  float: right;
  margin-top: -19px;
  margin-right: 19px;
}

.envelop2 .leftSide,
.envelop2 .rightSide {
    padding-bottom: 30px;
}

.envelop2 .leftSide p {
    padding-right: 40px;
    margin: 0 0 20px 0;
}

.envelop2 .rightSide p {
    padding-right: 30px;
}

.envelop2 .leftSide ul {}

.envelop2 .leftSide ul li {
    padding-bottom: 15px;
    font-size: 16px;
    padding-left: 50px;
    padding-right: 40px;
    background: transparent url(../images/newsLiOk.png) 10px 0 no-repeat;
}

.envelop2 .rightSide h4 {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
    padding-left: 0 !important;
    width: 100%;
}

.envelop2 .leftSide h4,
.envelop2 .rightSide h4 {
    padding-bottom: 30px !important;
}

.envelop2 #envelop2Wrap {
    width: 990px;
    height: 500px;
    background: #efefef url(../images/envelop2.png) 50% 50% no-repeat;
    margin: 20px 0 50px 0;
    clear: both;
}

#messages {
    text-align: center;
}

ul.offer {
margin-top: 10px;
margin-bottom: 8px;
margin-left: -5px;
text-align: left;
}

ul.offer li {
color: #808080;
font-family: ExoLight;
font-size: 12px;
}

.pageTitle > h1 > a.btnGetPrices {
font-size: 12pt;
line-height: 30px;
margin-top: 25px;
margin-right: 185px;
}

.pageTitle > h1 > a.btnSendLetterWithNote {
font-size: 12pt;
line-height: 30px;
margin-top: 45px;
width: 220px;
}

.pageTitle > h1 > a.btnSendLetter{
font-size: 12pt;
line-height: 30px;
margin-top: 10px;
width: 220px;
}
