

/* Start:/uslugi/css/desktop.css?17576592374911*/
.services-desktop-wrap .pages-title-top {
    font-size: 48px;
    font-weight: 700;
    color: #1d1d26;
    min-height: auto;
    margin: 0;
}

.services-desktop-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.services-block-wrap .services-desktop-inner a {
    width: calc(100% / 3 - 23px);
    margin-right: 45px;
    margin-bottom: 35px;
    border-radius: 10px;
}

.services-block-wrap .services-desktop-inner a:nth-child(3n) {
    width: calc(100% / 3 - 45px);
    margin-right: 0;
}

.services-desktop-wrap .services-block-wrap .services-desktop-inner .production-pict img {
    max-width: 100%;
    border-radius: 10px;
    height: 280px;
    max-height: 280px;
}

.services-block-wrap .services-desktop-inner .service-text {
    position: relative;
    font-weight: 700;
    font-size: 30px;
    color: #2a2a36;
    text-decoration: underline;
    text-underline-offset: 7px;
    text-align: left;
    justify-content: flex-start;
    margin: 0;
    max-width: 100%;
    opacity: 1;
    transition: opacity 0.5s;
}

.services-block-wrap .services-desktop-inner .service-text:hover {
    opacity: 0.7;
    transition: opacity 0.5s;
}

.services-catalog-title-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

/* -------------------------------------------------------------------- */
/* ---------------------- SERVICES DETAIL ----------------------------- */
/* -------------------------------------------------------------------- */
h1.blog-news-title.production-box-title.main-title-news, h1.blog-news-title.production-box-title {
    font-size: 48px;
    font-weight: 700;
    border: none;
    margin-bottom: 50px;
}

.products-links-top-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.products-links-top-wrap a.active {
    box-shadow: 3.4px 5px 8.2px 0.8px rgba(44, 44, 57, 0.1);
    background-color: #2a2a36;
    color: #fff;
    cursor: auto;
}

.products-links-top-wrap a {
    box-shadow: 3.4px 5px 8.2px 0.8px rgba(44, 44, 57, 0.05);
    background-color: #f0f0f0;
    color: #2a2a36;
    padding: 10px 20px;
    border-radius: 10px;
    margin-right: 15px;
    cursor: pointer;
    margin-bottom: 10px;
}

.production-block-wrap, .production-box-wrap {
    margin-top: 20px;
}

.production-box-wrap .production-list-data-wrap .production-list-text.bigger {
    height: 100%;
    overflow: visible;
}

.production-list-data-wrap .production-list-text {
    margin-bottom: 30px;
}

.production-box-wrap .production-box-title {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    text-transform: none;
    border-bottom: 1px solid #ccc;
    min-height: auto;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    text-align: left;
}

.production-list {
    width: 100%;
    padding-left: 20px;
    margin-bottom: 20px;
}

.production-list .production-list-data, .production-box-wrap p {
    font-size: 18px;
    position: relative;
}

ul .production-list-data::before, .production-list-view-inner::before {
    color: #ff0000;
    content: "\2022";
    display: inline-block;
    margin: -8px 5px 0 -19px;
    position: absolute;
    top: 0;
    font-size: 24px;
}

