

/* Start:/local/templates/dghome/css/new/app.8.compatibility-ready-page-full-width.min.css?156377501532*/
.page .width-wrapper{width:auto}
/* End */


/* Start:/local/components/dghome-new/catalog.hub.v2/templates/.default/style.css?17409834469663*/
.q-catalog-sections__wrap {
    overflow-x: hidden;
}
.q-catalog-sections__list {
    width: calc(100% - -39px);
    margin-top: 35px;
    margin-left: -20px;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.q-catalog-sections__item {
    width: calc(20% - 40px);
    margin: 0 20px 40px;
    position: relative;
}
.q-catalog-section__img {
    width: calc(100% - -2px);
    background-color: #e9e9e9;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 163px;
    border-radius: 25px;
    margin: -1px 0 1px -1px;
}
.q-catalog-section__img--area {
    position: relative;
}
.q-catalog-section__title {
    font: bold 18px "PT Sans", sans-serif;
    display: block;
    padding: 20px 0 0;
    margin: 0;
}
.q-catalog-section__title a:hover{
    color:#30a07a;
    text-decoration: none;
}
.q-catalog-section__categories--item{
    display: block;
    font-size: 14px;
    padding-bottom: 6px;
}
.q-catalog-section__categories--item a:hover{
    color:#30a07a;
    text-decoration: none;
}
.q-catalog-section__categories {
    margin: 10px 0;
    height: 121px;
    overflow: hidden;
    transition: all 0.4s ease;
}
.js_full_section_content{
    color:#30a07a;
    text-decoration: underline;
    cursor: pointer;
}
.js_full_section_content:hover{
    text-decoration: none;
}

@media screen and (max-width: 992px) {
    .q-catalog-sections__list {
        width: calc(100% - -20px);
        margin-left: -10px;
    }
    .q-catalog-sections__item {
        width: calc(33.33% - 20px);
        margin: 0 10px 20px;
    }
}
@media screen and (max-width: 767px) {
    .q-catalog-sections__list {
        width: 100%;
        margin: 0px;
    }
    .q-catalog-sections__item {
        width: 100%;
        margin: 0px;
    }
    .q-catalog-section__img--area {
       display: none;
    }
    .q-catalog-section__content{
        display: none;
    }
    .q-catalog-section__title{
        padding: 0;
    }
    .q-catalog-section__title a{
        display: block;
        padding: 20px 0;
        border-bottom: 1px solid #e9e9e9;
        position: relative;
    }
    .q-catalog-section__title a:after{
        font-family: 'base-01';
        content: "\e80d";
        right: 20px;
        top: calc(50% - 9px);
        position: absolute;
    }

}

/* _mobile */
.q-catalog-hub_sections{
    position: relative;
    padding-top: 20px;
}
.q-catalog-hub_sections ._scroll_more{
    display: none;
    cursor: pointer;
    width: 55px;
    height: 55px;
    padding: 10px;
    right: 10px;
    top: 115px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 1px 1px 25px #bbbbbb;
    z-index: 10;
    animation: arrow-move 1.7s infinite ease;
}
.q-catalog-hub_sections_list{
    margin-bottom: 20px;
    position: relative;
}
.q-catalog-hub_sections_list ._line{
    display: block;
    height: calc(100% - 10px);
    border-radius: 5px 0 0 5px;
    width: 4px;
    background: #30a07a;
    position: absolute;
    left: 0;
    top: 0;
}
._is_sale .q-catalog-hub_sections_list ._line{
    background:#c00;
}
.q-catalog-hub_section_item{
    font-family: "PT Sans",sans-serif;
    font-weight: bold;
    text-decoration: none;
    background: #f7f7f7;
    border-radius: 12px;
    padding: 5px 5px 3px;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 100px;
    min-width: 100px;
    display: block;
    box-sizing: border-box;
}
.q-catalog-hub_section_item:hover{
    text-decoration: none;
}
.q-catalog-hub_section_item:first-child{
    padding-left: 12px;
    width: 112px;
    min-width: 112px;
    margin-left: -7px;
}
.q-catalog-hub_section_title{
    margin-bottom: 5px;
    color: #444f57;
    text-transform: uppercase;
    text-align: center;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
}
.q-catalog-hub_section_title._one{
    margin-bottom: 3px;
    color:#30a07a;
    height: 15px;
    -webkit-line-clamp: 1;
}
._is_sale .q-catalog-hub_section_title._one{
    color:#c00;
}
.q-catalog-hub_section_title2{
    font-size: 12px;
    font-weight: bold;
    color:#444f57;
    text-align: center;
    margin-bottom: 3px;
}
.q-catalog-hub_section_count{
    font-size: 11px;
    color:#30a07a;
    text-align: center;
}
.q-catalog-hub_section_info{
    height: 52px;
}
.q-catalog-hub_section_img{
    width: 100%;
    height: 60px;
    margin-bottom: 8px;
    border: 2px solid #ffffff;
    border-radius: 7px;
    background-color: #e9e9e9;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    box-sizing: border-box;
}
.q-catalog-hub_sections_list._list{
    display: flex;
    display: -ms-flexbox;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}

/* _mobile simple */
@media screen and (max-width: 767px) {
    ._simple.q-catalog-sections__list {
        width: calc(100% - -20px);
        margin-left: -10px;
        margin-top: 35px;
    }
    ._simple .q-catalog-sections__item {
        width: calc(50% - 20px);
        margin: 0 10px 20px;
    }
    ._simple .q-catalog-section__img--area {
        display: inline;
    }
    ._simple .q-catalog-section__img{
        background-size: cover;
        height: 250px;
    }
    ._simple .q-catalog-section__title{
        padding: 0;
        margin: 15px 0;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        height: 30px;
        width: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    ._simple .q-catalog-section__title a{
        display: inline;
        padding: 0;
        border-bottom: 0;
    }
    ._simple .q-catalog-section__title a:after{
       display: none;
    }
}
@media screen and (max-width: 600px) {
    ._simple .q-catalog-section__img{
        height: 180px;
    }
}
@media screen and (max-width: 400px) {
    ._simple .q-catalog-section__img{
        height: 140px;
    }
}
@media screen and (max-width: 360px) {
    ._simple .q-catalog-section__img{
        height: 120px;
    }
}

/* баннеры */
@font-face {
    font-family: "si";
    src: url("/atelier/fonts/si-Regular.woff2") format("woff2"),
    url("/atelier/fonts/si-Regular.woff") format("woff");
    font-display: block;
}
@font-face {
    font-family: "si";
    font-weight: bold;
    src: url("/atelier/fonts/si-SemiBold.woff2") format("woff2"),
    url("/atelier/fonts/si-SemiBold.woff") format("woff");
    font-display: block;
}
.banners_in_premium{
    margin-top: 50px;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
}
.banner_in_premium{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(50% - 20px);
    height: 120px;
    color: #3f4e56;
    border-radius: 25px;
    text-decoration: none;
    background-color: #f2f5f9;
}
.banner_in_premium:hover{
    text-decoration: none;
}
.img_in_banner {
    width: calc(100% - 190px);
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.banner_in_premium1 .img_in_banner {
    background-image: url("/local/components/dghome-new/catalog.hub.v2/templates/.default/images/banner1.jpg");
}
.banner_in_premium2 {
    color: #ffffff !important;
    background-color: #000000;
}
.banner_in_premium2 .img_in_banner {
    padding: 0 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: auto;
}
.img_in_banner ._text1{
    width: 100%;
    font-family: "si";
    font-weight: bold;
    font-size: 48px;
    line-height: 40px;
    text-transform: uppercase;
    white-space: nowrap;
}
.img_in_banner ._text2{
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    text-transform: uppercase;
    padding-top: 5px;
}
.text_in_banner {
    font-size: 16px;
    font-weight: bold;
    width: 190px;
    padding: 0 50px 0 26px;
    text-transform: uppercase;
    position: relative;
}
.banner_in_premium2 .text_in_banner {
    padding-left: 45px;
}
.text_in_banner i{
    font-size: 36px;
    position: absolute;
    right: 5px;
    top: calc(50% - 23px);
}

@media screen and (max-width: 1024px) {
    .banners_in_premium{
        margin: 25px -10px 5px;
        display: block;
    }
    .banner_in_premium{
        width: 100%;
        height: 100px;
        margin: 0 0 25px;
        border-radius: 0;
        position: relative;
    }
    .img_in_banner {
        width: 100%;
    }
    .banner_in_premium2 .img_in_banner {
        padding-right: 170px;
        padding-left: 15px;
    }
    .img_in_banner ._text1{
        font-size: 38px;
        line-height: 32px;
    }
    .text_in_banner {
        width: 155px;
        padding: 10px 30px 15px 18px !important;
        color: #444f57 !important;
        line-height: 16px;
        background-color: #ffffff;
        border-radius: 25px 0 0 25px;
        position: absolute;
        bottom: -10px;
        right: 0;
    }
    .text_in_banner i{
        font-size: 24px;
        top: calc(50% - 15px);
        right: 0;
    }
}
@media screen and (max-width: 400px) {
    .img_in_banner ._text1{
        font-size: 30px;
    }
}
@media screen and (max-width: 350px) {
    .img_in_banner ._text1{
        font-size: 26px;
    }
    .img_in_banner ._text2{
        display: none;
    }
}

/* End */
/* /local/templates/dghome/css/new/app.8.compatibility-ready-page-full-width.min.css?156377501532 */
/* /local/components/dghome-new/catalog.hub.v2/templates/.default/style.css?17409834469663 */
