@media (min-width: 1180px) {
h1, .breadcrumbs,
.sub-categories,
.categories-ex{
    position: relative;
}
h1:after,
.sub-categories:after,
.breadcrumbs:after {
    content: '';
    background: #F9F8F7;
    position: absolute;
    left: -50%;
    right: -50%;
    top:-30px;
    bottom: 0px;
    z-index:-1;
}

html {
    scroll-behavior: smooth;
}

.sidebar.right {
    text-align: right;
}

.lift {
    -webkit-transition: -webkit-box-shadow .25s ease, -webkit-transform .25s ease;
    transition: -webkit-box-shadow .25s ease, -webkit-transform .25s ease;
    transition: box-shadow .25s ease, transform .25s ease;
    transition: box-shadow .25s ease, transform .25s ease, -webkit-box-shadow .25s ease, -webkit-transform .25s ease;
}

.lift:hover {
    -webkit-transition: -webkit-box-shadow .25s ease, -webkit-transform .25s ease;
    transition: -webkit-box-shadow .25s ease, -webkit-transform .25s ease;
    transition: box-shadow .25s ease, transform .25s ease;
    transition: box-shadow .25s ease, transform .25s ease, -webkit-box-shadow .25s ease, -webkit-transform .25s ease;
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}

.categories-ex:after {
    content: '';
    background: #F9F8F7;
    position: absolute;
    left: -50%;
    right: -50%;
    top:-30px;
    bottom: -45px;
    z-index:-1;
}
}

@media (min-width: 1180px) {
    .categories-ex {
        margin-bottom: 3rem;
        margin-top: -1.6rem;
}
    .categories-ex__img {
        width: 7.8rem;
}
    .categories-ex__item {
        background: #fff;
        padding: 1rem;
}
    .products-table__content {
        justify-content: center;
        padding-right: 1rem;
    }
    .products-table__prices-stock {
        flex-direction: row;
        gap: 2rem;
    }
    .products-table__stocks, .products-table__cart {
        justify-content: center;
        display: flex;
    }
    .products__button {
        width: auto;
        padding: .375rem 2rem;
    }
    .products-table__add-to-cart {
        justify-content: flex-end;
}
    .products-table {
        gap: .7rem;
    }
    .product__three, .up-main__wrap, .up-page, .up-photos {
        margin-top: 3.5rem;
}
}

@media (min-width: 767.98px) {
    .products-table__item {
        grid-template-columns: 3rem auto 24rem;
        padding: .1rem 1rem;
    }
    .products-table__prices-cart {
        gap: 0;
    }
}

.products-table__skus {
    display: none;
}

.h-item-text-2 {
    padding-right: 2rem;
    margin-left: auto;
}

.-up-header-text a {
    font-size: clamp(1rem, 1.5vw, 1.375rem);
    font-weight: 500;
    color: #16161c;
    transition: var(--up-all-transition);
}

.-up-header-text a:hover {
    color: #007EE7;
}

.-up-header-text .icon {
    fill: #007EE7;
}

.btn-accent {
    --up-btn-bg: none;
    --up-btn-border-color: none;
    --up-btn-color: #16161c;
    --up-btn-padding-x: 0;
}

.button-catalog__btn .icon {
    fill: #007EE7;
}

.btn:hover:not(:disabled):not(.up-preloader) {
    background: transparent !important;
    color: #252525 !important;
    transition: var(--up-all-transition);
}

.btn-xl {
    padding: .625rem 1.875rem;;
}

.blocks__title {
    margin-bottom: 3rem;
}

.blocks__title .btn-active:not(:disabled):not(.up-preloader) {
    background: #F9F8F7 !important;
    border: 1px solid #ccc !important;
    color: #252525 !important;
    transition: var(--up-all-transition);
    font-weight: 500;
}


.btn.btn-active:not(:disabled):not(.up-preloader) {
    background: none;
    color: #007EE7;
}

.up-nav__bar {
--up-flex-gap: var(--up-nav-bar-gap, 2rem);
}

.up-nav__bar a, .button-catalog__btn {
    font-size: clamp(1rem, 1.5vw, 1.125rem);
    font-weight: 500;
}

.color-mute {
    color: #9e9e9e;
}

@media (min-width: 1180px) {
    h1 {
        position: relative;
        padding: 2.5rem 0 3rem 0;
        font-size: clamp(2.625rem, 1.5vw, 4rem);
        font-weight: 500;
    }
    h2,h3,h4 {
        font-weight: 500;
    } 
    .breadcrumbs {
        position: relative;
        padding-top: 1rem;
    }
}

@media (min-width: 992.98px) {
    .breadcrumbs {
        font-size: .938rem;
    }
}

.up-nav__item  .active {
    color: #007EE7;
}





/* STATS BAR */
        .stats-inner {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
        }

        .stat-item {
            padding: 25px 40px;
            border-right: 1px solid #f0f0f0;
        }

        .stat-item:last-child { border-right: none; }

        .stat-num {
            font-size: 1.875rem;
            font-weight: 600;
            line-height: 1;
            margin-bottom: 12px;
            color: #00569C;
        }

        .stat-label {
            font-size: 1rem;
            font-weight: 400;
        }


