/* new year */
body .nsh-decorate-line {
    top: 58px !important;
}

body .layout.fixed ~ div > .nsh-decorate-line {
    top: 48px !important;
}

body .nsh-decorate-line {
    transition: top .18s linear;
}

@media (max-width: 991.9px) {
    body .layout .nsh-decorate-line {
        top: 58px !important;
    }
    body .layout.fixed ~ div > .nsh-decorate-line {
        top: 40px !important;
    }
}

.slider__item{
    overflow: hidden;
}

.index-slider__bg {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 110px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}

.index-history-slider .slick-track{
    min-width: 100%;
}
.index-history-slider .index-history-slider__item .product-inner{
    border-right: 1px solid #dddddd;
}
.index-history .index-history-slider .slick-list{
    border-right: none;
}
.phone-add_fotter{
    color: rgb(44, 44, 44);
}

.title-search-result {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
}

.offer {
    line-height: 1.27em;

    border: 1px solid #DDDDDD;
}

.offer__text {

}

.offer__row {
    display: flex;
}

.offer__item {
    position: relative;

    display: flex;
    flex-direction: column;
    padding-top: 19px;
    padding-bottom: 5px;
    font-weight: bold;
}

.offer__item__img {
    min-height: 140px;
    margin-bottom: 29px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.offer__item__img-map {
    transform: translateY(8px);
}

.offer__item__img-industry {
    transform: translate(-21px,-1px);
}

.offer__item::before {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;

    width: 80px;

    background: url("/local/templates/technotile/images/offer_rectangle.svg") no-repeat;
    background-size: 100% 100%;

    transform: translate(-50%, 0);
    content: '';
}

@media all and (max-width: 767px) {
    .offer {
        margin-top: 35px;
        margin-bottom:40px;
        padding: 20px;

        font-size: 15px;
    }

    .offer h2 {
        font-size: 20px;
    }

    .offer__row {
        flex-direction: column;
        align-items: center;
    }

    .offer__item {
        max-width: 220px;
        margin-bottom: 20px;
    }

    .offer__item:last-of-type {
        margin-bottom: 0;
    }
}

@media all and (min-width: 768px) {
    .offer {
        margin-top: 50px;
        margin-bottom:60px;
        padding: 0 39px;

        font-size: 18px;
    }

    .offer__text {
        padding: 34px 0;
    }
    .offer__row {
        justify-content: space-between;
        margin-bottom: 34px;
    }

    .offer__item {
        width: 30%;
        max-width: 260px;
    }
}
@media all and (min-width: 1280px) {
    .offer {
        display: flex;
    }

    .offer__text {
        width: 39%;
        margin-right: 5%;
    }

    .offer__row {
        width: 55%;
    }

    .offer__item {
        max-width: none;
    }

    .offer__item:first-of-type {
        width: 24%;
    }

    .offer__item:last-of-type {
        width: 28%;
    }
}

@media all and (min-width: 1400px) {
    .offer {
        font-size: 20px;
    }
}

@media all and (min-width: 1600px) {
    .offer {
        font-size: 22px;
    }
}
.tooltip-block {
    display: inline-block;
    position: relative;
    text-align: center;
  }
  
.tooltip-block__text {
    position: absolute;
    top: -10px;
    left: 42%;
    z-index: 99999999;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    padding: 7px 11px;
    color: #808080;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    white-space: nowrap;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #dddddd;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
}

.tooltip-block__text--left {
    left: auto;
    right: -65px;
}
.tooltip-block .tooltip-block__text--left i{
    left:90%;
}
  
.tooltip-block:hover .tooltip-block__text {
    visibility: visible;
    opacity: 1;
}
  
.tooltip-block__text i {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 24px;
    height: 12px;
    margin-left: -12px;
    overflow: hidden;
}
  
.tooltip-block__text i::after {
    content: '';
    position: absolute;
    left: 50%;
    width: 12px;
    height: 12px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    background-color: #ffffff;
    border: 1px solid #dddddd;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}
  
@media screen and (max-width: 767px) {
    .tooltip-block__text {
      left: auto;
      right: -65px;
    }
    .tooltip-block__text i {
      left: auto;
    }
}
.v_nalichii{
    position: absolute;
    transform: none;
    margin-top: 0;
    top: 218px;
    right: 15px;
}
/* Для страницы поиска */
.search-icons{
    position: relative;
}
.res-table .search-icons .v_nalichii,
.res-table .search-icons .out-of-production{
    position: absolute;
    transform: none;
    margin-top: 0;
    top: 150px;
    left: 110px;
}
.res-table .product-icons-viewed_product{
    top:150px
}
.res-table .search-icons .out-of-production{
    position: absolute;
    transform: none;
    margin-top: 0;
    top: 149px;
    left: 93px;
}
.res-table .search-icons .out-of-production .out-of-production-icon{
    top:0;
    left:0;
}
.search-icons .in-production{
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    
    color: #62C340;
    position: relative;
    text-align: right;
    top: 150px;
}
.search-icons .by-order{
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    color: #808080;
    position: relative;
    text-align: right;
    top: 150px;
}

.search-icons .out-of-production{
    position: relative;
}
.out-of-production .out-of-production-icon{
    display: inline-block;
    width: 24px;
    height: 16px;
    background: url(/images/out-of-production-icon.svg) center no-repeat;
    background-size: 24px 16px;
    position: relative;
    z-index: 8;
    top: 130px;
    left: 110px;
}

.product-icons-in_production .in-production,
.product-inner .in-production{
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    color: #62C340;
    position: absolute;
    top: 210px;
    right: 15px;
    
}
/* Для страницы коллекций */
.product-item .by-order,
.product-inner .by-order{
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    color: #808080;
    position: absolute;
    transform: none;
    margin-top: 0;
    top: 210px;
    right: 15px;
}

[hidden], [filter-hidden] {
    display: none;
}

.plitka .r-tabs.tabs--detail .r-tabs-panel {
    position: relative;
}

.filter-btns {
    position: absolute;
    top: -36px;
    right: 0;
    display: flex;
    margin-left: auto;
    gap: 4px;
}

@media (max-width: 578px) {
    .filter-btns {
        position: relative;
        top: 0;
        left: 0;
        overflow-x: auto;
    }
}
.product-item .out-of-production,
.product-inner .out-of-production{
    position: absolute;
    transform: none;
    margin-top: 0;
    top: 205px;
    right: 15px;
}
.out-of-production.collections-page{
    position: absolute;
    transform: none;
    margin-top: 0;
    top: 205px;
    right: 35px;
}
.product-item .out-of-production-icon,
.product-inner .out-of-production-icon{
    top: 5px;
    left: 0px;
}

/* Для страницы расширенного поиска */
.filter-page .out-of-production,
.filter-page .out-of-production{
    position: absolute;
    transform: none;
    margin-top: 0;
    top: 200px;
    right: 28px;
}
.filter-page .out-of-production-icon,
.filter-page .out-of-production-icon{
    top: 5px;
    left: 0px;
}
.filter-page .v_nalichii{
    position: absolute;
    transform: none;
    margin-top: 0;
    top: 205px;
    right: 10px;
}

/* Для лавной */
.main-page-collections .out-of-production{
    position: absolute;
    transform: none;
    margin-top: 0;
    top: 212px;
    right: 32px;
}
.product-icons .add-to-compare.pr-compare{
    background: url("/images/c-comp-icon-new.svg");
}
.product-icons .add-to-compare.pr-compare.active{
    background: url("/images/c-comp-icon-new-a.svg");
}
/* .list-unit-image-wrap .slick-dots {
    top: 0;
}
.list-unit-image-wrap ul.slick-dots li {
    height: 100%;
    cursor: default;
} */

.reverse_call_wrapper a{
    white-space: nowrap;
    font-size: 14px;
}

img.slick-loading {
    opacity: 0;
}

@media(min-width: 1200px) {
    .index-slider__item iframe {
        min-height: 830px !important;
    }
    
}

.filter-btns .supplyPick:first-child {
    border: 1px solid #dddddd;
    border-bottom: 0;   
}
.filter-btns .supplyPick {
    font-size: 13px;
    line-height: 1.2;
}
.filter-btns .supplyPick .supIfil {
    padding: 10px 6px;
    border: none;
    border-radius: 0;
}
#available-arFilterAnalog {
    cursor: pointer;
}
.filter-btns .supplyPick:not(:first-child) {
    border: none;
}
.supIfil.btn-active, .supIfil.active {
    font-weight: 700;
}
.filter-btns .supplyPick select {
    border: 1px solid #dddddd;
    margin-bottom: 1px;
    cursor: pointer;
}

.list-reset {
    list-style: none;
    margin: 0;
    padding: 0;
}

.btn-reset {
    border: none;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-present {
    padding-top: 20px;
}

.present__filter-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.portfolio-tabs-nav {
    --gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
}

.workarea .portfolio-tabs__city, .portfolio-tabs__city {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
    text-align: left;
    min-width: 86px;
    max-width: 86px;
}

.portfolio-more__centered {
    text-align: center;
}

.portfolio-tabs-nav__btn, .portfolio-more {
    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;
    border: 2px solid #EFEFEF;
    border-radius: 0;
    padding: 9px 20px;
    width: auto;
    min-height: 43px;
    background-color: #ffffff;
    white-space: nowrap;
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    cursor: pointer;
}

.portfolio-tabs-nav__btn:focus {
    outline: none;
}

.portfolio-tabs-nav__btn:hover {
    border-color: #FFB325;
}

.portfolio-tabs-nav__btn:hover .portfolio-tabs-nav__text {
    color: #000000;
}

.portfolio-tabs-nav__btn--active {
    border-color: #FFB325;
    background-color: #FFB325;
    /* pointer-events: none; */
    color: #ffffff;
}
.portfolio-tabs-nav__btn.portfolio-tabs-nav__btn--active:hover .portfolio-tabs-nav__text {
    color: #ffffff;
}

.portfolio-tabs-nav__btn--active .portfolio-tabs-nav__text {
    color: var(--light-color);
}

.portfolio-tabs-nav__icon {
    display: block;
    margin-bottom: 16px;
    width: 48px;
    height: 48px;
    color: inherit;
    fill: currentColor;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
}

.portfolio-tabs-nav__text {
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #000000;
    pointer-events: none;
}

@media (max-width: 768px) {
    .present__filter-item {
        flex-direction: column;
    }
    .portfolio-tabs-nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        /* -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; */
    }
}

.portfolio__market {
    padding-top: 20px;
}

.portfolio-tabs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 50px;
}

