body {
    background-color: #fff;
    overflow-x: unset
}
@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }
    100% {
        background-position: 468px 0
    }
}
.animated-background,
.contact-list-store .item-contact-store .item-contact-store-img img:not(.loaded) {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #F6F6F6;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    background-size: 700px 104px;
    position: relative
}
.contact-bg {
    background-color: #f4f2f2;
    padding: 120px 0;
    background-position: center
}
@media (max-width: 767px) {
    .contact-bg {
        padding: 90px 0
    }
}
.contact-bg h1 {
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    text-transform: uppercase
}
.page-contacts {
    padding-top: 40px
}
.page-contacts .leave-your-message .p-top {
    color: #8b8b8b;
    margin-bottom: 10px;
    font-style: italic
}
.page-contacts .leave-your-message h3 {
    font-size: 29px;
    margin: 0;
    text-transform: uppercase
}
@media (max-width: 767px) {
    .page-contacts .leave-your-message h3 {
        font-size: 25px
    }
}
.page-contacts .leave-your-message .p-bottom {
    color: #8b8b8b;
    margin-bottom: 0;
    font-size: 15px
}
.page-contacts .leave-your-message .contact-box {
    margin-top: 30px;
    font-size: 15px
}
.page-contacts .leave-your-message .contact-box a {
    color: #070404
}
.page-contacts .leave-your-message .contact-box a:hover,
.page-contacts .leave-your-message .contact-box a:focus {
    color: #ec4f21
}
.page-contacts #contact {
    margin-bottom: 0;
    margin-top: 40px
}
@media (max-width: 767px) {
    .page-contacts #contact {
        margin-top: 20px
    }
}
.page-contacts #contact .form-group label {
    font-weight: 600
}
.page-contacts #contact button {
    margin-top: 10px;
    float: right
}
.contact-list-store {
    margin-top: 60px
}
@media (max-width: 569px) {
    .contact-list-store .row {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        flex-direction: unset;
        -webkit-flex-flow: unset;
        flex-flow: unset;
        -webkit-justify-content: unset;
        justify-content: unset;
        -webkit-align-items: unset;
        align-items: unset
    }
}
.contact-list-store .item-contact-store {
    margin-bottom: 10px
}
.contact-list-store .item-contact-store .item-contact-store-img {
    position: relative;
    height: 359px
}
@media (max-width: 1024px) {
    .contact-list-store .item-contact-store .item-contact-store-img {
        height: 298px
    }
}
@media (max-width: 991px) {
    .contact-list-store .item-contact-store .item-contact-store-img {
        height: 217px
    }
}
@media (max-width: 767px) {
    .contact-list-store .item-contact-store .item-contact-store-img {
        height: 339px
    }
}
@media (max-width: 668px) {
    .contact-list-store .item-contact-store .item-contact-store-img {
        height: 339px
    }
}
@media (max-width: 569px) {
    .contact-list-store .item-contact-store .item-contact-store-img {
        height: 407px
    }
}
@media (max-width: 480px) {
    .contact-list-store .item-contact-store .item-contact-store-img {
        height: 356px
    }
}
@media (max-width: 376px) {
    .contact-list-store .item-contact-store .item-contact-store-img {
        height: 320px
    }
}
@media (max-width: 321px) {
    .contact-list-store .item-contact-store .item-contact-store-img {
        height: 270px
    }
}
.contact-list-store .item-contact-store .item-contact-store-img img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}
.contact-list-store .item-contact-store .item-contact-store-img img:not(.loaded) {
    width: 100% !important;
    height: 100% !important;
    opacity: 0.2
}
.contact-list-store .item-contact-store .item-contact-store-info {
    margin-top: 15px
}
.contact-list-store .item-contact-store .item-contact-store-info h5 {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600
}
.contact-list-store .item-contact-store .item-contact-store-info p {
    margin-bottom: 5px;
    color: #333
}
.contact-list-store .item-contact-store .item-contact-store-info p a {
    color: #333
}
.contact-list-store .item-contact-store .item-contact-store-info p a:hover,
.contact-list-store .item-contact-store .item-contact-store-info p a:focus {
    color: #ec4f21
}