/*-----------------------------VARIABLES--------------------------------*/
/*-----------------------------RESET--------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  width: 100%;
  height: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
  border: 0;
}

/*-----------------------------FONTS--------------------------------*/
@font-face {
  font-family: 'pt_sansregular';
  src: url("../fonts/Pt_sans.eot");
  src: url("../fonts/Pt_sans.eot@#iefix") format("embedded-opentype"), url("../fonts/Pt_sans.woff") format("woff"), url("../fonts/Pt_sans.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pt_sansbold';
  src: url("../fonts/Pt_sans_bold.eot");
  src: url("../fonts/Pt_sans_bold.eot@#iefix") format("embedded-opentype"), url("../fonts/Pt_sans_bold.woff") format("woff"), url("../fonts/Pt_sans_bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pt_sansitalic';
  src: url("../fonts/Pt_sans_italic.eot");
  src: url("../fonts/Pt_sans_italic.eot@#iefix") format("embedded-opentype"), url("../fonts/Pt_sans_italic.woff") format("woff"), url("../fonts/Pt_sans_italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pt_sansbold_italic';
  src: url("../fonts/Pt_sans_bold-italic.eot");
  src: url("../fonts/Pt_sans_bold-italic.eot@#iefix") format("embedded-opentype"), url("../fonts/Pt_sans_bold-italic.woff") format("woff"), url("../fonts/Pt_sans_bold-italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*-----------------------------COMMON--------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clr:after {
  content: '';
  display: block;
  clear: both;
}

body {
  line-height: 1;
  font-family: "pt_sansregular";
  position: relative;
}

.center-wrapper {
  margin: 0 auto;
  width: 1100px;
}

h2 {
  font-size: 48px;
  text-align: center;
  color: #020202;
  font-family: "pt_sansbold";
  font-weight: normal;
}

.form-block-wrap {
  margin: 0 auto;
  width: 958px;
  border-radius: 15px;
  padding: 4px;
  background: #ed5f55;
}
.form-block-wrap .form-block {
  padding: 20px 24px 34px 24px;
  border: 3px solid #fff;
  background: #ed5f55;
  border-radius: 15px;
}
.form-block-wrap .form-block h3 {
  margin-bottom: 30px;
  color: #FFF;
  font-family: "pt_sansbold";
  text-align: center;
  font-size: 31px;
}
.form-block-wrap .form-block form {
  position: relative;
}
.form-block-wrap .form-block form:after {
  width: 377px;
  height: 88px;
  content: '';
  display: block;
  right: 170px;
  position: absolute;
  background-image: url(../images/form-arrow.png);
}
.form-block-wrap .form-block form input {
  margin-right: 35px;
  padding-left: 10px;
  width: 267px;
  height: 59px;
  background-color: #F4F2F2;
  border-radius: 10px;
  box-shadow: inset 1px 1.7px 2px rgba(39, 14, 2, 0.43);
  color: #999;
  font-family: "pt_sansitalic";
  font-size: 24px;
}
.form-block-wrap .form-block form button {
  width: 278px;
  height: 71px;
  background: transparent;
  background-image: url(../images/btn.png);
  color: #000;
  padding-bottom: 15px;
  font-family: "pt_sansbold";
  font-size: 30px;
  text-shadow: 0.5px 0.9px 0 rgba(229, 209, 150, 0.75);
  text-align: center;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
}
.form-block-wrap .form-block form button:hover {
  position: relative;
  top: 1px;
}

/*-----------------------------INDEX-------------------------------*/
/*-----------header-----------*/
header {
  padding-bottom: 24px;
}
header .logo {
  padding-top: 22px;
  float: left;
}
header .logo i {
  display: inline-block;
  margin-right: 5px;
  width: 43px;
  height: 43px;
  background-image: url(../images/logo.png);
}
header .logo p {
  display: inline-block;
  color: #1D1700;
  font-size: 30px;
}
header .logo p span {
  display: block;
  color: #4199EB;
  font-size: 22px;
}
header .phone {
  padding-top: 25px;
  float: right;
  text-align: right;
}
header .phone p {
  margin-bottom: 2px;
  color: #666;
  font-family: "Comic Sans MS";
  font-size: 18px;
}
header .phone .number {
  color: #44B78B;
  font-size: 24px;
}
header .phone .number i {
  display: inline-block;
  margin-right: 5px;
  width: 14px;
  height: 14px;
  background-image: url(../images/icon-phone.png);
}
header .phone .number span {
  font-size: 27px;
  font-family: "pt_sansbold";
}

/*-----------promo-----------*/
.promo {
  padding-top: 20px;
  min-width: 1100px;
  height: 682px;
  background-image: url(../images/bg-promo.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.promo h1 {
  margin-bottom: 230px;
  text-align: center;
  font-family: "pt_sansbold";
  font-size: 40px;
  line-height: 45px;
  font-weight: normal;
  text-transform: uppercase;
  color: #0155A4;
}
.promo .promo-block {
  position: relative;
  margin-left: 10px;
  padding-top: 48px;
  padding-left: 123px;
  width: 710px;
  height: 232px;
  background-image: url(../images/promo-block.png);
}
.promo .promo-block:before {
  content: '';
  display: block;
  position: absolute;
  right: -25px;
  top: -170px;
  width: 91px;
  height: 220px;
  background-image: url(../images/red-arrow.png);
}
.promo .promo-block ul li {
  position: relative;
  margin-bottom: 35px;
  color: #FFFDFD;
  font-family: "pt_sansbold";
  font-size: 24px;
}
.promo .promo-block ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  left: -39px;
  width: 28px;
  height: 28px;
  background-image: url(../images/icon-check.png);
}

/*-----------wish-----------*/
.wish {
  padding-top: 18px;
  padding-bottom: 25px;
}
.wish h2 {
  margin-bottom: 38px;
}
.wish .wish-block {
  margin-bottom: 15px;
}
.wish .wish-block .item-image {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
.wish .wish-block .item-text {
  display: inline-block;
  vertical-align: middle;
  color: #020202;
  font-size: 40px;
}
.wish .wish-block .item-text span {
  color: #44B78B;
  font-family: "pt_sansbold";
}
.wish .middle {
  margin-left: 220px;
}

/*-----------benefits------------*/
.benefits {
  padding-top: 20px;
  padding-bottom: 45px;
  min-width: 1100px;
  background: #4199eb;
  border: 5px solid #297ECE;
  background-image: url(../images/pattern.png);
  border-bottom: 0;
}
.benefits h2 {
  margin-bottom: 34px;
  color: #fff;
}
.benefits .benefit-block {
  position: relative;
}
.benefits .benefit-block .item-image {
  display: inline-block;
  margin-right: 43px;
  padding-top: 10px;
}
.benefits .benefit-block .item-text {
  vertical-align: top;
  display: inline-block;
  padding-top: 4px;
  width: 300px;
  position: relative;
}
.benefits .benefit-block .item-text:after {
  content: '';
  display: block;
  position: absolute;
  width: 109px;
  height: 93px;
}
.benefits .benefit-block .item-text h4 {
  color: #030303;
  font-size: 22px;
  font-weight: normal;
  font-family: "pt_sansbold";
}
.benefits .benefit-block .item-text h4 span {
  color: #01D684;
  font-size: 36px;
}
.benefits .benefit-block .item-text p {
  color: #FFF;
  font-size: 18px;
  line-height: 22px;
}
.benefits .benefit-block1 {
  width: 460px;
  margin-bottom: 39px;
}
.benefits .benefit-block1 .item-text:after {
  background-image: url(../images/green-arrow-left.png);
  bottom: -132px;
  left: -15px;
}
.benefits .benefit-block2 {
  margin-left: 350px;
  margin-bottom: 10px;
  width: 450px;
}
.benefits .benefit-block2 .item-text:after {
  background-image: url(../images/green-arrow-left.png);
  bottom: -100px;
  left: -15px;
}
.benefits .benefit-block3 {
  margin-left: 635px;
  margin-bottom: 18px;
  width: 465px;
}
.benefits .benefit-block3 .item-text:after {
  background-image: url(../images/green-arrow-right.png);
  bottom: -112px;
  right: 160px;
}
.benefits .benefit-block4 {
  margin-left: 335px;
  margin-bottom: 18px;
  width: 445px;
}
.benefits .benefit-block4 .item-text:after {
  background-image: url(../images/green-arrow-right.png);
  bottom: -102px;
  right: 160px;
}
.benefits .benefit-block5 {
  margin-left: 5px;
  margin-bottom: 45px;
  width: 460px;
}
.benefits .benefit-block5 .item-text:after {
  background-image: url(../images/green-arrow-left.png);
  bottom: -120px;
  left: -15px;
}
.benefits .benefit-block6 {
  margin-left: 320px;
  margin-bottom: 14px;
  width: 460px;
}
.benefits .benefit-block6 .item-text:after {
  background-image: url(../images/green-arrow-left.png);
  bottom: -90px;
  left: -5px;
}
.benefits .benefit-block7 {
  margin-left: 620px;
  width: 485px;
}
.benefits .benefit-block7 .item-text {
  width: 325px;
}

/*-----------free------------*/
.free {
  position: relative;
  z-index: 2;
  min-width: 1100px;
  padding: 30px 0 45px 0;
  background: #015db4;
  background-image: url(../images/pattern.png);
  box-shadow: 0 6px 24px rgba(34, 34, 34, 0.75);
}
.free h3 {
  text-align: center;
  font-weight: normal;
  font-family: "pt_sansbold";
  color: #fff;
  font-size: 40px;
  line-height: 45px;
}

/*-----------form-section1------------*/
.form-section1 {
  position: relative;
  z-index: 1;
  min-width: 1100px;
  height: 546px;
  background-image: url(../images/bg-section1.jpg);
  background-size: 100% 546px;
}

.form-section {
  padding-top: 55px;
}
.form-section h2 {
  margin-bottom: 33px;
  font-size: 43px;
}
.form-section h2 span {
  color: #0155A4;
}
.form-section p {
  margin-bottom: 50px;
  color: #030303;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
}

/*-----------clients------------*/
.clients {
  padding-top: 35px;
  min-width: 1100px;
  background: #fdfdfd;
}
.clients h2 {
  margin-bottom: 58px;
}
.clients h2 span {
  color: #0155A4;
}
.clients .price-block .block {
  padding-bottom: 40px;
  width: 50%;
  padding-left: 195px;
  float: left;
}
.clients .price-block .block h4 {
  margin-bottom: 4px;
  color: #0155A4;
  font-family: "pt_sansbold";
  font-size: 30px;
  font-weight: normal;
}
.clients .price-block .block ul {
  padding-left: 17px;
}
.clients .price-block .block ul li {
  position: relative;
  color: #020202;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
}
.clients .price-block .block ul li:before {
  content: '';
  display: block;
  top: 12px;
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #030303;
  border-radius: 50%;
  left: -18px;
}
.clients .price-block .block1 {
  background-image: url(../images/price-image1.jpg);
  background-position: -15px -15px;
  background-repeat: no-repeat;
}
.clients .price-block .block2 {
  background-image: url(../images/price-image2.jpg);
  background-position: 58px -3px;
  background-repeat: no-repeat;
}
.clients .quality {
  padding-top: 40px;
}
.clients .quality .quality-block {
  position: relative;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  overflow: hidden;
}
.clients .quality .quality-block img {
  vertical-align: bottom;
}
.clients .quality .quality-block:last-child {
  margin-bottom: 0;
}
.clients .quality .quality-block:last-child:after {
  display: none;
}
.clients .quality .quality-block:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  background-image: url(../images/divider.png);
  height: 16px;
  width: 1116px;
  left: 0;
}
.clients .quality .quality-block .item-image {
  float: left;
  width: 50%;
}
.clients .quality .quality-block .item-text {
  padding-left: 50px;
  float: left;
  width: 50%;
}
.clients .quality .quality-block p {
  margin-bottom: 28px;
  font-size: 24px;
  line-height: 27px;
  color: #585757;
}
.clients .quality .quality-block1 .item-image {
  text-align: right;
}
.clients .quality .quality-block1 .item-text {
  padding-top: 80px;
}
.clients .quality .quality-block2 .item-image {
  padding-top: 20px;
}
.clients .quality .quality-block2 .item-text {
  padding-top: 140px;
}
.clients .quality .quality-block3 {
  margin-top: -20px;
}
.clients .quality .quality-block3 .item-image {
  text-align: right;
  padding-right: 60px;
}
.clients .quality .quality-block3 .item-text {
  padding-top: 130px;
}

/*-----------form-section2------------*/
.form-section2 {
  min-width: 1100px;
  height: 546px;
  background-image: url(../images/bg-section2.jpg);
  background-size: 100% 546px;
}
.form-section2 h2 {
  font-size: 48px;
}
.form-section2 p span {
  color: #0155A4;
  font-family: "pt_sansbold";
}

/*-------------faq-------------*/
.faq {
  padding-top: 55px;
  min-width: 1100px;
  height: 1110px;
  background-image: url(../images/bg-faq.jpg);
  background-size: 100% 1110px;
  background-position: 50% 0;
}
.faq h2 {
  margin-bottom: 50px;
  color: #fff;
}
.faq .faq-list li {
  margin-bottom: 70px;
}
.faq .faq-list li .item-image {
  padding-right: 40px;
  border-right: 3px solid #fff;
  display: inline-block;
  vertical-align: middle;
}
.faq .faq-list li .item-text {
  padding-left: 35px;
  display: inline-block;
  vertical-align: middle;
  width: 850px;
}
.faq .faq-list li .item-text h4 {
  margin-bottom: 10px;
  color: #69CDA7;
  font-family: "pt_sansbold_italic";
  font-weight: normal;
  font-size: 27px;
}
.faq .faq-list li .item-text h4 span {
  font-size: 36px;
}
.faq .faq-list li .item-text p {
  color: #FFF;
  font-size: 22px;
  line-height: 24px;
}

/*-------------requirement-------------*/
.requirement {
  padding-top: 32px;
  padding-bottom: 95px;
}
.requirement h2 {
  margin-bottom: 90px;
}
.requirement .requirement-list li {
  width: 275px;
  margin-bottom: 50px;
  text-align: center;
  margin-right: 130px;
  display: inline-block;
  vertical-align: top;
}
.requirement .requirement-list li:nth-child(3n) {
  margin-right: 0;
}
.requirement .requirement-list li .item-image {
  min-height: 167px;
}
.requirement .requirement-list li .item-text h5 {
  min-height: 75px;
  font-size: 22px;
  font-weight: normal;
  color: #030303;
  font-family: "pt_sansbold";
}
.requirement .requirement-list li .item-text p {
  color: #555454;
  font-size: 18px;
}

/*-------------sure-------------*/
.sure {
  padding-top: 55px;
  padding-bottom: 62px;
  min-width: 1100px;
  position: relative;
  z-index: 2;
  background: #eeeeee;
  box-shadow: 0 7px 18px rgba(55, 55, 55, 0.43);
}
.sure h2 {
  margin-bottom: 50px;
}
.sure .block .contacts {
  float: left;
  padding-top: 120px;
  width: 550px;
}
.sure .block .contacts h4 {
  margin-bottom: 50px;
  color: #0155A4;
  font-family: "pt_sansbold";
  font-size: 30px;
  font-weight: normal;
}
.sure .block .contacts .adress {
  margin-bottom: 45px;
  color: #666;
}
.sure .block .contacts .adress img {
  float: left;
  margin-right: 25px;
}
.sure .block .contacts .adress h5 {
  padding-top: 25px;
  margin-bottom: 15px;
  font-family: "pt_sansbold";
  font-size: 24px;
  font-weight: normal;
}
.sure .block .contacts .adress p {
  font-size: 18px;
}
.sure .block .contacts .email p {
  margin-bottom: 5px;
  color: #2DA376;
  font-weight: bold;
  font-size: 30px;
}
.sure .block .contacts .email a {
  text-decoration: none;
  color: #666;
  font-size: 23px;
}
.sure .block .form-block-wrap {
  float: right;
  width: 470px;
  text-align: center;
}
.sure .block .form-block-wrap .form-block {
  padding: 45px 65px;
}
.sure .block .form-block-wrap h3 {
  font-size: 36px;
  margin-bottom: 50px;
}
.sure .block .form-block-wrap form:after {
  display: none;
}
.sure .block .form-block-wrap input {
  margin-bottom: 45px;
  width: 100%;
  height: 67px;
}
.sure .block .form-block-wrap button {
  margin-bottom: 20px;
  width: 318px;
  height: 80px;
  background-image: url(../images/btn-big.png);
  font-size: 36px;
}

/*-------------footer-------------*/
footer {
  min-width: 1100px;
  position: relative;
  z-index: 101;
  padding: 25px 0;
  background: #0155A4;
  text-align: center;
}
footer a {
  color: #fff;
  font-size: 18px;
}
footer a:hover {
  text-decoration: none;
}

/*-------------modal-thanks-------------*/
.modal-thanks {
  display: none;
  background: #f0f0f0;
  background-image: url(../images/pattern-modal.png);
  width: 520px;
  padding: 5px;
  position: fixed;
  top: 30%;
  left: 50%;
  margin-left: -260px;
  z-index: 101;
}
.modal-thanks .modal-inner {
  border: 5px solid #015DB4;
  padding: 30px 27px 15px 27px;
  text-align: center;
}
.modal-thanks h3 {
  margin-bottom: 60px;
  color: #010101;
  font-size: 36px;
  font-weight: normal;
}
.modal-thanks p {
  margin-bottom: 50px;
  color: #666;
  font-size: 24px;
  padding: 15px 0;
  border-bottom: 2px dotted #666;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  cursor: pointer;
  z-index: 100;
}

.modal-policy {
  width: 760px;
  display: none;
  background: #fff;
  padding: 5px;
  bottom: 5px;
  position: absolute;
  padding: 25px;
  left: 50%;
  margin-left: -380px;
  z-index: 1001;
}
.modal-policy .close {
  width: 50px;
  height: 50px;
  background-image: url(../images/close.png);
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
}
.modal-policy h3 {
  text-align: center;
}
.modal-policy h4 {
  font-weight: normal;
  text-align: left;
}
.modal-policy p {
  text-align: left;
  font-size: 14px;
  color: #6D6D6D;
  margin: 10px 0px;
}
.modal-policy .admin {
  font-weight: bold;
  text-align: left;
}
.modal-policy .admin a {
  color: blue !important;
}

/*# sourceMappingURL=style.css.map */
