

/* Start:/local/components/terem/promotion.list/templates/catalog.category.banner/style.css?16382708542142*/
.promo-banner.catalog-section {
  padding-top: 280px;
}

.promo-banner {
  padding-top: 0px;
  padding-bottom: 0;
}

.promo-banner .my-flex-container {
  margin-left: -40px;
  display: flex;
}

.promo-banner .my-flex-container>div {
  margin-left: 40px;
}

.promo-banner .flex-item-1 {
  flex-basis: 100%;
}

.promo-banner .flex-item-2 {
  flex-basis: 50%;
}

.promo-banner img {
  width: 100%;
  display: block;
}

.catalog.s-top.padding-promo-banner {
  padding-top: 25px;
}

.flex-item-three {
  margin-top: 30px;
}

@media screen and (max-width: 1300px) {

  .promo-banner,
  .promo-banner.catalog-section {
    padding-top: 0px;
  }
}

@media screen and (max-width: 640px) {
  .flex-item-three {
    margin-top: 0;
  }

  .promo-banner .flex-item-2 {
    margin-bottom: 5px;
  }

  .promo-banner .my-flex-container {
    flex-direction: column;
  }
}

/* section promo-banner after 2th element in catalog */
section.promo-banner {
  padding-bottom: 60px;
}

.promo-banner .my-flex-container {
  margin-left: 40px;
  justify-content: space-between;
}

.promo-banner .my-flex-container>div {
  margin-left: 0;
  flex-basis: auto;
}

.promo-banner .my-flex-container>div:last-child {
  margin-left: 40px;
}

.promo-banner img {
  max-width: 640px;
  max-height: 120px;
}

.promo-banner .my-flex-container {
  margin-left: 0;
}

@media screen and (min-width: 1000px) {
  .promo-banner .wrapper {
    width: calc(100% - 40px);
    max-width: inherit;
    margin-left: 40px;
  }
}

@media screen and (max-width: 999px) {
  .promo-banner .wrapper {
    width: 100%;
  }

  .promo-banner .my-flex-container>div:last-child {
    margin-left: 20px;
  }

  section.promo-banner {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  section.promo-banner {
    padding-bottom: 30px;
  }

  .promo-banner .my-flex-container>div:first-child {
    margin-bottom: 20px;
  }

  .promo-banner .my-flex-container>div:last-child {
    margin-left: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 520px) {
  section.promo-banner {
    padding-bottom: 30px;
  }
}

/* end section promo-banner after 2th element in catalog */
/* End */


/* Start:/local/components/terem/standard.blocks/templates/catalog.links.banner/style.css?17392735443995*/
/* для отступа сверху страницы */

div.catalog-links {
    padding: 30px 0 0 0;
    -webkit-transition: padding-top .7s;
    -o-transition: padding-top .7s;
    transition: padding-top .7s;
    margin-bottom: 60px;
}

@media screen and (max-width: 1000px) {
    div.catalog-links {
        padding: 23px 0 0 0;
    }
}

@media screen and (max-width: 680px) {
    .catalog-links__list {
        padding: 10px 0 0 0;
    }
}

.catalog-links__list{
    display: flex;
    align-items: baseline;
}

@media screen and (max-width: 1199.5px) {
    div.catalog-links {
        margin-bottom: 54px;
    }

}

@media screen and (max-width: 630px) {
    div.catalog-links {
        margin-bottom: 40px;
    }
}

/* верхний отступ, если есть баннер под хэдером */
.redbanner-show .catalog-top-banner~div.catalog-links,
.catalog-top-banner~div.catalog-links {
    padding-top: 25px;
}

@media screen and (max-width: 800px) {

    .redbanner-show .catalog-top-banner~div.catalog-links,
    .catalog-top-banner~div.catalog-links {
        padding-top: 27px;
    }
}

/* end для отступа сверху страницы */

/* для сео страниц */

.filter.banner-top-padding div.catalog-links {
    padding-top: 0;
}

.filter.banner-top-padding .catalog-links .wrapper {
    width: 100%;
}

/* end для сео страниц */

.catalog-links__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 30px;
}

.catalog-links__item {
    position: relative;
    width: 100%;
    /* max-width: 155px; */
}

.catalog-links__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* gap: 10px; */
    width: auto;
    background-color: unset;
    border-radius: 10px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.catalog-links__link picture{
    width: 100%;
}

.catalog-links__img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.catalog-links__text {
    max-width: 98%;
    font: 500 16px/20.8px var(--title-font);
    color: var(--background);
    margin: 0;
}

@media screen and (min-width: 1224px) {
    .catalog-links__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 29px;
    }

    .catalog-links__text {
        font-size: 16px;
        line-height: 21px;
    }
}

