/* contact us page */
.content-block {
    margin-bottom: 100px;
}
.contact-block .contact-us {
    list-style: outside none none;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 18px;
    font-size: 0; 
}
.contact-block .contact-us .col-small {
    width: 25.5%;
    margin-right: 4.5%;
    display: inline-block;
    vertical-align: top; }
.contact-block .contact-us .col-large {
    width: 40%;
    display: inline-block;
    vertical-align: top; }
.contact-block .contact-us h3 {
    display: block;
    text-transform: uppercase;
    color: #666;
    font-size: 18px;
    margin: 0 0 16px 0;
    line-height: 14px; }
.contact-block .contact-us h3:before {
    content: '';
    width: 24px;
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    background-repeat: no-repeat;
    background-position: left center; }
.contact-block .contact-us .cont1:before {
    background-image: url(../img/location.png); }
.contact-block .contact-us .cont2:before {
    background-image: url(../img/phone.png); }
.contact-block .contact-us .cont3:before {
    background-image: url(../img/message.png); }
.contact-block .contact-us ul {
    padding: 0;
    list-style: none;
    margin: 0; }
.contact-block .contact-us li {    
    font-size: 14px;
    line-height: 20px;
    color: #111;
    font-weight: 300; }
.contact-block .contact-us li::before {
    margin-right: 0px;
    content: "";
}
.contact-block .contact-us a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300; 
}

.contact-block .descr p {
    font-weight: 300;
    color: #111;
    font-size: 14px;
    line-height: 20px;
    margin: 30px 0 0 0; }

.crumbs {
  margin-top: 30px; }
  .crumbs-list {
    margin: 0;
    padding: 0;
    font-size: 0; }
    .crumbs-list li {
      display: inline-block;
      font-size: 14px; }
      .crumbs-list li:before {
        display: none; }
      .crumbs-list li:last-child:after {
        display: none; }
      .crumbs-list li:after {
        content: '→';
        font-weight: 300;
        color: #666666;
        display: inline-block;
        margin: 0 6px; }
    .crumbs-list a {
      font-weight: 300; }


.content-block .descr .bold {
    font-weight: 700;
}