

/* 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/catalog.list/templates/seo.block.up/style.css?17320208967217*/
/* seo-up */
.seo-up__h1 {
    font: 600 80px/110% var(--title-font);
    color: var(--text-color);
    max-width: 1124px;
}

.seo-up__container {
    height: 800px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 0.95fr 1fr;
    gap: 30px;
    padding-top: 60px;
    padding-bottom: 120px;
}

.seo-up__item {
    display: flex;
    flex-direction: column;
    grid-row: 1;
    grid-column: 1;
    border-radius: 6px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.seo-up__item_white {
    border: 1px solid var(--border-color);
    border-radius: 6px;
    padding: 34px 20px 34px 39px;
}

.seo-up__item-title-block {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.seo-up__item-sub-title {
    font: 500 16px/130% var(--text-font);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--background);
    margin-bottom: 28px;
}

.seo-up__item-title {
    font: 600 30px/130% var(--title-font);
    color: var(--background);
}

.seo-up__item-small-title {
    font: 600 18px/130% var(--title-font);
    color: var(--text-color);
    padding-left: 30px;
    padding-top: 1px;
}

.seo-up__item-desc {
    width: 95%;
    font: 400 16px/150% var(--text-font);
    color: var(--dark-grey-color);
}

.seo-up__item .link {
    display: block;
    width: fit-content;
    font: 400 16px/150% var(--text-font);
    color: var(--title-color);
    position: relative;
    margin-top: auto;
    margin-bottom: 0;
}

.seo-up__item .link::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: var(--title-color);
    left: 0;
    bottom: 3px;
}

.seo-up__item .link:hover::after {
    background: none;
    transition: .3s ease;
}

.seo-up__item .btn-link {
    display: block;
    box-sizing: border-box;
    padding: 10px 29px 9px;
    background: var(--main-color);
    border-radius: 4px;
    border: 1px solid var(--main-color);
    color: var(--background);
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font: 500 12px var(--text-font);
    margin-left: auto;
    width: fit-content;
    transition: .3s ease;
}

.seo-up__item .btn-link:hover {
    border: 1px solid var(--background);
    color: var(--main-color);
    background: var(--background);
}

.seo-up__item .btn-link.btn-link_white {
    background: var(--background);
    border: 1px solid var(--background);
    color: var(--title-color);
}

.seo-up__item .btn-link.btn-link_white:hover {
    color: var(--background);
    border: 1px solid var(--background);
    background: transparent;
}

.seo-up__item-block {
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.seo-up__item-background {
    width: 100%;
    font-size: 0;
}

.seo-up__item-background img {
    width: 100%;
}

.seo-up__item:nth-child(1) {
    position: relative;
    background-size: cover;
    grid-column: 1/3;
    grid-row: 1/3;
}

.seo-up__item:nth-child(1) .seo-up__item-block {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    padding: 50px;
}

.seo-up__item:nth-child(1) .icon-arrow {
    margin-bottom: 3px;
}



.seo-up__item:nth-child(2) {
    grid-column: 3;
}

.seo-up__item:nth-child(3) {
    grid-row: 2/4;
    grid-column: 3;
}

.seo-up__item:nth-child(3) .seo-up__item-sub-title {
    margin-bottom: 21px;
}

.seo-up__item:nth-child(3) .btn-link {
    margin-top: 30px;
    margin-left: 0;
}

.seo-up__item:nth-child(3) .seo-up__item-block {
    justify-content: flex-end;
    padding: 40px;
}

.seo-up__item:nth-child(4) {
    grid-row: 3;
}

.seo-up__item:nth-child(5) {
    grid-row: 3;
    grid-column: 2;
}


@media screen and (min-width: 640px) {

    .seo-up__item-desc {
        width: 100%;
    }
    
    .seo-up__item-desc br {
        display: none;
    }
}

@media screen and (min-width: 1201px) {

    .seo-up__item:nth-child(1) .seo-up__item-background,
    .seo-up__item:nth-child(3) .seo-up__item-background {
        height: 519px;
    }

    .seo-up__item-background img {
        height: 100%;
        width: auto;
        object-fit: cover;
    }

    .seo-up__item:nth-child(1) .seo-up__item-block>div:first-child {
        width: 50%;
        margin-bottom: 1px;
    }

    .seo-up__item:nth-child(1) .seo-up__item-block>div:last-child {
        width: calc(50% - 45px);
    }

    .seo-up__item:nth-child(4) .seo-up__item-desc {
        max-width: 340px;
    }

    .seo-up__item:nth-child(5) .seo-up__item-desc {
        max-width: 305px;
    }
}

@media screen and (max-width: 1200px) {
    .seo-up__container {
        display: flex;
        flex-direction: column;
        height: auto;
        gap: 20px;
        padding-top: 40px;
        padding-bottom: 80px;
    }

    .seo-up__h1 {
        font: 600 30px/130% var(--title-font);
        color: var(--text-color);
    }

    .seo-up__item:nth-child(1) .seo-up__item-block,
    .seo-up__item:nth-child(3) .seo-up__item-block {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        padding: 30px 32px;
    }

    .seo-up__item:nth-child(1) .btn-link {
        margin-top: 27px;
        margin-left: 0;
        padding: 10px 15px 9px;
    }

    .seo-up__item:nth-child(1) .icon-arrow {
        display: none;
    }

    .seo-up__item:nth-child(2),
    .seo-up__item:nth-child(4),
    .seo-up__item:nth-child(5) {
        min-height: 178px;
    }

    .seo-up__item-sub-title {
        font: 500 12px/130% var(--text-font);
        margin-bottom: 12px;
    }

    .seo-up__item-title {
        font: 600 21px/130% var(--title-font);
    }

    .seo-up__item_white {
        padding: 29px 29px;
    }

    .seo-up__item-small-title {
        padding-left: 20px;
        padding-top: 3px;
    }

    .seo-up__item-title-block {
        margin-bottom: 20px;
    }

    .seo-up__item:nth-child(3) .seo-up__item-sub-title {
        margin-bottom: 13px;
    }

    .seo-up__item:nth-child(3) .btn-link {
        padding: 10px 43px 9px;
    }

    .seo-up__item:nth-child(1) .seo-up__item-block,
    .seo-up__item:nth-child(3) .seo-up__item-block {
        padding: 30px 30px;
    }

    .seo-up__item.seo-up__item_white .link {
        margin-top: 20px;
    }
}

@media screen and (max-width: 640px) {
    .seo-up__container {
        padding-bottom: 60px;
    }

    .seo-up__item-block>div {
        width: 100%;
    }

    .seo-up__item-block .seo-up__item-title {
        width: 95%;
    }

    .seo-up__item:nth-child(1) .btn-link,
    .seo-up__item:nth-child(3) .btn-link {
        margin-top: 21px;
        width: 100%;
        padding: 10px 7px 9px;
    }

    .seo-up__item-sub-title {
        margin-bottom: 13px;
    }

    .seo-up__item .link {
        margin-top: 20px;
    }

    .seo-up__item:nth-child(4) .seo-up__item-desc {
        width: 100%;
        /* max-width: 255px; */
    }

    .seo-up__item:nth-child(5) .seo-up__item-desc {
        width: 100%;
        /* max-width: 205px; */
    }
}

@media screen and (max-width: 374px) {
    .seo-up__item.seo-up__item_white .link {
        font-size: 13px;
    }
}

/* 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/catalog.list/templates/seo.block.up/style.css?17320208967217 */
/* /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 */
