

/* Start:/bitrix/templates/youBrand/components/sopdu/template.part/modal.add2cart/style.css?1733215387350*/
.product-cartPopup {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    transition: all .2s ease-in-out;
}

.product-cartPopupHidden {
    opacity: 0;
    pointer-events: none;
}
/* End */


/* Start:/bitrix/templates/youBrand/components/sopdu/simple.iblock/home.slider1/style.css?17332153872841*/
.introSlider {
    height: calc(100vh - 154px);
    position: relative;
    overflow: hidden;
}

.headerTransparent .introSlider{
    margin-top: -131px;
}

.headerTransparent .introSlider__item-info{
    padding-top: 131px;
}

.headerTransparent .introSlider .slick-list{
    width: 100%;
}

.introSlider .slick-list {
    height: calc(100vh - 154px);
}

.introSlider .slick-track {
    height: calc(100vh - 154px);
}

.introSlider .slick-slider {
    height: calc(100vh - 154px);
}

@media screen and (max-width: 1400px) {
    .introSlider,
    .introSlider .slick-list,
    .introSlider .slick-track,
    .introSlider .slick-slider {
        height: calc(100vh - 217px);
    }
}

@media screen and (max-width: 991px) {
    .introSlider,
    .introSlider .slick-list,
    .introSlider .slick-track,
    .introSlider .slick-slider {
        height: calc(100vh - 106px);
    }
}

.introSlider .slick-dots {
    top: 0;
    width: unset;
    height: 36px;
    position: absolute;
    display: flex;
    flex-direction: column;
    right: 67px;
    top: 50%;
    transform: translateY(-50%);
}

.introSlider .slick-dots li {
    width: inherit;
    height: inherit;
}