@media screen and (max-width: 768px) {
    .catalog-links__list {
        gap: 29px;
    }
}

@media screen and (max-width: 680px) {
    .catalog-links__list {
        gap: 20px;
    }

}

@media screen and (max-width: 630px) {
    .catalog-links__list {
        gap: 10px;
    }

    .catalog-links__img {
        border-radius: 6px;
    }

    .catalog-links__text {
        font-size: 11px;
        line-height: 14px;
        letter-spacing: -0.33px;
    }
}

@media screen and (max-width: 430px) {
    .catalog-links__list {
        gap: 8px;
    }

    .catalog-links__text {
        max-width: 100%;
        font-size: 10px;
        line-height: 13px;
        letter-spacing: -0.3px;
    }
}

@media screen and (max-width: 374px) {

    .catalog-links__text {
        font-size: 8px;
        font-weight: 500;
        line-height: 10px;
        letter-spacing: -0.24px;
    }
}

/* для отступа следующего блока .banner-top-padding, чтобы убрать огромный padding-top */
.redbanner-show .catalog-links~section.filter.banner-top-padding,
.catalog-links~section.filter.banner-top-padding,
.catalog-links~section.filter.banner-top-padding .action-carousel-section {
    padding-top: 0;
}

/* End */


/* Start:/local/components/terem/catalog.list/templates/.region/style.css?17320206042674*/
.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.catalog-item .catalog-img {
    margin-bottom: 7px;
}

.catalog-item-description {
    display: inline-block;
    width: 100%;
    margin-top: 6px;
}

.catalog-col-2,
.catalog-col-1 {
    display: flex;
}

.catalog-col-1 .item {
    width: 100%;
    float: left;
}

.catalog-col-2 .item {
    width: 50%;
    float: left;
}

.text-left span {
    font-size: 19px;
}

.text-left span:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 2px solid var(--main-color);
}

.catalog-item-description .right p {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -0.4px;
}

.catalog-item-btn {
    margin-top: 30px;
}

.catalog-button {
    margin: 0 auto;
    display: block;
    padding: 12px 41px;
    letter-spacing: -0.3px;
}

.catalog .slider {
    padding-top: 74.4%;
}

.catalog-container {
    margin-bottom: 63px;
    display: block;
}

.item.catalog-item {
    margin-bottom: 66px;
}

.catalog-item p {
    margin-bottom: 8px;
    line-height: 1.35;
    letter-spacing: -1.1px;
}

.catalog-item-title {
    margin-top: 4px;
}

.catalog-link-ico-premium {
    transition: 0.3s opacity 0.25s;
    position: absolute;
    bottom: 5px;
    right: 10px;
    z-index: 1;
}

.catalog-link-ico-premium_img {
    position: relative;
    margin: 5px 10px;
    width: 100%;
    float: right;
    height: auto;
}

.catalog-item .catalog-img .catalog-link-ico-premium__img {
    position: relative;
}

.no-touchevents a.img-link:hover .catalog-link-ico-premium,
.no-touchevents a.img-link.s-hover .catalog-link-ico-premium {
    opacity: 0;
    transition: opacity 0.25s;
}

.catalog .catalog-item-description .prices-group {
    margin-right: 5px;
    font-weight: 700;
    letter-spacing: -1px;
    font-family: var(--title-font);
    display: block;
}

.catalog-data>* {
    margin-bottom: 0;
}

.catalog .catalog-item-description .prices-group span {
    font-size: 27px;
}

/*
.catalog-link {
	text-align: center;
	margin-top: -30px;
}

.catalog-link a {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: -0.2px;
}
*/

.catalog-data .tooltip-button {
    margin-top: 2px;
}