.production-pict {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.product-region-other-blocks-wrapper {
    display: flex;
}

.product-bases .select-city,
.product-bases .select-region {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #2b2b37;
    border-radius: 5px;
    font-size: 1rem;
    color: #2b2b37;
    position: relative;
    height: 50px;
    cursor: pointer;
}

.product-region-other-blocks {
    margin-right: 20px;
    width: 100%;
}

.product-region-other-blocks, .product-city-other-blocks {
    width: 100%;
    position: relative;
}

.product-bases .select-region-inner, .product-bases .select-city-inner {
    margin: 0 0 20px;
    display: block;
    width: 100%;
    border: 1px solid #2b2b37;
    border-top: none;
    height: 295px;
    overflow: auto;
    position: absolute;
    background-color: #fff;
    z-index: 1;
}

.product-bases .select-region-inner > div,
.product-bases .select-city-inner > div {
    display: block;
    padding: 10px;
    color: #2b2b37;
}

@media screen and (max-width: 1440px) {
    .services-block-wrap .services-desktop-inner .service-text {
        font-size: 30px;
    }
}

@media screen and (max-width: 1200px) {
    .services-block-wrap .services-desktop-inner .service-text {
        font-size: 28px;
    }
}
/* End */


/* Start:/bitrix/templates/desktop/components/av/show.warehouse/desktop/style.css?17249298335642*/
.blog-news-title.production-box-title.delivery-title-main {
    font-size: 48px;
    border-bottom: none;
    margin-bottom: 30px;
}

.blog-news-title.production-box-title {
    text-transform: none;
}

.product-bases.product-bases-delivery .warehouse-element-wrap .warehouse-element-inner {
    height: 100%;
}

.warehouse-element-desktop-inner {
    display: flex;
    margin-top: 10px;
}

.warehouse-element-desktop-inner > * {
    width: calc(100% / 4);
}

.warehouse-element-wrap .warehouse-element-title {
    background-color: #f0f0f0;
    padding: 15px;
    border-radius: 5px 5px 0 0;
    font-size: 18px;
    font-family: "Roboto-Bold", sans-serif;
    color: #22222c;
    display: block;
}

.warehouse-element-wrap .warehouse-element-title {
    text-decoration: underline;
}

.warehouse-element-address {
    font-size: 1rem;
    color: #999;
    text-decoration: underline;
}

.warehouse-element-icon {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-left: 40px;
    margin-top: 10px;
    padding: 0 10px;
}

.warehouse-element-icon.warehouse-element-hours-wrap {
    margin-top: 20px;
}

.warehouse-element-icon::before {
    content: '';
    /*background: url('/bitrix/templates/mobile/images/icons/sprite.png') no-repeat;*/
    width: 27px;
    height: 40px;
    position: absolute;
    top: -10px;
    left: -30px;
}

.warehouse-element-inner .warehouse-element-icon.empty-box::before {
    display: none;
}

.warehouse-element-address::before {
    background-position: -2px -200px;
}

.warehouse-element-phones-wrap::before {
    background-position: -34px -200px;
}

.warehouse-element-hours-wrap::before {
    background-position: -100px -200px;
}

.warehouse-element-phones-inner {
    font-size: 18px;
    font-family: "Roboto-Bold", sans-serif;
}

.warehouses-map .H_ib_body {
    width: 220px;
    padding: 10px;
    font-size: 12px;
}

.warehouse-element-desktop-inner .type-detail-product-pict-wrap.not-empty-base {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0.6px 0.8px 13px 0 rgb(0 0 0 / 20%);
    background-color: #fff;
    border-radius: 10%;
}

.warehouse-element-hours-inner {
    width: calc(100% / 2);
    display: flex;
    flex-direction: column;
}

.product-bases .warehouses-data-inner:not(:empty) {
    margin-top: 30px;
}

.product-bases .warehouse-element-icon.warehouse-element-hours-wrap {
    flex-direction: row;
}

.product-bases .warehouse-element-icon.warehouse-element-hours-wrap,
.product-bases .warehouse-element-wrap .type-detail-products {
    margin-top: 10px;
    display: flex;
}

.product-bases .warehouse-element-icon.warehouse-element-hours-wrap.empty-box::before,
.product-bases .warehouse-element-wrap .warehouse-element-inner::after {
    display: none;
}

.product-bases .warehouse-element-wrap.active-filter {
    box-shadow: 2.2px 3.3px 13.4px 0.6px rgb(29 29 38 / 10%);
    background-color: #fff;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.last-delivery-box {
    margin: 60px 0;
    border-top: 1px solid #ccc;
    padding-top: 50px;
}

.last-delivery-box h2 {
    font-size: 48px;
    border-bottom: none;
}

.last-delivery-box button {
    margin: 20px 0 40px;
}

.delivery-wrapper p {
    font-size: 18px;
    line-height: 24px;
}

.product-bases a.warehouse-element-icon:hover {
    opacity: 1;
    text-decoration: none;
    color: #000;
}

.product-bases .warehouse-element-icon::before {
    content: '';
    background: url('/bitrix/templates/mobile/images/icons/sprite.png') no-repeat;
    width: 27px;
    height: 40px;
    position: absolute;
    top: -10px;
    left: -30px;
}

.product-bases .warehouse-element-address::before {
    background-position: -2px -200px;
}

.product-bases .warehouse-element-phones-wrap::before {
    background-position: -34px -200px;
}

.product-bases .warehouse-element-hours-wrap::before {
    background-position: -100px -200px;
}

.product-bases .warehouse-element-icon.warehouse-element-phones-wrap::before {
    top: -2px;
}

.production-box-wrap .production-box-title {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    text-transform: none;
    border-bottom: 1px solid #ccc;
    min-height: auto;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    text-align: left;
}

.production-list .production-list-data, .production-box-wrap p {
    font-size: 18px;
}

.production-box-wrap .production-list-data-wrap .production-list-text.bigger::after,
.production-box-wrap.main-directions-inner-data .effect-wrap.drop-all-effect {
    display: none;
}

.production-box-wrap .production-list-data-wrap .production-list-text.bigger {
    height: 100%;
}

.production-wrap + p img,
.production-pict img,
.production-box-wrap p img,
.production-box-wrap + p img {
    border-radius: 10px;
    max-width: 80%;
    object-fit: cover;
    width: 100%;
}

.production-block-wrap .production-pict,
.production-all-wrapper .production-pict {
    justify-content: flex-start;
}

.proflist-production-box-wrap {
    display: flex;
    flex-wrap: wrap;
}

.proflist-production-box-wrap .production-pict {
    width: calc(100% / 2 - 15px);
    margin-right: 15px;
}

.proflist-production-box-wrap .production-pict img {
    max-width: 100%;
}
/* End */


/* Start:/bitrix/components/av/mailing.subscription/templates/desktop/style.css?17305405774713*/
.main-block-subscribe {
    background: url('/bitrix/components/av/mailing.subscription/templates/desktop/../.default/images/wave.svg') no-repeat 9% 34%,
    linear-gradient(140.46deg, #2C2C38 20.67%, #3A3B50 80.89%);
    border-radius: 5px;
    margin-top: 30px;
}

.main-block-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 45px;
    padding: 44px 83px;
}

.main-block-success {
    display: none;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 31px 0;
}

.main-block-success > h5 {
    color: #fff;
    font-size: 24px;
}

.main-block-action-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 45px;
}

