.special_offers-content {
    position: relative;
}

.special_offers-content .swiper-slide {
    overflow: hidden;
    position: relative;
}

.special_offers-content .product-image {
    background-size: 100% !important;
    background-position: center center !important;
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat !important;
}

.special_offers-content .swiper-container {
    overflow: hidden;
}

.special_offers-content .swiper-slide img {
    width: 100%;
}

.special_offers-content .specialOffers {
    height: 20px;
    padding-top: 5px;
    width: 100%;
    position: absolute;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.special-offers-background-element {
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: bottom left !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.special_offers-content .swiper-pagination-switch {
    background-color: #766a6a;
    border: solid 1px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    cursor: pointer;
    background-size: 100%;
    border-radius: 8px;
}

.special_offers-content .swiper-visible-switch {
    background: #aaa;
}

.special_offers-content .swiper-active-switch {
    background-color: #d0cbcb;
    border-color: #d0cbcb;
    background-size: 100%;
}

.sliderImg {
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
    background-size: cover !important;
}

.text-slider {
    position: absolute;
    max-width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    padding: 3%;
    bottom: 0;
    display: block;
    z-index: 3;
    color: #fff;
    background: rgba(231, 203, 64, 0.7);
}

.text-slider p {
    font-size: 30px;
    width: 100%;
    float: left;
}

.gotoShop {
    font-size: 18px;
    background: transparent url(../images/home-arrow-send.png);
    color: #fff;
    font-family: 'firaRegular';
    border: 3px solid #fff;
    border-radius: 50px;
    padding: 16px;
    background-size: 12px;
    background-position: 12px center;
    background-repeat: no-repeat;
    text-align: center;
    padding-left: 35px;
    display: block;
    float: left;
}

/**/

.product-wrapper {
    background: #fff;
    width: 231px;
    /*height: 308px;*/
    position: relative;
    float: left;
    margin: 8px;
    /*border: 4px solid transparent;*/
    padding-bottom: 7px;
    box-shadow: 0px 0px 10px 0px rgba(26, 24, 25, 0.2);
}

.product-wrapper:hover {
    /*border: 4px solid #008ed2;*/
}

.product-top {
    padding: 2%;
    position: relative;
}

.home-rise-content {
    width: 100%;
    float: left;
}

.product-tittle {
    min-height: 64px;
    float: left;
    width: 100%;
    color: #008ed2;
    font-size: 18px;
}

.border-top {
    margin-top: 17px;
    float: left;
    width: 33px;
    height: 3px;
    background: #008ed2;
}

.product-nominal {
    color: #c6c6c6;
    width: 100%;
    float: left;
    text-align: center;
    position: absolute;
    bottom: 2%;
    left: 0;
}

.product-bottom-box {
    float: left;
    padding: 2%;
    width: 100%;

}

.product-bottom {
    background: #008ed2;
    color: #fff;
    border-radius: 50px;
    float: left;
    width: 100%;
    padding: 1px;
}

.product-price {
    color: #008ed2;
    background-color: #ffffff;
    font-size: 15px;
    font-family: 'Georgia';
    font-weight: normal;
    background-color: #ffffff;
    font-weight: 600;
    margin-left: 1px;
    padding: 7px 10px;
    border-radius: 20px;
    float: left;
}

.add-to-cart {
    cursor: pointer;
    font-size: 16px;
    text-shadow: 1px 0px rgba(26, 24, 25, 0.4);
    text-align: center;
    padding-top: 5px;
}

.add-to-cart img {
    position: relative;
    top: 4px;
    left: -10px;
}

.home-map-content {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: -48px;
}

.productImage {
    height: 140px;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

/*.productImage img{
    width: 100%;
    height:100%;
}*/

/*.homeAddress {
    position: absolute;
    top: 0;
    padding: 30px 10px;
    text-align: center;
    left: 0;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.4) url(../images/shadow-map-home.png);
    background-position: top left;
    background-repeat: repeat-x;
    z-index: 10;
}

#map {
    width: 100%;
    max-height: 460px;
    float: left;
    z-index: 20;
}

.map {
    width: 100%;
    height: 100%;
}*/

.header_page {
    padding-top: 0;
}

.contact-position .header_page {
    display: none;
}

@media (max-width: 760px) {
    .home-rise-content {
        width: 494px;
        float: none;
        margin: 0 auto;
    }

    .sliderImg {
        background-position: center !important;
        background-size: auto !important;
    }
}

@media (max-width: 520px) {
    .product-wrapper {
        margin: 8px auto;
        float: none;
    }

    .home-rise-content {
        width: 100%;
        float: left;
        margin: 0 auto;
    }

    .gotoShop {
        padding: 7px;
        padding-left: 35px;
    }

    .text-slider p {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .special_offers-content .product-image {
        width: 98%;
    }

    .productImage {
        height: 100px;
    }

    .product-wrapper {
        height: 214px;
    }

    .sliderImg {
        background-position: center !important;
        background-size: auto !important;
    }
}

.contact-header {
    float: left;
    clear: both;
    color: #693b0f;
    font-size: 15px;
    width: 100%;
    padding-left: 5px;
    margin-bottom: 5%;
    font-family: 'robotoRegular';
}

.contact-header a {
    padding-left: 10px;
    color: #693b0f;
    border-left: 1px solid #693b0f;
    margin-left: 2%;
    padding-left: 2%;
}

.contact-header span {
    color: #693b0f;
    float: left;
}

/*.contactsHeader {*/
.homepage_message {
    margin-top: 2%;
}

.homepage_message .contact-header a {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}