@media screen and (max-width: 520px) {

    .catalog-col-2,
    .catalog-col-1 {
        display: initial;
    }

    .catalog-col-2 .item {
        width: 100%;
    }

    .catalog .prices-group {
        margin-top: 2px;
    }

    .text-left,
    .text-right {
        text-align: center;
    }

    .catalog-data .tooltip-button {
        margin: 5px auto 5px;
        display: table;
    }
}
.catalog.s-top.s-top-promo-trigger {
	padding-top: 25px !important;
}
/* End */


/* Start:/local/components/terem/standard.blocks/templates/new.standard.block/style.css?17320246524945*/
.new-standard {
    padding: 0;
    margin: 60px 0;
}

.new-standard img {
    display: block;
    width: 100%;
    max-width: 110px;
    height: auto;
    margin-left: -10px;
}

.new-standard .wrapper {
    display: block;
    min-height: 387px;
    border-radius: 10px;
    background-color: var(--block-background);
    padding: 20px 30px 30px;
    text-align: start;
}

.new-standard__text-container {
    margin-top: 30px;
}

.new-standard__title {
    color: var(--title-color);
    font: normal 600 21px/27px var(--title-font);
}

.new-standard__text {
    max-width: 90%;
    color: var(--dark-grey-color);
    font: normal 400 16px/24px var(--text-font);
    margin-top: 12px;
}

.new-standard__btn svg {
    display: none;
}

.new-standard__btn {
    display: block;
    max-width: 300px;
    width: 100%;
    font: 500 12px/16px var(--text-font);
    color: var(--background);
    background: var(--main-color);
    border-radius: 4px;
    letter-spacing: 0.08em;
    border: 1px solid var(--main-color);
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    margin-top: 40px;
    padding: 10px 30px 8px;
}

.new-standard__link:hover .new-standard__btn {
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    color: var(--main-color);
    background-color: transparent;
}

@media screen and (min-width: 767px) {
    .new-standard {
        margin: 80px 0;
    }

    .new-standard img {
        width: auto;
        -ms-grid-column-span: 1;
        grid-column: span 1;
        -ms-grid-row-span: 2;
        grid-row: span 2;
        margin: 0;
    }

    .new-standard__btn {
        max-width: 220px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding: 10px 27px 8px 28px;
        margin: 40px 0 0;
    }

    .new-standard .wrapper {
        min-height: auto;
        display: -ms-grid;
        display: grid;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
        -ms-grid-columns: auto 37px 1fr;
        grid-template-columns: auto 1fr;
        -webkit-column-gap: 37px;
        -moz-column-gap: 37px;
        column-gap: 37px;
        padding: 30px 30px 40px;
    }

    .new-standard .wrapper>*:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .new-standard .wrapper>*:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .new-standard .wrapper>*:nth-child(3) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .new-standard .wrapper>*:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
    }

    .new-standard__text-container {
        margin-top: 11px;
    }

    .new-standard__text {
        max-width: 94%;
    }
}

@media screen and (min-width: 1100px) {
    .new-standard {
        margin: 120px 0;
    }

    .new-standard img {
        max-width: 130px;
    }

    .new-standard__title {
        font: normal 600 26px/34px var(--title-font);
    }

    .new-standard__text {
        font: normal 400 18px/27px var(--text-font);
        margin-top: 12px;
    }

    .new-standard__btn {
        position: absolute;
        top: 50%;
        right: 60px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 80px;
        height: 80px;
        border-radius: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
        padding: 0;
        margin: 0;
    }

    .new-standard__btn svg {
        display: block;
        margin-left: 3px;
    }

    .new-standard__link:hover .new-standard__btn {
        background-color: var(--tab-color);
        border-color: var(--tab-color);
    }

    .new-standard__btn span {
        display: none;
    }

    .new-standard .wrapper {
        min-height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 47px;
        -moz-column-gap: 47px;
        column-gap: 47px;
        padding: 35px 30px 35px 43px;
    }

    .new-standard__text-container {
        margin: 0;
    }

    .new-standard__text {
        max-width: 100%;
    }
}

/* End */
/* /local/components/terem/promotion.list/templates/catalog.category.banner/style.css?16382708542142 */
/* /local/components/terem/standard.blocks/templates/catalog.links.banner/style.css?17392735443995 */
/* /local/components/terem/catalog.list/templates/.region/style.css?17320206042674 */
/* /local/components/terem/standard.blocks/templates/new.standard.block/style.css?17320246524945 */