@media (max-width: 768px) {
            .stat-num {font-size: 1.4rem;font-weight: 400;}
            .stats-bar { padding: 0px; }
            .stat-item {padding: 20px 0px;}
            .stats-inner {grid-template-columns: repeat(2, 1fr);}
}

@media (min-width: 767.98px) {
.parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    column-gap: 35px;
    row-gap: 40px;
}
    
.div2, .div4, .div6 {
    grid-column: span 3 / span 3;
}

}

.gallery-8.gallery-slick-block {
height: 100%;
}

.gallery-8.gallery-slick-block a .gallery-slick {
height: 100%;
background-size: 100% 100%;
} 
        
.div1.lift, .div3.lift, .div5.lift {
    max-width: 100%;
    min-width: 0px;
}

.slick-dots {
    padding-left: 0 !important;
}

.div1 img {
    border: 1px solid #ccc;
}


.item-views.documents_list .docs_wrap {
    border: none;
    padding: 0;
}

.margin0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.item-views.documents_list.type_2 .docs-block .item {
    margin: 0 0 -1px;
    width: 100%;
}

.item-views .item {
    position: relative;
}

.pull-left {
    float: left !important;
}

.item-views.documents_list.type_2 .docs-block .blocks {
    margin: 0;
    padding: 27px 29px 28px;
}

body .docs-block .blocks {
    display: block;
    margin: 18px 0;
}

.shadow {
    transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -ms-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    -webkit-transition: box-shadow 0.3s ease;
}

.item-views.documents_list.type_2 .docs-block .blocks .inner-wrapper {
    padding-right: 70px;
    padding-left: 68px;
}

body .docs-block .blocks .inner-wrapper {
    min-height: 40px;
    position: relative;
    padding: 0 0 0 59px;
}

.docs-block .blocks.pdf .inner-wrapper:before {
    background-position: 0 0;
}

.docs-block .blocks .inner-wrapper:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 40px;
    height: 40px;
    background: url(/bitrix/templates/aspro-priority/images/svg/docs.svg) 0 -84px no-repeat;
}

.item-views.documents_list .docs-block .blocks .inner-wrapper .title {
    position: relative;
    z-index: 4;
    margin: 0 0 3px;
    line-height: 1.4667em;
}

.item-views.documents_list .docs-block .blocks .inner-wrapper .title a {
    display: inline;
    white-space: normal;
}

.docs-block .blocks .inner-wrapper .filesize {
    color: #999;
}

/* start files*/
.standarts_files {
    display: block;
}

.standarts_file {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #9e9e9e;
    display: flex;
    align-items: center;
    gap: 25px;
}

.standarts_file_standart {
    width: 160px;
    font-weight: 600;
}

.standarts_file_name {
    flex: 1;
    padding-right: 2rem;
}

.standarts_file_name a {
    color: #252525;
    transition: all .15s ease-out;
    text-decoration: none !important;
    margin-left: 50px;
}

.standarts_file_name a:hover {
    color: #00569C;
    transition: all .15s ease-out;
    text-decoration: none !important;
}

.pdf-files {
    display: inline-flex;
    vertical-align: middle;
}

.pdf-files:before {
    content: url('/wa-data/public/site/custom_img/svg_custom/pdf_icon.svg');
    width: 32px;
    height: 25px;
    position: relative;
    top: -3px;
    left: -10px;
}
.standarts_file_size {
    color: #9e9e9e;
}

@media (max-width: 768px) {
    .standarts_file {
        flex-wrap: wrap;
        gap: 12px;
    }
    .standarts_file_standart {
        width: 100%;
    }
    .standarts_file_ {
        width: 100%;
    }
    .standarts_file_name {
        width: 100%;
    }
    .standarts_file_size {
        width: 100%;
    }
    .standarts_file_download {
        width: 100%;
    }

}

.sl-overlay {
    background: #101010 !important;
}

/* Contacts */


@media (min-width: 1180px) {
.contacts_parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.5rem 5rem;
}

.form__title {
    font-size: 2.25rem;
    line-height: 1.3;
    font-weight: 500;
    color: #000;
    margin-bottom: 50px;
}

.form-wrap {
    display: grid;
    grid-template-areas: "left right right";
}

.contacts_div2 {
    grid-column: span 2 / span 2;
}

.contacts_div4 {
    grid-column-start: 2;
}

.contacts_div5 {
    grid-column-start: 3;
}

.contacts_div6 {
    grid-column-start: 2;
}

.contacts_div7 {
    grid-column-start: 3;
}

.contacts_div8 {
    grid-column-start: 2;
}

.contacts_title {
    font-size: 1.5rem;
    opacity: .5;
}

.adr_title {
    font-size: 1.25rem;
    line-height: 1.5;
    opacity: .5;
    padding-bottom: .7rem;
}

.adr_name, .adr_tel, .adr_email {
    font-size: 1.25rem;
    line-height: 1.7;
}

