

/* Start:/local/templates/new_vinoterra/components/bitrix/catalog/cat_2021/style.min.css?1525003588959*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.grid2x1 .bx_content_section{float:left;width:66%;margin-bottom:15px}.grid2x1 .bx_sidebar{float:right;width:33%;margin-bottom:15px;padding-left:5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media(max-width:960px){.grid2x1 .bx_sidebar{padding-left:4%}}@media(max-width:640px){.grid2x1 .bx_content_section,.grid2x1 .bx_sidebar{width:100%;float:none}.grid2x1 .bx_sidebar{padding-left:3%}}@media(max-width:479px){.grid2x1 .bx_sidebar{padding-left:1%}}.catalog-block-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}body.bx-theme-blue .catalog-block-header{border-color:#006cc0}body.bx-theme-green .catalog-block-header{border-color:#63aa28}body.bx-theme-red .catalog-block-header{border-color:#da3737}body.bx-theme-yellow .catalog-block-header{border-color:#f4b236}
/* End */


/* Start:/local/templates/new_vinoterra/components/bitrix/catalog/cat_2021/catalog-common.css?16093444692776*/
.newcat-section {
    margin: 70px 0;
    overflow: hidden;
}

.newcat-container {
    width: 1286px; /*  */
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.newcat-header {
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 20px;
}

.newcat-header__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
}

.newcat-title-h1 {
    margin-block-start: 0;
    margin-block-end: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 1;
    color: #363636;
}

.newcat-title-h2 {
    margin-block-start: 0;
    margin-block-end: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 1;
    color: #363636;
}

.newcat-header__link {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #AF5875;
    text-decoration: none;
}
.newcat-header__link img {
    width: 12px;
    height: 12px;
    margin-right: 8px;
}

.newcat-header__link:hover {
    color: #77374c;
}

/* Исправляем карточки товаров START */
@media(min-width: 768px) {
    .search-card__container {
        width: 25% !important;
    }
}
/* Исправляем карточки товаров END */

.newcat-goods-footer {
    padding: 10px 0;
    margin-top: 50px;
}

.newcat-goods-footer__link {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #AF5875;
    line-height: 1;
    transition: .5s ease-in-out;
    border: 1px solid #F4F4F4;
}

.newcat-goods-footer__link span {
    display: block;
    padding: 20px;
    position: relative;
    transition: .3s ease-in-out;
}

.newcat-goods-footer__link span:after {
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    top: 21px;
    right: -10px;
    background-image: url(/local/templates/new_vinoterra/components/bitrix/catalog/cat_2021/../my-images/newcat/icon-catalog_title-arrow-colored.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: .3s ease-in-out;
}

.newcat-goods-footer__link:hover {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    transition: .4s ease-in-out;
}

.newcat-goods-footer__link:hover.newcat-goods-footer__link span {
    transform: scale(0.99);
    color: #77374c;
    transition: .1s ease-in-out;
}

.newcat-goods-footer__link:hover.newcat-goods-footer__link span:after {
    right: -14px;
    transition: .4s ease-in-out;
}
/* End */


/* Start:/local/templates/new_vinoterra/components/bitrix/catalog/cat_2021/catalog-categories.css?16093370286532*/
.newcat-categories {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0 10px;
}

.newcat-categories__item {
    width: calc(33.3333% - 30px);
    max-width: 100%;
    margin-right: 30px;
    margin-bottom: 20px; /*  */
    box-sizing: border-box;
}

.newcat-categories__item:last-of-type {
    margin-right: 0;
}

.newcat-categories-media {
    margin-bottom: 16px;
}

.newcat-categories-media img {
    width: 100%;
}

.newcat-categories-media__container {
    position: relative;
}

.newcat-categories-media__link {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 26px;
    color: #fff;
    background-color: rgba(0,0,0,.4);
    opacity: 0;
    transition: .3s ease-in-out;
}

.newcat-categories-media a:hover .newcat-categories-media__link {
    opacity: 1;
    transition: .1s ease-in-out;
}

.newcat-categories-media__container--mobile {
    display: none;
}

.newcat-categories__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #363636;
    margin-block-start: 0;
    margin-block-end: 0;
    position: relative;
}

.newcat-categories__title:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -30px;
    width: 13px;
    height: 13px;
    background-image: url(/local/templates/new_vinoterra/components/bitrix/catalog/cat_2021/catalog-category-images/icon-catalog_title-arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: .5s ease-in-out;
}

