.homeTopSlideshow {
    overflow: hidden;
    position: relative;
}

.homeTopSlideshowItems {
    width: 100%;
    white-space: nowrap;
    font-size: 0;
    position: relative;
    left: 0;
}

.homeTopSlideshowItem {
    display: inline-block;
    vertical-align: top;
    min-height: 378px;
    white-space: normal;
    position: relative;
    width: 100%;
}

.homeTopSlideshowItemDesc {
    display: inline-block;
    white-space: normal;
    width: 55%;
    margin: 120px 2.3% 110px 5%;
    line-height: 50px;
    word-break: break-word;
    position: relative;
    z-index: 1;
}

.homeTopSlideshowItemImageCont {
    width: 100%;
    position: absolute;
    z-index: 0;
    bottom: 0;
    top: 0;
    right: 0;
}

.homeTopSlideshowItemImageCont img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.homeTopSlideshowItemImageOffer {
    position: absolute;
    right: 12.6%;
    bottom: 0;
    margin-bottom: 37%;
    width: 122px;
    height: 61px;
    line-height: 15px;
    padding-top: 61px;
    border-radius: 122px;
    background-image: url("../../images/pamyatniki-ekb/home_sl_ofr.png");
    background-repeat: no-repeat;
    background-position: center 24px;
    text-align: center;
}

.homeTopSlideshowSwitchers {
    position: absolute;
    left: 5%;
    bottom: 95px;
}

.homeTopSlideshowSwitcher {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    display: inline-block;
    cursor: pointer;
    margin-right: 7px;
}

.homeCategories {
    font-size: 0;
    padding-top: 43px;
    margin: 10px -0.58% 44px;
    text-align: center;
}

.homeCategories.noTopPadding {
    padding-top: 0;
    margin-top: 0;
}

.homeCategoryItem {
    width: 23.7%;
    margin: 0 0.56% 1.12%;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    text-align: left;
}

.homeCategoryItemImageCont {
    height: 160px;
    line-height: 160px;
    padding: 10px;
    text-align: center;
}

.homeCategoryItemImageCont img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.homeCategoryItemTitleCont {
    height: 70px;
    line-height: 70px;
    padding: 0 8% 0 13.5%;
}

.homeCategoryItemTitle {
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}

.homeConsultAskCont {
    padding: 66px 3%;
    text-align: center;
}

.homeConsultAskPhone {
    margin-top: 30px;
}

.homeProductListHeader {
    margin-top: 45px;
    display: block;
}

.homeProductList {
    padding: 25px 0 8px;
    margin-bottom: 35px;
}

.homeProductListItem {
    height: 372px;
    text-align: center;
    vertical-align: top;
}

.homeProductListItemImageCont {
    height: 245px;
    line-height: 245px;
}

.homeProductListItemTitleCont {
    display: inline;
}

.homeProductListItemTitle {
    line-height: 19px;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5%;
    margin-top: 12px;
}

.homeProductListItemPrice {
    margin-top: 17px;
}

.homeProductListItemPriceOld {
    margin-right: 8px;
    text-decoration: line-through;
}

.homeProductListMore {
    margin: 20px 0 30px;
    text-align: center;
}

.homeTextParagraphsCont {
    padding: 40px 0 60px;
}

.homeTextParagraphsCont.regular {
    padding: 77px 0;
}

.homeConsultForm {
    font-size: 0;
    padding-top: 50px;
}

.homeConsultFormHeader {
    margin-bottom: 42px;
}

.homeConsultFormInput {
    width: 42%;
    margin-right: 0.5%;
}

.homeConsultFormSubmit.roundedButton {
    width: 14%;
}

/* --------Target - not desktops (common) --------- */

@media screen and (max-width:800px) {

    .homeCategoryItem {
        width: 31%;
    }

    .homeCategoryItemTitleCont {
        padding-left: 8%;
    }

    .homeConsultForm {
        text-align: center;
    }

    .homeConsultFormInput, .homeConsultFormSubmit.roundedButton {
        width: 100%;
        max-width: 400px;
    }

    .homeConsultFormInput {
        display: block;
        margin: 10px auto 0;
    }

    .homeConsultFormSubmit.roundedButton {
        margin-top: 20px;
    }
}

/* --------Target landscape smartphones, portrait tablets, narrow desktops--------- */

@media screen and (min-width:480px) and (max-width:800px) {}

/* ------------------Target portrait smartphones--------------------------  */

@media screen and (max-width:479px) {

    .homeTopSlideshowItemDesc {
        width: 90%;
        margin: 90px 3% 20px;
        font-size: 25px;
        line-height: 30px;
    }

    .homeTopSlideshowItemImageCont {
        width: 90%;
        position: relative;
        text-align: center;
    }

    .homeTopSlideshowItemImageCont img {
        position: static;
    }

    .homeTopSlideshowItemImageOffer {
        width: 100px;
        height: 55px;
        padding-top: 45px;
        border-radius: 100px;
        background-position: center 15px;
    }

    .homeTopSlideshowSwitchers {
        position: static;
        text-align: center;
        margin-top: 20px;
    }

    .homeCategories.noTopPadding {
        padding-top: 50px;
    }

    .homeCategoryItem {
        width: 47%;
    }

    .homeCategoryItemTitleCont {
        padding-left: 6%;
        text-align: center;
    }

    .homeCategoryItemTitle {
        font-size: 15px;
    }

    .homeProductListItemTitle {
        height: 57px;
    }

    .homeProductListItem {
        height: 410px;
    }
}