.adr_tel {
    color: #252525;
    text-decoration: none !important;
    /*border-bottom: 1px solid #939393;*/
    transition: all .15s ease-out;
}

.adr_email {
    text-decoration: none !important;
    border-bottom: 1px solid #257de3;
    transition: all .15s ease-out;
}

.adr_email:hover, .adr_tel:hover {
    color: #1e64b6;
    border-bottom: none;
    transition: all .15s ease-out;
}

.contacts_maps {
    padding: 4rem 0;
}
.wrap_bg {
    margin: 6rem 0;
    padding: 5rem 0;
}
.form-wrap .grid-item {
    padding-left: 12.3rem;
}
}
/*
@media (min-width: 1180px) { 
        .contacts_form {
          width: 50vw;
          margin-left: 50%;
        }
        .contacts_form > div {
          width: 100vw; 
          margin-left: -100%;
        }
      }
*/


/* End Contacts */

.wrap_bg {
    background-color: #e9ecf0;
    background-image: url('/wa-data/public/site/custom_img/svg_custom/form-section-bg.svg');
    background-position: 0 100%;
    background-repeat: no-repeat;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50vw);
}

.contactme-form {
    max-width: 574px;
    width: 100%;
}
/*end files*/


input.contactme-txt {
    border-style: solid;
    padding-left: 5px;
    width: 100%;
    margin: 4px 0px;
    box-sizing: border-box;
    line-height: 2em;
    border-bottom: 1px solid #ec651d;
    background-color: #e9ecf0;
}

textarea.contactme-txt {
    padding: 8px 5px 50px 5px !important;
    border-bottom: 1px solid #ec651d;
    background-color: #e9ecf0;
}

.contactme-file-block {
    border-width: 0px;   
    border-style: none !important;
}

input[type="checkbox"]:checked + .checkbox-label:before, input[type="checkbox"]:not(:checked) + .checkbox-label:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 5px;
    width: 30px !important;
    height: 30px !important;
    border: 1px solid #ec651d !important;
    background-color: #e9ecf0 !important;
}

input[type="checkbox"]:checked + .checkbox-label:after, input[type="checkbox"]:not(:checked) + .checkbox-label:after {
    left: 9px !important;
    bottom: 18px !important;
    width: 16px !important;
    height: 8px !important;
    border-radius: 1px;
    border-left: 2px solid #999;
    border-bottom: 2px solid #999;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input[type="checkbox"]:checked + .checkbox-label, input[type="checkbox"]:not(:checked) + .checkbox-label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 45px !important;
}

.required label {
    font-size: 1rem !important;
}

.contactme-submit {
    padding-top: 20px;
    text-align: left !important;
}

.flex-title-contacts {
  display: flex;
  align-items: center;
}
.title-contacts {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 5px;
}
.btn-download-card {
    width: 323px;
    padding: 12px 29px;
    border-radius: 5px;
    background: #3179bd;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    line-height: 140%;
    text-decoration: none !important;
    font-weight: 400;
    max-width: 209px;
    box-sizing: border-box;
    margin-right: 20px;
    position: relative;
}
.btn-download-card:hover {
    color: #fff;
}
.icon-download {
    height: 30px;
    width: 30px;
    background-image: url('/wa-data/public/site/custom_img/svg_custom/upload.svg');
    display: inline-block;
    position: absolute;
    right: 21px;
    top: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
    .flex-title-contacts {
        display: grid;
    }
}

.up-photos__wrap.grid {
    --up-grid-columns: 2;
}
.up-photos__albums_3 {
    --up-grid-columns: 2;
    margin-bottom: 2rem;
}
    .up-photos__albums-name {
        line-height: 1.85rem;
}


@media (min-width: 1179.98px) {
    .sidebar {
        display: block;
        margin-top: 2rem;
    }
    .up-photos__albums-item {
        -webkit-box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, .05) !important;
        box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, .05) !important;
    }
    .up-photos__albums-name {
        padding: 20px 20px 30px 30px;
        font-weight: 500;
        line-height: 1.85rem;
}
    .up-photos__wrap.grid {
        --up-grid-columns: 4;
}
    .up-photostream__title {
        margin-bottom: 2rem;
        font-size: 2rem;
        font-weight: 500;
}
}

.up-photos__albums-count {
    display: none;
}

@media (min-width: 992.98px) {
    .up-photos__albums.grid {
        --up-grid-columns: 4;
    }
    .up-photos__albums_3.grid {
        --up-grid-columns: 3;
        margin-bottom: 4rem;
    }
    .lift {
    -webkit-transition: -webkit-box-shadow .25s ease, -webkit-transform .25s ease;
    transition: -webkit-box-shadow .25s ease, -webkit-transform .25s ease;
    transition: box-shadow .25s ease, transform .25s ease;
    transition: box-shadow .25s ease, transform .25s ease, -webkit-box-shadow .25s ease, -webkit-transform .25s ease;
}
}

.up-photos__albums-item.flex {
    --up-flex-direction: column;
    --up-flex-gap: .5rem;
    border-radius: var(--up-border-radius);
}