.newcat-categories__body {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 22px;
    transition: .5s ease-in-out;
    border: 1px solid #F4F4F4;
}

.newcat-categories__body:hover {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    transition: .1s ease-in-out;
}

.newcat-categories__body a {
    display: block;
    padding: 22px 60px 14px 60px;
    width: 100%;
    height: 100%;
}

.newcat-categories__body:hover.newcat-categories__body a {
    transform: scale(0.99);
}

.newcat-categories__body:hover .newcat-categories__title {
    color: #AF5875;
}

.newcat-categories__body:hover .newcat-categories__title:before {
    left: -20px;
    transition: .4s ease-in-out;
}

.newcat-categories__body:hover .newcat-categories__subtitle {
    color: #AF5875;
}

.newcat-tags-list {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}

.newcat-tags__item {
    margin-right: 6px;
    margin-bottom: 6px;
}

.newcat-tags__item a {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #AF5875;
    text-decoration: none;
    line-height: 1;
    border: 1px solid #AF5875;
    border-radius: 6px;
    padding: 7px 10px;
    transition: .3s ease-in-out;
}

.newcat-tags__item a:hover {
    color: #ffffff;
    background-color: #AF5875;
    transition: .1s ease-in-out;
}

.newcat-tags__line {
    margin-top: 6px;
    margin-bottom: 12px;
}

@media(max-width:1200px) {
    .newcat-section {
        margin: 70px 0 70px 0;
    }
    .newcat-categories__item {
        width: calc(33.3333% - 10px);
        margin-right: 10px;
    }
    .newcat-categories__body a {
        padding: 22px 20px 14px 30px;
    }
    .newcat-categories__title {
        font-size: 20px;
    }
    .newcat-categories__title:before {
        display: none;
    }
    .newcat-tags__item a {
        font-size: 12px;
    }
    .newcat-promo {
        padding: 30px 0 70px 0;
    }
    .promo-slide__content {
        padding: 0px 30px 50px 30px;
    }
    .promo-slide__title {
        font-size: 26px;
    }
}

@media(max-width:1200px) {
    .newcat-section {
        margin: 70px 0 40px 0;
    }
    .newcat-categories__body a {
        padding: 16px 14px 10px 14px;
    }
    .newcat-categories__title {
        font-size: 18px;
    }
}

@media(max-width:1024px) {
    .newcat-section {
        margin: 40px 0 40px 0;
    }
    .newcat-title-h1 {
        font-size: 26px;
    }
    .newcat-categories {
        flex-direction: column;
    }
    .newcat-categories__body {
        display: none;
    }
    .newcat-categories__body a {
        padding: 20px 24px 14px 24px;
    }
    .newcat-categories__title {
        font-size: 24px;
    }
    .newcat-categories__item {
        width: 100%;
        margin-bottom: 40px;
    }
    .newcat-categories-media__container--desktop {
        display: none;
    }
    .newcat-categories-media__container--mobile {
        display: block;
    }
    .newcat-contacts__item {
        margin-right: 10px;
    }
    .newcat-tags__item a {
        font-size: 16px;
    }
    .newcat-contacts__title {
        font-size: 16px;
    }
    .newcat-contacts__text {
        font-size: 14px;
    }
    .newcat-contacts__city img {
        margin-right: 6px;
    }
    .newcat-contacts-phone {
        font-size: 16px;
    }
    .promo-slide__title {
        font-size: 20px;
    }
    .promo-slide__content {
        padding: 0px 30px 20px 30px;
    }
    .vendors-slide__media {
        padding: 14px 10px;
    }
}

