@import "_fonts.css";
/*---Global Reset---*/

/*---General styles---*/

/*---Custom mixines---*/
.fl_r {
  float: right;
}
.fl_l {
  float: left;
}
.centered {
  margin: 0 auto;
}
.clearfix:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
  height: 0;
}
.link {
  display: inline-block;
  text-decoration: none;
}
.inp {
  outline: none;
  border: none;
}
/*---Hide placeholder on focus---*/
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
}
/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
}
/* IE 10+ */
.wrap-inp {
  position: relative;
}
.wrap-inp > .error {
  position: absolute;
  top: -13px;
  right: 0px;
  font-size: 12px;
  font-weight: normal;
  font-family: "pfdintextcondpro";
  color: #f81f26;
}
/*---General styles---*/
.container-fluid {
  max-width: 1230px;
}
.button {
  background: #f81f26;
  text-align: center;
  text-transform: uppercase;
  clear: both;
  color: #ffffff;
  font-size: 28px;
  padding: 16px 0px;
  width: 310px;
  display: inline-block;
  font-weight: 300;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 5px 0px 0px #cc181e;
  -moz-box-shadow: 0px 5px 0px 0px #cc181e;
  box-shadow: 0px 5px 0px 0px #cc181e;
}
.button:hover,
.button:focus,
.button a:active {
  background: #e51c22;
  color: #ffffff;
}
section:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
  height: 0;
}
.modals {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.modals table {
  width: 98%;
  height: 100%;
  margin: 0 auto;
}
.modals table td {
  vertical-align: middle;
}
.modals .form,
.modals .frmOK {
  background: #fff;
  padding: 65px 50px;
  position: relative;
  width: 376px;
  margin: 0 auto;
}
.modals .frmOK {
  text-align: center;
  font-weight: 100;
  width: 460px;
}
.modals .form input {
  border: 1px solid #d4d4d4;
  width: 100%;
  height: 36px;
  display: inline-block;
  font-family: '';
  font-size: 22px;
  font-family: "pfdintextcondpro";
  font-weight: 100;
  padding-left: 14px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.modals h3 {
  color: #000000;
  font-size: 28px;
  padding-bottom: 36px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
.modals .close {
  display: inline-block;
  cursor: pointer;
  width: 25px;
  height: 25px;
  background: url(../img/close.png) no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 1;
  -webkit-transition: all ease .8s;
  -moz-transition: all ease .8s;
  -ms-transition: all ease .8s;
  -o-transition: all ease .8s;
  transition: all ease .8s;
}
.modals .close:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.modals .button {
  width: 100%;
  font-size: 24px;
  padding: 10px 0px;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale(0.5);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  from {
    -moz-transform: scale(0.5);
  }
  to {
    -moz-transform: scale(1);
  }
}
@-ms-keyframes pulse {
  from {
    transform: scale(0.5);
  }
  to {
    transform: scale(1);
  }
}
@-o-keyframes pulse {
  from {
    transform: scale(0.5);
  }
  to {
    transform: scale(1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale(0.5);
  }
  to {
    -webkit-transform: scale(1);
  }
}
.form {
  -webkit-animation: pulse 0.5s;
  -moz-animation: pulse 0.5s;
  -o-animation: pulse 0.5s;
  animation: pulse 0.5s;
}
/*---Header---*/


.proposal {
  background: #fff;
}
.proposal .offer-bl {
  text-align: center;
}
.proposal .offer-bl .title {
  text-transform: uppercase;
  padding-top: 26px;
  font-weight: 300;
  font-size: 20px;
}
.proposal .offer-bl .off-wr {
  margin-bottom: 50px;
}
.proposal .offer-bl .off-wr img {
  margin: 0 auto;
}
.proposal .offer-bl .off-wr:first-child {
  padding-left: 0;
}
.proposal .offer-bl .off-wr:last-child {
  padding-right: 0;
}
.guarantees {
  background: url(../img/bg-2.jpg) top center no-repeat;
  padding-bottom: 40px;
}
.guarantees .guarant li {
  font-size: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 200;
  vertical-align: middle;
  background: url(../img/list-style.png) center left no-repeat;
  padding: 5px 0px;
  padding-left: 65px;
  margin-bottom: 16px;
}
.advantages {
  background: #fff;
}
.advantages .advant {
  text-align: center;
}
.advantages .advant:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
  height: 0;
}
.advantages .advant li {
  font-size: 20px;
  font-weight: 100;
  text-align: center;
  width: 19%;
  min-width: 200px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
}
.advantages .advant li p {
  padding-top: 12px;
}
.advantages .advant li span {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: inline-block;
}
.advantages .advant li span.icon1 {
  background: url(../img/icos.png) 0px 0px no-repeat;
}
.advantages .advant li span.icon2 {
  background: url(../img/icos.png) 0px 0px no-repeat;
}
.advantages .advant li span.icon3 {
  background: url(../img/icos.png) 0px 0px no-repeat;
}
.advantages .advant li span.icon4 {
  background: url(../img/icos.png) 0px 0px no-repeat;
}
.advantages .advant li span.icon5 {
  background: url(../img/icos.png) 0px 0px no-repeat;
}
.work {
  background: #f5f5f5;
}
.work .headline {
  text-transform: uppercase;
  color: #283d59;
  padding-left: 65px;
}
.work .headline.head1 {
  background: url(../img/icon1.png) center left no-repeat;
}
.work .headline.head2 {
  background: url(../img/icon3.png) center left no-repeat;
}
.work .headline.head3 {
  background: url(../img/icon5.png) center left no-repeat;
}
.work .headline.head4 {
  background: url(../img/icon2.png) center left no-repeat;
}
.work .headline.head5 {
  background: url(../img/icon4.png) center left no-repeat;
}
.work p,
.work b {
  font-size: 24px;
  font-weight: 300;
}
.work .wr-work {
  max-width: 420px;
  margin-bottom: 50px;
}
.work ul {
  padding-left: 20px;
}
.work ul li {
  font-size: 20px;
  font-weight: 100;
  list-style-type: disc;
}
.work .button {
  margin-top: 156px;
}
.partnership {
  background: url(../img/bg-3.jpg) top center no-repeat;
}
.partnership ol {
  counter-reset: ord;
}
.partnership ol li {
  color: #ffffff;
  font-size: 30px;
  font-weight: 100;
  list-style: none;
  padding-bottom: 14px;
  padding-left: 64px;
  position: relative;
}
.partnership ol li:before {
  counter-increment: ord;
  content: counter(ord);
  margin-right: 26px;
  background: url(../img/list-bg.png) no-repeat;
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
  padding-top: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
.about {
  background: #fff;
  padding-bottom: 35px;
}
.about p {
  font-weight: 100;
  padding-bottom: 34px;
}
.map {
  position: relative;
}
.map .wr-map {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../img/pattern.png);
  padding: 46px 0px;
}
.map .wr-map h2 {
  padding: 0;
}
.map .wr-map::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 45%;
  background: url(../img/arrow-map.png);
  width: 119px;
  height: 17px;
}
.contacts {
  background: url(../img/bg-5.jpg) top center no-repeat;
  padding-bottom: 46px;
}
.contacts h6 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 300;
}
.contacts p {
  color: #ffffff;
  font-weight: 100;
}
.contacts .wr-bl {
  margin-bottom: 46px;
}
.contacts .button {
  margin-top: 20%;
}
footer {
  padding: 10px 0px;
  background: url(../img/pattern.png);
}
footer .copy {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}
/*---Section --*/
/*---Section ---*/
/*---Section ---*/
/*---Contact---*/
/*---Footer---*/
/*---Max width style---*/
@media (max-width: 1070px) {
  .advantages .advant li {
    width: 33%;
  }
}
@media (max-width: 950px) {
  header .head-bl h1 {
    font-size: 30px;
    padding-bottom: 20px;
  }
  header .head-bl p {
    font-size: 23px;
  }
  .contacts .button {
    margin-top: 0%;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 30px;
    padding: 26px 0px;
  }
  .proposal .offer-bl .off-wr:first-child,
  .proposal .offer-bl .off-wr:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }
  .partnership ol li:before {
    padding-top: 9px;
  }
  .contacts {
    text-align: center;
  }
  .proposal .offer-bl .title {
    font-size: 18px;
  }
  body {
    font-size: 18px;
  }
  .guarantees .guarant li {
    font-size: 18px;
    padding: 11px 0px 11px 65px;
    margin-bottom: 4px;
  }
  .work .wr-work {
    margin: 0 auto 50px;
  }
  .work {
    padding-bottom: 30px;
  }
  .work .button {
    display: block;
    margin: 0 auto;
  }
  .partnership ol li {
    font-size: 21px;
    padding: 10px 0px 10px 64px;
  }
  .about p {
    padding-bottom: 6px;
  }
  .button {
    font-size: 20px;
    width: 240px;
  }
  .work p,
  .work b {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .proposal .offer-bl .off-wr {
    margin-bottom: 0px;
  }
  .modals .form,
  .modals .frmOK {
    width: 90%;
  }
  .partnership ol li:before {
    padding-top: 9px;
  }
  body {
    font-size: 16px;
  }
  .work ul li {
    font-size: 17px;
  }
  .map .wr-map::after {
    left: 36%;
  }
  .proposal .offer-bl .title {
    font-size: 14px;
    padding-top: 6px;
  }
  h2 {
    font-size: 24px;
  }
  .map .wr-map {
    padding: 26px 0px;
  }
  header .head-bl h1 {
    font-size: 20px;
  }
  header .head-bl p {
    font-size: 18px;
  }
  header {
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: center;
  }
  .work p,
  .work b {
    font-size: 18px;
  }
  .work .headline {
    padding: 14px 0px 14px 65px;
  }
  header .head-bl {
    float: none;
    margin: 0;
    width: 100%;
  }
  header .button {
    display: inline-block;
  }
  header .logo {
    float: none;
    display: block;
    text-align: center;
    margin-bottom: 16px;
  }
  header .logo img {
    display: inline-block;
  }
  .partnership ol li {
    font-size: 18px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .partnership ol li span {
    display: table-cell;
    vertical-align: middle;
    height: 54px;
  }
  .partnership ol li:before {
    top: 6px;
  }
  .advantages .advant li {
    margin-bottom: 6px;
  }
  .advantages .advant li p {
    padding-top: 0px;
  }
}
