.foot_title {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.02em;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

}

.foot_sub_title {
    color: #fff;
    font-size: 16px;
    margin-bottom: -8px;
    text-transform: uppercase;
    line-height: 1.25;
    letter-spacing: 0.02em;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

}

.foot_toll_title {
    color: #fff;
    font-size: 14px;
    margin-top: -10px;
    margin-bottom: 0;
    padding-bottom: 0;
    text-transform: uppercase;
    line-height: 1.25;
    letter-spacing: 0.02em;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

}

.footer_locations {
    padding:0 70px;
}
.footer-classic-item li {
    margin-bottom: 7px;
    line-height: 19px;
}

.list-contacts > li {
    margin-bottom: 5px;
    display: flex;
    align-items: flex-start;
}

.list-contacts .icon {
    min-width: 14px;
    margin-right: 15px;
}

.icon::before {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-transform: none;
    color: #8c0c04;
}

footer span.icon {
    text-shadow: -0.2px -0.2px 0px black, 0.1px 0.17px 0px #9a9a9ad1;
    font-size: 17px;
}

.footer-classic-item li a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.footer-classic-item li.footer-address a {
    font-size: 12px;
    color: #fff;
    transition: 0.3s;
    text-decoration: none;
}

.footer-classic-item li.footer-address a:focus,
.footer-classic-item li.footer-address a:hover,
.footer-classic-item li a:focus,
.footer-classic-item li a:hover {
	color: #8c0c04;
}


#wbcm_footer {
    padding:  0;
}

#wbcm_footer h3 {
    font-size: 28px;
    margin-top: -15px;
    margin-bottom: -2px;
    font-weight: 400;
    /* text-shadow: 0 0 0 white; */
    color: #fff !important;
        font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

#wbcm_footer h4 {
    font-size: 16px;
    margin-bottom: -8px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
} 

#wbcm_footer h4 {
	display: inline-block;
}

#wbcm_footer h4 + * {
    margin-top: 21px;
    padding-bottom: 0;
    padding-left: 0;
    margin-left: 0;
}


#wbcm_footer h4 {
    font-size: 16px;
    margin-bottom: -8px;
}

#wbcm_footer .col-lg-12.text-center h5 {
    font-size: 14px;
    margin-top: -10px;
    color: #fff;
    font-size: 18px;
    line-height: 1.33333;
    margin-bottom: 0;
    padding-bottom: 0;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

a.tollfreephone {
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
	    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
 
a.tollfreephone:hover {
    color: #940e05;
}

.footer-classic-bottom {
    padding: 18px 0;
    background-color: rgba(17, 17, 17, 0.72);
}

.footer-classic-bottom .container {
	padding: 0 !important;
}

.footer-classic-bottom .container:before {     
    background-color: transparent !important;
    content: "";
}

.footer-classic-bottom .list-inline {
    padding-left: 0;
    list-style: none;
    padding-bottom: 0;
}

.footer-classic-bottom .list-inline > li {
    display: inline-block;
}

html .list-inline-xs > * {
    margin-top: 8px;
    padding-left: 4px;
    padding-right: 4px;
}



.icon-square {
    display: inline-flex;
    align-items: center;
    color: #fff;
    background-color: transparent;
    justify-content: center;
    width: 40px;
    height: 36px;
    font-size: 17px;
    text-align: center;
    border: 2px solid #940e05;
    transition: 0.3s;
}
.icon-square:hover {
    color: #373737;
    background-color: #940e05;
}

p.rights {
    font-size: 14px;
    color: #9b9b9b;
    text-align: center;
}


 
