.top-contact-info a {
    color: #666666;
}
.top-contact-info .btn {
    position: relative;
    top: -15px;
    line-height: 19px;
}
.contacts-link, .color-link {
	color: #cd4b45;
}
.footer-box a {
    color: #fff;
}
.footer-widget.contacts-widget {
    color: #fff;
}
.banner-area.bg-overlay {
    background-size: cover;
    background-position: center;
}
.inner-box {
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.37);
    background: #fff;
}
.image-box {
    position: relative;
}
.image-box .image {
    overflow: hidden;
    background-color: #000;
    margin: 0;
}
.image-box .image img {
    width: 100%;
    height: auto;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    display: inline-block;
    max-width: 100%;
    max-height: 260px;
}
.pagination .active a {
    color: #fff;
    background-color: #cd4b45;
}
.sidebar-left .active a {
	color: #cd4b45 !important;
}
.feature-single .feature-icon {
    color: #cd4b45;
}
.btn:after {
    background-color: #cd4b45;
    background-image: inherit;
}
.two-column-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.two-column-list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.two-column-list > * {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
.contact-details h2 {
    font-size: 28px;
}
.modal-body .contactMe,
.request-call-area .contactMe{
    background: transparent;
    border: inherit;
}
.modal-body .contactMe .btn {
    float: left;
}
.slider-content h1 small {
    text-transform: lowercase;
}
.editor h1 {
    font-size: 35px;
}
.editor h2 {
    font-size: 30px;
}
.service-img.subcat {
    width: 100%;
    height: 200px;
    display: block;
    background-position: center;
    background-size: cover;
}
.section-title.category-title {
        margin-bottom: 35px;
}
.subcat.subcat-cat {
    height: 400px;
}

.whatsapp-button {
    position: fixed;
    right: 13px;
    bottom: 90px;
    transform: translate(-50%, -50%);
    background: #25D366; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}
.whatsapp-button a {
    color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
}

.whatsapp-button:after{
    animation-delay: .5s;
}

@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}
@media (max-width : 800px) {
.whatsapp-button {
    bottom: 5px; /*отступ кнопки снизу от экрана*/
    left: 70px; /*отступ кнопки слева от экрана(right - справа)*/
  }
}
