body{
  font-size: 14px;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
}

p {
  margin: 0;
  padding-bottom: 5px;
}

section {
  padding: 80px 0;
  text-align: center;
}

.form-group {
  position: relative;
}

.form-group i {
  position: absolute;
  top: 12px;
    left: 10px;
    color: #acacac;
}

.form-group  .form-control {
  padding: 8px 30px;
  height: auto;
  border-radius: 0;
  border: 2px solid #bebebe;
}

.strong {
  font-weight: 900;
  font-size: 1.1em;
}

.title {
  font-size: 1.8em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5em;
  color: #ff3d39;
}

.top-wrapper {    
  background: #f6f4f0;
        padding-bottom: 10px;   
}

.header-section {
  position: relative;
  min-height: 705px;
}

.cont-list {
        text-align: left;
}

.main-Tltl-block {
        margin-bottom: 30px;
}

.leads-img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.leads-img img {
  width: 100%;
}

.header {
  padding-top: 20px;
}

.text {
        text-align: justify;
}

.text-content {
        padding-bottom: 0px;
}

.item-photo img {
        width: 100%;
}
.caption {
  padding-top: 10px;
}

.caption-hd {
  padding-top: 15px;
        text-align: center;
}

.title-h2 {
        font-size: 1.8em;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.5em;
        color: #ff3d39;
        padding-bottom: 30px;
}

.contacts  a {
  display: block;
  text-decoration: none;
  padding-top: 5px;
}

.contacts p:first-child {
  color: #9f9d9b;
}

.contacts .phone {
  font-size: 1.35em;
  font-weight: 900;
  color: #ff3d39;
}

.contacts .email {
  display: inline-block;
  padding-left: 35px;
  font-size: 1.1em;
  font-weight: 300;
  color: #000;
  border-bottom: 1px dotted #000;
  position: relative;
}

.contacts .email:before {
  content: '\f0e0';
  font-family: 'FontAwesome';
  position: absolute;
  left: 5px;
}

.main-title {
  font-size: 3.2em;
  text-align: center;
  padding: 40px 20px;
  font-weight: 300;
}

.main-title .strong {
  color: #ff3d39;
}

.main-title-pg {
  font-size: 2.8em;
  text-align: center;
  font-weight: 300;
}

.main-title-pg .strong {
  color: #ff3d39;
}

.main-title-crd {
  font-size: 2.5em;
  text-align: center;
  font-weight: 300;
        margin-bottom: 75px;
}

.main-title-crd .strong {
  color: #ff3d39;
}

.calculate-form {
  padding-top: 30px;
}

.secur-mess {
  float: left;
  width: 100%;
  padding-bottom: 15px;
}

.secur-mess:before {
  display: inline-block;
  padding-right: 5px;
  content: "\f023";
  font-family: 'FontAwesome';
}

.btn {
  padding: 8px 15px;
  background: #ff3d39;
  color: #fff;
  font-size: 1.2em;
  border-radius: 0;
  text-transform: uppercase;
  transition: all .4s ease-out;
  border: 2px solid transparent;        
}

.btn:hover {
  border: 2px solid #ff3d39;
  background: transparent;
  color: #ff3d39;
}

.advantages {
  background: #f6f4f0;
}

.advantages .title {
  padding-bottom: 30px;
}

.advantage-item {
  min-height: 430px;
  padding: 40px 20px;
  background: #ff3d39;
  color: #fff;
  transition: all .4s ease-out;
  margin-bottom: 15px;
}

.advantages .col-md-3:nth-child(2) .advantage-item {
  background: #00b6ea;
}
.advantages .col-md-3:nth-child(3) .advantage-item{
  background: #f7ba29;
}
.advantages .col-md-3:nth-child(4) .advantage-item{
  background: #00d573;
}

.advantage-item:hover {
  -webkit-box-shadow: -2px 7px 45px -1px rgba(0,0,0,0.38);
  -moz-box-shadow: -2px 7px 45px -1px rgba(0,0,0,0.38);
  box-shadow: -2px 7px 45px -1px rgba(0,0,0,0.38);
}



.advantage-item .icon { 
  width: 50%;
  margin: 0 auto; 
  padding: 20px 25px;
}

.advantage-item .icon img {
  width: 100%;
}

.advant-title {
  padding: 15px 0;
  font-size: 1.4em;
  color: #fff;
  font-weight: 700;
  line-height: 1.4em;
}

.advant-descr {
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 300;
}

.services .title {
  padding-bottom: 20px;
}

.service-item {
  position: relative;
  min-height: 210px;
  text-align: left;
  overflow: hidden;
  margin-bottom: 15px;
}

.service-item img {
  position: absolute;
  width: 100%;
  left: 0;
}

.service-item .caption {
  padding: 0 15px;
  position: absolute;
  bottom: -45px;
  transition: all .4s ease-out;
}

.service-item:hover .caption {
  bottom: 10px;
}

.personal-lead {
  background: #f6f4ef;
}

.footer {
  padding-top: 30px;
  border-top: 1px solid #ff3d39;
}

.footer p {
  font-size: 0.8em;
} 

.footer p span {
  font-weight: bold;
  font-size: 1.1em;
}

.copyright {
  
}

.copyright p {
  font-size: 1.1em;
  line-height: 1.3em;
  padding-bottom: 10px;
}

.copyright a {
  color: #000;
  border-bottom: 1px dotted #000;
  font-size: 1em;
  text-decoration: none;
}

.soc-link {
  text-align: center;
  font-size: 1.2em;
}


.soc-link i {
  color: #000;
  margin-top: 15px;
  padding: 8px;
  border: 2px solid #000;
  display: inline-block;
  min-width: 38px;
  transition: all .4s ease-out;
}

.soc-link a:hover i {
  color: #ff3d39;
  border: 2px solid #ff3d39;
}

.lead-popup {
  background: #fff;
  padding: 25px;
  overflow: hidden;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  
}

.lead-popup .title {
  padding-bottom: 20px;
  font-size: 1.3em;
  text-align: left;
  line-height: 1.3em;
  text-transform: none;
}

.lead-popup .btn {
        width: auto;
}

.lead-popup .secur-mess {
  font-size: 0.9em;
}

.succes-mesage {
  background: #fff;
  padding: 40px;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  color: #ff3d39;
  font-size: 1.2em;
  line-height: 1.4em;
}

.succes-mesage i {
  font-size: 3.5em;
  margin-bottom: 20px;

}