.portfolio-tabs__item a {
    display: block;
    width: 100%;
    height: 100%;
}

.portfolio-item__content {
    margin-top: 25px;
}

.portfolio-item__preview {
    height: 470px;
}

.portfolio-item__image {
    display: block;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.portfolio-item__descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 8px;
}

.portfolio-item__descr span{
    line-height: 1.2;
    font-size: 14px;
    color: #BB2649;
    position: relative;
}

.portfolio-item__descr span:not(:first-child):before {
    content: '';
    position: absolute;
    width: 2px;
    height: 2px;
    background-color: #D9D9D9;
    top: 8px;
    left: -13px;
}

.workarea h3.portfolio-item__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .portfolio-tabs {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        row-gap: 30px;
    }
    .present__filter-item {
        margin-bottom: 20px;
    }

    .portfolio-item__preview {
        height: 400px;
    }
}

@media (max-width: 576px) {
    .portfolio-tabs {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 30px;
    }

    .portfolio-item__content {
        margin-top: 18px;
    }

    .portfolio-item__title {
        font-size: 20px;
    }

    .portfolio-item__preview {
        height: 350px;
    }
}

.portfolio-tabs__item {
    display: none;
}

.portfolio-tabs__item--visible {
    display: block;
}

.portfolio-tabs__item--visible-more {
    display: block !important;
}

.portfolio-more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 60px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    padding: 9px 20px;
    border: 2px solid #FFB325;
    color: #000000;
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.portfolio-more:focus {
    outline: none;
}

.portfolio-more:hover {
    border-color: #FFB325;
}

.fancybox-navigation .compensate-for-scrollbar {
    margin: 0 !important;
}