.introSlider__dotsContainer {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.introSlider__dotsContainer-dot {
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.introSlider__dotsContainer-dot:hover {
    transform: scale(1.3);
}


.introSlider .slick-dots li.slick-active .halfcircle {
    display: block;
}

.introSlider .slick-slide > div {
    height: 100%;
}

.introSlider__item {
    position: relative;
    height: 100%;
}

.introSlider__item-bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.introSlider__item-info {
    font-weight: 500;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.introSlider__item-info-suptitle {
  font-size: 20px;
  width: 800px;
  max-width: 100%;
}

.introSlider__item-info-title {
    font-size: 70px;
    margin-bottom: 3%;
    width: 800px;
    max-width: 100%;
}

.introSlider__item-info-button {
    border: none;
    background-color: transparent;
    /*max-width: 100%;*/
    text-align: left;
    display: inline-block;
    height: 54px;
}

.introSlider__item-info-button-link {
    padding: 10px 30px;
    display: inline-flex;
    /*width: 100%;*/
    height: 100%;
    border: 1px solid;
    border-radius: 3px;
    font-weight: 500;
    transition: all .2s ease-in-out;
    align-items: center;
}

.introSlider__item-info-button-link:hover {
    color: white;
    background-color: black;
}


/* End */


/* Start:/bitrix/templates/youBrand/components/bitrix/catalog.section.list/slider.collection3/style.css?17332153872166*/
.catalogSectionWrap{
    margin-top: 40px;
}

.catalogSectionLink{
    color: #000;
    font-size: 40px;
    font-weight: 600;
    display: flex;
    align-items: center;
    line-height: 130%;
    transition: .3s;
}

.catalogSectionHeader{
    margin-bottom: 15px;
    text-decoration: none !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catalogSectionLinkIcon{
    width: 26px;
    height: 26px;
    margin-left: 20px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2F2F2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.catalogSectionLinkIcon svg{
    fill: inherit;
}

.catalogSectionWatchAll{
    color: #C9CBD1;
    font-size: 20px;
}

.catalogSectionWrapContent{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.catalogSectionCol{
    padding: 15px;
    width: 16.6666666%;
}

.catalogSectionItem{
    text-decoration: none !important;
}

.catalogSectionItemImg{
    width: 100%;
    position: relative;
    padding-top: 100%;
    margin-bottom: 11px;
    overflow: hidden;
}

.catalogSectionItemImg img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.catalohSectionItemName{
    margin: 0;
    color: #000;
    font-size: 24px;
    word-wrap: break-word;
}

@media(max-width: 1200px){
    .catalogSectionCol{
        width: 20%;
    }
}

@media(max-width: 992px){
    .catalogSectionCol{
        width: 25%;
    }

    .catalogSectionLink{
        font-size: 28px;
    }

    .catalogSectionWatchAll, .catalohSectionItemName{
        font-size: 18px;
    }

    .catalogSectionLinkIcon{
        margin-left: 10px;
    }
}

@media(max-width: 767px){
    .catalogSectionCol{
        width: 33.33333%;
    }
}

@media(max-width: 575px){
    .catalogSectionCol{
        width: 50%;
    }

    .catalogSectionLink {
        font-size: 18px;
    }

    .catalogSectionWatchAll{
        display: none;
    }
}
/* End */


/* Start:/bitrix/templates/youBrand/components/sopdu/simple.iblock/banner.simple/style.css?173321538791*/
.simpleBanner_wrap{
    margin: 80px 0;
}

.simpleBanner_wrap img{
    width: 100%;
}
/* End */


/* Start:/bitrix/templates/youBrand/components/bitrix/system.pagenavigation/.default/style.css?17332153871378*/
/* ----- Pagination Box -----*/

.catalogGrid__paginationBox {
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

@media screen and (max-width: 576px) {
    .catalogGrid__paginationBox {
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 50px;
    }
}

.catalogGrid__paginationBox-pages {
    display: flex;
}

.catalogGrid__paginationBox-pages-item {
    height: 45px;
    width: 45px;
    font-weight: 500;
    font-size: 16px;
    border: none;
    background-color: transparent;
    border-radius: 3px;
    color: black !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.catalogGrid__paginationBox-pages-item:hover {
    background-color: #F5F5F5;
}

.catalogGrid__paginationBox-pages-itemActive {
    background-color: #F5F5F5;
}

.catalogGrid__paginationBox-pages-nextPageBtn {
    height: 45px;
    border: none;
    padding: 0 20px;
    background-color: transparent;
    border-radius: 3px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    color: black !important;
}

.catalogGrid__paginationBox-pages-nextPageBtn:hover {
    background-color: #F5F5F5;
}

.catalogGrid__paginationBox-pages-nextPageBtn.prev img{
    transform: rotate(180deg);
}
/* End */


/* Start:/bitrix/templates/youBrand/components/bitrix/news.list/home/style.css?17332153872129*/

.news-items-wrap{
    margin-top: 40px;
}

.news-item{
    display: block;
    text-decoration: none;
    margin-bottom: 40px;
}

.news-img-wrap{
    position: relative;
    width: 100%;
    padding-top: 58.5%;
    margin-bottom: 12px;
}

.news-img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.news-tags{
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
}

.news-tag{
    font-size: 14px;
    font-weight: 400;
    padding: 3px 8px;
    display: flex;
    align-items: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-right: 10px;
}

.news-tag.sale{
    background: #C94C46;
    color: #fff;
}

.news-tag.timer{
    background: #F7F7F7;
    color: #000;
}

.news-tag.timer:before{
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background: url('/bitrix/templates/youBrand/components/bitrix/news.list/home/img/fire.png') no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    flex: none;
    margin-right: 5px;
}

.news-title{
    margin: 0;
    color: #000;
    font-size: 24px;
    font-weight: 500;
}

.news-preview-text{
    color: #666;
    font-size: 16px;
    font-weight: 400;
    margin-top: 4px;
}

.news-date{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}

.catalogGrid__catalogHeader-breadcrumbs{
    justify-content: center;
}

@media(max-width: 767px){
    .news-head h1{
        font-size: 25px;
    }

    .news-title{
        font-size: 20px;
    }

    .news-preview-text, .news-date{
        font-size: 14px;
    }

    .news-wrap{
        margin-top: 15px;
    }

    .news-items-wrap{
        margin-top: 20px;
    }
}




.news-home-wrap{
    margin-top: 80px;
    margin-bottom: 60px;
}

.news-wrap-title{
    text-align: center;
}

@media(max-width: 992px){
    .news-home-wrap{
        margin-top: 40px;
        margin-bottom: 30px;
    }
}
/* End */


/* Start:/bitrix/templates/youBrand/components/sopdu/simple.iblock/home.seo/style.css?1733215387913*/
.homeSeo_wrap{
    margin: 80px 0;
}

.homeSeo_img{
    width: 100%;
    max-width: 1345px;
    display: block;
    margin: auto;
    margin-bottom: 100px;
}

.homeSeo_title{
    color: #000;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 18px;
}

.homeSeo_subtitle{
    color: #000;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 18px;
}

.homeSeo_text{
    color: #666;
    font-size: 20px;
    font-weight: 400;
}

.homeSeo_btn{
    margin: 40px auto auto;
    display: inline-block;
    width: auto;
}

.homeSeo_content{
    width: 795px;
    margin: auto;
    max-width: 100%;
}

@media(max-width: 767px){
    .homeSeo_img{
        margin-bottom: 50px;
    }

    .homeSeo_title{
        font-size: 26px;
    }

    .homeSeo_subtitle{
        font-size: 22px;
    }

    .homeSeo_text{
        font-size: 18px;
    }
}
/* End */
/* /bitrix/templates/youBrand/components/sopdu/template.part/modal.add2cart/style.css?1733215387350 */
/* /bitrix/templates/youBrand/components/sopdu/simple.iblock/home.slider1/style.css?17332153872841 */
/* /bitrix/templates/youBrand/components/bitrix/catalog.section.list/slider.collection3/style.css?17332153872166 */
/* /bitrix/templates/youBrand/components/sopdu/simple.iblock/banner.simple/style.css?173321538791 */
/* /bitrix/templates/youBrand/components/bitrix/system.pagenavigation/.default/style.css?17332153871378 */
/* /bitrix/templates/youBrand/components/bitrix/news.list/home/style.css?17332153872129 */
/* /bitrix/templates/youBrand/components/sopdu/simple.iblock/home.seo/style.css?1733215387913 */
