

/* Start:/local/components/profmaster/mainblock/templates/.default/style.css?17811747171239*/
@media (max-width: 1644.5px) {
    .hero__buttons {
        flex-wrap: wrap;
        height: calc(130px * 2);
    }
}

@media (max-width: 1279.5px) {
    .hero__buttons {
        height: max-content;
    }
    p.hero-button__text {
        display: block;
    }
    div.hero-button__inner {
        grid-gap: 15px;
        height: 100%;
    }
}

@media (min-width: 1279.5px) and (max-width: 1644.5px) {
    .hero-button {
        min-width: 280px;
        width: 50%;
    }
    .hero__content > h1 {
        font-size: 64px;
    }
}

@media (min-width: 999.5px) and (max-width: 1279.5px) {
    .hero__container.container {
        min-height: 500px;
    }

    .hero-button {
        min-width: 280px;
        width: 50%;
        height: auto;
    }
    .hero__content > h1 {
        font-size: 50px;
    }
}

@media (max-width: 999.5px) {
    a.hero-button:hover .hero-button__text {
        display: none;
    }

    p.hero-button__text {
        display: none;
    }

    .hero__content > h1 {
        font-size: 45px;
    }
}

@media (max-width: 767.5px) {
    div.hero__buttons {
        padding-bottom: 30px;
    }
}

@media (max-width: 479.5px) {
    .hero__buttons {
        height: max-content;
        padding-bottom: 0;
    }
}

/* End */


/* Start:/local/components/profmaster/advantages/templates/.default/style.css?1779263462504*/
.dotted {
    position: relative;
    border-radius: 30px;
    background: #fff;
    padding: 20px;
    width: 100%;
    height: 100%;

}

.dotted::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: inherit;
    border: 2px dashed #e9e9e9;
    mask: linear-gradient(black, black) content-box, linear-gradient(black, black);
    mask-composite: exclude;
    pointer-events: none;
}

.advantages_whitetext {
    color: #fff;
}
/* End */


/* Start:/local/components/profmaster/actions/templates/mozaic/style.css?17853476588218*/
.action_button:hover {
    /* background: #fccb06 !important; */
    /* color: #fff; */
}

.stocks__inner__4 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 170px);
    grid-template-areas: 'tt tx a1 a3' 'mn mn a2 a4' 'mn mn cs a5' 'a9 a8 a7 a6';
}

.stocks__inner__4 {
    grid-template-rows: repeat(4, 1fr);
    grid-template-areas: 'tt tt tx tx' 'mn mn mn 0' 'mn mn mn cs' 'a1 a1 a2 a2' 'a3 a4 a5 a6' 'a7 a8 a9 a0';
    align-items: center;
}

.stocks__inner__3 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 170px);
    grid-template-areas: 'tt tx a1 a2' 'mn mn a3 a4' 'mn mn cs a5';
}

.stocks__title {
    font-size: calc(1.325rem + 0.9vw);
    grid-area: tt;
}

.stocks__text {
    grid-area: tx;
    color: rgba(35, 31, 32, 0.5);
    justify-content: center;
    padding: 0 30px;
}

.stocks__text,
.stocks__header {
    display: flex;
    align-items: center;
}

.stocks__header {
    grid-area: tt;
}

.stocks__header > h2 {
    font-size: 44px;
}

.stocks__controls {
    grid-area: cs;
    display: flex;
    grid-gap: 8px;
    align-items: flex-end;
    justify-content: flex-start;
}

.stocks__nav {
    margin-top: 12px;
    display: flex;
    grid-gap: 12px;
    justify-content: center;
}

.stocks__card[data-index='0'] {
    grid-area: mn;
}

.stocks__card[data-index='0'] .stock_type_decoration {
    background: #fccb06 url(/assets/main-promo-decoration-ZPc1EhNz.png) center/cover no-repeat;
}

.stocks__card[data-index='1'] {
    grid-area: a1;
}

.stocks__card[data-index='2'] {
    grid-area: a2;
}

.stocks__card[data-index='3'] {
    grid-area: a3;
}

.stocks__card[data-index='4'] {
    grid-area: a4;
}

.stocks__card[data-index='5'] {
    grid-area: a5;
}

.stocks__card[data-index='6'] {
    grid-area: a6;
}