.main-block-subscribe-data {
    display: flex;
    flex-wrap: wrap;
    width: 366px;
    position: relative;
}

.main-block-subscribe-data > [data-clear-btn] {
    display: none;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
}

.subscribe-title {
    color: #fff;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    width: max-content;
}

.subscribe-title > h4 {
    display: block;
    font-size: 24px;
    text-align: left;
    color: inherit;
}

.subscribe-title > p {
    display: block;
    font-size: 14px;
    text-align: right;
    width: 100%;
    padding: 0;
}

.input-email-subscribe {
    text-indent: 10px;
    color: #999;
    font-size: 14px;
}

.main-block-subscribe .btn-subscribe {
    background-color: #ff0000;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    transition: 0.3s;
    text-align: center;
    letter-spacing: 0.3px;
    padding: 13px 45px;
    border-radius: 5px;
    min-width: 238px;
    height: 45px;
}

@media (hover: hover) {
    .main-block-subscribe .btn-subscribe:hover {
        background-color: #CD0000;
    }
}

.message-subscribe {
    display: none;
    /*margin: 10px;*/
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0.3px;
    width: 100%;
}

.message-subscribe {
    display: none;
    align-items: center;
    gap: 6px;
    position: absolute;
    top: 52px;
}

/*.message-subscribe.active {*/
/*    display: flex;*/
/*}*/

.message-subscribe > span {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='15' viewBox='0 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.63398 0.5C8.01888 -0.166667 8.98112 -0.166667 9.36602 0.5L16.7272 13.25C17.1121 13.9167 16.631 14.75 15.8612 14.75H1.13878C0.368984 14.75 -0.112141 13.9167 0.272759 13.25L7.63398 0.5Z' fill='%23FF0000'/%3E%3C/svg%3E%0A");    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 21px;
    height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}

.message-subscribe > p {
    color: #FFFFFF;
    font-size: 12px;
    padding: 0;
}

.main-block-subscribe-data .input-email-subscribe {
    height: 45px;
    width: 100%;
    border-radius: 5px;
    border: none;
    background-color: #FFFFFF;
    padding-left: 10px;
    color: #292836;
}

.main-block-subscribe-data .input-email-subscribe.invalid {
    border: 1px solid #CD0000;
    background-color: #FFEEEE;
}

.mail-form-captcha {
    margin-left: 25px;
    transform: scale(0.7);
    transform-origin: 0;
}

@media screen and (max-width: 1440px) {
    .main-block-action {
        flex-direction: column;
        gap: 30px;
    }
    .subscribe-title > p {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .main-block-action-wrapper {
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }
    .main-block-subscribe-data {
        width: 100%;
    }
    .main-block-subscribe .btn-subscribe {
        min-width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .main-block-action-wrapper {
        gap: 26px;
    }
    .main-block-action {
        gap: 20px;
        padding: 20px 15px;
    }
    .subscribe-title > h4 {
        font-size: 16px;
        font-weight: 400;
        line-height: 18.75px;
    }
    .subscribe-title > p {
        font-size: 12px;
        line-height: 14.06px;
    }
    .message-subscribe {
        top: 47px;
    }
    .main-block-success > h5 {
        font-size: 20px;
        text-align: center;
    }
}

/* End */
/* /uslugi/css/desktop.css?17576592374911 */
/* /bitrix/templates/desktop/components/av/show.warehouse/desktop/style.css?17249298335642 */
/* /bitrix/components/av/mailing.subscription/templates/desktop/style.css?17305405774713 */