@media(max-width: 768px) {
    .newcat-contacts-list {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .newcat-contacts__item {
        width: calc(50% - 20px);
        margin-bottom: 30px;
    }
    .newcat-header__content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .promo-slide {
        margin-left: auto;
        margin-right: auto;
    }
    .promo-slide__content {
        padding: 0px 30px 60px 30px;
    }
    .promo-slide__subtitle {
        font-size: 18px;
    }
    .promo-slide__title {
        font-size: 28px;
    }
}

@media (max-width: 520px) {
    .newcat-header__content {
        padding-left: 24px;
        padding-right: 24px;
    }
    .newcat-contacts__item {
        width: calc(100% - 20px);
        margin-bottom: 30px;
    }
    .newcat-contacts__title {
        font-size: 20px;
    }
    .newcat-contacts__city img {
        margin-right: 16px;
    }
    .newcat-contacts__text {
        font-size: 16px;
    }
    .newcat-contacts-phone {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .promo-slide__content {
        padding: 0px 30px 20px 30px;
    }
    .promo-slide__subtitle {
        font-size: 16px;
    }
    .promo-slide__title {
        font-size: 18px;
    }
}
/* End */


/* Start:/local/templates/new_vinoterra/components/bitrix/catalog/cat_2021/catalog-contacts.css?16093413252630*/
.newcat-contacts-list {
    display: flex;
    justify-content: space-around;
}

.newcat-contacts__item {
    width: calc(33.33333% - 20px);
    margin-right: 20px;
    margin-left: 10px;
}

.newcat-contacts__item:last-of-type {
    margin-right: 10px;
}

.newcat-contacts__media img {
    width: 100%;
}

.newcat-contacts-body {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.newcat-contacts__city {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.newcat-contacts__city img {
    width: 13px;
    height: 13px;
    margin-right: 20px;
}

.newcat-contacts__title {
    margin-block-start: 0;
    margin-block-end: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #363636;
}

.newcat-contacts__text {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #545454;
    font-size: 16px;
    min-height: 44px;
    margin-bottom: 6px;
}

.newcat-contacts-phone {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 20px;
    text-decoration: none;
    transition: .3s ease-in-out;
}

.newcat-contacts-phone:hover {
    color: #AF5875;
    transition: .1s ease-in-out;
}

.newcat-contacts__button {
    padding: 14px 26px;
    background-color: #AF5875;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin: 10px 0;
    transition: .3s ease-in-out;
}

.newcat-contacts__button:hover {
    color: #fff;
    background-color: #77374c;
    transition: .1s ease-in-out;
}

@media(max-width:1024px) {
	.newcat-contacts__item {
        margin-right: 10px;
    }
    .newcat-tags__item a {
        font-size: 16px;
    }
    .newcat-contacts__title {
        font-size: 16px;
    }
    .newcat-contacts__text {
        font-size: 14px;
    }
    .newcat-contacts__city img {
        margin-right: 6px;
    }
    .newcat-contacts-phone {
        font-size: 16px;
    }
}

@media(max-width: 768px) {
    .newcat-contacts-list {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .newcat-contacts__item {
        width: calc(50% - 20px);
        margin-bottom: 30px;
    }
}

@media (max-width: 520px) {
    .newcat-contacts__item {
        width: calc(100% - 20px);
        margin-bottom: 30px;
    }
    .newcat-contacts__title {
        font-size: 20px;
    }
    .newcat-contacts__city img {
        margin-right: 16px;
    }
    .newcat-contacts__text {
        font-size: 16px;
    }
    .newcat-contacts-phone {
        font-size: 18px;
    }
}
/* End */


/* Start:/local/templates/new_vinoterra/components/bitrix/news.list/catalog_banners_2024/style.css?1715696207392*/
.home-slider__content {
	height: 100%;
	display: flex;
	align-items: center;
}

.home-slider__content .slide-content {
	position: absolute;
	opacity:0;
	transition: opacity 0.5s ease-in-out;
}

.home-slider__content .slide-content.slide-content--active {
	z-index: 1;
	opacity:1;
}

.block-heading__title h3 {
	color: white;
	font: 200 36px/1 "Proba Pro ExtraLight";
	letter-spacing: .01em;
}
/* End */


/* Start:/local/templates/new_vinoterra/components/bitrix/news/producers_catalog_2024/bitrix/news.list/producers_2022/style.css?1669020841159*/
div.manufacturers-lang-value {
    display: none;
    min-width: 70px;
}

div.manufacturers-lang-value.manufacturers-lang-value--active {
    display: block;
}
/* End */
/* /local/templates/new_vinoterra/components/bitrix/catalog/cat_2021/style.min.css?1525003588959 */
/* /local/templates/new_vinoterra/components/bitrix/catalog/cat_2021/catalog-common.css?16093444692776 */
/* /local/templates/new_vinoterra/components/bitrix/catalog/cat_2021/catalog-categories.css?16093370286532 */
/* /local/templates/new_vinoterra/components/bitrix/catalog/cat_2021/catalog-contacts.css?16093413252630 */
/* /local/templates/new_vinoterra/components/bitrix/news.list/catalog_banners_2024/style.css?1715696207392 */
/* /local/templates/new_vinoterra/components/bitrix/news/producers_catalog_2024/bitrix/news.list/producers_2022/style.css?1669020841159 */