.stocks__card[data-index='7'] {
    grid-area: a7;
}

.stocks__card[data-index='8'] {
    grid-area: a8;
}

.stocks__card[data-index='9'] {
    grid-area: a9;
}

.stocks .stocks__card_active {
    z-index: 5;
}

.stocks .stock {
    transition: all 0.25s ease-in-out;
}

.stocks .stock__content-big {
    color: #231f20;
}

.stocks .stock_type_default,
.stocks .stock_type_big {
    will-change: transform, background-color, padding, opacity;
}

.stock__header .label_type_medium {
    padding: 15px 20px;
    border-radius: 10px;
}

.stock__header .label_variant_bluer {
    position: relative;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    color: #fff !important;
    font-weight: 500;
    z-index: 2;
}

.stock_type_default .label__text {
    color: #000;
}

.stock_type_default .label {
    background: #eaeaea;
}

.stock_type_default {
    background: #fff !important;
}

.stock__title_big {
    color: #fff;
}

.stock_type_big .stock__icon {
    display: none;
}

.stock__title_big .label__text {
    color: #fff;
}

.action_button {
    background: #fccb06;
    color: #231f20;
    height: 53px;
    padding: 10px 15px;
    border-radius: 10px;
    line-height: 100%;
    max-width: 200px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.action_button:hover {
    background: #ffab18;
    color:#000;
}

.stock__content-description {
    color: var(--bs-white);
    padding: 15px 0px;
}

.stocks .stock__icon {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 50px;
    height: 50px;
    transform: rotate(-45deg);
}

/* ................................................................... */

/* 
.stocks__grid {
    display: grid;
    gap: 20px;
}

.stocks__grid--3cols {
    grid-template-columns: repeat(3, 1fr);
}

.stocks__grid--4cols {
    grid-template-columns: repeat(4, 1fr);
} */

.container > .formwork-page__stocks > .stocks > .stocks__inner > .container {
    margin: 0;
}

/* ---- Mobile slider (hidden by default) ---- */
.stocks__mob {
    display: none;
}

.stocks__mob-header {
    display: none;
}

.stocks__mob .carousel .swiper-slide {
    height: auto;
}

/* MEDIA */
@media (max-width: 1279.5px) {
    .stocks__inner__3 {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(4, 170px);
        grid-template-areas: 'tt tx a1' 'mn mn a2' 'mn mn cs' 'a3 a4 a5';
    }
    h3.stock__title {
        font-size: 25px;
    }
}

@media (max-width: 999.5px) {
    .stocks__card[data-index='3'],
    .stocks__card[data-index='4'],
    .stocks__card[data-index='5'],
    .stocks__card[data-index='6'],
    .stocks__card[data-index='7'],
    .stocks__card[data-index='8'],
    .stocks__card[data-index='9'] {
        opacity: 0;
        display: none;
    }

    .stocks.stocks__main {
        margin: 0;
        height: auto;
        min-height: 690px;
        padding-bottom: 0;
    }
}

@media (max-width: 767.5px) {
    .stocks__card[data-index='1'],
    .stocks__card[data-index='2'] {
        opacity: 0;
        display: none;
    }

    .stocks__inner__4 {
        grid-template-rows: auto;
        grid-template-columns: 100%;
        grid-template-areas: 'tt' 'tx' 'mn' 'cs';
    }

    .stocks.stocks__main {
        min-height: 616px;
    }
}

@media (max-width: 479.5px) {
    .scaffolding-page__stocks {
        margin-inline: 10px;
    }

    .container > .scaffolding-page__stocks .container,
    .container > .scaffolding-page__stocks .container > .scaffolding-page__stocks {
        margin: 0;
    }

    /* Hide desktop grid */
    .stocks__main {
        display: none;
    }

    /* Show mobile slider */
    .stocks__mob {
        display: flex;
        flex-direction: column;
        margin-top: 24px;
    }

    .stocks__mob-header {
        display: block;
    }

    .stocks__mob-header h2 {
        font-size: 34px;
        margin-bottom: 8px;
    }

    .stocks__mob-header .stocks__text {
        display: block;
        padding: 0;
        margin-bottom: 10px;
    }

    .stocks__mob .carousel .swiper-slide .stock {
        min-height: 420px;
        border-radius: 20px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .stocks__mob .carousel .swiper-slide .stock__icon {
        display: flex !important;
    }

    .stocks__mob .carousel .swiper-slide .stock__content {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .stocks__mob .carousel__mobile-buttons {
        margin-top: 16px;
    }
}

.container > .scaffolding-page__stocks > .stocks > .stocks__inner > .container {
    margin: 0;
}

/* Стили из файла \catalogs\scaffolding\index.php */
.label_type_medium {
    padding: 15px 20px;
    border-radius: 10px;
}

.label_variant_bluer {
    position: relative;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    color: #fff !important;
    font-weight: 500;
    z-index: 2;
}

.label {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    height: -moz-fit-content;
    height: fit-content;
}

.stock_type_default .label__text {
    color: #000;
}

.stock_type_default .label {
    background: #eaeaea;
}

.stock_type_default {
    background: #fff !important;
}

.stock__title_big {
    color: #fff;
}

.stock_type_big .stock__icon {
    display: none;
}

.stock__title_big .label__text {
    color: #fff;
}

.action_button {
    background: #fccb06;
    color: #231f20;
    height: 53px;
    padding: 10px 15px;
    border-radius: 10px;
    line-height: 100%;
    max-width: 200px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.action_button:hover {
    background: #ffab18;
}

.stock__content-description {
    color: #fff;
    padding: 10px 0px;
}

.stocks .stock__icon {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 50px;
    height: 50px;
    transform: rotate(-45deg);
}
/* End */


/* Start:/local/components/profmaster/choice-clients/templates/.default/style.css?17809011533300*/
/* Затемненный фон */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.popup-overlay.active {
    display: flex;
}

/* Контент попапа */
.popup-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

/* Изображение */
.popup-image {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 4px;
    padding: 5px;
    background-color: white;
}

/* Кнопка закрытия */
.popup-close {
    position: absolute;
    top: -40px;
    right: 0;
    width: 40px;
    height: 40px;
    background: #fccb06;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
    margin: 20px;
}

.popup-close:hover {
    background-color: white;
}

/* Для мобильных устройств */
@media (max-width: 768px) {
    .popup-close {
        top: -50px;
        right: 10px;
    }
}

/* Product card styles */
.product-card {
    display: flex;
    grid-gap: 10px;
    /* width: 100%; */
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    flex-direction: column;
}

@media (min-width: 1045px) {
    .product-card {
        width: calc(25% - 15px);
    }
}

.product-card__title {
    font-size: 20px;
}

.product-card__header {
    flex-direction: column;
}

.product-card__header,
.product-card__top-labels {
    display: flex;
    grid-gap: 10px;
}

.product-card__top-labels > * {
    flex: 1 1;
}

.product-card__thumbnail {
    width: 100%;
    height: 163px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.product-card__thumbnail__label {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.product-card__specs {
    display: flex;
    flex-direction: column;
    grid-gap: 4px;
    flex: 1;
    /* display: none !important; */
}

.product-card__footer {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}

.product-card__bottom-buttons {
    width: 100%;
    display: flex;
    grid-gap: 10px;
}

.product-card__bottom-buttons > * {
    flex: 1 1;
}

.product-card h5 {
    min-height: 38px;
}

@media (max-width: 1919.5px) {
    .product-card__top-labels {
        flex-wrap: wrap;
    }
}

@media (max-width: 1044.5px) {
    .customers-choice__card4.product-card {
        display: none;
    }
}

@media (max-width: 999.5px) {
    .customers-choice__cards > article:nth-child(4) {
        display: none;
    }
}

@media (max-width: 768.5px) {
    .customers-choice__cards > article:nth-child(3) {
        display: none;
    }
    .customers-choice__card3.product-card {
        display: none;
    }
}

@media (max-width: 479.5px) {
    .customers-choice__cards {
        flex-direction: column;
    }
    section.customers-choice {
        padding: 0 10px;
    }
}

/* End */


/* Start:/local/components/profmaster/mix/templates/.default/style.css?178003140048*/
.about__slider-title {
    padding-bottom:5px;
}
/* End */


/* Start:/local/components/profmaster/reviews/templates/.default/style.css?17792634621265*/
/* Затемненный фон */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.popup-overlay.active {
    display: flex;
}

/* Контент попапа */
.popup-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

/* Изображение */
.popup-image {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 4px;
    padding: 5px;
    background-color: white;
}

/* Кнопка закрытия */
.popup-close {
    position: absolute;
    top: -40px;
    right: 0;
    width: 40px;
    height: 40px;
    background: #fccb06;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
    margin: 20px;
}

.popup-close:hover {
    background-color: white;
}
.slide iframe {
    width: 100%;
    height: 100%;
}
/* Для мобильных устройств */
@media (max-width: 768px) {
    .popup-close {
        top: -50px;
        right: 10px;
    }
}
/* End */


/* Start:/local/components/profmaster/certs/templates/.default/style.css?17792634621530*/
/* Затемненный фон */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.popup-overlay.active {
    display: flex;
}

/* Контент попапа */
.popup-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

/* Изображение */
.popup-image {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 4px;
    padding: 5px;
    background-color: white;
}

/* Кнопка закрытия */
.popup-close {
    position: absolute;
    top: -40px;
    right: 0;
    width: 40px;
    height: 40px;
    background: #fccb06;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
    margin: 20px;
}

.popup-close:hover {
    background-color: white;
}

/* Для мобильных устройств */
@media (max-width: 768px) {
    .popup-close {
        top: -50px;
        right: 10px;
    }
}

/* Стили для сертификатов */
.certificate__title {
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    height: 4.8em;
    margin: 0;
    padding-right: 40px;
}
/* End */


/* Start:/local/components/profmaster/cams/templates/.default/style.css?17792634621605*/
/* Затемненный фон */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.popup-overlay.active {
    display: flex;
}

/* Контент попапа */
.popup-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

/* Изображение */
.popup-image {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 4px;
    padding: 5px;
    background-color: white;
}

/* Кнопка закрытия */
.popup-close {
    position: absolute;
    top: -40px;
    right: 0;
    width: 40px;
    height: 40px;
    background: #fccb06;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
    margin: 20px;
}

.popup-close:hover {
    background-color: white;
}

.warehouses {
    margin-top: 50px;
}

/* Для мобильных устройств */
@media (max-width: 768px) {
    .popup-close {
        top: -50px;
        right: 10px;
    }
}

@media (min-width: 1575px) {
    .warehouses__title {
        font-family: "Roboto Flex";
        font-weight: 600;
        font-size: 112px;
        line-height: 0.8;
    }
}

@media (max-width: 1574px) {
    .warehouses__title {
        font-family: "Roboto Flex";
        font-weight: 600;
        font-size: 70px;
        line-height: 0.8;
    }
}
/* End */


/* Start:/local/components/profmaster/blog/templates/.default/style.css?17815056081434*/
/* Затемненный фон */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.popup-overlay.active {
    display: flex;
}

/* Контент попапа */
.popup-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

/* Изображение */
.popup-image {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 4px;
    padding: 5px;
    background-color: white;
}

/* Кнопка закрытия */
.popup-close {
    position: absolute;
    top: -40px;
    right: 0;
    width: 40px;
    height: 40px;
    background: #fccb06;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
    margin: 20px;
}

.popup-close:hover {
    background-color: white;
}

/* Для мобильных устройств */
@media (max-width: 1279.5px) {
    section.news-preview {
        padding-bottom: 80px;
    }
}

@media (max-width: 767.5px) {
    .popup-close {
        top: -50px;
        right: 10px;
    }
    section.news-preview {
        padding-bottom: 64px;
    }
    .carousel__header h2 {
        font-size: 34px;
    }
}

/* End */
/* /local/components/profmaster/mainblock/templates/.default/style.css?17811747171239 */
/* /local/components/profmaster/advantages/templates/.default/style.css?1779263462504 */
/* /local/components/profmaster/actions/templates/mozaic/style.css?17853476588218 */
/* /local/components/profmaster/choice-clients/templates/.default/style.css?17809011533300 */
/* /local/components/profmaster/mix/templates/.default/style.css?178003140048 */
/* /local/components/profmaster/reviews/templates/.default/style.css?17792634621265 */
/* /local/components/profmaster/certs/templates/.default/style.css?17792634621530 */
/* /local/components/profmaster/cams/templates/.default/style.css?17792634621605 */
/* /local/components/profmaster/blog/templates/.default/style.css?17815056081434 */
